Business Directory Plugin - Version 6.1

Version Description

Download this release

Release Info

Developer businessdirectoryplugin
Plugin Icon 128x128 Business Directory Plugin
Version 6.1
Comparing to
See all releases

Code changes from version 6.0.1 to 6.1

Files changed (125) hide show
  1. README.TXT +11 -7
  2. assets/css/admin-listing-metabox.min.css +1 -1
  3. assets/css/admin.min.css +1 -1
  4. assets/js/admin-listing-metabox.js +25 -30
  5. assets/js/admin-listing-metabox.min.js +1 -1
  6. business-directory-plugin.php +1 -1
  7. includes/abstracts/class-form-field-type.php +11 -9
  8. includes/abstracts/class-view.php +0 -10
  9. includes/admin/admin-pages.php +21 -7
  10. includes/admin/class-admin.php +14 -9
  11. includes/admin/class-listings-personal-data-provider.php +9 -9
  12. includes/admin/class-listings-with-no-fee-plan-view.php +1 -1
  13. includes/admin/class-payment-personal-data-provider.php +7 -8
  14. includes/admin/class-personal-data-eraser.php +3 -4
  15. includes/admin/class-personal-data-exporter.php +3 -4
  16. includes/admin/class-personal-data-privacy.php +3 -3
  17. includes/admin/controllers/class-admin-controller.php +6 -1
  18. includes/admin/controllers/class-admin-fees.php +38 -24
  19. includes/admin/controllers/class-admin-listings.php +1 -1
  20. includes/admin/controllers/class-admin-payments.php +3 -3
  21. includes/admin/controllers/class-form-fields-admin.php +1 -0
  22. includes/admin/controllers/class-settings-admin.php +2 -2
  23. includes/admin/csv-export.php +1 -1
  24. includes/admin/csv-import.php +4 -7
  25. includes/admin/helpers/class-data-formatter.php +2 -2
  26. includes/admin/helpers/class-modules-api.php +1 -1
  27. includes/admin/helpers/class-modules-list.php +4 -4
  28. includes/admin/helpers/class-notices.php +4 -5
  29. includes/admin/helpers/class-variable-pricing-configurator.php +6 -4
  30. includes/admin/helpers/csv/class-csv-exporter.php +0 -1
  31. includes/admin/helpers/csv/class-csv-import.php +1 -3
  32. includes/admin/helpers/tables/class-fees-table.php +4 -2
  33. includes/admin/helpers/tables/class-payments-table.php +22 -12
  34. includes/admin/interface-personal-data-provider.php +0 -5
  35. includes/admin/page-debug.php +1 -1
  36. includes/admin/settings/class-settings-bootstrap.php +33 -27
  37. includes/admin/settings/class-settings.php +129 -222
  38. includes/admin/tracking.php +21 -13
  39. includes/admin/upgrades/class-manual-upgrade-helper.php +2 -2
  40. includes/admin/upgrades/class-themes-updater.php +13 -6
  41. includes/admin/upgrades/migrations/migration-2_0.php +0 -3
  42. includes/admin/upgrades/migrations/migration-3_6.php +1 -1
  43. includes/admin/upgrades/migrations/migration-3_7.php +3 -2
  44. includes/admin/upgrades/migrations/migration-4_0.php +8 -9
  45. includes/admin/upgrades/migrations/migration-8_0.php +5 -5
  46. includes/admin/views/modules/list.php +11 -2
  47. includes/class-assets.php +2 -2
  48. includes/class-cpt-integration.php +4 -4
  49. includes/class-dispatcher.php +1 -1
  50. includes/class-fees-api.php +0 -9
  51. includes/class-listing-email-notification.php +3 -3
  52. includes/class-listing-expiration.php +11 -9
  53. includes/class-listings-api.php +5 -49
  54. includes/class-meta.php +2 -2
  55. includes/class-query-integration.php +15 -5
  56. includes/class-recaptcha.php +2 -3
  57. includes/class-rewrite.php +22 -21
  58. includes/class-shortcodes.php +25 -15
  59. includes/class-wordpress-template-integration.php +2 -1
  60. includes/class-wpbdp.php +18 -16
  61. includes/compatibility/class-advanced-excerpt-integration.php +1 -1
  62. includes/compatibility/class-compat.php +1 -1
  63. includes/compatibility/class-custom-permalinks-integration.php +2 -2
  64. includes/compatibility/class-navxt-integration.php +1 -1
  65. includes/compatibility/class-themes-compat.php +1 -1
  66. includes/compatibility/class-wpml-compat.php +4 -1
  67. includes/compatibility/deprecated.php +119 -229
  68. includes/controllers/class-addons.php +1 -1
  69. includes/controllers/pages/class-all-listings.php +1 -1
  70. includes/controllers/pages/class-edit-listing.php +1 -1
  71. includes/controllers/pages/class-main.php +14 -8
  72. includes/controllers/pages/class-manage-listings.php +8 -3
  73. includes/controllers/pages/class-request-access-keys.php +1 -1
  74. includes/controllers/pages/class-show-listing.php +1 -1
  75. includes/controllers/pages/class-show-tag.php +10 -6
  76. includes/controllers/pages/class-submit-listing.php +8 -9
  77. includes/db/class-db-model.php +1 -1
  78. includes/db/class-db-query-set.php +0 -3
  79. includes/debugging.php +11 -7
  80. includes/fields/class-fieldtypes-date.php +4 -2
  81. includes/fields/class-fieldtypes-image.php +2 -2
  82. includes/fields/class-fieldtypes-phone-number.php +1 -1
  83. includes/fields/class-fieldtypes-select.php +7 -3
  84. includes/fields/class-fieldtypes-social.php +2 -2
  85. includes/fields/class-fieldtypes-textarea.php +12 -9
  86. includes/fields/class-fieldtypes-textfield.php +2 -2
  87. includes/fields/class-fieldtypes-url.php +13 -9
  88. includes/fields/class-form-field.php +3 -4
  89. includes/gateways/class-gateway-authorize-net.php +45 -30
  90. includes/helpers/class-app.php +2 -2
  91. includes/helpers/class-category-form-input-walker.php +23 -18
  92. includes/helpers/class-email.php +0 -1
  93. includes/helpers/class-field-display-list.php +1 -1
  94. includes/helpers/class-fs.php +22 -12
  95. includes/helpers/class-listing-image.php +25 -12
  96. includes/helpers/class-listing-search.php +3 -3
  97. includes/helpers/class-wp-taxonomy-term-list.php +7 -3
  98. includes/helpers/functions/general.php +7 -48
  99. includes/helpers/functions/listings.php +4 -4
  100. includes/helpers/functions/logging.php +11 -14
  101. includes/helpers/functions/templates-ui.php +15 -49
  102. includes/helpers/listing_flagging.php +1 -1
  103. includes/installer.php +4 -4
  104. includes/licensing.php +7 -8
  105. includes/models/class-fee-plan.php +22 -21
  106. includes/models/class-listing.php +43 -23
  107. includes/models/class-module.php +2 -0
  108. includes/models/class-payment.php +25 -12
  109. includes/models/class-reviews.php +1 -1
  110. includes/payment.php +3 -42
  111. includes/utils.php +22 -33
  112. includes/widgets/class-listings-widget.php +8 -12
  113. includes/widgets/widget-featured-listings.php +12 -9
  114. includes/widgets/widget-latest-listings.php +10 -6
  115. includes/widgets/widget-random-listings.php +5 -3
  116. includes/widgets/widget-search.php +1 -1
  117. languages/business-directory-plugin-ar.mo +0 -0
  118. languages/business-directory-plugin-ar.po +1031 -793
  119. languages/business-directory-plugin-de_DE.mo +0 -0
  120. languages/business-directory-plugin-de_DE.po +1031 -793
  121. languages/business-directory-plugin-en_US.po +969 -771
  122. languages/business-directory-plugin-fr_FR.mo +0 -0
  123. languages/business-directory-plugin-fr_FR.po +1040 -798
  124. languages/business-directory-plugin-it_IT.mo +0 -0
  125. languages/business-directory-plugin-it_IT.po +180 -153
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.9
7
- Stable tag: 6.0.1
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.
@@ -64,7 +64,7 @@ Create an easy directory with more functionality with extra add-ons.
64
  For a detailed list of features, please visit: [BusinessDirectoryPlugin.com](https://businessdirectoryplugin.com/features/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
65
 
66
  * File Upload - Allow users to upload and manage attachments on listings. Include PDFs, text files, and images in business listings.
67
- * Featured Levels - Assign features to paid or sticky listing plans to give users incentive to upgrade.
68
  * ZIP Code Search - ZIP code/postal code radius and proximity searches supporting a number of countries.
69
  * Regions - Location based listing result filtering.
70
  * Ratings and Reviews - Create reviews with connections to each listing to rate listings (with Schema.org microformat). It's a WordPress review plugin!
@@ -158,6 +158,15 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
 
 
 
 
 
 
 
 
 
161
  = 6.0.1 =
162
  * Remove the licenses tab if it's not needed.
163
  * A few admin styling tweeks including toggles.
@@ -195,9 +204,4 @@ This can be done under Plugins -> Add New as the Administrator user. Do not "net
195
  * Fix: The default plan wasn't showing up when enabled when used with paid plans.
196
  * Fix: The spacing between some action buttons and the listing thumbnail were too small.
197
 
198
- = 5.17.1 =
199
- * Fix: Hide the custom order column in the plans table if not using custom ordering.
200
- * Fix: Allow manual enable/disable of default plan.
201
- * Fix: PHP warning showing on license page on some sites.
202
-
203
  <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.9
7
+ Stable tag: 6.1
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.
64
  For a detailed list of features, please visit: [BusinessDirectoryPlugin.com](https://businessdirectoryplugin.com/features/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
65
 
66
  * File Upload - Allow users to upload and manage attachments on listings. Include PDFs, text files, and images in business listings.
67
+ * Restrictions - Assign features to paid or sticky listing plans to give users incentive to upgrade.
68
  * ZIP Code Search - ZIP code/postal code radius and proximity searches supporting a number of countries.
69
  * Regions - Location based listing result filtering.
70
  * Ratings and Reviews - Create reviews with connections to each listing to rate listings (with Schema.org microformat). It's a WordPress review plugin!
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
161
+ = 6.1 =
162
+ * IMPORTANT: Removed some code that has been deprecated for several years. Update carefully if you have old custom templates.
163
+ * Show settings urls on the Modules page if the module provides it.
164
+ * Add 6.0 tab formatting in admin listing metabox.
165
+ * Rename "featured levels" to "restrictions".
166
+ * Fix: Show menu image icons when allow_url_fopen is off.
167
+ * Fix: The new expiration date wasn't showing until after a listing was saved in the admin area.
168
+ * Fix: Some listings were getting an error when renewed.
169
+
170
  = 6.0.1 =
171
  * Remove the licenses tab if it's not needed.
172
  * A few admin styling tweeks including toggles.
204
  * Fix: The default plan wasn't showing up when enabled when used with paid plans.
205
  * Fix: The spacing between some action buttons and the listing thumbnail were too small.
206
 
 
 
 
 
 
207
  <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-listing-metabox.min.css CHANGED
@@ -1 +1 @@
1
- #wpbdp-listing-metabox-timeline:before{position:absolute;top:0;bottom:0;left:10px;width:2px;content:"";display:block;background:#f3f3f3;height:100%;z-index:0}#wpbdp-listing-metabox-timeline:after{content:'';display:table;clear:both}#wpbdp-listing-metabox-timeline .timeline-item{display:block;padding:5px 0 5px 20px;border-bottom:1px solid #f5f5f5;margin:10px 0;position:relative}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-icon{z-index:1;float:left;width:12px;height:12px;background:#f3f3f3;border:2px solid #fff;border-radius:50%;margin-left:-28px;margin-top:1px}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-header{padding:5px 0;color:#000}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-datetime{font-size:90%;color:#767676;display:block}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-extra{font-size:90%}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-actions{font-size:80%}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .timeline-item-extra .payment-amount{float:right}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .payment-status{float:right}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .payment-status.pending{background:#ff0000}#BusinessDirectory_listinginfo .inside{margin:0;padding:0}.listing-metabox-tabs{display:block;border-bottom:solid 1px #ddd !important}.listing-metabox-tabs li{display:inline;padding:1px 8px;margin:0}.listing-metabox-tabs li a{text-decoration:none}.listing-metabox-tabs li.selected{background:#ddd}.listing-metabox-tabs li.selected a{color:#333}#listing-metabox-generalinfo,#listing-metabox-fees,#listing-metabox-transactions{display:none}#listing-metabox-generalinfo>strong,#listing-metabox-fees>strong,#listing-metabox-transactions>strong{display:block;margin-bottom:10px}#listing-metabox-fees .listing-plan{border-bottom:dotted 1px #bbb}#listing-metabox-fees .listing-plan .plan-label{text-decoration:underline;font-weight:bold}#listing-metabox-fees .listing-plan .plan-status.ok{background:green}#listing-metabox-fees .listing-plan .plan-status.pending{background:red}#listing-metabox-fees .listing-plan .plan-details{margin-left:25px}a dl{margin:0;clear:both}#listing-metabox-fees .listing-plan dt{float:left;color:#595959;width:80px}#listing-metabox-fees .listing-plan .listing-category dd{margin-bottom:0}#listing-metabox-fees .listing-plan .spinner{text-align:center;display:block;float:none;margin:10px auto}#listing-metabox-fees .listing-plan .datepicker{position:absolute;z-index:100;right:10px;font-size:80%}.wpbdp-datepicker.ui-datepicker{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-never{float:none}.wpbdp-datepicker.ui-datepicker .ui-datepicker-close,.wpbdp-datepicker.ui-datepicker .ui-datepicker-current{display:none}#listing-metabox-fees .listing-plan .admin-actions{margin-top:10px;margin-left:25px;clear:both}#listing-metabox-fees .listing-plan .admin-actions li{margin:0;padding:0}#wpbdp-listing-metabox-payments #wpbdp-listing-payment-message{margin:10px 0;border-left:4px solid #7ad03a;padding:1px 12px}#wpbdp-listing-metabox-payments .wpbdp-payment-item{padding:2px;border-bottom:solid 1px #efefef;clear:both;font-size:95%}#wpbdp-listing-metabox-payments .wpbdp-payment-item:first-child{margin-top:12px}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-completed{color:green}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-pending{color:red}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-rejected{color:#bbb}#wpbdp-listing-metabox-payments .wpbdp-payment-item a{color:inherit}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-item-row{clear:both}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-date,#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary{float:left}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary{width:150px}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary a{font-size:95%}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-status,#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-total{text-align:right}#wpbdp-listing-metabox-plan-info h4{margin:0 0 5px 0;font-size:85%;text-transform:uppercase}#wpbdp-listing-metabox-plan-info dl{margin:0 0 20px 10px}#wpbdp-listing-metabox-plan-info dl dd{margin-left:5px}#wpbdp-listing-metabox-plan-info .value-editor{display:none}#wpbdp-listing-metabox-plan-info .value-editor .update-value,#wpbdp-listing-metabox-plan-info .value-editor .cancel-edit{font-size:85%}#wpbdp-listing-metabox-plan-info a.edit-value-toggle{margin:0 0 0 10px;font-size:85%}#wpbdp-listing-flagging .inside{margin:0;padding:0}#wpbdp-listing-flagging .inside .authoring-info{width:25%}#wpbdp-listing-flagging .inside .wpbdp-remove-listing-reports{padding:10px}#wpbdp-listing-reports{margin-left:10px}#wpbdp-listing-report-by-users{margin:0;padding:0}#wpbdp-listing-report-by-visitors{margin:0;padding:0}#wpbdp-listing-flagging table.widefat{border:0;border-bottom:1px solid #E5E5E5}.post-php.post-type-wpbdp_listing #postimagediv{display:none}
1
+ #wpbdp-listing-metabox-timeline:before{position:absolute;top:0;bottom:0;left:10px;width:2px;content:"";display:block;background:#f3f3f3;height:100%;z-index:0}#wpbdp-listing-metabox-timeline:after{content:'';display:table;clear:both}#wpbdp-listing-metabox-timeline .timeline-item{display:block;padding:5px 0 5px 20px;border-bottom:1px solid #f5f5f5;margin:10px 0;position:relative}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-icon{z-index:1;float:left;width:12px;height:12px;background:#f3f3f3;border:2px solid #fff;border-radius:50%;margin-left:-28px;margin-top:1px}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-header{padding:5px 0;color:#000}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-datetime{font-size:90%;color:#767676;display:block}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-extra{font-size:90%}#wpbdp-listing-metabox-timeline .timeline-item .timeline-item-actions{font-size:80%}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .timeline-item-extra .payment-amount{float:right}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .payment-status{float:right}#wpbdp-listing-metabox-timeline .timeline-item-listing_payment .payment-status.pending{background:#ff0000}#BusinessDirectory_listinginfo .inside{margin:0;padding:0}.listing-metabox-tabs{display:block;border-bottom:solid 1px #ddd !important}.listing-metabox-tabs li{display:inline;padding:1px 8px;margin:0}.listing-metabox-tabs li a{text-decoration:none}.listing-metabox-tabs li.selected{background:#ddd}.listing-metabox-tabs li.selected a{color:#333}#listing-metabox-generalinfo,#listing-metabox-fees,#listing-metabox-transactions{display:none}#listing-metabox-generalinfo>strong,#listing-metabox-fees>strong,#listing-metabox-transactions>strong{display:block;margin-bottom:10px}#listing-metabox-fees .listing-plan{border-bottom:dotted 1px #bbb}#listing-metabox-fees .listing-plan .plan-label{text-decoration:underline;font-weight:bold}#listing-metabox-fees .listing-plan .plan-status.ok{background:green}#listing-metabox-fees .listing-plan .plan-status.pending{background:red}#listing-metabox-fees .listing-plan .plan-details{margin-left:25px}a dl{margin:0;clear:both}#listing-metabox-fees .listing-plan dt{float:left;color:#595959;width:80px}#listing-metabox-fees .listing-plan .listing-category dd{margin-bottom:0}#listing-metabox-fees .listing-plan .spinner{text-align:center;display:block;float:none;margin:10px auto}#listing-metabox-fees .listing-plan .datepicker{position:absolute;z-index:100;right:10px;font-size:80%}.wpbdp-datepicker.ui-datepicker{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-never{float:none}.wpbdp-datepicker.ui-datepicker .ui-datepicker-close,.wpbdp-datepicker.ui-datepicker .ui-datepicker-current{display:none}#listing-metabox-fees .listing-plan .admin-actions{margin-top:10px;margin-left:25px;clear:both}#listing-metabox-fees .listing-plan .admin-actions li{margin:0;padding:0}#wpbdp-listing-metabox-payments #wpbdp-listing-payment-message{margin:10px 0;border-left:4px solid #7ad03a;padding:1px 12px}#wpbdp-listing-metabox-payments .wpbdp-payment-item{padding:2px;border-bottom:solid 1px #efefef;clear:both;font-size:95%}#wpbdp-listing-metabox-payments .wpbdp-payment-item:first-child{margin-top:12px}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-completed{color:green}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-pending{color:red}#wpbdp-listing-metabox-payments .wpbdp-payment-item.wpbdp-payment-status-rejected{color:#bbb}#wpbdp-listing-metabox-payments .wpbdp-payment-item a{color:inherit}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-item-row{clear:both}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-date,#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary{float:left}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary{width:150px}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-summary a{font-size:95%}#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-status,#wpbdp-listing-metabox-payments .wpbdp-payment-item .wpbdp-payment-total{text-align:right}.wpbdp-listing-metabox-tab dl{margin:0;display:grid;grid-template-columns:max-content auto;grid-gap:8px}.wpbdp-listing-metabox-tab dt{grid-column-start:1;padding-left:10px}.wpbdp-listing-metabox-tab dd{grid-column-start:2;font-weight:500;margin-left:0}#wpbdp-listing-metabox-plan-info h4{margin:5px 0;font-size:85%;text-transform:uppercase}#wpbdp-listing-metabox-plan-info .value-editor{display:none}#wpbdp-listing-metabox-plan-info a.edit-value-toggle{margin:0 0 0 10px;font-weight:normal}#wpbdp-listing-flagging .inside{margin:0;padding:0}#wpbdp-listing-flagging .inside .authoring-info{width:25%}#wpbdp-listing-flagging .inside .wpbdp-remove-listing-reports{padding:10px}#wpbdp-listing-reports{margin-left:10px}#wpbdp-listing-report-by-users{margin:0;padding:0}#wpbdp-listing-report-by-visitors{margin:0;padding:0}#wpbdp-listing-flagging table.widefat{border:0;border-bottom:1px solid #E5E5E5}.post-php.post-type-wpbdp_listing #postimagediv{display:none}
assets/css/admin.min.css CHANGED
@@ -1 +1 @@
1
- .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-content-area-body a{color:#7E92BC}a.wpbdp-delete-link{color:#d64226}.wpbdp-admin-page-addons.wpbdp-admin-page,.wpbdp-admin-page-themes.wpbdp-admin-page{background:rgba(109,135,185,0.07)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.wpbdp-right{text-align:right}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6d87b9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(109,135,185,0.07)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6d87b9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;flex-wrap:wrap;align-items:center;border-radius:6px;padding:11px 22px;position:relative}.wpbdp-pro-tip svg{color:#6d87b9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-pro-tip>img{width:calc(100% - 35px);margin:10px 0 10px 35px}.wpbdp-pro-tip>img~a{position:absolute;right:22px;top:11px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6d87b9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}.wpbdp-admin-page-fees .wp-list-table .column-order{width:65px}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:3px}.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:20px;padding-right:20px}@media only screen and (max-width:960px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:0;padding-right:0}}@media only screen and (max-width:710px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp3,.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp4{grid-column:span 6 / span 6 !important}}.wpbdp-admin-page-fees h3{margin-top:50px}.wpbdp-admin-page-fees img.gateway-logo{height:20px}.wpbdp-admin-page-fees .gateway-description{min-height:30px;margin-top:10px;opacity:.6}.wpbdp-admin-page-fees .gateway-footer .button-primary{width:99px;text-align:center}.wpbdp-admin-page-fees .howto{opacity:.7}.wpbdp-admin-page-fees .howto .title{font-weight:600;clear:both;font-size:14px;display:block}.wpbdp-admin-page-fees .fees-order .button-secondary{line-height:2}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}.wpbdp-setting-description{font-size:14px;padding:0 0 6px;color:#3C4B5D;opacity:80%}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}.wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}.wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}.wpbdp-admin-page-settings .form-table tr>th{min-width:250px}.wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-setting-disabled{display:none}.wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{margin-top:60px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #C5CCDB;border-radius:4px;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .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 #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}.wpbdp-settings-radio-options,.wpbdp-settings-multicheck-options.wpbdp-grid,.wpbdp-settings-multicheck-options{grid-gap:0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}.wpbdp-settings-radio-options+.wpbdp-setting-description,.wpbdp-settings-multicheck-options.wpbdp-grid+.wpbdp-setting-description,.wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbd-checkbox .wpbdp-setting-description{margin:0 28px}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:auto;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid #C5CCDB;display:inline-block;padding-bottom:10px;border-radius:3px;min-width:176px}#wpbdp-settings-list-layout input:checked+label span{border-color:#6d87b9}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:65px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}.wpbdp-admin-page-field-form .iframe-confirm{display:none}.wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}.wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}.wpbdp-admin-page-field-form .wpbdp-pro-tip{margin-top:5px}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:74px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:rgba(109,135,185,0.2);margin:5px 0 20px 0;border:solid 1px #C5CCDB;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.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}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .dashicons{width:20px;height:20px;font-size:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#d64226;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin .wpbdp-tag,span.tag,table.wp-list-table td .tag,td.column-payment_status .status,td.column-sticky_status .status{background:var(--bd-main-color-20);border-radius:4px;padding:2px 5px;font-size:90%;color:#3C4B5D}table.wp-list-table td .tag{margin-right:2px}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin-page .wp-list-table{border:0;box-shadow:none;margin:20px 0}.wpbdp-admin-page .wp-list-table thead .manage-column,.wpbdp-admin-page .wp-list-table tfoot .manage-column,.wpbdp-admin-page .wp-list-table thead a,.wpbdp-admin-page .wp-list-table tfoot a{color:rgba(60,75,93,0.7);font-weight:600;font-size:13px}.wpbdp-admin-page .wp-list-table tbody a,.wpbdp-admin-page .wp-list-table tbody .inline .button-link{color:#7E92BC}.wpbdp-admin-page .wp-list-table tbody .row-actions .trash a,.wpbdp-admin-page .wp-list-table tbody .row-actions .delete a{color:#d64226}.wpbdp-admin-page .wp-list-table.striped>tbody>:nth-child(odd){background-color:rgba(109,135,185,0.04)}.wpbdp-admin-page .wp-list-table th{text-align:left}.wpbdp-admin-page .wp-list-table.widefat thead th,.wpbdp-admin-page .wp-list-table.widefat thead td,.wpbdp-admin-page .wp-list-table.widefat tfoot th,.wpbdp-admin-page .wp-list-table.widefat tfoot td{border-color:#D4D5D7}.wpbdp-admin-page .subsubsub a{color:#7E92BC}.wpbdp-admin-page .subsubsub a.current{color:#3C4B5D}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}th .wpbdp-setting-tooltip{margin:0 0 0 5px}.wpbdp-admin-tooltip-content{background-color:#414B5A !important;background-image:none !important;box-shadow:none !important;border-radius:5px !important;color:#fff !important;padding:1rem !important;width:auto;max-width:220px !important;font-size:12px !important}
1
+ .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-sub-menu.wpbdp-small-tabs a{padding:5px;font-size:11px}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-content-area-body a{color:#7E92BC}a.wpbdp-delete-link{color:#d64226}.wpbdp-admin-page-addons.wpbdp-admin-page,.wpbdp-admin-page-themes.wpbdp-admin-page{background:rgba(109,135,185,0.07)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.wpbdp-right{text-align:right}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6d87b9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(109,135,185,0.07)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6d87b9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;flex-wrap:wrap;align-items:center;border-radius:6px;padding:11px 22px;position:relative}.wpbdp-pro-tip svg{color:#6d87b9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-pro-tip>img{width:calc(100% - 35px);margin:10px 0 10px 35px}.wpbdp-pro-tip>img~a{position:absolute;right:22px;top:11px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6d87b9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}.wpbdp-admin-page-fees .wp-list-table .column-order{width:65px}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:3px}.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:20px;padding-right:20px}@media only screen and (max-width:960px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:0;padding-right:0}}@media only screen and (max-width:710px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp3,.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp4{grid-column:span 6 / span 6 !important}}.wpbdp-admin-page-fees h3{margin-top:50px}.wpbdp-admin-page-fees img.gateway-logo{height:20px}.wpbdp-admin-page-fees .gateway-description{min-height:30px;margin-top:10px;opacity:.6}.wpbdp-admin-page-fees .gateway-footer .button-primary{width:99px;text-align:center}.wpbdp-admin-page-fees .howto{opacity:.7}.wpbdp-admin-page-fees .howto .title{font-weight:600;clear:both;font-size:14px;display:block}.wpbdp-admin-page-fees .fees-order .button-secondary{line-height:2}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}.wpbdp-setting-description{font-size:14px;padding:0 0 6px;color:#3C4B5D;opacity:80%}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}.wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}.wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}.wpbdp-admin-page-settings .form-table tr>th{min-width:250px}.wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-setting-disabled{display:none}.wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{margin-top:60px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #C5CCDB;border-radius:4px;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .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 #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}.wpbdp-settings-radio-options,.wpbdp-settings-multicheck-options.wpbdp-grid,.wpbdp-settings-multicheck-options{grid-gap:0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}.wpbdp-settings-radio-options+.wpbdp-setting-description,.wpbdp-settings-multicheck-options.wpbdp-grid+.wpbdp-setting-description,.wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbd-checkbox .wpbdp-setting-description{margin:0 28px}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:auto;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid #C5CCDB;display:inline-block;padding-bottom:10px;border-radius:3px;min-width:176px}#wpbdp-settings-list-layout input:checked+label span{border-color:#6d87b9}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:65px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}.wpbdp-admin-page-field-form .iframe-confirm{display:none}.wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}.wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}.wpbdp-admin-page-field-form .wpbdp-pro-tip{margin-top:5px}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:74px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:rgba(109,135,185,0.2);margin:5px 0 20px 0;border:solid 1px #C5CCDB;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.ok{background:green}.tag.paymentstatus.completed{background:green;color:#fff}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .dashicons{width:20px;height:20px;font-size:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#d64226;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin .wpbdp-tag,span.tag,table.wp-list-table td .tag,td.column-payment_status .status,td.column-sticky_status .status{background:var(--bd-main-color-20);border-radius:4px;padding:2px 5px;font-size:90%;color:#3C4B5D}table.wp-list-table td .tag{margin-right:2px}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin-page .wp-list-table{border:0;box-shadow:none;margin:20px 0}.wpbdp-admin-page .wp-list-table thead .manage-column,.wpbdp-admin-page .wp-list-table tfoot .manage-column,.wpbdp-admin-page .wp-list-table thead a,.wpbdp-admin-page .wp-list-table tfoot a{color:rgba(60,75,93,0.7);font-weight:600;font-size:13px}.wpbdp-admin-page .wp-list-table tbody a,.wpbdp-admin-page .wp-list-table tbody .inline .button-link{color:#7E92BC}.wpbdp-admin-page .wp-list-table tbody .row-actions .trash a,.wpbdp-admin-page .wp-list-table tbody .row-actions .delete a{color:#d64226}.wpbdp-admin-page .wp-list-table.striped>tbody>:nth-child(odd){background-color:rgba(109,135,185,0.04)}.wpbdp-admin-page .wp-list-table th{text-align:left}.wpbdp-admin-page .wp-list-table.widefat thead th,.wpbdp-admin-page .wp-list-table.widefat thead td,.wpbdp-admin-page .wp-list-table.widefat tfoot th,.wpbdp-admin-page .wp-list-table.widefat tfoot td{border-color:#D4D5D7}.wpbdp-admin-page .subsubsub a{color:#7E92BC}.wpbdp-admin-page .subsubsub a.current{color:#3C4B5D}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}th .wpbdp-setting-tooltip{margin:0 0 0 5px}.wpbdp-admin-tooltip-content{background-color:#414B5A !important;background-image:none !important;box-shadow:none !important;border-radius:5px !important;color:#fff !important;padding:1rem !important;width:auto;max-width:220px !important;font-size:12px !important}
assets/js/admin-listing-metabox.js CHANGED
@@ -82,32 +82,33 @@ jQuery( function( $ ) {
82
  $input.prop('checked', prev_value);
83
  else
84
  $input.val(prev_value);
85
- } else {
86
  // Plan changes are handled in a special way.
87
- if ( $input.is('#wpbdp-listing-plan-select') && $input.val() ) {
88
- var listing_id = $( 'input[name="post_ID"]' ).val();
89
-
90
- $.ajax(ajaxurl, {
91
- data: {
92
- action: 'wpbdp-assign-plan-to-listing',
93
- nonce: wpbdp_global.nonce,
94
- listing_id: listing_id,
95
- plan_id: $input.val()
96
- },
97
- type: 'POST',
98
- dataType: 'json',
99
- success: function(res) {
100
- if ( res.success ) {
101
- var plan = res.data;
102
- $metabox_tab.find('input[name="listing_plan[fee_id]"]').val(plan.id);
103
- $metabox_tab.find('input[name="listing_plan[expiration_date]"]').val(plan.expiration_date);
104
- $metabox_tab.find('input[name="listing_plan[fee_images]"]').val(plan.images);
105
- updateText( plan );
106
- }
107
  }
108
- });
109
- }
110
- }
 
 
 
111
 
112
  $editor.hide();
113
  $display.show();
@@ -116,12 +117,6 @@ jQuery( function( $ ) {
116
 
117
  $payments_tab = $('#wpbdp-listing-metabox-payments');
118
 
119
- $payments_tab.mouseover( function () {
120
- $( this ).find('.payment-delete-action').css( 'left', '0');
121
- }).mouseout( function () {
122
- $( this ).find('.payment-delete-action').css( 'left', '-9999em' );
123
- });
124
-
125
  $payments_tab.find('a[name="delete-payments"]').click( function (e) {
126
  e.preventDefault();
127
  $.post( ajaxurl, { 'action': 'wpbdp-clear-payment-history', 'listing_id': $( this ).attr( 'data-id' ) }, function (res) {
82
  $input.prop('checked', prev_value);
83
  else
84
  $input.val(prev_value);
85
+ } else if ( $input.is('#wpbdp-listing-plan-select') && $input.val() ) {
86
  // Plan changes are handled in a special way.
87
+ var listing_id = $( 'input[name="post_ID"]' ).val();
88
+
89
+ $.ajax(ajaxurl, {
90
+ data: {
91
+ action: 'wpbdp-assign-plan-to-listing',
92
+ nonce: wpbdp_global.nonce,
93
+ listing_id: listing_id,
94
+ plan_id: $input.val()
95
+ },
96
+ type: 'POST',
97
+ dataType: 'json',
98
+ success: function(res) {
99
+ if ( res.success ) {
100
+ var plan = res.data;
101
+ $metabox_tab.find('input[name="listing_plan[fee_id]"]').val(plan.id);
102
+ $metabox_tab.find('input[name="listing_plan[expiration_date]"]').val(plan.expiration_date);
103
+ $metabox_tab.find('input[name="listing_plan[fee_images]"]').val(plan.images);
104
+ updateText( plan );
 
 
105
  }
106
+ }
107
+ });
108
+ } else {
109
+ // Handle updating other fields.
110
+ $display.html( $input.val() );
111
+ }
112
 
113
  $editor.hide();
114
  $display.show();
117
 
118
  $payments_tab = $('#wpbdp-listing-metabox-payments');
119
 
 
 
 
 
 
 
120
  $payments_tab.find('a[name="delete-payments"]').click( function (e) {
121
  e.preventDefault();
122
  $.post( ajaxurl, { 'action': 'wpbdp-clear-payment-history', 'listing_id': $( this ).attr( 'data-id' ) }, function (res) {
assets/js/admin-listing-metabox.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function($){var _addNeverButton=function(instance){setTimeout(function(){var $buttonPane=$(instance.dpDiv).find(".ui-datepicker-buttonpane");if(!($buttonPane.find(".ui-datepicker-never").length>0)){var $button=$("<button>",{text:"Never Expires",click:function(){$(instance.input).val(""),$(instance.input).datepicker("hide")}}).addClass("ui-datepicker-never ui-state-default ui-priority-primary ui-corner-all");$buttonPane.append($button)}},1)};$('#wpbdp-listing-metabox-plan-info input[name="listing_plan[expiration_date]"]').datepicker({dateFormat:"yy-mm-dd",showButtonPanel:!0,beforeShow:function(input,instance){_addNeverButton(instance),$("#ui-datepicker-div").addClass("wpbdp-datepicker")},onChangeMonthYear:function(year,month,instance){_addNeverButton(instance)}});var $metabox_tab=$("#wpbdp-listing-metabox-plan-info"),updateText=function(plan){var images=$('input[name="listing_plan[fee_images]"]').val();$("#wpbdp-listing-plan-prop-images").html(images),plan&&($("#wpbdp-listing-plan-prop-label").html(wpbdpListingMetaboxL10n.planDisplayFormat.replace("{{plan_id}}",plan.id).replace("{{plan_label}}",plan.label)),$("#wpbdp-listing-plan-prop-amount").html(plan.amount?plan.amount:"-"),$("#wpbdp-listing-plan-prop-is_sticky").html(plan.sticky),$("#wpbdp-listing-plan-prop-is_recurring").html(plan.recurring),$("#wpbdp-listing-plan-prop-expiration").html(plan.formated_date))};$metabox_tab.find("a.edit-value-toggle").click(function(e){e.preventDefault();var $dd=$(this).parents("dd"),$editor=$dd.find(".value-editor"),$display=$dd.find(".display-value"),$input=$editor.find('input[type="text"], input[type="checkbox"], select'),current_value=$input.is(":checkbox")?$input.is(":checked"):$input.val();$input.data("before-edit-value",current_value),$(this).hide(),$display.hide(),$editor.show()}),$metabox_tab.find(".value-editor a.update-value, .value-editor a.cancel-edit").click(function(e){e.preventDefault();var $dd=$(this).parents("dd"),$editor=$dd.find(".value-editor"),$display=$dd.find(".display-value"),$input=$editor.find('input[type="text"], input[type="checkbox"], select');if($(this).is(".cancel-edit")){var prev_value=$input.data("before-edit-value");$input.is(":checkbox")?$input.prop("checked",prev_value):$input.val(prev_value)}else if($input.is("#wpbdp-listing-plan-select")&&$input.val()){var listing_id=$('input[name="post_ID"]').val();$.ajax(ajaxurl,{data:{action:"wpbdp-assign-plan-to-listing",nonce:wpbdp_global.nonce,listing_id:listing_id,plan_id:$input.val()},type:"POST",dataType:"json",success:function(res){if(res.success){var plan=res.data;$metabox_tab.find('input[name="listing_plan[fee_id]"]').val(plan.id),$metabox_tab.find('input[name="listing_plan[expiration_date]"]').val(plan.expiration_date),$metabox_tab.find('input[name="listing_plan[fee_images]"]').val(plan.images),updateText(plan)}}})}$editor.hide(),$display.show(),$dd.find(".edit-value-toggle").show()}),$payments_tab=$("#wpbdp-listing-metabox-payments"),$payments_tab.mouseover(function(){$(this).find(".payment-delete-action").css("left","0")}).mouseout(function(){$(this).find(".payment-delete-action").css("left","-9999em")}),$payments_tab.find('a[name="delete-payments"]').click(function(e){e.preventDefault(),$.post(ajaxurl,{action:"wpbdp-clear-payment-history",listing_id:$(this).attr("data-id")},function(res){return res.success?void $(".wpbdp-payment-items",$payments_tab).fadeOut("fast",function(){$(this).html(""),$("#wpbdp-listing-payment-message",$payments_tab).html(res.data.message).fadeIn()}):void(res.data.error&&$("#wpbdp-listing-payment-message").addClass("error").html(res.data.error).fadeIn())})})});
1
+ jQuery(function($){var _addNeverButton=function(instance){setTimeout(function(){var $buttonPane=$(instance.dpDiv).find(".ui-datepicker-buttonpane");if(!($buttonPane.find(".ui-datepicker-never").length>0)){var $button=$("<button>",{text:"Never Expires",click:function(){$(instance.input).val(""),$(instance.input).datepicker("hide")}}).addClass("ui-datepicker-never ui-state-default ui-priority-primary ui-corner-all");$buttonPane.append($button)}},1)};$('#wpbdp-listing-metabox-plan-info input[name="listing_plan[expiration_date]"]').datepicker({dateFormat:"yy-mm-dd",showButtonPanel:!0,beforeShow:function(input,instance){_addNeverButton(instance),$("#ui-datepicker-div").addClass("wpbdp-datepicker")},onChangeMonthYear:function(year,month,instance){_addNeverButton(instance)}});var $metabox_tab=$("#wpbdp-listing-metabox-plan-info"),updateText=function(plan){var images=$('input[name="listing_plan[fee_images]"]').val();$("#wpbdp-listing-plan-prop-images").html(images),plan&&($("#wpbdp-listing-plan-prop-label").html(wpbdpListingMetaboxL10n.planDisplayFormat.replace("{{plan_id}}",plan.id).replace("{{plan_label}}",plan.label)),$("#wpbdp-listing-plan-prop-amount").html(plan.amount?plan.amount:"-"),$("#wpbdp-listing-plan-prop-is_sticky").html(plan.sticky),$("#wpbdp-listing-plan-prop-is_recurring").html(plan.recurring),$("#wpbdp-listing-plan-prop-expiration").html(plan.formated_date))};$metabox_tab.find("a.edit-value-toggle").click(function(e){e.preventDefault();var $dd=$(this).parents("dd"),$editor=$dd.find(".value-editor"),$display=$dd.find(".display-value"),$input=$editor.find('input[type="text"], input[type="checkbox"], select'),current_value=$input.is(":checkbox")?$input.is(":checked"):$input.val();$input.data("before-edit-value",current_value),$(this).hide(),$display.hide(),$editor.show()}),$metabox_tab.find(".value-editor a.update-value, .value-editor a.cancel-edit").click(function(e){e.preventDefault();var $dd=$(this).parents("dd"),$editor=$dd.find(".value-editor"),$display=$dd.find(".display-value"),$input=$editor.find('input[type="text"], input[type="checkbox"], select');if($(this).is(".cancel-edit")){var prev_value=$input.data("before-edit-value");$input.is(":checkbox")?$input.prop("checked",prev_value):$input.val(prev_value)}else if($input.is("#wpbdp-listing-plan-select")&&$input.val()){var listing_id=$('input[name="post_ID"]').val();$.ajax(ajaxurl,{data:{action:"wpbdp-assign-plan-to-listing",nonce:wpbdp_global.nonce,listing_id:listing_id,plan_id:$input.val()},type:"POST",dataType:"json",success:function(res){if(res.success){var plan=res.data;$metabox_tab.find('input[name="listing_plan[fee_id]"]').val(plan.id),$metabox_tab.find('input[name="listing_plan[expiration_date]"]').val(plan.expiration_date),$metabox_tab.find('input[name="listing_plan[fee_images]"]').val(plan.images),updateText(plan)}}})}else $display.html($input.val());$editor.hide(),$display.show(),$dd.find(".edit-value-toggle").show()}),$payments_tab=$("#wpbdp-listing-metabox-payments"),$payments_tab.find('a[name="delete-payments"]').click(function(e){e.preventDefault(),$.post(ajaxurl,{action:"wpbdp-clear-payment-history",listing_id:$(this).attr("data-id")},function(res){return res.success?void $(".wpbdp-payment-items",$payments_tab).fadeOut("fast",function(){$(this).html(""),$("#wpbdp-listing-payment-message",$payments_tab).html(res.data.message).fadeIn()}):void(res.data.error&&$("#wpbdp-listing-payment-message").addClass("error").html(res.data.error).fadeIn())})})});
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 6.0.1
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 6.1
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/abstracts/class-form-field-type.php CHANGED
@@ -119,10 +119,12 @@ class WPBDP_Form_Field_Type {
119
  break;
120
  }
121
 
122
- $value = sprintf( '<a href="%s" target=%s >%s</a>',
123
- get_permalink( $post_id ),
124
- wpbdp_get_option( 'listing-link-in-new-tab' ) ? '"_blank" rel="noopener"' : '"_self"',
125
- esc_html( $value ) );
 
 
126
  break;
127
  case 'excerpt':
128
  $value = apply_filters( 'get_the_excerpt', wpautop( $post->post_excerpt, true ), $post );
@@ -352,11 +354,11 @@ class WPBDP_Form_Field_Type {
352
  return apply_filters( 'wpbdp_field_schema_org', $schema, $field, $post_id );
353
  }
354
 
355
- /**
356
- * Called after a field of this type is deleted.
357
  *
358
- * @param object $field the deleted WPBDP_FormField object.
359
- */
360
  public function cleanup( &$field ) {
361
  if ( $field->get_association() == 'meta' ) {
362
  global $wpdb;
@@ -522,7 +524,7 @@ class WPBDP_Form_Field_Type {
522
  */
523
  class WPBDP_FormFieldType extends WPBDP_Form_Field_Type {
524
  public function __construct( $name = '' ) {
525
- _deprecated_function( __CLASS__, '3.4.2', 'WPBDP_Form_Field_Type' );
526
  parent::__construct( $name );
527
  }
528
  }
119
  break;
120
  }
121
 
122
+ $value = sprintf(
123
+ '<a href="%s" target=%s >%s</a>',
124
+ get_permalink( $post_id ),
125
+ wpbdp_get_option( 'listing-link-in-new-tab' ) ? '"_blank" rel="noopener"' : '"_self"',
126
+ esc_html( $value )
127
+ );
128
  break;
129
  case 'excerpt':
130
  $value = apply_filters( 'get_the_excerpt', wpautop( $post->post_excerpt, true ), $post );
354
  return apply_filters( 'wpbdp_field_schema_org', $schema, $field, $post_id );
355
  }
356
 
357
+ /**
358
+ * Called after a field of this type is deleted.
359
  *
360
+ * @param object $field the deleted WPBDP_Form_Field object.
361
+ */
362
  public function cleanup( &$field ) {
363
  if ( $field->get_association() == 'meta' ) {
364
  global $wpdb;
524
  */
525
  class WPBDP_FormFieldType extends WPBDP_Form_Field_Type {
526
  public function __construct( $name = '' ) {
527
+ _deprecated_constructor( __CLASS__, '3.4.2', 'WPBDP_Form_Field_Type' );
528
  parent::__construct( $name );
529
  }
530
  }
includes/abstracts/class-view.php CHANGED
@@ -140,13 +140,3 @@ class WPBDP__View {
140
  return $listing->owned_by_user();
141
  }
142
  }
143
-
144
- /**
145
- * @deprecated since 5.0. Use {@link WPBDP__View}.
146
- */
147
- class WPBDP_NView extends WPBDP__View {
148
- public function __construct( $args = null ) {
149
- _deprecated_function( __METHOD__, '5.0', 'WPBDP__View' );
150
- parent::__construct( $args );
151
- }
152
- }
140
  return $listing->owned_by_user();
141
  }
142
  }
 
 
 
 
 
 
 
 
 
 
includes/admin/admin-pages.php CHANGED
@@ -229,14 +229,17 @@ class WPBDP_Admin_Pages {
229
  * @since 6.0.1
230
  */
231
  $tabs = apply_filters( 'wpbdp_tab_content', $tabs, array( 'settings' => ! empty( $args['tabs'] ) ) );
 
232
 
233
  $title = $args['title'];
234
  ?>
235
  <div class="wrap wpbdp-admin wpbdp-admin-layout wpbdp-admin-page wpbdp-admin-page-<?php echo esc_attr( $id ); ?> <?php echo ! $args['show_nav'] ? 'wpbdp-admin-page-full-width' : ''; ?>" id="wpbdp-admin-page-<?php echo esc_attr( $id ); ?>">
236
  <div class="wpbdp-admin-row">
237
- <?php if ( $args['show_nav'] ) : ?>
238
- <?php include WPBDP_PATH . 'templates/admin/_admin-menu.php'; ?>
239
- <?php endif; ?>
 
 
240
  <div class="wpbdp-content-area">
241
  <?php
242
  wpbdp_admin_notices();
@@ -360,9 +363,6 @@ class WPBDP_Admin_Pages {
360
  * @since 6.0
361
  */
362
  private static function get_title( $title = '' ) {
363
- if ( isset( $args['title'] ) ) {
364
- $title = $args['title'];
365
- }
366
  if ( $title ) {
367
  return $title;
368
  }
@@ -501,7 +501,8 @@ class WPBDP_Admin_Pages {
501
  * @return string
502
  */
503
  private static function get_admin_menu_icon( $menu_id, $menu_item ) {
504
- $menu_icons = apply_filters( 'wpbdp_admin_menu_icons',
 
505
  array(
506
  'edit.php?post_type=wpbdp_listing' => 'list',
507
  'edit-tags.php?taxonomy=wpbdp_category&amp;post_type=wpbdp_listing' => 'folder',
@@ -517,6 +518,19 @@ class WPBDP_Admin_Pages {
517
  return isset( $menu_item['icon'] ) ? $menu_item['icon'] : 'archive';
518
  }
519
 
 
 
 
 
 
 
 
 
 
 
 
 
 
520
  /**
521
  * Get the active tab
522
  *
229
  * @since 6.0.1
230
  */
231
  $tabs = apply_filters( 'wpbdp_tab_content', $tabs, array( 'settings' => ! empty( $args['tabs'] ) ) );
232
+ self::add_icon_url( $tabs );
233
 
234
  $title = $args['title'];
235
  ?>
236
  <div class="wrap wpbdp-admin wpbdp-admin-layout wpbdp-admin-page wpbdp-admin-page-<?php echo esc_attr( $id ); ?> <?php echo ! $args['show_nav'] ? 'wpbdp-admin-page-full-width' : ''; ?>" id="wpbdp-admin-page-<?php echo esc_attr( $id ); ?>">
237
  <div class="wpbdp-admin-row">
238
+ <?php
239
+ if ( $args['show_nav'] ) {
240
+ include WPBDP_PATH . 'templates/admin/_admin-menu.php';
241
+ }
242
+ ?>
243
  <div class="wpbdp-content-area">
244
  <?php
245
  wpbdp_admin_notices();
363
  * @since 6.0
364
  */
365
  private static function get_title( $title = '' ) {
 
 
 
366
  if ( $title ) {
367
  return $title;
368
  }
501
  * @return string
502
  */
503
  private static function get_admin_menu_icon( $menu_id, $menu_item ) {
504
+ $menu_icons = apply_filters(
505
+ 'wpbdp_admin_menu_icons',
506
  array(
507
  'edit.php?post_type=wpbdp_listing' => 'list',
508
  'edit-tags.php?taxonomy=wpbdp_category&amp;post_type=wpbdp_listing' => 'folder',
518
  return isset( $menu_item['icon'] ) ? $menu_item['icon'] : 'archive';
519
  }
520
 
521
+ /**
522
+ * Use the icon string to get the icon url.
523
+ *
524
+ * @since 6.1
525
+ */
526
+ private static function add_icon_url( &$tabs ) {
527
+ foreach ( $tabs as $k => $tab ) {
528
+ if ( ! empty( $tab['icon'] ) && empty( $tab['icon_url'] ) ) {
529
+ $tabs[ $k ]['icon_url'] = WPBDP_ASSETS_URL . 'images/icons/' . $tab['icon'] . '.svg';
530
+ }
531
+ }
532
+ }
533
+
534
  /**
535
  * Get the active tab
536
  *
includes/admin/class-admin.php CHANGED
@@ -218,7 +218,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
218
  */
219
  public function ajax_create_main_page() {
220
  $nonce = wpbdp_get_var( array( 'param' => '_wpnonce' ), 'request' );
221
- $res = new WPBDP_Ajax_Response();
222
  if ( ! current_user_can( 'administrator' ) || ! $nonce || ! wp_verify_nonce( $nonce, 'create main page' ) ) {
223
  $res->send_error();
224
  }
@@ -253,7 +253,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
253
  * @since 3.4.1
254
  */
255
  public function ajax_drip_subscribe() {
256
- $res = new WPBDP_Ajax_Response();
257
  $nonce = wpbdp_get_var( array( 'param' => 'nonce' ), 'post' );
258
 
259
  if ( ! get_option( 'wpbdp-show-drip-pointer' ) || ! wp_verify_nonce( $nonce, 'drip pointer subscribe' ) ) {
@@ -643,7 +643,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
643
  }
644
 
645
  $handler = trim( wpbdp_get_var( array( 'param' => 'handler' ), 'request' ) );
646
- $handler = WPBDP__Utils::normalize( $handler );
647
 
648
  $parts = explode( '__', $handler );
649
  $controller_id = $parts[0];
@@ -728,7 +728,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
728
  }
729
 
730
  public function ajax_formfields_reorder() {
731
- $response = new WPBDP_Ajax_Response();
732
 
733
  if ( ! current_user_can( 'administrator' ) ) {
734
  $response->send_error();
@@ -757,7 +757,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
757
  exit();
758
  }
759
 
760
- $res = new WPBDP_Ajax_Response();
761
  wpbdp_set_option( 'fee-order', $order );
762
  $res->send();
763
  }
@@ -765,7 +765,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
765
  public function ajax_fees_reorder() {
766
  global $wpdb;
767
 
768
- $response = new WPBDP_Ajax_Response();
769
 
770
  if ( ! current_user_can( 'administrator' ) ) {
771
  $response->send_error();
@@ -796,7 +796,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
796
  $nonce = wpbdp_get_var( array( 'param' => 'nonce' ), 'post' );
797
  $user_id = get_current_user_id();
798
 
799
- $res = new WPBDP_Ajax_Response();
800
 
801
  if ( ! $id || ! $nonce || ! $user_id || ! wp_verify_nonce( $nonce, 'dismiss notice ' . $id ) ) {
802
  $res->send_error();
@@ -1423,7 +1423,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
1423
  if ( class_exists( 'WPBDP_RegionsAdmin' ) ) {
1424
  global $submenu;
1425
 
1426
- $parent_file = sprintf( 'wpbdp_admin', WPBDP_POST_TYPE );
1427
  $submenu_file = 'edit-tags.php?taxonomy=%s&amp;post_type=%s';
1428
  $submenu_file = sprintf( $submenu_file, wpbdp_regions_taxonomy(), WPBDP_POST_TYPE );
1429
 
@@ -1439,7 +1439,12 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
1439
  return;
1440
  }
1441
 
1442
- 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 ] ) );
 
 
 
 
 
1443
  }
1444
  }
1445
 
218
  */
219
  public function ajax_create_main_page() {
220
  $nonce = wpbdp_get_var( array( 'param' => '_wpnonce' ), 'request' );
221
+ $res = new WPBDP_AJAX_Response();
222
  if ( ! current_user_can( 'administrator' ) || ! $nonce || ! wp_verify_nonce( $nonce, 'create main page' ) ) {
223
  $res->send_error();
224
  }
253
  * @since 3.4.1
254
  */
255
  public function ajax_drip_subscribe() {
256
+ $res = new WPBDP_AJAX_Response();
257
  $nonce = wpbdp_get_var( array( 'param' => 'nonce' ), 'post' );
258
 
259
  if ( ! get_option( 'wpbdp-show-drip-pointer' ) || ! wp_verify_nonce( $nonce, 'drip pointer subscribe' ) ) {
643
  }
644
 
645
  $handler = trim( wpbdp_get_var( array( 'param' => 'handler' ), 'request' ) );
646
+ $handler = WPBDP_Utils::normalize( $handler );
647
 
648
  $parts = explode( '__', $handler );
649
  $controller_id = $parts[0];
728
  }
729
 
730
  public function ajax_formfields_reorder() {
731
+ $response = new WPBDP_AJAX_Response();
732
 
733
  if ( ! current_user_can( 'administrator' ) ) {
734
  $response->send_error();
757
  exit();
758
  }
759
 
760
+ $res = new WPBDP_AJAX_Response();
761
  wpbdp_set_option( 'fee-order', $order );
762
  $res->send();
763
  }
765
  public function ajax_fees_reorder() {
766
  global $wpdb;
767
 
768
+ $response = new WPBDP_AJAX_Response();
769
 
770
  if ( ! current_user_can( 'administrator' ) ) {
771
  $response->send_error();
796
  $nonce = wpbdp_get_var( array( 'param' => 'nonce' ), 'post' );
797
  $user_id = get_current_user_id();
798
 
799
+ $res = new WPBDP_AJAX_Response();
800
 
801
  if ( ! $id || ! $nonce || ! $user_id || ! wp_verify_nonce( $nonce, 'dismiss notice ' . $id ) ) {
802
  $res->send_error();
1423
  if ( class_exists( 'WPBDP_RegionsAdmin' ) ) {
1424
  global $submenu;
1425
 
1426
+ $parent_file = 'wpbdp_admin';
1427
  $submenu_file = 'edit-tags.php?taxonomy=%s&amp;post_type=%s';
1428
  $submenu_file = sprintf( $submenu_file, wpbdp_regions_taxonomy(), WPBDP_POST_TYPE );
1429
 
1439
  return;
1440
  }
1441
 
1442
+ array_splice(
1443
+ $submenu[ 'edit.php?post_type=' . WPBDP_POST_TYPE ],
1444
+ count( $submenu[ 'edit.php?post_type=' . WPBDP_POST_TYPE ] ),
1445
+ 0,
1446
+ array( $submenu[ $parent_file ][ $directory_regions ] )
1447
+ );
1448
  }
1449
  }
1450
 
includes/admin/class-listings-personal-data-provider.php CHANGED
@@ -12,7 +12,7 @@
12
  class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderInterface {
13
 
14
  /**
15
- * @var $data_formatter
16
  */
17
  private $data_formatter;
18
 
@@ -33,9 +33,9 @@ class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderIn
33
  }
34
 
35
  /**
36
- * @param $user
37
- * @param $email_address
38
- * @param $page
39
  * @return array
40
  */
41
  public function get_objects( $user, $email_address, $page ) {
@@ -72,7 +72,7 @@ class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderIn
72
  }
73
 
74
  /**
75
- * @param $listing_id
76
  * @return mixed
77
  */
78
  private function get_listing_properties( $listing_id ) {
@@ -98,7 +98,7 @@ class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderIn
98
 
99
 
100
  /**
101
- * @param $listing_ids
102
  * @return array
103
  */
104
  public function export_objects( $listing_ids ) {
@@ -131,7 +131,7 @@ class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderIn
131
  }
132
 
133
  /**
134
- * @param $media_id
135
  * @return array
136
  */
137
  private function get_media_properties( $media_id ) {
@@ -141,8 +141,8 @@ class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderIn
141
  }
142
 
143
  /**
144
- * @param $listings
145
- * @return array|mixed
146
  */
147
  public function erase_objects( $listings ) {
148
  $items_removed = false;
12
  class WPBDP_ListingsPersonalDataProvider implements WPBDP_PersonalDataProviderInterface {
13
 
14
  /**
15
+ * @var WPBDP_DataFormatter $data_formatter
16
  */
17
  private $data_formatter;
18
 
33
  }
34
 
35
  /**
36
+ * @param WP_User $user
37
+ * @param string $email_address
38
+ * @param int $page
39
  * @return array
40
  */
41
  public function get_objects( $user, $email_address, $page ) {
72
  }
73
 
74
  /**
75
+ * @param int $listing_id
76
  * @return mixed
77
  */
78
  private function get_listing_properties( $listing_id ) {
98
 
99
 
100
  /**
101
+ * @param array $listing_ids
102
  * @return array
103
  */
104
  public function export_objects( $listing_ids ) {
131
  }
132
 
133
  /**
134
+ * @param int $media_id
135
  * @return array
136
  */
137
  private function get_media_properties( $media_id ) {
141
  }
142
 
143
  /**
144
+ * @param array $listings
145
+ * @return array
146
  */
147
  public function erase_objects( $listings ) {
148
  $items_removed = false;
includes/admin/class-listings-with-no-fee-plan-view.php CHANGED
@@ -30,7 +30,7 @@ class WPBDP__ListingsWithNoFeePlanView {
30
  * view's objects only, ignoring details about how that information is
31
  * presented to the user.
32
  *
33
- * @param $post_statuses_string A comma separated list of Post statuses
34
  * ready to be used in a SQL query.
35
  *
36
  * Example: "'draft', 'pending', 'private', 'publish'"
30
  * view's objects only, ignoring details about how that information is
31
  * presented to the user.
32
  *
33
+ * @param string $post_statuses_string A comma separated list of Post statuses
34
  * ready to be used in a SQL query.
35
  *
36
  * Example: "'draft', 'pending', 'private', 'publish'"
includes/admin/class-payment-personal-data-provider.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
  class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInterface {
13
  /**
14
- * @var
15
  */
16
  private $data_formatter;
17
 
18
  /**
19
  * WPBDP_PaymentPersonalDataProvider constructor.
20
  *
21
- * @param $data_formatter
22
  */
23
  public function __construct( $data_formatter ) {
24
  $this->data_formatter = $data_formatter;
@@ -32,9 +32,9 @@ class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInt
32
  }
33
 
34
  /**
35
- * @param $user
36
- * @param $email_address
37
- * @param $page
38
  * @return array|mixed
39
  */
40
  public function get_objects( $user, $email_address, $page ) {
@@ -42,7 +42,7 @@ class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInt
42
  }
43
 
44
  /**
45
- * @param $payment_transactions
46
  * @return array|mixed
47
  */
48
  public function export_objects( $payment_transactions ) {
@@ -66,7 +66,6 @@ class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInt
66
  }
67
 
68
  /**
69
- * @param $payment_transaction
70
  * @return array
71
  */
72
  private function get_payment_transaction_properties( $payment_transaction ) {
@@ -77,7 +76,7 @@ class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInt
77
  }
78
 
79
  /**
80
- * @param $payment_transactions
81
  * @return array|mixed
82
  */
83
  public function erase_objects( $payment_transactions ) {
11
  */
12
  class WPBDP_PaymentPersonalDataProvider implements WPBDP_PersonalDataProviderInterface {
13
  /**
14
+ * @var WPBDP_DataFormatter $data_formatter
15
  */
16
  private $data_formatter;
17
 
18
  /**
19
  * WPBDP_PaymentPersonalDataProvider constructor.
20
  *
21
+ * @param WPBDP_DataFormatter $data_formatter
22
  */
23
  public function __construct( $data_formatter ) {
24
  $this->data_formatter = $data_formatter;
32
  }
33
 
34
  /**
35
+ * @param WP_User $user
36
+ * @param string $email_address
37
+ * @param int $page
38
  * @return array|mixed
39
  */
40
  public function get_objects( $user, $email_address, $page ) {
42
  }
43
 
44
  /**
45
+ * @param array $payment_transactions
46
  * @return array|mixed
47
  */
48
  public function export_objects( $payment_transactions ) {
66
  }
67
 
68
  /**
 
69
  * @return array
70
  */
71
  private function get_payment_transaction_properties( $payment_transaction ) {
76
  }
77
 
78
  /**
79
+ * @param array $payment_transactions
80
  * @return array|mixed
81
  */
82
  public function erase_objects( $payment_transactions ) {
includes/admin/class-personal-data-eraser.php CHANGED
@@ -14,15 +14,15 @@ class WPBDP_PersonalDataEraser {
14
  /**
15
  * WPBDP_PersonalDataEraser constructor.
16
  *
17
- * @param $data_eraser
18
  */
19
  public function __construct( $data_eraser ) {
20
  $this->data_eraser = $data_eraser;
21
  }
22
 
23
  /**
24
- * @param $email_address
25
- * @param int $page
26
  * @return array
27
  */
28
  public function erase_personal_data( $email_address, $page = 1 ) {
@@ -38,7 +38,6 @@ class WPBDP_PersonalDataEraser {
38
  }
39
 
40
  /**
41
- * @param $objects
42
  * @return array
43
  */
44
  private function erase_objects( $objects ) {
14
  /**
15
  * WPBDP_PersonalDataEraser constructor.
16
  *
17
+ * @param WPBDP_ListingsPersonalDataProvider $data_eraser
18
  */
19
  public function __construct( $data_eraser ) {
20
  $this->data_eraser = $data_eraser;
21
  }
22
 
23
  /**
24
+ * @param string $email_address
25
+ * @param int $page
26
  * @return array
27
  */
28
  public function erase_personal_data( $email_address, $page = 1 ) {
38
  }
39
 
40
  /**
 
41
  * @return array
42
  */
43
  private function erase_objects( $objects ) {
includes/admin/class-personal-data-exporter.php CHANGED
@@ -13,15 +13,15 @@ class WPBDP_PersonalDataExporter {
13
  /**
14
  * WPBDP_PersonalDataExporter constructor.
15
  *
16
- * @param $data_exporter
17
  */
18
  public function __construct( $data_exporter ) {
19
  $this->data_exporter = $data_exporter;
20
  }
21
 
22
  /**
23
- * @param $email_address
24
- * @param int $page
25
  * @return array
26
  */
27
  public function export_personal_data( $email_address, $page = 1 ) {
@@ -34,7 +34,6 @@ class WPBDP_PersonalDataExporter {
34
  }
35
 
36
  /**
37
- * @param $objects
38
  * @return array
39
  */
40
  private function export_objects( $objects ) {
13
  /**
14
  * WPBDP_PersonalDataExporter constructor.
15
  *
16
+ * @param WPBDP_ListingsPersonalDataProvider $data_exporter
17
  */
18
  public function __construct( $data_exporter ) {
19
  $this->data_exporter = $data_exporter;
20
  }
21
 
22
  /**
23
+ * @param string $email_address
24
+ * @param int $page
25
  * @return array
26
  */
27
  public function export_personal_data( $email_address, $page = 1 ) {
34
  }
35
 
36
  /**
 
37
  * @return array
38
  */
39
  private function export_objects( $objects ) {
includes/admin/class-personal-data-privacy.php CHANGED
@@ -51,7 +51,7 @@ class WPBDP_Personal_Data_Privacy {
51
  }
52
 
53
  /**
54
- * @param $exporters
55
  * @return mixed
56
  */
57
  public function register_personal_data_exporters( $exporters ) {
@@ -84,8 +84,8 @@ class WPBDP_Personal_Data_Privacy {
84
  }
85
 
86
  /**
87
- * @param $erasers
88
- * @return mixed
89
  */
90
  public function register_personal_data_erasers( $erasers ) {
91
  $erasers['business-directory-plugin-listings'] = array(
51
  }
52
 
53
  /**
54
+ * @param array $exporters
55
  * @return mixed
56
  */
57
  public function register_personal_data_exporters( $exporters ) {
84
  }
85
 
86
  /**
87
+ * @param array $erasers
88
+ * @return array
89
  */
90
  public function register_personal_data_erasers( $erasers ) {
91
  $erasers['business-directory-plugin-listings'] = array(
includes/admin/controllers/class-admin-controller.php CHANGED
@@ -38,7 +38,12 @@ class WPBDP__Admin__Controller {
38
 
39
  function _dispatch() {
40
  if ( empty( $this->current_view ) ) {
41
- $this->current_view = wpbdp_get_var( array( 'param' => 'wpbdp-view', 'default' => 'index' ) );
 
 
 
 
 
42
  }
43
 
44
  $this->current_view = WPBDP_Utils::normalize( $this->current_view );
38
 
39
  function _dispatch() {
40
  if ( empty( $this->current_view ) ) {
41
+ $this->current_view = wpbdp_get_var(
42
+ array(
43
+ 'param' => 'wpbdp-view',
44
+ 'default' => 'index',
45
+ )
46
+ );
47
  }
48
 
49
  $this->current_view = WPBDP_Utils::normalize( $this->current_view );
includes/admin/controllers/class-admin-fees.php CHANGED
@@ -14,22 +14,20 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
14
  */
15
  function _enqueue_scripts() {
16
  switch ( $this->current_view ) {
17
- case 'add-fee':
18
- case 'edit-fee':
19
- wp_enqueue_style( 'wp-color-picker' );
20
- wp_enqueue_style( 'wpbdp-js-select2-css' );
21
-
22
- wp_enqueue_script(
23
- 'wpbdp-admin-fees-js',
24
- WPBDP_ASSETS_URL . 'js/admin-fees.min.js',
25
- array( 'wp-color-picker', 'wpbdp-js-select2' ),
26
- WPBDP_VERSION,
27
- true
28
- );
29
-
30
- break;
31
- default:
32
- break;
33
  }
34
 
35
  if ( ! in_array( $this->current_view, array( 'add-fee', 'edit-fee' ), true ) )
@@ -43,11 +41,14 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
43
  $table->prepare_items();
44
 
45
  $order_options = array();
46
- foreach ( array( 'label' => _x( 'Label', 'fees order', 'business-directory-plugin' ),
47
- 'amount' => __( 'Amount', 'business-directory-plugin' ),
48
- 'days' => _x( 'Duration', 'fees order', 'business-directory-plugin' ),
49
- 'images' => __( 'Images', 'business-directory-plugin' ),
50
- 'custom' => _x( 'Custom Order', 'fees order', 'business-directory-plugin' ) ) as $k => $l ) {
 
 
 
51
  $order_options[ $k ] = $l;
52
  }
53
 
@@ -113,7 +114,14 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
113
  $posted_values = stripslashes_deep( $_POST['fee'] );
114
  $posted_values = $this->sanitize_posted_values( $posted_values );
115
 
116
- if ( 0 == intval( wpbdp_get_var( array( 'param' => 'limit_categories', 'default' => 0 ), 'post' ) ) ) {
 
 
 
 
 
 
 
117
  $posted_values['supported_categories'] = 'all';
118
  }
119
 
@@ -207,9 +215,15 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
207
  WPBDP_App_Helper::permission_check( 'edit_posts' );
208
  check_ajax_referer( 'wpbdp_ajax', 'nonce' );
209
 
210
- $plan_id = wpbdp_get_var( array( 'param' => 'plan_id', 'sanitize' => 'absint' ), 'post' );
 
 
 
 
 
 
211
  $fee = wpbdp_get_fee_plan( $plan_id );
212
- $res = new WPBDP_Ajax_Response();
213
  if ( ! $fee ) {
214
  $res->send_error( __( 'Plan not found.', 'business-directory-plugin' ) );
215
  }
14
  */
15
  function _enqueue_scripts() {
16
  switch ( $this->current_view ) {
17
+ case 'add-fee':
18
+ case 'edit-fee':
19
+ wp_enqueue_style( 'wp-color-picker' );
20
+ wp_enqueue_style( 'wpbdp-js-select2-css' );
21
+
22
+ wp_enqueue_script(
23
+ 'wpbdp-admin-fees-js',
24
+ WPBDP_ASSETS_URL . 'js/admin-fees.min.js',
25
+ array( 'wp-color-picker', 'wpbdp-js-select2' ),
26
+ WPBDP_VERSION,
27
+ true
28
+ );
29
+
30
+ break;
 
 
31
  }
32
 
33
  if ( ! in_array( $this->current_view, array( 'add-fee', 'edit-fee' ), true ) )
41
  $table->prepare_items();
42
 
43
  $order_options = array();
44
+ $labels = array(
45
+ 'label' => _x( 'Label', 'fees order', 'business-directory-plugin' ),
46
+ 'amount' => __( 'Amount', 'business-directory-plugin' ),
47
+ 'days' => _x( 'Duration', 'fees order', 'business-directory-plugin' ),
48
+ 'images' => __( 'Images', 'business-directory-plugin' ),
49
+ 'custom' => _x( 'Custom Order', 'fees order', 'business-directory-plugin' ),
50
+ );
51
+ foreach ( $labels as $k => $l ) {
52
  $order_options[ $k ] = $l;
53
  }
54
 
114
  $posted_values = stripslashes_deep( $_POST['fee'] );
115
  $posted_values = $this->sanitize_posted_values( $posted_values );
116
 
117
+ $cat_limit = wpbdp_get_var(
118
+ array(
119
+ 'param' => 'limit_categories',
120
+ 'default' => 0,
121
+ ),
122
+ 'post'
123
+ );
124
+ if ( 0 === intval( $cat_limit ) ) {
125
  $posted_values['supported_categories'] = 'all';
126
  }
127
 
215
  WPBDP_App_Helper::permission_check( 'edit_posts' );
216
  check_ajax_referer( 'wpbdp_ajax', 'nonce' );
217
 
218
+ $plan_id = wpbdp_get_var(
219
+ array(
220
+ 'param' => 'plan_id',
221
+ 'sanitize' => 'absint',
222
+ ),
223
+ 'post'
224
+ );
225
  $fee = wpbdp_get_fee_plan( $plan_id );
226
+ $res = new WPBDP_AJAX_Response();
227
  if ( ! $fee ) {
228
  $res->send_error( __( 'Plan not found.', 'business-directory-plugin' ) );
229
  }
includes/admin/controllers/class-admin-listings.php CHANGED
@@ -360,7 +360,7 @@ class WPBDP_Admin_Listings {
360
  }
361
  }
362
 
363
- if ( count( WPBDP__Listing_flagging::get_flagging_meta( $listing->get_id() ) ) ) {
364
  $attributes['reported'] = '<span class="wpbdp-tag wpbdp-listing-attr-reported">' . _x( 'Reported', 'admin listings', 'business-directory-plugin' ) . '</span>';
365
  }
366
 
360
  }
361
  }
362
 
363
+ if ( count( WPBDP__Listing_Flagging::get_flagging_meta( $listing->get_id() ) ) ) {
364
  $attributes['reported'] = '<span class="wpbdp-tag wpbdp-listing-attr-reported">' . _x( 'Reported', 'admin listings', 'business-directory-plugin' ) . '</span>';
365
  }
366
 
includes/admin/controllers/class-admin-payments.php CHANGED
@@ -51,7 +51,7 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
51
  * Adding a redirect here will cause an indefinite loop.
52
  */
53
  public function details() {
54
- if ( 1 == wpbdp_get_var( array( 'param' => 'message' ) ) ) {
55
  wpbdp_admin_message( _x( 'Payment details updated.', 'payments admin', 'business-directory-plugin' ) );
56
  }
57
 
@@ -95,7 +95,7 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
95
  $payment = WPBDP_Payment::objects()->get( $payment_id );
96
  $text = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ), 'post' ) );
97
 
98
- $res = new WPBDP_Ajax_Response();
99
 
100
  if ( ! $payment || ! $text ) {
101
  $res->send_error();
@@ -125,7 +125,7 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
125
  $payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ) );
126
  $note_key = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ) ) );
127
 
128
- $res = new WPBDP_Ajax_Response();
129
 
130
  $note = wpbdp_get_log( $note_key );
131
  if ( 'payment.note' != $note->log_type || $payment_id != $note->object_id ) {
51
  * Adding a redirect here will cause an indefinite loop.
52
  */
53
  public function details() {
54
+ if ( 1 === (int) wpbdp_get_var( array( 'param' => 'message' ) ) ) {
55
  wpbdp_admin_message( _x( 'Payment details updated.', 'payments admin', 'business-directory-plugin' ) );
56
  }
57
 
95
  $payment = WPBDP_Payment::objects()->get( $payment_id );
96
  $text = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ), 'post' ) );
97
 
98
+ $res = new WPBDP_AJAX_Response();
99
 
100
  if ( ! $payment || ! $text ) {
101
  $res->send_error();
125
  $payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ) );
126
  $note_key = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ) ) );
127
 
128
+ $res = new WPBDP_AJAX_Response();
129
 
130
  $note = wpbdp_get_log( $note_key );
131
  if ( 'payment.note' != $note->log_type || $payment_id != $note->object_id ) {
includes/admin/controllers/class-form-fields-admin.php CHANGED
@@ -315,6 +315,7 @@ class WPBDP_FormFieldsAdmin {
315
  $field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
316
  $field = $this->api->get_field( $field_id );
317
  if ( $field ) {
 
318
  $field->reorder( $action === 'fieldup' ? 1 : -1 );
319
  }
320
  }
315
  $field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
316
  $field = $this->api->get_field( $field_id );
317
  if ( $field ) {
318
+ $action = wpbdp_get_var( array( 'param' => 'action' ), 'request' );
319
  $field->reorder( $action === 'fieldup' ? 1 : -1 );
320
  }
321
  }
includes/admin/controllers/class-settings-admin.php CHANGED
@@ -332,11 +332,11 @@ class WPBDP__Settings_Admin {
332
  *
333
  * @since 6.0
334
  *
335
- * @return string
336
  */
337
  private function setting_input_label( $setting, $tag = 'label', $class = '' ) {
338
  if ( empty( $setting['name'] ) ) {
339
- return '';
340
  }
341
 
342
  $tooltip = $this->setting_tooltip( $setting['tooltip'] );
332
  *
333
  * @since 6.0
334
  *
335
+ * @return void
336
  */
337
  private function setting_input_label( $setting, $tag = 'label', $class = '' ) {
338
  if ( empty( $setting['name'] ) ) {
339
+ return;
340
  }
341
 
342
  $tooltip = $this->setting_tooltip( $setting['tooltip'] );
includes/admin/csv-export.php CHANGED
@@ -58,7 +58,7 @@ class WPBDP_Admin_CSVExport {
58
  $export->advance();
59
  }
60
  }
61
- } catch (Exception $e) {
62
  $error = $e->getMessage();
63
  }
64
 
58
  $export->advance();
59
  }
60
  }
61
+ } catch ( Exception $e ) {
62
  $error = $e->getMessage();
63
  }
64
 
includes/admin/csv-import.php CHANGED
@@ -56,14 +56,11 @@ class WPBDP_CSVImportAdmin {
56
  die();
57
  }
58
 
59
- $res = new WPBDP_Ajax_Response();
60
 
61
  try {
62
  $import = new WPBDP_CSV_Import( $import_id );
63
  } catch ( Exception $e ) {
64
- if ( isset( $import ) && $import ) {
65
- $import->cleanup();
66
- }
67
  $res->send_error( $e->getMessage() );
68
  }
69
 
@@ -404,15 +401,15 @@ class WPBDP_CSVImportAdmin {
404
  }
405
 
406
  /**
407
- * @param $type string - 'csv' or 'image'
408
- * @param $sources array
409
  *
410
  * @since 5.11
411
  */
412
  private function add_file_to_sources( $type, &$sources ) {
413
  $file = wpbdp_get_var( array( 'param' => $type . '-file-local' ), 'post' );
414
 
415
- if ( $file && $this->is_correct_type( $allowed_type[ $type ], $file ) ) {
416
  $this->files[ $type ] = $this->get_imports_dir() . DIRECTORY_SEPARATOR . basename( $file );
417
 
418
  $sources[] = basename( $this->files[ $type ] );
56
  die();
57
  }
58
 
59
+ $res = new WPBDP_AJAX_Response();
60
 
61
  try {
62
  $import = new WPBDP_CSV_Import( $import_id );
63
  } catch ( Exception $e ) {
 
 
 
64
  $res->send_error( $e->getMessage() );
65
  }
66
 
401
  }
402
 
403
  /**
404
+ * @param string $type 'csv' or 'image'
405
+ * @param array $sources
406
  *
407
  * @since 5.11
408
  */
409
  private function add_file_to_sources( $type, &$sources ) {
410
  $file = wpbdp_get_var( array( 'param' => $type . '-file-local' ), 'post' );
411
 
412
+ if ( $file && $this->is_correct_type( $type, $file ) ) {
413
  $this->files[ $type ] = $this->get_imports_dir() . DIRECTORY_SEPARATOR . basename( $file );
414
 
415
  $sources[] = basename( $this->files[ $type ] );
includes/admin/helpers/class-data-formatter.php CHANGED
@@ -11,8 +11,8 @@
11
  */
12
  class WPBDP_DataFormatter {
13
  /**
14
- * @param $items
15
- * @param $properties
16
  * @return array
17
  */
18
  public function format_data( $items, $properties ) {
11
  */
12
  class WPBDP_DataFormatter {
13
  /**
14
+ * @param array $items
15
+ * @param array $properties
16
  * @return array
17
  */
18
  public function format_data( $items, $properties ) {
includes/admin/helpers/class-modules-api.php CHANGED
@@ -132,7 +132,7 @@ class WPBDP_Modules_API {
132
 
133
  /**
134
  * @since 5.10
135
- * @return array
136
  */
137
  protected function get_cached() {
138
  $cache = get_option( $this->cache_key );
132
 
133
  /**
134
  * @since 5.10
135
+ * @return array|false
136
  */
137
  protected function get_cached() {
138
  $cache = get_option( $this->cache_key );
includes/admin/helpers/class-modules-list.php CHANGED
@@ -199,10 +199,10 @@ class WPBDP_Show_Modules {
199
  *
200
  * @since 5.10
201
  *
202
- * @param array $addon
203
- * @param string|false $license_type
204
- * @param string $plan_required
205
- * @param string $upgrade_link
206
  */
207
  public static function show_conditional_action_button( $atts ) {
208
  if ( is_callable( 'WPBDP_Addons::show_conditional_action_button' ) ) {
199
  *
200
  * @since 5.10
201
  *
202
+ * @param array $atts includes $atts[addon]
203
+ * string|false $atts[license_type]
204
+ * $atts[plan_required]
205
+ * $atts[upgrade_link]
206
  */
207
  public static function show_conditional_action_button( $atts ) {
208
  if ( is_callable( 'WPBDP_Addons::show_conditional_action_button' ) ) {
includes/admin/helpers/class-notices.php CHANGED
@@ -47,12 +47,11 @@ class WPBDP_Admin_Notices {
47
  */
48
  public static function settings_errors() {
49
  $settings_errors = get_settings_errors();
50
- if ( empty( $settings_errors ) ) {
51
- return;
52
- }
53
 
54
- foreach ( $settings_errors as $key => $details ) {
55
- wpbdp_admin_message( $details['message'], $details['type'] );
 
 
56
  }
57
 
58
  wpbdp_admin_notices();
47
  */
48
  public static function settings_errors() {
49
  $settings_errors = get_settings_errors();
 
 
 
50
 
51
+ foreach ( $settings_errors as $details ) {
52
+ if ( is_array( $details ) ) {
53
+ wpbdp_admin_message( $details['message'], $details['type'] );
54
+ }
55
  }
56
 
57
  wpbdp_admin_notices();
includes/admin/helpers/class-variable-pricing-configurator.php CHANGED
@@ -36,11 +36,13 @@ class WPBDP__Admin__Variable_Pricing_Configurator extends WPBDP__WP_Taxonomy_Ter
36
  return str_replace( array( '<br>', '<br />' ), '', $res );
37
  }
38
 
39
- protected function element_after( $term, $depth ) {
40
  $res = '';
41
- $res .= sprintf( '</td><td class="category-price-col"><input id="wpbdp-fee-form-fee-category" type="text" name="fee[pricing_details][%d]" class="category-price" value="%s" /></td>',
42
- $term->term_id,
43
- isset( $this->prices[ $term->term_id ] ) ? $this->prices[ $term->term_id ] : '0.0' );
 
 
44
  $res .= '</tr>';
45
 
46
  return $res;
36
  return str_replace( array( '<br>', '<br />' ), '', $res );
37
  }
38
 
39
+ protected function element_after( $term, $depth ) {
40
  $res = '';
41
+ $res .= sprintf(
42
+ '</td><td class="category-price-col"><input id="wpbdp-fee-form-fee-category" type="text" name="fee[pricing_details][%d]" class="category-price" value="%s" /></td>',
43
+ $term->term_id,
44
+ isset( $this->prices[ $term->term_id ] ) ? $this->prices[ $term->term_id ] : '0.0'
45
+ );
46
  $res .= '</tr>';
47
 
48
  return $res;
includes/admin/helpers/csv/class-csv-exporter.php CHANGED
@@ -111,7 +111,6 @@ class WPBDP_CSVExporter {
111
  throw new Exception( sprintf( _x( 'Error while creating a temporary directory for CSV export: %s', 'admin csv-export', 'business-directory-plugin' ), $direrror ) );
112
  }
113
  }
114
-
115
  } else {
116
  $this->workingdir = $workingdir;
117
  }
111
  throw new Exception( sprintf( _x( 'Error while creating a temporary directory for CSV export: %s', 'admin csv-export', 'business-directory-plugin' ), $direrror ) );
112
  }
113
  }
 
114
  } else {
115
  $this->workingdir = $workingdir;
116
  }
includes/admin/helpers/csv/class-csv-import.php CHANGED
@@ -368,8 +368,6 @@ class WPBDP_CSV_Import {
368
 
369
  /**
370
  * @since 5.11
371
- *
372
- * @throws {Error}
373
  */
374
  private function directory_path() {
375
  $upload_dir = wp_upload_dir();
@@ -881,7 +879,7 @@ class WPBDP_CSV_Import {
881
  if ( ! $upload ) {
882
  return false;
883
  }
884
- $media_id = WPBDP__Utils::attach_image_to_media_library( $upload );
885
  rename( $filepath . '.backup', $filepath );
886
  return $media_id;
887
  }
368
 
369
  /**
370
  * @since 5.11
 
 
371
  */
372
  private function directory_path() {
373
  $upload_dir = wp_upload_dir();
879
  if ( ! $upload ) {
880
  return false;
881
  }
882
+ $media_id = WPBDP_Utils::attach_image_to_media_library( $upload );
883
  rename( $filepath . '.backup', $filepath );
884
  return $media_id;
885
  }
includes/admin/helpers/tables/class-fees-table.php CHANGED
@@ -84,7 +84,9 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
84
  $this->items = wpbdp_get_fee_plans( $args );
85
  }
86
 
87
- /** Rows **/
 
 
88
  public function single_row( $item ) {
89
  $classes = 'fee';
90
  if ( ! $item->enabled ) {
@@ -246,7 +248,7 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
246
  *
247
  * @since 5.15.3
248
  *
249
- * @return string
250
  */
251
  public function column_listings( $fee ) {
252
  $column = $fee->count_listings();
84
  $this->items = wpbdp_get_fee_plans( $args );
85
  }
86
 
87
+ /**
88
+ * @param object $item
89
+ */
90
  public function single_row( $item ) {
91
  $classes = 'fee';
92
  if ( ! $item->enabled ) {
248
  *
249
  * @since 5.15.3
250
  *
251
+ * @return string|int
252
  */
253
  public function column_listings( $fee ) {
254
  $column = $fee->count_listings();
includes/admin/helpers/tables/class-payments-table.php CHANGED
@@ -1,18 +1,26 @@
1
  <?php
2
- if ( ! class_exists( 'WP_List_Table' ) )
3
- require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
 
4
 
5
  /**
6
  * @since 5.0
7
  */
8
  class WPBDP__Admin__Payments_Table extends WP_List_Table {
9
 
 
 
 
 
 
10
  public function __construct() {
11
- parent::__construct( array(
12
- 'singular' => _x( 'payment', 'payments admin', 'business-directory-plugin' ),
13
- 'plural' => _x( 'payments', 'payments admin', 'business-directory-plugin' ),
14
- 'ajax' => false
15
- ) );
 
 
16
  }
17
 
18
  public function no_items() {
@@ -38,11 +46,13 @@ class WPBDP__Admin__Payments_Table extends WP_List_Table {
38
 
39
  $views = array();
40
  foreach ( $views_ as $view_id => $view_data ) {
41
- $views[ $view_id ] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
42
- esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&status=' . $view_id ) ),
43
- $view_id == $this->get_current_view() ? 'current' : '',
44
- $view_data[0],
45
- number_format_i18n( $view_data[1] ) );
 
 
46
  }
47
 
48
  return $views;
1
  <?php
2
+ if ( ! class_exists( 'WP_List_Table' ) ) {
3
+ require_once ABSPATH . 'wp-admin/includes/class-wp-list-table.php';
4
+ }
5
 
6
  /**
7
  * @since 5.0
8
  */
9
  class WPBDP__Admin__Payments_Table extends WP_List_Table {
10
 
11
+ /**
12
+ * @var WPBDP__DB__Query_Set $items
13
+ */
14
+ public $items;
15
+
16
  public function __construct() {
17
+ parent::__construct(
18
+ array(
19
+ 'singular' => _x( 'payment', 'payments admin', 'business-directory-plugin' ),
20
+ 'plural' => _x( 'payments', 'payments admin', 'business-directory-plugin' ),
21
+ 'ajax' => false,
22
+ )
23
+ );
24
  }
25
 
26
  public function no_items() {
46
 
47
  $views = array();
48
  foreach ( $views_ as $view_id => $view_data ) {
49
+ $views[ $view_id ] = sprintf(
50
+ '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
51
+ esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&status=' . $view_id ) ),
52
+ $view_id == $this->get_current_view() ? 'current' : '',
53
+ $view_data[0],
54
+ number_format_i18n( $view_data[1] )
55
+ );
56
  }
57
 
58
  return $views;
includes/admin/interface-personal-data-provider.php CHANGED
@@ -16,21 +16,16 @@ interface WPBDP_PersonalDataProviderInterface {
16
  public function get_page_size();
17
 
18
  /**
19
- * @param $user
20
- * @param $email_address
21
- * @param $page
22
  * @return mixed
23
  */
24
  public function get_objects( $user, $email_address, $page );
25
 
26
  /**
27
- * @param $objects
28
  * @return mixed
29
  */
30
  public function export_objects( $objects );
31
 
32
  /**
33
- * @param $objects
34
  * @return mixed
35
  */
36
  public function erase_objects( $objects );
16
  public function get_page_size();
17
 
18
  /**
 
 
 
19
  * @return mixed
20
  */
21
  public function get_objects( $user, $email_address, $page );
22
 
23
  /**
 
24
  * @return mixed
25
  */
26
  public function export_objects( $objects );
27
 
28
  /**
 
29
  * @return mixed
30
  */
31
  public function erase_objects( $objects );
includes/admin/page-debug.php CHANGED
@@ -171,7 +171,7 @@ class WPBDP_Admin_Debug_Page {
171
  return;
172
  }
173
 
174
- if ( 1 == wpbdp_get_var( array( 'param' => 'download' ) ) ) {
175
  header( 'Content-Description: File Transfer' );
176
  header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ), true );
177
  header( 'Content-Disposition: attachment; filename=wpbdp-debug-info.txt' );
171
  return;
172
  }
173
 
174
+ if ( 1 === (int) wpbdp_get_var( array( 'param' => 'download' ) ) ) {
175
  header( 'Content-Description: File Transfer' );
176
  header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ), true );
177
  header( 'Content-Disposition: attachment; filename=wpbdp-debug-info.txt' );
includes/admin/settings/class-settings-bootstrap.php CHANGED
@@ -5,28 +5,18 @@
5
  final class WPBDP__Settings__Bootstrap {
6
 
7
  public static function register_initial_groups() {
8
- wpbdp_register_settings_group( 'general', _x( 'General', 'settings', 'business-directory-plugin' ), '', array(
9
- 'icon' => 'cog',
10
- ) );
11
 
12
- wpbdp_register_settings_group( 'listings', _x( 'Listings', 'settings', 'business-directory-plugin' ), '', array(
13
- 'icon' => 'list',
14
- ) );
15
  wpbdp_register_settings_group( 'listings/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'listings' );
16
 
17
- wpbdp_register_settings_group( 'email', __( 'Email', 'business-directory-plugin' ), '', array(
18
- 'icon' => 'email',
19
- ) );
20
  wpbdp_register_settings_group( 'email/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'email' );
21
 
22
- wpbdp_register_settings_group( 'payment', _x( 'Payment', 'settings', 'business-directory-plugin' ), '', array(
23
- 'icon' => 'money',
24
- ) );
25
  wpbdp_register_settings_group( 'payment/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'payment' );
26
 
27
- wpbdp_register_settings_group( 'appearance', _x( 'Appearance', 'settings', 'business-directory-plugin' ), '', array(
28
- 'icon' => 'layout',
29
- ) );
30
  }
31
 
32
  public static function register_initial_settings() {
@@ -71,6 +61,7 @@ final class WPBDP__Settings__Bootstrap {
71
  'default' => 'wpbdp_listing',
72
  'group' => 'permalink_settings',
73
  'validator' => 'no-spaces,trim,required',
 
74
  )
75
  );
76
  wpbdp_register_setting(
@@ -78,11 +69,12 @@ final class WPBDP__Settings__Bootstrap {
78
  'id' => 'permalinks-category-slug',
79
  'type' => 'text',
80
  'name' => _x( 'Categories Slug', 'settings', 'business-directory-plugin' ),
81
- 'desc' => _x( 'The slug can\'t be in use by another term. Avoid "category", for instance.', 'settings', 'business-directory-plugin' ),
82
  'default' => 'wpbdp_category',
83
  'group' => 'permalink_settings',
84
  'taxonomy' => WPBDP_CATEGORY_TAX,
85
  'validator' => 'taxonomy_slug',
 
86
  )
87
  );
88
  wpbdp_register_setting(
@@ -90,11 +82,12 @@ final class WPBDP__Settings__Bootstrap {
90
  'id' => 'permalinks-tags-slug',
91
  'type' => 'text',
92
  'name' => _x( 'Tags Slug', 'settings', 'business-directory-plugin' ),
93
- 'desc' => _x( 'The slug can\'t be in use by another term. Avoid "tag", for instance.', 'settings', 'business-directory-plugin' ),
94
  'default' => 'wpbdp_tag',
95
  'group' => 'permalink_settings',
96
  'taxonomy' => WPBDP_TAGS_TAX,
97
  'validator' => 'taxonomy_slug',
 
98
  )
99
  );
100
  wpbdp_register_setting(
@@ -172,6 +165,7 @@ final class WPBDP__Settings__Bootstrap {
172
  'name' => _x( 'reCAPTCHA Public Key', 'settings', 'business-directory-plugin' ),
173
  'default' => '',
174
  'group' => 'recaptcha',
 
175
  )
176
  );
177
  wpbdp_register_setting(
@@ -181,6 +175,7 @@ final class WPBDP__Settings__Bootstrap {
181
  'name' => _x( 'reCAPTCHA Private Key', 'settings', 'business-directory-plugin' ),
182
  'default' => '',
183
  'group' => 'recaptcha',
 
184
  )
185
  );
186
  wpbdp_register_setting(
@@ -218,7 +213,14 @@ final class WPBDP__Settings__Bootstrap {
218
  )
219
  );
220
 
221
- wpbdp_register_settings_group( 'registration', _x( 'Registration', 'settings', 'business-directory-plugin' ), 'general', array( 'desc' => _x( "We expect that a membership plugin supports the 'redirect_to' parameter for the URLs below to work. If the plugin does not support them, these settings will not function as expected. Please contact the membership plugin and ask them to support the WP standard 'redirect_to' query parameter.", 'settings', 'business-directory-plugin' ) ) );
 
 
 
 
 
 
 
222
  wpbdp_register_setting(
223
  array(
224
  'id' => 'require-login',
@@ -241,7 +243,7 @@ final class WPBDP__Settings__Bootstrap {
241
  'id' => 'login-url',
242
  'type' => 'text',
243
  'name' => _x( 'Login URL', 'settings', 'business-directory-plugin' ),
244
- 'desc' => _x( 'Only enter this if using a membership plugin or custom login page', 'settings', 'business-directory-plugin' ),
245
  'placeholder' => _x( 'URL of your membership plugin\'s login page.', 'settings', 'business-directory-plugin' ),
246
  'default' => '',
247
  'group' => 'registration',
@@ -252,7 +254,7 @@ final class WPBDP__Settings__Bootstrap {
252
  'id' => 'registration-url',
253
  'type' => 'text',
254
  'name' => _x( 'Registration URL', 'settings', 'business-directory-plugin' ),
255
- 'desc' => _x( 'Only enter this if using a membership plugin or custom registration page.', 'settings', 'business-directory-plugin' ),
256
  'placeholder' => _x( 'URL of your membership plugin\'s registration page', 'settings', 'business-directory-plugin' ),
257
  'default' => '',
258
  'group' => 'registration',
@@ -261,7 +263,7 @@ final class WPBDP__Settings__Bootstrap {
261
  wpbdp_register_setting(
262
  array(
263
  'id' => 'create-account-during-submit-mode',
264
- 'type' => 'radio',
265
  'name' => _x( 'Allow users to create accounts during listing submit', 'settings', 'business-directory-plugin' ),
266
  'default' => 'required',
267
  'options' => array(
@@ -270,6 +272,10 @@ final class WPBDP__Settings__Bootstrap {
270
  'required' => __( 'Yes, and make it required', 'business-directory-plugin' ),
271
  ),
272
  'group' => 'registration',
 
 
 
 
273
  )
274
  );
275
 
@@ -596,12 +602,12 @@ final class WPBDP__Settings__Bootstrap {
596
  }
597
  wpbdp_register_setting(
598
  array(
599
- 'id' => 'default-listing-author',
600
- 'name' => __( 'Owner of anonymous listings', 'business-directory-plugin' ),
601
- 'type' => 'text',
602
- 'default' => $admin ? $admin->ID : '1',
603
- 'desc' => _x( 'The user ID or login of an existing user account. If login is not required to submit listings, this user will own them. A site admin or another user that will not a be posting a listing is best.', 'settings', 'business-directory-plugin' ),
604
- 'group' => 'registration',
605
  'grid_classes' => array(
606
  'left' => 'wpbdp8',
607
  'right' => 'wpbdp4'
5
  final class WPBDP__Settings__Bootstrap {
6
 
7
  public static function register_initial_groups() {
8
+ wpbdp_register_settings_group( 'general', _x( 'General', 'settings', 'business-directory-plugin' ), '', array( 'icon' => 'cog' ) );
 
 
9
 
10
+ wpbdp_register_settings_group( 'listings', _x( 'Listings', 'settings', 'business-directory-plugin' ), '', array( 'icon' => 'list' ) );
 
 
11
  wpbdp_register_settings_group( 'listings/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'listings' );
12
 
13
+ wpbdp_register_settings_group( 'email', __( 'Email', 'business-directory-plugin' ), '', array( 'icon' => 'email' ) );
 
 
14
  wpbdp_register_settings_group( 'email/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'email' );
15
 
16
+ wpbdp_register_settings_group( 'payment', _x( 'Payment', 'settings', 'business-directory-plugin' ), '', array( 'icon' => 'money' ) );
 
 
17
  wpbdp_register_settings_group( 'payment/main', _x( 'General Settings', 'settings', 'business-directory-plugin' ), 'payment' );
18
 
19
+ wpbdp_register_settings_group( 'appearance', _x( 'Appearance', 'settings', 'business-directory-plugin' ), '', array( 'icon' => 'layout' ) );
 
 
20
  }
21
 
22
  public static function register_initial_settings() {
61
  'default' => 'wpbdp_listing',
62
  'group' => 'permalink_settings',
63
  'validator' => 'no-spaces,trim,required',
64
+ 'class' => 'wpbdp-half',
65
  )
66
  );
67
  wpbdp_register_setting(
69
  'id' => 'permalinks-category-slug',
70
  'type' => 'text',
71
  'name' => _x( 'Categories Slug', 'settings', 'business-directory-plugin' ),
72
+ 'tooltip' => _x( 'The slug can\'t be in use by another term. Avoid "category", for instance.', 'settings', 'business-directory-plugin' ),
73
  'default' => 'wpbdp_category',
74
  'group' => 'permalink_settings',
75
  'taxonomy' => WPBDP_CATEGORY_TAX,
76
  'validator' => 'taxonomy_slug',
77
+ 'class' => 'wpbdp-half',
78
  )
79
  );
80
  wpbdp_register_setting(
82
  'id' => 'permalinks-tags-slug',
83
  'type' => 'text',
84
  'name' => _x( 'Tags Slug', 'settings', 'business-directory-plugin' ),
85
+ 'tooltip' => _x( 'The slug can\'t be in use by another term. Avoid "tag", for instance.', 'settings', 'business-directory-plugin' ),
86
  'default' => 'wpbdp_tag',
87
  'group' => 'permalink_settings',
88
  'taxonomy' => WPBDP_TAGS_TAX,
89
  'validator' => 'taxonomy_slug',
90
+ 'class' => 'wpbdp-half',
91
  )
92
  );
93
  wpbdp_register_setting(
165
  'name' => _x( 'reCAPTCHA Public Key', 'settings', 'business-directory-plugin' ),
166
  'default' => '',
167
  'group' => 'recaptcha',
168
+ 'class' => 'wpbdp-half',
169
  )
170
  );
171
  wpbdp_register_setting(
175
  'name' => _x( 'reCAPTCHA Private Key', 'settings', 'business-directory-plugin' ),
176
  'default' => '',
177
  'group' => 'recaptcha',
178
+ 'class' => 'wpbdp-half',
179
  )
180
  );
181
  wpbdp_register_setting(
213
  )
214
  );
215
 
216
+ wpbdp_register_settings_group(
217
+ 'registration',
218
+ _x( 'Registration', 'settings', 'business-directory-plugin' ),
219
+ 'general',
220
+ array(
221
+ 'desc' => __( "We expect that a membership plugin supports the 'redirect_to' parameter for the URLs below to work. If the plugin does not support them, these settings will not function as expected.", 'business-directory-plugin' ),
222
+ )
223
+ );
224
  wpbdp_register_setting(
225
  array(
226
  'id' => 'require-login',
243
  'id' => 'login-url',
244
  'type' => 'text',
245
  'name' => _x( 'Login URL', 'settings', 'business-directory-plugin' ),
246
+ 'tooltip' => _x( 'Only enter this if using a membership plugin or custom login page', 'settings', 'business-directory-plugin' ),
247
  'placeholder' => _x( 'URL of your membership plugin\'s login page.', 'settings', 'business-directory-plugin' ),
248
  'default' => '',
249
  'group' => 'registration',
254
  'id' => 'registration-url',
255
  'type' => 'text',
256
  'name' => _x( 'Registration URL', 'settings', 'business-directory-plugin' ),
257
+ 'tooltip' => _x( 'Only enter this if using a membership plugin or custom registration page.', 'settings', 'business-directory-plugin' ),
258
  'placeholder' => _x( 'URL of your membership plugin\'s registration page', 'settings', 'business-directory-plugin' ),
259
  'default' => '',
260
  'group' => 'registration',
263
  wpbdp_register_setting(
264
  array(
265
  'id' => 'create-account-during-submit-mode',
266
+ 'type' => 'select',
267
  'name' => _x( 'Allow users to create accounts during listing submit', 'settings', 'business-directory-plugin' ),
268
  'default' => 'required',
269
  'options' => array(
272
  'required' => __( 'Yes, and make it required', 'business-directory-plugin' ),
273
  ),
274
  'group' => 'registration',
275
+ 'grid_classes' => array(
276
+ 'left' => 'wpbdp8',
277
+ 'right' => 'wpbdp4'
278
+ ),
279
  )
280
  );
281
 
602
  }
603
  wpbdp_register_setting(
604
  array(
605
+ 'id' => 'default-listing-author',
606
+ 'name' => __( 'Owner of anonymous listings', 'business-directory-plugin' ),
607
+ 'type' => 'text',
608
+ 'default' => $admin ? $admin->ID : '1',
609
+ 'tooltip' => _x( 'The user ID or login of an existing user account. If login is not required to submit listings, this user will own them. A site admin or another user that will not a be posting a listing is best.', 'settings', 'business-directory-plugin' ),
610
+ 'group' => 'registration',
611
  'grid_classes' => array(
612
  'left' => 'wpbdp8',
613
  'right' => 'wpbdp4'
includes/admin/settings/class-settings.php CHANGED
@@ -13,7 +13,6 @@ class WPBDP__Settings {
13
 
14
  private $deps = array();
15
 
16
-
17
  public function __construct() {
18
  // Make sure our option exists.
19
  if ( false === ( $settings_opt = get_option( 'wpbdp_settings' ) ) ) {
@@ -39,6 +38,10 @@ class WPBDP__Settings {
39
  }
40
 
41
  public function sanitize_settings( $input ) {
 
 
 
 
42
  $on_admin = ! empty( $_POST['_wp_http_referer'] );
43
 
44
  $output = array_merge( $this->options, $input );
@@ -54,15 +57,13 @@ class WPBDP__Settings {
54
  // XXX: maybe this should always be executed, not only admin side?
55
  if ( $on_admin ) {
56
  switch ( $setting['type'] ) {
57
- case 'multicheck':
58
- if ( is_array( $value ) ) {
59
- $input[ $setting_id ] = array_filter( $value, 'strlen' );
60
- $output[ $setting_id ] = array_filter( $value, 'strlen' );
61
- }
62
 
63
- break;
64
- default:
65
- break;
66
  }
67
  }
68
 
@@ -116,19 +117,18 @@ class WPBDP__Settings {
116
  }
117
 
118
  switch ( count( $parents ) ) {
119
- case 0:
120
- $group_type = 'tab';
121
- break;
122
- case 1:
123
- $group_type = 'subtab';
124
- break;
125
- case 2:
126
- $group_type = 'section';
127
- break;
128
- default:
129
- // throw new Exception( sprintf( 'Invalid # of parents in the tree for settings group "%s"', $slug ) );
130
- return false;
131
- break;
132
  }
133
 
134
  if ( $parent ) {
@@ -169,19 +169,22 @@ class WPBDP__Settings {
169
  );
170
  }
171
 
172
- $args = wp_parse_args( $args, array(
173
- 'id' => '',
174
- 'name' => '',
175
- 'type' => 'text',
176
- 'group' => 'general/main',
177
- 'desc' => '',
178
- 'validator' => false,
179
- 'default' => false,
180
- 'on_update' => false,
181
- 'class' => '',
182
- 'grid_classes' => false,
183
- 'dependencies' => array()
184
- ) );
 
 
 
185
 
186
  if ( isset( $this->settings[ $args['id'] ] ) ) {
187
  return false;
@@ -395,10 +398,13 @@ class WPBDP__Settings {
395
  }
396
 
397
  public function get_dependencies( $args = array() ) {
398
- $args = wp_parse_args( $args, array(
399
- 'setting' => null,
400
- 'type' => null
401
- ) );
 
 
 
402
  extract( $args );
403
 
404
  if ( $setting )
@@ -425,28 +431,6 @@ class WPBDP__Settings {
425
  return false;
426
  }
427
 
428
- /* emulates get_wpbusdirman_config_options() in version 2.0 until
429
- * all deprecated code has been ported. */
430
- public function pre_2_0_compat_get_config_options() {
431
- $legacy_options = array();
432
-
433
- foreach ($this->pre_2_0_options() as $old_key => $new_key) {
434
- $setting_value = $this->get( $new_key );
435
-
436
- if ( $new_key === 'paypal' || $new_key === '2checkout' ) {
437
- $setting_value = ! $setting_value;
438
- }
439
-
440
- if ($this->settings[$new_key]->type == 'boolean') {
441
- $setting_value = $setting_value == true ? 'yes' : 'no';
442
- }
443
-
444
- $legacy_options[$old_key] = $setting_value;
445
- }
446
-
447
- return $legacy_options;
448
- }
449
-
450
  /**
451
  * Resets settings to their default values. This includes ALL premium modules too, so use with care.
452
  */
@@ -495,65 +479,65 @@ class WPBDP__Settings {
495
 
496
  foreach ( $validators as $validator ) {
497
  switch ( $validator ) {
498
- case 'trim':
499
- $value = trim( $value );
500
- break;
501
- case 'no-spaces':
502
- $value = trim( preg_replace( '/\s+/', '', $value ) );
503
- break;
504
- case 'required':
505
- if ( is_array( $value ) ) {
506
- $value = array_filter( $value, 'strlen' );
507
- }
508
 
509
- if ( empty( $value ) ) {
510
- add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( '"%s" can not be empty.', 'settings', 'business-directory-plugin' ), $setting['name'] ), 'error' );
511
- $has_error = true;
512
- }
513
 
514
- break;
515
- case 'taxonomy_slug':
516
- // Don't use sanitize_title because it replaes unicode characters
517
- // with octets and breaks the Rewrite Rules.
518
- $value = trim( $value );
519
 
520
- if ( empty( $value ) ) {
521
- add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( '"%s" can not be empty.', 'settings', 'business-directory-plugin' ), $setting['name'] ), 'error' );
522
- $has_error = true;
523
- continue 2;
524
- }
525
 
526
- // Check for characters that will break the url.
527
- $disallow = array( ' ', ',', '&' );
528
- $stripped = str_replace( $disallow, '', $value );
529
- if ( $stripped !== $value ) {
530
- add_settings_error( 'wpbdp_settings', $setting_id, sprintf( __( '%s cannot include spaces, commas, or &', 'business-directory-plugin' ), $setting['name'] ), 'error' );
531
- $has_error = true;
532
- continue 2;
533
- }
534
-
535
- if ( ! empty( $setting ) && ! empty( $setting['taxonomy'] ) ) {
536
- foreach ( get_taxonomies( null, 'objects' ) as $taxonomy ) {
537
- if ( $taxonomy->rewrite && $taxonomy->rewrite['slug'] == $value && $taxonomy->name != $setting['taxonomy'] ) {
538
- add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( 'The slug "%s" is already in use for another taxonomy.', 'settings', 'business-directory-plugin' ), $value ), 'error' );
539
- $has_error = true;
540
- }
541
- }
542
- }
543
 
544
- break;
545
- default:
546
- // TODO: How to handle errors to set $has_error = true?
547
- if ( is_callable( $validator ) ) {
548
- if ( is_string( $validator ) ) {
549
- $value = call_user_func( $validator, $value );
550
- } else {
551
- $value = call_user_func( $validator, $value, $old_value, $setting );
552
- }
553
- }
554
 
555
- break;
556
- }
 
 
 
 
 
 
 
 
 
 
 
557
  }
558
 
559
  return ( $has_error ? $old_value : $value );
@@ -579,118 +563,41 @@ class WPBDP__Settings {
579
  return $value;
580
  }
581
 
582
- /* upgrade from old-style settings to new options */
583
- public function pre_2_0_options() {
584
- static $option_translations = array(
585
- /* 'wpbusdirman_settings_config_25' => 'hide-buy-module-buttons',*/ /* removed in 2.0 */
586
- 'wpbusdirman_settings_config_26' => 'hide-tips',
587
- 'wpbusdirman_settings_config_27' => 'show-contact-form',
588
- 'wpbusdirman_settings_config_36' => 'show-comment-form',
589
- 'wpbusdirman_settings_config_34' => 'credit-author',
590
- 'wpbusdirman_settings_config_38' => 'listing-renewal',
591
- 'wpbusdirman_settings_config_39' => 'use-default-picture',
592
- 'wpbusdirman_settings_config_44' => 'show-listings-under-categories',
593
- 'wpbusdirman_settings_config_45' => 'override-email-blocking',
594
- 'wpbusdirman_settings_config_47' => 'deleted-status',
595
- 'wpbusdirman_settings_config_3' => 'require-login',
596
- 'wpbusdirman_settings_config_4' => 'login-url',
597
- 'wpbusdirman_settings_config_5' => 'registration-url',
598
- 'wpbusdirman_settings_config_1' => 'new-post-status',
599
- 'wpbusdirman_settings_config_19' => 'edit-post-status',
600
- 'wpbusdirman_settings_config_7' => 'categories-order-by',
601
- 'wpbusdirman_settings_config_8' => 'categories-sort',
602
- 'wpbusdirman_settings_config_9' => 'show-category-post-count',
603
- 'wpbusdirman_settings_config_10' => 'hide-empty-categories',
604
- 'wpbusdirman_settings_config_48' => 'show-only-parent-categories',
605
- 'wpbusdirman_settings_config_52' => 'listings-order-by',
606
- 'wpbusdirman_settings_config_53' => 'listings-sort',
607
- 'wpbusdirman_settings_config_6' => 'allow-images',
608
- 'wpbusdirman_settings_config_11' => 'show-thumbnail',
609
- 'wpbusdirman_settings_config_13' => 'image-max-filesize',
610
- 'wpbusdirman_settings_config_14' => 'image-min-filesize',
611
- 'wpbusdirman_settings_config_15' => 'image-max-width',
612
- 'wpbusdirman_settings_config_16' => 'image-max-height',
613
- 'wpbusdirman_settings_config_17' => 'thumbnail-width',
614
- 'wpbusdirman_settings_config_20' => 'currency',
615
- 'wpbusdirman_settings_config_12' => 'currency-symbol',
616
- 'wpbusdirman_settings_config_21' => 'payments-on',
617
- 'wpbusdirman_settings_config_22' => 'payments-test-mode',
618
- 'wpbusdirman_settings_config_37' => 'payment-message',
619
- 'wpbusdirman_settings_config_23' => 'googlecheckout-merchant',
620
- 'wpbusdirman_settings_config_24' => 'googlecheckout-seller',
621
- 'wpbusdirman_settings_config_40' => 'googlecheckout',
622
- 'wpbusdirman_settings_config_35' => 'paypal-business-email',
623
- 'wpbusdirman_settings_config_41' => 'paypal',
624
- 'wpbusdirman_settings_config_42' => '2checkout-seller',
625
- 'wpbusdirman_settings_config_43' => '2checkout',
626
- 'wpbusdirman_settings_config_31' => 'featured-on',
627
- 'wpbusdirman_settings_config_32' => 'featured-price',
628
- 'wpbusdirman_settings_config_33' => 'featured-description',
629
- 'wpbusdirman_settings_config_28' => 'recaptcha-public-key',
630
- 'wpbusdirman_settings_config_29' => 'recaptcha-private-key',
631
- 'wpbusdirman_settings_config_30' => 'recaptcha-on',
632
- 'wpbusdirman_settings_config_49' => 'permalinks-directory-slug',
633
- 'wpbusdirman_settings_config_50' => 'permalinks-category-slug',
634
- 'wpbusdirman_settings_config_51' => 'permalinks-tags-slug'
635
- );
636
- return $option_translations;
637
- }
638
-
639
- public function upgrade_options() {
640
- if ( ! $this->settings ) {
641
- $this->_register_settings();
642
- }
643
-
644
- $translations = $this->pre_2_0_options();
645
-
646
- $old_options = get_option( 'wpbusdirman_settings_config' );
647
- if ( $old_options ) {
648
- foreach ($old_options as $option) {
649
- $id = strtolower( $option['id'] );
650
- $type = strtolower( $option['type'] );
651
- $value = $option['std'];
652
-
653
- if ( $type === 'titles' || $id === 'wpbusdirman_settings_config_25' || empty( $value ) ) {
654
- continue;
655
- }
656
-
657
- if ( $id === 'wpbusdirman_settings_config_40' ) {
658
- $this->set( 'googlecheckout', $value === 'yes' ? false : true );
659
- } elseif ( $id === 'wpbusdirman_settings_config_41' ) {
660
- $this->set( 'paypal', $value === 'yes' ? false : true );
661
- } elseif ( $id === 'wpbusdirman_settings_config_43' ) {
662
- $this->set( '2checkout', $value === 'yes' ? false : true );
663
- } else {
664
- if ( ! isset( $this->settings[ $translations[ $id ] ] ) ) {
665
- continue;
666
- }
667
-
668
- $newsetting = $this->settings[ $translations[ $id ] ];
669
-
670
- switch ($newsetting->type) {
671
- case 'boolean':
672
- $this->set( $newsetting->name, $value === 'yes' );
673
- break;
674
- case 'choice':
675
- case 'text':
676
- default:
677
- $this->set( $newsetting->name, $value );
678
- break;
679
- }
680
- }
681
-
682
- }
683
-
684
- delete_option( 'wpbusdirman_settings_config' );
685
- }
686
- }
687
-
688
  public function set_new_install_settings() {
689
  $this->set_option( 'show-manage-listings', true );
690
  }
691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
  }
693
 
694
  // For backwards compat.
695
- class WPBDP_Settings extends WPBDP__Settings {}
696
-
 
 
 
 
13
 
14
  private $deps = array();
15
 
 
16
  public function __construct() {
17
  // Make sure our option exists.
18
  if ( false === ( $settings_opt = get_option( 'wpbdp_settings' ) ) ) {
38
  }
39
 
40
  public function sanitize_settings( $input ) {
41
+ if ( empty( $input ) ) {
42
+ return $this->options;
43
+ }
44
+
45
  $on_admin = ! empty( $_POST['_wp_http_referer'] );
46
 
47
  $output = array_merge( $this->options, $input );
57
  // XXX: maybe this should always be executed, not only admin side?
58
  if ( $on_admin ) {
59
  switch ( $setting['type'] ) {
60
+ case 'multicheck':
61
+ if ( is_array( $value ) ) {
62
+ $input[ $setting_id ] = array_filter( $value, 'strlen' );
63
+ $output[ $setting_id ] = array_filter( $value, 'strlen' );
64
+ }
65
 
66
+ break;
 
 
67
  }
68
  }
69
 
117
  }
118
 
119
  switch ( count( $parents ) ) {
120
+ case 0:
121
+ $group_type = 'tab';
122
+ break;
123
+ case 1:
124
+ $group_type = 'subtab';
125
+ break;
126
+ case 2:
127
+ $group_type = 'section';
128
+ break;
129
+ default:
130
+ // throw new Exception( sprintf( 'Invalid # of parents in the tree for settings group "%s"', $slug ) );
131
+ return false;
 
132
  }
133
 
134
  if ( $parent ) {
169
  );
170
  }
171
 
172
+ $args = wp_parse_args(
173
+ $args,
174
+ array(
175
+ 'id' => '',
176
+ 'name' => '',
177
+ 'type' => 'text',
178
+ 'group' => 'general/main',
179
+ 'desc' => '',
180
+ 'validator' => false,
181
+ 'default' => false,
182
+ 'on_update' => false,
183
+ 'class' => '',
184
+ 'grid_classes' => false,
185
+ 'dependencies' => array()
186
+ )
187
+ );
188
 
189
  if ( isset( $this->settings[ $args['id'] ] ) ) {
190
  return false;
398
  }
399
 
400
  public function get_dependencies( $args = array() ) {
401
+ $args = wp_parse_args(
402
+ $args,
403
+ array(
404
+ 'setting' => null,
405
+ 'type' => null,
406
+ )
407
+ );
408
  extract( $args );
409
 
410
  if ( $setting )
431
  return false;
432
  }
433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
434
  /**
435
  * Resets settings to their default values. This includes ALL premium modules too, so use with care.
436
  */
479
 
480
  foreach ( $validators as $validator ) {
481
  switch ( $validator ) {
482
+ case 'trim':
483
+ $value = trim( $value );
484
+ break;
485
+ case 'no-spaces':
486
+ $value = trim( preg_replace( '/\s+/', '', $value ) );
487
+ break;
488
+ case 'required':
489
+ if ( is_array( $value ) ) {
490
+ $value = array_filter( $value, 'strlen' );
491
+ }
492
 
493
+ if ( empty( $value ) ) {
494
+ add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( '"%s" can not be empty.', 'settings', 'business-directory-plugin' ), $setting['name'] ), 'error' );
495
+ $has_error = true;
496
+ }
497
 
498
+ break;
499
+ case 'taxonomy_slug':
500
+ // Don't use sanitize_title because it replaes unicode characters
501
+ // with octets and breaks the Rewrite Rules.
502
+ $value = trim( $value );
503
 
504
+ if ( empty( $value ) ) {
505
+ add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( '"%s" can not be empty.', 'settings', 'business-directory-plugin' ), $setting['name'] ), 'error' );
506
+ $has_error = true;
507
+ continue 2;
508
+ }
509
 
510
+ // Check for characters that will break the url.
511
+ $disallow = array( ' ', ',', '&' );
512
+ $stripped = str_replace( $disallow, '', $value );
513
+ if ( $stripped !== $value ) {
514
+ add_settings_error( 'wpbdp_settings', $setting_id, sprintf( __( '%s cannot include spaces, commas, or &', 'business-directory-plugin' ), $setting['name'] ), 'error' );
515
+ $has_error = true;
516
+ continue 2;
517
+ }
 
 
 
 
 
 
 
 
 
518
 
519
+ if ( ! empty( $setting ) && ! empty( $setting['taxonomy'] ) ) {
520
+ foreach ( get_taxonomies( null, 'objects' ) as $taxonomy ) {
521
+ if ( $taxonomy->rewrite && $taxonomy->rewrite['slug'] == $value && $taxonomy->name != $setting['taxonomy'] ) {
522
+ add_settings_error( 'wpbdp_settings', $setting_id, sprintf( _x( 'The slug "%s" is already in use for another taxonomy.', 'settings', 'business-directory-plugin' ), $value ), 'error' );
523
+ $has_error = true;
524
+ }
525
+ }
526
+ }
 
 
527
 
528
+ break;
529
+ default:
530
+ // TODO: How to handle errors to set $has_error = true?
531
+ if ( is_callable( $validator ) ) {
532
+ if ( is_string( $validator ) ) {
533
+ $value = call_user_func( $validator, $value );
534
+ } else {
535
+ $value = call_user_func( $validator, $value, $old_value, $setting );
536
+ }
537
+ }
538
+
539
+ break;
540
+ }
541
  }
542
 
543
  return ( $has_error ? $old_value : $value );
563
  return $value;
564
  }
565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  public function set_new_install_settings() {
567
  $this->set_option( 'show-manage-listings', true );
568
  }
569
 
570
+ /**
571
+ * @deprecated 6.1
572
+ */
573
+ public function pre_2_0_options() {
574
+ _deprecated_function( __METHOD__, '6.1' );
575
+ return array();
576
+ }
577
+
578
+ /**
579
+ * @deprecated 6.1
580
+ */
581
+ public function upgrade_options() {
582
+ _deprecated_function( __METHOD__, '6.1' );
583
+ }
584
+
585
+ /**
586
+ * Emulates get_wpbusdirman_config_options() in version 2.0 until
587
+ * all deprecated code has been ported.
588
+ *
589
+ * @deprecated 6.1
590
+ */
591
+ public function pre_2_0_compat_get_config_options() {
592
+ _deprecated_function( __METHOD__, '6.1' );
593
+ return array();
594
+ }
595
  }
596
 
597
  // For backwards compat.
598
+ class WPBDP_Settings extends WPBDP__Settings {
599
+ public function __construct() {
600
+ _deprecated_constructor( __CLASS__, '5.0', 'WPBDP__Settings' );
601
+ parent::__construct();
602
+ }
603
+ }
includes/admin/tracking.php CHANGED
@@ -126,11 +126,14 @@ class WPBDP_SiteTracking {
126
  $data['environment']['mysql'] = $wpdb->get_var( 'SELECT @@version' );
127
  $data['environment']['server-software'] = wpbdp_get_server_value( 'SERVER_SOFTWARE' );
128
 
129
- wp_remote_post( self::TRACKING_URL, array(
130
- 'method' => 'POST',
131
- 'blocking' => false,
132
- 'body' => $data
133
- ) );
 
 
 
134
 
135
  set_transient( 'wpbdp-site_tracking_data', true, 7 * 60 * 60 * 24 );
136
 
@@ -154,14 +157,19 @@ class WPBDP_SiteTracking {
154
  if ( $reason < 0 || $reason > 4 )
155
  return;
156
 
157
- wp_remote_post( self::TRACKING_URL, array(
158
- 'method' => 'POST',
159
- 'blocking' => true,
160
- 'body' => array( 'uninstall' => '1',
161
- 'hash' => $hash,
162
- 'reason' => $reason,
163
- 'text' => $text )
164
- ) );
 
 
 
 
 
165
  }
166
 
167
  public static function handle_ajax_response() {
126
  $data['environment']['mysql'] = $wpdb->get_var( 'SELECT @@version' );
127
  $data['environment']['server-software'] = wpbdp_get_server_value( 'SERVER_SOFTWARE' );
128
 
129
+ wp_remote_post(
130
+ self::TRACKING_URL,
131
+ array(
132
+ 'method' => 'POST',
133
+ 'blocking' => false,
134
+ 'body' => $data
135
+ )
136
+ );
137
 
138
  set_transient( 'wpbdp-site_tracking_data', true, 7 * 60 * 60 * 24 );
139
 
157
  if ( $reason < 0 || $reason > 4 )
158
  return;
159
 
160
+ wp_remote_post(
161
+ self::TRACKING_URL,
162
+ array(
163
+ 'method' => 'POST',
164
+ 'blocking' => true,
165
+ 'body' => array(
166
+ 'uninstall' => '1',
167
+ 'hash' => $hash,
168
+ 'reason' => $reason,
169
+ 'text' => $text,
170
+ )
171
+ )
172
+ );
173
  }
174
 
175
  public static function handle_ajax_response() {
includes/admin/upgrades/class-manual-upgrade-helper.php CHANGED
@@ -11,7 +11,7 @@ class WPBDP__Manual_Upgrade_Helper {
11
  $this->installer = $installer;
12
 
13
  $this->load_manual_upgrades();
14
- $this->prepare_manual_upgrade_callbacks( $this->manual_upgrades );
15
 
16
  add_action( 'admin_notices', array( &$this, 'upgrade_required_notice' ) );
17
  add_action( 'admin_menu', array( &$this, 'add_upgrade_page' ) );
@@ -191,7 +191,7 @@ class WPBDP__Manual_Upgrade_Helper {
191
 
192
  echo '<div class="step-done" style="display: none;">';
193
  echo '<p>' . _x( 'The upgrade was successfully performed. Business Directory Plugin is now available.', 'manual-upgrade', 'business-directory-plugin' ) . '</p>';
194
- printf (
195
  '<a href="%s" class="button button-primary">%s</a>',
196
  esc_url( admin_url( 'admin.php?page=wpbdp_admin' ) ),
197
  _x( 'Go to "Directory Admin"', 'manual-upgrade', 'business-directory-plugin' )
11
  $this->installer = $installer;
12
 
13
  $this->load_manual_upgrades();
14
+ $this->prepare_manual_upgrade_callbacks();
15
 
16
  add_action( 'admin_notices', array( &$this, 'upgrade_required_notice' ) );
17
  add_action( 'admin_menu', array( &$this, 'add_upgrade_page' ) );
191
 
192
  echo '<div class="step-done" style="display: none;">';
193
  echo '<p>' . _x( 'The upgrade was successfully performed. Business Directory Plugin is now available.', 'manual-upgrade', 'business-directory-plugin' ) . '</p>';
194
+ printf(
195
  '<a href="%s" class="button button-primary">%s</a>',
196
  esc_url( admin_url( 'admin.php?page=wpbdp_admin' ) ),
197
  _x( 'Go to "Directory Admin"', 'manual-upgrade', 'business-directory-plugin' )
includes/admin/upgrades/class-themes-updater.php CHANGED
@@ -128,9 +128,11 @@ class WPBDP_Themes_Updater {
128
  if ( ! $update_info )
129
  return;
130
 
131
- printf( '<div class="wpbdp-theme-update-info update-available wpbdp-inline-notice" data-l10n-updating="%s" data-l10n-updated="%s">',
132
- _x( 'Updating theme...', 'themes', 'business-directory-plugin' ),
133
- _x( 'Theme updated.', 'themes', 'business-directory-plugin' ) );
 
 
134
  echo '<div class="update-message">';
135
  $msg = _x( 'New version available (<b>%s</b>). <a>Update now.</a>', 'themes', 'business-directory-plugin' );
136
  $msg = sprintf( $msg, $update_info['latest'] );
@@ -155,7 +157,7 @@ class WPBDP_Themes_Updater {
155
  wp_die();
156
  }
157
 
158
- $response = new WPBDP_Ajax_Response();
159
 
160
  $theme = $this->themes_api->get_theme( $theme_id );
161
 
@@ -171,8 +173,13 @@ class WPBDP_Themes_Updater {
171
 
172
  $this->themes_api->find_themes( true );
173
 
174
- $response->add( 'html', wpbdp_render_page( WPBDP_PATH . 'templates/admin/themes-item.tpl.php',
175
- array( 'theme' => $this->themes_api->get_theme( $theme_id ) ) ) );
 
 
 
 
 
176
  $response->set_message( _x( 'Theme was updated successfully.', 'themes', 'business-directory-plugin' ) );
177
  $response->send();
178
  }
128
  if ( ! $update_info )
129
  return;
130
 
131
+ printf(
132
+ '<div class="wpbdp-theme-update-info update-available wpbdp-inline-notice" data-l10n-updating="%s" data-l10n-updated="%s">',
133
+ _x( 'Updating theme...', 'themes', 'business-directory-plugin' ),
134
+ _x( 'Theme updated.', 'themes', 'business-directory-plugin' )
135
+ );
136
  echo '<div class="update-message">';
137
  $msg = _x( 'New version available (<b>%s</b>). <a>Update now.</a>', 'themes', 'business-directory-plugin' );
138
  $msg = sprintf( $msg, $update_info['latest'] );
157
  wp_die();
158
  }
159
 
160
+ $response = new WPBDP_AJAX_Response();
161
 
162
  $theme = $this->themes_api->get_theme( $theme_id );
163
 
173
 
174
  $this->themes_api->find_themes( true );
175
 
176
+ $response->add(
177
+ 'html',
178
+ wpbdp_render_page(
179
+ WPBDP_PATH . 'templates/admin/themes-item.tpl.php',
180
+ array( 'theme' => $this->themes_api->get_theme( $theme_id ) )
181
+ )
182
+ );
183
  $response->set_message( _x( 'Theme was updated successfully.', 'themes', 'business-directory-plugin' ) );
184
  $response->send();
185
  }
includes/admin/upgrades/migrations/migration-2_0.php CHANGED
@@ -6,9 +6,6 @@ class WPBDP__Migrations__2_0 extends WPBDP__Migration {
6
  global $wpdb;
7
  global $wpbdp;
8
 
9
- $wpbdp->settings->upgrade_options();
10
- wpbdp_log( 'WPBDP settings updated to 2.0-style' );
11
-
12
  // make directory-related metadata hidden
13
  $old_meta_keys = array(
14
  'termlength', 'image', 'listingfeeid', 'sticky', 'thumbnail', 'paymentstatus', 'buyerfirstname', 'buyerlastname',
6
  global $wpdb;
7
  global $wpbdp;
8
 
 
 
 
9
  // make directory-related metadata hidden
10
  $old_meta_keys = array(
11
  'termlength', 'image', 'listingfeeid', 'sticky', 'thumbnail', 'paymentstatus', 'buyerfirstname', 'buyerlastname',
includes/admin/upgrades/migrations/migration-3_6.php CHANGED
@@ -10,7 +10,7 @@ class WPBDP__Migrations__3_6 extends WPBDP__Migration {
10
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_payments MODIFY id bigint(20) AUTO_INCREMENT" );
11
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_listing_fees MODIFY id bigint(20) AUTO_INCREMENT" );
12
 
13
- update_option( WPBDP_Settings::PREFIX . 'listings-per-page', get_option( 'posts_per_page' ) );
14
  }
15
 
16
  }
10
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_payments MODIFY id bigint(20) AUTO_INCREMENT" );
11
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_listing_fees MODIFY id bigint(20) AUTO_INCREMENT" );
12
 
13
+ update_option( WPBDP__Settings::PREFIX . 'listings-per-page', get_option( 'posts_per_page' ) );
14
  }
15
 
16
  }
includes/admin/upgrades/migrations/migration-3_7.php CHANGED
@@ -25,8 +25,9 @@ class WPBDP__Migrations__3_7 extends WPBDP__Migration {
25
  }
26
 
27
  // Update notify-admin email option.
28
- if ( get_option( WPBDP_Settings::PREFIX . 'notify-admin', false ) )
29
- update_option( WPBDP_Settings::PREFIX . 'admin-notifications', array( 'new-listing') );
 
30
 
31
  $this->request_manual_upgrade( 'upgrade_to_3_7_migrate_payments' );
32
  }
25
  }
26
 
27
  // Update notify-admin email option.
28
+ if ( get_option( WPBDP__Settings::PREFIX . 'notify-admin', false ) ) {
29
+ update_option( WPBDP__Settings::PREFIX . 'admin-notifications', array( 'new-listing') );
30
+ }
31
 
32
  $this->request_manual_upgrade( 'upgrade_to_3_7_migrate_payments' );
33
  }
includes/admin/upgrades/migrations/migration-4_0.php CHANGED
@@ -2,13 +2,12 @@
2
 
3
  class WPBDP__Migrations__4_0 extends WPBDP__Migration {
4
 
5
- public function migrate() {
6
- $o = (bool) get_option( WPBDP_Settings::PREFIX . 'send-email-confirmation', false );
7
-
8
- if ( ! $o ) {
9
- update_option( WPBDP_Settings::PREFIX . 'user-notifications', array( 'listing-published' ) );
10
- }
11
- delete_option( WPBDP_Settings::PREFIX . 'send-email-confirmation' );
12
- }
13
  }
14
-
2
 
3
  class WPBDP__Migrations__4_0 extends WPBDP__Migration {
4
 
5
+ public function migrate() {
6
+ $o = (bool) get_option( WPBDP__Settings::PREFIX . 'send-email-confirmation', false );
7
+
8
+ if ( ! $o ) {
9
+ update_option( WPBDP__Settings::PREFIX . 'user-notifications', array( 'listing-published' ) );
10
+ }
11
+ delete_option( WPBDP__Settings::PREFIX . 'send-email-confirmation' );
12
+ }
13
  }
 
includes/admin/upgrades/migrations/migration-8_0.php CHANGED
@@ -2,10 +2,10 @@
2
 
3
  class WPBDP__Migrations__8_0 extends WPBDP__Migration {
4
 
5
- public function migrate() {
6
- if ( get_option( WPBDP_Settings::PREFIX . 'show-search-form-in-results', false ) )
7
- update_option( WPBDP_Settings::PREFIX . 'search-form-in-results', 'above' );
8
- delete_option( WPBDP_Settings::PREFIX . 'show-search-form-in-results' );
9
- }
10
 
11
  }
2
 
3
  class WPBDP__Migrations__8_0 extends WPBDP__Migration {
4
 
5
+ public function migrate() {
6
+ if ( get_option( WPBDP__Settings::PREFIX . 'show-search-form-in-results', false ) )
7
+ update_option( WPBDP__Settings::PREFIX . 'search-form-in-results', 'above' );
8
+ delete_option( WPBDP__Settings::PREFIX . 'show-search-form-in-results' );
9
+ }
10
 
11
  }
includes/admin/views/modules/list.php CHANGED
@@ -28,7 +28,10 @@ if ( ! defined( 'ABSPATH' ) ) {
28
  // Skip themes for now since they have another page.
29
  continue;
30
  }
31
- ?>
 
 
 
32
  <div class="wpbdp-card plugin-card-<?php echo esc_attr( $slug ); ?> wpbdp-no-thumb wpbdp-addon-<?php echo esc_attr( $addon['status']['type'] ); ?>">
33
  <?php if ( strtotime( $addon['released'] ) > strtotime( '-90 days' ) ) : ?>
34
  <div class="wpbdp-ribbon">
@@ -41,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) {
41
  </span>
42
  <div class="<?php echo esc_attr( $addon['status']['type'] === 'active' ) ? 'wpbdp10' : 'wpbdp7'; ?>">
43
  <h2 class="wpbdp-plugin-card-title">
44
- <?php echo esc_html( str_replace( ' Module', '', $addon['title'] ) ); ?>
45
  </h2>
46
  <p class="wpbdp-addon-status">
47
  <?php echo esc_html( $addon['status']['label'] ); ?>
@@ -68,6 +71,12 @@ if ( ! defined( 'ABSPATH' ) ) {
68
  <a href="<?php echo esc_url( $addon['docs'] ); ?>" target="_blank" aria-label="<?php esc_attr_e( 'View Docs', 'business-directory-plugin' ); ?>">
69
  <?php esc_html_e( 'View Docs', 'business-directory-plugin' ); ?>
70
  </a>
 
 
 
 
 
 
71
  </div>
72
  <?php } ?>
73
  </div>
28
  // Skip themes for now since they have another page.
29
  continue;
30
  }
31
+
32
+ $plugin_key = str_replace( 'business-directory-', '', substr( $addon['plugin'], 0, strpos( $addon['plugin'], '/' ) ) );
33
+ $module = isset( $modules[ $plugin_key ] ) ? $modules[ $plugin_key ] : false;
34
+ ?>
35
  <div class="wpbdp-card plugin-card-<?php echo esc_attr( $slug ); ?> wpbdp-no-thumb wpbdp-addon-<?php echo esc_attr( $addon['status']['type'] ); ?>">
36
  <?php if ( strtotime( $addon['released'] ) > strtotime( '-90 days' ) ) : ?>
37
  <div class="wpbdp-ribbon">
44
  </span>
45
  <div class="<?php echo esc_attr( $addon['status']['type'] === 'active' ) ? 'wpbdp10' : 'wpbdp7'; ?>">
46
  <h2 class="wpbdp-plugin-card-title">
47
+ <?php echo esc_html( str_replace( ' Module', '', $addon['display_name'] ) ); ?>
48
  </h2>
49
  <p class="wpbdp-addon-status">
50
  <?php echo esc_html( $addon['status']['label'] ); ?>
71
  <a href="<?php echo esc_url( $addon['docs'] ); ?>" target="_blank" aria-label="<?php esc_attr_e( 'View Docs', 'business-directory-plugin' ); ?>">
72
  <?php esc_html_e( 'View Docs', 'business-directory-plugin' ); ?>
73
  </a>
74
+
75
+ <?php if ( $module && ! empty( $module->settings_url ) ) { ?>
76
+ <a href="<?php echo esc_url( admin_url( $module->settings_url ) ); ?>" class="alignright">
77
+ <?php esc_html_e( 'Settings', 'business-directory-plugin' ); ?>
78
+ </a>
79
+ <?php } ?>
80
  </div>
81
  <?php } ?>
82
  </div>
includes/class-assets.php CHANGED
@@ -208,8 +208,8 @@ class WPBDP__Assets {
208
  --bd-main-color:' . $rootline_color . ';
209
  --bd-main-color-20:' . $rootline_color . '33;
210
  --bd-main-color-8:' . $rootline_color . '14;
211
- --bd-thumbnail-width:' . esc_attr( $thumbnail_width ) .'px;
212
- --bd-thumbnail-height:' . esc_attr( $thumbnail_height ) .'px;
213
  }';
214
 
215
  wp_add_inline_style( 'wpbdp-base-css', WPBDP_App_Helper::minimize_code( $css ) );
208
  --bd-main-color:' . $rootline_color . ';
209
  --bd-main-color-20:' . $rootline_color . '33;
210
  --bd-main-color-8:' . $rootline_color . '14;
211
+ --bd-thumbnail-width:' . esc_attr( $thumbnail_width ) . 'px;
212
+ --bd-thumbnail-height:' . esc_attr( $thumbnail_height ) . 'px;
213
  }';
214
 
215
  wp_add_inline_style( 'wpbdp-base-css', WPBDP_App_Helper::minimize_code( $css ) );
includes/class-cpt-integration.php CHANGED
@@ -88,7 +88,7 @@ class WPBDP__CPT_Integration {
88
  add_action( 'save_post', array( $this, 'save_post' ), 10, 3 );
89
  }
90
 
91
- public function _category_link( $link, $category, $taxonomy) {
92
  if ( WPBDP_CATEGORY_TAX != $taxonomy ) {
93
  return $link;
94
  }
@@ -113,7 +113,7 @@ class WPBDP__CPT_Integration {
113
  return apply_filters( 'wpbdp_category_link', $link, $category );
114
  }
115
 
116
- public function _tag_link( $link, $tag, $taxonomy) {
117
  if ( WPBDP_TAGS_TAX != $taxonomy ) {
118
  return $link;
119
  }
@@ -221,9 +221,9 @@ class WPBDP__CPT_Integration {
221
  return $url;
222
  }
223
 
224
- public function _allow_comments( $open, $post_id) {
225
  // comments on directory pages
226
- if ($post_id == wpbdp_get_page_id( 'main' )) {
227
  return false;
228
  }
229
 
88
  add_action( 'save_post', array( $this, 'save_post' ), 10, 3 );
89
  }
90
 
91
+ public function _category_link( $link, $category, $taxonomy ) {
92
  if ( WPBDP_CATEGORY_TAX != $taxonomy ) {
93
  return $link;
94
  }
113
  return apply_filters( 'wpbdp_category_link', $link, $category );
114
  }
115
 
116
+ public function _tag_link( $link, $tag, $taxonomy ) {
117
  if ( WPBDP_TAGS_TAX != $taxonomy ) {
118
  return $link;
119
  }
221
  return $url;
222
  }
223
 
224
+ public function _allow_comments( $open, $post_id ) {
225
  // comments on directory pages
226
+ if ( $post_id == wpbdp_get_page_id( 'main' ) ) {
227
  return false;
228
  }
229
 
includes/class-dispatcher.php CHANGED
@@ -99,7 +99,7 @@ class WPBDP__Dispatcher {
99
  }
100
 
101
  $handler = trim( $ajax_handler );
102
- $handler = WPBDP__Utils::normalize( $handler );
103
 
104
  $parts = explode( '__', $handler );
105
  $view_name = $parts[0];
99
  }
100
 
101
  $handler = trim( $ajax_handler );
102
+ $handler = WPBDP_Utils::normalize( $handler );
103
 
104
  $parts = explode( '__', $handler );
105
  $view_name = $parts[0];
includes/class-fees-api.php CHANGED
@@ -89,15 +89,6 @@ class WPBDP_Fees_API {
89
  return $total;
90
  }
91
 
92
- /**
93
- * @deprecated since 3.7.
94
- */
95
- public static function get_free_fee() {
96
- _deprecated_function( __METHOD__, '3.7' );
97
-
98
- return false;
99
- }
100
-
101
  /**
102
  * @deprecated since 3.7. See {@link wpbdp_get_fee_plans()}.
103
  */
89
  return $total;
90
  }
91
 
 
 
 
 
 
 
 
 
 
92
  /**
93
  * @deprecated since 3.7. See {@link wpbdp_get_fee_plans()}.
94
  */
includes/class-listing-email-notification.php CHANGED
@@ -94,7 +94,7 @@ class WPBDP__Listing_Email_Notification {
94
  * Remove action handlers used to send listing published notification.
95
  */
96
  public function try_to_remove_listing_published_notification_action() {
97
- remove_action( 'save_post', array( $this, 'send_listing_published_notification' ), PHP_INT_MAX, 2 );
98
  remove_action( 'save_post', array( $this, 'try_to_remove_listing_published_notification_action' ), PHP_INT_MAX );
99
  }
100
 
@@ -322,7 +322,7 @@ class WPBDP__Listing_Email_Notification {
322
  * @param string $context This parameter is not used.
323
  * @since 5.0.6
324
  */
325
- public function listing_renewal_email( $listing, $payment = false, $context = '' ) {
326
  // Notify admin.
327
  if ( in_array( 'after_renewal', wpbdp_get_option( 'admin-notifications' ), true ) ) {
328
  $email = new WPBDP_Email();
@@ -338,7 +338,7 @@ class WPBDP__Listing_Email_Notification {
338
  }
339
 
340
  $owner = wpbusdirman_get_the_business_email( $listing->get_id() );
341
- if ( ! empty( $payment ) ) {
342
  $amount = $payment->amount;
343
  } else {
344
  $plan = $listing->get_fee_plan();
94
  * Remove action handlers used to send listing published notification.
95
  */
96
  public function try_to_remove_listing_published_notification_action() {
97
+ remove_action( 'save_post', array( $this, 'send_listing_published_notification' ), PHP_INT_MAX );
98
  remove_action( 'save_post', array( $this, 'try_to_remove_listing_published_notification_action' ), PHP_INT_MAX );
99
  }
100
 
322
  * @param string $context This parameter is not used.
323
  * @since 5.0.6
324
  */
325
+ public function listing_renewal_email( $listing, $payment = null, $context = '' ) {
326
  // Notify admin.
327
  if ( in_array( 'after_renewal', wpbdp_get_option( 'admin-notifications' ), true ) ) {
328
  $email = new WPBDP_Email();
338
  }
339
 
340
  $owner = wpbusdirman_get_the_business_email( $listing->get_id() );
341
+ if ( $payment ) {
342
  $amount = $payment->amount;
343
  } else {
344
  $plan = $listing->get_fee_plan();
includes/class-listing-expiration.php CHANGED
@@ -22,14 +22,16 @@ class WPBDP__Listing_Expiration {
22
  public function check_for_expired_listings() {
23
  global $wpdb;
24
 
25
- $listings = $wpdb->get_col( $wpdb->prepare(
26
- "SELECT p.ID FROM {$wpdb->posts} p JOIN {$wpdb->prefix}wpbdp_listings l ON l.listing_id = p.ID WHERE p.post_type = %s AND p.post_status != %s AND l.expiration_date IS NOT NULL AND l.expiration_date < %s AND l.listing_status NOT IN (%s, %s)",
27
- WPBDP_POST_TYPE,
28
- 'auto-draft',
29
- current_time( 'mysql' ),
30
- 'expired',
31
- 'pending_renewal'
32
- ) );
 
 
33
 
34
  foreach ( $listings as $listing_id ) {
35
  $l = wpbdp_get_listing( $listing_id );
@@ -114,7 +116,7 @@ class WPBDP__Listing_Expiration {
114
  }
115
 
116
  list( $count, $unit ) = explode( ' ', $period );
117
- $count = $count * 30;
118
  $period = $plus . $count . ' days';
119
  }
120
 
22
  public function check_for_expired_listings() {
23
  global $wpdb;
24
 
25
+ $listings = $wpdb->get_col(
26
+ $wpdb->prepare(
27
+ "SELECT p.ID FROM {$wpdb->posts} p JOIN {$wpdb->prefix}wpbdp_listings l ON l.listing_id = p.ID WHERE p.post_type = %s AND p.post_status != %s AND l.expiration_date IS NOT NULL AND l.expiration_date < %s AND l.listing_status NOT IN (%s, %s)",
28
+ WPBDP_POST_TYPE,
29
+ 'auto-draft',
30
+ current_time( 'mysql' ),
31
+ 'expired',
32
+ 'pending_renewal'
33
+ )
34
+ );
35
 
36
  foreach ( $listings as $listing_id ) {
37
  $l = wpbdp_get_listing( $listing_id );
116
  }
117
 
118
  list( $count, $unit ) = explode( ' ', $period );
119
+ $count = (float) $count * 30;
120
  $period = $plus . $count . ' days';
121
  }
122
 
includes/class-listings-api.php CHANGED
@@ -50,62 +50,20 @@ if ( ! class_exists( 'WPBDP_Listings_API' ) ) {
50
  }
51
  }
52
 
53
-
54
- // {{{ Quick search.
55
- private function get_quick_search_fields() {
56
- $fields = array();
57
-
58
- foreach ( wpbdp_get_option( 'quick-search-fields', array() ) as $field_id ) {
59
- $field = WPBDP_Form_Field::get( $field_id );
60
- if ( $field ) {
61
- $fields[] = $field;
62
- }
63
- }
64
-
65
- if ( ! $fields ) {
66
- // Use default fields.
67
- foreach ( wpbdp_get_form_fields() as $field ) {
68
- if ( in_array( $field->get_association(), array( 'title', 'excerpt', 'content' ) ) ) {
69
- $fields[] = $field;
70
- }
71
- }
72
- }
73
-
74
- return $fields;
75
- }
76
-
77
  /**
78
  * Performs a "quick search" for listings on the fields marked as quick-search fields in the plugin settings page.
79
  *
80
- * @uses WPBDP_ListingsAPI::get_quick_search_fields().
81
- * @param string $keywords The string used for searching.
82
- * @param mixed $location Location information.
83
  * @return array The listing IDs.
84
  * @since 3.4
 
85
  */
86
- public function quick_search( $keywords, $location = false ) {
87
- $keywords = trim( $keywords );
88
-
89
- if ( ! $keywords && ! $location ) {
90
- return array();
91
- }
92
-
93
- require_once WPBDP_PATH . 'core/helpers/class-search-helper.php';
94
-
95
- $args = array(
96
- 'query' => $keywords,
97
- 'mode' => 'quick-search',
98
- 'location' => $location,
99
- 'fields' => $this->get_quick_search_fields(),
100
- );
101
-
102
- $helper = new WPBDP__Search_Helper( $args );
103
- return $helper->get_posts();
104
  }
105
 
106
- // }}}
107
  /**
108
- * @deprecated since 5.0. Added back in 5.1.2 for compatibility with other plugins (#3178)
109
  */
110
  public function get_thumbnail_id( $listing_id ) {
111
  _deprecated_function( __METHOD__, '5.0', 'WPBDP_Listing::get_thumbnail_id' );
@@ -118,6 +76,4 @@ if ( ! class_exists( 'WPBDP_Listings_API' ) ) {
118
  }
119
 
120
  }
121
-
122
  }
123
-
50
  }
51
  }
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  /**
54
  * Performs a "quick search" for listings on the fields marked as quick-search fields in the plugin settings page.
55
  *
 
 
 
56
  * @return array The listing IDs.
57
  * @since 3.4
58
+ * @deprecated 6.0
59
  */
60
+ public function quick_search() {
61
+ _deprecated_function( __METHOD__, '6.0' );
62
+ return array();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
64
 
 
65
  /**
66
+ * @deprecated 5.0. Added back in 5.1.2 for compatibility with other plugins (#3178)
67
  */
68
  public function get_thumbnail_id( $listing_id ) {
69
  _deprecated_function( __METHOD__, '5.0', 'WPBDP_Listing::get_thumbnail_id' );
76
  }
77
 
78
  }
 
79
  }
 
includes/class-meta.php CHANGED
@@ -98,7 +98,7 @@ class WPBDP__Meta {
98
 
99
  if ( $this->_do_wpseo ) {
100
 
101
- remove_filter( 'wp_title', array( $this, '_meta_title' ), 10, 3 );
102
  add_filter( 'wp_title', array( $this, '_meta_title' ), 16, 3 );
103
  add_filter( 'pre_get_document_title', array( $this, '_meta_title' ), 16 );
104
 
@@ -209,7 +209,7 @@ class WPBDP__Meta {
209
 
210
  $post_title = get_the_title( $listing_id );
211
 
212
- return $post_title . ' '. $sep . ' ' . $title;
213
  break;
214
 
215
  case 'main':
98
 
99
  if ( $this->_do_wpseo ) {
100
 
101
+ remove_filter( 'wp_title', array( $this, '_meta_title' ), 10 );
102
  add_filter( 'wp_title', array( $this, '_meta_title' ), 16, 3 );
103
  add_filter( 'pre_get_document_title', array( $this, '_meta_title' ), 16 );
104
 
209
 
210
  $post_title = get_the_title( $listing_id );
211
 
212
+ return $post_title . ' ' . $sep . ' ' . $title;
213
  break;
214
 
215
  case 'main':
includes/class-query-integration.php CHANGED
@@ -155,12 +155,16 @@ class WPBDP__Query_Integration {
155
  }
156
  }
157
 
 
 
 
158
  public function pre_get_posts( &$query ) {
159
  $this->verify_unique_listing_url( $query );
160
  if ( is_admin() || ! isset( $query->wpbdp_our_query ) || ! $query->wpbdp_our_query ) {
161
  return;
162
  }
163
 
 
164
  if ( ! $query->get( 'posts_per_page' ) ) {
165
  $query->set( 'posts_per_page', wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1 );
166
  }
@@ -188,6 +192,10 @@ class WPBDP__Query_Integration {
188
  }
189
  }
190
 
 
 
 
 
191
  public function posts_clauses( $pieces, $query ) {
192
  global $wpdb;
193
 
@@ -361,6 +369,9 @@ class WPBDP__Query_Integration {
361
  return $orderby;
362
  }
363
 
 
 
 
364
  private function verify_unique_listing_url( &$query ) {
365
  if ( ! wpbdp_get_option( 'permalinks-no-id' ) && ! empty( $query->query['listing_slug'] ) ) {
366
  $wpbdp_404_query = false;
@@ -376,10 +387,10 @@ class WPBDP__Query_Integration {
376
 
377
  $dir_slug = '_' . wpbdp_get_option( 'permalinks-directory-slug' );
378
 
379
- if ( 'main' == $query->wpbdp_view && ! empty( $query->query[$dir_slug] ) ) {
380
- if ( $query->query['listing_slug'] !== get_post_field( 'post_name', $query->query[$dir_slug] ) ) {
381
- unset( $query->query['page_id'] );
382
- unset( $query->query[$dir_slug] );
383
  $wpbdp_404_query = true;
384
  }
385
  }
@@ -391,6 +402,5 @@ class WPBDP__Query_Integration {
391
  }
392
  }
393
  }
394
- // }}
395
  }
396
 
155
  }
156
  }
157
 
158
+ /**
159
+ * @param WP_Query $query
160
+ */
161
  public function pre_get_posts( &$query ) {
162
  $this->verify_unique_listing_url( $query );
163
  if ( is_admin() || ! isset( $query->wpbdp_our_query ) || ! $query->wpbdp_our_query ) {
164
  return;
165
  }
166
 
167
+ /** @var WP_Query $query */
168
  if ( ! $query->get( 'posts_per_page' ) ) {
169
  $query->set( 'posts_per_page', wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1 );
170
  }
192
  }
193
  }
194
 
195
+ /**
196
+ * @param string[] $pieces
197
+ * @param WP_Query $query
198
+ */
199
  public function posts_clauses( $pieces, $query ) {
200
  global $wpdb;
201
 
369
  return $orderby;
370
  }
371
 
372
+ /**
373
+ * @param WP_Query $query
374
+ */
375
  private function verify_unique_listing_url( &$query ) {
376
  if ( ! wpbdp_get_option( 'permalinks-no-id' ) && ! empty( $query->query['listing_slug'] ) ) {
377
  $wpbdp_404_query = false;
387
 
388
  $dir_slug = '_' . wpbdp_get_option( 'permalinks-directory-slug' );
389
 
390
+ if ( 'main' === $query->wpbdp_view && ! empty( $query->query[ $dir_slug ] ) ) {
391
+ if ( $query->query['listing_slug'] !== get_post_field( 'post_name', $query->query[ $dir_slug ] ) ) {
392
+ unset( $query->query['page_id'] );
393
+ unset( $query->query[ $dir_slug ] );
394
  $wpbdp_404_query = true;
395
  }
396
  }
402
  }
403
  }
404
  }
 
405
  }
406
 
includes/class-recaptcha.php CHANGED
@@ -160,7 +160,6 @@ class WPBDP_reCAPTCHA {
160
  if ( isset( $js->score ) && $this->threshold < $js->score ) {
161
  return true;
162
  }
163
-
164
  }
165
 
166
  return false;
@@ -246,7 +245,7 @@ JS;
246
  */
247
  public function add_recaptcha_to_submit( $submit_sections, $submit ) {
248
  $current = wpbdp_current_view();
249
- if ( 'submit_listing' === $current && ! wpbdp_get_option( 'recaptcha-for-submits' ) ) {
250
  return $submit_sections;
251
  }
252
 
@@ -280,7 +279,7 @@ JS;
280
  return $section;
281
  }
282
 
283
- public function maybe_hide_recaptcha_section ( $submit_sections, $submit ) {
284
  if ( 'v3' === $this->version && in_array( 'recaptcha', array_keys( $submit_sections ) ) ) {
285
  $submit_sections['recaptcha']['flags'][] = 'hidden';
286
  }
160
  if ( isset( $js->score ) && $this->threshold < $js->score ) {
161
  return true;
162
  }
 
163
  }
164
 
165
  return false;
245
  */
246
  public function add_recaptcha_to_submit( $submit_sections, $submit ) {
247
  $current = wpbdp_current_view();
248
+ if ( 'submit_listing' === $current && ! wpbdp_get_option( 'recaptcha-for-submits' ) ) {
249
  return $submit_sections;
250
  }
251
 
279
  return $section;
280
  }
281
 
282
+ public function maybe_hide_recaptcha_section( $submit_sections, $submit ) {
283
  if ( 'v3' === $this->version && in_array( 'recaptcha', array_keys( $submit_sections ) ) ) {
284
  $submit_sections['recaptcha']['flags'][] = 'hidden';
285
  }
includes/class-rewrite.php CHANGED
@@ -34,44 +34,44 @@ class WPBDP__Rewrite {
34
  $category_slug = urlencode( wpbdp_get_option( 'permalinks-category-slug' ) );
35
  $tags_slug = urlencode( wpbdp_get_option( 'permalinks-tags-slug' ) );
36
 
37
- $rules['(' . $rewrite_base . ')/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$'] = 'index.php?page_id=' . $page_id . '&paged=$matches[2]';
38
 
39
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&feed=$matches[3]';
40
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&feed=$matches[3]';
41
 
42
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
43
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$'] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&paged=$matches[3]';
44
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/?$'] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]';
45
  } else {
46
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$'] = 'index.php?page_id=' . $page_id . '&_' . $category_slug . '=$matches[2]&paged=$matches[3]';
47
- $rules['(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/?$'] = 'index.php?page_id=' . $page_id . '&_' . $category_slug . '=$matches[2]';
48
  }
49
 
50
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&feed=$matches[3]';
51
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&feed=$matches[3]';
52
 
53
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
54
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$'] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&paged=$matches[3]';
55
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)$'] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]';
56
  } else {
57
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$'] = 'index.php?page_id=' .$page_id .'&_' . $tags_slug . '=$matches[2]&paged=$matches[3]';
58
- $rules['(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)$'] = 'index.php?page_id=' . $page_id . '&_' . $tags_slug . '=$matches[2]';
59
  }
60
 
61
  if ( wpbdp_get_option( 'permalinks-no-id' ) ) {
62
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
63
- $rules['(' . $rewrite_base . ')/(.*)/feed/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]&feed=$matches[3]';
64
- $rules['(' . $rewrite_base . ')/(.*)/(feed|rdf|rss|rss2|atom)/?$'] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]&feed=$matches[3]';
65
 
66
- $rules['(' . $rewrite_base . ')/(.*)/?$'] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]';
67
  } else {
68
- $rules['(' . $rewrite_base . ')/(.*)/?$'] = 'index.php?page_id=' . $page_id . '&_' . $dir_slug . '=$matches[2]';
69
  }
70
  } else {
71
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
72
- $rules['(' . $rewrite_base . ')/([0-9]{1,})/?(.*)/?$'] = 'index.php?p=$matches[2]&listing_slug=$matches[3]&post_type=' . WPBDP_POST_TYPE; // FIXME: post_type shouldn't be required. Fix Query_Integration too.
73
  } else {
74
- $rules['(' . $rewrite_base . ')/([0-9]{1,})/?(.*)/?$'] = 'index.php?page_id=' . $page_id . '&_' . $dir_slug . '=$matches[2]&listing_slug=$matches[3]';
75
  }
76
  }
77
  }
@@ -98,8 +98,9 @@ class WPBDP__Rewrite {
98
  }
99
 
100
  public function _wp_loaded() {
101
- if ($rules = get_option( 'rewrite_rules' )) {
102
- foreach ($this->get_rewrite_rules() as $k => $v) {
 
103
  if ( ! isset( $rules[ $k ] ) || $rules[ $k ] != $v ) {
104
  global $wp_rewrite;
105
  $wp_rewrite->flush_rules();
34
  $category_slug = urlencode( wpbdp_get_option( 'permalinks-category-slug' ) );
35
  $tags_slug = urlencode( wpbdp_get_option( 'permalinks-tags-slug' ) );
36
 
37
+ $rules[ '(' . $rewrite_base . ')/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$' ] = 'index.php?page_id=' . $page_id . '&paged=$matches[2]';
38
 
39
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&feed=$matches[3]';
40
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&feed=$matches[3]';
41
 
42
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
43
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$' ] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]&paged=$matches[3]';
44
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/?$' ] = 'index.php?' . WPBDP_CATEGORY_TAX . '=$matches[2]';
45
  } else {
46
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$' ] = 'index.php?page_id=' . $page_id . '&_' . $category_slug . '=$matches[2]&paged=$matches[3]';
47
+ $rules[ '(' . $rewrite_base . ')/' . $category_slug . '/(.+?)/?$' ] = 'index.php?page_id=' . $page_id . '&_' . $category_slug . '=$matches[2]';
48
  }
49
 
50
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&feed=$matches[3]';
51
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&feed=$matches[3]';
52
 
53
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
54
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$' ] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]&paged=$matches[3]';
55
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)$' ] = 'index.php?' . WPBDP_TAGS_TAX . '=$matches[2]';
56
  } else {
57
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)/' . $wp_rewrite->pagination_base . '/?([0-9]{1,})/?$' ] = 'index.php?page_id=' . $page_id . '&_' . $tags_slug . '=$matches[2]&paged=$matches[3]';
58
+ $rules[ '(' . $rewrite_base . ')/' . $tags_slug . '/(.+?)$' ] = 'index.php?page_id=' . $page_id . '&_' . $tags_slug . '=$matches[2]';
59
  }
60
 
61
  if ( wpbdp_get_option( 'permalinks-no-id' ) ) {
62
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
63
+ $rules[ '(' . $rewrite_base . ')/(.*)/feed/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]&feed=$matches[3]';
64
+ $rules[ '(' . $rewrite_base . ')/(.*)/(feed|rdf|rss|rss2|atom)/?$' ] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]&feed=$matches[3]';
65
 
66
+ $rules[ '(' . $rewrite_base . ')/(.*)/?$' ] = 'index.php?' . WPBDP_POST_TYPE . '=$matches[2]';
67
  } else {
68
+ $rules[ '(' . $rewrite_base . ')/(.*)/?$' ] = 'index.php?page_id=' . $page_id . '&_' . $dir_slug . '=$matches[2]';
69
  }
70
  } else {
71
  if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
72
+ $rules[ '(' . $rewrite_base . ')/([0-9]{1,})/?(.*)/?$' ] = 'index.php?p=$matches[2]&listing_slug=$matches[3]&post_type=' . WPBDP_POST_TYPE; // FIXME: post_type shouldn't be required. Fix Query_Integration too.
73
  } else {
74
+ $rules[ '(' . $rewrite_base . ')/([0-9]{1,})/?(.*)/?$' ] = 'index.php?page_id=' . $page_id . '&_' . $dir_slug . '=$matches[2]&listing_slug=$matches[3]';
75
  }
76
  }
77
  }
98
  }
99
 
100
  public function _wp_loaded() {
101
+ $rules = get_option( 'rewrite_rules' );
102
+ if ( $rules ) {
103
+ foreach ( $this->get_rewrite_rules() as $k => $v ) {
104
  if ( ! isset( $rules[ $k ] ) || $rules[ $k ] != $v ) {
105
  global $wp_rewrite;
106
  $wp_rewrite->flush_rules();
includes/class-shortcodes.php CHANGED
@@ -36,9 +36,11 @@ class WPBDP__Shortcodes {
36
  * Example:
37
  * `[businessdirectory]`
38
  */
39
- $this->add( 'businessdirectory',
40
- array( &$this, 'sc_main' ),
41
- array( 'business-directory', 'WPBUSDIRMANUI' ) );
 
 
42
 
43
  /*
44
  * WordPress Shortcode:
@@ -50,9 +52,11 @@ class WPBDP__Shortcodes {
50
  * Example:
51
  * `[businessdirectory-submitlisting]`
52
  */
53
- $this->add( 'businessdirectory-submit-listing',
54
- array( &$this, 'sc_submit_listing' ),
55
- array( 'businessdirectory-submitlisting', 'business-directory-submitlisting', 'business-directory-submit-listing', 'WPBUSDIRMANADDLISTING' ) );
 
 
56
 
57
  /*
58
  * WordPress Shortcode:
@@ -64,9 +68,11 @@ class WPBDP__Shortcodes {
64
  * Example:
65
  * `[businessdirectory-manage-listings]`
66
  */
67
- $this->add( 'businessdirectory-manage-listings',
68
- array( &$this, 'sc_manage_listings' ),
69
- array( 'businessdirectory-managelistings', 'business-directory-manage-listings', 'businessdirectory-manage_listings', 'WPBUSDIRMANMANAGELISTING' ) );
 
 
70
 
71
  /*
72
  * WordPress Shortcode:
@@ -86,9 +92,11 @@ class WPBDP__Shortcodes {
86
  * `[businessdirectory-listings tag="New" category="Dentists"]`
87
  *
88
  */
89
- $this->add( 'businessdirectory-listings',
90
- array( &$this, 'sc_listings' ),
91
- array( 'WPBUSDIRMANVIEWLISTINGS', 'WPBUSDIRMANMVIEWLISTINGS', 'businessdirectory-view_listings', 'businessdirectory-viewlistings' ) );
 
 
92
 
93
  /*
94
  * WordPress Shortcode: [businessdirectory-search], [business-directory-search]
@@ -99,9 +107,11 @@ class WPBDP__Shortcodes {
99
  * Example:
100
  * `[businessdirectory-search]`
101
  */
102
- $this->add( 'businessdirectory-search',
103
- array( &$this, 'sc_search' ),
104
- array( 'business-directory-search', 'businessdirectory_search', 'business-directory_search' ) );
 
 
105
 
106
  /*
107
  * WordPress Shortcode: [businessdirectory-featuredlistings]
36
  * Example:
37
  * `[businessdirectory]`
38
  */
39
+ $this->add(
40
+ 'businessdirectory',
41
+ array( &$this, 'sc_main' ),
42
+ array( 'business-directory', 'WPBUSDIRMANUI' )
43
+ );
44
 
45
  /*
46
  * WordPress Shortcode:
52
  * Example:
53
  * `[businessdirectory-submitlisting]`
54
  */
55
+ $this->add(
56
+ 'businessdirectory-submit-listing',
57
+ array( &$this, 'sc_submit_listing' ),
58
+ array( 'businessdirectory-submitlisting', 'business-directory-submitlisting', 'business-directory-submit-listing', 'WPBUSDIRMANADDLISTING' )
59
+ );
60
 
61
  /*
62
  * WordPress Shortcode:
68
  * Example:
69
  * `[businessdirectory-manage-listings]`
70
  */
71
+ $this->add(
72
+ 'businessdirectory-manage-listings',
73
+ array( &$this, 'sc_manage_listings' ),
74
+ array( 'businessdirectory-managelistings', 'business-directory-manage-listings', 'businessdirectory-manage_listings', 'WPBUSDIRMANMANAGELISTING' )
75
+ );
76
 
77
  /*
78
  * WordPress Shortcode:
92
  * `[businessdirectory-listings tag="New" category="Dentists"]`
93
  *
94
  */
95
+ $this->add(
96
+ 'businessdirectory-listings',
97
+ array( &$this, 'sc_listings' ),
98
+ array( 'WPBUSDIRMANVIEWLISTINGS', 'WPBUSDIRMANMVIEWLISTINGS', 'businessdirectory-view_listings', 'businessdirectory-viewlistings' )
99
+ );
100
 
101
  /*
102
  * WordPress Shortcode: [businessdirectory-search], [business-directory-search]
107
  * Example:
108
  * `[businessdirectory-search]`
109
  */
110
+ $this->add(
111
+ 'businessdirectory-search',
112
+ array( &$this, 'sc_search' ),
113
+ array( 'business-directory-search', 'businessdirectory_search', 'business-directory_search' )
114
+ );
115
 
116
  /*
117
  * WordPress Shortcode: [businessdirectory-featuredlistings]
includes/class-wordpress-template-integration.php CHANGED
@@ -256,6 +256,7 @@ class WPBDP__WordPress_Template_Integration {
256
 
257
  // If we have other posts besides the spoof, rewind and reset
258
  if ( $wp_query->post_count > 0 ) {
 
259
  $wp_query->rewind_posts();
260
  wp_reset_postdata();
261
  } elseif ( 0 === $wp_query->post_count ) {
@@ -305,7 +306,7 @@ class WPBDP__WordPress_Template_Integration {
305
  }
306
 
307
  public function _single_template( $template ) {
308
- if (is_single() && get_post_type() == WPBDP_POST_TYPE) {
309
  return wpbdp_locate_template( array( 'businessdirectory-single', 'wpbusdirman-single' ) );
310
  }
311
 
256
 
257
  // If we have other posts besides the spoof, rewind and reset
258
  if ( $wp_query->post_count > 0 ) {
259
+ /** @var WP_Query $wp_query */
260
  $wp_query->rewind_posts();
261
  wp_reset_postdata();
262
  } elseif ( 0 === $wp_query->post_count ) {
306
  }
307
 
308
  public function _single_template( $template ) {
309
+ if ( is_single() && get_post_type() === WPBDP_POST_TYPE ) {
310
  return wpbdp_locate_template( array( 'businessdirectory-single', 'wpbusdirman-single' ) );
311
  }
312
 
includes/class-wpbdp.php CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
28
  }
29
 
30
  private function setup_constants() {
31
- define( 'WPBDP_VERSION', '6.0.1' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
@@ -250,8 +250,8 @@ final class WPBDP {
250
  * @since 5.13
251
  */
252
  private function remove_translation_filters() {
253
- remove_filter( 'gettext', array( &$this, 'use_custom_strings' ), 10, 3 );
254
- remove_filter( 'gettext_with_context', array( &$this, 'use_custom_context_strings' ), 10, 4 );
255
  }
256
 
257
  /**
@@ -429,13 +429,13 @@ final class WPBDP {
429
  * @deprecated since 5.0. Remove when found, kept for backwards compat.
430
  */
431
  public function is_debug_on() {
432
- _deprecated_function( __FUNCTION__, '5.0' );
433
  return false;
434
  }
435
 
436
  // TODO: better validation.
437
  public function ajax_listing_submit_image_upload() {
438
- $res = new WPBDP_Ajax_Response();
439
 
440
  $listing_id = intval( $_REQUEST['listing_id'] );
441
 
@@ -484,16 +484,18 @@ final class WPBDP {
484
 
485
  foreach ( $files as $i => $file ) {
486
  $image_error = '';
487
- $attachment_id = wpbdp_media_upload( $file,
488
- true,
489
- true,
490
- array( 'image' => true,
491
- 'min-size' => intval( wpbdp_get_option( 'image-min-filesize' ) ) * 1024,
492
- 'max-size' => intval( wpbdp_get_option( 'image-max-filesize' ) ) * 1024,
493
- 'min-width' => wpbdp_get_option( 'image-min-width' ),
494
- 'min-height' => wpbdp_get_option( 'image-min-height' )
495
- ),
496
- $image_error
 
 
497
  ); // TODO: handle errors.
498
 
499
  if ( $image_error ) {
@@ -541,7 +543,7 @@ final class WPBDP {
541
  }
542
 
543
  public function ajax_listing_submit_image_delete() {
544
- $res = new WPBDP_Ajax_Response();
545
 
546
  $image_id = wpbdp_get_var( array( 'param' => 'image_id', 'sanitize' => 'intval' ), 'request' );
547
  $listing_id = wpbdp_get_var( array( 'param' => 'listing_id', 'sanitize' => 'intval' ), 'request' );
28
  }
29
 
30
  private function setup_constants() {
31
+ define( 'WPBDP_VERSION', '6.1' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
250
  * @since 5.13
251
  */
252
  private function remove_translation_filters() {
253
+ remove_filter( 'gettext', array( &$this, 'use_custom_strings' ), 10 );
254
+ remove_filter( 'gettext_with_context', array( &$this, 'use_custom_context_strings' ), 10 );
255
  }
256
 
257
  /**
429
  * @deprecated since 5.0. Remove when found, kept for backwards compat.
430
  */
431
  public function is_debug_on() {
432
+ _deprecated_function( __METHOD__, '5.0' );
433
  return false;
434
  }
435
 
436
  // TODO: better validation.
437
  public function ajax_listing_submit_image_upload() {
438
+ $res = new WPBDP_AJAX_Response();
439
 
440
  $listing_id = intval( $_REQUEST['listing_id'] );
441
 
484
 
485
  foreach ( $files as $i => $file ) {
486
  $image_error = '';
487
+ $attachment_id = wpbdp_media_upload(
488
+ $file,
489
+ true,
490
+ true,
491
+ array(
492
+ 'image' => true,
493
+ 'min-size' => intval( wpbdp_get_option( 'image-min-filesize' ) ) * 1024,
494
+ 'max-size' => intval( wpbdp_get_option( 'image-max-filesize' ) ) * 1024,
495
+ 'min-width' => wpbdp_get_option( 'image-min-width' ),
496
+ 'min-height' => wpbdp_get_option( 'image-min-height' ),
497
+ ),
498
+ $image_error
499
  ); // TODO: handle errors.
500
 
501
  if ( $image_error ) {
543
  }
544
 
545
  public function ajax_listing_submit_image_delete() {
546
+ $res = new WPBDP_AJAX_Response();
547
 
548
  $image_id = wpbdp_get_var( array( 'param' => 'image_id', 'sanitize' => 'intval' ), 'request' );
549
  $listing_id = wpbdp_get_var( array( 'param' => 'listing_id', 'sanitize' => 'intval' ), 'request' );
includes/compatibility/class-advanced-excerpt-integration.php CHANGED
@@ -16,7 +16,7 @@ class WPBDP_Advanced_Excerpt_Integration {
16
  }
17
 
18
  /**
19
- * @param $page_types A list of page types that are already skipped.
20
  * @since 5.0.2
21
  */
22
  public function filter_skip_page_types( $page_types ) {
16
  }
17
 
18
  /**
19
+ * @param array $page_types A list of page types that are already skipped.
20
  * @since 5.0.2
21
  */
22
  public function filter_skip_page_types( $page_types ) {
includes/compatibility/class-compat.php CHANGED
@@ -96,7 +96,7 @@ class WPBDP_Compat {
96
 
97
  // Relevanssi
98
  if ( in_array( $action, array( 'submitlisting', 'editlisting' ), true ) && function_exists( 'relevanssi_insert_edit' ) ) {
99
- remove_action( 'wp_insert_post', 'relevanssi_insert_edit', 99, 1 );
100
  remove_action( 'delete_attachment', 'relevanssi_delete' );
101
  remove_action( 'add_attachment', 'relevanssi_publish' );
102
  remove_action( 'edit_attachment', 'relevanssi_edit' );
96
 
97
  // Relevanssi
98
  if ( in_array( $action, array( 'submitlisting', 'editlisting' ), true ) && function_exists( 'relevanssi_insert_edit' ) ) {
99
+ remove_action( 'wp_insert_post', 'relevanssi_insert_edit', 99 );
100
  remove_action( 'delete_attachment', 'relevanssi_delete' );
101
  remove_action( 'add_attachment', 'relevanssi_publish' );
102
  remove_action( 'edit_attachment', 'relevanssi_edit' );
includes/compatibility/class-custom-permalinks-integration.php CHANGED
@@ -16,8 +16,8 @@ class WPBDP_Custom_Permalink_Integration {
16
  }
17
 
18
  /**
19
- * @param $page_link Current Page Link.
20
- * @param $page_id Current Page ID.
21
  * @since 5.1.10
22
  */
23
  public function wpbdp_cp_base_url( $page_link, $page_id ) {
16
  }
17
 
18
  /**
19
+ * @param string $page_link Current Page Link.
20
+ * @param int $page_id Current Page ID.
21
  * @since 5.1.10
22
  */
23
  public function wpbdp_cp_base_url( $page_link, $page_id ) {
includes/compatibility/class-navxt-integration.php CHANGED
@@ -185,7 +185,7 @@ class WPBDP_NavXT_Integration {
185
  return;
186
 
187
  global $wp_query;
188
- $term = get_term( $category_id, WPBDP_CATEGORY_TAX );
189
  $this->state['queried'] = $wp_query->get_queried_object();
190
 
191
  $wp_query->is_singular = false;
185
  return;
186
 
187
  global $wp_query;
188
+ $term = get_term( $tag['term_id'], WPBDP_CATEGORY_TAX );
189
  $this->state['queried'] = $wp_query->get_queried_object();
190
 
191
  $wp_query->is_singular = false;
includes/compatibility/class-themes-compat.php CHANGED
@@ -339,7 +339,7 @@ class WPBDP__Themes_Compat {
339
  remove_filter(
340
  'widget_display_callback',
341
  array( $this, 'theme_ultimatum_maybe_overwrite_ultimatum_widget_instance_settings' ),
342
- 10, 3
343
  );
344
  }
345
 
339
  remove_filter(
340
  'widget_display_callback',
341
  array( $this, 'theme_ultimatum_maybe_overwrite_ultimatum_widget_instance_settings' ),
342
+ 10
343
  );
344
  }
345
 
includes/compatibility/class-wpml-compat.php CHANGED
@@ -123,7 +123,7 @@ class WPBDP_WPML_Compat {
123
  /**
124
  * Add current language to the URL used in BD's ajax requests.
125
  *
126
- * @param $ajax_url string Default value for Ajax URL.
127
  *
128
  * @since 5.0.3
129
  */
@@ -324,6 +324,9 @@ class WPBDP_WPML_Compat {
324
  }
325
  }
326
 
 
 
 
327
  public function maybe_change_query( $query ) {
328
  if ( ! $query->wpbdp_is_main_page || empty( $query->query['page_id'] ) ) {
329
  return;
123
  /**
124
  * Add current language to the URL used in BD's ajax requests.
125
  *
126
+ * @param string $ajax_url Default value for Ajax URL.
127
  *
128
  * @since 5.0.3
129
  */
324
  }
325
  }
326
 
327
+ /**
328
+ * @param WP_Query $query
329
+ */
330
  public function maybe_change_query( $query ) {
331
  if ( ! $query->wpbdp_is_main_page || empty( $query->query['page_id'] ) ) {
332
  return;
includes/compatibility/deprecated.php CHANGED
@@ -3,175 +3,79 @@
3
  * Deprecated functionality.
4
  */
5
 
6
- $wpbusdirmanconfigoptionsprefix = 'wpbusdirman';
7
-
8
- $wpbdmposttype = 'wpbdp_listing';
9
- $wpbdmposttypecategory = 'wpbdp_category';
10
- $wpbdmposttypetags = 'wpbdp_tag';
11
-
12
  define( 'WPBUSDIRMAN_TEMPLATES_PATH', WPBDP_PATH . '/includes/compatibility/templates' );
13
 
14
-
15
  /* template-related */
16
- function wpbusdirman_single_listing_details() {
17
- _deprecated_function( __FUNCTION__, '', 'wpbdp_render_listing' );
18
- echo wpbusdirman_post_single_listing_details();
19
- }
20
-
21
- function wpbusdirman_post_single_listing_details() {
22
- _deprecated_function( __FUNCTION__, '', 'wpbdp_render_listing' );
23
- return wpbdp_render_listing( null, 'single' );
24
- }
25
-
26
- function wpbusdirman_the_listing_title() {
27
- _deprecated_function( __FUNCTION__, '' );
28
- if ( $field = wpbdp_get_form_fields( array( 'association' => 'title', 'unique' => true ) ) )
29
- return $field->display( get_the_ID() );
30
- }
31
-
32
- function wpbusdirman_the_listing_excerpt() {
33
- _deprecated_function( __FUNCTION__, '' );
34
- if ( $field = wpbdp_get_form_fields( array( 'association' => 'excerpt', 'unique' => true ) ) )
35
- return $field->display( get_the_ID() );
36
- }
37
-
38
- function wpbusdirman_the_listing_content() {
39
- _deprecated_function( __FUNCTION__, '' );
40
- if ( $field = wpbdp_get_form_fields( array( 'association' => 'content', 'unique' => true ) ) )
41
- return $field->display( get_the_ID() );
42
- }
43
-
44
- function wpbusdirman_the_listing_category() {
45
- _deprecated_function( __FUNCTION__, '' );
46
- if ( $field = wpbdp_get_form_fields( array( 'association' => 'category', 'unique' => true ) ) )
47
- return $field->display( get_the_ID() );
48
- }
49
-
50
- function wpbusdirman_the_listing_tags() {
51
- _deprecated_function( __FUNCTION__, '' );
52
- $field = wpbdp_get_form_fields( array( 'association' => 'tags', 'unique' => true ) );
53
- if ( $field ) {
54
- return $field->display( get_the_ID() );
55
- }
56
- }
57
 
58
  function wpbusdirman_the_listing_meta( $excerptorsingle ) {
59
  _deprecated_function( __FUNCTION__, '' );
60
 
61
- $html = '';
62
- $fields = wpbdp_get_form_fields( array( 'association' => 'meta' ) );
63
 
64
- foreach ( $fields as &$f ) {
65
- if ( $excerptorsingle === 'excerpt' && ! $field->display_in( 'excerpt' ) ) {
66
- continue;
67
  }
68
 
69
- $html .= $f->display( get_the_ID() );
70
- }
71
-
72
- return $html;
73
- }
74
-
75
- function wpbusdirman_display_excerpt( $deprecated = null ) {
76
- _deprecated_function( __FUNCTION__, '', 'wpbusdirman_post_excerpt' );
77
- echo wpbusdirman_post_excerpt( $deprecated );
78
- }
79
-
80
- function wpbusdirman_post_excerpt() {
81
- _deprecated_function( __FUNCTION__, '', 'wpbdp_render_listing' );
82
- return wpbdp_render_listing( null, 'excerpt' );
83
- }
84
-
85
-
86
- /**
87
- * @deprecated since 2.3
88
- */
89
- function wpbusdirman_display_main_image() {
90
- _deprecated_function( __FUNCTION__, '2.3', 'wpbdp_listing_thumbnail' );
91
- echo wpbusdirman_post_main_image();
92
- }
93
-
94
- /**
95
- * @deprecated since 2.3
96
- */
97
- function wpbusdirman_post_main_image() {
98
- _deprecated_function( __FUNCTION__, '2.3', 'wpbdp_listing_thumbnail' );
99
- return wpbdp_listing_thumbnail();
100
- }
101
 
102
- function wpbusdirman_display_extra_thumbnails() {
103
- _deprecated_function( __FUNCTION__, '' );
104
- echo wpbusdirman_post_extra_thumbnails();
105
  }
106
 
107
  function wpbusdirman_post_extra_thumbnails() {
108
  _deprecated_function( __FUNCTION__, '' );
109
 
110
- $html = '';
111
 
112
- $listing = WPBDP_Listing::get( get_the_ID() );
113
- $thumbnail_id = $listing->get_thumbnail_id();
114
- $images = $listing->get_images();
115
 
116
- if ($images) {
117
- $html .= '<div class="extrathumbnails">';
118
 
119
- foreach ($images as $img) {
120
- if ($img->ID == $thumbnail_id)
121
- continue;
122
 
123
- $html .= sprintf(
124
  '<a class="thickbox" href="%s"><img class="wpbdmthumbs" src="%s" alt="%s" title="%s" border="0" /></a>',
125
  esc_url( wp_get_attachment_url( $img->ID ) ),
126
  esc_url( wp_get_attachment_thumb_url( $img->ID ) ),
127
  esc_attr( the_title( null, null, false ) ),
128
  esc_attr( the_title( null, null, false ) )
129
  );
130
- }
131
 
132
  $html .= '</div>';
133
- }
134
 
135
- return $html;
136
  }
137
 
138
  // Display the listing fields in excerpt view
139
  function wpbusdirman_display_the_listing_fields() {
140
  _deprecated_function( __FUNCTION__, '' );
141
- global $post;
142
 
143
- $html = '';
144
 
145
- foreach ( wpbdp_formfields_api()->get_fields() as $field ) {
146
  if ( ! $field->display_in( 'excerpt' ) ) {
147
- continue;
148
  }
149
 
150
- $html .= $field->display( $post->ID, 'excerpt' );
151
- }
152
-
153
- return $html;
154
- }
155
-
156
- //Display the listing thumbnail
157
- function wpbusdirman_display_the_thumbnail() {
158
- _deprecated_function( __FUNCTION__, '', 'wpbdp_listing_thumbnail' );
159
- return wpbdp_listing_thumbnail();
160
- }
161
-
162
- function wpbusdirman_sticky_loop() {
163
- _deprecated_function( __FUNCTION__, '' );
164
- return;
165
- }
166
 
167
- function wpbusdirman_latest_listings( $numlistings ) {
168
- _deprecated_function( __FUNCTION__, '', 'wpbdp_latest_listings' );
169
- return wpbdp_latest_listings( $numlistings );
170
  }
171
 
172
  function wpbusdirman_post_catpage_title() {
173
  _deprecated_function( __FUNCTION__, '' );
174
- $categories = WPBDP_CATEGORY_TAX;
175
 
176
  if ( get_query_var( $categories ) ) {
177
  $term = get_term_by( 'slug', get_query_var( $categories ), $categories );
@@ -184,49 +88,11 @@ function wpbusdirman_post_catpage_title() {
184
  return esc_attr( $term->name );
185
  }
186
 
187
- function wpbusdirman_list_categories() {
188
- _deprecated_function( __FUNCTION__, '', 'wpbdp_directory_categories' );
189
- echo wpbdp_directory_categories();
190
- }
191
-
192
  function wpbusdirman_post_list_categories() {
193
  _deprecated_function( __FUNCTION__, '', 'wpbdp_directory_categories' );
194
- return wpbdp_directory_categories();
195
- }
196
-
197
- /**
198
- * @deprecated since 2.1.4
199
- */
200
- function wpbdp_sticky_loop() {
201
- _deprecated_function( __FUNCTION__, '2.1.4' );
202
- return '';
203
- }
204
-
205
- /**
206
- * Small compatibility layer with old forms API. To be removed in later releases.
207
- *
208
- * @deprecated since 2.3
209
- */
210
- function wpbdp_get_formfields() {
211
- _deprecated_function( __FUNCTION__, '2.3' );
212
-
213
- global $wpbdp;
214
- $res = array();
215
-
216
- foreach ( $wpbdp->formfields->get_fields() as $new_field ) {
217
- $field = new StdClass();
218
- $field->id = $new_field->get_id();
219
- $field->label = $new_field->get_label();
220
- $field->association = $new_field->get_association();
221
- $field->type = $new_field->get_field_type()->get_id();
222
-
223
- $res[] = $field;
224
- }
225
-
226
- return $res;
227
  }
228
 
229
-
230
  /**
231
  * TODO: There doesn't seem to be a replacement for this deprecated function.
232
  *
@@ -236,42 +102,26 @@ function wpbdp_get_formfields() {
236
  function wpbusdirman_get_the_business_email( $post_id ) {
237
  // _deprecated_function( __FUNCTION__, '2.3' );
238
 
239
- $email_mode = wpbdp_get_option( 'listing-email-mode' );
240
 
241
- $email_field_value = '';
242
- if ( $email_field = wpbdp_get_form_fields( 'validators=email&unique=1' ) ) {
243
- $email_field_value = trim( $email_field->plain_value( $post_id ) );
244
- }
245
 
246
  if ( $email_mode === 'field' && ! empty( $email_field_value ) ) {
247
- return $email_field_value;
248
  }
249
 
250
- $author_email = '';
251
- $post = get_post( $post_id );
252
- $author_email = trim( get_the_author_meta( 'user_email', $post->post_author ) );
253
 
254
  if ( empty( $author_email ) && ! empty( $email_field_value ) ) {
255
- return $email_field_value;
256
  }
257
 
258
- return $author_email ? $author_email : '';
259
- }
260
-
261
- /**
262
- * @deprecated since 2.3
263
- */
264
- function wpbdp_post_type() {
265
- _deprecated_function( __FUNCTION__, '2.3', 'WPBDP_POST_TYPE' );
266
- return WPBDP_POST_TYPE;
267
- }
268
-
269
- /**
270
- * @deprecated since 2.3
271
- */
272
- function wpbdp_categories_taxonomy() {
273
- _deprecated_function( __FUNCTION__, '2.3', 'WPBDP_CATEGORY_TAX' );
274
- return WPBDP_CATEGORY_TAX;
275
  }
276
 
277
  /**
@@ -285,57 +135,97 @@ function wpbdp_categories_taxonomy() {
285
  function wpbdp_get_fee( $fee_id ) {
286
  _deprecated_function( __FUNCTION__, '3.7', 'wpbdp_get_fee_plan' );
287
 
288
- return wpbdp_get_fee_plan( $fee_id );
289
  }
290
 
291
  /**
292
- * Finds fees available for one or more directory categories.
293
- *
294
- * @param int|array $categories term ID or array of term IDs
295
- * @return object|
296
- * @since 3.0.3
297
- * @deprecated since 3.7. Use {@link wpbdp_get_fee_plans()} instead.
298
  */
299
- function wpbdp_get_fees_for_category( $categories = null ) {
300
- _deprecated_function( __FUNCTION__, '3.7', 'wpbdp_get_fee_plans' );
 
 
301
 
302
- return wpbdp_get_fee_plans( array( 'categories' => $categories ) );
 
303
  }
304
 
305
- /**
306
- * @deprecated since next-release
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  */
308
- function wpbdp_categories_list( $parent = 0, $hierarchical = true) {
309
- _deprecated_function( __FUNCTION__, 'Unknown' );
310
-
311
- $terms = get_categories(
312
- array(
313
- 'taxonomy' => WPBDP_CATEGORY_TAX,
314
- 'parent' => $parent,
315
- 'orderby' => 'name',
316
- 'hide_empty' => 0,
317
- 'hierarchical' => 0
318
- )
319
- );
320
-
321
- if ($hierarchical) {
322
- foreach ( $terms as &$term ) {
323
- $term->subcategories = wpbdp_categories_list( $term->term_id, true );
324
- }
325
- }
326
 
327
- return $terms;
 
 
 
 
328
  }
329
 
330
  /**
331
- * @since 2.3
332
- * @deprecated since 5.0
333
  */
334
- function wpbdp_has_module( $module ) {
335
- _deprecated_function( __FUNCTION__, '5.0', 'wpbdp()->modules->is_loaded' );
336
- return wpbdp()->modules->is_loaded( $module );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  }
338
 
339
- function wpbdp_listing_upgrades_api() {
340
- return new WPBDP_NoopObject();
 
 
 
 
 
 
 
 
341
  }
3
  * Deprecated functionality.
4
  */
5
 
 
 
 
 
 
 
6
  define( 'WPBUSDIRMAN_TEMPLATES_PATH', WPBDP_PATH . '/includes/compatibility/templates' );
7
 
 
8
  /* template-related */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  function wpbusdirman_the_listing_meta( $excerptorsingle ) {
11
  _deprecated_function( __FUNCTION__, '' );
12
 
13
+ $html = '';
14
+ $fields = wpbdp_get_form_fields( array( 'association' => 'meta' ) );
15
 
16
+ foreach ( $fields as &$f ) {
17
+ if ( $excerptorsingle === 'excerpt' && ! $f->display_in( 'excerpt' ) ) {
18
+ continue;
19
  }
20
 
21
+ $html .= $f->display( get_the_ID() );
22
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ return $html;
 
 
25
  }
26
 
27
  function wpbusdirman_post_extra_thumbnails() {
28
  _deprecated_function( __FUNCTION__, '' );
29
 
30
+ $html = '';
31
 
32
+ $listing = WPBDP_Listing::get( get_the_ID() );
33
+ $thumbnail_id = $listing->get_thumbnail_id();
34
+ $images = $listing->get_images();
35
 
36
+ if ( $images ) {
37
+ $html .= '<div class="extrathumbnails">';
38
 
39
+ foreach ( $images as $img ) {
40
+ if ($img->ID == $thumbnail_id)
41
+ continue;
42
 
43
+ $html .= sprintf(
44
  '<a class="thickbox" href="%s"><img class="wpbdmthumbs" src="%s" alt="%s" title="%s" border="0" /></a>',
45
  esc_url( wp_get_attachment_url( $img->ID ) ),
46
  esc_url( wp_get_attachment_thumb_url( $img->ID ) ),
47
  esc_attr( the_title( null, null, false ) ),
48
  esc_attr( the_title( null, null, false ) )
49
  );
50
+ }
51
 
52
  $html .= '</div>';
53
+ }
54
 
55
+ return $html;
56
  }
57
 
58
  // Display the listing fields in excerpt view
59
  function wpbusdirman_display_the_listing_fields() {
60
  _deprecated_function( __FUNCTION__, '' );
61
+ global $post;
62
 
63
+ $html = '';
64
 
65
+ foreach ( wpbdp_formfields_api()->get_fields() as $field ) {
66
  if ( ! $field->display_in( 'excerpt' ) ) {
67
+ continue;
68
  }
69
 
70
+ $html .= $field->display( $post->ID, 'excerpt' );
71
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
+ return $html;
 
 
74
  }
75
 
76
  function wpbusdirman_post_catpage_title() {
77
  _deprecated_function( __FUNCTION__, '' );
78
+ $categories = WPBDP_CATEGORY_TAX;
79
 
80
  if ( get_query_var( $categories ) ) {
81
  $term = get_term_by( 'slug', get_query_var( $categories ), $categories );
88
  return esc_attr( $term->name );
89
  }
90
 
 
 
 
 
 
91
  function wpbusdirman_post_list_categories() {
92
  _deprecated_function( __FUNCTION__, '', 'wpbdp_directory_categories' );
93
+ return wpbdp_directory_categories();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
95
 
 
96
  /**
97
  * TODO: There doesn't seem to be a replacement for this deprecated function.
98
  *
102
  function wpbusdirman_get_the_business_email( $post_id ) {
103
  // _deprecated_function( __FUNCTION__, '2.3' );
104
 
105
+ $email_mode = wpbdp_get_option( 'listing-email-mode' );
106
 
107
+ $email_field_value = '';
108
+ if ( $email_field = wpbdp_get_form_fields( 'validators=email&unique=1' ) ) {
109
+ $email_field_value = trim( $email_field->plain_value( $post_id ) );
110
+ }
111
 
112
  if ( $email_mode === 'field' && ! empty( $email_field_value ) ) {
113
+ return $email_field_value;
114
  }
115
 
116
+ $author_email = '';
117
+ $post = get_post( $post_id );
118
+ $author_email = trim( get_the_author_meta( 'user_email', $post->post_author ) );
119
 
120
  if ( empty( $author_email ) && ! empty( $email_field_value ) ) {
121
+ return $email_field_value;
122
  }
123
 
124
+ return $author_email ? $author_email : '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  }
126
 
127
  /**
135
  function wpbdp_get_fee( $fee_id ) {
136
  _deprecated_function( __FUNCTION__, '3.7', 'wpbdp_get_fee_plan' );
137
 
138
+ return wpbdp_get_fee_plan( $fee_id );
139
  }
140
 
141
  /**
142
+ * @since 2.3
143
+ * @deprecated since 5.0
 
 
 
 
144
  */
145
+ function wpbdp_has_module( $module ) {
146
+ _deprecated_function( __FUNCTION__, '5.0', 'wpbdp()->modules->is_loaded' );
147
+ return wpbdp()->modules->is_loaded( $module );
148
+ }
149
 
150
+ function wpbdp_listing_upgrades_api() {
151
+ return new WPBDP_NoopObject();
152
  }
153
 
154
+ function wpbdp_get_page_ids_from_cache( $cache, $page_id ) {
155
+ _deprecated_function( __FUNCTION__, '5.16.1' );
156
+
157
+ global $wpdb;
158
+
159
+ if ( ! is_array( $cache ) || empty( $cache[ $page_id ] ) ) {
160
+ return null;
161
+ }
162
+
163
+ // Validate the cached IDs.
164
+ $query = _wpbdp_page_lookup_query( $page_id, true );
165
+ $query .= ' AND ID IN ( ' . implode( ',', array_map( 'intval', $cache[ $page_id ] ) ) . ' ) ';
166
+
167
+ // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
168
+ $count = intval( $wpdb->get_var( $query ) );
169
+
170
+ if ( $count != count( $cache[ $page_id ] ) ) {
171
+ wpbdp_debug( 'Page cache is invalid.' );
172
+ return null;
173
+ }
174
+
175
+ return $cache[ $page_id ];
176
+ }
177
+
178
+ /*
179
+ * @since 2.1.7
180
+ * @deprecated since 3.6.10. See {@link wpbdp_currency_format()}.
181
  */
182
+ function wpbdp_format_currency( $amount, $decimals = 2, $currency = null ) {
183
+ _deprecated_function( __FUNCTION__, '3.6.10', 'wpbdp_currency_format' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
 
185
+ if ( $amount == 0.0 ) {
186
+ return '—';
187
+ }
188
+
189
+ return ( ! $currency ? wpbdp_get_option( 'currency-symbol' ) : $currency ) . ' ' . number_format( $amount, $decimals );
190
  }
191
 
192
  /**
193
+ * @deprecated since 2.2.1
 
194
  */
195
+ function wpbdp_bar( $parts = array() ) {
196
+ _deprecated_function( __FUNCTION__, '2.2.1' );
197
+
198
+ $parts = wp_parse_args(
199
+ $parts, array(
200
+ 'links' => true,
201
+ 'search' => false,
202
+ )
203
+ );
204
+
205
+ $html = '<div class="wpbdp-bar cf">';
206
+ $html .= apply_filters( 'wpbdp_bar_before', '', $parts );
207
+
208
+ if ( $parts['links'] ) {
209
+ $html .= wpbdp_main_links();
210
+ }
211
+ if ( $parts['search'] ) {
212
+ $html .= wpbdp_search_form();
213
+ }
214
+
215
+ $html .= apply_filters( 'wpbdp_bar_after', '', $parts );
216
+ $html .= '</div>';
217
+
218
+ return $html;
219
  }
220
 
221
+ /**
222
+ * Recursively deletes a directory.
223
+ *
224
+ * @param string $path a directory.
225
+ * @since 3.3
226
+ * @deprecated since 3.6.10. Use {@link WPBDP_FS::rmdir} instead.
227
+ */
228
+ function wpbdp_rrmdir( $path ) {
229
+ _deprecated_function( __FUNCTION__, '3.6.10', 'WPBDP_FS::rmdir' );
230
+ return WPBDP_FS::rmdir( $path );
231
  }
includes/controllers/class-addons.php CHANGED
@@ -106,7 +106,7 @@ class WPBDP_Addons_Controller {
106
  $plugin = $installer->plugin_info();
107
  if ( empty( $plugin ) ) {
108
  return array(
109
- 'message' => 'Plugin was not installed. ' . $installer->result,
110
  'success' => false,
111
  );
112
  }
106
  $plugin = $installer->plugin_info();
107
  if ( empty( $plugin ) ) {
108
  return array(
109
+ 'message' => 'Plugin was not installed. ' . print_r( $installer->result, 1 ),
110
  'success' => false,
111
  );
112
  }
includes/controllers/pages/class-all-listings.php CHANGED
@@ -54,7 +54,7 @@ class WPBDP__Views__All_Listings extends WPBDP__View {
54
 
55
  $html = wpbdp_x_render( 'listings', $template_args );
56
  wp_reset_postdata();
57
- wpbdp_pop_query( $q );
58
 
59
  return $html;
60
  }
54
 
55
  $html = wpbdp_x_render( 'listings', $template_args );
56
  wp_reset_postdata();
57
+ wpbdp_pop_query();
58
 
59
  return $html;
60
  }
includes/controllers/pages/class-edit-listing.php CHANGED
@@ -5,7 +5,7 @@ require_once( WPBDP_INC . 'controllers/pages/class-submit-listing.php' );
5
  class WPBDP__Views__Edit_Listing extends WPBDP__Views__Submit_Listing {
6
 
7
  public function __construct( $args = null ) {
8
- parent::__construct();
9
  $this->editing = true;
10
  }
11
 
5
  class WPBDP__Views__Edit_Listing extends WPBDP__Views__Submit_Listing {
6
 
7
  public function __construct( $args = null ) {
8
+ parent::__construct( $args );
9
  $this->editing = true;
10
  }
11
 
includes/controllers/pages/class-main.php CHANGED
@@ -12,14 +12,20 @@ class WPBDP__Views__Main extends WPBDP__View {
12
  }
13
  }
14
 
15
- if ( current_user_can( 'administrator' ) && wpbdp_get_option( 'hide-empty-categories' ) &&
16
- wp_count_terms( WPBDP_CATEGORY_TAX, 'hide_empty=0' ) > 0 && wp_count_terms( WPBDP_CATEGORY_TAX, 'hide_empty=1' ) == 0 ) {
17
- $msg = _x( 'You have "Hide Empty Categories" on and some categories that don\'t have listings in them. That means they won\'t show up on the front end of your site. If you didn\'t want that, click <a>here</a> to change the setting.',
18
- 'templates',
19
- 'business-directory-plugin' );
20
- $msg = str_replace( '<a>',
21
- '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=listings#hide-empty-categories' ) ) . '">',
22
- $msg );
 
 
 
 
 
 
23
  $html .= wpbdp_render_msg( $msg );
24
  }
25
  }
12
  }
13
  }
14
 
15
+ if ( current_user_can( 'administrator' ) && wpbdp_get_option( 'hide-empty-categories' ) ) {
16
+ $has_cats = (float) wp_count_terms( WPBDP_CATEGORY_TAX, 'hide_empty=0' ) > 0;
17
+ $empty_cat = (float) wp_count_terms( WPBDP_CATEGORY_TAX, 'hide_empty=1' ) == 0;
18
+
19
+ if ( ! $has_cats || ! $empty_cat ) {
20
+ return;
21
+ }
22
+
23
+ $msg = _x( 'You have "Hide Empty Categories" on and some categories that don\'t have listings in them. That means they won\'t show up on the front end of your site. If you didn\'t want that, click <a>here</a> to change the setting.', 'templates', 'business-directory-plugin' );
24
+ $msg = str_replace(
25
+ '<a>',
26
+ '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=listings#hide-empty-categories' ) ) . '">',
27
+ $msg
28
+ );
29
  $html .= wpbdp_render_msg( $msg );
30
  }
31
  }
includes/controllers/pages/class-manage-listings.php CHANGED
@@ -42,9 +42,14 @@ class WPBDP__Views__Manage_Listings extends WPBDP__View {
42
  $q = new WP_Query( $args );
43
  wpbdp_push_query( $q );
44
 
45
- $html = $this->_render_page( 'manage_listings', array( 'current_user' => $current_user,
46
- 'query' => $q,
47
- '_bar' => ! empty( $this->show_search_bar ) ? $this->show_search_bar : false ) );
 
 
 
 
 
48
 
49
  wpbdp_pop_query();
50
 
42
  $q = new WP_Query( $args );
43
  wpbdp_push_query( $q );
44
 
45
+ $html = $this->_render_page(
46
+ 'manage_listings',
47
+ array(
48
+ 'current_user' => $current_user,
49
+ 'query' => $q,
50
+ '_bar' => ! empty( $this->show_search_bar ) ? $this->show_search_bar : false,
51
+ )
52
+ );
53
 
54
  wpbdp_pop_query();
55
 
includes/controllers/pages/class-request-access-keys.php CHANGED
@@ -40,7 +40,7 @@ class WPBDP__Views__Request_Access_Keys extends WPBDP__View {
40
 
41
  if ( ! empty( $_POST['redirect_to'] ) ) {
42
  $html .= '<p>';
43
- $html .= '<a href="' . esc_url( wpbdp_get_var( array( 'param' => 'redirect_to' ), 'post' ) ) .'">';
44
  $html .= _x( '← Return to previous page', 'request_access_keys', 'business-directory-plugin' );
45
  $html .= '</a>';
46
  $html .= '<p>';
40
 
41
  if ( ! empty( $_POST['redirect_to'] ) ) {
42
  $html .= '<p>';
43
+ $html .= '<a href="' . esc_url( wpbdp_get_var( array( 'param' => 'redirect_to' ), 'post' ) ) . '">';
44
  $html .= _x( '← Return to previous page', 'request_access_keys', 'business-directory-plugin' );
45
  $html .= '</a>';
46
  $html .= '<p>';
includes/controllers/pages/class-show-listing.php CHANGED
@@ -17,7 +17,7 @@ class WPBDP__Views__Show_Listing extends WPBDP__View {
17
  if ( isset( $_GET['v'] ) )
18
  $view = wpbdp_capture_action_array( 'wpbdp_listing_view_' . trim( $_GET['v'] ), array( $listing_id ) );*/
19
 
20
- $html .= wpbdp_render_listing( null, 'single', false, true );
21
 
22
  return $html;
23
  }
17
  if ( isset( $_GET['v'] ) )
18
  $view = wpbdp_capture_action_array( 'wpbdp_listing_view_' . trim( $_GET['v'] ), array( $listing_id ) );*/
19
 
20
+ $html .= wpbdp_render_listing( null, 'single', false );
21
 
22
  return $html;
23
  }
includes/controllers/pages/class-show-tag.php CHANGED
@@ -15,12 +15,16 @@ class WPBDP__Views__Show_Tag extends WPBDP__View {
15
  if ( is_object( $term ) ) {
16
  $term->is_tag = true;
17
 
18
- $html = $this->_render( 'tag',
19
- array( 'title' => $term->name,
20
- 'term' => $term,
21
- 'query' => $wp_query,
22
- 'in_shortcode' => false ),
23
- 'page' );
 
 
 
 
24
  } else {
25
  $html = '';
26
  }
15
  if ( is_object( $term ) ) {
16
  $term->is_tag = true;
17
 
18
+ $html = $this->_render(
19
+ 'tag',
20
+ array(
21
+ 'title' => $term->name,
22
+ 'term' => $term,
23
+ 'query' => $wp_query,
24
+ 'in_shortcode' => false,
25
+ ),
26
+ 'page'
27
+ );
28
  } else {
29
  $html = '';
30
  }
includes/controllers/pages/class-submit-listing.php CHANGED
@@ -258,7 +258,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
258
  }
259
 
260
  public function ajax_reset_plan() {
261
- $res = new WPBDP_Ajax_Response();
262
 
263
  if ( ! $this->can_submit( $msg ) || empty( $_POST['listing_id'] ) ) {
264
  wp_die();
@@ -320,7 +320,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
320
  }
321
 
322
  public function ajax_sections() {
323
- $res = new WPBDP_Ajax_Response();
324
 
325
  if ( ! $this->can_submit( $msg ) || empty( $_POST['listing_id'] ) ) {
326
  $res->send_error( $msg );
@@ -940,11 +940,11 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
940
  /**
941
  * @since 5.10
942
  *
943
- * @return false|int - False if multiple categories.
944
  */
945
  private function set_fixed_category_id() {
946
  if ( $this->category_count !== false ) {
947
- return $this->fixed_category;
948
  }
949
 
950
  $this->category_count = (int) wp_count_terms( WPBDP_CATEGORY_TAX, array( 'hide_empty' => false ) );
@@ -1080,11 +1080,10 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1080
  /**
1081
  * @param array $images_ An array of images.
1082
  * @param array $meta An of metadata for images.
1083
- * @param array $thumbnail_id An integer containing listing featured image id.
1084
  */
1085
  public function sort_images( $images_, $meta ) {
1086
  // Sort inside $meta first.
1087
- WPBDP__Utils::sort_by_property( $meta, 'order' );
1088
  $meta = array_reverse( $meta, true );
1089
 
1090
  // Sort $images_ considering $meta.
@@ -1241,7 +1240,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1241
  $html .= '<label for="wpbdp-submit-listing-user_username">' . esc_html__( 'Username', 'business-directory-plugin' ) . '</label>';
1242
  $html .= '</div>';
1243
  $html .= '<div class="wpbdp-form-field-inner">';
1244
- $html .= '<input id="wpbdp-submit-listing-user_username" type="text" name="user_username" value="' . esc_attr( $form_username ) .'" />';
1245
  $html .= '</div>';
1246
  $html .= '</div>';
1247
 
@@ -1336,7 +1335,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1336
  return '';
1337
  }
1338
 
1339
- return $this->sections_keys[$section_pos - 1];
1340
  }
1341
 
1342
  private function find_next_section( $section_id = null ) {
@@ -1351,7 +1350,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1351
  return '';
1352
  }
1353
 
1354
- return $this->sections_keys[$section_pos + 1];
1355
  }
1356
 
1357
  public function should_validate_section( $section_id ) {
258
  }
259
 
260
  public function ajax_reset_plan() {
261
+ $res = new WPBDP_AJAX_Response();
262
 
263
  if ( ! $this->can_submit( $msg ) || empty( $_POST['listing_id'] ) ) {
264
  wp_die();
320
  }
321
 
322
  public function ajax_sections() {
323
+ $res = new WPBDP_AJAX_Response();
324
 
325
  if ( ! $this->can_submit( $msg ) || empty( $_POST['listing_id'] ) ) {
326
  $res->send_error( $msg );
940
  /**
941
  * @since 5.10
942
  *
943
+ * @return void
944
  */
945
  private function set_fixed_category_id() {
946
  if ( $this->category_count !== false ) {
947
+ return;
948
  }
949
 
950
  $this->category_count = (int) wp_count_terms( WPBDP_CATEGORY_TAX, array( 'hide_empty' => false ) );
1080
  /**
1081
  * @param array $images_ An array of images.
1082
  * @param array $meta An of metadata for images.
 
1083
  */
1084
  public function sort_images( $images_, $meta ) {
1085
  // Sort inside $meta first.
1086
+ WPBDP_Utils::sort_by_property( $meta, 'order' );
1087
  $meta = array_reverse( $meta, true );
1088
 
1089
  // Sort $images_ considering $meta.
1240
  $html .= '<label for="wpbdp-submit-listing-user_username">' . esc_html__( 'Username', 'business-directory-plugin' ) . '</label>';
1241
  $html .= '</div>';
1242
  $html .= '<div class="wpbdp-form-field-inner">';
1243
+ $html .= '<input id="wpbdp-submit-listing-user_username" type="text" name="user_username" value="' . esc_attr( $form_username ) . '" />';
1244
  $html .= '</div>';
1245
  $html .= '</div>';
1246
 
1335
  return '';
1336
  }
1337
 
1338
+ return $this->sections_keys[ $section_pos - 1 ];
1339
  }
1340
 
1341
  private function find_next_section( $section_id = null ) {
1350
  return '';
1351
  }
1352
 
1353
+ return $this->sections_keys[ $section_pos + 1 ];
1354
  }
1355
 
1356
  public function should_validate_section( $section_id ) {
includes/db/class-db-model.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once ( WPBDP_PATH . 'includes/db/class-db-query-set.php' );
3
 
4
  class WPBDP__DB__Model {
5
 
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/db/class-db-query-set.php';
3
 
4
  class WPBDP__DB__Model {
5
 
includes/db/class-db-query-set.php CHANGED
@@ -137,9 +137,6 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
137
  return $this->count() > 0;
138
  }
139
 
140
- /**
141
- * @implements
142
- */
143
  public function getIterator() {
144
  return new ArrayIterator( $this->to_array() );
145
  }
137
  return $this->count() > 0;
138
  }
139
 
 
 
 
140
  public function getIterator() {
141
  return new ArrayIterator( $this->to_array() );
142
  }
includes/debugging.php CHANGED
@@ -55,10 +55,14 @@ class WPBDP_Debugging {
55
  E_DEPRECATED => 'deprecated'
56
  );
57
 
58
- self::add_debug_msg( $errstr,
59
- isset( $errno_to_string[ $errno ] ) ? 'php-' . $errno_to_string[ $errno ] : 'php',
60
- array( 'file' => $file,
61
- 'line' => $line) );
 
 
 
 
62
  }
63
 
64
  public static function debug_off() {
@@ -88,7 +92,7 @@ class WPBDP_Debugging {
88
  echo '<div class="tab" id="wpbdp-debugging-tab-logging">';
89
  echo '<table>';
90
 
91
- foreach (self::$messages as $item) {
92
  $time = explode( ' ', $item['timestamp'] );
93
 
94
  echo '<tr class="' . $item['type'] . '">';
@@ -98,7 +102,7 @@ class WPBDP_Debugging {
98
  echo '<td class="type">' . $item['type'] . '</td>';
99
  echo '<td class="message">' . $item['message'] . '</td>';
100
 
101
- if ($item['context']) {
102
  echo '<td class="context">' . $item['context']['function'] . '</td>';
103
  echo '<td class="file">' . basename( $item['context']['file'] ) . ':' . $item['context']['line'] . '</td>';
104
  } else {
@@ -184,7 +188,7 @@ class WPBDP_Debugging {
184
  /* API */
185
 
186
  public static function debug() {
187
- if (self::$debug) {
188
  foreach ( func_get_args() as $var ) {
189
  self::add_debug_msg( self::_var_dump( $var ), 'debug', debug_backtrace() );
190
  }
55
  E_DEPRECATED => 'deprecated'
56
  );
57
 
58
+ self::add_debug_msg(
59
+ $errstr,
60
+ isset( $errno_to_string[ $errno ] ) ? 'php-' . $errno_to_string[ $errno ] : 'php',
61
+ array(
62
+ 'file' => $file,
63
+ 'line' => $line,
64
+ )
65
+ );
66
  }
67
 
68
  public static function debug_off() {
92
  echo '<div class="tab" id="wpbdp-debugging-tab-logging">';
93
  echo '<table>';
94
 
95
+ foreach ( self::$messages as $item ) {
96
  $time = explode( ' ', $item['timestamp'] );
97
 
98
  echo '<tr class="' . $item['type'] . '">';
102
  echo '<td class="type">' . $item['type'] . '</td>';
103
  echo '<td class="message">' . $item['message'] . '</td>';
104
 
105
+ if ( $item['context'] ) {
106
  echo '<td class="context">' . $item['context']['function'] . '</td>';
107
  echo '<td class="file">' . basename( $item['context']['file'] ) . ':' . $item['context']['line'] . '</td>';
108
  } else {
188
  /* API */
189
 
190
  public static function debug() {
191
+ if ( self::$debug ) {
192
  foreach ( func_get_args() as $var ) {
193
  self::add_debug_msg( self::_var_dump( $var ), 'debug', debug_backtrace() );
194
  }
includes/fields/class-fieldtypes-date.php CHANGED
@@ -29,7 +29,7 @@ class WPBDP_FieldTypes_Date extends WPBDP_FieldTypes_TextField {
29
  $select .= sprintf(
30
  '<label><input type="radio" name="field[x_date_format]" value="%s" %s />%s</label><br />',
31
  $format,
32
- checked ( $format, $current_format, false ),
33
  sprintf(
34
  /* translators: %1$s: date format, %2$s: Date format example */
35
  esc_html__( '%1$s (ex. %2$s)', 'business-directory-plugin' ),
@@ -121,7 +121,9 @@ class WPBDP_FieldTypes_Date extends WPBDP_FieldTypes_TextField {
121
  return null;
122
  }
123
 
124
- $d = 0; $m = 0; $y = 0;
 
 
125
 
126
  switch ( $format ) {
127
  case 'ddmmyy':
29
  $select .= sprintf(
30
  '<label><input type="radio" name="field[x_date_format]" value="%s" %s />%s</label><br />',
31
  $format,
32
+ checked( $format, $current_format, false ),
33
  sprintf(
34
  /* translators: %1$s: date format, %2$s: Date format example */
35
  esc_html__( '%1$s (ex. %2$s)', 'business-directory-plugin' ),
121
  return null;
122
  }
123
 
124
+ $d = 0;
125
+ $m = 0;
126
+ $y = 0;
127
 
128
  switch ( $format ) {
129
  case 'ddmmyy':
includes/fields/class-fieldtypes-image.php CHANGED
@@ -172,7 +172,7 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
172
  admin_url( 'admin-ajax.php' )
173
  );
174
 
175
- $html .= '<div class="wpbdp-upload-widget"'. ( ! empty( $value[0] ) ? ' style="display: none;"' : '' ) . '>';
176
  $html .= sprintf(
177
  '<iframe class="wpbdp-upload-iframe" name="upload-iframe-%d" id="wpbdp-upload-iframe-%d" src="%s" scrolling="no" seamless="seamless" border="0" frameborder="0"></iframe>',
178
  esc_attr( $field->get_id() ),
@@ -262,7 +262,7 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
262
  $element = wpbdp_get_var( array( 'param' => 'element', 'default' => "listingfields[$field_id][0]" ), 'request' );
263
 
264
  $field = wpbdp_get_form_field( $field_id );
265
- if ( ! $field || ! in_array( $field->get_field_type_id(), array( 'image', 'social-network') ) ) {
266
  die;
267
  }
268
 
172
  admin_url( 'admin-ajax.php' )
173
  );
174
 
175
+ $html .= '<div class="wpbdp-upload-widget"' . ( ! empty( $value[0] ) ? ' style="display: none;"' : '' ) . '>';
176
  $html .= sprintf(
177
  '<iframe class="wpbdp-upload-iframe" name="upload-iframe-%d" id="wpbdp-upload-iframe-%d" src="%s" scrolling="no" seamless="seamless" border="0" frameborder="0"></iframe>',
178
  esc_attr( $field->get_id() ),
262
  $element = wpbdp_get_var( array( 'param' => 'element', 'default' => "listingfields[$field_id][0]" ), 'request' );
263
 
264
  $field = wpbdp_get_form_field( $field_id );
265
+ if ( ! $field || ! in_array( $field->get_field_type_id(), array( 'image', 'social-network' ), true ) ) {
266
  die;
267
  }
268
 
includes/fields/class-fieldtypes-phone-number.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class WPBDP_FieldTypes_Phone_Number extends WPBDP_FieldTypes_Textfield {
4
 
5
  public function __construct() {
6
  }
1
  <?php
2
 
3
+ class WPBDP_FieldTypes_Phone_Number extends WPBDP_FieldTypes_TextField {
4
 
5
  public function __construct() {
6
  }
includes/fields/class-fieldtypes-select.php CHANGED
@@ -20,13 +20,17 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
20
  /**
21
  * WPBDP_FieldTypes_Select constructor.
22
  */
23
- public function __construct() {
24
- parent::__construct( esc_html__( 'Select List', 'business-directory-plugin' ) );
25
- }
 
 
 
26
 
27
  public function get_id() {
28
  return 'select';
29
  }
 
30
  public function set_multiple( $val ) {
31
  $this->multiselect = (bool) $val;
32
  }
20
  /**
21
  * WPBDP_FieldTypes_Select constructor.
22
  */
23
+ public function __construct( $name = '' ) {
24
+ if ( empty( $name ) ) {
25
+ $name = __( 'Select List', 'business-directory-plugin' );
26
+ }
27
+ parent::__construct( $name );
28
+ }
29
 
30
  public function get_id() {
31
  return 'select';
32
  }
33
+
34
  public function set_multiple( $val ) {
35
  $this->multiselect = (bool) $val;
36
  }
includes/fields/class-fieldtypes-social.php CHANGED
@@ -260,7 +260,7 @@ class WPBDP_FieldTypes_Social extends WPBDP_Form_Field_Type {
260
 
261
  $social_icon = sprintf(
262
  '<img src="%s" class="logo" alt="%s">',
263
- WPBDP_ASSETS_URL . 'images/social/' .$type . '.svg',
264
  $type
265
  );
266
 
@@ -326,7 +326,7 @@ class WPBDP_FieldTypes_Social extends WPBDP_Form_Field_Type {
326
  $field_value[] = array_shift( $parts );
327
 
328
  foreach ( $parts as $pos => $val ) {
329
- $field_value[ $field_keys[$pos] ] = $val;
330
  }
331
 
332
  return $field_value;
260
 
261
  $social_icon = sprintf(
262
  '<img src="%s" class="logo" alt="%s">',
263
+ WPBDP_ASSETS_URL . 'images/social/' . $type . '.svg',
264
  $type
265
  );
266
 
326
  $field_value[] = array_shift( $parts );
327
 
328
  foreach ( $parts as $pos => $val ) {
329
+ $field_value[ $field_keys[ $pos ] ] = $val;
330
  }
331
 
332
  return $field_value;
includes/fields/class-fieldtypes-textarea.php CHANGED
@@ -107,8 +107,8 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
107
  _WP_Editors::editor_settings( 'wpbdp-field-' . $field->get_id(), $settings );
108
 
109
  // We are interested in this editor's settings only.
110
- remove_filter( 'tiny_mce_before_init', array( $this, 'capture_tinymce_settings' ), 100, 2 );
111
- remove_filter( 'quicktags_settings', array( $this, 'capture_quicktag_settings' ), 100, 2 );
112
 
113
  // Removing _WP_Editors::editor_js if it was not previously configured
114
  // as a handler.
@@ -170,8 +170,8 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
170
  $options .= $key . ':' . $val . ',';
171
  continue;
172
  } elseif ( ! empty( $value ) && is_string( $value ) && (
173
- ( '{' == $value[0] && '}' == $value[strlen( $value ) - 1] ) ||
174
- ( '[' == $value[0] && ']' == $value[strlen( $value ) - 1] ) ||
175
  preg_match( '/^\(?function ?\(/', $value ) ) ) {
176
 
177
  $options .= $key . ':' . $value . ',';
@@ -417,7 +417,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
417
  return $value;
418
  }
419
 
420
- if ( $field->data( 'max_length' ) < 1 ) {
421
  return $value;
422
  }
423
 
@@ -437,9 +437,12 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
437
  return $fields;
438
  }
439
 
440
- $content_field = array_filter( $fields, function( $f ) {
441
- return 'content' == $f->get_association();
442
- } );
 
 
 
443
 
444
  $content_field = ! empty( $content_field ) ? $content_field : wpbdp_get_form_fields( array( 'association' => 'content') );
445
 
@@ -457,7 +460,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
457
  foreach ( $fields as $k => $f ) {
458
  if ( 'excerpt' == $f->get_association() ) {
459
  if ( 1 == $excerpt_override || ( 2 == $excerpt_override && empty( $f->value( $listing_id ) ) ) ) {
460
- unset( $fields[$k] );
461
  }
462
  }
463
  }
107
  _WP_Editors::editor_settings( 'wpbdp-field-' . $field->get_id(), $settings );
108
 
109
  // We are interested in this editor's settings only.
110
+ remove_filter( 'tiny_mce_before_init', array( $this, 'capture_tinymce_settings' ), 100 );
111
+ remove_filter( 'quicktags_settings', array( $this, 'capture_quicktag_settings' ), 100 );
112
 
113
  // Removing _WP_Editors::editor_js if it was not previously configured
114
  // as a handler.
170
  $options .= $key . ':' . $val . ',';
171
  continue;
172
  } elseif ( ! empty( $value ) && is_string( $value ) && (
173
+ ( '{' == $value[0] && '}' == $value[ strlen( $value ) - 1 ] ) ||
174
+ ( '[' == $value[0] && ']' == $value[ strlen( $value ) - 1 ] ) ||
175
  preg_match( '/^\(?function ?\(/', $value ) ) ) {
176
 
177
  $options .= $key . ':' . $value . ',';
417
  return $value;
418
  }
419
 
420
+ if ( $field->data( 'max_length' ) < 1 ) {
421
  return $value;
422
  }
423
 
437
  return $fields;
438
  }
439
 
440
+ $content_field = array_filter(
441
+ $fields,
442
+ function( $f ) {
443
+ return 'content' === $f->get_association();
444
+ }
445
+ );
446
 
447
  $content_field = ! empty( $content_field ) ? $content_field : wpbdp_get_form_fields( array( 'association' => 'content') );
448
 
460
  foreach ( $fields as $k => $f ) {
461
  if ( 'excerpt' == $f->get_association() ) {
462
  if ( 1 == $excerpt_override || ( 2 == $excerpt_override && empty( $f->value( $listing_id ) ) ) ) {
463
+ unset( $fields[ $k ] );
464
  }
465
  }
466
  }
includes/fields/class-fieldtypes-textfield.php CHANGED
@@ -32,7 +32,7 @@ class WPBDP_FieldTypes_TextField extends WPBDP_Form_Field_Type {
32
  return $tags;
33
  }
34
 
35
- if ( is_array( $value ) ) {
36
  return array_shift( $value );
37
  }
38
 
@@ -73,7 +73,7 @@ class WPBDP_FieldTypes_TextField extends WPBDP_Form_Field_Type {
73
  }
74
 
75
  public function process_field_settings( &$field ) {
76
- $field->set_data( 'word_count', ( in_array( 'word_number', $field->get_validators() ) && isset( $_POST['field']['word_count'] ) ) ? intval( $_POST['field']['word_count'] ) : 0 );
77
  }
78
 
79
  /**
32
  return $tags;
33
  }
34
 
35
+ if ( is_array( $value ) ) {
36
  return array_shift( $value );
37
  }
38
 
73
  }
74
 
75
  public function process_field_settings( &$field ) {
76
+ $field->set_data( 'word_count', ( in_array( 'word_number', $field->get_validators(), true ) && isset( $_POST['field']['word_count'] ) ) ? intval( $_POST['field']['word_count'] ) : 0 );
77
  }
78
 
79
  /**
includes/fields/class-fieldtypes-url.php CHANGED
@@ -126,7 +126,7 @@ class WPBDP_FieldTypes_URL extends WPBDP_Form_Field_Type {
126
  $url = trim( sanitize_text_field( is_array( $input ) ? $input[0] : $input ) );
127
  $text = trim( is_array( $input ) ? sanitize_text_field( $input[1] ) : '' );
128
 
129
- if ( $url && ! parse_url( $url, PHP_URL_SCHEME ) )
130
  $url = 'http://' . $url;
131
 
132
  return array( $url, $text );
@@ -161,10 +161,12 @@ class WPBDP_FieldTypes_URL extends WPBDP_Form_Field_Type {
161
  'wpbdp-field-' . esc_attr( $field->get_id() ) . '-url',
162
  __( 'URL', 'business-directory-plugin' )
163
  );
164
- $html .= sprintf( '<input type="text" id="%s" name="%s" value="%s" />',
165
- 'wpbdp-field-' . esc_attr( $field->get_id() ),
166
- 'listingfields[' . esc_attr( $field->get_id() ) . '][0]',
167
- esc_attr( $value[0] ) );
 
 
168
  $html .= '</div>';
169
 
170
  $html .= '<div class="wpbdp-url-field-col wpbdp-half">';
@@ -173,10 +175,12 @@ class WPBDP_FieldTypes_URL extends WPBDP_Form_Field_Type {
173
  'wpbdp-field-' . esc_attr( $field->get_id() ) . '-title',
174
  esc_html__( 'Link Text (optional)', 'business-directory-plugin' )
175
  );
176
- $html .= sprintf( '<input type="text" id="%s" name="%s" value="%s" placeholder="" />',
177
- 'wpbdp-field-' . esc_attr( $field->get_id() ) . '-title',
178
- 'listingfields[' . esc_attr( $field->get_id() ) . '][1]',
179
- esc_attr( $value[1] ) );
 
 
180
  $html .= '</div>';
181
 
182
  if ( strpos( $context, 'submit' ) !== false ) {
126
  $url = trim( sanitize_text_field( is_array( $input ) ? $input[0] : $input ) );
127
  $text = trim( is_array( $input ) ? sanitize_text_field( $input[1] ) : '' );
128
 
129
+ if ( $url && ! parse_url( $url, PHP_URL_SCHEME ) )
130
  $url = 'http://' . $url;
131
 
132
  return array( $url, $text );
161
  'wpbdp-field-' . esc_attr( $field->get_id() ) . '-url',
162
  __( 'URL', 'business-directory-plugin' )
163
  );
164
+ $html .= sprintf(
165
+ '<input type="text" id="%s" name="%s" value="%s" />',
166
+ 'wpbdp-field-' . esc_attr( $field->get_id() ),
167
+ 'listingfields[' . esc_attr( $field->get_id() ) . '][0]',
168
+ esc_attr( $value[0] )
169
+ );
170
  $html .= '</div>';
171
 
172
  $html .= '<div class="wpbdp-url-field-col wpbdp-half">';
175
  'wpbdp-field-' . esc_attr( $field->get_id() ) . '-title',
176
  esc_html__( 'Link Text (optional)', 'business-directory-plugin' )
177
  );
178
+ $html .= sprintf(
179
+ '<input type="text" id="%s" name="%s" value="%s" placeholder="" />',
180
+ 'wpbdp-field-' . esc_attr( $field->get_id() ) . '-title',
181
+ 'listingfields[' . esc_attr( $field->get_id() ) . '][1]',
182
+ esc_attr( $value[1] )
183
+ );
184
  $html .= '</div>';
185
 
186
  if ( strpos( $context, 'submit' ) !== false ) {
includes/fields/class-form-field.php CHANGED
@@ -925,7 +925,6 @@ class WPBDP_Form_Field {
925
  );
926
  continue;
927
  }
928
-
929
  }
930
 
931
  if ( is_string( $term_ ) ) {
@@ -981,10 +980,10 @@ class WPBDP_Form_Field {
981
  }
982
 
983
  /**
984
- * Creates a WPBDP_FormField from a database record.
985
  *
986
  * @param int $id the database record ID.
987
- * @return WPBDP_FormField a valid WPBDP_FormField if the record exists or null if not.
988
  */
989
  public static function get( $id ) {
990
 
@@ -1087,7 +1086,7 @@ class WPBDP_Form_Field {
1087
  */
1088
  class WPBDP_FormField extends WPBDP_Form_Field {
1089
  public function __construct( $attrs = array() ) {
1090
- _deprecated_function( __CLASS__, '3.4.2', 'WPBDP_Form_Field' );
1091
  parent::__construct( $attrs );
1092
  }
1093
  }
925
  );
926
  continue;
927
  }
 
928
  }
929
 
930
  if ( is_string( $term_ ) ) {
980
  }
981
 
982
  /**
983
+ * Creates a WPBDP_Form_Field from a database record.
984
  *
985
  * @param int $id the database record ID.
986
+ * @return WPBDP_Form_Field|null a valid WPBDP_Form_Field if the record exists or null if not.
987
  */
988
  public static function get( $id ) {
989
 
1086
  */
1087
  class WPBDP_FormField extends WPBDP_Form_Field {
1088
  public function __construct( $attrs = array() ) {
1089
+ _deprecated_constructor( __CLASS__, '3.4.2', 'WPBDP_Form_Field' );
1090
  parent::__construct( $attrs );
1091
  }
1092
  }
includes/gateways/class-gateway-authorize-net.php CHANGED
@@ -100,8 +100,10 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
100
  $payment->gateway_tx_id = $response->transaction_id;
101
 
102
  if ( $response->held ) {
103
- $error_msg = sprintf( _x( 'Payment is being held for review by the payment gateway. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
104
- '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' ) );
 
 
105
  $payment->log( $error_msg );
106
  }
107
 
@@ -109,8 +111,10 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
109
 
110
  return array( 'result' => 'success' );
111
  } elseif ( $response->error ) {
112
- $error_msg = sprintf( _x( 'The payment gateway didn\'t accept the credit card or billing information. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
113
- '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' ) );
 
 
114
  $payment->log( $error_msg );
115
  $payment->save();
116
 
@@ -118,8 +122,10 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
118
  }
119
 
120
  // Payment failed for other reasons.
121
- $error_msg = sprintf( _x( 'Payment was rejected. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
122
- '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' ) );
 
 
123
  $payment->status = 'failed';
124
  $payment->log( $error_msg );
125
  $payment->save();
@@ -161,10 +167,13 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
161
  );
162
 
163
  if ( $recurring_item['amount'] != $total ) {
164
- $subscription_args = array_merge( $subscription_args, array(
165
- 'trialAmount' => $total,
166
- 'trialOccurrences' => 1
167
- ) );
 
 
 
168
  }
169
 
170
  $arb = $this->get_authnet( 'ARB' );
@@ -215,30 +224,36 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
215
  $aim->setSandbox( $this->in_test_mode() );
216
 
217
  // Basic order info.
218
- $aim->setFields( array(
219
- 'amount' => $args['amount'],
220
- 'description' => $args['description'],
221
- 'invoice_num' => $args['payment_id']
222
- ) );
 
 
223
 
224
  // Card info.
225
- $aim->setFields( array(
226
- 'card_num' => $args['card_number'],
227
- 'exp_date' => sprintf( '%02d', $args['exp_month'] ) . substr( $args['exp_year'], 2 ),
228
- 'card_code' => $args['cvc']
229
- ) );
 
 
230
 
231
  // Billing info.
232
- $aim->setFields( array(
233
- 'email' => ! empty( $args['email'] ) ? $args['email'] : '',
234
- 'first_name' => ! empty( $args['first_name'] ) ? $args['first_name'] : '',
235
- 'last_name' => ! empty( $args['last_name'] ) ? $args['last_name'] : '',
236
- 'address' => ! empty( $args['address'] ) ? $args['address'] : '',
237
- 'city' => ! empty( $args['city'] ) ? $args['city'] : '',
238
- 'state' => ! empty( $args['state'] ) ? $args['state'] : '',
239
- 'country' => ! empty( $args['country'] ) ? $args['country'] : '',
240
- 'zip' => ! empty( $args['zip'] ) ? $args['zip'] : ''
241
- ) );
 
 
242
 
243
  $aim->setCustomField( 'payment_id', $args['payment_id'] );
244
  $aim->setCustomField( 'payment_key', $args['payment_key'] );
100
  $payment->gateway_tx_id = $response->transaction_id;
101
 
102
  if ( $response->held ) {
103
+ $error_msg = sprintf(
104
+ _x( 'Payment is being held for review by the payment gateway. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
105
+ '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' )
106
+ );
107
  $payment->log( $error_msg );
108
  }
109
 
111
 
112
  return array( 'result' => 'success' );
113
  } elseif ( $response->error ) {
114
+ $error_msg = sprintf(
115
+ _x( 'The payment gateway didn\'t accept the credit card or billing information. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
116
+ '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' )
117
+ );
118
  $payment->log( $error_msg );
119
  $payment->save();
120
 
122
  }
123
 
124
  // Payment failed for other reasons.
125
+ $error_msg = sprintf(
126
+ _x( 'Payment was rejected. The following reason was given: "%s".', 'authorize-net', 'business-directory-plugin' ),
127
+ '(' . $response->response_reason_code . ') ' . rtrim( $response->response_reason_text, '.' )
128
+ );
129
  $payment->status = 'failed';
130
  $payment->log( $error_msg );
131
  $payment->save();
167
  );
168
 
169
  if ( $recurring_item['amount'] != $total ) {
170
+ $subscription_args = array_merge(
171
+ $subscription_args,
172
+ array(
173
+ 'trialAmount' => $total,
174
+ 'trialOccurrences' => 1,
175
+ )
176
+ );
177
  }
178
 
179
  $arb = $this->get_authnet( 'ARB' );
224
  $aim->setSandbox( $this->in_test_mode() );
225
 
226
  // Basic order info.
227
+ $aim->setFields(
228
+ array(
229
+ 'amount' => $args['amount'],
230
+ 'description' => $args['description'],
231
+ 'invoice_num' => $args['payment_id'],
232
+ )
233
+ );
234
 
235
  // Card info.
236
+ $aim->setFields(
237
+ array(
238
+ 'card_num' => $args['card_number'],
239
+ 'exp_date' => sprintf( '%02d', $args['exp_month'] ) . substr( $args['exp_year'], 2 ),
240
+ 'card_code' => $args['cvc'],
241
+ )
242
+ );
243
 
244
  // Billing info.
245
+ $aim->setFields(
246
+ array(
247
+ 'email' => ! empty( $args['email'] ) ? $args['email'] : '',
248
+ 'first_name' => ! empty( $args['first_name'] ) ? $args['first_name'] : '',
249
+ 'last_name' => ! empty( $args['last_name'] ) ? $args['last_name'] : '',
250
+ 'address' => ! empty( $args['address'] ) ? $args['address'] : '',
251
+ 'city' => ! empty( $args['city'] ) ? $args['city'] : '',
252
+ 'state' => ! empty( $args['state'] ) ? $args['state'] : '',
253
+ 'country' => ! empty( $args['country'] ) ? $args['country'] : '',
254
+ 'zip' => ! empty( $args['zip'] ) ? $args['zip'] : ''
255
+ )
256
+ );
257
 
258
  $aim->setCustomField( 'payment_id', $args['payment_id'] );
259
  $aim->setCustomField( 'payment_key', $args['payment_key'] );
includes/helpers/class-app.php CHANGED
@@ -229,7 +229,7 @@ class WPBDP_App_Helper {
229
  */
230
  public static function permission_nonce_error( $permission, $atts = array() ) {
231
  if ( ! empty( $permission ) && ! current_user_can( $permission ) && ! current_user_can( 'administrator' ) ) {
232
- return esc_html( 'You are not allowed to do that.', 'business-directory-plugin' );
233
  }
234
 
235
  $error = false;
@@ -241,7 +241,7 @@ class WPBDP_App_Helper {
241
  $nonce_value = ( $_REQUEST && isset( $_REQUEST[ $nonce_name ] ) ) ? sanitize_text_field( wp_unslash( $_REQUEST[ $nonce_name ] ) ) : '';
242
 
243
  if ( $_REQUEST && ( ! isset( $_REQUEST[ $nonce_name ] ) || ! wp_verify_nonce( $nonce_value, $atts['nonce'] ) ) ) {
244
- $error = esc_html( 'You are not allowed to do that.', 'business-directory-plugin' );
245
  }
246
 
247
  return $error;
229
  */
230
  public static function permission_nonce_error( $permission, $atts = array() ) {
231
  if ( ! empty( $permission ) && ! current_user_can( $permission ) && ! current_user_can( 'administrator' ) ) {
232
+ return esc_html__( 'You are not allowed to do that.', 'business-directory-plugin' );
233
  }
234
 
235
  $error = false;
241
  $nonce_value = ( $_REQUEST && isset( $_REQUEST[ $nonce_name ] ) ) ? sanitize_text_field( wp_unslash( $_REQUEST[ $nonce_name ] ) ) : '';
242
 
243
  if ( $_REQUEST && ( ! isset( $_REQUEST[ $nonce_name ] ) || ! wp_verify_nonce( $nonce_value, $atts['nonce'] ) ) ) {
244
+ $error = esc_html__( 'You are not allowed to do that.', 'business-directory-plugin' );
245
  }
246
 
247
  return $error;
includes/helpers/class-category-form-input-walker.php CHANGED
@@ -16,31 +16,36 @@ class WPBDP_CategoryFormInputWalker extends Walker {
16
  }
17
 
18
  public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
 
 
19
  switch ( $this->input_type ) {
20
  case 'checkbox':
21
  $output .= '<div class="wpbdp-form-field-checkbox-item wpbdmcheckboxclass">';
22
- $output .= sprintf( '<label for="wpbdp-field-%7$d-%6$s"><input id="wpbdp-field-%7$d-%6$s" type="checkbox" class="%s" name="%s" value="%s" %s style="margin-left: %dpx;" /> %s</label>',
23
- $this->field->is_required() ? 'required' : '',
24
- 'listingfields[' . $this->field->get_id() . '][]',
25
- $category->term_id,
26
- in_array( $category->term_id, is_array( $this->selected ) ? $this->selected : array( $this->selected ) ) ? 'checked="checked"' : '',
27
- $depth * 10,
28
- esc_attr( $category->name ),
29
- $this->field->get_id()
30
- );
 
31
  $output .= '</div>';
32
  break;
33
  case 'radio':
34
  default:
35
- $output .= sprintf( '<div class="wpbdm-form-field-radio-item"><label for="wpbdp-field-%6$d-%5$s"><input id="wpbdp-field-%6$d-%5$s" type="radio" name="%s" class="%s" value="%s" %s style="margin-left: %dpx;"> %s</label></div>',
36
- 'listingfields[' . $this->field->get_id() . ']',
37
- $this->field->is_required() ? 'inradio required' : 'inradio',
38
- $category->term_id,
39
- $this->selected == $category->term_id ? 'checked="checked"' : '',
40
- $depth * 10,
41
- esc_attr( $category->name ),
42
- $this->field->get_id()
43
- );
 
 
44
  break;
45
  }
46
 
16
  }
17
 
18
  public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
19
+ $html_id = 'wpbdp-field-' . $category->term_id . '-' . $this->field->get_id();
20
+
21
  switch ( $this->input_type ) {
22
  case 'checkbox':
23
  $output .= '<div class="wpbdp-form-field-checkbox-item wpbdmcheckboxclass">';
24
+ $output .= sprintf(
25
+ '<label for="%7$s"><input id="%7$s" type="checkbox" class="%s" name="%s" value="%s" %s style="margin-left: %dpx;" /> %s</label>',
26
+ $this->field->is_required() ? 'required' : '',
27
+ 'listingfields[' . $this->field->get_id() . '][]',
28
+ $category->term_id,
29
+ in_array( $category->term_id, is_array( $this->selected ) ? $this->selected : array( $this->selected ) ) ? 'checked="checked"' : '',
30
+ $depth * 10,
31
+ esc_attr( $category->name ),
32
+ $html_id
33
+ );
34
  $output .= '</div>';
35
  break;
36
  case 'radio':
37
  default:
38
+ $class = $this->field->is_required() ? 'inradio required' : 'inradio';
39
+ $output .= '<div class="wpbdm-form-field-radio-item">';
40
+ $output .= '<label for="' . esc_attr( $html_id ) . '">';
41
+ $output .= '<input id="' . esc_attr( $html_id ) . '" type="radio"';
42
+ $output .= ' name="listingfields[' . esc_attr( $this->field->get_id() ) . ']"';
43
+ $output .= ' class="' . esc_attr( $class ) . '" value="' . esc_attr( $category->term_id ) . '" ';
44
+ $output .= checked( $this->selected, $category->term_id, false );
45
+ $output .= ' style="margin-left: ' . ( $depth * 10 ) . 'px;" />';
46
+ $output .= ' ' . esc_html( $category->name );
47
+ $output .= '</label>';
48
+ $output .= '</div>';
49
  break;
50
  }
51
 
includes/helpers/class-email.php CHANGED
@@ -126,7 +126,6 @@ class WPBDP_Email {
126
  /**
127
  * Sends the email.
128
  *
129
- * @param string $format allowed values are 'html', 'plain' or 'both'
130
  * @return boolean true on success, false otherwise
131
  */
132
  public function send() {
126
  /**
127
  * Sends the email.
128
  *
 
129
  * @return boolean true on success, false otherwise
130
  */
131
  public function send() {
includes/helpers/class-field-display-list.php CHANGED
@@ -281,7 +281,7 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
281
  */
282
  class _WPBDP_Lightweight_Field_Display_Item {
283
 
284
- private $field = null;
285
  private $listing_id = 0;
286
  private $display = '';
287
 
281
  */
282
  class _WPBDP_Lightweight_Field_Display_Item {
283
 
284
+ public $field = null;
285
  private $listing_id = 0;
286
  private $display = '';
287
 
includes/helpers/class-fs.php CHANGED
@@ -10,10 +10,14 @@ final class WPBDP_FS {
10
 
11
  $dir = wp_normalize_path( untrailingslashit( $dir ) );
12
 
13
- $args = wp_parse_args( $args,
14
- array( 'recursive' => false,
15
- 'filter' => false,
16
- 'output' => 'path' ) );
 
 
 
 
17
  extract( $args );
18
 
19
  if ( 'file' == $filter )
@@ -43,9 +47,11 @@ final class WPBDP_FS {
43
  $item->size = absint( filesize( $path ) );
44
  }
45
 
46
- $res = array_merge( $res,
47
- $passes ? array( $item ) : array(),
48
- $recursive && is_dir( $path ) ? self::ls( $path, $args ) : array() );
 
 
49
  }
50
 
51
  closedir( $h );
@@ -108,8 +114,10 @@ final class WPBDP_FS {
108
  require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php' );
109
 
110
  if ( ! wp_is_writable( $destdir ) ) {
111
- return new WP_Error( 'dest-not-writable',
112
- sprintf( _x( 'Destination dir "%s" is not writable.', 'fs helper', 'business-directory-plugin' ), $destdir ) );
 
 
113
  }
114
 
115
  $normalized = basename( basename( strtolower( $zipfile ), '.zip' ), '.tmp' );
@@ -117,9 +125,11 @@ final class WPBDP_FS {
117
  $destdir = untrailingslashit( $destdir );
118
 
119
  $zip = new PclZip( $zipfile );
120
- $files = $zip->extract( PCLZIP_OPT_PATH, $destdir,
121
- PCLZIP_OPT_REMOVE_PATH, $normalized,
122
- PCLZIP_OPT_ADD_PATH, $normalized );
 
 
123
 
124
  // Filter '__MACOSX' dir if present.
125
  self::rmdir( $destdir . DIRECTORY_SEPARATOR . '__MACOSX' );
10
 
11
  $dir = wp_normalize_path( untrailingslashit( $dir ) );
12
 
13
+ $args = wp_parse_args(
14
+ $args,
15
+ array(
16
+ 'recursive' => false,
17
+ 'filter' => false,
18
+ 'output' => 'path',
19
+ )
20
+ );
21
  extract( $args );
22
 
23
  if ( 'file' == $filter )
47
  $item->size = absint( filesize( $path ) );
48
  }
49
 
50
+ $res = array_merge(
51
+ $res,
52
+ $passes ? array( $item ) : array(),
53
+ $recursive && is_dir( $path ) ? self::ls( $path, $args ) : array()
54
+ );
55
  }
56
 
57
  closedir( $h );
114
  require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php' );
115
 
116
  if ( ! wp_is_writable( $destdir ) ) {
117
+ return new WP_Error(
118
+ 'dest-not-writable',
119
+ sprintf( _x( 'Destination dir "%s" is not writable.', 'fs helper', 'business-directory-plugin' ), $destdir )
120
+ );
121
  }
122
 
123
  $normalized = basename( basename( strtolower( $zipfile ), '.zip' ), '.tmp' );
125
  $destdir = untrailingslashit( $destdir );
126
 
127
  $zip = new PclZip( $zipfile );
128
+ $files = $zip->extract(
129
+ PCLZIP_OPT_PATH, $destdir,
130
+ PCLZIP_OPT_REMOVE_PATH, $normalized,
131
+ PCLZIP_OPT_ADD_PATH, $normalized
132
+ );
133
 
134
  // Filter '__MACOSX' dir if present.
135
  self::rmdir( $destdir . DIRECTORY_SEPARATOR . '__MACOSX' );
includes/helpers/class-listing-image.php CHANGED
@@ -109,10 +109,14 @@ final class WPBDP_Listing_Image {
109
  /**
110
  * Only delete if it's not attached to any other posts.
111
  *
 
 
 
112
  * @since 5.12
113
  */
114
  public static function maybe_delete_image( $id, $listing_id ) {
115
- $is_attachment_linked = self::check_if_attachment_is_linked( $id, $listing_id );
 
116
  if ( ! $is_attachment_linked ) {
117
  wp_delete_attachment( $id, true );
118
  } else {
@@ -127,19 +131,18 @@ final class WPBDP_Listing_Image {
127
  }
128
 
129
  /**
130
- * Check if the attachment is linked to any other resource.
131
  *
132
  * @param int $attachment_id The attachment id.
133
  * @param int $listing_id The listing id.
134
  *
135
- * @since 5.18
136
  *
137
- * @return bool Returns true if the attachment is linked to a listing or a post. Returns fals otherwise.
138
  */
139
- private static function check_if_attachment_is_linked( $attachment_id, $listing_id ) {
140
  global $wpdb;
141
 
142
- // Check if the image is used on another listing.
143
  $linked_listings = $wpdb->get_col(
144
  $wpdb->prepare(
145
  'SELECT post_id FROM ' . $wpdb->postmeta . ' WHERE meta_key=%s AND meta_value LIKE %s LIMIT 2',
@@ -148,7 +151,21 @@ final class WPBDP_Listing_Image {
148
  )
149
  );
150
 
151
- $linked_listings = array_diff( $linked_listings, array( $listing_id ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  if ( ! empty( $linked_listings ) ) {
153
  return true;
154
  }
@@ -156,11 +173,7 @@ final class WPBDP_Listing_Image {
156
  // Check for linked posts as a featured image.
157
  $linked_posts = self::get_linked_posts( $attachment_id );
158
  $linked_posts = array_diff( $linked_posts, array( $listing_id ) );
159
- if ( ! empty( $linked_posts ) ) {
160
- return true;
161
- }
162
-
163
- return false;
164
  }
165
 
166
  /**
109
  /**
110
  * Only delete if it's not attached to any other posts.
111
  *
112
+ * @param int $id The attachment id.
113
+ * @param int $listing_id The listing id.
114
+ *
115
  * @since 5.12
116
  */
117
  public static function maybe_delete_image( $id, $listing_id ) {
118
+ $linked_listings = self::linked_listings( $id, $listing_id );
119
+ $is_attachment_linked = self::check_if_attachment_is_linked( $linked_listings, $id, $listing_id );
120
  if ( ! $is_attachment_linked ) {
121
  wp_delete_attachment( $id, true );
122
  } else {
131
  }
132
 
133
  /**
134
+ * Check if the image is used on another listing.
135
  *
136
  * @param int $attachment_id The attachment id.
137
  * @param int $listing_id The listing id.
138
  *
139
+ * @since 6.1
140
  *
141
+ * @return array
142
  */
143
+ private static function linked_listings( $attachment_id, $listing_id ) {
144
  global $wpdb;
145
 
 
146
  $linked_listings = $wpdb->get_col(
147
  $wpdb->prepare(
148
  'SELECT post_id FROM ' . $wpdb->postmeta . ' WHERE meta_key=%s AND meta_value LIKE %s LIMIT 2',
151
  )
152
  );
153
 
154
+ return array_diff( $linked_listings, array( $listing_id ) );
155
+ }
156
+
157
+ /**
158
+ * Check if the attachment is linked to any other resource.
159
+ *
160
+ * @param array $linked_listings Ids of other linked listings.
161
+ * @param int $attachment_id The attachment id.
162
+ * @param int $listing_id The listing id.
163
+ *
164
+ * @since 5.18
165
+ *
166
+ * @return bool Returns true if the attachment is linked to a listing or a post. Returns false otherwise.
167
+ */
168
+ private static function check_if_attachment_is_linked( $linked_listings, $attachment_id, $listing_id ) {
169
  if ( ! empty( $linked_listings ) ) {
170
  return true;
171
  }
173
  // Check for linked posts as a featured image.
174
  $linked_posts = self::get_linked_posts( $attachment_id );
175
  $linked_posts = array_diff( $linked_posts, array( $listing_id ) );
176
+ return ! empty( $linked_posts );
 
 
 
 
177
  }
178
 
179
  /**
includes/helpers/class-listing-search.php CHANGED
@@ -327,9 +327,9 @@ class WPBDP__Listing_Search {
327
  * - A search term for that field.
328
  *
329
  * @since 4.0.12
330
- * @param $node The node that will be checked.
331
- * @param $field_id The ID of the Form Field.
332
- * @param $term If provided and is not null, this function will return true
333
  * when both the Field ID and the search term match only.
334
  * @return boolean
335
  */
327
  * - A search term for that field.
328
  *
329
  * @since 4.0.12
330
+ * @param array $node The node that will be checked.
331
+ * @param int $field_id The ID of the Form Field.
332
+ * @param string $term If provided and is not null, this function will return true
333
  * when both the Field ID and the search term match only.
334
  * @return boolean
335
  */
includes/helpers/class-wp-taxonomy-term-list.php CHANGED
@@ -42,9 +42,13 @@ class WPBDP__WP_Taxonomy_Term_List {
42
  }
43
 
44
  protected function walk( $parent_id = 0, $depth = 0 ) {
45
- $terms = get_terms( array( 'taxonomy' => $this->args['taxonomy'],
46
- 'parent' => $parent_id,
47
- 'hide_empty' => $this->args['hide_empty'] ) );
 
 
 
 
48
 
49
  if ( $terms && $this->args['anidate'] )
50
  $this->output .= '<ul>';
42
  }
43
 
44
  protected function walk( $parent_id = 0, $depth = 0 ) {
45
+ $terms = get_terms(
46
+ array(
47
+ 'taxonomy' => $this->args['taxonomy'],
48
+ 'parent' => $parent_id,
49
+ 'hide_empty' => $this->args['hide_empty'],
50
+ )
51
+ );
52
 
53
  if ( $terms && $this->args['anidate'] )
54
  $this->output .= '<ul>';
includes/helpers/functions/general.php CHANGED
@@ -59,30 +59,6 @@ function wpbdp_get_page_ids( $page_id = 'main' ) {
59
  return apply_filters( 'wpbdp_get_page_ids', $page_ids, $page_id );
60
  }
61
 
62
- function wpbdp_get_page_ids_from_cache( $cache, $page_id ) {
63
- _deprecated_function( __FUNCTION__, '5.16.1' );
64
-
65
- global $wpdb;
66
-
67
- if ( ! is_array( $cache ) || empty( $cache[ $page_id ] ) ) {
68
- return null;
69
- }
70
-
71
- // Validate the cached IDs.
72
- $query = _wpbdp_page_lookup_query( $page_id, true );
73
- $query .= ' AND ID IN ( ' . implode( ',', array_map( 'intval', $cache[ $page_id ] ) ) . ' ) ';
74
-
75
- // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
76
- $count = intval( $wpdb->get_var( $query ) );
77
-
78
- if ( $count != count( $cache[ $page_id ] ) ) {
79
- wpbdp_debug( 'Page cache is invalid.' );
80
- return null;
81
- }
82
-
83
- return $cache[ $page_id ];
84
- }
85
-
86
  function wpbdp_get_page_ids_with_query( $page_id ) {
87
  // Look up for pages.
88
  $q = _wpbdp_page_lookup_query( $page_id );
@@ -522,20 +498,6 @@ function _wpbdp_should_image_be_resized( $id, $args = array() ) {
522
  return true;
523
  }
524
 
525
- /*
526
- * @since 2.1.7
527
- * @deprecated since 3.6.10. See {@link wpbdp_currency_format()}.
528
- */
529
- function wpbdp_format_currency( $amount, $decimals = 2, $currency = null ) {
530
- _deprecated_function( __FUNCTION__, '3.6.10', 'wpbdp_currency_format' );
531
-
532
- if ( $amount == 0.0 ) {
533
- return '—';
534
- }
535
-
536
- return ( ! $currency ? wpbdp_get_option( 'currency-symbol' ) : $currency ) . ' ' . number_format( $amount, $decimals );
537
- }
538
-
539
  /**
540
  * @since 3.6.10
541
  */
@@ -811,11 +773,8 @@ function wpbdp_current_category_id() {
811
  return false;
812
  }
813
 
814
- $term = $wp_query->get_queried_object();
815
-
816
- // if ( ! is_object( $term ) ) {
817
- // return false;
818
- // }
819
 
820
  return $term->term_id;
821
  }
@@ -840,6 +799,7 @@ function _wpbpd_current_category() {
840
  global $wp_query;
841
 
842
  if ( $wp_query->wpbdp_is_category ) {
 
843
  $term = $wp_query->get_queried_object();
844
  } else {
845
  $term = null;
@@ -871,6 +831,7 @@ function wpbdp_current_tag_id() {
871
  return false;
872
  }
873
 
 
874
  $term = $wp_query->get_queried_object();
875
  return $term->term_id;
876
  }
@@ -880,9 +841,7 @@ function wpbdp_current_action() {
880
  }
881
 
882
  // TODO: how to implement now with CPT? (themes-release)
883
- /**
884
- * @SuppressWarnings(PHPMD)
885
- */
886
  function wpbdp_current_listing_id() {
887
  return 0;
888
  }
@@ -1110,7 +1069,7 @@ function wpbdp_locate_template( $template, $allow_override = true, $try_defaults
1110
  _deprecated_argument( __FUNCTION__, '5.13.2', 'Defaults are always checked here. Use $wpbdp->themes->template_has_override' );
1111
 
1112
  // Temporary reverse compatibility: The BD folder was checked when it shouldn't be. Remove it.
1113
- if ( strpos( $template_path, WPBDP_TEMPLATES_PATH ) !== false ) {
1114
  $template_file = '';
1115
  }
1116
  } elseif ( ! $allow_override ) {
@@ -1336,7 +1295,7 @@ function wpbdp_get_client_ip_address() {
1336
  * @since 5.2.1
1337
  */
1338
  function wpbdp_delete_page_ids_cache() {
1339
- WPBDP__Utils::cache_delete_group( 'wpbdp_pages' );
1340
  // Delete page transient cache for the main plugin pages.
1341
  delete_transient( 'wpbdp_page_ids_main' );
1342
  delete_transient( 'wpbdp_page_ids_add-listing' );
59
  return apply_filters( 'wpbdp_get_page_ids', $page_ids, $page_id );
60
  }
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  function wpbdp_get_page_ids_with_query( $page_id ) {
63
  // Look up for pages.
64
  $q = _wpbdp_page_lookup_query( $page_id );
498
  return true;
499
  }
500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  /**
502
  * @since 3.6.10
503
  */
773
  return false;
774
  }
775
 
776
+ /** @var WP_Query $wp_query */
777
+ $term = $wp_query->get_queried_object();
 
 
 
778
 
779
  return $term->term_id;
780
  }
799
  global $wp_query;
800
 
801
  if ( $wp_query->wpbdp_is_category ) {
802
+ /** @var WP_Query $wp_query */
803
  $term = $wp_query->get_queried_object();
804
  } else {
805
  $term = null;
831
  return false;
832
  }
833
 
834
+ /** @var WP_Query $wp_query */
835
  $term = $wp_query->get_queried_object();
836
  return $term->term_id;
837
  }
841
  }
842
 
843
  // TODO: how to implement now with CPT? (themes-release)
844
+
 
 
845
  function wpbdp_current_listing_id() {
846
  return 0;
847
  }
1069
  _deprecated_argument( __FUNCTION__, '5.13.2', 'Defaults are always checked here. Use $wpbdp->themes->template_has_override' );
1070
 
1071
  // Temporary reverse compatibility: The BD folder was checked when it shouldn't be. Remove it.
1072
+ if ( strpos( $template_file, WPBDP_TEMPLATES_PATH ) !== false ) {
1073
  $template_file = '';
1074
  }
1075
  } elseif ( ! $allow_override ) {
1295
  * @since 5.2.1
1296
  */
1297
  function wpbdp_delete_page_ids_cache() {
1298
+ WPBDP_Utils::cache_delete_group( 'wpbdp_pages' );
1299
  // Delete page transient cache for the main plugin pages.
1300
  delete_transient( 'wpbdp_page_ids_main' );
1301
  delete_transient( 'wpbdp_page_ids_add-listing' );
includes/helpers/functions/listings.php CHANGED
@@ -11,7 +11,7 @@ require_once WPBDP_PATH . 'includes/models/class-listing.php';
11
  * @param array $args
12
  * @param bool $error
13
  * @param string $context
14
- * @return null|WPBDP_Listing
15
  *
16
  * @since 5.0
17
  */
@@ -206,9 +206,9 @@ function wpbdp_get_listing( $listing_id ) {
206
  }
207
 
208
  /**
209
- * @param $email
210
- * @param int $posts_per_page
211
- * @param int $offset
212
  * @return array
213
  *
214
  * @since 5.0.6
11
  * @param array $args
12
  * @param bool $error
13
  * @param string $context
14
+ * @return WPBDP_Listing|WP_Error|false
15
  *
16
  * @since 5.0
17
  */
206
  }
207
 
208
  /**
209
+ * @param string $email
210
+ * @param int $posts_per_page
211
+ * @param int $offset
212
  * @return array
213
  *
214
  * @since 5.0.6
includes/helpers/functions/logging.php CHANGED
@@ -14,22 +14,20 @@ function wpbdp_insert_log( $args = array() ) {
14
  'message' => '',
15
  'data' => null
16
  );
17
- $args = wp_parse_args( $args, $defaults );
18
- extract( $args );
19
-
20
- if ( ! $object_type && false !== strstr( $log_type, '.' ) ) {
21
- $parts = explode( '.', $log_type );
22
- $object_type = $parts[0];
23
- }
24
 
25
- $object_id = absint( $object_id );
26
- $message = trim( $message );
27
- $data = $data ? serialize( $data ) : null;
 
28
 
29
- $row = compact( 'object_type', 'object_id', 'rel_object_id', 'created_at', 'log_type', 'actor', 'message', 'data' );
 
 
30
 
31
- if ( ! $data )
32
- unset( $row['data'] );
 
33
 
34
  global $wpdb;
35
  if ( ! $wpdb->insert( $wpdb->prefix . 'wpbdp_logs', $row ) )
@@ -40,7 +38,6 @@ function wpbdp_insert_log( $args = array() ) {
40
  return (object) $row;
41
  }
42
 
43
-
44
  /**
45
  * @since 5.0
46
  */
14
  'message' => '',
15
  'data' => null
16
  );
17
+ $row = wp_parse_args( $args, $defaults );
 
 
 
 
 
 
18
 
19
+ if ( ! $row['object_type'] && false !== strstr( $row['log_type'], '.' ) ) {
20
+ $parts = explode( '.', $row['log_type'] );
21
+ $row['object_type'] = $parts[0];
22
+ }
23
 
24
+ $row['object_id'] = absint( $row['object_id'] );
25
+ $row['message'] = trim( $row['message'] );
26
+ $row['data'] = $row['data'] ? serialize( $row['data'] ) : null;
27
 
28
+ if ( ! $row['data'] ) {
29
+ unset( $row['data'] );
30
+ }
31
 
32
  global $wpdb;
33
  if ( ! $wpdb->insert( $wpdb->prefix . 'wpbdp_logs', $row ) )
38
  return (object) $row;
39
  }
40
 
 
41
  /**
42
  * @since 5.0
43
  */
includes/helpers/functions/templates-ui.php CHANGED
@@ -108,10 +108,13 @@ function _wpbdp_list_categories_walk( $parent, $depth, $args ) {
108
  }
109
 
110
  // filter empty terms
111
- if ( $args['hide_empty'] ) {
112
- $terms = array_filter( $terms, function( $x ) {
113
- return $x->count > 0;
114
- } );
 
 
 
115
  }
116
 
117
  $html = '';
@@ -300,32 +303,32 @@ function wpbdp_main_links( $buttons = null ) {
300
  $html = array();
301
  $current_page = ( is_ssl() ? 'https://' : 'http://' ) . wpbdp_get_server_value( 'HTTP_HOST' ) . wpbdp_get_server_value( 'REQUEST_URI' );
302
 
303
- if ( in_array( 'directory', $buttons ) ) {
304
  $link = wpbdp_url( '/' );
305
  if ( $current_page !== $link ) {
306
- $html[] = '<a href="' . esc_url( $link ) .'" id="wpbdp-bar-show-directory-button" class="button wpbdp-button">' .
307
  esc_html__( 'Directory', 'business-directory-plugin' ) .
308
  '</a>';
309
  }
310
  }
311
 
312
- if ( in_array( 'listings', $buttons ) ) {
313
  $link = wpbdp_url( 'all_listings' );
314
  if ( $current_page !== $link ) {
315
- $html[] = '<a href="' . esc_url( $link ) .'" id="wpbdp-bar-view-listings-button" class="button wpbdp-button">' .
316
  esc_html__( 'View All Listings', 'business-directory-plugin' ) .
317
  '</a>';
318
  }
319
  }
320
 
321
- if ( in_array( 'manage', $buttons ) ) {
322
- $html[] = '<a href="' . esc_url( wpbdp_url( 'manage_listings' ) ) .'" id="wpbdp-bar-manage-listing-button" class="button wpbdp-button">' .
323
  esc_html__( 'Manage Listings', 'business-directory-plugin' ) .
324
  '</a>';
325
  }
326
 
327
- if ( in_array( 'create', $buttons ) ) {
328
- $html[] = '<a href="' . esc_url( wpbdp_url( 'submit_listing' ) ) .'" id="wpbdp-bar-submit-listing-button" class="button wpbdp-button">' .
329
  esc_html__( 'Add Listing', 'business-directory-plugin' ) .
330
  '</a>';
331
  }
@@ -473,43 +476,6 @@ function wpbdp_the_listing_sort_options() {
473
  echo wpbdp_listing_sort_options();
474
  }
475
 
476
- /**
477
- * @deprecated since 2.2.1
478
- */
479
- function wpbdp_bar( $parts = array() ) {
480
- _deprecated_function( __FUNCTION__, '2.2.1' );
481
-
482
- $parts = wp_parse_args(
483
- $parts, array(
484
- 'links' => true,
485
- 'search' => false,
486
- )
487
- );
488
-
489
- $html = '<div class="wpbdp-bar cf">';
490
- $html .= apply_filters( 'wpbdp_bar_before', '', $parts );
491
-
492
- if ( $parts['links'] ) {
493
- $html .= wpbdp_main_links();
494
- }
495
- if ( $parts['search'] ) {
496
- $html .= wpbdp_search_form();
497
- }
498
-
499
- $html .= apply_filters( 'wpbdp_bar_after', '', $parts );
500
- $html .= '</div>';
501
-
502
- return $html;
503
- }
504
-
505
- /**
506
- * @deprecated since 2.2.1
507
- */
508
- function wpbdp_the_bar( $parts = array() ) {
509
- _deprecated_function( __FUNCTION__, '2.2.1' );
510
- echo wpbdp_bar( $parts );
511
- }
512
-
513
  /**
514
  * Displays the listing main image.
515
  *
108
  }
109
 
110
  // filter empty terms
111
+ if ( $args['hide_empty'] ) {
112
+ $terms = array_filter(
113
+ $terms,
114
+ function( $x ) {
115
+ return $x->count > 0;
116
+ }
117
+ );
118
  }
119
 
120
  $html = '';
303
  $html = array();
304
  $current_page = ( is_ssl() ? 'https://' : 'http://' ) . wpbdp_get_server_value( 'HTTP_HOST' ) . wpbdp_get_server_value( 'REQUEST_URI' );
305
 
306
+ if ( in_array( 'directory', $buttons, true ) ) {
307
  $link = wpbdp_url( '/' );
308
  if ( $current_page !== $link ) {
309
+ $html[] = '<a href="' . esc_url( $link ) . '" id="wpbdp-bar-show-directory-button" class="button wpbdp-button">' .
310
  esc_html__( 'Directory', 'business-directory-plugin' ) .
311
  '</a>';
312
  }
313
  }
314
 
315
+ if ( in_array( 'listings', $buttons, true ) ) {
316
  $link = wpbdp_url( 'all_listings' );
317
  if ( $current_page !== $link ) {
318
+ $html[] = '<a href="' . esc_url( $link ) . '" id="wpbdp-bar-view-listings-button" class="button wpbdp-button">' .
319
  esc_html__( 'View All Listings', 'business-directory-plugin' ) .
320
  '</a>';
321
  }
322
  }
323
 
324
+ if ( in_array( 'manage', $buttons, true ) ) {
325
+ $html[] = '<a href="' . esc_url( wpbdp_url( 'manage_listings' ) ) . '" id="wpbdp-bar-manage-listing-button" class="button wpbdp-button">' .
326
  esc_html__( 'Manage Listings', 'business-directory-plugin' ) .
327
  '</a>';
328
  }
329
 
330
+ if ( in_array( 'create', $buttons, true ) ) {
331
+ $html[] = '<a href="' . esc_url( wpbdp_url( 'submit_listing' ) ) . '" id="wpbdp-bar-submit-listing-button" class="button wpbdp-button">' .
332
  esc_html__( 'Add Listing', 'business-directory-plugin' ) .
333
  '</a>';
334
  }
476
  echo wpbdp_listing_sort_options();
477
  }
478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  /**
480
  * Displays the listing main image.
481
  *
includes/helpers/listing_flagging.php CHANGED
@@ -102,7 +102,7 @@ class WPBDP__Listing_Flagging {
102
  }
103
 
104
  public static function remove_flagging( $listing_id, $meta_pos = 'all' ) {
105
- if ( $meta_pos === 'all') {
106
  self::clear_flagging( $listing_id );
107
  return;
108
  }
102
  }
103
 
104
  public static function remove_flagging( $listing_id, $meta_pos = 'all' ) {
105
+ if ( $meta_pos === 'all' ) {
106
  self::clear_flagging( $listing_id );
107
  return;
108
  }
includes/installer.php CHANGED
@@ -3,7 +3,7 @@
3
  * @package WPBDP
4
  */
5
 
6
- require_once ( WPBDP_PATH . 'includes/admin/upgrades/class-migration.php' );
7
 
8
  /**
9
  * Installer for Business Directory Plugin.
@@ -275,7 +275,7 @@ class WPBDP_Installer {
275
  }
276
 
277
  public function show_installation_error( $exception ) {
278
- require_once ( WPBDP_PATH . 'includes/admin/upgrades/class-installer-installation-error.php' );
279
  new WPBDP__Installer__Installation_Error( $exception );
280
  }
281
 
@@ -320,7 +320,7 @@ class WPBDP_Installer {
320
  return false;
321
  }
322
 
323
- require_once( WPBDP_PATH . 'includes/admin/upgrades/class-manual-upgrade-helper.php' );
324
 
325
  try {
326
  return new WPBDP__Manual_Upgrade_Helper( $this );
@@ -334,7 +334,7 @@ class WPBDP_Installer {
334
  if ( WPBDP_CATEGORY_TAX != $tax )
335
  return;
336
 
337
- require_once ( WPBDP_PATH . 'includes/admin/upgrades/migrations/migration-5_0.php' );
338
  $m = new WPBDP__Migrations__5_0( $this );
339
  $m->process_term_split( $old_id );
340
  }
3
  * @package WPBDP
4
  */
5
 
6
+ require_once WPBDP_PATH . 'includes/admin/upgrades/class-migration.php';
7
 
8
  /**
9
  * Installer for Business Directory Plugin.
275
  }
276
 
277
  public function show_installation_error( $exception ) {
278
+ require_once WPBDP_PATH . 'includes/admin/upgrades/class-installer-installation-error.php';
279
  new WPBDP__Installer__Installation_Error( $exception );
280
  }
281
 
320
  return false;
321
  }
322
 
323
+ require_once WPBDP_PATH . 'includes/admin/upgrades/class-manual-upgrade-helper.php';
324
 
325
  try {
326
  return new WPBDP__Manual_Upgrade_Helper( $this );
334
  if ( WPBDP_CATEGORY_TAX != $tax )
335
  return;
336
 
337
+ require_once WPBDP_PATH . 'includes/admin/upgrades/migrations/migration-5_0.php';
338
  $m = new WPBDP__Migrations__5_0( $this );
339
  $m->process_term_split( $old_id );
340
  }
includes/licensing.php CHANGED
@@ -103,7 +103,7 @@ class WPBDP_Licensing {
103
  }
104
 
105
  $errors = $this->get_license_errors();
106
- if ( empty( $errors ) ) {
107
  return;
108
  }
109
 
@@ -203,10 +203,9 @@ class WPBDP_Licensing {
203
  return;
204
  }
205
 
206
- wpbdp_register_settings_group( 'licenses', __( 'Licenses', 'business-directory-plugin' ), '', array(
207
- 'icon' => 'key',
208
- ) );
209
- wpbdp_register_settings_group(
210
  'licenses/main',
211
  __( 'Licenses', 'business-directory-plugin' ),
212
  'licenses',
@@ -387,7 +386,7 @@ class WPBDP_Licensing {
387
 
388
  private function license_action( $item_type, $item_id, $action, $key = 0 ) {
389
  if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
390
- return new WP_Error( 'invalid-module', esc_html__( 'Invalid item ID', 'business-directory-plugin' ), $module );
391
  }
392
 
393
  if ( 'deactivate' === $action ) {
@@ -903,7 +902,7 @@ class WPBDP_Licensing {
903
  }
904
 
905
  $result = $this->license_action( $item_type, $item_id, 'deactivate' );
906
- $response = new WPBDP_Ajax_Response();
907
 
908
  if ( is_wp_error( $result ) ) {
909
  $response->send_error( sprintf( _x( 'Could not deactivate license: %s.', 'licensing', 'business-directory-plugin' ), $result->get_error_message() ) );
@@ -1071,7 +1070,7 @@ class WPBDP_Licensing {
1071
  *
1072
  * @todo change to new rest api.
1073
  *
1074
- * @param $item The module item.
1075
  *
1076
  * @since 5.17
1077
  *
103
  }
104
 
105
  $errors = $this->get_license_errors();
106
+ if ( ! $errors ) {
107
  return;
108
  }
109
 
203
  return;
204
  }
205
 
206
+ wpbdp_register_settings_group( 'licenses', __( 'Licenses', 'business-directory-plugin' ), '', array( 'icon' => 'key' ) );
207
+
208
+ wpbdp_register_settings_group(
 
209
  'licenses/main',
210
  __( 'Licenses', 'business-directory-plugin' ),
211
  'licenses',
386
 
387
  private function license_action( $item_type, $item_id, $action, $key = 0 ) {
388
  if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
389
+ return new WP_Error( 'invalid-module', esc_html__( 'Invalid item ID', 'business-directory-plugin' ) );
390
  }
391
 
392
  if ( 'deactivate' === $action ) {
902
  }
903
 
904
  $result = $this->license_action( $item_type, $item_id, 'deactivate' );
905
+ $response = new WPBDP_AJAX_Response();
906
 
907
  if ( is_wp_error( $result ) ) {
908
  $response->send_error( sprintf( _x( 'Could not deactivate license: %s.', 'licensing', 'business-directory-plugin' ), $result->get_error_message() ) );
1070
  *
1071
  * @todo change to new rest api.
1072
  *
1073
+ * @param array $item The module item.
1074
  *
1075
  * @since 5.17
1076
  *
includes/models/class-fee-plan.php CHANGED
@@ -9,16 +9,16 @@
9
  */
10
  final class WPBDP__Fee_Plan {
11
 
12
- private $id = 0;
13
 
14
  private $label = '';
15
  private $description = '';
16
- private $amount = 0.0;
17
- private $days = 0;
18
- private $images = 0;
19
  private $enabled = true;
20
 
21
- private $sticky = false;
 
 
 
22
  private $recurring = false;
23
 
24
  private $pricing_model = 'flat';
@@ -55,7 +55,7 @@ final class WPBDP__Fee_Plan {
55
  if ( property_exists( $this, $key ) ) {
56
  return false === empty( $this->{$key} );
57
  } else {
58
- return null;
59
  }
60
  }
61
 
@@ -192,24 +192,25 @@ final class WPBDP__Fee_Plan {
192
  return $amount;
193
  }
194
 
195
- /**
196
- * @since 5.0
197
- */
198
- public function supports_category_selection( $categories = array() ) {
199
- if ( ! $categories ) {
200
- return true;
201
- }
 
202
 
203
- if ( is_string( $this->supported_categories ) && 'all' === $this->supported_categories ) {
204
- return true;
205
- }
206
 
207
- if ( array_diff( $categories, $this->supported_categories ) ) {
208
- return false;
209
- }
210
 
211
- return true;
212
- }
213
 
214
  public static function get_instance( $fee_id ) {
215
  global $wpdb;
9
  */
10
  final class WPBDP__Fee_Plan {
11
 
12
+ public $id = 0;
13
 
14
  private $label = '';
15
  private $description = '';
 
 
 
16
  private $enabled = true;
17
 
18
+ public $amount = 0.0;
19
+ public $days = 0;
20
+ public $images = 0;
21
+ public $sticky = false;
22
  private $recurring = false;
23
 
24
  private $pricing_model = 'flat';
55
  if ( property_exists( $this, $key ) ) {
56
  return false === empty( $this->{$key} );
57
  } else {
58
+ return false;
59
  }
60
  }
61
 
192
  return $amount;
193
  }
194
 
195
+ /**
196
+ * @param array $categories
197
+ * @since 5.0
198
+ */
199
+ public function supports_category_selection( $categories = array() ) {
200
+ if ( ! $categories ) {
201
+ return true;
202
+ }
203
 
204
+ if ( is_string( $this->supported_categories ) && 'all' === $this->supported_categories ) {
205
+ return true;
206
+ }
207
 
208
+ if ( array_diff( (array) $categories, (array) $this->supported_categories ) ) {
209
+ return false;
210
+ }
211
 
212
+ return true;
213
+ }
214
 
215
  public static function get_instance( $fee_id ) {
216
  global $wpdb;
includes/models/class-listing.php CHANGED
@@ -84,7 +84,7 @@ class WPBDP_Listing {
84
 
85
  if ( $get_ids ) {
86
  foreach ( $result as $i => $img ) {
87
- $result[$i] = $img->id;
88
  }
89
  }
90
 
@@ -695,10 +695,13 @@ class WPBDP_Listing {
695
  public function update_plan( $plan = null, $args = array() ) {
696
  global $wpdb;
697
 
698
- $args = wp_parse_args( $args, array(
699
- 'clear' => 0, /* Whether to use old values (if available). */
700
- 'recalculate' => 1 /* Whether to recalculate the expiration or not */
701
- ) );
 
 
 
702
 
703
  $row = array();
704
 
@@ -867,10 +870,12 @@ class WPBDP_Listing {
867
  * @since 5.1.9
868
  */
869
  private function create_payment_from_plan( $payment_type, $plan ) {
870
- $payment = new WPBDP_Payment( array(
871
- 'listing_id' => $this->id,
872
- 'payment_type' => $payment_type,
873
- ) );
 
 
874
 
875
  if ( $plan->is_recurring ) {
876
  $item_description = sprintf( _x( 'Plan "%s" (recurring)', 'listing', 'business-directory-plugin' ), $plan->fee_label );
@@ -1009,10 +1014,13 @@ class WPBDP_Listing {
1009
  }
1010
 
1011
  private static function parse_count_args( $args = array() ) {
1012
- $args = wp_parse_args( $args, array(
1013
- 'post_status' => 'all',
1014
- 'status' => 'all',
1015
- ) );
 
 
 
1016
 
1017
  if ( ! is_array( $args['post_status'] ) ) {
1018
  if ( 'all' == $args['post_status'] ) {
@@ -1059,20 +1067,26 @@ class WPBDP_Listing {
1059
  global $wpdb;
1060
 
1061
  $post_id = $wpdb->get_var(
1062
- $wpdb->prepare( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key = %s AND meta_value = %s",
1063
- '_wpbdp[access_key]',
1064
- $key )
 
 
1065
  );
1066
 
1067
  if ( ! $post_id ) {
1068
  return false;
1069
  }
1070
 
1071
- return intval( $wpdb->get_var(
1072
- $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->postmeta} WHERE post_id = %d AND meta_value = %s",
1073
- $post_id,
1074
- $email )
1075
- ) ) > 0;
 
 
 
 
1076
  }
1077
 
1078
  /**
@@ -1084,8 +1098,14 @@ class WPBDP_Listing {
1084
  if ( ! $sequence_id ) {
1085
  global $wpdb;
1086
 
1087
- $candidate = intval( $wpdb->get_var( $wpdb->prepare( "SELECT MAX(CAST(meta_value AS UNSIGNED INTEGER )) FROM {$wpdb->postmeta} WHERE meta_key = %s",
1088
- '_wpbdp[import_sequence_id]' ) ) );
 
 
 
 
 
 
1089
  $candidate++;
1090
 
1091
  if ( false == add_post_meta( $this->id, '_wpbdp[import_sequence_id]', $candidate, true ) ) {
84
 
85
  if ( $get_ids ) {
86
  foreach ( $result as $i => $img ) {
87
+ $result[ $i ] = $img->id;
88
  }
89
  }
90
 
695
  public function update_plan( $plan = null, $args = array() ) {
696
  global $wpdb;
697
 
698
+ $args = wp_parse_args(
699
+ $args,
700
+ array(
701
+ 'clear' => 0, /* Whether to use old values (if available). */
702
+ 'recalculate' => 1 /* Whether to recalculate the expiration or not */
703
+ )
704
+ );
705
 
706
  $row = array();
707
 
870
  * @since 5.1.9
871
  */
872
  private function create_payment_from_plan( $payment_type, $plan ) {
873
+ $payment = new WPBDP_Payment(
874
+ array(
875
+ 'listing_id' => $this->id,
876
+ 'payment_type' => $payment_type,
877
+ )
878
+ );
879
 
880
  if ( $plan->is_recurring ) {
881
  $item_description = sprintf( _x( 'Plan "%s" (recurring)', 'listing', 'business-directory-plugin' ), $plan->fee_label );
1014
  }
1015
 
1016
  private static function parse_count_args( $args = array() ) {
1017
+ $args = wp_parse_args(
1018
+ $args,
1019
+ array(
1020
+ 'post_status' => 'all',
1021
+ 'status' => 'all',
1022
+ )
1023
+ );
1024
 
1025
  if ( ! is_array( $args['post_status'] ) ) {
1026
  if ( 'all' == $args['post_status'] ) {
1067
  global $wpdb;
1068
 
1069
  $post_id = $wpdb->get_var(
1070
+ $wpdb->prepare(
1071
+ "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key = %s AND meta_value = %s",
1072
+ '_wpbdp[access_key]',
1073
+ $key
1074
+ )
1075
  );
1076
 
1077
  if ( ! $post_id ) {
1078
  return false;
1079
  }
1080
 
1081
+ return intval(
1082
+ $wpdb->get_var(
1083
+ $wpdb->prepare(
1084
+ "SELECT COUNT(*) FROM {$wpdb->postmeta} WHERE post_id = %d AND meta_value = %s",
1085
+ $post_id,
1086
+ $email
1087
+ )
1088
+ )
1089
+ ) > 0;
1090
  }
1091
 
1092
  /**
1098
  if ( ! $sequence_id ) {
1099
  global $wpdb;
1100
 
1101
+ $candidate = intval(
1102
+ $wpdb->get_var(
1103
+ $wpdb->prepare(
1104
+ "SELECT MAX(CAST(meta_value AS UNSIGNED INTEGER )) FROM {$wpdb->postmeta} WHERE meta_key = %s",
1105
+ '_wpbdp[import_sequence_id]'
1106
+ )
1107
+ )
1108
+ );
1109
  $candidate++;
1110
 
1111
  if ( false == add_post_meta( $this->id, '_wpbdp[import_sequence_id]', $candidate, true ) ) {
includes/models/class-module.php CHANGED
@@ -10,6 +10,7 @@ final class WPBDP__Module {
10
  public $title;
11
  public $id;
12
  public $version;
 
13
  public $required_bd_version;
14
 
15
  public $text_domain;
@@ -36,6 +37,7 @@ final class WPBDP__Module {
36
  $this->version = empty( $obj->version ) ? $plugin_data[1] : $obj->version;
37
  $this->text_domain = empty( $obj->text_domain ) ? $plugin_data[2] : $obj->text_domain;
38
  $this->text_domain_path = empty( $obj->domain_path ) ? $plugin_data[3] : $obj->domain_path;
 
39
 
40
  if ( empty( $this->text_domain ) ) {
41
  $this->text_domain = 'wpbdp-' . $this->id;
10
  public $title;
11
  public $id;
12
  public $version;
13
+ public $settings_url;
14
  public $required_bd_version;
15
 
16
  public $text_domain;
37
  $this->version = empty( $obj->version ) ? $plugin_data[1] : $obj->version;
38
  $this->text_domain = empty( $obj->text_domain ) ? $plugin_data[2] : $obj->text_domain;
39
  $this->text_domain_path = empty( $obj->domain_path ) ? $plugin_data[3] : $obj->domain_path;
40
+ $this->settings_url = empty( $obj->settings_url ) ? '' : $obj->settings_url;
41
 
42
  if ( empty( $this->text_domain ) ) {
43
  $this->text_domain = 'wpbdp-' . $this->id;
includes/models/class-payment.php CHANGED
@@ -155,16 +155,21 @@ class WPBDP_Payment extends WPBDP__DB__Model {
155
 
156
  public function get_created_at_date() {
157
  $date = date_parse( $this->created_at );
158
- extract( $date );
159
 
160
- return compact( 'year', 'month', 'day' );
 
 
 
 
161
  }
162
 
163
  public function get_created_at_time() {
164
  $date = date_parse( $this->created_at );
165
- extract( $date );
166
 
167
- return compact( 'hour', 'minute' );
 
 
 
168
  }
169
 
170
  public function get_payer_details() {
@@ -345,14 +350,6 @@ class WPBDP_Payment extends WPBDP__DB__Model {
345
  $this->save();
346
  }
347
 
348
- public function is_canceled() {
349
- return $this->status == self::STATUS_CANCELED;
350
- }
351
-
352
- public function is_rejected() {
353
- return $this->status == self::STATUS_REJECTED;
354
- }
355
-
356
  public function has_been_processed() {
357
  return ! empty( $this->processed_by );
358
  }
@@ -403,5 +400,21 @@ class WPBDP_Payment extends WPBDP__DB__Model {
403
  public function show_payment_options() {
404
  return ( $this->has_item_type( 'recurring_plan' ) || $this->amount > 0 );
405
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  }
407
 
155
 
156
  public function get_created_at_date() {
157
  $date = date_parse( $this->created_at );
 
158
 
159
+ return array(
160
+ 'year' => $date['year'],
161
+ 'month' => $date['month'],
162
+ 'day' => $date['day'],
163
+ );
164
  }
165
 
166
  public function get_created_at_time() {
167
  $date = date_parse( $this->created_at );
 
168
 
169
+ return array(
170
+ 'hour' => $date['hour'],
171
+ 'minute' => $date['minute'],
172
+ );
173
  }
174
 
175
  public function get_payer_details() {
350
  $this->save();
351
  }
352
 
 
 
 
 
 
 
 
 
353
  public function has_been_processed() {
354
  return ! empty( $this->processed_by );
355
  }
400
  public function show_payment_options() {
401
  return ( $this->has_item_type( 'recurring_plan' ) || $this->amount > 0 );
402
  }
403
+
404
+ /**
405
+ * @deprecated 6.1
406
+ */
407
+ public function is_canceled() {
408
+ _deprecated_function( __METHOD__, '6.1' );
409
+ return $this->status === 'canceled';
410
+ }
411
+
412
+ /**
413
+ * @deprecated 6.1
414
+ */
415
+ public function is_rejected() {
416
+ _deprecated_function( __METHOD__, '6.1' );
417
+ return false;
418
+ }
419
  }
420
 
includes/models/class-reviews.php CHANGED
@@ -200,7 +200,7 @@ class WPBDP_Reviews {
200
  *
201
  * @since 5.14.3
202
  *
203
- * @return int $entries
204
  */
205
  private function calculate_entries( $entries ) {
206
  if ( $entries <= 100 ) {
200
  *
201
  * @since 5.14.3
202
  *
203
+ * @return float $entries
204
  */
205
  private function calculate_entries( $entries ) {
206
  if ( $entries <= 100 ) {
includes/payment.php CHANGED
@@ -95,7 +95,7 @@ class WPBDP_PaymentsAPI {
95
  /**
96
  * Renders an invoice table for a given payment.
97
  *
98
- * @param $payment WPBDP_Payment
99
  * @return string HTML output.
100
  * @since 3.4
101
  */
@@ -134,49 +134,10 @@ class WPBDP_PaymentsAPI {
134
 
135
  /**
136
  * @since 3.5.8
 
137
  */
138
  public function notify_abandoned_payments() {
139
- global $wpdb;
140
-
141
- $threshold = max( 1, absint( wpbdp_get_option( 'payment-abandonment-threshold' ) ) );
142
- $time_for_pending = wpbdp_format_time( strtotime( "-{$threshold} hours", current_time( 'timestamp' ) ), 'mysql' );
143
- $notified = get_option( 'wpbdp-payment-abandonment-notified', array() );
144
-
145
- if ( ! is_array( $notified ) )
146
- $notified = array();
147
-
148
- // For now, we only notify listings with pending INITIAL payments.
149
- $to_notify = $wpdb->get_results(
150
- $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s AND tag = %s AND created_at < %s ORDER BY created_at",
151
- 'pending',
152
- 'initial',
153
- $time_for_pending )
154
- );
155
-
156
- foreach ( $to_notify as &$data ) {
157
- if ( in_array( $data->id, $notified ) )
158
- continue;
159
-
160
- $payment = WPBDP_Payment::get( $data->id );
161
- if ( ! $payment ) {
162
- continue;
163
- }
164
-
165
- // Send e-mail.
166
- $replacements = array(
167
- 'listing' => get_the_title( $payment->get_listing_id() ),
168
- 'link' => sprintf( '<a href="%1$s">%1$s</a>', esc_url( $payment->get_checkout_url() ) )
169
- );
170
-
171
- $email = wpbdp_email_from_template( 'email-templates-payment-abandoned', $replacements );
172
- $email->to[] = wpbusdirman_get_the_business_email( $payment->get_listing_id() );
173
- $email->template = 'businessdirectory-email';
174
- $email->send();
175
-
176
- $notified[] = $data->id;
177
- }
178
-
179
- update_option( 'wpbdp-payment-abandonment-notified', $notified );
180
  }
181
 
182
  function _return_fee_list_button( $payment ) {
95
  /**
96
  * Renders an invoice table for a given payment.
97
  *
98
+ * @param WPBDP_Payment $payment
99
  * @return string HTML output.
100
  * @since 3.4
101
  */
134
 
135
  /**
136
  * @since 3.5.8
137
+ * @deprecated 6.1
138
  */
139
  public function notify_abandoned_payments() {
140
+ _deprecated_function( __METHOD__, '6.1' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  }
142
 
143
  function _return_fee_list_button( $payment ) {
includes/utils.php CHANGED
@@ -9,7 +9,7 @@ require_once( WPBDP_INC . 'helpers/class-email.php' );
9
  require_once( WPBDP_INC . 'compatibility/class-ajax-response.php' );
10
  require_once( WPBDP_INC . 'helpers/class-fs.php' );
11
 
12
- class WPBDP__Utils {
13
 
14
  /**
15
  * @since 5.2.1
@@ -234,10 +234,10 @@ class WPBDP__Utils {
234
  /**
235
  * Check if value contains blank value or empty array
236
  *
237
- * @since v5.9
238
  *
239
- * @param mixed $value - value to check
240
- * @param string
241
  *
242
  * @return boolean
243
  */
@@ -354,7 +354,7 @@ class WPBDP__Utils {
354
  /**
355
  * Attempts to get the mimetype of a file.
356
  *
357
- * @param $file string The path to a file.
358
  *
359
  * @since 5.16
360
  */
@@ -444,7 +444,7 @@ class WPBDP__Utils {
444
  * Check the file type and extension.
445
  *
446
  * @param array $file
447
- * @param array $constraints
448
  *
449
  * @since 6.0
450
  *
@@ -492,11 +492,11 @@ class WPBDP__Utils {
492
  }
493
 
494
  /**
495
- * @deprecated Use {@link WPBDP__Utils} instead.
496
  */
497
- class WPBDP_Utils extends WPBDP__Utils {
498
  public function __construct() {
499
- _deprecated_function( __METHOD__, '', 'WPBDP__Utils' );
500
  }
501
  }
502
 
@@ -507,7 +507,7 @@ class WPBDP_Utils extends WPBDP__Utils {
507
  *
508
  * @since 3.4
509
  *
510
- * @param array $_FILES array
511
  * @return array
512
  */
513
  function wpbdp_flatten_files_array( $files = array() ) {
@@ -675,18 +675,18 @@ function wpbdp_media_upload_check_env( &$error ) {
675
  * @since 2.1.6
676
  */
677
  function wpbdp_media_upload( $file_, $use_media_library = true, $check_image = false, $constraints = array(), &$error_msg = null, $sideload = false ) {
678
- return WPBDP__Utils::media_upload( $file_, $use_media_library, $check_image, $constraints, $error_msg, $sideload );
679
  }
680
 
681
  /**
682
  * Attempts to get the mimetype of a file.
683
  *
684
- * @param $file string The path to a file.
685
  *
686
  * @since 5.0.5
687
  */
688
  function wpbdp_get_mimetype( $file ) {
689
- return WPBDP__Utils::get_mimetype( $file );
690
  }
691
 
692
  /**
@@ -694,7 +694,7 @@ function wpbdp_get_mimetype( $file ) {
694
  * the www part of the domain.
695
  *
696
  * @since 2.1.5
697
- * @param $www boolean true to include the 'www' part,
698
  */
699
  function wpbdp_get_current_domain( $www = true, $prefix = '' ) {
700
  $domain = wpbdp_get_server_value( 'HTTP_HOST' );
@@ -762,7 +762,7 @@ function wpbdp_admin_upgrade_link( $args, $page = '' ) {
762
  function wpbdp_ajaxurl( $overwrite = false ) {
763
  static $ajaxurl = false;
764
 
765
- if ($overwrite || $ajaxurl === false) {
766
  $url = admin_url( 'admin-ajax.php' );
767
  $parts = parse_url( $url );
768
 
@@ -787,7 +787,7 @@ function wpbdp_array_remove_value( &$array_, &$value_ ) {
787
  $key = array_search( $value_, $array_ );
788
 
789
  if ( $key !== false ) {
790
- unset( $array_[$key] );
791
  }
792
 
793
  return true;
@@ -798,7 +798,7 @@ function wpbdp_array_remove_value( &$array_, &$value_ ) {
798
  *
799
  * @param string $str the string to be searched
800
  * @param string $prefix the prefix to search for
801
- * @return TRUE if $str starts with $prefix or FALSE otherwise
802
  * @since 3.0.3
803
  */
804
  function wpbdp_starts_with( $str, $prefix, $case_sensitive = true ) {
@@ -857,25 +857,14 @@ function wpbdp_scandir( $path, $args = array() ) {
857
  // return array_diff( scandir( $path ), array( '.', '..' ) );
858
  }
859
 
860
- /**
861
- * Recursively deletes a directory.
862
- *
863
- * @param string $path a directory.
864
- * @since 3.3
865
- * @deprecated since 3.6.10. Use {@link WPBDP_FS::rmdir} instead.
866
- */
867
- function wpbdp_rrmdir( $path ) {
868
- _deprecated_function( __FUNCTION__, '3.6.10', 'WPBDP_FS::rmdir' );
869
- return WPBDP_FS::rmdir( $path );
870
- }
871
-
872
  /**
873
  * Returns the name of a term.
874
  *
875
- * @param id|string $id_or_slug The term ID or slug (see `$field`).
876
- * @param string $taxonomy Taxonomy name. Defaults to `WPBDP_CATEGORY_TAX` (BD's category taxonomy).
877
- * @param string $field Field used for the term lookup. Defaults to "id".
878
- * @param boolean $escape Whether to escape the name before returning or not. Defaults to `True`.
 
879
  * @return string The term name (if found) or an empty string otherwise.
880
  * @since 3.3
881
  */
9
  require_once( WPBDP_INC . 'compatibility/class-ajax-response.php' );
10
  require_once( WPBDP_INC . 'helpers/class-fs.php' );
11
 
12
+ class WPBDP_Utils {
13
 
14
  /**
15
  * @since 5.2.1
234
  /**
235
  * Check if value contains blank value or empty array
236
  *
237
+ * @since 5.9
238
  *
239
+ * @param mixed $value The value to check
240
+ * @param string $empty
241
  *
242
  * @return boolean
243
  */
354
  /**
355
  * Attempts to get the mimetype of a file.
356
  *
357
+ * @param string $file The path to a file.
358
  *
359
  * @since 5.16
360
  */
444
  * Check the file type and extension.
445
  *
446
  * @param array $file
447
+ * @param array $mimetypes
448
  *
449
  * @since 6.0
450
  *
492
  }
493
 
494
  /**
495
+ * @deprecated Use {@link WPBDP_Utils} instead.
496
  */
497
+ class WPBDP__Utils extends WPBDP_Utils {
498
  public function __construct() {
499
+ _deprecated_constructor( __CLASS__, '', 'WPBDP_Utils' );
500
  }
501
  }
502
 
507
  *
508
  * @since 3.4
509
  *
510
+ * @param array $files $_FILES array
511
  * @return array
512
  */
513
  function wpbdp_flatten_files_array( $files = array() ) {
675
  * @since 2.1.6
676
  */
677
  function wpbdp_media_upload( $file_, $use_media_library = true, $check_image = false, $constraints = array(), &$error_msg = null, $sideload = false ) {
678
+ return WPBDP_Utils::media_upload( $file_, $use_media_library, $check_image, $constraints, $error_msg, $sideload );
679
  }
680
 
681
  /**
682
  * Attempts to get the mimetype of a file.
683
  *
684
+ * @param string $file The path to a file.
685
  *
686
  * @since 5.0.5
687
  */
688
  function wpbdp_get_mimetype( $file ) {
689
+ return WPBDP_Utils::get_mimetype( $file );
690
  }
691
 
692
  /**
694
  * the www part of the domain.
695
  *
696
  * @since 2.1.5
697
+ * @param boolean $www true to include the 'www' part.
698
  */
699
  function wpbdp_get_current_domain( $www = true, $prefix = '' ) {
700
  $domain = wpbdp_get_server_value( 'HTTP_HOST' );
762
  function wpbdp_ajaxurl( $overwrite = false ) {
763
  static $ajaxurl = false;
764
 
765
+ if ( $overwrite || $ajaxurl === false ) {
766
  $url = admin_url( 'admin-ajax.php' );
767
  $parts = parse_url( $url );
768
 
787
  $key = array_search( $value_, $array_ );
788
 
789
  if ( $key !== false ) {
790
+ unset( $array_[ $key ] );
791
  }
792
 
793
  return true;
798
  *
799
  * @param string $str the string to be searched
800
  * @param string $prefix the prefix to search for
801
+ * @return bool true if $str starts with $prefix or FALSE otherwise
802
  * @since 3.0.3
803
  */
804
  function wpbdp_starts_with( $str, $prefix, $case_sensitive = true ) {
857
  // return array_diff( scandir( $path ), array( '.', '..' ) );
858
  }
859
 
 
 
 
 
 
 
 
 
 
 
 
 
860
  /**
861
  * Returns the name of a term.
862
  *
863
+ * @param int|string $id_or_slug The term ID or slug (see `$field`).
864
+ * @param string $taxonomy Taxonomy name. Defaults to `WPBDP_CATEGORY_TAX` (BD's category taxonomy).
865
+ * @param string $field Field used for the term lookup. Defaults to "id".
866
+ * @param boolean $escape Whether to escape the name before returning or not. Defaults to `True`.
867
+ *
868
  * @return string The term name (if found) or an empty string otherwise.
869
  * @since 3.3
870
  */
includes/widgets/class-listings-widget.php CHANGED
@@ -73,6 +73,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
73
  public function form( $instance ) {
74
  $instance = $this->instance_defaults( $instance );
75
  require WPBDP_INC . 'views/widget/widget-settings.php';
 
76
  }
77
 
78
  /**
@@ -160,15 +161,11 @@ class WPBDP_Listings_Widget extends WP_Widget {
160
 
161
 
162
  /**
163
- * [render description]
164
- *
165
- * @param [type] $items [description]
166
- * @param [type] $instance [description]
167
- * @param string $html_class CSS class for each LI element.
168
  *
169
- * @since x.x
170
- *
171
- * @return string HTML
172
  */
173
  protected function render( $items, $instance, $html_class = '' ) {
174
  if ( empty( $items ) ) {
@@ -212,7 +209,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
212
  )
213
  );
214
 
215
- $show_images = in_array( 'images', $this->supports ) && isset( $instance['show_images'] ) && $instance['show_images'];
216
  $img_size = $this->get_image_size( $instance );
217
  $default_image = $show_images && isset( $instance['default_image'] ) && $instance['default_image'];
218
  $coming_soon_image = WPBDP_Listing_Display_Helper::get_coming_soon_image();
@@ -278,7 +275,6 @@ class WPBDP_Listings_Widget extends WP_Widget {
278
  $listing_title = sprintf( '<div class="wpbdp-listing-title"><a class="listing-title" href="%s">%s</a></div>', esc_url( $listing->get_permalink() ), esc_html( $listing->get_title() ) );
279
  $html_image = $this->render_image( $listing, $args );
280
  $fields = sprintf( '<div class="wpbdp-listing-fields">%s</div>', $this->render_fields( $listing, $args['fields'] ) );
281
-
282
  $template = '<li class="wpbdp-listings-widget-item %1$s"><div class="wpbdp-listings-widget-container">';
283
  if ( ! empty( $html_image ) ) {
284
  $template .= '<div class="wpbdp-listings-widget-thumb">%2$s</div>';
@@ -303,7 +299,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
303
  * @return string
304
  */
305
  private function render_image( $listing, $args ) {
306
- $image_link = '';
307
  if ( $args['show_images'] ) {
308
  $img_size = $args['img_size'];
309
  if ( is_array( $img_size ) ) {
@@ -385,7 +381,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
385
  return;
386
  }
387
 
388
- $img_style = '<style>#'. esc_attr( $this->id ) . ' .listing-image{';
389
  if ( $img_size[0] ) {
390
  $img_style .= 'max-width:' . absint( $img_size[0] ) . 'px;';
391
  }
73
  public function form( $instance ) {
74
  $instance = $this->instance_defaults( $instance );
75
  require WPBDP_INC . 'views/widget/widget-settings.php';
76
+ return '';
77
  }
78
 
79
  /**
161
 
162
 
163
  /**
164
+ * @param array $items
165
+ * @param array $instance
166
+ * @param string $html_class CSS class for each LI element.
 
 
167
  *
168
+ * @return string HTML
 
 
169
  */
170
  protected function render( $items, $instance, $html_class = '' ) {
171
  if ( empty( $items ) ) {
209
  )
210
  );
211
 
212
+ $show_images = in_array( 'images', $this->supports, true ) && isset( $instance['show_images'] ) && $instance['show_images'];
213
  $img_size = $this->get_image_size( $instance );
214
  $default_image = $show_images && isset( $instance['default_image'] ) && $instance['default_image'];
215
  $coming_soon_image = WPBDP_Listing_Display_Helper::get_coming_soon_image();
275
  $listing_title = sprintf( '<div class="wpbdp-listing-title"><a class="listing-title" href="%s">%s</a></div>', esc_url( $listing->get_permalink() ), esc_html( $listing->get_title() ) );
276
  $html_image = $this->render_image( $listing, $args );
277
  $fields = sprintf( '<div class="wpbdp-listing-fields">%s</div>', $this->render_fields( $listing, $args['fields'] ) );
 
278
  $template = '<li class="wpbdp-listings-widget-item %1$s"><div class="wpbdp-listings-widget-container">';
279
  if ( ! empty( $html_image ) ) {
280
  $template .= '<div class="wpbdp-listings-widget-thumb">%2$s</div>';
299
  * @return string
300
  */
301
  private function render_image( $listing, $args ) {
302
+ $image_link = '';
303
  if ( $args['show_images'] ) {
304
  $img_size = $args['img_size'];
305
  if ( is_array( $img_size ) ) {
381
  return;
382
  }
383
 
384
+ $img_style = '<style>#' . esc_attr( $this->id ) . ' .listing-image{';
385
  if ( $img_size[0] ) {
386
  $img_style .= 'max-width:' . absint( $img_size[0] ) . 'px;';
387
  }
includes/widgets/widget-featured-listings.php CHANGED
@@ -9,20 +9,23 @@ require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
9
  class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
10
 
11
  public function __construct() {
12
- parent::__construct( _x( 'Business Directory - Featured Listings', 'widgets', 'business-directory-plugin' ),
13
- _x( 'Displays a list of the featured/sticky listings in the directory.', 'widgets', 'business-directory-plugin' ) );
 
 
14
 
15
  $this->set_default_option_value( 'title', _x( 'Featured Listings', 'widgets', 'business-directory-plugin' ) );
16
  }
17
 
18
  protected function _form( $instance ) {
19
- printf( '<p><input id="%s" name="%s" type="checkbox" value="1" %s /> <label for="%s">%s</label></p>',
20
- $this->get_field_id( 'random_order' ),
21
- $this->get_field_name( 'random_order' ),
22
- ! empty( $instance['random_order'] ) ? 'checked="checked"' : '',
23
- $this->get_field_id( 'random_order' ),
24
- _x( 'Display listings in random order', 'widgets', 'business-directory-plugin' )
25
- );
 
26
  }
27
 
28
  public function update( $new, $old ) {
9
  class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
10
 
11
  public function __construct() {
12
+ parent::__construct(
13
+ _x( 'Business Directory - Featured Listings', 'widgets', 'business-directory-plugin' ),
14
+ _x( 'Displays a list of the featured/sticky listings in the directory.', 'widgets', 'business-directory-plugin' )
15
+ );
16
 
17
  $this->set_default_option_value( 'title', _x( 'Featured Listings', 'widgets', 'business-directory-plugin' ) );
18
  }
19
 
20
  protected function _form( $instance ) {
21
+ printf(
22
+ '<p><input id="%s" name="%s" type="checkbox" value="1" %s /> <label for="%s">%s</label></p>',
23
+ esc_attr( $this->get_field_id( 'random_order' ) ),
24
+ esc_attr( $this->get_field_name( 'random_order' ) ),
25
+ ! empty( $instance['random_order'] ) ? 'checked="checked"' : '',
26
+ esc_attr( $this->get_field_id( 'random_order' ) ),
27
+ esc_html__( 'Display listings in random order', 'business-directory-plugin' )
28
+ );
29
  }
30
 
31
  public function update( $new, $old ) {
includes/widgets/widget-latest-listings.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
3
 
4
  /**
5
  * Latest listings widget.
@@ -18,11 +18,15 @@ class WPBDP_LatestListingsWidget extends WPBDP_Listings_Widget {
18
  }
19
 
20
  public function get_listings( $instance ) {
21
- return get_posts( array( 'post_type' => WPBDP_POST_TYPE,
22
- 'post_status' => 'publish',
23
- 'numberposts' => $this->get_field_value( $instance, 'number_of_listings' ),
24
- 'orderby' => 'date',
25
- 'suppress_filters' => false ) );
 
 
 
 
26
  }
27
 
28
  }
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/widgets/class-listings-widget.php';
3
 
4
  /**
5
  * Latest listings widget.
18
  }
19
 
20
  public function get_listings( $instance ) {
21
+ return get_posts(
22
+ array(
23
+ 'post_type' => WPBDP_POST_TYPE,
24
+ 'post_status' => 'publish',
25
+ 'numberposts' => $this->get_field_value( $instance, 'number_of_listings' ),
26
+ 'orderby' => 'date',
27
+ 'suppress_filters' => false
28
+ )
29
+ );
30
  }
31
 
32
  }
includes/widgets/widget-random-listings.php CHANGED
@@ -9,8 +9,10 @@ require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
9
  class WPBDP_RandomListingsWidget extends WPBDP_Listings_Widget {
10
 
11
  public function __construct() {
12
- parent::__construct( _x( 'Business Directory - Random Listings', 'widgets', 'business-directory-plugin' ),
13
- _x( 'Displays a list of random listings from the Business Directory.', 'widgets', 'business-directory-plugin' ) );
 
 
14
 
15
  $this->set_default_option_value( 'title', _x( 'Random Listings', 'widgets', 'business-directory-plugin' ) );
16
  }
@@ -36,7 +38,7 @@ class WPBDP_RandomListingsWidget extends WPBDP_Listings_Widget {
36
  $rand = array();
37
 
38
  foreach ( $keys as $key ) {
39
- $rand[] = $posts[$key];
40
  }
41
 
42
  return $rand;
9
  class WPBDP_RandomListingsWidget extends WPBDP_Listings_Widget {
10
 
11
  public function __construct() {
12
+ parent::__construct(
13
+ _x( 'Business Directory - Random Listings', 'widgets', 'business-directory-plugin' ),
14
+ _x( 'Displays a list of random listings from the Business Directory.', 'widgets', 'business-directory-plugin' )
15
+ );
16
 
17
  $this->set_default_option_value( 'title', _x( 'Random Listings', 'widgets', 'business-directory-plugin' ) );
18
  }
38
  $rand = array();
39
 
40
  foreach ( $keys as $key ) {
41
+ $rand[] = $posts[ $key ];
42
  }
43
 
44
  return $rand;
includes/widgets/widget-search.php CHANGED
@@ -79,6 +79,7 @@ class WPBDP_SearchWidget extends WP_Widget {
79
 
80
  echo '</select>';
81
  echo '</p>';
 
82
  }
83
 
84
  public function update( $new, $old ) {
@@ -113,7 +114,6 @@ class WPBDP_SearchWidget extends WP_Widget {
113
  echo $field->render( null, 'search' );
114
  }
115
  }
116
-
117
  } else {
118
  ?>
119
  <div class="wpbdp-form-field">
79
 
80
  echo '</select>';
81
  echo '</p>';
82
+ return '';
83
  }
84
 
85
  public function update( $new, $old ) {
114
  echo $field->render( null, 'search' );
115
  }
116
  }
 
117
  } else {
118
  ?>
119
  <div class="wpbdp-form-field">
languages/business-directory-plugin-ar.mo CHANGED
Binary file
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-04 17:33:28+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"
@@ -44,8 +44,8 @@ msgstr "قائمة منسدلة"
44
 
45
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
46
  #: includes/admin/helpers/tables/class-fees-table.php:64
47
- #: includes/admin/settings/class-settings-bootstrap.php:673
48
- #: includes/admin/settings/class-settings-bootstrap.php:674
49
  #: includes/helpers/class-app.php:92
50
  #, fuzzy
51
  msgid "Listings"
@@ -73,10 +73,10 @@ msgid "Directory Content"
73
  msgstr "تصنيف الدليل"
74
 
75
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
76
- #: includes/admin/settings/class-settings-bootstrap.php:685
77
- #: includes/admin/settings/class-settings-bootstrap.php:686
78
  #: includes/helpers/class-app.php:93
79
- #: includes/helpers/functions/templates-ui.php:307
80
  msgid "Directory"
81
  msgstr "الدليل"
82
 
@@ -100,7 +100,7 @@ msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال
100
  msgid "Yes, please!"
101
  msgstr "نعم، من فضلك!"
102
 
103
- #: includes/admin/class-admin.php:211 includes/admin/tracking.php:215
104
  #, fuzzy
105
  msgid "No, thanks"
106
  msgstr "لا، شكرًا"
@@ -132,7 +132,7 @@ msgid "Form Fields"
132
  msgstr "حقول الاستمارة"
133
 
134
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
135
- #: includes/licensing.php:220
136
  #, fuzzy
137
  msgid "Modules"
138
  msgstr "(جميع الوحدات)"
@@ -159,7 +159,7 @@ msgstr "إرسال رسالة بريد إلكتروني بخصوص التجدي
159
 
160
  #: includes/admin/class-admin.php:1198
161
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
162
- #: includes/admin/helpers/tables/class-payments-table.php:54
163
  #: templates/email/listing-added.tpl.php:7
164
  #: templates/email/listing-edited.tpl.php:13
165
  #: templates/email/listing-reported.tpl.php:9
@@ -168,7 +168,7 @@ msgid "ID"
168
  msgstr "المعرف"
169
 
170
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
171
- #: includes/admin/settings/class-settings-bootstrap.php:711
172
  #, fuzzy
173
  msgid "Listing Count"
174
  msgstr "عدد الإعلانات"
@@ -233,7 +233,7 @@ msgstr "بريدك الإلكتروني"
233
  msgid "Listing Payments Information"
234
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
235
 
236
- #: includes/admin/class-payment-personal-data-provider.php:93
237
  #, fuzzy
238
  msgid ""
239
  "An unknown error occurred while trying to delete listing payment information "
@@ -244,10 +244,10 @@ msgstr "حدث خطأ أثناء محاولة حذف هذا الحقل."
244
  msgid "Business Directory Plugin"
245
  msgstr "Business Directory Plugin"
246
 
247
- #: includes/admin/controllers/class-admin-controller.php:82
248
- #: includes/admin/helpers/tables/class-fees-table.php:179
249
  #: templates/admin/payments-note.tpl.php:13
250
- #: templates/delete-listing-confirm.tpl.php:19
251
  #, fuzzy
252
  msgid "Are you sure you want to do this?"
253
  msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
@@ -268,15 +268,15 @@ msgid "See an example CSV import file"
268
  msgstr "مشاهدة مثال لملف استيراد CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
- #: templates/admin/csv-import.tpl.php:285
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "المساعدة"
275
 
276
- #: includes/admin/controllers/class-admin-fees.php:47
277
- #: includes/admin/helpers/tables/class-payments-table.php:57
278
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
279
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
282
  #: templates/payment/payment_items.tpl.php:5
@@ -284,55 +284,55 @@ msgstr "المساعدة"
284
  msgid "Amount"
285
  msgstr "القدر"
286
 
287
- #: includes/admin/controllers/class-admin-fees.php:49
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
- #: includes/admin/settings/class-settings-bootstrap.php:901
290
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "الصور"
294
 
295
- #: includes/admin/controllers/class-admin-fees.php:79
296
  #: includes/admin/helpers/class-modules-list.php:236
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "ترقية إلى %s"
300
 
301
- #: includes/admin/controllers/class-admin-fees.php:90
302
  msgid "Set Up"
303
  msgstr ""
304
 
305
- #: includes/admin/controllers/class-admin-fees.php:153
306
  #, fuzzy
307
  msgid "Plan added."
308
  msgstr "الرسوم حدثت."
309
 
310
- #: includes/admin/controllers/class-admin-fees.php:157
311
- #: includes/admin/controllers/class-admin-fees.php:172
312
  #, fuzzy
313
  msgid "Plan updated."
314
  msgstr "الرسوم حدثت."
315
 
316
- #: includes/admin/controllers/class-admin-fees.php:192
317
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
318
  msgstr ""
319
 
320
- #: includes/admin/controllers/class-admin-fees.php:193
321
  #, fuzzy
322
  msgid "Update listing image limits?"
323
  msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
324
 
325
- #: includes/admin/controllers/class-admin-fees.php:214
326
  #, fuzzy
327
  msgid "Plan not found."
328
  msgstr "الرسوم حدثت."
329
 
330
- #: includes/admin/controllers/class-admin-fees.php:218
331
  #, fuzzy
332
  msgid "Plan listings updated."
333
  msgstr "الرسوم حدثت."
334
 
335
- #: includes/admin/controllers/class-admin-fees.php:296
336
  msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
@@ -353,6 +353,7 @@ msgid "Listing Reports"
353
  msgstr "الإعلان منتهي التاريخ"
354
 
355
  #: includes/admin/controllers/class-admin-listings.php:268
 
356
  #, fuzzy
357
  msgid "Expires on"
358
  msgstr "ستنتهي الصلاحية في"
@@ -364,6 +365,7 @@ msgstr "سمات الحقل"
364
 
365
  #: includes/admin/controllers/class-admin-listings.php:339
366
  #: includes/helpers/class-listing-display-helper.php:132
 
367
  #, fuzzy
368
  msgid "Featured"
369
  msgstr "حالة مميزة (مثبت)"
@@ -381,7 +383,7 @@ msgid "Delete Listing"
381
  msgstr "حذف الإعلان"
382
 
383
  #: includes/admin/controllers/class-admin-listings.php:733
384
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:88
385
  #, fuzzy
386
  msgid "Never"
387
  msgstr "أبداً"
@@ -389,18 +391,18 @@ msgstr "أبداً"
389
  #: includes/admin/controllers/class-admin-listings.php:744
390
  #: includes/admin/controllers/class-admin-listings.php:745
391
  #: includes/fields/class-fieldtypes-textarea.php:201
392
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
393
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
394
  #, fuzzy
395
  msgid "Yes"
396
  msgstr "نعم"
397
 
398
  #: includes/admin/controllers/class-admin-listings.php:744
399
  #: includes/admin/controllers/class-admin-listings.php:745
400
- #: includes/admin/settings/class-settings-bootstrap.php:268
401
  #: includes/fields/class-fieldtypes-textarea.php:200
402
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
403
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
404
  #, fuzzy
405
  msgid "No"
406
  msgstr "لا"
@@ -426,13 +428,13 @@ msgid "Form Preview"
426
  msgstr "معاينة الاستمارة"
427
 
428
  #: includes/admin/controllers/class-form-fields-admin.php:129
429
- #: includes/helpers/functions/general.php:1370
430
- #: includes/helpers/functions/general.php:1375
431
  msgid "Go back"
432
  msgstr ""
433
 
434
- #: includes/admin/controllers/class-form-fields-admin.php:342
435
- #: includes/admin/settings/class-settings-bootstrap.php:769
436
  #: templates/email/listing-added.tpl.php:10
437
  #: templates/email/listing-edited.tpl.php:16
438
  #: templates/email/listing-reported.tpl.php:11
@@ -440,7 +442,7 @@ msgstr ""
440
  msgid "Title"
441
  msgstr "العنوان"
442
 
443
- #: includes/admin/controllers/class-form-fields-admin.php:343
444
  #: templates/admin/fees-form.tpl.php:219
445
  #: templates/email/listing-added.tpl.php:21
446
  #: templates/email/listing-edited.tpl.php:29
@@ -448,22 +450,22 @@ msgstr "العنوان"
448
  msgid "Category"
449
  msgstr "التصنيف"
450
 
451
- #: includes/admin/controllers/class-form-fields-admin.php:344
452
  #, fuzzy
453
  msgid "Excerpt"
454
  msgstr "مقتطف"
455
 
456
- #: includes/admin/controllers/class-form-fields-admin.php:345
457
  #, fuzzy
458
  msgid "Content"
459
  msgstr "المحتوى"
460
 
461
- #: includes/admin/controllers/class-form-fields-admin.php:346
462
  #, fuzzy
463
  msgid "Tags"
464
  msgstr "الوسوم"
465
 
466
- #: includes/admin/controllers/class-form-fields-admin.php:347
467
  #: includes/form-fields.php:445
468
  #: includes/helpers/class-field-display-list.php:247
469
  #: templates/checkout-billing-form.tpl.php:75
@@ -471,59 +473,59 @@ msgstr "الوسوم"
471
  msgid "Address"
472
  msgstr "العنوان"
473
 
474
- #: includes/admin/controllers/class-form-fields-admin.php:348
475
  #, fuzzy
476
  msgid "Address 2"
477
  msgstr "العنوان"
478
 
479
- #: includes/admin/controllers/class-form-fields-admin.php:349
480
  #: templates/admin/payments-details.tpl.php:164
481
  #: templates/checkout-billing-form.tpl.php:87
482
  #, fuzzy
483
  msgid "City"
484
  msgstr "المدينة"
485
 
486
- #: includes/admin/controllers/class-form-fields-admin.php:350
487
  #: templates/admin/payments-details.tpl.php:160
488
  #, fuzzy
489
  msgid "State"
490
  msgstr "الولاية"
491
 
492
- #: includes/admin/controllers/class-form-fields-admin.php:351
493
  #: templates/admin/payments-details.tpl.php:156
494
  #: templates/checkout-billing-form.tpl.php:102
495
  #, fuzzy
496
  msgid "Country"
497
  msgstr "الدولة:"
498
 
499
- #: includes/admin/controllers/class-form-fields-admin.php:352
500
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
501
  msgid "ZIP Code"
502
  msgstr "الرمز البريدي"
503
 
504
- #: includes/admin/controllers/class-form-fields-admin.php:353
505
  #, fuzzy
506
  msgid "FAX Number"
507
  msgstr "رقم الفاكس"
508
 
509
- #: includes/admin/controllers/class-form-fields-admin.php:354
510
  #: includes/fields/class-fieldtypes-phone-number.php:13
511
  #: templates/listing-contactform.tpl.php:38
512
  #, fuzzy
513
  msgid "Phone Number"
514
  msgstr "رقم الهاتف"
515
 
516
- #: includes/admin/controllers/class-form-fields-admin.php:355
517
  #, fuzzy
518
  msgid "Ratings Field"
519
  msgstr "حقول التقييم"
520
 
521
- #: includes/admin/controllers/class-form-fields-admin.php:356
522
  #, fuzzy
523
  msgid "Twitter"
524
  msgstr "تويتر"
525
 
526
- #: includes/admin/controllers/class-form-fields-admin.php:357
527
  #: includes/form-fields.php:411
528
  #, fuzzy
529
  msgid "Website"
@@ -559,7 +561,7 @@ msgid "Already purchased?"
559
  msgstr "مُركب مسبقا"
560
 
561
  #: includes/admin/controllers/class-settings-admin.php:712
562
- #: includes/admin/helpers/tables/class-fees-table.php:180
563
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
564
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
565
  #: templates/admin/payments-note.tpl.php:14
@@ -575,38 +577,39 @@ msgid "Themes"
575
  msgstr "القوالب"
576
 
577
  #. translators: %s: Sample business name
578
- #: includes/admin/csv-import.php:135
579
  #, fuzzy
580
  msgid "Business %s"
581
  msgstr "الأعمال %s"
582
 
583
- #: includes/admin/csv-import.php:183
584
  #, fuzzy
585
  msgid "Example CSV Import File"
586
  msgstr "مثال لملف الاستيراد CSV"
587
 
588
- #: includes/admin/csv-import.php:186
589
  msgid "Go Back"
590
  msgstr ""
591
 
592
- #: includes/admin/csv-import.php:334
 
593
  msgid "You are not allowed to do that."
594
  msgstr ""
595
 
596
- #: includes/admin/csv-import.php:431
597
  #, fuzzy
598
  msgid "There was an error uploading the file:"
599
  msgstr "حدث خطأ أثناء رفع ملف CSV."
600
 
601
- #: includes/admin/csv-import.php:436
602
  #, fuzzy
603
  msgid "Please upload the correct file type."
604
  msgstr "المرجو رفع أو حدد ملف CSV."
605
 
606
  #: includes/admin/helpers/class-listing-information-metabox.php:15
607
- #: includes/admin/helpers/tables/class-payments-table.php:53
608
- #: includes/admin/settings/class-settings-bootstrap.php:661
609
- #: includes/admin/settings/class-settings-bootstrap.php:662
610
  #: includes/helpers/class-app.php:91
611
  #: templates/admin/payments-details.tpl.php:53
612
  #, fuzzy
@@ -625,7 +628,7 @@ msgid "Installed"
625
  msgstr "تم التنصيب"
626
 
627
  #: includes/admin/helpers/class-modules-list.php:187
628
- #: includes/admin/helpers/tables/class-fees-table.php:291
629
  #: templates/admin/themes-item.tpl.php:3
630
  #, fuzzy
631
  msgid "Active"
@@ -648,7 +651,7 @@ msgstr "قم بالتفعيل"
648
  msgid "Hide notifications"
649
  msgstr "تنبيهات البريد الإلكتروني"
650
 
651
- #: includes/admin/helpers/csv/class-csv-import.php:676
652
  #, fuzzy
653
  msgid "Listing imported by admin. Payment skipped."
654
  msgstr "Poster annonce(paiement initial)"
@@ -674,60 +677,60 @@ msgstr "تفاصيل الخطة"
674
  msgid "Pricing"
675
  msgstr "السعر"
676
 
677
- #: includes/admin/helpers/tables/class-fees-table.php:155
678
  #, fuzzy
679
  msgid "Disable"
680
  msgstr "تعطيل"
681
 
682
- #: includes/admin/helpers/tables/class-fees-table.php:161
683
  #, fuzzy
684
  msgid "Enable"
685
  msgstr "تفعيل"
686
 
687
- #: includes/admin/helpers/tables/class-fees-table.php:187
688
  msgid "ID: %s"
689
  msgstr ""
690
 
691
- #: includes/admin/helpers/tables/class-fees-table.php:190
692
  #, fuzzy
693
  msgid "Paid Plan"
694
  msgstr "تم الدفع"
695
 
696
- #: includes/admin/helpers/tables/class-fees-table.php:190
697
  #, fuzzy
698
  msgid "Free Plan"
699
  msgstr "إنتقل إلى \"إدارة حقول\""
700
 
701
- #: includes/admin/helpers/tables/class-fees-table.php:225
702
  #, fuzzy
703
  msgid "%1$s for %2$s"
704
  msgstr "%s (ex. %s)"
705
 
706
- #: includes/admin/helpers/tables/class-fees-table.php:259
707
  msgid "Total revenue earned from listings"
708
  msgstr ""
709
 
710
- #: includes/admin/helpers/tables/class-fees-table.php:289
711
  #, fuzzy
712
  msgid "Disabled"
713
  msgstr "معطل"
714
 
715
- #: includes/admin/helpers/tables/class-fees-table.php:295
716
- #: includes/helpers/functions/templates-ui.php:431
717
  #, fuzzy
718
  msgid "Default"
719
  msgstr "رسوم افتراضية"
720
 
721
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
722
  #: includes/fields/class-fieldtypes-social.php:135
723
- #: templates/admin/csv-import.tpl.php:301
724
  #, fuzzy
725
  msgid "Type"
726
  msgstr "نوع"
727
 
728
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
729
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
730
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:102
731
  msgid "Edit"
732
  msgstr "Editer"
733
 
@@ -751,6 +754,9 @@ msgid "Plugin Info"
751
  msgstr ""
752
 
753
  #: includes/admin/page-debug.php:159
 
 
 
754
  #, fuzzy
755
  msgid "OK"
756
  msgstr "حسناً"
@@ -759,8 +765,8 @@ msgstr "حسناً"
759
  msgid "Missing tables: %s"
760
  msgstr "الجداول المفقودة: %s"
761
 
762
- #: includes/admin/settings/class-settings-bootstrap.php:17
763
- #: includes/controllers/pages/class-submit-listing.php:1250
764
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
765
  #: templates/listing-contactform.tpl.php:33
766
  #: templates/listing-flagging-form.tpl.php:39
@@ -768,53 +774,65 @@ msgstr "الجداول المفقودة: %s"
768
  msgid "Email"
769
  msgstr "البريد الإلكتروني: %s"
770
 
771
- #: includes/admin/settings/class-settings-bootstrap.php:43
772
  #, fuzzy
773
  msgid "License Key"
774
  msgstr "تراخيص"
775
 
776
- #: includes/admin/settings/class-settings-bootstrap.php:64
777
  msgid "SEO"
778
  msgstr ""
779
 
780
- #: includes/admin/settings/class-settings-bootstrap.php:269
 
 
 
 
 
 
 
 
 
 
 
 
781
  #, fuzzy
782
  msgid "Yes, and make it optional"
783
  msgstr "الإسم العائلي مطلوب."
784
 
785
- #: includes/admin/settings/class-settings-bootstrap.php:270
786
  #, fuzzy
787
  msgid "Yes, and make it required"
788
  msgstr "الإسم العائلي مطلوب."
789
 
790
- #: includes/admin/settings/class-settings-bootstrap.php:277
791
- #: includes/admin/settings/class-settings-bootstrap.php:291
792
  #: includes/controllers/pages/class-submit-listing.php:527
793
  #, fuzzy
794
  msgid "Terms and Conditions"
795
  msgstr "شروط وأحكام"
796
 
797
- #: includes/admin/settings/class-settings-bootstrap.php:282
798
  #, fuzzy
799
  msgid "User Agreement"
800
  msgstr "عضو"
801
 
802
- #: includes/admin/settings/class-settings-bootstrap.php:283
803
  #, fuzzy
804
  msgid "Display and require user agreement to Terms and Conditions"
805
  msgstr "عرض وطلب موافقة العضو على الشروط والأحكام"
806
 
807
- #: includes/admin/settings/class-settings-bootstrap.php:301
808
  #, fuzzy
809
  msgid "Searching"
810
  msgstr "بحث"
811
 
812
- #: includes/admin/settings/class-settings-bootstrap.php:306
813
  #, fuzzy
814
  msgid "Display advanced search form"
815
  msgstr "بحث متقدم"
816
 
817
- #: includes/admin/settings/class-settings-bootstrap.php:324
818
  #, fuzzy
819
  msgid ""
820
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
@@ -823,40 +841,40 @@ msgstr ""
823
  "تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
824
  "إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
825
 
826
- #: includes/admin/settings/class-settings-bootstrap.php:369
827
  #, fuzzy
828
  msgid "Quick search data"
829
  msgstr "حقول البحث السريع"
830
 
831
- #: includes/admin/settings/class-settings-bootstrap.php:395
832
  msgid ""
833
  "If no fields are selected, the following fields will be searched in Quick "
834
  "Searches:"
835
  msgstr ""
836
 
837
- #: includes/admin/settings/class-settings-bootstrap.php:397
838
  msgid ""
839
  "The Quick Search is a single search box, but you may choose what data is "
840
  "searched. Searching too many fields can result in very slow search "
841
  "performance."
842
  msgstr ""
843
 
844
- #: includes/admin/settings/class-settings-bootstrap.php:428
845
  #, fuzzy
846
  msgid "Categories"
847
  msgstr "التصنيفات"
848
 
849
- #: includes/admin/settings/class-settings-bootstrap.php:430
850
  #, fuzzy
851
  msgid "Buttons"
852
  msgstr "نمط زر القالب"
853
 
854
- #: includes/admin/settings/class-settings-bootstrap.php:432
855
  #, fuzzy
856
  msgid "Sorting"
857
  msgstr "إعدادات"
858
 
859
- #: includes/admin/settings/class-settings-bootstrap.php:549
860
  msgid ""
861
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
862
  "allow for comments on posts, not pages. Some themes handle both. Since the "
@@ -865,70 +883,70 @@ msgid ""
865
  "work, try the 3rd option."
866
  msgstr ""
867
 
868
- #: includes/admin/settings/class-settings-bootstrap.php:553
869
  #, fuzzy
870
  msgid "Include theme comment form (standard option)"
871
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
872
 
873
- #: includes/admin/settings/class-settings-bootstrap.php:554
874
  #, fuzzy
875
  msgid "Include directory comment form (use only if 2nd option does not work)"
876
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
877
 
878
- #: includes/admin/settings/class-settings-bootstrap.php:572
879
  #, fuzzy
880
  msgid "Prevent featured (sticky) status on directory pages?"
881
  msgstr "حالة مميز (مثبت)"
882
 
883
- #: includes/admin/settings/class-settings-bootstrap.php:600
884
  #, fuzzy
885
  msgid "Owner of anonymous listings"
886
  msgstr "الذهاب إلى إعلانك"
887
 
888
- #: includes/admin/settings/class-settings-bootstrap.php:616
889
  #, fuzzy
890
  msgid "Default listing status"
891
  msgstr "إعلان العضو الافتراضي"
892
 
893
- #: includes/admin/settings/class-settings-bootstrap.php:620
894
- #: includes/admin/settings/class-settings-bootstrap.php:633
895
  #, fuzzy
896
  msgid "Pending (Require approval)"
897
  msgstr "مفعل + ريثما يتم التجديد"
898
 
899
- #: includes/admin/settings/class-settings-bootstrap.php:654
900
  #, fuzzy
901
  msgid "Message Defaults"
902
  msgstr "إعادة تعيين الوضع الافتراضي"
903
 
904
- #: includes/admin/settings/class-settings-bootstrap.php:659
905
  #, fuzzy
906
  msgid "Listing label"
907
  msgstr "عنوان الإعلان: "
908
 
909
- #: includes/admin/settings/class-settings-bootstrap.php:660
910
  #, fuzzy
911
  msgid "What is a single listing called?"
912
  msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
913
 
914
- #: includes/admin/settings/class-settings-bootstrap.php:671
915
  msgid "Listing label (Plural)"
916
  msgstr ""
917
 
918
- #: includes/admin/settings/class-settings-bootstrap.php:672
919
  msgid "What are your listings called?"
920
  msgstr ""
921
 
922
- #: includes/admin/settings/class-settings-bootstrap.php:683
923
  #, fuzzy
924
  msgid "Directory label"
925
  msgstr "وسم الدليل"
926
 
927
- #: includes/admin/settings/class-settings-bootstrap.php:684
928
  msgid "What should we call your directory?"
929
  msgstr ""
930
 
931
- #: includes/admin/settings/class-settings-bootstrap.php:696
932
  #, fuzzy
933
  msgid ""
934
  "This text is displayed on the first page of the Submit Listing process. You "
@@ -939,54 +957,54 @@ msgstr ""
939
  "استخدامه لإعطاء إرشادات حول تعبئة النموذج أو أي شيء تريد إعلام الأعضاء به "
940
  "قبل أن يبدأوا."
941
 
942
- #: includes/admin/settings/class-settings-bootstrap.php:709
943
  #: templates/listing-contactform.tpl.php:30
944
  #: templates/listing-flagging-form.tpl.php:35
945
  #, fuzzy
946
  msgid "Name"
947
  msgstr "الإسم"
948
 
949
- #: includes/admin/settings/class-settings-bootstrap.php:824
950
  msgid "Show Buttons"
951
  msgstr ""
952
 
953
- #: includes/admin/settings/class-settings-bootstrap.php:867
954
  #, fuzzy
955
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
956
  msgstr "إظهار زر \"الدليل\"."
957
 
958
- #: includes/admin/settings/class-settings-bootstrap.php:874
959
  msgid "Styling"
960
  msgstr ""
961
 
962
- #: includes/admin/settings/class-settings-bootstrap.php:880
963
  #, fuzzy
964
  msgid "Button style"
965
  msgstr "نمط زر القالب"
966
 
967
- #: includes/admin/settings/class-settings-bootstrap.php:883
968
  #, fuzzy
969
  msgid "Override WP theme button styling"
970
  msgstr "نمط زر القالب"
971
 
972
- #: includes/admin/settings/class-settings-bootstrap.php:891
973
  msgid "Primary color"
974
  msgstr ""
975
 
976
- #: includes/admin/settings/class-settings-bootstrap.php:894
977
  msgid "This is used for form buttons and form rootline."
978
  msgstr ""
979
 
980
- #: includes/admin/settings/class-settings-bootstrap.php:1048
981
  #, fuzzy
982
  msgid "Show Thumbnail"
983
  msgstr "عرض الصور المصغرة"
984
 
985
- #: includes/admin/settings/class-settings-bootstrap.php:1084
986
  msgid "Coming Soon image"
987
  msgstr ""
988
 
989
- #: includes/admin/settings/class-settings-bootstrap.php:1121
990
  #: includes/fields/class-fieldtypes-social.php:89
991
  #: includes/fields/class-fieldtypes-url.php:162
992
  #: templates/email/listing-added.tpl.php:13
@@ -997,12 +1015,12 @@ msgstr ""
997
  msgid "URL"
998
  msgstr "رابط URL"
999
 
1000
- #: includes/admin/settings/class-settings-bootstrap.php:1240
1001
  #, fuzzy
1002
  msgid "Thank you for your payment."
1003
  msgstr "رسالة الشكر على الدفع"
1004
 
1005
- #: includes/admin/settings/class-settings-bootstrap.php:1268
1006
  msgid ""
1007
  "If you are using this gateway, we recommend you disable it if you wish to "
1008
  "collect payments in this currency."
@@ -1016,22 +1034,22 @@ msgstr[3] ""
1016
  msgstr[4] ""
1017
  msgstr[5] ""
1018
 
1019
- #: includes/admin/settings/class-settings-bootstrap.php:1356
1020
  #, fuzzy
1021
  msgid "Email Notifications"
1022
  msgstr "تنبيهات البريد الإلكتروني"
1023
 
1024
- #: includes/admin/settings/class-settings-bootstrap.php:1361
1025
  #, fuzzy
1026
  msgid "Notify admin via email when..."
1027
  msgstr "إبلاغ المدير عن طريق البريد الإلكتروني عندما..."
1028
 
1029
- #: includes/admin/settings/class-settings-bootstrap.php:1379
1030
  #, fuzzy
1031
  msgid "CC this email address too"
1032
  msgstr "إرسال نسخة من الرسالة الى عنوان البريد الإلكتروني هذا أيضا"
1033
 
1034
- #: includes/admin/settings/class-settings-bootstrap.php:1385
1035
  #, fuzzy
1036
  msgid ""
1037
  "You can modify the text template used for most of these emails in the "
@@ -1039,49 +1057,49 @@ msgid ""
1039
  msgstr ""
1040
  "يمكنك تعديل قالب النص المستخدم لمعظم رسائل البريد الإلكتروني هذه أدناه."
1041
 
1042
- #: includes/admin/settings/class-settings-bootstrap.php:1393
1043
  #, fuzzy
1044
  msgid "Notify users via email when..."
1045
  msgstr "إعلام الأعضاء عن طريق البريد الإلكتروني عندما..."
1046
 
1047
  #. translators: %s: email shortcode
1048
- #: includes/admin/settings/class-settings-bootstrap.php:1460
1049
  #, fuzzy
1050
  msgid "Email: %s"
1051
  msgstr "البريد الإلكتروني: %s"
1052
 
1053
  #. translators: %s: phone shortcode
1054
- #: includes/admin/settings/class-settings-bootstrap.php:1463
1055
  #, fuzzy
1056
  msgid "Phone Number: %s"
1057
  msgstr "رقم الهاتف"
1058
 
1059
- #: includes/admin/settings/class-settings-bootstrap.php:1475
1060
  #, fuzzy
1061
  msgid "Sender's email address"
1062
  msgstr "إدخال بريدك إلكتروني"
1063
 
1064
- #: includes/admin/settings/class-settings-bootstrap.php:1476
1065
  #, fuzzy
1066
  msgid "Sender's phone number"
1067
  msgstr "إسم الكاتب"
1068
 
1069
- #: includes/admin/settings/class-settings-bootstrap.php:1540
1070
  msgid "Renewal and expiration"
1071
  msgstr ""
1072
 
1073
- #: includes/admin/settings/class-settings-bootstrap.php:1664
1074
- #: includes/admin/settings/class-settings.php:97
1075
  #, fuzzy
1076
  msgid "Miscellaneous"
1077
  msgstr "إعدادات متنوعة"
1078
 
1079
- #: includes/admin/settings/class-settings-bootstrap.php:1670
1080
  #, fuzzy
1081
  msgid "Data Collection"
1082
  msgstr "تجميع البيانات"
1083
 
1084
- #: includes/admin/settings/class-settings-bootstrap.php:1671
1085
  #, fuzzy
1086
  msgid ""
1087
  "Allow Business Directory to anonymously collect information about your "
@@ -1090,21 +1108,21 @@ msgstr ""
1090
  "تسمح لدليل الأعمال بجمع معلومات مجهولة حول الإضافات المثبتة، والقوالب وإصدار "
1091
  "ووردبريس الخاص بك؟"
1092
 
1093
- #: includes/admin/settings/class-settings-bootstrap.php:1672
1094
  msgid "Learn more"
1095
  msgstr ""
1096
 
1097
- #: includes/admin/settings/class-settings-bootstrap.php:1690
1098
  #: templates/admin/uninstall-complete.tpl.php:4
1099
  #, fuzzy
1100
  msgid "Uninstall"
1101
  msgstr "حذف"
1102
 
1103
- #: includes/admin/settings/class-settings.php:530
1104
  msgid "%s cannot include spaces, commas, or &"
1105
  msgstr ""
1106
 
1107
- #: includes/admin/tracking.php:222
1108
  #, fuzzy
1109
  msgid "Allow Tracking"
1110
  msgstr "السماح بالتتبع"
@@ -1184,7 +1202,7 @@ msgstr "المدة"
1184
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1185
  msgstr "تعذر تحديث القالب : %s"
1186
 
1187
- #: includes/admin/upgrades/migrations/migration-3_7.php:181
1188
  #, fuzzy
1189
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1190
  msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
@@ -1194,16 +1212,21 @@ msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
1194
  msgid "Directory Modules"
1195
  msgstr "قوالب الدليل"
1196
 
1197
- #: includes/admin/views/modules/list.php:35
1198
  msgid "New"
1199
  msgstr ""
1200
 
1201
- #: includes/admin/views/modules/list.php:68
1202
- #: includes/admin/views/modules/list.php:69
1203
  #, fuzzy
1204
  msgid "View Docs"
1205
  msgstr "Vue"
1206
 
 
 
 
 
 
1207
  #: includes/admin/views/review.php:17
1208
  #, fuzzy
1209
  msgid "Are you enjoying Business Directory Plugin?"
@@ -1248,9 +1271,13 @@ msgid ""
1248
  "what we can do better?"
1249
  msgstr ""
1250
 
1251
- #: includes/class-assets.php:191 templates/admin/settings-email.tpl.php:103
 
 
 
 
1252
  #: templates/admin/settings-reset.tpl.php:8
1253
- #: templates/admin/themes-delete-confirm.tpl.php:21
1254
  #: templates/listing-flagging-form.tpl.php:65
1255
  #, fuzzy
1256
  msgid "Cancel"
@@ -1283,7 +1310,7 @@ msgid "View Listing"
1283
  msgstr "عرض الإعلان"
1284
 
1285
  #: includes/class-cpt-integration.php:22
1286
- #: includes/helpers/functions/templates-ui.php:369
1287
  #: templates/main-box.tpl.php:23
1288
  msgid "Search Listings"
1289
  msgstr "البحث في الإعلانات"
@@ -1378,7 +1405,7 @@ msgstr "إعلان مجاني"
1378
 
1379
  #: includes/class-meta.php:139
1380
  #: includes/controllers/pages/class-submit-listing.php:32
1381
- #: includes/helpers/functions/templates-ui.php:329
1382
  #: templates/submit-listing.tpl.php:17
1383
  #, fuzzy
1384
  msgid "Add Listing"
@@ -1386,7 +1413,7 @@ msgstr "إضافة رسوم الإعلان"
1386
 
1387
  #: includes/class-meta.php:149
1388
  #: includes/controllers/pages/class-all-listings.php:6
1389
- #: includes/helpers/functions/templates-ui.php:316
1390
  msgid "View All Listings"
1391
  msgstr "مشاهدة جميع الإعلانات"
1392
 
@@ -1396,28 +1423,23 @@ msgid ""
1396
  "to set up a gateway. Until you do this, only free plans will be available."
1397
  msgstr ""
1398
 
1399
- #: includes/class-wpbdp.php:372
1400
- #, fuzzy
1401
- msgid "Settings"
1402
- msgstr "إعدادات"
1403
-
1404
- #: includes/class-wpbdp.php:575
1405
  #, fuzzy
1406
  msgid "Could not find listing ID"
1407
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1408
 
1409
- #: includes/class-wpbdp.php:582
1410
  msgid ""
1411
  "Could not verify the image upload request. If problem persists contact site "
1412
  "admin."
1413
  msgstr ""
1414
 
1415
- #: includes/class-wpbdp.php:589 includes/fields/class-fieldtypes-image.php:322
1416
  #, fuzzy
1417
  msgid "Could not find image ID"
1418
  msgstr "تعذر تحديث القالب : %s"
1419
 
1420
- #: includes/class-wpbdp.php:621
1421
  #, fuzzy
1422
  msgid ""
1423
  "The directory features are disabled at this time because a <a>manual "
@@ -1426,7 +1448,7 @@ msgstr ""
1426
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1427
  "يدوية قبل المتابعة."
1428
 
1429
- #: includes/class-wpbdp.php:628
1430
  msgid ""
1431
  "The directory is not available at this time. Please try again in a few "
1432
  "minutes or contact the administrator if the problem persists."
@@ -1558,7 +1580,7 @@ msgid "Go to SMTP settings"
1558
  msgstr "الذهاب إلى إعلانك"
1559
 
1560
  #: includes/controllers/pages/class-checkout.php:180
1561
- #: includes/controllers/pages/class-manage-listings.php:104
1562
  msgid "Pay Now"
1563
  msgstr ""
1564
 
@@ -1602,7 +1624,7 @@ msgstr "يرجى إدخال إسمك."
1602
  msgid "l F j, Y \\a\\t g:i a"
1603
  msgstr "l F j, Y \\a\\t g:i a"
1604
 
1605
- #: includes/controllers/pages/class-manage-listings.php:104
1606
  #: templates/renew-listing.tpl.php:11
1607
  msgid "Renew Listing"
1608
  msgstr "تجديد الإعلان"
@@ -1642,16 +1664,16 @@ msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1642
  msgid "Please check the form for errors, correct them and submit again."
1643
  msgstr ""
1644
 
1645
- #: includes/controllers/pages/class-submit-listing.php:1234
1646
  msgid "Create a user account on this site"
1647
  msgstr ""
1648
 
1649
- #: includes/controllers/pages/class-submit-listing.php:1241
1650
  #, fuzzy
1651
  msgid "Username"
1652
  msgstr "عضو"
1653
 
1654
- #: includes/controllers/pages/class-submit-listing.php:1263
1655
  #, fuzzy
1656
  msgid "Clear Form"
1657
  msgstr "مسح"
@@ -1692,47 +1714,47 @@ msgstr ""
1692
  msgid "Select Media"
1693
  msgstr "قائمة منسدلة"
1694
 
1695
- #: includes/fields/class-fieldtypes-select.php:24
1696
  #, fuzzy
1697
  msgid "Select List"
1698
  msgstr "قائمة منسدلة"
1699
 
1700
- #: includes/fields/class-fieldtypes-select.php:112
1701
  #, fuzzy
1702
  msgid "-- Choose One --"
1703
  msgstr "-- اختار واحد --"
1704
 
1705
- #: includes/fields/class-fieldtypes-select.php:139
1706
  #, fuzzy
1707
  msgid "-- Choose Terms --"
1708
  msgstr "- اختيار البنود -"
1709
 
1710
- #: includes/fields/class-fieldtypes-select.php:205
1711
  msgid "— None —"
1712
  msgstr ""
1713
 
1714
- #: includes/fields/class-fieldtypes-select.php:262
1715
  #, fuzzy
1716
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1717
  msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
1718
 
1719
- #: includes/fields/class-fieldtypes-select.php:262
1720
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1721
  #: templates/admin/fees-form.tpl.php:58
1722
  #, fuzzy
1723
  msgid "required"
1724
  msgstr "مطلوب"
1725
 
1726
- #: includes/fields/class-fieldtypes-select.php:264
1727
  msgid "One option per line"
1728
  msgstr ""
1729
 
1730
- #: includes/fields/class-fieldtypes-select.php:274
1731
  #, fuzzy
1732
  msgid "Allow empty selection on search?"
1733
  msgstr "السماح بالتحديد الفارغ في البحث؟"
1734
 
1735
- #: includes/fields/class-fieldtypes-select.php:292
1736
  #, fuzzy
1737
  msgid "Field list of options is required."
1738
  msgstr "قائمة خيارات الحقل مطلوبة."
@@ -1779,7 +1801,7 @@ msgstr "إفتح الرابط في نافذة جديدة"
1779
  msgid "Use rel=\"nofollow\" when displaying the link?"
1780
  msgstr "إستخدام rel = \"nofollow\" عند عرض الارتباط؟"
1781
 
1782
- #: includes/fields/class-fieldtypes-url.php:174
1783
  #, fuzzy
1784
  msgid "Link Text (optional)"
1785
  msgstr "رابط نصي (اختياري):"
@@ -1888,7 +1910,7 @@ msgstr "المصادقة على رقم صحيح"
1888
  msgid "Telephone Number Validator"
1889
  msgstr "المصادقة على رقم صحيح"
1890
 
1891
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:300
1892
  #, fuzzy
1893
  msgid "Field"
1894
  msgstr "حقل"
@@ -1952,19 +1974,19 @@ msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s
1952
  msgid "%s is badly formatted. Valid Phone Number format required."
1953
  msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
1954
 
1955
- #: includes/gateways/class-gateway-authorize-net.php:358
1956
  msgid ""
1957
  "An error occurred while trying to cancel your subscription. Please try again "
1958
  "later or contact the site administrator."
1959
  msgstr ""
1960
 
1961
- #: includes/gateways/class-gateway-authorize-net.php:362
1962
  msgid ""
1963
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1964
  "%s. You can try again later or cancel subscription from gateway dashboard."
1965
  msgstr ""
1966
 
1967
- #: includes/helpers/functions/general.php:568
1968
  msgid "Free"
1969
  msgstr "مجاني"
1970
 
@@ -1973,7 +1995,7 @@ msgstr "مجاني"
1973
  msgid "Untitled Listing"
1974
  msgstr "تحرير الإعلان"
1975
 
1976
- #: includes/helpers/functions/templates-ui.php:323
1977
  #, fuzzy
1978
  msgid "Manage Listings"
1979
  msgstr "إدارة الإعلانات المدفوعة"
@@ -1990,53 +2012,53 @@ msgid ""
1990
  "get updates."
1991
  msgstr ""
1992
 
1993
- #: includes/licensing.php:206 includes/licensing.php:211
1994
  #, fuzzy
1995
  msgid "Licenses"
1996
  msgstr "تراخيص"
1997
 
1998
  #. translators: %s: item type.
1999
- #: includes/licensing.php:268
2000
  msgid "%s will not get updates until license is reauthorized."
2001
  msgstr ""
2002
 
2003
- #: includes/licensing.php:289
2004
  #, fuzzy
2005
  msgid "Enter License Key here"
2006
  msgstr "تجديد مفتاح الترخيص"
2007
 
2008
- #: includes/licensing.php:290
2009
  #, fuzzy
2010
  msgid "Authorize"
2011
  msgstr "تفعيل Authorize.net؟"
2012
 
2013
- #: includes/licensing.php:390
2014
  #, fuzzy
2015
  msgid "Invalid item ID"
2016
  msgstr "معرف حقل غير صالح"
2017
 
2018
- #: includes/licensing.php:403
2019
  #, fuzzy
2020
  msgid "No license key provided"
2021
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2022
 
2023
- #: includes/licensing.php:452 includes/licensing.php:490
2024
  #, fuzzy
2025
  msgid "License key is invalid"
2026
  msgstr "مفتاح الترخيص غير صالح"
2027
 
2028
- #: includes/licensing.php:456
2029
  #, fuzzy
2030
  msgid "Deactivation failed"
2031
  msgstr "فشل التعطيل"
2032
 
2033
- #: includes/licensing.php:501
2034
  #, fuzzy
2035
  msgid "The license key was revoked."
2036
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2037
 
2038
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2039
- #: includes/licensing.php:505
2040
  msgid ""
2041
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2042
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2044,50 +2066,50 @@ msgid ""
2044
  "with your report."
2045
  msgstr ""
2046
 
2047
- #: includes/licensing.php:568
2048
  msgid ""
2049
  "It was not possible to establish a connection with the Business Directory "
2050
  "server. The connection failed with the following error:"
2051
  msgstr ""
2052
 
2053
- #: includes/licensing.php:581
2054
  msgid ""
2055
  "It was not possible to establish a connection with the Business Directory "
2056
  "server. A problem occurred in the SSL/TSL handshake:"
2057
  msgstr ""
2058
 
2059
- #: includes/licensing.php:628
2060
  msgid ""
2061
  "It looks like your server is not authorized to make outgoing requests to "
2062
  "Business Directory servers. Please contact your webhost and ask them to add "
2063
  "our IP address 52.0.78.177 to your allow list."
2064
  msgstr ""
2065
 
2066
- #: includes/licensing.php:722
2067
  #, fuzzy
2068
  msgid "Business Directory license key is missing."
2069
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2070
 
2071
- #: includes/licensing.php:723
2072
  #, fuzzy
2073
  msgid "Business Directory license key has expired"
2074
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2075
 
2076
- #: includes/licensing.php:724
2077
  #, fuzzy
2078
  msgid "Could not verify Business Directory license."
2079
  msgstr "المساعدة في تحسين دليل الأعمال"
2080
 
2081
- #: includes/licensing.php:735
2082
  #, fuzzy
2083
  msgid "Review license keys"
2084
  msgstr "تجديد مفتاح الترخيص"
2085
 
2086
- #: includes/licensing.php:850
2087
  msgid "Missing data. Please reload this page and try again."
2088
  msgstr ""
2089
 
2090
- #: includes/licensing.php:855
2091
  #, fuzzy
2092
  msgid "Please enter a license key."
2093
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
@@ -2118,7 +2140,7 @@ msgstr ""
2118
  msgid "Print Receipt"
2119
  msgstr ""
2120
 
2121
- #: includes/payment.php:187
2122
  #, fuzzy
2123
  msgid "Return to plan selection"
2124
  msgstr "الرجوع إلى الإعلان."
@@ -2206,12 +2228,17 @@ msgstr "عرض الصور المصغرة (px)"
2206
  msgid "Fields To Show"
2207
  msgstr ""
2208
 
2209
- #: includes/widgets/class-listings-widget.php:191
2210
  #, fuzzy
2211
  msgid "There are currently no listings to show."
2212
  msgstr "لا توجد حاليا إعلانات في الدليل."
2213
 
2214
- #: templates/admin/_admin-menu.php:47
 
 
 
 
 
2215
  msgid "Minimize Navigation"
2216
  msgstr ""
2217
 
@@ -2226,24 +2253,24 @@ msgstr ""
2226
  "المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
2227
  "الخطأ الخاص بك للحصول على التفاصيل."
2228
 
2229
- #: templates/admin/csv-export.tpl.php:40
2230
  #, fuzzy
2231
  msgid "All"
2232
  msgstr "الكل"
2233
 
2234
- #: templates/admin/csv-export.tpl.php:53
2235
  #, fuzzy
2236
  msgid "Create a ZIP file with both a CSV file and listing images."
2237
  msgstr ""
2238
  "عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
2239
  "ولائحة الصور."
2240
 
2241
- #: templates/admin/csv-export.tpl.php:58
2242
  #, fuzzy
2243
  msgid "Additional metadata to export"
2244
  msgstr "بيانات تعريف إضافية للتصدير:"
2245
 
2246
- #: templates/admin/csv-export.tpl.php:68
2247
  #, fuzzy
2248
  msgid ""
2249
  "If you plan to re-import the listings into your directory and don't want new "
@@ -2252,13 +2279,13 @@ msgstr ""
2252
  "إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
2253
  "أخرى جديدة، قم بتحديد هذا الخيار!"
2254
 
2255
- #: templates/admin/csv-export.tpl.php:122
2256
- #: templates/admin/csv-import.tpl.php:111
2257
  #, fuzzy
2258
  msgid "CSV File Settings"
2259
  msgstr "إعدادات ملف CSV"
2260
 
2261
- #: templates/admin/csv-export.tpl.php:132
2262
  msgid ""
2263
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2264
  "sure all your listings information is displayed properly when you view or "
@@ -2266,14 +2293,19 @@ msgid ""
2266
  "each operating system."
2267
  msgstr ""
2268
 
2269
- #: templates/admin/csv-export.tpl.php:153
2270
- #: templates/admin/csv-import.tpl.php:147
2271
  #, fuzzy
2272
  msgid "Image Separator"
2273
  msgstr "فاصلة الصورة "
2274
 
 
 
 
 
 
2275
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2276
- #: templates/admin/csv-import.tpl.php:34
2277
  #, fuzzy
2278
  msgid ""
2279
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
@@ -2282,12 +2314,12 @@ msgstr ""
2282
  "نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
2283
  "بالأشياء بالترتيب الصحيح."
2284
 
2285
- #: templates/admin/csv-import.tpl.php:46
2286
  #, fuzzy
2287
  msgid "Import Files"
2288
  msgstr "استيراد الملفات"
2289
 
2290
- #: templates/admin/csv-import.tpl.php:51
2291
  #, fuzzy
2292
  msgid "CSV File"
2293
  msgstr "ملف CSV"
@@ -2297,82 +2329,82 @@ msgstr "ملف CSV"
2297
  msgid "ZIP file containing images"
2298
  msgstr "ملف مضغوط يحتوي على صور"
2299
 
2300
- #: templates/admin/csv-import.tpl.php:117
2301
  #, fuzzy
2302
  msgid "Column Separator"
2303
  msgstr "فاصلة الأعمدة"
2304
 
2305
- #: templates/admin/csv-import.tpl.php:140
2306
  msgid "TAB"
2307
  msgstr ""
2308
 
2309
- #: templates/admin/csv-import.tpl.php:158
2310
  #, fuzzy
2311
  msgid "Category Separator"
2312
  msgstr "فاصلة التصنيف"
2313
 
2314
- #: templates/admin/csv-import.tpl.php:169
2315
  #, fuzzy
2316
  msgid "Import settings"
2317
  msgstr "إعدادات الاستيراد"
2318
 
2319
- #: templates/admin/csv-import.tpl.php:174
2320
  #, fuzzy
2321
  msgid "Post status of new imported listings"
2322
  msgstr "حالة مقالة الإعلانات المستوردة"
2323
 
2324
- #: templates/admin/csv-import.tpl.php:189
2325
  #, fuzzy
2326
  msgid "Post status of existing imported listings"
2327
  msgstr "حالة مقالة الإعلانات المستوردة"
2328
 
2329
- #: templates/admin/csv-import.tpl.php:206
2330
  #, fuzzy
2331
  msgid "Missing categories handling"
2332
  msgstr "معالجة التصنيفات المفقودة"
2333
 
2334
- #: templates/admin/csv-import.tpl.php:212
2335
  #, fuzzy
2336
  msgid "Auto-create categories"
2337
  msgstr "الإنشاء التلقائي للتصنيفات"
2338
 
2339
- #: templates/admin/csv-import.tpl.php:217
2340
  #, fuzzy
2341
  msgid "Generate errors when a category is not found"
2342
  msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
2343
 
2344
- #: templates/admin/csv-import.tpl.php:225
2345
  #, fuzzy
2346
  msgid "Keep existing images"
2347
  msgstr "الاحتفاظ بالصور الموجودة."
2348
 
2349
- #: templates/admin/csv-import.tpl.php:228
2350
  #, fuzzy
2351
  msgid "Appends new images while keeping current ones."
2352
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
2353
 
2354
- #: templates/admin/csv-import.tpl.php:236
2355
  #, fuzzy
2356
  msgid "Assign listings to a user"
2357
  msgstr "تعيين إعلانات للعضو؟"
2358
 
2359
- #: templates/admin/csv-import.tpl.php:248
2360
  #, fuzzy
2361
  msgid "Default listing user"
2362
  msgstr "إعلان العضو الافتراضي"
2363
 
2364
- #: templates/admin/csv-import.tpl.php:250
2365
  #, fuzzy
2366
  msgid ""
2367
  "This user will be used if the username column is not present in the CSV file."
2368
  msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
2369
 
2370
- #: templates/admin/csv-import.tpl.php:257
2371
  #, fuzzy
2372
  msgid "Number of listings imported on every cycle"
2373
  msgstr "عدد الإعلانات للعرض"
2374
 
2375
- #: templates/admin/csv-import.tpl.php:259
2376
  msgid ""
2377
  "If you are having trouble importing listings due to memory problems, try "
2378
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2380,12 +2412,12 @@ msgid ""
2380
  "success on shared hosting platforms and other resource-constrained servers."
2381
  msgstr ""
2382
 
2383
- #: templates/admin/csv-import.tpl.php:271
2384
  #, fuzzy
2385
  msgid "Disable email notifications during import"
2386
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
2387
 
2388
- #: templates/admin/csv-import.tpl.php:290
2389
  #, fuzzy
2390
  msgid ""
2391
  "The following are the valid header names to be used in the CSV file. "
@@ -2397,27 +2429,27 @@ msgstr ""
2397
  "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
2398
  "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
2399
 
2400
- #: templates/admin/csv-import.tpl.php:299
2401
  #, fuzzy
2402
  msgid "Header name/label"
2403
  msgstr "إسم رأس/التسمية"
2404
 
2405
- #: templates/admin/csv-import.tpl.php:302
2406
  #, fuzzy
2407
  msgid "Required?"
2408
  msgstr "مطلوب؟"
2409
 
2410
- #: templates/admin/csv-import.tpl.php:303
2411
  #, fuzzy
2412
  msgid "Multivalued?"
2413
  msgstr "متعدد القيم؟"
2414
 
2415
- #: templates/admin/csv-import.tpl.php:335
2416
  #, fuzzy
2417
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2418
  msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
2419
 
2420
- #: templates/admin/csv-import.tpl.php:342
2421
  #, fuzzy
2422
  msgid "Listing author's username"
2423
  msgstr "إسم مستخدم كاتب الإعلان"
@@ -2575,6 +2607,15 @@ msgstr "عدد الصور:"
2575
  msgid "Require this field on the Advanced Search screen."
2576
  msgstr "تضمين هذا الحقل في نموذج البحث."
2577
 
 
 
 
 
 
 
 
 
 
2578
  #: templates/admin/form-fields.tpl.php:4
2579
  #, fuzzy
2580
  msgid "Add New Form Field"
@@ -2612,17 +2653,37 @@ msgid "Manage Paid Listings"
2612
  msgstr "إدارة الإعلانات المدفوعة"
2613
 
2614
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2615
- #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
2616
- #: templates/login.tpl.php:71
2617
  #, fuzzy
2618
- msgid "Access Key"
2619
  msgstr "مفتاح الوصول"
2620
 
2621
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2622
  #: templates/email/listing-payment-completed.tpl.php:25
2623
  msgid "Plan"
2624
  msgstr ""
2625
 
 
 
 
 
 
 
2626
  #: templates/admin/payments-details.tpl.php:5
2627
  #, fuzzy
2628
  msgid "Payment %s"
@@ -2879,7 +2940,7 @@ msgid "Video Tutorials"
2879
  msgstr "دروس الفيديو التعليمية"
2880
 
2881
  #: templates/admin/themes-delete-confirm.tpl.php:4
2882
- #: templates/admin/themes-delete-confirm.tpl.php:22
2883
  #, fuzzy
2884
  msgid "Delete Directory Theme"
2885
  msgstr "حذف قالب الدليل"
@@ -2941,6 +3002,16 @@ msgstr ""
2941
  msgid "They are not a replacement for regular WordPress themes."
2942
  msgstr "هذا قالب أو الغلاف من %s وليس قالب ووردبريس عادي."
2943
 
 
 
 
 
 
 
 
 
 
 
2944
  #: templates/admin/uninstall-complete.tpl.php:12
2945
  #, fuzzy
2946
  msgid "Uninstall completed."
@@ -2952,7 +3023,7 @@ msgid "Return to Dashboard."
2952
  msgstr "الرجوع إلى لوحة تحكم ووردبرس"
2953
 
2954
  #: templates/admin/uninstall-confirm.tpl.php:25
2955
- msgid "Remove ALL module data (regions, maps, ratings, featured levels)"
2956
  msgstr ""
2957
 
2958
  #. translators: %1$s: open link html, %2$s: close link html
@@ -3107,12 +3178,22 @@ msgstr "طريقة الدفع"
3107
  msgid "Next"
3108
  msgstr ""
3109
 
3110
- #: templates/delete-listing-confirm.tpl.php:24
 
 
 
 
 
 
 
 
 
 
3111
  #, fuzzy
3112
  msgid "Yes. Delete my listing."
3113
  msgstr "نعم. إحذف إعلاني."
3114
 
3115
- #: templates/delete-listing-confirm.tpl.php:25
3116
  #, fuzzy
3117
  msgid "No. Take me back to the directory."
3118
  msgstr "لا. أرجعني إلى الدليل."
@@ -3144,6 +3225,12 @@ msgstr ""
3144
  "ستجد أدناه مفاتيح الوصول لكافة الإعلانات القوائم مع عنوان بريدك الإلكتروني "
3145
  "على موقعنا."
3146
 
 
 
 
 
 
 
3147
  #: templates/listing-contactform.tpl.php:42
3148
  #, fuzzy
3149
  msgid "Message"
@@ -3269,7 +3356,7 @@ msgid "%1$s every %2$s days."
3269
  msgstr "%s كل %s أيام."
3270
 
3271
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3272
- #: templates/manage-recurring.tpl.php:29
3273
  #, fuzzy
3274
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3275
  msgstr "%s كل %sالأيام. التجديد القادم في %s."
@@ -3294,11 +3381,6 @@ msgstr "التالي &raquo;"
3294
  msgid "Item"
3295
  msgstr "عنصر"
3296
 
3297
- #: templates/plan-selection-plan.tpl.php:41
3298
- #, fuzzy
3299
- msgid "Recurring"
3300
- msgstr "(متكرر)"
3301
-
3302
  #: templates/plan-selection-plan.tpl.php:45
3303
  #, fuzzy
3304
  msgid "Never Expires"
@@ -3399,6 +3481,244 @@ msgstr "حذف الإعلان"
3399
  msgid "Continue to Payment"
3400
  msgstr "الدفعة الأولية"
3401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3402
  #. Author URI of the plugin/theme
3403
  #, fuzzy
3404
  msgid "https://businessdirectoryplugin.com"
@@ -3617,44 +3937,44 @@ msgctxt "listings view"
3617
  msgid "No Plan"
3618
  msgstr "تم الدفع"
3619
 
3620
- #: includes/admin/controllers/class-admin-controller.php:84
3621
  msgctxt "admin confirm"
3622
  msgid "No, go back"
3623
  msgstr ""
3624
 
3625
- #: includes/admin/controllers/class-admin-controller.php:85
3626
  msgctxt "admin confirm"
3627
  msgid "Yes, I'm sure"
3628
  msgstr ""
3629
 
3630
- #: includes/admin/controllers/class-admin-fees.php:46
3631
  msgctxt "fees order"
3632
  msgid "Label"
3633
  msgstr "التسمية"
3634
 
3635
- #: includes/admin/controllers/class-admin-fees.php:48
3636
  msgctxt "fees order"
3637
  msgid "Duration"
3638
  msgstr "المدة"
3639
 
3640
- #: includes/admin/controllers/class-admin-fees.php:50
3641
  msgctxt "fees order"
3642
  msgid "Custom Order"
3643
  msgstr "ترتيب مخصص"
3644
 
3645
- #: includes/admin/controllers/class-admin-fees.php:282
3646
  #, fuzzy
3647
  msgctxt "fees admin"
3648
  msgid "Plan \"%s\" deleted."
3649
  msgstr "الرسوم حذفت."
3650
 
3651
- #: includes/admin/controllers/class-admin-fees.php:294
3652
  #, fuzzy
3653
  msgctxt "fees admin"
3654
  msgid "Plan enabled."
3655
  msgstr "رسوم معطلة."
3656
 
3657
- #: includes/admin/controllers/class-admin-fees.php:294
3658
  #, fuzzy
3659
  msgctxt "fees admin"
3660
  msgid "Plan disabled."
@@ -3676,29 +3996,29 @@ msgctxt "fees admin"
3676
  msgid "Attributes"
3677
  msgstr "سمات الحقل"
3678
 
3679
- #: includes/admin/helpers/tables/class-fees-table.php:140
3680
  msgctxt "fees admin"
3681
  msgid "Edit"
3682
  msgstr "تحرير"
3683
 
3684
- #: includes/admin/helpers/tables/class-fees-table.php:213
3685
  #, fuzzy
3686
  msgctxt "fees admin"
3687
  msgid "Variable"
3688
  msgstr "تعطيل"
3689
 
3690
- #: includes/admin/helpers/tables/class-fees-table.php:218
3691
  #, fuzzy
3692
  msgctxt "fees admin"
3693
  msgid "%1$s + %2$s per category"
3694
  msgstr "Frais \"%s\" pour catégorie \"%s\""
3695
 
3696
- #: includes/admin/helpers/tables/class-fees-table.php:237
3697
  msgctxt "fees admin"
3698
  msgid "Forever"
3699
  msgstr "دائما"
3700
 
3701
- #: includes/admin/helpers/tables/class-fees-table.php:239
3702
  msgctxt "fees admin"
3703
  msgid "%d day"
3704
  msgid_plural "%d days"
@@ -3709,41 +4029,41 @@ msgstr[3] "%d أيام"
3709
  msgstr[4] "%d يوم"
3710
  msgstr[5] "%d يوم"
3711
 
3712
- #: includes/admin/helpers/tables/class-fees-table.php:270
3713
  msgctxt "fees admin"
3714
  msgid "All categories"
3715
  msgstr "جميع التصنيفات"
3716
 
3717
- #: includes/admin/helpers/tables/class-fees-table.php:299
3718
  msgctxt "fees admin"
3719
  msgid "Sticky"
3720
  msgstr ""
3721
 
3722
- #: includes/admin/helpers/tables/class-fees-table.php:303
3723
  #, fuzzy
3724
  msgctxt "fees admin"
3725
  msgid "Recurring"
3726
  msgstr "(متكرر)"
3727
 
3728
- #: includes/admin/helpers/tables/class-fees-table.php:307
3729
  #, fuzzy
3730
  msgctxt "fees admin"
3731
  msgid "Private"
3732
  msgstr "قم بالتفعيل"
3733
 
3734
- #: includes/admin/helpers/tables/class-payments-table.php:55
3735
  #, fuzzy
3736
  msgctxt "fees admin"
3737
  msgid "Date"
3738
  msgstr "Date"
3739
 
3740
- #: includes/admin/helpers/tables/class-payments-table.php:56
3741
  #, fuzzy
3742
  msgctxt "fees admin"
3743
  msgid "Payment History"
3744
  msgstr "سجل المدفوعات"
3745
 
3746
- #: includes/admin/helpers/tables/class-payments-table.php:58
3747
  msgctxt "fees admin"
3748
  msgid "Status"
3749
  msgstr "الحالة"
@@ -3916,53 +4236,53 @@ msgctxt "listing status"
3916
  msgid "Reported"
3917
  msgstr ""
3918
 
3919
- #: includes/models/class-listing.php:979
3920
  msgctxt "listing status"
3921
  msgid "Unknown"
3922
  msgstr ""
3923
 
3924
- #: includes/models/class-listing.php:980
3925
  msgctxt "listing status"
3926
  msgid "Legacy"
3927
  msgstr ""
3928
 
3929
- #: includes/models/class-listing.php:981
3930
  #, fuzzy
3931
  msgctxt "listing status"
3932
  msgid "Incomplete"
3933
  msgstr "إكتمل"
3934
 
3935
- #: includes/models/class-listing.php:982
3936
  #, fuzzy
3937
  msgctxt "listing status"
3938
  msgid "Pending Payment"
3939
  msgstr "في انتظار التخلي"
3940
 
3941
- #: includes/models/class-listing.php:983
3942
  #, fuzzy
3943
  msgctxt "listing status"
3944
  msgid "Complete"
3945
  msgstr "إكتمل"
3946
 
3947
- #: includes/models/class-listing.php:984
3948
  #, fuzzy
3949
  msgctxt "listing status"
3950
  msgid "Pending Upgrade"
3951
  msgstr " في انتظار الترقية"
3952
 
3953
- #: includes/models/class-listing.php:985
3954
  #, fuzzy
3955
  msgctxt "listing status"
3956
  msgid "Expired"
3957
  msgstr "منتهي الصلاحية"
3958
 
3959
- #: includes/models/class-listing.php:986
3960
  #, fuzzy
3961
  msgctxt "listing status"
3962
  msgid "Pending Renewal"
3963
  msgstr "مفعل + ريثما يتم التجديد"
3964
 
3965
- #: includes/models/class-listing.php:987
3966
  #, fuzzy
3967
  msgctxt "listing status"
3968
  msgid "Abandoned"
@@ -4034,31 +4354,31 @@ msgctxt "payments admin"
4034
  msgid "Payment details updated."
4035
  msgstr "تفاصيل الدفع"
4036
 
4037
- #: includes/admin/helpers/tables/class-payments-table.php:12
4038
  #, fuzzy
4039
  msgctxt "payments admin"
4040
  msgid "payment"
4041
  msgstr "الدفع"
4042
 
4043
- #: includes/admin/helpers/tables/class-payments-table.php:13
4044
  #, fuzzy
4045
  msgctxt "payments admin"
4046
  msgid "payments"
4047
  msgstr "الدفع"
4048
 
4049
- #: includes/admin/helpers/tables/class-payments-table.php:19
4050
  #, fuzzy
4051
  msgctxt "payments admin"
4052
  msgid "No payments found."
4053
  msgstr "لم يتم العثور على أي إعلانات."
4054
 
4055
- #: includes/admin/helpers/tables/class-payments-table.php:32
4056
  #, fuzzy
4057
  msgctxt "payments admin"
4058
  msgid "All"
4059
  msgstr "الكل"
4060
 
4061
- #: includes/admin/helpers/tables/class-payments-table.php:124
4062
  #, fuzzy
4063
  msgctxt "payments admin"
4064
  msgid "View Payment History"
@@ -4087,12 +4407,12 @@ msgctxt "form-fields admin"
4087
  msgid "Field deleted."
4088
  msgstr "تم حذف الحقل."
4089
 
4090
- #: includes/admin/controllers/class-form-fields-admin.php:329
4091
  msgctxt "form-fields admin"
4092
  msgid "Required fields created successfully."
4093
  msgstr "الحقول المطلوبة أنشئت بنجاح."
4094
 
4095
- #: includes/admin/controllers/class-form-fields-admin.php:381
4096
  msgctxt "form-fields admin"
4097
  msgid "Tags updated."
4098
  msgstr "تم تحديث الوسوم"
@@ -4464,16 +4784,7 @@ msgctxt "form-fields admin"
4464
  msgid "Theme Tags"
4465
  msgstr "وسوم القالب"
4466
 
4467
- #: templates/admin/form-fields-tags.tpl.php:19
4468
- msgctxt "form-fields admin"
4469
- msgid ""
4470
- "Before you create fields, make sure you've mapped all of your EXISTING ones "
4471
- "first, otherwise you'll appear to be \"missing data\" on your listings."
4472
- msgstr ""
4473
- "قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
4474
- "\"بيانات مفقودة\" في إعلاناتك."
4475
-
4476
- #: templates/admin/form-fields-tags.tpl.php:22
4477
  msgctxt "form-fields admin"
4478
  msgid "Create Missing Fields"
4479
  msgstr "إنشاء الحقول المفقودة"
@@ -4489,29 +4800,29 @@ msgctxt "admin settings"
4489
  msgid "Valid placeholders: %s"
4490
  msgstr "العناصر النائبة صالحة: %s"
4491
 
4492
- #: includes/admin/settings/class-settings-bootstrap.php:106
4493
  msgctxt "admin settings"
4494
  msgid ""
4495
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4496
  "setting is checked."
4497
  msgstr ""
4498
 
4499
- #: includes/admin/settings/class-settings-bootstrap.php:309
4500
  msgctxt "admin settings"
4501
  msgid "Above results"
4502
  msgstr "أعلى النتائج"
4503
 
4504
- #: includes/admin/settings/class-settings-bootstrap.php:310
4505
  msgctxt "admin settings"
4506
  msgid "Below results"
4507
  msgstr "أسفل النتائج"
4508
 
4509
- #: includes/admin/settings/class-settings-bootstrap.php:311
4510
  msgctxt "admin settings"
4511
  msgid "Don't show with results"
4512
  msgstr "لا تظهر مع النتائج"
4513
 
4514
- #: includes/admin/settings/class-settings-bootstrap.php:392
4515
  msgctxt "admin settings"
4516
  msgid ""
4517
  "You have selected a textarea field to be included in quick searches. "
@@ -4522,266 +4833,266 @@ msgstr ""
4522
  "التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
4523
  "و/ أو البطء العام."
4524
 
4525
- #: includes/admin/settings/class-settings-bootstrap.php:552
4526
  msgctxt "admin settings"
4527
  msgid "Do not include comments in listings"
4528
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
4529
 
4530
- #: includes/admin/settings/class-settings-bootstrap.php:576
4531
  #, fuzzy
4532
  msgctxt "admin settings"
4533
  msgid "Directory view."
4534
  msgstr "الدليل"
4535
 
4536
- #: includes/admin/settings/class-settings-bootstrap.php:577
4537
  #, fuzzy
4538
  msgctxt "admin settings"
4539
  msgid "All Listings view."
4540
  msgstr "مشاهدة جميع الإعلانات"
4541
 
4542
- #: includes/admin/settings/class-settings-bootstrap.php:578
4543
  #, fuzzy
4544
  msgctxt "admin settings"
4545
  msgid "Category view."
4546
  msgstr "التصنيفات"
4547
 
4548
- #: includes/admin/settings/class-settings-bootstrap.php:579
4549
  #, fuzzy
4550
  msgctxt "admin settings"
4551
  msgid "Search view."
4552
  msgstr "بحث"
4553
 
4554
- #: includes/admin/settings/class-settings-bootstrap.php:710
4555
  msgctxt "admin settings"
4556
  msgid "Slug"
4557
  msgstr "رابط لطيف"
4558
 
4559
- #: includes/admin/settings/class-settings-bootstrap.php:723
4560
- #: includes/admin/settings/class-settings-bootstrap.php:791
4561
  msgctxt "admin settings"
4562
  msgid "Ascending"
4563
  msgstr "تصاعدي"
4564
 
4565
- #: includes/admin/settings/class-settings-bootstrap.php:724
4566
- #: includes/admin/settings/class-settings-bootstrap.php:792
4567
  msgctxt "admin settings"
4568
  msgid "Descending"
4569
  msgstr "تنازلي"
4570
 
4571
- #: includes/admin/settings/class-settings-bootstrap.php:757
4572
  msgctxt "admin settings"
4573
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4574
  msgstr ""
4575
 
4576
- #: includes/admin/settings/class-settings-bootstrap.php:770
4577
  msgctxt "admin settings"
4578
  msgid "Author"
4579
  msgstr "الكاتب"
4580
 
4581
- #: includes/admin/settings/class-settings-bootstrap.php:771
4582
- #: includes/helpers/functions/general.php:1285
4583
  msgctxt "admin settings"
4584
  msgid "Date posted"
4585
  msgstr "تاريخ النشر"
4586
 
4587
- #: includes/admin/settings/class-settings-bootstrap.php:772
4588
- #: includes/helpers/functions/general.php:1286
4589
  msgctxt "admin settings"
4590
  msgid "Date last modified"
4591
  msgstr "تاريخ آخر تعديل"
4592
 
4593
- #: includes/admin/settings/class-settings-bootstrap.php:773
4594
  msgctxt "admin settings"
4595
  msgid "Random"
4596
  msgstr "عشوائية"
4597
 
4598
- #: includes/admin/settings/class-settings-bootstrap.php:774
4599
  msgctxt "admin settings"
4600
  msgid "Paid first then free. Inside each group by date."
4601
  msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة حسب التاريخ."
4602
 
4603
- #: includes/admin/settings/class-settings-bootstrap.php:775
4604
  msgctxt "admin settings"
4605
  msgid "Paid first then free. Inside each group by title."
4606
  msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة بعنوان."
4607
 
4608
- #: includes/admin/settings/class-settings-bootstrap.php:776
4609
  msgctxt "admin settings"
4610
  msgid "Plan Custom Order, then Date"
4611
  msgstr ""
4612
 
4613
- #: includes/admin/settings/class-settings-bootstrap.php:777
4614
  msgctxt "admin settings"
4615
  msgid "Plan Custom Order, then Title"
4616
  msgstr ""
4617
 
4618
- #: includes/admin/settings/class-settings-bootstrap.php:1049
4619
- #: includes/admin/settings/class-settings-bootstrap.php:1074
4620
- #: includes/admin/settings/class-settings-bootstrap.php:1098
4621
  #, fuzzy
4622
  msgctxt "admin settings"
4623
  msgid "Excerpt view."
4624
  msgstr "مقتطف"
4625
 
4626
- #: includes/admin/settings/class-settings-bootstrap.php:1075
4627
- #: includes/admin/settings/class-settings-bootstrap.php:1099
4628
  #, fuzzy
4629
  msgctxt "admin settings"
4630
  msgid "Detail view."
4631
  msgstr "الدليل"
4632
 
4633
- #: includes/admin/settings/class-settings-bootstrap.php:1170
4634
  msgctxt "admin settings"
4635
  msgid "Australian Dollar (AUD)"
4636
  msgstr "الدولار الأسترالي (AUD)"
4637
 
4638
- #: includes/admin/settings/class-settings-bootstrap.php:1171
4639
  msgctxt "admin settings"
4640
  msgid "Brazilian Real (BRL)"
4641
  msgstr "الريال البرازيلي (BRL)"
4642
 
4643
- #: includes/admin/settings/class-settings-bootstrap.php:1172
4644
  msgctxt "admin settings"
4645
  msgid "Canadian Dollar (CAD)"
4646
  msgstr "الدولار الكندي (CAD)"
4647
 
4648
- #: includes/admin/settings/class-settings-bootstrap.php:1173
4649
  msgctxt "admin settings"
4650
  msgid "Czech Koruna (CZK)"
4651
  msgstr "الكورونا التشيكية (CZK)"
4652
 
4653
- #: includes/admin/settings/class-settings-bootstrap.php:1174
4654
  msgctxt "admin settings"
4655
  msgid "Danish Krone (DKK)"
4656
  msgstr "الكرونة الدانماركية (DKK)"
4657
 
4658
- #: includes/admin/settings/class-settings-bootstrap.php:1175
4659
  msgctxt "admin settings"
4660
  msgid "United Arab Emirates Dirham (AED)"
4661
  msgstr ""
4662
 
4663
- #: includes/admin/settings/class-settings-bootstrap.php:1176
4664
  msgctxt "admin settings"
4665
  msgid "Euro (EUR)"
4666
  msgstr "اليورو (EUR)"
4667
 
4668
- #: includes/admin/settings/class-settings-bootstrap.php:1177
4669
  msgctxt "admin settings"
4670
  msgid "Hong Kong Dollar (HKD)"
4671
  msgstr "دولار هونج كونج (HKD)"
4672
 
4673
- #: includes/admin/settings/class-settings-bootstrap.php:1178
4674
  msgctxt "admin settings"
4675
  msgid "Hungarian Forint (HUF)"
4676
  msgstr "الفورنت الهنغاري (HUF)"
4677
 
4678
- #: includes/admin/settings/class-settings-bootstrap.php:1179
4679
  msgctxt "admin settings"
4680
  msgid "Israeli New Shequel (ILS)"
4681
  msgstr "الشكيل الإسرائيلي الجديد (ILS)"
4682
 
4683
- #: includes/admin/settings/class-settings-bootstrap.php:1180
4684
  msgctxt "admin settings"
4685
  msgid "Japanese Yen (JPY)"
4686
  msgstr "الين الياباني (JPY)"
4687
 
4688
- #: includes/admin/settings/class-settings-bootstrap.php:1181
4689
  msgctxt "admin settings"
4690
  msgid "Moroccan Dirham (MAD)"
4691
  msgstr ""
4692
 
4693
- #: includes/admin/settings/class-settings-bootstrap.php:1182
4694
  msgctxt "admin settings"
4695
  msgid "Malasian Ringgit (MYR)"
4696
  msgstr "الرينغيت الماليزي (MYR)"
4697
 
4698
- #: includes/admin/settings/class-settings-bootstrap.php:1183
4699
  msgctxt "admin settings"
4700
  msgid "Mexican Peso (MXN)"
4701
  msgstr "بيزو مكسيكي (MXN)"
4702
 
4703
- #: includes/admin/settings/class-settings-bootstrap.php:1184
4704
  msgctxt "admin settings"
4705
  msgid "Norwegian Krone (NOK)"
4706
  msgstr "الكرون النرويجي (NOK)"
4707
 
4708
- #: includes/admin/settings/class-settings-bootstrap.php:1185
4709
  msgctxt "admin settings"
4710
  msgid "New Zealand Dollar (NZD)"
4711
  msgstr "الدولار النيوزيلندي (NZD)"
4712
 
4713
- #: includes/admin/settings/class-settings-bootstrap.php:1186
4714
  msgctxt "admin settings"
4715
  msgid "Philippine Peso (PHP)"
4716
  msgstr "بيزو فلبيني (PHP)"
4717
 
4718
- #: includes/admin/settings/class-settings-bootstrap.php:1187
4719
  msgctxt "admin settings"
4720
  msgid "Polish Zloty (PLN)"
4721
  msgstr "الزلوتي البولندي (PLN)"
4722
 
4723
- #: includes/admin/settings/class-settings-bootstrap.php:1188
4724
  msgctxt "admin settings"
4725
  msgid "Pound Sterling (GBP)"
4726
  msgstr "الجنيه الإسترليني (GBP)"
4727
 
4728
- #: includes/admin/settings/class-settings-bootstrap.php:1189
4729
  msgctxt "admin settings"
4730
  msgid "Singapore Dollar (SGD)"
4731
  msgstr "دولار سنغافوري (SGD)"
4732
 
4733
- #: includes/admin/settings/class-settings-bootstrap.php:1190
4734
  msgctxt "admin settings"
4735
  msgid "Swedish Krona (SEK)"
4736
  msgstr "الكرونا السويدية (SEK)"
4737
 
4738
- #: includes/admin/settings/class-settings-bootstrap.php:1191
4739
  msgctxt "admin settings"
4740
  msgid "Swiss Franc (CHF)"
4741
  msgstr "الفرنك السويسري (CHF)"
4742
 
4743
- #: includes/admin/settings/class-settings-bootstrap.php:1192
4744
  msgctxt "admin settings"
4745
  msgid "Taiwan Dollar (TWD)"
4746
  msgstr "الدولار التايواني (TWD)"
4747
 
4748
- #: includes/admin/settings/class-settings-bootstrap.php:1193
4749
  msgctxt "admin settings"
4750
  msgid "Thai Baht (THB)"
4751
  msgstr "البات التايلندي (THB)"
4752
 
4753
- #: includes/admin/settings/class-settings-bootstrap.php:1194
4754
  msgctxt "admin settings"
4755
  msgid "Turkish Lira (TRY)"
4756
  msgstr "الليرة التركية (TRY)"
4757
 
4758
- #: includes/admin/settings/class-settings-bootstrap.php:1195
4759
  msgctxt "admin settings"
4760
  msgid "U.S. Dollar (USD)"
4761
  msgstr "الدولار الأمريكي (USD)"
4762
 
4763
- #: includes/admin/settings/class-settings-bootstrap.php:1219
4764
  msgctxt "admin settings"
4765
  msgid "Show currency symbol on the left"
4766
  msgstr "إظهار رمز العملة على اليسار"
4767
 
4768
- #: includes/admin/settings/class-settings-bootstrap.php:1220
4769
  msgctxt "admin settings"
4770
  msgid "Show currency symbol on the right"
4771
  msgstr "إظهار رمز العملة على اليمين"
4772
 
4773
- #: includes/admin/settings/class-settings-bootstrap.php:1221
4774
  msgctxt "admin settings"
4775
  msgid "Do not show currency symbol"
4776
  msgstr "عدم إظهار رمز العملة"
4777
 
4778
  #. translators: %1$s: gateway name, %2$s: explanation string
4779
- #: includes/admin/settings/class-settings-bootstrap.php:1266
4780
  msgctxt "admin settings"
4781
  msgid "AED currency is not supported by %1$s. %2$s"
4782
  msgstr ""
4783
 
4784
- #: includes/admin/settings/class-settings-bootstrap.php:1304
4785
  #, fuzzy
4786
  msgctxt "admin settings"
4787
  msgid ""
@@ -4791,122 +5102,122 @@ msgstr ""
4791
  "الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
4792
  "<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
4793
 
4794
- #: includes/admin/settings/class-settings-bootstrap.php:1334
4795
  msgctxt "admin settings"
4796
  msgid "Try listing's email field first, then author's email."
4797
  msgstr "جرب البريد الإلكتروني للإعلانات أولاً، ثم البريد الإلكتروني للكاتب."
4798
 
4799
- #: includes/admin/settings/class-settings-bootstrap.php:1335
4800
  msgctxt "admin settings"
4801
  msgid "Try author's email first and then listing's email field."
4802
  msgstr "جرب البريد الإلكتروني للكاتب أولاً، ثم البريد الإلكتروني للإعلانات."
4803
 
4804
- #: includes/admin/settings/class-settings-bootstrap.php:1348
4805
  msgctxt "admin settings"
4806
  msgid "Plain (text/plain)"
4807
  msgstr ""
4808
 
4809
- #: includes/admin/settings/class-settings-bootstrap.php:1349
4810
  msgctxt "admin settings"
4811
  msgid "HTML (text/html)"
4812
  msgstr ""
4813
 
4814
- #: includes/admin/settings/class-settings-bootstrap.php:1350
4815
  msgctxt "admin settings"
4816
  msgid "Both (multipart/alternative)"
4817
  msgstr ""
4818
 
4819
- #: includes/admin/settings/class-settings-bootstrap.php:1364
4820
  msgctxt "admin settings"
4821
  msgid "A new listing is submitted."
4822
  msgstr "يتم إضافة إعلان جديد"
4823
 
4824
- #: includes/admin/settings/class-settings-bootstrap.php:1365
4825
  msgctxt "admin settings"
4826
  msgid "A listing is edited."
4827
  msgstr "تم تحرير الإعلان"
4828
 
4829
- #: includes/admin/settings/class-settings-bootstrap.php:1366
4830
  msgctxt "admin settings"
4831
  msgid "A listing expires."
4832
  msgstr "الإعلان منتهي التاريخ"
4833
 
4834
- #: includes/admin/settings/class-settings-bootstrap.php:1367
4835
  #, fuzzy
4836
  msgctxt "admin settings"
4837
  msgid "A listing is renewed."
4838
  msgstr "تم تحرير الإعلان"
4839
 
4840
- #: includes/admin/settings/class-settings-bootstrap.php:1368
4841
  #, fuzzy
4842
  msgctxt "admin settings"
4843
  msgid "A listing payment is completed."
4844
  msgstr "تم تحرير الإعلان"
4845
 
4846
- #: includes/admin/settings/class-settings-bootstrap.php:1369
4847
  #, fuzzy
4848
  msgctxt "admin settings"
4849
  msgid "A listing has been reported as inappropriate."
4850
  msgstr "تمت ترقية الإعلان."
4851
 
4852
- #: includes/admin/settings/class-settings-bootstrap.php:1370
4853
  msgctxt "admin settings"
4854
  msgid "A contact message is sent to a listing's owner."
4855
  msgstr "يتم إرسال رسالة اتصال لمالك الإعلان."
4856
 
4857
- #: includes/admin/settings/class-settings-bootstrap.php:1397
4858
  msgctxt "admin settings"
4859
  msgid "Their listing is submitted."
4860
  msgstr "يتم إضافة الإعلان الخاص بهم"
4861
 
4862
- #: includes/admin/settings/class-settings-bootstrap.php:1398
4863
  msgctxt "admin settings"
4864
  msgid "Their listing is approved/published."
4865
  msgstr "تمت الموافقة ونشر الإعلان الخاص بهم"
4866
 
4867
- #: includes/admin/settings/class-settings-bootstrap.php:1399
4868
  #, fuzzy
4869
  msgctxt "admin settings"
4870
  msgid "A payment for their listing is completed."
4871
  msgstr "يتم إضافة الإعلان الخاص بهم"
4872
 
4873
- #: includes/admin/settings/class-settings-bootstrap.php:1400
4874
  #, fuzzy
4875
  msgctxt "admin settings"
4876
  msgid "Their listing expired or is about to expire."
4877
  msgstr "يتم إضافة الإعلان الخاص بهم"
4878
 
4879
- #: includes/admin/settings/class-settings-bootstrap.php:1418
4880
- #: includes/admin/settings/class-settings-bootstrap.php:1437
4881
- #: includes/admin/settings/class-settings-bootstrap.php:1473
4882
- #: includes/admin/settings/class-settings-bootstrap.php:1509
4883
- #: includes/admin/settings/class-settings-bootstrap.php:1528
4884
  msgctxt "admin settings"
4885
  msgid "Listing's title"
4886
  msgstr "عنوان الإعلان"
4887
 
4888
- #: includes/admin/settings/class-settings-bootstrap.php:1419
4889
- #: includes/admin/settings/class-settings-bootstrap.php:1510
4890
  #, fuzzy
4891
  msgctxt "admin settings"
4892
  msgid "Listing's plan name"
4893
  msgstr "إنتهاء صلاحية الإعلان"
4894
 
4895
- #: includes/admin/settings/class-settings-bootstrap.php:1420
4896
- #: includes/admin/settings/class-settings-bootstrap.php:1511
4897
  #, fuzzy
4898
  msgctxt "admin settings"
4899
  msgid "Listing's plan description"
4900
  msgstr "تحديد رسوم الإعلان"
4901
 
4902
- #: includes/admin/settings/class-settings-bootstrap.php:1421
4903
- #: includes/admin/settings/class-settings-bootstrap.php:1512
4904
  #, fuzzy
4905
  msgctxt "admin settings"
4906
  msgid "Listing's plan details"
4907
  msgstr "إنتهاء صلاحية الإعلان"
4908
 
4909
- #: includes/admin/settings/class-settings-bootstrap.php:1434
4910
  msgctxt "admin settings"
4911
  msgid ""
4912
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
@@ -4915,70 +5226,70 @@ msgstr ""
4915
  "القائمة الخاصة بك \"[listing]\" متوفر الآن في [listing-url] ويمكن مشاهدتها "
4916
  "من قبل العموم."
4917
 
4918
- #: includes/admin/settings/class-settings-bootstrap.php:1438
4919
- #: includes/admin/settings/class-settings-bootstrap.php:1472
4920
  msgctxt "admin settings"
4921
  msgid "Listing's URL"
4922
  msgstr "عنوان URL الإعلان"
4923
 
4924
- #: includes/admin/settings/class-settings-bootstrap.php:1439
4925
- #: includes/admin/settings/class-settings-bootstrap.php:1479
4926
  #, fuzzy
4927
  msgctxt "admin settings"
4928
  msgid "Listing's Access Key"
4929
  msgstr "مفاتيح وصول الإعلان"
4930
 
4931
- #: includes/admin/settings/class-settings-bootstrap.php:1474
4932
  #, fuzzy
4933
  msgctxt "admin settings"
4934
  msgid "Sender's name"
4935
  msgstr "إسم الكاتب"
4936
 
4937
- #: includes/admin/settings/class-settings-bootstrap.php:1477
4938
  #, fuzzy
4939
  msgctxt "admin settings"
4940
  msgid "Contact message"
4941
  msgstr "رسالة اتصال الإعلان"
4942
 
4943
- #: includes/admin/settings/class-settings-bootstrap.php:1478
4944
  msgctxt "admin settings"
4945
  msgid "Date and time the message was sent"
4946
  msgstr ""
4947
 
4948
- #: includes/admin/settings/class-settings-bootstrap.php:1513
4949
  #, fuzzy
4950
  msgctxt "admin settings"
4951
  msgid "Payment items details."
4952
  msgstr "تفاصيل الدفع"
4953
 
4954
- #: includes/admin/settings/class-settings-bootstrap.php:1514
4955
  msgctxt "admin settings"
4956
  msgid "URL where user can review and print payment receipt."
4957
  msgstr ""
4958
 
4959
- #: includes/admin/settings/class-settings-bootstrap.php:1515
4960
  #, fuzzy
4961
  msgctxt "admin settings"
4962
  msgid "Gateway used to process listing's payment."
4963
  msgstr "تعذر معالجة الدفع."
4964
 
4965
- #: includes/admin/settings/class-settings-bootstrap.php:1529
4966
  msgctxt "admin settings"
4967
  msgid "Checkout URL link"
4968
  msgstr "رابط URL إتمام الشراء"
4969
 
4970
- #: includes/admin/settings/class-settings-bootstrap.php:1631
4971
  #, fuzzy
4972
  msgctxt "admin settings"
4973
  msgid "Uploaded Image (no resize)"
4974
  msgstr "رفع الصور"
4975
 
4976
- #: includes/helpers/functions/general.php:1283
4977
  msgctxt "admin settings"
4978
  msgid "User"
4979
  msgstr "عضو"
4980
 
4981
- #: includes/helpers/functions/general.php:1284
4982
  msgctxt "admin settings"
4983
  msgid "User registration date"
4984
  msgstr "تاريخ تسجيل العضو"
@@ -5238,54 +5549,54 @@ msgctxt "settings"
5238
  msgid "General"
5239
  msgstr "عام"
5240
 
5241
- #: includes/admin/settings/class-settings-bootstrap.php:12
5242
- #: includes/admin/settings/class-settings-bootstrap.php:1033
5243
  #, fuzzy
5244
  msgctxt "settings"
5245
  msgid "Listings"
5246
  msgstr "الإعلانات"
5247
 
5248
- #: includes/admin/settings/class-settings-bootstrap.php:15
5249
- #: includes/admin/settings/class-settings-bootstrap.php:20
5250
- #: includes/admin/settings/class-settings-bootstrap.php:25
5251
- #: includes/admin/settings/class-settings-bootstrap.php:42
5252
- #: includes/admin/settings/class-settings-bootstrap.php:1315
5253
- #: includes/admin/settings/class-settings.php:356
5254
  #, fuzzy
5255
  msgctxt "settings"
5256
  msgid "General Settings"
5257
  msgstr "الإعدادات العامة"
5258
 
5259
- #: includes/admin/settings/class-settings-bootstrap.php:22
5260
  #, fuzzy
5261
  msgctxt "settings"
5262
  msgid "Payment"
5263
  msgstr "الدفع"
5264
 
5265
- #: includes/admin/settings/class-settings-bootstrap.php:27
5266
  msgctxt "settings"
5267
  msgid "Appearance"
5268
  msgstr ""
5269
 
5270
- #: includes/admin/settings/class-settings-bootstrap.php:65
5271
  #, fuzzy
5272
  msgctxt "settings"
5273
  msgid "Permalink Settings"
5274
  msgstr "إعدادات الرابط الثابت"
5275
 
5276
- #: includes/admin/settings/class-settings-bootstrap.php:70
5277
  #, fuzzy
5278
  msgctxt "settings"
5279
  msgid "Directory Listings Slug"
5280
  msgstr "رابط لطيف لإعلانات الدليل"
5281
 
5282
- #: includes/admin/settings/class-settings-bootstrap.php:80
5283
  #, fuzzy
5284
  msgctxt "settings"
5285
  msgid "Categories Slug"
5286
  msgstr "رابط لطيف للتصنيفات"
5287
 
5288
- #: includes/admin/settings/class-settings-bootstrap.php:81
5289
  #, fuzzy
5290
  msgctxt "settings"
5291
  msgid ""
@@ -5294,13 +5605,13 @@ msgstr ""
5294
  "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
5295
  "على سبيل المثال."
5296
 
5297
- #: includes/admin/settings/class-settings-bootstrap.php:92
5298
  #, fuzzy
5299
  msgctxt "settings"
5300
  msgid "Tags Slug"
5301
  msgstr "رابط لطيف للوسوم"
5302
 
5303
- #: includes/admin/settings/class-settings-bootstrap.php:93
5304
  #, fuzzy
5305
  msgctxt "settings"
5306
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
@@ -5308,13 +5619,13 @@ msgstr ""
5308
  "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
5309
  "سبيل المثال."
5310
 
5311
- #: includes/admin/settings/class-settings-bootstrap.php:105
5312
  #, fuzzy
5313
  msgctxt "settings"
5314
  msgid "Remove listing ID from URLs for better SEO"
5315
  msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
5316
 
5317
- #: includes/admin/settings/class-settings-bootstrap.php:106
5318
  #, fuzzy
5319
  msgctxt "settings"
5320
  msgid ""
@@ -5325,72 +5636,72 @@ msgstr ""
5325
  "الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
5326
  "SEO."
5327
 
5328
- #: includes/admin/settings/class-settings-bootstrap.php:117
5329
  #, fuzzy
5330
  msgctxt "settings"
5331
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5332
  msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
5333
 
5334
- #: includes/admin/settings/class-settings-bootstrap.php:124
5335
  #, fuzzy
5336
  msgctxt "settings"
5337
  msgid "Use reCAPTCHA for contact forms"
5338
  msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
5339
 
5340
- #: includes/admin/settings/class-settings-bootstrap.php:132
5341
  #, fuzzy
5342
  msgctxt "settings"
5343
  msgid "Use reCAPTCHA only for logged-out users"
5344
  msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
5345
 
5346
- #: includes/admin/settings/class-settings-bootstrap.php:140
5347
  #, fuzzy
5348
  msgctxt "settings"
5349
  msgid "Use reCAPTCHA for listing submits"
5350
  msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
5351
 
5352
- #: includes/admin/settings/class-settings-bootstrap.php:148
5353
  #, fuzzy
5354
  msgctxt "settings"
5355
  msgid "Use reCAPTCHA for edit listings"
5356
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5357
 
5358
- #: includes/admin/settings/class-settings-bootstrap.php:156
5359
  #, fuzzy
5360
  msgctxt "settings"
5361
  msgid "Use reCAPTCHA for report listings"
5362
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5363
 
5364
- #: includes/admin/settings/class-settings-bootstrap.php:164
5365
  #, fuzzy
5366
  msgctxt "settings"
5367
  msgid "Use reCAPTCHA for listing comments"
5368
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5369
 
5370
- #: includes/admin/settings/class-settings-bootstrap.php:172
5371
  #, fuzzy
5372
  msgctxt "settings"
5373
  msgid "reCAPTCHA Public Key"
5374
  msgstr "مفتاح عام reCAPTCHA"
5375
 
5376
- #: includes/admin/settings/class-settings-bootstrap.php:181
5377
  #, fuzzy
5378
  msgctxt "settings"
5379
  msgid "reCAPTCHA Private Key"
5380
  msgstr "مفتاح خاص reCAPTCHA"
5381
 
5382
- #: includes/admin/settings/class-settings-bootstrap.php:190
5383
  #, fuzzy
5384
  msgctxt "settings"
5385
  msgid "reCAPTCHA version"
5386
  msgstr "إعدادات reCaptcha"
5387
 
5388
- #: includes/admin/settings/class-settings-bootstrap.php:207
5389
  msgctxt "settings"
5390
  msgid "reCAPTCHA V3 threshold score"
5391
  msgstr ""
5392
 
5393
- #: includes/admin/settings/class-settings-bootstrap.php:212
5394
  msgctxt "settings"
5395
  msgid ""
5396
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
@@ -5399,44 +5710,30 @@ msgid ""
5399
  "this value will result in reCAPTCHA validation error."
5400
  msgstr ""
5401
 
5402
- #: includes/admin/settings/class-settings-bootstrap.php:221
5403
  #, fuzzy
5404
  msgctxt "settings"
5405
  msgid "Registration"
5406
  msgstr "Enregistrement"
5407
 
5408
- #: includes/admin/settings/class-settings-bootstrap.php:221
5409
- #, fuzzy
5410
- msgctxt "settings"
5411
- msgid ""
5412
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
5413
- "the URLs below to work. If the plugin does not support them, these settings "
5414
- "will not function as expected. Please contact the membership plugin and ask "
5415
- "them to support the WP standard 'redirect_to' query parameter."
5416
- msgstr ""
5417
- "نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
5418
- "أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
5419
- "الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
5420
- "لووردبريس."
5421
-
5422
- #: includes/admin/settings/class-settings-bootstrap.php:226
5423
  #, fuzzy
5424
  msgctxt "settings"
5425
  msgid "Require login to post listings"
5426
  msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
5427
 
5428
- #: includes/admin/settings/class-settings-bootstrap.php:235
5429
  msgctxt "settings"
5430
  msgid "Allow anonymous users to edit/manage listings with an access key"
5431
  msgstr ""
5432
 
5433
- #: includes/admin/settings/class-settings-bootstrap.php:243
5434
  #, fuzzy
5435
  msgctxt "settings"
5436
  msgid "Login URL"
5437
  msgstr "رابط تسجيل الدخول"
5438
 
5439
- #: includes/admin/settings/class-settings-bootstrap.php:244
5440
  #, fuzzy
5441
  msgctxt "settings"
5442
  msgid "Only enter this if using a membership plugin or custom login page"
@@ -5444,18 +5741,18 @@ msgstr ""
5444
  "رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5445
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
5446
 
5447
- #: includes/admin/settings/class-settings-bootstrap.php:245
5448
  msgctxt "settings"
5449
  msgid "URL of your membership plugin's login page."
5450
  msgstr ""
5451
 
5452
- #: includes/admin/settings/class-settings-bootstrap.php:254
5453
  #, fuzzy
5454
  msgctxt "settings"
5455
  msgid "Registration URL"
5456
  msgstr "رابط التسجيل"
5457
 
5458
- #: includes/admin/settings/class-settings-bootstrap.php:255
5459
  #, fuzzy
5460
  msgctxt "settings"
5461
  msgid ""
@@ -5464,7 +5761,7 @@ msgstr ""
5464
  "رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5465
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
5466
 
5467
- #: includes/admin/settings/class-settings-bootstrap.php:256
5468
  #, fuzzy
5469
  msgctxt "settings"
5470
  msgid "URL of your membership plugin's registration page"
@@ -5472,12 +5769,12 @@ msgstr ""
5472
  "رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5473
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
5474
 
5475
- #: includes/admin/settings/class-settings-bootstrap.php:265
5476
  msgctxt "settings"
5477
  msgid "Allow users to create accounts during listing submit"
5478
  msgstr ""
5479
 
5480
- #: includes/admin/settings/class-settings-bootstrap.php:292
5481
  #, fuzzy
5482
  msgctxt "settings"
5483
  msgid ""
@@ -5487,56 +5784,56 @@ msgstr ""
5487
  "أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
5488
  "نص الأحكام والشروط برابط إلى الصفحة المناسبة."
5489
 
5490
- #: includes/admin/settings/class-settings-bootstrap.php:294
5491
  #, fuzzy
5492
  msgctxt "settings"
5493
  msgid "Terms and Conditions text goes here"
5494
  msgstr "نص الأحكام والشروط هنا..."
5495
 
5496
- #: includes/admin/settings/class-settings-bootstrap.php:323
5497
  #, fuzzy
5498
  msgctxt "settings"
5499
  msgid "Enable high performance search"
5500
  msgstr "تمكين عمليات البحث عالية الأداء؟"
5501
 
5502
- #: includes/admin/settings/class-settings-bootstrap.php:332
5503
  #, fuzzy
5504
  msgctxt "settings"
5505
  msgid "Advanced"
5506
  msgstr "متقدم"
5507
 
5508
- #: includes/admin/settings/class-settings-bootstrap.php:338
5509
  #, fuzzy
5510
  msgctxt "settings"
5511
  msgid "Disable advanced CPT integration"
5512
  msgstr "تعطيل التكامل CPT المتقدم؟"
5513
 
5514
- #: includes/admin/settings/class-settings-bootstrap.php:347
5515
  #, fuzzy
5516
  msgctxt "settings"
5517
  msgid "Disable frontend listing submission"
5518
  msgstr "تعطيل إضافة إعلان من واجهة الموقع؟"
5519
 
5520
- #: includes/admin/settings/class-settings-bootstrap.php:348
5521
  msgctxt "settings"
5522
  msgid ""
5523
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5524
  "shortcode for submit listing to function on other pages."
5525
  msgstr ""
5526
 
5527
- #: includes/admin/settings/class-settings-bootstrap.php:429
5528
  #, fuzzy
5529
  msgctxt "settings"
5530
  msgid "Contact Form"
5531
  msgstr "مسح"
5532
 
5533
- #: includes/admin/settings/class-settings-bootstrap.php:438
5534
  #, fuzzy
5535
  msgctxt "settings"
5536
  msgid "Listings per page"
5537
  msgstr "الإعلانات حسب الصفحة"
5538
 
5539
- #: includes/admin/settings/class-settings-bootstrap.php:439
5540
  #, fuzzy
5541
  msgctxt "settings"
5542
  msgid ""
@@ -5545,47 +5842,47 @@ msgid ""
5545
  msgstr ""
5546
  "عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
5547
 
5548
- #: includes/admin/settings/class-settings-bootstrap.php:451
5549
  #, fuzzy
5550
  msgctxt "settings"
5551
  msgid "Turn on listing renewal option"
5552
  msgstr "قم بتشغيل خيار تجديد الإعلان؟"
5553
 
5554
- #: includes/admin/settings/class-settings-bootstrap.php:460
5555
  #, fuzzy
5556
  msgctxt "settings"
5557
  msgid "Open detailed view of listing in new tab"
5558
  msgstr "فتح تفاصيل مشاهدة الإعلانات في علامة تبويب جديدة؟"
5559
 
5560
- #: includes/admin/settings/class-settings-bootstrap.php:470
5561
  #, fuzzy
5562
  msgctxt "settings"
5563
  msgid "Include button to report listings"
5564
  msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
5565
 
5566
- #: includes/admin/settings/class-settings-bootstrap.php:479
5567
  msgctxt "settings"
5568
  msgid "Enable report listing for registered users only"
5569
  msgstr ""
5570
 
5571
- #: includes/admin/settings/class-settings-bootstrap.php:489
5572
  msgctxt "settings"
5573
  msgid "Report listing option list"
5574
  msgstr ""
5575
 
5576
- #: includes/admin/settings/class-settings-bootstrap.php:490
5577
  msgctxt "settings"
5578
  msgid ""
5579
  "Form option list to report a listing as inappropriate. One option per line."
5580
  msgstr ""
5581
 
5582
- #: includes/admin/settings/class-settings-bootstrap.php:501
5583
  #, fuzzy
5584
  msgctxt "settings"
5585
  msgid "Include listing contact form on listing pages"
5586
  msgstr "إدراج الإعلان مع نموذج الاتصال في صفحات الإعلان؟"
5587
 
5588
- #: includes/admin/settings/class-settings-bootstrap.php:502
5589
  #, fuzzy
5590
  msgctxt "settings"
5591
  msgid ""
@@ -5595,19 +5892,19 @@ msgstr ""
5595
  "يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
5596
  "البريد الإلكتروني."
5597
 
5598
- #: includes/admin/settings/class-settings-bootstrap.php:511
5599
  #, fuzzy
5600
  msgctxt "settings"
5601
  msgid "Require login for using the contact form"
5602
  msgstr "يتطلب تسجيل الدخول لاستخدام نموذج الاتصال؟"
5603
 
5604
- #: includes/admin/settings/class-settings-bootstrap.php:522
5605
  #, fuzzy
5606
  msgctxt "settings"
5607
  msgid "Maximum number of daily contact form submits from registered users"
5608
  msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
5609
 
5610
- #: includes/admin/settings/class-settings-bootstrap.php:523
5611
  #, fuzzy
5612
  msgctxt "settings"
5613
  msgid ""
@@ -5617,13 +5914,13 @@ msgstr ""
5617
  "إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
5618
  "اليوم الواحد."
5619
 
5620
- #: includes/admin/settings/class-settings-bootstrap.php:535
5621
  #, fuzzy
5622
  msgctxt "settings"
5623
  msgid "Maximum number of contact form submits for each listing per day"
5624
  msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
5625
 
5626
- #: includes/admin/settings/class-settings-bootstrap.php:536
5627
  #, fuzzy
5628
  msgctxt "settings"
5629
  msgid ""
@@ -5633,25 +5930,25 @@ msgstr ""
5633
  "إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
5634
  "اليوم الواحد."
5635
 
5636
- #: includes/admin/settings/class-settings-bootstrap.php:548
5637
  #, fuzzy
5638
  msgctxt "settings"
5639
  msgid "Include comment form on listing pages?"
5640
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
5641
 
5642
- #: includes/admin/settings/class-settings-bootstrap.php:563
5643
  #, fuzzy
5644
  msgctxt "settings"
5645
  msgid "Show listings under categories on main page"
5646
  msgstr "إظهار الإعلانات تحت التصنيفات على الصفحة الرئيسية؟"
5647
 
5648
- #: includes/admin/settings/class-settings-bootstrap.php:573
5649
  msgctxt "settings"
5650
  msgid ""
5651
  "Prevents featured listings from floating to the top of the selected page."
5652
  msgstr ""
5653
 
5654
- #: includes/admin/settings/class-settings-bootstrap.php:603
5655
  msgctxt "settings"
5656
  msgid ""
5657
  "The user ID or login of an existing user account. If login is not required "
@@ -5659,91 +5956,91 @@ msgid ""
5659
  "that will not a be posting a listing is best."
5660
  msgstr ""
5661
 
5662
- #: includes/admin/settings/class-settings-bootstrap.php:629
5663
  #, fuzzy
5664
  msgctxt "settings"
5665
  msgid "Edit post status"
5666
  msgstr "تعديل حالة الإعلان"
5667
 
5668
- #: includes/admin/settings/class-settings-bootstrap.php:644
5669
  #, fuzzy
5670
  msgctxt "settings"
5671
  msgid "Status of deleted listings"
5672
  msgstr "حالة الإعلانات المحذوفة"
5673
 
5674
- #: includes/admin/settings/class-settings-bootstrap.php:695
5675
  #, fuzzy
5676
  msgctxt "settings"
5677
  msgid "Submit Listing instructions message"
5678
  msgstr "إرسال رسالة تعليمات الإعلانات"
5679
 
5680
- #: includes/admin/settings/class-settings-bootstrap.php:706
5681
  #, fuzzy
5682
  msgctxt "settings"
5683
  msgid "Order categories list by"
5684
  msgstr "ترتيب قائمة التصنيفات حسب"
5685
 
5686
- #: includes/admin/settings/class-settings-bootstrap.php:720
5687
  #, fuzzy
5688
  msgctxt "settings"
5689
  msgid "Sort order for categories"
5690
  msgstr "ترتيب فرز التصنيفات"
5691
 
5692
- #: includes/admin/settings/class-settings-bootstrap.php:733
5693
  #, fuzzy
5694
  msgctxt "settings"
5695
  msgid "Show category post count"
5696
  msgstr "إظهار عدد إعلانات التصنيف؟"
5697
 
5698
- #: includes/admin/settings/class-settings-bootstrap.php:742
5699
  #, fuzzy
5700
  msgctxt "settings"
5701
  msgid "Hide empty categories"
5702
  msgstr "إخفاء التصنيفات الفارغة؟"
5703
 
5704
- #: includes/admin/settings/class-settings-bootstrap.php:751
5705
  #, fuzzy
5706
  msgctxt "settings"
5707
  msgid "Show only parent categories in category list"
5708
  msgstr "إظهار التصنيفات الأبوية فقط في قائمة التصنيف؟"
5709
 
5710
- #: includes/admin/settings/class-settings-bootstrap.php:763
5711
  #, fuzzy
5712
  msgctxt "settings"
5713
  msgid "Order directory listings by"
5714
  msgstr "ترتيب إعلانات الدليل حسب"
5715
 
5716
- #: includes/admin/settings/class-settings-bootstrap.php:787
5717
  #, fuzzy
5718
  msgctxt "settings"
5719
  msgid "Sort directory listings by"
5720
  msgstr "فرز إعلانات الدليل حسب"
5721
 
5722
- #: includes/admin/settings/class-settings-bootstrap.php:788
5723
  #, fuzzy
5724
  msgctxt "settings"
5725
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
5726
  msgstr "ترتيب تصاعدي من أ إلى ي، ترتيب تنازلي من ي إلى أ"
5727
 
5728
- #: includes/admin/settings/class-settings-bootstrap.php:801
5729
  #, fuzzy
5730
  msgctxt "settings"
5731
  msgid "Enable sort bar"
5732
  msgstr "تمكين شريط الفرز؟"
5733
 
5734
- #: includes/admin/settings/class-settings-bootstrap.php:810
5735
  #, fuzzy
5736
  msgctxt "settings"
5737
  msgid "Sortbar Fields"
5738
  msgstr "حقول شريط الفرز"
5739
 
5740
- #: includes/admin/settings/class-settings-bootstrap.php:829
5741
  #, fuzzy
5742
  msgctxt "settings"
5743
  msgid "Show the \"Submit listing\" button"
5744
  msgstr "إظهار زر \"إضافة إعلان\"."
5745
 
5746
- #: includes/admin/settings/class-settings-bootstrap.php:830
5747
  msgctxt "settings"
5748
  msgid ""
5749
  "Hides the button used by the main UI to allow listing submission, but does "
@@ -5751,79 +6048,79 @@ msgid ""
5751
  "customize the submit listing button on your own)"
5752
  msgstr ""
5753
 
5754
- #: includes/admin/settings/class-settings-bootstrap.php:840
5755
  #, fuzzy
5756
  msgctxt "settings"
5757
  msgid "Show \"Search listings\""
5758
  msgstr "إظهار \"البحث في الإعلانات\"."
5759
 
5760
- #: includes/admin/settings/class-settings-bootstrap.php:849
5761
  #, fuzzy
5762
  msgctxt "settings"
5763
  msgid "Show the \"View Listings\" button"
5764
  msgstr "إظهار زر \"مشاهدة الإعلانات\"."
5765
 
5766
- #: includes/admin/settings/class-settings-bootstrap.php:858
5767
  #, fuzzy
5768
  msgctxt "settings"
5769
  msgid "Show the \"Manage Listings\" button"
5770
  msgstr "إظهار زر \"مشاهدة الإعلانات\"."
5771
 
5772
- #: includes/admin/settings/class-settings-bootstrap.php:902
5773
  #, fuzzy
5774
  msgctxt "settings"
5775
  msgid "Image Settings"
5776
  msgstr "إعدادات الصورة"
5777
 
5778
- #: includes/admin/settings/class-settings-bootstrap.php:907
5779
  #, fuzzy
5780
  msgctxt "settings"
5781
  msgid "Allow images"
5782
  msgstr "السماح بالصور؟"
5783
 
5784
- #: includes/admin/settings/class-settings-bootstrap.php:918
5785
  #, fuzzy
5786
  msgctxt "settings"
5787
  msgid "Min Image File Size (KB)"
5788
  msgstr "أقل حجم لملف الصورة (KB)"
5789
 
5790
- #: includes/admin/settings/class-settings-bootstrap.php:930
5791
  #, fuzzy
5792
  msgctxt "settings"
5793
  msgid "Max Image File Size (KB)"
5794
  msgstr "أقصى حجم لملف الصورة (KB)"
5795
 
5796
- #: includes/admin/settings/class-settings-bootstrap.php:942
5797
  #, fuzzy
5798
  msgctxt "settings"
5799
  msgid "Min image width (px)"
5800
  msgstr "أقل عرض للصورة (px)"
5801
 
5802
- #: includes/admin/settings/class-settings-bootstrap.php:952
5803
  #, fuzzy
5804
  msgctxt "settings"
5805
  msgid "Min image height (px)"
5806
  msgstr "أقل ارتفاع للصورة (px)"
5807
 
5808
- #: includes/admin/settings/class-settings-bootstrap.php:966
5809
  #, fuzzy
5810
  msgctxt "settings"
5811
  msgid "Max image width (px)"
5812
  msgstr "أقصى عرض للصورة (px)"
5813
 
5814
- #: includes/admin/settings/class-settings-bootstrap.php:978
5815
  #, fuzzy
5816
  msgctxt "settings"
5817
  msgid "Max image height (px)"
5818
  msgstr "أقصى ارتفاع للصورة (px)"
5819
 
5820
- #: includes/admin/settings/class-settings-bootstrap.php:990
5821
  #, fuzzy
5822
  msgctxt "settings"
5823
  msgid "Turn on thickbox/lightbox"
5824
  msgstr "تشغيل thickbox/lightbox؟"
5825
 
5826
- #: includes/admin/settings/class-settings-bootstrap.php:991
5827
  #, fuzzy
5828
  msgctxt "settings"
5829
  msgid ""
@@ -5832,31 +6129,31 @@ msgstr ""
5832
  "قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
5833
  "موقعك"
5834
 
5835
- #: includes/admin/settings/class-settings-bootstrap.php:997
5836
  #, fuzzy
5837
  msgctxt "settings"
5838
  msgid "Thumbnails"
5839
  msgstr "الصور المصغرة"
5840
 
5841
- #: includes/admin/settings/class-settings-bootstrap.php:1004
5842
  #, fuzzy
5843
  msgctxt "settings"
5844
  msgid "Thumbnail width (px)"
5845
  msgstr "عرض الصور المصغرة (px)"
5846
 
5847
- #: includes/admin/settings/class-settings-bootstrap.php:1016
5848
  #, fuzzy
5849
  msgctxt "settings"
5850
  msgid "Thumbnail height (px)"
5851
  msgstr "ارتفاع الصورة المصغرة (px)"
5852
 
5853
- #: includes/admin/settings/class-settings-bootstrap.php:1026
5854
  #, fuzzy
5855
  msgctxt "settings"
5856
  msgid "Crop thumbnails to exact dimensions"
5857
  msgstr "قطع الصور المصغرة للأبعاد المناسبة؟"
5858
 
5859
- #: includes/admin/settings/class-settings-bootstrap.php:1027
5860
  #, fuzzy
5861
  msgctxt "settings"
5862
  msgid ""
@@ -5870,18 +6167,18 @@ msgstr ""
5870
  "تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
5871
  "الصور المصغرة مختلفة."
5872
 
5873
- #: includes/admin/settings/class-settings-bootstrap.php:1038
5874
  msgctxt "settings"
5875
  msgid "Enforce image upload on submit/edit"
5876
  msgstr ""
5877
 
5878
- #: includes/admin/settings/class-settings-bootstrap.php:1059
5879
  #, fuzzy
5880
  msgctxt "settings"
5881
  msgid "Default thumbnail image size"
5882
  msgstr "إعلان العضو الافتراضي"
5883
 
5884
- #: includes/admin/settings/class-settings-bootstrap.php:1062
5885
  msgctxt "settings"
5886
  msgid ""
5887
  "This indicates the size of the thumbnail to be used both in excerpt and "
@@ -5890,93 +6187,93 @@ msgid ""
5890
  "width as the starting point."
5891
  msgstr ""
5892
 
5893
- #: includes/admin/settings/class-settings-bootstrap.php:1071
5894
  msgctxt "settings"
5895
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5896
  msgstr ""
5897
 
5898
- #: includes/admin/settings/class-settings-bootstrap.php:1095
5899
  msgctxt "settings"
5900
  msgid "Display featured (sticky) badge"
5901
  msgstr ""
5902
 
5903
- #: includes/admin/settings/class-settings-bootstrap.php:1109
5904
  #, fuzzy
5905
  msgctxt "settings"
5906
  msgid "Featured Badge image"
5907
  msgstr "وحدة المستويات المميزة"
5908
 
5909
- #: includes/admin/settings/class-settings-bootstrap.php:1119
5910
  #, fuzzy
5911
  msgctxt "settings"
5912
  msgid "Featured Badge URL"
5913
  msgstr "وحدة المستويات المميزة"
5914
 
5915
- #: includes/admin/settings/class-settings-bootstrap.php:1120
5916
  msgctxt "settings"
5917
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5918
  msgstr ""
5919
 
5920
- #: includes/admin/settings/class-settings-bootstrap.php:1144
5921
  #, fuzzy
5922
  msgctxt "settings"
5923
  msgid "Fee Order"
5924
  msgstr "ترتيب"
5925
 
5926
- #: includes/admin/settings/class-settings-bootstrap.php:1157
5927
  #, fuzzy
5928
  msgctxt "settings"
5929
  msgid "Put payment gateways in test mode"
5930
  msgstr "وضع بوابات الدفع في وضع الاختبار؟"
5931
 
5932
- #: includes/admin/settings/class-settings-bootstrap.php:1167
5933
  #, fuzzy
5934
  msgctxt "settings"
5935
  msgid "Currency Code"
5936
  msgstr "رمز العملة"
5937
 
5938
- #: includes/admin/settings/class-settings-bootstrap.php:1206
5939
  #, fuzzy
5940
  msgctxt "settings"
5941
  msgid "Currency Symbol"
5942
  msgstr "رمز العملة"
5943
 
5944
- #: includes/admin/settings/class-settings-bootstrap.php:1216
5945
  #, fuzzy
5946
  msgctxt "settings"
5947
  msgid "Currency symbol display"
5948
  msgstr "عرض رمز العملة"
5949
 
5950
- #: includes/admin/settings/class-settings-bootstrap.php:1230
5951
  msgctxt "settings"
5952
  msgid "Include plan description in receipt"
5953
  msgstr ""
5954
 
5955
- #: includes/admin/settings/class-settings-bootstrap.php:1239
5956
  #, fuzzy
5957
  msgctxt "settings"
5958
  msgid "Thank you for payment message"
5959
  msgstr "رسالة الشكر على الدفع"
5960
 
5961
- #: includes/admin/settings/class-settings-bootstrap.php:1292
5962
  #, fuzzy
5963
  msgctxt "settings"
5964
  msgid "Ask users to come back for abandoned payments"
5965
  msgstr "أطلب من الأعضاء العودة للمدفوعات المتخلى عنها؟"
5966
 
5967
- #: includes/admin/settings/class-settings-bootstrap.php:1303
5968
  #, fuzzy
5969
  msgctxt "settings"
5970
  msgid "Listing abandonment threshold (hours)"
5971
  msgstr "عتبة التخلي على الإعلان (ساعات)"
5972
 
5973
- #: includes/admin/settings/class-settings-bootstrap.php:1320
5974
  #, fuzzy
5975
  msgctxt "settings"
5976
  msgid "Display email address fields publicly"
5977
  msgstr "عرض حقول عنوان البريد الإلكتروني علنا؟"
5978
 
5979
- #: includes/admin/settings/class-settings-bootstrap.php:1321
5980
  #, fuzzy
5981
  msgctxt "settings"
5982
  msgid ""
@@ -5988,13 +6285,13 @@ msgstr ""
5988
  "لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
5989
  "البريد للاستخدام في المستقبل."
5990
 
5991
- #: includes/admin/settings/class-settings-bootstrap.php:1330
5992
  #, fuzzy
5993
  msgctxt "settings"
5994
  msgid "How to determine the listing's email address?"
5995
  msgstr "كيفية تحديد عنوان البريد الإلكتروني في الإعلان؟"
5996
 
5997
- #: includes/admin/settings/class-settings-bootstrap.php:1331
5998
  #, fuzzy
5999
  msgctxt "settings"
6000
  msgid ""
@@ -6004,12 +6301,12 @@ msgstr ""
6004
  "هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
6005
  "الاتصال أو عندما ينتهي تاريخ الإعلانات."
6006
 
6007
- #: includes/admin/settings/class-settings-bootstrap.php:1344
6008
  msgctxt "settings"
6009
  msgid "Email Content-Type header"
6010
  msgstr ""
6011
 
6012
- #: includes/admin/settings/class-settings-bootstrap.php:1345
6013
  msgctxt "settings"
6014
  msgid ""
6015
  "Use this setting to control the format of the emails explicitly. Some "
@@ -6018,43 +6315,43 @@ msgid ""
6018
  "then \"Both\"."
6019
  msgstr ""
6020
 
6021
- #: includes/admin/settings/class-settings-bootstrap.php:1406
6022
  #, fuzzy
6023
  msgctxt "settings"
6024
  msgid "Templates"
6025
  msgstr "قوالب البريد الإلكتروني"
6026
 
6027
- #: includes/admin/settings/class-settings-bootstrap.php:1411
6028
  #, fuzzy
6029
  msgctxt "settings"
6030
  msgid "Email confirmation message"
6031
  msgstr "رسالة تأكيد البريد الإلكتروني"
6032
 
6033
- #: includes/admin/settings/class-settings-bootstrap.php:1412
6034
  #, fuzzy
6035
  msgctxt "settings"
6036
  msgid "Sent after a listing has been submitted."
6037
  msgstr "ترسل بعد أن يضاف الإعلان."
6038
 
6039
- #: includes/admin/settings/class-settings-bootstrap.php:1430
6040
  #, fuzzy
6041
  msgctxt "settings"
6042
  msgid "Listing published message"
6043
  msgstr "رسالة نشر الإعلان"
6044
 
6045
- #: includes/admin/settings/class-settings-bootstrap.php:1431
6046
  #, fuzzy
6047
  msgctxt "settings"
6048
  msgid "Sent when the listing has been published or approved by an admin."
6049
  msgstr "ترسل عندما يتم نشر الإعلان أو الموافقة عليه من طرف المدير."
6050
 
6051
- #: includes/admin/settings/class-settings-bootstrap.php:1448
6052
  #, fuzzy
6053
  msgctxt "settings"
6054
  msgid "Listing Contact Message"
6055
  msgstr "رسالة اتصال الإعلان"
6056
 
6057
- #: includes/admin/settings/class-settings-bootstrap.php:1449
6058
  #, fuzzy
6059
  msgctxt "settings"
6060
  msgid ""
@@ -6064,52 +6361,52 @@ msgstr ""
6064
  "ترسل إلى مالكي الإعلانات عندما يستخدم شخص ما نموذج جهة الاتصال في صفحات "
6065
  "الإعلانات الخاصة بهم."
6066
 
6067
- #: includes/admin/settings/class-settings-bootstrap.php:1489
6068
  #, fuzzy
6069
  msgctxt "settings"
6070
  msgid "Payment completed message"
6071
  msgstr "رسالة تذكير بالتخلي عن الدفع"
6072
 
6073
- #: includes/admin/settings/class-settings-bootstrap.php:1490
6074
  #, fuzzy
6075
  msgctxt "settings"
6076
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6077
  msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
6078
 
6079
- #: includes/admin/settings/class-settings-bootstrap.php:1526
6080
  #, fuzzy
6081
  msgctxt "settings"
6082
  msgid "Payment abandoned reminder message"
6083
  msgstr "رسالة تذكير بالتخلي عن الدفع"
6084
 
6085
- #: includes/admin/settings/class-settings-bootstrap.php:1652
6086
  msgctxt "settings"
6087
  msgid "Cropped"
6088
  msgstr ""
6089
 
6090
- #: includes/admin/settings/class-settings.php:510
6091
- #: includes/admin/settings/class-settings.php:521
6092
  msgctxt "settings"
6093
  msgid "\"%s\" can not be empty."
6094
  msgstr ""
6095
 
6096
- #: includes/admin/settings/class-settings.php:538
6097
  msgctxt "settings"
6098
  msgid "The slug \"%s\" is already in use for another taxonomy."
6099
  msgstr ""
6100
 
6101
- #: includes/licensing.php:238
6102
  #, fuzzy
6103
  msgctxt "settings"
6104
  msgid "Themes"
6105
  msgstr "القوالب"
6106
 
6107
- #: includes/licensing.php:290 includes/licensing.php:291
6108
  msgctxt "settings"
6109
  msgid "Please wait..."
6110
  msgstr ""
6111
 
6112
- #: includes/licensing.php:291
6113
  #, fuzzy
6114
  msgctxt "settings"
6115
  msgid "Deauthorize"
@@ -6187,27 +6484,27 @@ msgid "Invalid theme ID"
6187
  msgstr "معرف حقل غير صالح"
6188
 
6189
  #: includes/admin/controllers/class-themes-admin.php:378
6190
- #: includes/admin/upgrades/class-themes-updater.php:170
6191
  msgctxt "themes"
6192
  msgid "Could not update theme: %s"
6193
  msgstr "تعذر تحديث القالب : %s"
6194
 
6195
- #: includes/admin/upgrades/class-themes-updater.php:132
6196
  msgctxt "themes"
6197
  msgid "Updating theme..."
6198
  msgstr "تحديث القالب..."
6199
 
6200
- #: includes/admin/upgrades/class-themes-updater.php:133
6201
  msgctxt "themes"
6202
  msgid "Theme updated."
6203
  msgstr "تم تحديث القالب"
6204
 
6205
- #: includes/admin/upgrades/class-themes-updater.php:135
6206
  msgctxt "themes"
6207
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6208
  msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
6209
 
6210
- #: includes/admin/upgrades/class-themes-updater.php:176
6211
  #, fuzzy
6212
  msgctxt "themes"
6213
  msgid "Theme was updated successfully."
@@ -6243,7 +6540,7 @@ msgctxt "admin csv-export"
6243
  msgid "Error while creating a temporary directory for CSV export: %s"
6244
  msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
6245
 
6246
- #: templates/admin/csv-export.tpl.php:13
6247
  msgctxt "admin csv-export"
6248
  msgid ""
6249
  "Please note that the export process is a resource intensive task. If your "
@@ -6255,95 +6552,95 @@ msgstr ""
6255
  "حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
6256
  "'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
6257
 
6258
- #: templates/admin/csv-export.tpl.php:30
6259
  msgctxt "admin csv-export"
6260
  msgid "Export settings"
6261
  msgstr "إعدادات التصدير"
6262
 
6263
- #: templates/admin/csv-export.tpl.php:36
6264
  msgctxt "admin csv-export"
6265
  msgid "Which listings to export?"
6266
  msgstr "أي لائحة تريد التصدير؟"
6267
 
6268
- #: templates/admin/csv-export.tpl.php:41
6269
  msgctxt "admin csv-export"
6270
  msgid "Active Only"
6271
  msgstr "المفعل فقط"
6272
 
6273
- #: templates/admin/csv-export.tpl.php:42
6274
  msgctxt "admin csv-export"
6275
  msgid "Active + Pending Renewal"
6276
  msgstr "مفعل + ريثما يتم التجديد"
6277
 
6278
- #: templates/admin/csv-export.tpl.php:50
6279
  msgctxt "admin csv-export"
6280
  msgid "Export images"
6281
  msgstr "تصدير الصور"
6282
 
6283
- #: templates/admin/csv-export.tpl.php:65
6284
  msgctxt "admin csv-export"
6285
  msgid "Include unique IDs for each listing (sequence_id column)."
6286
  msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
6287
 
6288
- #: templates/admin/csv-export.tpl.php:78
6289
  msgctxt "admin csv-export"
6290
  msgid "Author information (username)"
6291
  msgstr "معلومات الكاتب (إسم المستخدم)"
6292
 
6293
- #: templates/admin/csv-export.tpl.php:88
6294
  msgctxt "admin csv-export"
6295
  msgid "Listing expiration date"
6296
  msgstr "إنتهاء صلاحية الإعلان"
6297
 
6298
- #: templates/admin/csv-export.tpl.php:97
6299
  #, fuzzy
6300
  msgctxt "admin csv-export"
6301
  msgid "Listing created date"
6302
  msgstr "صور الإعلانات"
6303
 
6304
- #: templates/admin/csv-export.tpl.php:106
6305
  #, fuzzy
6306
  msgctxt "admin csv-export"
6307
  msgid "Listing last updated date"
6308
  msgstr "إنتهاء صلاحية الإعلان"
6309
 
6310
- #: templates/admin/csv-export.tpl.php:115
6311
  #, fuzzy
6312
  msgctxt "admin csv-export"
6313
  msgid "Listing T&C acceptance date"
6314
  msgstr "صور الإعلانات"
6315
 
6316
- #: templates/admin/csv-export.tpl.php:128
6317
  msgctxt "admin csv-export"
6318
  msgid "What operating system will you use to edit the CSV file?"
6319
  msgstr ""
6320
 
6321
- #: templates/admin/csv-export.tpl.php:140
6322
  msgctxt "admin csv-export"
6323
  msgid "Windows"
6324
  msgstr ""
6325
 
6326
- #: templates/admin/csv-export.tpl.php:148
6327
  msgctxt "admin csv-export"
6328
  msgid "macOS"
6329
  msgstr ""
6330
 
6331
- #: templates/admin/csv-export.tpl.php:162
6332
  msgctxt "admin csv-export"
6333
  msgid "Category Separator"
6334
  msgstr "فاصلة التصنيف"
6335
 
6336
- #: templates/admin/csv-export.tpl.php:172
6337
  msgctxt "admin csv-export"
6338
  msgid "Export Listings"
6339
  msgstr "الإعلانات المصدرة"
6340
 
6341
- #: templates/admin/csv-export.tpl.php:178
6342
  msgctxt "admin csv-export"
6343
  msgid "Export in Progress..."
6344
  msgstr "جاري التصدير..."
6345
 
6346
- #: templates/admin/csv-export.tpl.php:179
6347
  msgctxt "admin csv-export"
6348
  msgid ""
6349
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -6351,40 +6648,40 @@ msgid ""
6351
  msgstr ""
6352
  "جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
6353
 
6354
- #: templates/admin/csv-export.tpl.php:182
6355
  msgctxt "admin csv-export"
6356
  msgid "No. of listings:"
6357
  msgstr "أرقام الإعلانات:"
6358
 
6359
- #: templates/admin/csv-export.tpl.php:184
6360
  msgctxt "admin csv-export"
6361
  msgid "Approximate export file size:"
6362
  msgstr "الحجم التقريبي لملف التصدير:"
6363
 
6364
- #: templates/admin/csv-export.tpl.php:191
6365
  msgctxt "admin csv-export"
6366
  msgid "Cancel Export"
6367
  msgstr "إلغاء التصدير"
6368
 
6369
- #: templates/admin/csv-export.tpl.php:196
6370
  msgctxt "admin csv-export"
6371
  msgid "Export Complete"
6372
  msgstr "تم التصدير"
6373
 
6374
- #: templates/admin/csv-export.tpl.php:197
6375
  msgctxt "admin csv-export"
6376
  msgid ""
6377
  "Your export file has been successfully created and it is now ready for "
6378
  "download."
6379
  msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
6380
 
6381
- #: templates/admin/csv-export.tpl.php:202
6382
  #, fuzzy
6383
  msgctxt "admin csv-export"
6384
  msgid "Download %1$s (%2$s)"
6385
  msgstr "تحميل %s (%s)"
6386
 
6387
- #: templates/admin/csv-export.tpl.php:210
6388
  msgctxt "admin csv-export"
6389
  msgid ""
6390
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -6393,37 +6690,37 @@ msgstr ""
6393
  "إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
6394
  "إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
6395
 
6396
- #: templates/admin/csv-export.tpl.php:211
6397
  msgctxt "admin csv-export"
6398
  msgid "Cleanup"
6399
  msgstr "نظف"
6400
 
6401
- #: templates/admin/csv-export.tpl.php:216
6402
  msgctxt "admin csv-export"
6403
  msgid "Export Canceled"
6404
  msgstr "ألغي التصدير"
6405
 
6406
- #: templates/admin/csv-export.tpl.php:217
6407
  msgctxt "admin csv-export"
6408
  msgid "The export has been canceled."
6409
  msgstr "تم إلغاء التصدير"
6410
 
6411
- #: templates/admin/csv-export.tpl.php:218
6412
  msgctxt "admin csv-export"
6413
  msgid "← Return to CSV Export"
6414
  msgstr "← العودة إلى تصدير CSV"
6415
 
6416
- #: includes/admin/csv-import.php:177
6417
  msgctxt "admin csv-import"
6418
  msgid "Whatever"
6419
  msgstr "أيا كان"
6420
 
6421
- #: includes/admin/csv-import.php:348
6422
  msgctxt "admin csv-import"
6423
  msgid "Please upload or select a CSV file."
6424
  msgstr "المرجو رفع أو حدد ملف CSV."
6425
 
6426
- #: includes/admin/csv-import.php:377
6427
  msgctxt "admin csv-import"
6428
  msgid ""
6429
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6432,44 +6729,44 @@ msgstr ""
6432
  "تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
6433
  "المتابعة."
6434
 
6435
- #: includes/admin/csv-import.php:386
6436
  msgctxt "admin csv-import"
6437
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6438
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6439
 
6440
- #: includes/admin/helpers/csv/class-csv-import.php:533
6441
  msgctxt "admin csv-import"
6442
  msgid ""
6443
  "Could not create listing category \"<category-name>\". The operation failed "
6444
  "with the following error: <error-message>."
6445
  msgstr ""
6446
 
6447
- #: includes/admin/helpers/csv/class-csv-import.php:539
6448
  msgctxt "admin csv-import"
6449
  msgid "Could not create listing category \"%s\""
6450
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6451
 
6452
- #: includes/admin/helpers/csv/class-csv-import.php:730
6453
  msgctxt "admin csv-import"
6454
  msgid "Username \"%s\" does not exist"
6455
  msgstr "إسم المستخدم \"%s\" غير موجود"
6456
 
6457
- #: includes/admin/helpers/csv/class-csv-import.php:757
6458
  msgctxt "admin csv-import"
6459
  msgid "There is no Plan with ID = <fee-id>"
6460
  msgstr ""
6461
 
6462
- #: includes/admin/helpers/csv/class-csv-import.php:788
6463
  msgctxt "admin csv-import"
6464
  msgid "Missing required field: %s"
6465
  msgstr "حقل مطلوب مفقود: %s"
6466
 
6467
- #: includes/admin/helpers/csv/class-csv-import.php:833
6468
  msgctxt "admin csv-import"
6469
  msgid "Listing category \"%s\" does not exist"
6470
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6471
 
6472
- #: includes/admin/helpers/csv/class-csv-import.php:907
6473
  msgctxt "admin csv-import"
6474
  msgid "The string <string> couldn't be converted into a valid date."
6475
  msgstr ""
@@ -6603,38 +6900,33 @@ msgctxt "admin csv-import"
6603
  msgid "Warning"
6604
  msgstr "تحذير"
6605
 
6606
- #: templates/admin/csv-import.tpl.php:27
6607
- msgctxt "admin csv-import"
6608
- msgid "Here, you can import data into your directory using the CSV format."
6609
- msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
6610
-
6611
- #: templates/admin/csv-import.tpl.php:61 templates/admin/csv-import.tpl.php:90
6612
  msgctxt "admin csv-import"
6613
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6614
  msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
6615
 
6616
- #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:101
6617
  msgctxt "admin csv-import"
6618
  msgid "(Upload new file)"
6619
  msgstr "(رفع ملف جديد)"
6620
 
6621
- #: templates/admin/csv-import.tpl.php:126
6622
  msgctxt "admin csv-import"
6623
  msgid "Comma (,)"
6624
  msgstr ""
6625
 
6626
- #: templates/admin/csv-import.tpl.php:133
6627
  msgctxt "admin csv-import"
6628
  msgid "Semicolon (;)"
6629
  msgstr ""
6630
 
6631
- #: templates/admin/csv-import.tpl.php:192
6632
  #, fuzzy
6633
  msgctxt "admin csv-import"
6634
  msgid "Preserve existing status"
6635
  msgstr "الإعلانات"
6636
 
6637
- #: templates/admin/csv-import.tpl.php:243
6638
  msgctxt "admin csv-import"
6639
  msgid ""
6640
  "Select a default user to be used if the username column is not present in "
@@ -6643,17 +6935,17 @@ msgstr ""
6643
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
6644
  "CSV."
6645
 
6646
- #: templates/admin/csv-import.tpl.php:277
6647
  msgctxt "admin csv-import"
6648
  msgid "Test Import"
6649
  msgstr "اختبار الاستيراد"
6650
 
6651
- #: templates/admin/csv-import.tpl.php:278
6652
  msgctxt "admin csv-import"
6653
  msgid "Import Listings"
6654
  msgstr "استيراد الإعلانات"
6655
 
6656
- #: templates/admin/csv-import.tpl.php:328
6657
  #, fuzzy
6658
  msgctxt "admin csv-import"
6659
  msgid ""
@@ -6663,14 +6955,14 @@ msgstr ""
6663
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6664
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6665
 
6666
- #: templates/admin/csv-import.tpl.php:349
6667
  msgctxt "admin csv-import"
6668
  msgid ""
6669
  "Internal Sequence ID used to allow listing updates from external sources."
6670
  msgstr ""
6671
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
6672
 
6673
- #: templates/admin/csv-import.tpl.php:356
6674
  msgctxt "admin csv-import"
6675
  msgid ""
6676
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6679,7 +6971,7 @@ msgstr ""
6679
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6680
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6681
 
6682
- #: includes/admin/csv-import.php:304
6683
  #, fuzzy
6684
  msgctxt "csv import"
6685
  msgid ""
@@ -6715,82 +7007,23 @@ msgctxt "listing metabox"
6715
  msgid "No payments available."
6716
  msgstr "غير متاح"
6717
 
6718
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:12
6719
- #, fuzzy
6720
- msgctxt "listing metabox"
6721
- msgid "General Info"
6722
- msgstr "معلومات عامة"
6723
-
6724
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:14
6725
- #, fuzzy
6726
- msgctxt "listing metabox"
6727
- msgid "Listing Status"
6728
- msgstr "الإعلانات"
6729
-
6730
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:20
6731
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:31
6732
- #, fuzzy
6733
- msgctxt "listing metabox"
6734
- msgid "N/A"
6735
- msgstr "N/A غير قابل للتطبيق"
6736
-
6737
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:27
6738
- #, fuzzy
6739
- msgctxt "listing metabox"
6740
- msgid "Last renew date"
6741
- msgstr "تاريخ التجديد"
6742
-
6743
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:35
6744
  #, fuzzy
6745
  msgctxt "listing metabox"
6746
  msgid "Plan Details"
6747
  msgstr "تفاصيل الخطة"
6748
 
6749
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:46
6750
  msgctxt "listing metabox"
6751
  msgid "Change plan"
6752
  msgstr ""
6753
 
6754
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:69
6755
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
6756
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:106
6757
- #, fuzzy
6758
- msgctxt "listing metabox"
6759
- msgid "OK"
6760
- msgstr "حسناً"
6761
-
6762
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:70
6763
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:92
6764
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:107
6765
- #, fuzzy
6766
- msgctxt "listing metabox"
6767
- msgid "Cancel"
6768
- msgstr "إلغاء"
6769
-
6770
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
6771
- #, fuzzy
6772
- msgctxt "listing metabox"
6773
- msgid "Expires On"
6774
- msgstr "ستنتهي الصلاحية في"
6775
-
6776
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
6777
  #, fuzzy
6778
  msgctxt "listing metabox"
6779
  msgid "# of images"
6780
  msgstr "# الصور"
6781
 
6782
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:110
6783
- #, fuzzy
6784
- msgctxt "listing metabox"
6785
- msgid "Is Featured?"
6786
- msgstr "تغذية %s"
6787
-
6788
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:117
6789
- #, fuzzy
6790
- msgctxt "listing metabox"
6791
- msgid "Is Recurring?"
6792
- msgstr "(متكرر)"
6793
-
6794
  #: includes/admin/helpers/class-listing-timeline.php:111
6795
  #, fuzzy
6796
  msgctxt "listing timeline"
@@ -6830,51 +7063,51 @@ msgctxt "admin fees table"
6830
  msgid "All"
6831
  msgstr "الكل"
6832
 
6833
- #: includes/admin/settings/class-settings-bootstrap.php:619
6834
- #: includes/admin/settings/class-settings-bootstrap.php:632
6835
  msgctxt "post status"
6836
  msgid "Published"
6837
  msgstr "نشرت"
6838
 
6839
- #: includes/admin/settings/class-settings-bootstrap.php:647
6840
  msgctxt "post status"
6841
  msgid "Draft"
6842
  msgstr "مسودة"
6843
 
6844
- #: includes/admin/settings/class-settings-bootstrap.php:648
6845
  msgctxt "post status"
6846
  msgid "Trash"
6847
  msgstr "سلة المهملات"
6848
 
6849
  #. translators: %s: url shortcode
6850
- #: includes/admin/settings/class-settings-bootstrap.php:1454
6851
  msgctxt "contact email"
6852
  msgid "You have received a reply from your listing at %s."
6853
  msgstr "تلقيت ردا من الإعلان الخاص بك في %s."
6854
 
6855
  #. translators: %s: name shortcode
6856
- #: includes/admin/settings/class-settings-bootstrap.php:1457
6857
  msgctxt "contact email"
6858
  msgid "Name: %s"
6859
  msgstr "الإسم: %s"
6860
 
6861
- #: includes/admin/settings/class-settings-bootstrap.php:1465
6862
  msgctxt "contact email"
6863
  msgid "Message:"
6864
  msgstr "الرسالة:"
6865
 
6866
  #. translators: %s: date shortcode
6867
- #: includes/admin/settings/class-settings-bootstrap.php:1469
6868
  msgctxt "contact email"
6869
  msgid "Time: %s"
6870
  msgstr "الوقت: %s"
6871
 
6872
- #: includes/admin/tracking.php:189
6873
  msgctxt "tracking"
6874
  msgid "Help Improve Business Directory"
6875
  msgstr "المساعدة في تحسين دليل الأعمال"
6876
 
6877
- #: includes/admin/tracking.php:191
6878
  msgctxt "tracking"
6879
  msgid ""
6880
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6885,7 +7118,7 @@ msgstr ""
6885
  "المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
6886
  "للإصدارات المستقبلية؟"
6887
 
6888
- #: includes/admin/tracking.php:193
6889
  msgctxt "tracking"
6890
  msgid "What do you track?"
6891
  msgstr "ما الذي تتتبع؟"
@@ -6975,35 +7208,35 @@ msgstr ""
6975
  "تم تعطيل <b>إضافة دليل الأعمال - وحدة المناطق</b> لأنه غير متوافق مع الإصدار "
6976
  "الحالي من الإضافة. يرجى تحديث وحدة المناطق."
6977
 
6978
- #: includes/admin/upgrades/migrations/migration-3_7.php:37
6979
  #, fuzzy
6980
  msgctxt "installer"
6981
  msgid "Migrating payments information."
6982
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
6983
 
6984
- #: includes/admin/upgrades/migrations/migration-3_7.php:61
6985
  #, fuzzy
6986
  msgctxt "installer"
6987
  msgid "Cleaning up plan information... %1$d/%2$d"
6988
  msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
6989
 
6990
- #: includes/admin/upgrades/migrations/migration-3_7.php:119
6991
  #, fuzzy
6992
  msgctxt "installer"
6993
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6994
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
6995
 
6996
- #: includes/admin/upgrades/migrations/migration-3_7.php:148
6997
  msgctxt "installer"
6998
  msgid "Initial listing payment (BD < 3.4)"
6999
  msgstr "دفعة الإعلان الأولية (BD < 3.4)"
7000
 
7001
- #: includes/admin/upgrades/migrations/migration-3_7.php:159
7002
  msgctxt "installer"
7003
  msgid "Listing edit payment (BD < 3.4)"
7004
  msgstr "دفعة تحرير الإعلان (BD < 3.4)"
7005
 
7006
- #: includes/admin/upgrades/migrations/migration-3_7.php:201
7007
  msgctxt "installer"
7008
  msgid "Listing upgrade to featured"
7009
  msgstr "الترقية الى إعلان مميز"
@@ -7184,13 +7417,13 @@ msgctxt "listing"
7184
  msgid "(Unavailable Plan)"
7185
  msgstr "(رسم غير متوفر)"
7186
 
7187
- #: includes/models/class-listing.php:876
7188
  #, fuzzy
7189
  msgctxt "listing"
7190
  msgid "Plan \"%s\" (recurring)"
7191
  msgstr "(متكرر)"
7192
 
7193
- #: includes/models/class-listing.php:878
7194
  msgctxt "listing"
7195
  msgid "Plan \"%s\""
7196
  msgstr ""
@@ -7257,13 +7490,13 @@ msgctxt "notify email"
7257
  msgid "Payment Details"
7258
  msgstr "تفاصيل الدفع"
7259
 
7260
- #: templates/email/listing-payment-completed.tpl.php:33
7261
  #, fuzzy
7262
  msgctxt "notify email"
7263
  msgid "Listing URL"
7264
  msgstr "عنوان URL الإعلان"
7265
 
7266
- #: templates/email/listing-payment-completed.tpl.php:35
7267
  #, fuzzy
7268
  msgctxt "notify email"
7269
  msgid "Listing admin URL"
@@ -7463,17 +7696,7 @@ msgctxt "delete listing"
7463
  msgid "Your listing has been deleted."
7464
  msgstr "تم حذف إعلانك."
7465
 
7466
- #: templates/delete-listing-confirm.tpl.php:7
7467
- msgctxt "delete listing"
7468
- msgid ""
7469
- "Your listing is associated to a recurring payment. If you don't cancel the "
7470
- "recurring payment before deleting the listing, you might be charged for "
7471
- "additional periods even though your listing won't be available."
7472
- msgstr ""
7473
- "إعلانك مرتبط بالمدفوعات المتكررة. إذا لم تلغي المدفوعات المتكررة قبل حذف "
7474
- "الإعلان، يمكن أن تدفع لفترات إضافية على الرغم من أن إعلانك لن يكون متوفر."
7475
-
7476
- #: templates/delete-listing-confirm.tpl.php:12
7477
  msgctxt "delete listing"
7478
  msgid ""
7479
  "Please visit <a>Manage recurring payments</a> to review your current "
@@ -7482,7 +7705,7 @@ msgstr ""
7482
  "يرجى زيارة <a>إدارة المدفوعات المتكررة</a> لمراجعة المدفوعات المتكررة "
7483
  "الحالية الخاصة بك."
7484
 
7485
- #: templates/delete-listing-confirm.tpl.php:18
7486
  msgctxt "delete listing"
7487
  msgid "You are about to remove your listing \"%s\" from the directory."
7488
  msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
@@ -7562,7 +7785,7 @@ msgctxt "templates"
7562
  msgid "There are currently no listings in the directory."
7563
  msgstr "لا توجد حاليا إعلانات في الدليل."
7564
 
7565
- #: includes/controllers/pages/class-main.php:17
7566
  msgctxt "templates"
7567
  msgid ""
7568
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -7610,29 +7833,29 @@ msgid ""
7610
  "an existing field"
7611
  msgstr ""
7612
 
7613
- #: includes/controllers/pages/class-submit-listing.php:1284
7614
  msgctxt "templates"
7615
  msgid "Please agree to the Terms and Conditions."
7616
  msgstr "يرجى الموافقة على الشروط والأحكام."
7617
 
7618
- #: includes/controllers/pages/class-submit-listing.php:1298
7619
  #, fuzzy
7620
  msgctxt "templates"
7621
  msgid "I agree to the <a>Terms and Conditions</a>"
7622
  msgstr "أوافق على الشروط والأحكام"
7623
 
7624
- #: includes/helpers/functions/general.php:1366
7625
  #, fuzzy
7626
  msgctxt "templates"
7627
  msgid "Return to results"
7628
  msgstr "العودة إلى الدليل."
7629
 
7630
- #: includes/helpers/functions/templates-ui.php:223
7631
  msgctxt "templates"
7632
  msgid "No listing categories found."
7633
  msgstr "لم يتم العثور على تصنيفات الإعلانات."
7634
 
7635
- #: includes/helpers/functions/templates-ui.php:374
7636
  msgctxt "templates"
7637
  msgid "Advanced Search"
7638
  msgstr "بحث متقدم"
@@ -8026,35 +8249,35 @@ msgctxt "submit listing"
8026
  msgid "Please choose a valid plan for your category selection."
8027
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8028
 
8029
- #: includes/controllers/pages/class-submit-listing.php:1204
8030
  #, fuzzy
8031
  msgctxt "submit listing"
8032
  msgid "Please enter your desired username."
8033
  msgstr "يرجى إدخال إسمك."
8034
 
8035
- #: includes/controllers/pages/class-submit-listing.php:1209
8036
  #, fuzzy
8037
  msgctxt "submit listing"
8038
  msgid "Please enter the e-mail for your new account."
8039
  msgstr "يرجى إدخال إسمك."
8040
 
8041
- #: includes/controllers/pages/class-submit-listing.php:1214
8042
  msgctxt "submit listing"
8043
  msgid "The username you chose is already in use. Please use a different one."
8044
  msgstr ""
8045
 
8046
- #: includes/controllers/pages/class-submit-listing.php:1219
8047
  msgctxt "submit listing"
8048
  msgid "The e-mail address you chose for your account is already in use."
8049
  msgstr ""
8050
 
8051
- #: includes/models/class-payment.php:257
8052
  #, fuzzy
8053
  msgctxt "submit listing"
8054
  msgid "Listing submitted by admin. Payment skipped."
8055
  msgstr "Poster annonce(paiement initial)"
8056
 
8057
- #: includes/controllers/pages/class-submit-listing.php:1159
8058
  msgctxt "listing submit"
8059
  msgid ""
8060
  "Image upload is required, please provide at least one image and submit again."
@@ -8283,7 +8506,7 @@ msgctxt "authorize-net"
8283
  msgid "Transaction Key is missing."
8284
  msgstr "مفتاح المعاملة مفقود."
8285
 
8286
- #: includes/gateways/class-gateway-authorize-net.php:103
8287
  #, fuzzy
8288
  msgctxt "authorize-net"
8289
  msgid ""
@@ -8292,7 +8515,7 @@ msgid ""
8292
  msgstr ""
8293
  "الدفع الخاص بك خاضع للمراجعة من طرف قسم الدفع. وذلك للسبب التالي: \"%s\"."
8294
 
8295
- #: includes/gateways/class-gateway-authorize-net.php:112
8296
  #, fuzzy
8297
  msgctxt "authorize-net"
8298
  msgid ""
@@ -8302,17 +8525,17 @@ msgstr ""
8302
  "لم تقبل بوابة الدفع بطاقة الائتمان أو معلومات الفوترة الخاصة بك. وذلك للسبب "
8303
  "التالي: \"%s\"."
8304
 
8305
- #: includes/gateways/class-gateway-authorize-net.php:121
8306
  msgctxt "authorize-net"
8307
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8308
  msgstr "رفض الدفع. وذلك للسبب التالي: \"%s\"."
8309
 
8310
- #: includes/gateways/class-gateway-authorize-net.php:181
8311
  msgctxt "authorize-net"
8312
  msgid "Payment failed. Reason: %s"
8313
  msgstr ""
8314
 
8315
- #: includes/gateways/class-gateway-authorize-net.php:206
8316
  #, fuzzy
8317
  msgctxt "authorize-net"
8318
  msgid "Listing #%d"
@@ -8346,12 +8569,12 @@ msgstr ""
8346
  "حدث خطأ أثناء إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني. المرجو "
8347
  "المحاولة مرة أخرى."
8348
 
8349
- #: includes/helpers/class-fs.php:112
8350
  msgctxt "fs helper"
8351
  msgid "Destination dir \"%s\" is not writable."
8352
  msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
8353
 
8354
- #: includes/helpers/functions/templates-ui.php:401
8355
  msgctxt "templates sort"
8356
  msgid "Sort By:"
8357
  msgstr "ترتيب حسب:"
@@ -8382,19 +8605,19 @@ msgctxt "default category name"
8382
  msgid "General"
8383
  msgstr "عام"
8384
 
8385
- #: includes/licensing.php:541
8386
  msgctxt "licensing"
8387
  msgid "Could not contact licensing server"
8388
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8389
 
8390
- #: includes/licensing.php:554
8391
  msgctxt "licensing"
8392
  msgid ""
8393
  "It was not possible to establish a connection with Business Directory's "
8394
  "server. cURL was not found in your system"
8395
  msgstr ""
8396
 
8397
- #: includes/licensing.php:556 includes/licensing.php:586
8398
  msgctxt "licensing"
8399
  msgid ""
8400
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8403,7 +8626,7 @@ msgid ""
8403
  "1.0.1c)."
8404
  msgstr ""
8405
 
8406
- #: includes/licensing.php:558 includes/licensing.php:588
8407
  msgctxt "licensing"
8408
  msgid ""
8409
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8411,47 +8634,47 @@ msgid ""
8411
  "services using the latest security standards."
8412
  msgstr ""
8413
 
8414
- #: includes/licensing.php:560
8415
  msgctxt "licensing"
8416
  msgid ""
8417
  "Please contact your hosting provider and ask them to upgrade your system. "
8418
  "Include this message if necessary"
8419
  msgstr ""
8420
 
8421
- #: includes/licensing.php:590
8422
  msgctxt "licensing"
8423
  msgid ""
8424
  "Please contact your hosting provider and ask them to upgrade your system. "
8425
  "Include this message if necessary."
8426
  msgstr ""
8427
 
8428
- #: includes/licensing.php:626
8429
  msgctxt "licensing"
8430
  msgid "The server returned a 403 Forbidden error."
8431
  msgstr ""
8432
 
8433
- #: includes/licensing.php:872
8434
  msgctxt "licensing"
8435
  msgid "Could not activate license: %s."
8436
  msgstr "لا يمكن تفعيل الترخيص: %s."
8437
 
8438
- #: includes/licensing.php:877
8439
  msgctxt "licensing"
8440
  msgid "License activated"
8441
  msgstr "تم تفعيل ترخيص"
8442
 
8443
- #: includes/licensing.php:909
8444
  msgctxt "licensing"
8445
  msgid "Could not deactivate license: %s."
8446
  msgstr "لا يمكن إلغاء الترخيص: %s."
8447
 
8448
- #: includes/licensing.php:911
8449
  msgctxt "licensing"
8450
  msgid "License deactivated"
8451
  msgstr "تم إلغاء تفعيل الترخيص"
8452
 
8453
  #. translators: "<module-name>" version <version-number> is not...
8454
- #: includes/licensing.php:1151
8455
  msgctxt "deprecation"
8456
  msgid ""
8457
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8476,18 +8699,18 @@ msgstr[3] "الصور المسموح بها"
8476
  msgstr[4] "الصور المسموح بها"
8477
  msgstr[5] "الصور المسموح بها"
8478
 
8479
- #: includes/models/class-fee-plan.php:401
8480
  #, fuzzy
8481
  msgctxt "fees-api"
8482
  msgid "Plan label is required."
8483
  msgstr "تسمية الحقل مطلوب."
8484
 
8485
- #: includes/models/class-fee-plan.php:407
8486
  msgctxt "fees-api"
8487
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8488
  msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
8489
 
8490
- #: includes/models/class-fee-plan.php:412
8491
  msgctxt "fees-api"
8492
  msgid ""
8493
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8495,7 +8718,7 @@ msgid ""
8495
  "<a>plan</a> appropriately."
8496
  msgstr ""
8497
 
8498
- #: includes/models/class-fee-plan.php:415
8499
  msgctxt "fees-api"
8500
  msgid ""
8501
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -8519,35 +8742,35 @@ msgctxt "payment"
8519
  msgid "Renewal payment (\"%s\")"
8520
  msgstr "رفض الدفع"
8521
 
8522
- #: includes/models/class-payment.php:373
8523
  #, fuzzy
8524
  msgctxt "payment"
8525
  msgid "Pending"
8526
  msgstr " في الانتظار"
8527
 
8528
- #: includes/models/class-payment.php:374
8529
  msgctxt "payment"
8530
  msgid "Failed"
8531
  msgstr ""
8532
 
8533
- #: includes/models/class-payment.php:375
8534
  #, fuzzy
8535
  msgctxt "payment"
8536
  msgid "Completed"
8537
  msgstr "إكتمل"
8538
 
8539
- #: includes/models/class-payment.php:376
8540
  #, fuzzy
8541
  msgctxt "payment"
8542
  msgid "Canceled"
8543
  msgstr "ألغيت"
8544
 
8545
- #: includes/models/class-payment.php:377
8546
  msgctxt "payment"
8547
  msgid "On Hold"
8548
  msgstr ""
8549
 
8550
- #: includes/models/class-payment.php:378
8551
  msgctxt "payment"
8552
  msgid "Refunded"
8553
  msgstr ""
@@ -8592,26 +8815,21 @@ msgstr ""
8592
  "تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
8593
  "\"post_max_size\"."
8594
 
8595
- #: includes/widgets/widget-featured-listings.php:12
8596
  msgctxt "widgets"
8597
  msgid "Business Directory - Featured Listings"
8598
  msgstr "دليل الأعمال - إعلانات مميزة"
8599
 
8600
- #: includes/widgets/widget-featured-listings.php:13
8601
  msgctxt "widgets"
8602
  msgid "Displays a list of the featured/sticky listings in the directory."
8603
  msgstr "عرض قائمة من الإعلانات المميزة/المثبتة في الدليل."
8604
 
8605
- #: includes/widgets/widget-featured-listings.php:15
8606
  msgctxt "widgets"
8607
  msgid "Featured Listings"
8608
  msgstr "إعلانات مميزة"
8609
 
8610
- #: includes/widgets/widget-featured-listings.php:24
8611
- msgctxt "widgets"
8612
- msgid "Display listings in random order"
8613
- msgstr "عرض الإعلانات في ترتيب عشوائي"
8614
-
8615
  #: includes/widgets/widget-latest-listings.php:13
8616
  msgctxt "widgets"
8617
  msgid "Business Directory - Latest Listings"
@@ -8627,17 +8845,17 @@ msgctxt "widgets"
8627
  msgid "Latest Listings"
8628
  msgstr "آخر الإعلانات "
8629
 
8630
- #: includes/widgets/widget-random-listings.php:12
8631
  msgctxt "widgets"
8632
  msgid "Business Directory - Random Listings"
8633
  msgstr "دليل الأعمال - إعلانات عشوائية"
8634
 
8635
- #: includes/widgets/widget-random-listings.php:13
8636
  msgctxt "widgets"
8637
  msgid "Displays a list of random listings from the Business Directory."
8638
  msgstr "عرض قائمة من الإعلانات العشوائية من دليل الأعمال"
8639
 
8640
- #: includes/widgets/widget-random-listings.php:15
8641
  msgctxt "widgets"
8642
  msgid "Random Listings"
8643
  msgstr "إعلانات عشوائية"
@@ -8721,30 +8939,30 @@ msgid ""
8721
  "we'll answer it within 24 hours most days."
8722
  msgstr ""
8723
 
8724
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8725
  #, fuzzy
8726
  msgctxt "admin infometabox"
8727
  msgid "Renewal url (copy & paste)"
8728
  msgstr "تجديد عنوان URL (نسخة & لصق)"
8729
 
8730
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8731
  msgctxt "admin infometabox"
8732
  msgid "Get renewal URL"
8733
  msgstr ""
8734
 
8735
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:141
8736
  #, fuzzy
8737
  msgctxt "admin infometabox"
8738
  msgid "Send renewal e-mail"
8739
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
8740
 
8741
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:146
8742
  #, fuzzy
8743
  msgctxt "admin infometabox"
8744
  msgid "Renew listing"
8745
  msgstr "تجديد الإعلان"
8746
 
8747
- #: templates/admin/themes-delete-confirm.tpl.php:12
8748
  msgctxt "themes admin"
8749
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8750
  msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
@@ -8774,39 +8992,29 @@ msgctxt "uninstall"
8774
  msgid "Other"
8775
  msgstr "أخرى"
8776
 
8777
- #: templates/admin/uninstall-capture-form.tpl.php:16
8778
- msgctxt "uninstall"
8779
- msgid ""
8780
- "We're sorry to see you leave. Could you take 10 seconds and answer one "
8781
- "question for us to help us make the product better for everyone in the "
8782
- "future?"
8783
- msgstr ""
8784
- "نحن آسفون لرؤيتكم تتركنا. يمكن أن تعطينا 10 ثوان من وقتك للإجابة على سؤال "
8785
- "واحد لمساعدتنا على جعل المنتج أفضل للجميع في المستقبل؟"
8786
-
8787
- #: templates/admin/uninstall-capture-form.tpl.php:19
8788
  msgctxt "uninstall"
8789
  msgid "Why are you deleting Business Directory Plugin?"
8790
  msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
8791
 
8792
- #: templates/admin/uninstall-capture-form.tpl.php:22
8793
  #, fuzzy
8794
  msgctxt "uninstall"
8795
  msgid "Please choose an option."
8796
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8797
 
8798
- #: templates/admin/uninstall-capture-form.tpl.php:34
8799
  msgctxt "uninstall"
8800
  msgid "Please tell us why are you deleting Business Directory Plugin."
8801
  msgstr "من فضلك قل لنا لماذا قمت بحذف إضافة دليل الأعمال."
8802
 
8803
- #: templates/admin/uninstall-capture-form.tpl.php:37
8804
  #, fuzzy
8805
  msgctxt "uninstall"
8806
  msgid "Please enter your reasons."
8807
  msgstr "يرجى إدخال إسمك."
8808
 
8809
- #: templates/admin/uninstall-capture-form.tpl.php:46
8810
  msgctxt "uninstall"
8811
  msgid "Uninstall Plugin"
8812
  msgstr "إلغاء تثبيت الإضافة"
@@ -8953,7 +9161,7 @@ msgctxt "manage recurring"
8953
  msgid "Listing"
8954
  msgstr "إعلان"
8955
 
8956
- #: templates/manage-recurring.tpl.php:40
8957
  msgctxt "manage recurring"
8958
  msgid "Cancel recurring payment"
8959
  msgstr "إلغاء الدفع المتكرر"
@@ -8968,7 +9176,7 @@ msgstr ""
8968
  "لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
8969
  "سيتم معالجته تلقائياً عندما يحين وقت التجديد."
8970
 
8971
- #: templates/renew-listing-manage-subscription.tpl.php:27
8972
  #, fuzzy
8973
  msgctxt "renew"
8974
  msgid ""
@@ -8979,7 +9187,7 @@ msgstr ""
8979
  "ومع ذلك، إذا كنت ترغب في إلغاء اشتراكك يمكنك عمل ذلك في هذه الصفحة. عندما "
8980
  "يحين وقت التجديد سوف تتمكن من تغيير الإعدادات الخاصة بك مرة أخرى."
8981
 
8982
- #: templates/renew-listing-manage-subscription.tpl.php:34
8983
  #, fuzzy
8984
  msgctxt "renew"
8985
  msgid "Go to Manage Recurring Payments page"
@@ -8995,6 +9203,36 @@ msgctxt "send-access-keys"
8995
  msgid "Continue"
8996
  msgstr "متابعة"
8997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8998
  #, fuzzy
8999
  #~ msgid "Add New Category"
9000
  #~ msgstr "التصنيف"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-04-27 20:19:58+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"
44
 
45
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
46
  #: includes/admin/helpers/tables/class-fees-table.php:64
47
+ #: includes/admin/settings/class-settings-bootstrap.php:679
48
+ #: includes/admin/settings/class-settings-bootstrap.php:680
49
  #: includes/helpers/class-app.php:92
50
  #, fuzzy
51
  msgid "Listings"
73
  msgstr "تصنيف الدليل"
74
 
75
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
76
+ #: includes/admin/settings/class-settings-bootstrap.php:691
77
+ #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
+ #: includes/helpers/functions/templates-ui.php:310
80
  msgid "Directory"
81
  msgstr "الدليل"
82
 
100
  msgid "Yes, please!"
101
  msgstr "نعم، من فضلك!"
102
 
103
+ #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
104
  #, fuzzy
105
  msgid "No, thanks"
106
  msgstr "لا، شكرًا"
132
  msgstr "حقول الاستمارة"
133
 
134
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
135
+ #: includes/licensing.php:219
136
  #, fuzzy
137
  msgid "Modules"
138
  msgstr "(جميع الوحدات)"
159
 
160
  #: includes/admin/class-admin.php:1198
161
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
162
+ #: includes/admin/helpers/tables/class-payments-table.php:64
163
  #: templates/email/listing-added.tpl.php:7
164
  #: templates/email/listing-edited.tpl.php:13
165
  #: templates/email/listing-reported.tpl.php:9
168
  msgstr "المعرف"
169
 
170
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
171
+ #: includes/admin/settings/class-settings-bootstrap.php:717
172
  #, fuzzy
173
  msgid "Listing Count"
174
  msgstr "عدد الإعلانات"
233
  msgid "Listing Payments Information"
234
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
235
 
236
+ #: includes/admin/class-payment-personal-data-provider.php:92
237
  #, fuzzy
238
  msgid ""
239
  "An unknown error occurred while trying to delete listing payment information "
244
  msgid "Business Directory Plugin"
245
  msgstr "Business Directory Plugin"
246
 
247
+ #: includes/admin/controllers/class-admin-controller.php:87
248
+ #: includes/admin/helpers/tables/class-fees-table.php:181
249
  #: templates/admin/payments-note.tpl.php:13
250
+ #: templates/delete-listing-confirm.tpl.php:22
251
  #, fuzzy
252
  msgid "Are you sure you want to do this?"
253
  msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
268
  msgstr "مشاهدة مثال لملف استيراد CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
+ #: templates/admin/csv-import.tpl.php:287
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "المساعدة"
275
 
276
+ #: includes/admin/controllers/class-admin-fees.php:46
277
+ #: includes/admin/helpers/tables/class-payments-table.php:67
278
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
279
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
282
  #: templates/payment/payment_items.tpl.php:5
284
  msgid "Amount"
285
  msgstr "القدر"
286
 
287
+ #: includes/admin/controllers/class-admin-fees.php:48
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
+ #: includes/admin/settings/class-settings-bootstrap.php:907
290
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "الصور"
294
 
295
+ #: includes/admin/controllers/class-admin-fees.php:80
296
  #: includes/admin/helpers/class-modules-list.php:236
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "ترقية إلى %s"
300
 
301
+ #: includes/admin/controllers/class-admin-fees.php:91
302
  msgid "Set Up"
303
  msgstr ""
304
 
305
+ #: includes/admin/controllers/class-admin-fees.php:161
306
  #, fuzzy
307
  msgid "Plan added."
308
  msgstr "الرسوم حدثت."
309
 
310
+ #: includes/admin/controllers/class-admin-fees.php:165
311
+ #: includes/admin/controllers/class-admin-fees.php:180
312
  #, fuzzy
313
  msgid "Plan updated."
314
  msgstr "الرسوم حدثت."
315
 
316
+ #: includes/admin/controllers/class-admin-fees.php:200
317
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
318
  msgstr ""
319
 
320
+ #: includes/admin/controllers/class-admin-fees.php:201
321
  #, fuzzy
322
  msgid "Update listing image limits?"
323
  msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
324
 
325
+ #: includes/admin/controllers/class-admin-fees.php:228
326
  #, fuzzy
327
  msgid "Plan not found."
328
  msgstr "الرسوم حدثت."
329
 
330
+ #: includes/admin/controllers/class-admin-fees.php:232
331
  #, fuzzy
332
  msgid "Plan listings updated."
333
  msgstr "الرسوم حدثت."
334
 
335
+ #: includes/admin/controllers/class-admin-fees.php:310
336
  msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
353
  msgstr "الإعلان منتهي التاريخ"
354
 
355
  #: includes/admin/controllers/class-admin-listings.php:268
356
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
357
  #, fuzzy
358
  msgid "Expires on"
359
  msgstr "ستنتهي الصلاحية في"
365
 
366
  #: includes/admin/controllers/class-admin-listings.php:339
367
  #: includes/helpers/class-listing-display-helper.php:132
368
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
369
  #, fuzzy
370
  msgid "Featured"
371
  msgstr "حالة مميزة (مثبت)"
383
  msgstr "حذف الإعلان"
384
 
385
  #: includes/admin/controllers/class-admin-listings.php:733
386
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
387
  #, fuzzy
388
  msgid "Never"
389
  msgstr "أبداً"
391
  #: includes/admin/controllers/class-admin-listings.php:744
392
  #: includes/admin/controllers/class-admin-listings.php:745
393
  #: includes/fields/class-fieldtypes-textarea.php:201
394
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
395
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
396
  #, fuzzy
397
  msgid "Yes"
398
  msgstr "نعم"
399
 
400
  #: includes/admin/controllers/class-admin-listings.php:744
401
  #: includes/admin/controllers/class-admin-listings.php:745
402
+ #: includes/admin/settings/class-settings-bootstrap.php:270
403
  #: includes/fields/class-fieldtypes-textarea.php:200
404
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
405
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
406
  #, fuzzy
407
  msgid "No"
408
  msgstr "لا"
428
  msgstr "معاينة الاستمارة"
429
 
430
  #: includes/admin/controllers/class-form-fields-admin.php:129
431
+ #: includes/helpers/functions/general.php:1329
432
+ #: includes/helpers/functions/general.php:1334
433
  msgid "Go back"
434
  msgstr ""
435
 
436
+ #: includes/admin/controllers/class-form-fields-admin.php:343
437
+ #: includes/admin/settings/class-settings-bootstrap.php:775
438
  #: templates/email/listing-added.tpl.php:10
439
  #: templates/email/listing-edited.tpl.php:16
440
  #: templates/email/listing-reported.tpl.php:11
442
  msgid "Title"
443
  msgstr "العنوان"
444
 
445
+ #: includes/admin/controllers/class-form-fields-admin.php:344
446
  #: templates/admin/fees-form.tpl.php:219
447
  #: templates/email/listing-added.tpl.php:21
448
  #: templates/email/listing-edited.tpl.php:29
450
  msgid "Category"
451
  msgstr "التصنيف"
452
 
453
+ #: includes/admin/controllers/class-form-fields-admin.php:345
454
  #, fuzzy
455
  msgid "Excerpt"
456
  msgstr "مقتطف"
457
 
458
+ #: includes/admin/controllers/class-form-fields-admin.php:346
459
  #, fuzzy
460
  msgid "Content"
461
  msgstr "المحتوى"
462
 
463
+ #: includes/admin/controllers/class-form-fields-admin.php:347
464
  #, fuzzy
465
  msgid "Tags"
466
  msgstr "الوسوم"
467
 
468
+ #: includes/admin/controllers/class-form-fields-admin.php:348
469
  #: includes/form-fields.php:445
470
  #: includes/helpers/class-field-display-list.php:247
471
  #: templates/checkout-billing-form.tpl.php:75
473
  msgid "Address"
474
  msgstr "العنوان"
475
 
476
+ #: includes/admin/controllers/class-form-fields-admin.php:349
477
  #, fuzzy
478
  msgid "Address 2"
479
  msgstr "العنوان"
480
 
481
+ #: includes/admin/controllers/class-form-fields-admin.php:350
482
  #: templates/admin/payments-details.tpl.php:164
483
  #: templates/checkout-billing-form.tpl.php:87
484
  #, fuzzy
485
  msgid "City"
486
  msgstr "المدينة"
487
 
488
+ #: includes/admin/controllers/class-form-fields-admin.php:351
489
  #: templates/admin/payments-details.tpl.php:160
490
  #, fuzzy
491
  msgid "State"
492
  msgstr "الولاية"
493
 
494
+ #: includes/admin/controllers/class-form-fields-admin.php:352
495
  #: templates/admin/payments-details.tpl.php:156
496
  #: templates/checkout-billing-form.tpl.php:102
497
  #, fuzzy
498
  msgid "Country"
499
  msgstr "الدولة:"
500
 
501
+ #: includes/admin/controllers/class-form-fields-admin.php:353
502
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
503
  msgid "ZIP Code"
504
  msgstr "الرمز البريدي"
505
 
506
+ #: includes/admin/controllers/class-form-fields-admin.php:354
507
  #, fuzzy
508
  msgid "FAX Number"
509
  msgstr "رقم الفاكس"
510
 
511
+ #: includes/admin/controllers/class-form-fields-admin.php:355
512
  #: includes/fields/class-fieldtypes-phone-number.php:13
513
  #: templates/listing-contactform.tpl.php:38
514
  #, fuzzy
515
  msgid "Phone Number"
516
  msgstr "رقم الهاتف"
517
 
518
+ #: includes/admin/controllers/class-form-fields-admin.php:356
519
  #, fuzzy
520
  msgid "Ratings Field"
521
  msgstr "حقول التقييم"
522
 
523
+ #: includes/admin/controllers/class-form-fields-admin.php:357
524
  #, fuzzy
525
  msgid "Twitter"
526
  msgstr "تويتر"
527
 
528
+ #: includes/admin/controllers/class-form-fields-admin.php:358
529
  #: includes/form-fields.php:411
530
  #, fuzzy
531
  msgid "Website"
561
  msgstr "مُركب مسبقا"
562
 
563
  #: includes/admin/controllers/class-settings-admin.php:712
564
+ #: includes/admin/helpers/tables/class-fees-table.php:182
565
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
566
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
567
  #: templates/admin/payments-note.tpl.php:14
577
  msgstr "القوالب"
578
 
579
  #. translators: %s: Sample business name
580
+ #: includes/admin/csv-import.php:132
581
  #, fuzzy
582
  msgid "Business %s"
583
  msgstr "الأعمال %s"
584
 
585
+ #: includes/admin/csv-import.php:180
586
  #, fuzzy
587
  msgid "Example CSV Import File"
588
  msgstr "مثال لملف الاستيراد CSV"
589
 
590
+ #: includes/admin/csv-import.php:183
591
  msgid "Go Back"
592
  msgstr ""
593
 
594
+ #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
595
+ #: includes/helpers/class-app.php:244
596
  msgid "You are not allowed to do that."
597
  msgstr ""
598
 
599
+ #: includes/admin/csv-import.php:428
600
  #, fuzzy
601
  msgid "There was an error uploading the file:"
602
  msgstr "حدث خطأ أثناء رفع ملف CSV."
603
 
604
+ #: includes/admin/csv-import.php:433
605
  #, fuzzy
606
  msgid "Please upload the correct file type."
607
  msgstr "المرجو رفع أو حدد ملف CSV."
608
 
609
  #: includes/admin/helpers/class-listing-information-metabox.php:15
610
+ #: includes/admin/helpers/tables/class-payments-table.php:63
611
+ #: includes/admin/settings/class-settings-bootstrap.php:667
612
+ #: includes/admin/settings/class-settings-bootstrap.php:668
613
  #: includes/helpers/class-app.php:91
614
  #: templates/admin/payments-details.tpl.php:53
615
  #, fuzzy
628
  msgstr "تم التنصيب"
629
 
630
  #: includes/admin/helpers/class-modules-list.php:187
631
+ #: includes/admin/helpers/tables/class-fees-table.php:293
632
  #: templates/admin/themes-item.tpl.php:3
633
  #, fuzzy
634
  msgid "Active"
651
  msgid "Hide notifications"
652
  msgstr "تنبيهات البريد الإلكتروني"
653
 
654
+ #: includes/admin/helpers/csv/class-csv-import.php:674
655
  #, fuzzy
656
  msgid "Listing imported by admin. Payment skipped."
657
  msgstr "Poster annonce(paiement initial)"
677
  msgid "Pricing"
678
  msgstr "السعر"
679
 
680
+ #: includes/admin/helpers/tables/class-fees-table.php:157
681
  #, fuzzy
682
  msgid "Disable"
683
  msgstr "تعطيل"
684
 
685
+ #: includes/admin/helpers/tables/class-fees-table.php:163
686
  #, fuzzy
687
  msgid "Enable"
688
  msgstr "تفعيل"
689
 
690
+ #: includes/admin/helpers/tables/class-fees-table.php:189
691
  msgid "ID: %s"
692
  msgstr ""
693
 
694
+ #: includes/admin/helpers/tables/class-fees-table.php:192
695
  #, fuzzy
696
  msgid "Paid Plan"
697
  msgstr "تم الدفع"
698
 
699
+ #: includes/admin/helpers/tables/class-fees-table.php:192
700
  #, fuzzy
701
  msgid "Free Plan"
702
  msgstr "إنتقل إلى \"إدارة حقول\""
703
 
704
+ #: includes/admin/helpers/tables/class-fees-table.php:227
705
  #, fuzzy
706
  msgid "%1$s for %2$s"
707
  msgstr "%s (ex. %s)"
708
 
709
+ #: includes/admin/helpers/tables/class-fees-table.php:261
710
  msgid "Total revenue earned from listings"
711
  msgstr ""
712
 
713
+ #: includes/admin/helpers/tables/class-fees-table.php:291
714
  #, fuzzy
715
  msgid "Disabled"
716
  msgstr "معطل"
717
 
718
+ #: includes/admin/helpers/tables/class-fees-table.php:297
719
+ #: includes/helpers/functions/templates-ui.php:434
720
  #, fuzzy
721
  msgid "Default"
722
  msgstr "رسوم افتراضية"
723
 
724
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
725
  #: includes/fields/class-fieldtypes-social.php:135
726
+ #: templates/admin/csv-import.tpl.php:303
727
  #, fuzzy
728
  msgid "Type"
729
  msgstr "نوع"
730
 
731
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
732
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
733
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:108
734
  msgid "Edit"
735
  msgstr "Editer"
736
 
754
  msgstr ""
755
 
756
  #: includes/admin/page-debug.php:159
757
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
758
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
759
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
760
  #, fuzzy
761
  msgid "OK"
762
  msgstr "حسناً"
765
  msgid "Missing tables: %s"
766
  msgstr "الجداول المفقودة: %s"
767
 
768
+ #: includes/admin/settings/class-settings-bootstrap.php:13
769
+ #: includes/controllers/pages/class-submit-listing.php:1249
770
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
771
  #: templates/listing-contactform.tpl.php:33
772
  #: templates/listing-flagging-form.tpl.php:39
774
  msgid "Email"
775
  msgstr "البريد الإلكتروني: %s"
776
 
777
+ #: includes/admin/settings/class-settings-bootstrap.php:33
778
  #, fuzzy
779
  msgid "License Key"
780
  msgstr "تراخيص"
781
 
782
+ #: includes/admin/settings/class-settings-bootstrap.php:54
783
  msgid "SEO"
784
  msgstr ""
785
 
786
+ #: includes/admin/settings/class-settings-bootstrap.php:221
787
+ #, fuzzy
788
+ msgid ""
789
+ "We expect that a membership plugin supports the 'redirect_to' parameter for "
790
+ "the URLs below to work. If the plugin does not support them, these settings "
791
+ "will not function as expected."
792
+ msgstr ""
793
+ "نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
794
+ "أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
795
+ "الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
796
+ "لووردبريس."
797
+
798
+ #: includes/admin/settings/class-settings-bootstrap.php:271
799
  #, fuzzy
800
  msgid "Yes, and make it optional"
801
  msgstr "الإسم العائلي مطلوب."
802
 
803
+ #: includes/admin/settings/class-settings-bootstrap.php:272
804
  #, fuzzy
805
  msgid "Yes, and make it required"
806
  msgstr "الإسم العائلي مطلوب."
807
 
808
+ #: includes/admin/settings/class-settings-bootstrap.php:283
809
+ #: includes/admin/settings/class-settings-bootstrap.php:297
810
  #: includes/controllers/pages/class-submit-listing.php:527
811
  #, fuzzy
812
  msgid "Terms and Conditions"
813
  msgstr "شروط وأحكام"
814
 
815
+ #: includes/admin/settings/class-settings-bootstrap.php:288
816
  #, fuzzy
817
  msgid "User Agreement"
818
  msgstr "عضو"
819
 
820
+ #: includes/admin/settings/class-settings-bootstrap.php:289
821
  #, fuzzy
822
  msgid "Display and require user agreement to Terms and Conditions"
823
  msgstr "عرض وطلب موافقة العضو على الشروط والأحكام"
824
 
825
+ #: includes/admin/settings/class-settings-bootstrap.php:307
826
  #, fuzzy
827
  msgid "Searching"
828
  msgstr "بحث"
829
 
830
+ #: includes/admin/settings/class-settings-bootstrap.php:312
831
  #, fuzzy
832
  msgid "Display advanced search form"
833
  msgstr "بحث متقدم"
834
 
835
+ #: includes/admin/settings/class-settings-bootstrap.php:330
836
  #, fuzzy
837
  msgid ""
838
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
841
  "تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
842
  "إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
843
 
844
+ #: includes/admin/settings/class-settings-bootstrap.php:375
845
  #, fuzzy
846
  msgid "Quick search data"
847
  msgstr "حقول البحث السريع"
848
 
849
+ #: includes/admin/settings/class-settings-bootstrap.php:401
850
  msgid ""
851
  "If no fields are selected, the following fields will be searched in Quick "
852
  "Searches:"
853
  msgstr ""
854
 
855
+ #: includes/admin/settings/class-settings-bootstrap.php:403
856
  msgid ""
857
  "The Quick Search is a single search box, but you may choose what data is "
858
  "searched. Searching too many fields can result in very slow search "
859
  "performance."
860
  msgstr ""
861
 
862
+ #: includes/admin/settings/class-settings-bootstrap.php:434
863
  #, fuzzy
864
  msgid "Categories"
865
  msgstr "التصنيفات"
866
 
867
+ #: includes/admin/settings/class-settings-bootstrap.php:436
868
  #, fuzzy
869
  msgid "Buttons"
870
  msgstr "نمط زر القالب"
871
 
872
+ #: includes/admin/settings/class-settings-bootstrap.php:438
873
  #, fuzzy
874
  msgid "Sorting"
875
  msgstr "إعدادات"
876
 
877
+ #: includes/admin/settings/class-settings-bootstrap.php:555
878
  msgid ""
879
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
880
  "allow for comments on posts, not pages. Some themes handle both. Since the "
883
  "work, try the 3rd option."
884
  msgstr ""
885
 
886
+ #: includes/admin/settings/class-settings-bootstrap.php:559
887
  #, fuzzy
888
  msgid "Include theme comment form (standard option)"
889
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
890
 
891
+ #: includes/admin/settings/class-settings-bootstrap.php:560
892
  #, fuzzy
893
  msgid "Include directory comment form (use only if 2nd option does not work)"
894
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
895
 
896
+ #: includes/admin/settings/class-settings-bootstrap.php:578
897
  #, fuzzy
898
  msgid "Prevent featured (sticky) status on directory pages?"
899
  msgstr "حالة مميز (مثبت)"
900
 
901
+ #: includes/admin/settings/class-settings-bootstrap.php:606
902
  #, fuzzy
903
  msgid "Owner of anonymous listings"
904
  msgstr "الذهاب إلى إعلانك"
905
 
906
+ #: includes/admin/settings/class-settings-bootstrap.php:622
907
  #, fuzzy
908
  msgid "Default listing status"
909
  msgstr "إعلان العضو الافتراضي"
910
 
911
+ #: includes/admin/settings/class-settings-bootstrap.php:626
912
+ #: includes/admin/settings/class-settings-bootstrap.php:639
913
  #, fuzzy
914
  msgid "Pending (Require approval)"
915
  msgstr "مفعل + ريثما يتم التجديد"
916
 
917
+ #: includes/admin/settings/class-settings-bootstrap.php:660
918
  #, fuzzy
919
  msgid "Message Defaults"
920
  msgstr "إعادة تعيين الوضع الافتراضي"
921
 
922
+ #: includes/admin/settings/class-settings-bootstrap.php:665
923
  #, fuzzy
924
  msgid "Listing label"
925
  msgstr "عنوان الإعلان: "
926
 
927
+ #: includes/admin/settings/class-settings-bootstrap.php:666
928
  #, fuzzy
929
  msgid "What is a single listing called?"
930
  msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
931
 
932
+ #: includes/admin/settings/class-settings-bootstrap.php:677
933
  msgid "Listing label (Plural)"
934
  msgstr ""
935
 
936
+ #: includes/admin/settings/class-settings-bootstrap.php:678
937
  msgid "What are your listings called?"
938
  msgstr ""
939
 
940
+ #: includes/admin/settings/class-settings-bootstrap.php:689
941
  #, fuzzy
942
  msgid "Directory label"
943
  msgstr "وسم الدليل"
944
 
945
+ #: includes/admin/settings/class-settings-bootstrap.php:690
946
  msgid "What should we call your directory?"
947
  msgstr ""
948
 
949
+ #: includes/admin/settings/class-settings-bootstrap.php:702
950
  #, fuzzy
951
  msgid ""
952
  "This text is displayed on the first page of the Submit Listing process. You "
957
  "استخدامه لإعطاء إرشادات حول تعبئة النموذج أو أي شيء تريد إعلام الأعضاء به "
958
  "قبل أن يبدأوا."
959
 
960
+ #: includes/admin/settings/class-settings-bootstrap.php:715
961
  #: templates/listing-contactform.tpl.php:30
962
  #: templates/listing-flagging-form.tpl.php:35
963
  #, fuzzy
964
  msgid "Name"
965
  msgstr "الإسم"
966
 
967
+ #: includes/admin/settings/class-settings-bootstrap.php:830
968
  msgid "Show Buttons"
969
  msgstr ""
970
 
971
+ #: includes/admin/settings/class-settings-bootstrap.php:873
972
  #, fuzzy
973
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
974
  msgstr "إظهار زر \"الدليل\"."
975
 
976
+ #: includes/admin/settings/class-settings-bootstrap.php:880
977
  msgid "Styling"
978
  msgstr ""
979
 
980
+ #: includes/admin/settings/class-settings-bootstrap.php:886
981
  #, fuzzy
982
  msgid "Button style"
983
  msgstr "نمط زر القالب"
984
 
985
+ #: includes/admin/settings/class-settings-bootstrap.php:889
986
  #, fuzzy
987
  msgid "Override WP theme button styling"
988
  msgstr "نمط زر القالب"
989
 
990
+ #: includes/admin/settings/class-settings-bootstrap.php:897
991
  msgid "Primary color"
992
  msgstr ""
993
 
994
+ #: includes/admin/settings/class-settings-bootstrap.php:900
995
  msgid "This is used for form buttons and form rootline."
996
  msgstr ""
997
 
998
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
999
  #, fuzzy
1000
  msgid "Show Thumbnail"
1001
  msgstr "عرض الصور المصغرة"
1002
 
1003
+ #: includes/admin/settings/class-settings-bootstrap.php:1090
1004
  msgid "Coming Soon image"
1005
  msgstr ""
1006
 
1007
+ #: includes/admin/settings/class-settings-bootstrap.php:1127
1008
  #: includes/fields/class-fieldtypes-social.php:89
1009
  #: includes/fields/class-fieldtypes-url.php:162
1010
  #: templates/email/listing-added.tpl.php:13
1015
  msgid "URL"
1016
  msgstr "رابط URL"
1017
 
1018
+ #: includes/admin/settings/class-settings-bootstrap.php:1246
1019
  #, fuzzy
1020
  msgid "Thank you for your payment."
1021
  msgstr "رسالة الشكر على الدفع"
1022
 
1023
+ #: includes/admin/settings/class-settings-bootstrap.php:1274
1024
  msgid ""
1025
  "If you are using this gateway, we recommend you disable it if you wish to "
1026
  "collect payments in this currency."
1034
  msgstr[4] ""
1035
  msgstr[5] ""
1036
 
1037
+ #: includes/admin/settings/class-settings-bootstrap.php:1362
1038
  #, fuzzy
1039
  msgid "Email Notifications"
1040
  msgstr "تنبيهات البريد الإلكتروني"
1041
 
1042
+ #: includes/admin/settings/class-settings-bootstrap.php:1367
1043
  #, fuzzy
1044
  msgid "Notify admin via email when..."
1045
  msgstr "إبلاغ المدير عن طريق البريد الإلكتروني عندما..."
1046
 
1047
+ #: includes/admin/settings/class-settings-bootstrap.php:1385
1048
  #, fuzzy
1049
  msgid "CC this email address too"
1050
  msgstr "إرسال نسخة من الرسالة الى عنوان البريد الإلكتروني هذا أيضا"
1051
 
1052
+ #: includes/admin/settings/class-settings-bootstrap.php:1391
1053
  #, fuzzy
1054
  msgid ""
1055
  "You can modify the text template used for most of these emails in the "
1057
  msgstr ""
1058
  "يمكنك تعديل قالب النص المستخدم لمعظم رسائل البريد الإلكتروني هذه أدناه."
1059
 
1060
+ #: includes/admin/settings/class-settings-bootstrap.php:1399
1061
  #, fuzzy
1062
  msgid "Notify users via email when..."
1063
  msgstr "إعلام الأعضاء عن طريق البريد الإلكتروني عندما..."
1064
 
1065
  #. translators: %s: email shortcode
1066
+ #: includes/admin/settings/class-settings-bootstrap.php:1466
1067
  #, fuzzy
1068
  msgid "Email: %s"
1069
  msgstr "البريد الإلكتروني: %s"
1070
 
1071
  #. translators: %s: phone shortcode
1072
+ #: includes/admin/settings/class-settings-bootstrap.php:1469
1073
  #, fuzzy
1074
  msgid "Phone Number: %s"
1075
  msgstr "رقم الهاتف"
1076
 
1077
+ #: includes/admin/settings/class-settings-bootstrap.php:1481
1078
  #, fuzzy
1079
  msgid "Sender's email address"
1080
  msgstr "إدخال بريدك إلكتروني"
1081
 
1082
+ #: includes/admin/settings/class-settings-bootstrap.php:1482
1083
  #, fuzzy
1084
  msgid "Sender's phone number"
1085
  msgstr "إسم الكاتب"
1086
 
1087
+ #: includes/admin/settings/class-settings-bootstrap.php:1546
1088
  msgid "Renewal and expiration"
1089
  msgstr ""
1090
 
1091
+ #: includes/admin/settings/class-settings-bootstrap.php:1670
1092
+ #: includes/admin/settings/class-settings.php:98
1093
  #, fuzzy
1094
  msgid "Miscellaneous"
1095
  msgstr "إعدادات متنوعة"
1096
 
1097
+ #: includes/admin/settings/class-settings-bootstrap.php:1676
1098
  #, fuzzy
1099
  msgid "Data Collection"
1100
  msgstr "تجميع البيانات"
1101
 
1102
+ #: includes/admin/settings/class-settings-bootstrap.php:1677
1103
  #, fuzzy
1104
  msgid ""
1105
  "Allow Business Directory to anonymously collect information about your "
1108
  "تسمح لدليل الأعمال بجمع معلومات مجهولة حول الإضافات المثبتة، والقوالب وإصدار "
1109
  "ووردبريس الخاص بك؟"
1110
 
1111
+ #: includes/admin/settings/class-settings-bootstrap.php:1678
1112
  msgid "Learn more"
1113
  msgstr ""
1114
 
1115
+ #: includes/admin/settings/class-settings-bootstrap.php:1696
1116
  #: templates/admin/uninstall-complete.tpl.php:4
1117
  #, fuzzy
1118
  msgid "Uninstall"
1119
  msgstr "حذف"
1120
 
1121
+ #: includes/admin/settings/class-settings.php:514
1122
  msgid "%s cannot include spaces, commas, or &"
1123
  msgstr ""
1124
 
1125
+ #: includes/admin/tracking.php:230
1126
  #, fuzzy
1127
  msgid "Allow Tracking"
1128
  msgstr "السماح بالتتبع"
1202
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1203
  msgstr "تعذر تحديث القالب : %s"
1204
 
1205
+ #: includes/admin/upgrades/migrations/migration-3_7.php:182
1206
  #, fuzzy
1207
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1208
  msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
1212
  msgid "Directory Modules"
1213
  msgstr "قوالب الدليل"
1214
 
1215
+ #: includes/admin/views/modules/list.php:38
1216
  msgid "New"
1217
  msgstr ""
1218
 
1219
+ #: includes/admin/views/modules/list.php:71
1220
+ #: includes/admin/views/modules/list.php:72
1221
  #, fuzzy
1222
  msgid "View Docs"
1223
  msgstr "Vue"
1224
 
1225
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1226
+ #, fuzzy
1227
+ msgid "Settings"
1228
+ msgstr "إعدادات"
1229
+
1230
  #: includes/admin/views/review.php:17
1231
  #, fuzzy
1232
  msgid "Are you enjoying Business Directory Plugin?"
1271
  "what we can do better?"
1272
  msgstr ""
1273
 
1274
+ #: includes/class-assets.php:191
1275
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1276
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:98
1277
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
1278
+ #: templates/admin/settings-email.tpl.php:103
1279
  #: templates/admin/settings-reset.tpl.php:8
1280
+ #: templates/admin/themes-delete-confirm.tpl.php:25
1281
  #: templates/listing-flagging-form.tpl.php:65
1282
  #, fuzzy
1283
  msgid "Cancel"
1310
  msgstr "عرض الإعلان"
1311
 
1312
  #: includes/class-cpt-integration.php:22
1313
+ #: includes/helpers/functions/templates-ui.php:372
1314
  #: templates/main-box.tpl.php:23
1315
  msgid "Search Listings"
1316
  msgstr "البحث في الإعلانات"
1405
 
1406
  #: includes/class-meta.php:139
1407
  #: includes/controllers/pages/class-submit-listing.php:32
1408
+ #: includes/helpers/functions/templates-ui.php:332
1409
  #: templates/submit-listing.tpl.php:17
1410
  #, fuzzy
1411
  msgid "Add Listing"
1413
 
1414
  #: includes/class-meta.php:149
1415
  #: includes/controllers/pages/class-all-listings.php:6
1416
+ #: includes/helpers/functions/templates-ui.php:319
1417
  msgid "View All Listings"
1418
  msgstr "مشاهدة جميع الإعلانات"
1419
 
1423
  "to set up a gateway. Until you do this, only free plans will be available."
1424
  msgstr ""
1425
 
1426
+ #: includes/class-wpbdp.php:577
 
 
 
 
 
1427
  #, fuzzy
1428
  msgid "Could not find listing ID"
1429
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1430
 
1431
+ #: includes/class-wpbdp.php:584
1432
  msgid ""
1433
  "Could not verify the image upload request. If problem persists contact site "
1434
  "admin."
1435
  msgstr ""
1436
 
1437
+ #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1438
  #, fuzzy
1439
  msgid "Could not find image ID"
1440
  msgstr "تعذر تحديث القالب : %s"
1441
 
1442
+ #: includes/class-wpbdp.php:623
1443
  #, fuzzy
1444
  msgid ""
1445
  "The directory features are disabled at this time because a <a>manual "
1448
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1449
  "يدوية قبل المتابعة."
1450
 
1451
+ #: includes/class-wpbdp.php:630
1452
  msgid ""
1453
  "The directory is not available at this time. Please try again in a few "
1454
  "minutes or contact the administrator if the problem persists."
1580
  msgstr "الذهاب إلى إعلانك"
1581
 
1582
  #: includes/controllers/pages/class-checkout.php:180
1583
+ #: includes/controllers/pages/class-manage-listings.php:109
1584
  msgid "Pay Now"
1585
  msgstr ""
1586
 
1624
  msgid "l F j, Y \\a\\t g:i a"
1625
  msgstr "l F j, Y \\a\\t g:i a"
1626
 
1627
+ #: includes/controllers/pages/class-manage-listings.php:109
1628
  #: templates/renew-listing.tpl.php:11
1629
  msgid "Renew Listing"
1630
  msgstr "تجديد الإعلان"
1664
  msgid "Please check the form for errors, correct them and submit again."
1665
  msgstr ""
1666
 
1667
+ #: includes/controllers/pages/class-submit-listing.php:1233
1668
  msgid "Create a user account on this site"
1669
  msgstr ""
1670
 
1671
+ #: includes/controllers/pages/class-submit-listing.php:1240
1672
  #, fuzzy
1673
  msgid "Username"
1674
  msgstr "عضو"
1675
 
1676
+ #: includes/controllers/pages/class-submit-listing.php:1262
1677
  #, fuzzy
1678
  msgid "Clear Form"
1679
  msgstr "مسح"
1714
  msgid "Select Media"
1715
  msgstr "قائمة منسدلة"
1716
 
1717
+ #: includes/fields/class-fieldtypes-select.php:25
1718
  #, fuzzy
1719
  msgid "Select List"
1720
  msgstr "قائمة منسدلة"
1721
 
1722
+ #: includes/fields/class-fieldtypes-select.php:116
1723
  #, fuzzy
1724
  msgid "-- Choose One --"
1725
  msgstr "-- اختار واحد --"
1726
 
1727
+ #: includes/fields/class-fieldtypes-select.php:143
1728
  #, fuzzy
1729
  msgid "-- Choose Terms --"
1730
  msgstr "- اختيار البنود -"
1731
 
1732
+ #: includes/fields/class-fieldtypes-select.php:209
1733
  msgid "— None —"
1734
  msgstr ""
1735
 
1736
+ #: includes/fields/class-fieldtypes-select.php:266
1737
  #, fuzzy
1738
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1739
  msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
1740
 
1741
+ #: includes/fields/class-fieldtypes-select.php:266
1742
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1743
  #: templates/admin/fees-form.tpl.php:58
1744
  #, fuzzy
1745
  msgid "required"
1746
  msgstr "مطلوب"
1747
 
1748
+ #: includes/fields/class-fieldtypes-select.php:268
1749
  msgid "One option per line"
1750
  msgstr ""
1751
 
1752
+ #: includes/fields/class-fieldtypes-select.php:278
1753
  #, fuzzy
1754
  msgid "Allow empty selection on search?"
1755
  msgstr "السماح بالتحديد الفارغ في البحث؟"
1756
 
1757
+ #: includes/fields/class-fieldtypes-select.php:296
1758
  #, fuzzy
1759
  msgid "Field list of options is required."
1760
  msgstr "قائمة خيارات الحقل مطلوبة."
1801
  msgid "Use rel=\"nofollow\" when displaying the link?"
1802
  msgstr "إستخدام rel = \"nofollow\" عند عرض الارتباط؟"
1803
 
1804
+ #: includes/fields/class-fieldtypes-url.php:176
1805
  #, fuzzy
1806
  msgid "Link Text (optional)"
1807
  msgstr "رابط نصي (اختياري):"
1910
  msgid "Telephone Number Validator"
1911
  msgstr "المصادقة على رقم صحيح"
1912
 
1913
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1914
  #, fuzzy
1915
  msgid "Field"
1916
  msgstr "حقل"
1974
  msgid "%s is badly formatted. Valid Phone Number format required."
1975
  msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
1976
 
1977
+ #: includes/gateways/class-gateway-authorize-net.php:373
1978
  msgid ""
1979
  "An error occurred while trying to cancel your subscription. Please try again "
1980
  "later or contact the site administrator."
1981
  msgstr ""
1982
 
1983
+ #: includes/gateways/class-gateway-authorize-net.php:377
1984
  msgid ""
1985
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1986
  "%s. You can try again later or cancel subscription from gateway dashboard."
1987
  msgstr ""
1988
 
1989
+ #: includes/helpers/functions/general.php:530
1990
  msgid "Free"
1991
  msgstr "مجاني"
1992
 
1995
  msgid "Untitled Listing"
1996
  msgstr "تحرير الإعلان"
1997
 
1998
+ #: includes/helpers/functions/templates-ui.php:326
1999
  #, fuzzy
2000
  msgid "Manage Listings"
2001
  msgstr "إدارة الإعلانات المدفوعة"
2012
  "get updates."
2013
  msgstr ""
2014
 
2015
+ #: includes/licensing.php:206 includes/licensing.php:210
2016
  #, fuzzy
2017
  msgid "Licenses"
2018
  msgstr "تراخيص"
2019
 
2020
  #. translators: %s: item type.
2021
+ #: includes/licensing.php:267
2022
  msgid "%s will not get updates until license is reauthorized."
2023
  msgstr ""
2024
 
2025
+ #: includes/licensing.php:288
2026
  #, fuzzy
2027
  msgid "Enter License Key here"
2028
  msgstr "تجديد مفتاح الترخيص"
2029
 
2030
+ #: includes/licensing.php:289
2031
  #, fuzzy
2032
  msgid "Authorize"
2033
  msgstr "تفعيل Authorize.net؟"
2034
 
2035
+ #: includes/licensing.php:389
2036
  #, fuzzy
2037
  msgid "Invalid item ID"
2038
  msgstr "معرف حقل غير صالح"
2039
 
2040
+ #: includes/licensing.php:402
2041
  #, fuzzy
2042
  msgid "No license key provided"
2043
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2044
 
2045
+ #: includes/licensing.php:451 includes/licensing.php:489
2046
  #, fuzzy
2047
  msgid "License key is invalid"
2048
  msgstr "مفتاح الترخيص غير صالح"
2049
 
2050
+ #: includes/licensing.php:455
2051
  #, fuzzy
2052
  msgid "Deactivation failed"
2053
  msgstr "فشل التعطيل"
2054
 
2055
+ #: includes/licensing.php:500
2056
  #, fuzzy
2057
  msgid "The license key was revoked."
2058
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2059
 
2060
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2061
+ #: includes/licensing.php:504
2062
  msgid ""
2063
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2064
  "%2$s and let them know your license is being reported as revoked by the "
2066
  "with your report."
2067
  msgstr ""
2068
 
2069
+ #: includes/licensing.php:567
2070
  msgid ""
2071
  "It was not possible to establish a connection with the Business Directory "
2072
  "server. The connection failed with the following error:"
2073
  msgstr ""
2074
 
2075
+ #: includes/licensing.php:580
2076
  msgid ""
2077
  "It was not possible to establish a connection with the Business Directory "
2078
  "server. A problem occurred in the SSL/TSL handshake:"
2079
  msgstr ""
2080
 
2081
+ #: includes/licensing.php:627
2082
  msgid ""
2083
  "It looks like your server is not authorized to make outgoing requests to "
2084
  "Business Directory servers. Please contact your webhost and ask them to add "
2085
  "our IP address 52.0.78.177 to your allow list."
2086
  msgstr ""
2087
 
2088
+ #: includes/licensing.php:721
2089
  #, fuzzy
2090
  msgid "Business Directory license key is missing."
2091
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2092
 
2093
+ #: includes/licensing.php:722
2094
  #, fuzzy
2095
  msgid "Business Directory license key has expired"
2096
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2097
 
2098
+ #: includes/licensing.php:723
2099
  #, fuzzy
2100
  msgid "Could not verify Business Directory license."
2101
  msgstr "المساعدة في تحسين دليل الأعمال"
2102
 
2103
+ #: includes/licensing.php:734
2104
  #, fuzzy
2105
  msgid "Review license keys"
2106
  msgstr "تجديد مفتاح الترخيص"
2107
 
2108
+ #: includes/licensing.php:849
2109
  msgid "Missing data. Please reload this page and try again."
2110
  msgstr ""
2111
 
2112
+ #: includes/licensing.php:854
2113
  #, fuzzy
2114
  msgid "Please enter a license key."
2115
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
2140
  msgid "Print Receipt"
2141
  msgstr ""
2142
 
2143
+ #: includes/payment.php:148
2144
  #, fuzzy
2145
  msgid "Return to plan selection"
2146
  msgstr "الرجوع إلى الإعلان."
2228
  msgid "Fields To Show"
2229
  msgstr ""
2230
 
2231
+ #: includes/widgets/class-listings-widget.php:188
2232
  #, fuzzy
2233
  msgid "There are currently no listings to show."
2234
  msgstr "لا توجد حاليا إعلانات في الدليل."
2235
 
2236
+ #: includes/widgets/widget-featured-listings.php:27
2237
+ #, fuzzy
2238
+ msgid "Display listings in random order"
2239
+ msgstr "عرض الإعلانات في ترتيب عشوائي"
2240
+
2241
+ #: templates/admin/_admin-menu.php:57
2242
  msgid "Minimize Navigation"
2243
  msgstr ""
2244
 
2253
  "المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
2254
  "الخطأ الخاص بك للحصول على التفاصيل."
2255
 
2256
+ #: templates/admin/csv-export.tpl.php:37
2257
  #, fuzzy
2258
  msgid "All"
2259
  msgstr "الكل"
2260
 
2261
+ #: templates/admin/csv-export.tpl.php:50
2262
  #, fuzzy
2263
  msgid "Create a ZIP file with both a CSV file and listing images."
2264
  msgstr ""
2265
  "عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
2266
  "ولائحة الصور."
2267
 
2268
+ #: templates/admin/csv-export.tpl.php:55
2269
  #, fuzzy
2270
  msgid "Additional metadata to export"
2271
  msgstr "بيانات تعريف إضافية للتصدير:"
2272
 
2273
+ #: templates/admin/csv-export.tpl.php:65
2274
  #, fuzzy
2275
  msgid ""
2276
  "If you plan to re-import the listings into your directory and don't want new "
2279
  "إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
2280
  "أخرى جديدة، قم بتحديد هذا الخيار!"
2281
 
2282
+ #: templates/admin/csv-export.tpl.php:119
2283
+ #: templates/admin/csv-import.tpl.php:113
2284
  #, fuzzy
2285
  msgid "CSV File Settings"
2286
  msgstr "إعدادات ملف CSV"
2287
 
2288
+ #: templates/admin/csv-export.tpl.php:129
2289
  msgid ""
2290
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2291
  "sure all your listings information is displayed properly when you view or "
2293
  "each operating system."
2294
  msgstr ""
2295
 
2296
+ #: templates/admin/csv-export.tpl.php:150
2297
+ #: templates/admin/csv-import.tpl.php:149
2298
  #, fuzzy
2299
  msgid "Image Separator"
2300
  msgstr "فاصلة الصورة "
2301
 
2302
+ #: templates/admin/csv-import.tpl.php:27
2303
+ #, fuzzy
2304
+ msgid "Here, you can import data into your directory using the CSV format."
2305
+ msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
2306
+
2307
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2308
+ #: templates/admin/csv-import.tpl.php:32
2309
  #, fuzzy
2310
  msgid ""
2311
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
2314
  "نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
2315
  "بالأشياء بالترتيب الصحيح."
2316
 
2317
+ #: templates/admin/csv-import.tpl.php:44
2318
  #, fuzzy
2319
  msgid "Import Files"
2320
  msgstr "استيراد الملفات"
2321
 
2322
+ #: templates/admin/csv-import.tpl.php:49
2323
  #, fuzzy
2324
  msgid "CSV File"
2325
  msgstr "ملف CSV"
2329
  msgid "ZIP file containing images"
2330
  msgstr "ملف مضغوط يحتوي على صور"
2331
 
2332
+ #: templates/admin/csv-import.tpl.php:119
2333
  #, fuzzy
2334
  msgid "Column Separator"
2335
  msgstr "فاصلة الأعمدة"
2336
 
2337
+ #: templates/admin/csv-import.tpl.php:142
2338
  msgid "TAB"
2339
  msgstr ""
2340
 
2341
+ #: templates/admin/csv-import.tpl.php:160
2342
  #, fuzzy
2343
  msgid "Category Separator"
2344
  msgstr "فاصلة التصنيف"
2345
 
2346
+ #: templates/admin/csv-import.tpl.php:171
2347
  #, fuzzy
2348
  msgid "Import settings"
2349
  msgstr "إعدادات الاستيراد"
2350
 
2351
+ #: templates/admin/csv-import.tpl.php:176
2352
  #, fuzzy
2353
  msgid "Post status of new imported listings"
2354
  msgstr "حالة مقالة الإعلانات المستوردة"
2355
 
2356
+ #: templates/admin/csv-import.tpl.php:191
2357
  #, fuzzy
2358
  msgid "Post status of existing imported listings"
2359
  msgstr "حالة مقالة الإعلانات المستوردة"
2360
 
2361
+ #: templates/admin/csv-import.tpl.php:208
2362
  #, fuzzy
2363
  msgid "Missing categories handling"
2364
  msgstr "معالجة التصنيفات المفقودة"
2365
 
2366
+ #: templates/admin/csv-import.tpl.php:214
2367
  #, fuzzy
2368
  msgid "Auto-create categories"
2369
  msgstr "الإنشاء التلقائي للتصنيفات"
2370
 
2371
+ #: templates/admin/csv-import.tpl.php:219
2372
  #, fuzzy
2373
  msgid "Generate errors when a category is not found"
2374
  msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
2375
 
2376
+ #: templates/admin/csv-import.tpl.php:227
2377
  #, fuzzy
2378
  msgid "Keep existing images"
2379
  msgstr "الاحتفاظ بالصور الموجودة."
2380
 
2381
+ #: templates/admin/csv-import.tpl.php:230
2382
  #, fuzzy
2383
  msgid "Appends new images while keeping current ones."
2384
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
2385
 
2386
+ #: templates/admin/csv-import.tpl.php:238
2387
  #, fuzzy
2388
  msgid "Assign listings to a user"
2389
  msgstr "تعيين إعلانات للعضو؟"
2390
 
2391
+ #: templates/admin/csv-import.tpl.php:250
2392
  #, fuzzy
2393
  msgid "Default listing user"
2394
  msgstr "إعلان العضو الافتراضي"
2395
 
2396
+ #: templates/admin/csv-import.tpl.php:252
2397
  #, fuzzy
2398
  msgid ""
2399
  "This user will be used if the username column is not present in the CSV file."
2400
  msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
2401
 
2402
+ #: templates/admin/csv-import.tpl.php:259
2403
  #, fuzzy
2404
  msgid "Number of listings imported on every cycle"
2405
  msgstr "عدد الإعلانات للعرض"
2406
 
2407
+ #: templates/admin/csv-import.tpl.php:261
2408
  msgid ""
2409
  "If you are having trouble importing listings due to memory problems, try "
2410
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2412
  "success on shared hosting platforms and other resource-constrained servers."
2413
  msgstr ""
2414
 
2415
+ #: templates/admin/csv-import.tpl.php:273
2416
  #, fuzzy
2417
  msgid "Disable email notifications during import"
2418
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
2419
 
2420
+ #: templates/admin/csv-import.tpl.php:292
2421
  #, fuzzy
2422
  msgid ""
2423
  "The following are the valid header names to be used in the CSV file. "
2429
  "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
2430
  "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
2431
 
2432
+ #: templates/admin/csv-import.tpl.php:301
2433
  #, fuzzy
2434
  msgid "Header name/label"
2435
  msgstr "إسم رأس/التسمية"
2436
 
2437
+ #: templates/admin/csv-import.tpl.php:304
2438
  #, fuzzy
2439
  msgid "Required?"
2440
  msgstr "مطلوب؟"
2441
 
2442
+ #: templates/admin/csv-import.tpl.php:305
2443
  #, fuzzy
2444
  msgid "Multivalued?"
2445
  msgstr "متعدد القيم؟"
2446
 
2447
+ #: templates/admin/csv-import.tpl.php:337
2448
  #, fuzzy
2449
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2450
  msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
2451
 
2452
+ #: templates/admin/csv-import.tpl.php:344
2453
  #, fuzzy
2454
  msgid "Listing author's username"
2455
  msgstr "إسم مستخدم كاتب الإعلان"
2607
  msgid "Require this field on the Advanced Search screen."
2608
  msgstr "تضمين هذا الحقل في نموذج البحث."
2609
 
2610
+ #: templates/admin/form-fields-tags.tpl.php:19
2611
+ #, fuzzy
2612
+ msgid ""
2613
+ "Before you create fields, make sure you've mapped all of your EXISTING ones "
2614
+ "first, otherwise you'll appear to be \"missing data\" on your listings."
2615
+ msgstr ""
2616
+ "قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
2617
+ "\"بيانات مفقودة\" في إعلاناتك."
2618
+
2619
  #: templates/admin/form-fields.tpl.php:4
2620
  #, fuzzy
2621
  msgid "Add New Form Field"
2653
  msgstr "إدارة الإعلانات المدفوعة"
2654
 
2655
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
 
 
2656
  #, fuzzy
2657
+ msgid "Access key"
2658
  msgstr "مفتاح الوصول"
2659
 
2660
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
2661
+ #, fuzzy
2662
+ msgid "Listing status"
2663
+ msgstr "الإعلانات"
2664
+
2665
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2666
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
2667
+ #, fuzzy
2668
+ msgid "N/A"
2669
+ msgstr "N/A غير قابل للتطبيق"
2670
+
2671
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
2672
+ #, fuzzy
2673
+ msgid "Last renew date"
2674
+ msgstr "تاريخ التجديد"
2675
+
2676
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2677
  #: templates/email/listing-payment-completed.tpl.php:25
2678
  msgid "Plan"
2679
  msgstr ""
2680
 
2681
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2682
+ #: templates/plan-selection-plan.tpl.php:41
2683
+ #, fuzzy
2684
+ msgid "Recurring"
2685
+ msgstr "(متكرر)"
2686
+
2687
  #: templates/admin/payments-details.tpl.php:5
2688
  #, fuzzy
2689
  msgid "Payment %s"
2940
  msgstr "دروس الفيديو التعليمية"
2941
 
2942
  #: templates/admin/themes-delete-confirm.tpl.php:4
2943
+ #: templates/admin/themes-delete-confirm.tpl.php:26
2944
  #, fuzzy
2945
  msgid "Delete Directory Theme"
2946
  msgstr "حذف قالب الدليل"
3002
  msgid "They are not a replacement for regular WordPress themes."
3003
  msgstr "هذا قالب أو الغلاف من %s وليس قالب ووردبريس عادي."
3004
 
3005
+ #: templates/admin/uninstall-capture-form.tpl.php:16
3006
+ #, fuzzy
3007
+ msgid ""
3008
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
3009
+ "question for us to help us make the product better for everyone in the "
3010
+ "future?"
3011
+ msgstr ""
3012
+ "نحن آسفون لرؤيتكم تتركنا. يمكن أن تعطينا 10 ثوان من وقتك للإجابة على سؤال "
3013
+ "واحد لمساعدتنا على جعل المنتج أفضل للجميع في المستقبل؟"
3014
+
3015
  #: templates/admin/uninstall-complete.tpl.php:12
3016
  #, fuzzy
3017
  msgid "Uninstall completed."
3023
  msgstr "الرجوع إلى لوحة تحكم ووردبرس"
3024
 
3025
  #: templates/admin/uninstall-confirm.tpl.php:25
3026
+ msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
3027
  msgstr ""
3028
 
3029
  #. translators: %1$s: open link html, %2$s: close link html
3178
  msgid "Next"
3179
  msgstr ""
3180
 
3181
+ #: templates/delete-listing-confirm.tpl.php:7
3182
+ #, fuzzy
3183
+ msgid ""
3184
+ "Your listing is associated to a recurring payment. If you don't cancel the "
3185
+ "recurring payment before deleting the listing, you might be charged for "
3186
+ "additional periods even though your listing won't be available."
3187
+ msgstr ""
3188
+ "إعلانك مرتبط بالمدفوعات المتكررة. إذا لم تلغي المدفوعات المتكررة قبل حذف "
3189
+ "الإعلان، يمكن أن تدفع لفترات إضافية على الرغم من أن إعلانك لن يكون متوفر."
3190
+
3191
+ #: templates/delete-listing-confirm.tpl.php:27
3192
  #, fuzzy
3193
  msgid "Yes. Delete my listing."
3194
  msgstr "نعم. إحذف إعلاني."
3195
 
3196
+ #: templates/delete-listing-confirm.tpl.php:28
3197
  #, fuzzy
3198
  msgid "No. Take me back to the directory."
3199
  msgstr "لا. أرجعني إلى الدليل."
3225
  "ستجد أدناه مفاتيح الوصول لكافة الإعلانات القوائم مع عنوان بريدك الإلكتروني "
3226
  "على موقعنا."
3227
 
3228
+ #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
3229
+ #: templates/login.tpl.php:71
3230
+ #, fuzzy
3231
+ msgid "Access Key"
3232
+ msgstr "مفتاح الوصول"
3233
+
3234
  #: templates/listing-contactform.tpl.php:42
3235
  #, fuzzy
3236
  msgid "Message"
3356
  msgstr "%s كل %s أيام."
3357
 
3358
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3359
+ #: templates/manage-recurring.tpl.php:33
3360
  #, fuzzy
3361
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3362
  msgstr "%s كل %sالأيام. التجديد القادم في %s."
3381
  msgid "Item"
3382
  msgstr "عنصر"
3383
 
 
 
 
 
 
3384
  #: templates/plan-selection-plan.tpl.php:45
3385
  #, fuzzy
3386
  msgid "Never Expires"
3481
  msgid "Continue to Payment"
3482
  msgstr "الدفعة الأولية"
3483
 
3484
+ #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
3485
+ msgid "This is a dummy plugin"
3486
+ msgstr ""
3487
+
3488
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
3489
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
3490
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
3491
+ #, fuzzy
3492
+ msgid "There was an error when reading this WXR file"
3493
+ msgstr "حدث خطأ أثناء رفع ملف CSV."
3494
+
3495
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
3496
+ msgid ""
3497
+ "Details are shown above. The importer will now try again with a different "
3498
+ "parser..."
3499
+ msgstr ""
3500
+
3501
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
3502
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
3503
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:306
3504
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:495
3505
+ msgid ""
3506
+ "This does not appear to be a WXR file, missing/invalid WXR version number"
3507
+ msgstr ""
3508
+
3509
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
3510
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
3511
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:192
3512
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
3513
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
3514
+ msgid "Sorry, there has been an error."
3515
+ msgstr ""
3516
+
3517
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
3518
+ msgid "The file does not exist, please try again."
3519
+ msgstr ""
3520
+
3521
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3522
+ msgid "All done."
3523
+ msgstr ""
3524
+
3525
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3526
+ msgid "Have fun!"
3527
+ msgstr ""
3528
+
3529
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
3530
+ msgid "Remember to update the passwords and roles of imported users."
3531
+ msgstr ""
3532
+
3533
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
3534
+ msgid ""
3535
+ "The export file could not be found at <code>%s</code>. It is likely that "
3536
+ "this was caused by a permissions problem."
3537
+ msgstr ""
3538
+
3539
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
3540
+ msgid ""
3541
+ "This WXR file (version %s) may not be supported by this version of the "
3542
+ "importer. Please consider updating."
3543
+ msgstr ""
3544
+
3545
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
3546
+ msgid ""
3547
+ "Failed to import author %s. Their posts will be attributed to the current "
3548
+ "user."
3549
+ msgstr ""
3550
+
3551
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
3552
+ msgid "Assign Authors"
3553
+ msgstr ""
3554
+
3555
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3556
+ msgid ""
3557
+ "To make it easier for you to edit and save the imported content, you may "
3558
+ "want to reassign the author of the imported item to an existing user of this "
3559
+ "site. For example, you may want to import all the entries as <code>admin</"
3560
+ "code>s entries."
3561
+ msgstr ""
3562
+
3563
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3564
+ msgid ""
3565
+ "If a new user is created by WordPress, a new password will be randomly "
3566
+ "generated and the new user&#8217;s role will be set as %s. Manually changing "
3567
+ "the new user&#8217;s details will be necessary."
3568
+ msgstr ""
3569
+
3570
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
3571
+ #, fuzzy
3572
+ msgid "Import Attachments"
3573
+ msgstr "إعدادات الاستيراد"
3574
+
3575
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3576
+ msgid "Download and import file attachments"
3577
+ msgstr ""
3578
+
3579
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3580
+ msgid "Submit"
3581
+ msgstr ""
3582
+
3583
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
3584
+ #, fuzzy
3585
+ msgid "Import author:"
3586
+ msgstr "ملخص الاستيراد"
3587
+
3588
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3589
+ msgid "or create new user with login name:"
3590
+ msgstr ""
3591
+
3592
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3593
+ msgid "as a new user:"
3594
+ msgstr ""
3595
+
3596
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
3597
+ #, fuzzy
3598
+ msgid "assign posts to an existing user:"
3599
+ msgstr "تعيين إعلانات للعضو؟"
3600
+
3601
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
3602
+ #, fuzzy
3603
+ msgid "or assign posts to an existing user:"
3604
+ msgstr "تعيين إعلانات للعضو؟"
3605
+
3606
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
3607
+ #, fuzzy
3608
+ msgid "- Select -"
3609
+ msgstr "قائمة منسدلة"
3610
+
3611
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3612
+ msgid ""
3613
+ "Failed to create new user for %s. Their posts will be attributed to the "
3614
+ "current user."
3615
+ msgstr ""
3616
+
3617
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
3618
+ #, fuzzy
3619
+ msgid "Failed to import category %s"
3620
+ msgstr "إخفاء التصنيفات الفارغة؟"
3621
+
3622
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3623
+ msgid "Failed to import post tag %s"
3624
+ msgstr ""
3625
+
3626
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3627
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3628
+ msgid "Failed to import %s %s"
3629
+ msgstr ""
3630
+
3631
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3632
+ msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3633
+ msgstr ""
3634
+
3635
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3636
+ msgid "%s &#8220;%s&#8221; already exists."
3637
+ msgstr ""
3638
+
3639
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3640
+ msgid "Failed to import %s &#8220;%s&#8221;"
3641
+ msgstr ""
3642
+
3643
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3644
+ msgid "Menu item skipped due to missing menu slug"
3645
+ msgstr ""
3646
+
3647
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3648
+ msgid "Menu item skipped due to invalid menu slug: %s"
3649
+ msgstr ""
3650
+
3651
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3652
+ msgid "Fetching attachments is not enabled"
3653
+ msgstr ""
3654
+
3655
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
3656
+ #, fuzzy
3657
+ msgid "Invalid file type"
3658
+ msgstr "نوع حقل استمارة غير صحيح"
3659
+
3660
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3661
+ msgid "Remote server did not respond"
3662
+ msgstr ""
3663
+
3664
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3665
+ msgid "Remote server returned error response %1$d %2$s"
3666
+ msgstr ""
3667
+
3668
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3669
+ msgid "Remote file is incorrect size"
3670
+ msgstr ""
3671
+
3672
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3673
+ msgid "Zero size file downloaded"
3674
+ msgstr ""
3675
+
3676
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3677
+ msgid "Remote file is too large, limit is %s"
3678
+ msgstr ""
3679
+
3680
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
3681
+ #, fuzzy
3682
+ msgid "Import WordPress"
3683
+ msgstr "تقدم الاستيراد"
3684
+
3685
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3686
+ msgid ""
3687
+ "A new version of this importer is available. Please update to version %s to "
3688
+ "ensure compatibility with newer export files."
3689
+ msgstr ""
3690
+
3691
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3692
+ msgid ""
3693
+ "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import "
3694
+ "the posts, pages, comments, custom fields, categories, and tags into this "
3695
+ "site."
3696
+ msgstr ""
3697
+
3698
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3699
+ msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3700
+ msgstr ""
3701
+
3702
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3703
+ msgid ""
3704
+ "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3705
+ "strong> from a WordPress export file."
3706
+ msgstr ""
3707
+
3708
+ #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3709
+ msgid "This is a dummy theme"
3710
+ msgstr ""
3711
+
3712
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
3713
+ #, fuzzy
3714
+ msgid "Inactive Widgets"
3715
+ msgstr "مفعل"
3716
+
3717
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3718
+ msgid ""
3719
+ "Drag widgets here to remove them from the sidebar but keep their settings."
3720
+ msgstr ""
3721
+
3722
  #. Author URI of the plugin/theme
3723
  #, fuzzy
3724
  msgid "https://businessdirectoryplugin.com"
3937
  msgid "No Plan"
3938
  msgstr "تم الدفع"
3939
 
3940
+ #: includes/admin/controllers/class-admin-controller.php:89
3941
  msgctxt "admin confirm"
3942
  msgid "No, go back"
3943
  msgstr ""
3944
 
3945
+ #: includes/admin/controllers/class-admin-controller.php:90
3946
  msgctxt "admin confirm"
3947
  msgid "Yes, I'm sure"
3948
  msgstr ""
3949
 
3950
+ #: includes/admin/controllers/class-admin-fees.php:45
3951
  msgctxt "fees order"
3952
  msgid "Label"
3953
  msgstr "التسمية"
3954
 
3955
+ #: includes/admin/controllers/class-admin-fees.php:47
3956
  msgctxt "fees order"
3957
  msgid "Duration"
3958
  msgstr "المدة"
3959
 
3960
+ #: includes/admin/controllers/class-admin-fees.php:49
3961
  msgctxt "fees order"
3962
  msgid "Custom Order"
3963
  msgstr "ترتيب مخصص"
3964
 
3965
+ #: includes/admin/controllers/class-admin-fees.php:296
3966
  #, fuzzy
3967
  msgctxt "fees admin"
3968
  msgid "Plan \"%s\" deleted."
3969
  msgstr "الرسوم حذفت."
3970
 
3971
+ #: includes/admin/controllers/class-admin-fees.php:308
3972
  #, fuzzy
3973
  msgctxt "fees admin"
3974
  msgid "Plan enabled."
3975
  msgstr "رسوم معطلة."
3976
 
3977
+ #: includes/admin/controllers/class-admin-fees.php:308
3978
  #, fuzzy
3979
  msgctxt "fees admin"
3980
  msgid "Plan disabled."
3996
  msgid "Attributes"
3997
  msgstr "سمات الحقل"
3998
 
3999
+ #: includes/admin/helpers/tables/class-fees-table.php:142
4000
  msgctxt "fees admin"
4001
  msgid "Edit"
4002
  msgstr "تحرير"
4003
 
4004
+ #: includes/admin/helpers/tables/class-fees-table.php:215
4005
  #, fuzzy
4006
  msgctxt "fees admin"
4007
  msgid "Variable"
4008
  msgstr "تعطيل"
4009
 
4010
+ #: includes/admin/helpers/tables/class-fees-table.php:220
4011
  #, fuzzy
4012
  msgctxt "fees admin"
4013
  msgid "%1$s + %2$s per category"
4014
  msgstr "Frais \"%s\" pour catégorie \"%s\""
4015
 
4016
+ #: includes/admin/helpers/tables/class-fees-table.php:239
4017
  msgctxt "fees admin"
4018
  msgid "Forever"
4019
  msgstr "دائما"
4020
 
4021
+ #: includes/admin/helpers/tables/class-fees-table.php:241
4022
  msgctxt "fees admin"
4023
  msgid "%d day"
4024
  msgid_plural "%d days"
4029
  msgstr[4] "%d يوم"
4030
  msgstr[5] "%d يوم"
4031
 
4032
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4033
  msgctxt "fees admin"
4034
  msgid "All categories"
4035
  msgstr "جميع التصنيفات"
4036
 
4037
+ #: includes/admin/helpers/tables/class-fees-table.php:301
4038
  msgctxt "fees admin"
4039
  msgid "Sticky"
4040
  msgstr ""
4041
 
4042
+ #: includes/admin/helpers/tables/class-fees-table.php:305
4043
  #, fuzzy
4044
  msgctxt "fees admin"
4045
  msgid "Recurring"
4046
  msgstr "(متكرر)"
4047
 
4048
+ #: includes/admin/helpers/tables/class-fees-table.php:309
4049
  #, fuzzy
4050
  msgctxt "fees admin"
4051
  msgid "Private"
4052
  msgstr "قم بالتفعيل"
4053
 
4054
+ #: includes/admin/helpers/tables/class-payments-table.php:65
4055
  #, fuzzy
4056
  msgctxt "fees admin"
4057
  msgid "Date"
4058
  msgstr "Date"
4059
 
4060
+ #: includes/admin/helpers/tables/class-payments-table.php:66
4061
  #, fuzzy
4062
  msgctxt "fees admin"
4063
  msgid "Payment History"
4064
  msgstr "سجل المدفوعات"
4065
 
4066
+ #: includes/admin/helpers/tables/class-payments-table.php:68
4067
  msgctxt "fees admin"
4068
  msgid "Status"
4069
  msgstr "الحالة"
4236
  msgid "Reported"
4237
  msgstr ""
4238
 
4239
+ #: includes/models/class-listing.php:984
4240
  msgctxt "listing status"
4241
  msgid "Unknown"
4242
  msgstr ""
4243
 
4244
+ #: includes/models/class-listing.php:985
4245
  msgctxt "listing status"
4246
  msgid "Legacy"
4247
  msgstr ""
4248
 
4249
+ #: includes/models/class-listing.php:986
4250
  #, fuzzy
4251
  msgctxt "listing status"
4252
  msgid "Incomplete"
4253
  msgstr "إكتمل"
4254
 
4255
+ #: includes/models/class-listing.php:987
4256
  #, fuzzy
4257
  msgctxt "listing status"
4258
  msgid "Pending Payment"
4259
  msgstr "في انتظار التخلي"
4260
 
4261
+ #: includes/models/class-listing.php:988
4262
  #, fuzzy
4263
  msgctxt "listing status"
4264
  msgid "Complete"
4265
  msgstr "إكتمل"
4266
 
4267
+ #: includes/models/class-listing.php:989
4268
  #, fuzzy
4269
  msgctxt "listing status"
4270
  msgid "Pending Upgrade"
4271
  msgstr " في انتظار الترقية"
4272
 
4273
+ #: includes/models/class-listing.php:990
4274
  #, fuzzy
4275
  msgctxt "listing status"
4276
  msgid "Expired"
4277
  msgstr "منتهي الصلاحية"
4278
 
4279
+ #: includes/models/class-listing.php:991
4280
  #, fuzzy
4281
  msgctxt "listing status"
4282
  msgid "Pending Renewal"
4283
  msgstr "مفعل + ريثما يتم التجديد"
4284
 
4285
+ #: includes/models/class-listing.php:992
4286
  #, fuzzy
4287
  msgctxt "listing status"
4288
  msgid "Abandoned"
4354
  msgid "Payment details updated."
4355
  msgstr "تفاصيل الدفع"
4356
 
4357
+ #: includes/admin/helpers/tables/class-payments-table.php:19
4358
  #, fuzzy
4359
  msgctxt "payments admin"
4360
  msgid "payment"
4361
  msgstr "الدفع"
4362
 
4363
+ #: includes/admin/helpers/tables/class-payments-table.php:20
4364
  #, fuzzy
4365
  msgctxt "payments admin"
4366
  msgid "payments"
4367
  msgstr "الدفع"
4368
 
4369
+ #: includes/admin/helpers/tables/class-payments-table.php:27
4370
  #, fuzzy
4371
  msgctxt "payments admin"
4372
  msgid "No payments found."
4373
  msgstr "لم يتم العثور على أي إعلانات."
4374
 
4375
+ #: includes/admin/helpers/tables/class-payments-table.php:40
4376
  #, fuzzy
4377
  msgctxt "payments admin"
4378
  msgid "All"
4379
  msgstr "الكل"
4380
 
4381
+ #: includes/admin/helpers/tables/class-payments-table.php:134
4382
  #, fuzzy
4383
  msgctxt "payments admin"
4384
  msgid "View Payment History"
4407
  msgid "Field deleted."
4408
  msgstr "تم حذف الحقل."
4409
 
4410
+ #: includes/admin/controllers/class-form-fields-admin.php:330
4411
  msgctxt "form-fields admin"
4412
  msgid "Required fields created successfully."
4413
  msgstr "الحقول المطلوبة أنشئت بنجاح."
4414
 
4415
+ #: includes/admin/controllers/class-form-fields-admin.php:382
4416
  msgctxt "form-fields admin"
4417
  msgid "Tags updated."
4418
  msgstr "تم تحديث الوسوم"
4784
  msgid "Theme Tags"
4785
  msgstr "وسوم القالب"
4786
 
4787
+ #: templates/admin/form-fields-tags.tpl.php:21
 
 
 
 
 
 
 
 
 
4788
  msgctxt "form-fields admin"
4789
  msgid "Create Missing Fields"
4790
  msgstr "إنشاء الحقول المفقودة"
4800
  msgid "Valid placeholders: %s"
4801
  msgstr "العناصر النائبة صالحة: %s"
4802
 
4803
+ #: includes/admin/settings/class-settings-bootstrap.php:99
4804
  msgctxt "admin settings"
4805
  msgid ""
4806
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4807
  "setting is checked."
4808
  msgstr ""
4809
 
4810
+ #: includes/admin/settings/class-settings-bootstrap.php:315
4811
  msgctxt "admin settings"
4812
  msgid "Above results"
4813
  msgstr "أعلى النتائج"
4814
 
4815
+ #: includes/admin/settings/class-settings-bootstrap.php:316
4816
  msgctxt "admin settings"
4817
  msgid "Below results"
4818
  msgstr "أسفل النتائج"
4819
 
4820
+ #: includes/admin/settings/class-settings-bootstrap.php:317
4821
  msgctxt "admin settings"
4822
  msgid "Don't show with results"
4823
  msgstr "لا تظهر مع النتائج"
4824
 
4825
+ #: includes/admin/settings/class-settings-bootstrap.php:398
4826
  msgctxt "admin settings"
4827
  msgid ""
4828
  "You have selected a textarea field to be included in quick searches. "
4833
  "التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
4834
  "و/ أو البطء العام."
4835
 
4836
+ #: includes/admin/settings/class-settings-bootstrap.php:558
4837
  msgctxt "admin settings"
4838
  msgid "Do not include comments in listings"
4839
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
4840
 
4841
+ #: includes/admin/settings/class-settings-bootstrap.php:582
4842
  #, fuzzy
4843
  msgctxt "admin settings"
4844
  msgid "Directory view."
4845
  msgstr "الدليل"
4846
 
4847
+ #: includes/admin/settings/class-settings-bootstrap.php:583
4848
  #, fuzzy
4849
  msgctxt "admin settings"
4850
  msgid "All Listings view."
4851
  msgstr "مشاهدة جميع الإعلانات"
4852
 
4853
+ #: includes/admin/settings/class-settings-bootstrap.php:584
4854
  #, fuzzy
4855
  msgctxt "admin settings"
4856
  msgid "Category view."
4857
  msgstr "التصنيفات"
4858
 
4859
+ #: includes/admin/settings/class-settings-bootstrap.php:585
4860
  #, fuzzy
4861
  msgctxt "admin settings"
4862
  msgid "Search view."
4863
  msgstr "بحث"
4864
 
4865
+ #: includes/admin/settings/class-settings-bootstrap.php:716
4866
  msgctxt "admin settings"
4867
  msgid "Slug"
4868
  msgstr "رابط لطيف"
4869
 
4870
+ #: includes/admin/settings/class-settings-bootstrap.php:729
4871
+ #: includes/admin/settings/class-settings-bootstrap.php:797
4872
  msgctxt "admin settings"
4873
  msgid "Ascending"
4874
  msgstr "تصاعدي"
4875
 
4876
+ #: includes/admin/settings/class-settings-bootstrap.php:730
4877
+ #: includes/admin/settings/class-settings-bootstrap.php:798
4878
  msgctxt "admin settings"
4879
  msgid "Descending"
4880
  msgstr "تنازلي"
4881
 
4882
+ #: includes/admin/settings/class-settings-bootstrap.php:763
4883
  msgctxt "admin settings"
4884
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4885
  msgstr ""
4886
 
4887
+ #: includes/admin/settings/class-settings-bootstrap.php:776
4888
  msgctxt "admin settings"
4889
  msgid "Author"
4890
  msgstr "الكاتب"
4891
 
4892
+ #: includes/admin/settings/class-settings-bootstrap.php:777
4893
+ #: includes/helpers/functions/general.php:1244
4894
  msgctxt "admin settings"
4895
  msgid "Date posted"
4896
  msgstr "تاريخ النشر"
4897
 
4898
+ #: includes/admin/settings/class-settings-bootstrap.php:778
4899
+ #: includes/helpers/functions/general.php:1245
4900
  msgctxt "admin settings"
4901
  msgid "Date last modified"
4902
  msgstr "تاريخ آخر تعديل"
4903
 
4904
+ #: includes/admin/settings/class-settings-bootstrap.php:779
4905
  msgctxt "admin settings"
4906
  msgid "Random"
4907
  msgstr "عشوائية"
4908
 
4909
+ #: includes/admin/settings/class-settings-bootstrap.php:780
4910
  msgctxt "admin settings"
4911
  msgid "Paid first then free. Inside each group by date."
4912
  msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة حسب التاريخ."
4913
 
4914
+ #: includes/admin/settings/class-settings-bootstrap.php:781
4915
  msgctxt "admin settings"
4916
  msgid "Paid first then free. Inside each group by title."
4917
  msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة بعنوان."
4918
 
4919
+ #: includes/admin/settings/class-settings-bootstrap.php:782
4920
  msgctxt "admin settings"
4921
  msgid "Plan Custom Order, then Date"
4922
  msgstr ""
4923
 
4924
+ #: includes/admin/settings/class-settings-bootstrap.php:783
4925
  msgctxt "admin settings"
4926
  msgid "Plan Custom Order, then Title"
4927
  msgstr ""
4928
 
4929
+ #: includes/admin/settings/class-settings-bootstrap.php:1055
4930
+ #: includes/admin/settings/class-settings-bootstrap.php:1080
4931
+ #: includes/admin/settings/class-settings-bootstrap.php:1104
4932
  #, fuzzy
4933
  msgctxt "admin settings"
4934
  msgid "Excerpt view."
4935
  msgstr "مقتطف"
4936
 
4937
+ #: includes/admin/settings/class-settings-bootstrap.php:1081
4938
+ #: includes/admin/settings/class-settings-bootstrap.php:1105
4939
  #, fuzzy
4940
  msgctxt "admin settings"
4941
  msgid "Detail view."
4942
  msgstr "الدليل"
4943
 
4944
+ #: includes/admin/settings/class-settings-bootstrap.php:1176
4945
  msgctxt "admin settings"
4946
  msgid "Australian Dollar (AUD)"
4947
  msgstr "الدولار الأسترالي (AUD)"
4948
 
4949
+ #: includes/admin/settings/class-settings-bootstrap.php:1177
4950
  msgctxt "admin settings"
4951
  msgid "Brazilian Real (BRL)"
4952
  msgstr "الريال البرازيلي (BRL)"
4953
 
4954
+ #: includes/admin/settings/class-settings-bootstrap.php:1178
4955
  msgctxt "admin settings"
4956
  msgid "Canadian Dollar (CAD)"
4957
  msgstr "الدولار الكندي (CAD)"
4958
 
4959
+ #: includes/admin/settings/class-settings-bootstrap.php:1179
4960
  msgctxt "admin settings"
4961
  msgid "Czech Koruna (CZK)"
4962
  msgstr "الكورونا التشيكية (CZK)"
4963
 
4964
+ #: includes/admin/settings/class-settings-bootstrap.php:1180
4965
  msgctxt "admin settings"
4966
  msgid "Danish Krone (DKK)"
4967
  msgstr "الكرونة الدانماركية (DKK)"
4968
 
4969
+ #: includes/admin/settings/class-settings-bootstrap.php:1181
4970
  msgctxt "admin settings"
4971
  msgid "United Arab Emirates Dirham (AED)"
4972
  msgstr ""
4973
 
4974
+ #: includes/admin/settings/class-settings-bootstrap.php:1182
4975
  msgctxt "admin settings"
4976
  msgid "Euro (EUR)"
4977
  msgstr "اليورو (EUR)"
4978
 
4979
+ #: includes/admin/settings/class-settings-bootstrap.php:1183
4980
  msgctxt "admin settings"
4981
  msgid "Hong Kong Dollar (HKD)"
4982
  msgstr "دولار هونج كونج (HKD)"
4983
 
4984
+ #: includes/admin/settings/class-settings-bootstrap.php:1184
4985
  msgctxt "admin settings"
4986
  msgid "Hungarian Forint (HUF)"
4987
  msgstr "الفورنت الهنغاري (HUF)"
4988
 
4989
+ #: includes/admin/settings/class-settings-bootstrap.php:1185
4990
  msgctxt "admin settings"
4991
  msgid "Israeli New Shequel (ILS)"
4992
  msgstr "الشكيل الإسرائيلي الجديد (ILS)"
4993
 
4994
+ #: includes/admin/settings/class-settings-bootstrap.php:1186
4995
  msgctxt "admin settings"
4996
  msgid "Japanese Yen (JPY)"
4997
  msgstr "الين الياباني (JPY)"
4998
 
4999
+ #: includes/admin/settings/class-settings-bootstrap.php:1187
5000
  msgctxt "admin settings"
5001
  msgid "Moroccan Dirham (MAD)"
5002
  msgstr ""
5003
 
5004
+ #: includes/admin/settings/class-settings-bootstrap.php:1188
5005
  msgctxt "admin settings"
5006
  msgid "Malasian Ringgit (MYR)"
5007
  msgstr "الرينغيت الماليزي (MYR)"
5008
 
5009
+ #: includes/admin/settings/class-settings-bootstrap.php:1189
5010
  msgctxt "admin settings"
5011
  msgid "Mexican Peso (MXN)"
5012
  msgstr "بيزو مكسيكي (MXN)"
5013
 
5014
+ #: includes/admin/settings/class-settings-bootstrap.php:1190
5015
  msgctxt "admin settings"
5016
  msgid "Norwegian Krone (NOK)"
5017
  msgstr "الكرون النرويجي (NOK)"
5018
 
5019
+ #: includes/admin/settings/class-settings-bootstrap.php:1191
5020
  msgctxt "admin settings"
5021
  msgid "New Zealand Dollar (NZD)"
5022
  msgstr "الدولار النيوزيلندي (NZD)"
5023
 
5024
+ #: includes/admin/settings/class-settings-bootstrap.php:1192
5025
  msgctxt "admin settings"
5026
  msgid "Philippine Peso (PHP)"
5027
  msgstr "بيزو فلبيني (PHP)"
5028
 
5029
+ #: includes/admin/settings/class-settings-bootstrap.php:1193
5030
  msgctxt "admin settings"
5031
  msgid "Polish Zloty (PLN)"
5032
  msgstr "الزلوتي البولندي (PLN)"
5033
 
5034
+ #: includes/admin/settings/class-settings-bootstrap.php:1194
5035
  msgctxt "admin settings"
5036
  msgid "Pound Sterling (GBP)"
5037
  msgstr "الجنيه الإسترليني (GBP)"
5038
 
5039
+ #: includes/admin/settings/class-settings-bootstrap.php:1195
5040
  msgctxt "admin settings"
5041
  msgid "Singapore Dollar (SGD)"
5042
  msgstr "دولار سنغافوري (SGD)"
5043
 
5044
+ #: includes/admin/settings/class-settings-bootstrap.php:1196
5045
  msgctxt "admin settings"
5046
  msgid "Swedish Krona (SEK)"
5047
  msgstr "الكرونا السويدية (SEK)"
5048
 
5049
+ #: includes/admin/settings/class-settings-bootstrap.php:1197
5050
  msgctxt "admin settings"
5051
  msgid "Swiss Franc (CHF)"
5052
  msgstr "الفرنك السويسري (CHF)"
5053
 
5054
+ #: includes/admin/settings/class-settings-bootstrap.php:1198
5055
  msgctxt "admin settings"
5056
  msgid "Taiwan Dollar (TWD)"
5057
  msgstr "الدولار التايواني (TWD)"
5058
 
5059
+ #: includes/admin/settings/class-settings-bootstrap.php:1199
5060
  msgctxt "admin settings"
5061
  msgid "Thai Baht (THB)"
5062
  msgstr "البات التايلندي (THB)"
5063
 
5064
+ #: includes/admin/settings/class-settings-bootstrap.php:1200
5065
  msgctxt "admin settings"
5066
  msgid "Turkish Lira (TRY)"
5067
  msgstr "الليرة التركية (TRY)"
5068
 
5069
+ #: includes/admin/settings/class-settings-bootstrap.php:1201
5070
  msgctxt "admin settings"
5071
  msgid "U.S. Dollar (USD)"
5072
  msgstr "الدولار الأمريكي (USD)"
5073
 
5074
+ #: includes/admin/settings/class-settings-bootstrap.php:1225
5075
  msgctxt "admin settings"
5076
  msgid "Show currency symbol on the left"
5077
  msgstr "إظهار رمز العملة على اليسار"
5078
 
5079
+ #: includes/admin/settings/class-settings-bootstrap.php:1226
5080
  msgctxt "admin settings"
5081
  msgid "Show currency symbol on the right"
5082
  msgstr "إظهار رمز العملة على اليمين"
5083
 
5084
+ #: includes/admin/settings/class-settings-bootstrap.php:1227
5085
  msgctxt "admin settings"
5086
  msgid "Do not show currency symbol"
5087
  msgstr "عدم إظهار رمز العملة"
5088
 
5089
  #. translators: %1$s: gateway name, %2$s: explanation string
5090
+ #: includes/admin/settings/class-settings-bootstrap.php:1272
5091
  msgctxt "admin settings"
5092
  msgid "AED currency is not supported by %1$s. %2$s"
5093
  msgstr ""
5094
 
5095
+ #: includes/admin/settings/class-settings-bootstrap.php:1310
5096
  #, fuzzy
5097
  msgctxt "admin settings"
5098
  msgid ""
5102
  "الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
5103
  "<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
5104
 
5105
+ #: includes/admin/settings/class-settings-bootstrap.php:1340
5106
  msgctxt "admin settings"
5107
  msgid "Try listing's email field first, then author's email."
5108
  msgstr "جرب البريد الإلكتروني للإعلانات أولاً، ثم البريد الإلكتروني للكاتب."
5109
 
5110
+ #: includes/admin/settings/class-settings-bootstrap.php:1341
5111
  msgctxt "admin settings"
5112
  msgid "Try author's email first and then listing's email field."
5113
  msgstr "جرب البريد الإلكتروني للكاتب أولاً، ثم البريد الإلكتروني للإعلانات."
5114
 
5115
+ #: includes/admin/settings/class-settings-bootstrap.php:1354
5116
  msgctxt "admin settings"
5117
  msgid "Plain (text/plain)"
5118
  msgstr ""
5119
 
5120
+ #: includes/admin/settings/class-settings-bootstrap.php:1355
5121
  msgctxt "admin settings"
5122
  msgid "HTML (text/html)"
5123
  msgstr ""
5124
 
5125
+ #: includes/admin/settings/class-settings-bootstrap.php:1356
5126
  msgctxt "admin settings"
5127
  msgid "Both (multipart/alternative)"
5128
  msgstr ""
5129
 
5130
+ #: includes/admin/settings/class-settings-bootstrap.php:1370
5131
  msgctxt "admin settings"
5132
  msgid "A new listing is submitted."
5133
  msgstr "يتم إضافة إعلان جديد"
5134
 
5135
+ #: includes/admin/settings/class-settings-bootstrap.php:1371
5136
  msgctxt "admin settings"
5137
  msgid "A listing is edited."
5138
  msgstr "تم تحرير الإعلان"
5139
 
5140
+ #: includes/admin/settings/class-settings-bootstrap.php:1372
5141
  msgctxt "admin settings"
5142
  msgid "A listing expires."
5143
  msgstr "الإعلان منتهي التاريخ"
5144
 
5145
+ #: includes/admin/settings/class-settings-bootstrap.php:1373
5146
  #, fuzzy
5147
  msgctxt "admin settings"
5148
  msgid "A listing is renewed."
5149
  msgstr "تم تحرير الإعلان"
5150
 
5151
+ #: includes/admin/settings/class-settings-bootstrap.php:1374
5152
  #, fuzzy
5153
  msgctxt "admin settings"
5154
  msgid "A listing payment is completed."
5155
  msgstr "تم تحرير الإعلان"
5156
 
5157
+ #: includes/admin/settings/class-settings-bootstrap.php:1375
5158
  #, fuzzy
5159
  msgctxt "admin settings"
5160
  msgid "A listing has been reported as inappropriate."
5161
  msgstr "تمت ترقية الإعلان."
5162
 
5163
+ #: includes/admin/settings/class-settings-bootstrap.php:1376
5164
  msgctxt "admin settings"
5165
  msgid "A contact message is sent to a listing's owner."
5166
  msgstr "يتم إرسال رسالة اتصال لمالك الإعلان."
5167
 
5168
+ #: includes/admin/settings/class-settings-bootstrap.php:1403
5169
  msgctxt "admin settings"
5170
  msgid "Their listing is submitted."
5171
  msgstr "يتم إضافة الإعلان الخاص بهم"
5172
 
5173
+ #: includes/admin/settings/class-settings-bootstrap.php:1404
5174
  msgctxt "admin settings"
5175
  msgid "Their listing is approved/published."
5176
  msgstr "تمت الموافقة ونشر الإعلان الخاص بهم"
5177
 
5178
+ #: includes/admin/settings/class-settings-bootstrap.php:1405
5179
  #, fuzzy
5180
  msgctxt "admin settings"
5181
  msgid "A payment for their listing is completed."
5182
  msgstr "يتم إضافة الإعلان الخاص بهم"
5183
 
5184
+ #: includes/admin/settings/class-settings-bootstrap.php:1406
5185
  #, fuzzy
5186
  msgctxt "admin settings"
5187
  msgid "Their listing expired or is about to expire."
5188
  msgstr "يتم إضافة الإعلان الخاص بهم"
5189
 
5190
+ #: includes/admin/settings/class-settings-bootstrap.php:1424
5191
+ #: includes/admin/settings/class-settings-bootstrap.php:1443
5192
+ #: includes/admin/settings/class-settings-bootstrap.php:1479
5193
+ #: includes/admin/settings/class-settings-bootstrap.php:1515
5194
+ #: includes/admin/settings/class-settings-bootstrap.php:1534
5195
  msgctxt "admin settings"
5196
  msgid "Listing's title"
5197
  msgstr "عنوان الإعلان"
5198
 
5199
+ #: includes/admin/settings/class-settings-bootstrap.php:1425
5200
+ #: includes/admin/settings/class-settings-bootstrap.php:1516
5201
  #, fuzzy
5202
  msgctxt "admin settings"
5203
  msgid "Listing's plan name"
5204
  msgstr "إنتهاء صلاحية الإعلان"
5205
 
5206
+ #: includes/admin/settings/class-settings-bootstrap.php:1426
5207
+ #: includes/admin/settings/class-settings-bootstrap.php:1517
5208
  #, fuzzy
5209
  msgctxt "admin settings"
5210
  msgid "Listing's plan description"
5211
  msgstr "تحديد رسوم الإعلان"
5212
 
5213
+ #: includes/admin/settings/class-settings-bootstrap.php:1427
5214
+ #: includes/admin/settings/class-settings-bootstrap.php:1518
5215
  #, fuzzy
5216
  msgctxt "admin settings"
5217
  msgid "Listing's plan details"
5218
  msgstr "إنتهاء صلاحية الإعلان"
5219
 
5220
+ #: includes/admin/settings/class-settings-bootstrap.php:1440
5221
  msgctxt "admin settings"
5222
  msgid ""
5223
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
5226
  "القائمة الخاصة بك \"[listing]\" متوفر الآن في [listing-url] ويمكن مشاهدتها "
5227
  "من قبل العموم."
5228
 
5229
+ #: includes/admin/settings/class-settings-bootstrap.php:1444
5230
+ #: includes/admin/settings/class-settings-bootstrap.php:1478
5231
  msgctxt "admin settings"
5232
  msgid "Listing's URL"
5233
  msgstr "عنوان URL الإعلان"
5234
 
5235
+ #: includes/admin/settings/class-settings-bootstrap.php:1445
5236
+ #: includes/admin/settings/class-settings-bootstrap.php:1485
5237
  #, fuzzy
5238
  msgctxt "admin settings"
5239
  msgid "Listing's Access Key"
5240
  msgstr "مفاتيح وصول الإعلان"
5241
 
5242
+ #: includes/admin/settings/class-settings-bootstrap.php:1480
5243
  #, fuzzy
5244
  msgctxt "admin settings"
5245
  msgid "Sender's name"
5246
  msgstr "إسم الكاتب"
5247
 
5248
+ #: includes/admin/settings/class-settings-bootstrap.php:1483
5249
  #, fuzzy
5250
  msgctxt "admin settings"
5251
  msgid "Contact message"
5252
  msgstr "رسالة اتصال الإعلان"
5253
 
5254
+ #: includes/admin/settings/class-settings-bootstrap.php:1484
5255
  msgctxt "admin settings"
5256
  msgid "Date and time the message was sent"
5257
  msgstr ""
5258
 
5259
+ #: includes/admin/settings/class-settings-bootstrap.php:1519
5260
  #, fuzzy
5261
  msgctxt "admin settings"
5262
  msgid "Payment items details."
5263
  msgstr "تفاصيل الدفع"
5264
 
5265
+ #: includes/admin/settings/class-settings-bootstrap.php:1520
5266
  msgctxt "admin settings"
5267
  msgid "URL where user can review and print payment receipt."
5268
  msgstr ""
5269
 
5270
+ #: includes/admin/settings/class-settings-bootstrap.php:1521
5271
  #, fuzzy
5272
  msgctxt "admin settings"
5273
  msgid "Gateway used to process listing's payment."
5274
  msgstr "تعذر معالجة الدفع."
5275
 
5276
+ #: includes/admin/settings/class-settings-bootstrap.php:1535
5277
  msgctxt "admin settings"
5278
  msgid "Checkout URL link"
5279
  msgstr "رابط URL إتمام الشراء"
5280
 
5281
+ #: includes/admin/settings/class-settings-bootstrap.php:1637
5282
  #, fuzzy
5283
  msgctxt "admin settings"
5284
  msgid "Uploaded Image (no resize)"
5285
  msgstr "رفع الصور"
5286
 
5287
+ #: includes/helpers/functions/general.php:1242
5288
  msgctxt "admin settings"
5289
  msgid "User"
5290
  msgstr "عضو"
5291
 
5292
+ #: includes/helpers/functions/general.php:1243
5293
  msgctxt "admin settings"
5294
  msgid "User registration date"
5295
  msgstr "تاريخ تسجيل العضو"
5549
  msgid "General"
5550
  msgstr "عام"
5551
 
5552
+ #: includes/admin/settings/class-settings-bootstrap.php:10
5553
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
5554
  #, fuzzy
5555
  msgctxt "settings"
5556
  msgid "Listings"
5557
  msgstr "الإعلانات"
5558
 
5559
+ #: includes/admin/settings/class-settings-bootstrap.php:11
5560
+ #: includes/admin/settings/class-settings-bootstrap.php:14
5561
+ #: includes/admin/settings/class-settings-bootstrap.php:17
5562
+ #: includes/admin/settings/class-settings-bootstrap.php:32
5563
+ #: includes/admin/settings/class-settings-bootstrap.php:1321
5564
+ #: includes/admin/settings/class-settings.php:359
5565
  #, fuzzy
5566
  msgctxt "settings"
5567
  msgid "General Settings"
5568
  msgstr "الإعدادات العامة"
5569
 
5570
+ #: includes/admin/settings/class-settings-bootstrap.php:16
5571
  #, fuzzy
5572
  msgctxt "settings"
5573
  msgid "Payment"
5574
  msgstr "الدفع"
5575
 
5576
+ #: includes/admin/settings/class-settings-bootstrap.php:19
5577
  msgctxt "settings"
5578
  msgid "Appearance"
5579
  msgstr ""
5580
 
5581
+ #: includes/admin/settings/class-settings-bootstrap.php:55
5582
  #, fuzzy
5583
  msgctxt "settings"
5584
  msgid "Permalink Settings"
5585
  msgstr "إعدادات الرابط الثابت"
5586
 
5587
+ #: includes/admin/settings/class-settings-bootstrap.php:60
5588
  #, fuzzy
5589
  msgctxt "settings"
5590
  msgid "Directory Listings Slug"
5591
  msgstr "رابط لطيف لإعلانات الدليل"
5592
 
5593
+ #: includes/admin/settings/class-settings-bootstrap.php:71
5594
  #, fuzzy
5595
  msgctxt "settings"
5596
  msgid "Categories Slug"
5597
  msgstr "رابط لطيف للتصنيفات"
5598
 
5599
+ #: includes/admin/settings/class-settings-bootstrap.php:72
5600
  #, fuzzy
5601
  msgctxt "settings"
5602
  msgid ""
5605
  "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
5606
  "على سبيل المثال."
5607
 
5608
+ #: includes/admin/settings/class-settings-bootstrap.php:84
5609
  #, fuzzy
5610
  msgctxt "settings"
5611
  msgid "Tags Slug"
5612
  msgstr "رابط لطيف للوسوم"
5613
 
5614
+ #: includes/admin/settings/class-settings-bootstrap.php:85
5615
  #, fuzzy
5616
  msgctxt "settings"
5617
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5619
  "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
5620
  "سبيل المثال."
5621
 
5622
+ #: includes/admin/settings/class-settings-bootstrap.php:98
5623
  #, fuzzy
5624
  msgctxt "settings"
5625
  msgid "Remove listing ID from URLs for better SEO"
5626
  msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
5627
 
5628
+ #: includes/admin/settings/class-settings-bootstrap.php:99
5629
  #, fuzzy
5630
  msgctxt "settings"
5631
  msgid ""
5636
  "الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
5637
  "SEO."
5638
 
5639
+ #: includes/admin/settings/class-settings-bootstrap.php:110
5640
  #, fuzzy
5641
  msgctxt "settings"
5642
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5643
  msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
5644
 
5645
+ #: includes/admin/settings/class-settings-bootstrap.php:117
5646
  #, fuzzy
5647
  msgctxt "settings"
5648
  msgid "Use reCAPTCHA for contact forms"
5649
  msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
5650
 
5651
+ #: includes/admin/settings/class-settings-bootstrap.php:125
5652
  #, fuzzy
5653
  msgctxt "settings"
5654
  msgid "Use reCAPTCHA only for logged-out users"
5655
  msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
5656
 
5657
+ #: includes/admin/settings/class-settings-bootstrap.php:133
5658
  #, fuzzy
5659
  msgctxt "settings"
5660
  msgid "Use reCAPTCHA for listing submits"
5661
  msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
5662
 
5663
+ #: includes/admin/settings/class-settings-bootstrap.php:141
5664
  #, fuzzy
5665
  msgctxt "settings"
5666
  msgid "Use reCAPTCHA for edit listings"
5667
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5668
 
5669
+ #: includes/admin/settings/class-settings-bootstrap.php:149
5670
  #, fuzzy
5671
  msgctxt "settings"
5672
  msgid "Use reCAPTCHA for report listings"
5673
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5674
 
5675
+ #: includes/admin/settings/class-settings-bootstrap.php:157
5676
  #, fuzzy
5677
  msgctxt "settings"
5678
  msgid "Use reCAPTCHA for listing comments"
5679
  msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
5680
 
5681
+ #: includes/admin/settings/class-settings-bootstrap.php:165
5682
  #, fuzzy
5683
  msgctxt "settings"
5684
  msgid "reCAPTCHA Public Key"
5685
  msgstr "مفتاح عام reCAPTCHA"
5686
 
5687
+ #: includes/admin/settings/class-settings-bootstrap.php:175
5688
  #, fuzzy
5689
  msgctxt "settings"
5690
  msgid "reCAPTCHA Private Key"
5691
  msgstr "مفتاح خاص reCAPTCHA"
5692
 
5693
+ #: includes/admin/settings/class-settings-bootstrap.php:185
5694
  #, fuzzy
5695
  msgctxt "settings"
5696
  msgid "reCAPTCHA version"
5697
  msgstr "إعدادات reCaptcha"
5698
 
5699
+ #: includes/admin/settings/class-settings-bootstrap.php:202
5700
  msgctxt "settings"
5701
  msgid "reCAPTCHA V3 threshold score"
5702
  msgstr ""
5703
 
5704
+ #: includes/admin/settings/class-settings-bootstrap.php:207
5705
  msgctxt "settings"
5706
  msgid ""
5707
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
5710
  "this value will result in reCAPTCHA validation error."
5711
  msgstr ""
5712
 
5713
+ #: includes/admin/settings/class-settings-bootstrap.php:218
5714
  #, fuzzy
5715
  msgctxt "settings"
5716
  msgid "Registration"
5717
  msgstr "Enregistrement"
5718
 
5719
+ #: includes/admin/settings/class-settings-bootstrap.php:228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5720
  #, fuzzy
5721
  msgctxt "settings"
5722
  msgid "Require login to post listings"
5723
  msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
5724
 
5725
+ #: includes/admin/settings/class-settings-bootstrap.php:237
5726
  msgctxt "settings"
5727
  msgid "Allow anonymous users to edit/manage listings with an access key"
5728
  msgstr ""
5729
 
5730
+ #: includes/admin/settings/class-settings-bootstrap.php:245
5731
  #, fuzzy
5732
  msgctxt "settings"
5733
  msgid "Login URL"
5734
  msgstr "رابط تسجيل الدخول"
5735
 
5736
+ #: includes/admin/settings/class-settings-bootstrap.php:246
5737
  #, fuzzy
5738
  msgctxt "settings"
5739
  msgid "Only enter this if using a membership plugin or custom login page"
5741
  "رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5742
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
5743
 
5744
+ #: includes/admin/settings/class-settings-bootstrap.php:247
5745
  msgctxt "settings"
5746
  msgid "URL of your membership plugin's login page."
5747
  msgstr ""
5748
 
5749
+ #: includes/admin/settings/class-settings-bootstrap.php:256
5750
  #, fuzzy
5751
  msgctxt "settings"
5752
  msgid "Registration URL"
5753
  msgstr "رابط التسجيل"
5754
 
5755
+ #: includes/admin/settings/class-settings-bootstrap.php:257
5756
  #, fuzzy
5757
  msgctxt "settings"
5758
  msgid ""
5761
  "رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5762
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
5763
 
5764
+ #: includes/admin/settings/class-settings-bootstrap.php:258
5765
  #, fuzzy
5766
  msgctxt "settings"
5767
  msgid "URL of your membership plugin's registration page"
5769
  "رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
5770
  "هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
5771
 
5772
+ #: includes/admin/settings/class-settings-bootstrap.php:267
5773
  msgctxt "settings"
5774
  msgid "Allow users to create accounts during listing submit"
5775
  msgstr ""
5776
 
5777
+ #: includes/admin/settings/class-settings-bootstrap.php:298
5778
  #, fuzzy
5779
  msgctxt "settings"
5780
  msgid ""
5784
  "أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
5785
  "نص الأحكام والشروط برابط إلى الصفحة المناسبة."
5786
 
5787
+ #: includes/admin/settings/class-settings-bootstrap.php:300
5788
  #, fuzzy
5789
  msgctxt "settings"
5790
  msgid "Terms and Conditions text goes here"
5791
  msgstr "نص الأحكام والشروط هنا..."
5792
 
5793
+ #: includes/admin/settings/class-settings-bootstrap.php:329
5794
  #, fuzzy
5795
  msgctxt "settings"
5796
  msgid "Enable high performance search"
5797
  msgstr "تمكين عمليات البحث عالية الأداء؟"
5798
 
5799
+ #: includes/admin/settings/class-settings-bootstrap.php:338
5800
  #, fuzzy
5801
  msgctxt "settings"
5802
  msgid "Advanced"
5803
  msgstr "متقدم"
5804
 
5805
+ #: includes/admin/settings/class-settings-bootstrap.php:344
5806
  #, fuzzy
5807
  msgctxt "settings"
5808
  msgid "Disable advanced CPT integration"
5809
  msgstr "تعطيل التكامل CPT المتقدم؟"
5810
 
5811
+ #: includes/admin/settings/class-settings-bootstrap.php:353
5812
  #, fuzzy
5813
  msgctxt "settings"
5814
  msgid "Disable frontend listing submission"
5815
  msgstr "تعطيل إضافة إعلان من واجهة الموقع؟"
5816
 
5817
+ #: includes/admin/settings/class-settings-bootstrap.php:354
5818
  msgctxt "settings"
5819
  msgid ""
5820
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5821
  "shortcode for submit listing to function on other pages."
5822
  msgstr ""
5823
 
5824
+ #: includes/admin/settings/class-settings-bootstrap.php:435
5825
  #, fuzzy
5826
  msgctxt "settings"
5827
  msgid "Contact Form"
5828
  msgstr "مسح"
5829
 
5830
+ #: includes/admin/settings/class-settings-bootstrap.php:444
5831
  #, fuzzy
5832
  msgctxt "settings"
5833
  msgid "Listings per page"
5834
  msgstr "الإعلانات حسب الصفحة"
5835
 
5836
+ #: includes/admin/settings/class-settings-bootstrap.php:445
5837
  #, fuzzy
5838
  msgctxt "settings"
5839
  msgid ""
5842
  msgstr ""
5843
  "عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
5844
 
5845
+ #: includes/admin/settings/class-settings-bootstrap.php:457
5846
  #, fuzzy
5847
  msgctxt "settings"
5848
  msgid "Turn on listing renewal option"
5849
  msgstr "قم بتشغيل خيار تجديد الإعلان؟"
5850
 
5851
+ #: includes/admin/settings/class-settings-bootstrap.php:466
5852
  #, fuzzy
5853
  msgctxt "settings"
5854
  msgid "Open detailed view of listing in new tab"
5855
  msgstr "فتح تفاصيل مشاهدة الإعلانات في علامة تبويب جديدة؟"
5856
 
5857
+ #: includes/admin/settings/class-settings-bootstrap.php:476
5858
  #, fuzzy
5859
  msgctxt "settings"
5860
  msgid "Include button to report listings"
5861
  msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
5862
 
5863
+ #: includes/admin/settings/class-settings-bootstrap.php:485
5864
  msgctxt "settings"
5865
  msgid "Enable report listing for registered users only"
5866
  msgstr ""
5867
 
5868
+ #: includes/admin/settings/class-settings-bootstrap.php:495
5869
  msgctxt "settings"
5870
  msgid "Report listing option list"
5871
  msgstr ""
5872
 
5873
+ #: includes/admin/settings/class-settings-bootstrap.php:496
5874
  msgctxt "settings"
5875
  msgid ""
5876
  "Form option list to report a listing as inappropriate. One option per line."
5877
  msgstr ""
5878
 
5879
+ #: includes/admin/settings/class-settings-bootstrap.php:507
5880
  #, fuzzy
5881
  msgctxt "settings"
5882
  msgid "Include listing contact form on listing pages"
5883
  msgstr "إدراج الإعلان مع نموذج الاتصال في صفحات الإعلان؟"
5884
 
5885
+ #: includes/admin/settings/class-settings-bootstrap.php:508
5886
  #, fuzzy
5887
  msgctxt "settings"
5888
  msgid ""
5892
  "يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
5893
  "البريد الإلكتروني."
5894
 
5895
+ #: includes/admin/settings/class-settings-bootstrap.php:517
5896
  #, fuzzy
5897
  msgctxt "settings"
5898
  msgid "Require login for using the contact form"
5899
  msgstr "يتطلب تسجيل الدخول لاستخدام نموذج الاتصال؟"
5900
 
5901
+ #: includes/admin/settings/class-settings-bootstrap.php:528
5902
  #, fuzzy
5903
  msgctxt "settings"
5904
  msgid "Maximum number of daily contact form submits from registered users"
5905
  msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
5906
 
5907
+ #: includes/admin/settings/class-settings-bootstrap.php:529
5908
  #, fuzzy
5909
  msgctxt "settings"
5910
  msgid ""
5914
  "إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
5915
  "اليوم الواحد."
5916
 
5917
+ #: includes/admin/settings/class-settings-bootstrap.php:541
5918
  #, fuzzy
5919
  msgctxt "settings"
5920
  msgid "Maximum number of contact form submits for each listing per day"
5921
  msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
5922
 
5923
+ #: includes/admin/settings/class-settings-bootstrap.php:542
5924
  #, fuzzy
5925
  msgctxt "settings"
5926
  msgid ""
5930
  "إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
5931
  "اليوم الواحد."
5932
 
5933
+ #: includes/admin/settings/class-settings-bootstrap.php:554
5934
  #, fuzzy
5935
  msgctxt "settings"
5936
  msgid "Include comment form on listing pages?"
5937
  msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
5938
 
5939
+ #: includes/admin/settings/class-settings-bootstrap.php:569
5940
  #, fuzzy
5941
  msgctxt "settings"
5942
  msgid "Show listings under categories on main page"
5943
  msgstr "إظهار الإعلانات تحت التصنيفات على الصفحة الرئيسية؟"
5944
 
5945
+ #: includes/admin/settings/class-settings-bootstrap.php:579
5946
  msgctxt "settings"
5947
  msgid ""
5948
  "Prevents featured listings from floating to the top of the selected page."
5949
  msgstr ""
5950
 
5951
+ #: includes/admin/settings/class-settings-bootstrap.php:609
5952
  msgctxt "settings"
5953
  msgid ""
5954
  "The user ID or login of an existing user account. If login is not required "
5956
  "that will not a be posting a listing is best."
5957
  msgstr ""
5958
 
5959
+ #: includes/admin/settings/class-settings-bootstrap.php:635
5960
  #, fuzzy
5961
  msgctxt "settings"
5962
  msgid "Edit post status"
5963
  msgstr "تعديل حالة الإعلان"
5964
 
5965
+ #: includes/admin/settings/class-settings-bootstrap.php:650
5966
  #, fuzzy
5967
  msgctxt "settings"
5968
  msgid "Status of deleted listings"
5969
  msgstr "حالة الإعلانات المحذوفة"
5970
 
5971
+ #: includes/admin/settings/class-settings-bootstrap.php:701
5972
  #, fuzzy
5973
  msgctxt "settings"
5974
  msgid "Submit Listing instructions message"
5975
  msgstr "إرسال رسالة تعليمات الإعلانات"
5976
 
5977
+ #: includes/admin/settings/class-settings-bootstrap.php:712
5978
  #, fuzzy
5979
  msgctxt "settings"
5980
  msgid "Order categories list by"
5981
  msgstr "ترتيب قائمة التصنيفات حسب"
5982
 
5983
+ #: includes/admin/settings/class-settings-bootstrap.php:726
5984
  #, fuzzy
5985
  msgctxt "settings"
5986
  msgid "Sort order for categories"
5987
  msgstr "ترتيب فرز التصنيفات"
5988
 
5989
+ #: includes/admin/settings/class-settings-bootstrap.php:739
5990
  #, fuzzy
5991
  msgctxt "settings"
5992
  msgid "Show category post count"
5993
  msgstr "إظهار عدد إعلانات التصنيف؟"
5994
 
5995
+ #: includes/admin/settings/class-settings-bootstrap.php:748
5996
  #, fuzzy
5997
  msgctxt "settings"
5998
  msgid "Hide empty categories"
5999
  msgstr "إخفاء التصنيفات الفارغة؟"
6000
 
6001
+ #: includes/admin/settings/class-settings-bootstrap.php:757
6002
  #, fuzzy
6003
  msgctxt "settings"
6004
  msgid "Show only parent categories in category list"
6005
  msgstr "إظهار التصنيفات الأبوية فقط في قائمة التصنيف؟"
6006
 
6007
+ #: includes/admin/settings/class-settings-bootstrap.php:769
6008
  #, fuzzy
6009
  msgctxt "settings"
6010
  msgid "Order directory listings by"
6011
  msgstr "ترتيب إعلانات الدليل حسب"
6012
 
6013
+ #: includes/admin/settings/class-settings-bootstrap.php:793
6014
  #, fuzzy
6015
  msgctxt "settings"
6016
  msgid "Sort directory listings by"
6017
  msgstr "فرز إعلانات الدليل حسب"
6018
 
6019
+ #: includes/admin/settings/class-settings-bootstrap.php:794
6020
  #, fuzzy
6021
  msgctxt "settings"
6022
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
6023
  msgstr "ترتيب تصاعدي من أ إلى ي، ترتيب تنازلي من ي إلى أ"
6024
 
6025
+ #: includes/admin/settings/class-settings-bootstrap.php:807
6026
  #, fuzzy
6027
  msgctxt "settings"
6028
  msgid "Enable sort bar"
6029
  msgstr "تمكين شريط الفرز؟"
6030
 
6031
+ #: includes/admin/settings/class-settings-bootstrap.php:816
6032
  #, fuzzy
6033
  msgctxt "settings"
6034
  msgid "Sortbar Fields"
6035
  msgstr "حقول شريط الفرز"
6036
 
6037
+ #: includes/admin/settings/class-settings-bootstrap.php:835
6038
  #, fuzzy
6039
  msgctxt "settings"
6040
  msgid "Show the \"Submit listing\" button"
6041
  msgstr "إظهار زر \"إضافة إعلان\"."
6042
 
6043
+ #: includes/admin/settings/class-settings-bootstrap.php:836
6044
  msgctxt "settings"
6045
  msgid ""
6046
  "Hides the button used by the main UI to allow listing submission, but does "
6048
  "customize the submit listing button on your own)"
6049
  msgstr ""
6050
 
6051
+ #: includes/admin/settings/class-settings-bootstrap.php:846
6052
  #, fuzzy
6053
  msgctxt "settings"
6054
  msgid "Show \"Search listings\""
6055
  msgstr "إظهار \"البحث في الإعلانات\"."
6056
 
6057
+ #: includes/admin/settings/class-settings-bootstrap.php:855
6058
  #, fuzzy
6059
  msgctxt "settings"
6060
  msgid "Show the \"View Listings\" button"
6061
  msgstr "إظهار زر \"مشاهدة الإعلانات\"."
6062
 
6063
+ #: includes/admin/settings/class-settings-bootstrap.php:864
6064
  #, fuzzy
6065
  msgctxt "settings"
6066
  msgid "Show the \"Manage Listings\" button"
6067
  msgstr "إظهار زر \"مشاهدة الإعلانات\"."
6068
 
6069
+ #: includes/admin/settings/class-settings-bootstrap.php:908
6070
  #, fuzzy
6071
  msgctxt "settings"
6072
  msgid "Image Settings"
6073
  msgstr "إعدادات الصورة"
6074
 
6075
+ #: includes/admin/settings/class-settings-bootstrap.php:913
6076
  #, fuzzy
6077
  msgctxt "settings"
6078
  msgid "Allow images"
6079
  msgstr "السماح بالصور؟"
6080
 
6081
+ #: includes/admin/settings/class-settings-bootstrap.php:924
6082
  #, fuzzy
6083
  msgctxt "settings"
6084
  msgid "Min Image File Size (KB)"
6085
  msgstr "أقل حجم لملف الصورة (KB)"
6086
 
6087
+ #: includes/admin/settings/class-settings-bootstrap.php:936
6088
  #, fuzzy
6089
  msgctxt "settings"
6090
  msgid "Max Image File Size (KB)"
6091
  msgstr "أقصى حجم لملف الصورة (KB)"
6092
 
6093
+ #: includes/admin/settings/class-settings-bootstrap.php:948
6094
  #, fuzzy
6095
  msgctxt "settings"
6096
  msgid "Min image width (px)"
6097
  msgstr "أقل عرض للصورة (px)"
6098
 
6099
+ #: includes/admin/settings/class-settings-bootstrap.php:958
6100
  #, fuzzy
6101
  msgctxt "settings"
6102
  msgid "Min image height (px)"
6103
  msgstr "أقل ارتفاع للصورة (px)"
6104
 
6105
+ #: includes/admin/settings/class-settings-bootstrap.php:972
6106
  #, fuzzy
6107
  msgctxt "settings"
6108
  msgid "Max image width (px)"
6109
  msgstr "أقصى عرض للصورة (px)"
6110
 
6111
+ #: includes/admin/settings/class-settings-bootstrap.php:984
6112
  #, fuzzy
6113
  msgctxt "settings"
6114
  msgid "Max image height (px)"
6115
  msgstr "أقصى ارتفاع للصورة (px)"
6116
 
6117
+ #: includes/admin/settings/class-settings-bootstrap.php:996
6118
  #, fuzzy
6119
  msgctxt "settings"
6120
  msgid "Turn on thickbox/lightbox"
6121
  msgstr "تشغيل thickbox/lightbox؟"
6122
 
6123
+ #: includes/admin/settings/class-settings-bootstrap.php:997
6124
  #, fuzzy
6125
  msgctxt "settings"
6126
  msgid ""
6129
  "قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
6130
  "موقعك"
6131
 
6132
+ #: includes/admin/settings/class-settings-bootstrap.php:1003
6133
  #, fuzzy
6134
  msgctxt "settings"
6135
  msgid "Thumbnails"
6136
  msgstr "الصور المصغرة"
6137
 
6138
+ #: includes/admin/settings/class-settings-bootstrap.php:1010
6139
  #, fuzzy
6140
  msgctxt "settings"
6141
  msgid "Thumbnail width (px)"
6142
  msgstr "عرض الصور المصغرة (px)"
6143
 
6144
+ #: includes/admin/settings/class-settings-bootstrap.php:1022
6145
  #, fuzzy
6146
  msgctxt "settings"
6147
  msgid "Thumbnail height (px)"
6148
  msgstr "ارتفاع الصورة المصغرة (px)"
6149
 
6150
+ #: includes/admin/settings/class-settings-bootstrap.php:1032
6151
  #, fuzzy
6152
  msgctxt "settings"
6153
  msgid "Crop thumbnails to exact dimensions"
6154
  msgstr "قطع الصور المصغرة للأبعاد المناسبة؟"
6155
 
6156
+ #: includes/admin/settings/class-settings-bootstrap.php:1033
6157
  #, fuzzy
6158
  msgctxt "settings"
6159
  msgid ""
6167
  "تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
6168
  "الصور المصغرة مختلفة."
6169
 
6170
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
6171
  msgctxt "settings"
6172
  msgid "Enforce image upload on submit/edit"
6173
  msgstr ""
6174
 
6175
+ #: includes/admin/settings/class-settings-bootstrap.php:1065
6176
  #, fuzzy
6177
  msgctxt "settings"
6178
  msgid "Default thumbnail image size"
6179
  msgstr "إعلان العضو الافتراضي"
6180
 
6181
+ #: includes/admin/settings/class-settings-bootstrap.php:1068
6182
  msgctxt "settings"
6183
  msgid ""
6184
  "This indicates the size of the thumbnail to be used both in excerpt and "
6187
  "width as the starting point."
6188
  msgstr ""
6189
 
6190
+ #: includes/admin/settings/class-settings-bootstrap.php:1077
6191
  msgctxt "settings"
6192
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
6193
  msgstr ""
6194
 
6195
+ #: includes/admin/settings/class-settings-bootstrap.php:1101
6196
  msgctxt "settings"
6197
  msgid "Display featured (sticky) badge"
6198
  msgstr ""
6199
 
6200
+ #: includes/admin/settings/class-settings-bootstrap.php:1115
6201
  #, fuzzy
6202
  msgctxt "settings"
6203
  msgid "Featured Badge image"
6204
  msgstr "وحدة المستويات المميزة"
6205
 
6206
+ #: includes/admin/settings/class-settings-bootstrap.php:1125
6207
  #, fuzzy
6208
  msgctxt "settings"
6209
  msgid "Featured Badge URL"
6210
  msgstr "وحدة المستويات المميزة"
6211
 
6212
+ #: includes/admin/settings/class-settings-bootstrap.php:1126
6213
  msgctxt "settings"
6214
  msgid "Use this to set Featured Badge image as a link to a defined URL."
6215
  msgstr ""
6216
 
6217
+ #: includes/admin/settings/class-settings-bootstrap.php:1150
6218
  #, fuzzy
6219
  msgctxt "settings"
6220
  msgid "Fee Order"
6221
  msgstr "ترتيب"
6222
 
6223
+ #: includes/admin/settings/class-settings-bootstrap.php:1163
6224
  #, fuzzy
6225
  msgctxt "settings"
6226
  msgid "Put payment gateways in test mode"
6227
  msgstr "وضع بوابات الدفع في وضع الاختبار؟"
6228
 
6229
+ #: includes/admin/settings/class-settings-bootstrap.php:1173
6230
  #, fuzzy
6231
  msgctxt "settings"
6232
  msgid "Currency Code"
6233
  msgstr "رمز العملة"
6234
 
6235
+ #: includes/admin/settings/class-settings-bootstrap.php:1212
6236
  #, fuzzy
6237
  msgctxt "settings"
6238
  msgid "Currency Symbol"
6239
  msgstr "رمز العملة"
6240
 
6241
+ #: includes/admin/settings/class-settings-bootstrap.php:1222
6242
  #, fuzzy
6243
  msgctxt "settings"
6244
  msgid "Currency symbol display"
6245
  msgstr "عرض رمز العملة"
6246
 
6247
+ #: includes/admin/settings/class-settings-bootstrap.php:1236
6248
  msgctxt "settings"
6249
  msgid "Include plan description in receipt"
6250
  msgstr ""
6251
 
6252
+ #: includes/admin/settings/class-settings-bootstrap.php:1245
6253
  #, fuzzy
6254
  msgctxt "settings"
6255
  msgid "Thank you for payment message"
6256
  msgstr "رسالة الشكر على الدفع"
6257
 
6258
+ #: includes/admin/settings/class-settings-bootstrap.php:1298
6259
  #, fuzzy
6260
  msgctxt "settings"
6261
  msgid "Ask users to come back for abandoned payments"
6262
  msgstr "أطلب من الأعضاء العودة للمدفوعات المتخلى عنها؟"
6263
 
6264
+ #: includes/admin/settings/class-settings-bootstrap.php:1309
6265
  #, fuzzy
6266
  msgctxt "settings"
6267
  msgid "Listing abandonment threshold (hours)"
6268
  msgstr "عتبة التخلي على الإعلان (ساعات)"
6269
 
6270
+ #: includes/admin/settings/class-settings-bootstrap.php:1326
6271
  #, fuzzy
6272
  msgctxt "settings"
6273
  msgid "Display email address fields publicly"
6274
  msgstr "عرض حقول عنوان البريد الإلكتروني علنا؟"
6275
 
6276
+ #: includes/admin/settings/class-settings-bootstrap.php:1327
6277
  #, fuzzy
6278
  msgctxt "settings"
6279
  msgid ""
6285
  "لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
6286
  "البريد للاستخدام في المستقبل."
6287
 
6288
+ #: includes/admin/settings/class-settings-bootstrap.php:1336
6289
  #, fuzzy
6290
  msgctxt "settings"
6291
  msgid "How to determine the listing's email address?"
6292
  msgstr "كيفية تحديد عنوان البريد الإلكتروني في الإعلان؟"
6293
 
6294
+ #: includes/admin/settings/class-settings-bootstrap.php:1337
6295
  #, fuzzy
6296
  msgctxt "settings"
6297
  msgid ""
6301
  "هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
6302
  "الاتصال أو عندما ينتهي تاريخ الإعلانات."
6303
 
6304
+ #: includes/admin/settings/class-settings-bootstrap.php:1350
6305
  msgctxt "settings"
6306
  msgid "Email Content-Type header"
6307
  msgstr ""
6308
 
6309
+ #: includes/admin/settings/class-settings-bootstrap.php:1351
6310
  msgctxt "settings"
6311
  msgid ""
6312
  "Use this setting to control the format of the emails explicitly. Some "
6315
  "then \"Both\"."
6316
  msgstr ""
6317
 
6318
+ #: includes/admin/settings/class-settings-bootstrap.php:1412
6319
  #, fuzzy
6320
  msgctxt "settings"
6321
  msgid "Templates"
6322
  msgstr "قوالب البريد الإلكتروني"
6323
 
6324
+ #: includes/admin/settings/class-settings-bootstrap.php:1417
6325
  #, fuzzy
6326
  msgctxt "settings"
6327
  msgid "Email confirmation message"
6328
  msgstr "رسالة تأكيد البريد الإلكتروني"
6329
 
6330
+ #: includes/admin/settings/class-settings-bootstrap.php:1418
6331
  #, fuzzy
6332
  msgctxt "settings"
6333
  msgid "Sent after a listing has been submitted."
6334
  msgstr "ترسل بعد أن يضاف الإعلان."
6335
 
6336
+ #: includes/admin/settings/class-settings-bootstrap.php:1436
6337
  #, fuzzy
6338
  msgctxt "settings"
6339
  msgid "Listing published message"
6340
  msgstr "رسالة نشر الإعلان"
6341
 
6342
+ #: includes/admin/settings/class-settings-bootstrap.php:1437
6343
  #, fuzzy
6344
  msgctxt "settings"
6345
  msgid "Sent when the listing has been published or approved by an admin."
6346
  msgstr "ترسل عندما يتم نشر الإعلان أو الموافقة عليه من طرف المدير."
6347
 
6348
+ #: includes/admin/settings/class-settings-bootstrap.php:1454
6349
  #, fuzzy
6350
  msgctxt "settings"
6351
  msgid "Listing Contact Message"
6352
  msgstr "رسالة اتصال الإعلان"
6353
 
6354
+ #: includes/admin/settings/class-settings-bootstrap.php:1455
6355
  #, fuzzy
6356
  msgctxt "settings"
6357
  msgid ""
6361
  "ترسل إلى مالكي الإعلانات عندما يستخدم شخص ما نموذج جهة الاتصال في صفحات "
6362
  "الإعلانات الخاصة بهم."
6363
 
6364
+ #: includes/admin/settings/class-settings-bootstrap.php:1495
6365
  #, fuzzy
6366
  msgctxt "settings"
6367
  msgid "Payment completed message"
6368
  msgstr "رسالة تذكير بالتخلي عن الدفع"
6369
 
6370
+ #: includes/admin/settings/class-settings-bootstrap.php:1496
6371
  #, fuzzy
6372
  msgctxt "settings"
6373
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6374
  msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
6375
 
6376
+ #: includes/admin/settings/class-settings-bootstrap.php:1532
6377
  #, fuzzy
6378
  msgctxt "settings"
6379
  msgid "Payment abandoned reminder message"
6380
  msgstr "رسالة تذكير بالتخلي عن الدفع"
6381
 
6382
+ #: includes/admin/settings/class-settings-bootstrap.php:1658
6383
  msgctxt "settings"
6384
  msgid "Cropped"
6385
  msgstr ""
6386
 
6387
+ #: includes/admin/settings/class-settings.php:494
6388
+ #: includes/admin/settings/class-settings.php:505
6389
  msgctxt "settings"
6390
  msgid "\"%s\" can not be empty."
6391
  msgstr ""
6392
 
6393
+ #: includes/admin/settings/class-settings.php:522
6394
  msgctxt "settings"
6395
  msgid "The slug \"%s\" is already in use for another taxonomy."
6396
  msgstr ""
6397
 
6398
+ #: includes/licensing.php:237
6399
  #, fuzzy
6400
  msgctxt "settings"
6401
  msgid "Themes"
6402
  msgstr "القوالب"
6403
 
6404
+ #: includes/licensing.php:289 includes/licensing.php:290
6405
  msgctxt "settings"
6406
  msgid "Please wait..."
6407
  msgstr ""
6408
 
6409
+ #: includes/licensing.php:290
6410
  #, fuzzy
6411
  msgctxt "settings"
6412
  msgid "Deauthorize"
6484
  msgstr "معرف حقل غير صالح"
6485
 
6486
  #: includes/admin/controllers/class-themes-admin.php:378
6487
+ #: includes/admin/upgrades/class-themes-updater.php:172
6488
  msgctxt "themes"
6489
  msgid "Could not update theme: %s"
6490
  msgstr "تعذر تحديث القالب : %s"
6491
 
6492
+ #: includes/admin/upgrades/class-themes-updater.php:133
6493
  msgctxt "themes"
6494
  msgid "Updating theme..."
6495
  msgstr "تحديث القالب..."
6496
 
6497
+ #: includes/admin/upgrades/class-themes-updater.php:134
6498
  msgctxt "themes"
6499
  msgid "Theme updated."
6500
  msgstr "تم تحديث القالب"
6501
 
6502
+ #: includes/admin/upgrades/class-themes-updater.php:137
6503
  msgctxt "themes"
6504
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6505
  msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
6506
 
6507
+ #: includes/admin/upgrades/class-themes-updater.php:183
6508
  #, fuzzy
6509
  msgctxt "themes"
6510
  msgid "Theme was updated successfully."
6540
  msgid "Error while creating a temporary directory for CSV export: %s"
6541
  msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
6542
 
6543
+ #: templates/admin/csv-export.tpl.php:12
6544
  msgctxt "admin csv-export"
6545
  msgid ""
6546
  "Please note that the export process is a resource intensive task. If your "
6552
  "حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
6553
  "'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
6554
 
6555
+ #: templates/admin/csv-export.tpl.php:27
6556
  msgctxt "admin csv-export"
6557
  msgid "Export settings"
6558
  msgstr "إعدادات التصدير"
6559
 
6560
+ #: templates/admin/csv-export.tpl.php:33
6561
  msgctxt "admin csv-export"
6562
  msgid "Which listings to export?"
6563
  msgstr "أي لائحة تريد التصدير؟"
6564
 
6565
+ #: templates/admin/csv-export.tpl.php:38
6566
  msgctxt "admin csv-export"
6567
  msgid "Active Only"
6568
  msgstr "المفعل فقط"
6569
 
6570
+ #: templates/admin/csv-export.tpl.php:39
6571
  msgctxt "admin csv-export"
6572
  msgid "Active + Pending Renewal"
6573
  msgstr "مفعل + ريثما يتم التجديد"
6574
 
6575
+ #: templates/admin/csv-export.tpl.php:47
6576
  msgctxt "admin csv-export"
6577
  msgid "Export images"
6578
  msgstr "تصدير الصور"
6579
 
6580
+ #: templates/admin/csv-export.tpl.php:62
6581
  msgctxt "admin csv-export"
6582
  msgid "Include unique IDs for each listing (sequence_id column)."
6583
  msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
6584
 
6585
+ #: templates/admin/csv-export.tpl.php:75
6586
  msgctxt "admin csv-export"
6587
  msgid "Author information (username)"
6588
  msgstr "معلومات الكاتب (إسم المستخدم)"
6589
 
6590
+ #: templates/admin/csv-export.tpl.php:85
6591
  msgctxt "admin csv-export"
6592
  msgid "Listing expiration date"
6593
  msgstr "إنتهاء صلاحية الإعلان"
6594
 
6595
+ #: templates/admin/csv-export.tpl.php:94
6596
  #, fuzzy
6597
  msgctxt "admin csv-export"
6598
  msgid "Listing created date"
6599
  msgstr "صور الإعلانات"
6600
 
6601
+ #: templates/admin/csv-export.tpl.php:103
6602
  #, fuzzy
6603
  msgctxt "admin csv-export"
6604
  msgid "Listing last updated date"
6605
  msgstr "إنتهاء صلاحية الإعلان"
6606
 
6607
+ #: templates/admin/csv-export.tpl.php:112
6608
  #, fuzzy
6609
  msgctxt "admin csv-export"
6610
  msgid "Listing T&C acceptance date"
6611
  msgstr "صور الإعلانات"
6612
 
6613
+ #: templates/admin/csv-export.tpl.php:125
6614
  msgctxt "admin csv-export"
6615
  msgid "What operating system will you use to edit the CSV file?"
6616
  msgstr ""
6617
 
6618
+ #: templates/admin/csv-export.tpl.php:137
6619
  msgctxt "admin csv-export"
6620
  msgid "Windows"
6621
  msgstr ""
6622
 
6623
+ #: templates/admin/csv-export.tpl.php:145
6624
  msgctxt "admin csv-export"
6625
  msgid "macOS"
6626
  msgstr ""
6627
 
6628
+ #: templates/admin/csv-export.tpl.php:159
6629
  msgctxt "admin csv-export"
6630
  msgid "Category Separator"
6631
  msgstr "فاصلة التصنيف"
6632
 
6633
+ #: templates/admin/csv-export.tpl.php:169
6634
  msgctxt "admin csv-export"
6635
  msgid "Export Listings"
6636
  msgstr "الإعلانات المصدرة"
6637
 
6638
+ #: templates/admin/csv-export.tpl.php:175
6639
  msgctxt "admin csv-export"
6640
  msgid "Export in Progress..."
6641
  msgstr "جاري التصدير..."
6642
 
6643
+ #: templates/admin/csv-export.tpl.php:176
6644
  msgctxt "admin csv-export"
6645
  msgid ""
6646
  "Your export file is being prepared. Please <u>do not leave</u> this page "
6648
  msgstr ""
6649
  "جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
6650
 
6651
+ #: templates/admin/csv-export.tpl.php:179
6652
  msgctxt "admin csv-export"
6653
  msgid "No. of listings:"
6654
  msgstr "أرقام الإعلانات:"
6655
 
6656
+ #: templates/admin/csv-export.tpl.php:181
6657
  msgctxt "admin csv-export"
6658
  msgid "Approximate export file size:"
6659
  msgstr "الحجم التقريبي لملف التصدير:"
6660
 
6661
+ #: templates/admin/csv-export.tpl.php:188
6662
  msgctxt "admin csv-export"
6663
  msgid "Cancel Export"
6664
  msgstr "إلغاء التصدير"
6665
 
6666
+ #: templates/admin/csv-export.tpl.php:193
6667
  msgctxt "admin csv-export"
6668
  msgid "Export Complete"
6669
  msgstr "تم التصدير"
6670
 
6671
+ #: templates/admin/csv-export.tpl.php:194
6672
  msgctxt "admin csv-export"
6673
  msgid ""
6674
  "Your export file has been successfully created and it is now ready for "
6675
  "download."
6676
  msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
6677
 
6678
+ #: templates/admin/csv-export.tpl.php:199
6679
  #, fuzzy
6680
  msgctxt "admin csv-export"
6681
  msgid "Download %1$s (%2$s)"
6682
  msgstr "تحميل %s (%s)"
6683
 
6684
+ #: templates/admin/csv-export.tpl.php:207
6685
  msgctxt "admin csv-export"
6686
  msgid ""
6687
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
6690
  "إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
6691
  "إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
6692
 
6693
+ #: templates/admin/csv-export.tpl.php:208
6694
  msgctxt "admin csv-export"
6695
  msgid "Cleanup"
6696
  msgstr "نظف"
6697
 
6698
+ #: templates/admin/csv-export.tpl.php:213
6699
  msgctxt "admin csv-export"
6700
  msgid "Export Canceled"
6701
  msgstr "ألغي التصدير"
6702
 
6703
+ #: templates/admin/csv-export.tpl.php:214
6704
  msgctxt "admin csv-export"
6705
  msgid "The export has been canceled."
6706
  msgstr "تم إلغاء التصدير"
6707
 
6708
+ #: templates/admin/csv-export.tpl.php:215
6709
  msgctxt "admin csv-export"
6710
  msgid "← Return to CSV Export"
6711
  msgstr "← العودة إلى تصدير CSV"
6712
 
6713
+ #: includes/admin/csv-import.php:174
6714
  msgctxt "admin csv-import"
6715
  msgid "Whatever"
6716
  msgstr "أيا كان"
6717
 
6718
+ #: includes/admin/csv-import.php:345
6719
  msgctxt "admin csv-import"
6720
  msgid "Please upload or select a CSV file."
6721
  msgstr "المرجو رفع أو حدد ملف CSV."
6722
 
6723
+ #: includes/admin/csv-import.php:374
6724
  msgctxt "admin csv-import"
6725
  msgid ""
6726
  "An error was detected while validating the CSV file for import. Please fix "
6729
  "تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
6730
  "المتابعة."
6731
 
6732
+ #: includes/admin/csv-import.php:383
6733
  msgctxt "admin csv-import"
6734
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6735
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6736
 
6737
+ #: includes/admin/helpers/csv/class-csv-import.php:531
6738
  msgctxt "admin csv-import"
6739
  msgid ""
6740
  "Could not create listing category \"<category-name>\". The operation failed "
6741
  "with the following error: <error-message>."
6742
  msgstr ""
6743
 
6744
+ #: includes/admin/helpers/csv/class-csv-import.php:537
6745
  msgctxt "admin csv-import"
6746
  msgid "Could not create listing category \"%s\""
6747
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6748
 
6749
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6750
  msgctxt "admin csv-import"
6751
  msgid "Username \"%s\" does not exist"
6752
  msgstr "إسم المستخدم \"%s\" غير موجود"
6753
 
6754
+ #: includes/admin/helpers/csv/class-csv-import.php:755
6755
  msgctxt "admin csv-import"
6756
  msgid "There is no Plan with ID = <fee-id>"
6757
  msgstr ""
6758
 
6759
+ #: includes/admin/helpers/csv/class-csv-import.php:786
6760
  msgctxt "admin csv-import"
6761
  msgid "Missing required field: %s"
6762
  msgstr "حقل مطلوب مفقود: %s"
6763
 
6764
+ #: includes/admin/helpers/csv/class-csv-import.php:831
6765
  msgctxt "admin csv-import"
6766
  msgid "Listing category \"%s\" does not exist"
6767
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6768
 
6769
+ #: includes/admin/helpers/csv/class-csv-import.php:905
6770
  msgctxt "admin csv-import"
6771
  msgid "The string <string> couldn't be converted into a valid date."
6772
  msgstr ""
6900
  msgid "Warning"
6901
  msgstr "تحذير"
6902
 
6903
+ #: templates/admin/csv-import.tpl.php:60 templates/admin/csv-import.tpl.php:91
 
 
 
 
 
6904
  msgctxt "admin csv-import"
6905
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6906
  msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
6907
 
6908
+ #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:103
6909
  msgctxt "admin csv-import"
6910
  msgid "(Upload new file)"
6911
  msgstr "(رفع ملف جديد)"
6912
 
6913
+ #: templates/admin/csv-import.tpl.php:128
6914
  msgctxt "admin csv-import"
6915
  msgid "Comma (,)"
6916
  msgstr ""
6917
 
6918
+ #: templates/admin/csv-import.tpl.php:135
6919
  msgctxt "admin csv-import"
6920
  msgid "Semicolon (;)"
6921
  msgstr ""
6922
 
6923
+ #: templates/admin/csv-import.tpl.php:194
6924
  #, fuzzy
6925
  msgctxt "admin csv-import"
6926
  msgid "Preserve existing status"
6927
  msgstr "الإعلانات"
6928
 
6929
+ #: templates/admin/csv-import.tpl.php:245
6930
  msgctxt "admin csv-import"
6931
  msgid ""
6932
  "Select a default user to be used if the username column is not present in "
6935
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
6936
  "CSV."
6937
 
6938
+ #: templates/admin/csv-import.tpl.php:279
6939
  msgctxt "admin csv-import"
6940
  msgid "Test Import"
6941
  msgstr "اختبار الاستيراد"
6942
 
6943
+ #: templates/admin/csv-import.tpl.php:280
6944
  msgctxt "admin csv-import"
6945
  msgid "Import Listings"
6946
  msgstr "استيراد الإعلانات"
6947
 
6948
+ #: templates/admin/csv-import.tpl.php:330
6949
  #, fuzzy
6950
  msgctxt "admin csv-import"
6951
  msgid ""
6955
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6956
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6957
 
6958
+ #: templates/admin/csv-import.tpl.php:351
6959
  msgctxt "admin csv-import"
6960
  msgid ""
6961
  "Internal Sequence ID used to allow listing updates from external sources."
6962
  msgstr ""
6963
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
6964
 
6965
+ #: templates/admin/csv-import.tpl.php:358
6966
  msgctxt "admin csv-import"
6967
  msgid ""
6968
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6971
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6972
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6973
 
6974
+ #: includes/admin/csv-import.php:301
6975
  #, fuzzy
6976
  msgctxt "csv import"
6977
  msgid ""
7007
  msgid "No payments available."
7008
  msgstr "غير متاح"
7009
 
7010
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7011
  #, fuzzy
7012
  msgctxt "listing metabox"
7013
  msgid "Plan Details"
7014
  msgstr "تفاصيل الخطة"
7015
 
7016
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
7017
  msgctxt "listing metabox"
7018
  msgid "Change plan"
7019
  msgstr ""
7020
 
7021
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7022
  #, fuzzy
7023
  msgctxt "listing metabox"
7024
  msgid "# of images"
7025
  msgstr "# الصور"
7026
 
 
 
 
 
 
 
 
 
 
 
 
 
7027
  #: includes/admin/helpers/class-listing-timeline.php:111
7028
  #, fuzzy
7029
  msgctxt "listing timeline"
7063
  msgid "All"
7064
  msgstr "الكل"
7065
 
7066
+ #: includes/admin/settings/class-settings-bootstrap.php:625
7067
+ #: includes/admin/settings/class-settings-bootstrap.php:638
7068
  msgctxt "post status"
7069
  msgid "Published"
7070
  msgstr "نشرت"
7071
 
7072
+ #: includes/admin/settings/class-settings-bootstrap.php:653
7073
  msgctxt "post status"
7074
  msgid "Draft"
7075
  msgstr "مسودة"
7076
 
7077
+ #: includes/admin/settings/class-settings-bootstrap.php:654
7078
  msgctxt "post status"
7079
  msgid "Trash"
7080
  msgstr "سلة المهملات"
7081
 
7082
  #. translators: %s: url shortcode
7083
+ #: includes/admin/settings/class-settings-bootstrap.php:1460
7084
  msgctxt "contact email"
7085
  msgid "You have received a reply from your listing at %s."
7086
  msgstr "تلقيت ردا من الإعلان الخاص بك في %s."
7087
 
7088
  #. translators: %s: name shortcode
7089
+ #: includes/admin/settings/class-settings-bootstrap.php:1463
7090
  msgctxt "contact email"
7091
  msgid "Name: %s"
7092
  msgstr "الإسم: %s"
7093
 
7094
+ #: includes/admin/settings/class-settings-bootstrap.php:1471
7095
  msgctxt "contact email"
7096
  msgid "Message:"
7097
  msgstr "الرسالة:"
7098
 
7099
  #. translators: %s: date shortcode
7100
+ #: includes/admin/settings/class-settings-bootstrap.php:1475
7101
  msgctxt "contact email"
7102
  msgid "Time: %s"
7103
  msgstr "الوقت: %s"
7104
 
7105
+ #: includes/admin/tracking.php:197
7106
  msgctxt "tracking"
7107
  msgid "Help Improve Business Directory"
7108
  msgstr "المساعدة في تحسين دليل الأعمال"
7109
 
7110
+ #: includes/admin/tracking.php:199
7111
  msgctxt "tracking"
7112
  msgid ""
7113
  "Can Business Directory keep track of your theme, plugins, and other non-"
7118
  "المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
7119
  "للإصدارات المستقبلية؟"
7120
 
7121
+ #: includes/admin/tracking.php:201
7122
  msgctxt "tracking"
7123
  msgid "What do you track?"
7124
  msgstr "ما الذي تتتبع؟"
7208
  "تم تعطيل <b>إضافة دليل الأعمال - وحدة المناطق</b> لأنه غير متوافق مع الإصدار "
7209
  "الحالي من الإضافة. يرجى تحديث وحدة المناطق."
7210
 
7211
+ #: includes/admin/upgrades/migrations/migration-3_7.php:38
7212
  #, fuzzy
7213
  msgctxt "installer"
7214
  msgid "Migrating payments information."
7215
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7216
 
7217
+ #: includes/admin/upgrades/migrations/migration-3_7.php:62
7218
  #, fuzzy
7219
  msgctxt "installer"
7220
  msgid "Cleaning up plan information... %1$d/%2$d"
7221
  msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
7222
 
7223
+ #: includes/admin/upgrades/migrations/migration-3_7.php:120
7224
  #, fuzzy
7225
  msgctxt "installer"
7226
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7227
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7228
 
7229
+ #: includes/admin/upgrades/migrations/migration-3_7.php:149
7230
  msgctxt "installer"
7231
  msgid "Initial listing payment (BD < 3.4)"
7232
  msgstr "دفعة الإعلان الأولية (BD < 3.4)"
7233
 
7234
+ #: includes/admin/upgrades/migrations/migration-3_7.php:160
7235
  msgctxt "installer"
7236
  msgid "Listing edit payment (BD < 3.4)"
7237
  msgstr "دفعة تحرير الإعلان (BD < 3.4)"
7238
 
7239
+ #: includes/admin/upgrades/migrations/migration-3_7.php:202
7240
  msgctxt "installer"
7241
  msgid "Listing upgrade to featured"
7242
  msgstr "الترقية الى إعلان مميز"
7417
  msgid "(Unavailable Plan)"
7418
  msgstr "(رسم غير متوفر)"
7419
 
7420
+ #: includes/models/class-listing.php:881
7421
  #, fuzzy
7422
  msgctxt "listing"
7423
  msgid "Plan \"%s\" (recurring)"
7424
  msgstr "(متكرر)"
7425
 
7426
+ #: includes/models/class-listing.php:883
7427
  msgctxt "listing"
7428
  msgid "Plan \"%s\""
7429
  msgstr ""
7490
  msgid "Payment Details"
7491
  msgstr "تفاصيل الدفع"
7492
 
7493
+ #: templates/email/listing-payment-completed.tpl.php:35
7494
  #, fuzzy
7495
  msgctxt "notify email"
7496
  msgid "Listing URL"
7497
  msgstr "عنوان URL الإعلان"
7498
 
7499
+ #: templates/email/listing-payment-completed.tpl.php:37
7500
  #, fuzzy
7501
  msgctxt "notify email"
7502
  msgid "Listing admin URL"
7696
  msgid "Your listing has been deleted."
7697
  msgstr "تم حذف إعلانك."
7698
 
7699
+ #: templates/delete-listing-confirm.tpl.php:13
 
 
 
 
 
 
 
 
 
 
7700
  msgctxt "delete listing"
7701
  msgid ""
7702
  "Please visit <a>Manage recurring payments</a> to review your current "
7705
  "يرجى زيارة <a>إدارة المدفوعات المتكررة</a> لمراجعة المدفوعات المتكررة "
7706
  "الحالية الخاصة بك."
7707
 
7708
+ #: templates/delete-listing-confirm.tpl.php:21
7709
  msgctxt "delete listing"
7710
  msgid "You are about to remove your listing \"%s\" from the directory."
7711
  msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
7785
  msgid "There are currently no listings in the directory."
7786
  msgstr "لا توجد حاليا إعلانات في الدليل."
7787
 
7788
+ #: includes/controllers/pages/class-main.php:23
7789
  msgctxt "templates"
7790
  msgid ""
7791
  "You have \"Hide Empty Categories\" on and some categories that don't have "
7833
  "an existing field"
7834
  msgstr ""
7835
 
7836
+ #: includes/controllers/pages/class-submit-listing.php:1283
7837
  msgctxt "templates"
7838
  msgid "Please agree to the Terms and Conditions."
7839
  msgstr "يرجى الموافقة على الشروط والأحكام."
7840
 
7841
+ #: includes/controllers/pages/class-submit-listing.php:1297
7842
  #, fuzzy
7843
  msgctxt "templates"
7844
  msgid "I agree to the <a>Terms and Conditions</a>"
7845
  msgstr "أوافق على الشروط والأحكام"
7846
 
7847
+ #: includes/helpers/functions/general.php:1325
7848
  #, fuzzy
7849
  msgctxt "templates"
7850
  msgid "Return to results"
7851
  msgstr "العودة إلى الدليل."
7852
 
7853
+ #: includes/helpers/functions/templates-ui.php:226
7854
  msgctxt "templates"
7855
  msgid "No listing categories found."
7856
  msgstr "لم يتم العثور على تصنيفات الإعلانات."
7857
 
7858
+ #: includes/helpers/functions/templates-ui.php:377
7859
  msgctxt "templates"
7860
  msgid "Advanced Search"
7861
  msgstr "بحث متقدم"
8249
  msgid "Please choose a valid plan for your category selection."
8250
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8251
 
8252
+ #: includes/controllers/pages/class-submit-listing.php:1203
8253
  #, fuzzy
8254
  msgctxt "submit listing"
8255
  msgid "Please enter your desired username."
8256
  msgstr "يرجى إدخال إسمك."
8257
 
8258
+ #: includes/controllers/pages/class-submit-listing.php:1208
8259
  #, fuzzy
8260
  msgctxt "submit listing"
8261
  msgid "Please enter the e-mail for your new account."
8262
  msgstr "يرجى إدخال إسمك."
8263
 
8264
+ #: includes/controllers/pages/class-submit-listing.php:1213
8265
  msgctxt "submit listing"
8266
  msgid "The username you chose is already in use. Please use a different one."
8267
  msgstr ""
8268
 
8269
+ #: includes/controllers/pages/class-submit-listing.php:1218
8270
  msgctxt "submit listing"
8271
  msgid "The e-mail address you chose for your account is already in use."
8272
  msgstr ""
8273
 
8274
+ #: includes/models/class-payment.php:262
8275
  #, fuzzy
8276
  msgctxt "submit listing"
8277
  msgid "Listing submitted by admin. Payment skipped."
8278
  msgstr "Poster annonce(paiement initial)"
8279
 
8280
+ #: includes/controllers/pages/class-submit-listing.php:1158
8281
  msgctxt "listing submit"
8282
  msgid ""
8283
  "Image upload is required, please provide at least one image and submit again."
8506
  msgid "Transaction Key is missing."
8507
  msgstr "مفتاح المعاملة مفقود."
8508
 
8509
+ #: includes/gateways/class-gateway-authorize-net.php:104
8510
  #, fuzzy
8511
  msgctxt "authorize-net"
8512
  msgid ""
8515
  msgstr ""
8516
  "الدفع الخاص بك خاضع للمراجعة من طرف قسم الدفع. وذلك للسبب التالي: \"%s\"."
8517
 
8518
+ #: includes/gateways/class-gateway-authorize-net.php:115
8519
  #, fuzzy
8520
  msgctxt "authorize-net"
8521
  msgid ""
8525
  "لم تقبل بوابة الدفع بطاقة الائتمان أو معلومات الفوترة الخاصة بك. وذلك للسبب "
8526
  "التالي: \"%s\"."
8527
 
8528
+ #: includes/gateways/class-gateway-authorize-net.php:126
8529
  msgctxt "authorize-net"
8530
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8531
  msgstr "رفض الدفع. وذلك للسبب التالي: \"%s\"."
8532
 
8533
+ #: includes/gateways/class-gateway-authorize-net.php:190
8534
  msgctxt "authorize-net"
8535
  msgid "Payment failed. Reason: %s"
8536
  msgstr ""
8537
 
8538
+ #: includes/gateways/class-gateway-authorize-net.php:215
8539
  #, fuzzy
8540
  msgctxt "authorize-net"
8541
  msgid "Listing #%d"
8569
  "حدث خطأ أثناء إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني. المرجو "
8570
  "المحاولة مرة أخرى."
8571
 
8572
+ #: includes/helpers/class-fs.php:119
8573
  msgctxt "fs helper"
8574
  msgid "Destination dir \"%s\" is not writable."
8575
  msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
8576
 
8577
+ #: includes/helpers/functions/templates-ui.php:404
8578
  msgctxt "templates sort"
8579
  msgid "Sort By:"
8580
  msgstr "ترتيب حسب:"
8605
  msgid "General"
8606
  msgstr "عام"
8607
 
8608
+ #: includes/licensing.php:540
8609
  msgctxt "licensing"
8610
  msgid "Could not contact licensing server"
8611
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8612
 
8613
+ #: includes/licensing.php:553
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "It was not possible to establish a connection with Business Directory's "
8617
  "server. cURL was not found in your system"
8618
  msgstr ""
8619
 
8620
+ #: includes/licensing.php:555 includes/licensing.php:585
8621
  msgctxt "licensing"
8622
  msgid ""
8623
  "To ensure the security of our systems and adhere to industry best practices, "
8626
  "1.0.1c)."
8627
  msgstr ""
8628
 
8629
+ #: includes/licensing.php:557 includes/licensing.php:587
8630
  msgctxt "licensing"
8631
  msgid ""
8632
  "Upgrading your system will not only allow you to communicate with Business "
8634
  "services using the latest security standards."
8635
  msgstr ""
8636
 
8637
+ #: includes/licensing.php:559
8638
  msgctxt "licensing"
8639
  msgid ""
8640
  "Please contact your hosting provider and ask them to upgrade your system. "
8641
  "Include this message if necessary"
8642
  msgstr ""
8643
 
8644
+ #: includes/licensing.php:589
8645
  msgctxt "licensing"
8646
  msgid ""
8647
  "Please contact your hosting provider and ask them to upgrade your system. "
8648
  "Include this message if necessary."
8649
  msgstr ""
8650
 
8651
+ #: includes/licensing.php:625
8652
  msgctxt "licensing"
8653
  msgid "The server returned a 403 Forbidden error."
8654
  msgstr ""
8655
 
8656
+ #: includes/licensing.php:871
8657
  msgctxt "licensing"
8658
  msgid "Could not activate license: %s."
8659
  msgstr "لا يمكن تفعيل الترخيص: %s."
8660
 
8661
+ #: includes/licensing.php:876
8662
  msgctxt "licensing"
8663
  msgid "License activated"
8664
  msgstr "تم تفعيل ترخيص"
8665
 
8666
+ #: includes/licensing.php:908
8667
  msgctxt "licensing"
8668
  msgid "Could not deactivate license: %s."
8669
  msgstr "لا يمكن إلغاء الترخيص: %s."
8670
 
8671
+ #: includes/licensing.php:910
8672
  msgctxt "licensing"
8673
  msgid "License deactivated"
8674
  msgstr "تم إلغاء تفعيل الترخيص"
8675
 
8676
  #. translators: "<module-name>" version <version-number> is not...
8677
+ #: includes/licensing.php:1150
8678
  msgctxt "deprecation"
8679
  msgid ""
8680
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8699
  msgstr[4] "الصور المسموح بها"
8700
  msgstr[5] "الصور المسموح بها"
8701
 
8702
+ #: includes/models/class-fee-plan.php:402
8703
  #, fuzzy
8704
  msgctxt "fees-api"
8705
  msgid "Plan label is required."
8706
  msgstr "تسمية الحقل مطلوب."
8707
 
8708
+ #: includes/models/class-fee-plan.php:408
8709
  msgctxt "fees-api"
8710
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8711
  msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
8712
 
8713
+ #: includes/models/class-fee-plan.php:413
8714
  msgctxt "fees-api"
8715
  msgid ""
8716
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8718
  "<a>plan</a> appropriately."
8719
  msgstr ""
8720
 
8721
+ #: includes/models/class-fee-plan.php:416
8722
  msgctxt "fees-api"
8723
  msgid ""
8724
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8742
  msgid "Renewal payment (\"%s\")"
8743
  msgstr "رفض الدفع"
8744
 
8745
+ #: includes/models/class-payment.php:370
8746
  #, fuzzy
8747
  msgctxt "payment"
8748
  msgid "Pending"
8749
  msgstr " في الانتظار"
8750
 
8751
+ #: includes/models/class-payment.php:371
8752
  msgctxt "payment"
8753
  msgid "Failed"
8754
  msgstr ""
8755
 
8756
+ #: includes/models/class-payment.php:372
8757
  #, fuzzy
8758
  msgctxt "payment"
8759
  msgid "Completed"
8760
  msgstr "إكتمل"
8761
 
8762
+ #: includes/models/class-payment.php:373
8763
  #, fuzzy
8764
  msgctxt "payment"
8765
  msgid "Canceled"
8766
  msgstr "ألغيت"
8767
 
8768
+ #: includes/models/class-payment.php:374
8769
  msgctxt "payment"
8770
  msgid "On Hold"
8771
  msgstr ""
8772
 
8773
+ #: includes/models/class-payment.php:375
8774
  msgctxt "payment"
8775
  msgid "Refunded"
8776
  msgstr ""
8815
  "تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
8816
  "\"post_max_size\"."
8817
 
8818
+ #: includes/widgets/widget-featured-listings.php:13
8819
  msgctxt "widgets"
8820
  msgid "Business Directory - Featured Listings"
8821
  msgstr "دليل الأعمال - إعلانات مميزة"
8822
 
8823
+ #: includes/widgets/widget-featured-listings.php:14
8824
  msgctxt "widgets"
8825
  msgid "Displays a list of the featured/sticky listings in the directory."
8826
  msgstr "عرض قائمة من الإعلانات المميزة/المثبتة في الدليل."
8827
 
8828
+ #: includes/widgets/widget-featured-listings.php:17
8829
  msgctxt "widgets"
8830
  msgid "Featured Listings"
8831
  msgstr "إعلانات مميزة"
8832
 
 
 
 
 
 
8833
  #: includes/widgets/widget-latest-listings.php:13
8834
  msgctxt "widgets"
8835
  msgid "Business Directory - Latest Listings"
8845
  msgid "Latest Listings"
8846
  msgstr "آخر الإعلانات "
8847
 
8848
+ #: includes/widgets/widget-random-listings.php:13
8849
  msgctxt "widgets"
8850
  msgid "Business Directory - Random Listings"
8851
  msgstr "دليل الأعمال - إعلانات عشوائية"
8852
 
8853
+ #: includes/widgets/widget-random-listings.php:14
8854
  msgctxt "widgets"
8855
  msgid "Displays a list of random listings from the Business Directory."
8856
  msgstr "عرض قائمة من الإعلانات العشوائية من دليل الأعمال"
8857
 
8858
+ #: includes/widgets/widget-random-listings.php:17
8859
  msgctxt "widgets"
8860
  msgid "Random Listings"
8861
  msgstr "إعلانات عشوائية"
8939
  "we'll answer it within 24 hours most days."
8940
  msgstr ""
8941
 
8942
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8943
  #, fuzzy
8944
  msgctxt "admin infometabox"
8945
  msgid "Renewal url (copy & paste)"
8946
  msgstr "تجديد عنوان URL (نسخة & لصق)"
8947
 
8948
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8949
  msgctxt "admin infometabox"
8950
  msgid "Get renewal URL"
8951
  msgstr ""
8952
 
8953
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
8954
  #, fuzzy
8955
  msgctxt "admin infometabox"
8956
  msgid "Send renewal e-mail"
8957
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
8958
 
8959
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8960
  #, fuzzy
8961
  msgctxt "admin infometabox"
8962
  msgid "Renew listing"
8963
  msgstr "تجديد الإعلان"
8964
 
8965
+ #: templates/admin/themes-delete-confirm.tpl.php:14
8966
  msgctxt "themes admin"
8967
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8968
  msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
8992
  msgid "Other"
8993
  msgstr "أخرى"
8994
 
8995
+ #: templates/admin/uninstall-capture-form.tpl.php:17
 
 
 
 
 
 
 
 
 
 
8996
  msgctxt "uninstall"
8997
  msgid "Why are you deleting Business Directory Plugin?"
8998
  msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
8999
 
9000
+ #: templates/admin/uninstall-capture-form.tpl.php:20
9001
  #, fuzzy
9002
  msgctxt "uninstall"
9003
  msgid "Please choose an option."
9004
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
9005
 
9006
+ #: templates/admin/uninstall-capture-form.tpl.php:32
9007
  msgctxt "uninstall"
9008
  msgid "Please tell us why are you deleting Business Directory Plugin."
9009
  msgstr "من فضلك قل لنا لماذا قمت بحذف إضافة دليل الأعمال."
9010
 
9011
+ #: templates/admin/uninstall-capture-form.tpl.php:35
9012
  #, fuzzy
9013
  msgctxt "uninstall"
9014
  msgid "Please enter your reasons."
9015
  msgstr "يرجى إدخال إسمك."
9016
 
9017
+ #: templates/admin/uninstall-capture-form.tpl.php:44
9018
  msgctxt "uninstall"
9019
  msgid "Uninstall Plugin"
9020
  msgstr "إلغاء تثبيت الإضافة"
9161
  msgid "Listing"
9162
  msgstr "إعلان"
9163
 
9164
+ #: templates/manage-recurring.tpl.php:46
9165
  msgctxt "manage recurring"
9166
  msgid "Cancel recurring payment"
9167
  msgstr "إلغاء الدفع المتكرر"
9176
  "لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
9177
  "سيتم معالجته تلقائياً عندما يحين وقت التجديد."
9178
 
9179
+ #: templates/renew-listing-manage-subscription.tpl.php:30
9180
  #, fuzzy
9181
  msgctxt "renew"
9182
  msgid ""
9187
  "ومع ذلك، إذا كنت ترغب في إلغاء اشتراكك يمكنك عمل ذلك في هذه الصفحة. عندما "
9188
  "يحين وقت التجديد سوف تتمكن من تغيير الإعدادات الخاصة بك مرة أخرى."
9189
 
9190
+ #: templates/renew-listing-manage-subscription.tpl.php:37
9191
  #, fuzzy
9192
  msgctxt "renew"
9193
  msgid "Go to Manage Recurring Payments page"
9203
  msgid "Continue"
9204
  msgstr "متابعة"
9205
 
9206
+ #, fuzzy
9207
+ #~ msgctxt "listing metabox"
9208
+ #~ msgid "General Info"
9209
+ #~ msgstr "معلومات عامة"
9210
+
9211
+ #, fuzzy
9212
+ #~ msgctxt "listing metabox"
9213
+ #~ msgid "OK"
9214
+ #~ msgstr "حسناً"
9215
+
9216
+ #, fuzzy
9217
+ #~ msgctxt "listing metabox"
9218
+ #~ msgid "Cancel"
9219
+ #~ msgstr "إلغاء"
9220
+
9221
+ #, fuzzy
9222
+ #~ msgctxt "listing metabox"
9223
+ #~ msgid "Expires On"
9224
+ #~ msgstr "ستنتهي الصلاحية في"
9225
+
9226
+ #, fuzzy
9227
+ #~ msgctxt "listing metabox"
9228
+ #~ msgid "Is Featured?"
9229
+ #~ msgstr "تغذية %s"
9230
+
9231
+ #, fuzzy
9232
+ #~ msgctxt "listing metabox"
9233
+ #~ msgid "Is Recurring?"
9234
+ #~ msgstr "(متكرر)"
9235
+
9236
  #, fuzzy
9237
  #~ msgid "Add New Category"
9238
  #~ msgstr "التصنيف"
languages/business-directory-plugin-de_DE.mo CHANGED
Binary file
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-04 17:33:28+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."
@@ -44,8 +44,8 @@ msgstr "Liste auswählen"
44
 
45
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
46
  #: includes/admin/helpers/tables/class-fees-table.php:64
47
- #: includes/admin/settings/class-settings-bootstrap.php:673
48
- #: includes/admin/settings/class-settings-bootstrap.php:674
49
  #: includes/helpers/class-app.php:92
50
  #, fuzzy
51
  msgid "Listings"
@@ -73,10 +73,10 @@ msgid "Directory Content"
73
  msgstr "Verzeichnis Kategorie"
74
 
75
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
76
- #: includes/admin/settings/class-settings-bootstrap.php:685
77
- #: includes/admin/settings/class-settings-bootstrap.php:686
78
  #: includes/helpers/class-app.php:93
79
- #: includes/helpers/functions/templates-ui.php:307
80
  msgid "Directory"
81
  msgstr "Verzeichnis"
82
 
@@ -102,7 +102,7 @@ msgstr ""
102
  msgid "Yes, please!"
103
  msgstr "Ja, bitte!"
104
 
105
- #: includes/admin/class-admin.php:211 includes/admin/tracking.php:215
106
  #, fuzzy
107
  msgid "No, thanks"
108
  msgstr "Nein, danke"
@@ -136,7 +136,7 @@ msgid "Form Fields"
136
  msgstr "Formularfelder"
137
 
138
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
139
- #: includes/licensing.php:220
140
  #, fuzzy
141
  msgid "Modules"
142
  msgstr "Installierte Module"
@@ -163,7 +163,7 @@ msgstr "Erneuerungsmail an Benutzer schicken"
163
 
164
  #: includes/admin/class-admin.php:1198
165
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
166
- #: includes/admin/helpers/tables/class-payments-table.php:54
167
  #: templates/email/listing-added.tpl.php:7
168
  #: templates/email/listing-edited.tpl.php:13
169
  #: templates/email/listing-reported.tpl.php:9
@@ -172,7 +172,7 @@ msgid "ID"
172
  msgstr "ID"
173
 
174
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
175
- #: includes/admin/settings/class-settings-bootstrap.php:711
176
  #, fuzzy
177
  msgid "Listing Count"
178
  msgstr "Anzahl Einträge"
@@ -239,7 +239,7 @@ msgstr "Deine E-mail"
239
  msgid "Listing Payments Information"
240
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
241
 
242
- #: includes/admin/class-payment-personal-data-provider.php:93
243
  #, fuzzy
244
  msgid ""
245
  "An unknown error occurred while trying to delete listing payment information "
@@ -250,10 +250,10 @@ msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
250
  msgid "Business Directory Plugin"
251
  msgstr "Business Directory Plugin"
252
 
253
- #: includes/admin/controllers/class-admin-controller.php:82
254
- #: includes/admin/helpers/tables/class-fees-table.php:179
255
  #: templates/admin/payments-note.tpl.php:13
256
- #: templates/delete-listing-confirm.tpl.php:19
257
  #, fuzzy
258
  msgid "Are you sure you want to do this?"
259
  msgstr "Möchtest du das wirklich tun?"
@@ -274,15 +274,15 @@ msgid "See an example CSV import file"
274
  msgstr "Beispiel CSV Import Datei anschauen"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:54
277
- #: templates/admin/csv-import.tpl.php:285
278
  #, fuzzy
279
  msgid "Help"
280
  msgstr "Hilfe "
281
 
282
- #: includes/admin/controllers/class-admin-fees.php:47
283
- #: includes/admin/helpers/tables/class-payments-table.php:57
284
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
285
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
286
  #: templates/admin/payments-details.tpl.php:113
287
  #: templates/email/listing-payment-completed.tpl.php:21
288
  #: templates/payment/payment_items.tpl.php:5
@@ -290,55 +290,55 @@ msgstr "Hilfe "
290
  msgid "Amount"
291
  msgstr "Preis"
292
 
293
- #: includes/admin/controllers/class-admin-fees.php:49
294
  #: includes/admin/helpers/tables/class-fees-table.php:65
295
- #: includes/admin/settings/class-settings-bootstrap.php:901
296
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
297
  #, fuzzy
298
  msgid "Images"
299
  msgstr "Bilder"
300
 
301
- #: includes/admin/controllers/class-admin-fees.php:79
302
  #: includes/admin/helpers/class-modules-list.php:236
303
  #, fuzzy
304
  msgid "Upgrade"
305
  msgstr "Aktualisieren auf %s"
306
 
307
- #: includes/admin/controllers/class-admin-fees.php:90
308
  msgid "Set Up"
309
  msgstr ""
310
 
311
- #: includes/admin/controllers/class-admin-fees.php:153
312
  #, fuzzy
313
  msgid "Plan added."
314
  msgstr "Preis aktualisiert."
315
 
316
- #: includes/admin/controllers/class-admin-fees.php:157
317
- #: includes/admin/controllers/class-admin-fees.php:172
318
  #, fuzzy
319
  msgid "Plan updated."
320
  msgstr "Preis aktualisiert."
321
 
322
- #: includes/admin/controllers/class-admin-fees.php:192
323
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
324
  msgstr ""
325
 
326
- #: includes/admin/controllers/class-admin-fees.php:193
327
  #, fuzzy
328
  msgid "Update listing image limits?"
329
  msgstr "Vorhandene Bilder beibehalten?"
330
 
331
- #: includes/admin/controllers/class-admin-fees.php:214
332
  #, fuzzy
333
  msgid "Plan not found."
334
  msgstr "Preis aktualisiert."
335
 
336
- #: includes/admin/controllers/class-admin-fees.php:218
337
  #, fuzzy
338
  msgid "Plan listings updated."
339
  msgstr "Preis aktualisiert."
340
 
341
- #: includes/admin/controllers/class-admin-fees.php:296
342
  msgid "Cannot disable plan. At least one plan should be enabled"
343
  msgstr ""
344
 
@@ -358,6 +358,7 @@ msgid "Listing Reports"
358
  msgstr "Ein Eintrag läuft aus."
359
 
360
  #: includes/admin/controllers/class-admin-listings.php:268
 
361
  #, fuzzy
362
  msgid "Expires on"
363
  msgstr "Läuft ab am"
@@ -369,6 +370,7 @@ msgstr "Feld Attribute"
369
 
370
  #: includes/admin/controllers/class-admin-listings.php:339
371
  #: includes/helpers/class-listing-display-helper.php:132
 
372
  #, fuzzy
373
  msgid "Featured"
374
  msgstr "unterstützter (unbeweglicher) Status"
@@ -386,7 +388,7 @@ msgid "Delete Listing"
386
  msgstr "Eintrag Löschen"
387
 
388
  #: includes/admin/controllers/class-admin-listings.php:733
389
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:88
390
  #, fuzzy
391
  msgid "Never"
392
  msgstr "niemals"
@@ -394,18 +396,18 @@ msgstr "niemals"
394
  #: includes/admin/controllers/class-admin-listings.php:744
395
  #: includes/admin/controllers/class-admin-listings.php:745
396
  #: includes/fields/class-fieldtypes-textarea.php:201
397
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
398
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
399
  #, fuzzy
400
  msgid "Yes"
401
  msgstr "Ja"
402
 
403
  #: includes/admin/controllers/class-admin-listings.php:744
404
  #: includes/admin/controllers/class-admin-listings.php:745
405
- #: includes/admin/settings/class-settings-bootstrap.php:268
406
  #: includes/fields/class-fieldtypes-textarea.php:200
407
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
408
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
409
  #, fuzzy
410
  msgid "No"
411
  msgstr "Nein"
@@ -431,14 +433,14 @@ msgid "Form Preview"
431
  msgstr "Form Vorschau"
432
 
433
  #: includes/admin/controllers/class-form-fields-admin.php:129
434
- #: includes/helpers/functions/general.php:1370
435
- #: includes/helpers/functions/general.php:1375
436
  #, fuzzy
437
  msgid "Go back"
438
  msgstr "Geh zurück"
439
 
440
- #: includes/admin/controllers/class-form-fields-admin.php:342
441
- #: includes/admin/settings/class-settings-bootstrap.php:769
442
  #: templates/email/listing-added.tpl.php:10
443
  #: templates/email/listing-edited.tpl.php:16
444
  #: templates/email/listing-reported.tpl.php:11
@@ -446,7 +448,7 @@ msgstr "Geh zurück"
446
  msgid "Title"
447
  msgstr "Titel"
448
 
449
- #: includes/admin/controllers/class-form-fields-admin.php:343
450
  #: templates/admin/fees-form.tpl.php:219
451
  #: templates/email/listing-added.tpl.php:21
452
  #: templates/email/listing-edited.tpl.php:29
@@ -454,22 +456,22 @@ msgstr "Titel"
454
  msgid "Category"
455
  msgstr "Kategorien"
456
 
457
- #: includes/admin/controllers/class-form-fields-admin.php:344
458
  #, fuzzy
459
  msgid "Excerpt"
460
  msgstr "Im Textauszug"
461
 
462
- #: includes/admin/controllers/class-form-fields-admin.php:345
463
  #, fuzzy
464
  msgid "Content"
465
  msgstr "Post Inhalt"
466
 
467
- #: includes/admin/controllers/class-form-fields-admin.php:346
468
  #, fuzzy
469
  msgid "Tags"
470
  msgstr "Tags Entwurf"
471
 
472
- #: includes/admin/controllers/class-form-fields-admin.php:347
473
  #: includes/form-fields.php:445
474
  #: includes/helpers/class-field-display-list.php:247
475
  #: templates/checkout-billing-form.tpl.php:75
@@ -477,59 +479,59 @@ msgstr "Tags Entwurf"
477
  msgid "Address"
478
  msgstr "E-Mail Adresse:"
479
 
480
- #: includes/admin/controllers/class-form-fields-admin.php:348
481
  #, fuzzy
482
  msgid "Address 2"
483
  msgstr "E-Mail Adresse:"
484
 
485
- #: includes/admin/controllers/class-form-fields-admin.php:349
486
  #: templates/admin/payments-details.tpl.php:164
487
  #: templates/checkout-billing-form.tpl.php:87
488
  #, fuzzy
489
  msgid "City"
490
  msgstr "Stadt"
491
 
492
- #: includes/admin/controllers/class-form-fields-admin.php:350
493
  #: templates/admin/payments-details.tpl.php:160
494
  #, fuzzy
495
  msgid "State"
496
  msgstr "Status"
497
 
498
- #: includes/admin/controllers/class-form-fields-admin.php:351
499
  #: templates/admin/payments-details.tpl.php:156
500
  #: templates/checkout-billing-form.tpl.php:102
501
  #, fuzzy
502
  msgid "Country"
503
  msgstr "Land"
504
 
505
- #: includes/admin/controllers/class-form-fields-admin.php:352
506
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
507
  msgid "ZIP Code"
508
  msgstr "Postleitzahl"
509
 
510
- #: includes/admin/controllers/class-form-fields-admin.php:353
511
  #, fuzzy
512
  msgid "FAX Number"
513
  msgstr "Telefonnummer geschäftlich"
514
 
515
- #: includes/admin/controllers/class-form-fields-admin.php:354
516
  #: includes/fields/class-fieldtypes-phone-number.php:13
517
  #: templates/listing-contactform.tpl.php:38
518
  #, fuzzy
519
  msgid "Phone Number"
520
  msgstr "Telefonnummer geschäftlich"
521
 
522
- #: includes/admin/controllers/class-form-fields-admin.php:355
523
  #, fuzzy
524
  msgid "Ratings Field"
525
  msgstr "Bewertungsfeld"
526
 
527
- #: includes/admin/controllers/class-form-fields-admin.php:356
528
  #, fuzzy
529
  msgid "Twitter"
530
  msgstr "Twitter"
531
 
532
- #: includes/admin/controllers/class-form-fields-admin.php:357
533
  #: includes/form-fields.php:411
534
  #, fuzzy
535
  msgid "Website"
@@ -565,7 +567,7 @@ msgid "Already purchased?"
565
  msgstr "Bereits installiert"
566
 
567
  #: includes/admin/controllers/class-settings-admin.php:712
568
- #: includes/admin/helpers/tables/class-fees-table.php:180
569
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
570
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
571
  #: templates/admin/payments-note.tpl.php:14
@@ -581,38 +583,39 @@ msgid "Themes"
581
  msgstr "Preise Verwalten"
582
 
583
  #. translators: %s: Sample business name
584
- #: includes/admin/csv-import.php:135
585
  #, fuzzy
586
  msgid "Business %s"
587
  msgstr "Geschäft %s"
588
 
589
- #: includes/admin/csv-import.php:183
590
  #, fuzzy
591
  msgid "Example CSV Import File"
592
  msgstr "Beispiel CSV Import Datei"
593
 
594
- #: includes/admin/csv-import.php:186
595
  msgid "Go Back"
596
  msgstr ""
597
 
598
- #: includes/admin/csv-import.php:334
 
599
  msgid "You are not allowed to do that."
600
  msgstr ""
601
 
602
- #: includes/admin/csv-import.php:431
603
  #, fuzzy
604
  msgid "There was an error uploading the file:"
605
  msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
606
 
607
- #: includes/admin/csv-import.php:436
608
  #, fuzzy
609
  msgid "Please upload the correct file type."
610
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
611
 
612
  #: includes/admin/helpers/class-listing-information-metabox.php:15
613
- #: includes/admin/helpers/tables/class-payments-table.php:53
614
- #: includes/admin/settings/class-settings-bootstrap.php:661
615
- #: includes/admin/settings/class-settings-bootstrap.php:662
616
  #: includes/helpers/class-app.php:91
617
  #: templates/admin/payments-details.tpl.php:53
618
  #, fuzzy
@@ -631,7 +634,7 @@ msgid "Installed"
631
  msgstr "Installiert"
632
 
633
  #: includes/admin/helpers/class-modules-list.php:187
634
- #: includes/admin/helpers/tables/class-fees-table.php:291
635
  #: templates/admin/themes-item.tpl.php:3
636
  #, fuzzy
637
  msgid "Active"
@@ -654,7 +657,7 @@ msgstr "Aktiviere Lizenz"
654
  msgid "Hide notifications"
655
  msgstr "Email Erinnerung"
656
 
657
- #: includes/admin/helpers/csv/class-csv-import.php:676
658
  #, fuzzy
659
  msgid "Listing imported by admin. Payment skipped."
660
  msgstr "Eintrag zusenden (Initialbezahlung)"
@@ -682,60 +685,60 @@ msgstr "Details planen"
682
  msgid "Pricing"
683
  msgstr "Preis"
684
 
685
- #: includes/admin/helpers/tables/class-fees-table.php:155
686
  #, fuzzy
687
  msgid "Disable"
688
  msgstr "Deaktivieren"
689
 
690
- #: includes/admin/helpers/tables/class-fees-table.php:161
691
  #, fuzzy
692
  msgid "Enable"
693
  msgstr "Aktivieren"
694
 
695
- #: includes/admin/helpers/tables/class-fees-table.php:187
696
  msgid "ID: %s"
697
  msgstr ""
698
 
699
- #: includes/admin/helpers/tables/class-fees-table.php:190
700
  #, fuzzy
701
  msgid "Paid Plan"
702
  msgstr "Bezahlt"
703
 
704
- #: includes/admin/helpers/tables/class-fees-table.php:190
705
  #, fuzzy
706
  msgid "Free Plan"
707
  msgstr "zu \"Formularfelder verwalten\""
708
 
709
- #: includes/admin/helpers/tables/class-fees-table.php:225
710
  #, fuzzy
711
  msgid "%1$s for %2$s"
712
  msgstr "%s (admin: %s)"
713
 
714
- #: includes/admin/helpers/tables/class-fees-table.php:259
715
  msgid "Total revenue earned from listings"
716
  msgstr ""
717
 
718
- #: includes/admin/helpers/tables/class-fees-table.php:289
719
  #, fuzzy
720
  msgid "Disabled"
721
  msgstr "Inaktiv"
722
 
723
- #: includes/admin/helpers/tables/class-fees-table.php:295
724
- #: includes/helpers/functions/templates-ui.php:431
725
  #, fuzzy
726
  msgid "Default"
727
  msgstr "Standard Preis"
728
 
729
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
730
  #: includes/fields/class-fieldtypes-social.php:135
731
- #: templates/admin/csv-import.tpl.php:301
732
  #, fuzzy
733
  msgid "Type"
734
  msgstr "Typ"
735
 
736
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
737
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
738
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:102
739
  msgid "Edit"
740
  msgstr "Bearbeiten"
741
 
@@ -759,6 +762,9 @@ msgid "Plugin Info"
759
  msgstr ""
760
 
761
  #: includes/admin/page-debug.php:159
 
 
 
762
  #, fuzzy
763
  msgid "OK"
764
  msgstr "OK"
@@ -767,8 +773,8 @@ msgstr "OK"
767
  msgid "Missing tables: %s"
768
  msgstr "Nicht vorhandene Tabellen: %s"
769
 
770
- #: includes/admin/settings/class-settings-bootstrap.php:17
771
- #: includes/controllers/pages/class-submit-listing.php:1250
772
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
773
  #: templates/listing-contactform.tpl.php:33
774
  #: templates/listing-flagging-form.tpl.php:39
@@ -776,93 +782,100 @@ msgstr "Nicht vorhandene Tabellen: %s"
776
  msgid "Email"
777
  msgstr "E-mail: %s"
778
 
779
- #: includes/admin/settings/class-settings-bootstrap.php:43
780
  #, fuzzy
781
  msgid "License Key"
782
  msgstr "Lizenz"
783
 
784
- #: includes/admin/settings/class-settings-bootstrap.php:64
785
  msgid "SEO"
786
  msgstr ""
787
 
788
- #: includes/admin/settings/class-settings-bootstrap.php:269
 
 
 
 
 
 
 
789
  #, fuzzy
790
  msgid "Yes, and make it optional"
791
  msgstr "%s ist ein Pflichtfeld."
792
 
793
- #: includes/admin/settings/class-settings-bootstrap.php:270
794
  #, fuzzy
795
  msgid "Yes, and make it required"
796
  msgstr "%s ist ein Pflichtfeld."
797
 
798
- #: includes/admin/settings/class-settings-bootstrap.php:277
799
- #: includes/admin/settings/class-settings-bootstrap.php:291
800
  #: includes/controllers/pages/class-submit-listing.php:527
801
  #, fuzzy
802
  msgid "Terms and Conditions"
803
  msgstr "Bedingungen und Konditionen"
804
 
805
- #: includes/admin/settings/class-settings-bootstrap.php:282
806
  #, fuzzy
807
  msgid "User Agreement"
808
  msgstr "Benutzer"
809
 
810
- #: includes/admin/settings/class-settings-bootstrap.php:283
811
  #, fuzzy
812
  msgid "Display and require user agreement to Terms and Conditions"
813
  msgstr ""
814
  "Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
815
  "Konditionen"
816
 
817
- #: includes/admin/settings/class-settings-bootstrap.php:301
818
  #, fuzzy
819
  msgid "Searching"
820
  msgstr "Suche"
821
 
822
- #: includes/admin/settings/class-settings-bootstrap.php:306
823
  #, fuzzy
824
  msgid "Display advanced search form"
825
  msgstr "Erweiterte Suche"
826
 
827
- #: includes/admin/settings/class-settings-bootstrap.php:324
828
  msgid ""
829
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
830
  "you're on shared hosting plans, where database performance is an issue."
831
  msgstr ""
832
 
833
- #: includes/admin/settings/class-settings-bootstrap.php:369
834
  #, fuzzy
835
  msgid "Quick search data"
836
  msgstr "Schnellsuche Felder"
837
 
838
- #: includes/admin/settings/class-settings-bootstrap.php:395
839
  msgid ""
840
  "If no fields are selected, the following fields will be searched in Quick "
841
  "Searches:"
842
  msgstr ""
843
 
844
- #: includes/admin/settings/class-settings-bootstrap.php:397
845
  msgid ""
846
  "The Quick Search is a single search box, but you may choose what data is "
847
  "searched. Searching too many fields can result in very slow search "
848
  "performance."
849
  msgstr ""
850
 
851
- #: includes/admin/settings/class-settings-bootstrap.php:428
852
  #, fuzzy
853
  msgid "Categories"
854
  msgstr "Kategorien"
855
 
856
- #: includes/admin/settings/class-settings-bootstrap.php:430
857
  msgid "Buttons"
858
  msgstr ""
859
 
860
- #: includes/admin/settings/class-settings-bootstrap.php:432
861
  #, fuzzy
862
  msgid "Sorting"
863
  msgstr "Einstellungen"
864
 
865
- #: includes/admin/settings/class-settings-bootstrap.php:549
866
  msgid ""
867
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
868
  "allow for comments on posts, not pages. Some themes handle both. Since the "
@@ -871,122 +884,122 @@ msgid ""
871
  "work, try the 3rd option."
872
  msgstr ""
873
 
874
- #: includes/admin/settings/class-settings-bootstrap.php:553
875
  #, fuzzy
876
  msgid "Include theme comment form (standard option)"
877
  msgstr "Kommentarform einfügen in Eintragsseiten?"
878
 
879
- #: includes/admin/settings/class-settings-bootstrap.php:554
880
  #, fuzzy
881
  msgid "Include directory comment form (use only if 2nd option does not work)"
882
  msgstr "Kommentarform einfügen in Eintragsseiten?"
883
 
884
- #: includes/admin/settings/class-settings-bootstrap.php:572
885
  #, fuzzy
886
  msgid "Prevent featured (sticky) status on directory pages?"
887
  msgstr "unterstützter (unbeweglicher) Status"
888
 
889
- #: includes/admin/settings/class-settings-bootstrap.php:600
890
  #, fuzzy
891
  msgid "Owner of anonymous listings"
892
  msgstr "Zum Eintrag"
893
 
894
- #: includes/admin/settings/class-settings-bootstrap.php:616
895
  #, fuzzy
896
  msgid "Default listing status"
897
  msgstr "Voreingestellter-Nutzer"
898
 
899
- #: includes/admin/settings/class-settings-bootstrap.php:620
900
- #: includes/admin/settings/class-settings-bootstrap.php:633
901
  #, fuzzy
902
  msgid "Pending (Require approval)"
903
  msgstr "Aktiv + Ausstehende Erneuerungen"
904
 
905
- #: includes/admin/settings/class-settings-bootstrap.php:654
906
  #, fuzzy
907
  msgid "Message Defaults"
908
  msgstr "Standards zurücksetzen"
909
 
910
- #: includes/admin/settings/class-settings-bootstrap.php:659
911
  #, fuzzy
912
  msgid "Listing label"
913
  msgstr "Eintrag Titel:"
914
 
915
- #: includes/admin/settings/class-settings-bootstrap.php:660
916
  #, fuzzy
917
  msgid "What is a single listing called?"
918
  msgstr "In Detailansicht anzeigen?"
919
 
920
- #: includes/admin/settings/class-settings-bootstrap.php:671
921
  msgid "Listing label (Plural)"
922
  msgstr ""
923
 
924
- #: includes/admin/settings/class-settings-bootstrap.php:672
925
  msgid "What are your listings called?"
926
  msgstr ""
927
 
928
- #: includes/admin/settings/class-settings-bootstrap.php:683
929
  #, fuzzy
930
  msgid "Directory label"
931
  msgstr "Verzeichnis Tag"
932
 
933
- #: includes/admin/settings/class-settings-bootstrap.php:684
934
  msgid "What should we call your directory?"
935
  msgstr ""
936
 
937
- #: includes/admin/settings/class-settings-bootstrap.php:696
938
  msgid ""
939
  "This text is displayed on the first page of the Submit Listing process. You "
940
  "can use it for instructions about filling out the form or information to get "
941
  "started."
942
  msgstr ""
943
 
944
- #: includes/admin/settings/class-settings-bootstrap.php:709
945
  #: templates/listing-contactform.tpl.php:30
946
  #: templates/listing-flagging-form.tpl.php:35
947
  #, fuzzy
948
  msgid "Name"
949
  msgstr "Name"
950
 
951
- #: includes/admin/settings/class-settings-bootstrap.php:824
952
  msgid "Show Buttons"
953
  msgstr ""
954
 
955
- #: includes/admin/settings/class-settings-bootstrap.php:867
956
  #, fuzzy
957
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
958
  msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
959
 
960
- #: includes/admin/settings/class-settings-bootstrap.php:874
961
  msgid "Styling"
962
  msgstr ""
963
 
964
- #: includes/admin/settings/class-settings-bootstrap.php:880
965
  msgid "Button style"
966
  msgstr ""
967
 
968
- #: includes/admin/settings/class-settings-bootstrap.php:883
969
  msgid "Override WP theme button styling"
970
  msgstr ""
971
 
972
- #: includes/admin/settings/class-settings-bootstrap.php:891
973
  msgid "Primary color"
974
  msgstr ""
975
 
976
- #: includes/admin/settings/class-settings-bootstrap.php:894
977
  msgid "This is used for form buttons and form rootline."
978
  msgstr ""
979
 
980
- #: includes/admin/settings/class-settings-bootstrap.php:1048
981
  #, fuzzy
982
  msgid "Show Thumbnail"
983
  msgstr "Thumbnails anzeigen"
984
 
985
- #: includes/admin/settings/class-settings-bootstrap.php:1084
986
  msgid "Coming Soon image"
987
  msgstr ""
988
 
989
- #: includes/admin/settings/class-settings-bootstrap.php:1121
990
  #: includes/fields/class-fieldtypes-social.php:89
991
  #: includes/fields/class-fieldtypes-url.php:162
992
  #: templates/email/listing-added.tpl.php:13
@@ -997,12 +1010,12 @@ msgstr ""
997
  msgid "URL"
998
  msgstr "URL"
999
 
1000
- #: includes/admin/settings/class-settings-bootstrap.php:1240
1001
  #, fuzzy
1002
  msgid "Thank you for your payment."
1003
  msgstr "Danke für die Bezahlung Nachricht"
1004
 
1005
- #: includes/admin/settings/class-settings-bootstrap.php:1268
1006
  msgid ""
1007
  "If you are using this gateway, we recommend you disable it if you wish to "
1008
  "collect payments in this currency."
@@ -1012,22 +1025,22 @@ msgid_plural ""
1012
  msgstr[0] ""
1013
  msgstr[1] ""
1014
 
1015
- #: includes/admin/settings/class-settings-bootstrap.php:1356
1016
  #, fuzzy
1017
  msgid "Email Notifications"
1018
  msgstr "Email Erinnerung"
1019
 
1020
- #: includes/admin/settings/class-settings-bootstrap.php:1361
1021
  #, fuzzy
1022
  msgid "Notify admin via email when..."
1023
  msgstr "Administrator per E-mail informieren wenn... "
1024
 
1025
- #: includes/admin/settings/class-settings-bootstrap.php:1379
1026
  #, fuzzy
1027
  msgid "CC this email address too"
1028
  msgstr "CC diese E-mail an"
1029
 
1030
- #: includes/admin/settings/class-settings-bootstrap.php:1385
1031
  #, fuzzy
1032
  msgid ""
1033
  "You can modify the text template used for most of these emails in the "
@@ -1036,49 +1049,49 @@ msgstr ""
1036
  "Du kannst dieses Texttemplate verändern, das für die meisten der E-"
1037
  "mailadressen unten verwendet wird."
1038
 
1039
- #: includes/admin/settings/class-settings-bootstrap.php:1393
1040
  #, fuzzy
1041
  msgid "Notify users via email when..."
1042
  msgstr "Benachrichtige Benutzer per E-mail wenn..."
1043
 
1044
  #. translators: %s: email shortcode
1045
- #: includes/admin/settings/class-settings-bootstrap.php:1460
1046
  #, fuzzy
1047
  msgid "Email: %s"
1048
  msgstr "E-mail: %s"
1049
 
1050
  #. translators: %s: phone shortcode
1051
- #: includes/admin/settings/class-settings-bootstrap.php:1463
1052
  #, fuzzy
1053
  msgid "Phone Number: %s"
1054
  msgstr "Telefonnummer geschäftlich"
1055
 
1056
- #: includes/admin/settings/class-settings-bootstrap.php:1475
1057
  #, fuzzy
1058
  msgid "Sender's email address"
1059
  msgstr "Ungültiger Erneuerungszustand."
1060
 
1061
- #: includes/admin/settings/class-settings-bootstrap.php:1476
1062
  #, fuzzy
1063
  msgid "Sender's phone number"
1064
  msgstr "Authorname"
1065
 
1066
- #: includes/admin/settings/class-settings-bootstrap.php:1540
1067
  msgid "Renewal and expiration"
1068
  msgstr ""
1069
 
1070
- #: includes/admin/settings/class-settings-bootstrap.php:1664
1071
- #: includes/admin/settings/class-settings.php:97
1072
  #, fuzzy
1073
  msgid "Miscellaneous"
1074
  msgstr "Sonstiges Einstellungen"
1075
 
1076
- #: includes/admin/settings/class-settings-bootstrap.php:1670
1077
  #, fuzzy
1078
  msgid "Data Collection"
1079
  msgstr "Datenkollektion"
1080
 
1081
- #: includes/admin/settings/class-settings-bootstrap.php:1671
1082
  #, fuzzy
1083
  msgid ""
1084
  "Allow Business Directory to anonymously collect information about your "
@@ -1087,21 +1100,21 @@ msgstr ""
1087
  "BD erlauben anonym Informationen zu sammeln über deine Erweiterungen, Themen "
1088
  "und WP-version?"
1089
 
1090
- #: includes/admin/settings/class-settings-bootstrap.php:1672
1091
  msgid "Learn more"
1092
  msgstr ""
1093
 
1094
- #: includes/admin/settings/class-settings-bootstrap.php:1690
1095
  #: templates/admin/uninstall-complete.tpl.php:4
1096
  #, fuzzy
1097
  msgid "Uninstall"
1098
  msgstr "Deinstallieren"
1099
 
1100
- #: includes/admin/settings/class-settings.php:530
1101
  msgid "%s cannot include spaces, commas, or &"
1102
  msgstr ""
1103
 
1104
- #: includes/admin/tracking.php:222
1105
  #, fuzzy
1106
  msgid "Allow Tracking"
1107
  msgstr "Verfolgung erlauben"
@@ -1184,7 +1197,7 @@ msgstr "Zeitraum"
1184
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1185
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1186
 
1187
- #: includes/admin/upgrades/migrations/migration-3_7.php:181
1188
  #, fuzzy
1189
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1190
  msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
@@ -1194,16 +1207,21 @@ msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
1194
  msgid "Directory Modules"
1195
  msgstr "Verzeichnis Themes"
1196
 
1197
- #: includes/admin/views/modules/list.php:35
1198
  msgid "New"
1199
  msgstr ""
1200
 
1201
- #: includes/admin/views/modules/list.php:68
1202
- #: includes/admin/views/modules/list.php:69
1203
  #, fuzzy
1204
  msgid "View Docs"
1205
  msgstr "Ansicht"
1206
 
 
 
 
 
 
1207
  #: includes/admin/views/review.php:17
1208
  #, fuzzy
1209
  msgid "Are you enjoying Business Directory Plugin?"
@@ -1248,9 +1266,13 @@ msgid ""
1248
  "what we can do better?"
1249
  msgstr ""
1250
 
1251
- #: includes/class-assets.php:191 templates/admin/settings-email.tpl.php:103
 
 
 
 
1252
  #: templates/admin/settings-reset.tpl.php:8
1253
- #: templates/admin/themes-delete-confirm.tpl.php:21
1254
  #: templates/listing-flagging-form.tpl.php:65
1255
  #, fuzzy
1256
  msgid "Cancel"
@@ -1284,7 +1306,7 @@ msgid "View Listing"
1284
  msgstr "Eintrag anschauen"
1285
 
1286
  #: includes/class-cpt-integration.php:22
1287
- #: includes/helpers/functions/templates-ui.php:369
1288
  #: templates/main-box.tpl.php:23
1289
  msgid "Search Listings"
1290
  msgstr "Einträge durchsuchen"
@@ -1359,7 +1381,7 @@ msgstr "Kostenloser Eintrag"
1359
 
1360
  #: includes/class-meta.php:139
1361
  #: includes/controllers/pages/class-submit-listing.php:32
1362
- #: includes/helpers/functions/templates-ui.php:329
1363
  #: templates/submit-listing.tpl.php:17
1364
  #, fuzzy
1365
  msgid "Add Listing"
@@ -1367,7 +1389,7 @@ msgstr "Preispaket hinzufügen"
1367
 
1368
  #: includes/class-meta.php:149
1369
  #: includes/controllers/pages/class-all-listings.php:6
1370
- #: includes/helpers/functions/templates-ui.php:316
1371
  msgid "View All Listings"
1372
  msgstr "Alle Einträge anschauen"
1373
 
@@ -1377,28 +1399,23 @@ msgid ""
1377
  "to set up a gateway. Until you do this, only free plans will be available."
1378
  msgstr ""
1379
 
1380
- #: includes/class-wpbdp.php:372
1381
- #, fuzzy
1382
- msgid "Settings"
1383
- msgstr "Einstellungen"
1384
-
1385
- #: includes/class-wpbdp.php:575
1386
  #, fuzzy
1387
  msgid "Could not find listing ID"
1388
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1389
 
1390
- #: includes/class-wpbdp.php:582
1391
  msgid ""
1392
  "Could not verify the image upload request. If problem persists contact site "
1393
  "admin."
1394
  msgstr ""
1395
 
1396
- #: includes/class-wpbdp.php:589 includes/fields/class-fieldtypes-image.php:322
1397
  #, fuzzy
1398
  msgid "Could not find image ID"
1399
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1400
 
1401
- #: includes/class-wpbdp.php:621
1402
  #, fuzzy
1403
  msgid ""
1404
  "The directory features are disabled at this time because a <a>manual "
@@ -1407,7 +1424,7 @@ msgstr ""
1407
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1408
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1409
 
1410
- #: includes/class-wpbdp.php:628
1411
  msgid ""
1412
  "The directory is not available at this time. Please try again in a few "
1413
  "minutes or contact the administrator if the problem persists."
@@ -1539,7 +1556,7 @@ msgid "Go to SMTP settings"
1539
  msgstr "Zum Eintrag"
1540
 
1541
  #: includes/controllers/pages/class-checkout.php:180
1542
- #: includes/controllers/pages/class-manage-listings.php:104
1543
  msgid "Pay Now"
1544
  msgstr ""
1545
 
@@ -1584,7 +1601,7 @@ msgstr "Bitte geben Sie einen Namen ein."
1584
  msgid "l F j, Y \\a\\t g:i a"
1585
  msgstr "l F j, Y \\a\\t g:i a"
1586
 
1587
- #: includes/controllers/pages/class-manage-listings.php:104
1588
  #: templates/renew-listing.tpl.php:11
1589
  msgid "Renew Listing"
1590
  msgstr "Eintrag erneuern"
@@ -1622,16 +1639,16 @@ msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1622
  msgid "Please check the form for errors, correct them and submit again."
1623
  msgstr ""
1624
 
1625
- #: includes/controllers/pages/class-submit-listing.php:1234
1626
  msgid "Create a user account on this site"
1627
  msgstr ""
1628
 
1629
- #: includes/controllers/pages/class-submit-listing.php:1241
1630
  #, fuzzy
1631
  msgid "Username"
1632
  msgstr "Benutzer"
1633
 
1634
- #: includes/controllers/pages/class-submit-listing.php:1263
1635
  #, fuzzy
1636
  msgid "Clear Form"
1637
  msgstr "Zurücksetzen"
@@ -1672,48 +1689,48 @@ msgstr ""
1672
  msgid "Select Media"
1673
  msgstr "Liste auswählen"
1674
 
1675
- #: includes/fields/class-fieldtypes-select.php:24
1676
  #, fuzzy
1677
  msgid "Select List"
1678
  msgstr "Liste auswählen"
1679
 
1680
- #: includes/fields/class-fieldtypes-select.php:112
1681
  #, fuzzy
1682
  msgid "-- Choose One --"
1683
  msgstr "-- Auswählen --"
1684
 
1685
- #: includes/fields/class-fieldtypes-select.php:139
1686
  #, fuzzy
1687
  msgid "-- Choose Terms --"
1688
  msgstr "-- Bedingungen auswählen --"
1689
 
1690
- #: includes/fields/class-fieldtypes-select.php:205
1691
  msgid "— None —"
1692
  msgstr ""
1693
 
1694
- #: includes/fields/class-fieldtypes-select.php:262
1695
  #, fuzzy
1696
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1697
  msgstr ""
1698
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
1699
 
1700
- #: includes/fields/class-fieldtypes-select.php:262
1701
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1702
  #: templates/admin/fees-form.tpl.php:58
1703
  #, fuzzy
1704
  msgid "required"
1705
  msgstr "Pflichtfeld"
1706
 
1707
- #: includes/fields/class-fieldtypes-select.php:264
1708
  msgid "One option per line"
1709
  msgstr ""
1710
 
1711
- #: includes/fields/class-fieldtypes-select.php:274
1712
  #, fuzzy
1713
  msgid "Allow empty selection on search?"
1714
  msgstr "Erlaube leere Auswahl bei Suche?"
1715
 
1716
- #: includes/fields/class-fieldtypes-select.php:292
1717
  #, fuzzy
1718
  msgid "Field list of options is required."
1719
  msgstr "Feldliste von Optionen wird benötigt."
@@ -1757,7 +1774,7 @@ msgstr "Link im neuen Fenster öffnen?"
1757
  msgid "Use rel=\"nofollow\" when displaying the link?"
1758
  msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
1759
 
1760
- #: includes/fields/class-fieldtypes-url.php:174
1761
  #, fuzzy
1762
  msgid "Link Text (optional)"
1763
  msgstr "Link Text (optional):"
@@ -1865,7 +1882,7 @@ msgstr "Ganze Nummern Validierung"
1865
  msgid "Telephone Number Validator"
1866
  msgstr "Ganze Nummern Validierung"
1867
 
1868
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:300
1869
  #, fuzzy
1870
  msgid "Field"
1871
  msgstr "Feld"
@@ -1932,19 +1949,19 @@ msgid "%s is badly formatted. Valid Phone Number format required."
1932
  msgstr ""
1933
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
1934
 
1935
- #: includes/gateways/class-gateway-authorize-net.php:358
1936
  msgid ""
1937
  "An error occurred while trying to cancel your subscription. Please try again "
1938
  "later or contact the site administrator."
1939
  msgstr ""
1940
 
1941
- #: includes/gateways/class-gateway-authorize-net.php:362
1942
  msgid ""
1943
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1944
  "%s. You can try again later or cancel subscription from gateway dashboard."
1945
  msgstr ""
1946
 
1947
- #: includes/helpers/functions/general.php:568
1948
  msgid "Free"
1949
  msgstr "Kostenlos"
1950
 
@@ -1953,7 +1970,7 @@ msgstr "Kostenlos"
1953
  msgid "Untitled Listing"
1954
  msgstr "Eintrag bearbeiten"
1955
 
1956
- #: includes/helpers/functions/templates-ui.php:323
1957
  #, fuzzy
1958
  msgid "Manage Listings"
1959
  msgstr "Bezahlte Einträge verwalten"
@@ -1970,53 +1987,53 @@ msgid ""
1970
  "get updates."
1971
  msgstr ""
1972
 
1973
- #: includes/licensing.php:206 includes/licensing.php:211
1974
  #, fuzzy
1975
  msgid "Licenses"
1976
  msgstr "Lizenz"
1977
 
1978
  #. translators: %s: item type.
1979
- #: includes/licensing.php:268
1980
  msgid "%s will not get updates until license is reauthorized."
1981
  msgstr ""
1982
 
1983
- #: includes/licensing.php:289
1984
  #, fuzzy
1985
  msgid "Enter License Key here"
1986
  msgstr "Erneuere Lizenzschlüssel"
1987
 
1988
- #: includes/licensing.php:290
1989
  #, fuzzy
1990
  msgid "Authorize"
1991
  msgstr "Aktiviere Lizenz"
1992
 
1993
- #: includes/licensing.php:390
1994
  #, fuzzy
1995
  msgid "Invalid item ID"
1996
  msgstr "Ungültige Feld ID"
1997
 
1998
- #: includes/licensing.php:403
1999
  #, fuzzy
2000
  msgid "No license key provided"
2001
  msgstr "Kein Lizenzschlüssel"
2002
 
2003
- #: includes/licensing.php:452 includes/licensing.php:490
2004
  #, fuzzy
2005
  msgid "License key is invalid"
2006
  msgstr "Lizenzschlüssel ungültig "
2007
 
2008
- #: includes/licensing.php:456
2009
  #, fuzzy
2010
  msgid "Deactivation failed"
2011
  msgstr "Deaktivierung fehlgeschlagen"
2012
 
2013
- #: includes/licensing.php:501
2014
  #, fuzzy
2015
  msgid "The license key was revoked."
2016
  msgstr "Kein Lizenzschlüssel"
2017
 
2018
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2019
- #: includes/licensing.php:505
2020
  msgid ""
2021
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2022
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2024,50 +2041,50 @@ msgid ""
2024
  "with your report."
2025
  msgstr ""
2026
 
2027
- #: includes/licensing.php:568
2028
  msgid ""
2029
  "It was not possible to establish a connection with the Business Directory "
2030
  "server. The connection failed with the following error:"
2031
  msgstr ""
2032
 
2033
- #: includes/licensing.php:581
2034
  msgid ""
2035
  "It was not possible to establish a connection with the Business Directory "
2036
  "server. A problem occurred in the SSL/TSL handshake:"
2037
  msgstr ""
2038
 
2039
- #: includes/licensing.php:628
2040
  msgid ""
2041
  "It looks like your server is not authorized to make outgoing requests to "
2042
  "Business Directory servers. Please contact your webhost and ask them to add "
2043
  "our IP address 52.0.78.177 to your allow list."
2044
  msgstr ""
2045
 
2046
- #: includes/licensing.php:722
2047
  #, fuzzy
2048
  msgid "Business Directory license key is missing."
2049
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2050
 
2051
- #: includes/licensing.php:723
2052
  #, fuzzy
2053
  msgid "Business Directory license key has expired"
2054
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2055
 
2056
- #: includes/licensing.php:724
2057
  #, fuzzy
2058
  msgid "Could not verify Business Directory license."
2059
  msgstr "Hilf Business Directory zu unterstützen"
2060
 
2061
- #: includes/licensing.php:735
2062
  #, fuzzy
2063
  msgid "Review license keys"
2064
  msgstr "Erneuere Lizenzschlüssel"
2065
 
2066
- #: includes/licensing.php:850
2067
  msgid "Missing data. Please reload this page and try again."
2068
  msgstr ""
2069
 
2070
- #: includes/licensing.php:855
2071
  #, fuzzy
2072
  msgid "Please enter a license key."
2073
  msgstr "Bitte eine gültige E-mailadresse eingeben."
@@ -2098,7 +2115,7 @@ msgstr ""
2098
  msgid "Print Receipt"
2099
  msgstr ""
2100
 
2101
- #: includes/payment.php:187
2102
  #, fuzzy
2103
  msgid "Return to plan selection"
2104
  msgstr "Zurück zum Eintrag."
@@ -2186,12 +2203,17 @@ msgstr "Thumbnailbreite"
2186
  msgid "Fields To Show"
2187
  msgstr ""
2188
 
2189
- #: includes/widgets/class-listings-widget.php:191
2190
  #, fuzzy
2191
  msgid "There are currently no listings to show."
2192
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
2193
 
2194
- #: templates/admin/_admin-menu.php:47
 
 
 
 
 
2195
  msgid "Minimize Navigation"
2196
  msgstr ""
2197
 
@@ -2206,24 +2228,24 @@ msgstr ""
2206
  "stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
2207
  "ins Fehlerprotokoll."
2208
 
2209
- #: templates/admin/csv-export.tpl.php:40
2210
  #, fuzzy
2211
  msgid "All"
2212
  msgstr "Alle"
2213
 
2214
- #: templates/admin/csv-export.tpl.php:53
2215
  #, fuzzy
2216
  msgid "Create a ZIP file with both a CSV file and listing images."
2217
  msgstr ""
2218
  "Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
2219
  "die sowohl eine CSV-Datei und Eintragsbilder enthält."
2220
 
2221
- #: templates/admin/csv-export.tpl.php:58
2222
  #, fuzzy
2223
  msgid "Additional metadata to export"
2224
  msgstr "zu exportierende zusätzliche Metadaten"
2225
 
2226
- #: templates/admin/csv-export.tpl.php:68
2227
  #, fuzzy
2228
  msgid ""
2229
  "If you plan to re-import the listings into your directory and don't want new "
@@ -2232,13 +2254,13 @@ msgstr ""
2232
  "Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
2233
  "erstellen wollen, wählen Sie diese Option!"
2234
 
2235
- #: templates/admin/csv-export.tpl.php:122
2236
- #: templates/admin/csv-import.tpl.php:111
2237
  #, fuzzy
2238
  msgid "CSV File Settings"
2239
  msgstr "CSV-Datei Einstellungen"
2240
 
2241
- #: templates/admin/csv-export.tpl.php:132
2242
  #, fuzzy
2243
  msgid ""
2244
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
@@ -2252,14 +2274,20 @@ msgstr ""
2252
  "müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
2253
  "generieren."
2254
 
2255
- #: templates/admin/csv-export.tpl.php:153
2256
- #: templates/admin/csv-import.tpl.php:147
2257
  #, fuzzy
2258
  msgid "Image Separator"
2259
  msgstr "Bildertrenner"
2260
 
 
 
 
 
 
 
2261
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2262
- #: templates/admin/csv-import.tpl.php:34
2263
  #, fuzzy
2264
  msgid ""
2265
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
@@ -2268,12 +2296,12 @@ msgstr ""
2268
  "Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
2269
  "lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
2270
 
2271
- #: templates/admin/csv-import.tpl.php:46
2272
  #, fuzzy
2273
  msgid "Import Files"
2274
  msgstr "Import Dateien"
2275
 
2276
- #: templates/admin/csv-import.tpl.php:51
2277
  #, fuzzy
2278
  msgid "CSV File"
2279
  msgstr "CSV-Datei"
@@ -2283,72 +2311,72 @@ msgstr "CSV-Datei"
2283
  msgid "ZIP file containing images"
2284
  msgstr "ZIP-Datei mit Bildern"
2285
 
2286
- #: templates/admin/csv-import.tpl.php:117
2287
  #, fuzzy
2288
  msgid "Column Separator"
2289
  msgstr "Spaltentrenner"
2290
 
2291
- #: templates/admin/csv-import.tpl.php:140
2292
  #, fuzzy
2293
  msgid "TAB"
2294
  msgstr "TAB"
2295
 
2296
- #: templates/admin/csv-import.tpl.php:158
2297
  #, fuzzy
2298
  msgid "Category Separator"
2299
  msgstr "Kategorietrenner"
2300
 
2301
- #: templates/admin/csv-import.tpl.php:169
2302
  #, fuzzy
2303
  msgid "Import settings"
2304
  msgstr "Importeinstellungen"
2305
 
2306
- #: templates/admin/csv-import.tpl.php:174
2307
  #, fuzzy
2308
  msgid "Post status of new imported listings"
2309
  msgstr "Status der importierten Einträge"
2310
 
2311
- #: templates/admin/csv-import.tpl.php:189
2312
  #, fuzzy
2313
  msgid "Post status of existing imported listings"
2314
  msgstr "Status der importierten Einträge"
2315
 
2316
- #: templates/admin/csv-import.tpl.php:206
2317
  #, fuzzy
2318
  msgid "Missing categories handling"
2319
  msgstr "Verhalten bei nicht vorhandener Kategorie"
2320
 
2321
- #: templates/admin/csv-import.tpl.php:212
2322
  #, fuzzy
2323
  msgid "Auto-create categories"
2324
  msgstr "Kategorie automatisch erstellen"
2325
 
2326
- #: templates/admin/csv-import.tpl.php:217
2327
  #, fuzzy
2328
  msgid "Generate errors when a category is not found"
2329
  msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
2330
 
2331
- #: templates/admin/csv-import.tpl.php:225
2332
  #, fuzzy
2333
  msgid "Keep existing images"
2334
  msgstr "Vorhandene Bilder behalten."
2335
 
2336
- #: templates/admin/csv-import.tpl.php:228
2337
  #, fuzzy
2338
  msgid "Appends new images while keeping current ones."
2339
  msgstr "Hängt neue Bilder an und behaltet die alten."
2340
 
2341
- #: templates/admin/csv-import.tpl.php:236
2342
  #, fuzzy
2343
  msgid "Assign listings to a user"
2344
  msgstr "Zuweisung"
2345
 
2346
- #: templates/admin/csv-import.tpl.php:248
2347
  #, fuzzy
2348
  msgid "Default listing user"
2349
  msgstr "Voreingestellter-Nutzer"
2350
 
2351
- #: templates/admin/csv-import.tpl.php:250
2352
  #, fuzzy
2353
  msgid ""
2354
  "This user will be used if the username column is not present in the CSV file."
@@ -2356,12 +2384,12 @@ msgstr ""
2356
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
2357
  "Datei vorhanden ist."
2358
 
2359
- #: templates/admin/csv-import.tpl.php:257
2360
  #, fuzzy
2361
  msgid "Number of listings imported on every cycle"
2362
  msgstr "Nummer der Einträge zum Anzeigen:"
2363
 
2364
- #: templates/admin/csv-import.tpl.php:259
2365
  msgid ""
2366
  "If you are having trouble importing listings due to memory problems, try "
2367
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2369,12 +2397,12 @@ msgid ""
2369
  "success on shared hosting platforms and other resource-constrained servers."
2370
  msgstr ""
2371
 
2372
- #: templates/admin/csv-import.tpl.php:271
2373
  #, fuzzy
2374
  msgid "Disable email notifications during import"
2375
  msgstr "E-Mail-Benachrichtigungen"
2376
 
2377
- #: templates/admin/csv-import.tpl.php:290
2378
  #, fuzzy
2379
  msgid ""
2380
  "The following are the valid header names to be used in the CSV file. "
@@ -2387,27 +2415,27 @@ msgstr ""
2387
  "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
2388
  "um zu sehen wie eine Importdatei aufgebaut sein muss."
2389
 
2390
- #: templates/admin/csv-import.tpl.php:299
2391
  #, fuzzy
2392
  msgid "Header name/label"
2393
  msgstr "Kopfname/Bezeichnung"
2394
 
2395
- #: templates/admin/csv-import.tpl.php:302
2396
  #, fuzzy
2397
  msgid "Required?"
2398
  msgstr "Pflichtfeld?"
2399
 
2400
- #: templates/admin/csv-import.tpl.php:303
2401
  #, fuzzy
2402
  msgid "Multivalued?"
2403
  msgstr "Mehrfachwert?"
2404
 
2405
- #: templates/admin/csv-import.tpl.php:335
2406
  #, fuzzy
2407
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2408
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
2409
 
2410
- #: templates/admin/csv-import.tpl.php:342
2411
  #, fuzzy
2412
  msgid "Listing author's username"
2413
  msgstr "Benutzername des Authors"
@@ -2565,6 +2593,16 @@ msgstr "Anzahl der Bilder:"
2565
  msgid "Require this field on the Advanced Search screen."
2566
  msgstr "Zeige das Feld im Suchformular."
2567
 
 
 
 
 
 
 
 
 
 
 
2568
  #: templates/admin/form-fields.tpl.php:4
2569
  #, fuzzy
2570
  msgid "Add New Form Field"
@@ -2604,17 +2642,37 @@ msgid "Manage Paid Listings"
2604
  msgstr "Bezahlte Einträge verwalten"
2605
 
2606
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2607
- #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
2608
- #: templates/login.tpl.php:71
2609
  #, fuzzy
2610
- msgid "Access Key"
2611
  msgstr "Eintrag Felder / Bilder"
2612
 
2613
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2614
  #: templates/email/listing-payment-completed.tpl.php:25
2615
  msgid "Plan"
2616
  msgstr ""
2617
 
 
 
 
 
 
 
2618
  #: templates/admin/payments-details.tpl.php:5
2619
  #, fuzzy
2620
  msgid "Payment %s"
@@ -2872,7 +2930,7 @@ msgid "Video Tutorials"
2872
  msgstr "Video Anleitungen"
2873
 
2874
  #: templates/admin/themes-delete-confirm.tpl.php:4
2875
- #: templates/admin/themes-delete-confirm.tpl.php:22
2876
  #, fuzzy
2877
  msgid "Delete Directory Theme"
2878
  msgstr "Verzeichnis Theme löschen"
@@ -2940,6 +2998,17 @@ msgstr ""
2940
  "Dies ist kein Theme oder Layout von %s und ist kein reguläres WordPress "
2941
  "Theme."
2942
 
 
 
 
 
 
 
 
 
 
 
 
2943
  #: templates/admin/uninstall-complete.tpl.php:12
2944
  #, fuzzy
2945
  msgid "Uninstall completed."
@@ -2951,7 +3020,7 @@ msgid "Return to Dashboard."
2951
  msgstr "Zurück zur Übersichtsseite"
2952
 
2953
  #: templates/admin/uninstall-confirm.tpl.php:25
2954
- msgid "Remove ALL module data (regions, maps, ratings, featured levels)"
2955
  msgstr ""
2956
 
2957
  #. translators: %1$s: open link html, %2$s: close link html
@@ -3108,12 +3177,24 @@ msgstr "Bezahlmethode"
3108
  msgid "Next"
3109
  msgstr ""
3110
 
3111
- #: templates/delete-listing-confirm.tpl.php:24
 
 
 
 
 
 
 
 
 
 
 
 
3112
  #, fuzzy
3113
  msgid "Yes. Delete my listing."
3114
  msgstr "Ja, meinen Eintrag löschen."
3115
 
3116
- #: templates/delete-listing-confirm.tpl.php:25
3117
  #, fuzzy
3118
  msgid "No. Take me back to the directory."
3119
  msgstr "Nein, zurück zum Verzeichnis."
@@ -3145,6 +3226,12 @@ msgstr ""
3145
  "Im Folgenden finden Sie die Zugangsschlüssel für alle Einträge, die mit "
3146
  "Ihrer E-Mail-Adresse auf unserer Website registriert sind."
3147
 
 
 
 
 
 
 
3148
  #: templates/listing-contactform.tpl.php:42
3149
  #, fuzzy
3150
  msgid "Message"
@@ -3273,7 +3360,7 @@ msgid "%1$s every %2$s days."
3273
  msgstr "%s alle %s Tage"
3274
 
3275
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3276
- #: templates/manage-recurring.tpl.php:29
3277
  #, fuzzy
3278
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3279
  msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
@@ -3298,11 +3385,6 @@ msgstr "Nächste &raquo;"
3298
  msgid "Item"
3299
  msgstr "Posten"
3300
 
3301
- #: templates/plan-selection-plan.tpl.php:41
3302
- #, fuzzy
3303
- msgid "Recurring"
3304
- msgstr "(wiederkehrend)"
3305
-
3306
  #: templates/plan-selection-plan.tpl.php:45
3307
  #, fuzzy
3308
  msgid "Never Expires"
@@ -3403,6 +3485,244 @@ msgstr "Eintrag Löschen"
3403
  msgid "Continue to Payment"
3404
  msgstr "Initialbezahlung"
3405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3406
  #. Author URI of the plugin/theme
3407
  #, fuzzy
3408
  msgid "https://businessdirectoryplugin.com"
@@ -3609,44 +3929,44 @@ msgctxt "listings view"
3609
  msgid "No Plan"
3610
  msgstr "Bezahlt"
3611
 
3612
- #: includes/admin/controllers/class-admin-controller.php:84
3613
  msgctxt "admin confirm"
3614
  msgid "No, go back"
3615
  msgstr ""
3616
 
3617
- #: includes/admin/controllers/class-admin-controller.php:85
3618
  msgctxt "admin confirm"
3619
  msgid "Yes, I'm sure"
3620
  msgstr ""
3621
 
3622
- #: includes/admin/controllers/class-admin-fees.php:46
3623
  msgctxt "fees order"
3624
  msgid "Label"
3625
  msgstr "Bezeichnung"
3626
 
3627
- #: includes/admin/controllers/class-admin-fees.php:48
3628
  msgctxt "fees order"
3629
  msgid "Duration"
3630
  msgstr "Zeitraum"
3631
 
3632
- #: includes/admin/controllers/class-admin-fees.php:50
3633
  msgctxt "fees order"
3634
  msgid "Custom Order"
3635
  msgstr "Benutzerdefinierte Reihenfolge"
3636
 
3637
- #: includes/admin/controllers/class-admin-fees.php:282
3638
  #, fuzzy
3639
  msgctxt "fees admin"
3640
  msgid "Plan \"%s\" deleted."
3641
  msgstr "Preis gelöscht."
3642
 
3643
- #: includes/admin/controllers/class-admin-fees.php:294
3644
  #, fuzzy
3645
  msgctxt "fees admin"
3646
  msgid "Plan enabled."
3647
  msgstr "Preis gelöscht."
3648
 
3649
- #: includes/admin/controllers/class-admin-fees.php:294
3650
  #, fuzzy
3651
  msgctxt "fees admin"
3652
  msgid "Plan disabled."
@@ -3668,70 +3988,70 @@ msgctxt "fees admin"
3668
  msgid "Attributes"
3669
  msgstr "Feld Attribute"
3670
 
3671
- #: includes/admin/helpers/tables/class-fees-table.php:140
3672
  msgctxt "fees admin"
3673
  msgid "Edit"
3674
  msgstr "Bearbeiten"
3675
 
3676
- #: includes/admin/helpers/tables/class-fees-table.php:213
3677
  #, fuzzy
3678
  msgctxt "fees admin"
3679
  msgid "Variable"
3680
  msgstr "Deaktivieren"
3681
 
3682
- #: includes/admin/helpers/tables/class-fees-table.php:218
3683
  #, fuzzy
3684
  msgctxt "fees admin"
3685
  msgid "%1$s + %2$s per category"
3686
  msgstr "Preis \"%s\" für Kategorie \"%s\""
3687
 
3688
- #: includes/admin/helpers/tables/class-fees-table.php:237
3689
  msgctxt "fees admin"
3690
  msgid "Forever"
3691
  msgstr "Für immer"
3692
 
3693
- #: includes/admin/helpers/tables/class-fees-table.php:239
3694
  msgctxt "fees admin"
3695
  msgid "%d day"
3696
  msgid_plural "%d days"
3697
  msgstr[0] "%d Tag"
3698
  msgstr[1] "%d Tage"
3699
 
3700
- #: includes/admin/helpers/tables/class-fees-table.php:270
3701
  msgctxt "fees admin"
3702
  msgid "All categories"
3703
  msgstr "Alle Kategorien"
3704
 
3705
- #: includes/admin/helpers/tables/class-fees-table.php:299
3706
  msgctxt "fees admin"
3707
  msgid "Sticky"
3708
  msgstr ""
3709
 
3710
- #: includes/admin/helpers/tables/class-fees-table.php:303
3711
  #, fuzzy
3712
  msgctxt "fees admin"
3713
  msgid "Recurring"
3714
  msgstr "(wiederkehrend)"
3715
 
3716
- #: includes/admin/helpers/tables/class-fees-table.php:307
3717
  #, fuzzy
3718
  msgctxt "fees admin"
3719
  msgid "Private"
3720
  msgstr "Aktiviere Lizenz"
3721
 
3722
- #: includes/admin/helpers/tables/class-payments-table.php:55
3723
  #, fuzzy
3724
  msgctxt "fees admin"
3725
  msgid "Date"
3726
  msgstr "Datum"
3727
 
3728
- #: includes/admin/helpers/tables/class-payments-table.php:56
3729
  #, fuzzy
3730
  msgctxt "fees admin"
3731
  msgid "Payment History"
3732
  msgstr "Bezahlhistorie"
3733
 
3734
- #: includes/admin/helpers/tables/class-payments-table.php:58
3735
  msgctxt "fees admin"
3736
  msgid "Status"
3737
  msgstr "Status"
@@ -3905,53 +4225,53 @@ msgctxt "listing status"
3905
  msgid "Reported"
3906
  msgstr ""
3907
 
3908
- #: includes/models/class-listing.php:979
3909
  msgctxt "listing status"
3910
  msgid "Unknown"
3911
  msgstr ""
3912
 
3913
- #: includes/models/class-listing.php:980
3914
  msgctxt "listing status"
3915
  msgid "Legacy"
3916
  msgstr ""
3917
 
3918
- #: includes/models/class-listing.php:981
3919
  #, fuzzy
3920
  msgctxt "listing status"
3921
  msgid "Incomplete"
3922
  msgstr "Abgeschlossen"
3923
 
3924
- #: includes/models/class-listing.php:982
3925
  #, fuzzy
3926
  msgctxt "listing status"
3927
  msgid "Pending Payment"
3928
  msgstr "Ausstehende Zahlungen"
3929
 
3930
- #: includes/models/class-listing.php:983
3931
  #, fuzzy
3932
  msgctxt "listing status"
3933
  msgid "Complete"
3934
  msgstr "Abgeschlossen"
3935
 
3936
- #: includes/models/class-listing.php:984
3937
  #, fuzzy
3938
  msgctxt "listing status"
3939
  msgid "Pending Upgrade"
3940
  msgstr "Ausstehende Aktualisierung"
3941
 
3942
- #: includes/models/class-listing.php:985
3943
  #, fuzzy
3944
  msgctxt "listing status"
3945
  msgid "Expired"
3946
  msgstr "Abgelaufen"
3947
 
3948
- #: includes/models/class-listing.php:986
3949
  #, fuzzy
3950
  msgctxt "listing status"
3951
  msgid "Pending Renewal"
3952
  msgstr "Aktiv + Ausstehende Erneuerungen"
3953
 
3954
- #: includes/models/class-listing.php:987
3955
  #, fuzzy
3956
  msgctxt "listing status"
3957
  msgid "Abandoned"
@@ -4023,30 +4343,30 @@ msgctxt "payments admin"
4023
  msgid "Payment details updated."
4024
  msgstr "Bezahldetails"
4025
 
4026
- #: includes/admin/helpers/tables/class-payments-table.php:12
4027
  #, fuzzy
4028
  msgctxt "payments admin"
4029
  msgid "payment"
4030
  msgstr "Bezahlung"
4031
 
4032
- #: includes/admin/helpers/tables/class-payments-table.php:13
4033
  #, fuzzy
4034
  msgctxt "payments admin"
4035
  msgid "payments"
4036
  msgstr "Bezahlung"
4037
 
4038
- #: includes/admin/helpers/tables/class-payments-table.php:19
4039
  msgctxt "payments admin"
4040
  msgid "No payments found."
4041
  msgstr "Keine Zahlungen gefunden."
4042
 
4043
- #: includes/admin/helpers/tables/class-payments-table.php:32
4044
  #, fuzzy
4045
  msgctxt "payments admin"
4046
  msgid "All"
4047
  msgstr "Alle"
4048
 
4049
- #: includes/admin/helpers/tables/class-payments-table.php:124
4050
  #, fuzzy
4051
  msgctxt "payments admin"
4052
  msgid "View Payment History"
@@ -4076,12 +4396,12 @@ msgctxt "form-fields admin"
4076
  msgid "Field deleted."
4077
  msgstr "Feld gelöscht."
4078
 
4079
- #: includes/admin/controllers/class-form-fields-admin.php:329
4080
  msgctxt "form-fields admin"
4081
  msgid "Required fields created successfully."
4082
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
4083
 
4084
- #: includes/admin/controllers/class-form-fields-admin.php:381
4085
  msgctxt "form-fields admin"
4086
  msgid "Tags updated."
4087
  msgstr "Einstellungen aktualisiert."
@@ -4455,17 +4775,7 @@ msgctxt "form-fields admin"
4455
  msgid "Theme Tags"
4456
  msgstr "Preise Verwalten"
4457
 
4458
- #: templates/admin/form-fields-tags.tpl.php:19
4459
- msgctxt "form-fields admin"
4460
- msgid ""
4461
- "Before you create fields, make sure you've mapped all of your EXISTING ones "
4462
- "first, otherwise you'll appear to be \"missing data\" on your listings."
4463
- msgstr ""
4464
- "Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
4465
- "VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
4466
- "\"fehlende Daten\" in Ihren Angeboten."
4467
-
4468
- #: templates/admin/form-fields-tags.tpl.php:22
4469
  msgctxt "form-fields admin"
4470
  msgid "Create Missing Fields"
4471
  msgstr "Eintrag Felder"
@@ -4481,29 +4791,29 @@ msgctxt "admin settings"
4481
  msgid "Valid placeholders: %s"
4482
  msgstr "Gültige Platzhalter: %s"
4483
 
4484
- #: includes/admin/settings/class-settings-bootstrap.php:106
4485
  msgctxt "admin settings"
4486
  msgid ""
4487
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4488
  "setting is checked."
4489
  msgstr ""
4490
 
4491
- #: includes/admin/settings/class-settings-bootstrap.php:309
4492
  msgctxt "admin settings"
4493
  msgid "Above results"
4494
  msgstr ""
4495
 
4496
- #: includes/admin/settings/class-settings-bootstrap.php:310
4497
  msgctxt "admin settings"
4498
  msgid "Below results"
4499
  msgstr ""
4500
 
4501
- #: includes/admin/settings/class-settings-bootstrap.php:311
4502
  msgctxt "admin settings"
4503
  msgid "Don't show with results"
4504
  msgstr ""
4505
 
4506
- #: includes/admin/settings/class-settings-bootstrap.php:392
4507
  msgctxt "admin settings"
4508
  msgid ""
4509
  "You have selected a textarea field to be included in quick searches. "
@@ -4514,389 +4824,389 @@ msgstr ""
4514
  "Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
4515
  "nehmen. "
4516
 
4517
- #: includes/admin/settings/class-settings-bootstrap.php:552
4518
  msgctxt "admin settings"
4519
  msgid "Do not include comments in listings"
4520
  msgstr "Keine Kommentare bei den Einträgen anzeigen"
4521
 
4522
- #: includes/admin/settings/class-settings-bootstrap.php:576
4523
  #, fuzzy
4524
  msgctxt "admin settings"
4525
  msgid "Directory view."
4526
  msgstr "Verzeichnis"
4527
 
4528
- #: includes/admin/settings/class-settings-bootstrap.php:577
4529
  #, fuzzy
4530
  msgctxt "admin settings"
4531
  msgid "All Listings view."
4532
  msgstr "Alle Einträge"
4533
 
4534
- #: includes/admin/settings/class-settings-bootstrap.php:578
4535
  #, fuzzy
4536
  msgctxt "admin settings"
4537
  msgid "Category view."
4538
  msgstr "Kategorien"
4539
 
4540
- #: includes/admin/settings/class-settings-bootstrap.php:579
4541
  #, fuzzy
4542
  msgctxt "admin settings"
4543
  msgid "Search view."
4544
  msgstr "Suche"
4545
 
4546
- #: includes/admin/settings/class-settings-bootstrap.php:710
4547
  msgctxt "admin settings"
4548
  msgid "Slug"
4549
  msgstr "Entwurf"
4550
 
4551
- #: includes/admin/settings/class-settings-bootstrap.php:723
4552
- #: includes/admin/settings/class-settings-bootstrap.php:791
4553
  msgctxt "admin settings"
4554
  msgid "Ascending"
4555
  msgstr "Aufsteigend"
4556
 
4557
- #: includes/admin/settings/class-settings-bootstrap.php:724
4558
- #: includes/admin/settings/class-settings-bootstrap.php:792
4559
  msgctxt "admin settings"
4560
  msgid "Descending"
4561
  msgstr "Absteigend"
4562
 
4563
- #: includes/admin/settings/class-settings-bootstrap.php:757
4564
  msgctxt "admin settings"
4565
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4566
  msgstr ""
4567
 
4568
- #: includes/admin/settings/class-settings-bootstrap.php:770
4569
  msgctxt "admin settings"
4570
  msgid "Author"
4571
  msgstr "Author"
4572
 
4573
- #: includes/admin/settings/class-settings-bootstrap.php:771
4574
- #: includes/helpers/functions/general.php:1285
4575
  msgctxt "admin settings"
4576
  msgid "Date posted"
4577
  msgstr "Datum gepostet"
4578
 
4579
- #: includes/admin/settings/class-settings-bootstrap.php:772
4580
- #: includes/helpers/functions/general.php:1286
4581
  msgctxt "admin settings"
4582
  msgid "Date last modified"
4583
  msgstr "Datum zuletzt verändert"
4584
 
4585
- #: includes/admin/settings/class-settings-bootstrap.php:773
4586
  msgctxt "admin settings"
4587
  msgid "Random"
4588
  msgstr "Zufall"
4589
 
4590
- #: includes/admin/settings/class-settings-bootstrap.php:774
4591
  msgctxt "admin settings"
4592
  msgid "Paid first then free. Inside each group by date."
4593
  msgstr ""
4594
 
4595
- #: includes/admin/settings/class-settings-bootstrap.php:775
4596
  msgctxt "admin settings"
4597
  msgid "Paid first then free. Inside each group by title."
4598
  msgstr ""
4599
 
4600
- #: includes/admin/settings/class-settings-bootstrap.php:776
4601
  msgctxt "admin settings"
4602
  msgid "Plan Custom Order, then Date"
4603
  msgstr ""
4604
 
4605
- #: includes/admin/settings/class-settings-bootstrap.php:777
4606
  msgctxt "admin settings"
4607
  msgid "Plan Custom Order, then Title"
4608
  msgstr ""
4609
 
4610
- #: includes/admin/settings/class-settings-bootstrap.php:1049
4611
- #: includes/admin/settings/class-settings-bootstrap.php:1074
4612
- #: includes/admin/settings/class-settings-bootstrap.php:1098
4613
  #, fuzzy
4614
  msgctxt "admin settings"
4615
  msgid "Excerpt view."
4616
  msgstr "Im Textauszug"
4617
 
4618
- #: includes/admin/settings/class-settings-bootstrap.php:1075
4619
- #: includes/admin/settings/class-settings-bootstrap.php:1099
4620
  #, fuzzy
4621
  msgctxt "admin settings"
4622
  msgid "Detail view."
4623
  msgstr "Verzeichnis"
4624
 
4625
- #: includes/admin/settings/class-settings-bootstrap.php:1170
4626
  msgctxt "admin settings"
4627
  msgid "Australian Dollar (AUD)"
4628
  msgstr "Australischer Dollar (AUD)"
4629
 
4630
- #: includes/admin/settings/class-settings-bootstrap.php:1171
4631
  msgctxt "admin settings"
4632
  msgid "Brazilian Real (BRL)"
4633
  msgstr "Brasilianischer Real (BRL)"
4634
 
4635
- #: includes/admin/settings/class-settings-bootstrap.php:1172
4636
  msgctxt "admin settings"
4637
  msgid "Canadian Dollar (CAD)"
4638
  msgstr "Kanadischer Dollar (CAD)"
4639
 
4640
- #: includes/admin/settings/class-settings-bootstrap.php:1173
4641
  msgctxt "admin settings"
4642
  msgid "Czech Koruna (CZK)"
4643
  msgstr "Tschechische Koruna (CZK)"
4644
 
4645
- #: includes/admin/settings/class-settings-bootstrap.php:1174
4646
  msgctxt "admin settings"
4647
  msgid "Danish Krone (DKK)"
4648
  msgstr "Dänische Krone (DKK)"
4649
 
4650
- #: includes/admin/settings/class-settings-bootstrap.php:1175
4651
  msgctxt "admin settings"
4652
  msgid "United Arab Emirates Dirham (AED)"
4653
  msgstr ""
4654
 
4655
- #: includes/admin/settings/class-settings-bootstrap.php:1176
4656
  msgctxt "admin settings"
4657
  msgid "Euro (EUR)"
4658
  msgstr "Euro (EUR)"
4659
 
4660
- #: includes/admin/settings/class-settings-bootstrap.php:1177
4661
  msgctxt "admin settings"
4662
  msgid "Hong Kong Dollar (HKD)"
4663
  msgstr "Hong Kong Dollar (HKD)"
4664
 
4665
- #: includes/admin/settings/class-settings-bootstrap.php:1178
4666
  msgctxt "admin settings"
4667
  msgid "Hungarian Forint (HUF)"
4668
  msgstr "Ungarischer Forint (HUF)"
4669
 
4670
- #: includes/admin/settings/class-settings-bootstrap.php:1179
4671
  msgctxt "admin settings"
4672
  msgid "Israeli New Shequel (ILS)"
4673
  msgstr "Israelischer Neuer Schequel (ILS)"
4674
 
4675
- #: includes/admin/settings/class-settings-bootstrap.php:1180
4676
  msgctxt "admin settings"
4677
  msgid "Japanese Yen (JPY)"
4678
  msgstr "Japanischer Jen (JPY)"
4679
 
4680
- #: includes/admin/settings/class-settings-bootstrap.php:1181
4681
  msgctxt "admin settings"
4682
  msgid "Moroccan Dirham (MAD)"
4683
  msgstr ""
4684
 
4685
- #: includes/admin/settings/class-settings-bootstrap.php:1182
4686
  msgctxt "admin settings"
4687
  msgid "Malasian Ringgit (MYR)"
4688
  msgstr "Malaysischer Ringgit (MYR)"
4689
 
4690
- #: includes/admin/settings/class-settings-bootstrap.php:1183
4691
  msgctxt "admin settings"
4692
  msgid "Mexican Peso (MXN)"
4693
  msgstr "Mexikanischer Peso (MXN)"
4694
 
4695
- #: includes/admin/settings/class-settings-bootstrap.php:1184
4696
  msgctxt "admin settings"
4697
  msgid "Norwegian Krone (NOK)"
4698
  msgstr "Norwegische Krone (NOK)"
4699
 
4700
- #: includes/admin/settings/class-settings-bootstrap.php:1185
4701
  msgctxt "admin settings"
4702
  msgid "New Zealand Dollar (NZD)"
4703
  msgstr "Neuseeland Dollar (NZD)"
4704
 
4705
- #: includes/admin/settings/class-settings-bootstrap.php:1186
4706
  msgctxt "admin settings"
4707
  msgid "Philippine Peso (PHP)"
4708
  msgstr "Philippinischer Peso (PHP)"
4709
 
4710
- #: includes/admin/settings/class-settings-bootstrap.php:1187
4711
  msgctxt "admin settings"
4712
  msgid "Polish Zloty (PLN)"
4713
  msgstr "Polnischer Zloty (PLN)"
4714
 
4715
- #: includes/admin/settings/class-settings-bootstrap.php:1188
4716
  msgctxt "admin settings"
4717
  msgid "Pound Sterling (GBP)"
4718
  msgstr "Pfund Sterling (GBP)"
4719
 
4720
- #: includes/admin/settings/class-settings-bootstrap.php:1189
4721
  msgctxt "admin settings"
4722
  msgid "Singapore Dollar (SGD)"
4723
  msgstr "Singapore Dollar (SGD)"
4724
 
4725
- #: includes/admin/settings/class-settings-bootstrap.php:1190
4726
  msgctxt "admin settings"
4727
  msgid "Swedish Krona (SEK)"
4728
  msgstr "Schwedische Krone (SEK)"
4729
 
4730
- #: includes/admin/settings/class-settings-bootstrap.php:1191
4731
  msgctxt "admin settings"
4732
  msgid "Swiss Franc (CHF)"
4733
  msgstr "Schweizer Franken (CHF)"
4734
 
4735
- #: includes/admin/settings/class-settings-bootstrap.php:1192
4736
  msgctxt "admin settings"
4737
  msgid "Taiwan Dollar (TWD)"
4738
  msgstr "Taiwanischer Dollar (TWD)"
4739
 
4740
- #: includes/admin/settings/class-settings-bootstrap.php:1193
4741
  msgctxt "admin settings"
4742
  msgid "Thai Baht (THB)"
4743
  msgstr "Thailändischer Baht (THB)"
4744
 
4745
- #: includes/admin/settings/class-settings-bootstrap.php:1194
4746
  msgctxt "admin settings"
4747
  msgid "Turkish Lira (TRY)"
4748
  msgstr "Türkische Lira (TRY)"
4749
 
4750
- #: includes/admin/settings/class-settings-bootstrap.php:1195
4751
  msgctxt "admin settings"
4752
  msgid "U.S. Dollar (USD)"
4753
  msgstr "U.S. Dollar"
4754
 
4755
- #: includes/admin/settings/class-settings-bootstrap.php:1219
4756
  msgctxt "admin settings"
4757
  msgid "Show currency symbol on the left"
4758
  msgstr "Währungssymbol links anzeigen"
4759
 
4760
- #: includes/admin/settings/class-settings-bootstrap.php:1220
4761
  msgctxt "admin settings"
4762
  msgid "Show currency symbol on the right"
4763
  msgstr "Währungssymbol rechts anzeigen"
4764
 
4765
- #: includes/admin/settings/class-settings-bootstrap.php:1221
4766
  msgctxt "admin settings"
4767
  msgid "Do not show currency symbol"
4768
  msgstr "Währungssymbol nicht anzeigen"
4769
 
4770
  #. translators: %1$s: gateway name, %2$s: explanation string
4771
- #: includes/admin/settings/class-settings-bootstrap.php:1266
4772
  msgctxt "admin settings"
4773
  msgid "AED currency is not supported by %1$s. %2$s"
4774
  msgstr ""
4775
 
4776
- #: includes/admin/settings/class-settings-bootstrap.php:1304
4777
  msgctxt "admin settings"
4778
  msgid ""
4779
  "Listings with pending payments are marked as abandoned after this time. You "
4780
  "can also <a>customize the email</a> users receive."
4781
  msgstr ""
4782
 
4783
- #: includes/admin/settings/class-settings-bootstrap.php:1334
4784
  msgctxt "admin settings"
4785
  msgid "Try listing's email field first, then author's email."
4786
  msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
4787
 
4788
- #: includes/admin/settings/class-settings-bootstrap.php:1335
4789
  msgctxt "admin settings"
4790
  msgid "Try author's email first and then listing's email field."
4791
  msgstr ""
4792
  "Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
4793
 
4794
- #: includes/admin/settings/class-settings-bootstrap.php:1348
4795
  msgctxt "admin settings"
4796
  msgid "Plain (text/plain)"
4797
  msgstr ""
4798
 
4799
- #: includes/admin/settings/class-settings-bootstrap.php:1349
4800
  msgctxt "admin settings"
4801
  msgid "HTML (text/html)"
4802
  msgstr ""
4803
 
4804
- #: includes/admin/settings/class-settings-bootstrap.php:1350
4805
  msgctxt "admin settings"
4806
  msgid "Both (multipart/alternative)"
4807
  msgstr ""
4808
 
4809
- #: includes/admin/settings/class-settings-bootstrap.php:1364
4810
  msgctxt "admin settings"
4811
  msgid "A new listing is submitted."
4812
  msgstr "Ein neuer Eintrag wurde übermittelt."
4813
 
4814
- #: includes/admin/settings/class-settings-bootstrap.php:1365
4815
  msgctxt "admin settings"
4816
  msgid "A listing is edited."
4817
  msgstr "Ein Eintrag wurde bearbeitet."
4818
 
4819
- #: includes/admin/settings/class-settings-bootstrap.php:1366
4820
  msgctxt "admin settings"
4821
  msgid "A listing expires."
4822
  msgstr "Ein Eintrag läuft aus."
4823
 
4824
- #: includes/admin/settings/class-settings-bootstrap.php:1367
4825
  #, fuzzy
4826
  msgctxt "admin settings"
4827
  msgid "A listing is renewed."
4828
  msgstr "Ein Eintrag wurde bearbeitet."
4829
 
4830
- #: includes/admin/settings/class-settings-bootstrap.php:1368
4831
  #, fuzzy
4832
  msgctxt "admin settings"
4833
  msgid "A listing payment is completed."
4834
  msgstr "Ein Eintrag wurde bearbeitet."
4835
 
4836
- #: includes/admin/settings/class-settings-bootstrap.php:1369
4837
  #, fuzzy
4838
  msgctxt "admin settings"
4839
  msgid "A listing has been reported as inappropriate."
4840
  msgstr "Der Eintrag wurde aktualisiert"
4841
 
4842
- #: includes/admin/settings/class-settings-bootstrap.php:1370
4843
  msgctxt "admin settings"
4844
  msgid "A contact message is sent to a listing's owner."
4845
  msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
4846
 
4847
- #: includes/admin/settings/class-settings-bootstrap.php:1397
4848
  msgctxt "admin settings"
4849
  msgid "Their listing is submitted."
4850
  msgstr "Ihr Eintrag ist eingereicht."
4851
 
4852
- #: includes/admin/settings/class-settings-bootstrap.php:1398
4853
  msgctxt "admin settings"
4854
  msgid "Their listing is approved/published."
4855
  msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
4856
 
4857
- #: includes/admin/settings/class-settings-bootstrap.php:1399
4858
  #, fuzzy
4859
  msgctxt "admin settings"
4860
  msgid "A payment for their listing is completed."
4861
  msgstr "Ihr Eintrag ist eingereicht."
4862
 
4863
- #: includes/admin/settings/class-settings-bootstrap.php:1400
4864
  #, fuzzy
4865
  msgctxt "admin settings"
4866
  msgid "Their listing expired or is about to expire."
4867
  msgstr "Ihr Eintrag ist eingereicht."
4868
 
4869
- #: includes/admin/settings/class-settings-bootstrap.php:1418
4870
- #: includes/admin/settings/class-settings-bootstrap.php:1437
4871
- #: includes/admin/settings/class-settings-bootstrap.php:1473
4872
- #: includes/admin/settings/class-settings-bootstrap.php:1509
4873
- #: includes/admin/settings/class-settings-bootstrap.php:1528
4874
  msgctxt "admin settings"
4875
  msgid "Listing's title"
4876
  msgstr "Eintrag Titel"
4877
 
4878
- #: includes/admin/settings/class-settings-bootstrap.php:1419
4879
- #: includes/admin/settings/class-settings-bootstrap.php:1510
4880
  #, fuzzy
4881
  msgctxt "admin settings"
4882
  msgid "Listing's plan name"
4883
  msgstr "Eintrag Enddatum"
4884
 
4885
- #: includes/admin/settings/class-settings-bootstrap.php:1420
4886
- #: includes/admin/settings/class-settings-bootstrap.php:1511
4887
  #, fuzzy
4888
  msgctxt "admin settings"
4889
  msgid "Listing's plan description"
4890
  msgstr "Auswahl der Preispakete"
4891
 
4892
- #: includes/admin/settings/class-settings-bootstrap.php:1421
4893
- #: includes/admin/settings/class-settings-bootstrap.php:1512
4894
  #, fuzzy
4895
  msgctxt "admin settings"
4896
  msgid "Listing's plan details"
4897
  msgstr "Eintrag Enddatum"
4898
 
4899
- #: includes/admin/settings/class-settings-bootstrap.php:1434
4900
  msgctxt "admin settings"
4901
  msgid ""
4902
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
@@ -4905,70 +5215,70 @@ msgstr ""
4905
  "Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
4906
  "kann öffentlich eingesehen werden."
4907
 
4908
- #: includes/admin/settings/class-settings-bootstrap.php:1438
4909
- #: includes/admin/settings/class-settings-bootstrap.php:1472
4910
  msgctxt "admin settings"
4911
  msgid "Listing's URL"
4912
  msgstr "Eintrags URL"
4913
 
4914
- #: includes/admin/settings/class-settings-bootstrap.php:1439
4915
- #: includes/admin/settings/class-settings-bootstrap.php:1479
4916
  #, fuzzy
4917
  msgctxt "admin settings"
4918
  msgid "Listing's Access Key"
4919
  msgstr "Eintrag Felder / Bilder"
4920
 
4921
- #: includes/admin/settings/class-settings-bootstrap.php:1474
4922
  #, fuzzy
4923
  msgctxt "admin settings"
4924
  msgid "Sender's name"
4925
  msgstr "Authorname"
4926
 
4927
- #: includes/admin/settings/class-settings-bootstrap.php:1477
4928
  #, fuzzy
4929
  msgctxt "admin settings"
4930
  msgid "Contact message"
4931
  msgstr "Neue Eintrag Anweisungen"
4932
 
4933
- #: includes/admin/settings/class-settings-bootstrap.php:1478
4934
  msgctxt "admin settings"
4935
  msgid "Date and time the message was sent"
4936
  msgstr ""
4937
 
4938
- #: includes/admin/settings/class-settings-bootstrap.php:1513
4939
  #, fuzzy
4940
  msgctxt "admin settings"
4941
  msgid "Payment items details."
4942
  msgstr "Bezahldetails"
4943
 
4944
- #: includes/admin/settings/class-settings-bootstrap.php:1514
4945
  msgctxt "admin settings"
4946
  msgid "URL where user can review and print payment receipt."
4947
  msgstr ""
4948
 
4949
- #: includes/admin/settings/class-settings-bootstrap.php:1515
4950
  #, fuzzy
4951
  msgctxt "admin settings"
4952
  msgid "Gateway used to process listing's payment."
4953
  msgstr "Bezahlung ausführen"
4954
 
4955
- #: includes/admin/settings/class-settings-bootstrap.php:1529
4956
  msgctxt "admin settings"
4957
  msgid "Checkout URL link"
4958
  msgstr "Kasse"
4959
 
4960
- #: includes/admin/settings/class-settings-bootstrap.php:1631
4961
  #, fuzzy
4962
  msgctxt "admin settings"
4963
  msgid "Uploaded Image (no resize)"
4964
  msgstr "Dateien hochladen"
4965
 
4966
- #: includes/helpers/functions/general.php:1283
4967
  msgctxt "admin settings"
4968
  msgid "User"
4969
  msgstr "Benutzer"
4970
 
4971
- #: includes/helpers/functions/general.php:1284
4972
  msgctxt "admin settings"
4973
  msgid "User registration date"
4974
  msgstr "Eintrag Enddatum"
@@ -5192,54 +5502,54 @@ msgctxt "settings"
5192
  msgid "General"
5193
  msgstr "Allgemein"
5194
 
5195
- #: includes/admin/settings/class-settings-bootstrap.php:12
5196
- #: includes/admin/settings/class-settings-bootstrap.php:1033
5197
  #, fuzzy
5198
  msgctxt "settings"
5199
  msgid "Listings"
5200
  msgstr "Einträge"
5201
 
5202
- #: includes/admin/settings/class-settings-bootstrap.php:15
5203
- #: includes/admin/settings/class-settings-bootstrap.php:20
5204
- #: includes/admin/settings/class-settings-bootstrap.php:25
5205
- #: includes/admin/settings/class-settings-bootstrap.php:42
5206
- #: includes/admin/settings/class-settings-bootstrap.php:1315
5207
- #: includes/admin/settings/class-settings.php:356
5208
  #, fuzzy
5209
  msgctxt "settings"
5210
  msgid "General Settings"
5211
  msgstr "Allgemeine Einstellungen"
5212
 
5213
- #: includes/admin/settings/class-settings-bootstrap.php:22
5214
  #, fuzzy
5215
  msgctxt "settings"
5216
  msgid "Payment"
5217
  msgstr "Bezahlung"
5218
 
5219
- #: includes/admin/settings/class-settings-bootstrap.php:27
5220
  msgctxt "settings"
5221
  msgid "Appearance"
5222
  msgstr ""
5223
 
5224
- #: includes/admin/settings/class-settings-bootstrap.php:65
5225
  #, fuzzy
5226
  msgctxt "settings"
5227
  msgid "Permalink Settings"
5228
  msgstr "Permalink Einstellungen"
5229
 
5230
- #: includes/admin/settings/class-settings-bootstrap.php:70
5231
  #, fuzzy
5232
  msgctxt "settings"
5233
  msgid "Directory Listings Slug"
5234
  msgstr "Verzeichniseintrag Entwurf"
5235
 
5236
- #: includes/admin/settings/class-settings-bootstrap.php:80
5237
  #, fuzzy
5238
  msgctxt "settings"
5239
  msgid "Categories Slug"
5240
  msgstr "Kategorie Entwurf"
5241
 
5242
- #: includes/admin/settings/class-settings-bootstrap.php:81
5243
  #, fuzzy
5244
  msgctxt "settings"
5245
  msgid ""
@@ -5248,13 +5558,13 @@ msgstr ""
5248
  "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
5249
  "\"Kategorie\" für diese Instanz."
5250
 
5251
- #: includes/admin/settings/class-settings-bootstrap.php:92
5252
  #, fuzzy
5253
  msgctxt "settings"
5254
  msgid "Tags Slug"
5255
  msgstr "Tags Entwurf"
5256
 
5257
- #: includes/admin/settings/class-settings-bootstrap.php:93
5258
  #, fuzzy
5259
  msgctxt "settings"
5260
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
@@ -5262,13 +5572,13 @@ msgstr ""
5262
  "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
5263
  "\" für diese Instanz."
5264
 
5265
- #: includes/admin/settings/class-settings-bootstrap.php:105
5266
  #, fuzzy
5267
  msgctxt "settings"
5268
  msgid "Remove listing ID from URLs for better SEO"
5269
  msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
5270
 
5271
- #: includes/admin/settings/class-settings-bootstrap.php:106
5272
  #, fuzzy
5273
  msgctxt "settings"
5274
  msgid ""
@@ -5280,72 +5590,72 @@ msgstr ""
5280
  "die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
5281
  "Mehrwert zu erhalten."
5282
 
5283
- #: includes/admin/settings/class-settings-bootstrap.php:117
5284
  #, fuzzy
5285
  msgctxt "settings"
5286
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5287
  msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
5288
 
5289
- #: includes/admin/settings/class-settings-bootstrap.php:124
5290
  #, fuzzy
5291
  msgctxt "settings"
5292
  msgid "Use reCAPTCHA for contact forms"
5293
  msgstr "Benutze reCAPTCHA für Kontaktformen"
5294
 
5295
- #: includes/admin/settings/class-settings-bootstrap.php:132
5296
  #, fuzzy
5297
  msgctxt "settings"
5298
  msgid "Use reCAPTCHA only for logged-out users"
5299
  msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
5300
 
5301
- #: includes/admin/settings/class-settings-bootstrap.php:140
5302
  #, fuzzy
5303
  msgctxt "settings"
5304
  msgid "Use reCAPTCHA for listing submits"
5305
  msgstr "Benutze reCAPTCHA für Eintragzusendungen"
5306
 
5307
- #: includes/admin/settings/class-settings-bootstrap.php:148
5308
  #, fuzzy
5309
  msgctxt "settings"
5310
  msgid "Use reCAPTCHA for edit listings"
5311
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5312
 
5313
- #: includes/admin/settings/class-settings-bootstrap.php:156
5314
  #, fuzzy
5315
  msgctxt "settings"
5316
  msgid "Use reCAPTCHA for report listings"
5317
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5318
 
5319
- #: includes/admin/settings/class-settings-bootstrap.php:164
5320
  #, fuzzy
5321
  msgctxt "settings"
5322
  msgid "Use reCAPTCHA for listing comments"
5323
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5324
 
5325
- #: includes/admin/settings/class-settings-bootstrap.php:172
5326
  #, fuzzy
5327
  msgctxt "settings"
5328
  msgid "reCAPTCHA Public Key"
5329
  msgstr "reCAPTCHA öffentlicher Schlüssel"
5330
 
5331
- #: includes/admin/settings/class-settings-bootstrap.php:181
5332
  #, fuzzy
5333
  msgctxt "settings"
5334
  msgid "reCAPTCHA Private Key"
5335
  msgstr "reCAPTCHA privater Schlüssel"
5336
 
5337
- #: includes/admin/settings/class-settings-bootstrap.php:190
5338
  #, fuzzy
5339
  msgctxt "settings"
5340
  msgid "reCAPTCHA version"
5341
  msgstr "reCAPTCHA Einstellungen"
5342
 
5343
- #: includes/admin/settings/class-settings-bootstrap.php:207
5344
  msgctxt "settings"
5345
  msgid "reCAPTCHA V3 threshold score"
5346
  msgstr ""
5347
 
5348
- #: includes/admin/settings/class-settings-bootstrap.php:212
5349
  msgctxt "settings"
5350
  msgid ""
5351
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
@@ -5354,39 +5664,30 @@ msgid ""
5354
  "this value will result in reCAPTCHA validation error."
5355
  msgstr ""
5356
 
5357
- #: includes/admin/settings/class-settings-bootstrap.php:221
5358
  #, fuzzy
5359
  msgctxt "settings"
5360
  msgid "Registration"
5361
  msgstr "Registrierung"
5362
 
5363
- #: includes/admin/settings/class-settings-bootstrap.php:221
5364
- msgctxt "settings"
5365
- msgid ""
5366
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
5367
- "the URLs below to work. If the plugin does not support them, these settings "
5368
- "will not function as expected. Please contact the membership plugin and ask "
5369
- "them to support the WP standard 'redirect_to' query parameter."
5370
- msgstr ""
5371
-
5372
- #: includes/admin/settings/class-settings-bootstrap.php:226
5373
  #, fuzzy
5374
  msgctxt "settings"
5375
  msgid "Require login to post listings"
5376
  msgstr "Zurück zum Eintrag."
5377
 
5378
- #: includes/admin/settings/class-settings-bootstrap.php:235
5379
  msgctxt "settings"
5380
  msgid "Allow anonymous users to edit/manage listings with an access key"
5381
  msgstr ""
5382
 
5383
- #: includes/admin/settings/class-settings-bootstrap.php:243
5384
  #, fuzzy
5385
  msgctxt "settings"
5386
  msgid "Login URL"
5387
  msgstr "Login"
5388
 
5389
- #: includes/admin/settings/class-settings-bootstrap.php:244
5390
  #, fuzzy
5391
  msgctxt "settings"
5392
  msgid "Only enter this if using a membership plugin or custom login page"
@@ -5395,18 +5696,18 @@ msgstr ""
5395
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5396
  "benutzt. "
5397
 
5398
- #: includes/admin/settings/class-settings-bootstrap.php:245
5399
  msgctxt "settings"
5400
  msgid "URL of your membership plugin's login page."
5401
  msgstr ""
5402
 
5403
- #: includes/admin/settings/class-settings-bootstrap.php:254
5404
  #, fuzzy
5405
  msgctxt "settings"
5406
  msgid "Registration URL"
5407
  msgstr "Registrierungs URL"
5408
 
5409
- #: includes/admin/settings/class-settings-bootstrap.php:255
5410
  #, fuzzy
5411
  msgctxt "settings"
5412
  msgid ""
@@ -5416,7 +5717,7 @@ msgstr ""
5416
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5417
  "benutzt. "
5418
 
5419
- #: includes/admin/settings/class-settings-bootstrap.php:256
5420
  #, fuzzy
5421
  msgctxt "settings"
5422
  msgid "URL of your membership plugin's registration page"
@@ -5425,12 +5726,12 @@ msgstr ""
5425
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5426
  "benutzt. "
5427
 
5428
- #: includes/admin/settings/class-settings-bootstrap.php:265
5429
  msgctxt "settings"
5430
  msgid "Allow users to create accounts during listing submit"
5431
  msgstr ""
5432
 
5433
- #: includes/admin/settings/class-settings-bootstrap.php:292
5434
  #, fuzzy
5435
  msgctxt "settings"
5436
  msgid ""
@@ -5441,54 +5742,54 @@ msgstr ""
5441
  "werden Bedingungen und Konditionen ersetzt durch einen Link der "
5442
  "dazugehörigen Seite."
5443
 
5444
- #: includes/admin/settings/class-settings-bootstrap.php:294
5445
  #, fuzzy
5446
  msgctxt "settings"
5447
  msgid "Terms and Conditions text goes here"
5448
  msgstr "Bedingungen und Konditionen"
5449
 
5450
- #: includes/admin/settings/class-settings-bootstrap.php:323
5451
  msgctxt "settings"
5452
  msgid "Enable high performance search"
5453
  msgstr ""
5454
 
5455
- #: includes/admin/settings/class-settings-bootstrap.php:332
5456
  #, fuzzy
5457
  msgctxt "settings"
5458
  msgid "Advanced"
5459
  msgstr "Erweitert"
5460
 
5461
- #: includes/admin/settings/class-settings-bootstrap.php:338
5462
  #, fuzzy
5463
  msgctxt "settings"
5464
  msgid "Disable advanced CPT integration"
5465
  msgstr "Email Erinnerung"
5466
 
5467
- #: includes/admin/settings/class-settings-bootstrap.php:347
5468
  msgctxt "settings"
5469
  msgid "Disable frontend listing submission"
5470
  msgstr ""
5471
 
5472
- #: includes/admin/settings/class-settings-bootstrap.php:348
5473
  msgctxt "settings"
5474
  msgid ""
5475
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5476
  "shortcode for submit listing to function on other pages."
5477
  msgstr ""
5478
 
5479
- #: includes/admin/settings/class-settings-bootstrap.php:429
5480
  #, fuzzy
5481
  msgctxt "settings"
5482
  msgid "Contact Form"
5483
  msgstr "Zurücksetzen"
5484
 
5485
- #: includes/admin/settings/class-settings-bootstrap.php:438
5486
  #, fuzzy
5487
  msgctxt "settings"
5488
  msgid "Listings per page"
5489
  msgstr "Einträge pro Seite"
5490
 
5491
- #: includes/admin/settings/class-settings-bootstrap.php:439
5492
  #, fuzzy
5493
  msgctxt "settings"
5494
  msgid ""
@@ -5498,46 +5799,46 @@ msgstr ""
5498
  "Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
5499
  "\"0\" um alle Einträge anzuzeigen."
5500
 
5501
- #: includes/admin/settings/class-settings-bootstrap.php:451
5502
  #, fuzzy
5503
  msgctxt "settings"
5504
  msgid "Turn on listing renewal option"
5505
  msgstr "Option zur Erneuerung von Einträgen aktivieren?"
5506
 
5507
- #: includes/admin/settings/class-settings-bootstrap.php:460
5508
  msgctxt "settings"
5509
  msgid "Open detailed view of listing in new tab"
5510
  msgstr ""
5511
 
5512
- #: includes/admin/settings/class-settings-bootstrap.php:470
5513
  #, fuzzy
5514
  msgctxt "settings"
5515
  msgid "Include button to report listings"
5516
  msgstr "Zurück zum Eintrag."
5517
 
5518
- #: includes/admin/settings/class-settings-bootstrap.php:479
5519
  msgctxt "settings"
5520
  msgid "Enable report listing for registered users only"
5521
  msgstr ""
5522
 
5523
- #: includes/admin/settings/class-settings-bootstrap.php:489
5524
  msgctxt "settings"
5525
  msgid "Report listing option list"
5526
  msgstr ""
5527
 
5528
- #: includes/admin/settings/class-settings-bootstrap.php:490
5529
  msgctxt "settings"
5530
  msgid ""
5531
  "Form option list to report a listing as inappropriate. One option per line."
5532
  msgstr ""
5533
 
5534
- #: includes/admin/settings/class-settings-bootstrap.php:501
5535
  #, fuzzy
5536
  msgctxt "settings"
5537
  msgid "Include listing contact form on listing pages"
5538
  msgstr "Kontaktform in Eintragsseiten einfügen?"
5539
 
5540
- #: includes/admin/settings/class-settings-bootstrap.php:502
5541
  #, fuzzy
5542
  msgctxt "settings"
5543
  msgid ""
@@ -5547,19 +5848,19 @@ msgstr ""
5547
  "Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
5548
  "bekommt eine Nachricht per E-mail zugeschickt."
5549
 
5550
- #: includes/admin/settings/class-settings-bootstrap.php:511
5551
  #, fuzzy
5552
  msgctxt "settings"
5553
  msgid "Require login for using the contact form"
5554
  msgstr "Einloggen um das Kontaktformular nutzen zu können?"
5555
 
5556
- #: includes/admin/settings/class-settings-bootstrap.php:522
5557
  #, fuzzy
5558
  msgctxt "settings"
5559
  msgid "Maximum number of daily contact form submits from registered users"
5560
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
5561
 
5562
- #: includes/admin/settings/class-settings-bootstrap.php:523
5563
  #, fuzzy
5564
  msgctxt "settings"
5565
  msgid ""
@@ -5569,13 +5870,13 @@ msgstr ""
5569
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
5570
  "unbegrenzt pro Tag."
5571
 
5572
- #: includes/admin/settings/class-settings-bootstrap.php:535
5573
  #, fuzzy
5574
  msgctxt "settings"
5575
  msgid "Maximum number of contact form submits for each listing per day"
5576
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
5577
 
5578
- #: includes/admin/settings/class-settings-bootstrap.php:536
5579
  #, fuzzy
5580
  msgctxt "settings"
5581
  msgid ""
@@ -5585,25 +5886,25 @@ msgstr ""
5585
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
5586
  "unbegrenzt pro Tag."
5587
 
5588
- #: includes/admin/settings/class-settings-bootstrap.php:548
5589
  #, fuzzy
5590
  msgctxt "settings"
5591
  msgid "Include comment form on listing pages?"
5592
  msgstr "Kommentarform einfügen in Eintragsseiten?"
5593
 
5594
- #: includes/admin/settings/class-settings-bootstrap.php:563
5595
  #, fuzzy
5596
  msgctxt "settings"
5597
  msgid "Show listings under categories on main page"
5598
  msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
5599
 
5600
- #: includes/admin/settings/class-settings-bootstrap.php:573
5601
  msgctxt "settings"
5602
  msgid ""
5603
  "Prevents featured listings from floating to the top of the selected page."
5604
  msgstr ""
5605
 
5606
- #: includes/admin/settings/class-settings-bootstrap.php:603
5607
  msgctxt "settings"
5608
  msgid ""
5609
  "The user ID or login of an existing user account. If login is not required "
@@ -5611,67 +5912,67 @@ msgid ""
5611
  "that will not a be posting a listing is best."
5612
  msgstr ""
5613
 
5614
- #: includes/admin/settings/class-settings-bootstrap.php:629
5615
  #, fuzzy
5616
  msgctxt "settings"
5617
  msgid "Edit post status"
5618
  msgstr "Post Status Bearbeiten"
5619
 
5620
- #: includes/admin/settings/class-settings-bootstrap.php:644
5621
  #, fuzzy
5622
  msgctxt "settings"
5623
  msgid "Status of deleted listings"
5624
  msgstr "Status der gelöschten Einträge"
5625
 
5626
- #: includes/admin/settings/class-settings-bootstrap.php:695
5627
  #, fuzzy
5628
  msgctxt "settings"
5629
  msgid "Submit Listing instructions message"
5630
  msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
5631
 
5632
- #: includes/admin/settings/class-settings-bootstrap.php:706
5633
  #, fuzzy
5634
  msgctxt "settings"
5635
  msgid "Order categories list by"
5636
  msgstr "Kategorieliste sortieren nach"
5637
 
5638
- #: includes/admin/settings/class-settings-bootstrap.php:720
5639
  #, fuzzy
5640
  msgctxt "settings"
5641
  msgid "Sort order for categories"
5642
  msgstr "Sortierung für Kategorien"
5643
 
5644
- #: includes/admin/settings/class-settings-bootstrap.php:733
5645
  #, fuzzy
5646
  msgctxt "settings"
5647
  msgid "Show category post count"
5648
  msgstr "Kategoriepost Anzahl anzeigen?"
5649
 
5650
- #: includes/admin/settings/class-settings-bootstrap.php:742
5651
  #, fuzzy
5652
  msgctxt "settings"
5653
  msgid "Hide empty categories"
5654
  msgstr "Leere Kategorien verbergen?"
5655
 
5656
- #: includes/admin/settings/class-settings-bootstrap.php:751
5657
  #, fuzzy
5658
  msgctxt "settings"
5659
  msgid "Show only parent categories in category list"
5660
  msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
5661
 
5662
- #: includes/admin/settings/class-settings-bootstrap.php:763
5663
  #, fuzzy
5664
  msgctxt "settings"
5665
  msgid "Order directory listings by"
5666
  msgstr "Anordnung Verzeichniseinträge durch"
5667
 
5668
- #: includes/admin/settings/class-settings-bootstrap.php:787
5669
  #, fuzzy
5670
  msgctxt "settings"
5671
  msgid "Sort directory listings by"
5672
  msgstr "Verzeichnissortierung der Einträge durch"
5673
 
5674
- #: includes/admin/settings/class-settings-bootstrap.php:788
5675
  #, fuzzy
5676
  msgctxt "settings"
5677
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
@@ -5679,25 +5980,25 @@ msgstr ""
5679
  "Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
5680
  "Reihenfolge Z-A"
5681
 
5682
- #: includes/admin/settings/class-settings-bootstrap.php:801
5683
  #, fuzzy
5684
  msgctxt "settings"
5685
  msgid "Enable sort bar"
5686
  msgstr "Sortierung aktivieren?"
5687
 
5688
- #: includes/admin/settings/class-settings-bootstrap.php:810
5689
  #, fuzzy
5690
  msgctxt "settings"
5691
  msgid "Sortbar Fields"
5692
  msgstr "Sortierbare Felder"
5693
 
5694
- #: includes/admin/settings/class-settings-bootstrap.php:829
5695
  #, fuzzy
5696
  msgctxt "settings"
5697
  msgid "Show the \"Submit listing\" button"
5698
  msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
5699
 
5700
- #: includes/admin/settings/class-settings-bootstrap.php:830
5701
  msgctxt "settings"
5702
  msgid ""
5703
  "Hides the button used by the main UI to allow listing submission, but does "
@@ -5705,79 +6006,79 @@ msgid ""
5705
  "customize the submit listing button on your own)"
5706
  msgstr ""
5707
 
5708
- #: includes/admin/settings/class-settings-bootstrap.php:840
5709
  #, fuzzy
5710
  msgctxt "settings"
5711
  msgid "Show \"Search listings\""
5712
  msgstr "\"Einträge durchsuchen\" anzeigen"
5713
 
5714
- #: includes/admin/settings/class-settings-bootstrap.php:849
5715
  #, fuzzy
5716
  msgctxt "settings"
5717
  msgid "Show the \"View Listings\" button"
5718
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
5719
 
5720
- #: includes/admin/settings/class-settings-bootstrap.php:858
5721
  #, fuzzy
5722
  msgctxt "settings"
5723
  msgid "Show the \"Manage Listings\" button"
5724
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
5725
 
5726
- #: includes/admin/settings/class-settings-bootstrap.php:902
5727
  #, fuzzy
5728
  msgctxt "settings"
5729
  msgid "Image Settings"
5730
  msgstr "Bildeinstellungen"
5731
 
5732
- #: includes/admin/settings/class-settings-bootstrap.php:907
5733
  #, fuzzy
5734
  msgctxt "settings"
5735
  msgid "Allow images"
5736
  msgstr "Bilder erlauben?"
5737
 
5738
- #: includes/admin/settings/class-settings-bootstrap.php:918
5739
  #, fuzzy
5740
  msgctxt "settings"
5741
  msgid "Min Image File Size (KB)"
5742
  msgstr "Maximale Bildgröße (KB)"
5743
 
5744
- #: includes/admin/settings/class-settings-bootstrap.php:930
5745
  #, fuzzy
5746
  msgctxt "settings"
5747
  msgid "Max Image File Size (KB)"
5748
  msgstr "Maximale Bildgröße (KB)"
5749
 
5750
- #: includes/admin/settings/class-settings-bootstrap.php:942
5751
  #, fuzzy
5752
  msgctxt "settings"
5753
  msgid "Min image width (px)"
5754
  msgstr "Bildergröße (in px):"
5755
 
5756
- #: includes/admin/settings/class-settings-bootstrap.php:952
5757
  #, fuzzy
5758
  msgctxt "settings"
5759
  msgid "Min image height (px)"
5760
  msgstr "Bilderhöhe (in px):"
5761
 
5762
- #: includes/admin/settings/class-settings-bootstrap.php:966
5763
  #, fuzzy
5764
  msgctxt "settings"
5765
  msgid "Max image width (px)"
5766
  msgstr "Maximale Bildbreite"
5767
 
5768
- #: includes/admin/settings/class-settings-bootstrap.php:978
5769
  #, fuzzy
5770
  msgctxt "settings"
5771
  msgid "Max image height (px)"
5772
  msgstr "Maximale Bildhöhe"
5773
 
5774
- #: includes/admin/settings/class-settings-bootstrap.php:990
5775
  #, fuzzy
5776
  msgctxt "settings"
5777
  msgid "Turn on thickbox/lightbox"
5778
  msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
5779
 
5780
- #: includes/admin/settings/class-settings-bootstrap.php:991
5781
  #, fuzzy
5782
  msgctxt "settings"
5783
  msgid ""
@@ -5786,31 +6087,31 @@ msgstr ""
5786
  "Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
5787
  "Erweiterungen entstehen"
5788
 
5789
- #: includes/admin/settings/class-settings-bootstrap.php:997
5790
  #, fuzzy
5791
  msgctxt "settings"
5792
  msgid "Thumbnails"
5793
  msgstr "Thumbnails"
5794
 
5795
- #: includes/admin/settings/class-settings-bootstrap.php:1004
5796
  #, fuzzy
5797
  msgctxt "settings"
5798
  msgid "Thumbnail width (px)"
5799
  msgstr "Thumbnailbreite"
5800
 
5801
- #: includes/admin/settings/class-settings-bootstrap.php:1016
5802
  #, fuzzy
5803
  msgctxt "settings"
5804
  msgid "Thumbnail height (px)"
5805
  msgstr "Thumbnailbreite"
5806
 
5807
- #: includes/admin/settings/class-settings-bootstrap.php:1026
5808
  #, fuzzy
5809
  msgctxt "settings"
5810
  msgid "Crop thumbnails to exact dimensions"
5811
  msgstr "Vorschaubild auf die exakte Maße abschneiden?"
5812
 
5813
- #: includes/admin/settings/class-settings-bootstrap.php:1027
5814
  #, fuzzy
5815
  msgctxt "settings"
5816
  msgid ""
@@ -5826,18 +6127,18 @@ msgstr ""
5826
  "Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
5827
  "Höhen haben."
5828
 
5829
- #: includes/admin/settings/class-settings-bootstrap.php:1038
5830
  msgctxt "settings"
5831
  msgid "Enforce image upload on submit/edit"
5832
  msgstr ""
5833
 
5834
- #: includes/admin/settings/class-settings-bootstrap.php:1059
5835
  #, fuzzy
5836
  msgctxt "settings"
5837
  msgid "Default thumbnail image size"
5838
  msgstr "Voreingestellter-Nutzer"
5839
 
5840
- #: includes/admin/settings/class-settings-bootstrap.php:1062
5841
  msgctxt "settings"
5842
  msgid ""
5843
  "This indicates the size of the thumbnail to be used both in excerpt and "
@@ -5846,92 +6147,92 @@ msgid ""
5846
  "width as the starting point."
5847
  msgstr ""
5848
 
5849
- #: includes/admin/settings/class-settings-bootstrap.php:1071
5850
  msgctxt "settings"
5851
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5852
  msgstr ""
5853
 
5854
- #: includes/admin/settings/class-settings-bootstrap.php:1095
5855
  msgctxt "settings"
5856
  msgid "Display featured (sticky) badge"
5857
  msgstr ""
5858
 
5859
- #: includes/admin/settings/class-settings-bootstrap.php:1109
5860
  #, fuzzy
5861
  msgctxt "settings"
5862
  msgid "Featured Badge image"
5863
  msgstr "Featured Levels Module"
5864
 
5865
- #: includes/admin/settings/class-settings-bootstrap.php:1119
5866
  #, fuzzy
5867
  msgctxt "settings"
5868
  msgid "Featured Badge URL"
5869
  msgstr "Featured Levels Module"
5870
 
5871
- #: includes/admin/settings/class-settings-bootstrap.php:1120
5872
  msgctxt "settings"
5873
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5874
  msgstr ""
5875
 
5876
- #: includes/admin/settings/class-settings-bootstrap.php:1144
5877
  #, fuzzy
5878
  msgctxt "settings"
5879
  msgid "Fee Order"
5880
  msgstr "Auftrag"
5881
 
5882
- #: includes/admin/settings/class-settings-bootstrap.php:1157
5883
  #, fuzzy
5884
  msgctxt "settings"
5885
  msgid "Put payment gateways in test mode"
5886
  msgstr "Bezahlungsgateway im Testmodus ausführen?"
5887
 
5888
- #: includes/admin/settings/class-settings-bootstrap.php:1167
5889
  #, fuzzy
5890
  msgctxt "settings"
5891
  msgid "Currency Code"
5892
  msgstr "Währungsschlüssel"
5893
 
5894
- #: includes/admin/settings/class-settings-bootstrap.php:1206
5895
  #, fuzzy
5896
  msgctxt "settings"
5897
  msgid "Currency Symbol"
5898
  msgstr "Währungssymbol"
5899
 
5900
- #: includes/admin/settings/class-settings-bootstrap.php:1216
5901
  #, fuzzy
5902
  msgctxt "settings"
5903
  msgid "Currency symbol display"
5904
  msgstr "Währungssymbol Anzeige"
5905
 
5906
- #: includes/admin/settings/class-settings-bootstrap.php:1230
5907
  msgctxt "settings"
5908
  msgid "Include plan description in receipt"
5909
  msgstr ""
5910
 
5911
- #: includes/admin/settings/class-settings-bootstrap.php:1239
5912
  #, fuzzy
5913
  msgctxt "settings"
5914
  msgid "Thank you for payment message"
5915
  msgstr "Danke für die Bezahlung Nachricht"
5916
 
5917
- #: includes/admin/settings/class-settings-bootstrap.php:1292
5918
  msgctxt "settings"
5919
  msgid "Ask users to come back for abandoned payments"
5920
  msgstr ""
5921
 
5922
- #: includes/admin/settings/class-settings-bootstrap.php:1303
5923
  #, fuzzy
5924
  msgctxt "settings"
5925
  msgid "Listing abandonment threshold (hours)"
5926
  msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
5927
 
5928
- #: includes/admin/settings/class-settings-bootstrap.php:1320
5929
  #, fuzzy
5930
  msgctxt "settings"
5931
  msgid "Display email address fields publicly"
5932
  msgstr "E-mail Adressfeld öffentlich anzeigen?"
5933
 
5934
- #: includes/admin/settings/class-settings-bootstrap.php:1321
5935
  #, fuzzy
5936
  msgctxt "settings"
5937
  msgid ""
@@ -5941,13 +6242,13 @@ msgid ""
5941
  msgstr ""
5942
  "E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
5943
 
5944
- #: includes/admin/settings/class-settings-bootstrap.php:1330
5945
  #, fuzzy
5946
  msgctxt "settings"
5947
  msgid "How to determine the listing's email address?"
5948
  msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
5949
 
5950
- #: includes/admin/settings/class-settings-bootstrap.php:1331
5951
  #, fuzzy
5952
  msgctxt "settings"
5953
  msgid ""
@@ -5957,12 +6258,12 @@ msgstr ""
5957
  "Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
5958
  "Eintrag abläuft."
5959
 
5960
- #: includes/admin/settings/class-settings-bootstrap.php:1344
5961
  msgctxt "settings"
5962
  msgid "Email Content-Type header"
5963
  msgstr ""
5964
 
5965
- #: includes/admin/settings/class-settings-bootstrap.php:1345
5966
  msgctxt "settings"
5967
  msgid ""
5968
  "Use this setting to control the format of the emails explicitly. Some "
@@ -5971,31 +6272,31 @@ msgid ""
5971
  "then \"Both\"."
5972
  msgstr ""
5973
 
5974
- #: includes/admin/settings/class-settings-bootstrap.php:1406
5975
  #, fuzzy
5976
  msgctxt "settings"
5977
  msgid "Templates"
5978
  msgstr "E-mail Templates"
5979
 
5980
- #: includes/admin/settings/class-settings-bootstrap.php:1411
5981
  #, fuzzy
5982
  msgctxt "settings"
5983
  msgid "Email confirmation message"
5984
  msgstr "Email Bestätigungsnachricht"
5985
 
5986
- #: includes/admin/settings/class-settings-bootstrap.php:1412
5987
  #, fuzzy
5988
  msgctxt "settings"
5989
  msgid "Sent after a listing has been submitted."
5990
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
5991
 
5992
- #: includes/admin/settings/class-settings-bootstrap.php:1430
5993
  #, fuzzy
5994
  msgctxt "settings"
5995
  msgid "Listing published message"
5996
  msgstr "Eintrag veröffentlicht Nachricht"
5997
 
5998
- #: includes/admin/settings/class-settings-bootstrap.php:1431
5999
  #, fuzzy
6000
  msgctxt "settings"
6001
  msgid "Sent when the listing has been published or approved by an admin."
@@ -6003,13 +6304,13 @@ msgstr ""
6003
  "Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
6004
  "wurde."
6005
 
6006
- #: includes/admin/settings/class-settings-bootstrap.php:1448
6007
  #, fuzzy
6008
  msgctxt "settings"
6009
  msgid "Listing Contact Message"
6010
  msgstr "Neue Eintrag Anweisungen"
6011
 
6012
- #: includes/admin/settings/class-settings-bootstrap.php:1449
6013
  #, fuzzy
6014
  msgctxt "settings"
6015
  msgid ""
@@ -6019,51 +6320,51 @@ msgstr ""
6019
  "An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
6020
  "verwendet."
6021
 
6022
- #: includes/admin/settings/class-settings-bootstrap.php:1489
6023
  #, fuzzy
6024
  msgctxt "settings"
6025
  msgid "Payment completed message"
6026
  msgstr "Erneuerungserinnerung E-mail Nachricht"
6027
 
6028
- #: includes/admin/settings/class-settings-bootstrap.php:1490
6029
  msgctxt "settings"
6030
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6031
  msgstr ""
6032
 
6033
- #: includes/admin/settings/class-settings-bootstrap.php:1526
6034
  #, fuzzy
6035
  msgctxt "settings"
6036
  msgid "Payment abandoned reminder message"
6037
  msgstr "Erneuerungserinnerung E-mail Nachricht"
6038
 
6039
- #: includes/admin/settings/class-settings-bootstrap.php:1652
6040
  msgctxt "settings"
6041
  msgid "Cropped"
6042
  msgstr ""
6043
 
6044
- #: includes/admin/settings/class-settings.php:510
6045
- #: includes/admin/settings/class-settings.php:521
6046
  msgctxt "settings"
6047
  msgid "\"%s\" can not be empty."
6048
  msgstr ""
6049
 
6050
- #: includes/admin/settings/class-settings.php:538
6051
  msgctxt "settings"
6052
  msgid "The slug \"%s\" is already in use for another taxonomy."
6053
  msgstr ""
6054
 
6055
- #: includes/licensing.php:238
6056
  #, fuzzy
6057
  msgctxt "settings"
6058
  msgid "Themes"
6059
  msgstr "Preise Verwalten"
6060
 
6061
- #: includes/licensing.php:290 includes/licensing.php:291
6062
  msgctxt "settings"
6063
  msgid "Please wait..."
6064
  msgstr ""
6065
 
6066
- #: includes/licensing.php:291
6067
  #, fuzzy
6068
  msgctxt "settings"
6069
  msgid "Deauthorize"
@@ -6143,27 +6444,27 @@ msgid "Invalid theme ID"
6143
  msgstr "Ungültige Feld ID"
6144
 
6145
  #: includes/admin/controllers/class-themes-admin.php:378
6146
- #: includes/admin/upgrades/class-themes-updater.php:170
6147
  msgctxt "themes"
6148
  msgid "Could not update theme: %s"
6149
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
6150
 
6151
- #: includes/admin/upgrades/class-themes-updater.php:132
6152
  msgctxt "themes"
6153
  msgid "Updating theme..."
6154
  msgstr "Theme wird aktualisiert…"
6155
 
6156
- #: includes/admin/upgrades/class-themes-updater.php:133
6157
  msgctxt "themes"
6158
  msgid "Theme updated."
6159
  msgstr "Preis aktualisiert."
6160
 
6161
- #: includes/admin/upgrades/class-themes-updater.php:135
6162
  msgctxt "themes"
6163
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6164
  msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
6165
 
6166
- #: includes/admin/upgrades/class-themes-updater.php:176
6167
  #, fuzzy
6168
  msgctxt "themes"
6169
  msgid "Theme was updated successfully."
@@ -6203,7 +6504,7 @@ msgstr ""
6203
  "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
6204
  "durchzuführen."
6205
 
6206
- #: templates/admin/csv-export.tpl.php:13
6207
  msgctxt "admin csv-export"
6208
  msgid ""
6209
  "Please note that the export process is a resource intensive task. If your "
@@ -6216,95 +6517,95 @@ msgstr ""
6216
  "Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
6217
  "'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
6218
 
6219
- #: templates/admin/csv-export.tpl.php:30
6220
  msgctxt "admin csv-export"
6221
  msgid "Export settings"
6222
  msgstr "Export Einstellungen"
6223
 
6224
- #: templates/admin/csv-export.tpl.php:36
6225
  msgctxt "admin csv-export"
6226
  msgid "Which listings to export?"
6227
  msgstr "Welche Einträge sollen exportiert werden?"
6228
 
6229
- #: templates/admin/csv-export.tpl.php:41
6230
  msgctxt "admin csv-export"
6231
  msgid "Active Only"
6232
  msgstr "Nur Aktiv"
6233
 
6234
- #: templates/admin/csv-export.tpl.php:42
6235
  msgctxt "admin csv-export"
6236
  msgid "Active + Pending Renewal"
6237
  msgstr "Aktiv + Ausstehende Erneuerungen"
6238
 
6239
- #: templates/admin/csv-export.tpl.php:50
6240
  msgctxt "admin csv-export"
6241
  msgid "Export images"
6242
  msgstr "Bilder exportieren"
6243
 
6244
- #: templates/admin/csv-export.tpl.php:65
6245
  msgctxt "admin csv-export"
6246
  msgid "Include unique IDs for each listing (sequence_id column)."
6247
  msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
6248
 
6249
- #: templates/admin/csv-export.tpl.php:78
6250
  msgctxt "admin csv-export"
6251
  msgid "Author information (username)"
6252
  msgstr "Author Informationen (Benutzername)"
6253
 
6254
- #: templates/admin/csv-export.tpl.php:88
6255
  msgctxt "admin csv-export"
6256
  msgid "Listing expiration date"
6257
  msgstr "Eintrag Enddatum"
6258
 
6259
- #: templates/admin/csv-export.tpl.php:97
6260
  #, fuzzy
6261
  msgctxt "admin csv-export"
6262
  msgid "Listing created date"
6263
  msgstr "Eintrag Bilder"
6264
 
6265
- #: templates/admin/csv-export.tpl.php:106
6266
  #, fuzzy
6267
  msgctxt "admin csv-export"
6268
  msgid "Listing last updated date"
6269
  msgstr "Eintrag Enddatum"
6270
 
6271
- #: templates/admin/csv-export.tpl.php:115
6272
  #, fuzzy
6273
  msgctxt "admin csv-export"
6274
  msgid "Listing T&C acceptance date"
6275
  msgstr "Eintrag Bilder"
6276
 
6277
- #: templates/admin/csv-export.tpl.php:128
6278
  msgctxt "admin csv-export"
6279
  msgid "What operating system will you use to edit the CSV file?"
6280
  msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
6281
 
6282
- #: templates/admin/csv-export.tpl.php:140
6283
  msgctxt "admin csv-export"
6284
  msgid "Windows"
6285
  msgstr "Windows"
6286
 
6287
- #: templates/admin/csv-export.tpl.php:148
6288
  msgctxt "admin csv-export"
6289
  msgid "macOS"
6290
  msgstr "MacOS"
6291
 
6292
- #: templates/admin/csv-export.tpl.php:162
6293
  msgctxt "admin csv-export"
6294
  msgid "Category Separator"
6295
  msgstr "Kategorietrenner"
6296
 
6297
- #: templates/admin/csv-export.tpl.php:172
6298
  msgctxt "admin csv-export"
6299
  msgid "Export Listings"
6300
  msgstr "Export Einträge"
6301
 
6302
- #: templates/admin/csv-export.tpl.php:178
6303
  msgctxt "admin csv-export"
6304
  msgid "Export in Progress..."
6305
  msgstr "Export wird durchgeführt..."
6306
 
6307
- #: templates/admin/csv-export.tpl.php:179
6308
  msgctxt "admin csv-export"
6309
  msgid ""
6310
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -6313,27 +6614,27 @@ msgstr ""
6313
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
6314
  "bis der Export abgeschlossen wurde."
6315
 
6316
- #: templates/admin/csv-export.tpl.php:182
6317
  msgctxt "admin csv-export"
6318
  msgid "No. of listings:"
6319
  msgstr "Anzahl der Einträge:"
6320
 
6321
- #: templates/admin/csv-export.tpl.php:184
6322
  msgctxt "admin csv-export"
6323
  msgid "Approximate export file size:"
6324
  msgstr "Exportdatei Größe ca. :"
6325
 
6326
- #: templates/admin/csv-export.tpl.php:191
6327
  msgctxt "admin csv-export"
6328
  msgid "Cancel Export"
6329
  msgstr "Export abbrechen"
6330
 
6331
- #: templates/admin/csv-export.tpl.php:196
6332
  msgctxt "admin csv-export"
6333
  msgid "Export Complete"
6334
  msgstr "Export vollständig"
6335
 
6336
- #: templates/admin/csv-export.tpl.php:197
6337
  msgctxt "admin csv-export"
6338
  msgid ""
6339
  "Your export file has been successfully created and it is now ready for "
@@ -6342,13 +6643,13 @@ msgstr ""
6342
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
6343
  "Verfügung."
6344
 
6345
- #: templates/admin/csv-export.tpl.php:202
6346
  #, fuzzy
6347
  msgctxt "admin csv-export"
6348
  msgid "Download %1$s (%2$s)"
6349
  msgstr "Herunterladen %s (%s)"
6350
 
6351
- #: templates/admin/csv-export.tpl.php:210
6352
  msgctxt "admin csv-export"
6353
  msgid ""
6354
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -6357,37 +6658,37 @@ msgstr ""
6357
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
6358
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
6359
 
6360
- #: templates/admin/csv-export.tpl.php:211
6361
  msgctxt "admin csv-export"
6362
  msgid "Cleanup"
6363
  msgstr "Bereinigen"
6364
 
6365
- #: templates/admin/csv-export.tpl.php:216
6366
  msgctxt "admin csv-export"
6367
  msgid "Export Canceled"
6368
  msgstr "Export abgebrochen"
6369
 
6370
- #: templates/admin/csv-export.tpl.php:217
6371
  msgctxt "admin csv-export"
6372
  msgid "The export has been canceled."
6373
  msgstr "Der Export wurde abgebrochen."
6374
 
6375
- #: templates/admin/csv-export.tpl.php:218
6376
  msgctxt "admin csv-export"
6377
  msgid "← Return to CSV Export"
6378
  msgstr "← Zurück nach CSV Export"
6379
 
6380
- #: includes/admin/csv-import.php:177
6381
  msgctxt "admin csv-import"
6382
  msgid "Whatever"
6383
  msgstr "BeispielText"
6384
 
6385
- #: includes/admin/csv-import.php:348
6386
  msgctxt "admin csv-import"
6387
  msgid "Please upload or select a CSV file."
6388
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
6389
 
6390
- #: includes/admin/csv-import.php:377
6391
  msgctxt "admin csv-import"
6392
  msgid ""
6393
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6396,14 +6697,14 @@ msgstr ""
6396
  "Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
6397
  "beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
6398
 
6399
- #: includes/admin/csv-import.php:386
6400
  msgctxt "admin csv-import"
6401
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6402
  msgstr ""
6403
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6404
  "geschrieben."
6405
 
6406
- #: includes/admin/helpers/csv/class-csv-import.php:533
6407
  msgctxt "admin csv-import"
6408
  msgid ""
6409
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6412,32 +6713,32 @@ msgstr ""
6412
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6413
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6414
 
6415
- #: includes/admin/helpers/csv/class-csv-import.php:539
6416
  msgctxt "admin csv-import"
6417
  msgid "Could not create listing category \"%s\""
6418
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6419
 
6420
- #: includes/admin/helpers/csv/class-csv-import.php:730
6421
  msgctxt "admin csv-import"
6422
  msgid "Username \"%s\" does not exist"
6423
  msgstr "Benutzername \"%s\" existiert nicht"
6424
 
6425
- #: includes/admin/helpers/csv/class-csv-import.php:757
6426
  msgctxt "admin csv-import"
6427
  msgid "There is no Plan with ID = <fee-id>"
6428
  msgstr ""
6429
 
6430
- #: includes/admin/helpers/csv/class-csv-import.php:788
6431
  msgctxt "admin csv-import"
6432
  msgid "Missing required field: %s"
6433
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6434
 
6435
- #: includes/admin/helpers/csv/class-csv-import.php:833
6436
  msgctxt "admin csv-import"
6437
  msgid "Listing category \"%s\" does not exist"
6438
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6439
 
6440
- #: includes/admin/helpers/csv/class-csv-import.php:907
6441
  msgctxt "admin csv-import"
6442
  msgid "The string <string> couldn't be converted into a valid date."
6443
  msgstr ""
@@ -6574,40 +6875,34 @@ msgctxt "admin csv-import"
6574
  msgid "Warning"
6575
  msgstr "Warnung"
6576
 
6577
- #: templates/admin/csv-import.tpl.php:27
6578
- msgctxt "admin csv-import"
6579
- msgid "Here, you can import data into your directory using the CSV format."
6580
- msgstr ""
6581
- "Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
6582
-
6583
- #: templates/admin/csv-import.tpl.php:61 templates/admin/csv-import.tpl.php:90
6584
  msgctxt "admin csv-import"
6585
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6586
  msgstr ""
6587
  "... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
6588
 
6589
- #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:101
6590
  msgctxt "admin csv-import"
6591
  msgid "(Upload new file)"
6592
  msgstr "(Neue Datei hochladen)"
6593
 
6594
- #: templates/admin/csv-import.tpl.php:126
6595
  msgctxt "admin csv-import"
6596
  msgid "Comma (,)"
6597
  msgstr "Komma (,)"
6598
 
6599
- #: templates/admin/csv-import.tpl.php:133
6600
  msgctxt "admin csv-import"
6601
  msgid "Semicolon (;)"
6602
  msgstr "Semikolon (;)"
6603
 
6604
- #: templates/admin/csv-import.tpl.php:192
6605
  #, fuzzy
6606
  msgctxt "admin csv-import"
6607
  msgid "Preserve existing status"
6608
  msgstr "Einträge"
6609
 
6610
- #: templates/admin/csv-import.tpl.php:243
6611
  msgctxt "admin csv-import"
6612
  msgid ""
6613
  "Select a default user to be used if the username column is not present in "
@@ -6616,17 +6911,17 @@ msgstr ""
6616
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
6617
  "Spalte in der CSV-Datei nicht vorhanden ist."
6618
 
6619
- #: templates/admin/csv-import.tpl.php:277
6620
  msgctxt "admin csv-import"
6621
  msgid "Test Import"
6622
  msgstr "Importtest"
6623
 
6624
- #: templates/admin/csv-import.tpl.php:278
6625
  msgctxt "admin csv-import"
6626
  msgid "Import Listings"
6627
  msgstr "Einträge importieren"
6628
 
6629
- #: templates/admin/csv-import.tpl.php:328
6630
  #, fuzzy
6631
  msgctxt "admin csv-import"
6632
  msgid ""
@@ -6636,7 +6931,7 @@ msgstr ""
6636
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6637
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6638
 
6639
- #: templates/admin/csv-import.tpl.php:349
6640
  msgctxt "admin csv-import"
6641
  msgid ""
6642
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6644,7 +6939,7 @@ msgstr ""
6644
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
6645
  "externer Quellen durchzuführen."
6646
 
6647
- #: templates/admin/csv-import.tpl.php:356
6648
  msgctxt "admin csv-import"
6649
  msgid ""
6650
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6653,7 +6948,7 @@ msgstr ""
6653
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6654
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6655
 
6656
- #: includes/admin/csv-import.php:304
6657
  #, fuzzy
6658
  msgctxt "csv import"
6659
  msgid ""
@@ -6691,82 +6986,23 @@ msgctxt "listing metabox"
6691
  msgid "No payments available."
6692
  msgstr "verfügbare Bilder:"
6693
 
6694
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:12
6695
- #, fuzzy
6696
- msgctxt "listing metabox"
6697
- msgid "General Info"
6698
- msgstr "Allgemeine Informationen"
6699
-
6700
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:14
6701
- #, fuzzy
6702
- msgctxt "listing metabox"
6703
- msgid "Listing Status"
6704
- msgstr "Einträge"
6705
-
6706
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:20
6707
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:31
6708
- #, fuzzy
6709
- msgctxt "listing metabox"
6710
- msgid "N/A"
6711
- msgstr "keine Angabe"
6712
-
6713
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:27
6714
- #, fuzzy
6715
- msgctxt "listing metabox"
6716
- msgid "Last renew date"
6717
- msgstr "Erneuerungsdatum"
6718
-
6719
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:35
6720
  #, fuzzy
6721
  msgctxt "listing metabox"
6722
  msgid "Plan Details"
6723
  msgstr "Details planen"
6724
 
6725
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:46
6726
  msgctxt "listing metabox"
6727
  msgid "Change plan"
6728
  msgstr ""
6729
 
6730
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:69
6731
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
6732
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:106
6733
- #, fuzzy
6734
- msgctxt "listing metabox"
6735
- msgid "OK"
6736
- msgstr "OK"
6737
-
6738
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:70
6739
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:92
6740
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:107
6741
- #, fuzzy
6742
- msgctxt "listing metabox"
6743
- msgid "Cancel"
6744
- msgstr "Abbrechen"
6745
-
6746
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
6747
- #, fuzzy
6748
- msgctxt "listing metabox"
6749
- msgid "Expires On"
6750
- msgstr "Läuft ab am"
6751
-
6752
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
6753
  #, fuzzy
6754
  msgctxt "listing metabox"
6755
  msgid "# of images"
6756
  msgstr "# Bilder"
6757
 
6758
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:110
6759
- #, fuzzy
6760
- msgctxt "listing metabox"
6761
- msgid "Is Featured?"
6762
- msgstr "% Feed"
6763
-
6764
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:117
6765
- #, fuzzy
6766
- msgctxt "listing metabox"
6767
- msgid "Is Recurring?"
6768
- msgstr "(wiederkehrend)"
6769
-
6770
  #: includes/admin/helpers/class-listing-timeline.php:111
6771
  #, fuzzy
6772
  msgctxt "listing timeline"
@@ -6806,51 +7042,51 @@ msgctxt "admin fees table"
6806
  msgid "All"
6807
  msgstr "Alle"
6808
 
6809
- #: includes/admin/settings/class-settings-bootstrap.php:619
6810
- #: includes/admin/settings/class-settings-bootstrap.php:632
6811
  msgctxt "post status"
6812
  msgid "Published"
6813
  msgstr "Veröffentlicht"
6814
 
6815
- #: includes/admin/settings/class-settings-bootstrap.php:647
6816
  msgctxt "post status"
6817
  msgid "Draft"
6818
  msgstr ""
6819
 
6820
- #: includes/admin/settings/class-settings-bootstrap.php:648
6821
  msgctxt "post status"
6822
  msgid "Trash"
6823
  msgstr ""
6824
 
6825
  #. translators: %s: url shortcode
6826
- #: includes/admin/settings/class-settings-bootstrap.php:1454
6827
  msgctxt "contact email"
6828
  msgid "You have received a reply from your listing at %s."
6829
  msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
6830
 
6831
  #. translators: %s: name shortcode
6832
- #: includes/admin/settings/class-settings-bootstrap.php:1457
6833
  msgctxt "contact email"
6834
  msgid "Name: %s"
6835
  msgstr "Name: %s"
6836
 
6837
- #: includes/admin/settings/class-settings-bootstrap.php:1465
6838
  msgctxt "contact email"
6839
  msgid "Message:"
6840
  msgstr "Nachricht:"
6841
 
6842
  #. translators: %s: date shortcode
6843
- #: includes/admin/settings/class-settings-bootstrap.php:1469
6844
  msgctxt "contact email"
6845
  msgid "Time: %s"
6846
  msgstr "Zeit: %s"
6847
 
6848
- #: includes/admin/tracking.php:189
6849
  msgctxt "tracking"
6850
  msgid "Help Improve Business Directory"
6851
  msgstr "Hilf Business Directory zu unterstützen"
6852
 
6853
- #: includes/admin/tracking.php:191
6854
  msgctxt "tracking"
6855
  msgid ""
6856
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6861,7 +7097,7 @@ msgstr ""
6861
  "verfolgen um Informationen zu sammeln die uns helfen, das Modul weiter zu "
6862
  "entwickeln?"
6863
 
6864
- #: includes/admin/tracking.php:193
6865
  msgctxt "tracking"
6866
  msgid "What do you track?"
6867
  msgstr "Was verfolgst du?"
@@ -6954,35 +7190,35 @@ msgstr ""
6954
  "inkompatibel mit der aktuellen Version des Branchenverzeichnisses ist. Bitte "
6955
  "aktualisiere das Regionenmodul. "
6956
 
6957
- #: includes/admin/upgrades/migrations/migration-3_7.php:37
6958
  #, fuzzy
6959
  msgctxt "installer"
6960
  msgid "Migrating payments information."
6961
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
6962
 
6963
- #: includes/admin/upgrades/migrations/migration-3_7.php:61
6964
  #, fuzzy
6965
  msgctxt "installer"
6966
  msgid "Cleaning up plan information... %1$d/%2$d"
6967
  msgstr "Informationen der Preispakte säubern... %d/%d"
6968
 
6969
- #: includes/admin/upgrades/migrations/migration-3_7.php:119
6970
  #, fuzzy
6971
  msgctxt "installer"
6972
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6973
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
6974
 
6975
- #: includes/admin/upgrades/migrations/migration-3_7.php:148
6976
  msgctxt "installer"
6977
  msgid "Initial listing payment (BD < 3.4)"
6978
  msgstr "Initialbezahlung Eintrag (BD < 3.4)"
6979
 
6980
- #: includes/admin/upgrades/migrations/migration-3_7.php:159
6981
  msgctxt "installer"
6982
  msgid "Listing edit payment (BD < 3.4)"
6983
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
6984
 
6985
- #: includes/admin/upgrades/migrations/migration-3_7.php:201
6986
  msgctxt "installer"
6987
  msgid "Listing upgrade to featured"
6988
  msgstr "Eintrag aktualisieren auf Hervorhebung"
@@ -7159,13 +7395,13 @@ msgctxt "listing"
7159
  msgid "(Unavailable Plan)"
7160
  msgstr "(Preis nicht verfügbar)"
7161
 
7162
- #: includes/models/class-listing.php:876
7163
  #, fuzzy
7164
  msgctxt "listing"
7165
  msgid "Plan \"%s\" (recurring)"
7166
  msgstr "(wiederkehrend)"
7167
 
7168
- #: includes/models/class-listing.php:878
7169
  msgctxt "listing"
7170
  msgid "Plan \"%s\""
7171
  msgstr ""
@@ -7232,13 +7468,13 @@ msgctxt "notify email"
7232
  msgid "Payment Details"
7233
  msgstr "Bezahldetails"
7234
 
7235
- #: templates/email/listing-payment-completed.tpl.php:33
7236
  #, fuzzy
7237
  msgctxt "notify email"
7238
  msgid "Listing URL"
7239
  msgstr "Eintrags URL"
7240
 
7241
- #: templates/email/listing-payment-completed.tpl.php:35
7242
  #, fuzzy
7243
  msgctxt "notify email"
7244
  msgid "Listing admin URL"
@@ -7432,19 +7668,7 @@ msgctxt "delete listing"
7432
  msgid "Your listing has been deleted."
7433
  msgstr "Dein Eintrag wurde gelöscht."
7434
 
7435
- #: templates/delete-listing-confirm.tpl.php:7
7436
- msgctxt "delete listing"
7437
- msgid ""
7438
- "Your listing is associated to a recurring payment. If you don't cancel the "
7439
- "recurring payment before deleting the listing, you might be charged for "
7440
- "additional periods even though your listing won't be available."
7441
- msgstr ""
7442
- "Ihr Eintrag ist assoziiert mit einem Abbuchungsverfahren. Wenn die die "
7443
- "Abbuchung nicht beenden bevor Sie den Eintrag löschen, werden Sie "
7444
- "möglicherweise neu belastet für einen weiteren Zeitraum, auch wenn Ihr "
7445
- "Eintrag gelöscht wurde."
7446
-
7447
- #: templates/delete-listing-confirm.tpl.php:12
7448
  msgctxt "delete listing"
7449
  msgid ""
7450
  "Please visit <a>Manage recurring payments</a> to review your current "
@@ -7453,7 +7677,7 @@ msgstr ""
7453
  "Bitte besuchen Sie <a>Zahlungsarten verwalten</a> um deine aktuellen "
7454
  "Zahlungsarten einzusehen."
7455
 
7456
- #: templates/delete-listing-confirm.tpl.php:18
7457
  msgctxt "delete listing"
7458
  msgid "You are about to remove your listing \"%s\" from the directory."
7459
  msgstr ""
@@ -7539,7 +7763,7 @@ msgctxt "templates"
7539
  msgid "There are currently no listings in the directory."
7540
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
7541
 
7542
- #: includes/controllers/pages/class-main.php:17
7543
  msgctxt "templates"
7544
  msgid ""
7545
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -7588,27 +7812,27 @@ msgid ""
7588
  "an existing field"
7589
  msgstr ""
7590
 
7591
- #: includes/controllers/pages/class-submit-listing.php:1284
7592
  msgctxt "templates"
7593
  msgid "Please agree to the Terms and Conditions."
7594
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7595
 
7596
- #: includes/controllers/pages/class-submit-listing.php:1298
7597
  msgctxt "templates"
7598
  msgid "I agree to the <a>Terms and Conditions</a>"
7599
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7600
 
7601
- #: includes/helpers/functions/general.php:1366
7602
  msgctxt "templates"
7603
  msgid "Return to results"
7604
  msgstr "Zurück zu den Ergebnissen"
7605
 
7606
- #: includes/helpers/functions/templates-ui.php:223
7607
  msgctxt "templates"
7608
  msgid "No listing categories found."
7609
  msgstr "Keine Eintragskategorie gefunden."
7610
 
7611
- #: includes/helpers/functions/templates-ui.php:374
7612
  msgctxt "templates"
7613
  msgid "Advanced Search"
7614
  msgstr "Erweiterte Suche"
@@ -8008,35 +8232,35 @@ msgctxt "submit listing"
8008
  msgid "Please choose a valid plan for your category selection."
8009
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8010
 
8011
- #: includes/controllers/pages/class-submit-listing.php:1204
8012
  #, fuzzy
8013
  msgctxt "submit listing"
8014
  msgid "Please enter your desired username."
8015
  msgstr "Bitte geben Sie einen Namen ein."
8016
 
8017
- #: includes/controllers/pages/class-submit-listing.php:1209
8018
  #, fuzzy
8019
  msgctxt "submit listing"
8020
  msgid "Please enter the e-mail for your new account."
8021
  msgstr "Bitte geben Sie einen Namen ein."
8022
 
8023
- #: includes/controllers/pages/class-submit-listing.php:1214
8024
  msgctxt "submit listing"
8025
  msgid "The username you chose is already in use. Please use a different one."
8026
  msgstr ""
8027
 
8028
- #: includes/controllers/pages/class-submit-listing.php:1219
8029
  msgctxt "submit listing"
8030
  msgid "The e-mail address you chose for your account is already in use."
8031
  msgstr ""
8032
 
8033
- #: includes/models/class-payment.php:257
8034
  #, fuzzy
8035
  msgctxt "submit listing"
8036
  msgid "Listing submitted by admin. Payment skipped."
8037
  msgstr "Eintrag zusenden (Initialbezahlung)"
8038
 
8039
- #: includes/controllers/pages/class-submit-listing.php:1159
8040
  msgctxt "listing submit"
8041
  msgid ""
8042
  "Image upload is required, please provide at least one image and submit again."
@@ -8265,7 +8489,7 @@ msgctxt "authorize-net"
8265
  msgid "Transaction Key is missing."
8266
  msgstr "Transaktionen"
8267
 
8268
- #: includes/gateways/class-gateway-authorize-net.php:103
8269
  #, fuzzy
8270
  msgctxt "authorize-net"
8271
  msgid ""
@@ -8275,7 +8499,7 @@ msgstr ""
8275
  "Ihre Zahlung wartet derzeit auf eine Prüfung. Folgender Grund wurde "
8276
  "angegeben: \"%s\"."
8277
 
8278
- #: includes/gateways/class-gateway-authorize-net.php:112
8279
  #, fuzzy
8280
  msgctxt "authorize-net"
8281
  msgid ""
@@ -8285,17 +8509,17 @@ msgstr ""
8285
  "Das Bezahlung mit Ihrer Kreditkarte ist fehlgeschlagen. Folgender Grund "
8286
  "wurde angeben: \"%s\"."
8287
 
8288
- #: includes/gateways/class-gateway-authorize-net.php:121
8289
  msgctxt "authorize-net"
8290
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8291
  msgstr "Die Zahlung wurde abgelehnt. Folgender Grund wurde angegeben: \"%s\"."
8292
 
8293
- #: includes/gateways/class-gateway-authorize-net.php:181
8294
  msgctxt "authorize-net"
8295
  msgid "Payment failed. Reason: %s"
8296
  msgstr ""
8297
 
8298
- #: includes/gateways/class-gateway-authorize-net.php:206
8299
  #, fuzzy
8300
  msgctxt "authorize-net"
8301
  msgid "Listing #%d"
@@ -8329,12 +8553,12 @@ msgstr ""
8329
  "Beim Senden der Zugriffsschlüssel an Ihre E-Mail-Adresse ist ein Fehler "
8330
  "aufgetreten. Bitte versuche es erneut."
8331
 
8332
- #: includes/helpers/class-fs.php:112
8333
  msgctxt "fs helper"
8334
  msgid "Destination dir \"%s\" is not writable."
8335
  msgstr "Eintragskategorie \"%s\" existiert nicht"
8336
 
8337
- #: includes/helpers/functions/templates-ui.php:401
8338
  msgctxt "templates sort"
8339
  msgid "Sort By:"
8340
  msgstr "Sortieren nach"
@@ -8365,19 +8589,19 @@ msgctxt "default category name"
8365
  msgid "General"
8366
  msgstr "Allgemein"
8367
 
8368
- #: includes/licensing.php:541
8369
  msgctxt "licensing"
8370
  msgid "Could not contact licensing server"
8371
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8372
 
8373
- #: includes/licensing.php:554
8374
  msgctxt "licensing"
8375
  msgid ""
8376
  "It was not possible to establish a connection with Business Directory's "
8377
  "server. cURL was not found in your system"
8378
  msgstr ""
8379
 
8380
- #: includes/licensing.php:556 includes/licensing.php:586
8381
  msgctxt "licensing"
8382
  msgid ""
8383
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8386,7 +8610,7 @@ msgid ""
8386
  "1.0.1c)."
8387
  msgstr ""
8388
 
8389
- #: includes/licensing.php:558 includes/licensing.php:588
8390
  msgctxt "licensing"
8391
  msgid ""
8392
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8394,47 +8618,47 @@ msgid ""
8394
  "services using the latest security standards."
8395
  msgstr ""
8396
 
8397
- #: includes/licensing.php:560
8398
  msgctxt "licensing"
8399
  msgid ""
8400
  "Please contact your hosting provider and ask them to upgrade your system. "
8401
  "Include this message if necessary"
8402
  msgstr ""
8403
 
8404
- #: includes/licensing.php:590
8405
  msgctxt "licensing"
8406
  msgid ""
8407
  "Please contact your hosting provider and ask them to upgrade your system. "
8408
  "Include this message if necessary."
8409
  msgstr ""
8410
 
8411
- #: includes/licensing.php:626
8412
  msgctxt "licensing"
8413
  msgid "The server returned a 403 Forbidden error."
8414
  msgstr ""
8415
 
8416
- #: includes/licensing.php:872
8417
  msgctxt "licensing"
8418
  msgid "Could not activate license: %s."
8419
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8420
 
8421
- #: includes/licensing.php:877
8422
  msgctxt "licensing"
8423
  msgid "License activated"
8424
  msgstr "Lizenz aktiviert"
8425
 
8426
- #: includes/licensing.php:909
8427
  msgctxt "licensing"
8428
  msgid "Could not deactivate license: %s."
8429
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8430
 
8431
- #: includes/licensing.php:911
8432
  msgctxt "licensing"
8433
  msgid "License deactivated"
8434
  msgstr "Lizenz deaktiviert"
8435
 
8436
  #. translators: "<module-name>" version <version-number> is not...
8437
- #: includes/licensing.php:1151
8438
  msgctxt "deprecation"
8439
  msgid ""
8440
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8453,20 +8677,20 @@ msgid_plural "%d images allowed."
8453
  msgstr[0] "%d Bild erlaubt."
8454
  msgstr[1] "%d Bilder erlaubt."
8455
 
8456
- #: includes/models/class-fee-plan.php:401
8457
  #, fuzzy
8458
  msgctxt "fees-api"
8459
  msgid "Plan label is required."
8460
  msgstr "Feldbezeichnung ist Pflichtfeld."
8461
 
8462
- #: includes/models/class-fee-plan.php:407
8463
  msgctxt "fees-api"
8464
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8465
  msgstr ""
8466
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
8467
  "Tage)."
8468
 
8469
- #: includes/models/class-fee-plan.php:412
8470
  msgctxt "fees-api"
8471
  msgid ""
8472
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8474,7 +8698,7 @@ msgid ""
8474
  "<a>plan</a> appropriately."
8475
  msgstr ""
8476
 
8477
- #: includes/models/class-fee-plan.php:415
8478
  msgctxt "fees-api"
8479
  msgid ""
8480
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -8498,35 +8722,35 @@ msgctxt "payment"
8498
  msgid "Renewal payment (\"%s\")"
8499
  msgstr "Bezahlung zurückweisen"
8500
 
8501
- #: includes/models/class-payment.php:373
8502
  #, fuzzy
8503
  msgctxt "payment"
8504
  msgid "Pending"
8505
  msgstr "Ausstehend"
8506
 
8507
- #: includes/models/class-payment.php:374
8508
  msgctxt "payment"
8509
  msgid "Failed"
8510
  msgstr ""
8511
 
8512
- #: includes/models/class-payment.php:375
8513
  #, fuzzy
8514
  msgctxt "payment"
8515
  msgid "Completed"
8516
  msgstr "Abgeschlossen"
8517
 
8518
- #: includes/models/class-payment.php:376
8519
  #, fuzzy
8520
  msgctxt "payment"
8521
  msgid "Canceled"
8522
  msgstr "Abgebrochen"
8523
 
8524
- #: includes/models/class-payment.php:377
8525
  msgctxt "payment"
8526
  msgid "On Hold"
8527
  msgstr ""
8528
 
8529
- #: includes/models/class-payment.php:378
8530
  msgctxt "payment"
8531
  msgid "Refunded"
8532
  msgstr ""
@@ -8571,28 +8795,23 @@ msgstr ""
8571
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
8572
  "\"in deiner php.ini an."
8573
 
8574
- #: includes/widgets/widget-featured-listings.php:12
8575
  msgctxt "widgets"
8576
  msgid "Business Directory - Featured Listings"
8577
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
8578
 
8579
- #: includes/widgets/widget-featured-listings.php:13
8580
  msgctxt "widgets"
8581
  msgid "Displays a list of the featured/sticky listings in the directory."
8582
  msgstr ""
8583
  "Eine Liste aller Hervorgehobenen/unbeweglichen Einträge im Verzeichnis "
8584
  "anzeigen."
8585
 
8586
- #: includes/widgets/widget-featured-listings.php:15
8587
  msgctxt "widgets"
8588
  msgid "Featured Listings"
8589
  msgstr "Top Einträge"
8590
 
8591
- #: includes/widgets/widget-featured-listings.php:24
8592
- msgctxt "widgets"
8593
- msgid "Display listings in random order"
8594
- msgstr "Einträge zufällig anordnen"
8595
-
8596
  #: includes/widgets/widget-latest-listings.php:13
8597
  msgctxt "widgets"
8598
  msgid "Business Directory - Latest Listings"
@@ -8608,17 +8827,17 @@ msgctxt "widgets"
8608
  msgid "Latest Listings"
8609
  msgstr "Neuste Einträge"
8610
 
8611
- #: includes/widgets/widget-random-listings.php:12
8612
  msgctxt "widgets"
8613
  msgid "Business Directory - Random Listings"
8614
  msgstr "Branchenverzeichnis - Zufallseinträge"
8615
 
8616
- #: includes/widgets/widget-random-listings.php:13
8617
  msgctxt "widgets"
8618
  msgid "Displays a list of random listings from the Business Directory."
8619
  msgstr "Anzeige einer Zufallsliste der Einträge im Branchenverzeichnis."
8620
 
8621
- #: includes/widgets/widget-random-listings.php:15
8622
  msgctxt "widgets"
8623
  msgid "Random Listings"
8624
  msgstr "Zufällige Einträge"
@@ -8702,30 +8921,30 @@ msgid ""
8702
  "we'll answer it within 24 hours most days."
8703
  msgstr ""
8704
 
8705
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8706
  #, fuzzy
8707
  msgctxt "admin infometabox"
8708
  msgid "Renewal url (copy & paste)"
8709
  msgstr "URL Erneuern (kopieren & einfügen)"
8710
 
8711
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8712
  msgctxt "admin infometabox"
8713
  msgid "Get renewal URL"
8714
  msgstr ""
8715
 
8716
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:141
8717
  #, fuzzy
8718
  msgctxt "admin infometabox"
8719
  msgid "Send renewal e-mail"
8720
  msgstr "Erneuerungsmail an Benutzer schicken"
8721
 
8722
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:146
8723
  #, fuzzy
8724
  msgctxt "admin infometabox"
8725
  msgid "Renew listing"
8726
  msgstr "Eintrag erneuern"
8727
 
8728
- #: templates/admin/themes-delete-confirm.tpl.php:12
8729
  msgctxt "themes admin"
8730
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8731
  msgstr ""
@@ -8756,41 +8975,30 @@ msgctxt "uninstall"
8756
  msgid "Other"
8757
  msgstr "andere"
8758
 
8759
- #: templates/admin/uninstall-capture-form.tpl.php:16
8760
- msgctxt "uninstall"
8761
- msgid ""
8762
- "We're sorry to see you leave. Could you take 10 seconds and answer one "
8763
- "question for us to help us make the product better for everyone in the "
8764
- "future?"
8765
- msgstr ""
8766
- "Schade das du uns verlässt. Könntest du dir 10 Sekunden Zeit nehmen und "
8767
- "einige Fragen für uns beantworten, die uns dabei unterstützen das Produkt "
8768
- "weiter zu verbessern?"
8769
-
8770
- #: templates/admin/uninstall-capture-form.tpl.php:19
8771
  msgctxt "uninstall"
8772
  msgid "Why are you deleting Business Directory Plugin?"
8773
  msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
8774
 
8775
- #: templates/admin/uninstall-capture-form.tpl.php:22
8776
  #, fuzzy
8777
  msgctxt "uninstall"
8778
  msgid "Please choose an option."
8779
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8780
 
8781
- #: templates/admin/uninstall-capture-form.tpl.php:34
8782
  msgctxt "uninstall"
8783
  msgid "Please tell us why are you deleting Business Directory Plugin."
8784
  msgstr ""
8785
  "Bitte teile uns mit warum du die Branchenverzeichniserweiterung löscht."
8786
 
8787
- #: templates/admin/uninstall-capture-form.tpl.php:37
8788
  #, fuzzy
8789
  msgctxt "uninstall"
8790
  msgid "Please enter your reasons."
8791
  msgstr "Bitte geben Sie einen Namen ein."
8792
 
8793
- #: templates/admin/uninstall-capture-form.tpl.php:46
8794
  msgctxt "uninstall"
8795
  msgid "Uninstall Plugin"
8796
  msgstr "Erweiterung Deinstallieren"
@@ -8939,7 +9147,7 @@ msgctxt "manage recurring"
8939
  msgid "Listing"
8940
  msgstr "Einträge"
8941
 
8942
- #: templates/manage-recurring.tpl.php:40
8943
  msgctxt "manage recurring"
8944
  msgid "Cancel recurring payment"
8945
  msgstr "Zahlung beenden"
@@ -8954,7 +9162,7 @@ msgstr ""
8954
  "Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
8955
  "erneuern. Dies wird automatisch durchgeführt."
8956
 
8957
- #: templates/renew-listing-manage-subscription.tpl.php:27
8958
  #, fuzzy
8959
  msgctxt "renew"
8960
  msgid ""
@@ -8965,7 +9173,7 @@ msgstr ""
8965
  "Wenn Sie Ihr Abonnement beenden möchten können Sie das auf dieser Seite tun. "
8966
  "Sie können die Einstellungen bei der Erneuerung des Eintrags ändern."
8967
 
8968
- #: templates/renew-listing-manage-subscription.tpl.php:34
8969
  #, fuzzy
8970
  msgctxt "renew"
8971
  msgid "Go to Manage Recurring Payments page"
@@ -8981,6 +9189,36 @@ msgctxt "send-access-keys"
8981
  msgid "Continue"
8982
  msgstr "Weiter"
8983
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8984
  #, fuzzy
8985
  #~ msgid "Add New Category"
8986
  #~ msgstr "Kategorien"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-04-27 20:19:58+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."
44
 
45
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
46
  #: includes/admin/helpers/tables/class-fees-table.php:64
47
+ #: includes/admin/settings/class-settings-bootstrap.php:679
48
+ #: includes/admin/settings/class-settings-bootstrap.php:680
49
  #: includes/helpers/class-app.php:92
50
  #, fuzzy
51
  msgid "Listings"
73
  msgstr "Verzeichnis Kategorie"
74
 
75
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
76
+ #: includes/admin/settings/class-settings-bootstrap.php:691
77
+ #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
+ #: includes/helpers/functions/templates-ui.php:310
80
  msgid "Directory"
81
  msgstr "Verzeichnis"
82
 
102
  msgid "Yes, please!"
103
  msgstr "Ja, bitte!"
104
 
105
+ #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
106
  #, fuzzy
107
  msgid "No, thanks"
108
  msgstr "Nein, danke"
136
  msgstr "Formularfelder"
137
 
138
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
139
+ #: includes/licensing.php:219
140
  #, fuzzy
141
  msgid "Modules"
142
  msgstr "Installierte Module"
163
 
164
  #: includes/admin/class-admin.php:1198
165
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
166
+ #: includes/admin/helpers/tables/class-payments-table.php:64
167
  #: templates/email/listing-added.tpl.php:7
168
  #: templates/email/listing-edited.tpl.php:13
169
  #: templates/email/listing-reported.tpl.php:9
172
  msgstr "ID"
173
 
174
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
175
+ #: includes/admin/settings/class-settings-bootstrap.php:717
176
  #, fuzzy
177
  msgid "Listing Count"
178
  msgstr "Anzahl Einträge"
239
  msgid "Listing Payments Information"
240
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
241
 
242
+ #: includes/admin/class-payment-personal-data-provider.php:92
243
  #, fuzzy
244
  msgid ""
245
  "An unknown error occurred while trying to delete listing payment information "
250
  msgid "Business Directory Plugin"
251
  msgstr "Business Directory Plugin"
252
 
253
+ #: includes/admin/controllers/class-admin-controller.php:87
254
+ #: includes/admin/helpers/tables/class-fees-table.php:181
255
  #: templates/admin/payments-note.tpl.php:13
256
+ #: templates/delete-listing-confirm.tpl.php:22
257
  #, fuzzy
258
  msgid "Are you sure you want to do this?"
259
  msgstr "Möchtest du das wirklich tun?"
274
  msgstr "Beispiel CSV Import Datei anschauen"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:54
277
+ #: templates/admin/csv-import.tpl.php:287
278
  #, fuzzy
279
  msgid "Help"
280
  msgstr "Hilfe "
281
 
282
+ #: includes/admin/controllers/class-admin-fees.php:46
283
+ #: includes/admin/helpers/tables/class-payments-table.php:67
284
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
285
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
286
  #: templates/admin/payments-details.tpl.php:113
287
  #: templates/email/listing-payment-completed.tpl.php:21
288
  #: templates/payment/payment_items.tpl.php:5
290
  msgid "Amount"
291
  msgstr "Preis"
292
 
293
+ #: includes/admin/controllers/class-admin-fees.php:48
294
  #: includes/admin/helpers/tables/class-fees-table.php:65
295
+ #: includes/admin/settings/class-settings-bootstrap.php:907
296
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
297
  #, fuzzy
298
  msgid "Images"
299
  msgstr "Bilder"
300
 
301
+ #: includes/admin/controllers/class-admin-fees.php:80
302
  #: includes/admin/helpers/class-modules-list.php:236
303
  #, fuzzy
304
  msgid "Upgrade"
305
  msgstr "Aktualisieren auf %s"
306
 
307
+ #: includes/admin/controllers/class-admin-fees.php:91
308
  msgid "Set Up"
309
  msgstr ""
310
 
311
+ #: includes/admin/controllers/class-admin-fees.php:161
312
  #, fuzzy
313
  msgid "Plan added."
314
  msgstr "Preis aktualisiert."
315
 
316
+ #: includes/admin/controllers/class-admin-fees.php:165
317
+ #: includes/admin/controllers/class-admin-fees.php:180
318
  #, fuzzy
319
  msgid "Plan updated."
320
  msgstr "Preis aktualisiert."
321
 
322
+ #: includes/admin/controllers/class-admin-fees.php:200
323
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
324
  msgstr ""
325
 
326
+ #: includes/admin/controllers/class-admin-fees.php:201
327
  #, fuzzy
328
  msgid "Update listing image limits?"
329
  msgstr "Vorhandene Bilder beibehalten?"
330
 
331
+ #: includes/admin/controllers/class-admin-fees.php:228
332
  #, fuzzy
333
  msgid "Plan not found."
334
  msgstr "Preis aktualisiert."
335
 
336
+ #: includes/admin/controllers/class-admin-fees.php:232
337
  #, fuzzy
338
  msgid "Plan listings updated."
339
  msgstr "Preis aktualisiert."
340
 
341
+ #: includes/admin/controllers/class-admin-fees.php:310
342
  msgid "Cannot disable plan. At least one plan should be enabled"
343
  msgstr ""
344
 
358
  msgstr "Ein Eintrag läuft aus."
359
 
360
  #: includes/admin/controllers/class-admin-listings.php:268
361
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
362
  #, fuzzy
363
  msgid "Expires on"
364
  msgstr "Läuft ab am"
370
 
371
  #: includes/admin/controllers/class-admin-listings.php:339
372
  #: includes/helpers/class-listing-display-helper.php:132
373
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
374
  #, fuzzy
375
  msgid "Featured"
376
  msgstr "unterstützter (unbeweglicher) Status"
388
  msgstr "Eintrag Löschen"
389
 
390
  #: includes/admin/controllers/class-admin-listings.php:733
391
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
392
  #, fuzzy
393
  msgid "Never"
394
  msgstr "niemals"
396
  #: includes/admin/controllers/class-admin-listings.php:744
397
  #: includes/admin/controllers/class-admin-listings.php:745
398
  #: includes/fields/class-fieldtypes-textarea.php:201
399
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
400
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
401
  #, fuzzy
402
  msgid "Yes"
403
  msgstr "Ja"
404
 
405
  #: includes/admin/controllers/class-admin-listings.php:744
406
  #: includes/admin/controllers/class-admin-listings.php:745
407
+ #: includes/admin/settings/class-settings-bootstrap.php:270
408
  #: includes/fields/class-fieldtypes-textarea.php:200
409
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
410
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
411
  #, fuzzy
412
  msgid "No"
413
  msgstr "Nein"
433
  msgstr "Form Vorschau"
434
 
435
  #: includes/admin/controllers/class-form-fields-admin.php:129
436
+ #: includes/helpers/functions/general.php:1329
437
+ #: includes/helpers/functions/general.php:1334
438
  #, fuzzy
439
  msgid "Go back"
440
  msgstr "Geh zurück"
441
 
442
+ #: includes/admin/controllers/class-form-fields-admin.php:343
443
+ #: includes/admin/settings/class-settings-bootstrap.php:775
444
  #: templates/email/listing-added.tpl.php:10
445
  #: templates/email/listing-edited.tpl.php:16
446
  #: templates/email/listing-reported.tpl.php:11
448
  msgid "Title"
449
  msgstr "Titel"
450
 
451
+ #: includes/admin/controllers/class-form-fields-admin.php:344
452
  #: templates/admin/fees-form.tpl.php:219
453
  #: templates/email/listing-added.tpl.php:21
454
  #: templates/email/listing-edited.tpl.php:29
456
  msgid "Category"
457
  msgstr "Kategorien"
458
 
459
+ #: includes/admin/controllers/class-form-fields-admin.php:345
460
  #, fuzzy
461
  msgid "Excerpt"
462
  msgstr "Im Textauszug"
463
 
464
+ #: includes/admin/controllers/class-form-fields-admin.php:346
465
  #, fuzzy
466
  msgid "Content"
467
  msgstr "Post Inhalt"
468
 
469
+ #: includes/admin/controllers/class-form-fields-admin.php:347
470
  #, fuzzy
471
  msgid "Tags"
472
  msgstr "Tags Entwurf"
473
 
474
+ #: includes/admin/controllers/class-form-fields-admin.php:348
475
  #: includes/form-fields.php:445
476
  #: includes/helpers/class-field-display-list.php:247
477
  #: templates/checkout-billing-form.tpl.php:75
479
  msgid "Address"
480
  msgstr "E-Mail Adresse:"
481
 
482
+ #: includes/admin/controllers/class-form-fields-admin.php:349
483
  #, fuzzy
484
  msgid "Address 2"
485
  msgstr "E-Mail Adresse:"
486
 
487
+ #: includes/admin/controllers/class-form-fields-admin.php:350
488
  #: templates/admin/payments-details.tpl.php:164
489
  #: templates/checkout-billing-form.tpl.php:87
490
  #, fuzzy
491
  msgid "City"
492
  msgstr "Stadt"
493
 
494
+ #: includes/admin/controllers/class-form-fields-admin.php:351
495
  #: templates/admin/payments-details.tpl.php:160
496
  #, fuzzy
497
  msgid "State"
498
  msgstr "Status"
499
 
500
+ #: includes/admin/controllers/class-form-fields-admin.php:352
501
  #: templates/admin/payments-details.tpl.php:156
502
  #: templates/checkout-billing-form.tpl.php:102
503
  #, fuzzy
504
  msgid "Country"
505
  msgstr "Land"
506
 
507
+ #: includes/admin/controllers/class-form-fields-admin.php:353
508
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
509
  msgid "ZIP Code"
510
  msgstr "Postleitzahl"
511
 
512
+ #: includes/admin/controllers/class-form-fields-admin.php:354
513
  #, fuzzy
514
  msgid "FAX Number"
515
  msgstr "Telefonnummer geschäftlich"
516
 
517
+ #: includes/admin/controllers/class-form-fields-admin.php:355
518
  #: includes/fields/class-fieldtypes-phone-number.php:13
519
  #: templates/listing-contactform.tpl.php:38
520
  #, fuzzy
521
  msgid "Phone Number"
522
  msgstr "Telefonnummer geschäftlich"
523
 
524
+ #: includes/admin/controllers/class-form-fields-admin.php:356
525
  #, fuzzy
526
  msgid "Ratings Field"
527
  msgstr "Bewertungsfeld"
528
 
529
+ #: includes/admin/controllers/class-form-fields-admin.php:357
530
  #, fuzzy
531
  msgid "Twitter"
532
  msgstr "Twitter"
533
 
534
+ #: includes/admin/controllers/class-form-fields-admin.php:358
535
  #: includes/form-fields.php:411
536
  #, fuzzy
537
  msgid "Website"
567
  msgstr "Bereits installiert"
568
 
569
  #: includes/admin/controllers/class-settings-admin.php:712
570
+ #: includes/admin/helpers/tables/class-fees-table.php:182
571
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
572
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
573
  #: templates/admin/payments-note.tpl.php:14
583
  msgstr "Preise Verwalten"
584
 
585
  #. translators: %s: Sample business name
586
+ #: includes/admin/csv-import.php:132
587
  #, fuzzy
588
  msgid "Business %s"
589
  msgstr "Geschäft %s"
590
 
591
+ #: includes/admin/csv-import.php:180
592
  #, fuzzy
593
  msgid "Example CSV Import File"
594
  msgstr "Beispiel CSV Import Datei"
595
 
596
+ #: includes/admin/csv-import.php:183
597
  msgid "Go Back"
598
  msgstr ""
599
 
600
+ #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
601
+ #: includes/helpers/class-app.php:244
602
  msgid "You are not allowed to do that."
603
  msgstr ""
604
 
605
+ #: includes/admin/csv-import.php:428
606
  #, fuzzy
607
  msgid "There was an error uploading the file:"
608
  msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
609
 
610
+ #: includes/admin/csv-import.php:433
611
  #, fuzzy
612
  msgid "Please upload the correct file type."
613
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
614
 
615
  #: includes/admin/helpers/class-listing-information-metabox.php:15
616
+ #: includes/admin/helpers/tables/class-payments-table.php:63
617
+ #: includes/admin/settings/class-settings-bootstrap.php:667
618
+ #: includes/admin/settings/class-settings-bootstrap.php:668
619
  #: includes/helpers/class-app.php:91
620
  #: templates/admin/payments-details.tpl.php:53
621
  #, fuzzy
634
  msgstr "Installiert"
635
 
636
  #: includes/admin/helpers/class-modules-list.php:187
637
+ #: includes/admin/helpers/tables/class-fees-table.php:293
638
  #: templates/admin/themes-item.tpl.php:3
639
  #, fuzzy
640
  msgid "Active"
657
  msgid "Hide notifications"
658
  msgstr "Email Erinnerung"
659
 
660
+ #: includes/admin/helpers/csv/class-csv-import.php:674
661
  #, fuzzy
662
  msgid "Listing imported by admin. Payment skipped."
663
  msgstr "Eintrag zusenden (Initialbezahlung)"
685
  msgid "Pricing"
686
  msgstr "Preis"
687
 
688
+ #: includes/admin/helpers/tables/class-fees-table.php:157
689
  #, fuzzy
690
  msgid "Disable"
691
  msgstr "Deaktivieren"
692
 
693
+ #: includes/admin/helpers/tables/class-fees-table.php:163
694
  #, fuzzy
695
  msgid "Enable"
696
  msgstr "Aktivieren"
697
 
698
+ #: includes/admin/helpers/tables/class-fees-table.php:189
699
  msgid "ID: %s"
700
  msgstr ""
701
 
702
+ #: includes/admin/helpers/tables/class-fees-table.php:192
703
  #, fuzzy
704
  msgid "Paid Plan"
705
  msgstr "Bezahlt"
706
 
707
+ #: includes/admin/helpers/tables/class-fees-table.php:192
708
  #, fuzzy
709
  msgid "Free Plan"
710
  msgstr "zu \"Formularfelder verwalten\""
711
 
712
+ #: includes/admin/helpers/tables/class-fees-table.php:227
713
  #, fuzzy
714
  msgid "%1$s for %2$s"
715
  msgstr "%s (admin: %s)"
716
 
717
+ #: includes/admin/helpers/tables/class-fees-table.php:261
718
  msgid "Total revenue earned from listings"
719
  msgstr ""
720
 
721
+ #: includes/admin/helpers/tables/class-fees-table.php:291
722
  #, fuzzy
723
  msgid "Disabled"
724
  msgstr "Inaktiv"
725
 
726
+ #: includes/admin/helpers/tables/class-fees-table.php:297
727
+ #: includes/helpers/functions/templates-ui.php:434
728
  #, fuzzy
729
  msgid "Default"
730
  msgstr "Standard Preis"
731
 
732
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
733
  #: includes/fields/class-fieldtypes-social.php:135
734
+ #: templates/admin/csv-import.tpl.php:303
735
  #, fuzzy
736
  msgid "Type"
737
  msgstr "Typ"
738
 
739
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
740
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
741
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:108
742
  msgid "Edit"
743
  msgstr "Bearbeiten"
744
 
762
  msgstr ""
763
 
764
  #: includes/admin/page-debug.php:159
765
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
766
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
767
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
768
  #, fuzzy
769
  msgid "OK"
770
  msgstr "OK"
773
  msgid "Missing tables: %s"
774
  msgstr "Nicht vorhandene Tabellen: %s"
775
 
776
+ #: includes/admin/settings/class-settings-bootstrap.php:13
777
+ #: includes/controllers/pages/class-submit-listing.php:1249
778
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
779
  #: templates/listing-contactform.tpl.php:33
780
  #: templates/listing-flagging-form.tpl.php:39
782
  msgid "Email"
783
  msgstr "E-mail: %s"
784
 
785
+ #: includes/admin/settings/class-settings-bootstrap.php:33
786
  #, fuzzy
787
  msgid "License Key"
788
  msgstr "Lizenz"
789
 
790
+ #: includes/admin/settings/class-settings-bootstrap.php:54
791
  msgid "SEO"
792
  msgstr ""
793
 
794
+ #: includes/admin/settings/class-settings-bootstrap.php:221
795
+ msgid ""
796
+ "We expect that a membership plugin supports the 'redirect_to' parameter for "
797
+ "the URLs below to work. If the plugin does not support them, these settings "
798
+ "will not function as expected."
799
+ msgstr ""
800
+
801
+ #: includes/admin/settings/class-settings-bootstrap.php:271
802
  #, fuzzy
803
  msgid "Yes, and make it optional"
804
  msgstr "%s ist ein Pflichtfeld."
805
 
806
+ #: includes/admin/settings/class-settings-bootstrap.php:272
807
  #, fuzzy
808
  msgid "Yes, and make it required"
809
  msgstr "%s ist ein Pflichtfeld."
810
 
811
+ #: includes/admin/settings/class-settings-bootstrap.php:283
812
+ #: includes/admin/settings/class-settings-bootstrap.php:297
813
  #: includes/controllers/pages/class-submit-listing.php:527
814
  #, fuzzy
815
  msgid "Terms and Conditions"
816
  msgstr "Bedingungen und Konditionen"
817
 
818
+ #: includes/admin/settings/class-settings-bootstrap.php:288
819
  #, fuzzy
820
  msgid "User Agreement"
821
  msgstr "Benutzer"
822
 
823
+ #: includes/admin/settings/class-settings-bootstrap.php:289
824
  #, fuzzy
825
  msgid "Display and require user agreement to Terms and Conditions"
826
  msgstr ""
827
  "Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
828
  "Konditionen"
829
 
830
+ #: includes/admin/settings/class-settings-bootstrap.php:307
831
  #, fuzzy
832
  msgid "Searching"
833
  msgstr "Suche"
834
 
835
+ #: includes/admin/settings/class-settings-bootstrap.php:312
836
  #, fuzzy
837
  msgid "Display advanced search form"
838
  msgstr "Erweiterte Suche"
839
 
840
+ #: includes/admin/settings/class-settings-bootstrap.php:330
841
  msgid ""
842
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
843
  "you're on shared hosting plans, where database performance is an issue."
844
  msgstr ""
845
 
846
+ #: includes/admin/settings/class-settings-bootstrap.php:375
847
  #, fuzzy
848
  msgid "Quick search data"
849
  msgstr "Schnellsuche Felder"
850
 
851
+ #: includes/admin/settings/class-settings-bootstrap.php:401
852
  msgid ""
853
  "If no fields are selected, the following fields will be searched in Quick "
854
  "Searches:"
855
  msgstr ""
856
 
857
+ #: includes/admin/settings/class-settings-bootstrap.php:403
858
  msgid ""
859
  "The Quick Search is a single search box, but you may choose what data is "
860
  "searched. Searching too many fields can result in very slow search "
861
  "performance."
862
  msgstr ""
863
 
864
+ #: includes/admin/settings/class-settings-bootstrap.php:434
865
  #, fuzzy
866
  msgid "Categories"
867
  msgstr "Kategorien"
868
 
869
+ #: includes/admin/settings/class-settings-bootstrap.php:436
870
  msgid "Buttons"
871
  msgstr ""
872
 
873
+ #: includes/admin/settings/class-settings-bootstrap.php:438
874
  #, fuzzy
875
  msgid "Sorting"
876
  msgstr "Einstellungen"
877
 
878
+ #: includes/admin/settings/class-settings-bootstrap.php:555
879
  msgid ""
880
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
881
  "allow for comments on posts, not pages. Some themes handle both. Since the "
884
  "work, try the 3rd option."
885
  msgstr ""
886
 
887
+ #: includes/admin/settings/class-settings-bootstrap.php:559
888
  #, fuzzy
889
  msgid "Include theme comment form (standard option)"
890
  msgstr "Kommentarform einfügen in Eintragsseiten?"
891
 
892
+ #: includes/admin/settings/class-settings-bootstrap.php:560
893
  #, fuzzy
894
  msgid "Include directory comment form (use only if 2nd option does not work)"
895
  msgstr "Kommentarform einfügen in Eintragsseiten?"
896
 
897
+ #: includes/admin/settings/class-settings-bootstrap.php:578
898
  #, fuzzy
899
  msgid "Prevent featured (sticky) status on directory pages?"
900
  msgstr "unterstützter (unbeweglicher) Status"
901
 
902
+ #: includes/admin/settings/class-settings-bootstrap.php:606
903
  #, fuzzy
904
  msgid "Owner of anonymous listings"
905
  msgstr "Zum Eintrag"
906
 
907
+ #: includes/admin/settings/class-settings-bootstrap.php:622
908
  #, fuzzy
909
  msgid "Default listing status"
910
  msgstr "Voreingestellter-Nutzer"
911
 
912
+ #: includes/admin/settings/class-settings-bootstrap.php:626
913
+ #: includes/admin/settings/class-settings-bootstrap.php:639
914
  #, fuzzy
915
  msgid "Pending (Require approval)"
916
  msgstr "Aktiv + Ausstehende Erneuerungen"
917
 
918
+ #: includes/admin/settings/class-settings-bootstrap.php:660
919
  #, fuzzy
920
  msgid "Message Defaults"
921
  msgstr "Standards zurücksetzen"
922
 
923
+ #: includes/admin/settings/class-settings-bootstrap.php:665
924
  #, fuzzy
925
  msgid "Listing label"
926
  msgstr "Eintrag Titel:"
927
 
928
+ #: includes/admin/settings/class-settings-bootstrap.php:666
929
  #, fuzzy
930
  msgid "What is a single listing called?"
931
  msgstr "In Detailansicht anzeigen?"
932
 
933
+ #: includes/admin/settings/class-settings-bootstrap.php:677
934
  msgid "Listing label (Plural)"
935
  msgstr ""
936
 
937
+ #: includes/admin/settings/class-settings-bootstrap.php:678
938
  msgid "What are your listings called?"
939
  msgstr ""
940
 
941
+ #: includes/admin/settings/class-settings-bootstrap.php:689
942
  #, fuzzy
943
  msgid "Directory label"
944
  msgstr "Verzeichnis Tag"
945
 
946
+ #: includes/admin/settings/class-settings-bootstrap.php:690
947
  msgid "What should we call your directory?"
948
  msgstr ""
949
 
950
+ #: includes/admin/settings/class-settings-bootstrap.php:702
951
  msgid ""
952
  "This text is displayed on the first page of the Submit Listing process. You "
953
  "can use it for instructions about filling out the form or information to get "
954
  "started."
955
  msgstr ""
956
 
957
+ #: includes/admin/settings/class-settings-bootstrap.php:715
958
  #: templates/listing-contactform.tpl.php:30
959
  #: templates/listing-flagging-form.tpl.php:35
960
  #, fuzzy
961
  msgid "Name"
962
  msgstr "Name"
963
 
964
+ #: includes/admin/settings/class-settings-bootstrap.php:830
965
  msgid "Show Buttons"
966
  msgstr ""
967
 
968
+ #: includes/admin/settings/class-settings-bootstrap.php:873
969
  #, fuzzy
970
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
971
  msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
972
 
973
+ #: includes/admin/settings/class-settings-bootstrap.php:880
974
  msgid "Styling"
975
  msgstr ""
976
 
977
+ #: includes/admin/settings/class-settings-bootstrap.php:886
978
  msgid "Button style"
979
  msgstr ""
980
 
981
+ #: includes/admin/settings/class-settings-bootstrap.php:889
982
  msgid "Override WP theme button styling"
983
  msgstr ""
984
 
985
+ #: includes/admin/settings/class-settings-bootstrap.php:897
986
  msgid "Primary color"
987
  msgstr ""
988
 
989
+ #: includes/admin/settings/class-settings-bootstrap.php:900
990
  msgid "This is used for form buttons and form rootline."
991
  msgstr ""
992
 
993
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
994
  #, fuzzy
995
  msgid "Show Thumbnail"
996
  msgstr "Thumbnails anzeigen"
997
 
998
+ #: includes/admin/settings/class-settings-bootstrap.php:1090
999
  msgid "Coming Soon image"
1000
  msgstr ""
1001
 
1002
+ #: includes/admin/settings/class-settings-bootstrap.php:1127
1003
  #: includes/fields/class-fieldtypes-social.php:89
1004
  #: includes/fields/class-fieldtypes-url.php:162
1005
  #: templates/email/listing-added.tpl.php:13
1010
  msgid "URL"
1011
  msgstr "URL"
1012
 
1013
+ #: includes/admin/settings/class-settings-bootstrap.php:1246
1014
  #, fuzzy
1015
  msgid "Thank you for your payment."
1016
  msgstr "Danke für die Bezahlung Nachricht"
1017
 
1018
+ #: includes/admin/settings/class-settings-bootstrap.php:1274
1019
  msgid ""
1020
  "If you are using this gateway, we recommend you disable it if you wish to "
1021
  "collect payments in this currency."
1025
  msgstr[0] ""
1026
  msgstr[1] ""
1027
 
1028
+ #: includes/admin/settings/class-settings-bootstrap.php:1362
1029
  #, fuzzy
1030
  msgid "Email Notifications"
1031
  msgstr "Email Erinnerung"
1032
 
1033
+ #: includes/admin/settings/class-settings-bootstrap.php:1367
1034
  #, fuzzy
1035
  msgid "Notify admin via email when..."
1036
  msgstr "Administrator per E-mail informieren wenn... "
1037
 
1038
+ #: includes/admin/settings/class-settings-bootstrap.php:1385
1039
  #, fuzzy
1040
  msgid "CC this email address too"
1041
  msgstr "CC diese E-mail an"
1042
 
1043
+ #: includes/admin/settings/class-settings-bootstrap.php:1391
1044
  #, fuzzy
1045
  msgid ""
1046
  "You can modify the text template used for most of these emails in the "
1049
  "Du kannst dieses Texttemplate verändern, das für die meisten der E-"
1050
  "mailadressen unten verwendet wird."
1051
 
1052
+ #: includes/admin/settings/class-settings-bootstrap.php:1399
1053
  #, fuzzy
1054
  msgid "Notify users via email when..."
1055
  msgstr "Benachrichtige Benutzer per E-mail wenn..."
1056
 
1057
  #. translators: %s: email shortcode
1058
+ #: includes/admin/settings/class-settings-bootstrap.php:1466
1059
  #, fuzzy
1060
  msgid "Email: %s"
1061
  msgstr "E-mail: %s"
1062
 
1063
  #. translators: %s: phone shortcode
1064
+ #: includes/admin/settings/class-settings-bootstrap.php:1469
1065
  #, fuzzy
1066
  msgid "Phone Number: %s"
1067
  msgstr "Telefonnummer geschäftlich"
1068
 
1069
+ #: includes/admin/settings/class-settings-bootstrap.php:1481
1070
  #, fuzzy
1071
  msgid "Sender's email address"
1072
  msgstr "Ungültiger Erneuerungszustand."
1073
 
1074
+ #: includes/admin/settings/class-settings-bootstrap.php:1482
1075
  #, fuzzy
1076
  msgid "Sender's phone number"
1077
  msgstr "Authorname"
1078
 
1079
+ #: includes/admin/settings/class-settings-bootstrap.php:1546
1080
  msgid "Renewal and expiration"
1081
  msgstr ""
1082
 
1083
+ #: includes/admin/settings/class-settings-bootstrap.php:1670
1084
+ #: includes/admin/settings/class-settings.php:98
1085
  #, fuzzy
1086
  msgid "Miscellaneous"
1087
  msgstr "Sonstiges Einstellungen"
1088
 
1089
+ #: includes/admin/settings/class-settings-bootstrap.php:1676
1090
  #, fuzzy
1091
  msgid "Data Collection"
1092
  msgstr "Datenkollektion"
1093
 
1094
+ #: includes/admin/settings/class-settings-bootstrap.php:1677
1095
  #, fuzzy
1096
  msgid ""
1097
  "Allow Business Directory to anonymously collect information about your "
1100
  "BD erlauben anonym Informationen zu sammeln über deine Erweiterungen, Themen "
1101
  "und WP-version?"
1102
 
1103
+ #: includes/admin/settings/class-settings-bootstrap.php:1678
1104
  msgid "Learn more"
1105
  msgstr ""
1106
 
1107
+ #: includes/admin/settings/class-settings-bootstrap.php:1696
1108
  #: templates/admin/uninstall-complete.tpl.php:4
1109
  #, fuzzy
1110
  msgid "Uninstall"
1111
  msgstr "Deinstallieren"
1112
 
1113
+ #: includes/admin/settings/class-settings.php:514
1114
  msgid "%s cannot include spaces, commas, or &"
1115
  msgstr ""
1116
 
1117
+ #: includes/admin/tracking.php:230
1118
  #, fuzzy
1119
  msgid "Allow Tracking"
1120
  msgstr "Verfolgung erlauben"
1197
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1198
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1199
 
1200
+ #: includes/admin/upgrades/migrations/migration-3_7.php:182
1201
  #, fuzzy
1202
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1203
  msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
1207
  msgid "Directory Modules"
1208
  msgstr "Verzeichnis Themes"
1209
 
1210
+ #: includes/admin/views/modules/list.php:38
1211
  msgid "New"
1212
  msgstr ""
1213
 
1214
+ #: includes/admin/views/modules/list.php:71
1215
+ #: includes/admin/views/modules/list.php:72
1216
  #, fuzzy
1217
  msgid "View Docs"
1218
  msgstr "Ansicht"
1219
 
1220
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1221
+ #, fuzzy
1222
+ msgid "Settings"
1223
+ msgstr "Einstellungen"
1224
+
1225
  #: includes/admin/views/review.php:17
1226
  #, fuzzy
1227
  msgid "Are you enjoying Business Directory Plugin?"
1266
  "what we can do better?"
1267
  msgstr ""
1268
 
1269
+ #: includes/class-assets.php:191
1270
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1271
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:98
1272
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
1273
+ #: templates/admin/settings-email.tpl.php:103
1274
  #: templates/admin/settings-reset.tpl.php:8
1275
+ #: templates/admin/themes-delete-confirm.tpl.php:25
1276
  #: templates/listing-flagging-form.tpl.php:65
1277
  #, fuzzy
1278
  msgid "Cancel"
1306
  msgstr "Eintrag anschauen"
1307
 
1308
  #: includes/class-cpt-integration.php:22
1309
+ #: includes/helpers/functions/templates-ui.php:372
1310
  #: templates/main-box.tpl.php:23
1311
  msgid "Search Listings"
1312
  msgstr "Einträge durchsuchen"
1381
 
1382
  #: includes/class-meta.php:139
1383
  #: includes/controllers/pages/class-submit-listing.php:32
1384
+ #: includes/helpers/functions/templates-ui.php:332
1385
  #: templates/submit-listing.tpl.php:17
1386
  #, fuzzy
1387
  msgid "Add Listing"
1389
 
1390
  #: includes/class-meta.php:149
1391
  #: includes/controllers/pages/class-all-listings.php:6
1392
+ #: includes/helpers/functions/templates-ui.php:319
1393
  msgid "View All Listings"
1394
  msgstr "Alle Einträge anschauen"
1395
 
1399
  "to set up a gateway. Until you do this, only free plans will be available."
1400
  msgstr ""
1401
 
1402
+ #: includes/class-wpbdp.php:577
 
 
 
 
 
1403
  #, fuzzy
1404
  msgid "Could not find listing ID"
1405
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1406
 
1407
+ #: includes/class-wpbdp.php:584
1408
  msgid ""
1409
  "Could not verify the image upload request. If problem persists contact site "
1410
  "admin."
1411
  msgstr ""
1412
 
1413
+ #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1414
  #, fuzzy
1415
  msgid "Could not find image ID"
1416
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1417
 
1418
+ #: includes/class-wpbdp.php:623
1419
  #, fuzzy
1420
  msgid ""
1421
  "The directory features are disabled at this time because a <a>manual "
1424
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1425
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1426
 
1427
+ #: includes/class-wpbdp.php:630
1428
  msgid ""
1429
  "The directory is not available at this time. Please try again in a few "
1430
  "minutes or contact the administrator if the problem persists."
1556
  msgstr "Zum Eintrag"
1557
 
1558
  #: includes/controllers/pages/class-checkout.php:180
1559
+ #: includes/controllers/pages/class-manage-listings.php:109
1560
  msgid "Pay Now"
1561
  msgstr ""
1562
 
1601
  msgid "l F j, Y \\a\\t g:i a"
1602
  msgstr "l F j, Y \\a\\t g:i a"
1603
 
1604
+ #: includes/controllers/pages/class-manage-listings.php:109
1605
  #: templates/renew-listing.tpl.php:11
1606
  msgid "Renew Listing"
1607
  msgstr "Eintrag erneuern"
1639
  msgid "Please check the form for errors, correct them and submit again."
1640
  msgstr ""
1641
 
1642
+ #: includes/controllers/pages/class-submit-listing.php:1233
1643
  msgid "Create a user account on this site"
1644
  msgstr ""
1645
 
1646
+ #: includes/controllers/pages/class-submit-listing.php:1240
1647
  #, fuzzy
1648
  msgid "Username"
1649
  msgstr "Benutzer"
1650
 
1651
+ #: includes/controllers/pages/class-submit-listing.php:1262
1652
  #, fuzzy
1653
  msgid "Clear Form"
1654
  msgstr "Zurücksetzen"
1689
  msgid "Select Media"
1690
  msgstr "Liste auswählen"
1691
 
1692
+ #: includes/fields/class-fieldtypes-select.php:25
1693
  #, fuzzy
1694
  msgid "Select List"
1695
  msgstr "Liste auswählen"
1696
 
1697
+ #: includes/fields/class-fieldtypes-select.php:116
1698
  #, fuzzy
1699
  msgid "-- Choose One --"
1700
  msgstr "-- Auswählen --"
1701
 
1702
+ #: includes/fields/class-fieldtypes-select.php:143
1703
  #, fuzzy
1704
  msgid "-- Choose Terms --"
1705
  msgstr "-- Bedingungen auswählen --"
1706
 
1707
+ #: includes/fields/class-fieldtypes-select.php:209
1708
  msgid "— None —"
1709
  msgstr ""
1710
 
1711
+ #: includes/fields/class-fieldtypes-select.php:266
1712
  #, fuzzy
1713
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1714
  msgstr ""
1715
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
1716
 
1717
+ #: includes/fields/class-fieldtypes-select.php:266
1718
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1719
  #: templates/admin/fees-form.tpl.php:58
1720
  #, fuzzy
1721
  msgid "required"
1722
  msgstr "Pflichtfeld"
1723
 
1724
+ #: includes/fields/class-fieldtypes-select.php:268
1725
  msgid "One option per line"
1726
  msgstr ""
1727
 
1728
+ #: includes/fields/class-fieldtypes-select.php:278
1729
  #, fuzzy
1730
  msgid "Allow empty selection on search?"
1731
  msgstr "Erlaube leere Auswahl bei Suche?"
1732
 
1733
+ #: includes/fields/class-fieldtypes-select.php:296
1734
  #, fuzzy
1735
  msgid "Field list of options is required."
1736
  msgstr "Feldliste von Optionen wird benötigt."
1774
  msgid "Use rel=\"nofollow\" when displaying the link?"
1775
  msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
1776
 
1777
+ #: includes/fields/class-fieldtypes-url.php:176
1778
  #, fuzzy
1779
  msgid "Link Text (optional)"
1780
  msgstr "Link Text (optional):"
1882
  msgid "Telephone Number Validator"
1883
  msgstr "Ganze Nummern Validierung"
1884
 
1885
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1886
  #, fuzzy
1887
  msgid "Field"
1888
  msgstr "Feld"
1949
  msgstr ""
1950
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
1951
 
1952
+ #: includes/gateways/class-gateway-authorize-net.php:373
1953
  msgid ""
1954
  "An error occurred while trying to cancel your subscription. Please try again "
1955
  "later or contact the site administrator."
1956
  msgstr ""
1957
 
1958
+ #: includes/gateways/class-gateway-authorize-net.php:377
1959
  msgid ""
1960
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1961
  "%s. You can try again later or cancel subscription from gateway dashboard."
1962
  msgstr ""
1963
 
1964
+ #: includes/helpers/functions/general.php:530
1965
  msgid "Free"
1966
  msgstr "Kostenlos"
1967
 
1970
  msgid "Untitled Listing"
1971
  msgstr "Eintrag bearbeiten"
1972
 
1973
+ #: includes/helpers/functions/templates-ui.php:326
1974
  #, fuzzy
1975
  msgid "Manage Listings"
1976
  msgstr "Bezahlte Einträge verwalten"
1987
  "get updates."
1988
  msgstr ""
1989
 
1990
+ #: includes/licensing.php:206 includes/licensing.php:210
1991
  #, fuzzy
1992
  msgid "Licenses"
1993
  msgstr "Lizenz"
1994
 
1995
  #. translators: %s: item type.
1996
+ #: includes/licensing.php:267
1997
  msgid "%s will not get updates until license is reauthorized."
1998
  msgstr ""
1999
 
2000
+ #: includes/licensing.php:288
2001
  #, fuzzy
2002
  msgid "Enter License Key here"
2003
  msgstr "Erneuere Lizenzschlüssel"
2004
 
2005
+ #: includes/licensing.php:289
2006
  #, fuzzy
2007
  msgid "Authorize"
2008
  msgstr "Aktiviere Lizenz"
2009
 
2010
+ #: includes/licensing.php:389
2011
  #, fuzzy
2012
  msgid "Invalid item ID"
2013
  msgstr "Ungültige Feld ID"
2014
 
2015
+ #: includes/licensing.php:402
2016
  #, fuzzy
2017
  msgid "No license key provided"
2018
  msgstr "Kein Lizenzschlüssel"
2019
 
2020
+ #: includes/licensing.php:451 includes/licensing.php:489
2021
  #, fuzzy
2022
  msgid "License key is invalid"
2023
  msgstr "Lizenzschlüssel ungültig "
2024
 
2025
+ #: includes/licensing.php:455
2026
  #, fuzzy
2027
  msgid "Deactivation failed"
2028
  msgstr "Deaktivierung fehlgeschlagen"
2029
 
2030
+ #: includes/licensing.php:500
2031
  #, fuzzy
2032
  msgid "The license key was revoked."
2033
  msgstr "Kein Lizenzschlüssel"
2034
 
2035
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2036
+ #: includes/licensing.php:504
2037
  msgid ""
2038
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2039
  "%2$s and let them know your license is being reported as revoked by the "
2041
  "with your report."
2042
  msgstr ""
2043
 
2044
+ #: includes/licensing.php:567
2045
  msgid ""
2046
  "It was not possible to establish a connection with the Business Directory "
2047
  "server. The connection failed with the following error:"
2048
  msgstr ""
2049
 
2050
+ #: includes/licensing.php:580
2051
  msgid ""
2052
  "It was not possible to establish a connection with the Business Directory "
2053
  "server. A problem occurred in the SSL/TSL handshake:"
2054
  msgstr ""
2055
 
2056
+ #: includes/licensing.php:627
2057
  msgid ""
2058
  "It looks like your server is not authorized to make outgoing requests to "
2059
  "Business Directory servers. Please contact your webhost and ask them to add "
2060
  "our IP address 52.0.78.177 to your allow list."
2061
  msgstr ""
2062
 
2063
+ #: includes/licensing.php:721
2064
  #, fuzzy
2065
  msgid "Business Directory license key is missing."
2066
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2067
 
2068
+ #: includes/licensing.php:722
2069
  #, fuzzy
2070
  msgid "Business Directory license key has expired"
2071
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2072
 
2073
+ #: includes/licensing.php:723
2074
  #, fuzzy
2075
  msgid "Could not verify Business Directory license."
2076
  msgstr "Hilf Business Directory zu unterstützen"
2077
 
2078
+ #: includes/licensing.php:734
2079
  #, fuzzy
2080
  msgid "Review license keys"
2081
  msgstr "Erneuere Lizenzschlüssel"
2082
 
2083
+ #: includes/licensing.php:849
2084
  msgid "Missing data. Please reload this page and try again."
2085
  msgstr ""
2086
 
2087
+ #: includes/licensing.php:854
2088
  #, fuzzy
2089
  msgid "Please enter a license key."
2090
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2115
  msgid "Print Receipt"
2116
  msgstr ""
2117
 
2118
+ #: includes/payment.php:148
2119
  #, fuzzy
2120
  msgid "Return to plan selection"
2121
  msgstr "Zurück zum Eintrag."
2203
  msgid "Fields To Show"
2204
  msgstr ""
2205
 
2206
+ #: includes/widgets/class-listings-widget.php:188
2207
  #, fuzzy
2208
  msgid "There are currently no listings to show."
2209
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
2210
 
2211
+ #: includes/widgets/widget-featured-listings.php:27
2212
+ #, fuzzy
2213
+ msgid "Display listings in random order"
2214
+ msgstr "Einträge zufällig anordnen"
2215
+
2216
+ #: templates/admin/_admin-menu.php:57
2217
  msgid "Minimize Navigation"
2218
  msgstr ""
2219
 
2228
  "stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
2229
  "ins Fehlerprotokoll."
2230
 
2231
+ #: templates/admin/csv-export.tpl.php:37
2232
  #, fuzzy
2233
  msgid "All"
2234
  msgstr "Alle"
2235
 
2236
+ #: templates/admin/csv-export.tpl.php:50
2237
  #, fuzzy
2238
  msgid "Create a ZIP file with both a CSV file and listing images."
2239
  msgstr ""
2240
  "Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
2241
  "die sowohl eine CSV-Datei und Eintragsbilder enthält."
2242
 
2243
+ #: templates/admin/csv-export.tpl.php:55
2244
  #, fuzzy
2245
  msgid "Additional metadata to export"
2246
  msgstr "zu exportierende zusätzliche Metadaten"
2247
 
2248
+ #: templates/admin/csv-export.tpl.php:65
2249
  #, fuzzy
2250
  msgid ""
2251
  "If you plan to re-import the listings into your directory and don't want new "
2254
  "Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
2255
  "erstellen wollen, wählen Sie diese Option!"
2256
 
2257
+ #: templates/admin/csv-export.tpl.php:119
2258
+ #: templates/admin/csv-import.tpl.php:113
2259
  #, fuzzy
2260
  msgid "CSV File Settings"
2261
  msgstr "CSV-Datei Einstellungen"
2262
 
2263
+ #: templates/admin/csv-export.tpl.php:129
2264
  #, fuzzy
2265
  msgid ""
2266
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2274
  "müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
2275
  "generieren."
2276
 
2277
+ #: templates/admin/csv-export.tpl.php:150
2278
+ #: templates/admin/csv-import.tpl.php:149
2279
  #, fuzzy
2280
  msgid "Image Separator"
2281
  msgstr "Bildertrenner"
2282
 
2283
+ #: templates/admin/csv-import.tpl.php:27
2284
+ #, fuzzy
2285
+ msgid "Here, you can import data into your directory using the CSV format."
2286
+ msgstr ""
2287
+ "Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
2288
+
2289
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2290
+ #: templates/admin/csv-import.tpl.php:32
2291
  #, fuzzy
2292
  msgid ""
2293
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
2296
  "Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
2297
  "lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
2298
 
2299
+ #: templates/admin/csv-import.tpl.php:44
2300
  #, fuzzy
2301
  msgid "Import Files"
2302
  msgstr "Import Dateien"
2303
 
2304
+ #: templates/admin/csv-import.tpl.php:49
2305
  #, fuzzy
2306
  msgid "CSV File"
2307
  msgstr "CSV-Datei"
2311
  msgid "ZIP file containing images"
2312
  msgstr "ZIP-Datei mit Bildern"
2313
 
2314
+ #: templates/admin/csv-import.tpl.php:119
2315
  #, fuzzy
2316
  msgid "Column Separator"
2317
  msgstr "Spaltentrenner"
2318
 
2319
+ #: templates/admin/csv-import.tpl.php:142
2320
  #, fuzzy
2321
  msgid "TAB"
2322
  msgstr "TAB"
2323
 
2324
+ #: templates/admin/csv-import.tpl.php:160
2325
  #, fuzzy
2326
  msgid "Category Separator"
2327
  msgstr "Kategorietrenner"
2328
 
2329
+ #: templates/admin/csv-import.tpl.php:171
2330
  #, fuzzy
2331
  msgid "Import settings"
2332
  msgstr "Importeinstellungen"
2333
 
2334
+ #: templates/admin/csv-import.tpl.php:176
2335
  #, fuzzy
2336
  msgid "Post status of new imported listings"
2337
  msgstr "Status der importierten Einträge"
2338
 
2339
+ #: templates/admin/csv-import.tpl.php:191
2340
  #, fuzzy
2341
  msgid "Post status of existing imported listings"
2342
  msgstr "Status der importierten Einträge"
2343
 
2344
+ #: templates/admin/csv-import.tpl.php:208
2345
  #, fuzzy
2346
  msgid "Missing categories handling"
2347
  msgstr "Verhalten bei nicht vorhandener Kategorie"
2348
 
2349
+ #: templates/admin/csv-import.tpl.php:214
2350
  #, fuzzy
2351
  msgid "Auto-create categories"
2352
  msgstr "Kategorie automatisch erstellen"
2353
 
2354
+ #: templates/admin/csv-import.tpl.php:219
2355
  #, fuzzy
2356
  msgid "Generate errors when a category is not found"
2357
  msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
2358
 
2359
+ #: templates/admin/csv-import.tpl.php:227
2360
  #, fuzzy
2361
  msgid "Keep existing images"
2362
  msgstr "Vorhandene Bilder behalten."
2363
 
2364
+ #: templates/admin/csv-import.tpl.php:230
2365
  #, fuzzy
2366
  msgid "Appends new images while keeping current ones."
2367
  msgstr "Hängt neue Bilder an und behaltet die alten."
2368
 
2369
+ #: templates/admin/csv-import.tpl.php:238
2370
  #, fuzzy
2371
  msgid "Assign listings to a user"
2372
  msgstr "Zuweisung"
2373
 
2374
+ #: templates/admin/csv-import.tpl.php:250
2375
  #, fuzzy
2376
  msgid "Default listing user"
2377
  msgstr "Voreingestellter-Nutzer"
2378
 
2379
+ #: templates/admin/csv-import.tpl.php:252
2380
  #, fuzzy
2381
  msgid ""
2382
  "This user will be used if the username column is not present in the CSV file."
2384
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
2385
  "Datei vorhanden ist."
2386
 
2387
+ #: templates/admin/csv-import.tpl.php:259
2388
  #, fuzzy
2389
  msgid "Number of listings imported on every cycle"
2390
  msgstr "Nummer der Einträge zum Anzeigen:"
2391
 
2392
+ #: templates/admin/csv-import.tpl.php:261
2393
  msgid ""
2394
  "If you are having trouble importing listings due to memory problems, try "
2395
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2397
  "success on shared hosting platforms and other resource-constrained servers."
2398
  msgstr ""
2399
 
2400
+ #: templates/admin/csv-import.tpl.php:273
2401
  #, fuzzy
2402
  msgid "Disable email notifications during import"
2403
  msgstr "E-Mail-Benachrichtigungen"
2404
 
2405
+ #: templates/admin/csv-import.tpl.php:292
2406
  #, fuzzy
2407
  msgid ""
2408
  "The following are the valid header names to be used in the CSV file. "
2415
  "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
2416
  "um zu sehen wie eine Importdatei aufgebaut sein muss."
2417
 
2418
+ #: templates/admin/csv-import.tpl.php:301
2419
  #, fuzzy
2420
  msgid "Header name/label"
2421
  msgstr "Kopfname/Bezeichnung"
2422
 
2423
+ #: templates/admin/csv-import.tpl.php:304
2424
  #, fuzzy
2425
  msgid "Required?"
2426
  msgstr "Pflichtfeld?"
2427
 
2428
+ #: templates/admin/csv-import.tpl.php:305
2429
  #, fuzzy
2430
  msgid "Multivalued?"
2431
  msgstr "Mehrfachwert?"
2432
 
2433
+ #: templates/admin/csv-import.tpl.php:337
2434
  #, fuzzy
2435
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2436
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
2437
 
2438
+ #: templates/admin/csv-import.tpl.php:344
2439
  #, fuzzy
2440
  msgid "Listing author's username"
2441
  msgstr "Benutzername des Authors"
2593
  msgid "Require this field on the Advanced Search screen."
2594
  msgstr "Zeige das Feld im Suchformular."
2595
 
2596
+ #: templates/admin/form-fields-tags.tpl.php:19
2597
+ #, fuzzy
2598
+ msgid ""
2599
+ "Before you create fields, make sure you've mapped all of your EXISTING ones "
2600
+ "first, otherwise you'll appear to be \"missing data\" on your listings."
2601
+ msgstr ""
2602
+ "Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
2603
+ "VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
2604
+ "\"fehlende Daten\" in Ihren Angeboten."
2605
+
2606
  #: templates/admin/form-fields.tpl.php:4
2607
  #, fuzzy
2608
  msgid "Add New Form Field"
2642
  msgstr "Bezahlte Einträge verwalten"
2643
 
2644
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
 
 
2645
  #, fuzzy
2646
+ msgid "Access key"
2647
  msgstr "Eintrag Felder / Bilder"
2648
 
2649
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
2650
+ #, fuzzy
2651
+ msgid "Listing status"
2652
+ msgstr "Einträge"
2653
+
2654
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2655
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
2656
+ #, fuzzy
2657
+ msgid "N/A"
2658
+ msgstr "keine Angabe"
2659
+
2660
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
2661
+ #, fuzzy
2662
+ msgid "Last renew date"
2663
+ msgstr "Erneuerungsdatum"
2664
+
2665
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2666
  #: templates/email/listing-payment-completed.tpl.php:25
2667
  msgid "Plan"
2668
  msgstr ""
2669
 
2670
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2671
+ #: templates/plan-selection-plan.tpl.php:41
2672
+ #, fuzzy
2673
+ msgid "Recurring"
2674
+ msgstr "(wiederkehrend)"
2675
+
2676
  #: templates/admin/payments-details.tpl.php:5
2677
  #, fuzzy
2678
  msgid "Payment %s"
2930
  msgstr "Video Anleitungen"
2931
 
2932
  #: templates/admin/themes-delete-confirm.tpl.php:4
2933
+ #: templates/admin/themes-delete-confirm.tpl.php:26
2934
  #, fuzzy
2935
  msgid "Delete Directory Theme"
2936
  msgstr "Verzeichnis Theme löschen"
2998
  "Dies ist kein Theme oder Layout von %s und ist kein reguläres WordPress "
2999
  "Theme."
3000
 
3001
+ #: templates/admin/uninstall-capture-form.tpl.php:16
3002
+ #, fuzzy
3003
+ msgid ""
3004
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
3005
+ "question for us to help us make the product better for everyone in the "
3006
+ "future?"
3007
+ msgstr ""
3008
+ "Schade das du uns verlässt. Könntest du dir 10 Sekunden Zeit nehmen und "
3009
+ "einige Fragen für uns beantworten, die uns dabei unterstützen das Produkt "
3010
+ "weiter zu verbessern?"
3011
+
3012
  #: templates/admin/uninstall-complete.tpl.php:12
3013
  #, fuzzy
3014
  msgid "Uninstall completed."
3020
  msgstr "Zurück zur Übersichtsseite"
3021
 
3022
  #: templates/admin/uninstall-confirm.tpl.php:25
3023
+ msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
3024
  msgstr ""
3025
 
3026
  #. translators: %1$s: open link html, %2$s: close link html
3177
  msgid "Next"
3178
  msgstr ""
3179
 
3180
+ #: templates/delete-listing-confirm.tpl.php:7
3181
+ #, fuzzy
3182
+ msgid ""
3183
+ "Your listing is associated to a recurring payment. If you don't cancel the "
3184
+ "recurring payment before deleting the listing, you might be charged for "
3185
+ "additional periods even though your listing won't be available."
3186
+ msgstr ""
3187
+ "Ihr Eintrag ist assoziiert mit einem Abbuchungsverfahren. Wenn die die "
3188
+ "Abbuchung nicht beenden bevor Sie den Eintrag löschen, werden Sie "
3189
+ "möglicherweise neu belastet für einen weiteren Zeitraum, auch wenn Ihr "
3190
+ "Eintrag gelöscht wurde."
3191
+
3192
+ #: templates/delete-listing-confirm.tpl.php:27
3193
  #, fuzzy
3194
  msgid "Yes. Delete my listing."
3195
  msgstr "Ja, meinen Eintrag löschen."
3196
 
3197
+ #: templates/delete-listing-confirm.tpl.php:28
3198
  #, fuzzy
3199
  msgid "No. Take me back to the directory."
3200
  msgstr "Nein, zurück zum Verzeichnis."
3226
  "Im Folgenden finden Sie die Zugangsschlüssel für alle Einträge, die mit "
3227
  "Ihrer E-Mail-Adresse auf unserer Website registriert sind."
3228
 
3229
+ #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
3230
+ #: templates/login.tpl.php:71
3231
+ #, fuzzy
3232
+ msgid "Access Key"
3233
+ msgstr "Eintrag Felder / Bilder"
3234
+
3235
  #: templates/listing-contactform.tpl.php:42
3236
  #, fuzzy
3237
  msgid "Message"
3360
  msgstr "%s alle %s Tage"
3361
 
3362
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3363
+ #: templates/manage-recurring.tpl.php:33
3364
  #, fuzzy
3365
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3366
  msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
3385
  msgid "Item"
3386
  msgstr "Posten"
3387
 
 
 
 
 
 
3388
  #: templates/plan-selection-plan.tpl.php:45
3389
  #, fuzzy
3390
  msgid "Never Expires"
3485
  msgid "Continue to Payment"
3486
  msgstr "Initialbezahlung"
3487
 
3488
+ #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
3489
+ msgid "This is a dummy plugin"
3490
+ msgstr ""
3491
+
3492
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
3493
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
3494
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
3495
+ #, fuzzy
3496
+ msgid "There was an error when reading this WXR file"
3497
+ msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
3498
+
3499
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
3500
+ msgid ""
3501
+ "Details are shown above. The importer will now try again with a different "
3502
+ "parser..."
3503
+ msgstr ""
3504
+
3505
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
3506
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
3507
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:306
3508
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:495
3509
+ msgid ""
3510
+ "This does not appear to be a WXR file, missing/invalid WXR version number"
3511
+ msgstr ""
3512
+
3513
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
3514
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
3515
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:192
3516
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
3517
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
3518
+ msgid "Sorry, there has been an error."
3519
+ msgstr ""
3520
+
3521
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
3522
+ msgid "The file does not exist, please try again."
3523
+ msgstr ""
3524
+
3525
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3526
+ msgid "All done."
3527
+ msgstr ""
3528
+
3529
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3530
+ msgid "Have fun!"
3531
+ msgstr ""
3532
+
3533
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
3534
+ msgid "Remember to update the passwords and roles of imported users."
3535
+ msgstr ""
3536
+
3537
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
3538
+ msgid ""
3539
+ "The export file could not be found at <code>%s</code>. It is likely that "
3540
+ "this was caused by a permissions problem."
3541
+ msgstr ""
3542
+
3543
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
3544
+ msgid ""
3545
+ "This WXR file (version %s) may not be supported by this version of the "
3546
+ "importer. Please consider updating."
3547
+ msgstr ""
3548
+
3549
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
3550
+ msgid ""
3551
+ "Failed to import author %s. Their posts will be attributed to the current "
3552
+ "user."
3553
+ msgstr ""
3554
+
3555
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
3556
+ msgid "Assign Authors"
3557
+ msgstr ""
3558
+
3559
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3560
+ msgid ""
3561
+ "To make it easier for you to edit and save the imported content, you may "
3562
+ "want to reassign the author of the imported item to an existing user of this "
3563
+ "site. For example, you may want to import all the entries as <code>admin</"
3564
+ "code>s entries."
3565
+ msgstr ""
3566
+
3567
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3568
+ msgid ""
3569
+ "If a new user is created by WordPress, a new password will be randomly "
3570
+ "generated and the new user&#8217;s role will be set as %s. Manually changing "
3571
+ "the new user&#8217;s details will be necessary."
3572
+ msgstr ""
3573
+
3574
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
3575
+ #, fuzzy
3576
+ msgid "Import Attachments"
3577
+ msgstr "Importeinstellungen"
3578
+
3579
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3580
+ msgid "Download and import file attachments"
3581
+ msgstr ""
3582
+
3583
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3584
+ msgid "Submit"
3585
+ msgstr ""
3586
+
3587
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
3588
+ #, fuzzy
3589
+ msgid "Import author:"
3590
+ msgstr "Import Zusammenfassung"
3591
+
3592
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3593
+ msgid "or create new user with login name:"
3594
+ msgstr ""
3595
+
3596
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3597
+ msgid "as a new user:"
3598
+ msgstr ""
3599
+
3600
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
3601
+ #, fuzzy
3602
+ msgid "assign posts to an existing user:"
3603
+ msgstr "Zuweisung"
3604
+
3605
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
3606
+ #, fuzzy
3607
+ msgid "or assign posts to an existing user:"
3608
+ msgstr "Zuweisung"
3609
+
3610
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
3611
+ #, fuzzy
3612
+ msgid "- Select -"
3613
+ msgstr "Liste auswählen"
3614
+
3615
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3616
+ msgid ""
3617
+ "Failed to create new user for %s. Their posts will be attributed to the "
3618
+ "current user."
3619
+ msgstr ""
3620
+
3621
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
3622
+ #, fuzzy
3623
+ msgid "Failed to import category %s"
3624
+ msgstr "Leere Kategorien verbergen?"
3625
+
3626
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3627
+ msgid "Failed to import post tag %s"
3628
+ msgstr ""
3629
+
3630
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3631
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3632
+ msgid "Failed to import %s %s"
3633
+ msgstr ""
3634
+
3635
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3636
+ msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3637
+ msgstr ""
3638
+
3639
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3640
+ msgid "%s &#8220;%s&#8221; already exists."
3641
+ msgstr ""
3642
+
3643
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3644
+ msgid "Failed to import %s &#8220;%s&#8221;"
3645
+ msgstr ""
3646
+
3647
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3648
+ msgid "Menu item skipped due to missing menu slug"
3649
+ msgstr ""
3650
+
3651
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3652
+ msgid "Menu item skipped due to invalid menu slug: %s"
3653
+ msgstr ""
3654
+
3655
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3656
+ msgid "Fetching attachments is not enabled"
3657
+ msgstr ""
3658
+
3659
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
3660
+ #, fuzzy
3661
+ msgid "Invalid file type"
3662
+ msgstr "Ungültiger Formularfeld Typ"
3663
+
3664
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3665
+ msgid "Remote server did not respond"
3666
+ msgstr ""
3667
+
3668
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3669
+ msgid "Remote server returned error response %1$d %2$s"
3670
+ msgstr ""
3671
+
3672
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3673
+ msgid "Remote file is incorrect size"
3674
+ msgstr ""
3675
+
3676
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3677
+ msgid "Zero size file downloaded"
3678
+ msgstr ""
3679
+
3680
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3681
+ msgid "Remote file is too large, limit is %s"
3682
+ msgstr ""
3683
+
3684
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
3685
+ #, fuzzy
3686
+ msgid "Import WordPress"
3687
+ msgstr "Import wird durchgeführt..."
3688
+
3689
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3690
+ msgid ""
3691
+ "A new version of this importer is available. Please update to version %s to "
3692
+ "ensure compatibility with newer export files."
3693
+ msgstr ""
3694
+
3695
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3696
+ msgid ""
3697
+ "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import "
3698
+ "the posts, pages, comments, custom fields, categories, and tags into this "
3699
+ "site."
3700
+ msgstr ""
3701
+
3702
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3703
+ msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3704
+ msgstr ""
3705
+
3706
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3707
+ msgid ""
3708
+ "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3709
+ "strong> from a WordPress export file."
3710
+ msgstr ""
3711
+
3712
+ #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3713
+ msgid "This is a dummy theme"
3714
+ msgstr ""
3715
+
3716
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
3717
+ #, fuzzy
3718
+ msgid "Inactive Widgets"
3719
+ msgstr "Nur Aktiv"
3720
+
3721
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3722
+ msgid ""
3723
+ "Drag widgets here to remove them from the sidebar but keep their settings."
3724
+ msgstr ""
3725
+
3726
  #. Author URI of the plugin/theme
3727
  #, fuzzy
3728
  msgid "https://businessdirectoryplugin.com"
3929
  msgid "No Plan"
3930
  msgstr "Bezahlt"
3931
 
3932
+ #: includes/admin/controllers/class-admin-controller.php:89
3933
  msgctxt "admin confirm"
3934
  msgid "No, go back"
3935
  msgstr ""
3936
 
3937
+ #: includes/admin/controllers/class-admin-controller.php:90
3938
  msgctxt "admin confirm"
3939
  msgid "Yes, I'm sure"
3940
  msgstr ""
3941
 
3942
+ #: includes/admin/controllers/class-admin-fees.php:45
3943
  msgctxt "fees order"
3944
  msgid "Label"
3945
  msgstr "Bezeichnung"
3946
 
3947
+ #: includes/admin/controllers/class-admin-fees.php:47
3948
  msgctxt "fees order"
3949
  msgid "Duration"
3950
  msgstr "Zeitraum"
3951
 
3952
+ #: includes/admin/controllers/class-admin-fees.php:49
3953
  msgctxt "fees order"
3954
  msgid "Custom Order"
3955
  msgstr "Benutzerdefinierte Reihenfolge"
3956
 
3957
+ #: includes/admin/controllers/class-admin-fees.php:296
3958
  #, fuzzy
3959
  msgctxt "fees admin"
3960
  msgid "Plan \"%s\" deleted."
3961
  msgstr "Preis gelöscht."
3962
 
3963
+ #: includes/admin/controllers/class-admin-fees.php:308
3964
  #, fuzzy
3965
  msgctxt "fees admin"
3966
  msgid "Plan enabled."
3967
  msgstr "Preis gelöscht."
3968
 
3969
+ #: includes/admin/controllers/class-admin-fees.php:308
3970
  #, fuzzy
3971
  msgctxt "fees admin"
3972
  msgid "Plan disabled."
3988
  msgid "Attributes"
3989
  msgstr "Feld Attribute"
3990
 
3991
+ #: includes/admin/helpers/tables/class-fees-table.php:142
3992
  msgctxt "fees admin"
3993
  msgid "Edit"
3994
  msgstr "Bearbeiten"
3995
 
3996
+ #: includes/admin/helpers/tables/class-fees-table.php:215
3997
  #, fuzzy
3998
  msgctxt "fees admin"
3999
  msgid "Variable"
4000
  msgstr "Deaktivieren"
4001
 
4002
+ #: includes/admin/helpers/tables/class-fees-table.php:220
4003
  #, fuzzy
4004
  msgctxt "fees admin"
4005
  msgid "%1$s + %2$s per category"
4006
  msgstr "Preis \"%s\" für Kategorie \"%s\""
4007
 
4008
+ #: includes/admin/helpers/tables/class-fees-table.php:239
4009
  msgctxt "fees admin"
4010
  msgid "Forever"
4011
  msgstr "Für immer"
4012
 
4013
+ #: includes/admin/helpers/tables/class-fees-table.php:241
4014
  msgctxt "fees admin"
4015
  msgid "%d day"
4016
  msgid_plural "%d days"
4017
  msgstr[0] "%d Tag"
4018
  msgstr[1] "%d Tage"
4019
 
4020
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4021
  msgctxt "fees admin"
4022
  msgid "All categories"
4023
  msgstr "Alle Kategorien"
4024
 
4025
+ #: includes/admin/helpers/tables/class-fees-table.php:301
4026
  msgctxt "fees admin"
4027
  msgid "Sticky"
4028
  msgstr ""
4029
 
4030
+ #: includes/admin/helpers/tables/class-fees-table.php:305
4031
  #, fuzzy
4032
  msgctxt "fees admin"
4033
  msgid "Recurring"
4034
  msgstr "(wiederkehrend)"
4035
 
4036
+ #: includes/admin/helpers/tables/class-fees-table.php:309
4037
  #, fuzzy
4038
  msgctxt "fees admin"
4039
  msgid "Private"
4040
  msgstr "Aktiviere Lizenz"
4041
 
4042
+ #: includes/admin/helpers/tables/class-payments-table.php:65
4043
  #, fuzzy
4044
  msgctxt "fees admin"
4045
  msgid "Date"
4046
  msgstr "Datum"
4047
 
4048
+ #: includes/admin/helpers/tables/class-payments-table.php:66
4049
  #, fuzzy
4050
  msgctxt "fees admin"
4051
  msgid "Payment History"
4052
  msgstr "Bezahlhistorie"
4053
 
4054
+ #: includes/admin/helpers/tables/class-payments-table.php:68
4055
  msgctxt "fees admin"
4056
  msgid "Status"
4057
  msgstr "Status"
4225
  msgid "Reported"
4226
  msgstr ""
4227
 
4228
+ #: includes/models/class-listing.php:984
4229
  msgctxt "listing status"
4230
  msgid "Unknown"
4231
  msgstr ""
4232
 
4233
+ #: includes/models/class-listing.php:985
4234
  msgctxt "listing status"
4235
  msgid "Legacy"
4236
  msgstr ""
4237
 
4238
+ #: includes/models/class-listing.php:986
4239
  #, fuzzy
4240
  msgctxt "listing status"
4241
  msgid "Incomplete"
4242
  msgstr "Abgeschlossen"
4243
 
4244
+ #: includes/models/class-listing.php:987
4245
  #, fuzzy
4246
  msgctxt "listing status"
4247
  msgid "Pending Payment"
4248
  msgstr "Ausstehende Zahlungen"
4249
 
4250
+ #: includes/models/class-listing.php:988
4251
  #, fuzzy
4252
  msgctxt "listing status"
4253
  msgid "Complete"
4254
  msgstr "Abgeschlossen"
4255
 
4256
+ #: includes/models/class-listing.php:989
4257
  #, fuzzy
4258
  msgctxt "listing status"
4259
  msgid "Pending Upgrade"
4260
  msgstr "Ausstehende Aktualisierung"
4261
 
4262
+ #: includes/models/class-listing.php:990
4263
  #, fuzzy
4264
  msgctxt "listing status"
4265
  msgid "Expired"
4266
  msgstr "Abgelaufen"
4267
 
4268
+ #: includes/models/class-listing.php:991
4269
  #, fuzzy
4270
  msgctxt "listing status"
4271
  msgid "Pending Renewal"
4272
  msgstr "Aktiv + Ausstehende Erneuerungen"
4273
 
4274
+ #: includes/models/class-listing.php:992
4275
  #, fuzzy
4276
  msgctxt "listing status"
4277
  msgid "Abandoned"
4343
  msgid "Payment details updated."
4344
  msgstr "Bezahldetails"
4345
 
4346
+ #: includes/admin/helpers/tables/class-payments-table.php:19
4347
  #, fuzzy
4348
  msgctxt "payments admin"
4349
  msgid "payment"
4350
  msgstr "Bezahlung"
4351
 
4352
+ #: includes/admin/helpers/tables/class-payments-table.php:20
4353
  #, fuzzy
4354
  msgctxt "payments admin"
4355
  msgid "payments"
4356
  msgstr "Bezahlung"
4357
 
4358
+ #: includes/admin/helpers/tables/class-payments-table.php:27
4359
  msgctxt "payments admin"
4360
  msgid "No payments found."
4361
  msgstr "Keine Zahlungen gefunden."
4362
 
4363
+ #: includes/admin/helpers/tables/class-payments-table.php:40
4364
  #, fuzzy
4365
  msgctxt "payments admin"
4366
  msgid "All"
4367
  msgstr "Alle"
4368
 
4369
+ #: includes/admin/helpers/tables/class-payments-table.php:134
4370
  #, fuzzy
4371
  msgctxt "payments admin"
4372
  msgid "View Payment History"
4396
  msgid "Field deleted."
4397
  msgstr "Feld gelöscht."
4398
 
4399
+ #: includes/admin/controllers/class-form-fields-admin.php:330
4400
  msgctxt "form-fields admin"
4401
  msgid "Required fields created successfully."
4402
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
4403
 
4404
+ #: includes/admin/controllers/class-form-fields-admin.php:382
4405
  msgctxt "form-fields admin"
4406
  msgid "Tags updated."
4407
  msgstr "Einstellungen aktualisiert."
4775
  msgid "Theme Tags"
4776
  msgstr "Preise Verwalten"
4777
 
4778
+ #: templates/admin/form-fields-tags.tpl.php:21
 
 
 
 
 
 
 
 
 
 
4779
  msgctxt "form-fields admin"
4780
  msgid "Create Missing Fields"
4781
  msgstr "Eintrag Felder"
4791
  msgid "Valid placeholders: %s"
4792
  msgstr "Gültige Platzhalter: %s"
4793
 
4794
+ #: includes/admin/settings/class-settings-bootstrap.php:99
4795
  msgctxt "admin settings"
4796
  msgid ""
4797
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4798
  "setting is checked."
4799
  msgstr ""
4800
 
4801
+ #: includes/admin/settings/class-settings-bootstrap.php:315
4802
  msgctxt "admin settings"
4803
  msgid "Above results"
4804
  msgstr ""
4805
 
4806
+ #: includes/admin/settings/class-settings-bootstrap.php:316
4807
  msgctxt "admin settings"
4808
  msgid "Below results"
4809
  msgstr ""
4810
 
4811
+ #: includes/admin/settings/class-settings-bootstrap.php:317
4812
  msgctxt "admin settings"
4813
  msgid "Don't show with results"
4814
  msgstr ""
4815
 
4816
+ #: includes/admin/settings/class-settings-bootstrap.php:398
4817
  msgctxt "admin settings"
4818
  msgid ""
4819
  "You have selected a textarea field to be included in quick searches. "
4824
  "Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
4825
  "nehmen. "
4826
 
4827
+ #: includes/admin/settings/class-settings-bootstrap.php:558
4828
  msgctxt "admin settings"
4829
  msgid "Do not include comments in listings"
4830
  msgstr "Keine Kommentare bei den Einträgen anzeigen"
4831
 
4832
+ #: includes/admin/settings/class-settings-bootstrap.php:582
4833
  #, fuzzy
4834
  msgctxt "admin settings"
4835
  msgid "Directory view."
4836
  msgstr "Verzeichnis"
4837
 
4838
+ #: includes/admin/settings/class-settings-bootstrap.php:583
4839
  #, fuzzy
4840
  msgctxt "admin settings"
4841
  msgid "All Listings view."
4842
  msgstr "Alle Einträge"
4843
 
4844
+ #: includes/admin/settings/class-settings-bootstrap.php:584
4845
  #, fuzzy
4846
  msgctxt "admin settings"
4847
  msgid "Category view."
4848
  msgstr "Kategorien"
4849
 
4850
+ #: includes/admin/settings/class-settings-bootstrap.php:585
4851
  #, fuzzy
4852
  msgctxt "admin settings"
4853
  msgid "Search view."
4854
  msgstr "Suche"
4855
 
4856
+ #: includes/admin/settings/class-settings-bootstrap.php:716
4857
  msgctxt "admin settings"
4858
  msgid "Slug"
4859
  msgstr "Entwurf"
4860
 
4861
+ #: includes/admin/settings/class-settings-bootstrap.php:729
4862
+ #: includes/admin/settings/class-settings-bootstrap.php:797
4863
  msgctxt "admin settings"
4864
  msgid "Ascending"
4865
  msgstr "Aufsteigend"
4866
 
4867
+ #: includes/admin/settings/class-settings-bootstrap.php:730
4868
+ #: includes/admin/settings/class-settings-bootstrap.php:798
4869
  msgctxt "admin settings"
4870
  msgid "Descending"
4871
  msgstr "Absteigend"
4872
 
4873
+ #: includes/admin/settings/class-settings-bootstrap.php:763
4874
  msgctxt "admin settings"
4875
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4876
  msgstr ""
4877
 
4878
+ #: includes/admin/settings/class-settings-bootstrap.php:776
4879
  msgctxt "admin settings"
4880
  msgid "Author"
4881
  msgstr "Author"
4882
 
4883
+ #: includes/admin/settings/class-settings-bootstrap.php:777
4884
+ #: includes/helpers/functions/general.php:1244
4885
  msgctxt "admin settings"
4886
  msgid "Date posted"
4887
  msgstr "Datum gepostet"
4888
 
4889
+ #: includes/admin/settings/class-settings-bootstrap.php:778
4890
+ #: includes/helpers/functions/general.php:1245
4891
  msgctxt "admin settings"
4892
  msgid "Date last modified"
4893
  msgstr "Datum zuletzt verändert"
4894
 
4895
+ #: includes/admin/settings/class-settings-bootstrap.php:779
4896
  msgctxt "admin settings"
4897
  msgid "Random"
4898
  msgstr "Zufall"
4899
 
4900
+ #: includes/admin/settings/class-settings-bootstrap.php:780
4901
  msgctxt "admin settings"
4902
  msgid "Paid first then free. Inside each group by date."
4903
  msgstr ""
4904
 
4905
+ #: includes/admin/settings/class-settings-bootstrap.php:781
4906
  msgctxt "admin settings"
4907
  msgid "Paid first then free. Inside each group by title."
4908
  msgstr ""
4909
 
4910
+ #: includes/admin/settings/class-settings-bootstrap.php:782
4911
  msgctxt "admin settings"
4912
  msgid "Plan Custom Order, then Date"
4913
  msgstr ""
4914
 
4915
+ #: includes/admin/settings/class-settings-bootstrap.php:783
4916
  msgctxt "admin settings"
4917
  msgid "Plan Custom Order, then Title"
4918
  msgstr ""
4919
 
4920
+ #: includes/admin/settings/class-settings-bootstrap.php:1055
4921
+ #: includes/admin/settings/class-settings-bootstrap.php:1080
4922
+ #: includes/admin/settings/class-settings-bootstrap.php:1104
4923
  #, fuzzy
4924
  msgctxt "admin settings"
4925
  msgid "Excerpt view."
4926
  msgstr "Im Textauszug"
4927
 
4928
+ #: includes/admin/settings/class-settings-bootstrap.php:1081
4929
+ #: includes/admin/settings/class-settings-bootstrap.php:1105
4930
  #, fuzzy
4931
  msgctxt "admin settings"
4932
  msgid "Detail view."
4933
  msgstr "Verzeichnis"
4934
 
4935
+ #: includes/admin/settings/class-settings-bootstrap.php:1176
4936
  msgctxt "admin settings"
4937
  msgid "Australian Dollar (AUD)"
4938
  msgstr "Australischer Dollar (AUD)"
4939
 
4940
+ #: includes/admin/settings/class-settings-bootstrap.php:1177
4941
  msgctxt "admin settings"
4942
  msgid "Brazilian Real (BRL)"
4943
  msgstr "Brasilianischer Real (BRL)"
4944
 
4945
+ #: includes/admin/settings/class-settings-bootstrap.php:1178
4946
  msgctxt "admin settings"
4947
  msgid "Canadian Dollar (CAD)"
4948
  msgstr "Kanadischer Dollar (CAD)"
4949
 
4950
+ #: includes/admin/settings/class-settings-bootstrap.php:1179
4951
  msgctxt "admin settings"
4952
  msgid "Czech Koruna (CZK)"
4953
  msgstr "Tschechische Koruna (CZK)"
4954
 
4955
+ #: includes/admin/settings/class-settings-bootstrap.php:1180
4956
  msgctxt "admin settings"
4957
  msgid "Danish Krone (DKK)"
4958
  msgstr "Dänische Krone (DKK)"
4959
 
4960
+ #: includes/admin/settings/class-settings-bootstrap.php:1181
4961
  msgctxt "admin settings"
4962
  msgid "United Arab Emirates Dirham (AED)"
4963
  msgstr ""
4964
 
4965
+ #: includes/admin/settings/class-settings-bootstrap.php:1182
4966
  msgctxt "admin settings"
4967
  msgid "Euro (EUR)"
4968
  msgstr "Euro (EUR)"
4969
 
4970
+ #: includes/admin/settings/class-settings-bootstrap.php:1183
4971
  msgctxt "admin settings"
4972
  msgid "Hong Kong Dollar (HKD)"
4973
  msgstr "Hong Kong Dollar (HKD)"
4974
 
4975
+ #: includes/admin/settings/class-settings-bootstrap.php:1184
4976
  msgctxt "admin settings"
4977
  msgid "Hungarian Forint (HUF)"
4978
  msgstr "Ungarischer Forint (HUF)"
4979
 
4980
+ #: includes/admin/settings/class-settings-bootstrap.php:1185
4981
  msgctxt "admin settings"
4982
  msgid "Israeli New Shequel (ILS)"
4983
  msgstr "Israelischer Neuer Schequel (ILS)"
4984
 
4985
+ #: includes/admin/settings/class-settings-bootstrap.php:1186
4986
  msgctxt "admin settings"
4987
  msgid "Japanese Yen (JPY)"
4988
  msgstr "Japanischer Jen (JPY)"
4989
 
4990
+ #: includes/admin/settings/class-settings-bootstrap.php:1187
4991
  msgctxt "admin settings"
4992
  msgid "Moroccan Dirham (MAD)"
4993
  msgstr ""
4994
 
4995
+ #: includes/admin/settings/class-settings-bootstrap.php:1188
4996
  msgctxt "admin settings"
4997
  msgid "Malasian Ringgit (MYR)"
4998
  msgstr "Malaysischer Ringgit (MYR)"
4999
 
5000
+ #: includes/admin/settings/class-settings-bootstrap.php:1189
5001
  msgctxt "admin settings"
5002
  msgid "Mexican Peso (MXN)"
5003
  msgstr "Mexikanischer Peso (MXN)"
5004
 
5005
+ #: includes/admin/settings/class-settings-bootstrap.php:1190
5006
  msgctxt "admin settings"
5007
  msgid "Norwegian Krone (NOK)"
5008
  msgstr "Norwegische Krone (NOK)"
5009
 
5010
+ #: includes/admin/settings/class-settings-bootstrap.php:1191
5011
  msgctxt "admin settings"
5012
  msgid "New Zealand Dollar (NZD)"
5013
  msgstr "Neuseeland Dollar (NZD)"
5014
 
5015
+ #: includes/admin/settings/class-settings-bootstrap.php:1192
5016
  msgctxt "admin settings"
5017
  msgid "Philippine Peso (PHP)"
5018
  msgstr "Philippinischer Peso (PHP)"
5019
 
5020
+ #: includes/admin/settings/class-settings-bootstrap.php:1193
5021
  msgctxt "admin settings"
5022
  msgid "Polish Zloty (PLN)"
5023
  msgstr "Polnischer Zloty (PLN)"
5024
 
5025
+ #: includes/admin/settings/class-settings-bootstrap.php:1194
5026
  msgctxt "admin settings"
5027
  msgid "Pound Sterling (GBP)"
5028
  msgstr "Pfund Sterling (GBP)"
5029
 
5030
+ #: includes/admin/settings/class-settings-bootstrap.php:1195
5031
  msgctxt "admin settings"
5032
  msgid "Singapore Dollar (SGD)"
5033
  msgstr "Singapore Dollar (SGD)"
5034
 
5035
+ #: includes/admin/settings/class-settings-bootstrap.php:1196
5036
  msgctxt "admin settings"
5037
  msgid "Swedish Krona (SEK)"
5038
  msgstr "Schwedische Krone (SEK)"
5039
 
5040
+ #: includes/admin/settings/class-settings-bootstrap.php:1197
5041
  msgctxt "admin settings"
5042
  msgid "Swiss Franc (CHF)"
5043
  msgstr "Schweizer Franken (CHF)"
5044
 
5045
+ #: includes/admin/settings/class-settings-bootstrap.php:1198
5046
  msgctxt "admin settings"
5047
  msgid "Taiwan Dollar (TWD)"
5048
  msgstr "Taiwanischer Dollar (TWD)"
5049
 
5050
+ #: includes/admin/settings/class-settings-bootstrap.php:1199
5051
  msgctxt "admin settings"
5052
  msgid "Thai Baht (THB)"
5053
  msgstr "Thailändischer Baht (THB)"
5054
 
5055
+ #: includes/admin/settings/class-settings-bootstrap.php:1200
5056
  msgctxt "admin settings"
5057
  msgid "Turkish Lira (TRY)"
5058
  msgstr "Türkische Lira (TRY)"
5059
 
5060
+ #: includes/admin/settings/class-settings-bootstrap.php:1201
5061
  msgctxt "admin settings"
5062
  msgid "U.S. Dollar (USD)"
5063
  msgstr "U.S. Dollar"
5064
 
5065
+ #: includes/admin/settings/class-settings-bootstrap.php:1225
5066
  msgctxt "admin settings"
5067
  msgid "Show currency symbol on the left"
5068
  msgstr "Währungssymbol links anzeigen"
5069
 
5070
+ #: includes/admin/settings/class-settings-bootstrap.php:1226
5071
  msgctxt "admin settings"
5072
  msgid "Show currency symbol on the right"
5073
  msgstr "Währungssymbol rechts anzeigen"
5074
 
5075
+ #: includes/admin/settings/class-settings-bootstrap.php:1227
5076
  msgctxt "admin settings"
5077
  msgid "Do not show currency symbol"
5078
  msgstr "Währungssymbol nicht anzeigen"
5079
 
5080
  #. translators: %1$s: gateway name, %2$s: explanation string
5081
+ #: includes/admin/settings/class-settings-bootstrap.php:1272
5082
  msgctxt "admin settings"
5083
  msgid "AED currency is not supported by %1$s. %2$s"
5084
  msgstr ""
5085
 
5086
+ #: includes/admin/settings/class-settings-bootstrap.php:1310
5087
  msgctxt "admin settings"
5088
  msgid ""
5089
  "Listings with pending payments are marked as abandoned after this time. You "
5090
  "can also <a>customize the email</a> users receive."
5091
  msgstr ""
5092
 
5093
+ #: includes/admin/settings/class-settings-bootstrap.php:1340
5094
  msgctxt "admin settings"
5095
  msgid "Try listing's email field first, then author's email."
5096
  msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
5097
 
5098
+ #: includes/admin/settings/class-settings-bootstrap.php:1341
5099
  msgctxt "admin settings"
5100
  msgid "Try author's email first and then listing's email field."
5101
  msgstr ""
5102
  "Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
5103
 
5104
+ #: includes/admin/settings/class-settings-bootstrap.php:1354
5105
  msgctxt "admin settings"
5106
  msgid "Plain (text/plain)"
5107
  msgstr ""
5108
 
5109
+ #: includes/admin/settings/class-settings-bootstrap.php:1355
5110
  msgctxt "admin settings"
5111
  msgid "HTML (text/html)"
5112
  msgstr ""
5113
 
5114
+ #: includes/admin/settings/class-settings-bootstrap.php:1356
5115
  msgctxt "admin settings"
5116
  msgid "Both (multipart/alternative)"
5117
  msgstr ""
5118
 
5119
+ #: includes/admin/settings/class-settings-bootstrap.php:1370
5120
  msgctxt "admin settings"
5121
  msgid "A new listing is submitted."
5122
  msgstr "Ein neuer Eintrag wurde übermittelt."
5123
 
5124
+ #: includes/admin/settings/class-settings-bootstrap.php:1371
5125
  msgctxt "admin settings"
5126
  msgid "A listing is edited."
5127
  msgstr "Ein Eintrag wurde bearbeitet."
5128
 
5129
+ #: includes/admin/settings/class-settings-bootstrap.php:1372
5130
  msgctxt "admin settings"
5131
  msgid "A listing expires."
5132
  msgstr "Ein Eintrag läuft aus."
5133
 
5134
+ #: includes/admin/settings/class-settings-bootstrap.php:1373
5135
  #, fuzzy
5136
  msgctxt "admin settings"
5137
  msgid "A listing is renewed."
5138
  msgstr "Ein Eintrag wurde bearbeitet."
5139
 
5140
+ #: includes/admin/settings/class-settings-bootstrap.php:1374
5141
  #, fuzzy
5142
  msgctxt "admin settings"
5143
  msgid "A listing payment is completed."
5144
  msgstr "Ein Eintrag wurde bearbeitet."
5145
 
5146
+ #: includes/admin/settings/class-settings-bootstrap.php:1375
5147
  #, fuzzy
5148
  msgctxt "admin settings"
5149
  msgid "A listing has been reported as inappropriate."
5150
  msgstr "Der Eintrag wurde aktualisiert"
5151
 
5152
+ #: includes/admin/settings/class-settings-bootstrap.php:1376
5153
  msgctxt "admin settings"
5154
  msgid "A contact message is sent to a listing's owner."
5155
  msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
5156
 
5157
+ #: includes/admin/settings/class-settings-bootstrap.php:1403
5158
  msgctxt "admin settings"
5159
  msgid "Their listing is submitted."
5160
  msgstr "Ihr Eintrag ist eingereicht."
5161
 
5162
+ #: includes/admin/settings/class-settings-bootstrap.php:1404
5163
  msgctxt "admin settings"
5164
  msgid "Their listing is approved/published."
5165
  msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
5166
 
5167
+ #: includes/admin/settings/class-settings-bootstrap.php:1405
5168
  #, fuzzy
5169
  msgctxt "admin settings"
5170
  msgid "A payment for their listing is completed."
5171
  msgstr "Ihr Eintrag ist eingereicht."
5172
 
5173
+ #: includes/admin/settings/class-settings-bootstrap.php:1406
5174
  #, fuzzy
5175
  msgctxt "admin settings"
5176
  msgid "Their listing expired or is about to expire."
5177
  msgstr "Ihr Eintrag ist eingereicht."
5178
 
5179
+ #: includes/admin/settings/class-settings-bootstrap.php:1424
5180
+ #: includes/admin/settings/class-settings-bootstrap.php:1443
5181
+ #: includes/admin/settings/class-settings-bootstrap.php:1479
5182
+ #: includes/admin/settings/class-settings-bootstrap.php:1515
5183
+ #: includes/admin/settings/class-settings-bootstrap.php:1534
5184
  msgctxt "admin settings"
5185
  msgid "Listing's title"
5186
  msgstr "Eintrag Titel"
5187
 
5188
+ #: includes/admin/settings/class-settings-bootstrap.php:1425
5189
+ #: includes/admin/settings/class-settings-bootstrap.php:1516
5190
  #, fuzzy
5191
  msgctxt "admin settings"
5192
  msgid "Listing's plan name"
5193
  msgstr "Eintrag Enddatum"
5194
 
5195
+ #: includes/admin/settings/class-settings-bootstrap.php:1426
5196
+ #: includes/admin/settings/class-settings-bootstrap.php:1517
5197
  #, fuzzy
5198
  msgctxt "admin settings"
5199
  msgid "Listing's plan description"
5200
  msgstr "Auswahl der Preispakete"
5201
 
5202
+ #: includes/admin/settings/class-settings-bootstrap.php:1427
5203
+ #: includes/admin/settings/class-settings-bootstrap.php:1518
5204
  #, fuzzy
5205
  msgctxt "admin settings"
5206
  msgid "Listing's plan details"
5207
  msgstr "Eintrag Enddatum"
5208
 
5209
+ #: includes/admin/settings/class-settings-bootstrap.php:1440
5210
  msgctxt "admin settings"
5211
  msgid ""
5212
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
5215
  "Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
5216
  "kann öffentlich eingesehen werden."
5217
 
5218
+ #: includes/admin/settings/class-settings-bootstrap.php:1444
5219
+ #: includes/admin/settings/class-settings-bootstrap.php:1478
5220
  msgctxt "admin settings"
5221
  msgid "Listing's URL"
5222
  msgstr "Eintrags URL"
5223
 
5224
+ #: includes/admin/settings/class-settings-bootstrap.php:1445
5225
+ #: includes/admin/settings/class-settings-bootstrap.php:1485
5226
  #, fuzzy
5227
  msgctxt "admin settings"
5228
  msgid "Listing's Access Key"
5229
  msgstr "Eintrag Felder / Bilder"
5230
 
5231
+ #: includes/admin/settings/class-settings-bootstrap.php:1480
5232
  #, fuzzy
5233
  msgctxt "admin settings"
5234
  msgid "Sender's name"
5235
  msgstr "Authorname"
5236
 
5237
+ #: includes/admin/settings/class-settings-bootstrap.php:1483
5238
  #, fuzzy
5239
  msgctxt "admin settings"
5240
  msgid "Contact message"
5241
  msgstr "Neue Eintrag Anweisungen"
5242
 
5243
+ #: includes/admin/settings/class-settings-bootstrap.php:1484
5244
  msgctxt "admin settings"
5245
  msgid "Date and time the message was sent"
5246
  msgstr ""
5247
 
5248
+ #: includes/admin/settings/class-settings-bootstrap.php:1519
5249
  #, fuzzy
5250
  msgctxt "admin settings"
5251
  msgid "Payment items details."
5252
  msgstr "Bezahldetails"
5253
 
5254
+ #: includes/admin/settings/class-settings-bootstrap.php:1520
5255
  msgctxt "admin settings"
5256
  msgid "URL where user can review and print payment receipt."
5257
  msgstr ""
5258
 
5259
+ #: includes/admin/settings/class-settings-bootstrap.php:1521
5260
  #, fuzzy
5261
  msgctxt "admin settings"
5262
  msgid "Gateway used to process listing's payment."
5263
  msgstr "Bezahlung ausführen"
5264
 
5265
+ #: includes/admin/settings/class-settings-bootstrap.php:1535
5266
  msgctxt "admin settings"
5267
  msgid "Checkout URL link"
5268
  msgstr "Kasse"
5269
 
5270
+ #: includes/admin/settings/class-settings-bootstrap.php:1637
5271
  #, fuzzy
5272
  msgctxt "admin settings"
5273
  msgid "Uploaded Image (no resize)"
5274
  msgstr "Dateien hochladen"
5275
 
5276
+ #: includes/helpers/functions/general.php:1242
5277
  msgctxt "admin settings"
5278
  msgid "User"
5279
  msgstr "Benutzer"
5280
 
5281
+ #: includes/helpers/functions/general.php:1243
5282
  msgctxt "admin settings"
5283
  msgid "User registration date"
5284
  msgstr "Eintrag Enddatum"
5502
  msgid "General"
5503
  msgstr "Allgemein"
5504
 
5505
+ #: includes/admin/settings/class-settings-bootstrap.php:10
5506
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
5507
  #, fuzzy
5508
  msgctxt "settings"
5509
  msgid "Listings"
5510
  msgstr "Einträge"
5511
 
5512
+ #: includes/admin/settings/class-settings-bootstrap.php:11
5513
+ #: includes/admin/settings/class-settings-bootstrap.php:14
5514
+ #: includes/admin/settings/class-settings-bootstrap.php:17
5515
+ #: includes/admin/settings/class-settings-bootstrap.php:32
5516
+ #: includes/admin/settings/class-settings-bootstrap.php:1321
5517
+ #: includes/admin/settings/class-settings.php:359
5518
  #, fuzzy
5519
  msgctxt "settings"
5520
  msgid "General Settings"
5521
  msgstr "Allgemeine Einstellungen"
5522
 
5523
+ #: includes/admin/settings/class-settings-bootstrap.php:16
5524
  #, fuzzy
5525
  msgctxt "settings"
5526
  msgid "Payment"
5527
  msgstr "Bezahlung"
5528
 
5529
+ #: includes/admin/settings/class-settings-bootstrap.php:19
5530
  msgctxt "settings"
5531
  msgid "Appearance"
5532
  msgstr ""
5533
 
5534
+ #: includes/admin/settings/class-settings-bootstrap.php:55
5535
  #, fuzzy
5536
  msgctxt "settings"
5537
  msgid "Permalink Settings"
5538
  msgstr "Permalink Einstellungen"
5539
 
5540
+ #: includes/admin/settings/class-settings-bootstrap.php:60
5541
  #, fuzzy
5542
  msgctxt "settings"
5543
  msgid "Directory Listings Slug"
5544
  msgstr "Verzeichniseintrag Entwurf"
5545
 
5546
+ #: includes/admin/settings/class-settings-bootstrap.php:71
5547
  #, fuzzy
5548
  msgctxt "settings"
5549
  msgid "Categories Slug"
5550
  msgstr "Kategorie Entwurf"
5551
 
5552
+ #: includes/admin/settings/class-settings-bootstrap.php:72
5553
  #, fuzzy
5554
  msgctxt "settings"
5555
  msgid ""
5558
  "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
5559
  "\"Kategorie\" für diese Instanz."
5560
 
5561
+ #: includes/admin/settings/class-settings-bootstrap.php:84
5562
  #, fuzzy
5563
  msgctxt "settings"
5564
  msgid "Tags Slug"
5565
  msgstr "Tags Entwurf"
5566
 
5567
+ #: includes/admin/settings/class-settings-bootstrap.php:85
5568
  #, fuzzy
5569
  msgctxt "settings"
5570
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5572
  "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
5573
  "\" für diese Instanz."
5574
 
5575
+ #: includes/admin/settings/class-settings-bootstrap.php:98
5576
  #, fuzzy
5577
  msgctxt "settings"
5578
  msgid "Remove listing ID from URLs for better SEO"
5579
  msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
5580
 
5581
+ #: includes/admin/settings/class-settings-bootstrap.php:99
5582
  #, fuzzy
5583
  msgctxt "settings"
5584
  msgid ""
5590
  "die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
5591
  "Mehrwert zu erhalten."
5592
 
5593
+ #: includes/admin/settings/class-settings-bootstrap.php:110
5594
  #, fuzzy
5595
  msgctxt "settings"
5596
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5597
  msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
5598
 
5599
+ #: includes/admin/settings/class-settings-bootstrap.php:117
5600
  #, fuzzy
5601
  msgctxt "settings"
5602
  msgid "Use reCAPTCHA for contact forms"
5603
  msgstr "Benutze reCAPTCHA für Kontaktformen"
5604
 
5605
+ #: includes/admin/settings/class-settings-bootstrap.php:125
5606
  #, fuzzy
5607
  msgctxt "settings"
5608
  msgid "Use reCAPTCHA only for logged-out users"
5609
  msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
5610
 
5611
+ #: includes/admin/settings/class-settings-bootstrap.php:133
5612
  #, fuzzy
5613
  msgctxt "settings"
5614
  msgid "Use reCAPTCHA for listing submits"
5615
  msgstr "Benutze reCAPTCHA für Eintragzusendungen"
5616
 
5617
+ #: includes/admin/settings/class-settings-bootstrap.php:141
5618
  #, fuzzy
5619
  msgctxt "settings"
5620
  msgid "Use reCAPTCHA for edit listings"
5621
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5622
 
5623
+ #: includes/admin/settings/class-settings-bootstrap.php:149
5624
  #, fuzzy
5625
  msgctxt "settings"
5626
  msgid "Use reCAPTCHA for report listings"
5627
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5628
 
5629
+ #: includes/admin/settings/class-settings-bootstrap.php:157
5630
  #, fuzzy
5631
  msgctxt "settings"
5632
  msgid "Use reCAPTCHA for listing comments"
5633
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
5634
 
5635
+ #: includes/admin/settings/class-settings-bootstrap.php:165
5636
  #, fuzzy
5637
  msgctxt "settings"
5638
  msgid "reCAPTCHA Public Key"
5639
  msgstr "reCAPTCHA öffentlicher Schlüssel"
5640
 
5641
+ #: includes/admin/settings/class-settings-bootstrap.php:175
5642
  #, fuzzy
5643
  msgctxt "settings"
5644
  msgid "reCAPTCHA Private Key"
5645
  msgstr "reCAPTCHA privater Schlüssel"
5646
 
5647
+ #: includes/admin/settings/class-settings-bootstrap.php:185
5648
  #, fuzzy
5649
  msgctxt "settings"
5650
  msgid "reCAPTCHA version"
5651
  msgstr "reCAPTCHA Einstellungen"
5652
 
5653
+ #: includes/admin/settings/class-settings-bootstrap.php:202
5654
  msgctxt "settings"
5655
  msgid "reCAPTCHA V3 threshold score"
5656
  msgstr ""
5657
 
5658
+ #: includes/admin/settings/class-settings-bootstrap.php:207
5659
  msgctxt "settings"
5660
  msgid ""
5661
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
5664
  "this value will result in reCAPTCHA validation error."
5665
  msgstr ""
5666
 
5667
+ #: includes/admin/settings/class-settings-bootstrap.php:218
5668
  #, fuzzy
5669
  msgctxt "settings"
5670
  msgid "Registration"
5671
  msgstr "Registrierung"
5672
 
5673
+ #: includes/admin/settings/class-settings-bootstrap.php:228
 
 
 
 
 
 
 
 
 
5674
  #, fuzzy
5675
  msgctxt "settings"
5676
  msgid "Require login to post listings"
5677
  msgstr "Zurück zum Eintrag."
5678
 
5679
+ #: includes/admin/settings/class-settings-bootstrap.php:237
5680
  msgctxt "settings"
5681
  msgid "Allow anonymous users to edit/manage listings with an access key"
5682
  msgstr ""
5683
 
5684
+ #: includes/admin/settings/class-settings-bootstrap.php:245
5685
  #, fuzzy
5686
  msgctxt "settings"
5687
  msgid "Login URL"
5688
  msgstr "Login"
5689
 
5690
+ #: includes/admin/settings/class-settings-bootstrap.php:246
5691
  #, fuzzy
5692
  msgctxt "settings"
5693
  msgid "Only enter this if using a membership plugin or custom login page"
5696
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5697
  "benutzt. "
5698
 
5699
+ #: includes/admin/settings/class-settings-bootstrap.php:247
5700
  msgctxt "settings"
5701
  msgid "URL of your membership plugin's login page."
5702
  msgstr ""
5703
 
5704
+ #: includes/admin/settings/class-settings-bootstrap.php:256
5705
  #, fuzzy
5706
  msgctxt "settings"
5707
  msgid "Registration URL"
5708
  msgstr "Registrierungs URL"
5709
 
5710
+ #: includes/admin/settings/class-settings-bootstrap.php:257
5711
  #, fuzzy
5712
  msgctxt "settings"
5713
  msgid ""
5717
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5718
  "benutzt. "
5719
 
5720
+ #: includes/admin/settings/class-settings-bootstrap.php:258
5721
  #, fuzzy
5722
  msgctxt "settings"
5723
  msgid "URL of your membership plugin's registration page"
5726
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
5727
  "benutzt. "
5728
 
5729
+ #: includes/admin/settings/class-settings-bootstrap.php:267
5730
  msgctxt "settings"
5731
  msgid "Allow users to create accounts during listing submit"
5732
  msgstr ""
5733
 
5734
+ #: includes/admin/settings/class-settings-bootstrap.php:298
5735
  #, fuzzy
5736
  msgctxt "settings"
5737
  msgid ""
5742
  "werden Bedingungen und Konditionen ersetzt durch einen Link der "
5743
  "dazugehörigen Seite."
5744
 
5745
+ #: includes/admin/settings/class-settings-bootstrap.php:300
5746
  #, fuzzy
5747
  msgctxt "settings"
5748
  msgid "Terms and Conditions text goes here"
5749
  msgstr "Bedingungen und Konditionen"
5750
 
5751
+ #: includes/admin/settings/class-settings-bootstrap.php:329
5752
  msgctxt "settings"
5753
  msgid "Enable high performance search"
5754
  msgstr ""
5755
 
5756
+ #: includes/admin/settings/class-settings-bootstrap.php:338
5757
  #, fuzzy
5758
  msgctxt "settings"
5759
  msgid "Advanced"
5760
  msgstr "Erweitert"
5761
 
5762
+ #: includes/admin/settings/class-settings-bootstrap.php:344
5763
  #, fuzzy
5764
  msgctxt "settings"
5765
  msgid "Disable advanced CPT integration"
5766
  msgstr "Email Erinnerung"
5767
 
5768
+ #: includes/admin/settings/class-settings-bootstrap.php:353
5769
  msgctxt "settings"
5770
  msgid "Disable frontend listing submission"
5771
  msgstr ""
5772
 
5773
+ #: includes/admin/settings/class-settings-bootstrap.php:354
5774
  msgctxt "settings"
5775
  msgid ""
5776
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5777
  "shortcode for submit listing to function on other pages."
5778
  msgstr ""
5779
 
5780
+ #: includes/admin/settings/class-settings-bootstrap.php:435
5781
  #, fuzzy
5782
  msgctxt "settings"
5783
  msgid "Contact Form"
5784
  msgstr "Zurücksetzen"
5785
 
5786
+ #: includes/admin/settings/class-settings-bootstrap.php:444
5787
  #, fuzzy
5788
  msgctxt "settings"
5789
  msgid "Listings per page"
5790
  msgstr "Einträge pro Seite"
5791
 
5792
+ #: includes/admin/settings/class-settings-bootstrap.php:445
5793
  #, fuzzy
5794
  msgctxt "settings"
5795
  msgid ""
5799
  "Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
5800
  "\"0\" um alle Einträge anzuzeigen."
5801
 
5802
+ #: includes/admin/settings/class-settings-bootstrap.php:457
5803
  #, fuzzy
5804
  msgctxt "settings"
5805
  msgid "Turn on listing renewal option"
5806
  msgstr "Option zur Erneuerung von Einträgen aktivieren?"
5807
 
5808
+ #: includes/admin/settings/class-settings-bootstrap.php:466
5809
  msgctxt "settings"
5810
  msgid "Open detailed view of listing in new tab"
5811
  msgstr ""
5812
 
5813
+ #: includes/admin/settings/class-settings-bootstrap.php:476
5814
  #, fuzzy
5815
  msgctxt "settings"
5816
  msgid "Include button to report listings"
5817
  msgstr "Zurück zum Eintrag."
5818
 
5819
+ #: includes/admin/settings/class-settings-bootstrap.php:485
5820
  msgctxt "settings"
5821
  msgid "Enable report listing for registered users only"
5822
  msgstr ""
5823
 
5824
+ #: includes/admin/settings/class-settings-bootstrap.php:495
5825
  msgctxt "settings"
5826
  msgid "Report listing option list"
5827
  msgstr ""
5828
 
5829
+ #: includes/admin/settings/class-settings-bootstrap.php:496
5830
  msgctxt "settings"
5831
  msgid ""
5832
  "Form option list to report a listing as inappropriate. One option per line."
5833
  msgstr ""
5834
 
5835
+ #: includes/admin/settings/class-settings-bootstrap.php:507
5836
  #, fuzzy
5837
  msgctxt "settings"
5838
  msgid "Include listing contact form on listing pages"
5839
  msgstr "Kontaktform in Eintragsseiten einfügen?"
5840
 
5841
+ #: includes/admin/settings/class-settings-bootstrap.php:508
5842
  #, fuzzy
5843
  msgctxt "settings"
5844
  msgid ""
5848
  "Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
5849
  "bekommt eine Nachricht per E-mail zugeschickt."
5850
 
5851
+ #: includes/admin/settings/class-settings-bootstrap.php:517
5852
  #, fuzzy
5853
  msgctxt "settings"
5854
  msgid "Require login for using the contact form"
5855
  msgstr "Einloggen um das Kontaktformular nutzen zu können?"
5856
 
5857
+ #: includes/admin/settings/class-settings-bootstrap.php:528
5858
  #, fuzzy
5859
  msgctxt "settings"
5860
  msgid "Maximum number of daily contact form submits from registered users"
5861
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
5862
 
5863
+ #: includes/admin/settings/class-settings-bootstrap.php:529
5864
  #, fuzzy
5865
  msgctxt "settings"
5866
  msgid ""
5870
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
5871
  "unbegrenzt pro Tag."
5872
 
5873
+ #: includes/admin/settings/class-settings-bootstrap.php:541
5874
  #, fuzzy
5875
  msgctxt "settings"
5876
  msgid "Maximum number of contact form submits for each listing per day"
5877
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
5878
 
5879
+ #: includes/admin/settings/class-settings-bootstrap.php:542
5880
  #, fuzzy
5881
  msgctxt "settings"
5882
  msgid ""
5886
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
5887
  "unbegrenzt pro Tag."
5888
 
5889
+ #: includes/admin/settings/class-settings-bootstrap.php:554
5890
  #, fuzzy
5891
  msgctxt "settings"
5892
  msgid "Include comment form on listing pages?"
5893
  msgstr "Kommentarform einfügen in Eintragsseiten?"
5894
 
5895
+ #: includes/admin/settings/class-settings-bootstrap.php:569
5896
  #, fuzzy
5897
  msgctxt "settings"
5898
  msgid "Show listings under categories on main page"
5899
  msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
5900
 
5901
+ #: includes/admin/settings/class-settings-bootstrap.php:579
5902
  msgctxt "settings"
5903
  msgid ""
5904
  "Prevents featured listings from floating to the top of the selected page."
5905
  msgstr ""
5906
 
5907
+ #: includes/admin/settings/class-settings-bootstrap.php:609
5908
  msgctxt "settings"
5909
  msgid ""
5910
  "The user ID or login of an existing user account. If login is not required "
5912
  "that will not a be posting a listing is best."
5913
  msgstr ""
5914
 
5915
+ #: includes/admin/settings/class-settings-bootstrap.php:635
5916
  #, fuzzy
5917
  msgctxt "settings"
5918
  msgid "Edit post status"
5919
  msgstr "Post Status Bearbeiten"
5920
 
5921
+ #: includes/admin/settings/class-settings-bootstrap.php:650
5922
  #, fuzzy
5923
  msgctxt "settings"
5924
  msgid "Status of deleted listings"
5925
  msgstr "Status der gelöschten Einträge"
5926
 
5927
+ #: includes/admin/settings/class-settings-bootstrap.php:701
5928
  #, fuzzy
5929
  msgctxt "settings"
5930
  msgid "Submit Listing instructions message"
5931
  msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
5932
 
5933
+ #: includes/admin/settings/class-settings-bootstrap.php:712
5934
  #, fuzzy
5935
  msgctxt "settings"
5936
  msgid "Order categories list by"
5937
  msgstr "Kategorieliste sortieren nach"
5938
 
5939
+ #: includes/admin/settings/class-settings-bootstrap.php:726
5940
  #, fuzzy
5941
  msgctxt "settings"
5942
  msgid "Sort order for categories"
5943
  msgstr "Sortierung für Kategorien"
5944
 
5945
+ #: includes/admin/settings/class-settings-bootstrap.php:739
5946
  #, fuzzy
5947
  msgctxt "settings"
5948
  msgid "Show category post count"
5949
  msgstr "Kategoriepost Anzahl anzeigen?"
5950
 
5951
+ #: includes/admin/settings/class-settings-bootstrap.php:748
5952
  #, fuzzy
5953
  msgctxt "settings"
5954
  msgid "Hide empty categories"
5955
  msgstr "Leere Kategorien verbergen?"
5956
 
5957
+ #: includes/admin/settings/class-settings-bootstrap.php:757
5958
  #, fuzzy
5959
  msgctxt "settings"
5960
  msgid "Show only parent categories in category list"
5961
  msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
5962
 
5963
+ #: includes/admin/settings/class-settings-bootstrap.php:769
5964
  #, fuzzy
5965
  msgctxt "settings"
5966
  msgid "Order directory listings by"
5967
  msgstr "Anordnung Verzeichniseinträge durch"
5968
 
5969
+ #: includes/admin/settings/class-settings-bootstrap.php:793
5970
  #, fuzzy
5971
  msgctxt "settings"
5972
  msgid "Sort directory listings by"
5973
  msgstr "Verzeichnissortierung der Einträge durch"
5974
 
5975
+ #: includes/admin/settings/class-settings-bootstrap.php:794
5976
  #, fuzzy
5977
  msgctxt "settings"
5978
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
5980
  "Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
5981
  "Reihenfolge Z-A"
5982
 
5983
+ #: includes/admin/settings/class-settings-bootstrap.php:807
5984
  #, fuzzy
5985
  msgctxt "settings"
5986
  msgid "Enable sort bar"
5987
  msgstr "Sortierung aktivieren?"
5988
 
5989
+ #: includes/admin/settings/class-settings-bootstrap.php:816
5990
  #, fuzzy
5991
  msgctxt "settings"
5992
  msgid "Sortbar Fields"
5993
  msgstr "Sortierbare Felder"
5994
 
5995
+ #: includes/admin/settings/class-settings-bootstrap.php:835
5996
  #, fuzzy
5997
  msgctxt "settings"
5998
  msgid "Show the \"Submit listing\" button"
5999
  msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
6000
 
6001
+ #: includes/admin/settings/class-settings-bootstrap.php:836
6002
  msgctxt "settings"
6003
  msgid ""
6004
  "Hides the button used by the main UI to allow listing submission, but does "
6006
  "customize the submit listing button on your own)"
6007
  msgstr ""
6008
 
6009
+ #: includes/admin/settings/class-settings-bootstrap.php:846
6010
  #, fuzzy
6011
  msgctxt "settings"
6012
  msgid "Show \"Search listings\""
6013
  msgstr "\"Einträge durchsuchen\" anzeigen"
6014
 
6015
+ #: includes/admin/settings/class-settings-bootstrap.php:855
6016
  #, fuzzy
6017
  msgctxt "settings"
6018
  msgid "Show the \"View Listings\" button"
6019
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
6020
 
6021
+ #: includes/admin/settings/class-settings-bootstrap.php:864
6022
  #, fuzzy
6023
  msgctxt "settings"
6024
  msgid "Show the \"Manage Listings\" button"
6025
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
6026
 
6027
+ #: includes/admin/settings/class-settings-bootstrap.php:908
6028
  #, fuzzy
6029
  msgctxt "settings"
6030
  msgid "Image Settings"
6031
  msgstr "Bildeinstellungen"
6032
 
6033
+ #: includes/admin/settings/class-settings-bootstrap.php:913
6034
  #, fuzzy
6035
  msgctxt "settings"
6036
  msgid "Allow images"
6037
  msgstr "Bilder erlauben?"
6038
 
6039
+ #: includes/admin/settings/class-settings-bootstrap.php:924
6040
  #, fuzzy
6041
  msgctxt "settings"
6042
  msgid "Min Image File Size (KB)"
6043
  msgstr "Maximale Bildgröße (KB)"
6044
 
6045
+ #: includes/admin/settings/class-settings-bootstrap.php:936
6046
  #, fuzzy
6047
  msgctxt "settings"
6048
  msgid "Max Image File Size (KB)"
6049
  msgstr "Maximale Bildgröße (KB)"
6050
 
6051
+ #: includes/admin/settings/class-settings-bootstrap.php:948
6052
  #, fuzzy
6053
  msgctxt "settings"
6054
  msgid "Min image width (px)"
6055
  msgstr "Bildergröße (in px):"
6056
 
6057
+ #: includes/admin/settings/class-settings-bootstrap.php:958
6058
  #, fuzzy
6059
  msgctxt "settings"
6060
  msgid "Min image height (px)"
6061
  msgstr "Bilderhöhe (in px):"
6062
 
6063
+ #: includes/admin/settings/class-settings-bootstrap.php:972
6064
  #, fuzzy
6065
  msgctxt "settings"
6066
  msgid "Max image width (px)"
6067
  msgstr "Maximale Bildbreite"
6068
 
6069
+ #: includes/admin/settings/class-settings-bootstrap.php:984
6070
  #, fuzzy
6071
  msgctxt "settings"
6072
  msgid "Max image height (px)"
6073
  msgstr "Maximale Bildhöhe"
6074
 
6075
+ #: includes/admin/settings/class-settings-bootstrap.php:996
6076
  #, fuzzy
6077
  msgctxt "settings"
6078
  msgid "Turn on thickbox/lightbox"
6079
  msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
6080
 
6081
+ #: includes/admin/settings/class-settings-bootstrap.php:997
6082
  #, fuzzy
6083
  msgctxt "settings"
6084
  msgid ""
6087
  "Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
6088
  "Erweiterungen entstehen"
6089
 
6090
+ #: includes/admin/settings/class-settings-bootstrap.php:1003
6091
  #, fuzzy
6092
  msgctxt "settings"
6093
  msgid "Thumbnails"
6094
  msgstr "Thumbnails"
6095
 
6096
+ #: includes/admin/settings/class-settings-bootstrap.php:1010
6097
  #, fuzzy
6098
  msgctxt "settings"
6099
  msgid "Thumbnail width (px)"
6100
  msgstr "Thumbnailbreite"
6101
 
6102
+ #: includes/admin/settings/class-settings-bootstrap.php:1022
6103
  #, fuzzy
6104
  msgctxt "settings"
6105
  msgid "Thumbnail height (px)"
6106
  msgstr "Thumbnailbreite"
6107
 
6108
+ #: includes/admin/settings/class-settings-bootstrap.php:1032
6109
  #, fuzzy
6110
  msgctxt "settings"
6111
  msgid "Crop thumbnails to exact dimensions"
6112
  msgstr "Vorschaubild auf die exakte Maße abschneiden?"
6113
 
6114
+ #: includes/admin/settings/class-settings-bootstrap.php:1033
6115
  #, fuzzy
6116
  msgctxt "settings"
6117
  msgid ""
6127
  "Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
6128
  "Höhen haben."
6129
 
6130
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
6131
  msgctxt "settings"
6132
  msgid "Enforce image upload on submit/edit"
6133
  msgstr ""
6134
 
6135
+ #: includes/admin/settings/class-settings-bootstrap.php:1065
6136
  #, fuzzy
6137
  msgctxt "settings"
6138
  msgid "Default thumbnail image size"
6139
  msgstr "Voreingestellter-Nutzer"
6140
 
6141
+ #: includes/admin/settings/class-settings-bootstrap.php:1068
6142
  msgctxt "settings"
6143
  msgid ""
6144
  "This indicates the size of the thumbnail to be used both in excerpt and "
6147
  "width as the starting point."
6148
  msgstr ""
6149
 
6150
+ #: includes/admin/settings/class-settings-bootstrap.php:1077
6151
  msgctxt "settings"
6152
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
6153
  msgstr ""
6154
 
6155
+ #: includes/admin/settings/class-settings-bootstrap.php:1101
6156
  msgctxt "settings"
6157
  msgid "Display featured (sticky) badge"
6158
  msgstr ""
6159
 
6160
+ #: includes/admin/settings/class-settings-bootstrap.php:1115
6161
  #, fuzzy
6162
  msgctxt "settings"
6163
  msgid "Featured Badge image"
6164
  msgstr "Featured Levels Module"
6165
 
6166
+ #: includes/admin/settings/class-settings-bootstrap.php:1125
6167
  #, fuzzy
6168
  msgctxt "settings"
6169
  msgid "Featured Badge URL"
6170
  msgstr "Featured Levels Module"
6171
 
6172
+ #: includes/admin/settings/class-settings-bootstrap.php:1126
6173
  msgctxt "settings"
6174
  msgid "Use this to set Featured Badge image as a link to a defined URL."
6175
  msgstr ""
6176
 
6177
+ #: includes/admin/settings/class-settings-bootstrap.php:1150
6178
  #, fuzzy
6179
  msgctxt "settings"
6180
  msgid "Fee Order"
6181
  msgstr "Auftrag"
6182
 
6183
+ #: includes/admin/settings/class-settings-bootstrap.php:1163
6184
  #, fuzzy
6185
  msgctxt "settings"
6186
  msgid "Put payment gateways in test mode"
6187
  msgstr "Bezahlungsgateway im Testmodus ausführen?"
6188
 
6189
+ #: includes/admin/settings/class-settings-bootstrap.php:1173
6190
  #, fuzzy
6191
  msgctxt "settings"
6192
  msgid "Currency Code"
6193
  msgstr "Währungsschlüssel"
6194
 
6195
+ #: includes/admin/settings/class-settings-bootstrap.php:1212
6196
  #, fuzzy
6197
  msgctxt "settings"
6198
  msgid "Currency Symbol"
6199
  msgstr "Währungssymbol"
6200
 
6201
+ #: includes/admin/settings/class-settings-bootstrap.php:1222
6202
  #, fuzzy
6203
  msgctxt "settings"
6204
  msgid "Currency symbol display"
6205
  msgstr "Währungssymbol Anzeige"
6206
 
6207
+ #: includes/admin/settings/class-settings-bootstrap.php:1236
6208
  msgctxt "settings"
6209
  msgid "Include plan description in receipt"
6210
  msgstr ""
6211
 
6212
+ #: includes/admin/settings/class-settings-bootstrap.php:1245
6213
  #, fuzzy
6214
  msgctxt "settings"
6215
  msgid "Thank you for payment message"
6216
  msgstr "Danke für die Bezahlung Nachricht"
6217
 
6218
+ #: includes/admin/settings/class-settings-bootstrap.php:1298
6219
  msgctxt "settings"
6220
  msgid "Ask users to come back for abandoned payments"
6221
  msgstr ""
6222
 
6223
+ #: includes/admin/settings/class-settings-bootstrap.php:1309
6224
  #, fuzzy
6225
  msgctxt "settings"
6226
  msgid "Listing abandonment threshold (hours)"
6227
  msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
6228
 
6229
+ #: includes/admin/settings/class-settings-bootstrap.php:1326
6230
  #, fuzzy
6231
  msgctxt "settings"
6232
  msgid "Display email address fields publicly"
6233
  msgstr "E-mail Adressfeld öffentlich anzeigen?"
6234
 
6235
+ #: includes/admin/settings/class-settings-bootstrap.php:1327
6236
  #, fuzzy
6237
  msgctxt "settings"
6238
  msgid ""
6242
  msgstr ""
6243
  "E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
6244
 
6245
+ #: includes/admin/settings/class-settings-bootstrap.php:1336
6246
  #, fuzzy
6247
  msgctxt "settings"
6248
  msgid "How to determine the listing's email address?"
6249
  msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
6250
 
6251
+ #: includes/admin/settings/class-settings-bootstrap.php:1337
6252
  #, fuzzy
6253
  msgctxt "settings"
6254
  msgid ""
6258
  "Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
6259
  "Eintrag abläuft."
6260
 
6261
+ #: includes/admin/settings/class-settings-bootstrap.php:1350
6262
  msgctxt "settings"
6263
  msgid "Email Content-Type header"
6264
  msgstr ""
6265
 
6266
+ #: includes/admin/settings/class-settings-bootstrap.php:1351
6267
  msgctxt "settings"
6268
  msgid ""
6269
  "Use this setting to control the format of the emails explicitly. Some "
6272
  "then \"Both\"."
6273
  msgstr ""
6274
 
6275
+ #: includes/admin/settings/class-settings-bootstrap.php:1412
6276
  #, fuzzy
6277
  msgctxt "settings"
6278
  msgid "Templates"
6279
  msgstr "E-mail Templates"
6280
 
6281
+ #: includes/admin/settings/class-settings-bootstrap.php:1417
6282
  #, fuzzy
6283
  msgctxt "settings"
6284
  msgid "Email confirmation message"
6285
  msgstr "Email Bestätigungsnachricht"
6286
 
6287
+ #: includes/admin/settings/class-settings-bootstrap.php:1418
6288
  #, fuzzy
6289
  msgctxt "settings"
6290
  msgid "Sent after a listing has been submitted."
6291
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
6292
 
6293
+ #: includes/admin/settings/class-settings-bootstrap.php:1436
6294
  #, fuzzy
6295
  msgctxt "settings"
6296
  msgid "Listing published message"
6297
  msgstr "Eintrag veröffentlicht Nachricht"
6298
 
6299
+ #: includes/admin/settings/class-settings-bootstrap.php:1437
6300
  #, fuzzy
6301
  msgctxt "settings"
6302
  msgid "Sent when the listing has been published or approved by an admin."
6304
  "Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
6305
  "wurde."
6306
 
6307
+ #: includes/admin/settings/class-settings-bootstrap.php:1454
6308
  #, fuzzy
6309
  msgctxt "settings"
6310
  msgid "Listing Contact Message"
6311
  msgstr "Neue Eintrag Anweisungen"
6312
 
6313
+ #: includes/admin/settings/class-settings-bootstrap.php:1455
6314
  #, fuzzy
6315
  msgctxt "settings"
6316
  msgid ""
6320
  "An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
6321
  "verwendet."
6322
 
6323
+ #: includes/admin/settings/class-settings-bootstrap.php:1495
6324
  #, fuzzy
6325
  msgctxt "settings"
6326
  msgid "Payment completed message"
6327
  msgstr "Erneuerungserinnerung E-mail Nachricht"
6328
 
6329
+ #: includes/admin/settings/class-settings-bootstrap.php:1496
6330
  msgctxt "settings"
6331
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6332
  msgstr ""
6333
 
6334
+ #: includes/admin/settings/class-settings-bootstrap.php:1532
6335
  #, fuzzy
6336
  msgctxt "settings"
6337
  msgid "Payment abandoned reminder message"
6338
  msgstr "Erneuerungserinnerung E-mail Nachricht"
6339
 
6340
+ #: includes/admin/settings/class-settings-bootstrap.php:1658
6341
  msgctxt "settings"
6342
  msgid "Cropped"
6343
  msgstr ""
6344
 
6345
+ #: includes/admin/settings/class-settings.php:494
6346
+ #: includes/admin/settings/class-settings.php:505
6347
  msgctxt "settings"
6348
  msgid "\"%s\" can not be empty."
6349
  msgstr ""
6350
 
6351
+ #: includes/admin/settings/class-settings.php:522
6352
  msgctxt "settings"
6353
  msgid "The slug \"%s\" is already in use for another taxonomy."
6354
  msgstr ""
6355
 
6356
+ #: includes/licensing.php:237
6357
  #, fuzzy
6358
  msgctxt "settings"
6359
  msgid "Themes"
6360
  msgstr "Preise Verwalten"
6361
 
6362
+ #: includes/licensing.php:289 includes/licensing.php:290
6363
  msgctxt "settings"
6364
  msgid "Please wait..."
6365
  msgstr ""
6366
 
6367
+ #: includes/licensing.php:290
6368
  #, fuzzy
6369
  msgctxt "settings"
6370
  msgid "Deauthorize"
6444
  msgstr "Ungültige Feld ID"
6445
 
6446
  #: includes/admin/controllers/class-themes-admin.php:378
6447
+ #: includes/admin/upgrades/class-themes-updater.php:172
6448
  msgctxt "themes"
6449
  msgid "Could not update theme: %s"
6450
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
6451
 
6452
+ #: includes/admin/upgrades/class-themes-updater.php:133
6453
  msgctxt "themes"
6454
  msgid "Updating theme..."
6455
  msgstr "Theme wird aktualisiert…"
6456
 
6457
+ #: includes/admin/upgrades/class-themes-updater.php:134
6458
  msgctxt "themes"
6459
  msgid "Theme updated."
6460
  msgstr "Preis aktualisiert."
6461
 
6462
+ #: includes/admin/upgrades/class-themes-updater.php:137
6463
  msgctxt "themes"
6464
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6465
  msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
6466
 
6467
+ #: includes/admin/upgrades/class-themes-updater.php:183
6468
  #, fuzzy
6469
  msgctxt "themes"
6470
  msgid "Theme was updated successfully."
6504
  "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
6505
  "durchzuführen."
6506
 
6507
+ #: templates/admin/csv-export.tpl.php:12
6508
  msgctxt "admin csv-export"
6509
  msgid ""
6510
  "Please note that the export process is a resource intensive task. If your "
6517
  "Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
6518
  "'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
6519
 
6520
+ #: templates/admin/csv-export.tpl.php:27
6521
  msgctxt "admin csv-export"
6522
  msgid "Export settings"
6523
  msgstr "Export Einstellungen"
6524
 
6525
+ #: templates/admin/csv-export.tpl.php:33
6526
  msgctxt "admin csv-export"
6527
  msgid "Which listings to export?"
6528
  msgstr "Welche Einträge sollen exportiert werden?"
6529
 
6530
+ #: templates/admin/csv-export.tpl.php:38
6531
  msgctxt "admin csv-export"
6532
  msgid "Active Only"
6533
  msgstr "Nur Aktiv"
6534
 
6535
+ #: templates/admin/csv-export.tpl.php:39
6536
  msgctxt "admin csv-export"
6537
  msgid "Active + Pending Renewal"
6538
  msgstr "Aktiv + Ausstehende Erneuerungen"
6539
 
6540
+ #: templates/admin/csv-export.tpl.php:47
6541
  msgctxt "admin csv-export"
6542
  msgid "Export images"
6543
  msgstr "Bilder exportieren"
6544
 
6545
+ #: templates/admin/csv-export.tpl.php:62
6546
  msgctxt "admin csv-export"
6547
  msgid "Include unique IDs for each listing (sequence_id column)."
6548
  msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
6549
 
6550
+ #: templates/admin/csv-export.tpl.php:75
6551
  msgctxt "admin csv-export"
6552
  msgid "Author information (username)"
6553
  msgstr "Author Informationen (Benutzername)"
6554
 
6555
+ #: templates/admin/csv-export.tpl.php:85
6556
  msgctxt "admin csv-export"
6557
  msgid "Listing expiration date"
6558
  msgstr "Eintrag Enddatum"
6559
 
6560
+ #: templates/admin/csv-export.tpl.php:94
6561
  #, fuzzy
6562
  msgctxt "admin csv-export"
6563
  msgid "Listing created date"
6564
  msgstr "Eintrag Bilder"
6565
 
6566
+ #: templates/admin/csv-export.tpl.php:103
6567
  #, fuzzy
6568
  msgctxt "admin csv-export"
6569
  msgid "Listing last updated date"
6570
  msgstr "Eintrag Enddatum"
6571
 
6572
+ #: templates/admin/csv-export.tpl.php:112
6573
  #, fuzzy
6574
  msgctxt "admin csv-export"
6575
  msgid "Listing T&C acceptance date"
6576
  msgstr "Eintrag Bilder"
6577
 
6578
+ #: templates/admin/csv-export.tpl.php:125
6579
  msgctxt "admin csv-export"
6580
  msgid "What operating system will you use to edit the CSV file?"
6581
  msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
6582
 
6583
+ #: templates/admin/csv-export.tpl.php:137
6584
  msgctxt "admin csv-export"
6585
  msgid "Windows"
6586
  msgstr "Windows"
6587
 
6588
+ #: templates/admin/csv-export.tpl.php:145
6589
  msgctxt "admin csv-export"
6590
  msgid "macOS"
6591
  msgstr "MacOS"
6592
 
6593
+ #: templates/admin/csv-export.tpl.php:159
6594
  msgctxt "admin csv-export"
6595
  msgid "Category Separator"
6596
  msgstr "Kategorietrenner"
6597
 
6598
+ #: templates/admin/csv-export.tpl.php:169
6599
  msgctxt "admin csv-export"
6600
  msgid "Export Listings"
6601
  msgstr "Export Einträge"
6602
 
6603
+ #: templates/admin/csv-export.tpl.php:175
6604
  msgctxt "admin csv-export"
6605
  msgid "Export in Progress..."
6606
  msgstr "Export wird durchgeführt..."
6607
 
6608
+ #: templates/admin/csv-export.tpl.php:176
6609
  msgctxt "admin csv-export"
6610
  msgid ""
6611
  "Your export file is being prepared. Please <u>do not leave</u> this page "
6614
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
6615
  "bis der Export abgeschlossen wurde."
6616
 
6617
+ #: templates/admin/csv-export.tpl.php:179
6618
  msgctxt "admin csv-export"
6619
  msgid "No. of listings:"
6620
  msgstr "Anzahl der Einträge:"
6621
 
6622
+ #: templates/admin/csv-export.tpl.php:181
6623
  msgctxt "admin csv-export"
6624
  msgid "Approximate export file size:"
6625
  msgstr "Exportdatei Größe ca. :"
6626
 
6627
+ #: templates/admin/csv-export.tpl.php:188
6628
  msgctxt "admin csv-export"
6629
  msgid "Cancel Export"
6630
  msgstr "Export abbrechen"
6631
 
6632
+ #: templates/admin/csv-export.tpl.php:193
6633
  msgctxt "admin csv-export"
6634
  msgid "Export Complete"
6635
  msgstr "Export vollständig"
6636
 
6637
+ #: templates/admin/csv-export.tpl.php:194
6638
  msgctxt "admin csv-export"
6639
  msgid ""
6640
  "Your export file has been successfully created and it is now ready for "
6643
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
6644
  "Verfügung."
6645
 
6646
+ #: templates/admin/csv-export.tpl.php:199
6647
  #, fuzzy
6648
  msgctxt "admin csv-export"
6649
  msgid "Download %1$s (%2$s)"
6650
  msgstr "Herunterladen %s (%s)"
6651
 
6652
+ #: templates/admin/csv-export.tpl.php:207
6653
  msgctxt "admin csv-export"
6654
  msgid ""
6655
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
6658
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
6659
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
6660
 
6661
+ #: templates/admin/csv-export.tpl.php:208
6662
  msgctxt "admin csv-export"
6663
  msgid "Cleanup"
6664
  msgstr "Bereinigen"
6665
 
6666
+ #: templates/admin/csv-export.tpl.php:213
6667
  msgctxt "admin csv-export"
6668
  msgid "Export Canceled"
6669
  msgstr "Export abgebrochen"
6670
 
6671
+ #: templates/admin/csv-export.tpl.php:214
6672
  msgctxt "admin csv-export"
6673
  msgid "The export has been canceled."
6674
  msgstr "Der Export wurde abgebrochen."
6675
 
6676
+ #: templates/admin/csv-export.tpl.php:215
6677
  msgctxt "admin csv-export"
6678
  msgid "← Return to CSV Export"
6679
  msgstr "← Zurück nach CSV Export"
6680
 
6681
+ #: includes/admin/csv-import.php:174
6682
  msgctxt "admin csv-import"
6683
  msgid "Whatever"
6684
  msgstr "BeispielText"
6685
 
6686
+ #: includes/admin/csv-import.php:345
6687
  msgctxt "admin csv-import"
6688
  msgid "Please upload or select a CSV file."
6689
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
6690
 
6691
+ #: includes/admin/csv-import.php:374
6692
  msgctxt "admin csv-import"
6693
  msgid ""
6694
  "An error was detected while validating the CSV file for import. Please fix "
6697
  "Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
6698
  "beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
6699
 
6700
+ #: includes/admin/csv-import.php:383
6701
  msgctxt "admin csv-import"
6702
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6703
  msgstr ""
6704
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6705
  "geschrieben."
6706
 
6707
+ #: includes/admin/helpers/csv/class-csv-import.php:531
6708
  msgctxt "admin csv-import"
6709
  msgid ""
6710
  "Could not create listing category \"<category-name>\". The operation failed "
6713
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6714
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6715
 
6716
+ #: includes/admin/helpers/csv/class-csv-import.php:537
6717
  msgctxt "admin csv-import"
6718
  msgid "Could not create listing category \"%s\""
6719
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6720
 
6721
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6722
  msgctxt "admin csv-import"
6723
  msgid "Username \"%s\" does not exist"
6724
  msgstr "Benutzername \"%s\" existiert nicht"
6725
 
6726
+ #: includes/admin/helpers/csv/class-csv-import.php:755
6727
  msgctxt "admin csv-import"
6728
  msgid "There is no Plan with ID = <fee-id>"
6729
  msgstr ""
6730
 
6731
+ #: includes/admin/helpers/csv/class-csv-import.php:786
6732
  msgctxt "admin csv-import"
6733
  msgid "Missing required field: %s"
6734
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6735
 
6736
+ #: includes/admin/helpers/csv/class-csv-import.php:831
6737
  msgctxt "admin csv-import"
6738
  msgid "Listing category \"%s\" does not exist"
6739
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6740
 
6741
+ #: includes/admin/helpers/csv/class-csv-import.php:905
6742
  msgctxt "admin csv-import"
6743
  msgid "The string <string> couldn't be converted into a valid date."
6744
  msgstr ""
6875
  msgid "Warning"
6876
  msgstr "Warnung"
6877
 
6878
+ #: templates/admin/csv-import.tpl.php:60 templates/admin/csv-import.tpl.php:91
 
 
 
 
 
 
6879
  msgctxt "admin csv-import"
6880
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6881
  msgstr ""
6882
  "... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
6883
 
6884
+ #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:103
6885
  msgctxt "admin csv-import"
6886
  msgid "(Upload new file)"
6887
  msgstr "(Neue Datei hochladen)"
6888
 
6889
+ #: templates/admin/csv-import.tpl.php:128
6890
  msgctxt "admin csv-import"
6891
  msgid "Comma (,)"
6892
  msgstr "Komma (,)"
6893
 
6894
+ #: templates/admin/csv-import.tpl.php:135
6895
  msgctxt "admin csv-import"
6896
  msgid "Semicolon (;)"
6897
  msgstr "Semikolon (;)"
6898
 
6899
+ #: templates/admin/csv-import.tpl.php:194
6900
  #, fuzzy
6901
  msgctxt "admin csv-import"
6902
  msgid "Preserve existing status"
6903
  msgstr "Einträge"
6904
 
6905
+ #: templates/admin/csv-import.tpl.php:245
6906
  msgctxt "admin csv-import"
6907
  msgid ""
6908
  "Select a default user to be used if the username column is not present in "
6911
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
6912
  "Spalte in der CSV-Datei nicht vorhanden ist."
6913
 
6914
+ #: templates/admin/csv-import.tpl.php:279
6915
  msgctxt "admin csv-import"
6916
  msgid "Test Import"
6917
  msgstr "Importtest"
6918
 
6919
+ #: templates/admin/csv-import.tpl.php:280
6920
  msgctxt "admin csv-import"
6921
  msgid "Import Listings"
6922
  msgstr "Einträge importieren"
6923
 
6924
+ #: templates/admin/csv-import.tpl.php:330
6925
  #, fuzzy
6926
  msgctxt "admin csv-import"
6927
  msgid ""
6931
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6932
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6933
 
6934
+ #: templates/admin/csv-import.tpl.php:351
6935
  msgctxt "admin csv-import"
6936
  msgid ""
6937
  "Internal Sequence ID used to allow listing updates from external sources."
6939
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
6940
  "externer Quellen durchzuführen."
6941
 
6942
+ #: templates/admin/csv-import.tpl.php:358
6943
  msgctxt "admin csv-import"
6944
  msgid ""
6945
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6948
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6949
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6950
 
6951
+ #: includes/admin/csv-import.php:301
6952
  #, fuzzy
6953
  msgctxt "csv import"
6954
  msgid ""
6986
  msgid "No payments available."
6987
  msgstr "verfügbare Bilder:"
6988
 
6989
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6990
  #, fuzzy
6991
  msgctxt "listing metabox"
6992
  msgid "Plan Details"
6993
  msgstr "Details planen"
6994
 
6995
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
6996
  msgctxt "listing metabox"
6997
  msgid "Change plan"
6998
  msgstr ""
6999
 
7000
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7001
  #, fuzzy
7002
  msgctxt "listing metabox"
7003
  msgid "# of images"
7004
  msgstr "# Bilder"
7005
 
 
 
 
 
 
 
 
 
 
 
 
 
7006
  #: includes/admin/helpers/class-listing-timeline.php:111
7007
  #, fuzzy
7008
  msgctxt "listing timeline"
7042
  msgid "All"
7043
  msgstr "Alle"
7044
 
7045
+ #: includes/admin/settings/class-settings-bootstrap.php:625
7046
+ #: includes/admin/settings/class-settings-bootstrap.php:638
7047
  msgctxt "post status"
7048
  msgid "Published"
7049
  msgstr "Veröffentlicht"
7050
 
7051
+ #: includes/admin/settings/class-settings-bootstrap.php:653
7052
  msgctxt "post status"
7053
  msgid "Draft"
7054
  msgstr ""
7055
 
7056
+ #: includes/admin/settings/class-settings-bootstrap.php:654
7057
  msgctxt "post status"
7058
  msgid "Trash"
7059
  msgstr ""
7060
 
7061
  #. translators: %s: url shortcode
7062
+ #: includes/admin/settings/class-settings-bootstrap.php:1460
7063
  msgctxt "contact email"
7064
  msgid "You have received a reply from your listing at %s."
7065
  msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
7066
 
7067
  #. translators: %s: name shortcode
7068
+ #: includes/admin/settings/class-settings-bootstrap.php:1463
7069
  msgctxt "contact email"
7070
  msgid "Name: %s"
7071
  msgstr "Name: %s"
7072
 
7073
+ #: includes/admin/settings/class-settings-bootstrap.php:1471
7074
  msgctxt "contact email"
7075
  msgid "Message:"
7076
  msgstr "Nachricht:"
7077
 
7078
  #. translators: %s: date shortcode
7079
+ #: includes/admin/settings/class-settings-bootstrap.php:1475
7080
  msgctxt "contact email"
7081
  msgid "Time: %s"
7082
  msgstr "Zeit: %s"
7083
 
7084
+ #: includes/admin/tracking.php:197
7085
  msgctxt "tracking"
7086
  msgid "Help Improve Business Directory"
7087
  msgstr "Hilf Business Directory zu unterstützen"
7088
 
7089
+ #: includes/admin/tracking.php:199
7090
  msgctxt "tracking"
7091
  msgid ""
7092
  "Can Business Directory keep track of your theme, plugins, and other non-"
7097
  "verfolgen um Informationen zu sammeln die uns helfen, das Modul weiter zu "
7098
  "entwickeln?"
7099
 
7100
+ #: includes/admin/tracking.php:201
7101
  msgctxt "tracking"
7102
  msgid "What do you track?"
7103
  msgstr "Was verfolgst du?"
7190
  "inkompatibel mit der aktuellen Version des Branchenverzeichnisses ist. Bitte "
7191
  "aktualisiere das Regionenmodul. "
7192
 
7193
+ #: includes/admin/upgrades/migrations/migration-3_7.php:38
7194
  #, fuzzy
7195
  msgctxt "installer"
7196
  msgid "Migrating payments information."
7197
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7198
 
7199
+ #: includes/admin/upgrades/migrations/migration-3_7.php:62
7200
  #, fuzzy
7201
  msgctxt "installer"
7202
  msgid "Cleaning up plan information... %1$d/%2$d"
7203
  msgstr "Informationen der Preispakte säubern... %d/%d"
7204
 
7205
+ #: includes/admin/upgrades/migrations/migration-3_7.php:120
7206
  #, fuzzy
7207
  msgctxt "installer"
7208
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7209
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7210
 
7211
+ #: includes/admin/upgrades/migrations/migration-3_7.php:149
7212
  msgctxt "installer"
7213
  msgid "Initial listing payment (BD < 3.4)"
7214
  msgstr "Initialbezahlung Eintrag (BD < 3.4)"
7215
 
7216
+ #: includes/admin/upgrades/migrations/migration-3_7.php:160
7217
  msgctxt "installer"
7218
  msgid "Listing edit payment (BD < 3.4)"
7219
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
7220
 
7221
+ #: includes/admin/upgrades/migrations/migration-3_7.php:202
7222
  msgctxt "installer"
7223
  msgid "Listing upgrade to featured"
7224
  msgstr "Eintrag aktualisieren auf Hervorhebung"
7395
  msgid "(Unavailable Plan)"
7396
  msgstr "(Preis nicht verfügbar)"
7397
 
7398
+ #: includes/models/class-listing.php:881
7399
  #, fuzzy
7400
  msgctxt "listing"
7401
  msgid "Plan \"%s\" (recurring)"
7402
  msgstr "(wiederkehrend)"
7403
 
7404
+ #: includes/models/class-listing.php:883
7405
  msgctxt "listing"
7406
  msgid "Plan \"%s\""
7407
  msgstr ""
7468
  msgid "Payment Details"
7469
  msgstr "Bezahldetails"
7470
 
7471
+ #: templates/email/listing-payment-completed.tpl.php:35
7472
  #, fuzzy
7473
  msgctxt "notify email"
7474
  msgid "Listing URL"
7475
  msgstr "Eintrags URL"
7476
 
7477
+ #: templates/email/listing-payment-completed.tpl.php:37
7478
  #, fuzzy
7479
  msgctxt "notify email"
7480
  msgid "Listing admin URL"
7668
  msgid "Your listing has been deleted."
7669
  msgstr "Dein Eintrag wurde gelöscht."
7670
 
7671
+ #: templates/delete-listing-confirm.tpl.php:13
 
 
 
 
 
 
 
 
 
 
 
 
7672
  msgctxt "delete listing"
7673
  msgid ""
7674
  "Please visit <a>Manage recurring payments</a> to review your current "
7677
  "Bitte besuchen Sie <a>Zahlungsarten verwalten</a> um deine aktuellen "
7678
  "Zahlungsarten einzusehen."
7679
 
7680
+ #: templates/delete-listing-confirm.tpl.php:21
7681
  msgctxt "delete listing"
7682
  msgid "You are about to remove your listing \"%s\" from the directory."
7683
  msgstr ""
7763
  msgid "There are currently no listings in the directory."
7764
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
7765
 
7766
+ #: includes/controllers/pages/class-main.php:23
7767
  msgctxt "templates"
7768
  msgid ""
7769
  "You have \"Hide Empty Categories\" on and some categories that don't have "
7812
  "an existing field"
7813
  msgstr ""
7814
 
7815
+ #: includes/controllers/pages/class-submit-listing.php:1283
7816
  msgctxt "templates"
7817
  msgid "Please agree to the Terms and Conditions."
7818
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7819
 
7820
+ #: includes/controllers/pages/class-submit-listing.php:1297
7821
  msgctxt "templates"
7822
  msgid "I agree to the <a>Terms and Conditions</a>"
7823
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7824
 
7825
+ #: includes/helpers/functions/general.php:1325
7826
  msgctxt "templates"
7827
  msgid "Return to results"
7828
  msgstr "Zurück zu den Ergebnissen"
7829
 
7830
+ #: includes/helpers/functions/templates-ui.php:226
7831
  msgctxt "templates"
7832
  msgid "No listing categories found."
7833
  msgstr "Keine Eintragskategorie gefunden."
7834
 
7835
+ #: includes/helpers/functions/templates-ui.php:377
7836
  msgctxt "templates"
7837
  msgid "Advanced Search"
7838
  msgstr "Erweiterte Suche"
8232
  msgid "Please choose a valid plan for your category selection."
8233
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8234
 
8235
+ #: includes/controllers/pages/class-submit-listing.php:1203
8236
  #, fuzzy
8237
  msgctxt "submit listing"
8238
  msgid "Please enter your desired username."
8239
  msgstr "Bitte geben Sie einen Namen ein."
8240
 
8241
+ #: includes/controllers/pages/class-submit-listing.php:1208
8242
  #, fuzzy
8243
  msgctxt "submit listing"
8244
  msgid "Please enter the e-mail for your new account."
8245
  msgstr "Bitte geben Sie einen Namen ein."
8246
 
8247
+ #: includes/controllers/pages/class-submit-listing.php:1213
8248
  msgctxt "submit listing"
8249
  msgid "The username you chose is already in use. Please use a different one."
8250
  msgstr ""
8251
 
8252
+ #: includes/controllers/pages/class-submit-listing.php:1218
8253
  msgctxt "submit listing"
8254
  msgid "The e-mail address you chose for your account is already in use."
8255
  msgstr ""
8256
 
8257
+ #: includes/models/class-payment.php:262
8258
  #, fuzzy
8259
  msgctxt "submit listing"
8260
  msgid "Listing submitted by admin. Payment skipped."
8261
  msgstr "Eintrag zusenden (Initialbezahlung)"
8262
 
8263
+ #: includes/controllers/pages/class-submit-listing.php:1158
8264
  msgctxt "listing submit"
8265
  msgid ""
8266
  "Image upload is required, please provide at least one image and submit again."
8489
  msgid "Transaction Key is missing."
8490
  msgstr "Transaktionen"
8491
 
8492
+ #: includes/gateways/class-gateway-authorize-net.php:104
8493
  #, fuzzy
8494
  msgctxt "authorize-net"
8495
  msgid ""
8499
  "Ihre Zahlung wartet derzeit auf eine Prüfung. Folgender Grund wurde "
8500
  "angegeben: \"%s\"."
8501
 
8502
+ #: includes/gateways/class-gateway-authorize-net.php:115
8503
  #, fuzzy
8504
  msgctxt "authorize-net"
8505
  msgid ""
8509
  "Das Bezahlung mit Ihrer Kreditkarte ist fehlgeschlagen. Folgender Grund "
8510
  "wurde angeben: \"%s\"."
8511
 
8512
+ #: includes/gateways/class-gateway-authorize-net.php:126
8513
  msgctxt "authorize-net"
8514
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8515
  msgstr "Die Zahlung wurde abgelehnt. Folgender Grund wurde angegeben: \"%s\"."
8516
 
8517
+ #: includes/gateways/class-gateway-authorize-net.php:190
8518
  msgctxt "authorize-net"
8519
  msgid "Payment failed. Reason: %s"
8520
  msgstr ""
8521
 
8522
+ #: includes/gateways/class-gateway-authorize-net.php:215
8523
  #, fuzzy
8524
  msgctxt "authorize-net"
8525
  msgid "Listing #%d"
8553
  "Beim Senden der Zugriffsschlüssel an Ihre E-Mail-Adresse ist ein Fehler "
8554
  "aufgetreten. Bitte versuche es erneut."
8555
 
8556
+ #: includes/helpers/class-fs.php:119
8557
  msgctxt "fs helper"
8558
  msgid "Destination dir \"%s\" is not writable."
8559
  msgstr "Eintragskategorie \"%s\" existiert nicht"
8560
 
8561
+ #: includes/helpers/functions/templates-ui.php:404
8562
  msgctxt "templates sort"
8563
  msgid "Sort By:"
8564
  msgstr "Sortieren nach"
8589
  msgid "General"
8590
  msgstr "Allgemein"
8591
 
8592
+ #: includes/licensing.php:540
8593
  msgctxt "licensing"
8594
  msgid "Could not contact licensing server"
8595
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8596
 
8597
+ #: includes/licensing.php:553
8598
  msgctxt "licensing"
8599
  msgid ""
8600
  "It was not possible to establish a connection with Business Directory's "
8601
  "server. cURL was not found in your system"
8602
  msgstr ""
8603
 
8604
+ #: includes/licensing.php:555 includes/licensing.php:585
8605
  msgctxt "licensing"
8606
  msgid ""
8607
  "To ensure the security of our systems and adhere to industry best practices, "
8610
  "1.0.1c)."
8611
  msgstr ""
8612
 
8613
+ #: includes/licensing.php:557 includes/licensing.php:587
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "Upgrading your system will not only allow you to communicate with Business "
8618
  "services using the latest security standards."
8619
  msgstr ""
8620
 
8621
+ #: includes/licensing.php:559
8622
  msgctxt "licensing"
8623
  msgid ""
8624
  "Please contact your hosting provider and ask them to upgrade your system. "
8625
  "Include this message if necessary"
8626
  msgstr ""
8627
 
8628
+ #: includes/licensing.php:589
8629
  msgctxt "licensing"
8630
  msgid ""
8631
  "Please contact your hosting provider and ask them to upgrade your system. "
8632
  "Include this message if necessary."
8633
  msgstr ""
8634
 
8635
+ #: includes/licensing.php:625
8636
  msgctxt "licensing"
8637
  msgid "The server returned a 403 Forbidden error."
8638
  msgstr ""
8639
 
8640
+ #: includes/licensing.php:871
8641
  msgctxt "licensing"
8642
  msgid "Could not activate license: %s."
8643
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8644
 
8645
+ #: includes/licensing.php:876
8646
  msgctxt "licensing"
8647
  msgid "License activated"
8648
  msgstr "Lizenz aktiviert"
8649
 
8650
+ #: includes/licensing.php:908
8651
  msgctxt "licensing"
8652
  msgid "Could not deactivate license: %s."
8653
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8654
 
8655
+ #: includes/licensing.php:910
8656
  msgctxt "licensing"
8657
  msgid "License deactivated"
8658
  msgstr "Lizenz deaktiviert"
8659
 
8660
  #. translators: "<module-name>" version <version-number> is not...
8661
+ #: includes/licensing.php:1150
8662
  msgctxt "deprecation"
8663
  msgid ""
8664
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8677
  msgstr[0] "%d Bild erlaubt."
8678
  msgstr[1] "%d Bilder erlaubt."
8679
 
8680
+ #: includes/models/class-fee-plan.php:402
8681
  #, fuzzy
8682
  msgctxt "fees-api"
8683
  msgid "Plan label is required."
8684
  msgstr "Feldbezeichnung ist Pflichtfeld."
8685
 
8686
+ #: includes/models/class-fee-plan.php:408
8687
  msgctxt "fees-api"
8688
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8689
  msgstr ""
8690
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
8691
  "Tage)."
8692
 
8693
+ #: includes/models/class-fee-plan.php:413
8694
  msgctxt "fees-api"
8695
  msgid ""
8696
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8698
  "<a>plan</a> appropriately."
8699
  msgstr ""
8700
 
8701
+ #: includes/models/class-fee-plan.php:416
8702
  msgctxt "fees-api"
8703
  msgid ""
8704
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8722
  msgid "Renewal payment (\"%s\")"
8723
  msgstr "Bezahlung zurückweisen"
8724
 
8725
+ #: includes/models/class-payment.php:370
8726
  #, fuzzy
8727
  msgctxt "payment"
8728
  msgid "Pending"
8729
  msgstr "Ausstehend"
8730
 
8731
+ #: includes/models/class-payment.php:371
8732
  msgctxt "payment"
8733
  msgid "Failed"
8734
  msgstr ""
8735
 
8736
+ #: includes/models/class-payment.php:372
8737
  #, fuzzy
8738
  msgctxt "payment"
8739
  msgid "Completed"
8740
  msgstr "Abgeschlossen"
8741
 
8742
+ #: includes/models/class-payment.php:373
8743
  #, fuzzy
8744
  msgctxt "payment"
8745
  msgid "Canceled"
8746
  msgstr "Abgebrochen"
8747
 
8748
+ #: includes/models/class-payment.php:374
8749
  msgctxt "payment"
8750
  msgid "On Hold"
8751
  msgstr ""
8752
 
8753
+ #: includes/models/class-payment.php:375
8754
  msgctxt "payment"
8755
  msgid "Refunded"
8756
  msgstr ""
8795
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
8796
  "\"in deiner php.ini an."
8797
 
8798
+ #: includes/widgets/widget-featured-listings.php:13
8799
  msgctxt "widgets"
8800
  msgid "Business Directory - Featured Listings"
8801
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
8802
 
8803
+ #: includes/widgets/widget-featured-listings.php:14
8804
  msgctxt "widgets"
8805
  msgid "Displays a list of the featured/sticky listings in the directory."
8806
  msgstr ""
8807
  "Eine Liste aller Hervorgehobenen/unbeweglichen Einträge im Verzeichnis "
8808
  "anzeigen."
8809
 
8810
+ #: includes/widgets/widget-featured-listings.php:17
8811
  msgctxt "widgets"
8812
  msgid "Featured Listings"
8813
  msgstr "Top Einträge"
8814
 
 
 
 
 
 
8815
  #: includes/widgets/widget-latest-listings.php:13
8816
  msgctxt "widgets"
8817
  msgid "Business Directory - Latest Listings"
8827
  msgid "Latest Listings"
8828
  msgstr "Neuste Einträge"
8829
 
8830
+ #: includes/widgets/widget-random-listings.php:13
8831
  msgctxt "widgets"
8832
  msgid "Business Directory - Random Listings"
8833
  msgstr "Branchenverzeichnis - Zufallseinträge"
8834
 
8835
+ #: includes/widgets/widget-random-listings.php:14
8836
  msgctxt "widgets"
8837
  msgid "Displays a list of random listings from the Business Directory."
8838
  msgstr "Anzeige einer Zufallsliste der Einträge im Branchenverzeichnis."
8839
 
8840
+ #: includes/widgets/widget-random-listings.php:17
8841
  msgctxt "widgets"
8842
  msgid "Random Listings"
8843
  msgstr "Zufällige Einträge"
8921
  "we'll answer it within 24 hours most days."
8922
  msgstr ""
8923
 
8924
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8925
  #, fuzzy
8926
  msgctxt "admin infometabox"
8927
  msgid "Renewal url (copy & paste)"
8928
  msgstr "URL Erneuern (kopieren & einfügen)"
8929
 
8930
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8931
  msgctxt "admin infometabox"
8932
  msgid "Get renewal URL"
8933
  msgstr ""
8934
 
8935
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
8936
  #, fuzzy
8937
  msgctxt "admin infometabox"
8938
  msgid "Send renewal e-mail"
8939
  msgstr "Erneuerungsmail an Benutzer schicken"
8940
 
8941
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8942
  #, fuzzy
8943
  msgctxt "admin infometabox"
8944
  msgid "Renew listing"
8945
  msgstr "Eintrag erneuern"
8946
 
8947
+ #: templates/admin/themes-delete-confirm.tpl.php:14
8948
  msgctxt "themes admin"
8949
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8950
  msgstr ""
8975
  msgid "Other"
8976
  msgstr "andere"
8977
 
8978
+ #: templates/admin/uninstall-capture-form.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
8979
  msgctxt "uninstall"
8980
  msgid "Why are you deleting Business Directory Plugin?"
8981
  msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
8982
 
8983
+ #: templates/admin/uninstall-capture-form.tpl.php:20
8984
  #, fuzzy
8985
  msgctxt "uninstall"
8986
  msgid "Please choose an option."
8987
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8988
 
8989
+ #: templates/admin/uninstall-capture-form.tpl.php:32
8990
  msgctxt "uninstall"
8991
  msgid "Please tell us why are you deleting Business Directory Plugin."
8992
  msgstr ""
8993
  "Bitte teile uns mit warum du die Branchenverzeichniserweiterung löscht."
8994
 
8995
+ #: templates/admin/uninstall-capture-form.tpl.php:35
8996
  #, fuzzy
8997
  msgctxt "uninstall"
8998
  msgid "Please enter your reasons."
8999
  msgstr "Bitte geben Sie einen Namen ein."
9000
 
9001
+ #: templates/admin/uninstall-capture-form.tpl.php:44
9002
  msgctxt "uninstall"
9003
  msgid "Uninstall Plugin"
9004
  msgstr "Erweiterung Deinstallieren"
9147
  msgid "Listing"
9148
  msgstr "Einträge"
9149
 
9150
+ #: templates/manage-recurring.tpl.php:46
9151
  msgctxt "manage recurring"
9152
  msgid "Cancel recurring payment"
9153
  msgstr "Zahlung beenden"
9162
  "Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
9163
  "erneuern. Dies wird automatisch durchgeführt."
9164
 
9165
+ #: templates/renew-listing-manage-subscription.tpl.php:30
9166
  #, fuzzy
9167
  msgctxt "renew"
9168
  msgid ""
9173
  "Wenn Sie Ihr Abonnement beenden möchten können Sie das auf dieser Seite tun. "
9174
  "Sie können die Einstellungen bei der Erneuerung des Eintrags ändern."
9175
 
9176
+ #: templates/renew-listing-manage-subscription.tpl.php:37
9177
  #, fuzzy
9178
  msgctxt "renew"
9179
  msgid "Go to Manage Recurring Payments page"
9189
  msgid "Continue"
9190
  msgstr "Weiter"
9191
 
9192
+ #, fuzzy
9193
+ #~ msgctxt "listing metabox"
9194
+ #~ msgid "General Info"
9195
+ #~ msgstr "Allgemeine Informationen"
9196
+
9197
+ #, fuzzy
9198
+ #~ msgctxt "listing metabox"
9199
+ #~ msgid "OK"
9200
+ #~ msgstr "OK"
9201
+
9202
+ #, fuzzy
9203
+ #~ msgctxt "listing metabox"
9204
+ #~ msgid "Cancel"
9205
+ #~ msgstr "Abbrechen"
9206
+
9207
+ #, fuzzy
9208
+ #~ msgctxt "listing metabox"
9209
+ #~ msgid "Expires On"
9210
+ #~ msgstr "Läuft ab am"
9211
+
9212
+ #, fuzzy
9213
+ #~ msgctxt "listing metabox"
9214
+ #~ msgid "Is Featured?"
9215
+ #~ msgstr "% Feed"
9216
+
9217
+ #, fuzzy
9218
+ #~ msgctxt "listing metabox"
9219
+ #~ msgid "Is Recurring?"
9220
+ #~ msgstr "(wiederkehrend)"
9221
+
9222
  #, fuzzy
9223
  #~ msgid "Add New Category"
9224
  #~ msgstr "Kategorien"
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-04 17:33:28+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"
@@ -40,8 +40,8 @@ msgstr ""
40
 
41
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
42
  #: includes/admin/helpers/tables/class-fees-table.php:64
43
- #: includes/admin/settings/class-settings-bootstrap.php:673
44
- #: includes/admin/settings/class-settings-bootstrap.php:674
45
  #: includes/helpers/class-app.php:92
46
  msgid "Listings"
47
  msgstr ""
@@ -64,10 +64,10 @@ msgid "Directory Content"
64
  msgstr ""
65
 
66
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
67
- #: includes/admin/settings/class-settings-bootstrap.php:685
68
- #: includes/admin/settings/class-settings-bootstrap.php:686
69
  #: includes/helpers/class-app.php:93
70
- #: includes/helpers/functions/templates-ui.php:307
71
  msgid "Directory"
72
  msgstr ""
73
 
@@ -85,7 +85,7 @@ msgstr ""
85
  msgid "Yes, please!"
86
  msgstr ""
87
 
88
- #: includes/admin/class-admin.php:211 includes/admin/tracking.php:215
89
  msgid "No, thanks"
90
  msgstr ""
91
 
@@ -112,7 +112,7 @@ msgid "Form Fields"
112
  msgstr ""
113
 
114
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
115
- #: includes/licensing.php:220
116
  msgid "Modules"
117
  msgstr ""
118
 
@@ -134,7 +134,7 @@ msgstr ""
134
 
135
  #: includes/admin/class-admin.php:1198
136
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
137
- #: includes/admin/helpers/tables/class-payments-table.php:54
138
  #: templates/email/listing-added.tpl.php:7
139
  #: templates/email/listing-edited.tpl.php:13
140
  #: templates/email/listing-reported.tpl.php:9
@@ -142,7 +142,7 @@ msgid "ID"
142
  msgstr ""
143
 
144
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
145
- #: includes/admin/settings/class-settings-bootstrap.php:711
146
  msgid "Listing Count"
147
  msgstr ""
148
 
@@ -193,7 +193,7 @@ msgstr ""
193
  msgid "Listing Payments Information"
194
  msgstr ""
195
 
196
- #: includes/admin/class-payment-personal-data-provider.php:93
197
  msgid ""
198
  "An unknown error occurred while trying to delete listing payment information "
199
  "for transaction {transaction_id}."
@@ -203,10 +203,10 @@ msgstr ""
203
  msgid "Business Directory Plugin"
204
  msgstr ""
205
 
206
- #: includes/admin/controllers/class-admin-controller.php:82
207
- #: includes/admin/helpers/tables/class-fees-table.php:179
208
  #: templates/admin/payments-note.tpl.php:13
209
- #: templates/delete-listing-confirm.tpl.php:19
210
  msgid "Are you sure you want to do this?"
211
  msgstr ""
212
 
@@ -223,62 +223,62 @@ msgid "See an example CSV import file"
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
226
- #: templates/admin/csv-import.tpl.php:285
227
  msgid "Help"
228
  msgstr ""
229
 
230
- #: includes/admin/controllers/class-admin-fees.php:47
231
- #: includes/admin/helpers/tables/class-payments-table.php:57
232
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
233
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
234
  #: templates/admin/payments-details.tpl.php:113
235
  #: templates/email/listing-payment-completed.tpl.php:21
236
  #: templates/payment/payment_items.tpl.php:5
237
  msgid "Amount"
238
  msgstr ""
239
 
240
- #: includes/admin/controllers/class-admin-fees.php:49
241
  #: includes/admin/helpers/tables/class-fees-table.php:65
242
- #: includes/admin/settings/class-settings-bootstrap.php:901
243
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
244
  msgid "Images"
245
  msgstr ""
246
 
247
- #: includes/admin/controllers/class-admin-fees.php:79
248
  #: includes/admin/helpers/class-modules-list.php:236
249
  msgid "Upgrade"
250
  msgstr ""
251
 
252
- #: includes/admin/controllers/class-admin-fees.php:90
253
  msgid "Set Up"
254
  msgstr ""
255
 
256
- #: includes/admin/controllers/class-admin-fees.php:153
257
  msgid "Plan added."
258
  msgstr ""
259
 
260
- #: includes/admin/controllers/class-admin-fees.php:157
261
- #: includes/admin/controllers/class-admin-fees.php:172
262
  msgid "Plan updated."
263
  msgstr ""
264
 
265
- #: includes/admin/controllers/class-admin-fees.php:192
266
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
267
  msgstr ""
268
 
269
- #: includes/admin/controllers/class-admin-fees.php:193
270
  msgid "Update listing image limits?"
271
  msgstr ""
272
 
273
- #: includes/admin/controllers/class-admin-fees.php:214
274
  msgid "Plan not found."
275
  msgstr ""
276
 
277
- #: includes/admin/controllers/class-admin-fees.php:218
278
  msgid "Plan listings updated."
279
  msgstr ""
280
 
281
- #: includes/admin/controllers/class-admin-fees.php:296
282
  msgid "Cannot disable plan. At least one plan should be enabled"
283
  msgstr ""
284
 
@@ -297,6 +297,7 @@ msgid "Listing Reports"
297
  msgstr ""
298
 
299
  #: includes/admin/controllers/class-admin-listings.php:268
 
300
  msgid "Expires on"
301
  msgstr ""
302
 
@@ -306,6 +307,7 @@ msgstr ""
306
 
307
  #: includes/admin/controllers/class-admin-listings.php:339
308
  #: includes/helpers/class-listing-display-helper.php:132
 
309
  msgid "Featured"
310
  msgstr ""
311
 
@@ -322,24 +324,24 @@ msgid "Delete Listing"
322
  msgstr ""
323
 
324
  #: includes/admin/controllers/class-admin-listings.php:733
325
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:88
326
  msgid "Never"
327
  msgstr ""
328
 
329
  #: includes/admin/controllers/class-admin-listings.php:744
330
  #: includes/admin/controllers/class-admin-listings.php:745
331
  #: includes/fields/class-fieldtypes-textarea.php:201
332
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
333
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
334
  msgid "Yes"
335
  msgstr ""
336
 
337
  #: includes/admin/controllers/class-admin-listings.php:744
338
  #: includes/admin/controllers/class-admin-listings.php:745
339
- #: includes/admin/settings/class-settings-bootstrap.php:268
340
  #: includes/fields/class-fieldtypes-textarea.php:200
341
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
342
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
343
  msgid "No"
344
  msgstr ""
345
 
@@ -359,90 +361,90 @@ msgid "Form Preview"
359
  msgstr ""
360
 
361
  #: includes/admin/controllers/class-form-fields-admin.php:129
362
- #: includes/helpers/functions/general.php:1370
363
- #: includes/helpers/functions/general.php:1375
364
  msgid "Go back"
365
  msgstr ""
366
 
367
- #: includes/admin/controllers/class-form-fields-admin.php:342
368
- #: includes/admin/settings/class-settings-bootstrap.php:769
369
  #: templates/email/listing-added.tpl.php:10
370
  #: templates/email/listing-edited.tpl.php:16
371
  #: templates/email/listing-reported.tpl.php:11
372
  msgid "Title"
373
  msgstr ""
374
 
375
- #: includes/admin/controllers/class-form-fields-admin.php:343
376
  #: templates/admin/fees-form.tpl.php:219
377
  #: templates/email/listing-added.tpl.php:21
378
  #: templates/email/listing-edited.tpl.php:29
379
  msgid "Category"
380
  msgstr ""
381
 
382
- #: includes/admin/controllers/class-form-fields-admin.php:344
383
  msgid "Excerpt"
384
  msgstr ""
385
 
386
- #: includes/admin/controllers/class-form-fields-admin.php:345
387
  msgid "Content"
388
  msgstr ""
389
 
390
- #: includes/admin/controllers/class-form-fields-admin.php:346
391
  msgid "Tags"
392
  msgstr ""
393
 
394
- #: includes/admin/controllers/class-form-fields-admin.php:347
395
  #: includes/form-fields.php:445
396
  #: includes/helpers/class-field-display-list.php:247
397
  #: templates/checkout-billing-form.tpl.php:75
398
  msgid "Address"
399
  msgstr ""
400
 
401
- #: includes/admin/controllers/class-form-fields-admin.php:348
402
  msgid "Address 2"
403
  msgstr ""
404
 
405
- #: includes/admin/controllers/class-form-fields-admin.php:349
406
  #: templates/admin/payments-details.tpl.php:164
407
  #: templates/checkout-billing-form.tpl.php:87
408
  msgid "City"
409
  msgstr ""
410
 
411
- #: includes/admin/controllers/class-form-fields-admin.php:350
412
  #: templates/admin/payments-details.tpl.php:160
413
  msgid "State"
414
  msgstr ""
415
 
416
- #: includes/admin/controllers/class-form-fields-admin.php:351
417
  #: templates/admin/payments-details.tpl.php:156
418
  #: templates/checkout-billing-form.tpl.php:102
419
  msgid "Country"
420
  msgstr ""
421
 
422
- #: includes/admin/controllers/class-form-fields-admin.php:352
423
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
424
  msgid "ZIP Code"
425
  msgstr ""
426
 
427
- #: includes/admin/controllers/class-form-fields-admin.php:353
428
  msgid "FAX Number"
429
  msgstr ""
430
 
431
- #: includes/admin/controllers/class-form-fields-admin.php:354
432
  #: includes/fields/class-fieldtypes-phone-number.php:13
433
  #: templates/listing-contactform.tpl.php:38
434
  msgid "Phone Number"
435
  msgstr ""
436
 
437
- #: includes/admin/controllers/class-form-fields-admin.php:355
438
  msgid "Ratings Field"
439
  msgstr ""
440
 
441
- #: includes/admin/controllers/class-form-fields-admin.php:356
442
  msgid "Twitter"
443
  msgstr ""
444
 
445
- #: includes/admin/controllers/class-form-fields-admin.php:357
446
  #: includes/form-fields.php:411
447
  msgid "Website"
448
  msgstr ""
@@ -474,7 +476,7 @@ msgid "Already purchased?"
474
  msgstr ""
475
 
476
  #: includes/admin/controllers/class-settings-admin.php:712
477
- #: includes/admin/helpers/tables/class-fees-table.php:180
478
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
479
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
480
  #: templates/admin/payments-note.tpl.php:14
@@ -488,34 +490,35 @@ msgid "Themes"
488
  msgstr ""
489
 
490
  #. translators: %s: Sample business name
491
- #: includes/admin/csv-import.php:135
492
  msgid "Business %s"
493
  msgstr ""
494
 
495
- #: includes/admin/csv-import.php:183
496
  msgid "Example CSV Import File"
497
  msgstr ""
498
 
499
- #: includes/admin/csv-import.php:186
500
  msgid "Go Back"
501
  msgstr ""
502
 
503
- #: includes/admin/csv-import.php:334
 
504
  msgid "You are not allowed to do that."
505
  msgstr ""
506
 
507
- #: includes/admin/csv-import.php:431
508
  msgid "There was an error uploading the file:"
509
  msgstr ""
510
 
511
- #: includes/admin/csv-import.php:436
512
  msgid "Please upload the correct file type."
513
  msgstr ""
514
 
515
  #: includes/admin/helpers/class-listing-information-metabox.php:15
516
- #: includes/admin/helpers/tables/class-payments-table.php:53
517
- #: includes/admin/settings/class-settings-bootstrap.php:661
518
- #: includes/admin/settings/class-settings-bootstrap.php:662
519
  #: includes/helpers/class-app.php:91
520
  #: templates/admin/payments-details.tpl.php:53
521
  msgid "Listing"
@@ -531,7 +534,7 @@ msgid "Installed"
531
  msgstr ""
532
 
533
  #: includes/admin/helpers/class-modules-list.php:187
534
- #: includes/admin/helpers/tables/class-fees-table.php:291
535
  #: templates/admin/themes-item.tpl.php:3
536
  msgid "Active"
537
  msgstr ""
@@ -550,7 +553,7 @@ msgstr ""
550
  msgid "Hide notifications"
551
  msgstr ""
552
 
553
- #: includes/admin/helpers/csv/class-csv-import.php:676
554
  msgid "Listing imported by admin. Payment skipped."
555
  msgstr ""
556
 
@@ -571,52 +574,52 @@ msgstr ""
571
  msgid "Pricing"
572
  msgstr ""
573
 
574
- #: includes/admin/helpers/tables/class-fees-table.php:155
575
  msgid "Disable"
576
  msgstr ""
577
 
578
- #: includes/admin/helpers/tables/class-fees-table.php:161
579
  msgid "Enable"
580
  msgstr ""
581
 
582
- #: includes/admin/helpers/tables/class-fees-table.php:187
583
  msgid "ID: %s"
584
  msgstr ""
585
 
586
- #: includes/admin/helpers/tables/class-fees-table.php:190
587
  msgid "Paid Plan"
588
  msgstr ""
589
 
590
- #: includes/admin/helpers/tables/class-fees-table.php:190
591
  msgid "Free Plan"
592
  msgstr ""
593
 
594
- #: includes/admin/helpers/tables/class-fees-table.php:225
595
  msgid "%1$s for %2$s"
596
  msgstr ""
597
 
598
- #: includes/admin/helpers/tables/class-fees-table.php:259
599
  msgid "Total revenue earned from listings"
600
  msgstr ""
601
 
602
- #: includes/admin/helpers/tables/class-fees-table.php:289
603
  msgid "Disabled"
604
  msgstr ""
605
 
606
- #: includes/admin/helpers/tables/class-fees-table.php:295
607
- #: includes/helpers/functions/templates-ui.php:431
608
  msgid "Default"
609
  msgstr ""
610
 
611
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
612
  #: includes/fields/class-fieldtypes-social.php:135
613
- #: templates/admin/csv-import.tpl.php:301
614
  msgid "Type"
615
  msgstr ""
616
 
617
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
618
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
619
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:102
620
  msgid "Edit"
621
  msgstr ""
622
 
@@ -637,6 +640,9 @@ msgid "Plugin Info"
637
  msgstr ""
638
 
639
  #: includes/admin/page-debug.php:159
 
 
 
640
  msgid "OK"
641
  msgstr ""
642
 
@@ -644,88 +650,95 @@ msgstr ""
644
  msgid "Missing tables: %s"
645
  msgstr ""
646
 
647
- #: includes/admin/settings/class-settings-bootstrap.php:17
648
- #: includes/controllers/pages/class-submit-listing.php:1250
649
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
650
  #: templates/listing-contactform.tpl.php:33
651
  #: templates/listing-flagging-form.tpl.php:39
652
  msgid "Email"
653
  msgstr ""
654
 
655
- #: includes/admin/settings/class-settings-bootstrap.php:43
656
  msgid "License Key"
657
  msgstr ""
658
 
659
- #: includes/admin/settings/class-settings-bootstrap.php:64
660
  msgid "SEO"
661
  msgstr ""
662
 
663
- #: includes/admin/settings/class-settings-bootstrap.php:269
 
 
 
 
 
 
 
664
  msgid "Yes, and make it optional"
665
  msgstr ""
666
 
667
- #: includes/admin/settings/class-settings-bootstrap.php:270
668
  msgid "Yes, and make it required"
669
  msgstr ""
670
 
671
- #: includes/admin/settings/class-settings-bootstrap.php:277
672
- #: includes/admin/settings/class-settings-bootstrap.php:291
673
  #: includes/controllers/pages/class-submit-listing.php:527
674
  msgid "Terms and Conditions"
675
  msgstr ""
676
 
677
- #: includes/admin/settings/class-settings-bootstrap.php:282
678
  msgid "User Agreement"
679
  msgstr ""
680
 
681
- #: includes/admin/settings/class-settings-bootstrap.php:283
682
  msgid "Display and require user agreement to Terms and Conditions"
683
  msgstr ""
684
 
685
- #: includes/admin/settings/class-settings-bootstrap.php:301
686
  msgid "Searching"
687
  msgstr ""
688
 
689
- #: includes/admin/settings/class-settings-bootstrap.php:306
690
  msgid "Display advanced search form"
691
  msgstr ""
692
 
693
- #: includes/admin/settings/class-settings-bootstrap.php:324
694
  msgid ""
695
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
696
  "you're on shared hosting plans, where database performance is an issue."
697
  msgstr ""
698
 
699
- #: includes/admin/settings/class-settings-bootstrap.php:369
700
  msgid "Quick search data"
701
  msgstr ""
702
 
703
- #: includes/admin/settings/class-settings-bootstrap.php:395
704
  msgid ""
705
  "If no fields are selected, the following fields will be searched in Quick "
706
  "Searches:"
707
  msgstr ""
708
 
709
- #: includes/admin/settings/class-settings-bootstrap.php:397
710
  msgid ""
711
  "The Quick Search is a single search box, but you may choose what data is "
712
  "searched. Searching too many fields can result in very slow search "
713
  "performance."
714
  msgstr ""
715
 
716
- #: includes/admin/settings/class-settings-bootstrap.php:428
717
  msgid "Categories"
718
  msgstr ""
719
 
720
- #: includes/admin/settings/class-settings-bootstrap.php:430
721
  msgid "Buttons"
722
  msgstr ""
723
 
724
- #: includes/admin/settings/class-settings-bootstrap.php:432
725
  msgid "Sorting"
726
  msgstr ""
727
 
728
- #: includes/admin/settings/class-settings-bootstrap.php:549
729
  msgid ""
730
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
731
  "allow for comments on posts, not pages. Some themes handle both. Since the "
@@ -734,109 +747,109 @@ msgid ""
734
  "work, try the 3rd option."
735
  msgstr ""
736
 
737
- #: includes/admin/settings/class-settings-bootstrap.php:553
738
  msgid "Include theme comment form (standard option)"
739
  msgstr ""
740
 
741
- #: includes/admin/settings/class-settings-bootstrap.php:554
742
  msgid "Include directory comment form (use only if 2nd option does not work)"
743
  msgstr ""
744
 
745
- #: includes/admin/settings/class-settings-bootstrap.php:572
746
  msgid "Prevent featured (sticky) status on directory pages?"
747
  msgstr ""
748
 
749
- #: includes/admin/settings/class-settings-bootstrap.php:600
750
  msgid "Owner of anonymous listings"
751
  msgstr ""
752
 
753
- #: includes/admin/settings/class-settings-bootstrap.php:616
754
  msgid "Default listing status"
755
  msgstr ""
756
 
757
- #: includes/admin/settings/class-settings-bootstrap.php:620
758
- #: includes/admin/settings/class-settings-bootstrap.php:633
759
  msgid "Pending (Require approval)"
760
  msgstr ""
761
 
762
- #: includes/admin/settings/class-settings-bootstrap.php:654
763
  msgid "Message Defaults"
764
  msgstr ""
765
 
766
- #: includes/admin/settings/class-settings-bootstrap.php:659
767
  msgid "Listing label"
768
  msgstr ""
769
 
770
- #: includes/admin/settings/class-settings-bootstrap.php:660
771
  msgid "What is a single listing called?"
772
  msgstr ""
773
 
774
- #: includes/admin/settings/class-settings-bootstrap.php:671
775
  msgid "Listing label (Plural)"
776
  msgstr ""
777
 
778
- #: includes/admin/settings/class-settings-bootstrap.php:672
779
  msgid "What are your listings called?"
780
  msgstr ""
781
 
782
- #: includes/admin/settings/class-settings-bootstrap.php:683
783
  msgid "Directory label"
784
  msgstr ""
785
 
786
- #: includes/admin/settings/class-settings-bootstrap.php:684
787
  msgid "What should we call your directory?"
788
  msgstr ""
789
 
790
- #: includes/admin/settings/class-settings-bootstrap.php:696
791
  msgid ""
792
  "This text is displayed on the first page of the Submit Listing process. You "
793
  "can use it for instructions about filling out the form or information to get "
794
  "started."
795
  msgstr ""
796
 
797
- #: includes/admin/settings/class-settings-bootstrap.php:709
798
  #: templates/listing-contactform.tpl.php:30
799
  #: templates/listing-flagging-form.tpl.php:35
800
  msgid "Name"
801
  msgstr ""
802
 
803
- #: includes/admin/settings/class-settings-bootstrap.php:824
804
  msgid "Show Buttons"
805
  msgstr ""
806
 
807
- #: includes/admin/settings/class-settings-bootstrap.php:867
808
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
809
  msgstr ""
810
 
811
- #: includes/admin/settings/class-settings-bootstrap.php:874
812
  msgid "Styling"
813
  msgstr ""
814
 
815
- #: includes/admin/settings/class-settings-bootstrap.php:880
816
  msgid "Button style"
817
  msgstr ""
818
 
819
- #: includes/admin/settings/class-settings-bootstrap.php:883
820
  msgid "Override WP theme button styling"
821
  msgstr ""
822
 
823
- #: includes/admin/settings/class-settings-bootstrap.php:891
824
  msgid "Primary color"
825
  msgstr ""
826
 
827
- #: includes/admin/settings/class-settings-bootstrap.php:894
828
  msgid "This is used for form buttons and form rootline."
829
  msgstr ""
830
 
831
- #: includes/admin/settings/class-settings-bootstrap.php:1048
832
  msgid "Show Thumbnail"
833
  msgstr ""
834
 
835
- #: includes/admin/settings/class-settings-bootstrap.php:1084
836
  msgid "Coming Soon image"
837
  msgstr ""
838
 
839
- #: includes/admin/settings/class-settings-bootstrap.php:1121
840
  #: includes/fields/class-fieldtypes-social.php:89
841
  #: includes/fields/class-fieldtypes-url.php:162
842
  #: templates/email/listing-added.tpl.php:13
@@ -846,11 +859,11 @@ msgstr ""
846
  msgid "URL"
847
  msgstr ""
848
 
849
- #: includes/admin/settings/class-settings-bootstrap.php:1240
850
  msgid "Thank you for your payment."
851
  msgstr ""
852
 
853
- #: includes/admin/settings/class-settings-bootstrap.php:1268
854
  msgid ""
855
  "If you are using this gateway, we recommend you disable it if you wish to "
856
  "collect payments in this currency."
@@ -860,79 +873,79 @@ msgid_plural ""
860
  msgstr[0] ""
861
  msgstr[1] ""
862
 
863
- #: includes/admin/settings/class-settings-bootstrap.php:1356
864
  msgid "Email Notifications"
865
  msgstr ""
866
 
867
- #: includes/admin/settings/class-settings-bootstrap.php:1361
868
  msgid "Notify admin via email when..."
869
  msgstr ""
870
 
871
- #: includes/admin/settings/class-settings-bootstrap.php:1379
872
  msgid "CC this email address too"
873
  msgstr ""
874
 
875
- #: includes/admin/settings/class-settings-bootstrap.php:1385
876
  msgid ""
877
  "You can modify the text template used for most of these emails in the "
878
  "<templates-link>Templates</templates-link> tab."
879
  msgstr ""
880
 
881
- #: includes/admin/settings/class-settings-bootstrap.php:1393
882
  msgid "Notify users via email when..."
883
  msgstr ""
884
 
885
  #. translators: %s: email shortcode
886
- #: includes/admin/settings/class-settings-bootstrap.php:1460
887
  msgid "Email: %s"
888
  msgstr ""
889
 
890
  #. translators: %s: phone shortcode
891
- #: includes/admin/settings/class-settings-bootstrap.php:1463
892
  msgid "Phone Number: %s"
893
  msgstr ""
894
 
895
- #: includes/admin/settings/class-settings-bootstrap.php:1475
896
  msgid "Sender's email address"
897
  msgstr ""
898
 
899
- #: includes/admin/settings/class-settings-bootstrap.php:1476
900
  msgid "Sender's phone number"
901
  msgstr ""
902
 
903
- #: includes/admin/settings/class-settings-bootstrap.php:1540
904
  msgid "Renewal and expiration"
905
  msgstr ""
906
 
907
- #: includes/admin/settings/class-settings-bootstrap.php:1664
908
- #: includes/admin/settings/class-settings.php:97
909
  msgid "Miscellaneous"
910
  msgstr ""
911
 
912
- #: includes/admin/settings/class-settings-bootstrap.php:1670
913
  msgid "Data Collection"
914
  msgstr ""
915
 
916
- #: includes/admin/settings/class-settings-bootstrap.php:1671
917
  msgid ""
918
  "Allow Business Directory to anonymously collect information about your "
919
  "installed plugins, themes and WP version?"
920
  msgstr ""
921
 
922
- #: includes/admin/settings/class-settings-bootstrap.php:1672
923
  msgid "Learn more"
924
  msgstr ""
925
 
926
- #: includes/admin/settings/class-settings-bootstrap.php:1690
927
  #: templates/admin/uninstall-complete.tpl.php:4
928
  msgid "Uninstall"
929
  msgstr ""
930
 
931
- #: includes/admin/settings/class-settings.php:530
932
  msgid "%s cannot include spaces, commas, or &"
933
  msgstr ""
934
 
935
- #: includes/admin/tracking.php:222
936
  msgid "Allow Tracking"
937
  msgstr ""
938
 
@@ -1002,7 +1015,7 @@ msgstr ""
1002
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1003
  msgstr ""
1004
 
1005
- #: includes/admin/upgrades/migrations/migration-3_7.php:181
1006
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1007
  msgstr ""
1008
 
@@ -1010,15 +1023,19 @@ msgstr ""
1010
  msgid "Directory Modules"
1011
  msgstr ""
1012
 
1013
- #: includes/admin/views/modules/list.php:35
1014
  msgid "New"
1015
  msgstr ""
1016
 
1017
- #: includes/admin/views/modules/list.php:68
1018
- #: includes/admin/views/modules/list.php:69
1019
  msgid "View Docs"
1020
  msgstr ""
1021
 
 
 
 
 
1022
  #: includes/admin/views/review.php:17
1023
  msgid "Are you enjoying Business Directory Plugin?"
1024
  msgstr ""
@@ -1060,9 +1077,13 @@ msgid ""
1060
  "what we can do better?"
1061
  msgstr ""
1062
 
1063
- #: includes/class-assets.php:191 templates/admin/settings-email.tpl.php:103
 
 
 
 
1064
  #: templates/admin/settings-reset.tpl.php:8
1065
- #: templates/admin/themes-delete-confirm.tpl.php:21
1066
  #: templates/listing-flagging-form.tpl.php:65
1067
  msgid "Cancel"
1068
  msgstr ""
@@ -1090,7 +1111,7 @@ msgid "View Listing"
1090
  msgstr ""
1091
 
1092
  #: includes/class-cpt-integration.php:22
1093
- #: includes/helpers/functions/templates-ui.php:369
1094
  #: templates/main-box.tpl.php:23
1095
  msgid "Search Listings"
1096
  msgstr ""
@@ -1160,14 +1181,14 @@ msgstr ""
1160
 
1161
  #: includes/class-meta.php:139
1162
  #: includes/controllers/pages/class-submit-listing.php:32
1163
- #: includes/helpers/functions/templates-ui.php:329
1164
  #: templates/submit-listing.tpl.php:17
1165
  msgid "Add Listing"
1166
  msgstr ""
1167
 
1168
  #: includes/class-meta.php:149
1169
  #: includes/controllers/pages/class-all-listings.php:6
1170
- #: includes/helpers/functions/templates-ui.php:316
1171
  msgid "View All Listings"
1172
  msgstr ""
1173
 
@@ -1177,31 +1198,27 @@ msgid ""
1177
  "to set up a gateway. Until you do this, only free plans will be available."
1178
  msgstr ""
1179
 
1180
- #: includes/class-wpbdp.php:372
1181
- msgid "Settings"
1182
- msgstr ""
1183
-
1184
- #: includes/class-wpbdp.php:575
1185
  msgid "Could not find listing ID"
1186
  msgstr ""
1187
 
1188
- #: includes/class-wpbdp.php:582
1189
  msgid ""
1190
  "Could not verify the image upload request. If problem persists contact site "
1191
  "admin."
1192
  msgstr ""
1193
 
1194
- #: includes/class-wpbdp.php:589 includes/fields/class-fieldtypes-image.php:322
1195
  msgid "Could not find image ID"
1196
  msgstr ""
1197
 
1198
- #: includes/class-wpbdp.php:621
1199
  msgid ""
1200
  "The directory features are disabled at this time because a <a>manual "
1201
  "upgrade</a> is pending."
1202
  msgstr ""
1203
 
1204
- #: includes/class-wpbdp.php:628
1205
  msgid ""
1206
  "The directory is not available at this time. Please try again in a few "
1207
  "minutes or contact the administrator if the problem persists."
@@ -1328,7 +1345,7 @@ msgid "Go to SMTP settings"
1328
  msgstr ""
1329
 
1330
  #: includes/controllers/pages/class-checkout.php:180
1331
- #: includes/controllers/pages/class-manage-listings.php:104
1332
  msgid "Pay Now"
1333
  msgstr ""
1334
 
@@ -1365,7 +1382,7 @@ msgstr ""
1365
  msgid "l F j, Y \\a\\t g:i a"
1366
  msgstr ""
1367
 
1368
- #: includes/controllers/pages/class-manage-listings.php:104
1369
  #: templates/renew-listing.tpl.php:11
1370
  msgid "Renew Listing"
1371
  msgstr ""
@@ -1398,15 +1415,15 @@ msgstr ""
1398
  msgid "Please check the form for errors, correct them and submit again."
1399
  msgstr ""
1400
 
1401
- #: includes/controllers/pages/class-submit-listing.php:1234
1402
  msgid "Create a user account on this site"
1403
  msgstr ""
1404
 
1405
- #: includes/controllers/pages/class-submit-listing.php:1241
1406
  msgid "Username"
1407
  msgstr ""
1408
 
1409
- #: includes/controllers/pages/class-submit-listing.php:1263
1410
  msgid "Clear Form"
1411
  msgstr ""
1412
 
@@ -1441,41 +1458,41 @@ msgstr ""
1441
  msgid "Select Media"
1442
  msgstr ""
1443
 
1444
- #: includes/fields/class-fieldtypes-select.php:24
1445
  msgid "Select List"
1446
  msgstr ""
1447
 
1448
- #: includes/fields/class-fieldtypes-select.php:112
1449
  msgid "-- Choose One --"
1450
  msgstr ""
1451
 
1452
- #: includes/fields/class-fieldtypes-select.php:139
1453
  msgid "-- Choose Terms --"
1454
  msgstr ""
1455
 
1456
- #: includes/fields/class-fieldtypes-select.php:205
1457
  msgid "— None —"
1458
  msgstr ""
1459
 
1460
- #: includes/fields/class-fieldtypes-select.php:262
1461
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1462
  msgstr ""
1463
 
1464
- #: includes/fields/class-fieldtypes-select.php:262
1465
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1466
  #: templates/admin/fees-form.tpl.php:58
1467
  msgid "required"
1468
  msgstr ""
1469
 
1470
- #: includes/fields/class-fieldtypes-select.php:264
1471
  msgid "One option per line"
1472
  msgstr ""
1473
 
1474
- #: includes/fields/class-fieldtypes-select.php:274
1475
  msgid "Allow empty selection on search?"
1476
  msgstr ""
1477
 
1478
- #: includes/fields/class-fieldtypes-select.php:292
1479
  msgid "Field list of options is required."
1480
  msgstr ""
1481
 
@@ -1512,7 +1529,7 @@ msgstr ""
1512
  msgid "Use rel=\"nofollow\" when displaying the link?"
1513
  msgstr ""
1514
 
1515
- #: includes/fields/class-fieldtypes-url.php:174
1516
  msgid "Link Text (optional)"
1517
  msgstr ""
1518
 
@@ -1600,7 +1617,7 @@ msgstr ""
1600
  msgid "Telephone Number Validator"
1601
  msgstr ""
1602
 
1603
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:300
1604
  msgid "Field"
1605
  msgstr ""
1606
 
@@ -1653,19 +1670,19 @@ msgstr ""
1653
  msgid "%s is badly formatted. Valid Phone Number format required."
1654
  msgstr ""
1655
 
1656
- #: includes/gateways/class-gateway-authorize-net.php:358
1657
  msgid ""
1658
  "An error occurred while trying to cancel your subscription. Please try again "
1659
  "later or contact the site administrator."
1660
  msgstr ""
1661
 
1662
- #: includes/gateways/class-gateway-authorize-net.php:362
1663
  msgid ""
1664
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1665
  "%s. You can try again later or cancel subscription from gateway dashboard."
1666
  msgstr ""
1667
 
1668
- #: includes/helpers/functions/general.php:568
1669
  msgid "Free"
1670
  msgstr ""
1671
 
@@ -1673,7 +1690,7 @@ msgstr ""
1673
  msgid "Untitled Listing"
1674
  msgstr ""
1675
 
1676
- #: includes/helpers/functions/templates-ui.php:323
1677
  msgid "Manage Listings"
1678
  msgstr ""
1679
 
@@ -1688,45 +1705,45 @@ msgid ""
1688
  "get updates."
1689
  msgstr ""
1690
 
1691
- #: includes/licensing.php:206 includes/licensing.php:211
1692
  msgid "Licenses"
1693
  msgstr ""
1694
 
1695
  #. translators: %s: item type.
1696
- #: includes/licensing.php:268
1697
  msgid "%s will not get updates until license is reauthorized."
1698
  msgstr ""
1699
 
1700
- #: includes/licensing.php:289
1701
  msgid "Enter License Key here"
1702
  msgstr ""
1703
 
1704
- #: includes/licensing.php:290
1705
  msgid "Authorize"
1706
  msgstr ""
1707
 
1708
- #: includes/licensing.php:390
1709
  msgid "Invalid item ID"
1710
  msgstr ""
1711
 
1712
- #: includes/licensing.php:403
1713
  msgid "No license key provided"
1714
  msgstr ""
1715
 
1716
- #: includes/licensing.php:452 includes/licensing.php:490
1717
  msgid "License key is invalid"
1718
  msgstr ""
1719
 
1720
- #: includes/licensing.php:456
1721
  msgid "Deactivation failed"
1722
  msgstr ""
1723
 
1724
- #: includes/licensing.php:501
1725
  msgid "The license key was revoked."
1726
  msgstr ""
1727
 
1728
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1729
- #: includes/licensing.php:505
1730
  msgid ""
1731
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1732
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1734,46 +1751,46 @@ msgid ""
1734
  "with your report."
1735
  msgstr ""
1736
 
1737
- #: includes/licensing.php:568
1738
  msgid ""
1739
  "It was not possible to establish a connection with the Business Directory "
1740
  "server. The connection failed with the following error:"
1741
  msgstr ""
1742
 
1743
- #: includes/licensing.php:581
1744
  msgid ""
1745
  "It was not possible to establish a connection with the Business Directory "
1746
  "server. A problem occurred in the SSL/TSL handshake:"
1747
  msgstr ""
1748
 
1749
- #: includes/licensing.php:628
1750
  msgid ""
1751
  "It looks like your server is not authorized to make outgoing requests to "
1752
  "Business Directory servers. Please contact your webhost and ask them to add "
1753
  "our IP address 52.0.78.177 to your allow list."
1754
  msgstr ""
1755
 
1756
- #: includes/licensing.php:722
1757
  msgid "Business Directory license key is missing."
1758
  msgstr ""
1759
 
1760
- #: includes/licensing.php:723
1761
  msgid "Business Directory license key has expired"
1762
  msgstr ""
1763
 
1764
- #: includes/licensing.php:724
1765
  msgid "Could not verify Business Directory license."
1766
  msgstr ""
1767
 
1768
- #: includes/licensing.php:735
1769
  msgid "Review license keys"
1770
  msgstr ""
1771
 
1772
- #: includes/licensing.php:850
1773
  msgid "Missing data. Please reload this page and try again."
1774
  msgstr ""
1775
 
1776
- #: includes/licensing.php:855
1777
  msgid "Please enter a license key."
1778
  msgstr ""
1779
 
@@ -1802,7 +1819,7 @@ msgstr ""
1802
  msgid "Print Receipt"
1803
  msgstr ""
1804
 
1805
- #: includes/payment.php:187
1806
  msgid "Return to plan selection"
1807
  msgstr ""
1808
 
@@ -1878,11 +1895,15 @@ msgstr ""
1878
  msgid "Fields To Show"
1879
  msgstr ""
1880
 
1881
- #: includes/widgets/class-listings-widget.php:191
1882
  msgid "There are currently no listings to show."
1883
  msgstr ""
1884
 
1885
- #: templates/admin/_admin-menu.php:47
 
 
 
 
1886
  msgid "Minimize Navigation"
1887
  msgstr ""
1888
 
@@ -1893,30 +1914,30 @@ msgid ""
1893
  "for details."
1894
  msgstr ""
1895
 
1896
- #: templates/admin/csv-export.tpl.php:40
1897
  msgid "All"
1898
  msgstr ""
1899
 
1900
- #: templates/admin/csv-export.tpl.php:53
1901
  msgid "Create a ZIP file with both a CSV file and listing images."
1902
  msgstr ""
1903
 
1904
- #: templates/admin/csv-export.tpl.php:58
1905
  msgid "Additional metadata to export"
1906
  msgstr ""
1907
 
1908
- #: templates/admin/csv-export.tpl.php:68
1909
  msgid ""
1910
  "If you plan to re-import the listings into your directory and don't want new "
1911
  "ones created, select this option!"
1912
  msgstr ""
1913
 
1914
- #: templates/admin/csv-export.tpl.php:122
1915
- #: templates/admin/csv-import.tpl.php:111
1916
  msgid "CSV File Settings"
1917
  msgstr ""
1918
 
1919
- #: templates/admin/csv-export.tpl.php:132
1920
  msgid ""
1921
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
1922
  "sure all your listings information is displayed properly when you view or "
@@ -1924,23 +1945,27 @@ msgid ""
1924
  "each operating system."
1925
  msgstr ""
1926
 
1927
- #: templates/admin/csv-export.tpl.php:153
1928
- #: templates/admin/csv-import.tpl.php:147
1929
  msgid "Image Separator"
1930
  msgstr ""
1931
 
 
 
 
 
1932
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1933
- #: templates/admin/csv-import.tpl.php:34
1934
  msgid ""
1935
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
1936
  "help you do things in the right order."
1937
  msgstr ""
1938
 
1939
- #: templates/admin/csv-import.tpl.php:46
1940
  msgid "Import Files"
1941
  msgstr ""
1942
 
1943
- #: templates/admin/csv-import.tpl.php:51
1944
  msgid "CSV File"
1945
  msgstr ""
1946
 
@@ -1948,68 +1973,68 @@ msgstr ""
1948
  msgid "ZIP file containing images"
1949
  msgstr ""
1950
 
1951
- #: templates/admin/csv-import.tpl.php:117
1952
  msgid "Column Separator"
1953
  msgstr ""
1954
 
1955
- #: templates/admin/csv-import.tpl.php:140
1956
  msgid "TAB"
1957
  msgstr ""
1958
 
1959
- #: templates/admin/csv-import.tpl.php:158
1960
  msgid "Category Separator"
1961
  msgstr ""
1962
 
1963
- #: templates/admin/csv-import.tpl.php:169
1964
  msgid "Import settings"
1965
  msgstr ""
1966
 
1967
- #: templates/admin/csv-import.tpl.php:174
1968
  msgid "Post status of new imported listings"
1969
  msgstr ""
1970
 
1971
- #: templates/admin/csv-import.tpl.php:189
1972
  msgid "Post status of existing imported listings"
1973
  msgstr ""
1974
 
1975
- #: templates/admin/csv-import.tpl.php:206
1976
  msgid "Missing categories handling"
1977
  msgstr ""
1978
 
1979
- #: templates/admin/csv-import.tpl.php:212
1980
  msgid "Auto-create categories"
1981
  msgstr ""
1982
 
1983
- #: templates/admin/csv-import.tpl.php:217
1984
  msgid "Generate errors when a category is not found"
1985
  msgstr ""
1986
 
1987
- #: templates/admin/csv-import.tpl.php:225
1988
  msgid "Keep existing images"
1989
  msgstr ""
1990
 
1991
- #: templates/admin/csv-import.tpl.php:228
1992
  msgid "Appends new images while keeping current ones."
1993
  msgstr ""
1994
 
1995
- #: templates/admin/csv-import.tpl.php:236
1996
  msgid "Assign listings to a user"
1997
  msgstr ""
1998
 
1999
- #: templates/admin/csv-import.tpl.php:248
2000
  msgid "Default listing user"
2001
  msgstr ""
2002
 
2003
- #: templates/admin/csv-import.tpl.php:250
2004
  msgid ""
2005
  "This user will be used if the username column is not present in the CSV file."
2006
  msgstr ""
2007
 
2008
- #: templates/admin/csv-import.tpl.php:257
2009
  msgid "Number of listings imported on every cycle"
2010
  msgstr ""
2011
 
2012
- #: templates/admin/csv-import.tpl.php:259
2013
  msgid ""
2014
  "If you are having trouble importing listings due to memory problems, try "
2015
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2017,11 +2042,11 @@ msgid ""
2017
  "success on shared hosting platforms and other resource-constrained servers."
2018
  msgstr ""
2019
 
2020
- #: templates/admin/csv-import.tpl.php:271
2021
  msgid "Disable email notifications during import"
2022
  msgstr ""
2023
 
2024
- #: templates/admin/csv-import.tpl.php:290
2025
  msgid ""
2026
  "The following are the valid header names to be used in the CSV file. "
2027
  "Multivalued fields (such as category or tags) can appear multiple times in "
@@ -2029,23 +2054,23 @@ msgid ""
2029
  "how an import file should look like."
2030
  msgstr ""
2031
 
2032
- #: templates/admin/csv-import.tpl.php:299
2033
  msgid "Header name/label"
2034
  msgstr ""
2035
 
2036
- #: templates/admin/csv-import.tpl.php:302
2037
  msgid "Required?"
2038
  msgstr ""
2039
 
2040
- #: templates/admin/csv-import.tpl.php:303
2041
  msgid "Multivalued?"
2042
  msgstr ""
2043
 
2044
- #: templates/admin/csv-import.tpl.php:335
2045
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2046
  msgstr ""
2047
 
2048
- #: templates/admin/csv-import.tpl.php:342
2049
  msgid "Listing author's username"
2050
  msgstr ""
2051
 
@@ -2177,6 +2202,12 @@ msgstr ""
2177
  msgid "Require this field on the Advanced Search screen."
2178
  msgstr ""
2179
 
 
 
 
 
 
 
2180
  #: templates/admin/form-fields.tpl.php:4
2181
  msgid "Add New Form Field"
2182
  msgstr ""
@@ -2209,16 +2240,32 @@ msgid "Manage Paid Listings"
2209
  msgstr ""
2210
 
2211
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2212
- #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
2213
- #: templates/login.tpl.php:71
2214
- msgid "Access Key"
2215
  msgstr ""
2216
 
2217
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
2218
  #: templates/email/listing-payment-completed.tpl.php:25
2219
  msgid "Plan"
2220
  msgstr ""
2221
 
 
 
 
 
 
2222
  #: templates/admin/payments-details.tpl.php:5
2223
  msgid "Payment %s"
2224
  msgstr ""
@@ -2437,7 +2484,7 @@ msgid "Video Tutorials"
2437
  msgstr ""
2438
 
2439
  #: templates/admin/themes-delete-confirm.tpl.php:4
2440
- #: templates/admin/themes-delete-confirm.tpl.php:22
2441
  msgid "Delete Directory Theme"
2442
  msgstr ""
2443
 
@@ -2486,6 +2533,13 @@ msgstr ""
2486
  msgid "They are not a replacement for regular WordPress themes."
2487
  msgstr ""
2488
 
 
 
 
 
 
 
 
2489
  #: templates/admin/uninstall-complete.tpl.php:12
2490
  msgid "Uninstall completed."
2491
  msgstr ""
@@ -2495,7 +2549,7 @@ msgid "Return to Dashboard."
2495
  msgstr ""
2496
 
2497
  #: templates/admin/uninstall-confirm.tpl.php:25
2498
- msgid "Remove ALL module data (regions, maps, ratings, featured levels)"
2499
  msgstr ""
2500
 
2501
  #. translators: %1$s: open link html, %2$s: close link html
@@ -2635,11 +2689,18 @@ msgstr ""
2635
  msgid "Next"
2636
  msgstr ""
2637
 
2638
- #: templates/delete-listing-confirm.tpl.php:24
 
 
 
 
 
 
 
2639
  msgid "Yes. Delete my listing."
2640
  msgstr ""
2641
 
2642
- #: templates/delete-listing-confirm.tpl.php:25
2643
  msgid "No. Take me back to the directory."
2644
  msgstr ""
2645
 
@@ -2664,6 +2725,11 @@ msgid ""
2664
  "e-mail address on our site."
2665
  msgstr ""
2666
 
 
 
 
 
 
2667
  #: templates/listing-contactform.tpl.php:42
2668
  msgid "Message"
2669
  msgstr ""
@@ -2761,7 +2827,7 @@ msgid "%1$s every %2$s days."
2761
  msgstr ""
2762
 
2763
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
2764
- #: templates/manage-recurring.tpl.php:29
2765
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2766
  msgstr ""
2767
 
@@ -2781,10 +2847,6 @@ msgstr ""
2781
  msgid "Item"
2782
  msgstr ""
2783
 
2784
- #: templates/plan-selection-plan.tpl.php:41
2785
- msgid "Recurring"
2786
- msgstr ""
2787
-
2788
  #: templates/plan-selection-plan.tpl.php:45
2789
  msgid "Never Expires"
2790
  msgstr ""
@@ -2867,6 +2929,234 @@ msgstr ""
2867
  msgid "Continue to Payment"
2868
  msgstr ""
2869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2870
  #. Author URI of the plugin/theme
2871
  msgid "https://businessdirectoryplugin.com"
2872
  msgstr ""
@@ -3048,42 +3338,42 @@ msgctxt "listings view"
3048
  msgid "No Plan"
3049
  msgstr ""
3050
 
3051
- #: includes/admin/controllers/class-admin-controller.php:84
3052
  msgctxt "admin confirm"
3053
  msgid "No, go back"
3054
  msgstr ""
3055
 
3056
- #: includes/admin/controllers/class-admin-controller.php:85
3057
  msgctxt "admin confirm"
3058
  msgid "Yes, I'm sure"
3059
  msgstr ""
3060
 
3061
- #: includes/admin/controllers/class-admin-fees.php:46
3062
  msgctxt "fees order"
3063
  msgid "Label"
3064
  msgstr ""
3065
 
3066
- #: includes/admin/controllers/class-admin-fees.php:48
3067
  msgctxt "fees order"
3068
  msgid "Duration"
3069
  msgstr ""
3070
 
3071
- #: includes/admin/controllers/class-admin-fees.php:50
3072
  msgctxt "fees order"
3073
  msgid "Custom Order"
3074
  msgstr ""
3075
 
3076
- #: includes/admin/controllers/class-admin-fees.php:282
3077
  msgctxt "fees admin"
3078
  msgid "Plan \"%s\" deleted."
3079
  msgstr ""
3080
 
3081
- #: includes/admin/controllers/class-admin-fees.php:294
3082
  msgctxt "fees admin"
3083
  msgid "Plan enabled."
3084
  msgstr ""
3085
 
3086
- #: includes/admin/controllers/class-admin-fees.php:294
3087
  msgctxt "fees admin"
3088
  msgid "Plan disabled."
3089
  msgstr ""
@@ -3103,64 +3393,64 @@ msgctxt "fees admin"
3103
  msgid "Attributes"
3104
  msgstr ""
3105
 
3106
- #: includes/admin/helpers/tables/class-fees-table.php:140
3107
  msgctxt "fees admin"
3108
  msgid "Edit"
3109
  msgstr ""
3110
 
3111
- #: includes/admin/helpers/tables/class-fees-table.php:213
3112
  msgctxt "fees admin"
3113
  msgid "Variable"
3114
  msgstr ""
3115
 
3116
- #: includes/admin/helpers/tables/class-fees-table.php:218
3117
  msgctxt "fees admin"
3118
  msgid "%1$s + %2$s per category"
3119
  msgstr ""
3120
 
3121
- #: includes/admin/helpers/tables/class-fees-table.php:237
3122
  msgctxt "fees admin"
3123
  msgid "Forever"
3124
  msgstr ""
3125
 
3126
- #: includes/admin/helpers/tables/class-fees-table.php:239
3127
  msgctxt "fees admin"
3128
  msgid "%d day"
3129
  msgid_plural "%d days"
3130
  msgstr[0] ""
3131
  msgstr[1] ""
3132
 
3133
- #: includes/admin/helpers/tables/class-fees-table.php:270
3134
  msgctxt "fees admin"
3135
  msgid "All categories"
3136
  msgstr ""
3137
 
3138
- #: includes/admin/helpers/tables/class-fees-table.php:299
3139
  msgctxt "fees admin"
3140
  msgid "Sticky"
3141
  msgstr ""
3142
 
3143
- #: includes/admin/helpers/tables/class-fees-table.php:303
3144
  msgctxt "fees admin"
3145
  msgid "Recurring"
3146
  msgstr ""
3147
 
3148
- #: includes/admin/helpers/tables/class-fees-table.php:307
3149
  msgctxt "fees admin"
3150
  msgid "Private"
3151
  msgstr ""
3152
 
3153
- #: includes/admin/helpers/tables/class-payments-table.php:55
3154
  msgctxt "fees admin"
3155
  msgid "Date"
3156
  msgstr ""
3157
 
3158
- #: includes/admin/helpers/tables/class-payments-table.php:56
3159
  msgctxt "fees admin"
3160
  msgid "Payment History"
3161
  msgstr ""
3162
 
3163
- #: includes/admin/helpers/tables/class-payments-table.php:58
3164
  msgctxt "fees admin"
3165
  msgid "Status"
3166
  msgstr ""
@@ -3313,47 +3603,47 @@ msgctxt "listing status"
3313
  msgid "Reported"
3314
  msgstr ""
3315
 
3316
- #: includes/models/class-listing.php:979
3317
  msgctxt "listing status"
3318
  msgid "Unknown"
3319
  msgstr ""
3320
 
3321
- #: includes/models/class-listing.php:980
3322
  msgctxt "listing status"
3323
  msgid "Legacy"
3324
  msgstr ""
3325
 
3326
- #: includes/models/class-listing.php:981
3327
  msgctxt "listing status"
3328
  msgid "Incomplete"
3329
  msgstr ""
3330
 
3331
- #: includes/models/class-listing.php:982
3332
  msgctxt "listing status"
3333
  msgid "Pending Payment"
3334
  msgstr ""
3335
 
3336
- #: includes/models/class-listing.php:983
3337
  msgctxt "listing status"
3338
  msgid "Complete"
3339
  msgstr ""
3340
 
3341
- #: includes/models/class-listing.php:984
3342
  msgctxt "listing status"
3343
  msgid "Pending Upgrade"
3344
  msgstr ""
3345
 
3346
- #: includes/models/class-listing.php:985
3347
  msgctxt "listing status"
3348
  msgid "Expired"
3349
  msgstr ""
3350
 
3351
- #: includes/models/class-listing.php:986
3352
  msgctxt "listing status"
3353
  msgid "Pending Renewal"
3354
  msgstr ""
3355
 
3356
- #: includes/models/class-listing.php:987
3357
  msgctxt "listing status"
3358
  msgid "Abandoned"
3359
  msgstr ""
@@ -3415,27 +3705,27 @@ msgctxt "payments admin"
3415
  msgid "Payment details updated."
3416
  msgstr ""
3417
 
3418
- #: includes/admin/helpers/tables/class-payments-table.php:12
3419
  msgctxt "payments admin"
3420
  msgid "payment"
3421
  msgstr ""
3422
 
3423
- #: includes/admin/helpers/tables/class-payments-table.php:13
3424
  msgctxt "payments admin"
3425
  msgid "payments"
3426
  msgstr ""
3427
 
3428
- #: includes/admin/helpers/tables/class-payments-table.php:19
3429
  msgctxt "payments admin"
3430
  msgid "No payments found."
3431
  msgstr ""
3432
 
3433
- #: includes/admin/helpers/tables/class-payments-table.php:32
3434
  msgctxt "payments admin"
3435
  msgid "All"
3436
  msgstr ""
3437
 
3438
- #: includes/admin/helpers/tables/class-payments-table.php:124
3439
  msgctxt "payments admin"
3440
  msgid "View Payment History"
3441
  msgstr ""
@@ -3459,12 +3749,12 @@ msgctxt "form-fields admin"
3459
  msgid "Field deleted."
3460
  msgstr ""
3461
 
3462
- #: includes/admin/controllers/class-form-fields-admin.php:329
3463
  msgctxt "form-fields admin"
3464
  msgid "Required fields created successfully."
3465
  msgstr ""
3466
 
3467
- #: includes/admin/controllers/class-form-fields-admin.php:381
3468
  msgctxt "form-fields admin"
3469
  msgid "Tags updated."
3470
  msgstr ""
@@ -3823,14 +4113,7 @@ msgctxt "form-fields admin"
3823
  msgid "Theme Tags"
3824
  msgstr ""
3825
 
3826
- #: templates/admin/form-fields-tags.tpl.php:19
3827
- msgctxt "form-fields admin"
3828
- msgid ""
3829
- "Before you create fields, make sure you've mapped all of your EXISTING ones "
3830
- "first, otherwise you'll appear to be \"missing data\" on your listings."
3831
- msgstr ""
3832
-
3833
- #: templates/admin/form-fields-tags.tpl.php:22
3834
  msgctxt "form-fields admin"
3835
  msgid "Create Missing Fields"
3836
  msgstr ""
@@ -3845,29 +4128,29 @@ msgctxt "admin settings"
3845
  msgid "Valid placeholders: %s"
3846
  msgstr ""
3847
 
3848
- #: includes/admin/settings/class-settings-bootstrap.php:106
3849
  msgctxt "admin settings"
3850
  msgid ""
3851
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
3852
  "setting is checked."
3853
  msgstr ""
3854
 
3855
- #: includes/admin/settings/class-settings-bootstrap.php:309
3856
  msgctxt "admin settings"
3857
  msgid "Above results"
3858
  msgstr ""
3859
 
3860
- #: includes/admin/settings/class-settings-bootstrap.php:310
3861
  msgctxt "admin settings"
3862
  msgid "Below results"
3863
  msgstr ""
3864
 
3865
- #: includes/admin/settings/class-settings-bootstrap.php:311
3866
  msgctxt "admin settings"
3867
  msgid "Don't show with results"
3868
  msgstr ""
3869
 
3870
- #: includes/admin/settings/class-settings-bootstrap.php:392
3871
  msgctxt "admin settings"
3872
  msgid ""
3873
  "You have selected a textarea field to be included in quick searches. "
@@ -3875,438 +4158,438 @@ msgid ""
3875
  "timeouts and/or general slowness."
3876
  msgstr ""
3877
 
3878
- #: includes/admin/settings/class-settings-bootstrap.php:552
3879
  msgctxt "admin settings"
3880
  msgid "Do not include comments in listings"
3881
  msgstr ""
3882
 
3883
- #: includes/admin/settings/class-settings-bootstrap.php:576
3884
  msgctxt "admin settings"
3885
  msgid "Directory view."
3886
  msgstr ""
3887
 
3888
- #: includes/admin/settings/class-settings-bootstrap.php:577
3889
  msgctxt "admin settings"
3890
  msgid "All Listings view."
3891
  msgstr ""
3892
 
3893
- #: includes/admin/settings/class-settings-bootstrap.php:578
3894
  msgctxt "admin settings"
3895
  msgid "Category view."
3896
  msgstr ""
3897
 
3898
- #: includes/admin/settings/class-settings-bootstrap.php:579
3899
  msgctxt "admin settings"
3900
  msgid "Search view."
3901
  msgstr ""
3902
 
3903
- #: includes/admin/settings/class-settings-bootstrap.php:710
3904
  msgctxt "admin settings"
3905
  msgid "Slug"
3906
  msgstr ""
3907
 
3908
- #: includes/admin/settings/class-settings-bootstrap.php:723
3909
- #: includes/admin/settings/class-settings-bootstrap.php:791
3910
  msgctxt "admin settings"
3911
  msgid "Ascending"
3912
  msgstr ""
3913
 
3914
- #: includes/admin/settings/class-settings-bootstrap.php:724
3915
- #: includes/admin/settings/class-settings-bootstrap.php:792
3916
  msgctxt "admin settings"
3917
  msgid "Descending"
3918
  msgstr ""
3919
 
3920
- #: includes/admin/settings/class-settings-bootstrap.php:757
3921
  msgctxt "admin settings"
3922
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
3923
  msgstr ""
3924
 
3925
- #: includes/admin/settings/class-settings-bootstrap.php:770
3926
  msgctxt "admin settings"
3927
  msgid "Author"
3928
  msgstr ""
3929
 
3930
- #: includes/admin/settings/class-settings-bootstrap.php:771
3931
- #: includes/helpers/functions/general.php:1285
3932
  msgctxt "admin settings"
3933
  msgid "Date posted"
3934
  msgstr ""
3935
 
3936
- #: includes/admin/settings/class-settings-bootstrap.php:772
3937
- #: includes/helpers/functions/general.php:1286
3938
  msgctxt "admin settings"
3939
  msgid "Date last modified"
3940
  msgstr ""
3941
 
3942
- #: includes/admin/settings/class-settings-bootstrap.php:773
3943
  msgctxt "admin settings"
3944
  msgid "Random"
3945
  msgstr ""
3946
 
3947
- #: includes/admin/settings/class-settings-bootstrap.php:774
3948
  msgctxt "admin settings"
3949
  msgid "Paid first then free. Inside each group by date."
3950
  msgstr ""
3951
 
3952
- #: includes/admin/settings/class-settings-bootstrap.php:775
3953
  msgctxt "admin settings"
3954
  msgid "Paid first then free. Inside each group by title."
3955
  msgstr ""
3956
 
3957
- #: includes/admin/settings/class-settings-bootstrap.php:776
3958
  msgctxt "admin settings"
3959
  msgid "Plan Custom Order, then Date"
3960
  msgstr ""
3961
 
3962
- #: includes/admin/settings/class-settings-bootstrap.php:777
3963
  msgctxt "admin settings"
3964
  msgid "Plan Custom Order, then Title"
3965
  msgstr ""
3966
 
3967
- #: includes/admin/settings/class-settings-bootstrap.php:1049
3968
- #: includes/admin/settings/class-settings-bootstrap.php:1074
3969
- #: includes/admin/settings/class-settings-bootstrap.php:1098
3970
  msgctxt "admin settings"
3971
  msgid "Excerpt view."
3972
  msgstr ""
3973
 
3974
- #: includes/admin/settings/class-settings-bootstrap.php:1075
3975
- #: includes/admin/settings/class-settings-bootstrap.php:1099
3976
  msgctxt "admin settings"
3977
  msgid "Detail view."
3978
  msgstr ""
3979
 
3980
- #: includes/admin/settings/class-settings-bootstrap.php:1170
3981
  msgctxt "admin settings"
3982
  msgid "Australian Dollar (AUD)"
3983
  msgstr ""
3984
 
3985
- #: includes/admin/settings/class-settings-bootstrap.php:1171
3986
  msgctxt "admin settings"
3987
  msgid "Brazilian Real (BRL)"
3988
  msgstr ""
3989
 
3990
- #: includes/admin/settings/class-settings-bootstrap.php:1172
3991
  msgctxt "admin settings"
3992
  msgid "Canadian Dollar (CAD)"
3993
  msgstr ""
3994
 
3995
- #: includes/admin/settings/class-settings-bootstrap.php:1173
3996
  msgctxt "admin settings"
3997
  msgid "Czech Koruna (CZK)"
3998
  msgstr ""
3999
 
4000
- #: includes/admin/settings/class-settings-bootstrap.php:1174
4001
  msgctxt "admin settings"
4002
  msgid "Danish Krone (DKK)"
4003
  msgstr ""
4004
 
4005
- #: includes/admin/settings/class-settings-bootstrap.php:1175
4006
  msgctxt "admin settings"
4007
  msgid "United Arab Emirates Dirham (AED)"
4008
  msgstr ""
4009
 
4010
- #: includes/admin/settings/class-settings-bootstrap.php:1176
4011
  msgctxt "admin settings"
4012
  msgid "Euro (EUR)"
4013
  msgstr ""
4014
 
4015
- #: includes/admin/settings/class-settings-bootstrap.php:1177
4016
  msgctxt "admin settings"
4017
  msgid "Hong Kong Dollar (HKD)"
4018
  msgstr ""
4019
 
4020
- #: includes/admin/settings/class-settings-bootstrap.php:1178
4021
  msgctxt "admin settings"
4022
  msgid "Hungarian Forint (HUF)"
4023
  msgstr ""
4024
 
4025
- #: includes/admin/settings/class-settings-bootstrap.php:1179
4026
  msgctxt "admin settings"
4027
  msgid "Israeli New Shequel (ILS)"
4028
  msgstr ""
4029
 
4030
- #: includes/admin/settings/class-settings-bootstrap.php:1180
4031
  msgctxt "admin settings"
4032
  msgid "Japanese Yen (JPY)"
4033
  msgstr ""
4034
 
4035
- #: includes/admin/settings/class-settings-bootstrap.php:1181
4036
  msgctxt "admin settings"
4037
  msgid "Moroccan Dirham (MAD)"
4038
  msgstr ""
4039
 
4040
- #: includes/admin/settings/class-settings-bootstrap.php:1182
4041
  msgctxt "admin settings"
4042
  msgid "Malasian Ringgit (MYR)"
4043
  msgstr ""
4044
 
4045
- #: includes/admin/settings/class-settings-bootstrap.php:1183
4046
  msgctxt "admin settings"
4047
  msgid "Mexican Peso (MXN)"
4048
  msgstr ""
4049
 
4050
- #: includes/admin/settings/class-settings-bootstrap.php:1184
4051
  msgctxt "admin settings"
4052
  msgid "Norwegian Krone (NOK)"
4053
  msgstr ""
4054
 
4055
- #: includes/admin/settings/class-settings-bootstrap.php:1185
4056
  msgctxt "admin settings"
4057
  msgid "New Zealand Dollar (NZD)"
4058
  msgstr ""
4059
 
4060
- #: includes/admin/settings/class-settings-bootstrap.php:1186
4061
  msgctxt "admin settings"
4062
  msgid "Philippine Peso (PHP)"
4063
  msgstr ""
4064
 
4065
- #: includes/admin/settings/class-settings-bootstrap.php:1187
4066
  msgctxt "admin settings"
4067
  msgid "Polish Zloty (PLN)"
4068
  msgstr ""
4069
 
4070
- #: includes/admin/settings/class-settings-bootstrap.php:1188
4071
  msgctxt "admin settings"
4072
  msgid "Pound Sterling (GBP)"
4073
  msgstr ""
4074
 
4075
- #: includes/admin/settings/class-settings-bootstrap.php:1189
4076
  msgctxt "admin settings"
4077
  msgid "Singapore Dollar (SGD)"
4078
  msgstr ""
4079
 
4080
- #: includes/admin/settings/class-settings-bootstrap.php:1190
4081
  msgctxt "admin settings"
4082
  msgid "Swedish Krona (SEK)"
4083
  msgstr ""
4084
 
4085
- #: includes/admin/settings/class-settings-bootstrap.php:1191
4086
  msgctxt "admin settings"
4087
  msgid "Swiss Franc (CHF)"
4088
  msgstr ""
4089
 
4090
- #: includes/admin/settings/class-settings-bootstrap.php:1192
4091
  msgctxt "admin settings"
4092
  msgid "Taiwan Dollar (TWD)"
4093
  msgstr ""
4094
 
4095
- #: includes/admin/settings/class-settings-bootstrap.php:1193
4096
  msgctxt "admin settings"
4097
  msgid "Thai Baht (THB)"
4098
  msgstr ""
4099
 
4100
- #: includes/admin/settings/class-settings-bootstrap.php:1194
4101
  msgctxt "admin settings"
4102
  msgid "Turkish Lira (TRY)"
4103
  msgstr ""
4104
 
4105
- #: includes/admin/settings/class-settings-bootstrap.php:1195
4106
  msgctxt "admin settings"
4107
  msgid "U.S. Dollar (USD)"
4108
  msgstr ""
4109
 
4110
- #: includes/admin/settings/class-settings-bootstrap.php:1219
4111
  msgctxt "admin settings"
4112
  msgid "Show currency symbol on the left"
4113
  msgstr ""
4114
 
4115
- #: includes/admin/settings/class-settings-bootstrap.php:1220
4116
  msgctxt "admin settings"
4117
  msgid "Show currency symbol on the right"
4118
  msgstr ""
4119
 
4120
- #: includes/admin/settings/class-settings-bootstrap.php:1221
4121
  msgctxt "admin settings"
4122
  msgid "Do not show currency symbol"
4123
  msgstr ""
4124
 
4125
  #. translators: %1$s: gateway name, %2$s: explanation string
4126
- #: includes/admin/settings/class-settings-bootstrap.php:1266
4127
  msgctxt "admin settings"
4128
  msgid "AED currency is not supported by %1$s. %2$s"
4129
  msgstr ""
4130
 
4131
- #: includes/admin/settings/class-settings-bootstrap.php:1304
4132
  msgctxt "admin settings"
4133
  msgid ""
4134
  "Listings with pending payments are marked as abandoned after this time. You "
4135
  "can also <a>customize the email</a> users receive."
4136
  msgstr ""
4137
 
4138
- #: includes/admin/settings/class-settings-bootstrap.php:1334
4139
  msgctxt "admin settings"
4140
  msgid "Try listing's email field first, then author's email."
4141
  msgstr ""
4142
 
4143
- #: includes/admin/settings/class-settings-bootstrap.php:1335
4144
  msgctxt "admin settings"
4145
  msgid "Try author's email first and then listing's email field."
4146
  msgstr ""
4147
 
4148
- #: includes/admin/settings/class-settings-bootstrap.php:1348
4149
  msgctxt "admin settings"
4150
  msgid "Plain (text/plain)"
4151
  msgstr ""
4152
 
4153
- #: includes/admin/settings/class-settings-bootstrap.php:1349
4154
  msgctxt "admin settings"
4155
  msgid "HTML (text/html)"
4156
  msgstr ""
4157
 
4158
- #: includes/admin/settings/class-settings-bootstrap.php:1350
4159
  msgctxt "admin settings"
4160
  msgid "Both (multipart/alternative)"
4161
  msgstr ""
4162
 
4163
- #: includes/admin/settings/class-settings-bootstrap.php:1364
4164
  msgctxt "admin settings"
4165
  msgid "A new listing is submitted."
4166
  msgstr ""
4167
 
4168
- #: includes/admin/settings/class-settings-bootstrap.php:1365
4169
  msgctxt "admin settings"
4170
  msgid "A listing is edited."
4171
  msgstr ""
4172
 
4173
- #: includes/admin/settings/class-settings-bootstrap.php:1366
4174
  msgctxt "admin settings"
4175
  msgid "A listing expires."
4176
  msgstr ""
4177
 
4178
- #: includes/admin/settings/class-settings-bootstrap.php:1367
4179
  msgctxt "admin settings"
4180
  msgid "A listing is renewed."
4181
  msgstr ""
4182
 
4183
- #: includes/admin/settings/class-settings-bootstrap.php:1368
4184
  msgctxt "admin settings"
4185
  msgid "A listing payment is completed."
4186
  msgstr ""
4187
 
4188
- #: includes/admin/settings/class-settings-bootstrap.php:1369
4189
  msgctxt "admin settings"
4190
  msgid "A listing has been reported as inappropriate."
4191
  msgstr ""
4192
 
4193
- #: includes/admin/settings/class-settings-bootstrap.php:1370
4194
  msgctxt "admin settings"
4195
  msgid "A contact message is sent to a listing's owner."
4196
  msgstr ""
4197
 
4198
- #: includes/admin/settings/class-settings-bootstrap.php:1397
4199
  msgctxt "admin settings"
4200
  msgid "Their listing is submitted."
4201
  msgstr ""
4202
 
4203
- #: includes/admin/settings/class-settings-bootstrap.php:1398
4204
  msgctxt "admin settings"
4205
  msgid "Their listing is approved/published."
4206
  msgstr ""
4207
 
4208
- #: includes/admin/settings/class-settings-bootstrap.php:1399
4209
  msgctxt "admin settings"
4210
  msgid "A payment for their listing is completed."
4211
  msgstr ""
4212
 
4213
- #: includes/admin/settings/class-settings-bootstrap.php:1400
4214
  msgctxt "admin settings"
4215
  msgid "Their listing expired or is about to expire."
4216
  msgstr ""
4217
 
4218
- #: includes/admin/settings/class-settings-bootstrap.php:1418
4219
- #: includes/admin/settings/class-settings-bootstrap.php:1437
4220
- #: includes/admin/settings/class-settings-bootstrap.php:1473
4221
- #: includes/admin/settings/class-settings-bootstrap.php:1509
4222
- #: includes/admin/settings/class-settings-bootstrap.php:1528
4223
  msgctxt "admin settings"
4224
  msgid "Listing's title"
4225
  msgstr ""
4226
 
4227
- #: includes/admin/settings/class-settings-bootstrap.php:1419
4228
- #: includes/admin/settings/class-settings-bootstrap.php:1510
4229
  msgctxt "admin settings"
4230
  msgid "Listing's plan name"
4231
  msgstr ""
4232
 
4233
- #: includes/admin/settings/class-settings-bootstrap.php:1420
4234
- #: includes/admin/settings/class-settings-bootstrap.php:1511
4235
  msgctxt "admin settings"
4236
  msgid "Listing's plan description"
4237
  msgstr ""
4238
 
4239
- #: includes/admin/settings/class-settings-bootstrap.php:1421
4240
- #: includes/admin/settings/class-settings-bootstrap.php:1512
4241
  msgctxt "admin settings"
4242
  msgid "Listing's plan details"
4243
  msgstr ""
4244
 
4245
- #: includes/admin/settings/class-settings-bootstrap.php:1434
4246
  msgctxt "admin settings"
4247
  msgid ""
4248
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
4249
  "viewed by the public."
4250
  msgstr ""
4251
 
4252
- #: includes/admin/settings/class-settings-bootstrap.php:1438
4253
- #: includes/admin/settings/class-settings-bootstrap.php:1472
4254
  msgctxt "admin settings"
4255
  msgid "Listing's URL"
4256
  msgstr ""
4257
 
4258
- #: includes/admin/settings/class-settings-bootstrap.php:1439
4259
- #: includes/admin/settings/class-settings-bootstrap.php:1479
4260
  msgctxt "admin settings"
4261
  msgid "Listing's Access Key"
4262
  msgstr ""
4263
 
4264
- #: includes/admin/settings/class-settings-bootstrap.php:1474
4265
  msgctxt "admin settings"
4266
  msgid "Sender's name"
4267
  msgstr ""
4268
 
4269
- #: includes/admin/settings/class-settings-bootstrap.php:1477
4270
  msgctxt "admin settings"
4271
  msgid "Contact message"
4272
  msgstr ""
4273
 
4274
- #: includes/admin/settings/class-settings-bootstrap.php:1478
4275
  msgctxt "admin settings"
4276
  msgid "Date and time the message was sent"
4277
  msgstr ""
4278
 
4279
- #: includes/admin/settings/class-settings-bootstrap.php:1513
4280
  msgctxt "admin settings"
4281
  msgid "Payment items details."
4282
  msgstr ""
4283
 
4284
- #: includes/admin/settings/class-settings-bootstrap.php:1514
4285
  msgctxt "admin settings"
4286
  msgid "URL where user can review and print payment receipt."
4287
  msgstr ""
4288
 
4289
- #: includes/admin/settings/class-settings-bootstrap.php:1515
4290
  msgctxt "admin settings"
4291
  msgid "Gateway used to process listing's payment."
4292
  msgstr ""
4293
 
4294
- #: includes/admin/settings/class-settings-bootstrap.php:1529
4295
  msgctxt "admin settings"
4296
  msgid "Checkout URL link"
4297
  msgstr ""
4298
 
4299
- #: includes/admin/settings/class-settings-bootstrap.php:1631
4300
  msgctxt "admin settings"
4301
  msgid "Uploaded Image (no resize)"
4302
  msgstr ""
4303
 
4304
- #: includes/helpers/functions/general.php:1283
4305
  msgctxt "admin settings"
4306
  msgid "User"
4307
  msgstr ""
4308
 
4309
- #: includes/helpers/functions/general.php:1284
4310
  msgctxt "admin settings"
4311
  msgid "User registration date"
4312
  msgstr ""
@@ -4513,131 +4796,131 @@ msgctxt "settings"
4513
  msgid "General"
4514
  msgstr ""
4515
 
4516
- #: includes/admin/settings/class-settings-bootstrap.php:12
4517
- #: includes/admin/settings/class-settings-bootstrap.php:1033
4518
  msgctxt "settings"
4519
  msgid "Listings"
4520
  msgstr ""
4521
 
4522
- #: includes/admin/settings/class-settings-bootstrap.php:15
4523
- #: includes/admin/settings/class-settings-bootstrap.php:20
4524
- #: includes/admin/settings/class-settings-bootstrap.php:25
4525
- #: includes/admin/settings/class-settings-bootstrap.php:42
4526
- #: includes/admin/settings/class-settings-bootstrap.php:1315
4527
- #: includes/admin/settings/class-settings.php:356
4528
  msgctxt "settings"
4529
  msgid "General Settings"
4530
  msgstr ""
4531
 
4532
- #: includes/admin/settings/class-settings-bootstrap.php:22
4533
  msgctxt "settings"
4534
  msgid "Payment"
4535
  msgstr ""
4536
 
4537
- #: includes/admin/settings/class-settings-bootstrap.php:27
4538
  msgctxt "settings"
4539
  msgid "Appearance"
4540
  msgstr ""
4541
 
4542
- #: includes/admin/settings/class-settings-bootstrap.php:65
4543
  msgctxt "settings"
4544
  msgid "Permalink Settings"
4545
  msgstr ""
4546
 
4547
- #: includes/admin/settings/class-settings-bootstrap.php:70
4548
  msgctxt "settings"
4549
  msgid "Directory Listings Slug"
4550
  msgstr ""
4551
 
4552
- #: includes/admin/settings/class-settings-bootstrap.php:80
4553
  msgctxt "settings"
4554
  msgid "Categories Slug"
4555
  msgstr ""
4556
 
4557
- #: includes/admin/settings/class-settings-bootstrap.php:81
4558
  msgctxt "settings"
4559
  msgid ""
4560
  "The slug can't be in use by another term. Avoid \"category\", for instance."
4561
  msgstr ""
4562
 
4563
- #: includes/admin/settings/class-settings-bootstrap.php:92
4564
  msgctxt "settings"
4565
  msgid "Tags Slug"
4566
  msgstr ""
4567
 
4568
- #: includes/admin/settings/class-settings-bootstrap.php:93
4569
  msgctxt "settings"
4570
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
4571
  msgstr ""
4572
 
4573
- #: includes/admin/settings/class-settings-bootstrap.php:105
4574
  msgctxt "settings"
4575
  msgid "Remove listing ID from URLs for better SEO"
4576
  msgstr ""
4577
 
4578
- #: includes/admin/settings/class-settings-bootstrap.php:106
4579
  msgctxt "settings"
4580
  msgid ""
4581
  "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
4582
  "directory/1809/listing-title\"."
4583
  msgstr ""
4584
 
4585
- #: includes/admin/settings/class-settings-bootstrap.php:117
4586
  msgctxt "settings"
4587
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
4588
  msgstr ""
4589
 
4590
- #: includes/admin/settings/class-settings-bootstrap.php:124
4591
  msgctxt "settings"
4592
  msgid "Use reCAPTCHA for contact forms"
4593
  msgstr ""
4594
 
4595
- #: includes/admin/settings/class-settings-bootstrap.php:132
4596
  msgctxt "settings"
4597
  msgid "Use reCAPTCHA only for logged-out users"
4598
  msgstr ""
4599
 
4600
- #: includes/admin/settings/class-settings-bootstrap.php:140
4601
  msgctxt "settings"
4602
  msgid "Use reCAPTCHA for listing submits"
4603
  msgstr ""
4604
 
4605
- #: includes/admin/settings/class-settings-bootstrap.php:148
4606
  msgctxt "settings"
4607
  msgid "Use reCAPTCHA for edit listings"
4608
  msgstr ""
4609
 
4610
- #: includes/admin/settings/class-settings-bootstrap.php:156
4611
  msgctxt "settings"
4612
  msgid "Use reCAPTCHA for report listings"
4613
  msgstr ""
4614
 
4615
- #: includes/admin/settings/class-settings-bootstrap.php:164
4616
  msgctxt "settings"
4617
  msgid "Use reCAPTCHA for listing comments"
4618
  msgstr ""
4619
 
4620
- #: includes/admin/settings/class-settings-bootstrap.php:172
4621
  msgctxt "settings"
4622
  msgid "reCAPTCHA Public Key"
4623
  msgstr ""
4624
 
4625
- #: includes/admin/settings/class-settings-bootstrap.php:181
4626
  msgctxt "settings"
4627
  msgid "reCAPTCHA Private Key"
4628
  msgstr ""
4629
 
4630
- #: includes/admin/settings/class-settings-bootstrap.php:190
4631
  msgctxt "settings"
4632
  msgid "reCAPTCHA version"
4633
  msgstr ""
4634
 
4635
- #: includes/admin/settings/class-settings-bootstrap.php:207
4636
  msgctxt "settings"
4637
  msgid "reCAPTCHA V3 threshold score"
4638
  msgstr ""
4639
 
4640
- #: includes/admin/settings/class-settings-bootstrap.php:212
4641
  msgctxt "settings"
4642
  msgid ""
4643
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
@@ -4646,211 +4929,202 @@ msgid ""
4646
  "this value will result in reCAPTCHA validation error."
4647
  msgstr ""
4648
 
4649
- #: includes/admin/settings/class-settings-bootstrap.php:221
4650
  msgctxt "settings"
4651
  msgid "Registration"
4652
  msgstr ""
4653
 
4654
- #: includes/admin/settings/class-settings-bootstrap.php:221
4655
- msgctxt "settings"
4656
- msgid ""
4657
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
4658
- "the URLs below to work. If the plugin does not support them, these settings "
4659
- "will not function as expected. Please contact the membership plugin and ask "
4660
- "them to support the WP standard 'redirect_to' query parameter."
4661
- msgstr ""
4662
-
4663
- #: includes/admin/settings/class-settings-bootstrap.php:226
4664
  msgctxt "settings"
4665
  msgid "Require login to post listings"
4666
  msgstr ""
4667
 
4668
- #: includes/admin/settings/class-settings-bootstrap.php:235
4669
  msgctxt "settings"
4670
  msgid "Allow anonymous users to edit/manage listings with an access key"
4671
  msgstr ""
4672
 
4673
- #: includes/admin/settings/class-settings-bootstrap.php:243
4674
  msgctxt "settings"
4675
  msgid "Login URL"
4676
  msgstr ""
4677
 
4678
- #: includes/admin/settings/class-settings-bootstrap.php:244
4679
  msgctxt "settings"
4680
  msgid "Only enter this if using a membership plugin or custom login page"
4681
  msgstr ""
4682
 
4683
- #: includes/admin/settings/class-settings-bootstrap.php:245
4684
  msgctxt "settings"
4685
  msgid "URL of your membership plugin's login page."
4686
  msgstr ""
4687
 
4688
- #: includes/admin/settings/class-settings-bootstrap.php:254
4689
  msgctxt "settings"
4690
  msgid "Registration URL"
4691
  msgstr ""
4692
 
4693
- #: includes/admin/settings/class-settings-bootstrap.php:255
4694
  msgctxt "settings"
4695
  msgid ""
4696
  "Only enter this if using a membership plugin or custom registration page."
4697
  msgstr ""
4698
 
4699
- #: includes/admin/settings/class-settings-bootstrap.php:256
4700
  msgctxt "settings"
4701
  msgid "URL of your membership plugin's registration page"
4702
  msgstr ""
4703
 
4704
- #: includes/admin/settings/class-settings-bootstrap.php:265
4705
  msgctxt "settings"
4706
  msgid "Allow users to create accounts during listing submit"
4707
  msgstr ""
4708
 
4709
- #: includes/admin/settings/class-settings-bootstrap.php:292
4710
  msgctxt "settings"
4711
  msgid ""
4712
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
4713
  "Conditions text will be replaced by a link to the appropiate page."
4714
  msgstr ""
4715
 
4716
- #: includes/admin/settings/class-settings-bootstrap.php:294
4717
  msgctxt "settings"
4718
  msgid "Terms and Conditions text goes here"
4719
  msgstr ""
4720
 
4721
- #: includes/admin/settings/class-settings-bootstrap.php:323
4722
  msgctxt "settings"
4723
  msgid "Enable high performance search"
4724
  msgstr ""
4725
 
4726
- #: includes/admin/settings/class-settings-bootstrap.php:332
4727
  msgctxt "settings"
4728
  msgid "Advanced"
4729
  msgstr ""
4730
 
4731
- #: includes/admin/settings/class-settings-bootstrap.php:338
4732
  msgctxt "settings"
4733
  msgid "Disable advanced CPT integration"
4734
  msgstr ""
4735
 
4736
- #: includes/admin/settings/class-settings-bootstrap.php:347
4737
  msgctxt "settings"
4738
  msgid "Disable frontend listing submission"
4739
  msgstr ""
4740
 
4741
- #: includes/admin/settings/class-settings-bootstrap.php:348
4742
  msgctxt "settings"
4743
  msgid ""
4744
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
4745
  "shortcode for submit listing to function on other pages."
4746
  msgstr ""
4747
 
4748
- #: includes/admin/settings/class-settings-bootstrap.php:429
4749
  msgctxt "settings"
4750
  msgid "Contact Form"
4751
  msgstr ""
4752
 
4753
- #: includes/admin/settings/class-settings-bootstrap.php:438
4754
  msgctxt "settings"
4755
  msgid "Listings per page"
4756
  msgstr ""
4757
 
4758
- #: includes/admin/settings/class-settings-bootstrap.php:439
4759
  msgctxt "settings"
4760
  msgid ""
4761
  "Number of listings to show per page. Use a value of \"0\" to show all "
4762
  "listings."
4763
  msgstr ""
4764
 
4765
- #: includes/admin/settings/class-settings-bootstrap.php:451
4766
  msgctxt "settings"
4767
  msgid "Turn on listing renewal option"
4768
  msgstr ""
4769
 
4770
- #: includes/admin/settings/class-settings-bootstrap.php:460
4771
  msgctxt "settings"
4772
  msgid "Open detailed view of listing in new tab"
4773
  msgstr ""
4774
 
4775
- #: includes/admin/settings/class-settings-bootstrap.php:470
4776
  msgctxt "settings"
4777
  msgid "Include button to report listings"
4778
  msgstr ""
4779
 
4780
- #: includes/admin/settings/class-settings-bootstrap.php:479
4781
  msgctxt "settings"
4782
  msgid "Enable report listing for registered users only"
4783
  msgstr ""
4784
 
4785
- #: includes/admin/settings/class-settings-bootstrap.php:489
4786
  msgctxt "settings"
4787
  msgid "Report listing option list"
4788
  msgstr ""
4789
 
4790
- #: includes/admin/settings/class-settings-bootstrap.php:490
4791
  msgctxt "settings"
4792
  msgid ""
4793
  "Form option list to report a listing as inappropriate. One option per line."
4794
  msgstr ""
4795
 
4796
- #: includes/admin/settings/class-settings-bootstrap.php:501
4797
  msgctxt "settings"
4798
  msgid "Include listing contact form on listing pages"
4799
  msgstr ""
4800
 
4801
- #: includes/admin/settings/class-settings-bootstrap.php:502
4802
  msgctxt "settings"
4803
  msgid ""
4804
  "Allows visitors to contact listing authors privately. Authors will receive "
4805
  "the messages via email."
4806
  msgstr ""
4807
 
4808
- #: includes/admin/settings/class-settings-bootstrap.php:511
4809
  msgctxt "settings"
4810
  msgid "Require login for using the contact form"
4811
  msgstr ""
4812
 
4813
- #: includes/admin/settings/class-settings-bootstrap.php:522
4814
  msgctxt "settings"
4815
  msgid "Maximum number of daily contact form submits from registered users"
4816
  msgstr ""
4817
 
4818
- #: includes/admin/settings/class-settings-bootstrap.php:523
4819
  msgctxt "settings"
4820
  msgid ""
4821
  "Use this to prevent spamming of listing owners from logged in users. 0 means "
4822
  "unlimited submits per day."
4823
  msgstr ""
4824
 
4825
- #: includes/admin/settings/class-settings-bootstrap.php:535
4826
  msgctxt "settings"
4827
  msgid "Maximum number of contact form submits for each listing per day"
4828
  msgstr ""
4829
 
4830
- #: includes/admin/settings/class-settings-bootstrap.php:536
4831
  msgctxt "settings"
4832
  msgid ""
4833
  "Use this to set contact submits limit for each listing in the directory. 0 "
4834
  "means unlimited submits per day."
4835
  msgstr ""
4836
 
4837
- #: includes/admin/settings/class-settings-bootstrap.php:548
4838
  msgctxt "settings"
4839
  msgid "Include comment form on listing pages?"
4840
  msgstr ""
4841
 
4842
- #: includes/admin/settings/class-settings-bootstrap.php:563
4843
  msgctxt "settings"
4844
  msgid "Show listings under categories on main page"
4845
  msgstr ""
4846
 
4847
- #: includes/admin/settings/class-settings-bootstrap.php:573
4848
  msgctxt "settings"
4849
  msgid ""
4850
  "Prevents featured listings from floating to the top of the selected page."
4851
  msgstr ""
4852
 
4853
- #: includes/admin/settings/class-settings-bootstrap.php:603
4854
  msgctxt "settings"
4855
  msgid ""
4856
  "The user ID or login of an existing user account. If login is not required "
@@ -4858,77 +5132,77 @@ msgid ""
4858
  "that will not a be posting a listing is best."
4859
  msgstr ""
4860
 
4861
- #: includes/admin/settings/class-settings-bootstrap.php:629
4862
  msgctxt "settings"
4863
  msgid "Edit post status"
4864
  msgstr ""
4865
 
4866
- #: includes/admin/settings/class-settings-bootstrap.php:644
4867
  msgctxt "settings"
4868
  msgid "Status of deleted listings"
4869
  msgstr ""
4870
 
4871
- #: includes/admin/settings/class-settings-bootstrap.php:695
4872
  msgctxt "settings"
4873
  msgid "Submit Listing instructions message"
4874
  msgstr ""
4875
 
4876
- #: includes/admin/settings/class-settings-bootstrap.php:706
4877
  msgctxt "settings"
4878
  msgid "Order categories list by"
4879
  msgstr ""
4880
 
4881
- #: includes/admin/settings/class-settings-bootstrap.php:720
4882
  msgctxt "settings"
4883
  msgid "Sort order for categories"
4884
  msgstr ""
4885
 
4886
- #: includes/admin/settings/class-settings-bootstrap.php:733
4887
  msgctxt "settings"
4888
  msgid "Show category post count"
4889
  msgstr ""
4890
 
4891
- #: includes/admin/settings/class-settings-bootstrap.php:742
4892
  msgctxt "settings"
4893
  msgid "Hide empty categories"
4894
  msgstr ""
4895
 
4896
- #: includes/admin/settings/class-settings-bootstrap.php:751
4897
  msgctxt "settings"
4898
  msgid "Show only parent categories in category list"
4899
  msgstr ""
4900
 
4901
- #: includes/admin/settings/class-settings-bootstrap.php:763
4902
  msgctxt "settings"
4903
  msgid "Order directory listings by"
4904
  msgstr ""
4905
 
4906
- #: includes/admin/settings/class-settings-bootstrap.php:787
4907
  msgctxt "settings"
4908
  msgid "Sort directory listings by"
4909
  msgstr ""
4910
 
4911
- #: includes/admin/settings/class-settings-bootstrap.php:788
4912
  msgctxt "settings"
4913
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
4914
  msgstr ""
4915
 
4916
- #: includes/admin/settings/class-settings-bootstrap.php:801
4917
  msgctxt "settings"
4918
  msgid "Enable sort bar"
4919
  msgstr ""
4920
 
4921
- #: includes/admin/settings/class-settings-bootstrap.php:810
4922
  msgctxt "settings"
4923
  msgid "Sortbar Fields"
4924
  msgstr ""
4925
 
4926
- #: includes/admin/settings/class-settings-bootstrap.php:829
4927
  msgctxt "settings"
4928
  msgid "Show the \"Submit listing\" button"
4929
  msgstr ""
4930
 
4931
- #: includes/admin/settings/class-settings-bootstrap.php:830
4932
  msgctxt "settings"
4933
  msgid ""
4934
  "Hides the button used by the main UI to allow listing submission, but does "
@@ -4936,93 +5210,93 @@ msgid ""
4936
  "customize the submit listing button on your own)"
4937
  msgstr ""
4938
 
4939
- #: includes/admin/settings/class-settings-bootstrap.php:840
4940
  msgctxt "settings"
4941
  msgid "Show \"Search listings\""
4942
  msgstr ""
4943
 
4944
- #: includes/admin/settings/class-settings-bootstrap.php:849
4945
  msgctxt "settings"
4946
  msgid "Show the \"View Listings\" button"
4947
  msgstr ""
4948
 
4949
- #: includes/admin/settings/class-settings-bootstrap.php:858
4950
  msgctxt "settings"
4951
  msgid "Show the \"Manage Listings\" button"
4952
  msgstr ""
4953
 
4954
- #: includes/admin/settings/class-settings-bootstrap.php:902
4955
  msgctxt "settings"
4956
  msgid "Image Settings"
4957
  msgstr ""
4958
 
4959
- #: includes/admin/settings/class-settings-bootstrap.php:907
4960
  msgctxt "settings"
4961
  msgid "Allow images"
4962
  msgstr ""
4963
 
4964
- #: includes/admin/settings/class-settings-bootstrap.php:918
4965
  msgctxt "settings"
4966
  msgid "Min Image File Size (KB)"
4967
  msgstr ""
4968
 
4969
- #: includes/admin/settings/class-settings-bootstrap.php:930
4970
  msgctxt "settings"
4971
  msgid "Max Image File Size (KB)"
4972
  msgstr ""
4973
 
4974
- #: includes/admin/settings/class-settings-bootstrap.php:942
4975
  msgctxt "settings"
4976
  msgid "Min image width (px)"
4977
  msgstr ""
4978
 
4979
- #: includes/admin/settings/class-settings-bootstrap.php:952
4980
  msgctxt "settings"
4981
  msgid "Min image height (px)"
4982
  msgstr ""
4983
 
4984
- #: includes/admin/settings/class-settings-bootstrap.php:966
4985
  msgctxt "settings"
4986
  msgid "Max image width (px)"
4987
  msgstr ""
4988
 
4989
- #: includes/admin/settings/class-settings-bootstrap.php:978
4990
  msgctxt "settings"
4991
  msgid "Max image height (px)"
4992
  msgstr ""
4993
 
4994
- #: includes/admin/settings/class-settings-bootstrap.php:990
4995
  msgctxt "settings"
4996
  msgid "Turn on thickbox/lightbox"
4997
  msgstr ""
4998
 
4999
- #: includes/admin/settings/class-settings-bootstrap.php:991
5000
  msgctxt "settings"
5001
  msgid ""
5002
  "Uncheck if it conflicts with other elements or plugins installed on your site"
5003
  msgstr ""
5004
 
5005
- #: includes/admin/settings/class-settings-bootstrap.php:997
5006
  msgctxt "settings"
5007
  msgid "Thumbnails"
5008
  msgstr ""
5009
 
5010
- #: includes/admin/settings/class-settings-bootstrap.php:1004
5011
  msgctxt "settings"
5012
  msgid "Thumbnail width (px)"
5013
  msgstr ""
5014
 
5015
- #: includes/admin/settings/class-settings-bootstrap.php:1016
5016
  msgctxt "settings"
5017
  msgid "Thumbnail height (px)"
5018
  msgstr ""
5019
 
5020
- #: includes/admin/settings/class-settings-bootstrap.php:1026
5021
  msgctxt "settings"
5022
  msgid "Crop thumbnails to exact dimensions"
5023
  msgstr ""
5024
 
5025
- #: includes/admin/settings/class-settings-bootstrap.php:1027
5026
  msgctxt "settings"
5027
  msgid ""
5028
  "When enabled images will match exactly the dimensions above but part of the "
@@ -5031,17 +5305,17 @@ msgid ""
5031
  "Depending on the uploaded images, thumbnails may have different heights."
5032
  msgstr ""
5033
 
5034
- #: includes/admin/settings/class-settings-bootstrap.php:1038
5035
  msgctxt "settings"
5036
  msgid "Enforce image upload on submit/edit"
5037
  msgstr ""
5038
 
5039
- #: includes/admin/settings/class-settings-bootstrap.php:1059
5040
  msgctxt "settings"
5041
  msgid "Default thumbnail image size"
5042
  msgstr ""
5043
 
5044
- #: includes/admin/settings/class-settings-bootstrap.php:1062
5045
  msgctxt "settings"
5046
  msgid ""
5047
  "This indicates the size of the thumbnail to be used both in excerpt and "
@@ -5050,82 +5324,82 @@ msgid ""
5050
  "width as the starting point."
5051
  msgstr ""
5052
 
5053
- #: includes/admin/settings/class-settings-bootstrap.php:1071
5054
  msgctxt "settings"
5055
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5056
  msgstr ""
5057
 
5058
- #: includes/admin/settings/class-settings-bootstrap.php:1095
5059
  msgctxt "settings"
5060
  msgid "Display featured (sticky) badge"
5061
  msgstr ""
5062
 
5063
- #: includes/admin/settings/class-settings-bootstrap.php:1109
5064
  msgctxt "settings"
5065
  msgid "Featured Badge image"
5066
  msgstr ""
5067
 
5068
- #: includes/admin/settings/class-settings-bootstrap.php:1119
5069
  msgctxt "settings"
5070
  msgid "Featured Badge URL"
5071
  msgstr ""
5072
 
5073
- #: includes/admin/settings/class-settings-bootstrap.php:1120
5074
  msgctxt "settings"
5075
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5076
  msgstr ""
5077
 
5078
- #: includes/admin/settings/class-settings-bootstrap.php:1144
5079
  msgctxt "settings"
5080
  msgid "Fee Order"
5081
  msgstr ""
5082
 
5083
- #: includes/admin/settings/class-settings-bootstrap.php:1157
5084
  msgctxt "settings"
5085
  msgid "Put payment gateways in test mode"
5086
  msgstr ""
5087
 
5088
- #: includes/admin/settings/class-settings-bootstrap.php:1167
5089
  msgctxt "settings"
5090
  msgid "Currency Code"
5091
  msgstr ""
5092
 
5093
- #: includes/admin/settings/class-settings-bootstrap.php:1206
5094
  msgctxt "settings"
5095
  msgid "Currency Symbol"
5096
  msgstr ""
5097
 
5098
- #: includes/admin/settings/class-settings-bootstrap.php:1216
5099
  msgctxt "settings"
5100
  msgid "Currency symbol display"
5101
  msgstr ""
5102
 
5103
- #: includes/admin/settings/class-settings-bootstrap.php:1230
5104
  msgctxt "settings"
5105
  msgid "Include plan description in receipt"
5106
  msgstr ""
5107
 
5108
- #: includes/admin/settings/class-settings-bootstrap.php:1239
5109
  msgctxt "settings"
5110
  msgid "Thank you for payment message"
5111
  msgstr ""
5112
 
5113
- #: includes/admin/settings/class-settings-bootstrap.php:1292
5114
  msgctxt "settings"
5115
  msgid "Ask users to come back for abandoned payments"
5116
  msgstr ""
5117
 
5118
- #: includes/admin/settings/class-settings-bootstrap.php:1303
5119
  msgctxt "settings"
5120
  msgid "Listing abandonment threshold (hours)"
5121
  msgstr ""
5122
 
5123
- #: includes/admin/settings/class-settings-bootstrap.php:1320
5124
  msgctxt "settings"
5125
  msgid "Display email address fields publicly"
5126
  msgstr ""
5127
 
5128
- #: includes/admin/settings/class-settings-bootstrap.php:1321
5129
  msgctxt "settings"
5130
  msgid ""
5131
  "Shows the email address of the listing owner to all web users. NOT "
@@ -5133,24 +5407,24 @@ msgid ""
5133
  "harvest it for future use."
5134
  msgstr ""
5135
 
5136
- #: includes/admin/settings/class-settings-bootstrap.php:1330
5137
  msgctxt "settings"
5138
  msgid "How to determine the listing's email address?"
5139
  msgstr ""
5140
 
5141
- #: includes/admin/settings/class-settings-bootstrap.php:1331
5142
  msgctxt "settings"
5143
  msgid ""
5144
  "This affects emails sent to listing owners via contact forms or when their "
5145
  "listings expire."
5146
  msgstr ""
5147
 
5148
- #: includes/admin/settings/class-settings-bootstrap.php:1344
5149
  msgctxt "settings"
5150
  msgid "Email Content-Type header"
5151
  msgstr ""
5152
 
5153
- #: includes/admin/settings/class-settings-bootstrap.php:1345
5154
  msgctxt "settings"
5155
  msgid ""
5156
  "Use this setting to control the format of the emails explicitly. Some "
@@ -5159,85 +5433,85 @@ msgid ""
5159
  "then \"Both\"."
5160
  msgstr ""
5161
 
5162
- #: includes/admin/settings/class-settings-bootstrap.php:1406
5163
  msgctxt "settings"
5164
  msgid "Templates"
5165
  msgstr ""
5166
 
5167
- #: includes/admin/settings/class-settings-bootstrap.php:1411
5168
  msgctxt "settings"
5169
  msgid "Email confirmation message"
5170
  msgstr ""
5171
 
5172
- #: includes/admin/settings/class-settings-bootstrap.php:1412
5173
  msgctxt "settings"
5174
  msgid "Sent after a listing has been submitted."
5175
  msgstr ""
5176
 
5177
- #: includes/admin/settings/class-settings-bootstrap.php:1430
5178
  msgctxt "settings"
5179
  msgid "Listing published message"
5180
  msgstr ""
5181
 
5182
- #: includes/admin/settings/class-settings-bootstrap.php:1431
5183
  msgctxt "settings"
5184
  msgid "Sent when the listing has been published or approved by an admin."
5185
  msgstr ""
5186
 
5187
- #: includes/admin/settings/class-settings-bootstrap.php:1448
5188
  msgctxt "settings"
5189
  msgid "Listing Contact Message"
5190
  msgstr ""
5191
 
5192
- #: includes/admin/settings/class-settings-bootstrap.php:1449
5193
  msgctxt "settings"
5194
  msgid ""
5195
  "Sent to listing owners when someone uses the contact form on their listing "
5196
  "pages."
5197
  msgstr ""
5198
 
5199
- #: includes/admin/settings/class-settings-bootstrap.php:1489
5200
  msgctxt "settings"
5201
  msgid "Payment completed message"
5202
  msgstr ""
5203
 
5204
- #: includes/admin/settings/class-settings-bootstrap.php:1490
5205
  msgctxt "settings"
5206
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
5207
  msgstr ""
5208
 
5209
- #: includes/admin/settings/class-settings-bootstrap.php:1526
5210
  msgctxt "settings"
5211
  msgid "Payment abandoned reminder message"
5212
  msgstr ""
5213
 
5214
- #: includes/admin/settings/class-settings-bootstrap.php:1652
5215
  msgctxt "settings"
5216
  msgid "Cropped"
5217
  msgstr ""
5218
 
5219
- #: includes/admin/settings/class-settings.php:510
5220
- #: includes/admin/settings/class-settings.php:521
5221
  msgctxt "settings"
5222
  msgid "\"%s\" can not be empty."
5223
  msgstr ""
5224
 
5225
- #: includes/admin/settings/class-settings.php:538
5226
  msgctxt "settings"
5227
  msgid "The slug \"%s\" is already in use for another taxonomy."
5228
  msgstr ""
5229
 
5230
- #: includes/licensing.php:238
5231
  msgctxt "settings"
5232
  msgid "Themes"
5233
  msgstr ""
5234
 
5235
- #: includes/licensing.php:290 includes/licensing.php:291
5236
  msgctxt "settings"
5237
  msgid "Please wait..."
5238
  msgstr ""
5239
 
5240
- #: includes/licensing.php:291
5241
  msgctxt "settings"
5242
  msgid "Deauthorize"
5243
  msgstr ""
@@ -5310,27 +5584,27 @@ msgid "Invalid theme ID"
5310
  msgstr ""
5311
 
5312
  #: includes/admin/controllers/class-themes-admin.php:378
5313
- #: includes/admin/upgrades/class-themes-updater.php:170
5314
  msgctxt "themes"
5315
  msgid "Could not update theme: %s"
5316
  msgstr ""
5317
 
5318
- #: includes/admin/upgrades/class-themes-updater.php:132
5319
  msgctxt "themes"
5320
  msgid "Updating theme..."
5321
  msgstr ""
5322
 
5323
- #: includes/admin/upgrades/class-themes-updater.php:133
5324
  msgctxt "themes"
5325
  msgid "Theme updated."
5326
  msgstr ""
5327
 
5328
- #: includes/admin/upgrades/class-themes-updater.php:135
5329
  msgctxt "themes"
5330
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
5331
  msgstr ""
5332
 
5333
- #: includes/admin/upgrades/class-themes-updater.php:176
5334
  msgctxt "themes"
5335
  msgid "Theme was updated successfully."
5336
  msgstr ""
@@ -5365,7 +5639,7 @@ msgctxt "admin csv-export"
5365
  msgid "Error while creating a temporary directory for CSV export: %s"
5366
  msgstr ""
5367
 
5368
- #: templates/admin/csv-export.tpl.php:13
5369
  msgctxt "admin csv-export"
5370
  msgid ""
5371
  "Please note that the export process is a resource intensive task. If your "
@@ -5374,212 +5648,212 @@ msgid ""
5374
  "server's php.ini configuration file."
5375
  msgstr ""
5376
 
5377
- #: templates/admin/csv-export.tpl.php:30
5378
  msgctxt "admin csv-export"
5379
  msgid "Export settings"
5380
  msgstr ""
5381
 
5382
- #: templates/admin/csv-export.tpl.php:36
5383
  msgctxt "admin csv-export"
5384
  msgid "Which listings to export?"
5385
  msgstr ""
5386
 
5387
- #: templates/admin/csv-export.tpl.php:41
5388
  msgctxt "admin csv-export"
5389
  msgid "Active Only"
5390
  msgstr ""
5391
 
5392
- #: templates/admin/csv-export.tpl.php:42
5393
  msgctxt "admin csv-export"
5394
  msgid "Active + Pending Renewal"
5395
  msgstr ""
5396
 
5397
- #: templates/admin/csv-export.tpl.php:50
5398
  msgctxt "admin csv-export"
5399
  msgid "Export images"
5400
  msgstr ""
5401
 
5402
- #: templates/admin/csv-export.tpl.php:65
5403
  msgctxt "admin csv-export"
5404
  msgid "Include unique IDs for each listing (sequence_id column)."
5405
  msgstr ""
5406
 
5407
- #: templates/admin/csv-export.tpl.php:78
5408
  msgctxt "admin csv-export"
5409
  msgid "Author information (username)"
5410
  msgstr ""
5411
 
5412
- #: templates/admin/csv-export.tpl.php:88
5413
  msgctxt "admin csv-export"
5414
  msgid "Listing expiration date"
5415
  msgstr ""
5416
 
5417
- #: templates/admin/csv-export.tpl.php:97
5418
  msgctxt "admin csv-export"
5419
  msgid "Listing created date"
5420
  msgstr ""
5421
 
5422
- #: templates/admin/csv-export.tpl.php:106
5423
  msgctxt "admin csv-export"
5424
  msgid "Listing last updated date"
5425
  msgstr ""
5426
 
5427
- #: templates/admin/csv-export.tpl.php:115
5428
  msgctxt "admin csv-export"
5429
  msgid "Listing T&C acceptance date"
5430
  msgstr ""
5431
 
5432
- #: templates/admin/csv-export.tpl.php:128
5433
  msgctxt "admin csv-export"
5434
  msgid "What operating system will you use to edit the CSV file?"
5435
  msgstr ""
5436
 
5437
- #: templates/admin/csv-export.tpl.php:140
5438
  msgctxt "admin csv-export"
5439
  msgid "Windows"
5440
  msgstr ""
5441
 
5442
- #: templates/admin/csv-export.tpl.php:148
5443
  msgctxt "admin csv-export"
5444
  msgid "macOS"
5445
  msgstr ""
5446
 
5447
- #: templates/admin/csv-export.tpl.php:162
5448
  msgctxt "admin csv-export"
5449
  msgid "Category Separator"
5450
  msgstr ""
5451
 
5452
- #: templates/admin/csv-export.tpl.php:172
5453
  msgctxt "admin csv-export"
5454
  msgid "Export Listings"
5455
  msgstr ""
5456
 
5457
- #: templates/admin/csv-export.tpl.php:178
5458
  msgctxt "admin csv-export"
5459
  msgid "Export in Progress..."
5460
  msgstr ""
5461
 
5462
- #: templates/admin/csv-export.tpl.php:179
5463
  msgctxt "admin csv-export"
5464
  msgid ""
5465
  "Your export file is being prepared. Please <u>do not leave</u> this page "
5466
  "until the export finishes."
5467
  msgstr ""
5468
 
5469
- #: templates/admin/csv-export.tpl.php:182
5470
  msgctxt "admin csv-export"
5471
  msgid "No. of listings:"
5472
  msgstr ""
5473
 
5474
- #: templates/admin/csv-export.tpl.php:184
5475
  msgctxt "admin csv-export"
5476
  msgid "Approximate export file size:"
5477
  msgstr ""
5478
 
5479
- #: templates/admin/csv-export.tpl.php:191
5480
  msgctxt "admin csv-export"
5481
  msgid "Cancel Export"
5482
  msgstr ""
5483
 
5484
- #: templates/admin/csv-export.tpl.php:196
5485
  msgctxt "admin csv-export"
5486
  msgid "Export Complete"
5487
  msgstr ""
5488
 
5489
- #: templates/admin/csv-export.tpl.php:197
5490
  msgctxt "admin csv-export"
5491
  msgid ""
5492
  "Your export file has been successfully created and it is now ready for "
5493
  "download."
5494
  msgstr ""
5495
 
5496
- #: templates/admin/csv-export.tpl.php:202
5497
  msgctxt "admin csv-export"
5498
  msgid "Download %1$s (%2$s)"
5499
  msgstr ""
5500
 
5501
- #: templates/admin/csv-export.tpl.php:210
5502
  msgctxt "admin csv-export"
5503
  msgid ""
5504
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
5505
  "temporary data created by Business Directory during the export process."
5506
  msgstr ""
5507
 
5508
- #: templates/admin/csv-export.tpl.php:211
5509
  msgctxt "admin csv-export"
5510
  msgid "Cleanup"
5511
  msgstr ""
5512
 
5513
- #: templates/admin/csv-export.tpl.php:216
5514
  msgctxt "admin csv-export"
5515
  msgid "Export Canceled"
5516
  msgstr ""
5517
 
5518
- #: templates/admin/csv-export.tpl.php:217
5519
  msgctxt "admin csv-export"
5520
  msgid "The export has been canceled."
5521
  msgstr ""
5522
 
5523
- #: templates/admin/csv-export.tpl.php:218
5524
  msgctxt "admin csv-export"
5525
  msgid "← Return to CSV Export"
5526
  msgstr ""
5527
 
5528
- #: includes/admin/csv-import.php:177
5529
  msgctxt "admin csv-import"
5530
  msgid "Whatever"
5531
  msgstr ""
5532
 
5533
- #: includes/admin/csv-import.php:348
5534
  msgctxt "admin csv-import"
5535
  msgid "Please upload or select a CSV file."
5536
  msgstr ""
5537
 
5538
- #: includes/admin/csv-import.php:377
5539
  msgctxt "admin csv-import"
5540
  msgid ""
5541
  "An error was detected while validating the CSV file for import. Please fix "
5542
  "this before proceeding."
5543
  msgstr ""
5544
 
5545
- #: includes/admin/csv-import.php:386
5546
  msgctxt "admin csv-import"
5547
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5548
  msgstr ""
5549
 
5550
- #: includes/admin/helpers/csv/class-csv-import.php:533
5551
  msgctxt "admin csv-import"
5552
  msgid ""
5553
  "Could not create listing category \"<category-name>\". The operation failed "
5554
  "with the following error: <error-message>."
5555
  msgstr ""
5556
 
5557
- #: includes/admin/helpers/csv/class-csv-import.php:539
5558
  msgctxt "admin csv-import"
5559
  msgid "Could not create listing category \"%s\""
5560
  msgstr ""
5561
 
5562
- #: includes/admin/helpers/csv/class-csv-import.php:730
5563
  msgctxt "admin csv-import"
5564
  msgid "Username \"%s\" does not exist"
5565
  msgstr ""
5566
 
5567
- #: includes/admin/helpers/csv/class-csv-import.php:757
5568
  msgctxt "admin csv-import"
5569
  msgid "There is no Plan with ID = <fee-id>"
5570
  msgstr ""
5571
 
5572
- #: includes/admin/helpers/csv/class-csv-import.php:788
5573
  msgctxt "admin csv-import"
5574
  msgid "Missing required field: %s"
5575
  msgstr ""
5576
 
5577
- #: includes/admin/helpers/csv/class-csv-import.php:833
5578
  msgctxt "admin csv-import"
5579
  msgid "Listing category \"%s\" does not exist"
5580
  msgstr ""
5581
 
5582
- #: includes/admin/helpers/csv/class-csv-import.php:907
5583
  msgctxt "admin csv-import"
5584
  msgid "The string <string> couldn't be converted into a valid date."
5585
  msgstr ""
@@ -5708,74 +5982,69 @@ msgctxt "admin csv-import"
5708
  msgid "Warning"
5709
  msgstr ""
5710
 
5711
- #: templates/admin/csv-import.tpl.php:27
5712
- msgctxt "admin csv-import"
5713
- msgid "Here, you can import data into your directory using the CSV format."
5714
- msgstr ""
5715
-
5716
- #: templates/admin/csv-import.tpl.php:61 templates/admin/csv-import.tpl.php:90
5717
  msgctxt "admin csv-import"
5718
  msgid "... or <a>select a file uploaded to the imports folder</a>"
5719
  msgstr ""
5720
 
5721
- #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:101
5722
  msgctxt "admin csv-import"
5723
  msgid "(Upload new file)"
5724
  msgstr ""
5725
 
5726
- #: templates/admin/csv-import.tpl.php:126
5727
  msgctxt "admin csv-import"
5728
  msgid "Comma (,)"
5729
  msgstr ""
5730
 
5731
- #: templates/admin/csv-import.tpl.php:133
5732
  msgctxt "admin csv-import"
5733
  msgid "Semicolon (;)"
5734
  msgstr ""
5735
 
5736
- #: templates/admin/csv-import.tpl.php:192
5737
  msgctxt "admin csv-import"
5738
  msgid "Preserve existing status"
5739
  msgstr ""
5740
 
5741
- #: templates/admin/csv-import.tpl.php:243
5742
  msgctxt "admin csv-import"
5743
  msgid ""
5744
  "Select a default user to be used if the username column is not present in "
5745
  "the CSV file."
5746
  msgstr ""
5747
 
5748
- #: templates/admin/csv-import.tpl.php:277
5749
  msgctxt "admin csv-import"
5750
  msgid "Test Import"
5751
  msgstr ""
5752
 
5753
- #: templates/admin/csv-import.tpl.php:278
5754
  msgctxt "admin csv-import"
5755
  msgid "Import Listings"
5756
  msgstr ""
5757
 
5758
- #: templates/admin/csv-import.tpl.php:328
5759
  msgctxt "admin csv-import"
5760
  msgid ""
5761
  "Fee ID (integer) associated to a listing. Use this column when adding or "
5762
  "updating listings from external sources."
5763
  msgstr ""
5764
 
5765
- #: templates/admin/csv-import.tpl.php:349
5766
  msgctxt "admin csv-import"
5767
  msgid ""
5768
  "Internal Sequence ID used to allow listing updates from external sources."
5769
  msgstr ""
5770
 
5771
- #: templates/admin/csv-import.tpl.php:356
5772
  msgctxt "admin csv-import"
5773
  msgid ""
5774
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
5775
  "adding or updating listings from external sources."
5776
  msgstr ""
5777
 
5778
- #: includes/admin/csv-import.php:304
5779
  msgctxt "csv import"
5780
  msgid ""
5781
  "A valid temporary directory with write permissions is required for CSV "
@@ -5803,71 +6072,21 @@ msgctxt "listing metabox"
5803
  msgid "No payments available."
5804
  msgstr ""
5805
 
5806
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:12
5807
- msgctxt "listing metabox"
5808
- msgid "General Info"
5809
- msgstr ""
5810
-
5811
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:14
5812
- msgctxt "listing metabox"
5813
- msgid "Listing Status"
5814
- msgstr ""
5815
-
5816
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:20
5817
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:31
5818
- msgctxt "listing metabox"
5819
- msgid "N/A"
5820
- msgstr ""
5821
-
5822
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:27
5823
- msgctxt "listing metabox"
5824
- msgid "Last renew date"
5825
- msgstr ""
5826
-
5827
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:35
5828
  msgctxt "listing metabox"
5829
  msgid "Plan Details"
5830
  msgstr ""
5831
 
5832
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:46
5833
  msgctxt "listing metabox"
5834
  msgid "Change plan"
5835
  msgstr ""
5836
 
5837
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:69
5838
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
5839
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:106
5840
- msgctxt "listing metabox"
5841
- msgid "OK"
5842
- msgstr ""
5843
-
5844
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:70
5845
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:92
5846
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:107
5847
- msgctxt "listing metabox"
5848
- msgid "Cancel"
5849
- msgstr ""
5850
-
5851
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
5852
- msgctxt "listing metabox"
5853
- msgid "Expires On"
5854
- msgstr ""
5855
-
5856
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
5857
  msgctxt "listing metabox"
5858
  msgid "# of images"
5859
  msgstr ""
5860
 
5861
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:110
5862
- msgctxt "listing metabox"
5863
- msgid "Is Featured?"
5864
- msgstr ""
5865
-
5866
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:117
5867
- msgctxt "listing metabox"
5868
- msgid "Is Recurring?"
5869
- msgstr ""
5870
-
5871
  #: includes/admin/helpers/class-listing-timeline.php:111
5872
  msgctxt "listing timeline"
5873
  msgid "Listing created"
@@ -5903,51 +6122,51 @@ msgctxt "admin fees table"
5903
  msgid "All"
5904
  msgstr ""
5905
 
5906
- #: includes/admin/settings/class-settings-bootstrap.php:619
5907
- #: includes/admin/settings/class-settings-bootstrap.php:632
5908
  msgctxt "post status"
5909
  msgid "Published"
5910
  msgstr ""
5911
 
5912
- #: includes/admin/settings/class-settings-bootstrap.php:647
5913
  msgctxt "post status"
5914
  msgid "Draft"
5915
  msgstr ""
5916
 
5917
- #: includes/admin/settings/class-settings-bootstrap.php:648
5918
  msgctxt "post status"
5919
  msgid "Trash"
5920
  msgstr ""
5921
 
5922
  #. translators: %s: url shortcode
5923
- #: includes/admin/settings/class-settings-bootstrap.php:1454
5924
  msgctxt "contact email"
5925
  msgid "You have received a reply from your listing at %s."
5926
  msgstr ""
5927
 
5928
  #. translators: %s: name shortcode
5929
- #: includes/admin/settings/class-settings-bootstrap.php:1457
5930
  msgctxt "contact email"
5931
  msgid "Name: %s"
5932
  msgstr ""
5933
 
5934
- #: includes/admin/settings/class-settings-bootstrap.php:1465
5935
  msgctxt "contact email"
5936
  msgid "Message:"
5937
  msgstr ""
5938
 
5939
  #. translators: %s: date shortcode
5940
- #: includes/admin/settings/class-settings-bootstrap.php:1469
5941
  msgctxt "contact email"
5942
  msgid "Time: %s"
5943
  msgstr ""
5944
 
5945
- #: includes/admin/tracking.php:189
5946
  msgctxt "tracking"
5947
  msgid "Help Improve Business Directory"
5948
  msgstr ""
5949
 
5950
- #: includes/admin/tracking.php:191
5951
  msgctxt "tracking"
5952
  msgid ""
5953
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -5955,7 +6174,7 @@ msgid ""
5955
  "future releases?"
5956
  msgstr ""
5957
 
5958
- #: includes/admin/tracking.php:193
5959
  msgctxt "tracking"
5960
  msgid "What do you track?"
5961
  msgstr ""
@@ -6037,32 +6256,32 @@ msgid ""
6037
  "the Regions module."
6038
  msgstr ""
6039
 
6040
- #: includes/admin/upgrades/migrations/migration-3_7.php:37
6041
  msgctxt "installer"
6042
  msgid "Migrating payments information."
6043
  msgstr ""
6044
 
6045
- #: includes/admin/upgrades/migrations/migration-3_7.php:61
6046
  msgctxt "installer"
6047
  msgid "Cleaning up plan information... %1$d/%2$d"
6048
  msgstr ""
6049
 
6050
- #: includes/admin/upgrades/migrations/migration-3_7.php:119
6051
  msgctxt "installer"
6052
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6053
  msgstr ""
6054
 
6055
- #: includes/admin/upgrades/migrations/migration-3_7.php:148
6056
  msgctxt "installer"
6057
  msgid "Initial listing payment (BD < 3.4)"
6058
  msgstr ""
6059
 
6060
- #: includes/admin/upgrades/migrations/migration-3_7.php:159
6061
  msgctxt "installer"
6062
  msgid "Listing edit payment (BD < 3.4)"
6063
  msgstr ""
6064
 
6065
- #: includes/admin/upgrades/migrations/migration-3_7.php:201
6066
  msgctxt "installer"
6067
  msgid "Listing upgrade to featured"
6068
  msgstr ""
@@ -6227,12 +6446,12 @@ msgctxt "listing"
6227
  msgid "(Unavailable Plan)"
6228
  msgstr ""
6229
 
6230
- #: includes/models/class-listing.php:876
6231
  msgctxt "listing"
6232
  msgid "Plan \"%s\" (recurring)"
6233
  msgstr ""
6234
 
6235
- #: includes/models/class-listing.php:878
6236
  msgctxt "listing"
6237
  msgid "Plan \"%s\""
6238
  msgstr ""
@@ -6295,12 +6514,12 @@ msgctxt "notify email"
6295
  msgid "Payment Details"
6296
  msgstr ""
6297
 
6298
- #: templates/email/listing-payment-completed.tpl.php:33
6299
  msgctxt "notify email"
6300
  msgid "Listing URL"
6301
  msgstr ""
6302
 
6303
- #: templates/email/listing-payment-completed.tpl.php:35
6304
  msgctxt "notify email"
6305
  msgid "Listing admin URL"
6306
  msgstr ""
@@ -6474,22 +6693,14 @@ msgctxt "delete listing"
6474
  msgid "Your listing has been deleted."
6475
  msgstr ""
6476
 
6477
- #: templates/delete-listing-confirm.tpl.php:7
6478
- msgctxt "delete listing"
6479
- msgid ""
6480
- "Your listing is associated to a recurring payment. If you don't cancel the "
6481
- "recurring payment before deleting the listing, you might be charged for "
6482
- "additional periods even though your listing won't be available."
6483
- msgstr ""
6484
-
6485
- #: templates/delete-listing-confirm.tpl.php:12
6486
  msgctxt "delete listing"
6487
  msgid ""
6488
  "Please visit <a>Manage recurring payments</a> to review your current "
6489
  "recurring payments."
6490
  msgstr ""
6491
 
6492
- #: templates/delete-listing-confirm.tpl.php:18
6493
  msgctxt "delete listing"
6494
  msgid "You are about to remove your listing \"%s\" from the directory."
6495
  msgstr ""
@@ -6564,7 +6775,7 @@ msgctxt "templates"
6564
  msgid "There are currently no listings in the directory."
6565
  msgstr ""
6566
 
6567
- #: includes/controllers/pages/class-main.php:17
6568
  msgctxt "templates"
6569
  msgid ""
6570
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -6607,27 +6818,27 @@ msgid ""
6607
  "an existing field"
6608
  msgstr ""
6609
 
6610
- #: includes/controllers/pages/class-submit-listing.php:1284
6611
  msgctxt "templates"
6612
  msgid "Please agree to the Terms and Conditions."
6613
  msgstr ""
6614
 
6615
- #: includes/controllers/pages/class-submit-listing.php:1298
6616
  msgctxt "templates"
6617
  msgid "I agree to the <a>Terms and Conditions</a>"
6618
  msgstr ""
6619
 
6620
- #: includes/helpers/functions/general.php:1366
6621
  msgctxt "templates"
6622
  msgid "Return to results"
6623
  msgstr ""
6624
 
6625
- #: includes/helpers/functions/templates-ui.php:223
6626
  msgctxt "templates"
6627
  msgid "No listing categories found."
6628
  msgstr ""
6629
 
6630
- #: includes/helpers/functions/templates-ui.php:374
6631
  msgctxt "templates"
6632
  msgid "Advanced Search"
6633
  msgstr ""
@@ -6978,32 +7189,32 @@ msgctxt "submit listing"
6978
  msgid "Please choose a valid plan for your category selection."
6979
  msgstr ""
6980
 
6981
- #: includes/controllers/pages/class-submit-listing.php:1204
6982
  msgctxt "submit listing"
6983
  msgid "Please enter your desired username."
6984
  msgstr ""
6985
 
6986
- #: includes/controllers/pages/class-submit-listing.php:1209
6987
  msgctxt "submit listing"
6988
  msgid "Please enter the e-mail for your new account."
6989
  msgstr ""
6990
 
6991
- #: includes/controllers/pages/class-submit-listing.php:1214
6992
  msgctxt "submit listing"
6993
  msgid "The username you chose is already in use. Please use a different one."
6994
  msgstr ""
6995
 
6996
- #: includes/controllers/pages/class-submit-listing.php:1219
6997
  msgctxt "submit listing"
6998
  msgid "The e-mail address you chose for your account is already in use."
6999
  msgstr ""
7000
 
7001
- #: includes/models/class-payment.php:257
7002
  msgctxt "submit listing"
7003
  msgid "Listing submitted by admin. Payment skipped."
7004
  msgstr ""
7005
 
7006
- #: includes/controllers/pages/class-submit-listing.php:1159
7007
  msgctxt "listing submit"
7008
  msgid ""
7009
  "Image upload is required, please provide at least one image and submit again."
@@ -7221,31 +7432,31 @@ msgctxt "authorize-net"
7221
  msgid "Transaction Key is missing."
7222
  msgstr ""
7223
 
7224
- #: includes/gateways/class-gateway-authorize-net.php:103
7225
  msgctxt "authorize-net"
7226
  msgid ""
7227
  "Payment is being held for review by the payment gateway. The following "
7228
  "reason was given: \"%s\"."
7229
  msgstr ""
7230
 
7231
- #: includes/gateways/class-gateway-authorize-net.php:112
7232
  msgctxt "authorize-net"
7233
  msgid ""
7234
  "The payment gateway didn't accept the credit card or billing information. "
7235
  "The following reason was given: \"%s\"."
7236
  msgstr ""
7237
 
7238
- #: includes/gateways/class-gateway-authorize-net.php:121
7239
  msgctxt "authorize-net"
7240
  msgid "Payment was rejected. The following reason was given: \"%s\"."
7241
  msgstr ""
7242
 
7243
- #: includes/gateways/class-gateway-authorize-net.php:181
7244
  msgctxt "authorize-net"
7245
  msgid "Payment failed. Reason: %s"
7246
  msgstr ""
7247
 
7248
- #: includes/gateways/class-gateway-authorize-net.php:206
7249
  msgctxt "authorize-net"
7250
  msgid "Listing #%d"
7251
  msgstr ""
@@ -7272,12 +7483,12 @@ msgid ""
7272
  "address>. Please try again."
7273
  msgstr ""
7274
 
7275
- #: includes/helpers/class-fs.php:112
7276
  msgctxt "fs helper"
7277
  msgid "Destination dir \"%s\" is not writable."
7278
  msgstr ""
7279
 
7280
- #: includes/helpers/functions/templates-ui.php:401
7281
  msgctxt "templates sort"
7282
  msgid "Sort By:"
7283
  msgstr ""
@@ -7308,19 +7519,19 @@ msgctxt "default category name"
7308
  msgid "General"
7309
  msgstr ""
7310
 
7311
- #: includes/licensing.php:541
7312
  msgctxt "licensing"
7313
  msgid "Could not contact licensing server"
7314
  msgstr ""
7315
 
7316
- #: includes/licensing.php:554
7317
  msgctxt "licensing"
7318
  msgid ""
7319
  "It was not possible to establish a connection with Business Directory's "
7320
  "server. cURL was not found in your system"
7321
  msgstr ""
7322
 
7323
- #: includes/licensing.php:556 includes/licensing.php:586
7324
  msgctxt "licensing"
7325
  msgid ""
7326
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -7329,7 +7540,7 @@ msgid ""
7329
  "1.0.1c)."
7330
  msgstr ""
7331
 
7332
- #: includes/licensing.php:558 includes/licensing.php:588
7333
  msgctxt "licensing"
7334
  msgid ""
7335
  "Upgrading your system will not only allow you to communicate with Business "
@@ -7337,47 +7548,47 @@ msgid ""
7337
  "services using the latest security standards."
7338
  msgstr ""
7339
 
7340
- #: includes/licensing.php:560
7341
  msgctxt "licensing"
7342
  msgid ""
7343
  "Please contact your hosting provider and ask them to upgrade your system. "
7344
  "Include this message if necessary"
7345
  msgstr ""
7346
 
7347
- #: includes/licensing.php:590
7348
  msgctxt "licensing"
7349
  msgid ""
7350
  "Please contact your hosting provider and ask them to upgrade your system. "
7351
  "Include this message if necessary."
7352
  msgstr ""
7353
 
7354
- #: includes/licensing.php:626
7355
  msgctxt "licensing"
7356
  msgid "The server returned a 403 Forbidden error."
7357
  msgstr ""
7358
 
7359
- #: includes/licensing.php:872
7360
  msgctxt "licensing"
7361
  msgid "Could not activate license: %s."
7362
  msgstr ""
7363
 
7364
- #: includes/licensing.php:877
7365
  msgctxt "licensing"
7366
  msgid "License activated"
7367
  msgstr ""
7368
 
7369
- #: includes/licensing.php:909
7370
  msgctxt "licensing"
7371
  msgid "Could not deactivate license: %s."
7372
  msgstr ""
7373
 
7374
- #: includes/licensing.php:911
7375
  msgctxt "licensing"
7376
  msgid "License deactivated"
7377
  msgstr ""
7378
 
7379
  #. translators: "<module-name>" version <version-number> is not...
7380
- #: includes/licensing.php:1151
7381
  msgctxt "deprecation"
7382
  msgid ""
7383
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -7396,17 +7607,17 @@ msgid_plural "%d images allowed."
7396
  msgstr[0] ""
7397
  msgstr[1] ""
7398
 
7399
- #: includes/models/class-fee-plan.php:401
7400
  msgctxt "fees-api"
7401
  msgid "Plan label is required."
7402
  msgstr ""
7403
 
7404
- #: includes/models/class-fee-plan.php:407
7405
  msgctxt "fees-api"
7406
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7407
  msgstr ""
7408
 
7409
- #: includes/models/class-fee-plan.php:412
7410
  msgctxt "fees-api"
7411
  msgid ""
7412
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -7414,7 +7625,7 @@ msgid ""
7414
  "<a>plan</a> appropriately."
7415
  msgstr ""
7416
 
7417
- #: includes/models/class-fee-plan.php:415
7418
  msgctxt "fees-api"
7419
  msgid ""
7420
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -7436,32 +7647,32 @@ msgctxt "payment"
7436
  msgid "Renewal payment (\"%s\")"
7437
  msgstr ""
7438
 
7439
- #: includes/models/class-payment.php:373
7440
  msgctxt "payment"
7441
  msgid "Pending"
7442
  msgstr ""
7443
 
7444
- #: includes/models/class-payment.php:374
7445
  msgctxt "payment"
7446
  msgid "Failed"
7447
  msgstr ""
7448
 
7449
- #: includes/models/class-payment.php:375
7450
  msgctxt "payment"
7451
  msgid "Completed"
7452
  msgstr ""
7453
 
7454
- #: includes/models/class-payment.php:376
7455
  msgctxt "payment"
7456
  msgid "Canceled"
7457
  msgstr ""
7458
 
7459
- #: includes/models/class-payment.php:377
7460
  msgctxt "payment"
7461
  msgid "On Hold"
7462
  msgstr ""
7463
 
7464
- #: includes/models/class-payment.php:378
7465
  msgctxt "payment"
7466
  msgid "Refunded"
7467
  msgstr ""
@@ -7502,26 +7713,21 @@ msgid ""
7502
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7503
  msgstr ""
7504
 
7505
- #: includes/widgets/widget-featured-listings.php:12
7506
  msgctxt "widgets"
7507
  msgid "Business Directory - Featured Listings"
7508
  msgstr ""
7509
 
7510
- #: includes/widgets/widget-featured-listings.php:13
7511
  msgctxt "widgets"
7512
  msgid "Displays a list of the featured/sticky listings in the directory."
7513
  msgstr ""
7514
 
7515
- #: includes/widgets/widget-featured-listings.php:15
7516
  msgctxt "widgets"
7517
  msgid "Featured Listings"
7518
  msgstr ""
7519
 
7520
- #: includes/widgets/widget-featured-listings.php:24
7521
- msgctxt "widgets"
7522
- msgid "Display listings in random order"
7523
- msgstr ""
7524
-
7525
  #: includes/widgets/widget-latest-listings.php:13
7526
  msgctxt "widgets"
7527
  msgid "Business Directory - Latest Listings"
@@ -7537,17 +7743,17 @@ msgctxt "widgets"
7537
  msgid "Latest Listings"
7538
  msgstr ""
7539
 
7540
- #: includes/widgets/widget-random-listings.php:12
7541
  msgctxt "widgets"
7542
  msgid "Business Directory - Random Listings"
7543
  msgstr ""
7544
 
7545
- #: includes/widgets/widget-random-listings.php:13
7546
  msgctxt "widgets"
7547
  msgid "Displays a list of random listings from the Business Directory."
7548
  msgstr ""
7549
 
7550
- #: includes/widgets/widget-random-listings.php:15
7551
  msgctxt "widgets"
7552
  msgid "Random Listings"
7553
  msgstr ""
@@ -7630,27 +7836,27 @@ msgid ""
7630
  "we'll answer it within 24 hours most days."
7631
  msgstr ""
7632
 
7633
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
7634
  msgctxt "admin infometabox"
7635
  msgid "Renewal url (copy & paste)"
7636
  msgstr ""
7637
 
7638
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
7639
  msgctxt "admin infometabox"
7640
  msgid "Get renewal URL"
7641
  msgstr ""
7642
 
7643
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:141
7644
  msgctxt "admin infometabox"
7645
  msgid "Send renewal e-mail"
7646
  msgstr ""
7647
 
7648
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:146
7649
  msgctxt "admin infometabox"
7650
  msgid "Renew listing"
7651
  msgstr ""
7652
 
7653
- #: templates/admin/themes-delete-confirm.tpl.php:12
7654
  msgctxt "themes admin"
7655
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7656
  msgstr ""
@@ -7680,35 +7886,27 @@ msgctxt "uninstall"
7680
  msgid "Other"
7681
  msgstr ""
7682
 
7683
- #: templates/admin/uninstall-capture-form.tpl.php:16
7684
- msgctxt "uninstall"
7685
- msgid ""
7686
- "We're sorry to see you leave. Could you take 10 seconds and answer one "
7687
- "question for us to help us make the product better for everyone in the "
7688
- "future?"
7689
- msgstr ""
7690
-
7691
- #: templates/admin/uninstall-capture-form.tpl.php:19
7692
  msgctxt "uninstall"
7693
  msgid "Why are you deleting Business Directory Plugin?"
7694
  msgstr ""
7695
 
7696
- #: templates/admin/uninstall-capture-form.tpl.php:22
7697
  msgctxt "uninstall"
7698
  msgid "Please choose an option."
7699
  msgstr ""
7700
 
7701
- #: templates/admin/uninstall-capture-form.tpl.php:34
7702
  msgctxt "uninstall"
7703
  msgid "Please tell us why are you deleting Business Directory Plugin."
7704
  msgstr ""
7705
 
7706
- #: templates/admin/uninstall-capture-form.tpl.php:37
7707
  msgctxt "uninstall"
7708
  msgid "Please enter your reasons."
7709
  msgstr ""
7710
 
7711
- #: templates/admin/uninstall-capture-form.tpl.php:46
7712
  msgctxt "uninstall"
7713
  msgid "Uninstall Plugin"
7714
  msgstr ""
@@ -7845,7 +8043,7 @@ msgctxt "manage recurring"
7845
  msgid "Listing"
7846
  msgstr ""
7847
 
7848
- #: templates/manage-recurring.tpl.php:40
7849
  msgctxt "manage recurring"
7850
  msgid "Cancel recurring payment"
7851
  msgstr ""
@@ -7857,7 +8055,7 @@ msgid ""
7857
  "right now as this will be handled automatically when renewal comes."
7858
  msgstr ""
7859
 
7860
- #: templates/renew-listing-manage-subscription.tpl.php:27
7861
  msgctxt "renew"
7862
  msgid ""
7863
  "However, if you want to cancel your subscription you can do that on <manage-"
@@ -7865,7 +8063,7 @@ msgid ""
7865
  "When the renewal time comes you'll be able to change your settings again."
7866
  msgstr ""
7867
 
7868
- #: templates/renew-listing-manage-subscription.tpl.php:34
7869
  msgctxt "renew"
7870
  msgid "Go to Manage Recurring Payments page"
7871
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-04-27 20:19:58+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"
40
 
41
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
42
  #: includes/admin/helpers/tables/class-fees-table.php:64
43
+ #: includes/admin/settings/class-settings-bootstrap.php:679
44
+ #: includes/admin/settings/class-settings-bootstrap.php:680
45
  #: includes/helpers/class-app.php:92
46
  msgid "Listings"
47
  msgstr ""
64
  msgstr ""
65
 
66
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
67
+ #: includes/admin/settings/class-settings-bootstrap.php:691
68
+ #: includes/admin/settings/class-settings-bootstrap.php:692
69
  #: includes/helpers/class-app.php:93
70
+ #: includes/helpers/functions/templates-ui.php:310
71
  msgid "Directory"
72
  msgstr ""
73
 
85
  msgid "Yes, please!"
86
  msgstr ""
87
 
88
+ #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
89
  msgid "No, thanks"
90
  msgstr ""
91
 
112
  msgstr ""
113
 
114
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
115
+ #: includes/licensing.php:219
116
  msgid "Modules"
117
  msgstr ""
118
 
134
 
135
  #: includes/admin/class-admin.php:1198
136
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
137
+ #: includes/admin/helpers/tables/class-payments-table.php:64
138
  #: templates/email/listing-added.tpl.php:7
139
  #: templates/email/listing-edited.tpl.php:13
140
  #: templates/email/listing-reported.tpl.php:9
142
  msgstr ""
143
 
144
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
145
+ #: includes/admin/settings/class-settings-bootstrap.php:717
146
  msgid "Listing Count"
147
  msgstr ""
148
 
193
  msgid "Listing Payments Information"
194
  msgstr ""
195
 
196
+ #: includes/admin/class-payment-personal-data-provider.php:92
197
  msgid ""
198
  "An unknown error occurred while trying to delete listing payment information "
199
  "for transaction {transaction_id}."
203
  msgid "Business Directory Plugin"
204
  msgstr ""
205
 
206
+ #: includes/admin/controllers/class-admin-controller.php:87
207
+ #: includes/admin/helpers/tables/class-fees-table.php:181
208
  #: templates/admin/payments-note.tpl.php:13
209
+ #: templates/delete-listing-confirm.tpl.php:22
210
  msgid "Are you sure you want to do this?"
211
  msgstr ""
212
 
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
226
+ #: templates/admin/csv-import.tpl.php:287
227
  msgid "Help"
228
  msgstr ""
229
 
230
+ #: includes/admin/controllers/class-admin-fees.php:46
231
+ #: includes/admin/helpers/tables/class-payments-table.php:67
232
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
233
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
234
  #: templates/admin/payments-details.tpl.php:113
235
  #: templates/email/listing-payment-completed.tpl.php:21
236
  #: templates/payment/payment_items.tpl.php:5
237
  msgid "Amount"
238
  msgstr ""
239
 
240
+ #: includes/admin/controllers/class-admin-fees.php:48
241
  #: includes/admin/helpers/tables/class-fees-table.php:65
242
+ #: includes/admin/settings/class-settings-bootstrap.php:907
243
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
244
  msgid "Images"
245
  msgstr ""
246
 
247
+ #: includes/admin/controllers/class-admin-fees.php:80
248
  #: includes/admin/helpers/class-modules-list.php:236
249
  msgid "Upgrade"
250
  msgstr ""
251
 
252
+ #: includes/admin/controllers/class-admin-fees.php:91
253
  msgid "Set Up"
254
  msgstr ""
255
 
256
+ #: includes/admin/controllers/class-admin-fees.php:161
257
  msgid "Plan added."
258
  msgstr ""
259
 
260
+ #: includes/admin/controllers/class-admin-fees.php:165
261
+ #: includes/admin/controllers/class-admin-fees.php:180
262
  msgid "Plan updated."
263
  msgstr ""
264
 
265
+ #: includes/admin/controllers/class-admin-fees.php:200
266
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
267
  msgstr ""
268
 
269
+ #: includes/admin/controllers/class-admin-fees.php:201
270
  msgid "Update listing image limits?"
271
  msgstr ""
272
 
273
+ #: includes/admin/controllers/class-admin-fees.php:228
274
  msgid "Plan not found."
275
  msgstr ""
276
 
277
+ #: includes/admin/controllers/class-admin-fees.php:232
278
  msgid "Plan listings updated."
279
  msgstr ""
280
 
281
+ #: includes/admin/controllers/class-admin-fees.php:310
282
  msgid "Cannot disable plan. At least one plan should be enabled"
283
  msgstr ""
284
 
297
  msgstr ""
298
 
299
  #: includes/admin/controllers/class-admin-listings.php:268
300
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
301
  msgid "Expires on"
302
  msgstr ""
303
 
307
 
308
  #: includes/admin/controllers/class-admin-listings.php:339
309
  #: includes/helpers/class-listing-display-helper.php:132
310
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
311
  msgid "Featured"
312
  msgstr ""
313
 
324
  msgstr ""
325
 
326
  #: includes/admin/controllers/class-admin-listings.php:733
327
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
328
  msgid "Never"
329
  msgstr ""
330
 
331
  #: includes/admin/controllers/class-admin-listings.php:744
332
  #: includes/admin/controllers/class-admin-listings.php:745
333
  #: includes/fields/class-fieldtypes-textarea.php:201
334
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
335
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
336
  msgid "Yes"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:744
340
  #: includes/admin/controllers/class-admin-listings.php:745
341
+ #: includes/admin/settings/class-settings-bootstrap.php:270
342
  #: includes/fields/class-fieldtypes-textarea.php:200
343
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
344
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
345
  msgid "No"
346
  msgstr ""
347
 
361
  msgstr ""
362
 
363
  #: includes/admin/controllers/class-form-fields-admin.php:129
364
+ #: includes/helpers/functions/general.php:1329
365
+ #: includes/helpers/functions/general.php:1334
366
  msgid "Go back"
367
  msgstr ""
368
 
369
+ #: includes/admin/controllers/class-form-fields-admin.php:343
370
+ #: includes/admin/settings/class-settings-bootstrap.php:775
371
  #: templates/email/listing-added.tpl.php:10
372
  #: templates/email/listing-edited.tpl.php:16
373
  #: templates/email/listing-reported.tpl.php:11
374
  msgid "Title"
375
  msgstr ""
376
 
377
+ #: includes/admin/controllers/class-form-fields-admin.php:344
378
  #: templates/admin/fees-form.tpl.php:219
379
  #: templates/email/listing-added.tpl.php:21
380
  #: templates/email/listing-edited.tpl.php:29
381
  msgid "Category"
382
  msgstr ""
383
 
384
+ #: includes/admin/controllers/class-form-fields-admin.php:345
385
  msgid "Excerpt"
386
  msgstr ""
387
 
388
+ #: includes/admin/controllers/class-form-fields-admin.php:346
389
  msgid "Content"
390
  msgstr ""
391
 
392
+ #: includes/admin/controllers/class-form-fields-admin.php:347
393
  msgid "Tags"
394
  msgstr ""
395
 
396
+ #: includes/admin/controllers/class-form-fields-admin.php:348
397
  #: includes/form-fields.php:445
398
  #: includes/helpers/class-field-display-list.php:247
399
  #: templates/checkout-billing-form.tpl.php:75
400
  msgid "Address"
401
  msgstr ""
402
 
403
+ #: includes/admin/controllers/class-form-fields-admin.php:349
404
  msgid "Address 2"
405
  msgstr ""
406
 
407
+ #: includes/admin/controllers/class-form-fields-admin.php:350
408
  #: templates/admin/payments-details.tpl.php:164
409
  #: templates/checkout-billing-form.tpl.php:87
410
  msgid "City"
411
  msgstr ""
412
 
413
+ #: includes/admin/controllers/class-form-fields-admin.php:351
414
  #: templates/admin/payments-details.tpl.php:160
415
  msgid "State"
416
  msgstr ""
417
 
418
+ #: includes/admin/controllers/class-form-fields-admin.php:352
419
  #: templates/admin/payments-details.tpl.php:156
420
  #: templates/checkout-billing-form.tpl.php:102
421
  msgid "Country"
422
  msgstr ""
423
 
424
+ #: includes/admin/controllers/class-form-fields-admin.php:353
425
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
426
  msgid "ZIP Code"
427
  msgstr ""
428
 
429
+ #: includes/admin/controllers/class-form-fields-admin.php:354
430
  msgid "FAX Number"
431
  msgstr ""
432
 
433
+ #: includes/admin/controllers/class-form-fields-admin.php:355
434
  #: includes/fields/class-fieldtypes-phone-number.php:13
435
  #: templates/listing-contactform.tpl.php:38
436
  msgid "Phone Number"
437
  msgstr ""
438
 
439
+ #: includes/admin/controllers/class-form-fields-admin.php:356
440
  msgid "Ratings Field"
441
  msgstr ""
442
 
443
+ #: includes/admin/controllers/class-form-fields-admin.php:357
444
  msgid "Twitter"
445
  msgstr ""
446
 
447
+ #: includes/admin/controllers/class-form-fields-admin.php:358
448
  #: includes/form-fields.php:411
449
  msgid "Website"
450
  msgstr ""
476
  msgstr ""
477
 
478
  #: includes/admin/controllers/class-settings-admin.php:712
479
+ #: includes/admin/helpers/tables/class-fees-table.php:182
480
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
481
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
482
  #: templates/admin/payments-note.tpl.php:14
490
  msgstr ""
491
 
492
  #. translators: %s: Sample business name
493
+ #: includes/admin/csv-import.php:132
494
  msgid "Business %s"
495
  msgstr ""
496
 
497
+ #: includes/admin/csv-import.php:180
498
  msgid "Example CSV Import File"
499
  msgstr ""
500
 
501
+ #: includes/admin/csv-import.php:183
502
  msgid "Go Back"
503
  msgstr ""
504
 
505
+ #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
506
+ #: includes/helpers/class-app.php:244
507
  msgid "You are not allowed to do that."
508
  msgstr ""
509
 
510
+ #: includes/admin/csv-import.php:428
511
  msgid "There was an error uploading the file:"
512
  msgstr ""
513
 
514
+ #: includes/admin/csv-import.php:433
515
  msgid "Please upload the correct file type."
516
  msgstr ""
517
 
518
  #: includes/admin/helpers/class-listing-information-metabox.php:15
519
+ #: includes/admin/helpers/tables/class-payments-table.php:63
520
+ #: includes/admin/settings/class-settings-bootstrap.php:667
521
+ #: includes/admin/settings/class-settings-bootstrap.php:668
522
  #: includes/helpers/class-app.php:91
523
  #: templates/admin/payments-details.tpl.php:53
524
  msgid "Listing"
534
  msgstr ""
535
 
536
  #: includes/admin/helpers/class-modules-list.php:187
537
+ #: includes/admin/helpers/tables/class-fees-table.php:293
538
  #: templates/admin/themes-item.tpl.php:3
539
  msgid "Active"
540
  msgstr ""
553
  msgid "Hide notifications"
554
  msgstr ""
555
 
556
+ #: includes/admin/helpers/csv/class-csv-import.php:674
557
  msgid "Listing imported by admin. Payment skipped."
558
  msgstr ""
559
 
574
  msgid "Pricing"
575
  msgstr ""
576
 
577
+ #: includes/admin/helpers/tables/class-fees-table.php:157
578
  msgid "Disable"
579
  msgstr ""
580
 
581
+ #: includes/admin/helpers/tables/class-fees-table.php:163
582
  msgid "Enable"
583
  msgstr ""
584
 
585
+ #: includes/admin/helpers/tables/class-fees-table.php:189
586
  msgid "ID: %s"
587
  msgstr ""
588
 
589
+ #: includes/admin/helpers/tables/class-fees-table.php:192
590
  msgid "Paid Plan"
591
  msgstr ""
592
 
593
+ #: includes/admin/helpers/tables/class-fees-table.php:192
594
  msgid "Free Plan"
595
  msgstr ""
596
 
597
+ #: includes/admin/helpers/tables/class-fees-table.php:227
598
  msgid "%1$s for %2$s"
599
  msgstr ""
600
 
601
+ #: includes/admin/helpers/tables/class-fees-table.php:261
602
  msgid "Total revenue earned from listings"
603
  msgstr ""
604
 
605
+ #: includes/admin/helpers/tables/class-fees-table.php:291
606
  msgid "Disabled"
607
  msgstr ""
608
 
609
+ #: includes/admin/helpers/tables/class-fees-table.php:297
610
+ #: includes/helpers/functions/templates-ui.php:434
611
  msgid "Default"
612
  msgstr ""
613
 
614
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
615
  #: includes/fields/class-fieldtypes-social.php:135
616
+ #: templates/admin/csv-import.tpl.php:303
617
  msgid "Type"
618
  msgstr ""
619
 
620
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
621
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
622
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:108
623
  msgid "Edit"
624
  msgstr ""
625
 
640
  msgstr ""
641
 
642
  #: includes/admin/page-debug.php:159
643
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
644
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
645
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
646
  msgid "OK"
647
  msgstr ""
648
 
650
  msgid "Missing tables: %s"
651
  msgstr ""
652
 
653
+ #: includes/admin/settings/class-settings-bootstrap.php:13
654
+ #: includes/controllers/pages/class-submit-listing.php:1249
655
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
656
  #: templates/listing-contactform.tpl.php:33
657
  #: templates/listing-flagging-form.tpl.php:39
658
  msgid "Email"
659
  msgstr ""
660
 
661
+ #: includes/admin/settings/class-settings-bootstrap.php:33
662
  msgid "License Key"
663
  msgstr ""
664
 
665
+ #: includes/admin/settings/class-settings-bootstrap.php:54
666
  msgid "SEO"
667
  msgstr ""
668
 
669
+ #: includes/admin/settings/class-settings-bootstrap.php:221
670
+ msgid ""
671
+ "We expect that a membership plugin supports the 'redirect_to' parameter for "
672
+ "the URLs below to work. If the plugin does not support them, these settings "
673
+ "will not function as expected."
674
+ msgstr ""
675
+
676
+ #: includes/admin/settings/class-settings-bootstrap.php:271
677
  msgid "Yes, and make it optional"
678
  msgstr ""
679
 
680
+ #: includes/admin/settings/class-settings-bootstrap.php:272
681
  msgid "Yes, and make it required"
682
  msgstr ""
683
 
684
+ #: includes/admin/settings/class-settings-bootstrap.php:283
685
+ #: includes/admin/settings/class-settings-bootstrap.php:297
686
  #: includes/controllers/pages/class-submit-listing.php:527
687
  msgid "Terms and Conditions"
688
  msgstr ""
689
 
690
+ #: includes/admin/settings/class-settings-bootstrap.php:288
691
  msgid "User Agreement"
692
  msgstr ""
693
 
694
+ #: includes/admin/settings/class-settings-bootstrap.php:289
695
  msgid "Display and require user agreement to Terms and Conditions"
696
  msgstr ""
697
 
698
+ #: includes/admin/settings/class-settings-bootstrap.php:307
699
  msgid "Searching"
700
  msgstr ""
701
 
702
+ #: includes/admin/settings/class-settings-bootstrap.php:312
703
  msgid "Display advanced search form"
704
  msgstr ""
705
 
706
+ #: includes/admin/settings/class-settings-bootstrap.php:330
707
  msgid ""
708
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
709
  "you're on shared hosting plans, where database performance is an issue."
710
  msgstr ""
711
 
712
+ #: includes/admin/settings/class-settings-bootstrap.php:375
713
  msgid "Quick search data"
714
  msgstr ""
715
 
716
+ #: includes/admin/settings/class-settings-bootstrap.php:401
717
  msgid ""
718
  "If no fields are selected, the following fields will be searched in Quick "
719
  "Searches:"
720
  msgstr ""
721
 
722
+ #: includes/admin/settings/class-settings-bootstrap.php:403
723
  msgid ""
724
  "The Quick Search is a single search box, but you may choose what data is "
725
  "searched. Searching too many fields can result in very slow search "
726
  "performance."
727
  msgstr ""
728
 
729
+ #: includes/admin/settings/class-settings-bootstrap.php:434
730
  msgid "Categories"
731
  msgstr ""
732
 
733
+ #: includes/admin/settings/class-settings-bootstrap.php:436
734
  msgid "Buttons"
735
  msgstr ""
736
 
737
+ #: includes/admin/settings/class-settings-bootstrap.php:438
738
  msgid "Sorting"
739
  msgstr ""
740
 
741
+ #: includes/admin/settings/class-settings-bootstrap.php:555
742
  msgid ""
743
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
744
  "allow for comments on posts, not pages. Some themes handle both. Since the "
747
  "work, try the 3rd option."
748
  msgstr ""
749
 
750
+ #: includes/admin/settings/class-settings-bootstrap.php:559
751
  msgid "Include theme comment form (standard option)"
752
  msgstr ""
753
 
754
+ #: includes/admin/settings/class-settings-bootstrap.php:560
755
  msgid "Include directory comment form (use only if 2nd option does not work)"
756
  msgstr ""
757
 
758
+ #: includes/admin/settings/class-settings-bootstrap.php:578
759
  msgid "Prevent featured (sticky) status on directory pages?"
760
  msgstr ""
761
 
762
+ #: includes/admin/settings/class-settings-bootstrap.php:606
763
  msgid "Owner of anonymous listings"
764
  msgstr ""
765
 
766
+ #: includes/admin/settings/class-settings-bootstrap.php:622
767
  msgid "Default listing status"
768
  msgstr ""
769
 
770
+ #: includes/admin/settings/class-settings-bootstrap.php:626
771
+ #: includes/admin/settings/class-settings-bootstrap.php:639
772
  msgid "Pending (Require approval)"
773
  msgstr ""
774
 
775
+ #: includes/admin/settings/class-settings-bootstrap.php:660
776
  msgid "Message Defaults"
777
  msgstr ""
778
 
779
+ #: includes/admin/settings/class-settings-bootstrap.php:665
780
  msgid "Listing label"
781
  msgstr ""
782
 
783
+ #: includes/admin/settings/class-settings-bootstrap.php:666
784
  msgid "What is a single listing called?"
785
  msgstr ""
786
 
787
+ #: includes/admin/settings/class-settings-bootstrap.php:677
788
  msgid "Listing label (Plural)"
789
  msgstr ""
790
 
791
+ #: includes/admin/settings/class-settings-bootstrap.php:678
792
  msgid "What are your listings called?"
793
  msgstr ""
794
 
795
+ #: includes/admin/settings/class-settings-bootstrap.php:689
796
  msgid "Directory label"
797
  msgstr ""
798
 
799
+ #: includes/admin/settings/class-settings-bootstrap.php:690
800
  msgid "What should we call your directory?"
801
  msgstr ""
802
 
803
+ #: includes/admin/settings/class-settings-bootstrap.php:702
804
  msgid ""
805
  "This text is displayed on the first page of the Submit Listing process. You "
806
  "can use it for instructions about filling out the form or information to get "
807
  "started."
808
  msgstr ""
809
 
810
+ #: includes/admin/settings/class-settings-bootstrap.php:715
811
  #: templates/listing-contactform.tpl.php:30
812
  #: templates/listing-flagging-form.tpl.php:35
813
  msgid "Name"
814
  msgstr ""
815
 
816
+ #: includes/admin/settings/class-settings-bootstrap.php:830
817
  msgid "Show Buttons"
818
  msgstr ""
819
 
820
+ #: includes/admin/settings/class-settings-bootstrap.php:873
821
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
822
  msgstr ""
823
 
824
+ #: includes/admin/settings/class-settings-bootstrap.php:880
825
  msgid "Styling"
826
  msgstr ""
827
 
828
+ #: includes/admin/settings/class-settings-bootstrap.php:886
829
  msgid "Button style"
830
  msgstr ""
831
 
832
+ #: includes/admin/settings/class-settings-bootstrap.php:889
833
  msgid "Override WP theme button styling"
834
  msgstr ""
835
 
836
+ #: includes/admin/settings/class-settings-bootstrap.php:897
837
  msgid "Primary color"
838
  msgstr ""
839
 
840
+ #: includes/admin/settings/class-settings-bootstrap.php:900
841
  msgid "This is used for form buttons and form rootline."
842
  msgstr ""
843
 
844
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
845
  msgid "Show Thumbnail"
846
  msgstr ""
847
 
848
+ #: includes/admin/settings/class-settings-bootstrap.php:1090
849
  msgid "Coming Soon image"
850
  msgstr ""
851
 
852
+ #: includes/admin/settings/class-settings-bootstrap.php:1127
853
  #: includes/fields/class-fieldtypes-social.php:89
854
  #: includes/fields/class-fieldtypes-url.php:162
855
  #: templates/email/listing-added.tpl.php:13
859
  msgid "URL"
860
  msgstr ""
861
 
862
+ #: includes/admin/settings/class-settings-bootstrap.php:1246
863
  msgid "Thank you for your payment."
864
  msgstr ""
865
 
866
+ #: includes/admin/settings/class-settings-bootstrap.php:1274
867
  msgid ""
868
  "If you are using this gateway, we recommend you disable it if you wish to "
869
  "collect payments in this currency."
873
  msgstr[0] ""
874
  msgstr[1] ""
875
 
876
+ #: includes/admin/settings/class-settings-bootstrap.php:1362
877
  msgid "Email Notifications"
878
  msgstr ""
879
 
880
+ #: includes/admin/settings/class-settings-bootstrap.php:1367
881
  msgid "Notify admin via email when..."
882
  msgstr ""
883
 
884
+ #: includes/admin/settings/class-settings-bootstrap.php:1385
885
  msgid "CC this email address too"
886
  msgstr ""
887
 
888
+ #: includes/admin/settings/class-settings-bootstrap.php:1391
889
  msgid ""
890
  "You can modify the text template used for most of these emails in the "
891
  "<templates-link>Templates</templates-link> tab."
892
  msgstr ""
893
 
894
+ #: includes/admin/settings/class-settings-bootstrap.php:1399
895
  msgid "Notify users via email when..."
896
  msgstr ""
897
 
898
  #. translators: %s: email shortcode
899
+ #: includes/admin/settings/class-settings-bootstrap.php:1466
900
  msgid "Email: %s"
901
  msgstr ""
902
 
903
  #. translators: %s: phone shortcode
904
+ #: includes/admin/settings/class-settings-bootstrap.php:1469
905
  msgid "Phone Number: %s"
906
  msgstr ""
907
 
908
+ #: includes/admin/settings/class-settings-bootstrap.php:1481
909
  msgid "Sender's email address"
910
  msgstr ""
911
 
912
+ #: includes/admin/settings/class-settings-bootstrap.php:1482
913
  msgid "Sender's phone number"
914
  msgstr ""
915
 
916
+ #: includes/admin/settings/class-settings-bootstrap.php:1546
917
  msgid "Renewal and expiration"
918
  msgstr ""
919
 
920
+ #: includes/admin/settings/class-settings-bootstrap.php:1670
921
+ #: includes/admin/settings/class-settings.php:98
922
  msgid "Miscellaneous"
923
  msgstr ""
924
 
925
+ #: includes/admin/settings/class-settings-bootstrap.php:1676
926
  msgid "Data Collection"
927
  msgstr ""
928
 
929
+ #: includes/admin/settings/class-settings-bootstrap.php:1677
930
  msgid ""
931
  "Allow Business Directory to anonymously collect information about your "
932
  "installed plugins, themes and WP version?"
933
  msgstr ""
934
 
935
+ #: includes/admin/settings/class-settings-bootstrap.php:1678
936
  msgid "Learn more"
937
  msgstr ""
938
 
939
+ #: includes/admin/settings/class-settings-bootstrap.php:1696
940
  #: templates/admin/uninstall-complete.tpl.php:4
941
  msgid "Uninstall"
942
  msgstr ""
943
 
944
+ #: includes/admin/settings/class-settings.php:514
945
  msgid "%s cannot include spaces, commas, or &"
946
  msgstr ""
947
 
948
+ #: includes/admin/tracking.php:230
949
  msgid "Allow Tracking"
950
  msgstr ""
951
 
1015
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1016
  msgstr ""
1017
 
1018
+ #: includes/admin/upgrades/migrations/migration-3_7.php:182
1019
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1020
  msgstr ""
1021
 
1023
  msgid "Directory Modules"
1024
  msgstr ""
1025
 
1026
+ #: includes/admin/views/modules/list.php:38
1027
  msgid "New"
1028
  msgstr ""
1029
 
1030
+ #: includes/admin/views/modules/list.php:71
1031
+ #: includes/admin/views/modules/list.php:72
1032
  msgid "View Docs"
1033
  msgstr ""
1034
 
1035
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1036
+ msgid "Settings"
1037
+ msgstr ""
1038
+
1039
  #: includes/admin/views/review.php:17
1040
  msgid "Are you enjoying Business Directory Plugin?"
1041
  msgstr ""
1077
  "what we can do better?"
1078
  msgstr ""
1079
 
1080
+ #: includes/class-assets.php:191
1081
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1082
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:98
1083
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
1084
+ #: templates/admin/settings-email.tpl.php:103
1085
  #: templates/admin/settings-reset.tpl.php:8
1086
+ #: templates/admin/themes-delete-confirm.tpl.php:25
1087
  #: templates/listing-flagging-form.tpl.php:65
1088
  msgid "Cancel"
1089
  msgstr ""
1111
  msgstr ""
1112
 
1113
  #: includes/class-cpt-integration.php:22
1114
+ #: includes/helpers/functions/templates-ui.php:372
1115
  #: templates/main-box.tpl.php:23
1116
  msgid "Search Listings"
1117
  msgstr ""
1181
 
1182
  #: includes/class-meta.php:139
1183
  #: includes/controllers/pages/class-submit-listing.php:32
1184
+ #: includes/helpers/functions/templates-ui.php:332
1185
  #: templates/submit-listing.tpl.php:17
1186
  msgid "Add Listing"
1187
  msgstr ""
1188
 
1189
  #: includes/class-meta.php:149
1190
  #: includes/controllers/pages/class-all-listings.php:6
1191
+ #: includes/helpers/functions/templates-ui.php:319
1192
  msgid "View All Listings"
1193
  msgstr ""
1194
 
1198
  "to set up a gateway. Until you do this, only free plans will be available."
1199
  msgstr ""
1200
 
1201
+ #: includes/class-wpbdp.php:577
 
 
 
 
1202
  msgid "Could not find listing ID"
1203
  msgstr ""
1204
 
1205
+ #: includes/class-wpbdp.php:584
1206
  msgid ""
1207
  "Could not verify the image upload request. If problem persists contact site "
1208
  "admin."
1209
  msgstr ""
1210
 
1211
+ #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1212
  msgid "Could not find image ID"
1213
  msgstr ""
1214
 
1215
+ #: includes/class-wpbdp.php:623
1216
  msgid ""
1217
  "The directory features are disabled at this time because a <a>manual "
1218
  "upgrade</a> is pending."
1219
  msgstr ""
1220
 
1221
+ #: includes/class-wpbdp.php:630
1222
  msgid ""
1223
  "The directory is not available at this time. Please try again in a few "
1224
  "minutes or contact the administrator if the problem persists."
1345
  msgstr ""
1346
 
1347
  #: includes/controllers/pages/class-checkout.php:180
1348
+ #: includes/controllers/pages/class-manage-listings.php:109
1349
  msgid "Pay Now"
1350
  msgstr ""
1351
 
1382
  msgid "l F j, Y \\a\\t g:i a"
1383
  msgstr ""
1384
 
1385
+ #: includes/controllers/pages/class-manage-listings.php:109
1386
  #: templates/renew-listing.tpl.php:11
1387
  msgid "Renew Listing"
1388
  msgstr ""
1415
  msgid "Please check the form for errors, correct them and submit again."
1416
  msgstr ""
1417
 
1418
+ #: includes/controllers/pages/class-submit-listing.php:1233
1419
  msgid "Create a user account on this site"
1420
  msgstr ""
1421
 
1422
+ #: includes/controllers/pages/class-submit-listing.php:1240
1423
  msgid "Username"
1424
  msgstr ""
1425
 
1426
+ #: includes/controllers/pages/class-submit-listing.php:1262
1427
  msgid "Clear Form"
1428
  msgstr ""
1429
 
1458
  msgid "Select Media"
1459
  msgstr ""
1460
 
1461
+ #: includes/fields/class-fieldtypes-select.php:25
1462
  msgid "Select List"
1463
  msgstr ""
1464
 
1465
+ #: includes/fields/class-fieldtypes-select.php:116
1466
  msgid "-- Choose One --"
1467
  msgstr ""
1468
 
1469
+ #: includes/fields/class-fieldtypes-select.php:143
1470
  msgid "-- Choose Terms --"
1471
  msgstr ""
1472
 
1473
+ #: includes/fields/class-fieldtypes-select.php:209
1474
  msgid "— None —"
1475
  msgstr ""
1476
 
1477
+ #: includes/fields/class-fieldtypes-select.php:266
1478
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1479
  msgstr ""
1480
 
1481
+ #: includes/fields/class-fieldtypes-select.php:266
1482
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1483
  #: templates/admin/fees-form.tpl.php:58
1484
  msgid "required"
1485
  msgstr ""
1486
 
1487
+ #: includes/fields/class-fieldtypes-select.php:268
1488
  msgid "One option per line"
1489
  msgstr ""
1490
 
1491
+ #: includes/fields/class-fieldtypes-select.php:278
1492
  msgid "Allow empty selection on search?"
1493
  msgstr ""
1494
 
1495
+ #: includes/fields/class-fieldtypes-select.php:296
1496
  msgid "Field list of options is required."
1497
  msgstr ""
1498
 
1529
  msgid "Use rel=\"nofollow\" when displaying the link?"
1530
  msgstr ""
1531
 
1532
+ #: includes/fields/class-fieldtypes-url.php:176
1533
  msgid "Link Text (optional)"
1534
  msgstr ""
1535
 
1617
  msgid "Telephone Number Validator"
1618
  msgstr ""
1619
 
1620
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1621
  msgid "Field"
1622
  msgstr ""
1623
 
1670
  msgid "%s is badly formatted. Valid Phone Number format required."
1671
  msgstr ""
1672
 
1673
+ #: includes/gateways/class-gateway-authorize-net.php:373
1674
  msgid ""
1675
  "An error occurred while trying to cancel your subscription. Please try again "
1676
  "later or contact the site administrator."
1677
  msgstr ""
1678
 
1679
+ #: includes/gateways/class-gateway-authorize-net.php:377
1680
  msgid ""
1681
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1682
  "%s. You can try again later or cancel subscription from gateway dashboard."
1683
  msgstr ""
1684
 
1685
+ #: includes/helpers/functions/general.php:530
1686
  msgid "Free"
1687
  msgstr ""
1688
 
1690
  msgid "Untitled Listing"
1691
  msgstr ""
1692
 
1693
+ #: includes/helpers/functions/templates-ui.php:326
1694
  msgid "Manage Listings"
1695
  msgstr ""
1696
 
1705
  "get updates."
1706
  msgstr ""
1707
 
1708
+ #: includes/licensing.php:206 includes/licensing.php:210
1709
  msgid "Licenses"
1710
  msgstr ""
1711
 
1712
  #. translators: %s: item type.
1713
+ #: includes/licensing.php:267
1714
  msgid "%s will not get updates until license is reauthorized."
1715
  msgstr ""
1716
 
1717
+ #: includes/licensing.php:288
1718
  msgid "Enter License Key here"
1719
  msgstr ""
1720
 
1721
+ #: includes/licensing.php:289
1722
  msgid "Authorize"
1723
  msgstr ""
1724
 
1725
+ #: includes/licensing.php:389
1726
  msgid "Invalid item ID"
1727
  msgstr ""
1728
 
1729
+ #: includes/licensing.php:402
1730
  msgid "No license key provided"
1731
  msgstr ""
1732
 
1733
+ #: includes/licensing.php:451 includes/licensing.php:489
1734
  msgid "License key is invalid"
1735
  msgstr ""
1736
 
1737
+ #: includes/licensing.php:455
1738
  msgid "Deactivation failed"
1739
  msgstr ""
1740
 
1741
+ #: includes/licensing.php:500
1742
  msgid "The license key was revoked."
1743
  msgstr ""
1744
 
1745
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1746
+ #: includes/licensing.php:504
1747
  msgid ""
1748
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1749
  "%2$s and let them know your license is being reported as revoked by the "
1751
  "with your report."
1752
  msgstr ""
1753
 
1754
+ #: includes/licensing.php:567
1755
  msgid ""
1756
  "It was not possible to establish a connection with the Business Directory "
1757
  "server. The connection failed with the following error:"
1758
  msgstr ""
1759
 
1760
+ #: includes/licensing.php:580
1761
  msgid ""
1762
  "It was not possible to establish a connection with the Business Directory "
1763
  "server. A problem occurred in the SSL/TSL handshake:"
1764
  msgstr ""
1765
 
1766
+ #: includes/licensing.php:627
1767
  msgid ""
1768
  "It looks like your server is not authorized to make outgoing requests to "
1769
  "Business Directory servers. Please contact your webhost and ask them to add "
1770
  "our IP address 52.0.78.177 to your allow list."
1771
  msgstr ""
1772
 
1773
+ #: includes/licensing.php:721
1774
  msgid "Business Directory license key is missing."
1775
  msgstr ""
1776
 
1777
+ #: includes/licensing.php:722
1778
  msgid "Business Directory license key has expired"
1779
  msgstr ""
1780
 
1781
+ #: includes/licensing.php:723
1782
  msgid "Could not verify Business Directory license."
1783
  msgstr ""
1784
 
1785
+ #: includes/licensing.php:734
1786
  msgid "Review license keys"
1787
  msgstr ""
1788
 
1789
+ #: includes/licensing.php:849
1790
  msgid "Missing data. Please reload this page and try again."
1791
  msgstr ""
1792
 
1793
+ #: includes/licensing.php:854
1794
  msgid "Please enter a license key."
1795
  msgstr ""
1796
 
1819
  msgid "Print Receipt"
1820
  msgstr ""
1821
 
1822
+ #: includes/payment.php:148
1823
  msgid "Return to plan selection"
1824
  msgstr ""
1825
 
1895
  msgid "Fields To Show"
1896
  msgstr ""
1897
 
1898
+ #: includes/widgets/class-listings-widget.php:188
1899
  msgid "There are currently no listings to show."
1900
  msgstr ""
1901
 
1902
+ #: includes/widgets/widget-featured-listings.php:27
1903
+ msgid "Display listings in random order"
1904
+ msgstr ""
1905
+
1906
+ #: templates/admin/_admin-menu.php:57
1907
  msgid "Minimize Navigation"
1908
  msgstr ""
1909
 
1914
  "for details."
1915
  msgstr ""
1916
 
1917
+ #: templates/admin/csv-export.tpl.php:37
1918
  msgid "All"
1919
  msgstr ""
1920
 
1921
+ #: templates/admin/csv-export.tpl.php:50
1922
  msgid "Create a ZIP file with both a CSV file and listing images."
1923
  msgstr ""
1924
 
1925
+ #: templates/admin/csv-export.tpl.php:55
1926
  msgid "Additional metadata to export"
1927
  msgstr ""
1928
 
1929
+ #: templates/admin/csv-export.tpl.php:65
1930
  msgid ""
1931
  "If you plan to re-import the listings into your directory and don't want new "
1932
  "ones created, select this option!"
1933
  msgstr ""
1934
 
1935
+ #: templates/admin/csv-export.tpl.php:119
1936
+ #: templates/admin/csv-import.tpl.php:113
1937
  msgid "CSV File Settings"
1938
  msgstr ""
1939
 
1940
+ #: templates/admin/csv-export.tpl.php:129
1941
  msgid ""
1942
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
1943
  "sure all your listings information is displayed properly when you view or "
1945
  "each operating system."
1946
  msgstr ""
1947
 
1948
+ #: templates/admin/csv-export.tpl.php:150
1949
+ #: templates/admin/csv-import.tpl.php:149
1950
  msgid "Image Separator"
1951
  msgstr ""
1952
 
1953
+ #: templates/admin/csv-import.tpl.php:27
1954
+ msgid "Here, you can import data into your directory using the CSV format."
1955
+ msgstr ""
1956
+
1957
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1958
+ #: templates/admin/csv-import.tpl.php:32
1959
  msgid ""
1960
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
1961
  "help you do things in the right order."
1962
  msgstr ""
1963
 
1964
+ #: templates/admin/csv-import.tpl.php:44
1965
  msgid "Import Files"
1966
  msgstr ""
1967
 
1968
+ #: templates/admin/csv-import.tpl.php:49
1969
  msgid "CSV File"
1970
  msgstr ""
1971
 
1973
  msgid "ZIP file containing images"
1974
  msgstr ""
1975
 
1976
+ #: templates/admin/csv-import.tpl.php:119
1977
  msgid "Column Separator"
1978
  msgstr ""
1979
 
1980
+ #: templates/admin/csv-import.tpl.php:142
1981
  msgid "TAB"
1982
  msgstr ""
1983
 
1984
+ #: templates/admin/csv-import.tpl.php:160
1985
  msgid "Category Separator"
1986
  msgstr ""
1987
 
1988
+ #: templates/admin/csv-import.tpl.php:171
1989
  msgid "Import settings"
1990
  msgstr ""
1991
 
1992
+ #: templates/admin/csv-import.tpl.php:176
1993
  msgid "Post status of new imported listings"
1994
  msgstr ""
1995
 
1996
+ #: templates/admin/csv-import.tpl.php:191
1997
  msgid "Post status of existing imported listings"
1998
  msgstr ""
1999
 
2000
+ #: templates/admin/csv-import.tpl.php:208
2001
  msgid "Missing categories handling"
2002
  msgstr ""
2003
 
2004
+ #: templates/admin/csv-import.tpl.php:214
2005
  msgid "Auto-create categories"
2006
  msgstr ""
2007
 
2008
+ #: templates/admin/csv-import.tpl.php:219
2009
  msgid "Generate errors when a category is not found"
2010
  msgstr ""
2011
 
2012
+ #: templates/admin/csv-import.tpl.php:227
2013
  msgid "Keep existing images"
2014
  msgstr ""
2015
 
2016
+ #: templates/admin/csv-import.tpl.php:230
2017
  msgid "Appends new images while keeping current ones."
2018
  msgstr ""
2019
 
2020
+ #: templates/admin/csv-import.tpl.php:238
2021
  msgid "Assign listings to a user"
2022
  msgstr ""
2023
 
2024
+ #: templates/admin/csv-import.tpl.php:250
2025
  msgid "Default listing user"
2026
  msgstr ""
2027
 
2028
+ #: templates/admin/csv-import.tpl.php:252
2029
  msgid ""
2030
  "This user will be used if the username column is not present in the CSV file."
2031
  msgstr ""
2032
 
2033
+ #: templates/admin/csv-import.tpl.php:259
2034
  msgid "Number of listings imported on every cycle"
2035
  msgstr ""
2036
 
2037
+ #: templates/admin/csv-import.tpl.php:261
2038
  msgid ""
2039
  "If you are having trouble importing listings due to memory problems, try "
2040
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2042
  "success on shared hosting platforms and other resource-constrained servers."
2043
  msgstr ""
2044
 
2045
+ #: templates/admin/csv-import.tpl.php:273
2046
  msgid "Disable email notifications during import"
2047
  msgstr ""
2048
 
2049
+ #: templates/admin/csv-import.tpl.php:292
2050
  msgid ""
2051
  "The following are the valid header names to be used in the CSV file. "
2052
  "Multivalued fields (such as category or tags) can appear multiple times in "
2054
  "how an import file should look like."
2055
  msgstr ""
2056
 
2057
+ #: templates/admin/csv-import.tpl.php:301
2058
  msgid "Header name/label"
2059
  msgstr ""
2060
 
2061
+ #: templates/admin/csv-import.tpl.php:304
2062
  msgid "Required?"
2063
  msgstr ""
2064
 
2065
+ #: templates/admin/csv-import.tpl.php:305
2066
  msgid "Multivalued?"
2067
  msgstr ""
2068
 
2069
+ #: templates/admin/csv-import.tpl.php:337
2070
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2071
  msgstr ""
2072
 
2073
+ #: templates/admin/csv-import.tpl.php:344
2074
  msgid "Listing author's username"
2075
  msgstr ""
2076
 
2202
  msgid "Require this field on the Advanced Search screen."
2203
  msgstr ""
2204
 
2205
+ #: templates/admin/form-fields-tags.tpl.php:19
2206
+ msgid ""
2207
+ "Before you create fields, make sure you've mapped all of your EXISTING ones "
2208
+ "first, otherwise you'll appear to be \"missing data\" on your listings."
2209
+ msgstr ""
2210
+
2211
  #: templates/admin/form-fields.tpl.php:4
2212
  msgid "Add New Form Field"
2213
  msgstr ""
2240
  msgstr ""
2241
 
2242
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2243
+ msgid "Access key"
 
 
2244
  msgstr ""
2245
 
2246
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
2247
+ msgid "Listing status"
2248
+ msgstr ""
2249
+
2250
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2251
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
2252
+ msgid "N/A"
2253
+ msgstr ""
2254
+
2255
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
2256
+ msgid "Last renew date"
2257
+ msgstr ""
2258
+
2259
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2260
  #: templates/email/listing-payment-completed.tpl.php:25
2261
  msgid "Plan"
2262
  msgstr ""
2263
 
2264
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2265
+ #: templates/plan-selection-plan.tpl.php:41
2266
+ msgid "Recurring"
2267
+ msgstr ""
2268
+
2269
  #: templates/admin/payments-details.tpl.php:5
2270
  msgid "Payment %s"
2271
  msgstr ""
2484
  msgstr ""
2485
 
2486
  #: templates/admin/themes-delete-confirm.tpl.php:4
2487
+ #: templates/admin/themes-delete-confirm.tpl.php:26
2488
  msgid "Delete Directory Theme"
2489
  msgstr ""
2490
 
2533
  msgid "They are not a replacement for regular WordPress themes."
2534
  msgstr ""
2535
 
2536
+ #: templates/admin/uninstall-capture-form.tpl.php:16
2537
+ msgid ""
2538
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
2539
+ "question for us to help us make the product better for everyone in the "
2540
+ "future?"
2541
+ msgstr ""
2542
+
2543
  #: templates/admin/uninstall-complete.tpl.php:12
2544
  msgid "Uninstall completed."
2545
  msgstr ""
2549
  msgstr ""
2550
 
2551
  #: templates/admin/uninstall-confirm.tpl.php:25
2552
+ msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
2553
  msgstr ""
2554
 
2555
  #. translators: %1$s: open link html, %2$s: close link html
2689
  msgid "Next"
2690
  msgstr ""
2691
 
2692
+ #: templates/delete-listing-confirm.tpl.php:7
2693
+ msgid ""
2694
+ "Your listing is associated to a recurring payment. If you don't cancel the "
2695
+ "recurring payment before deleting the listing, you might be charged for "
2696
+ "additional periods even though your listing won't be available."
2697
+ msgstr ""
2698
+
2699
+ #: templates/delete-listing-confirm.tpl.php:27
2700
  msgid "Yes. Delete my listing."
2701
  msgstr ""
2702
 
2703
+ #: templates/delete-listing-confirm.tpl.php:28
2704
  msgid "No. Take me back to the directory."
2705
  msgstr ""
2706
 
2725
  "e-mail address on our site."
2726
  msgstr ""
2727
 
2728
+ #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
2729
+ #: templates/login.tpl.php:71
2730
+ msgid "Access Key"
2731
+ msgstr ""
2732
+
2733
  #: templates/listing-contactform.tpl.php:42
2734
  msgid "Message"
2735
  msgstr ""
2827
  msgstr ""
2828
 
2829
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
2830
+ #: templates/manage-recurring.tpl.php:33
2831
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2832
  msgstr ""
2833
 
2847
  msgid "Item"
2848
  msgstr ""
2849
 
 
 
 
 
2850
  #: templates/plan-selection-plan.tpl.php:45
2851
  msgid "Never Expires"
2852
  msgstr ""
2929
  msgid "Continue to Payment"
2930
  msgstr ""
2931
 
2932
+ #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
2933
+ msgid "This is a dummy plugin"
2934
+ msgstr ""
2935
+
2936
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
2937
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
2938
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
2939
+ msgid "There was an error when reading this WXR file"
2940
+ msgstr ""
2941
+
2942
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
2943
+ msgid ""
2944
+ "Details are shown above. The importer will now try again with a different "
2945
+ "parser..."
2946
+ msgstr ""
2947
+
2948
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
2949
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
2950
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:306
2951
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:495
2952
+ msgid ""
2953
+ "This does not appear to be a WXR file, missing/invalid WXR version number"
2954
+ msgstr ""
2955
+
2956
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
2957
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
2958
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:192
2959
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
2960
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
2961
+ msgid "Sorry, there has been an error."
2962
+ msgstr ""
2963
+
2964
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
2965
+ msgid "The file does not exist, please try again."
2966
+ msgstr ""
2967
+
2968
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
2969
+ msgid "All done."
2970
+ msgstr ""
2971
+
2972
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
2973
+ msgid "Have fun!"
2974
+ msgstr ""
2975
+
2976
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
2977
+ msgid "Remember to update the passwords and roles of imported users."
2978
+ msgstr ""
2979
+
2980
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
2981
+ msgid ""
2982
+ "The export file could not be found at <code>%s</code>. It is likely that "
2983
+ "this was caused by a permissions problem."
2984
+ msgstr ""
2985
+
2986
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
2987
+ msgid ""
2988
+ "This WXR file (version %s) may not be supported by this version of the "
2989
+ "importer. Please consider updating."
2990
+ msgstr ""
2991
+
2992
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
2993
+ msgid ""
2994
+ "Failed to import author %s. Their posts will be attributed to the current "
2995
+ "user."
2996
+ msgstr ""
2997
+
2998
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
2999
+ msgid "Assign Authors"
3000
+ msgstr ""
3001
+
3002
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3003
+ msgid ""
3004
+ "To make it easier for you to edit and save the imported content, you may "
3005
+ "want to reassign the author of the imported item to an existing user of this "
3006
+ "site. For example, you may want to import all the entries as <code>admin</"
3007
+ "code>s entries."
3008
+ msgstr ""
3009
+
3010
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3011
+ msgid ""
3012
+ "If a new user is created by WordPress, a new password will be randomly "
3013
+ "generated and the new user&#8217;s role will be set as %s. Manually changing "
3014
+ "the new user&#8217;s details will be necessary."
3015
+ msgstr ""
3016
+
3017
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
3018
+ msgid "Import Attachments"
3019
+ msgstr ""
3020
+
3021
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3022
+ msgid "Download and import file attachments"
3023
+ msgstr ""
3024
+
3025
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3026
+ msgid "Submit"
3027
+ msgstr ""
3028
+
3029
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
3030
+ msgid "Import author:"
3031
+ msgstr ""
3032
+
3033
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3034
+ msgid "or create new user with login name:"
3035
+ msgstr ""
3036
+
3037
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3038
+ msgid "as a new user:"
3039
+ msgstr ""
3040
+
3041
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
3042
+ msgid "assign posts to an existing user:"
3043
+ msgstr ""
3044
+
3045
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
3046
+ msgid "or assign posts to an existing user:"
3047
+ msgstr ""
3048
+
3049
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
3050
+ msgid "- Select -"
3051
+ msgstr ""
3052
+
3053
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3054
+ msgid ""
3055
+ "Failed to create new user for %s. Their posts will be attributed to the "
3056
+ "current user."
3057
+ msgstr ""
3058
+
3059
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
3060
+ msgid "Failed to import category %s"
3061
+ msgstr ""
3062
+
3063
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3064
+ msgid "Failed to import post tag %s"
3065
+ msgstr ""
3066
+
3067
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3068
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3069
+ msgid "Failed to import %s %s"
3070
+ msgstr ""
3071
+
3072
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3073
+ msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3074
+ msgstr ""
3075
+
3076
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3077
+ msgid "%s &#8220;%s&#8221; already exists."
3078
+ msgstr ""
3079
+
3080
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3081
+ msgid "Failed to import %s &#8220;%s&#8221;"
3082
+ msgstr ""
3083
+
3084
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3085
+ msgid "Menu item skipped due to missing menu slug"
3086
+ msgstr ""
3087
+
3088
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3089
+ msgid "Menu item skipped due to invalid menu slug: %s"
3090
+ msgstr ""
3091
+
3092
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3093
+ msgid "Fetching attachments is not enabled"
3094
+ msgstr ""
3095
+
3096
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
3097
+ msgid "Invalid file type"
3098
+ msgstr ""
3099
+
3100
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3101
+ msgid "Remote server did not respond"
3102
+ msgstr ""
3103
+
3104
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3105
+ msgid "Remote server returned error response %1$d %2$s"
3106
+ msgstr ""
3107
+
3108
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3109
+ msgid "Remote file is incorrect size"
3110
+ msgstr ""
3111
+
3112
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3113
+ msgid "Zero size file downloaded"
3114
+ msgstr ""
3115
+
3116
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3117
+ msgid "Remote file is too large, limit is %s"
3118
+ msgstr ""
3119
+
3120
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
3121
+ msgid "Import WordPress"
3122
+ msgstr ""
3123
+
3124
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3125
+ msgid ""
3126
+ "A new version of this importer is available. Please update to version %s to "
3127
+ "ensure compatibility with newer export files."
3128
+ msgstr ""
3129
+
3130
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3131
+ msgid ""
3132
+ "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import "
3133
+ "the posts, pages, comments, custom fields, categories, and tags into this "
3134
+ "site."
3135
+ msgstr ""
3136
+
3137
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3138
+ msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3139
+ msgstr ""
3140
+
3141
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3142
+ msgid ""
3143
+ "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3144
+ "strong> from a WordPress export file."
3145
+ msgstr ""
3146
+
3147
+ #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3148
+ msgid "This is a dummy theme"
3149
+ msgstr ""
3150
+
3151
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
3152
+ msgid "Inactive Widgets"
3153
+ msgstr ""
3154
+
3155
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3156
+ msgid ""
3157
+ "Drag widgets here to remove them from the sidebar but keep their settings."
3158
+ msgstr ""
3159
+
3160
  #. Author URI of the plugin/theme
3161
  msgid "https://businessdirectoryplugin.com"
3162
  msgstr ""
3338
  msgid "No Plan"
3339
  msgstr ""
3340
 
3341
+ #: includes/admin/controllers/class-admin-controller.php:89
3342
  msgctxt "admin confirm"
3343
  msgid "No, go back"
3344
  msgstr ""
3345
 
3346
+ #: includes/admin/controllers/class-admin-controller.php:90
3347
  msgctxt "admin confirm"
3348
  msgid "Yes, I'm sure"
3349
  msgstr ""
3350
 
3351
+ #: includes/admin/controllers/class-admin-fees.php:45
3352
  msgctxt "fees order"
3353
  msgid "Label"
3354
  msgstr ""
3355
 
3356
+ #: includes/admin/controllers/class-admin-fees.php:47
3357
  msgctxt "fees order"
3358
  msgid "Duration"
3359
  msgstr ""
3360
 
3361
+ #: includes/admin/controllers/class-admin-fees.php:49
3362
  msgctxt "fees order"
3363
  msgid "Custom Order"
3364
  msgstr ""
3365
 
3366
+ #: includes/admin/controllers/class-admin-fees.php:296
3367
  msgctxt "fees admin"
3368
  msgid "Plan \"%s\" deleted."
3369
  msgstr ""
3370
 
3371
+ #: includes/admin/controllers/class-admin-fees.php:308
3372
  msgctxt "fees admin"
3373
  msgid "Plan enabled."
3374
  msgstr ""
3375
 
3376
+ #: includes/admin/controllers/class-admin-fees.php:308
3377
  msgctxt "fees admin"
3378
  msgid "Plan disabled."
3379
  msgstr ""
3393
  msgid "Attributes"
3394
  msgstr ""
3395
 
3396
+ #: includes/admin/helpers/tables/class-fees-table.php:142
3397
  msgctxt "fees admin"
3398
  msgid "Edit"
3399
  msgstr ""
3400
 
3401
+ #: includes/admin/helpers/tables/class-fees-table.php:215
3402
  msgctxt "fees admin"
3403
  msgid "Variable"
3404
  msgstr ""
3405
 
3406
+ #: includes/admin/helpers/tables/class-fees-table.php:220
3407
  msgctxt "fees admin"
3408
  msgid "%1$s + %2$s per category"
3409
  msgstr ""
3410
 
3411
+ #: includes/admin/helpers/tables/class-fees-table.php:239
3412
  msgctxt "fees admin"
3413
  msgid "Forever"
3414
  msgstr ""
3415
 
3416
+ #: includes/admin/helpers/tables/class-fees-table.php:241
3417
  msgctxt "fees admin"
3418
  msgid "%d day"
3419
  msgid_plural "%d days"
3420
  msgstr[0] ""
3421
  msgstr[1] ""
3422
 
3423
+ #: includes/admin/helpers/tables/class-fees-table.php:272
3424
  msgctxt "fees admin"
3425
  msgid "All categories"
3426
  msgstr ""
3427
 
3428
+ #: includes/admin/helpers/tables/class-fees-table.php:301
3429
  msgctxt "fees admin"
3430
  msgid "Sticky"
3431
  msgstr ""
3432
 
3433
+ #: includes/admin/helpers/tables/class-fees-table.php:305
3434
  msgctxt "fees admin"
3435
  msgid "Recurring"
3436
  msgstr ""
3437
 
3438
+ #: includes/admin/helpers/tables/class-fees-table.php:309
3439
  msgctxt "fees admin"
3440
  msgid "Private"
3441
  msgstr ""
3442
 
3443
+ #: includes/admin/helpers/tables/class-payments-table.php:65
3444
  msgctxt "fees admin"
3445
  msgid "Date"
3446
  msgstr ""
3447
 
3448
+ #: includes/admin/helpers/tables/class-payments-table.php:66
3449
  msgctxt "fees admin"
3450
  msgid "Payment History"
3451
  msgstr ""
3452
 
3453
+ #: includes/admin/helpers/tables/class-payments-table.php:68
3454
  msgctxt "fees admin"
3455
  msgid "Status"
3456
  msgstr ""
3603
  msgid "Reported"
3604
  msgstr ""
3605
 
3606
+ #: includes/models/class-listing.php:984
3607
  msgctxt "listing status"
3608
  msgid "Unknown"
3609
  msgstr ""
3610
 
3611
+ #: includes/models/class-listing.php:985
3612
  msgctxt "listing status"
3613
  msgid "Legacy"
3614
  msgstr ""
3615
 
3616
+ #: includes/models/class-listing.php:986
3617
  msgctxt "listing status"
3618
  msgid "Incomplete"
3619
  msgstr ""
3620
 
3621
+ #: includes/models/class-listing.php:987
3622
  msgctxt "listing status"
3623
  msgid "Pending Payment"
3624
  msgstr ""
3625
 
3626
+ #: includes/models/class-listing.php:988
3627
  msgctxt "listing status"
3628
  msgid "Complete"
3629
  msgstr ""
3630
 
3631
+ #: includes/models/class-listing.php:989
3632
  msgctxt "listing status"
3633
  msgid "Pending Upgrade"
3634
  msgstr ""
3635
 
3636
+ #: includes/models/class-listing.php:990
3637
  msgctxt "listing status"
3638
  msgid "Expired"
3639
  msgstr ""
3640
 
3641
+ #: includes/models/class-listing.php:991
3642
  msgctxt "listing status"
3643
  msgid "Pending Renewal"
3644
  msgstr ""
3645
 
3646
+ #: includes/models/class-listing.php:992
3647
  msgctxt "listing status"
3648
  msgid "Abandoned"
3649
  msgstr ""
3705
  msgid "Payment details updated."
3706
  msgstr ""
3707
 
3708
+ #: includes/admin/helpers/tables/class-payments-table.php:19
3709
  msgctxt "payments admin"
3710
  msgid "payment"
3711
  msgstr ""
3712
 
3713
+ #: includes/admin/helpers/tables/class-payments-table.php:20
3714
  msgctxt "payments admin"
3715
  msgid "payments"
3716
  msgstr ""
3717
 
3718
+ #: includes/admin/helpers/tables/class-payments-table.php:27
3719
  msgctxt "payments admin"
3720
  msgid "No payments found."
3721
  msgstr ""
3722
 
3723
+ #: includes/admin/helpers/tables/class-payments-table.php:40
3724
  msgctxt "payments admin"
3725
  msgid "All"
3726
  msgstr ""
3727
 
3728
+ #: includes/admin/helpers/tables/class-payments-table.php:134
3729
  msgctxt "payments admin"
3730
  msgid "View Payment History"
3731
  msgstr ""
3749
  msgid "Field deleted."
3750
  msgstr ""
3751
 
3752
+ #: includes/admin/controllers/class-form-fields-admin.php:330
3753
  msgctxt "form-fields admin"
3754
  msgid "Required fields created successfully."
3755
  msgstr ""
3756
 
3757
+ #: includes/admin/controllers/class-form-fields-admin.php:382
3758
  msgctxt "form-fields admin"
3759
  msgid "Tags updated."
3760
  msgstr ""
4113
  msgid "Theme Tags"
4114
  msgstr ""
4115
 
4116
+ #: templates/admin/form-fields-tags.tpl.php:21
 
 
 
 
 
 
 
4117
  msgctxt "form-fields admin"
4118
  msgid "Create Missing Fields"
4119
  msgstr ""
4128
  msgid "Valid placeholders: %s"
4129
  msgstr ""
4130
 
4131
+ #: includes/admin/settings/class-settings-bootstrap.php:99
4132
  msgctxt "admin settings"
4133
  msgid ""
4134
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4135
  "setting is checked."
4136
  msgstr ""
4137
 
4138
+ #: includes/admin/settings/class-settings-bootstrap.php:315
4139
  msgctxt "admin settings"
4140
  msgid "Above results"
4141
  msgstr ""
4142
 
4143
+ #: includes/admin/settings/class-settings-bootstrap.php:316
4144
  msgctxt "admin settings"
4145
  msgid "Below results"
4146
  msgstr ""
4147
 
4148
+ #: includes/admin/settings/class-settings-bootstrap.php:317
4149
  msgctxt "admin settings"
4150
  msgid "Don't show with results"
4151
  msgstr ""
4152
 
4153
+ #: includes/admin/settings/class-settings-bootstrap.php:398
4154
  msgctxt "admin settings"
4155
  msgid ""
4156
  "You have selected a textarea field to be included in quick searches. "
4158
  "timeouts and/or general slowness."
4159
  msgstr ""
4160
 
4161
+ #: includes/admin/settings/class-settings-bootstrap.php:558
4162
  msgctxt "admin settings"
4163
  msgid "Do not include comments in listings"
4164
  msgstr ""
4165
 
4166
+ #: includes/admin/settings/class-settings-bootstrap.php:582
4167
  msgctxt "admin settings"
4168
  msgid "Directory view."
4169
  msgstr ""
4170
 
4171
+ #: includes/admin/settings/class-settings-bootstrap.php:583
4172
  msgctxt "admin settings"
4173
  msgid "All Listings view."
4174
  msgstr ""
4175
 
4176
+ #: includes/admin/settings/class-settings-bootstrap.php:584
4177
  msgctxt "admin settings"
4178
  msgid "Category view."
4179
  msgstr ""
4180
 
4181
+ #: includes/admin/settings/class-settings-bootstrap.php:585
4182
  msgctxt "admin settings"
4183
  msgid "Search view."
4184
  msgstr ""
4185
 
4186
+ #: includes/admin/settings/class-settings-bootstrap.php:716
4187
  msgctxt "admin settings"
4188
  msgid "Slug"
4189
  msgstr ""
4190
 
4191
+ #: includes/admin/settings/class-settings-bootstrap.php:729
4192
+ #: includes/admin/settings/class-settings-bootstrap.php:797
4193
  msgctxt "admin settings"
4194
  msgid "Ascending"
4195
  msgstr ""
4196
 
4197
+ #: includes/admin/settings/class-settings-bootstrap.php:730
4198
+ #: includes/admin/settings/class-settings-bootstrap.php:798
4199
  msgctxt "admin settings"
4200
  msgid "Descending"
4201
  msgstr ""
4202
 
4203
+ #: includes/admin/settings/class-settings-bootstrap.php:763
4204
  msgctxt "admin settings"
4205
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4206
  msgstr ""
4207
 
4208
+ #: includes/admin/settings/class-settings-bootstrap.php:776
4209
  msgctxt "admin settings"
4210
  msgid "Author"
4211
  msgstr ""
4212
 
4213
+ #: includes/admin/settings/class-settings-bootstrap.php:777
4214
+ #: includes/helpers/functions/general.php:1244
4215
  msgctxt "admin settings"
4216
  msgid "Date posted"
4217
  msgstr ""
4218
 
4219
+ #: includes/admin/settings/class-settings-bootstrap.php:778
4220
+ #: includes/helpers/functions/general.php:1245
4221
  msgctxt "admin settings"
4222
  msgid "Date last modified"
4223
  msgstr ""
4224
 
4225
+ #: includes/admin/settings/class-settings-bootstrap.php:779
4226
  msgctxt "admin settings"
4227
  msgid "Random"
4228
  msgstr ""
4229
 
4230
+ #: includes/admin/settings/class-settings-bootstrap.php:780
4231
  msgctxt "admin settings"
4232
  msgid "Paid first then free. Inside each group by date."
4233
  msgstr ""
4234
 
4235
+ #: includes/admin/settings/class-settings-bootstrap.php:781
4236
  msgctxt "admin settings"
4237
  msgid "Paid first then free. Inside each group by title."
4238
  msgstr ""
4239
 
4240
+ #: includes/admin/settings/class-settings-bootstrap.php:782
4241
  msgctxt "admin settings"
4242
  msgid "Plan Custom Order, then Date"
4243
  msgstr ""
4244
 
4245
+ #: includes/admin/settings/class-settings-bootstrap.php:783
4246
  msgctxt "admin settings"
4247
  msgid "Plan Custom Order, then Title"
4248
  msgstr ""
4249
 
4250
+ #: includes/admin/settings/class-settings-bootstrap.php:1055
4251
+ #: includes/admin/settings/class-settings-bootstrap.php:1080
4252
+ #: includes/admin/settings/class-settings-bootstrap.php:1104
4253
  msgctxt "admin settings"
4254
  msgid "Excerpt view."
4255
  msgstr ""
4256
 
4257
+ #: includes/admin/settings/class-settings-bootstrap.php:1081
4258
+ #: includes/admin/settings/class-settings-bootstrap.php:1105
4259
  msgctxt "admin settings"
4260
  msgid "Detail view."
4261
  msgstr ""
4262
 
4263
+ #: includes/admin/settings/class-settings-bootstrap.php:1176
4264
  msgctxt "admin settings"
4265
  msgid "Australian Dollar (AUD)"
4266
  msgstr ""
4267
 
4268
+ #: includes/admin/settings/class-settings-bootstrap.php:1177
4269
  msgctxt "admin settings"
4270
  msgid "Brazilian Real (BRL)"
4271
  msgstr ""
4272
 
4273
+ #: includes/admin/settings/class-settings-bootstrap.php:1178
4274
  msgctxt "admin settings"
4275
  msgid "Canadian Dollar (CAD)"
4276
  msgstr ""
4277
 
4278
+ #: includes/admin/settings/class-settings-bootstrap.php:1179
4279
  msgctxt "admin settings"
4280
  msgid "Czech Koruna (CZK)"
4281
  msgstr ""
4282
 
4283
+ #: includes/admin/settings/class-settings-bootstrap.php:1180
4284
  msgctxt "admin settings"
4285
  msgid "Danish Krone (DKK)"
4286
  msgstr ""
4287
 
4288
+ #: includes/admin/settings/class-settings-bootstrap.php:1181
4289
  msgctxt "admin settings"
4290
  msgid "United Arab Emirates Dirham (AED)"
4291
  msgstr ""
4292
 
4293
+ #: includes/admin/settings/class-settings-bootstrap.php:1182
4294
  msgctxt "admin settings"
4295
  msgid "Euro (EUR)"
4296
  msgstr ""
4297
 
4298
+ #: includes/admin/settings/class-settings-bootstrap.php:1183
4299
  msgctxt "admin settings"
4300
  msgid "Hong Kong Dollar (HKD)"
4301
  msgstr ""
4302
 
4303
+ #: includes/admin/settings/class-settings-bootstrap.php:1184
4304
  msgctxt "admin settings"
4305
  msgid "Hungarian Forint (HUF)"
4306
  msgstr ""
4307
 
4308
+ #: includes/admin/settings/class-settings-bootstrap.php:1185
4309
  msgctxt "admin settings"
4310
  msgid "Israeli New Shequel (ILS)"
4311
  msgstr ""
4312
 
4313
+ #: includes/admin/settings/class-settings-bootstrap.php:1186
4314
  msgctxt "admin settings"
4315
  msgid "Japanese Yen (JPY)"
4316
  msgstr ""
4317
 
4318
+ #: includes/admin/settings/class-settings-bootstrap.php:1187
4319
  msgctxt "admin settings"
4320
  msgid "Moroccan Dirham (MAD)"
4321
  msgstr ""
4322
 
4323
+ #: includes/admin/settings/class-settings-bootstrap.php:1188
4324
  msgctxt "admin settings"
4325
  msgid "Malasian Ringgit (MYR)"
4326
  msgstr ""
4327
 
4328
+ #: includes/admin/settings/class-settings-bootstrap.php:1189
4329
  msgctxt "admin settings"
4330
  msgid "Mexican Peso (MXN)"
4331
  msgstr ""
4332
 
4333
+ #: includes/admin/settings/class-settings-bootstrap.php:1190
4334
  msgctxt "admin settings"
4335
  msgid "Norwegian Krone (NOK)"
4336
  msgstr ""
4337
 
4338
+ #: includes/admin/settings/class-settings-bootstrap.php:1191
4339
  msgctxt "admin settings"
4340
  msgid "New Zealand Dollar (NZD)"
4341
  msgstr ""
4342
 
4343
+ #: includes/admin/settings/class-settings-bootstrap.php:1192
4344
  msgctxt "admin settings"
4345
  msgid "Philippine Peso (PHP)"
4346
  msgstr ""
4347
 
4348
+ #: includes/admin/settings/class-settings-bootstrap.php:1193
4349
  msgctxt "admin settings"
4350
  msgid "Polish Zloty (PLN)"
4351
  msgstr ""
4352
 
4353
+ #: includes/admin/settings/class-settings-bootstrap.php:1194
4354
  msgctxt "admin settings"
4355
  msgid "Pound Sterling (GBP)"
4356
  msgstr ""
4357
 
4358
+ #: includes/admin/settings/class-settings-bootstrap.php:1195
4359
  msgctxt "admin settings"
4360
  msgid "Singapore Dollar (SGD)"
4361
  msgstr ""
4362
 
4363
+ #: includes/admin/settings/class-settings-bootstrap.php:1196
4364
  msgctxt "admin settings"
4365
  msgid "Swedish Krona (SEK)"
4366
  msgstr ""
4367
 
4368
+ #: includes/admin/settings/class-settings-bootstrap.php:1197
4369
  msgctxt "admin settings"
4370
  msgid "Swiss Franc (CHF)"
4371
  msgstr ""
4372
 
4373
+ #: includes/admin/settings/class-settings-bootstrap.php:1198
4374
  msgctxt "admin settings"
4375
  msgid "Taiwan Dollar (TWD)"
4376
  msgstr ""
4377
 
4378
+ #: includes/admin/settings/class-settings-bootstrap.php:1199
4379
  msgctxt "admin settings"
4380
  msgid "Thai Baht (THB)"
4381
  msgstr ""
4382
 
4383
+ #: includes/admin/settings/class-settings-bootstrap.php:1200
4384
  msgctxt "admin settings"
4385
  msgid "Turkish Lira (TRY)"
4386
  msgstr ""
4387
 
4388
+ #: includes/admin/settings/class-settings-bootstrap.php:1201
4389
  msgctxt "admin settings"
4390
  msgid "U.S. Dollar (USD)"
4391
  msgstr ""
4392
 
4393
+ #: includes/admin/settings/class-settings-bootstrap.php:1225
4394
  msgctxt "admin settings"
4395
  msgid "Show currency symbol on the left"
4396
  msgstr ""
4397
 
4398
+ #: includes/admin/settings/class-settings-bootstrap.php:1226
4399
  msgctxt "admin settings"
4400
  msgid "Show currency symbol on the right"
4401
  msgstr ""
4402
 
4403
+ #: includes/admin/settings/class-settings-bootstrap.php:1227
4404
  msgctxt "admin settings"
4405
  msgid "Do not show currency symbol"
4406
  msgstr ""
4407
 
4408
  #. translators: %1$s: gateway name, %2$s: explanation string
4409
+ #: includes/admin/settings/class-settings-bootstrap.php:1272
4410
  msgctxt "admin settings"
4411
  msgid "AED currency is not supported by %1$s. %2$s"
4412
  msgstr ""
4413
 
4414
+ #: includes/admin/settings/class-settings-bootstrap.php:1310
4415
  msgctxt "admin settings"
4416
  msgid ""
4417
  "Listings with pending payments are marked as abandoned after this time. You "
4418
  "can also <a>customize the email</a> users receive."
4419
  msgstr ""
4420
 
4421
+ #: includes/admin/settings/class-settings-bootstrap.php:1340
4422
  msgctxt "admin settings"
4423
  msgid "Try listing's email field first, then author's email."
4424
  msgstr ""
4425
 
4426
+ #: includes/admin/settings/class-settings-bootstrap.php:1341
4427
  msgctxt "admin settings"
4428
  msgid "Try author's email first and then listing's email field."
4429
  msgstr ""
4430
 
4431
+ #: includes/admin/settings/class-settings-bootstrap.php:1354
4432
  msgctxt "admin settings"
4433
  msgid "Plain (text/plain)"
4434
  msgstr ""
4435
 
4436
+ #: includes/admin/settings/class-settings-bootstrap.php:1355
4437
  msgctxt "admin settings"
4438
  msgid "HTML (text/html)"
4439
  msgstr ""
4440
 
4441
+ #: includes/admin/settings/class-settings-bootstrap.php:1356
4442
  msgctxt "admin settings"
4443
  msgid "Both (multipart/alternative)"
4444
  msgstr ""
4445
 
4446
+ #: includes/admin/settings/class-settings-bootstrap.php:1370
4447
  msgctxt "admin settings"
4448
  msgid "A new listing is submitted."
4449
  msgstr ""
4450
 
4451
+ #: includes/admin/settings/class-settings-bootstrap.php:1371
4452
  msgctxt "admin settings"
4453
  msgid "A listing is edited."
4454
  msgstr ""
4455
 
4456
+ #: includes/admin/settings/class-settings-bootstrap.php:1372
4457
  msgctxt "admin settings"
4458
  msgid "A listing expires."
4459
  msgstr ""
4460
 
4461
+ #: includes/admin/settings/class-settings-bootstrap.php:1373
4462
  msgctxt "admin settings"
4463
  msgid "A listing is renewed."
4464
  msgstr ""
4465
 
4466
+ #: includes/admin/settings/class-settings-bootstrap.php:1374
4467
  msgctxt "admin settings"
4468
  msgid "A listing payment is completed."
4469
  msgstr ""
4470
 
4471
+ #: includes/admin/settings/class-settings-bootstrap.php:1375
4472
  msgctxt "admin settings"
4473
  msgid "A listing has been reported as inappropriate."
4474
  msgstr ""
4475
 
4476
+ #: includes/admin/settings/class-settings-bootstrap.php:1376
4477
  msgctxt "admin settings"
4478
  msgid "A contact message is sent to a listing's owner."
4479
  msgstr ""
4480
 
4481
+ #: includes/admin/settings/class-settings-bootstrap.php:1403
4482
  msgctxt "admin settings"
4483
  msgid "Their listing is submitted."
4484
  msgstr ""
4485
 
4486
+ #: includes/admin/settings/class-settings-bootstrap.php:1404
4487
  msgctxt "admin settings"
4488
  msgid "Their listing is approved/published."
4489
  msgstr ""
4490
 
4491
+ #: includes/admin/settings/class-settings-bootstrap.php:1405
4492
  msgctxt "admin settings"
4493
  msgid "A payment for their listing is completed."
4494
  msgstr ""
4495
 
4496
+ #: includes/admin/settings/class-settings-bootstrap.php:1406
4497
  msgctxt "admin settings"
4498
  msgid "Their listing expired or is about to expire."
4499
  msgstr ""
4500
 
4501
+ #: includes/admin/settings/class-settings-bootstrap.php:1424
4502
+ #: includes/admin/settings/class-settings-bootstrap.php:1443
4503
+ #: includes/admin/settings/class-settings-bootstrap.php:1479
4504
+ #: includes/admin/settings/class-settings-bootstrap.php:1515
4505
+ #: includes/admin/settings/class-settings-bootstrap.php:1534
4506
  msgctxt "admin settings"
4507
  msgid "Listing's title"
4508
  msgstr ""
4509
 
4510
+ #: includes/admin/settings/class-settings-bootstrap.php:1425
4511
+ #: includes/admin/settings/class-settings-bootstrap.php:1516
4512
  msgctxt "admin settings"
4513
  msgid "Listing's plan name"
4514
  msgstr ""
4515
 
4516
+ #: includes/admin/settings/class-settings-bootstrap.php:1426
4517
+ #: includes/admin/settings/class-settings-bootstrap.php:1517
4518
  msgctxt "admin settings"
4519
  msgid "Listing's plan description"
4520
  msgstr ""
4521
 
4522
+ #: includes/admin/settings/class-settings-bootstrap.php:1427
4523
+ #: includes/admin/settings/class-settings-bootstrap.php:1518
4524
  msgctxt "admin settings"
4525
  msgid "Listing's plan details"
4526
  msgstr ""
4527
 
4528
+ #: includes/admin/settings/class-settings-bootstrap.php:1440
4529
  msgctxt "admin settings"
4530
  msgid ""
4531
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
4532
  "viewed by the public."
4533
  msgstr ""
4534
 
4535
+ #: includes/admin/settings/class-settings-bootstrap.php:1444
4536
+ #: includes/admin/settings/class-settings-bootstrap.php:1478
4537
  msgctxt "admin settings"
4538
  msgid "Listing's URL"
4539
  msgstr ""
4540
 
4541
+ #: includes/admin/settings/class-settings-bootstrap.php:1445
4542
+ #: includes/admin/settings/class-settings-bootstrap.php:1485
4543
  msgctxt "admin settings"
4544
  msgid "Listing's Access Key"
4545
  msgstr ""
4546
 
4547
+ #: includes/admin/settings/class-settings-bootstrap.php:1480
4548
  msgctxt "admin settings"
4549
  msgid "Sender's name"
4550
  msgstr ""
4551
 
4552
+ #: includes/admin/settings/class-settings-bootstrap.php:1483
4553
  msgctxt "admin settings"
4554
  msgid "Contact message"
4555
  msgstr ""
4556
 
4557
+ #: includes/admin/settings/class-settings-bootstrap.php:1484
4558
  msgctxt "admin settings"
4559
  msgid "Date and time the message was sent"
4560
  msgstr ""
4561
 
4562
+ #: includes/admin/settings/class-settings-bootstrap.php:1519
4563
  msgctxt "admin settings"
4564
  msgid "Payment items details."
4565
  msgstr ""
4566
 
4567
+ #: includes/admin/settings/class-settings-bootstrap.php:1520
4568
  msgctxt "admin settings"
4569
  msgid "URL where user can review and print payment receipt."
4570
  msgstr ""
4571
 
4572
+ #: includes/admin/settings/class-settings-bootstrap.php:1521
4573
  msgctxt "admin settings"
4574
  msgid "Gateway used to process listing's payment."
4575
  msgstr ""
4576
 
4577
+ #: includes/admin/settings/class-settings-bootstrap.php:1535
4578
  msgctxt "admin settings"
4579
  msgid "Checkout URL link"
4580
  msgstr ""
4581
 
4582
+ #: includes/admin/settings/class-settings-bootstrap.php:1637
4583
  msgctxt "admin settings"
4584
  msgid "Uploaded Image (no resize)"
4585
  msgstr ""
4586
 
4587
+ #: includes/helpers/functions/general.php:1242
4588
  msgctxt "admin settings"
4589
  msgid "User"
4590
  msgstr ""
4591
 
4592
+ #: includes/helpers/functions/general.php:1243
4593
  msgctxt "admin settings"
4594
  msgid "User registration date"
4595
  msgstr ""
4796
  msgid "General"
4797
  msgstr ""
4798
 
4799
+ #: includes/admin/settings/class-settings-bootstrap.php:10
4800
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
4801
  msgctxt "settings"
4802
  msgid "Listings"
4803
  msgstr ""
4804
 
4805
+ #: includes/admin/settings/class-settings-bootstrap.php:11
4806
+ #: includes/admin/settings/class-settings-bootstrap.php:14
4807
+ #: includes/admin/settings/class-settings-bootstrap.php:17
4808
+ #: includes/admin/settings/class-settings-bootstrap.php:32
4809
+ #: includes/admin/settings/class-settings-bootstrap.php:1321
4810
+ #: includes/admin/settings/class-settings.php:359
4811
  msgctxt "settings"
4812
  msgid "General Settings"
4813
  msgstr ""
4814
 
4815
+ #: includes/admin/settings/class-settings-bootstrap.php:16
4816
  msgctxt "settings"
4817
  msgid "Payment"
4818
  msgstr ""
4819
 
4820
+ #: includes/admin/settings/class-settings-bootstrap.php:19
4821
  msgctxt "settings"
4822
  msgid "Appearance"
4823
  msgstr ""
4824
 
4825
+ #: includes/admin/settings/class-settings-bootstrap.php:55
4826
  msgctxt "settings"
4827
  msgid "Permalink Settings"
4828
  msgstr ""
4829
 
4830
+ #: includes/admin/settings/class-settings-bootstrap.php:60
4831
  msgctxt "settings"
4832
  msgid "Directory Listings Slug"
4833
  msgstr ""
4834
 
4835
+ #: includes/admin/settings/class-settings-bootstrap.php:71
4836
  msgctxt "settings"
4837
  msgid "Categories Slug"
4838
  msgstr ""
4839
 
4840
+ #: includes/admin/settings/class-settings-bootstrap.php:72
4841
  msgctxt "settings"
4842
  msgid ""
4843
  "The slug can't be in use by another term. Avoid \"category\", for instance."
4844
  msgstr ""
4845
 
4846
+ #: includes/admin/settings/class-settings-bootstrap.php:84
4847
  msgctxt "settings"
4848
  msgid "Tags Slug"
4849
  msgstr ""
4850
 
4851
+ #: includes/admin/settings/class-settings-bootstrap.php:85
4852
  msgctxt "settings"
4853
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
4854
  msgstr ""
4855
 
4856
+ #: includes/admin/settings/class-settings-bootstrap.php:98
4857
  msgctxt "settings"
4858
  msgid "Remove listing ID from URLs for better SEO"
4859
  msgstr ""
4860
 
4861
+ #: includes/admin/settings/class-settings-bootstrap.php:99
4862
  msgctxt "settings"
4863
  msgid ""
4864
  "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
4865
  "directory/1809/listing-title\"."
4866
  msgstr ""
4867
 
4868
+ #: includes/admin/settings/class-settings-bootstrap.php:110
4869
  msgctxt "settings"
4870
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
4871
  msgstr ""
4872
 
4873
+ #: includes/admin/settings/class-settings-bootstrap.php:117
4874
  msgctxt "settings"
4875
  msgid "Use reCAPTCHA for contact forms"
4876
  msgstr ""
4877
 
4878
+ #: includes/admin/settings/class-settings-bootstrap.php:125
4879
  msgctxt "settings"
4880
  msgid "Use reCAPTCHA only for logged-out users"
4881
  msgstr ""
4882
 
4883
+ #: includes/admin/settings/class-settings-bootstrap.php:133
4884
  msgctxt "settings"
4885
  msgid "Use reCAPTCHA for listing submits"
4886
  msgstr ""
4887
 
4888
+ #: includes/admin/settings/class-settings-bootstrap.php:141
4889
  msgctxt "settings"
4890
  msgid "Use reCAPTCHA for edit listings"
4891
  msgstr ""
4892
 
4893
+ #: includes/admin/settings/class-settings-bootstrap.php:149
4894
  msgctxt "settings"
4895
  msgid "Use reCAPTCHA for report listings"
4896
  msgstr ""
4897
 
4898
+ #: includes/admin/settings/class-settings-bootstrap.php:157
4899
  msgctxt "settings"
4900
  msgid "Use reCAPTCHA for listing comments"
4901
  msgstr ""
4902
 
4903
+ #: includes/admin/settings/class-settings-bootstrap.php:165
4904
  msgctxt "settings"
4905
  msgid "reCAPTCHA Public Key"
4906
  msgstr ""
4907
 
4908
+ #: includes/admin/settings/class-settings-bootstrap.php:175
4909
  msgctxt "settings"
4910
  msgid "reCAPTCHA Private Key"
4911
  msgstr ""
4912
 
4913
+ #: includes/admin/settings/class-settings-bootstrap.php:185
4914
  msgctxt "settings"
4915
  msgid "reCAPTCHA version"
4916
  msgstr ""
4917
 
4918
+ #: includes/admin/settings/class-settings-bootstrap.php:202
4919
  msgctxt "settings"
4920
  msgid "reCAPTCHA V3 threshold score"
4921
  msgstr ""
4922
 
4923
+ #: includes/admin/settings/class-settings-bootstrap.php:207
4924
  msgctxt "settings"
4925
  msgid ""
4926
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
4929
  "this value will result in reCAPTCHA validation error."
4930
  msgstr ""
4931
 
4932
+ #: includes/admin/settings/class-settings-bootstrap.php:218
4933
  msgctxt "settings"
4934
  msgid "Registration"
4935
  msgstr ""
4936
 
4937
+ #: includes/admin/settings/class-settings-bootstrap.php:228
 
 
 
 
 
 
 
 
 
4938
  msgctxt "settings"
4939
  msgid "Require login to post listings"
4940
  msgstr ""
4941
 
4942
+ #: includes/admin/settings/class-settings-bootstrap.php:237
4943
  msgctxt "settings"
4944
  msgid "Allow anonymous users to edit/manage listings with an access key"
4945
  msgstr ""
4946
 
4947
+ #: includes/admin/settings/class-settings-bootstrap.php:245
4948
  msgctxt "settings"
4949
  msgid "Login URL"
4950
  msgstr ""
4951
 
4952
+ #: includes/admin/settings/class-settings-bootstrap.php:246
4953
  msgctxt "settings"
4954
  msgid "Only enter this if using a membership plugin or custom login page"
4955
  msgstr ""
4956
 
4957
+ #: includes/admin/settings/class-settings-bootstrap.php:247
4958
  msgctxt "settings"
4959
  msgid "URL of your membership plugin's login page."
4960
  msgstr ""
4961
 
4962
+ #: includes/admin/settings/class-settings-bootstrap.php:256
4963
  msgctxt "settings"
4964
  msgid "Registration URL"
4965
  msgstr ""
4966
 
4967
+ #: includes/admin/settings/class-settings-bootstrap.php:257
4968
  msgctxt "settings"
4969
  msgid ""
4970
  "Only enter this if using a membership plugin or custom registration page."
4971
  msgstr ""
4972
 
4973
+ #: includes/admin/settings/class-settings-bootstrap.php:258
4974
  msgctxt "settings"
4975
  msgid "URL of your membership plugin's registration page"
4976
  msgstr ""
4977
 
4978
+ #: includes/admin/settings/class-settings-bootstrap.php:267
4979
  msgctxt "settings"
4980
  msgid "Allow users to create accounts during listing submit"
4981
  msgstr ""
4982
 
4983
+ #: includes/admin/settings/class-settings-bootstrap.php:298
4984
  msgctxt "settings"
4985
  msgid ""
4986
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
4987
  "Conditions text will be replaced by a link to the appropiate page."
4988
  msgstr ""
4989
 
4990
+ #: includes/admin/settings/class-settings-bootstrap.php:300
4991
  msgctxt "settings"
4992
  msgid "Terms and Conditions text goes here"
4993
  msgstr ""
4994
 
4995
+ #: includes/admin/settings/class-settings-bootstrap.php:329
4996
  msgctxt "settings"
4997
  msgid "Enable high performance search"
4998
  msgstr ""
4999
 
5000
+ #: includes/admin/settings/class-settings-bootstrap.php:338
5001
  msgctxt "settings"
5002
  msgid "Advanced"
5003
  msgstr ""
5004
 
5005
+ #: includes/admin/settings/class-settings-bootstrap.php:344
5006
  msgctxt "settings"
5007
  msgid "Disable advanced CPT integration"
5008
  msgstr ""
5009
 
5010
+ #: includes/admin/settings/class-settings-bootstrap.php:353
5011
  msgctxt "settings"
5012
  msgid "Disable frontend listing submission"
5013
  msgstr ""
5014
 
5015
+ #: includes/admin/settings/class-settings-bootstrap.php:354
5016
  msgctxt "settings"
5017
  msgid ""
5018
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5019
  "shortcode for submit listing to function on other pages."
5020
  msgstr ""
5021
 
5022
+ #: includes/admin/settings/class-settings-bootstrap.php:435
5023
  msgctxt "settings"
5024
  msgid "Contact Form"
5025
  msgstr ""
5026
 
5027
+ #: includes/admin/settings/class-settings-bootstrap.php:444
5028
  msgctxt "settings"
5029
  msgid "Listings per page"
5030
  msgstr ""
5031
 
5032
+ #: includes/admin/settings/class-settings-bootstrap.php:445
5033
  msgctxt "settings"
5034
  msgid ""
5035
  "Number of listings to show per page. Use a value of \"0\" to show all "
5036
  "listings."
5037
  msgstr ""
5038
 
5039
+ #: includes/admin/settings/class-settings-bootstrap.php:457
5040
  msgctxt "settings"
5041
  msgid "Turn on listing renewal option"
5042
  msgstr ""
5043
 
5044
+ #: includes/admin/settings/class-settings-bootstrap.php:466
5045
  msgctxt "settings"
5046
  msgid "Open detailed view of listing in new tab"
5047
  msgstr ""
5048
 
5049
+ #: includes/admin/settings/class-settings-bootstrap.php:476
5050
  msgctxt "settings"
5051
  msgid "Include button to report listings"
5052
  msgstr ""
5053
 
5054
+ #: includes/admin/settings/class-settings-bootstrap.php:485
5055
  msgctxt "settings"
5056
  msgid "Enable report listing for registered users only"
5057
  msgstr ""
5058
 
5059
+ #: includes/admin/settings/class-settings-bootstrap.php:495
5060
  msgctxt "settings"
5061
  msgid "Report listing option list"
5062
  msgstr ""
5063
 
5064
+ #: includes/admin/settings/class-settings-bootstrap.php:496
5065
  msgctxt "settings"
5066
  msgid ""
5067
  "Form option list to report a listing as inappropriate. One option per line."
5068
  msgstr ""
5069
 
5070
+ #: includes/admin/settings/class-settings-bootstrap.php:507
5071
  msgctxt "settings"
5072
  msgid "Include listing contact form on listing pages"
5073
  msgstr ""
5074
 
5075
+ #: includes/admin/settings/class-settings-bootstrap.php:508
5076
  msgctxt "settings"
5077
  msgid ""
5078
  "Allows visitors to contact listing authors privately. Authors will receive "
5079
  "the messages via email."
5080
  msgstr ""
5081
 
5082
+ #: includes/admin/settings/class-settings-bootstrap.php:517
5083
  msgctxt "settings"
5084
  msgid "Require login for using the contact form"
5085
  msgstr ""
5086
 
5087
+ #: includes/admin/settings/class-settings-bootstrap.php:528
5088
  msgctxt "settings"
5089
  msgid "Maximum number of daily contact form submits from registered users"
5090
  msgstr ""
5091
 
5092
+ #: includes/admin/settings/class-settings-bootstrap.php:529
5093
  msgctxt "settings"
5094
  msgid ""
5095
  "Use this to prevent spamming of listing owners from logged in users. 0 means "
5096
  "unlimited submits per day."
5097
  msgstr ""
5098
 
5099
+ #: includes/admin/settings/class-settings-bootstrap.php:541
5100
  msgctxt "settings"
5101
  msgid "Maximum number of contact form submits for each listing per day"
5102
  msgstr ""
5103
 
5104
+ #: includes/admin/settings/class-settings-bootstrap.php:542
5105
  msgctxt "settings"
5106
  msgid ""
5107
  "Use this to set contact submits limit for each listing in the directory. 0 "
5108
  "means unlimited submits per day."
5109
  msgstr ""
5110
 
5111
+ #: includes/admin/settings/class-settings-bootstrap.php:554
5112
  msgctxt "settings"
5113
  msgid "Include comment form on listing pages?"
5114
  msgstr ""
5115
 
5116
+ #: includes/admin/settings/class-settings-bootstrap.php:569
5117
  msgctxt "settings"
5118
  msgid "Show listings under categories on main page"
5119
  msgstr ""
5120
 
5121
+ #: includes/admin/settings/class-settings-bootstrap.php:579
5122
  msgctxt "settings"
5123
  msgid ""
5124
  "Prevents featured listings from floating to the top of the selected page."
5125
  msgstr ""
5126
 
5127
+ #: includes/admin/settings/class-settings-bootstrap.php:609
5128
  msgctxt "settings"
5129
  msgid ""
5130
  "The user ID or login of an existing user account. If login is not required "
5132
  "that will not a be posting a listing is best."
5133
  msgstr ""
5134
 
5135
+ #: includes/admin/settings/class-settings-bootstrap.php:635
5136
  msgctxt "settings"
5137
  msgid "Edit post status"
5138
  msgstr ""
5139
 
5140
+ #: includes/admin/settings/class-settings-bootstrap.php:650
5141
  msgctxt "settings"
5142
  msgid "Status of deleted listings"
5143
  msgstr ""
5144
 
5145
+ #: includes/admin/settings/class-settings-bootstrap.php:701
5146
  msgctxt "settings"
5147
  msgid "Submit Listing instructions message"
5148
  msgstr ""
5149
 
5150
+ #: includes/admin/settings/class-settings-bootstrap.php:712
5151
  msgctxt "settings"
5152
  msgid "Order categories list by"
5153
  msgstr ""
5154
 
5155
+ #: includes/admin/settings/class-settings-bootstrap.php:726
5156
  msgctxt "settings"
5157
  msgid "Sort order for categories"
5158
  msgstr ""
5159
 
5160
+ #: includes/admin/settings/class-settings-bootstrap.php:739
5161
  msgctxt "settings"
5162
  msgid "Show category post count"
5163
  msgstr ""
5164
 
5165
+ #: includes/admin/settings/class-settings-bootstrap.php:748
5166
  msgctxt "settings"
5167
  msgid "Hide empty categories"
5168
  msgstr ""
5169
 
5170
+ #: includes/admin/settings/class-settings-bootstrap.php:757
5171
  msgctxt "settings"
5172
  msgid "Show only parent categories in category list"
5173
  msgstr ""
5174
 
5175
+ #: includes/admin/settings/class-settings-bootstrap.php:769
5176
  msgctxt "settings"
5177
  msgid "Order directory listings by"
5178
  msgstr ""
5179
 
5180
+ #: includes/admin/settings/class-settings-bootstrap.php:793
5181
  msgctxt "settings"
5182
  msgid "Sort directory listings by"
5183
  msgstr ""
5184
 
5185
+ #: includes/admin/settings/class-settings-bootstrap.php:794
5186
  msgctxt "settings"
5187
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
5188
  msgstr ""
5189
 
5190
+ #: includes/admin/settings/class-settings-bootstrap.php:807
5191
  msgctxt "settings"
5192
  msgid "Enable sort bar"
5193
  msgstr ""
5194
 
5195
+ #: includes/admin/settings/class-settings-bootstrap.php:816
5196
  msgctxt "settings"
5197
  msgid "Sortbar Fields"
5198
  msgstr ""
5199
 
5200
+ #: includes/admin/settings/class-settings-bootstrap.php:835
5201
  msgctxt "settings"
5202
  msgid "Show the \"Submit listing\" button"
5203
  msgstr ""
5204
 
5205
+ #: includes/admin/settings/class-settings-bootstrap.php:836
5206
  msgctxt "settings"
5207
  msgid ""
5208
  "Hides the button used by the main UI to allow listing submission, but does "
5210
  "customize the submit listing button on your own)"
5211
  msgstr ""
5212
 
5213
+ #: includes/admin/settings/class-settings-bootstrap.php:846
5214
  msgctxt "settings"
5215
  msgid "Show \"Search listings\""
5216
  msgstr ""
5217
 
5218
+ #: includes/admin/settings/class-settings-bootstrap.php:855
5219
  msgctxt "settings"
5220
  msgid "Show the \"View Listings\" button"
5221
  msgstr ""
5222
 
5223
+ #: includes/admin/settings/class-settings-bootstrap.php:864
5224
  msgctxt "settings"
5225
  msgid "Show the \"Manage Listings\" button"
5226
  msgstr ""
5227
 
5228
+ #: includes/admin/settings/class-settings-bootstrap.php:908
5229
  msgctxt "settings"
5230
  msgid "Image Settings"
5231
  msgstr ""
5232
 
5233
+ #: includes/admin/settings/class-settings-bootstrap.php:913
5234
  msgctxt "settings"
5235
  msgid "Allow images"
5236
  msgstr ""
5237
 
5238
+ #: includes/admin/settings/class-settings-bootstrap.php:924
5239
  msgctxt "settings"
5240
  msgid "Min Image File Size (KB)"
5241
  msgstr ""
5242
 
5243
+ #: includes/admin/settings/class-settings-bootstrap.php:936
5244
  msgctxt "settings"
5245
  msgid "Max Image File Size (KB)"
5246
  msgstr ""
5247
 
5248
+ #: includes/admin/settings/class-settings-bootstrap.php:948
5249
  msgctxt "settings"
5250
  msgid "Min image width (px)"
5251
  msgstr ""
5252
 
5253
+ #: includes/admin/settings/class-settings-bootstrap.php:958
5254
  msgctxt "settings"
5255
  msgid "Min image height (px)"
5256
  msgstr ""
5257
 
5258
+ #: includes/admin/settings/class-settings-bootstrap.php:972
5259
  msgctxt "settings"
5260
  msgid "Max image width (px)"
5261
  msgstr ""
5262
 
5263
+ #: includes/admin/settings/class-settings-bootstrap.php:984
5264
  msgctxt "settings"
5265
  msgid "Max image height (px)"
5266
  msgstr ""
5267
 
5268
+ #: includes/admin/settings/class-settings-bootstrap.php:996
5269
  msgctxt "settings"
5270
  msgid "Turn on thickbox/lightbox"
5271
  msgstr ""
5272
 
5273
+ #: includes/admin/settings/class-settings-bootstrap.php:997
5274
  msgctxt "settings"
5275
  msgid ""
5276
  "Uncheck if it conflicts with other elements or plugins installed on your site"
5277
  msgstr ""
5278
 
5279
+ #: includes/admin/settings/class-settings-bootstrap.php:1003
5280
  msgctxt "settings"
5281
  msgid "Thumbnails"
5282
  msgstr ""
5283
 
5284
+ #: includes/admin/settings/class-settings-bootstrap.php:1010
5285
  msgctxt "settings"
5286
  msgid "Thumbnail width (px)"
5287
  msgstr ""
5288
 
5289
+ #: includes/admin/settings/class-settings-bootstrap.php:1022
5290
  msgctxt "settings"
5291
  msgid "Thumbnail height (px)"
5292
  msgstr ""
5293
 
5294
+ #: includes/admin/settings/class-settings-bootstrap.php:1032
5295
  msgctxt "settings"
5296
  msgid "Crop thumbnails to exact dimensions"
5297
  msgstr ""
5298
 
5299
+ #: includes/admin/settings/class-settings-bootstrap.php:1033
5300
  msgctxt "settings"
5301
  msgid ""
5302
  "When enabled images will match exactly the dimensions above but part of the "
5305
  "Depending on the uploaded images, thumbnails may have different heights."
5306
  msgstr ""
5307
 
5308
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
5309
  msgctxt "settings"
5310
  msgid "Enforce image upload on submit/edit"
5311
  msgstr ""
5312
 
5313
+ #: includes/admin/settings/class-settings-bootstrap.php:1065
5314
  msgctxt "settings"
5315
  msgid "Default thumbnail image size"
5316
  msgstr ""
5317
 
5318
+ #: includes/admin/settings/class-settings-bootstrap.php:1068
5319
  msgctxt "settings"
5320
  msgid ""
5321
  "This indicates the size of the thumbnail to be used both in excerpt and "
5324
  "width as the starting point."
5325
  msgstr ""
5326
 
5327
+ #: includes/admin/settings/class-settings-bootstrap.php:1077
5328
  msgctxt "settings"
5329
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5330
  msgstr ""
5331
 
5332
+ #: includes/admin/settings/class-settings-bootstrap.php:1101
5333
  msgctxt "settings"
5334
  msgid "Display featured (sticky) badge"
5335
  msgstr ""
5336
 
5337
+ #: includes/admin/settings/class-settings-bootstrap.php:1115
5338
  msgctxt "settings"
5339
  msgid "Featured Badge image"
5340
  msgstr ""
5341
 
5342
+ #: includes/admin/settings/class-settings-bootstrap.php:1125
5343
  msgctxt "settings"
5344
  msgid "Featured Badge URL"
5345
  msgstr ""
5346
 
5347
+ #: includes/admin/settings/class-settings-bootstrap.php:1126
5348
  msgctxt "settings"
5349
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5350
  msgstr ""
5351
 
5352
+ #: includes/admin/settings/class-settings-bootstrap.php:1150
5353
  msgctxt "settings"
5354
  msgid "Fee Order"
5355
  msgstr ""
5356
 
5357
+ #: includes/admin/settings/class-settings-bootstrap.php:1163
5358
  msgctxt "settings"
5359
  msgid "Put payment gateways in test mode"
5360
  msgstr ""
5361
 
5362
+ #: includes/admin/settings/class-settings-bootstrap.php:1173
5363
  msgctxt "settings"
5364
  msgid "Currency Code"
5365
  msgstr ""
5366
 
5367
+ #: includes/admin/settings/class-settings-bootstrap.php:1212
5368
  msgctxt "settings"
5369
  msgid "Currency Symbol"
5370
  msgstr ""
5371
 
5372
+ #: includes/admin/settings/class-settings-bootstrap.php:1222
5373
  msgctxt "settings"
5374
  msgid "Currency symbol display"
5375
  msgstr ""
5376
 
5377
+ #: includes/admin/settings/class-settings-bootstrap.php:1236
5378
  msgctxt "settings"
5379
  msgid "Include plan description in receipt"
5380
  msgstr ""
5381
 
5382
+ #: includes/admin/settings/class-settings-bootstrap.php:1245
5383
  msgctxt "settings"
5384
  msgid "Thank you for payment message"
5385
  msgstr ""
5386
 
5387
+ #: includes/admin/settings/class-settings-bootstrap.php:1298
5388
  msgctxt "settings"
5389
  msgid "Ask users to come back for abandoned payments"
5390
  msgstr ""
5391
 
5392
+ #: includes/admin/settings/class-settings-bootstrap.php:1309
5393
  msgctxt "settings"
5394
  msgid "Listing abandonment threshold (hours)"
5395
  msgstr ""
5396
 
5397
+ #: includes/admin/settings/class-settings-bootstrap.php:1326
5398
  msgctxt "settings"
5399
  msgid "Display email address fields publicly"
5400
  msgstr ""
5401
 
5402
+ #: includes/admin/settings/class-settings-bootstrap.php:1327
5403
  msgctxt "settings"
5404
  msgid ""
5405
  "Shows the email address of the listing owner to all web users. NOT "
5407
  "harvest it for future use."
5408
  msgstr ""
5409
 
5410
+ #: includes/admin/settings/class-settings-bootstrap.php:1336
5411
  msgctxt "settings"
5412
  msgid "How to determine the listing's email address?"
5413
  msgstr ""
5414
 
5415
+ #: includes/admin/settings/class-settings-bootstrap.php:1337
5416
  msgctxt "settings"
5417
  msgid ""
5418
  "This affects emails sent to listing owners via contact forms or when their "
5419
  "listings expire."
5420
  msgstr ""
5421
 
5422
+ #: includes/admin/settings/class-settings-bootstrap.php:1350
5423
  msgctxt "settings"
5424
  msgid "Email Content-Type header"
5425
  msgstr ""
5426
 
5427
+ #: includes/admin/settings/class-settings-bootstrap.php:1351
5428
  msgctxt "settings"
5429
  msgid ""
5430
  "Use this setting to control the format of the emails explicitly. Some "
5433
  "then \"Both\"."
5434
  msgstr ""
5435
 
5436
+ #: includes/admin/settings/class-settings-bootstrap.php:1412
5437
  msgctxt "settings"
5438
  msgid "Templates"
5439
  msgstr ""
5440
 
5441
+ #: includes/admin/settings/class-settings-bootstrap.php:1417
5442
  msgctxt "settings"
5443
  msgid "Email confirmation message"
5444
  msgstr ""
5445
 
5446
+ #: includes/admin/settings/class-settings-bootstrap.php:1418
5447
  msgctxt "settings"
5448
  msgid "Sent after a listing has been submitted."
5449
  msgstr ""
5450
 
5451
+ #: includes/admin/settings/class-settings-bootstrap.php:1436
5452
  msgctxt "settings"
5453
  msgid "Listing published message"
5454
  msgstr ""
5455
 
5456
+ #: includes/admin/settings/class-settings-bootstrap.php:1437
5457
  msgctxt "settings"
5458
  msgid "Sent when the listing has been published or approved by an admin."
5459
  msgstr ""
5460
 
5461
+ #: includes/admin/settings/class-settings-bootstrap.php:1454
5462
  msgctxt "settings"
5463
  msgid "Listing Contact Message"
5464
  msgstr ""
5465
 
5466
+ #: includes/admin/settings/class-settings-bootstrap.php:1455
5467
  msgctxt "settings"
5468
  msgid ""
5469
  "Sent to listing owners when someone uses the contact form on their listing "
5470
  "pages."
5471
  msgstr ""
5472
 
5473
+ #: includes/admin/settings/class-settings-bootstrap.php:1495
5474
  msgctxt "settings"
5475
  msgid "Payment completed message"
5476
  msgstr ""
5477
 
5478
+ #: includes/admin/settings/class-settings-bootstrap.php:1496
5479
  msgctxt "settings"
5480
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
5481
  msgstr ""
5482
 
5483
+ #: includes/admin/settings/class-settings-bootstrap.php:1532
5484
  msgctxt "settings"
5485
  msgid "Payment abandoned reminder message"
5486
  msgstr ""
5487
 
5488
+ #: includes/admin/settings/class-settings-bootstrap.php:1658
5489
  msgctxt "settings"
5490
  msgid "Cropped"
5491
  msgstr ""
5492
 
5493
+ #: includes/admin/settings/class-settings.php:494
5494
+ #: includes/admin/settings/class-settings.php:505
5495
  msgctxt "settings"
5496
  msgid "\"%s\" can not be empty."
5497
  msgstr ""
5498
 
5499
+ #: includes/admin/settings/class-settings.php:522
5500
  msgctxt "settings"
5501
  msgid "The slug \"%s\" is already in use for another taxonomy."
5502
  msgstr ""
5503
 
5504
+ #: includes/licensing.php:237
5505
  msgctxt "settings"
5506
  msgid "Themes"
5507
  msgstr ""
5508
 
5509
+ #: includes/licensing.php:289 includes/licensing.php:290
5510
  msgctxt "settings"
5511
  msgid "Please wait..."
5512
  msgstr ""
5513
 
5514
+ #: includes/licensing.php:290
5515
  msgctxt "settings"
5516
  msgid "Deauthorize"
5517
  msgstr ""
5584
  msgstr ""
5585
 
5586
  #: includes/admin/controllers/class-themes-admin.php:378
5587
+ #: includes/admin/upgrades/class-themes-updater.php:172
5588
  msgctxt "themes"
5589
  msgid "Could not update theme: %s"
5590
  msgstr ""
5591
 
5592
+ #: includes/admin/upgrades/class-themes-updater.php:133
5593
  msgctxt "themes"
5594
  msgid "Updating theme..."
5595
  msgstr ""
5596
 
5597
+ #: includes/admin/upgrades/class-themes-updater.php:134
5598
  msgctxt "themes"
5599
  msgid "Theme updated."
5600
  msgstr ""
5601
 
5602
+ #: includes/admin/upgrades/class-themes-updater.php:137
5603
  msgctxt "themes"
5604
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
5605
  msgstr ""
5606
 
5607
+ #: includes/admin/upgrades/class-themes-updater.php:183
5608
  msgctxt "themes"
5609
  msgid "Theme was updated successfully."
5610
  msgstr ""
5639
  msgid "Error while creating a temporary directory for CSV export: %s"
5640
  msgstr ""
5641
 
5642
+ #: templates/admin/csv-export.tpl.php:12
5643
  msgctxt "admin csv-export"
5644
  msgid ""
5645
  "Please note that the export process is a resource intensive task. If your "
5648
  "server's php.ini configuration file."
5649
  msgstr ""
5650
 
5651
+ #: templates/admin/csv-export.tpl.php:27
5652
  msgctxt "admin csv-export"
5653
  msgid "Export settings"
5654
  msgstr ""
5655
 
5656
+ #: templates/admin/csv-export.tpl.php:33
5657
  msgctxt "admin csv-export"
5658
  msgid "Which listings to export?"
5659
  msgstr ""
5660
 
5661
+ #: templates/admin/csv-export.tpl.php:38
5662
  msgctxt "admin csv-export"
5663
  msgid "Active Only"
5664
  msgstr ""
5665
 
5666
+ #: templates/admin/csv-export.tpl.php:39
5667
  msgctxt "admin csv-export"
5668
  msgid "Active + Pending Renewal"
5669
  msgstr ""
5670
 
5671
+ #: templates/admin/csv-export.tpl.php:47
5672
  msgctxt "admin csv-export"
5673
  msgid "Export images"
5674
  msgstr ""
5675
 
5676
+ #: templates/admin/csv-export.tpl.php:62
5677
  msgctxt "admin csv-export"
5678
  msgid "Include unique IDs for each listing (sequence_id column)."
5679
  msgstr ""
5680
 
5681
+ #: templates/admin/csv-export.tpl.php:75
5682
  msgctxt "admin csv-export"
5683
  msgid "Author information (username)"
5684
  msgstr ""
5685
 
5686
+ #: templates/admin/csv-export.tpl.php:85
5687
  msgctxt "admin csv-export"
5688
  msgid "Listing expiration date"
5689
  msgstr ""
5690
 
5691
+ #: templates/admin/csv-export.tpl.php:94
5692
  msgctxt "admin csv-export"
5693
  msgid "Listing created date"
5694
  msgstr ""
5695
 
5696
+ #: templates/admin/csv-export.tpl.php:103
5697
  msgctxt "admin csv-export"
5698
  msgid "Listing last updated date"
5699
  msgstr ""
5700
 
5701
+ #: templates/admin/csv-export.tpl.php:112
5702
  msgctxt "admin csv-export"
5703
  msgid "Listing T&C acceptance date"
5704
  msgstr ""
5705
 
5706
+ #: templates/admin/csv-export.tpl.php:125
5707
  msgctxt "admin csv-export"
5708
  msgid "What operating system will you use to edit the CSV file?"
5709
  msgstr ""
5710
 
5711
+ #: templates/admin/csv-export.tpl.php:137
5712
  msgctxt "admin csv-export"
5713
  msgid "Windows"
5714
  msgstr ""
5715
 
5716
+ #: templates/admin/csv-export.tpl.php:145
5717
  msgctxt "admin csv-export"
5718
  msgid "macOS"
5719
  msgstr ""
5720
 
5721
+ #: templates/admin/csv-export.tpl.php:159
5722
  msgctxt "admin csv-export"
5723
  msgid "Category Separator"
5724
  msgstr ""
5725
 
5726
+ #: templates/admin/csv-export.tpl.php:169
5727
  msgctxt "admin csv-export"
5728
  msgid "Export Listings"
5729
  msgstr ""
5730
 
5731
+ #: templates/admin/csv-export.tpl.php:175
5732
  msgctxt "admin csv-export"
5733
  msgid "Export in Progress..."
5734
  msgstr ""
5735
 
5736
+ #: templates/admin/csv-export.tpl.php:176
5737
  msgctxt "admin csv-export"
5738
  msgid ""
5739
  "Your export file is being prepared. Please <u>do not leave</u> this page "
5740
  "until the export finishes."
5741
  msgstr ""
5742
 
5743
+ #: templates/admin/csv-export.tpl.php:179
5744
  msgctxt "admin csv-export"
5745
  msgid "No. of listings:"
5746
  msgstr ""
5747
 
5748
+ #: templates/admin/csv-export.tpl.php:181
5749
  msgctxt "admin csv-export"
5750
  msgid "Approximate export file size:"
5751
  msgstr ""
5752
 
5753
+ #: templates/admin/csv-export.tpl.php:188
5754
  msgctxt "admin csv-export"
5755
  msgid "Cancel Export"
5756
  msgstr ""
5757
 
5758
+ #: templates/admin/csv-export.tpl.php:193
5759
  msgctxt "admin csv-export"
5760
  msgid "Export Complete"
5761
  msgstr ""
5762
 
5763
+ #: templates/admin/csv-export.tpl.php:194
5764
  msgctxt "admin csv-export"
5765
  msgid ""
5766
  "Your export file has been successfully created and it is now ready for "
5767
  "download."
5768
  msgstr ""
5769
 
5770
+ #: templates/admin/csv-export.tpl.php:199
5771
  msgctxt "admin csv-export"
5772
  msgid "Download %1$s (%2$s)"
5773
  msgstr ""
5774
 
5775
+ #: templates/admin/csv-export.tpl.php:207
5776
  msgctxt "admin csv-export"
5777
  msgid ""
5778
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
5779
  "temporary data created by Business Directory during the export process."
5780
  msgstr ""
5781
 
5782
+ #: templates/admin/csv-export.tpl.php:208
5783
  msgctxt "admin csv-export"
5784
  msgid "Cleanup"
5785
  msgstr ""
5786
 
5787
+ #: templates/admin/csv-export.tpl.php:213
5788
  msgctxt "admin csv-export"
5789
  msgid "Export Canceled"
5790
  msgstr ""
5791
 
5792
+ #: templates/admin/csv-export.tpl.php:214
5793
  msgctxt "admin csv-export"
5794
  msgid "The export has been canceled."
5795
  msgstr ""
5796
 
5797
+ #: templates/admin/csv-export.tpl.php:215
5798
  msgctxt "admin csv-export"
5799
  msgid "← Return to CSV Export"
5800
  msgstr ""
5801
 
5802
+ #: includes/admin/csv-import.php:174
5803
  msgctxt "admin csv-import"
5804
  msgid "Whatever"
5805
  msgstr ""
5806
 
5807
+ #: includes/admin/csv-import.php:345
5808
  msgctxt "admin csv-import"
5809
  msgid "Please upload or select a CSV file."
5810
  msgstr ""
5811
 
5812
+ #: includes/admin/csv-import.php:374
5813
  msgctxt "admin csv-import"
5814
  msgid ""
5815
  "An error was detected while validating the CSV file for import. Please fix "
5816
  "this before proceeding."
5817
  msgstr ""
5818
 
5819
+ #: includes/admin/csv-import.php:383
5820
  msgctxt "admin csv-import"
5821
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5822
  msgstr ""
5823
 
5824
+ #: includes/admin/helpers/csv/class-csv-import.php:531
5825
  msgctxt "admin csv-import"
5826
  msgid ""
5827
  "Could not create listing category \"<category-name>\". The operation failed "
5828
  "with the following error: <error-message>."
5829
  msgstr ""
5830
 
5831
+ #: includes/admin/helpers/csv/class-csv-import.php:537
5832
  msgctxt "admin csv-import"
5833
  msgid "Could not create listing category \"%s\""
5834
  msgstr ""
5835
 
5836
+ #: includes/admin/helpers/csv/class-csv-import.php:728
5837
  msgctxt "admin csv-import"
5838
  msgid "Username \"%s\" does not exist"
5839
  msgstr ""
5840
 
5841
+ #: includes/admin/helpers/csv/class-csv-import.php:755
5842
  msgctxt "admin csv-import"
5843
  msgid "There is no Plan with ID = <fee-id>"
5844
  msgstr ""
5845
 
5846
+ #: includes/admin/helpers/csv/class-csv-import.php:786
5847
  msgctxt "admin csv-import"
5848
  msgid "Missing required field: %s"
5849
  msgstr ""
5850
 
5851
+ #: includes/admin/helpers/csv/class-csv-import.php:831
5852
  msgctxt "admin csv-import"
5853
  msgid "Listing category \"%s\" does not exist"
5854
  msgstr ""
5855
 
5856
+ #: includes/admin/helpers/csv/class-csv-import.php:905
5857
  msgctxt "admin csv-import"
5858
  msgid "The string <string> couldn't be converted into a valid date."
5859
  msgstr ""
5982
  msgid "Warning"
5983
  msgstr ""
5984
 
5985
+ #: templates/admin/csv-import.tpl.php:60 templates/admin/csv-import.tpl.php:91
 
 
 
 
 
5986
  msgctxt "admin csv-import"
5987
  msgid "... or <a>select a file uploaded to the imports folder</a>"
5988
  msgstr ""
5989
 
5990
+ #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:103
5991
  msgctxt "admin csv-import"
5992
  msgid "(Upload new file)"
5993
  msgstr ""
5994
 
5995
+ #: templates/admin/csv-import.tpl.php:128
5996
  msgctxt "admin csv-import"
5997
  msgid "Comma (,)"
5998
  msgstr ""
5999
 
6000
+ #: templates/admin/csv-import.tpl.php:135
6001
  msgctxt "admin csv-import"
6002
  msgid "Semicolon (;)"
6003
  msgstr ""
6004
 
6005
+ #: templates/admin/csv-import.tpl.php:194
6006
  msgctxt "admin csv-import"
6007
  msgid "Preserve existing status"
6008
  msgstr ""
6009
 
6010
+ #: templates/admin/csv-import.tpl.php:245
6011
  msgctxt "admin csv-import"
6012
  msgid ""
6013
  "Select a default user to be used if the username column is not present in "
6014
  "the CSV file."
6015
  msgstr ""
6016
 
6017
+ #: templates/admin/csv-import.tpl.php:279
6018
  msgctxt "admin csv-import"
6019
  msgid "Test Import"
6020
  msgstr ""
6021
 
6022
+ #: templates/admin/csv-import.tpl.php:280
6023
  msgctxt "admin csv-import"
6024
  msgid "Import Listings"
6025
  msgstr ""
6026
 
6027
+ #: templates/admin/csv-import.tpl.php:330
6028
  msgctxt "admin csv-import"
6029
  msgid ""
6030
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6031
  "updating listings from external sources."
6032
  msgstr ""
6033
 
6034
+ #: templates/admin/csv-import.tpl.php:351
6035
  msgctxt "admin csv-import"
6036
  msgid ""
6037
  "Internal Sequence ID used to allow listing updates from external sources."
6038
  msgstr ""
6039
 
6040
+ #: templates/admin/csv-import.tpl.php:358
6041
  msgctxt "admin csv-import"
6042
  msgid ""
6043
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6044
  "adding or updating listings from external sources."
6045
  msgstr ""
6046
 
6047
+ #: includes/admin/csv-import.php:301
6048
  msgctxt "csv import"
6049
  msgid ""
6050
  "A valid temporary directory with write permissions is required for CSV "
6072
  msgid "No payments available."
6073
  msgstr ""
6074
 
6075
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6076
  msgctxt "listing metabox"
6077
  msgid "Plan Details"
6078
  msgstr ""
6079
 
6080
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
6081
  msgctxt "listing metabox"
6082
  msgid "Change plan"
6083
  msgstr ""
6084
 
6085
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6086
  msgctxt "listing metabox"
6087
  msgid "# of images"
6088
  msgstr ""
6089
 
 
 
 
 
 
 
 
 
 
 
6090
  #: includes/admin/helpers/class-listing-timeline.php:111
6091
  msgctxt "listing timeline"
6092
  msgid "Listing created"
6122
  msgid "All"
6123
  msgstr ""
6124
 
6125
+ #: includes/admin/settings/class-settings-bootstrap.php:625
6126
+ #: includes/admin/settings/class-settings-bootstrap.php:638
6127
  msgctxt "post status"
6128
  msgid "Published"
6129
  msgstr ""
6130
 
6131
+ #: includes/admin/settings/class-settings-bootstrap.php:653
6132
  msgctxt "post status"
6133
  msgid "Draft"
6134
  msgstr ""
6135
 
6136
+ #: includes/admin/settings/class-settings-bootstrap.php:654
6137
  msgctxt "post status"
6138
  msgid "Trash"
6139
  msgstr ""
6140
 
6141
  #. translators: %s: url shortcode
6142
+ #: includes/admin/settings/class-settings-bootstrap.php:1460
6143
  msgctxt "contact email"
6144
  msgid "You have received a reply from your listing at %s."
6145
  msgstr ""
6146
 
6147
  #. translators: %s: name shortcode
6148
+ #: includes/admin/settings/class-settings-bootstrap.php:1463
6149
  msgctxt "contact email"
6150
  msgid "Name: %s"
6151
  msgstr ""
6152
 
6153
+ #: includes/admin/settings/class-settings-bootstrap.php:1471
6154
  msgctxt "contact email"
6155
  msgid "Message:"
6156
  msgstr ""
6157
 
6158
  #. translators: %s: date shortcode
6159
+ #: includes/admin/settings/class-settings-bootstrap.php:1475
6160
  msgctxt "contact email"
6161
  msgid "Time: %s"
6162
  msgstr ""
6163
 
6164
+ #: includes/admin/tracking.php:197
6165
  msgctxt "tracking"
6166
  msgid "Help Improve Business Directory"
6167
  msgstr ""
6168
 
6169
+ #: includes/admin/tracking.php:199
6170
  msgctxt "tracking"
6171
  msgid ""
6172
  "Can Business Directory keep track of your theme, plugins, and other non-"
6174
  "future releases?"
6175
  msgstr ""
6176
 
6177
+ #: includes/admin/tracking.php:201
6178
  msgctxt "tracking"
6179
  msgid "What do you track?"
6180
  msgstr ""
6256
  "the Regions module."
6257
  msgstr ""
6258
 
6259
+ #: includes/admin/upgrades/migrations/migration-3_7.php:38
6260
  msgctxt "installer"
6261
  msgid "Migrating payments information."
6262
  msgstr ""
6263
 
6264
+ #: includes/admin/upgrades/migrations/migration-3_7.php:62
6265
  msgctxt "installer"
6266
  msgid "Cleaning up plan information... %1$d/%2$d"
6267
  msgstr ""
6268
 
6269
+ #: includes/admin/upgrades/migrations/migration-3_7.php:120
6270
  msgctxt "installer"
6271
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6272
  msgstr ""
6273
 
6274
+ #: includes/admin/upgrades/migrations/migration-3_7.php:149
6275
  msgctxt "installer"
6276
  msgid "Initial listing payment (BD < 3.4)"
6277
  msgstr ""
6278
 
6279
+ #: includes/admin/upgrades/migrations/migration-3_7.php:160
6280
  msgctxt "installer"
6281
  msgid "Listing edit payment (BD < 3.4)"
6282
  msgstr ""
6283
 
6284
+ #: includes/admin/upgrades/migrations/migration-3_7.php:202
6285
  msgctxt "installer"
6286
  msgid "Listing upgrade to featured"
6287
  msgstr ""
6446
  msgid "(Unavailable Plan)"
6447
  msgstr ""
6448
 
6449
+ #: includes/models/class-listing.php:881
6450
  msgctxt "listing"
6451
  msgid "Plan \"%s\" (recurring)"
6452
  msgstr ""
6453
 
6454
+ #: includes/models/class-listing.php:883
6455
  msgctxt "listing"
6456
  msgid "Plan \"%s\""
6457
  msgstr ""
6514
  msgid "Payment Details"
6515
  msgstr ""
6516
 
6517
+ #: templates/email/listing-payment-completed.tpl.php:35
6518
  msgctxt "notify email"
6519
  msgid "Listing URL"
6520
  msgstr ""
6521
 
6522
+ #: templates/email/listing-payment-completed.tpl.php:37
6523
  msgctxt "notify email"
6524
  msgid "Listing admin URL"
6525
  msgstr ""
6693
  msgid "Your listing has been deleted."
6694
  msgstr ""
6695
 
6696
+ #: templates/delete-listing-confirm.tpl.php:13
 
 
 
 
 
 
 
 
6697
  msgctxt "delete listing"
6698
  msgid ""
6699
  "Please visit <a>Manage recurring payments</a> to review your current "
6700
  "recurring payments."
6701
  msgstr ""
6702
 
6703
+ #: templates/delete-listing-confirm.tpl.php:21
6704
  msgctxt "delete listing"
6705
  msgid "You are about to remove your listing \"%s\" from the directory."
6706
  msgstr ""
6775
  msgid "There are currently no listings in the directory."
6776
  msgstr ""
6777
 
6778
+ #: includes/controllers/pages/class-main.php:23
6779
  msgctxt "templates"
6780
  msgid ""
6781
  "You have \"Hide Empty Categories\" on and some categories that don't have "
6818
  "an existing field"
6819
  msgstr ""
6820
 
6821
+ #: includes/controllers/pages/class-submit-listing.php:1283
6822
  msgctxt "templates"
6823
  msgid "Please agree to the Terms and Conditions."
6824
  msgstr ""
6825
 
6826
+ #: includes/controllers/pages/class-submit-listing.php:1297
6827
  msgctxt "templates"
6828
  msgid "I agree to the <a>Terms and Conditions</a>"
6829
  msgstr ""
6830
 
6831
+ #: includes/helpers/functions/general.php:1325
6832
  msgctxt "templates"
6833
  msgid "Return to results"
6834
  msgstr ""
6835
 
6836
+ #: includes/helpers/functions/templates-ui.php:226
6837
  msgctxt "templates"
6838
  msgid "No listing categories found."
6839
  msgstr ""
6840
 
6841
+ #: includes/helpers/functions/templates-ui.php:377
6842
  msgctxt "templates"
6843
  msgid "Advanced Search"
6844
  msgstr ""
7189
  msgid "Please choose a valid plan for your category selection."
7190
  msgstr ""
7191
 
7192
+ #: includes/controllers/pages/class-submit-listing.php:1203
7193
  msgctxt "submit listing"
7194
  msgid "Please enter your desired username."
7195
  msgstr ""
7196
 
7197
+ #: includes/controllers/pages/class-submit-listing.php:1208
7198
  msgctxt "submit listing"
7199
  msgid "Please enter the e-mail for your new account."
7200
  msgstr ""
7201
 
7202
+ #: includes/controllers/pages/class-submit-listing.php:1213
7203
  msgctxt "submit listing"
7204
  msgid "The username you chose is already in use. Please use a different one."
7205
  msgstr ""
7206
 
7207
+ #: includes/controllers/pages/class-submit-listing.php:1218
7208
  msgctxt "submit listing"
7209
  msgid "The e-mail address you chose for your account is already in use."
7210
  msgstr ""
7211
 
7212
+ #: includes/models/class-payment.php:262
7213
  msgctxt "submit listing"
7214
  msgid "Listing submitted by admin. Payment skipped."
7215
  msgstr ""
7216
 
7217
+ #: includes/controllers/pages/class-submit-listing.php:1158
7218
  msgctxt "listing submit"
7219
  msgid ""
7220
  "Image upload is required, please provide at least one image and submit again."
7432
  msgid "Transaction Key is missing."
7433
  msgstr ""
7434
 
7435
+ #: includes/gateways/class-gateway-authorize-net.php:104
7436
  msgctxt "authorize-net"
7437
  msgid ""
7438
  "Payment is being held for review by the payment gateway. The following "
7439
  "reason was given: \"%s\"."
7440
  msgstr ""
7441
 
7442
+ #: includes/gateways/class-gateway-authorize-net.php:115
7443
  msgctxt "authorize-net"
7444
  msgid ""
7445
  "The payment gateway didn't accept the credit card or billing information. "
7446
  "The following reason was given: \"%s\"."
7447
  msgstr ""
7448
 
7449
+ #: includes/gateways/class-gateway-authorize-net.php:126
7450
  msgctxt "authorize-net"
7451
  msgid "Payment was rejected. The following reason was given: \"%s\"."
7452
  msgstr ""
7453
 
7454
+ #: includes/gateways/class-gateway-authorize-net.php:190
7455
  msgctxt "authorize-net"
7456
  msgid "Payment failed. Reason: %s"
7457
  msgstr ""
7458
 
7459
+ #: includes/gateways/class-gateway-authorize-net.php:215
7460
  msgctxt "authorize-net"
7461
  msgid "Listing #%d"
7462
  msgstr ""
7483
  "address>. Please try again."
7484
  msgstr ""
7485
 
7486
+ #: includes/helpers/class-fs.php:119
7487
  msgctxt "fs helper"
7488
  msgid "Destination dir \"%s\" is not writable."
7489
  msgstr ""
7490
 
7491
+ #: includes/helpers/functions/templates-ui.php:404
7492
  msgctxt "templates sort"
7493
  msgid "Sort By:"
7494
  msgstr ""
7519
  msgid "General"
7520
  msgstr ""
7521
 
7522
+ #: includes/licensing.php:540
7523
  msgctxt "licensing"
7524
  msgid "Could not contact licensing server"
7525
  msgstr ""
7526
 
7527
+ #: includes/licensing.php:553
7528
  msgctxt "licensing"
7529
  msgid ""
7530
  "It was not possible to establish a connection with Business Directory's "
7531
  "server. cURL was not found in your system"
7532
  msgstr ""
7533
 
7534
+ #: includes/licensing.php:555 includes/licensing.php:585
7535
  msgctxt "licensing"
7536
  msgid ""
7537
  "To ensure the security of our systems and adhere to industry best practices, "
7540
  "1.0.1c)."
7541
  msgstr ""
7542
 
7543
+ #: includes/licensing.php:557 includes/licensing.php:587
7544
  msgctxt "licensing"
7545
  msgid ""
7546
  "Upgrading your system will not only allow you to communicate with Business "
7548
  "services using the latest security standards."
7549
  msgstr ""
7550
 
7551
+ #: includes/licensing.php:559
7552
  msgctxt "licensing"
7553
  msgid ""
7554
  "Please contact your hosting provider and ask them to upgrade your system. "
7555
  "Include this message if necessary"
7556
  msgstr ""
7557
 
7558
+ #: includes/licensing.php:589
7559
  msgctxt "licensing"
7560
  msgid ""
7561
  "Please contact your hosting provider and ask them to upgrade your system. "
7562
  "Include this message if necessary."
7563
  msgstr ""
7564
 
7565
+ #: includes/licensing.php:625
7566
  msgctxt "licensing"
7567
  msgid "The server returned a 403 Forbidden error."
7568
  msgstr ""
7569
 
7570
+ #: includes/licensing.php:871
7571
  msgctxt "licensing"
7572
  msgid "Could not activate license: %s."
7573
  msgstr ""
7574
 
7575
+ #: includes/licensing.php:876
7576
  msgctxt "licensing"
7577
  msgid "License activated"
7578
  msgstr ""
7579
 
7580
+ #: includes/licensing.php:908
7581
  msgctxt "licensing"
7582
  msgid "Could not deactivate license: %s."
7583
  msgstr ""
7584
 
7585
+ #: includes/licensing.php:910
7586
  msgctxt "licensing"
7587
  msgid "License deactivated"
7588
  msgstr ""
7589
 
7590
  #. translators: "<module-name>" version <version-number> is not...
7591
+ #: includes/licensing.php:1150
7592
  msgctxt "deprecation"
7593
  msgid ""
7594
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
7607
  msgstr[0] ""
7608
  msgstr[1] ""
7609
 
7610
+ #: includes/models/class-fee-plan.php:402
7611
  msgctxt "fees-api"
7612
  msgid "Plan label is required."
7613
  msgstr ""
7614
 
7615
+ #: includes/models/class-fee-plan.php:408
7616
  msgctxt "fees-api"
7617
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7618
  msgstr ""
7619
 
7620
+ #: includes/models/class-fee-plan.php:413
7621
  msgctxt "fees-api"
7622
  msgid ""
7623
  "To set this plan as \"Recurring\" you must have a time for the listing to "
7625
  "<a>plan</a> appropriately."
7626
  msgstr ""
7627
 
7628
+ #: includes/models/class-fee-plan.php:416
7629
  msgctxt "fees-api"
7630
  msgid ""
7631
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
7647
  msgid "Renewal payment (\"%s\")"
7648
  msgstr ""
7649
 
7650
+ #: includes/models/class-payment.php:370
7651
  msgctxt "payment"
7652
  msgid "Pending"
7653
  msgstr ""
7654
 
7655
+ #: includes/models/class-payment.php:371
7656
  msgctxt "payment"
7657
  msgid "Failed"
7658
  msgstr ""
7659
 
7660
+ #: includes/models/class-payment.php:372
7661
  msgctxt "payment"
7662
  msgid "Completed"
7663
  msgstr ""
7664
 
7665
+ #: includes/models/class-payment.php:373
7666
  msgctxt "payment"
7667
  msgid "Canceled"
7668
  msgstr ""
7669
 
7670
+ #: includes/models/class-payment.php:374
7671
  msgctxt "payment"
7672
  msgid "On Hold"
7673
  msgstr ""
7674
 
7675
+ #: includes/models/class-payment.php:375
7676
  msgctxt "payment"
7677
  msgid "Refunded"
7678
  msgstr ""
7713
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7714
  msgstr ""
7715
 
7716
+ #: includes/widgets/widget-featured-listings.php:13
7717
  msgctxt "widgets"
7718
  msgid "Business Directory - Featured Listings"
7719
  msgstr ""
7720
 
7721
+ #: includes/widgets/widget-featured-listings.php:14
7722
  msgctxt "widgets"
7723
  msgid "Displays a list of the featured/sticky listings in the directory."
7724
  msgstr ""
7725
 
7726
+ #: includes/widgets/widget-featured-listings.php:17
7727
  msgctxt "widgets"
7728
  msgid "Featured Listings"
7729
  msgstr ""
7730
 
 
 
 
 
 
7731
  #: includes/widgets/widget-latest-listings.php:13
7732
  msgctxt "widgets"
7733
  msgid "Business Directory - Latest Listings"
7743
  msgid "Latest Listings"
7744
  msgstr ""
7745
 
7746
+ #: includes/widgets/widget-random-listings.php:13
7747
  msgctxt "widgets"
7748
  msgid "Business Directory - Random Listings"
7749
  msgstr ""
7750
 
7751
+ #: includes/widgets/widget-random-listings.php:14
7752
  msgctxt "widgets"
7753
  msgid "Displays a list of random listings from the Business Directory."
7754
  msgstr ""
7755
 
7756
+ #: includes/widgets/widget-random-listings.php:17
7757
  msgctxt "widgets"
7758
  msgid "Random Listings"
7759
  msgstr ""
7836
  "we'll answer it within 24 hours most days."
7837
  msgstr ""
7838
 
7839
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
7840
  msgctxt "admin infometabox"
7841
  msgid "Renewal url (copy & paste)"
7842
  msgstr ""
7843
 
7844
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
7845
  msgctxt "admin infometabox"
7846
  msgid "Get renewal URL"
7847
  msgstr ""
7848
 
7849
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
7850
  msgctxt "admin infometabox"
7851
  msgid "Send renewal e-mail"
7852
  msgstr ""
7853
 
7854
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
7855
  msgctxt "admin infometabox"
7856
  msgid "Renew listing"
7857
  msgstr ""
7858
 
7859
+ #: templates/admin/themes-delete-confirm.tpl.php:14
7860
  msgctxt "themes admin"
7861
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7862
  msgstr ""
7886
  msgid "Other"
7887
  msgstr ""
7888
 
7889
+ #: templates/admin/uninstall-capture-form.tpl.php:17
 
 
 
 
 
 
 
 
7890
  msgctxt "uninstall"
7891
  msgid "Why are you deleting Business Directory Plugin?"
7892
  msgstr ""
7893
 
7894
+ #: templates/admin/uninstall-capture-form.tpl.php:20
7895
  msgctxt "uninstall"
7896
  msgid "Please choose an option."
7897
  msgstr ""
7898
 
7899
+ #: templates/admin/uninstall-capture-form.tpl.php:32
7900
  msgctxt "uninstall"
7901
  msgid "Please tell us why are you deleting Business Directory Plugin."
7902
  msgstr ""
7903
 
7904
+ #: templates/admin/uninstall-capture-form.tpl.php:35
7905
  msgctxt "uninstall"
7906
  msgid "Please enter your reasons."
7907
  msgstr ""
7908
 
7909
+ #: templates/admin/uninstall-capture-form.tpl.php:44
7910
  msgctxt "uninstall"
7911
  msgid "Uninstall Plugin"
7912
  msgstr ""
8043
  msgid "Listing"
8044
  msgstr ""
8045
 
8046
+ #: templates/manage-recurring.tpl.php:46
8047
  msgctxt "manage recurring"
8048
  msgid "Cancel recurring payment"
8049
  msgstr ""
8055
  "right now as this will be handled automatically when renewal comes."
8056
  msgstr ""
8057
 
8058
+ #: templates/renew-listing-manage-subscription.tpl.php:30
8059
  msgctxt "renew"
8060
  msgid ""
8061
  "However, if you want to cancel your subscription you can do that on <manage-"
8063
  "When the renewal time comes you'll be able to change your settings again."
8064
  msgstr ""
8065
 
8066
+ #: templates/renew-listing-manage-subscription.tpl.php:37
8067
  msgctxt "renew"
8068
  msgid "Go to Manage Recurring Payments page"
8069
  msgstr ""
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-04 17:33:28+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"
@@ -43,8 +43,8 @@ msgstr "Sélectionnez une annonce"
43
 
44
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
45
  #: includes/admin/helpers/tables/class-fees-table.php:64
46
- #: includes/admin/settings/class-settings-bootstrap.php:673
47
- #: includes/admin/settings/class-settings-bootstrap.php:674
48
  #: includes/helpers/class-app.php:92
49
  #, fuzzy
50
  msgid "Listings"
@@ -72,10 +72,10 @@ msgid "Directory Content"
72
  msgstr "Catégorie de l'annuaire"
73
 
74
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
75
- #: includes/admin/settings/class-settings-bootstrap.php:685
76
- #: includes/admin/settings/class-settings-bootstrap.php:686
77
  #: includes/helpers/class-app.php:93
78
- #: includes/helpers/functions/templates-ui.php:307
79
  msgid "Directory"
80
  msgstr "Annuaire"
81
 
@@ -101,7 +101,7 @@ msgstr ""
101
  msgid "Yes, please!"
102
  msgstr "Oui, s'il vous plait !"
103
 
104
- #: includes/admin/class-admin.php:211 includes/admin/tracking.php:215
105
  #, fuzzy
106
  msgid "No, thanks"
107
  msgstr "Non, merci"
@@ -135,7 +135,7 @@ msgid "Form Fields"
135
  msgstr "champ de formulaires"
136
 
137
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
138
- #: includes/licensing.php:220
139
  #, fuzzy
140
  msgid "Modules"
141
  msgstr "Tous les (modules installés)"
@@ -162,7 +162,7 @@ msgstr "Envoyer un e-mail à l'utilisateur"
162
 
163
  #: includes/admin/class-admin.php:1198
164
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
165
- #: includes/admin/helpers/tables/class-payments-table.php:54
166
  #: templates/email/listing-added.tpl.php:7
167
  #: templates/email/listing-edited.tpl.php:13
168
  #: templates/email/listing-reported.tpl.php:9
@@ -171,7 +171,7 @@ msgid "ID"
171
  msgstr "ID"
172
 
173
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
174
- #: includes/admin/settings/class-settings-bootstrap.php:711
175
  #, fuzzy
176
  msgid "Listing Count"
177
  msgstr "Compteur d'annonces"
@@ -238,7 +238,7 @@ msgstr "Votre email"
238
  msgid "Listing Payments Information"
239
  msgstr "Migration des informations de licence au nouveau format. . ."
240
 
241
- #: includes/admin/class-payment-personal-data-provider.php:93
242
  #, fuzzy
243
  msgid ""
244
  "An unknown error occurred while trying to delete listing payment information "
@@ -249,10 +249,10 @@ msgstr "Une erreur est survenue en essayant de supprimer ce champ."
249
  msgid "Business Directory Plugin"
250
  msgstr "Plugin Business Directory"
251
 
252
- #: includes/admin/controllers/class-admin-controller.php:82
253
- #: includes/admin/helpers/tables/class-fees-table.php:179
254
  #: templates/admin/payments-note.tpl.php:13
255
- #: templates/delete-listing-confirm.tpl.php:19
256
  #, fuzzy
257
  msgid "Are you sure you want to do this?"
258
  msgstr "Êtes-vous sûr de vouloir faire ça ?"
@@ -273,15 +273,15 @@ msgid "See an example CSV import file"
273
  msgstr "Voir un exemple de fichier CSV importé"
274
 
275
  #: includes/admin/controllers/class-admin-csv.php:54
276
- #: templates/admin/csv-import.tpl.php:285
277
  #, fuzzy
278
  msgid "Help"
279
  msgstr "Aide"
280
 
281
- #: includes/admin/controllers/class-admin-fees.php:47
282
- #: includes/admin/helpers/tables/class-payments-table.php:57
283
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
284
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
285
  #: templates/admin/payments-details.tpl.php:113
286
  #: templates/email/listing-payment-completed.tpl.php:21
287
  #: templates/payment/payment_items.tpl.php:5
@@ -289,55 +289,55 @@ msgstr "Aide"
289
  msgid "Amount"
290
  msgstr "Montant"
291
 
292
- #: includes/admin/controllers/class-admin-fees.php:49
293
  #: includes/admin/helpers/tables/class-fees-table.php:65
294
- #: includes/admin/settings/class-settings-bootstrap.php:901
295
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
296
  #, fuzzy
297
  msgid "Images"
298
  msgstr "Images"
299
 
300
- #: includes/admin/controllers/class-admin-fees.php:79
301
  #: includes/admin/helpers/class-modules-list.php:236
302
  #, fuzzy
303
  msgid "Upgrade"
304
  msgstr "Mettre à jour vers %s"
305
 
306
- #: includes/admin/controllers/class-admin-fees.php:90
307
  msgid "Set Up"
308
  msgstr ""
309
 
310
- #: includes/admin/controllers/class-admin-fees.php:153
311
  #, fuzzy
312
  msgid "Plan added."
313
  msgstr "Frais mis à jour."
314
 
315
- #: includes/admin/controllers/class-admin-fees.php:157
316
- #: includes/admin/controllers/class-admin-fees.php:172
317
  #, fuzzy
318
  msgid "Plan updated."
319
  msgstr "Frais mis à jour."
320
 
321
- #: includes/admin/controllers/class-admin-fees.php:192
322
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
323
  msgstr ""
324
 
325
- #: includes/admin/controllers/class-admin-fees.php:193
326
  #, fuzzy
327
  msgid "Update listing image limits?"
328
  msgstr "Liste des images ?"
329
 
330
- #: includes/admin/controllers/class-admin-fees.php:214
331
  #, fuzzy
332
  msgid "Plan not found."
333
  msgstr "Frais mis à jour."
334
 
335
- #: includes/admin/controllers/class-admin-fees.php:218
336
  #, fuzzy
337
  msgid "Plan listings updated."
338
  msgstr "Frais mis à jour."
339
 
340
- #: includes/admin/controllers/class-admin-fees.php:296
341
  msgid "Cannot disable plan. At least one plan should be enabled"
342
  msgstr ""
343
 
@@ -357,6 +357,7 @@ msgid "Listing Reports"
357
  msgstr "Une annonce expire"
358
 
359
  #: includes/admin/controllers/class-admin-listings.php:268
 
360
  msgid "Expires on"
361
  msgstr "Expire le"
362
 
@@ -366,6 +367,7 @@ msgstr "Attributs"
366
 
367
  #: includes/admin/controllers/class-admin-listings.php:339
368
  #: includes/helpers/class-listing-display-helper.php:132
 
369
  #, fuzzy
370
  msgid "Featured"
371
  msgstr "Statut sélectionné (Post-it)"
@@ -383,7 +385,7 @@ msgid "Delete Listing"
383
  msgstr "Annuler l'annonce"
384
 
385
  #: includes/admin/controllers/class-admin-listings.php:733
386
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:88
387
  #, fuzzy
388
  msgid "Never"
389
  msgstr "Jamais"
@@ -391,18 +393,18 @@ msgstr "Jamais"
391
  #: includes/admin/controllers/class-admin-listings.php:744
392
  #: includes/admin/controllers/class-admin-listings.php:745
393
  #: includes/fields/class-fieldtypes-textarea.php:201
394
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
395
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
396
  #, fuzzy
397
  msgid "Yes"
398
  msgstr "Oui"
399
 
400
  #: includes/admin/controllers/class-admin-listings.php:744
401
  #: includes/admin/controllers/class-admin-listings.php:745
402
- #: includes/admin/settings/class-settings-bootstrap.php:268
403
  #: includes/fields/class-fieldtypes-textarea.php:200
404
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
405
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
406
  #, fuzzy
407
  msgid "No"
408
  msgstr "Non"
@@ -428,14 +430,14 @@ msgid "Form Preview"
428
  msgstr "Aperçu du formulaire"
429
 
430
  #: includes/admin/controllers/class-form-fields-admin.php:129
431
- #: includes/helpers/functions/general.php:1370
432
- #: includes/helpers/functions/general.php:1375
433
  #, fuzzy
434
  msgid "Go back"
435
  msgstr "Non, reviens"
436
 
437
- #: includes/admin/controllers/class-form-fields-admin.php:342
438
- #: includes/admin/settings/class-settings-bootstrap.php:769
439
  #: templates/email/listing-added.tpl.php:10
440
  #: templates/email/listing-edited.tpl.php:16
441
  #: templates/email/listing-reported.tpl.php:11
@@ -443,7 +445,7 @@ msgstr "Non, reviens"
443
  msgid "Title"
444
  msgstr "Titre"
445
 
446
- #: includes/admin/controllers/class-form-fields-admin.php:343
447
  #: templates/admin/fees-form.tpl.php:219
448
  #: templates/email/listing-added.tpl.php:21
449
  #: templates/email/listing-edited.tpl.php:29
@@ -451,22 +453,22 @@ msgstr "Titre"
451
  msgid "Category"
452
  msgstr "Catégorie"
453
 
454
- #: includes/admin/controllers/class-form-fields-admin.php:344
455
  #, fuzzy
456
  msgid "Excerpt"
457
  msgstr "Extrait"
458
 
459
- #: includes/admin/controllers/class-form-fields-admin.php:345
460
  #, fuzzy
461
  msgid "Content"
462
  msgstr "Contenu"
463
 
464
- #: includes/admin/controllers/class-form-fields-admin.php:346
465
  #, fuzzy
466
  msgid "Tags"
467
  msgstr "Étiquettes (tags)"
468
 
469
- #: includes/admin/controllers/class-form-fields-admin.php:347
470
  #: includes/form-fields.php:445
471
  #: includes/helpers/class-field-display-list.php:247
472
  #: templates/checkout-billing-form.tpl.php:75
@@ -474,59 +476,59 @@ msgstr "Étiquettes (tags)"
474
  msgid "Address"
475
  msgstr "Adresse"
476
 
477
- #: includes/admin/controllers/class-form-fields-admin.php:348
478
  #, fuzzy
479
  msgid "Address 2"
480
  msgstr "Adresse"
481
 
482
- #: includes/admin/controllers/class-form-fields-admin.php:349
483
  #: templates/admin/payments-details.tpl.php:164
484
  #: templates/checkout-billing-form.tpl.php:87
485
  #, fuzzy
486
  msgid "City"
487
  msgstr "Ville"
488
 
489
- #: includes/admin/controllers/class-form-fields-admin.php:350
490
  #: templates/admin/payments-details.tpl.php:160
491
  #, fuzzy
492
  msgid "State"
493
  msgstr "Région"
494
 
495
- #: includes/admin/controllers/class-form-fields-admin.php:351
496
  #: templates/admin/payments-details.tpl.php:156
497
  #: templates/checkout-billing-form.tpl.php:102
498
  #, fuzzy
499
  msgid "Country"
500
  msgstr "Pays"
501
 
502
- #: includes/admin/controllers/class-form-fields-admin.php:352
503
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
504
  msgid "ZIP Code"
505
  msgstr "Code postal"
506
 
507
- #: includes/admin/controllers/class-form-fields-admin.php:353
508
  #, fuzzy
509
  msgid "FAX Number"
510
  msgstr "Numéro de fax"
511
 
512
- #: includes/admin/controllers/class-form-fields-admin.php:354
513
  #: includes/fields/class-fieldtypes-phone-number.php:13
514
  #: templates/listing-contactform.tpl.php:38
515
  #, fuzzy
516
  msgid "Phone Number"
517
  msgstr "Numéro de téléphone"
518
 
519
- #: includes/admin/controllers/class-form-fields-admin.php:355
520
  #, fuzzy
521
  msgid "Ratings Field"
522
  msgstr "Champs d'évaluation"
523
 
524
- #: includes/admin/controllers/class-form-fields-admin.php:356
525
  #, fuzzy
526
  msgid "Twitter"
527
  msgstr "Twitter"
528
 
529
- #: includes/admin/controllers/class-form-fields-admin.php:357
530
  #: includes/form-fields.php:411
531
  #, fuzzy
532
  msgid "Website"
@@ -562,7 +564,7 @@ msgid "Already purchased?"
562
  msgstr "Déjà installé."
563
 
564
  #: includes/admin/controllers/class-settings-admin.php:712
565
- #: includes/admin/helpers/tables/class-fees-table.php:180
566
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
567
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
568
  #: templates/admin/payments-note.tpl.php:14
@@ -578,38 +580,39 @@ msgid "Themes"
578
  msgstr "Thèmes"
579
 
580
  #. translators: %s: Sample business name
581
- #: includes/admin/csv-import.php:135
582
  #, fuzzy
583
  msgid "Business %s"
584
  msgstr "Professionnel %s"
585
 
586
- #: includes/admin/csv-import.php:183
587
  #, fuzzy
588
  msgid "Example CSV Import File"
589
  msgstr "Exemple de fichier d'import CSV"
590
 
591
- #: includes/admin/csv-import.php:186
592
  msgid "Go Back"
593
  msgstr ""
594
 
595
- #: includes/admin/csv-import.php:334
 
596
  msgid "You are not allowed to do that."
597
  msgstr ""
598
 
599
- #: includes/admin/csv-import.php:431
600
  #, fuzzy
601
  msgid "There was an error uploading the file:"
602
  msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
603
 
604
- #: includes/admin/csv-import.php:436
605
  #, fuzzy
606
  msgid "Please upload the correct file type."
607
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
608
 
609
  #: includes/admin/helpers/class-listing-information-metabox.php:15
610
- #: includes/admin/helpers/tables/class-payments-table.php:53
611
- #: includes/admin/settings/class-settings-bootstrap.php:661
612
- #: includes/admin/settings/class-settings-bootstrap.php:662
613
  #: includes/helpers/class-app.php:91
614
  #: templates/admin/payments-details.tpl.php:53
615
  #, fuzzy
@@ -628,7 +631,7 @@ msgid "Installed"
628
  msgstr "Installé"
629
 
630
  #: includes/admin/helpers/class-modules-list.php:187
631
- #: includes/admin/helpers/tables/class-fees-table.php:291
632
  #: templates/admin/themes-item.tpl.php:3
633
  #, fuzzy
634
  msgid "Active"
@@ -651,7 +654,7 @@ msgstr "Activer"
651
  msgid "Hide notifications"
652
  msgstr "Notification mail"
653
 
654
- #: includes/admin/helpers/csv/class-csv-import.php:676
655
  #, fuzzy
656
  msgid "Listing imported by admin. Payment skipped."
657
  msgstr "Annonce soumis par admin. Paiement sauté."
@@ -679,60 +682,60 @@ msgstr "Détails des plans"
679
  msgid "Pricing"
680
  msgstr "Prix"
681
 
682
- #: includes/admin/helpers/tables/class-fees-table.php:155
683
  #, fuzzy
684
  msgid "Disable"
685
  msgstr "Effacer les Frais"
686
 
687
- #: includes/admin/helpers/tables/class-fees-table.php:161
688
  #, fuzzy
689
  msgid "Enable"
690
  msgstr "Activer"
691
 
692
- #: includes/admin/helpers/tables/class-fees-table.php:187
693
  msgid "ID: %s"
694
  msgstr ""
695
 
696
- #: includes/admin/helpers/tables/class-fees-table.php:190
697
  #, fuzzy
698
  msgid "Paid Plan"
699
  msgstr "Payé"
700
 
701
- #: includes/admin/helpers/tables/class-fees-table.php:190
702
  #, fuzzy
703
  msgid "Free Plan"
704
  msgstr "Plan tarifaire"
705
 
706
- #: includes/admin/helpers/tables/class-fees-table.php:225
707
  #, fuzzy
708
  msgid "%1$s for %2$s"
709
  msgstr "%s (ex. %s)"
710
 
711
- #: includes/admin/helpers/tables/class-fees-table.php:259
712
  msgid "Total revenue earned from listings"
713
  msgstr ""
714
 
715
- #: includes/admin/helpers/tables/class-fees-table.php:289
716
  #, fuzzy
717
  msgid "Disabled"
718
  msgstr "Effacer les Frais"
719
 
720
- #: includes/admin/helpers/tables/class-fees-table.php:295
721
- #: includes/helpers/functions/templates-ui.php:431
722
  #, fuzzy
723
  msgid "Default"
724
  msgstr "Frais par défaut"
725
 
726
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
727
  #: includes/fields/class-fieldtypes-social.php:135
728
- #: templates/admin/csv-import.tpl.php:301
729
  #, fuzzy
730
  msgid "Type"
731
  msgstr "Type"
732
 
733
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
734
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
735
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:102
736
  msgid "Edit"
737
  msgstr "Editer"
738
 
@@ -756,6 +759,9 @@ msgid "Plugin Info"
756
  msgstr ""
757
 
758
  #: includes/admin/page-debug.php:159
 
 
 
759
  #, fuzzy
760
  msgid "OK"
761
  msgstr "OUI"
@@ -764,8 +770,8 @@ msgstr "OUI"
764
  msgid "Missing tables: %s"
765
  msgstr "Tables manquantes: %s"
766
 
767
- #: includes/admin/settings/class-settings-bootstrap.php:17
768
- #: includes/controllers/pages/class-submit-listing.php:1250
769
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
770
  #: templates/listing-contactform.tpl.php:33
771
  #: templates/listing-flagging-form.tpl.php:39
@@ -773,55 +779,68 @@ msgstr "Tables manquantes: %s"
773
  msgid "Email"
774
  msgstr "E-Mail:"
775
 
776
- #: includes/admin/settings/class-settings-bootstrap.php:43
777
  #, fuzzy
778
  msgid "License Key"
779
  msgstr "Licences"
780
 
781
- #: includes/admin/settings/class-settings-bootstrap.php:64
782
  msgid "SEO"
783
  msgstr ""
784
 
785
- #: includes/admin/settings/class-settings-bootstrap.php:269
 
 
 
 
 
 
 
 
 
 
 
 
 
786
  #, fuzzy
787
  msgid "Yes, and make it optional"
788
  msgstr "Oui, et rendre facultative"
789
 
790
- #: includes/admin/settings/class-settings-bootstrap.php:270
791
  #, fuzzy
792
  msgid "Yes, and make it required"
793
  msgstr "Le nom est requis"
794
 
795
- #: includes/admin/settings/class-settings-bootstrap.php:277
796
- #: includes/admin/settings/class-settings-bootstrap.php:291
797
  #: includes/controllers/pages/class-submit-listing.php:527
798
  #, fuzzy
799
  msgid "Terms and Conditions"
800
  msgstr "Conditions d'utilisation"
801
 
802
- #: includes/admin/settings/class-settings-bootstrap.php:282
803
  #, fuzzy
804
  msgid "User Agreement"
805
  msgstr "Nom d'utilisateur (login) :"
806
 
807
- #: includes/admin/settings/class-settings-bootstrap.php:283
808
  #, fuzzy
809
  msgid "Display and require user agreement to Terms and Conditions"
810
  msgstr ""
811
  "Affiche et nécessite l'accord de l'utilisateur avec les conditions "
812
  "d'utilisation"
813
 
814
- #: includes/admin/settings/class-settings-bootstrap.php:301
815
  #, fuzzy
816
  msgid "Searching"
817
  msgstr "Rechercher"
818
 
819
- #: includes/admin/settings/class-settings-bootstrap.php:306
820
  #, fuzzy
821
  msgid "Display advanced search form"
822
  msgstr "Recherche avancée"
823
 
824
- #: includes/admin/settings/class-settings-bootstrap.php:324
825
  #, fuzzy
826
  msgid ""
827
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
@@ -832,40 +851,40 @@ msgstr ""
832
  "sur des plans d'hébergement partagé, où la performance de base de données "
833
  "est un problème."
834
 
835
- #: includes/admin/settings/class-settings-bootstrap.php:369
836
  #, fuzzy
837
  msgid "Quick search data"
838
  msgstr "Champ de recherche rapide"
839
 
840
- #: includes/admin/settings/class-settings-bootstrap.php:395
841
  msgid ""
842
  "If no fields are selected, the following fields will be searched in Quick "
843
  "Searches:"
844
  msgstr ""
845
 
846
- #: includes/admin/settings/class-settings-bootstrap.php:397
847
  msgid ""
848
  "The Quick Search is a single search box, but you may choose what data is "
849
  "searched. Searching too many fields can result in very slow search "
850
  "performance."
851
  msgstr ""
852
 
853
- #: includes/admin/settings/class-settings-bootstrap.php:428
854
  #, fuzzy
855
  msgid "Categories"
856
  msgstr "Catégories"
857
 
858
- #: includes/admin/settings/class-settings-bootstrap.php:430
859
  #, fuzzy
860
  msgid "Buttons"
861
  msgstr "Boutons de thèmes"
862
 
863
- #: includes/admin/settings/class-settings-bootstrap.php:432
864
  #, fuzzy
865
  msgid "Sorting"
866
  msgstr "Paramètres"
867
 
868
- #: includes/admin/settings/class-settings-bootstrap.php:549
869
  #, fuzzy
870
  msgid ""
871
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
@@ -882,72 +901,72 @@ msgstr ""
882
  "commentaires sur les annonces en premier, et si cela ne fonctionne pas, "
883
  "essayez plutôt la 3ème option."
884
 
885
- #: includes/admin/settings/class-settings-bootstrap.php:553
886
  #, fuzzy
887
  msgid "Include theme comment form (standard option)"
888
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
889
 
890
- #: includes/admin/settings/class-settings-bootstrap.php:554
891
  #, fuzzy
892
  msgid "Include directory comment form (use only if 2nd option does not work)"
893
  msgstr ""
894
  "Inclure le formulaire de commentaire, BD invoqué (à utiliser uniquement si "
895
  "la 2ème option ne fonctionne pas)"
896
 
897
- #: includes/admin/settings/class-settings-bootstrap.php:572
898
  #, fuzzy
899
  msgid "Prevent featured (sticky) status on directory pages?"
900
  msgstr "Statut sélectionné (Post-it)"
901
 
902
- #: includes/admin/settings/class-settings-bootstrap.php:600
903
  #, fuzzy
904
  msgid "Owner of anonymous listings"
905
  msgstr "Aller vers votre annonce"
906
 
907
- #: includes/admin/settings/class-settings-bootstrap.php:616
908
  #, fuzzy
909
  msgid "Default listing status"
910
  msgstr "Annonce par défault de l'utilisateur"
911
 
912
- #: includes/admin/settings/class-settings-bootstrap.php:620
913
- #: includes/admin/settings/class-settings-bootstrap.php:633
914
  #, fuzzy
915
  msgid "Pending (Require approval)"
916
  msgstr "Actives + En attente de renouvellement"
917
 
918
- #: includes/admin/settings/class-settings-bootstrap.php:654
919
  #, fuzzy
920
  msgid "Message Defaults"
921
  msgstr "Rétablir les paramètres par défault"
922
 
923
- #: includes/admin/settings/class-settings-bootstrap.php:659
924
  #, fuzzy
925
  msgid "Listing label"
926
  msgstr "Titre de l'annonce "
927
 
928
- #: includes/admin/settings/class-settings-bootstrap.php:660
929
  #, fuzzy
930
  msgid "What is a single listing called?"
931
  msgstr "Montrer cette valeur dans la vue de l'annonce ?"
932
 
933
- #: includes/admin/settings/class-settings-bootstrap.php:671
934
  msgid "Listing label (Plural)"
935
  msgstr ""
936
 
937
- #: includes/admin/settings/class-settings-bootstrap.php:672
938
  msgid "What are your listings called?"
939
  msgstr ""
940
 
941
- #: includes/admin/settings/class-settings-bootstrap.php:683
942
  #, fuzzy
943
  msgid "Directory label"
944
  msgstr "Etiquette de l'annuaire"
945
 
946
- #: includes/admin/settings/class-settings-bootstrap.php:684
947
  msgid "What should we call your directory?"
948
  msgstr ""
949
 
950
- #: includes/admin/settings/class-settings-bootstrap.php:696
951
  #, fuzzy
952
  msgid ""
953
  "This text is displayed on the first page of the Submit Listing process. You "
@@ -959,54 +978,54 @@ msgstr ""
959
  "instructions sur le remplissage du formulaire ou tout ce que vous voulez "
960
  "dire aux utilisateurs avant de commencer."
961
 
962
- #: includes/admin/settings/class-settings-bootstrap.php:709
963
  #: templates/listing-contactform.tpl.php:30
964
  #: templates/listing-flagging-form.tpl.php:35
965
  #, fuzzy
966
  msgid "Name"
967
  msgstr "Nom"
968
 
969
- #: includes/admin/settings/class-settings-bootstrap.php:824
970
  msgid "Show Buttons"
971
  msgstr ""
972
 
973
- #: includes/admin/settings/class-settings-bootstrap.php:867
974
  #, fuzzy
975
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
976
  msgstr "Montrer le bouton \"Annuaire\"."
977
 
978
- #: includes/admin/settings/class-settings-bootstrap.php:874
979
  msgid "Styling"
980
  msgstr ""
981
 
982
- #: includes/admin/settings/class-settings-bootstrap.php:880
983
  #, fuzzy
984
  msgid "Button style"
985
  msgstr "Boutons de thèmes"
986
 
987
- #: includes/admin/settings/class-settings-bootstrap.php:883
988
  #, fuzzy
989
  msgid "Override WP theme button styling"
990
  msgstr "Boutons de thèmes"
991
 
992
- #: includes/admin/settings/class-settings-bootstrap.php:891
993
  msgid "Primary color"
994
  msgstr ""
995
 
996
- #: includes/admin/settings/class-settings-bootstrap.php:894
997
  msgid "This is used for form buttons and form rootline."
998
  msgstr ""
999
 
1000
- #: includes/admin/settings/class-settings-bootstrap.php:1048
1001
  #, fuzzy
1002
  msgid "Show Thumbnail"
1003
  msgstr "Montrer les miniatures"
1004
 
1005
- #: includes/admin/settings/class-settings-bootstrap.php:1084
1006
  msgid "Coming Soon image"
1007
  msgstr ""
1008
 
1009
- #: includes/admin/settings/class-settings-bootstrap.php:1121
1010
  #: includes/fields/class-fieldtypes-social.php:89
1011
  #: includes/fields/class-fieldtypes-url.php:162
1012
  #: templates/email/listing-added.tpl.php:13
@@ -1017,12 +1036,12 @@ msgstr ""
1017
  msgid "URL"
1018
  msgstr "URL"
1019
 
1020
- #: includes/admin/settings/class-settings-bootstrap.php:1240
1021
  #, fuzzy
1022
  msgid "Thank you for your payment."
1023
  msgstr "Nous vous remercions pour votre paiement"
1024
 
1025
- #: includes/admin/settings/class-settings-bootstrap.php:1268
1026
  msgid ""
1027
  "If you are using this gateway, we recommend you disable it if you wish to "
1028
  "collect payments in this currency."
@@ -1032,22 +1051,22 @@ msgid_plural ""
1032
  msgstr[0] ""
1033
  msgstr[1] ""
1034
 
1035
- #: includes/admin/settings/class-settings-bootstrap.php:1356
1036
  #, fuzzy
1037
  msgid "Email Notifications"
1038
  msgstr "Notification mail"
1039
 
1040
- #: includes/admin/settings/class-settings-bootstrap.php:1361
1041
  #, fuzzy
1042
  msgid "Notify admin via email when..."
1043
  msgstr "Prévenir l'administrateur via courriel quand..."
1044
 
1045
- #: includes/admin/settings/class-settings-bootstrap.php:1379
1046
  #, fuzzy
1047
  msgid "CC this email address too"
1048
  msgstr "CC cette adresse mail aussi"
1049
 
1050
- #: includes/admin/settings/class-settings-bootstrap.php:1385
1051
  #, fuzzy
1052
  msgid ""
1053
  "You can modify the text template used for most of these emails in the "
@@ -1056,50 +1075,50 @@ msgstr ""
1056
  "Vous pouvez modifier le modèle de texte utilisé pour la plupart de ces e-"
1057
  "mails ci-dessous."
1058
 
1059
- #: includes/admin/settings/class-settings-bootstrap.php:1393
1060
  #, fuzzy
1061
  msgid "Notify users via email when..."
1062
  msgstr "Prévenir les utilisateurs via courriel quand..."
1063
 
1064
  #. translators: %s: email shortcode
1065
- #: includes/admin/settings/class-settings-bootstrap.php:1460
1066
  #, fuzzy
1067
  msgid "Email: %s"
1068
  msgstr "E-Mail: %s"
1069
 
1070
  #. translators: %s: phone shortcode
1071
- #: includes/admin/settings/class-settings-bootstrap.php:1463
1072
  #, fuzzy
1073
  msgid "Phone Number: %s"
1074
  msgstr "Numéro de téléphone"
1075
 
1076
- #: includes/admin/settings/class-settings-bootstrap.php:1475
1077
  #, fuzzy
1078
  msgid "Sender's email address"
1079
  msgstr "Adresse e-mail non valide"
1080
 
1081
- #: includes/admin/settings/class-settings-bootstrap.php:1476
1082
  #, fuzzy
1083
  msgid "Sender's phone number"
1084
  msgstr "Nom de l'auteur"
1085
 
1086
- #: includes/admin/settings/class-settings-bootstrap.php:1540
1087
  #, fuzzy
1088
  msgid "Renewal and expiration"
1089
  msgstr "%d semaine après expiration"
1090
 
1091
- #: includes/admin/settings/class-settings-bootstrap.php:1664
1092
- #: includes/admin/settings/class-settings.php:97
1093
  #, fuzzy
1094
  msgid "Miscellaneous"
1095
  msgstr "Paramètres divers"
1096
 
1097
- #: includes/admin/settings/class-settings-bootstrap.php:1670
1098
  #, fuzzy
1099
  msgid "Data Collection"
1100
  msgstr "Collecte de données"
1101
 
1102
- #: includes/admin/settings/class-settings-bootstrap.php:1671
1103
  #, fuzzy
1104
  msgid ""
1105
  "Allow Business Directory to anonymously collect information about your "
@@ -1108,20 +1127,20 @@ msgstr ""
1108
  "Autoriser le plugin à collecter anonymement des informations concernant vos "
1109
  "plugins installés, thèmes et versions de Worpdress ?"
1110
 
1111
- #: includes/admin/settings/class-settings-bootstrap.php:1672
1112
  msgid "Learn more"
1113
  msgstr ""
1114
 
1115
- #: includes/admin/settings/class-settings-bootstrap.php:1690
1116
  #: templates/admin/uninstall-complete.tpl.php:4
1117
  msgid "Uninstall"
1118
  msgstr "Désinstaller"
1119
 
1120
- #: includes/admin/settings/class-settings.php:530
1121
  msgid "%s cannot include spaces, commas, or &"
1122
  msgstr ""
1123
 
1124
- #: includes/admin/tracking.php:222
1125
  #, fuzzy
1126
  msgid "Allow Tracking"
1127
  msgstr "Autoriser l'analyse"
@@ -1206,7 +1225,7 @@ msgstr "Durée"
1206
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1207
  msgstr "! Impossible de migrer les frais \"%s\" (%d)"
1208
 
1209
- #: includes/admin/upgrades/migrations/migration-3_7.php:181
1210
  #, fuzzy
1211
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1212
  msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
@@ -1216,16 +1235,21 @@ msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
1216
  msgid "Directory Modules"
1217
  msgstr "Catégories de l'annuaire"
1218
 
1219
- #: includes/admin/views/modules/list.php:35
1220
  msgid "New"
1221
  msgstr ""
1222
 
1223
- #: includes/admin/views/modules/list.php:68
1224
- #: includes/admin/views/modules/list.php:69
1225
  #, fuzzy
1226
  msgid "View Docs"
1227
  msgstr "Vue"
1228
 
 
 
 
 
 
1229
  #: includes/admin/views/review.php:17
1230
  #, fuzzy
1231
  msgid "Are you enjoying Business Directory Plugin?"
@@ -1270,9 +1294,13 @@ msgid ""
1270
  "what we can do better?"
1271
  msgstr ""
1272
 
1273
- #: includes/class-assets.php:191 templates/admin/settings-email.tpl.php:103
 
 
 
 
1274
  #: templates/admin/settings-reset.tpl.php:8
1275
- #: templates/admin/themes-delete-confirm.tpl.php:21
1276
  #: templates/listing-flagging-form.tpl.php:65
1277
  #, fuzzy
1278
  msgid "Cancel"
@@ -1306,7 +1334,7 @@ msgid "View Listing"
1306
  msgstr "Voir l'annonce"
1307
 
1308
  #: includes/class-cpt-integration.php:22
1309
- #: includes/helpers/functions/templates-ui.php:369
1310
  #: templates/main-box.tpl.php:23
1311
  msgid "Search Listings"
1312
  msgstr "Rechercher"
@@ -1381,7 +1409,7 @@ msgstr "Annonce gratuite"
1381
 
1382
  #: includes/class-meta.php:139
1383
  #: includes/controllers/pages/class-submit-listing.php:32
1384
- #: includes/helpers/functions/templates-ui.php:329
1385
  #: templates/submit-listing.tpl.php:17
1386
  #, fuzzy
1387
  msgid "Add Listing"
@@ -1389,7 +1417,7 @@ msgstr "Ajouter les droits d'inscription"
1389
 
1390
  #: includes/class-meta.php:149
1391
  #: includes/controllers/pages/class-all-listings.php:6
1392
- #: includes/helpers/functions/templates-ui.php:316
1393
  msgid "View All Listings"
1394
  msgstr "Voir toutes les annonces"
1395
 
@@ -1399,17 +1427,12 @@ msgid ""
1399
  "to set up a gateway. Until you do this, only free plans will be available."
1400
  msgstr ""
1401
 
1402
- #: includes/class-wpbdp.php:372
1403
- #, fuzzy
1404
- msgid "Settings"
1405
- msgstr "Paramètres"
1406
-
1407
- #: includes/class-wpbdp.php:575
1408
  #, fuzzy
1409
  msgid "Could not find listing ID"
1410
  msgstr "Impossible de contacter le serveur de licences"
1411
 
1412
- #: includes/class-wpbdp.php:582
1413
  #, fuzzy
1414
  msgid ""
1415
  "Could not verify the image upload request. If problem persists contact site "
@@ -1418,12 +1441,12 @@ msgstr ""
1418
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1419
  "erreurs et soumettre à nouveau."
1420
 
1421
- #: includes/class-wpbdp.php:589 includes/fields/class-fieldtypes-image.php:322
1422
  #, fuzzy
1423
  msgid "Could not find image ID"
1424
  msgstr "Impossible de mettre à jour le thème: %s"
1425
 
1426
- #: includes/class-wpbdp.php:621
1427
  msgid ""
1428
  "The directory features are disabled at this time because a <a>manual "
1429
  "upgrade</a> is pending."
@@ -1432,7 +1455,7 @@ msgstr ""
1432
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1433
  "de poursuivre."
1434
 
1435
- #: includes/class-wpbdp.php:628
1436
  msgid ""
1437
  "The directory is not available at this time. Please try again in a few "
1438
  "minutes or contact the administrator if the problem persists."
@@ -1566,7 +1589,7 @@ msgid "Go to SMTP settings"
1566
  msgstr "Aller vers votre annonce"
1567
 
1568
  #: includes/controllers/pages/class-checkout.php:180
1569
- #: includes/controllers/pages/class-manage-listings.php:104
1570
  #, fuzzy
1571
  msgid "Pay Now"
1572
  msgstr "Payez maintenant"
@@ -1611,7 +1634,7 @@ msgstr "Veuillez entrer votre nom."
1611
  msgid "l F j, Y \\a\\t g:i a"
1612
  msgstr "l F j, Y \\a\\t g:i a"
1613
 
1614
- #: includes/controllers/pages/class-manage-listings.php:104
1615
  #: templates/renew-listing.tpl.php:11
1616
  msgid "Renew Listing"
1617
  msgstr "Renouveler l'annonce"
@@ -1655,17 +1678,17 @@ msgstr ""
1655
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1656
  "erreurs et soumettre à nouveau."
1657
 
1658
- #: includes/controllers/pages/class-submit-listing.php:1234
1659
  #, fuzzy
1660
  msgid "Create a user account on this site"
1661
  msgstr "Créer un compte utilisateur sur ce site"
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:1241
1664
  #, fuzzy
1665
  msgid "Username"
1666
  msgstr "Nom d'utilisateur (login) :"
1667
 
1668
- #: includes/controllers/pages/class-submit-listing.php:1263
1669
  #, fuzzy
1670
  msgid "Clear Form"
1671
  msgstr "Effacer le formulaire"
@@ -1707,50 +1730,50 @@ msgstr "Champ indisponible pour le moment."
1707
  msgid "Select Media"
1708
  msgstr "Sélectionnez une annonce"
1709
 
1710
- #: includes/fields/class-fieldtypes-select.php:24
1711
  #, fuzzy
1712
  msgid "Select List"
1713
  msgstr "Sélectionnez une annonce"
1714
 
1715
- #: includes/fields/class-fieldtypes-select.php:112
1716
  #, fuzzy
1717
  msgid "-- Choose One --"
1718
  msgstr "-- Choisissez --"
1719
 
1720
- #: includes/fields/class-fieldtypes-select.php:139
1721
  #, fuzzy
1722
  msgid "-- Choose Terms --"
1723
  msgstr "-- Choisissez les conditions --"
1724
 
1725
- #: includes/fields/class-fieldtypes-select.php:205
1726
  #, fuzzy
1727
  msgid "— None —"
1728
  msgstr "— Aucun —"
1729
 
1730
- #: includes/fields/class-fieldtypes-select.php:262
1731
  #, fuzzy
1732
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1733
  msgstr ""
1734
  "Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
1735
  "à cocher)."
1736
 
1737
- #: includes/fields/class-fieldtypes-select.php:262
1738
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1739
  #: templates/admin/fees-form.tpl.php:58
1740
  #, fuzzy
1741
  msgid "required"
1742
  msgstr "requis"
1743
 
1744
- #: includes/fields/class-fieldtypes-select.php:264
1745
  msgid "One option per line"
1746
  msgstr ""
1747
 
1748
- #: includes/fields/class-fieldtypes-select.php:274
1749
  #, fuzzy
1750
  msgid "Allow empty selection on search?"
1751
  msgstr "Permettre la sélection vide sur la recherche?"
1752
 
1753
- #: includes/fields/class-fieldtypes-select.php:292
1754
  #, fuzzy
1755
  msgid "Field list of options is required."
1756
  msgstr "La liste des options est obligatoire."
@@ -1797,7 +1820,7 @@ msgstr "Ouvrir le lien dans une nouvelle fenêtre?"
1797
  msgid "Use rel=\"nofollow\" when displaying the link?"
1798
  msgstr "Utiliser rel=\"nofollow\" lors de l'affichage du lien?"
1799
 
1800
- #: includes/fields/class-fieldtypes-url.php:174
1801
  #, fuzzy
1802
  msgid "Link Text (optional)"
1803
  msgstr "Lien texte (facultatif):"
@@ -1906,7 +1929,7 @@ msgstr "Validateur de nombre entier"
1906
  msgid "Telephone Number Validator"
1907
  msgstr "Validateur de nombre entier"
1908
 
1909
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:300
1910
  #, fuzzy
1911
  msgid "Field"
1912
  msgstr "Champ"
@@ -1970,19 +1993,19 @@ msgstr "%s est invalide. La valeur doit être l'un des %s."
1970
  msgid "%s is badly formatted. Valid Phone Number format required."
1971
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1972
 
1973
- #: includes/gateways/class-gateway-authorize-net.php:358
1974
  msgid ""
1975
  "An error occurred while trying to cancel your subscription. Please try again "
1976
  "later or contact the site administrator."
1977
  msgstr ""
1978
 
1979
- #: includes/gateways/class-gateway-authorize-net.php:362
1980
  msgid ""
1981
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1982
  "%s. You can try again later or cancel subscription from gateway dashboard."
1983
  msgstr ""
1984
 
1985
- #: includes/helpers/functions/general.php:568
1986
  msgid "Free"
1987
  msgstr "Gratuit"
1988
 
@@ -1991,7 +2014,7 @@ msgstr "Gratuit"
1991
  msgid "Untitled Listing"
1992
  msgstr "Editer l'annonce"
1993
 
1994
- #: includes/helpers/functions/templates-ui.php:323
1995
  #, fuzzy
1996
  msgid "Manage Listings"
1997
  msgstr "Gérer annonces payées"
@@ -2008,52 +2031,52 @@ msgid ""
2008
  "get updates."
2009
  msgstr ""
2010
 
2011
- #: includes/licensing.php:206 includes/licensing.php:211
2012
  msgid "Licenses"
2013
  msgstr "Licences"
2014
 
2015
  #. translators: %s: item type.
2016
- #: includes/licensing.php:268
2017
  msgid "%s will not get updates until license is reauthorized."
2018
  msgstr ""
2019
 
2020
- #: includes/licensing.php:289
2021
  #, fuzzy
2022
  msgid "Enter License Key here"
2023
  msgstr "Entrer la clé de licence"
2024
 
2025
- #: includes/licensing.php:290
2026
  #, fuzzy
2027
  msgid "Authorize"
2028
  msgstr "Activer Authorize.net"
2029
 
2030
- #: includes/licensing.php:390
2031
  #, fuzzy
2032
  msgid "Invalid item ID"
2033
  msgstr "ID d'élément non valide"
2034
 
2035
- #: includes/licensing.php:403
2036
  #, fuzzy
2037
  msgid "No license key provided"
2038
  msgstr "Aucune clé de licence fournie"
2039
 
2040
- #: includes/licensing.php:452 includes/licensing.php:490
2041
  #, fuzzy
2042
  msgid "License key is invalid"
2043
  msgstr "La clé de licence est invalide"
2044
 
2045
- #: includes/licensing.php:456
2046
  #, fuzzy
2047
  msgid "Deactivation failed"
2048
  msgstr "La désactivation a échoué"
2049
 
2050
- #: includes/licensing.php:501
2051
  #, fuzzy
2052
  msgid "The license key was revoked."
2053
  msgstr "Aucune clé de licence fournie"
2054
 
2055
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2056
- #: includes/licensing.php:505
2057
  #, fuzzy
2058
  msgid ""
2059
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2066,7 +2089,7 @@ msgstr ""
2066
  "technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
2067
  "address> à la liste blanche."
2068
 
2069
- #: includes/licensing.php:568
2070
  #, fuzzy
2071
  msgid ""
2072
  "It was not possible to establish a connection with the Business Directory "
@@ -2075,7 +2098,7 @@ msgstr ""
2075
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2076
  "Directory. La connexion a échoué avec l'erreur suivante:"
2077
 
2078
- #: includes/licensing.php:581
2079
  #, fuzzy
2080
  msgid ""
2081
  "It was not possible to establish a connection with the Business Directory "
@@ -2085,7 +2108,7 @@ msgstr ""
2085
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
2086
  "TLS:"
2087
 
2088
- #: includes/licensing.php:628
2089
  #, fuzzy
2090
  msgid ""
2091
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2096,31 +2119,31 @@ msgstr ""
2096
  "aux serveurs de Business Directory. Contactez le support technique et "
2097
  "demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
2098
 
2099
- #: includes/licensing.php:722
2100
  #, fuzzy
2101
  msgid "Business Directory license key is missing."
2102
  msgstr "Business Directory - Clé de licence expirée"
2103
 
2104
- #: includes/licensing.php:723
2105
  #, fuzzy
2106
  msgid "Business Directory license key has expired"
2107
  msgstr "Business Directory - Clé de licence expirée"
2108
 
2109
- #: includes/licensing.php:724
2110
  #, fuzzy
2111
  msgid "Could not verify Business Directory license."
2112
  msgstr "Aider à améliorer Business Directory"
2113
 
2114
- #: includes/licensing.php:735
2115
  #, fuzzy
2116
  msgid "Review license keys"
2117
  msgstr "Renouveller la clé de licence"
2118
 
2119
- #: includes/licensing.php:850
2120
  msgid "Missing data. Please reload this page and try again."
2121
  msgstr ""
2122
 
2123
- #: includes/licensing.php:855
2124
  #, fuzzy
2125
  msgid "Please enter a license key."
2126
  msgstr "S'il vous plaît entrer une clé de licence."
@@ -2153,7 +2176,7 @@ msgstr "Facturé à :"
2153
  msgid "Print Receipt"
2154
  msgstr "Imprimer le reçu"
2155
 
2156
- #: includes/payment.php:187
2157
  #, fuzzy
2158
  msgid "Return to plan selection"
2159
  msgstr "Retourner vers l'annonce."
@@ -2243,12 +2266,17 @@ msgstr "Largeur des miniatures (en pixel)"
2243
  msgid "Fields To Show"
2244
  msgstr ""
2245
 
2246
- #: includes/widgets/class-listings-widget.php:191
2247
  #, fuzzy
2248
  msgid "There are currently no listings to show."
2249
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
2250
 
2251
- #: templates/admin/_admin-menu.php:47
 
 
 
 
 
2252
  msgid "Minimize Navigation"
2253
  msgstr ""
2254
 
@@ -2263,24 +2291,24 @@ msgstr ""
2263
  "votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
2264
  "Vérifiez votre journal d'erreurs pour plus de détails."
2265
 
2266
- #: templates/admin/csv-export.tpl.php:40
2267
  #, fuzzy
2268
  msgid "All"
2269
  msgstr "Toutes"
2270
 
2271
- #: templates/admin/csv-export.tpl.php:53
2272
  #, fuzzy
2273
  msgid "Create a ZIP file with both a CSV file and listing images."
2274
  msgstr ""
2275
  "Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
2276
  "fichiers d'image."
2277
 
2278
- #: templates/admin/csv-export.tpl.php:58
2279
  #, fuzzy
2280
  msgid "Additional metadata to export"
2281
  msgstr "Métadonnées complémentaires à exporter:"
2282
 
2283
- #: templates/admin/csv-export.tpl.php:68
2284
  #, fuzzy
2285
  msgid ""
2286
  "If you plan to re-import the listings into your directory and don't want new "
@@ -2289,13 +2317,13 @@ msgstr ""
2289
  "Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
2290
  "souhaitez pas en créer de nouvelles, sélectionnez cette option!"
2291
 
2292
- #: templates/admin/csv-export.tpl.php:122
2293
- #: templates/admin/csv-import.tpl.php:111
2294
  #, fuzzy
2295
  msgid "CSV File Settings"
2296
  msgstr "Paramètres des fichiers CSV"
2297
 
2298
- #: templates/admin/csv-export.tpl.php:132
2299
  #, fuzzy
2300
  msgid ""
2301
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
@@ -2309,14 +2337,21 @@ msgstr ""
2309
  "nous devons générer différentes versions du fichier pour chaque système "
2310
  "d'exploitation."
2311
 
2312
- #: templates/admin/csv-export.tpl.php:153
2313
- #: templates/admin/csv-import.tpl.php:147
2314
  #, fuzzy
2315
  msgid "Image Separator"
2316
  msgstr "Séparateur d'image"
2317
 
 
 
 
 
 
 
 
2318
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2319
- #: templates/admin/csv-import.tpl.php:34
2320
  #, fuzzy
2321
  msgid ""
2322
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
@@ -2325,12 +2360,12 @@ msgstr ""
2325
  "Nous vous recommandons vivement la lecture de notre document d'importation "
2326
  "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
2327
 
2328
- #: templates/admin/csv-import.tpl.php:46
2329
  #, fuzzy
2330
  msgid "Import Files"
2331
  msgstr "Importer les fichiers"
2332
 
2333
- #: templates/admin/csv-import.tpl.php:51
2334
  #, fuzzy
2335
  msgid "CSV File"
2336
  msgstr "Fichier CSV"
@@ -2340,72 +2375,72 @@ msgstr "Fichier CSV"
2340
  msgid "ZIP file containing images"
2341
  msgstr "Fichiers ZIP contenant des images"
2342
 
2343
- #: templates/admin/csv-import.tpl.php:117
2344
  #, fuzzy
2345
  msgid "Column Separator"
2346
  msgstr "Séparateur de colonne"
2347
 
2348
- #: templates/admin/csv-import.tpl.php:140
2349
  #, fuzzy
2350
  msgid "TAB"
2351
  msgstr "Onglet"
2352
 
2353
- #: templates/admin/csv-import.tpl.php:158
2354
  #, fuzzy
2355
  msgid "Category Separator"
2356
  msgstr "Séparateur de catégorie"
2357
 
2358
- #: templates/admin/csv-import.tpl.php:169
2359
  #, fuzzy
2360
  msgid "Import settings"
2361
  msgstr "Paramètres d'importation"
2362
 
2363
- #: templates/admin/csv-import.tpl.php:174
2364
  #, fuzzy
2365
  msgid "Post status of new imported listings"
2366
  msgstr "Statut des messages des annonces importées"
2367
 
2368
- #: templates/admin/csv-import.tpl.php:189
2369
  #, fuzzy
2370
  msgid "Post status of existing imported listings"
2371
  msgstr "Statut des messages des annonces importées"
2372
 
2373
- #: templates/admin/csv-import.tpl.php:206
2374
  #, fuzzy
2375
  msgid "Missing categories handling"
2376
  msgstr "Gestion des catégories manquantes"
2377
 
2378
- #: templates/admin/csv-import.tpl.php:212
2379
  #, fuzzy
2380
  msgid "Auto-create categories"
2381
  msgstr "Création automatique des catégories"
2382
 
2383
- #: templates/admin/csv-import.tpl.php:217
2384
  #, fuzzy
2385
  msgid "Generate errors when a category is not found"
2386
  msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
2387
 
2388
- #: templates/admin/csv-import.tpl.php:225
2389
  #, fuzzy
2390
  msgid "Keep existing images"
2391
  msgstr "Liste des images."
2392
 
2393
- #: templates/admin/csv-import.tpl.php:228
2394
  #, fuzzy
2395
  msgid "Appends new images while keeping current ones."
2396
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2397
 
2398
- #: templates/admin/csv-import.tpl.php:236
2399
  #, fuzzy
2400
  msgid "Assign listings to a user"
2401
  msgstr "Assigner des listes à un utilisateur ?"
2402
 
2403
- #: templates/admin/csv-import.tpl.php:248
2404
  #, fuzzy
2405
  msgid "Default listing user"
2406
  msgstr "Annonce par défault de l'utilisateur"
2407
 
2408
- #: templates/admin/csv-import.tpl.php:250
2409
  #, fuzzy
2410
  msgid ""
2411
  "This user will be used if the username column is not present in the CSV file."
@@ -2413,12 +2448,12 @@ msgstr ""
2413
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
2414
  "figure pas dans le fichier CSV."
2415
 
2416
- #: templates/admin/csv-import.tpl.php:257
2417
  #, fuzzy
2418
  msgid "Number of listings imported on every cycle"
2419
  msgstr "Nombre d'affichage d'annonce:"
2420
 
2421
- #: templates/admin/csv-import.tpl.php:259
2422
  msgid ""
2423
  "If you are having trouble importing listings due to memory problems, try "
2424
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2426,12 +2461,12 @@ msgid ""
2426
  "success on shared hosting platforms and other resource-constrained servers."
2427
  msgstr ""
2428
 
2429
- #: templates/admin/csv-import.tpl.php:271
2430
  #, fuzzy
2431
  msgid "Disable email notifications during import"
2432
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
2433
 
2434
- #: templates/admin/csv-import.tpl.php:290
2435
  #, fuzzy
2436
  msgid ""
2437
  "The following are the valid header names to be used in the CSV file. "
@@ -2445,29 +2480,29 @@ msgstr ""
2445
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
2446
  "d'importation devrait ressembler."
2447
 
2448
- #: templates/admin/csv-import.tpl.php:299
2449
  #, fuzzy
2450
  msgid "Header name/label"
2451
  msgstr "Nom/Etiquette de l'en-tête"
2452
 
2453
- #: templates/admin/csv-import.tpl.php:302
2454
  #, fuzzy
2455
  msgid "Required?"
2456
  msgstr "Requis ?"
2457
 
2458
- #: templates/admin/csv-import.tpl.php:303
2459
  #, fuzzy
2460
  msgid "Multivalued?"
2461
  msgstr "Valeurs multiples ?"
2462
 
2463
- #: templates/admin/csv-import.tpl.php:335
2464
  #, fuzzy
2465
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2466
  msgstr ""
2467
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2468
  "fichier ZIP)"
2469
 
2470
- #: templates/admin/csv-import.tpl.php:342
2471
  #, fuzzy
2472
  msgid "Listing author's username"
2473
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
@@ -2631,6 +2666,16 @@ msgstr "Nombre d'images:"
2631
  msgid "Require this field on the Advanced Search screen."
2632
  msgstr "Indiquez les champs obligatoires lors de recherches avancée."
2633
 
 
 
 
 
 
 
 
 
 
 
2634
  #: templates/admin/form-fields.tpl.php:4
2635
  #, fuzzy
2636
  msgid "Add New Form Field"
@@ -2669,18 +2714,38 @@ msgid "Manage Paid Listings"
2669
  msgstr "Gérer annonces payées"
2670
 
2671
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2672
- #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
2673
- #: templates/login.tpl.php:71
2674
  #, fuzzy
2675
- msgid "Access Key"
2676
  msgstr "Clés d'accès"
2677
 
2678
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2679
  #: templates/email/listing-payment-completed.tpl.php:25
2680
  #, fuzzy
2681
  msgid "Plan"
2682
  msgstr "Plan tarifaire"
2683
 
 
 
 
 
 
 
2684
  #: templates/admin/payments-details.tpl.php:5
2685
  #, fuzzy
2686
  msgid "Payment %s"
@@ -2940,7 +3005,7 @@ msgid "Video Tutorials"
2940
  msgstr "Vidéo tutoriels"
2941
 
2942
  #: templates/admin/themes-delete-confirm.tpl.php:4
2943
- #: templates/admin/themes-delete-confirm.tpl.php:22
2944
  #, fuzzy
2945
  msgid "Delete Directory Theme"
2946
  msgstr "Catégories de l'annuaire"
@@ -3005,6 +3070,16 @@ msgstr ""
3005
  msgid "They are not a replacement for regular WordPress themes."
3006
  msgstr "This is a theme or skin from %s and is NOT a regular WordPress theme."
3007
 
 
 
 
 
 
 
 
 
 
 
3008
  #: templates/admin/uninstall-complete.tpl.php:12
3009
  #, fuzzy
3010
  msgid "Uninstall completed."
@@ -3017,7 +3092,7 @@ msgstr "Retourner au tableau de bord."
3017
 
3018
  #: templates/admin/uninstall-confirm.tpl.php:25
3019
  #, fuzzy
3020
- msgid "Remove ALL module data (regions, maps, ratings, featured levels)"
3021
  msgstr ""
3022
  "Supprimer toutes les données de configuration du module premium (régions, "
3023
  "cartes, évaluations, niveaux en vedette)"
@@ -3193,12 +3268,24 @@ msgstr "Mode de paiement"
3193
  msgid "Next"
3194
  msgstr "Suivant"
3195
 
3196
- #: templates/delete-listing-confirm.tpl.php:24
 
 
 
 
 
 
 
 
 
 
 
 
3197
  #, fuzzy
3198
  msgid "Yes. Delete my listing."
3199
  msgstr "Oui, effacer l'annonce."
3200
 
3201
- #: templates/delete-listing-confirm.tpl.php:25
3202
  #, fuzzy
3203
  msgid "No. Take me back to the directory."
3204
  msgstr "Non, redirigez-moi vers l'annuaire."
@@ -3230,6 +3317,12 @@ msgstr ""
3230
  "Vous trouverez ci-dessous les clés d'accès pour toutes les annonces "
3231
  "enregistrées avec votre adresse e-mail sur notre site."
3232
 
 
 
 
 
 
 
3233
  #: templates/listing-contactform.tpl.php:42
3234
  #, fuzzy
3235
  msgid "Message"
@@ -3358,7 +3451,7 @@ msgid "%1$s every %2$s days."
3358
  msgstr "%s tous les %s jours."
3359
 
3360
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3361
- #: templates/manage-recurring.tpl.php:29
3362
  #, fuzzy
3363
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3364
  msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
@@ -3383,11 +3476,6 @@ msgstr "Suivant &raquo;"
3383
  msgid "Item"
3384
  msgstr "Article"
3385
 
3386
- #: templates/plan-selection-plan.tpl.php:41
3387
- #, fuzzy
3388
- msgid "Recurring"
3389
- msgstr "(récurrent)"
3390
-
3391
  #: templates/plan-selection-plan.tpl.php:45
3392
  #, fuzzy
3393
  msgid "Never Expires"
@@ -3480,19 +3568,257 @@ msgstr ""
3480
  msgid "Current Images"
3481
  msgstr "Images actuelles"
3482
 
3483
- #: templates/submit-listing-section.tpl.php:18
3484
- msgid "Back"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3485
  msgstr ""
3486
 
3487
- #: templates/submit-listing-section.tpl.php:28
3488
  #, fuzzy
3489
- msgid "Complete Listing"
3490
- msgstr "Soumettre l'annonce"
3491
 
3492
- #: templates/submit-listing-section.tpl.php:32
3493
- #, fuzzy
3494
- msgid "Continue to Payment"
3495
- msgstr "Continuer le paiement"
3496
 
3497
  #. Author URI of the plugin/theme
3498
  msgid "https://businessdirectoryplugin.com"
@@ -3697,44 +4023,44 @@ msgctxt "listings view"
3697
  msgid "No Plan"
3698
  msgstr "Plan tarifaire"
3699
 
3700
- #: includes/admin/controllers/class-admin-controller.php:84
3701
  msgctxt "admin confirm"
3702
  msgid "No, go back"
3703
  msgstr "Non, reviens"
3704
 
3705
- #: includes/admin/controllers/class-admin-controller.php:85
3706
  msgctxt "admin confirm"
3707
  msgid "Yes, I'm sure"
3708
  msgstr "Oui, je suis sûr"
3709
 
3710
- #: includes/admin/controllers/class-admin-fees.php:46
3711
  msgctxt "fees order"
3712
  msgid "Label"
3713
  msgstr "Etiquette"
3714
 
3715
- #: includes/admin/controllers/class-admin-fees.php:48
3716
  msgctxt "fees order"
3717
  msgid "Duration"
3718
  msgstr "Durée"
3719
 
3720
- #: includes/admin/controllers/class-admin-fees.php:50
3721
  msgctxt "fees order"
3722
  msgid "Custom Order"
3723
  msgstr "Ordre personnalisé"
3724
 
3725
- #: includes/admin/controllers/class-admin-fees.php:282
3726
  #, fuzzy
3727
  msgctxt "fees admin"
3728
  msgid "Plan \"%s\" deleted."
3729
  msgstr "Frais \"%s\" effacé."
3730
 
3731
- #: includes/admin/controllers/class-admin-fees.php:294
3732
  #, fuzzy
3733
  msgctxt "fees admin"
3734
  msgid "Plan enabled."
3735
  msgstr "Frais désactivé."
3736
 
3737
- #: includes/admin/controllers/class-admin-fees.php:294
3738
  #, fuzzy
3739
  msgctxt "fees admin"
3740
  msgid "Plan disabled."
@@ -3755,66 +4081,66 @@ msgctxt "fees admin"
3755
  msgid "Attributes"
3756
  msgstr "Attributs"
3757
 
3758
- #: includes/admin/helpers/tables/class-fees-table.php:140
3759
  msgctxt "fees admin"
3760
  msgid "Edit"
3761
  msgstr "Editer"
3762
 
3763
- #: includes/admin/helpers/tables/class-fees-table.php:213
3764
  msgctxt "fees admin"
3765
  msgid "Variable"
3766
  msgstr "Variable"
3767
 
3768
- #: includes/admin/helpers/tables/class-fees-table.php:218
3769
  #, fuzzy
3770
  msgctxt "fees admin"
3771
  msgid "%1$s + %2$s per category"
3772
  msgstr "%s + %s par catégorie"
3773
 
3774
- #: includes/admin/helpers/tables/class-fees-table.php:237
3775
  msgctxt "fees admin"
3776
  msgid "Forever"
3777
  msgstr "Pour toujours"
3778
 
3779
- #: includes/admin/helpers/tables/class-fees-table.php:239
3780
  msgctxt "fees admin"
3781
  msgid "%d day"
3782
  msgid_plural "%d days"
3783
  msgstr[0] "%d jour"
3784
  msgstr[1] "%d jours"
3785
 
3786
- #: includes/admin/helpers/tables/class-fees-table.php:270
3787
  msgctxt "fees admin"
3788
  msgid "All categories"
3789
  msgstr "Toutes catégories"
3790
 
3791
- #: includes/admin/helpers/tables/class-fees-table.php:299
3792
  msgctxt "fees admin"
3793
  msgid "Sticky"
3794
  msgstr "Premium"
3795
 
3796
- #: includes/admin/helpers/tables/class-fees-table.php:303
3797
  msgctxt "fees admin"
3798
  msgid "Recurring"
3799
  msgstr "Récurrent"
3800
 
3801
- #: includes/admin/helpers/tables/class-fees-table.php:307
3802
  #, fuzzy
3803
  msgctxt "fees admin"
3804
  msgid "Private"
3805
  msgstr "Activer"
3806
 
3807
- #: includes/admin/helpers/tables/class-payments-table.php:55
3808
  msgctxt "fees admin"
3809
  msgid "Date"
3810
  msgstr "Date"
3811
 
3812
- #: includes/admin/helpers/tables/class-payments-table.php:56
3813
  msgctxt "fees admin"
3814
  msgid "Payment History"
3815
  msgstr "Historique de paiement"
3816
 
3817
- #: includes/admin/helpers/tables/class-payments-table.php:58
3818
  msgctxt "fees admin"
3819
  msgid "Status"
3820
  msgstr "Statut"
@@ -3979,47 +4305,47 @@ msgctxt "listing status"
3979
  msgid "Reported"
3980
  msgstr ""
3981
 
3982
- #: includes/models/class-listing.php:979
3983
  msgctxt "listing status"
3984
  msgid "Unknown"
3985
  msgstr "Inconnu"
3986
 
3987
- #: includes/models/class-listing.php:980
3988
  msgctxt "listing status"
3989
  msgid "Legacy"
3990
  msgstr "Don"
3991
 
3992
- #: includes/models/class-listing.php:981
3993
  msgctxt "listing status"
3994
  msgid "Incomplete"
3995
  msgstr "Incomplet"
3996
 
3997
- #: includes/models/class-listing.php:982
3998
  msgctxt "listing status"
3999
  msgid "Pending Payment"
4000
  msgstr "Paiement en attente"
4001
 
4002
- #: includes/models/class-listing.php:983
4003
  msgctxt "listing status"
4004
  msgid "Complete"
4005
  msgstr "Complet"
4006
 
4007
- #: includes/models/class-listing.php:984
4008
  msgctxt "listing status"
4009
  msgid "Pending Upgrade"
4010
  msgstr "En attente de mise à niveau"
4011
 
4012
- #: includes/models/class-listing.php:985
4013
  msgctxt "listing status"
4014
  msgid "Expired"
4015
  msgstr "Expiré"
4016
 
4017
- #: includes/models/class-listing.php:986
4018
  msgctxt "listing status"
4019
  msgid "Pending Renewal"
4020
  msgstr "Actives + En attente de renouvellement"
4021
 
4022
- #: includes/models/class-listing.php:987
4023
  msgctxt "listing status"
4024
  msgid "Abandoned"
4025
  msgstr "Abandonné"
@@ -4089,27 +4415,27 @@ msgctxt "payments admin"
4089
  msgid "Payment details updated."
4090
  msgstr "Détails de paiement."
4091
 
4092
- #: includes/admin/helpers/tables/class-payments-table.php:12
4093
  msgctxt "payments admin"
4094
  msgid "payment"
4095
  msgstr "paiement"
4096
 
4097
- #: includes/admin/helpers/tables/class-payments-table.php:13
4098
  msgctxt "payments admin"
4099
  msgid "payments"
4100
  msgstr "paiement"
4101
 
4102
- #: includes/admin/helpers/tables/class-payments-table.php:19
4103
  msgctxt "payments admin"
4104
  msgid "No payments found."
4105
  msgstr "Aucun paiement trouvé."
4106
 
4107
- #: includes/admin/helpers/tables/class-payments-table.php:32
4108
  msgctxt "payments admin"
4109
  msgid "All"
4110
  msgstr "Toutes"
4111
 
4112
- #: includes/admin/helpers/tables/class-payments-table.php:124
4113
  msgctxt "payments admin"
4114
  msgid "View Payment History"
4115
  msgstr "Voir l'historique des paiements"
@@ -4139,12 +4465,12 @@ msgctxt "form-fields admin"
4139
  msgid "Field deleted."
4140
  msgstr "Champ effacé."
4141
 
4142
- #: includes/admin/controllers/class-form-fields-admin.php:329
4143
  msgctxt "form-fields admin"
4144
  msgid "Required fields created successfully."
4145
  msgstr "Champs requis créés avec succès."
4146
 
4147
- #: includes/admin/controllers/class-form-fields-admin.php:381
4148
  msgctxt "form-fields admin"
4149
  msgid "Tags updated."
4150
  msgstr "Étiquettes mises à jour."
@@ -4520,17 +4846,7 @@ msgctxt "form-fields admin"
4520
  msgid "Theme Tags"
4521
  msgstr "Thèmes"
4522
 
4523
- #: templates/admin/form-fields-tags.tpl.php:19
4524
- msgctxt "form-fields admin"
4525
- msgid ""
4526
- "Before you create fields, make sure you've mapped all of your EXISTING ones "
4527
- "first, otherwise you'll appear to be \"missing data\" on your listings."
4528
- msgstr ""
4529
- "Avant de créer des champs, assurez-vous que vous avez d'abord mappé tous les "
4530
- "champs existants, sinon des \"données manquantes\" apparaîtront dans vos "
4531
- "annonces."
4532
-
4533
- #: templates/admin/form-fields-tags.tpl.php:22
4534
  msgctxt "form-fields admin"
4535
  msgid "Create Missing Fields"
4536
  msgstr "Champs d'annonce"
@@ -4546,7 +4862,7 @@ msgctxt "admin settings"
4546
  msgid "Valid placeholders: %s"
4547
  msgstr "Espaces réservés valides:% s"
4548
 
4549
- #: includes/admin/settings/class-settings-bootstrap.php:106
4550
  #, fuzzy
4551
  msgctxt "admin settings"
4552
  msgid ""
@@ -4556,22 +4872,22 @@ msgstr ""
4556
  "<strong> IMPORTANT :</strong> les sous-pages de la page principale de "
4557
  "l'annuaire ne sont pas accessibles lorsque ce paramètre est coché."
4558
 
4559
- #: includes/admin/settings/class-settings-bootstrap.php:309
4560
  msgctxt "admin settings"
4561
  msgid "Above results"
4562
  msgstr "Au-dessus des résultats"
4563
 
4564
- #: includes/admin/settings/class-settings-bootstrap.php:310
4565
  msgctxt "admin settings"
4566
  msgid "Below results"
4567
  msgstr "En dessous des résultats"
4568
 
4569
- #: includes/admin/settings/class-settings-bootstrap.php:311
4570
  msgctxt "admin settings"
4571
  msgid "Don't show with results"
4572
  msgstr "Ne pas afficher avec les résultats"
4573
 
4574
- #: includes/admin/settings/class-settings-bootstrap.php:392
4575
  msgctxt "admin settings"
4576
  msgid ""
4577
  "You have selected a textarea field to be included in quick searches. "
@@ -4582,266 +4898,266 @@ msgstr ""
4582
  "rapides. Les recherches portant sur ces domaines sont très coûteuses et "
4583
  "pourraient entraîner des dépassements de délais et / ou lenteur générale."
4584
 
4585
- #: includes/admin/settings/class-settings-bootstrap.php:552
4586
  msgctxt "admin settings"
4587
  msgid "Do not include comments in listings"
4588
  msgstr "Inclure les formulaire de commentaires dans pages annonces"
4589
 
4590
- #: includes/admin/settings/class-settings-bootstrap.php:576
4591
  #, fuzzy
4592
  msgctxt "admin settings"
4593
  msgid "Directory view."
4594
  msgstr "Annuaire"
4595
 
4596
- #: includes/admin/settings/class-settings-bootstrap.php:577
4597
  #, fuzzy
4598
  msgctxt "admin settings"
4599
  msgid "All Listings view."
4600
  msgstr "Voir toutes les annonces"
4601
 
4602
- #: includes/admin/settings/class-settings-bootstrap.php:578
4603
  #, fuzzy
4604
  msgctxt "admin settings"
4605
  msgid "Category view."
4606
  msgstr "Catégories"
4607
 
4608
- #: includes/admin/settings/class-settings-bootstrap.php:579
4609
  #, fuzzy
4610
  msgctxt "admin settings"
4611
  msgid "Search view."
4612
  msgstr "Rechercher"
4613
 
4614
- #: includes/admin/settings/class-settings-bootstrap.php:710
4615
  msgctxt "admin settings"
4616
  msgid "Slug"
4617
  msgstr "Identifiant"
4618
 
4619
- #: includes/admin/settings/class-settings-bootstrap.php:723
4620
- #: includes/admin/settings/class-settings-bootstrap.php:791
4621
  msgctxt "admin settings"
4622
  msgid "Ascending"
4623
  msgstr "Ascendant"
4624
 
4625
- #: includes/admin/settings/class-settings-bootstrap.php:724
4626
- #: includes/admin/settings/class-settings-bootstrap.php:792
4627
  msgctxt "admin settings"
4628
  msgid "Descending"
4629
  msgstr "Descendant"
4630
 
4631
- #: includes/admin/settings/class-settings-bootstrap.php:757
4632
  msgctxt "admin settings"
4633
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4634
  msgstr ""
4635
 
4636
- #: includes/admin/settings/class-settings-bootstrap.php:770
4637
  msgctxt "admin settings"
4638
  msgid "Author"
4639
  msgstr "Auteur"
4640
 
4641
- #: includes/admin/settings/class-settings-bootstrap.php:771
4642
- #: includes/helpers/functions/general.php:1285
4643
  msgctxt "admin settings"
4644
  msgid "Date posted"
4645
  msgstr "Date d'ajout"
4646
 
4647
- #: includes/admin/settings/class-settings-bootstrap.php:772
4648
- #: includes/helpers/functions/general.php:1286
4649
  msgctxt "admin settings"
4650
  msgid "Date last modified"
4651
  msgstr "Date de dernière modification"
4652
 
4653
- #: includes/admin/settings/class-settings-bootstrap.php:773
4654
  msgctxt "admin settings"
4655
  msgid "Random"
4656
  msgstr "Aléatoire"
4657
 
4658
- #: includes/admin/settings/class-settings-bootstrap.php:774
4659
  msgctxt "admin settings"
4660
  msgid "Paid first then free. Inside each group by date."
4661
  msgstr "Payé d'abord puis gratuit. Dans chaque groupe par date."
4662
 
4663
- #: includes/admin/settings/class-settings-bootstrap.php:775
4664
  msgctxt "admin settings"
4665
  msgid "Paid first then free. Inside each group by title."
4666
  msgstr "Payé d'abord puis gratuit. Dans chaque groupe par titre."
4667
 
4668
- #: includes/admin/settings/class-settings-bootstrap.php:776
4669
  msgctxt "admin settings"
4670
  msgid "Plan Custom Order, then Date"
4671
  msgstr ""
4672
 
4673
- #: includes/admin/settings/class-settings-bootstrap.php:777
4674
  msgctxt "admin settings"
4675
  msgid "Plan Custom Order, then Title"
4676
  msgstr ""
4677
 
4678
- #: includes/admin/settings/class-settings-bootstrap.php:1049
4679
- #: includes/admin/settings/class-settings-bootstrap.php:1074
4680
- #: includes/admin/settings/class-settings-bootstrap.php:1098
4681
  #, fuzzy
4682
  msgctxt "admin settings"
4683
  msgid "Excerpt view."
4684
  msgstr "Extrait"
4685
 
4686
- #: includes/admin/settings/class-settings-bootstrap.php:1075
4687
- #: includes/admin/settings/class-settings-bootstrap.php:1099
4688
  #, fuzzy
4689
  msgctxt "admin settings"
4690
  msgid "Detail view."
4691
  msgstr "Annuaire"
4692
 
4693
- #: includes/admin/settings/class-settings-bootstrap.php:1170
4694
  msgctxt "admin settings"
4695
  msgid "Australian Dollar (AUD)"
4696
  msgstr "Dollar Australien (AUD)"
4697
 
4698
- #: includes/admin/settings/class-settings-bootstrap.php:1171
4699
  msgctxt "admin settings"
4700
  msgid "Brazilian Real (BRL)"
4701
  msgstr "Real Brésilien (BRL)"
4702
 
4703
- #: includes/admin/settings/class-settings-bootstrap.php:1172
4704
  msgctxt "admin settings"
4705
  msgid "Canadian Dollar (CAD)"
4706
  msgstr "Dollar Canadien (CAD)"
4707
 
4708
- #: includes/admin/settings/class-settings-bootstrap.php:1173
4709
  msgctxt "admin settings"
4710
  msgid "Czech Koruna (CZK)"
4711
  msgstr "Couronne Tchèque (CZK)"
4712
 
4713
- #: includes/admin/settings/class-settings-bootstrap.php:1174
4714
  msgctxt "admin settings"
4715
  msgid "Danish Krone (DKK)"
4716
  msgstr "Couronne Danoise (DKK)"
4717
 
4718
- #: includes/admin/settings/class-settings-bootstrap.php:1175
4719
  msgctxt "admin settings"
4720
  msgid "United Arab Emirates Dirham (AED)"
4721
  msgstr ""
4722
 
4723
- #: includes/admin/settings/class-settings-bootstrap.php:1176
4724
  msgctxt "admin settings"
4725
  msgid "Euro (EUR)"
4726
  msgstr "Euro (EUR)"
4727
 
4728
- #: includes/admin/settings/class-settings-bootstrap.php:1177
4729
  msgctxt "admin settings"
4730
  msgid "Hong Kong Dollar (HKD)"
4731
  msgstr "Dollar de Hong Kong(HKD)"
4732
 
4733
- #: includes/admin/settings/class-settings-bootstrap.php:1178
4734
  msgctxt "admin settings"
4735
  msgid "Hungarian Forint (HUF)"
4736
  msgstr "Forint Hongrois (HUF)"
4737
 
4738
- #: includes/admin/settings/class-settings-bootstrap.php:1179
4739
  msgctxt "admin settings"
4740
  msgid "Israeli New Shequel (ILS)"
4741
  msgstr "Nouveau Shequel Israélien (ILS)"
4742
 
4743
- #: includes/admin/settings/class-settings-bootstrap.php:1180
4744
  msgctxt "admin settings"
4745
  msgid "Japanese Yen (JPY)"
4746
  msgstr "Yen Japonais (JPY)"
4747
 
4748
- #: includes/admin/settings/class-settings-bootstrap.php:1181
4749
  msgctxt "admin settings"
4750
  msgid "Moroccan Dirham (MAD)"
4751
  msgstr "Dirham marocain (MAD)"
4752
 
4753
- #: includes/admin/settings/class-settings-bootstrap.php:1182
4754
  msgctxt "admin settings"
4755
  msgid "Malasian Ringgit (MYR)"
4756
  msgstr "Ringgit Malaisien (MYR)"
4757
 
4758
- #: includes/admin/settings/class-settings-bootstrap.php:1183
4759
  msgctxt "admin settings"
4760
  msgid "Mexican Peso (MXN)"
4761
  msgstr "Peso Mexicain (MXN)"
4762
 
4763
- #: includes/admin/settings/class-settings-bootstrap.php:1184
4764
  msgctxt "admin settings"
4765
  msgid "Norwegian Krone (NOK)"
4766
  msgstr "Couronne Norvégienne (NOK)"
4767
 
4768
- #: includes/admin/settings/class-settings-bootstrap.php:1185
4769
  msgctxt "admin settings"
4770
  msgid "New Zealand Dollar (NZD)"
4771
  msgstr "Dollar Néo-Zélandais (NZD)"
4772
 
4773
- #: includes/admin/settings/class-settings-bootstrap.php:1186
4774
  msgctxt "admin settings"
4775
  msgid "Philippine Peso (PHP)"
4776
  msgstr "Peso Phillipin (PHP)"
4777
 
4778
- #: includes/admin/settings/class-settings-bootstrap.php:1187
4779
  msgctxt "admin settings"
4780
  msgid "Polish Zloty (PLN)"
4781
  msgstr "Zloty Polonais (PLN)"
4782
 
4783
- #: includes/admin/settings/class-settings-bootstrap.php:1188
4784
  msgctxt "admin settings"
4785
  msgid "Pound Sterling (GBP)"
4786
  msgstr "Livre Sterling (GBP)"
4787
 
4788
- #: includes/admin/settings/class-settings-bootstrap.php:1189
4789
  msgctxt "admin settings"
4790
  msgid "Singapore Dollar (SGD)"
4791
  msgstr "Dollar Singaporien (SGD)"
4792
 
4793
- #: includes/admin/settings/class-settings-bootstrap.php:1190
4794
  msgctxt "admin settings"
4795
  msgid "Swedish Krona (SEK)"
4796
  msgstr "Couronne Suédoise (SEK)"
4797
 
4798
- #: includes/admin/settings/class-settings-bootstrap.php:1191
4799
  msgctxt "admin settings"
4800
  msgid "Swiss Franc (CHF)"
4801
  msgstr "Franc Suisse (CHF)"
4802
 
4803
- #: includes/admin/settings/class-settings-bootstrap.php:1192
4804
  msgctxt "admin settings"
4805
  msgid "Taiwan Dollar (TWD)"
4806
  msgstr "Dollar Taiwanais (TWD)"
4807
 
4808
- #: includes/admin/settings/class-settings-bootstrap.php:1193
4809
  msgctxt "admin settings"
4810
  msgid "Thai Baht (THB)"
4811
  msgstr "Baht Thaïlandais"
4812
 
4813
- #: includes/admin/settings/class-settings-bootstrap.php:1194
4814
  msgctxt "admin settings"
4815
  msgid "Turkish Lira (TRY)"
4816
  msgstr "Livre Turque (TRY)"
4817
 
4818
- #: includes/admin/settings/class-settings-bootstrap.php:1195
4819
  msgctxt "admin settings"
4820
  msgid "U.S. Dollar (USD)"
4821
  msgstr "U.S. Dollar (USD)"
4822
 
4823
- #: includes/admin/settings/class-settings-bootstrap.php:1219
4824
  msgctxt "admin settings"
4825
  msgid "Show currency symbol on the left"
4826
  msgstr "Afficher le symbole de devise à gauche"
4827
 
4828
- #: includes/admin/settings/class-settings-bootstrap.php:1220
4829
  msgctxt "admin settings"
4830
  msgid "Show currency symbol on the right"
4831
  msgstr "Afficher le symbole de devise à droite"
4832
 
4833
- #: includes/admin/settings/class-settings-bootstrap.php:1221
4834
  msgctxt "admin settings"
4835
  msgid "Do not show currency symbol"
4836
  msgstr "Ne pas montrer la devise"
4837
 
4838
  #. translators: %1$s: gateway name, %2$s: explanation string
4839
- #: includes/admin/settings/class-settings-bootstrap.php:1266
4840
  msgctxt "admin settings"
4841
  msgid "AED currency is not supported by %1$s. %2$s"
4842
  msgstr ""
4843
 
4844
- #: includes/admin/settings/class-settings-bootstrap.php:1304
4845
  #, fuzzy
4846
  msgctxt "admin settings"
4847
  msgid ""
@@ -4852,126 +5168,126 @@ msgstr ""
4852
  "cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
4853
  "utilisateurs reçoivent."
4854
 
4855
- #: includes/admin/settings/class-settings-bootstrap.php:1334
4856
  msgctxt "admin settings"
4857
  msgid "Try listing's email field first, then author's email."
4858
  msgstr ""
4859
  "Essayez d'abord le champ \"Adresse mail\" de l'annonce, puis l'adresse mail "
4860
  "de l'auteur."
4861
 
4862
- #: includes/admin/settings/class-settings-bootstrap.php:1335
4863
  msgctxt "admin settings"
4864
  msgid "Try author's email first and then listing's email field."
4865
  msgstr ""
4866
  "Essayez d'abord l'adresse mail de l'auteur, puis le champ \"Adresse mail\" "
4867
  "de l'annonce."
4868
 
4869
- #: includes/admin/settings/class-settings-bootstrap.php:1348
4870
  msgctxt "admin settings"
4871
  msgid "Plain (text/plain)"
4872
  msgstr ""
4873
 
4874
- #: includes/admin/settings/class-settings-bootstrap.php:1349
4875
  msgctxt "admin settings"
4876
  msgid "HTML (text/html)"
4877
  msgstr ""
4878
 
4879
- #: includes/admin/settings/class-settings-bootstrap.php:1350
4880
  msgctxt "admin settings"
4881
  msgid "Both (multipart/alternative)"
4882
  msgstr ""
4883
 
4884
- #: includes/admin/settings/class-settings-bootstrap.php:1364
4885
  msgctxt "admin settings"
4886
  msgid "A new listing is submitted."
4887
  msgstr "Une nouvelle annonce a été soumise."
4888
 
4889
- #: includes/admin/settings/class-settings-bootstrap.php:1365
4890
  msgctxt "admin settings"
4891
  msgid "A listing is edited."
4892
  msgstr "Une annonce est éditée."
4893
 
4894
- #: includes/admin/settings/class-settings-bootstrap.php:1366
4895
  msgctxt "admin settings"
4896
  msgid "A listing expires."
4897
  msgstr "Une annonce expire."
4898
 
4899
- #: includes/admin/settings/class-settings-bootstrap.php:1367
4900
  #, fuzzy
4901
  msgctxt "admin settings"
4902
  msgid "A listing is renewed."
4903
  msgstr "Une annonce est éditée."
4904
 
4905
- #: includes/admin/settings/class-settings-bootstrap.php:1368
4906
  #, fuzzy
4907
  msgctxt "admin settings"
4908
  msgid "A listing payment is completed."
4909
  msgstr "Une annonce est éditée."
4910
 
4911
- #: includes/admin/settings/class-settings-bootstrap.php:1369
4912
  #, fuzzy
4913
  msgctxt "admin settings"
4914
  msgid "A listing has been reported as inappropriate."
4915
  msgstr "L'annonce a été mise à jour."
4916
 
4917
- #: includes/admin/settings/class-settings-bootstrap.php:1370
4918
  msgctxt "admin settings"
4919
  msgid "A contact message is sent to a listing's owner."
4920
  msgstr "Un message de contact est envoyé a un propriétaire d'annonce."
4921
 
4922
- #: includes/admin/settings/class-settings-bootstrap.php:1397
4923
  msgctxt "admin settings"
4924
  msgid "Their listing is submitted."
4925
  msgstr "Leur annonce est soumise."
4926
 
4927
- #: includes/admin/settings/class-settings-bootstrap.php:1398
4928
  msgctxt "admin settings"
4929
  msgid "Their listing is approved/published."
4930
  msgstr "Leur annonce est approuvée/publiée."
4931
 
4932
- #: includes/admin/settings/class-settings-bootstrap.php:1399
4933
  #, fuzzy
4934
  msgctxt "admin settings"
4935
  msgid "A payment for their listing is completed."
4936
  msgstr "Leur annonce est soumise."
4937
 
4938
- #: includes/admin/settings/class-settings-bootstrap.php:1400
4939
  #, fuzzy
4940
  msgctxt "admin settings"
4941
  msgid "Their listing expired or is about to expire."
4942
  msgstr "Leur annonce est soumise."
4943
 
4944
- #: includes/admin/settings/class-settings-bootstrap.php:1418
4945
- #: includes/admin/settings/class-settings-bootstrap.php:1437
4946
- #: includes/admin/settings/class-settings-bootstrap.php:1473
4947
- #: includes/admin/settings/class-settings-bootstrap.php:1509
4948
- #: includes/admin/settings/class-settings-bootstrap.php:1528
4949
  msgctxt "admin settings"
4950
  msgid "Listing's title"
4951
  msgstr "Titre de l'annonce"
4952
 
4953
- #: includes/admin/settings/class-settings-bootstrap.php:1419
4954
- #: includes/admin/settings/class-settings-bootstrap.php:1510
4955
  #, fuzzy
4956
  msgctxt "admin settings"
4957
  msgid "Listing's plan name"
4958
  msgstr "Date d'expiration de l'annonce"
4959
 
4960
- #: includes/admin/settings/class-settings-bootstrap.php:1420
4961
- #: includes/admin/settings/class-settings-bootstrap.php:1511
4962
  #, fuzzy
4963
  msgctxt "admin settings"
4964
  msgid "Listing's plan description"
4965
  msgstr "Sélection des droits d'inscription"
4966
 
4967
- #: includes/admin/settings/class-settings-bootstrap.php:1421
4968
- #: includes/admin/settings/class-settings-bootstrap.php:1512
4969
  #, fuzzy
4970
  msgctxt "admin settings"
4971
  msgid "Listing's plan details"
4972
  msgstr "Date d'expiration de l'annonce"
4973
 
4974
- #: includes/admin/settings/class-settings-bootstrap.php:1434
4975
  msgctxt "admin settings"
4976
  msgid ""
4977
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
@@ -4980,70 +5296,70 @@ msgstr ""
4980
  "Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
4981
  "elle peut être vu par tout le monde."
4982
 
4983
- #: includes/admin/settings/class-settings-bootstrap.php:1438
4984
- #: includes/admin/settings/class-settings-bootstrap.php:1472
4985
  msgctxt "admin settings"
4986
  msgid "Listing's URL"
4987
  msgstr "Url de l'annonce"
4988
 
4989
- #: includes/admin/settings/class-settings-bootstrap.php:1439
4990
- #: includes/admin/settings/class-settings-bootstrap.php:1479
4991
  #, fuzzy
4992
  msgctxt "admin settings"
4993
  msgid "Listing's Access Key"
4994
  msgstr "Liste des clés d'accès"
4995
 
4996
- #: includes/admin/settings/class-settings-bootstrap.php:1474
4997
  #, fuzzy
4998
  msgctxt "admin settings"
4999
  msgid "Sender's name"
5000
  msgstr "Nom de l'auteur"
5001
 
5002
- #: includes/admin/settings/class-settings-bootstrap.php:1477
5003
  #, fuzzy
5004
  msgctxt "admin settings"
5005
  msgid "Contact message"
5006
  msgstr "Lister des messages de contact"
5007
 
5008
- #: includes/admin/settings/class-settings-bootstrap.php:1478
5009
  msgctxt "admin settings"
5010
  msgid "Date and time the message was sent"
5011
  msgstr ""
5012
 
5013
- #: includes/admin/settings/class-settings-bootstrap.php:1513
5014
  #, fuzzy
5015
  msgctxt "admin settings"
5016
  msgid "Payment items details."
5017
  msgstr "Détails de paiement"
5018
 
5019
- #: includes/admin/settings/class-settings-bootstrap.php:1514
5020
  msgctxt "admin settings"
5021
  msgid "URL where user can review and print payment receipt."
5022
  msgstr ""
5023
 
5024
- #: includes/admin/settings/class-settings-bootstrap.php:1515
5025
  #, fuzzy
5026
  msgctxt "admin settings"
5027
  msgid "Gateway used to process listing's payment."
5028
  msgstr "Impossible de procéder au paiement."
5029
 
5030
- #: includes/admin/settings/class-settings-bootstrap.php:1529
5031
  msgctxt "admin settings"
5032
  msgid "Checkout URL link"
5033
  msgstr "Vérificateur de lien URL"
5034
 
5035
- #: includes/admin/settings/class-settings-bootstrap.php:1631
5036
  #, fuzzy
5037
  msgctxt "admin settings"
5038
  msgid "Uploaded Image (no resize)"
5039
  msgstr "Télécharger les images"
5040
 
5041
- #: includes/helpers/functions/general.php:1283
5042
  msgctxt "admin settings"
5043
  msgid "User"
5044
  msgstr "Utilisateur"
5045
 
5046
- #: includes/helpers/functions/general.php:1284
5047
  msgctxt "admin settings"
5048
  msgid "User registration date"
5049
  msgstr "Date d'expiration de l'annonce"
@@ -5256,70 +5572,70 @@ msgctxt "settings"
5256
  msgid "General"
5257
  msgstr "Général"
5258
 
5259
- #: includes/admin/settings/class-settings-bootstrap.php:12
5260
- #: includes/admin/settings/class-settings-bootstrap.php:1033
5261
  msgctxt "settings"
5262
  msgid "Listings"
5263
  msgstr "Listes"
5264
 
5265
- #: includes/admin/settings/class-settings-bootstrap.php:15
5266
- #: includes/admin/settings/class-settings-bootstrap.php:20
5267
- #: includes/admin/settings/class-settings-bootstrap.php:25
5268
- #: includes/admin/settings/class-settings-bootstrap.php:42
5269
- #: includes/admin/settings/class-settings-bootstrap.php:1315
5270
- #: includes/admin/settings/class-settings.php:356
5271
  msgctxt "settings"
5272
  msgid "General Settings"
5273
  msgstr "Paramètres généraux"
5274
 
5275
- #: includes/admin/settings/class-settings-bootstrap.php:22
5276
  msgctxt "settings"
5277
  msgid "Payment"
5278
  msgstr "Paiement"
5279
 
5280
- #: includes/admin/settings/class-settings-bootstrap.php:27
5281
  msgctxt "settings"
5282
  msgid "Appearance"
5283
  msgstr "Apparence"
5284
 
5285
- #: includes/admin/settings/class-settings-bootstrap.php:65
5286
  msgctxt "settings"
5287
  msgid "Permalink Settings"
5288
  msgstr "Paramètres de lien permanent"
5289
 
5290
- #: includes/admin/settings/class-settings-bootstrap.php:70
5291
  msgctxt "settings"
5292
  msgid "Directory Listings Slug"
5293
  msgstr "Identifiant de fiche de l'annuaire"
5294
 
5295
- #: includes/admin/settings/class-settings-bootstrap.php:80
5296
  msgctxt "settings"
5297
  msgid "Categories Slug"
5298
  msgstr "Identifiant de Catégories"
5299
 
5300
- #: includes/admin/settings/class-settings-bootstrap.php:81
5301
  msgctxt "settings"
5302
  msgid ""
5303
  "The slug can't be in use by another term. Avoid \"category\", for instance."
5304
  msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
5305
 
5306
- #: includes/admin/settings/class-settings-bootstrap.php:92
5307
  msgctxt "settings"
5308
  msgid "Tags Slug"
5309
  msgstr "Identifiant Mots clés"
5310
 
5311
- #: includes/admin/settings/class-settings-bootstrap.php:93
5312
  msgctxt "settings"
5313
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5314
  msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
5315
 
5316
- #: includes/admin/settings/class-settings-bootstrap.php:105
5317
  #, fuzzy
5318
  msgctxt "settings"
5319
  msgid "Remove listing ID from URLs for better SEO"
5320
  msgstr "Retirer les ID listés du répertoire URL?"
5321
 
5322
- #: includes/admin/settings/class-settings-bootstrap.php:106
5323
  msgctxt "settings"
5324
  msgid ""
5325
  "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
@@ -5329,67 +5645,67 @@ msgstr ""
5329
  "business-répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour "
5330
  "supprimer l'ID pour une meilleure SEO."
5331
 
5332
- #: includes/admin/settings/class-settings-bootstrap.php:117
5333
  msgctxt "settings"
5334
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5335
  msgstr "Besoin de clés API pour CAPTCHA? Obtenez les <a> ici </a>."
5336
 
5337
- #: includes/admin/settings/class-settings-bootstrap.php:124
5338
  msgctxt "settings"
5339
  msgid "Use reCAPTCHA for contact forms"
5340
  msgstr "Utiliser CAPTCHA pour le formulaire de contact"
5341
 
5342
- #: includes/admin/settings/class-settings-bootstrap.php:132
5343
  #, fuzzy
5344
  msgctxt "settings"
5345
  msgid "Use reCAPTCHA only for logged-out users"
5346
  msgstr "Désactivez reCAPTCHA pour les utilisateurs connectés?"
5347
 
5348
- #: includes/admin/settings/class-settings-bootstrap.php:140
5349
  msgctxt "settings"
5350
  msgid "Use reCAPTCHA for listing submits"
5351
  msgstr "Utiliser CAPTCHA pour la soumission des annonces"
5352
 
5353
- #: includes/admin/settings/class-settings-bootstrap.php:148
5354
  #, fuzzy
5355
  msgctxt "settings"
5356
  msgid "Use reCAPTCHA for edit listings"
5357
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5358
 
5359
- #: includes/admin/settings/class-settings-bootstrap.php:156
5360
  #, fuzzy
5361
  msgctxt "settings"
5362
  msgid "Use reCAPTCHA for report listings"
5363
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5364
 
5365
- #: includes/admin/settings/class-settings-bootstrap.php:164
5366
  #, fuzzy
5367
  msgctxt "settings"
5368
  msgid "Use reCAPTCHA for listing comments"
5369
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5370
 
5371
- #: includes/admin/settings/class-settings-bootstrap.php:172
5372
  msgctxt "settings"
5373
  msgid "reCAPTCHA Public Key"
5374
  msgstr "reCAPTCHA Clé publique"
5375
 
5376
- #: includes/admin/settings/class-settings-bootstrap.php:181
5377
  msgctxt "settings"
5378
  msgid "reCAPTCHA Private Key"
5379
  msgstr "reCAPTCHA Clé privée"
5380
 
5381
- #: includes/admin/settings/class-settings-bootstrap.php:190
5382
  #, fuzzy
5383
  msgctxt "settings"
5384
  msgid "reCAPTCHA version"
5385
  msgstr "Paramètres de code CAPTCHA"
5386
 
5387
- #: includes/admin/settings/class-settings-bootstrap.php:207
5388
  msgctxt "settings"
5389
  msgid "reCAPTCHA V3 threshold score"
5390
  msgstr ""
5391
 
5392
- #: includes/admin/settings/class-settings-bootstrap.php:212
5393
  msgctxt "settings"
5394
  msgid ""
5395
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
@@ -5398,32 +5714,18 @@ msgid ""
5398
  "this value will result in reCAPTCHA validation error."
5399
  msgstr ""
5400
 
5401
- #: includes/admin/settings/class-settings-bootstrap.php:221
5402
  msgctxt "settings"
5403
  msgid "Registration"
5404
  msgstr "Enregistrement"
5405
 
5406
- #: includes/admin/settings/class-settings-bootstrap.php:221
5407
- msgctxt "settings"
5408
- msgid ""
5409
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
5410
- "the URLs below to work. If the plugin does not support them, these settings "
5411
- "will not function as expected. Please contact the membership plugin and ask "
5412
- "them to support the WP standard 'redirect_to' query parameter."
5413
- msgstr ""
5414
- "Nous nous attendons à ce qu'un plugin d'adhésion prenne en charge le "
5415
- "paramètre 'redirect_to' pour que les URL ci-dessous fonctionnent. Si le "
5416
- "plugin ne les supporte pas, ces paramètres ne fonctionneront pas comme "
5417
- "prévu. Veuillez contacter le plugin d'adhésion et demandez-lui de prendre en "
5418
- "charge le paramètre de requête WP 'redirect_to'."
5419
-
5420
- #: includes/admin/settings/class-settings-bootstrap.php:226
5421
  #, fuzzy
5422
  msgctxt "settings"
5423
  msgid "Require login to post listings"
5424
  msgstr "Connexion obligatoire pour poster une annonce ?"
5425
 
5426
- #: includes/admin/settings/class-settings-bootstrap.php:235
5427
  #, fuzzy
5428
  msgctxt "settings"
5429
  msgid "Allow anonymous users to edit/manage listings with an access key"
@@ -5431,12 +5733,12 @@ msgstr ""
5431
  "Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
5432
  "clé d'accès ?"
5433
 
5434
- #: includes/admin/settings/class-settings-bootstrap.php:243
5435
  msgctxt "settings"
5436
  msgid "Login URL"
5437
  msgstr "URL de connexion"
5438
 
5439
- #: includes/admin/settings/class-settings-bootstrap.php:244
5440
  #, fuzzy
5441
  msgctxt "settings"
5442
  msgid "Only enter this if using a membership plugin or custom login page"
@@ -5445,17 +5747,17 @@ msgstr ""
5445
  "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5446
  "personnalisée."
5447
 
5448
- #: includes/admin/settings/class-settings-bootstrap.php:245
5449
  msgctxt "settings"
5450
  msgid "URL of your membership plugin's login page."
5451
  msgstr "URL de la page de connexion de votre plugin d'adhésion."
5452
 
5453
- #: includes/admin/settings/class-settings-bootstrap.php:254
5454
  msgctxt "settings"
5455
  msgid "Registration URL"
5456
  msgstr "URL d'enregistrement"
5457
 
5458
- #: includes/admin/settings/class-settings-bootstrap.php:255
5459
  msgctxt "settings"
5460
  msgid ""
5461
  "Only enter this if using a membership plugin or custom registration page."
@@ -5464,13 +5766,13 @@ msgstr ""
5464
  "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5465
  "personnalisée."
5466
 
5467
- #: includes/admin/settings/class-settings-bootstrap.php:256
5468
  #, fuzzy
5469
  msgctxt "settings"
5470
  msgid "URL of your membership plugin's registration page"
5471
  msgstr "URL de la page d'inscription de votre plugin d'adhésion."
5472
 
5473
- #: includes/admin/settings/class-settings-bootstrap.php:265
5474
  #, fuzzy
5475
  msgctxt "settings"
5476
  msgid "Allow users to create accounts during listing submit"
@@ -5478,7 +5780,7 @@ msgstr ""
5478
  "Autoriser les utilisateurs à créer des comptes pendant la soumission d'une "
5479
  "annonce ?"
5480
 
5481
- #: includes/admin/settings/class-settings-bootstrap.php:292
5482
  msgctxt "settings"
5483
  msgid ""
5484
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
@@ -5488,53 +5790,53 @@ msgstr ""
5488
  "le texte des conditions d'utilisation sera remplacé par un lien vers la page "
5489
  "appropriée."
5490
 
5491
- #: includes/admin/settings/class-settings-bootstrap.php:294
5492
  #, fuzzy
5493
  msgctxt "settings"
5494
  msgid "Terms and Conditions text goes here"
5495
  msgstr "Conditions d'utilisation."
5496
 
5497
- #: includes/admin/settings/class-settings-bootstrap.php:323
5498
  #, fuzzy
5499
  msgctxt "settings"
5500
  msgid "Enable high performance search"
5501
  msgstr "Activer les recherches de hautes performance?"
5502
 
5503
- #: includes/admin/settings/class-settings-bootstrap.php:332
5504
  msgctxt "settings"
5505
  msgid "Advanced"
5506
  msgstr "Avancé"
5507
 
5508
- #: includes/admin/settings/class-settings-bootstrap.php:338
5509
  #, fuzzy
5510
  msgctxt "settings"
5511
  msgid "Disable advanced CPT integration"
5512
  msgstr "Désactiver l'intégration avancée avec CPT?"
5513
 
5514
- #: includes/admin/settings/class-settings-bootstrap.php:347
5515
  #, fuzzy
5516
  msgctxt "settings"
5517
  msgid "Disable frontend listing submission"
5518
  msgstr "Désactiver la soumission de l'annonce publique ?"
5519
 
5520
- #: includes/admin/settings/class-settings-bootstrap.php:348
5521
  msgctxt "settings"
5522
  msgid ""
5523
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5524
  "shortcode for submit listing to function on other pages."
5525
  msgstr ""
5526
 
5527
- #: includes/admin/settings/class-settings-bootstrap.php:429
5528
  msgctxt "settings"
5529
  msgid "Contact Form"
5530
  msgstr "Un formulaire de contact"
5531
 
5532
- #: includes/admin/settings/class-settings-bootstrap.php:438
5533
  msgctxt "settings"
5534
  msgid "Listings per page"
5535
  msgstr "Annonces par page"
5536
 
5537
- #: includes/admin/settings/class-settings-bootstrap.php:439
5538
  msgctxt "settings"
5539
  msgid ""
5540
  "Number of listings to show per page. Use a value of \"0\" to show all "
@@ -5543,48 +5845,48 @@ msgstr ""
5543
  "Nombre d'annonces à montrer par page. Utilisez une valeur de \"0 \" pour "
5544
  "afficher toutes les annonces sur une seule page (non recommandé)."
5545
 
5546
- #: includes/admin/settings/class-settings-bootstrap.php:451
5547
  #, fuzzy
5548
  msgctxt "settings"
5549
  msgid "Turn on listing renewal option"
5550
  msgstr "Activer l'option renouvellement des annonces ?"
5551
 
5552
- #: includes/admin/settings/class-settings-bootstrap.php:460
5553
  #, fuzzy
5554
  msgctxt "settings"
5555
  msgid "Open detailed view of listing in new tab"
5556
  msgstr "Ouvrir l'annonce dans un nouvel onglet ?"
5557
 
5558
- #: includes/admin/settings/class-settings-bootstrap.php:470
5559
  #, fuzzy
5560
  msgctxt "settings"
5561
  msgid "Include button to report listings"
5562
  msgstr "Connexion obligatoire pour poster une annonce ?"
5563
 
5564
- #: includes/admin/settings/class-settings-bootstrap.php:479
5565
  msgctxt "settings"
5566
  msgid "Enable report listing for registered users only"
5567
  msgstr ""
5568
 
5569
- #: includes/admin/settings/class-settings-bootstrap.php:489
5570
  msgctxt "settings"
5571
  msgid "Report listing option list"
5572
  msgstr ""
5573
 
5574
- #: includes/admin/settings/class-settings-bootstrap.php:490
5575
  msgctxt "settings"
5576
  msgid ""
5577
  "Form option list to report a listing as inappropriate. One option per line."
5578
  msgstr ""
5579
 
5580
- #: includes/admin/settings/class-settings-bootstrap.php:501
5581
  #, fuzzy
5582
  msgctxt "settings"
5583
  msgid "Include listing contact form on listing pages"
5584
  msgstr ""
5585
  "Inclure les annonces de formulaire de contact sur les pages d'annonces ?"
5586
 
5587
- #: includes/admin/settings/class-settings-bootstrap.php:502
5588
  msgctxt "settings"
5589
  msgid ""
5590
  "Allows visitors to contact listing authors privately. Authors will receive "
@@ -5593,19 +5895,19 @@ msgstr ""
5593
  "Permets aux visiteurs de contacter les auteurs d'annonces de façon privé. "
5594
  "Les auteurs recevront les messages par e-mail."
5595
 
5596
- #: includes/admin/settings/class-settings-bootstrap.php:511
5597
  #, fuzzy
5598
  msgctxt "settings"
5599
  msgid "Require login for using the contact form"
5600
  msgstr "Exiger d'être connecter pour utiliser le formulaire de contact ?"
5601
 
5602
- #: includes/admin/settings/class-settings-bootstrap.php:522
5603
  #, fuzzy
5604
  msgctxt "settings"
5605
  msgid "Maximum number of daily contact form submits from registered users"
5606
  msgstr "Nombre maximum de formulaire de contact soumis par jour"
5607
 
5608
- #: includes/admin/settings/class-settings-bootstrap.php:523
5609
  #, fuzzy
5610
  msgctxt "settings"
5611
  msgid ""
@@ -5615,13 +5917,13 @@ msgstr ""
5615
  "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5616
  "nombre de soumission illimité par jour."
5617
 
5618
- #: includes/admin/settings/class-settings-bootstrap.php:535
5619
  #, fuzzy
5620
  msgctxt "settings"
5621
  msgid "Maximum number of contact form submits for each listing per day"
5622
  msgstr "Nombre maximum de formulaire de contact soumis par jour"
5623
 
5624
- #: includes/admin/settings/class-settings-bootstrap.php:536
5625
  #, fuzzy
5626
  msgctxt "settings"
5627
  msgid ""
@@ -5631,24 +5933,24 @@ msgstr ""
5631
  "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5632
  "nombre de soumission illimité par jour."
5633
 
5634
- #: includes/admin/settings/class-settings-bootstrap.php:548
5635
  msgctxt "settings"
5636
  msgid "Include comment form on listing pages?"
5637
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
5638
 
5639
- #: includes/admin/settings/class-settings-bootstrap.php:563
5640
  #, fuzzy
5641
  msgctxt "settings"
5642
  msgid "Show listings under categories on main page"
5643
  msgstr "Afficher les listes des annonces sur la page principale?"
5644
 
5645
- #: includes/admin/settings/class-settings-bootstrap.php:573
5646
  msgctxt "settings"
5647
  msgid ""
5648
  "Prevents featured listings from floating to the top of the selected page."
5649
  msgstr ""
5650
 
5651
- #: includes/admin/settings/class-settings-bootstrap.php:603
5652
  msgctxt "settings"
5653
  msgid ""
5654
  "The user ID or login of an existing user account. If login is not required "
@@ -5656,84 +5958,84 @@ msgid ""
5656
  "that will not a be posting a listing is best."
5657
  msgstr ""
5658
 
5659
- #: includes/admin/settings/class-settings-bootstrap.php:629
5660
  msgctxt "settings"
5661
  msgid "Edit post status"
5662
  msgstr "Editer le statut du message"
5663
 
5664
- #: includes/admin/settings/class-settings-bootstrap.php:644
5665
  msgctxt "settings"
5666
  msgid "Status of deleted listings"
5667
  msgstr "Statut des annonces supprimées"
5668
 
5669
- #: includes/admin/settings/class-settings-bootstrap.php:695
5670
  msgctxt "settings"
5671
  msgid "Submit Listing instructions message"
5672
  msgstr "Soumettre des instructions Liste des messages"
5673
 
5674
- #: includes/admin/settings/class-settings-bootstrap.php:706
5675
  msgctxt "settings"
5676
  msgid "Order categories list by"
5677
  msgstr "Ordonner les catégories des annonces par"
5678
 
5679
- #: includes/admin/settings/class-settings-bootstrap.php:720
5680
  msgctxt "settings"
5681
  msgid "Sort order for categories"
5682
  msgstr "Ordre de tri pour les catégories"
5683
 
5684
- #: includes/admin/settings/class-settings-bootstrap.php:733
5685
  #, fuzzy
5686
  msgctxt "settings"
5687
  msgid "Show category post count"
5688
  msgstr "Montrer les catégories par messages postés ?"
5689
 
5690
- #: includes/admin/settings/class-settings-bootstrap.php:742
5691
  #, fuzzy
5692
  msgctxt "settings"
5693
  msgid "Hide empty categories"
5694
  msgstr "Cacher les catégories vides ?"
5695
 
5696
- #: includes/admin/settings/class-settings-bootstrap.php:751
5697
  #, fuzzy
5698
  msgctxt "settings"
5699
  msgid "Show only parent categories in category list"
5700
  msgstr ""
5701
  "Montrer seulement les catégories parentes dans la liste des catégories ?"
5702
 
5703
- #: includes/admin/settings/class-settings-bootstrap.php:763
5704
  msgctxt "settings"
5705
  msgid "Order directory listings by"
5706
  msgstr "Ordonner les annonces de l'annuaire par"
5707
 
5708
- #: includes/admin/settings/class-settings-bootstrap.php:787
5709
  msgctxt "settings"
5710
  msgid "Sort directory listings by"
5711
  msgstr "Trier les annonces de l'annuaire par"
5712
 
5713
- #: includes/admin/settings/class-settings-bootstrap.php:788
5714
  msgctxt "settings"
5715
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
5716
  msgstr ""
5717
  "Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
5718
 
5719
- #: includes/admin/settings/class-settings-bootstrap.php:801
5720
  #, fuzzy
5721
  msgctxt "settings"
5722
  msgid "Enable sort bar"
5723
  msgstr "Activer la barre de tri ?"
5724
 
5725
- #: includes/admin/settings/class-settings-bootstrap.php:810
5726
  msgctxt "settings"
5727
  msgid "Sortbar Fields"
5728
  msgstr "Champs de la barre de tri"
5729
 
5730
- #: includes/admin/settings/class-settings-bootstrap.php:829
5731
  #, fuzzy
5732
  msgctxt "settings"
5733
  msgid "Show the \"Submit listing\" button"
5734
  msgstr "Montrer le bouton \"Soumettre une annonce\"."
5735
 
5736
- #: includes/admin/settings/class-settings-bootstrap.php:830
5737
  msgctxt "settings"
5738
  msgid ""
5739
  "Hides the button used by the main UI to allow listing submission, but does "
@@ -5741,72 +6043,72 @@ msgid ""
5741
  "customize the submit listing button on your own)"
5742
  msgstr ""
5743
 
5744
- #: includes/admin/settings/class-settings-bootstrap.php:840
5745
  #, fuzzy
5746
  msgctxt "settings"
5747
  msgid "Show \"Search listings\""
5748
  msgstr "Montrer \"Chercher annonces\"."
5749
 
5750
- #: includes/admin/settings/class-settings-bootstrap.php:849
5751
  #, fuzzy
5752
  msgctxt "settings"
5753
  msgid "Show the \"View Listings\" button"
5754
  msgstr "Montrer le bouton \"Voir annonces\"."
5755
 
5756
- #: includes/admin/settings/class-settings-bootstrap.php:858
5757
  #, fuzzy
5758
  msgctxt "settings"
5759
  msgid "Show the \"Manage Listings\" button"
5760
  msgstr "Montrer le bouton \"Voir annonces\"."
5761
 
5762
- #: includes/admin/settings/class-settings-bootstrap.php:902
5763
  msgctxt "settings"
5764
  msgid "Image Settings"
5765
  msgstr "Paraamètres des images"
5766
 
5767
- #: includes/admin/settings/class-settings-bootstrap.php:907
5768
  #, fuzzy
5769
  msgctxt "settings"
5770
  msgid "Allow images"
5771
  msgstr "Autoriser les images ?"
5772
 
5773
- #: includes/admin/settings/class-settings-bootstrap.php:918
5774
  msgctxt "settings"
5775
  msgid "Min Image File Size (KB)"
5776
  msgstr "Taille minnimal des fichiers images (KB)"
5777
 
5778
- #: includes/admin/settings/class-settings-bootstrap.php:930
5779
  msgctxt "settings"
5780
  msgid "Max Image File Size (KB)"
5781
  msgstr "Taille maximal des fichiers images (KB)"
5782
 
5783
- #: includes/admin/settings/class-settings-bootstrap.php:942
5784
  msgctxt "settings"
5785
  msgid "Min image width (px)"
5786
  msgstr "Largeur minnimal des images (px)"
5787
 
5788
- #: includes/admin/settings/class-settings-bootstrap.php:952
5789
  msgctxt "settings"
5790
  msgid "Min image height (px)"
5791
  msgstr "Hauteur minnimal des images (px)"
5792
 
5793
- #: includes/admin/settings/class-settings-bootstrap.php:966
5794
  msgctxt "settings"
5795
  msgid "Max image width (px)"
5796
  msgstr "Largeur maximal des images (px)"
5797
 
5798
- #: includes/admin/settings/class-settings-bootstrap.php:978
5799
  msgctxt "settings"
5800
  msgid "Max image height (px)"
5801
  msgstr "Hauteur maximal des images (px)"
5802
 
5803
- #: includes/admin/settings/class-settings-bootstrap.php:990
5804
  #, fuzzy
5805
  msgctxt "settings"
5806
  msgid "Turn on thickbox/lightbox"
5807
  msgstr "Activer thickbox/lightbox ?"
5808
 
5809
- #: includes/admin/settings/class-settings-bootstrap.php:991
5810
  msgctxt "settings"
5811
  msgid ""
5812
  "Uncheck if it conflicts with other elements or plugins installed on your site"
@@ -5814,28 +6116,28 @@ msgstr ""
5814
  "Décochez si cela entre en conflit avec d'autres éléments ou plugins "
5815
  "installés sur votre site"
5816
 
5817
- #: includes/admin/settings/class-settings-bootstrap.php:997
5818
  msgctxt "settings"
5819
  msgid "Thumbnails"
5820
  msgstr "Miniatures"
5821
 
5822
- #: includes/admin/settings/class-settings-bootstrap.php:1004
5823
  msgctxt "settings"
5824
  msgid "Thumbnail width (px)"
5825
  msgstr "Largeur des miniatures (en pixel)"
5826
 
5827
- #: includes/admin/settings/class-settings-bootstrap.php:1016
5828
  msgctxt "settings"
5829
  msgid "Thumbnail height (px)"
5830
  msgstr "Hauteur des miniatures (en pixel)"
5831
 
5832
- #: includes/admin/settings/class-settings-bootstrap.php:1026
5833
  #, fuzzy
5834
  msgctxt "settings"
5835
  msgid "Crop thumbnails to exact dimensions"
5836
  msgstr "Recadrer les miniatures aux dimensions exactes ?"
5837
 
5838
- #: includes/admin/settings/class-settings-bootstrap.php:1027
5839
  msgctxt "settings"
5840
  msgid ""
5841
  "When enabled images will match exactly the dimensions above but part of the "
@@ -5850,18 +6152,18 @@ msgstr ""
5850
  "sera ajustée proportionnellement ; selon les images téléchargées, les photos "
5851
  "peuvent avoir des hauteurs différentes."
5852
 
5853
- #: includes/admin/settings/class-settings-bootstrap.php:1038
5854
  msgctxt "settings"
5855
  msgid "Enforce image upload on submit/edit"
5856
  msgstr ""
5857
 
5858
- #: includes/admin/settings/class-settings-bootstrap.php:1059
5859
  #, fuzzy
5860
  msgctxt "settings"
5861
  msgid "Default thumbnail image size"
5862
  msgstr "Annonce par défault de l'utilisateur"
5863
 
5864
- #: includes/admin/settings/class-settings-bootstrap.php:1062
5865
  msgctxt "settings"
5866
  msgid ""
5867
  "This indicates the size of the thumbnail to be used both in excerpt and "
@@ -5870,87 +6172,87 @@ msgid ""
5870
  "width as the starting point."
5871
  msgstr ""
5872
 
5873
- #: includes/admin/settings/class-settings-bootstrap.php:1071
5874
  msgctxt "settings"
5875
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5876
  msgstr ""
5877
 
5878
- #: includes/admin/settings/class-settings-bootstrap.php:1095
5879
  msgctxt "settings"
5880
  msgid "Display featured (sticky) badge"
5881
  msgstr ""
5882
 
5883
- #: includes/admin/settings/class-settings-bootstrap.php:1109
5884
  #, fuzzy
5885
  msgctxt "settings"
5886
  msgid "Featured Badge image"
5887
  msgstr "Niveau en vedette"
5888
 
5889
- #: includes/admin/settings/class-settings-bootstrap.php:1119
5890
  #, fuzzy
5891
  msgctxt "settings"
5892
  msgid "Featured Badge URL"
5893
  msgstr "Niveau en vedette"
5894
 
5895
- #: includes/admin/settings/class-settings-bootstrap.php:1120
5896
  msgctxt "settings"
5897
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5898
  msgstr ""
5899
 
5900
- #: includes/admin/settings/class-settings-bootstrap.php:1144
5901
  msgctxt "settings"
5902
  msgid "Fee Order"
5903
  msgstr "Ordre des prix"
5904
 
5905
- #: includes/admin/settings/class-settings-bootstrap.php:1157
5906
  #, fuzzy
5907
  msgctxt "settings"
5908
  msgid "Put payment gateways in test mode"
5909
  msgstr "Passer les passerelles de paiement en mode test ?"
5910
 
5911
- #: includes/admin/settings/class-settings-bootstrap.php:1167
5912
  msgctxt "settings"
5913
  msgid "Currency Code"
5914
  msgstr "Code de devise"
5915
 
5916
- #: includes/admin/settings/class-settings-bootstrap.php:1206
5917
  msgctxt "settings"
5918
  msgid "Currency Symbol"
5919
  msgstr "Devise"
5920
 
5921
- #: includes/admin/settings/class-settings-bootstrap.php:1216
5922
  msgctxt "settings"
5923
  msgid "Currency symbol display"
5924
  msgstr "Affichage de la devise"
5925
 
5926
- #: includes/admin/settings/class-settings-bootstrap.php:1230
5927
  msgctxt "settings"
5928
  msgid "Include plan description in receipt"
5929
  msgstr ""
5930
 
5931
- #: includes/admin/settings/class-settings-bootstrap.php:1239
5932
  msgctxt "settings"
5933
  msgid "Thank you for payment message"
5934
  msgstr "Nous vous remercions pour votre paiement"
5935
 
5936
- #: includes/admin/settings/class-settings-bootstrap.php:1292
5937
  #, fuzzy
5938
  msgctxt "settings"
5939
  msgid "Ask users to come back for abandoned payments"
5940
  msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés ?"
5941
 
5942
- #: includes/admin/settings/class-settings-bootstrap.php:1303
5943
  msgctxt "settings"
5944
  msgid "Listing abandonment threshold (hours)"
5945
  msgstr "Seuil d'abandon de l'annonce (heures)"
5946
 
5947
- #: includes/admin/settings/class-settings-bootstrap.php:1320
5948
  #, fuzzy
5949
  msgctxt "settings"
5950
  msgid "Display email address fields publicly"
5951
  msgstr "Affichage des champs d'adresses e-mail au public ?"
5952
 
5953
- #: includes/admin/settings/class-settings-bootstrap.php:1321
5954
  msgctxt "settings"
5955
  msgid ""
5956
  "Shows the email address of the listing owner to all web users. NOT "
@@ -5961,12 +6263,12 @@ msgstr ""
5961
  "utilisateurs du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en "
5962
  "question et permet aux spam bots de la récolter pour une utilisation future."
5963
 
5964
- #: includes/admin/settings/class-settings-bootstrap.php:1330
5965
  msgctxt "settings"
5966
  msgid "How to determine the listing's email address?"
5967
  msgstr "Comment définir l'adresse e-mail de l'annonce ?"
5968
 
5969
- #: includes/admin/settings/class-settings-bootstrap.php:1331
5970
  msgctxt "settings"
5971
  msgid ""
5972
  "This affects emails sent to listing owners via contact forms or when their "
@@ -5975,12 +6277,12 @@ msgstr ""
5975
  "Cela affecte l'envoie des e-mails aux propriétaires des annonces via le "
5976
  "formulaire de contact ou quand leurs annonces expirent."
5977
 
5978
- #: includes/admin/settings/class-settings-bootstrap.php:1344
5979
  msgctxt "settings"
5980
  msgid "Email Content-Type header"
5981
  msgstr ""
5982
 
5983
- #: includes/admin/settings/class-settings-bootstrap.php:1345
5984
  msgctxt "settings"
5985
  msgid ""
5986
  "Use this setting to control the format of the emails explicitly. Some "
@@ -5989,38 +6291,38 @@ msgid ""
5989
  "then \"Both\"."
5990
  msgstr ""
5991
 
5992
- #: includes/admin/settings/class-settings-bootstrap.php:1406
5993
  msgctxt "settings"
5994
  msgid "Templates"
5995
  msgstr "Template d'E-Mail"
5996
 
5997
- #: includes/admin/settings/class-settings-bootstrap.php:1411
5998
  msgctxt "settings"
5999
  msgid "Email confirmation message"
6000
  msgstr "Message de confirmation par E-Mail"
6001
 
6002
- #: includes/admin/settings/class-settings-bootstrap.php:1412
6003
  msgctxt "settings"
6004
  msgid "Sent after a listing has been submitted."
6005
  msgstr "Envoyer après qu'une annonce ait été soumise."
6006
 
6007
- #: includes/admin/settings/class-settings-bootstrap.php:1430
6008
  msgctxt "settings"
6009
  msgid "Listing published message"
6010
  msgstr "Message publié de l'annonce"
6011
 
6012
- #: includes/admin/settings/class-settings-bootstrap.php:1431
6013
  msgctxt "settings"
6014
  msgid "Sent when the listing has been published or approved by an admin."
6015
  msgstr ""
6016
  "Envoyé lorsque l'annonce a été publiée ou approuvée par un administrateur."
6017
 
6018
- #: includes/admin/settings/class-settings-bootstrap.php:1448
6019
  msgctxt "settings"
6020
  msgid "Listing Contact Message"
6021
  msgstr "Lister des messages de contact"
6022
 
6023
- #: includes/admin/settings/class-settings-bootstrap.php:1449
6024
  msgctxt "settings"
6025
  msgid ""
6026
  "Sent to listing owners when someone uses the contact form on their listing "
@@ -6029,13 +6331,13 @@ msgstr ""
6029
  "Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
6030
  "de contact sur leurs pages d'annonces."
6031
 
6032
- #: includes/admin/settings/class-settings-bootstrap.php:1489
6033
  #, fuzzy
6034
  msgctxt "settings"
6035
  msgid "Payment completed message"
6036
  msgstr "Paiement abandonné, message de rappel"
6037
 
6038
- #: includes/admin/settings/class-settings-bootstrap.php:1490
6039
  #, fuzzy
6040
  msgctxt "settings"
6041
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
@@ -6043,38 +6345,38 @@ msgstr ""
6043
  "Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
6044
  "par les utilisateurs."
6045
 
6046
- #: includes/admin/settings/class-settings-bootstrap.php:1526
6047
  msgctxt "settings"
6048
  msgid "Payment abandoned reminder message"
6049
  msgstr "Paiement abandonné, message de rappel"
6050
 
6051
- #: includes/admin/settings/class-settings-bootstrap.php:1652
6052
  msgctxt "settings"
6053
  msgid "Cropped"
6054
  msgstr ""
6055
 
6056
- #: includes/admin/settings/class-settings.php:510
6057
- #: includes/admin/settings/class-settings.php:521
6058
  msgctxt "settings"
6059
  msgid "\"%s\" can not be empty."
6060
  msgstr "\"%s\" ne peut pas être vide."
6061
 
6062
- #: includes/admin/settings/class-settings.php:538
6063
  msgctxt "settings"
6064
  msgid "The slug \"%s\" is already in use for another taxonomy."
6065
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6066
 
6067
- #: includes/licensing.php:238
6068
  msgctxt "settings"
6069
  msgid "Themes"
6070
  msgstr "Thèmes"
6071
 
6072
- #: includes/licensing.php:290 includes/licensing.php:291
6073
  msgctxt "settings"
6074
  msgid "Please wait..."
6075
  msgstr "Veuillez attendre..."
6076
 
6077
- #: includes/licensing.php:291
6078
  #, fuzzy
6079
  msgctxt "settings"
6080
  msgid "Deauthorize"
@@ -6152,28 +6454,28 @@ msgid "Invalid theme ID"
6152
  msgstr "ID d'élément non valide"
6153
 
6154
  #: includes/admin/controllers/class-themes-admin.php:378
6155
- #: includes/admin/upgrades/class-themes-updater.php:170
6156
  msgctxt "themes"
6157
  msgid "Could not update theme: %s"
6158
  msgstr "Impossible de mettre à jour le thème: %s"
6159
 
6160
- #: includes/admin/upgrades/class-themes-updater.php:132
6161
  msgctxt "themes"
6162
  msgid "Updating theme..."
6163
  msgstr "Mise à jour du thème..."
6164
 
6165
- #: includes/admin/upgrades/class-themes-updater.php:133
6166
  msgctxt "themes"
6167
  msgid "Theme updated."
6168
  msgstr "Thème mis à jour."
6169
 
6170
- #: includes/admin/upgrades/class-themes-updater.php:135
6171
  msgctxt "themes"
6172
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6173
  msgstr ""
6174
  "Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
6175
 
6176
- #: includes/admin/upgrades/class-themes-updater.php:176
6177
  msgctxt "themes"
6178
  msgid "Theme was updated successfully."
6179
  msgstr "Le thème a été mis à jour avec succès."
@@ -6211,7 +6513,7 @@ msgstr ""
6211
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
6212
  "CSV: %s"
6213
 
6214
- #: templates/admin/csv-export.tpl.php:13
6215
  msgctxt "admin csv-export"
6216
  msgid ""
6217
  "Please note that the export process is a resource intensive task. If your "
@@ -6224,95 +6526,95 @@ msgstr ""
6224
  "d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
6225
  "d'exécution' dans votre fichier de configuration serveur php.ini."
6226
 
6227
- #: templates/admin/csv-export.tpl.php:30
6228
  msgctxt "admin csv-export"
6229
  msgid "Export settings"
6230
  msgstr "Exportation des paramètres"
6231
 
6232
- #: templates/admin/csv-export.tpl.php:36
6233
  msgctxt "admin csv-export"
6234
  msgid "Which listings to export?"
6235
  msgstr "Quelles listes exporter ?"
6236
 
6237
- #: templates/admin/csv-export.tpl.php:41
6238
  msgctxt "admin csv-export"
6239
  msgid "Active Only"
6240
  msgstr "Actives seulement"
6241
 
6242
- #: templates/admin/csv-export.tpl.php:42
6243
  msgctxt "admin csv-export"
6244
  msgid "Active + Pending Renewal"
6245
  msgstr "Actives + En Attente De Renouvellement"
6246
 
6247
- #: templates/admin/csv-export.tpl.php:50
6248
  msgctxt "admin csv-export"
6249
  msgid "Export images"
6250
  msgstr "Exporter les images"
6251
 
6252
- #: templates/admin/csv-export.tpl.php:65
6253
  msgctxt "admin csv-export"
6254
  msgid "Include unique IDs for each listing (sequence_id column)."
6255
  msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
6256
 
6257
- #: templates/admin/csv-export.tpl.php:78
6258
  msgctxt "admin csv-export"
6259
  msgid "Author information (username)"
6260
  msgstr "Informations sur l'auteur (nom d'utilisateur)"
6261
 
6262
- #: templates/admin/csv-export.tpl.php:88
6263
  msgctxt "admin csv-export"
6264
  msgid "Listing expiration date"
6265
  msgstr "Date d'expiration de l'annonce"
6266
 
6267
- #: templates/admin/csv-export.tpl.php:97
6268
  #, fuzzy
6269
  msgctxt "admin csv-export"
6270
  msgid "Listing created date"
6271
  msgstr "Annonce créée"
6272
 
6273
- #: templates/admin/csv-export.tpl.php:106
6274
  #, fuzzy
6275
  msgctxt "admin csv-export"
6276
  msgid "Listing last updated date"
6277
  msgstr "Date d'expiration de l'annonce"
6278
 
6279
- #: templates/admin/csv-export.tpl.php:115
6280
  #, fuzzy
6281
  msgctxt "admin csv-export"
6282
  msgid "Listing T&C acceptance date"
6283
  msgstr "Annonce créée"
6284
 
6285
- #: templates/admin/csv-export.tpl.php:128
6286
  msgctxt "admin csv-export"
6287
  msgid "What operating system will you use to edit the CSV file?"
6288
  msgstr "Quel système d'exploitation utilisez-vous pour éditer le fichier CSV?"
6289
 
6290
- #: templates/admin/csv-export.tpl.php:140
6291
  msgctxt "admin csv-export"
6292
  msgid "Windows"
6293
  msgstr "Windows"
6294
 
6295
- #: templates/admin/csv-export.tpl.php:148
6296
  msgctxt "admin csv-export"
6297
  msgid "macOS"
6298
  msgstr "mac OS"
6299
 
6300
- #: templates/admin/csv-export.tpl.php:162
6301
  msgctxt "admin csv-export"
6302
  msgid "Category Separator"
6303
  msgstr "Séparateur de catégorie"
6304
 
6305
- #: templates/admin/csv-export.tpl.php:172
6306
  msgctxt "admin csv-export"
6307
  msgid "Export Listings"
6308
  msgstr "Listes d'exportation"
6309
 
6310
- #: templates/admin/csv-export.tpl.php:178
6311
  msgctxt "admin csv-export"
6312
  msgid "Export in Progress..."
6313
  msgstr "Exportation en cours..."
6314
 
6315
- #: templates/admin/csv-export.tpl.php:179
6316
  msgctxt "admin csv-export"
6317
  msgid ""
6318
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -6321,27 +6623,27 @@ msgstr ""
6321
  "Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
6322
  "page jusqu'à la fin de l'export."
6323
 
6324
- #: templates/admin/csv-export.tpl.php:182
6325
  msgctxt "admin csv-export"
6326
  msgid "No. of listings:"
6327
  msgstr "Numéro de l'annonce:"
6328
 
6329
- #: templates/admin/csv-export.tpl.php:184
6330
  msgctxt "admin csv-export"
6331
  msgid "Approximate export file size:"
6332
  msgstr "Taille aproximative du fichier exporté:"
6333
 
6334
- #: templates/admin/csv-export.tpl.php:191
6335
  msgctxt "admin csv-export"
6336
  msgid "Cancel Export"
6337
  msgstr "Annuler l'exportation"
6338
 
6339
- #: templates/admin/csv-export.tpl.php:196
6340
  msgctxt "admin csv-export"
6341
  msgid "Export Complete"
6342
  msgstr "Exportation complète"
6343
 
6344
- #: templates/admin/csv-export.tpl.php:197
6345
  msgctxt "admin csv-export"
6346
  msgid ""
6347
  "Your export file has been successfully created and it is now ready for "
@@ -6350,13 +6652,13 @@ msgstr ""
6350
  "Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
6351
  "téléchargement."
6352
 
6353
- #: templates/admin/csv-export.tpl.php:202
6354
  #, fuzzy
6355
  msgctxt "admin csv-export"
6356
  msgid "Download %1$s (%2$s)"
6357
  msgstr "Téléchargement %s (%s)"
6358
 
6359
- #: templates/admin/csv-export.tpl.php:210
6360
  msgctxt "admin csv-export"
6361
  msgid ""
6362
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -6366,37 +6668,37 @@ msgstr ""
6366
  "d'effacer toutes les données temporaires créées par le plugin durant le "
6367
  "processus d'exportation."
6368
 
6369
- #: templates/admin/csv-export.tpl.php:211
6370
  msgctxt "admin csv-export"
6371
  msgid "Cleanup"
6372
  msgstr "Nettoyer"
6373
 
6374
- #: templates/admin/csv-export.tpl.php:216
6375
  msgctxt "admin csv-export"
6376
  msgid "Export Canceled"
6377
  msgstr "Exportation annulée"
6378
 
6379
- #: templates/admin/csv-export.tpl.php:217
6380
  msgctxt "admin csv-export"
6381
  msgid "The export has been canceled."
6382
  msgstr "L'exportation a été annulée."
6383
 
6384
- #: templates/admin/csv-export.tpl.php:218
6385
  msgctxt "admin csv-export"
6386
  msgid "← Return to CSV Export"
6387
  msgstr "←Retourner vers l'export CSV"
6388
 
6389
- #: includes/admin/csv-import.php:177
6390
  msgctxt "admin csv-import"
6391
  msgid "Whatever"
6392
  msgstr "Tout ce que"
6393
 
6394
- #: includes/admin/csv-import.php:348
6395
  msgctxt "admin csv-import"
6396
  msgid "Please upload or select a CSV file."
6397
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
6398
 
6399
- #: includes/admin/csv-import.php:377
6400
  msgctxt "admin csv-import"
6401
  msgid ""
6402
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6405,13 +6707,13 @@ msgstr ""
6405
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
6406
  "l'importation. Merci de résoudre ce problème avant de continuer."
6407
 
6408
- #: includes/admin/csv-import.php:386
6409
  msgctxt "admin csv-import"
6410
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6411
  msgstr ""
6412
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6413
 
6414
- #: includes/admin/helpers/csv/class-csv-import.php:533
6415
  msgctxt "admin csv-import"
6416
  msgid ""
6417
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6420,33 +6722,33 @@ msgstr ""
6420
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6421
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6422
 
6423
- #: includes/admin/helpers/csv/class-csv-import.php:539
6424
  msgctxt "admin csv-import"
6425
  msgid "Could not create listing category \"%s\""
6426
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6427
 
6428
- #: includes/admin/helpers/csv/class-csv-import.php:730
6429
  msgctxt "admin csv-import"
6430
  msgid "Username \"%s\" does not exist"
6431
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6432
 
6433
- #: includes/admin/helpers/csv/class-csv-import.php:757
6434
  #, fuzzy
6435
  msgctxt "admin csv-import"
6436
  msgid "There is no Plan with ID = <fee-id>"
6437
  msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
6438
 
6439
- #: includes/admin/helpers/csv/class-csv-import.php:788
6440
  msgctxt "admin csv-import"
6441
  msgid "Missing required field: %s"
6442
  msgstr "Absence d'un champ requis: %s"
6443
 
6444
- #: includes/admin/helpers/csv/class-csv-import.php:833
6445
  msgctxt "admin csv-import"
6446
  msgid "Listing category \"%s\" does not exist"
6447
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6448
 
6449
- #: includes/admin/helpers/csv/class-csv-import.php:907
6450
  msgctxt "admin csv-import"
6451
  msgid "The string <string> couldn't be converted into a valid date."
6452
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
@@ -6583,42 +6885,35 @@ msgctxt "admin csv-import"
6583
  msgid "Warning"
6584
  msgstr "Alerte"
6585
 
6586
- #: templates/admin/csv-import.tpl.php:27
6587
- msgctxt "admin csv-import"
6588
- msgid "Here, you can import data into your directory using the CSV format."
6589
- msgstr ""
6590
- "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
6591
- "format CSV."
6592
-
6593
- #: templates/admin/csv-import.tpl.php:61 templates/admin/csv-import.tpl.php:90
6594
  msgctxt "admin csv-import"
6595
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6596
  msgstr ""
6597
  "... ou <a>sélectionner un fichier téléchargé dans le dossier des "
6598
  "importations</a>"
6599
 
6600
- #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:101
6601
  msgctxt "admin csv-import"
6602
  msgid "(Upload new file)"
6603
  msgstr "(télécharger un nouveau fichier)"
6604
 
6605
- #: templates/admin/csv-import.tpl.php:126
6606
  msgctxt "admin csv-import"
6607
  msgid "Comma (,)"
6608
  msgstr "Virgule (,)"
6609
 
6610
- #: templates/admin/csv-import.tpl.php:133
6611
  msgctxt "admin csv-import"
6612
  msgid "Semicolon (;)"
6613
  msgstr "Point-virgule (;)"
6614
 
6615
- #: templates/admin/csv-import.tpl.php:192
6616
  #, fuzzy
6617
  msgctxt "admin csv-import"
6618
  msgid "Preserve existing status"
6619
  msgstr "Statut liste"
6620
 
6621
- #: templates/admin/csv-import.tpl.php:243
6622
  msgctxt "admin csv-import"
6623
  msgid ""
6624
  "Select a default user to be used if the username column is not present in "
@@ -6627,17 +6922,17 @@ msgstr ""
6627
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
6628
  "figure pas dans le fichier CSV."
6629
 
6630
- #: templates/admin/csv-import.tpl.php:277
6631
  msgctxt "admin csv-import"
6632
  msgid "Test Import"
6633
  msgstr "Tester l'importation"
6634
 
6635
- #: templates/admin/csv-import.tpl.php:278
6636
  msgctxt "admin csv-import"
6637
  msgid "Import Listings"
6638
  msgstr "Importation des listes"
6639
 
6640
- #: templates/admin/csv-import.tpl.php:328
6641
  #, fuzzy
6642
  msgctxt "admin csv-import"
6643
  msgid ""
@@ -6648,7 +6943,7 @@ msgstr ""
6648
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6649
  "externes."
6650
 
6651
- #: templates/admin/csv-import.tpl.php:349
6652
  msgctxt "admin csv-import"
6653
  msgid ""
6654
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6656,7 +6951,7 @@ msgstr ""
6656
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
6657
  "provenant de sources externes."
6658
 
6659
- #: templates/admin/csv-import.tpl.php:356
6660
  msgctxt "admin csv-import"
6661
  msgid ""
6662
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6666,7 +6961,7 @@ msgstr ""
6666
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6667
  "externes."
6668
 
6669
- #: includes/admin/csv-import.php:304
6670
  #, fuzzy
6671
  msgctxt "csv import"
6672
  msgid ""
@@ -6701,71 +6996,21 @@ msgctxt "listing metabox"
6701
  msgid "No payments available."
6702
  msgstr "Aucun paiement disponible."
6703
 
6704
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:12
6705
- msgctxt "listing metabox"
6706
- msgid "General Info"
6707
- msgstr "Informations générales"
6708
-
6709
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:14
6710
- msgctxt "listing metabox"
6711
- msgid "Listing Status"
6712
- msgstr "Statut liste"
6713
-
6714
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:20
6715
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:31
6716
- msgctxt "listing metabox"
6717
- msgid "N/A"
6718
- msgstr "N/A"
6719
-
6720
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:27
6721
- msgctxt "listing metabox"
6722
- msgid "Last renew date"
6723
- msgstr "Date de renouvellement"
6724
-
6725
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:35
6726
  msgctxt "listing metabox"
6727
  msgid "Plan Details"
6728
  msgstr "Détails des plans"
6729
 
6730
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:46
6731
  msgctxt "listing metabox"
6732
  msgid "Change plan"
6733
  msgstr "Changer de plan tarifaire"
6734
 
6735
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:69
6736
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
6737
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:106
6738
- msgctxt "listing metabox"
6739
- msgid "OK"
6740
- msgstr "OUI"
6741
-
6742
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:70
6743
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:92
6744
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:107
6745
- msgctxt "listing metabox"
6746
- msgid "Cancel"
6747
- msgstr "Annuler"
6748
-
6749
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
6750
- msgctxt "listing metabox"
6751
- msgid "Expires On"
6752
- msgstr "Expire le"
6753
-
6754
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
6755
  msgctxt "listing metabox"
6756
  msgid "# of images"
6757
  msgstr "# des images"
6758
 
6759
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:110
6760
- msgctxt "listing metabox"
6761
- msgid "Is Featured?"
6762
- msgstr "A diffusé ?"
6763
-
6764
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:117
6765
- msgctxt "listing metabox"
6766
- msgid "Is Recurring?"
6767
- msgstr "Est récurrent?"
6768
-
6769
  #: includes/admin/helpers/class-listing-timeline.php:111
6770
  msgctxt "listing timeline"
6771
  msgid "Listing created"
@@ -6803,51 +7048,51 @@ msgctxt "admin fees table"
6803
  msgid "All"
6804
  msgstr "Toutes"
6805
 
6806
- #: includes/admin/settings/class-settings-bootstrap.php:619
6807
- #: includes/admin/settings/class-settings-bootstrap.php:632
6808
  msgctxt "post status"
6809
  msgid "Published"
6810
  msgstr "Publié"
6811
 
6812
- #: includes/admin/settings/class-settings-bootstrap.php:647
6813
  msgctxt "post status"
6814
  msgid "Draft"
6815
  msgstr "Brouillon"
6816
 
6817
- #: includes/admin/settings/class-settings-bootstrap.php:648
6818
  msgctxt "post status"
6819
  msgid "Trash"
6820
  msgstr "Corbeille"
6821
 
6822
  #. translators: %s: url shortcode
6823
- #: includes/admin/settings/class-settings-bootstrap.php:1454
6824
  msgctxt "contact email"
6825
  msgid "You have received a reply from your listing at %s."
6826
  msgstr "Vous avez reçu une réponse à votre annonce de %s."
6827
 
6828
  #. translators: %s: name shortcode
6829
- #: includes/admin/settings/class-settings-bootstrap.php:1457
6830
  msgctxt "contact email"
6831
  msgid "Name: %s"
6832
  msgstr "Nom: %s"
6833
 
6834
- #: includes/admin/settings/class-settings-bootstrap.php:1465
6835
  msgctxt "contact email"
6836
  msgid "Message:"
6837
  msgstr "Message:"
6838
 
6839
  #. translators: %s: date shortcode
6840
- #: includes/admin/settings/class-settings-bootstrap.php:1469
6841
  msgctxt "contact email"
6842
  msgid "Time: %s"
6843
  msgstr "Date: %s"
6844
 
6845
- #: includes/admin/tracking.php:189
6846
  msgctxt "tracking"
6847
  msgid "Help Improve Business Directory"
6848
  msgstr "Aider à améliorer Business Directory"
6849
 
6850
- #: includes/admin/tracking.php:191
6851
  msgctxt "tracking"
6852
  msgid ""
6853
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6858,7 +7103,7 @@ msgstr ""
6858
  "et autres informations non-personnel, ou identifiants, afin de nous aider à "
6859
  "améliorer nos futures mises à jour ?"
6860
 
6861
- #: includes/admin/tracking.php:193
6862
  msgctxt "tracking"
6863
  msgid "What do you track?"
6864
  msgstr "Qu'est-ce que vous analysez ?"
@@ -6949,19 +7194,19 @@ msgstr ""
6949
  "il est incompatible avec la version actuelle du plugin. Veuillez mettre à "
6950
  "jour le module."
6951
 
6952
- #: includes/admin/upgrades/migrations/migration-3_7.php:37
6953
  #, fuzzy
6954
  msgctxt "installer"
6955
  msgid "Migrating payments information."
6956
  msgstr "Migration des informations de licence au nouveau format. . ."
6957
 
6958
- #: includes/admin/upgrades/migrations/migration-3_7.php:61
6959
  #, fuzzy
6960
  msgctxt "installer"
6961
  msgid "Cleaning up plan information... %1$d/%2$d"
6962
  msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
6963
 
6964
- #: includes/admin/upgrades/migrations/migration-3_7.php:119
6965
  #, fuzzy
6966
  msgctxt "installer"
6967
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
@@ -6969,17 +7214,17 @@ msgstr ""
6969
  "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
6970
  "%d"
6971
 
6972
- #: includes/admin/upgrades/migrations/migration-3_7.php:148
6973
  msgctxt "installer"
6974
  msgid "Initial listing payment (BD < 3.4)"
6975
  msgstr "Annonce de paiement initial (BD<3.4)"
6976
 
6977
- #: includes/admin/upgrades/migrations/migration-3_7.php:159
6978
  msgctxt "installer"
6979
  msgid "Listing edit payment (BD < 3.4)"
6980
  msgstr "Edition de l'annonce de paiement (BD<3.4)"
6981
 
6982
- #: includes/admin/upgrades/migrations/migration-3_7.php:201
6983
  msgctxt "installer"
6984
  msgid "Listing upgrade to featured"
6985
  msgstr "Mise à jour des annonces vers prioritaire"
@@ -7170,13 +7415,13 @@ msgctxt "listing"
7170
  msgid "(Unavailable Plan)"
7171
  msgstr "(Plan indisponible disponible)"
7172
 
7173
- #: includes/models/class-listing.php:876
7174
  #, fuzzy
7175
  msgctxt "listing"
7176
  msgid "Plan \"%s\" (recurring)"
7177
  msgstr "(récurrent)"
7178
 
7179
- #: includes/models/class-listing.php:878
7180
  msgctxt "listing"
7181
  msgid "Plan \"%s\""
7182
  msgstr "Statut \"%s\""
@@ -7243,13 +7488,13 @@ msgctxt "notify email"
7243
  msgid "Payment Details"
7244
  msgstr "Détails de paiement"
7245
 
7246
- #: templates/email/listing-payment-completed.tpl.php:33
7247
  #, fuzzy
7248
  msgctxt "notify email"
7249
  msgid "Listing URL"
7250
  msgstr "Url de l'annonce"
7251
 
7252
- #: templates/email/listing-payment-completed.tpl.php:35
7253
  #, fuzzy
7254
  msgctxt "notify email"
7255
  msgid "Listing admin URL"
@@ -7447,19 +7692,7 @@ msgctxt "delete listing"
7447
  msgid "Your listing has been deleted."
7448
  msgstr "Votre annonce a été effacée."
7449
 
7450
- #: templates/delete-listing-confirm.tpl.php:7
7451
- msgctxt "delete listing"
7452
- msgid ""
7453
- "Your listing is associated to a recurring payment. If you don't cancel the "
7454
- "recurring payment before deleting the listing, you might be charged for "
7455
- "additional periods even though your listing won't be available."
7456
- msgstr ""
7457
- "Votre annonce est associé à un paiement récurrent. Si vous ne résiliez pas "
7458
- "le paiement récurrent avant de supprimer l'annonce, vous pourriez devoir "
7459
- "payer pour des périodes supplémentaires, même si votre annonce ne sera plus "
7460
- "disponible."
7461
-
7462
- #: templates/delete-listing-confirm.tpl.php:12
7463
  msgctxt "delete listing"
7464
  msgid ""
7465
  "Please visit <a>Manage recurring payments</a> to review your current "
@@ -7468,7 +7701,7 @@ msgstr ""
7468
  "Veuillez visiter <a>Gérer les paiements récurrents</a> pour vérifier vos "
7469
  "paiement récurrents actuelles."
7470
 
7471
- #: templates/delete-listing-confirm.tpl.php:18
7472
  msgctxt "delete listing"
7473
  msgid "You are about to remove your listing \"%s\" from the directory."
7474
  msgstr "Vous êtes sur le point d'effacer votre annonce \"%s\" de l'annuaire."
@@ -7554,7 +7787,7 @@ msgctxt "templates"
7554
  msgid "There are currently no listings in the directory."
7555
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
7556
 
7557
- #: includes/controllers/pages/class-main.php:17
7558
  msgctxt "templates"
7559
  msgid ""
7560
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -7603,28 +7836,28 @@ msgid ""
7603
  "an existing field"
7604
  msgstr ""
7605
 
7606
- #: includes/controllers/pages/class-submit-listing.php:1284
7607
  msgctxt "templates"
7608
  msgid "Please agree to the Terms and Conditions."
7609
  msgstr "Veuillez accepter les conditions d'utilisation."
7610
 
7611
- #: includes/controllers/pages/class-submit-listing.php:1298
7612
  msgctxt "templates"
7613
  msgid "I agree to the <a>Terms and Conditions</a>"
7614
  msgstr "J'accepte <a> Conditions générales </a>"
7615
 
7616
- #: includes/helpers/functions/general.php:1366
7617
  #, fuzzy
7618
  msgctxt "templates"
7619
  msgid "Return to results"
7620
  msgstr "Retourner vers l'annuaire"
7621
 
7622
- #: includes/helpers/functions/templates-ui.php:223
7623
  msgctxt "templates"
7624
  msgid "No listing categories found."
7625
  msgstr "Aucune catégorie d'annonce trouvée."
7626
 
7627
- #: includes/helpers/functions/templates-ui.php:374
7628
  msgctxt "templates"
7629
  msgid "Advanced Search"
7630
  msgstr "Recherche avancée"
@@ -8025,35 +8258,35 @@ msgstr ""
8025
  "S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
8026
  "catégorie."
8027
 
8028
- #: includes/controllers/pages/class-submit-listing.php:1204
8029
  msgctxt "submit listing"
8030
  msgid "Please enter your desired username."
8031
  msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
8032
 
8033
- #: includes/controllers/pages/class-submit-listing.php:1209
8034
  msgctxt "submit listing"
8035
  msgid "Please enter the e-mail for your new account."
8036
  msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
8037
 
8038
- #: includes/controllers/pages/class-submit-listing.php:1214
8039
  msgctxt "submit listing"
8040
  msgid "The username you chose is already in use. Please use a different one."
8041
  msgstr ""
8042
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
8043
  "utiliser un autre."
8044
 
8045
- #: includes/controllers/pages/class-submit-listing.php:1219
8046
  msgctxt "submit listing"
8047
  msgid "The e-mail address you chose for your account is already in use."
8048
  msgstr ""
8049
  "L'adresse e-mail que vous avez choisie pour votre compte est déjà utilisée."
8050
 
8051
- #: includes/models/class-payment.php:257
8052
  msgctxt "submit listing"
8053
  msgid "Listing submitted by admin. Payment skipped."
8054
  msgstr "Annonce soumis par admin. Paiement sauté."
8055
 
8056
- #: includes/controllers/pages/class-submit-listing.php:1159
8057
  msgctxt "listing submit"
8058
  msgid ""
8059
  "Image upload is required, please provide at least one image and submit again."
@@ -8290,7 +8523,7 @@ msgctxt "authorize-net"
8290
  msgid "Transaction Key is missing."
8291
  msgstr "La clé de transaction est manquante."
8292
 
8293
- #: includes/gateways/class-gateway-authorize-net.php:103
8294
  msgctxt "authorize-net"
8295
  msgid ""
8296
  "Payment is being held for review by the payment gateway. The following "
@@ -8299,7 +8532,7 @@ msgstr ""
8299
  "Votre paiement est en attente et examiné par le support de paiement. La "
8300
  "raison est la suivante: \"%s \"."
8301
 
8302
- #: includes/gateways/class-gateway-authorize-net.php:112
8303
  msgctxt "authorize-net"
8304
  msgid ""
8305
  "The payment gateway didn't accept the credit card or billing information. "
@@ -8308,17 +8541,17 @@ msgstr ""
8308
  "La plate-forme de paiement n'a pas accepté votre carte de crédit ou vos "
8309
  "informations de facturation. La raison est la suivante: \"%s \"."
8310
 
8311
- #: includes/gateways/class-gateway-authorize-net.php:121
8312
  msgctxt "authorize-net"
8313
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8314
  msgstr "Votre paiement a été rejeté. La raison est la suivante: \"%s \"."
8315
 
8316
- #: includes/gateways/class-gateway-authorize-net.php:181
8317
  msgctxt "authorize-net"
8318
  msgid "Payment failed. Reason: %s"
8319
  msgstr "Le paiement a échoué. Motif : %s"
8320
 
8321
- #: includes/gateways/class-gateway-authorize-net.php:206
8322
  msgctxt "authorize-net"
8323
  msgid "Listing #%d"
8324
  msgstr "Annonce #% d"
@@ -8351,12 +8584,12 @@ msgstr ""
8351
  "Une erreur s'est produite lors de l'envoi des clés d'accès vers votre "
8352
  "adresse e-mail. Veuillez réessayer."
8353
 
8354
- #: includes/helpers/class-fs.php:112
8355
  msgctxt "fs helper"
8356
  msgid "Destination dir \"%s\" is not writable."
8357
  msgstr "Le dossier \"%s\" n'est pas accessible en écriture."
8358
 
8359
- #: includes/helpers/functions/templates-ui.php:401
8360
  msgctxt "templates sort"
8361
  msgid "Sort By:"
8362
  msgstr "Trier par:"
@@ -8387,12 +8620,12 @@ msgctxt "default category name"
8387
  msgid "General"
8388
  msgstr "Général"
8389
 
8390
- #: includes/licensing.php:541
8391
  msgctxt "licensing"
8392
  msgid "Could not contact licensing server"
8393
  msgstr "Impossible de contacter le serveur de licences"
8394
 
8395
- #: includes/licensing.php:554
8396
  #, fuzzy
8397
  msgctxt "licensing"
8398
  msgid ""
@@ -8403,7 +8636,7 @@ msgstr ""
8403
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
8404
  "TLS:"
8405
 
8406
- #: includes/licensing.php:556 includes/licensing.php:586
8407
  msgctxt "licensing"
8408
  msgid ""
8409
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8416,7 +8649,7 @@ msgstr ""
8416
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8417
  "est OpenSSL 1.0.1c)."
8418
 
8419
- #: includes/licensing.php:558 includes/licensing.php:588
8420
  msgctxt "licensing"
8421
  msgid ""
8422
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8428,7 +8661,7 @@ msgstr ""
8428
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8429
  "dernières normes de sécurité."
8430
 
8431
- #: includes/licensing.php:560
8432
  #, fuzzy
8433
  msgctxt "licensing"
8434
  msgid ""
@@ -8438,7 +8671,7 @@ msgstr ""
8438
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8439
  "à jour votre hébergement. Incluez ce message si nécessaire."
8440
 
8441
- #: includes/licensing.php:590
8442
  #, fuzzy
8443
  msgctxt "licensing"
8444
  msgid ""
@@ -8448,33 +8681,33 @@ msgstr ""
8448
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8449
  "à jour votre hébergement. Incluez ce message si nécessaire."
8450
 
8451
- #: includes/licensing.php:626
8452
  msgctxt "licensing"
8453
  msgid "The server returned a 403 Forbidden error."
8454
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8455
 
8456
- #: includes/licensing.php:872
8457
  msgctxt "licensing"
8458
  msgid "Could not activate license: %s."
8459
  msgstr "Impossible d'activer la licence: %s."
8460
 
8461
- #: includes/licensing.php:877
8462
  msgctxt "licensing"
8463
  msgid "License activated"
8464
  msgstr "Licence activée"
8465
 
8466
- #: includes/licensing.php:909
8467
  msgctxt "licensing"
8468
  msgid "Could not deactivate license: %s."
8469
  msgstr "Impossible de désactiver la licence: %s."
8470
 
8471
- #: includes/licensing.php:911
8472
  msgctxt "licensing"
8473
  msgid "License deactivated"
8474
  msgstr "Licence désactivée"
8475
 
8476
  #. translators: "<module-name>" version <version-number> is not...
8477
- #: includes/licensing.php:1151
8478
  #, fuzzy
8479
  msgctxt "deprecation"
8480
  msgid ""
@@ -8496,20 +8729,20 @@ msgid_plural "%d images allowed."
8496
  msgstr[0] "Image %d autorisée."
8497
  msgstr[1] "Images autorisées"
8498
 
8499
- #: includes/models/class-fee-plan.php:401
8500
  #, fuzzy
8501
  msgctxt "fees-api"
8502
  msgid "Plan label is required."
8503
  msgstr "Ce champ est requis."
8504
 
8505
- #: includes/models/class-fee-plan.php:407
8506
  msgctxt "fees-api"
8507
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8508
  msgstr ""
8509
  "La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
8510
  "jours)."
8511
 
8512
- #: includes/models/class-fee-plan.php:412
8513
  msgctxt "fees-api"
8514
  msgid ""
8515
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8517,7 +8750,7 @@ msgid ""
8517
  "<a>plan</a> appropriately."
8518
  msgstr ""
8519
 
8520
- #: includes/models/class-fee-plan.php:415
8521
  msgctxt "fees-api"
8522
  msgid ""
8523
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -8540,32 +8773,32 @@ msgctxt "payment"
8540
  msgid "Renewal payment (\"%s\")"
8541
  msgstr "Renouvellement Paiement (\"%s\")"
8542
 
8543
- #: includes/models/class-payment.php:373
8544
  msgctxt "payment"
8545
  msgid "Pending"
8546
  msgstr "En attente"
8547
 
8548
- #: includes/models/class-payment.php:374
8549
  msgctxt "payment"
8550
  msgid "Failed"
8551
  msgstr "Échoué"
8552
 
8553
- #: includes/models/class-payment.php:375
8554
  msgctxt "payment"
8555
  msgid "Completed"
8556
  msgstr "Terminé"
8557
 
8558
- #: includes/models/class-payment.php:376
8559
  msgctxt "payment"
8560
  msgid "Canceled"
8561
  msgstr "Annulé"
8562
 
8563
- #: includes/models/class-payment.php:377
8564
  msgctxt "payment"
8565
  msgid "On Hold"
8566
  msgstr "En attente"
8567
 
8568
- #: includes/models/class-payment.php:378
8569
  msgctxt "payment"
8570
  msgid "Refunded"
8571
  msgstr "Remboursé"
@@ -8609,27 +8842,22 @@ msgstr ""
8609
  "Les données affichées dépassent les configurations maximale permisent par "
8610
  "PHP. Voir les directive \"post_max_size\"."
8611
 
8612
- #: includes/widgets/widget-featured-listings.php:12
8613
  msgctxt "widgets"
8614
  msgid "Business Directory - Featured Listings"
8615
  msgstr "Business Directory - Annonces prioritaires"
8616
 
8617
- #: includes/widgets/widget-featured-listings.php:13
8618
  msgctxt "widgets"
8619
  msgid "Displays a list of the featured/sticky listings in the directory."
8620
  msgstr ""
8621
  "Affiche une liste des annonces prioritaires/récurrentes dans l'annuaire."
8622
 
8623
- #: includes/widgets/widget-featured-listings.php:15
8624
  msgctxt "widgets"
8625
  msgid "Featured Listings"
8626
  msgstr "Annonces en vedette"
8627
 
8628
- #: includes/widgets/widget-featured-listings.php:24
8629
- msgctxt "widgets"
8630
- msgid "Display listings in random order"
8631
- msgstr "Afficher les annonces de façon aléatoire"
8632
-
8633
  #: includes/widgets/widget-latest-listings.php:13
8634
  msgctxt "widgets"
8635
  msgid "Business Directory - Latest Listings"
@@ -8646,17 +8874,17 @@ msgctxt "widgets"
8646
  msgid "Latest Listings"
8647
  msgstr "Dernières annonces"
8648
 
8649
- #: includes/widgets/widget-random-listings.php:12
8650
  msgctxt "widgets"
8651
  msgid "Business Directory - Random Listings"
8652
  msgstr "Business Directory - Annonces aléatoires"
8653
 
8654
- #: includes/widgets/widget-random-listings.php:13
8655
  msgctxt "widgets"
8656
  msgid "Displays a list of random listings from the Business Directory."
8657
  msgstr "Afficher une liste d'annonces aléatoires de l'annuaire professionnel."
8658
 
8659
- #: includes/widgets/widget-random-listings.php:15
8660
  msgctxt "widgets"
8661
  msgid "Random Listings"
8662
  msgstr "Annonces aléatoires"
@@ -8741,27 +8969,27 @@ msgid ""
8741
  "we'll answer it within 24 hours most days."
8742
  msgstr ""
8743
 
8744
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8745
  msgctxt "admin infometabox"
8746
  msgid "Renewal url (copy & paste)"
8747
  msgstr "URL de renouvellement (copier-coller)"
8748
 
8749
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:127
8750
  msgctxt "admin infometabox"
8751
  msgid "Get renewal URL"
8752
  msgstr "Obtenir l'URL de renouvellement de l'annonce"
8753
 
8754
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:141
8755
  msgctxt "admin infometabox"
8756
  msgid "Send renewal e-mail"
8757
  msgstr "Envoyer un e-mail à l'utilisateur"
8758
 
8759
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:146
8760
  msgctxt "admin infometabox"
8761
  msgid "Renew listing"
8762
  msgstr "Renouveler l'annonce"
8763
 
8764
- #: templates/admin/themes-delete-confirm.tpl.php:12
8765
  msgctxt "themes admin"
8766
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8767
  msgstr "Etes-vous sûr de vouloir effacer le \"%s\" thème ?"
@@ -8791,39 +9019,29 @@ msgctxt "uninstall"
8791
  msgid "Other"
8792
  msgstr "Autre"
8793
 
8794
- #: templates/admin/uninstall-capture-form.tpl.php:16
8795
- msgctxt "uninstall"
8796
- msgid ""
8797
- "We're sorry to see you leave. Could you take 10 seconds and answer one "
8798
- "question for us to help us make the product better for everyone in the "
8799
- "future?"
8800
- msgstr ""
8801
- "Nous sommes désolés de vous voir partir. Pouvez-vous prendre 10 secondes et "
8802
- "répondre à une question pour nous aider à améliorer notre plugin?"
8803
-
8804
- #: templates/admin/uninstall-capture-form.tpl.php:19
8805
  msgctxt "uninstall"
8806
  msgid "Why are you deleting Business Directory Plugin?"
8807
  msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
8808
 
8809
- #: templates/admin/uninstall-capture-form.tpl.php:22
8810
  msgctxt "uninstall"
8811
  msgid "Please choose an option."
8812
  msgstr "Sélectionnez une option."
8813
 
8814
- #: templates/admin/uninstall-capture-form.tpl.php:34
8815
  msgctxt "uninstall"
8816
  msgid "Please tell us why are you deleting Business Directory Plugin."
8817
  msgstr ""
8818
  "Veuillez nous dire pourquoi avez-vous désinstallé le plugin Business "
8819
  "Directory."
8820
 
8821
- #: templates/admin/uninstall-capture-form.tpl.php:37
8822
  msgctxt "uninstall"
8823
  msgid "Please enter your reasons."
8824
  msgstr "S'il vous plaît entrer vos raisons."
8825
 
8826
- #: templates/admin/uninstall-capture-form.tpl.php:46
8827
  msgctxt "uninstall"
8828
  msgid "Uninstall Plugin"
8829
  msgstr "Désinstaller le plugin"
@@ -8977,7 +9195,7 @@ msgctxt "manage recurring"
8977
  msgid "Listing"
8978
  msgstr "Annonce"
8979
 
8980
- #: templates/manage-recurring.tpl.php:40
8981
  msgctxt "manage recurring"
8982
  msgid "Cancel recurring payment"
8983
  msgstr "Annuler le paiement récurrent"
@@ -8993,7 +9211,7 @@ msgstr ""
8993
  "renouveler votre inscription immédiatement, cela sera géré automatiquement "
8994
  "lorsque le renouvellement surviendra."
8995
 
8996
- #: templates/renew-listing-manage-subscription.tpl.php:27
8997
  #, fuzzy
8998
  msgctxt "renew"
8999
  msgid ""
@@ -9005,7 +9223,7 @@ msgstr ""
9005
  "sur cette page. Lorsque le temps de renouvellement vient, vous serez en "
9006
  "mesure de changer à nouveau vos paramètres."
9007
 
9008
- #: templates/renew-listing-manage-subscription.tpl.php:34
9009
  #, fuzzy
9010
  msgctxt "renew"
9011
  msgid "Go to Manage Recurring Payments page"
@@ -9021,6 +9239,30 @@ msgctxt "send-access-keys"
9021
  msgid "Continue"
9022
  msgstr "Continuer"
9023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9024
  #, fuzzy
9025
  #~ msgid "Add New Category"
9026
  #~ msgstr "Catégorie"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-04-27 20:19:58+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"
43
 
44
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
45
  #: includes/admin/helpers/tables/class-fees-table.php:64
46
+ #: includes/admin/settings/class-settings-bootstrap.php:679
47
+ #: includes/admin/settings/class-settings-bootstrap.php:680
48
  #: includes/helpers/class-app.php:92
49
  #, fuzzy
50
  msgid "Listings"
72
  msgstr "Catégorie de l'annuaire"
73
 
74
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
75
+ #: includes/admin/settings/class-settings-bootstrap.php:691
76
+ #: includes/admin/settings/class-settings-bootstrap.php:692
77
  #: includes/helpers/class-app.php:93
78
+ #: includes/helpers/functions/templates-ui.php:310
79
  msgid "Directory"
80
  msgstr "Annuaire"
81
 
101
  msgid "Yes, please!"
102
  msgstr "Oui, s'il vous plait !"
103
 
104
+ #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
105
  #, fuzzy
106
  msgid "No, thanks"
107
  msgstr "Non, merci"
135
  msgstr "champ de formulaires"
136
 
137
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
138
+ #: includes/licensing.php:219
139
  #, fuzzy
140
  msgid "Modules"
141
  msgstr "Tous les (modules installés)"
162
 
163
  #: includes/admin/class-admin.php:1198
164
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
165
+ #: includes/admin/helpers/tables/class-payments-table.php:64
166
  #: templates/email/listing-added.tpl.php:7
167
  #: templates/email/listing-edited.tpl.php:13
168
  #: templates/email/listing-reported.tpl.php:9
171
  msgstr "ID"
172
 
173
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
174
+ #: includes/admin/settings/class-settings-bootstrap.php:717
175
  #, fuzzy
176
  msgid "Listing Count"
177
  msgstr "Compteur d'annonces"
238
  msgid "Listing Payments Information"
239
  msgstr "Migration des informations de licence au nouveau format. . ."
240
 
241
+ #: includes/admin/class-payment-personal-data-provider.php:92
242
  #, fuzzy
243
  msgid ""
244
  "An unknown error occurred while trying to delete listing payment information "
249
  msgid "Business Directory Plugin"
250
  msgstr "Plugin Business Directory"
251
 
252
+ #: includes/admin/controllers/class-admin-controller.php:87
253
+ #: includes/admin/helpers/tables/class-fees-table.php:181
254
  #: templates/admin/payments-note.tpl.php:13
255
+ #: templates/delete-listing-confirm.tpl.php:22
256
  #, fuzzy
257
  msgid "Are you sure you want to do this?"
258
  msgstr "Êtes-vous sûr de vouloir faire ça ?"
273
  msgstr "Voir un exemple de fichier CSV importé"
274
 
275
  #: includes/admin/controllers/class-admin-csv.php:54
276
+ #: templates/admin/csv-import.tpl.php:287
277
  #, fuzzy
278
  msgid "Help"
279
  msgstr "Aide"
280
 
281
+ #: includes/admin/controllers/class-admin-fees.php:46
282
+ #: includes/admin/helpers/tables/class-payments-table.php:67
283
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
284
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
285
  #: templates/admin/payments-details.tpl.php:113
286
  #: templates/email/listing-payment-completed.tpl.php:21
287
  #: templates/payment/payment_items.tpl.php:5
289
  msgid "Amount"
290
  msgstr "Montant"
291
 
292
+ #: includes/admin/controllers/class-admin-fees.php:48
293
  #: includes/admin/helpers/tables/class-fees-table.php:65
294
+ #: includes/admin/settings/class-settings-bootstrap.php:907
295
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
296
  #, fuzzy
297
  msgid "Images"
298
  msgstr "Images"
299
 
300
+ #: includes/admin/controllers/class-admin-fees.php:80
301
  #: includes/admin/helpers/class-modules-list.php:236
302
  #, fuzzy
303
  msgid "Upgrade"
304
  msgstr "Mettre à jour vers %s"
305
 
306
+ #: includes/admin/controllers/class-admin-fees.php:91
307
  msgid "Set Up"
308
  msgstr ""
309
 
310
+ #: includes/admin/controllers/class-admin-fees.php:161
311
  #, fuzzy
312
  msgid "Plan added."
313
  msgstr "Frais mis à jour."
314
 
315
+ #: includes/admin/controllers/class-admin-fees.php:165
316
+ #: includes/admin/controllers/class-admin-fees.php:180
317
  #, fuzzy
318
  msgid "Plan updated."
319
  msgstr "Frais mis à jour."
320
 
321
+ #: includes/admin/controllers/class-admin-fees.php:200
322
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
323
  msgstr ""
324
 
325
+ #: includes/admin/controllers/class-admin-fees.php:201
326
  #, fuzzy
327
  msgid "Update listing image limits?"
328
  msgstr "Liste des images ?"
329
 
330
+ #: includes/admin/controllers/class-admin-fees.php:228
331
  #, fuzzy
332
  msgid "Plan not found."
333
  msgstr "Frais mis à jour."
334
 
335
+ #: includes/admin/controllers/class-admin-fees.php:232
336
  #, fuzzy
337
  msgid "Plan listings updated."
338
  msgstr "Frais mis à jour."
339
 
340
+ #: includes/admin/controllers/class-admin-fees.php:310
341
  msgid "Cannot disable plan. At least one plan should be enabled"
342
  msgstr ""
343
 
357
  msgstr "Une annonce expire"
358
 
359
  #: includes/admin/controllers/class-admin-listings.php:268
360
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
361
  msgid "Expires on"
362
  msgstr "Expire le"
363
 
367
 
368
  #: includes/admin/controllers/class-admin-listings.php:339
369
  #: includes/helpers/class-listing-display-helper.php:132
370
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
371
  #, fuzzy
372
  msgid "Featured"
373
  msgstr "Statut sélectionné (Post-it)"
385
  msgstr "Annuler l'annonce"
386
 
387
  #: includes/admin/controllers/class-admin-listings.php:733
388
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
389
  #, fuzzy
390
  msgid "Never"
391
  msgstr "Jamais"
393
  #: includes/admin/controllers/class-admin-listings.php:744
394
  #: includes/admin/controllers/class-admin-listings.php:745
395
  #: includes/fields/class-fieldtypes-textarea.php:201
396
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
397
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
398
  #, fuzzy
399
  msgid "Yes"
400
  msgstr "Oui"
401
 
402
  #: includes/admin/controllers/class-admin-listings.php:744
403
  #: includes/admin/controllers/class-admin-listings.php:745
404
+ #: includes/admin/settings/class-settings-bootstrap.php:270
405
  #: includes/fields/class-fieldtypes-textarea.php:200
406
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
407
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
408
  #, fuzzy
409
  msgid "No"
410
  msgstr "Non"
430
  msgstr "Aperçu du formulaire"
431
 
432
  #: includes/admin/controllers/class-form-fields-admin.php:129
433
+ #: includes/helpers/functions/general.php:1329
434
+ #: includes/helpers/functions/general.php:1334
435
  #, fuzzy
436
  msgid "Go back"
437
  msgstr "Non, reviens"
438
 
439
+ #: includes/admin/controllers/class-form-fields-admin.php:343
440
+ #: includes/admin/settings/class-settings-bootstrap.php:775
441
  #: templates/email/listing-added.tpl.php:10
442
  #: templates/email/listing-edited.tpl.php:16
443
  #: templates/email/listing-reported.tpl.php:11
445
  msgid "Title"
446
  msgstr "Titre"
447
 
448
+ #: includes/admin/controllers/class-form-fields-admin.php:344
449
  #: templates/admin/fees-form.tpl.php:219
450
  #: templates/email/listing-added.tpl.php:21
451
  #: templates/email/listing-edited.tpl.php:29
453
  msgid "Category"
454
  msgstr "Catégorie"
455
 
456
+ #: includes/admin/controllers/class-form-fields-admin.php:345
457
  #, fuzzy
458
  msgid "Excerpt"
459
  msgstr "Extrait"
460
 
461
+ #: includes/admin/controllers/class-form-fields-admin.php:346
462
  #, fuzzy
463
  msgid "Content"
464
  msgstr "Contenu"
465
 
466
+ #: includes/admin/controllers/class-form-fields-admin.php:347
467
  #, fuzzy
468
  msgid "Tags"
469
  msgstr "Étiquettes (tags)"
470
 
471
+ #: includes/admin/controllers/class-form-fields-admin.php:348
472
  #: includes/form-fields.php:445
473
  #: includes/helpers/class-field-display-list.php:247
474
  #: templates/checkout-billing-form.tpl.php:75
476
  msgid "Address"
477
  msgstr "Adresse"
478
 
479
+ #: includes/admin/controllers/class-form-fields-admin.php:349
480
  #, fuzzy
481
  msgid "Address 2"
482
  msgstr "Adresse"
483
 
484
+ #: includes/admin/controllers/class-form-fields-admin.php:350
485
  #: templates/admin/payments-details.tpl.php:164
486
  #: templates/checkout-billing-form.tpl.php:87
487
  #, fuzzy
488
  msgid "City"
489
  msgstr "Ville"
490
 
491
+ #: includes/admin/controllers/class-form-fields-admin.php:351
492
  #: templates/admin/payments-details.tpl.php:160
493
  #, fuzzy
494
  msgid "State"
495
  msgstr "Région"
496
 
497
+ #: includes/admin/controllers/class-form-fields-admin.php:352
498
  #: templates/admin/payments-details.tpl.php:156
499
  #: templates/checkout-billing-form.tpl.php:102
500
  #, fuzzy
501
  msgid "Country"
502
  msgstr "Pays"
503
 
504
+ #: includes/admin/controllers/class-form-fields-admin.php:353
505
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
506
  msgid "ZIP Code"
507
  msgstr "Code postal"
508
 
509
+ #: includes/admin/controllers/class-form-fields-admin.php:354
510
  #, fuzzy
511
  msgid "FAX Number"
512
  msgstr "Numéro de fax"
513
 
514
+ #: includes/admin/controllers/class-form-fields-admin.php:355
515
  #: includes/fields/class-fieldtypes-phone-number.php:13
516
  #: templates/listing-contactform.tpl.php:38
517
  #, fuzzy
518
  msgid "Phone Number"
519
  msgstr "Numéro de téléphone"
520
 
521
+ #: includes/admin/controllers/class-form-fields-admin.php:356
522
  #, fuzzy
523
  msgid "Ratings Field"
524
  msgstr "Champs d'évaluation"
525
 
526
+ #: includes/admin/controllers/class-form-fields-admin.php:357
527
  #, fuzzy
528
  msgid "Twitter"
529
  msgstr "Twitter"
530
 
531
+ #: includes/admin/controllers/class-form-fields-admin.php:358
532
  #: includes/form-fields.php:411
533
  #, fuzzy
534
  msgid "Website"
564
  msgstr "Déjà installé."
565
 
566
  #: includes/admin/controllers/class-settings-admin.php:712
567
+ #: includes/admin/helpers/tables/class-fees-table.php:182
568
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
569
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
570
  #: templates/admin/payments-note.tpl.php:14
580
  msgstr "Thèmes"
581
 
582
  #. translators: %s: Sample business name
583
+ #: includes/admin/csv-import.php:132
584
  #, fuzzy
585
  msgid "Business %s"
586
  msgstr "Professionnel %s"
587
 
588
+ #: includes/admin/csv-import.php:180
589
  #, fuzzy
590
  msgid "Example CSV Import File"
591
  msgstr "Exemple de fichier d'import CSV"
592
 
593
+ #: includes/admin/csv-import.php:183
594
  msgid "Go Back"
595
  msgstr ""
596
 
597
+ #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
598
+ #: includes/helpers/class-app.php:244
599
  msgid "You are not allowed to do that."
600
  msgstr ""
601
 
602
+ #: includes/admin/csv-import.php:428
603
  #, fuzzy
604
  msgid "There was an error uploading the file:"
605
  msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
606
 
607
+ #: includes/admin/csv-import.php:433
608
  #, fuzzy
609
  msgid "Please upload the correct file type."
610
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
611
 
612
  #: includes/admin/helpers/class-listing-information-metabox.php:15
613
+ #: includes/admin/helpers/tables/class-payments-table.php:63
614
+ #: includes/admin/settings/class-settings-bootstrap.php:667
615
+ #: includes/admin/settings/class-settings-bootstrap.php:668
616
  #: includes/helpers/class-app.php:91
617
  #: templates/admin/payments-details.tpl.php:53
618
  #, fuzzy
631
  msgstr "Installé"
632
 
633
  #: includes/admin/helpers/class-modules-list.php:187
634
+ #: includes/admin/helpers/tables/class-fees-table.php:293
635
  #: templates/admin/themes-item.tpl.php:3
636
  #, fuzzy
637
  msgid "Active"
654
  msgid "Hide notifications"
655
  msgstr "Notification mail"
656
 
657
+ #: includes/admin/helpers/csv/class-csv-import.php:674
658
  #, fuzzy
659
  msgid "Listing imported by admin. Payment skipped."
660
  msgstr "Annonce soumis par admin. Paiement sauté."
682
  msgid "Pricing"
683
  msgstr "Prix"
684
 
685
+ #: includes/admin/helpers/tables/class-fees-table.php:157
686
  #, fuzzy
687
  msgid "Disable"
688
  msgstr "Effacer les Frais"
689
 
690
+ #: includes/admin/helpers/tables/class-fees-table.php:163
691
  #, fuzzy
692
  msgid "Enable"
693
  msgstr "Activer"
694
 
695
+ #: includes/admin/helpers/tables/class-fees-table.php:189
696
  msgid "ID: %s"
697
  msgstr ""
698
 
699
+ #: includes/admin/helpers/tables/class-fees-table.php:192
700
  #, fuzzy
701
  msgid "Paid Plan"
702
  msgstr "Payé"
703
 
704
+ #: includes/admin/helpers/tables/class-fees-table.php:192
705
  #, fuzzy
706
  msgid "Free Plan"
707
  msgstr "Plan tarifaire"
708
 
709
+ #: includes/admin/helpers/tables/class-fees-table.php:227
710
  #, fuzzy
711
  msgid "%1$s for %2$s"
712
  msgstr "%s (ex. %s)"
713
 
714
+ #: includes/admin/helpers/tables/class-fees-table.php:261
715
  msgid "Total revenue earned from listings"
716
  msgstr ""
717
 
718
+ #: includes/admin/helpers/tables/class-fees-table.php:291
719
  #, fuzzy
720
  msgid "Disabled"
721
  msgstr "Effacer les Frais"
722
 
723
+ #: includes/admin/helpers/tables/class-fees-table.php:297
724
+ #: includes/helpers/functions/templates-ui.php:434
725
  #, fuzzy
726
  msgid "Default"
727
  msgstr "Frais par défaut"
728
 
729
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
730
  #: includes/fields/class-fieldtypes-social.php:135
731
+ #: templates/admin/csv-import.tpl.php:303
732
  #, fuzzy
733
  msgid "Type"
734
  msgstr "Type"
735
 
736
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
737
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
738
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:108
739
  msgid "Edit"
740
  msgstr "Editer"
741
 
759
  msgstr ""
760
 
761
  #: includes/admin/page-debug.php:159
762
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
763
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
764
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
765
  #, fuzzy
766
  msgid "OK"
767
  msgstr "OUI"
770
  msgid "Missing tables: %s"
771
  msgstr "Tables manquantes: %s"
772
 
773
+ #: includes/admin/settings/class-settings-bootstrap.php:13
774
+ #: includes/controllers/pages/class-submit-listing.php:1249
775
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
776
  #: templates/listing-contactform.tpl.php:33
777
  #: templates/listing-flagging-form.tpl.php:39
779
  msgid "Email"
780
  msgstr "E-Mail:"
781
 
782
+ #: includes/admin/settings/class-settings-bootstrap.php:33
783
  #, fuzzy
784
  msgid "License Key"
785
  msgstr "Licences"
786
 
787
+ #: includes/admin/settings/class-settings-bootstrap.php:54
788
  msgid "SEO"
789
  msgstr ""
790
 
791
+ #: includes/admin/settings/class-settings-bootstrap.php:221
792
+ #, fuzzy
793
+ msgid ""
794
+ "We expect that a membership plugin supports the 'redirect_to' parameter for "
795
+ "the URLs below to work. If the plugin does not support them, these settings "
796
+ "will not function as expected."
797
+ msgstr ""
798
+ "Nous nous attendons à ce qu'un plugin d'adhésion prenne en charge le "
799
+ "paramètre 'redirect_to' pour que les URL ci-dessous fonctionnent. Si le "
800
+ "plugin ne les supporte pas, ces paramètres ne fonctionneront pas comme "
801
+ "prévu. Veuillez contacter le plugin d'adhésion et demandez-lui de prendre en "
802
+ "charge le paramètre de requête WP 'redirect_to'."
803
+
804
+ #: includes/admin/settings/class-settings-bootstrap.php:271
805
  #, fuzzy
806
  msgid "Yes, and make it optional"
807
  msgstr "Oui, et rendre facultative"
808
 
809
+ #: includes/admin/settings/class-settings-bootstrap.php:272
810
  #, fuzzy
811
  msgid "Yes, and make it required"
812
  msgstr "Le nom est requis"
813
 
814
+ #: includes/admin/settings/class-settings-bootstrap.php:283
815
+ #: includes/admin/settings/class-settings-bootstrap.php:297
816
  #: includes/controllers/pages/class-submit-listing.php:527
817
  #, fuzzy
818
  msgid "Terms and Conditions"
819
  msgstr "Conditions d'utilisation"
820
 
821
+ #: includes/admin/settings/class-settings-bootstrap.php:288
822
  #, fuzzy
823
  msgid "User Agreement"
824
  msgstr "Nom d'utilisateur (login) :"
825
 
826
+ #: includes/admin/settings/class-settings-bootstrap.php:289
827
  #, fuzzy
828
  msgid "Display and require user agreement to Terms and Conditions"
829
  msgstr ""
830
  "Affiche et nécessite l'accord de l'utilisateur avec les conditions "
831
  "d'utilisation"
832
 
833
+ #: includes/admin/settings/class-settings-bootstrap.php:307
834
  #, fuzzy
835
  msgid "Searching"
836
  msgstr "Rechercher"
837
 
838
+ #: includes/admin/settings/class-settings-bootstrap.php:312
839
  #, fuzzy
840
  msgid "Display advanced search form"
841
  msgstr "Recherche avancée"
842
 
843
+ #: includes/admin/settings/class-settings-bootstrap.php:330
844
  #, fuzzy
845
  msgid ""
846
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
851
  "sur des plans d'hébergement partagé, où la performance de base de données "
852
  "est un problème."
853
 
854
+ #: includes/admin/settings/class-settings-bootstrap.php:375
855
  #, fuzzy
856
  msgid "Quick search data"
857
  msgstr "Champ de recherche rapide"
858
 
859
+ #: includes/admin/settings/class-settings-bootstrap.php:401
860
  msgid ""
861
  "If no fields are selected, the following fields will be searched in Quick "
862
  "Searches:"
863
  msgstr ""
864
 
865
+ #: includes/admin/settings/class-settings-bootstrap.php:403
866
  msgid ""
867
  "The Quick Search is a single search box, but you may choose what data is "
868
  "searched. Searching too many fields can result in very slow search "
869
  "performance."
870
  msgstr ""
871
 
872
+ #: includes/admin/settings/class-settings-bootstrap.php:434
873
  #, fuzzy
874
  msgid "Categories"
875
  msgstr "Catégories"
876
 
877
+ #: includes/admin/settings/class-settings-bootstrap.php:436
878
  #, fuzzy
879
  msgid "Buttons"
880
  msgstr "Boutons de thèmes"
881
 
882
+ #: includes/admin/settings/class-settings-bootstrap.php:438
883
  #, fuzzy
884
  msgid "Sorting"
885
  msgstr "Paramètres"
886
 
887
+ #: includes/admin/settings/class-settings-bootstrap.php:555
888
  #, fuzzy
889
  msgid ""
890
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
901
  "commentaires sur les annonces en premier, et si cela ne fonctionne pas, "
902
  "essayez plutôt la 3ème option."
903
 
904
+ #: includes/admin/settings/class-settings-bootstrap.php:559
905
  #, fuzzy
906
  msgid "Include theme comment form (standard option)"
907
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
908
 
909
+ #: includes/admin/settings/class-settings-bootstrap.php:560
910
  #, fuzzy
911
  msgid "Include directory comment form (use only if 2nd option does not work)"
912
  msgstr ""
913
  "Inclure le formulaire de commentaire, BD invoqué (à utiliser uniquement si "
914
  "la 2ème option ne fonctionne pas)"
915
 
916
+ #: includes/admin/settings/class-settings-bootstrap.php:578
917
  #, fuzzy
918
  msgid "Prevent featured (sticky) status on directory pages?"
919
  msgstr "Statut sélectionné (Post-it)"
920
 
921
+ #: includes/admin/settings/class-settings-bootstrap.php:606
922
  #, fuzzy
923
  msgid "Owner of anonymous listings"
924
  msgstr "Aller vers votre annonce"
925
 
926
+ #: includes/admin/settings/class-settings-bootstrap.php:622
927
  #, fuzzy
928
  msgid "Default listing status"
929
  msgstr "Annonce par défault de l'utilisateur"
930
 
931
+ #: includes/admin/settings/class-settings-bootstrap.php:626
932
+ #: includes/admin/settings/class-settings-bootstrap.php:639
933
  #, fuzzy
934
  msgid "Pending (Require approval)"
935
  msgstr "Actives + En attente de renouvellement"
936
 
937
+ #: includes/admin/settings/class-settings-bootstrap.php:660
938
  #, fuzzy
939
  msgid "Message Defaults"
940
  msgstr "Rétablir les paramètres par défault"
941
 
942
+ #: includes/admin/settings/class-settings-bootstrap.php:665
943
  #, fuzzy
944
  msgid "Listing label"
945
  msgstr "Titre de l'annonce "
946
 
947
+ #: includes/admin/settings/class-settings-bootstrap.php:666
948
  #, fuzzy
949
  msgid "What is a single listing called?"
950
  msgstr "Montrer cette valeur dans la vue de l'annonce ?"
951
 
952
+ #: includes/admin/settings/class-settings-bootstrap.php:677
953
  msgid "Listing label (Plural)"
954
  msgstr ""
955
 
956
+ #: includes/admin/settings/class-settings-bootstrap.php:678
957
  msgid "What are your listings called?"
958
  msgstr ""
959
 
960
+ #: includes/admin/settings/class-settings-bootstrap.php:689
961
  #, fuzzy
962
  msgid "Directory label"
963
  msgstr "Etiquette de l'annuaire"
964
 
965
+ #: includes/admin/settings/class-settings-bootstrap.php:690
966
  msgid "What should we call your directory?"
967
  msgstr ""
968
 
969
+ #: includes/admin/settings/class-settings-bootstrap.php:702
970
  #, fuzzy
971
  msgid ""
972
  "This text is displayed on the first page of the Submit Listing process. You "
978
  "instructions sur le remplissage du formulaire ou tout ce que vous voulez "
979
  "dire aux utilisateurs avant de commencer."
980
 
981
+ #: includes/admin/settings/class-settings-bootstrap.php:715
982
  #: templates/listing-contactform.tpl.php:30
983
  #: templates/listing-flagging-form.tpl.php:35
984
  #, fuzzy
985
  msgid "Name"
986
  msgstr "Nom"
987
 
988
+ #: includes/admin/settings/class-settings-bootstrap.php:830
989
  msgid "Show Buttons"
990
  msgstr ""
991
 
992
+ #: includes/admin/settings/class-settings-bootstrap.php:873
993
  #, fuzzy
994
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
995
  msgstr "Montrer le bouton \"Annuaire\"."
996
 
997
+ #: includes/admin/settings/class-settings-bootstrap.php:880
998
  msgid "Styling"
999
  msgstr ""
1000
 
1001
+ #: includes/admin/settings/class-settings-bootstrap.php:886
1002
  #, fuzzy
1003
  msgid "Button style"
1004
  msgstr "Boutons de thèmes"
1005
 
1006
+ #: includes/admin/settings/class-settings-bootstrap.php:889
1007
  #, fuzzy
1008
  msgid "Override WP theme button styling"
1009
  msgstr "Boutons de thèmes"
1010
 
1011
+ #: includes/admin/settings/class-settings-bootstrap.php:897
1012
  msgid "Primary color"
1013
  msgstr ""
1014
 
1015
+ #: includes/admin/settings/class-settings-bootstrap.php:900
1016
  msgid "This is used for form buttons and form rootline."
1017
  msgstr ""
1018
 
1019
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
1020
  #, fuzzy
1021
  msgid "Show Thumbnail"
1022
  msgstr "Montrer les miniatures"
1023
 
1024
+ #: includes/admin/settings/class-settings-bootstrap.php:1090
1025
  msgid "Coming Soon image"
1026
  msgstr ""
1027
 
1028
+ #: includes/admin/settings/class-settings-bootstrap.php:1127
1029
  #: includes/fields/class-fieldtypes-social.php:89
1030
  #: includes/fields/class-fieldtypes-url.php:162
1031
  #: templates/email/listing-added.tpl.php:13
1036
  msgid "URL"
1037
  msgstr "URL"
1038
 
1039
+ #: includes/admin/settings/class-settings-bootstrap.php:1246
1040
  #, fuzzy
1041
  msgid "Thank you for your payment."
1042
  msgstr "Nous vous remercions pour votre paiement"
1043
 
1044
+ #: includes/admin/settings/class-settings-bootstrap.php:1274
1045
  msgid ""
1046
  "If you are using this gateway, we recommend you disable it if you wish to "
1047
  "collect payments in this currency."
1051
  msgstr[0] ""
1052
  msgstr[1] ""
1053
 
1054
+ #: includes/admin/settings/class-settings-bootstrap.php:1362
1055
  #, fuzzy
1056
  msgid "Email Notifications"
1057
  msgstr "Notification mail"
1058
 
1059
+ #: includes/admin/settings/class-settings-bootstrap.php:1367
1060
  #, fuzzy
1061
  msgid "Notify admin via email when..."
1062
  msgstr "Prévenir l'administrateur via courriel quand..."
1063
 
1064
+ #: includes/admin/settings/class-settings-bootstrap.php:1385
1065
  #, fuzzy
1066
  msgid "CC this email address too"
1067
  msgstr "CC cette adresse mail aussi"
1068
 
1069
+ #: includes/admin/settings/class-settings-bootstrap.php:1391
1070
  #, fuzzy
1071
  msgid ""
1072
  "You can modify the text template used for most of these emails in the "
1075
  "Vous pouvez modifier le modèle de texte utilisé pour la plupart de ces e-"
1076
  "mails ci-dessous."
1077
 
1078
+ #: includes/admin/settings/class-settings-bootstrap.php:1399
1079
  #, fuzzy
1080
  msgid "Notify users via email when..."
1081
  msgstr "Prévenir les utilisateurs via courriel quand..."
1082
 
1083
  #. translators: %s: email shortcode
1084
+ #: includes/admin/settings/class-settings-bootstrap.php:1466
1085
  #, fuzzy
1086
  msgid "Email: %s"
1087
  msgstr "E-Mail: %s"
1088
 
1089
  #. translators: %s: phone shortcode
1090
+ #: includes/admin/settings/class-settings-bootstrap.php:1469
1091
  #, fuzzy
1092
  msgid "Phone Number: %s"
1093
  msgstr "Numéro de téléphone"
1094
 
1095
+ #: includes/admin/settings/class-settings-bootstrap.php:1481
1096
  #, fuzzy
1097
  msgid "Sender's email address"
1098
  msgstr "Adresse e-mail non valide"
1099
 
1100
+ #: includes/admin/settings/class-settings-bootstrap.php:1482
1101
  #, fuzzy
1102
  msgid "Sender's phone number"
1103
  msgstr "Nom de l'auteur"
1104
 
1105
+ #: includes/admin/settings/class-settings-bootstrap.php:1546
1106
  #, fuzzy
1107
  msgid "Renewal and expiration"
1108
  msgstr "%d semaine après expiration"
1109
 
1110
+ #: includes/admin/settings/class-settings-bootstrap.php:1670
1111
+ #: includes/admin/settings/class-settings.php:98
1112
  #, fuzzy
1113
  msgid "Miscellaneous"
1114
  msgstr "Paramètres divers"
1115
 
1116
+ #: includes/admin/settings/class-settings-bootstrap.php:1676
1117
  #, fuzzy
1118
  msgid "Data Collection"
1119
  msgstr "Collecte de données"
1120
 
1121
+ #: includes/admin/settings/class-settings-bootstrap.php:1677
1122
  #, fuzzy
1123
  msgid ""
1124
  "Allow Business Directory to anonymously collect information about your "
1127
  "Autoriser le plugin à collecter anonymement des informations concernant vos "
1128
  "plugins installés, thèmes et versions de Worpdress ?"
1129
 
1130
+ #: includes/admin/settings/class-settings-bootstrap.php:1678
1131
  msgid "Learn more"
1132
  msgstr ""
1133
 
1134
+ #: includes/admin/settings/class-settings-bootstrap.php:1696
1135
  #: templates/admin/uninstall-complete.tpl.php:4
1136
  msgid "Uninstall"
1137
  msgstr "Désinstaller"
1138
 
1139
+ #: includes/admin/settings/class-settings.php:514
1140
  msgid "%s cannot include spaces, commas, or &"
1141
  msgstr ""
1142
 
1143
+ #: includes/admin/tracking.php:230
1144
  #, fuzzy
1145
  msgid "Allow Tracking"
1146
  msgstr "Autoriser l'analyse"
1225
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1226
  msgstr "! Impossible de migrer les frais \"%s\" (%d)"
1227
 
1228
+ #: includes/admin/upgrades/migrations/migration-3_7.php:182
1229
  #, fuzzy
1230
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1231
  msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
1235
  msgid "Directory Modules"
1236
  msgstr "Catégories de l'annuaire"
1237
 
1238
+ #: includes/admin/views/modules/list.php:38
1239
  msgid "New"
1240
  msgstr ""
1241
 
1242
+ #: includes/admin/views/modules/list.php:71
1243
+ #: includes/admin/views/modules/list.php:72
1244
  #, fuzzy
1245
  msgid "View Docs"
1246
  msgstr "Vue"
1247
 
1248
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1249
+ #, fuzzy
1250
+ msgid "Settings"
1251
+ msgstr "Paramètres"
1252
+
1253
  #: includes/admin/views/review.php:17
1254
  #, fuzzy
1255
  msgid "Are you enjoying Business Directory Plugin?"
1294
  "what we can do better?"
1295
  msgstr ""
1296
 
1297
+ #: includes/class-assets.php:191
1298
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1299
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:98
1300
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
1301
+ #: templates/admin/settings-email.tpl.php:103
1302
  #: templates/admin/settings-reset.tpl.php:8
1303
+ #: templates/admin/themes-delete-confirm.tpl.php:25
1304
  #: templates/listing-flagging-form.tpl.php:65
1305
  #, fuzzy
1306
  msgid "Cancel"
1334
  msgstr "Voir l'annonce"
1335
 
1336
  #: includes/class-cpt-integration.php:22
1337
+ #: includes/helpers/functions/templates-ui.php:372
1338
  #: templates/main-box.tpl.php:23
1339
  msgid "Search Listings"
1340
  msgstr "Rechercher"
1409
 
1410
  #: includes/class-meta.php:139
1411
  #: includes/controllers/pages/class-submit-listing.php:32
1412
+ #: includes/helpers/functions/templates-ui.php:332
1413
  #: templates/submit-listing.tpl.php:17
1414
  #, fuzzy
1415
  msgid "Add Listing"
1417
 
1418
  #: includes/class-meta.php:149
1419
  #: includes/controllers/pages/class-all-listings.php:6
1420
+ #: includes/helpers/functions/templates-ui.php:319
1421
  msgid "View All Listings"
1422
  msgstr "Voir toutes les annonces"
1423
 
1427
  "to set up a gateway. Until you do this, only free plans will be available."
1428
  msgstr ""
1429
 
1430
+ #: includes/class-wpbdp.php:577
 
 
 
 
 
1431
  #, fuzzy
1432
  msgid "Could not find listing ID"
1433
  msgstr "Impossible de contacter le serveur de licences"
1434
 
1435
+ #: includes/class-wpbdp.php:584
1436
  #, fuzzy
1437
  msgid ""
1438
  "Could not verify the image upload request. If problem persists contact site "
1441
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1442
  "erreurs et soumettre à nouveau."
1443
 
1444
+ #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1445
  #, fuzzy
1446
  msgid "Could not find image ID"
1447
  msgstr "Impossible de mettre à jour le thème: %s"
1448
 
1449
+ #: includes/class-wpbdp.php:623
1450
  msgid ""
1451
  "The directory features are disabled at this time because a <a>manual "
1452
  "upgrade</a> is pending."
1455
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1456
  "de poursuivre."
1457
 
1458
+ #: includes/class-wpbdp.php:630
1459
  msgid ""
1460
  "The directory is not available at this time. Please try again in a few "
1461
  "minutes or contact the administrator if the problem persists."
1589
  msgstr "Aller vers votre annonce"
1590
 
1591
  #: includes/controllers/pages/class-checkout.php:180
1592
+ #: includes/controllers/pages/class-manage-listings.php:109
1593
  #, fuzzy
1594
  msgid "Pay Now"
1595
  msgstr "Payez maintenant"
1634
  msgid "l F j, Y \\a\\t g:i a"
1635
  msgstr "l F j, Y \\a\\t g:i a"
1636
 
1637
+ #: includes/controllers/pages/class-manage-listings.php:109
1638
  #: templates/renew-listing.tpl.php:11
1639
  msgid "Renew Listing"
1640
  msgstr "Renouveler l'annonce"
1678
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1679
  "erreurs et soumettre à nouveau."
1680
 
1681
+ #: includes/controllers/pages/class-submit-listing.php:1233
1682
  #, fuzzy
1683
  msgid "Create a user account on this site"
1684
  msgstr "Créer un compte utilisateur sur ce site"
1685
 
1686
+ #: includes/controllers/pages/class-submit-listing.php:1240
1687
  #, fuzzy
1688
  msgid "Username"
1689
  msgstr "Nom d'utilisateur (login) :"
1690
 
1691
+ #: includes/controllers/pages/class-submit-listing.php:1262
1692
  #, fuzzy
1693
  msgid "Clear Form"
1694
  msgstr "Effacer le formulaire"
1730
  msgid "Select Media"
1731
  msgstr "Sélectionnez une annonce"
1732
 
1733
+ #: includes/fields/class-fieldtypes-select.php:25
1734
  #, fuzzy
1735
  msgid "Select List"
1736
  msgstr "Sélectionnez une annonce"
1737
 
1738
+ #: includes/fields/class-fieldtypes-select.php:116
1739
  #, fuzzy
1740
  msgid "-- Choose One --"
1741
  msgstr "-- Choisissez --"
1742
 
1743
+ #: includes/fields/class-fieldtypes-select.php:143
1744
  #, fuzzy
1745
  msgid "-- Choose Terms --"
1746
  msgstr "-- Choisissez les conditions --"
1747
 
1748
+ #: includes/fields/class-fieldtypes-select.php:209
1749
  #, fuzzy
1750
  msgid "— None —"
1751
  msgstr "— Aucun —"
1752
 
1753
+ #: includes/fields/class-fieldtypes-select.php:266
1754
  #, fuzzy
1755
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1756
  msgstr ""
1757
  "Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
1758
  "à cocher)."
1759
 
1760
+ #: includes/fields/class-fieldtypes-select.php:266
1761
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1762
  #: templates/admin/fees-form.tpl.php:58
1763
  #, fuzzy
1764
  msgid "required"
1765
  msgstr "requis"
1766
 
1767
+ #: includes/fields/class-fieldtypes-select.php:268
1768
  msgid "One option per line"
1769
  msgstr ""
1770
 
1771
+ #: includes/fields/class-fieldtypes-select.php:278
1772
  #, fuzzy
1773
  msgid "Allow empty selection on search?"
1774
  msgstr "Permettre la sélection vide sur la recherche?"
1775
 
1776
+ #: includes/fields/class-fieldtypes-select.php:296
1777
  #, fuzzy
1778
  msgid "Field list of options is required."
1779
  msgstr "La liste des options est obligatoire."
1820
  msgid "Use rel=\"nofollow\" when displaying the link?"
1821
  msgstr "Utiliser rel=\"nofollow\" lors de l'affichage du lien?"
1822
 
1823
+ #: includes/fields/class-fieldtypes-url.php:176
1824
  #, fuzzy
1825
  msgid "Link Text (optional)"
1826
  msgstr "Lien texte (facultatif):"
1929
  msgid "Telephone Number Validator"
1930
  msgstr "Validateur de nombre entier"
1931
 
1932
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1933
  #, fuzzy
1934
  msgid "Field"
1935
  msgstr "Champ"
1993
  msgid "%s is badly formatted. Valid Phone Number format required."
1994
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1995
 
1996
+ #: includes/gateways/class-gateway-authorize-net.php:373
1997
  msgid ""
1998
  "An error occurred while trying to cancel your subscription. Please try again "
1999
  "later or contact the site administrator."
2000
  msgstr ""
2001
 
2002
+ #: includes/gateways/class-gateway-authorize-net.php:377
2003
  msgid ""
2004
  "An error occurred while trying to cancel Authorize.net subscription with ID "
2005
  "%s. You can try again later or cancel subscription from gateway dashboard."
2006
  msgstr ""
2007
 
2008
+ #: includes/helpers/functions/general.php:530
2009
  msgid "Free"
2010
  msgstr "Gratuit"
2011
 
2014
  msgid "Untitled Listing"
2015
  msgstr "Editer l'annonce"
2016
 
2017
+ #: includes/helpers/functions/templates-ui.php:326
2018
  #, fuzzy
2019
  msgid "Manage Listings"
2020
  msgstr "Gérer annonces payées"
2031
  "get updates."
2032
  msgstr ""
2033
 
2034
+ #: includes/licensing.php:206 includes/licensing.php:210
2035
  msgid "Licenses"
2036
  msgstr "Licences"
2037
 
2038
  #. translators: %s: item type.
2039
+ #: includes/licensing.php:267
2040
  msgid "%s will not get updates until license is reauthorized."
2041
  msgstr ""
2042
 
2043
+ #: includes/licensing.php:288
2044
  #, fuzzy
2045
  msgid "Enter License Key here"
2046
  msgstr "Entrer la clé de licence"
2047
 
2048
+ #: includes/licensing.php:289
2049
  #, fuzzy
2050
  msgid "Authorize"
2051
  msgstr "Activer Authorize.net"
2052
 
2053
+ #: includes/licensing.php:389
2054
  #, fuzzy
2055
  msgid "Invalid item ID"
2056
  msgstr "ID d'élément non valide"
2057
 
2058
+ #: includes/licensing.php:402
2059
  #, fuzzy
2060
  msgid "No license key provided"
2061
  msgstr "Aucune clé de licence fournie"
2062
 
2063
+ #: includes/licensing.php:451 includes/licensing.php:489
2064
  #, fuzzy
2065
  msgid "License key is invalid"
2066
  msgstr "La clé de licence est invalide"
2067
 
2068
+ #: includes/licensing.php:455
2069
  #, fuzzy
2070
  msgid "Deactivation failed"
2071
  msgstr "La désactivation a échoué"
2072
 
2073
+ #: includes/licensing.php:500
2074
  #, fuzzy
2075
  msgid "The license key was revoked."
2076
  msgstr "Aucune clé de licence fournie"
2077
 
2078
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2079
+ #: includes/licensing.php:504
2080
  #, fuzzy
2081
  msgid ""
2082
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2089
  "technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
2090
  "address> à la liste blanche."
2091
 
2092
+ #: includes/licensing.php:567
2093
  #, fuzzy
2094
  msgid ""
2095
  "It was not possible to establish a connection with the Business Directory "
2098
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2099
  "Directory. La connexion a échoué avec l'erreur suivante:"
2100
 
2101
+ #: includes/licensing.php:580
2102
  #, fuzzy
2103
  msgid ""
2104
  "It was not possible to establish a connection with the Business Directory "
2108
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
2109
  "TLS:"
2110
 
2111
+ #: includes/licensing.php:627
2112
  #, fuzzy
2113
  msgid ""
2114
  "It looks like your server is not authorized to make outgoing requests to "
2119
  "aux serveurs de Business Directory. Contactez le support technique et "
2120
  "demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
2121
 
2122
+ #: includes/licensing.php:721
2123
  #, fuzzy
2124
  msgid "Business Directory license key is missing."
2125
  msgstr "Business Directory - Clé de licence expirée"
2126
 
2127
+ #: includes/licensing.php:722
2128
  #, fuzzy
2129
  msgid "Business Directory license key has expired"
2130
  msgstr "Business Directory - Clé de licence expirée"
2131
 
2132
+ #: includes/licensing.php:723
2133
  #, fuzzy
2134
  msgid "Could not verify Business Directory license."
2135
  msgstr "Aider à améliorer Business Directory"
2136
 
2137
+ #: includes/licensing.php:734
2138
  #, fuzzy
2139
  msgid "Review license keys"
2140
  msgstr "Renouveller la clé de licence"
2141
 
2142
+ #: includes/licensing.php:849
2143
  msgid "Missing data. Please reload this page and try again."
2144
  msgstr ""
2145
 
2146
+ #: includes/licensing.php:854
2147
  #, fuzzy
2148
  msgid "Please enter a license key."
2149
  msgstr "S'il vous plaît entrer une clé de licence."
2176
  msgid "Print Receipt"
2177
  msgstr "Imprimer le reçu"
2178
 
2179
+ #: includes/payment.php:148
2180
  #, fuzzy
2181
  msgid "Return to plan selection"
2182
  msgstr "Retourner vers l'annonce."
2266
  msgid "Fields To Show"
2267
  msgstr ""
2268
 
2269
+ #: includes/widgets/class-listings-widget.php:188
2270
  #, fuzzy
2271
  msgid "There are currently no listings to show."
2272
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
2273
 
2274
+ #: includes/widgets/widget-featured-listings.php:27
2275
+ #, fuzzy
2276
+ msgid "Display listings in random order"
2277
+ msgstr "Afficher les annonces de façon aléatoire"
2278
+
2279
+ #: templates/admin/_admin-menu.php:57
2280
  msgid "Minimize Navigation"
2281
  msgstr ""
2282
 
2291
  "votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
2292
  "Vérifiez votre journal d'erreurs pour plus de détails."
2293
 
2294
+ #: templates/admin/csv-export.tpl.php:37
2295
  #, fuzzy
2296
  msgid "All"
2297
  msgstr "Toutes"
2298
 
2299
+ #: templates/admin/csv-export.tpl.php:50
2300
  #, fuzzy
2301
  msgid "Create a ZIP file with both a CSV file and listing images."
2302
  msgstr ""
2303
  "Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
2304
  "fichiers d'image."
2305
 
2306
+ #: templates/admin/csv-export.tpl.php:55
2307
  #, fuzzy
2308
  msgid "Additional metadata to export"
2309
  msgstr "Métadonnées complémentaires à exporter:"
2310
 
2311
+ #: templates/admin/csv-export.tpl.php:65
2312
  #, fuzzy
2313
  msgid ""
2314
  "If you plan to re-import the listings into your directory and don't want new "
2317
  "Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
2318
  "souhaitez pas en créer de nouvelles, sélectionnez cette option!"
2319
 
2320
+ #: templates/admin/csv-export.tpl.php:119
2321
+ #: templates/admin/csv-import.tpl.php:113
2322
  #, fuzzy
2323
  msgid "CSV File Settings"
2324
  msgstr "Paramètres des fichiers CSV"
2325
 
2326
+ #: templates/admin/csv-export.tpl.php:129
2327
  #, fuzzy
2328
  msgid ""
2329
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2337
  "nous devons générer différentes versions du fichier pour chaque système "
2338
  "d'exploitation."
2339
 
2340
+ #: templates/admin/csv-export.tpl.php:150
2341
+ #: templates/admin/csv-import.tpl.php:149
2342
  #, fuzzy
2343
  msgid "Image Separator"
2344
  msgstr "Séparateur d'image"
2345
 
2346
+ #: templates/admin/csv-import.tpl.php:27
2347
+ #, fuzzy
2348
+ msgid "Here, you can import data into your directory using the CSV format."
2349
+ msgstr ""
2350
+ "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
2351
+ "format CSV."
2352
+
2353
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2354
+ #: templates/admin/csv-import.tpl.php:32
2355
  #, fuzzy
2356
  msgid ""
2357
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
2360
  "Nous vous recommandons vivement la lecture de notre document d'importation "
2361
  "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
2362
 
2363
+ #: templates/admin/csv-import.tpl.php:44
2364
  #, fuzzy
2365
  msgid "Import Files"
2366
  msgstr "Importer les fichiers"
2367
 
2368
+ #: templates/admin/csv-import.tpl.php:49
2369
  #, fuzzy
2370
  msgid "CSV File"
2371
  msgstr "Fichier CSV"
2375
  msgid "ZIP file containing images"
2376
  msgstr "Fichiers ZIP contenant des images"
2377
 
2378
+ #: templates/admin/csv-import.tpl.php:119
2379
  #, fuzzy
2380
  msgid "Column Separator"
2381
  msgstr "Séparateur de colonne"
2382
 
2383
+ #: templates/admin/csv-import.tpl.php:142
2384
  #, fuzzy
2385
  msgid "TAB"
2386
  msgstr "Onglet"
2387
 
2388
+ #: templates/admin/csv-import.tpl.php:160
2389
  #, fuzzy
2390
  msgid "Category Separator"
2391
  msgstr "Séparateur de catégorie"
2392
 
2393
+ #: templates/admin/csv-import.tpl.php:171
2394
  #, fuzzy
2395
  msgid "Import settings"
2396
  msgstr "Paramètres d'importation"
2397
 
2398
+ #: templates/admin/csv-import.tpl.php:176
2399
  #, fuzzy
2400
  msgid "Post status of new imported listings"
2401
  msgstr "Statut des messages des annonces importées"
2402
 
2403
+ #: templates/admin/csv-import.tpl.php:191
2404
  #, fuzzy
2405
  msgid "Post status of existing imported listings"
2406
  msgstr "Statut des messages des annonces importées"
2407
 
2408
+ #: templates/admin/csv-import.tpl.php:208
2409
  #, fuzzy
2410
  msgid "Missing categories handling"
2411
  msgstr "Gestion des catégories manquantes"
2412
 
2413
+ #: templates/admin/csv-import.tpl.php:214
2414
  #, fuzzy
2415
  msgid "Auto-create categories"
2416
  msgstr "Création automatique des catégories"
2417
 
2418
+ #: templates/admin/csv-import.tpl.php:219
2419
  #, fuzzy
2420
  msgid "Generate errors when a category is not found"
2421
  msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
2422
 
2423
+ #: templates/admin/csv-import.tpl.php:227
2424
  #, fuzzy
2425
  msgid "Keep existing images"
2426
  msgstr "Liste des images."
2427
 
2428
+ #: templates/admin/csv-import.tpl.php:230
2429
  #, fuzzy
2430
  msgid "Appends new images while keeping current ones."
2431
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2432
 
2433
+ #: templates/admin/csv-import.tpl.php:238
2434
  #, fuzzy
2435
  msgid "Assign listings to a user"
2436
  msgstr "Assigner des listes à un utilisateur ?"
2437
 
2438
+ #: templates/admin/csv-import.tpl.php:250
2439
  #, fuzzy
2440
  msgid "Default listing user"
2441
  msgstr "Annonce par défault de l'utilisateur"
2442
 
2443
+ #: templates/admin/csv-import.tpl.php:252
2444
  #, fuzzy
2445
  msgid ""
2446
  "This user will be used if the username column is not present in the CSV file."
2448
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
2449
  "figure pas dans le fichier CSV."
2450
 
2451
+ #: templates/admin/csv-import.tpl.php:259
2452
  #, fuzzy
2453
  msgid "Number of listings imported on every cycle"
2454
  msgstr "Nombre d'affichage d'annonce:"
2455
 
2456
+ #: templates/admin/csv-import.tpl.php:261
2457
  msgid ""
2458
  "If you are having trouble importing listings due to memory problems, try "
2459
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2461
  "success on shared hosting platforms and other resource-constrained servers."
2462
  msgstr ""
2463
 
2464
+ #: templates/admin/csv-import.tpl.php:273
2465
  #, fuzzy
2466
  msgid "Disable email notifications during import"
2467
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
2468
 
2469
+ #: templates/admin/csv-import.tpl.php:292
2470
  #, fuzzy
2471
  msgid ""
2472
  "The following are the valid header names to be used in the CSV file. "
2480
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
2481
  "d'importation devrait ressembler."
2482
 
2483
+ #: templates/admin/csv-import.tpl.php:301
2484
  #, fuzzy
2485
  msgid "Header name/label"
2486
  msgstr "Nom/Etiquette de l'en-tête"
2487
 
2488
+ #: templates/admin/csv-import.tpl.php:304
2489
  #, fuzzy
2490
  msgid "Required?"
2491
  msgstr "Requis ?"
2492
 
2493
+ #: templates/admin/csv-import.tpl.php:305
2494
  #, fuzzy
2495
  msgid "Multivalued?"
2496
  msgstr "Valeurs multiples ?"
2497
 
2498
+ #: templates/admin/csv-import.tpl.php:337
2499
  #, fuzzy
2500
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2501
  msgstr ""
2502
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2503
  "fichier ZIP)"
2504
 
2505
+ #: templates/admin/csv-import.tpl.php:344
2506
  #, fuzzy
2507
  msgid "Listing author's username"
2508
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
2666
  msgid "Require this field on the Advanced Search screen."
2667
  msgstr "Indiquez les champs obligatoires lors de recherches avancée."
2668
 
2669
+ #: templates/admin/form-fields-tags.tpl.php:19
2670
+ #, fuzzy
2671
+ msgid ""
2672
+ "Before you create fields, make sure you've mapped all of your EXISTING ones "
2673
+ "first, otherwise you'll appear to be \"missing data\" on your listings."
2674
+ msgstr ""
2675
+ "Avant de créer des champs, assurez-vous que vous avez d'abord mappé tous les "
2676
+ "champs existants, sinon des \"données manquantes\" apparaîtront dans vos "
2677
+ "annonces."
2678
+
2679
  #: templates/admin/form-fields.tpl.php:4
2680
  #, fuzzy
2681
  msgid "Add New Form Field"
2714
  msgstr "Gérer annonces payées"
2715
 
2716
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
 
 
2717
  #, fuzzy
2718
+ msgid "Access key"
2719
  msgstr "Clés d'accès"
2720
 
2721
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
2722
+ #, fuzzy
2723
+ msgid "Listing status"
2724
+ msgstr "Statut liste"
2725
+
2726
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2727
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
2728
+ #, fuzzy
2729
+ msgid "N/A"
2730
+ msgstr "N/A"
2731
+
2732
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
2733
+ #, fuzzy
2734
+ msgid "Last renew date"
2735
+ msgstr "Date de renouvellement"
2736
+
2737
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2738
  #: templates/email/listing-payment-completed.tpl.php:25
2739
  #, fuzzy
2740
  msgid "Plan"
2741
  msgstr "Plan tarifaire"
2742
 
2743
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2744
+ #: templates/plan-selection-plan.tpl.php:41
2745
+ #, fuzzy
2746
+ msgid "Recurring"
2747
+ msgstr "(récurrent)"
2748
+
2749
  #: templates/admin/payments-details.tpl.php:5
2750
  #, fuzzy
2751
  msgid "Payment %s"
3005
  msgstr "Vidéo tutoriels"
3006
 
3007
  #: templates/admin/themes-delete-confirm.tpl.php:4
3008
+ #: templates/admin/themes-delete-confirm.tpl.php:26
3009
  #, fuzzy
3010
  msgid "Delete Directory Theme"
3011
  msgstr "Catégories de l'annuaire"
3070
  msgid "They are not a replacement for regular WordPress themes."
3071
  msgstr "This is a theme or skin from %s and is NOT a regular WordPress theme."
3072
 
3073
+ #: templates/admin/uninstall-capture-form.tpl.php:16
3074
+ #, fuzzy
3075
+ msgid ""
3076
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
3077
+ "question for us to help us make the product better for everyone in the "
3078
+ "future?"
3079
+ msgstr ""
3080
+ "Nous sommes désolés de vous voir partir. Pouvez-vous prendre 10 secondes et "
3081
+ "répondre à une question pour nous aider à améliorer notre plugin?"
3082
+
3083
  #: templates/admin/uninstall-complete.tpl.php:12
3084
  #, fuzzy
3085
  msgid "Uninstall completed."
3092
 
3093
  #: templates/admin/uninstall-confirm.tpl.php:25
3094
  #, fuzzy
3095
+ msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
3096
  msgstr ""
3097
  "Supprimer toutes les données de configuration du module premium (régions, "
3098
  "cartes, évaluations, niveaux en vedette)"
3268
  msgid "Next"
3269
  msgstr "Suivant"
3270
 
3271
+ #: templates/delete-listing-confirm.tpl.php:7
3272
+ #, fuzzy
3273
+ msgid ""
3274
+ "Your listing is associated to a recurring payment. If you don't cancel the "
3275
+ "recurring payment before deleting the listing, you might be charged for "
3276
+ "additional periods even though your listing won't be available."
3277
+ msgstr ""
3278
+ "Votre annonce est associé à un paiement récurrent. Si vous ne résiliez pas "
3279
+ "le paiement récurrent avant de supprimer l'annonce, vous pourriez devoir "
3280
+ "payer pour des périodes supplémentaires, même si votre annonce ne sera plus "
3281
+ "disponible."
3282
+
3283
+ #: templates/delete-listing-confirm.tpl.php:27
3284
  #, fuzzy
3285
  msgid "Yes. Delete my listing."
3286
  msgstr "Oui, effacer l'annonce."
3287
 
3288
+ #: templates/delete-listing-confirm.tpl.php:28
3289
  #, fuzzy
3290
  msgid "No. Take me back to the directory."
3291
  msgstr "Non, redirigez-moi vers l'annuaire."
3317
  "Vous trouverez ci-dessous les clés d'accès pour toutes les annonces "
3318
  "enregistrées avec votre adresse e-mail sur notre site."
3319
 
3320
+ #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
3321
+ #: templates/login.tpl.php:71
3322
+ #, fuzzy
3323
+ msgid "Access Key"
3324
+ msgstr "Clés d'accès"
3325
+
3326
  #: templates/listing-contactform.tpl.php:42
3327
  #, fuzzy
3328
  msgid "Message"
3451
  msgstr "%s tous les %s jours."
3452
 
3453
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3454
+ #: templates/manage-recurring.tpl.php:33
3455
  #, fuzzy
3456
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3457
  msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
3476
  msgid "Item"
3477
  msgstr "Article"
3478
 
 
 
 
 
 
3479
  #: templates/plan-selection-plan.tpl.php:45
3480
  #, fuzzy
3481
  msgid "Never Expires"
3568
  msgid "Current Images"
3569
  msgstr "Images actuelles"
3570
 
3571
+ #: templates/submit-listing-section.tpl.php:18
3572
+ msgid "Back"
3573
+ msgstr ""
3574
+
3575
+ #: templates/submit-listing-section.tpl.php:28
3576
+ #, fuzzy
3577
+ msgid "Complete Listing"
3578
+ msgstr "Soumettre l'annonce"
3579
+
3580
+ #: templates/submit-listing-section.tpl.php:32
3581
+ #, fuzzy
3582
+ msgid "Continue to Payment"
3583
+ msgstr "Continuer le paiement"
3584
+
3585
+ #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
3586
+ msgid "This is a dummy plugin"
3587
+ msgstr ""
3588
+
3589
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
3590
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
3591
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
3592
+ #, fuzzy
3593
+ msgid "There was an error when reading this WXR file"
3594
+ msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
3595
+
3596
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
3597
+ msgid ""
3598
+ "Details are shown above. The importer will now try again with a different "
3599
+ "parser..."
3600
+ msgstr ""
3601
+
3602
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
3603
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
3604
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:306
3605
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:495
3606
+ msgid ""
3607
+ "This does not appear to be a WXR file, missing/invalid WXR version number"
3608
+ msgstr ""
3609
+
3610
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
3611
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
3612
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:192
3613
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
3614
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
3615
+ msgid "Sorry, there has been an error."
3616
+ msgstr ""
3617
+
3618
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
3619
+ msgid "The file does not exist, please try again."
3620
+ msgstr ""
3621
+
3622
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3623
+ msgid "All done."
3624
+ msgstr ""
3625
+
3626
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3627
+ msgid "Have fun!"
3628
+ msgstr ""
3629
+
3630
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
3631
+ msgid "Remember to update the passwords and roles of imported users."
3632
+ msgstr ""
3633
+
3634
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
3635
+ msgid ""
3636
+ "The export file could not be found at <code>%s</code>. It is likely that "
3637
+ "this was caused by a permissions problem."
3638
+ msgstr ""
3639
+
3640
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
3641
+ msgid ""
3642
+ "This WXR file (version %s) may not be supported by this version of the "
3643
+ "importer. Please consider updating."
3644
+ msgstr ""
3645
+
3646
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
3647
+ msgid ""
3648
+ "Failed to import author %s. Their posts will be attributed to the current "
3649
+ "user."
3650
+ msgstr ""
3651
+
3652
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
3653
+ msgid "Assign Authors"
3654
+ msgstr ""
3655
+
3656
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3657
+ msgid ""
3658
+ "To make it easier for you to edit and save the imported content, you may "
3659
+ "want to reassign the author of the imported item to an existing user of this "
3660
+ "site. For example, you may want to import all the entries as <code>admin</"
3661
+ "code>s entries."
3662
+ msgstr ""
3663
+
3664
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3665
+ msgid ""
3666
+ "If a new user is created by WordPress, a new password will be randomly "
3667
+ "generated and the new user&#8217;s role will be set as %s. Manually changing "
3668
+ "the new user&#8217;s details will be necessary."
3669
+ msgstr ""
3670
+
3671
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
3672
+ #, fuzzy
3673
+ msgid "Import Attachments"
3674
+ msgstr "Paramètres d'importation"
3675
+
3676
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3677
+ msgid "Download and import file attachments"
3678
+ msgstr ""
3679
+
3680
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3681
+ msgid "Submit"
3682
+ msgstr ""
3683
+
3684
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
3685
+ #, fuzzy
3686
+ msgid "Import author:"
3687
+ msgstr "Sommaire de l'importation"
3688
+
3689
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3690
+ msgid "or create new user with login name:"
3691
+ msgstr ""
3692
+
3693
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3694
+ msgid "as a new user:"
3695
+ msgstr ""
3696
+
3697
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
3698
+ #, fuzzy
3699
+ msgid "assign posts to an existing user:"
3700
+ msgstr "Assigner des listes à un utilisateur ?"
3701
+
3702
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
3703
+ #, fuzzy
3704
+ msgid "or assign posts to an existing user:"
3705
+ msgstr "Assigner des listes à un utilisateur ?"
3706
+
3707
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
3708
+ #, fuzzy
3709
+ msgid "- Select -"
3710
+ msgstr "Sélectionnez une annonce"
3711
+
3712
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3713
+ msgid ""
3714
+ "Failed to create new user for %s. Their posts will be attributed to the "
3715
+ "current user."
3716
+ msgstr ""
3717
+
3718
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
3719
+ #, fuzzy
3720
+ msgid "Failed to import category %s"
3721
+ msgstr "Cacher les catégories vides ?"
3722
+
3723
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3724
+ msgid "Failed to import post tag %s"
3725
+ msgstr ""
3726
+
3727
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3728
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3729
+ msgid "Failed to import %s %s"
3730
+ msgstr ""
3731
+
3732
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3733
+ msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3734
+ msgstr ""
3735
+
3736
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3737
+ msgid "%s &#8220;%s&#8221; already exists."
3738
+ msgstr ""
3739
+
3740
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3741
+ msgid "Failed to import %s &#8220;%s&#8221;"
3742
+ msgstr ""
3743
+
3744
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3745
+ msgid "Menu item skipped due to missing menu slug"
3746
+ msgstr ""
3747
+
3748
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3749
+ msgid "Menu item skipped due to invalid menu slug: %s"
3750
+ msgstr ""
3751
+
3752
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3753
+ msgid "Fetching attachments is not enabled"
3754
+ msgstr ""
3755
+
3756
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
3757
+ #, fuzzy
3758
+ msgid "Invalid file type"
3759
+ msgstr "Type de champ de formulaire invalide"
3760
+
3761
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3762
+ msgid "Remote server did not respond"
3763
+ msgstr ""
3764
+
3765
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3766
+ msgid "Remote server returned error response %1$d %2$s"
3767
+ msgstr ""
3768
+
3769
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3770
+ msgid "Remote file is incorrect size"
3771
+ msgstr ""
3772
+
3773
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3774
+ msgid "Zero size file downloaded"
3775
+ msgstr ""
3776
+
3777
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3778
+ msgid "Remote file is too large, limit is %s"
3779
+ msgstr ""
3780
+
3781
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
3782
+ #, fuzzy
3783
+ msgid "Import WordPress"
3784
+ msgstr "Progression de l'importation"
3785
+
3786
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3787
+ msgid ""
3788
+ "A new version of this importer is available. Please update to version %s to "
3789
+ "ensure compatibility with newer export files."
3790
+ msgstr ""
3791
+
3792
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3793
+ msgid ""
3794
+ "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import "
3795
+ "the posts, pages, comments, custom fields, categories, and tags into this "
3796
+ "site."
3797
+ msgstr ""
3798
+
3799
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3800
+ msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3801
+ msgstr ""
3802
+
3803
+ #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3804
+ msgid ""
3805
+ "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3806
+ "strong> from a WordPress export file."
3807
+ msgstr ""
3808
+
3809
+ #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3810
+ msgid "This is a dummy theme"
3811
  msgstr ""
3812
 
3813
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
3814
  #, fuzzy
3815
+ msgid "Inactive Widgets"
3816
+ msgstr "Actif"
3817
 
3818
+ #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3819
+ msgid ""
3820
+ "Drag widgets here to remove them from the sidebar but keep their settings."
3821
+ msgstr ""
3822
 
3823
  #. Author URI of the plugin/theme
3824
  msgid "https://businessdirectoryplugin.com"
4023
  msgid "No Plan"
4024
  msgstr "Plan tarifaire"
4025
 
4026
+ #: includes/admin/controllers/class-admin-controller.php:89
4027
  msgctxt "admin confirm"
4028
  msgid "No, go back"
4029
  msgstr "Non, reviens"
4030
 
4031
+ #: includes/admin/controllers/class-admin-controller.php:90
4032
  msgctxt "admin confirm"
4033
  msgid "Yes, I'm sure"
4034
  msgstr "Oui, je suis sûr"
4035
 
4036
+ #: includes/admin/controllers/class-admin-fees.php:45
4037
  msgctxt "fees order"
4038
  msgid "Label"
4039
  msgstr "Etiquette"
4040
 
4041
+ #: includes/admin/controllers/class-admin-fees.php:47
4042
  msgctxt "fees order"
4043
  msgid "Duration"
4044
  msgstr "Durée"
4045
 
4046
+ #: includes/admin/controllers/class-admin-fees.php:49
4047
  msgctxt "fees order"
4048
  msgid "Custom Order"
4049
  msgstr "Ordre personnalisé"
4050
 
4051
+ #: includes/admin/controllers/class-admin-fees.php:296
4052
  #, fuzzy
4053
  msgctxt "fees admin"
4054
  msgid "Plan \"%s\" deleted."
4055
  msgstr "Frais \"%s\" effacé."
4056
 
4057
+ #: includes/admin/controllers/class-admin-fees.php:308
4058
  #, fuzzy
4059
  msgctxt "fees admin"
4060
  msgid "Plan enabled."
4061
  msgstr "Frais désactivé."
4062
 
4063
+ #: includes/admin/controllers/class-admin-fees.php:308
4064
  #, fuzzy
4065
  msgctxt "fees admin"
4066
  msgid "Plan disabled."
4081
  msgid "Attributes"
4082
  msgstr "Attributs"
4083
 
4084
+ #: includes/admin/helpers/tables/class-fees-table.php:142
4085
  msgctxt "fees admin"
4086
  msgid "Edit"
4087
  msgstr "Editer"
4088
 
4089
+ #: includes/admin/helpers/tables/class-fees-table.php:215
4090
  msgctxt "fees admin"
4091
  msgid "Variable"
4092
  msgstr "Variable"
4093
 
4094
+ #: includes/admin/helpers/tables/class-fees-table.php:220
4095
  #, fuzzy
4096
  msgctxt "fees admin"
4097
  msgid "%1$s + %2$s per category"
4098
  msgstr "%s + %s par catégorie"
4099
 
4100
+ #: includes/admin/helpers/tables/class-fees-table.php:239
4101
  msgctxt "fees admin"
4102
  msgid "Forever"
4103
  msgstr "Pour toujours"
4104
 
4105
+ #: includes/admin/helpers/tables/class-fees-table.php:241
4106
  msgctxt "fees admin"
4107
  msgid "%d day"
4108
  msgid_plural "%d days"
4109
  msgstr[0] "%d jour"
4110
  msgstr[1] "%d jours"
4111
 
4112
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4113
  msgctxt "fees admin"
4114
  msgid "All categories"
4115
  msgstr "Toutes catégories"
4116
 
4117
+ #: includes/admin/helpers/tables/class-fees-table.php:301
4118
  msgctxt "fees admin"
4119
  msgid "Sticky"
4120
  msgstr "Premium"
4121
 
4122
+ #: includes/admin/helpers/tables/class-fees-table.php:305
4123
  msgctxt "fees admin"
4124
  msgid "Recurring"
4125
  msgstr "Récurrent"
4126
 
4127
+ #: includes/admin/helpers/tables/class-fees-table.php:309
4128
  #, fuzzy
4129
  msgctxt "fees admin"
4130
  msgid "Private"
4131
  msgstr "Activer"
4132
 
4133
+ #: includes/admin/helpers/tables/class-payments-table.php:65
4134
  msgctxt "fees admin"
4135
  msgid "Date"
4136
  msgstr "Date"
4137
 
4138
+ #: includes/admin/helpers/tables/class-payments-table.php:66
4139
  msgctxt "fees admin"
4140
  msgid "Payment History"
4141
  msgstr "Historique de paiement"
4142
 
4143
+ #: includes/admin/helpers/tables/class-payments-table.php:68
4144
  msgctxt "fees admin"
4145
  msgid "Status"
4146
  msgstr "Statut"
4305
  msgid "Reported"
4306
  msgstr ""
4307
 
4308
+ #: includes/models/class-listing.php:984
4309
  msgctxt "listing status"
4310
  msgid "Unknown"
4311
  msgstr "Inconnu"
4312
 
4313
+ #: includes/models/class-listing.php:985
4314
  msgctxt "listing status"
4315
  msgid "Legacy"
4316
  msgstr "Don"
4317
 
4318
+ #: includes/models/class-listing.php:986
4319
  msgctxt "listing status"
4320
  msgid "Incomplete"
4321
  msgstr "Incomplet"
4322
 
4323
+ #: includes/models/class-listing.php:987
4324
  msgctxt "listing status"
4325
  msgid "Pending Payment"
4326
  msgstr "Paiement en attente"
4327
 
4328
+ #: includes/models/class-listing.php:988
4329
  msgctxt "listing status"
4330
  msgid "Complete"
4331
  msgstr "Complet"
4332
 
4333
+ #: includes/models/class-listing.php:989
4334
  msgctxt "listing status"
4335
  msgid "Pending Upgrade"
4336
  msgstr "En attente de mise à niveau"
4337
 
4338
+ #: includes/models/class-listing.php:990
4339
  msgctxt "listing status"
4340
  msgid "Expired"
4341
  msgstr "Expiré"
4342
 
4343
+ #: includes/models/class-listing.php:991
4344
  msgctxt "listing status"
4345
  msgid "Pending Renewal"
4346
  msgstr "Actives + En attente de renouvellement"
4347
 
4348
+ #: includes/models/class-listing.php:992
4349
  msgctxt "listing status"
4350
  msgid "Abandoned"
4351
  msgstr "Abandonné"
4415
  msgid "Payment details updated."
4416
  msgstr "Détails de paiement."
4417
 
4418
+ #: includes/admin/helpers/tables/class-payments-table.php:19
4419
  msgctxt "payments admin"
4420
  msgid "payment"
4421
  msgstr "paiement"
4422
 
4423
+ #: includes/admin/helpers/tables/class-payments-table.php:20
4424
  msgctxt "payments admin"
4425
  msgid "payments"
4426
  msgstr "paiement"
4427
 
4428
+ #: includes/admin/helpers/tables/class-payments-table.php:27
4429
  msgctxt "payments admin"
4430
  msgid "No payments found."
4431
  msgstr "Aucun paiement trouvé."
4432
 
4433
+ #: includes/admin/helpers/tables/class-payments-table.php:40
4434
  msgctxt "payments admin"
4435
  msgid "All"
4436
  msgstr "Toutes"
4437
 
4438
+ #: includes/admin/helpers/tables/class-payments-table.php:134
4439
  msgctxt "payments admin"
4440
  msgid "View Payment History"
4441
  msgstr "Voir l'historique des paiements"
4465
  msgid "Field deleted."
4466
  msgstr "Champ effacé."
4467
 
4468
+ #: includes/admin/controllers/class-form-fields-admin.php:330
4469
  msgctxt "form-fields admin"
4470
  msgid "Required fields created successfully."
4471
  msgstr "Champs requis créés avec succès."
4472
 
4473
+ #: includes/admin/controllers/class-form-fields-admin.php:382
4474
  msgctxt "form-fields admin"
4475
  msgid "Tags updated."
4476
  msgstr "Étiquettes mises à jour."
4846
  msgid "Theme Tags"
4847
  msgstr "Thèmes"
4848
 
4849
+ #: templates/admin/form-fields-tags.tpl.php:21
 
 
 
 
 
 
 
 
 
 
4850
  msgctxt "form-fields admin"
4851
  msgid "Create Missing Fields"
4852
  msgstr "Champs d'annonce"
4862
  msgid "Valid placeholders: %s"
4863
  msgstr "Espaces réservés valides:% s"
4864
 
4865
+ #: includes/admin/settings/class-settings-bootstrap.php:99
4866
  #, fuzzy
4867
  msgctxt "admin settings"
4868
  msgid ""
4872
  "<strong> IMPORTANT :</strong> les sous-pages de la page principale de "
4873
  "l'annuaire ne sont pas accessibles lorsque ce paramètre est coché."
4874
 
4875
+ #: includes/admin/settings/class-settings-bootstrap.php:315
4876
  msgctxt "admin settings"
4877
  msgid "Above results"
4878
  msgstr "Au-dessus des résultats"
4879
 
4880
+ #: includes/admin/settings/class-settings-bootstrap.php:316
4881
  msgctxt "admin settings"
4882
  msgid "Below results"
4883
  msgstr "En dessous des résultats"
4884
 
4885
+ #: includes/admin/settings/class-settings-bootstrap.php:317
4886
  msgctxt "admin settings"
4887
  msgid "Don't show with results"
4888
  msgstr "Ne pas afficher avec les résultats"
4889
 
4890
+ #: includes/admin/settings/class-settings-bootstrap.php:398
4891
  msgctxt "admin settings"
4892
  msgid ""
4893
  "You have selected a textarea field to be included in quick searches. "
4898
  "rapides. Les recherches portant sur ces domaines sont très coûteuses et "
4899
  "pourraient entraîner des dépassements de délais et / ou lenteur générale."
4900
 
4901
+ #: includes/admin/settings/class-settings-bootstrap.php:558
4902
  msgctxt "admin settings"
4903
  msgid "Do not include comments in listings"
4904
  msgstr "Inclure les formulaire de commentaires dans pages annonces"
4905
 
4906
+ #: includes/admin/settings/class-settings-bootstrap.php:582
4907
  #, fuzzy
4908
  msgctxt "admin settings"
4909
  msgid "Directory view."
4910
  msgstr "Annuaire"
4911
 
4912
+ #: includes/admin/settings/class-settings-bootstrap.php:583
4913
  #, fuzzy
4914
  msgctxt "admin settings"
4915
  msgid "All Listings view."
4916
  msgstr "Voir toutes les annonces"
4917
 
4918
+ #: includes/admin/settings/class-settings-bootstrap.php:584
4919
  #, fuzzy
4920
  msgctxt "admin settings"
4921
  msgid "Category view."
4922
  msgstr "Catégories"
4923
 
4924
+ #: includes/admin/settings/class-settings-bootstrap.php:585
4925
  #, fuzzy
4926
  msgctxt "admin settings"
4927
  msgid "Search view."
4928
  msgstr "Rechercher"
4929
 
4930
+ #: includes/admin/settings/class-settings-bootstrap.php:716
4931
  msgctxt "admin settings"
4932
  msgid "Slug"
4933
  msgstr "Identifiant"
4934
 
4935
+ #: includes/admin/settings/class-settings-bootstrap.php:729
4936
+ #: includes/admin/settings/class-settings-bootstrap.php:797
4937
  msgctxt "admin settings"
4938
  msgid "Ascending"
4939
  msgstr "Ascendant"
4940
 
4941
+ #: includes/admin/settings/class-settings-bootstrap.php:730
4942
+ #: includes/admin/settings/class-settings-bootstrap.php:798
4943
  msgctxt "admin settings"
4944
  msgid "Descending"
4945
  msgstr "Descendant"
4946
 
4947
+ #: includes/admin/settings/class-settings-bootstrap.php:763
4948
  msgctxt "admin settings"
4949
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4950
  msgstr ""
4951
 
4952
+ #: includes/admin/settings/class-settings-bootstrap.php:776
4953
  msgctxt "admin settings"
4954
  msgid "Author"
4955
  msgstr "Auteur"
4956
 
4957
+ #: includes/admin/settings/class-settings-bootstrap.php:777
4958
+ #: includes/helpers/functions/general.php:1244
4959
  msgctxt "admin settings"
4960
  msgid "Date posted"
4961
  msgstr "Date d'ajout"
4962
 
4963
+ #: includes/admin/settings/class-settings-bootstrap.php:778
4964
+ #: includes/helpers/functions/general.php:1245
4965
  msgctxt "admin settings"
4966
  msgid "Date last modified"
4967
  msgstr "Date de dernière modification"
4968
 
4969
+ #: includes/admin/settings/class-settings-bootstrap.php:779
4970
  msgctxt "admin settings"
4971
  msgid "Random"
4972
  msgstr "Aléatoire"
4973
 
4974
+ #: includes/admin/settings/class-settings-bootstrap.php:780
4975
  msgctxt "admin settings"
4976
  msgid "Paid first then free. Inside each group by date."
4977
  msgstr "Payé d'abord puis gratuit. Dans chaque groupe par date."
4978
 
4979
+ #: includes/admin/settings/class-settings-bootstrap.php:781
4980
  msgctxt "admin settings"
4981
  msgid "Paid first then free. Inside each group by title."
4982
  msgstr "Payé d'abord puis gratuit. Dans chaque groupe par titre."
4983
 
4984
+ #: includes/admin/settings/class-settings-bootstrap.php:782
4985
  msgctxt "admin settings"
4986
  msgid "Plan Custom Order, then Date"
4987
  msgstr ""
4988
 
4989
+ #: includes/admin/settings/class-settings-bootstrap.php:783
4990
  msgctxt "admin settings"
4991
  msgid "Plan Custom Order, then Title"
4992
  msgstr ""
4993
 
4994
+ #: includes/admin/settings/class-settings-bootstrap.php:1055
4995
+ #: includes/admin/settings/class-settings-bootstrap.php:1080
4996
+ #: includes/admin/settings/class-settings-bootstrap.php:1104
4997
  #, fuzzy
4998
  msgctxt "admin settings"
4999
  msgid "Excerpt view."
5000
  msgstr "Extrait"
5001
 
5002
+ #: includes/admin/settings/class-settings-bootstrap.php:1081
5003
+ #: includes/admin/settings/class-settings-bootstrap.php:1105
5004
  #, fuzzy
5005
  msgctxt "admin settings"
5006
  msgid "Detail view."
5007
  msgstr "Annuaire"
5008
 
5009
+ #: includes/admin/settings/class-settings-bootstrap.php:1176
5010
  msgctxt "admin settings"
5011
  msgid "Australian Dollar (AUD)"
5012
  msgstr "Dollar Australien (AUD)"
5013
 
5014
+ #: includes/admin/settings/class-settings-bootstrap.php:1177
5015
  msgctxt "admin settings"
5016
  msgid "Brazilian Real (BRL)"
5017
  msgstr "Real Brésilien (BRL)"
5018
 
5019
+ #: includes/admin/settings/class-settings-bootstrap.php:1178
5020
  msgctxt "admin settings"
5021
  msgid "Canadian Dollar (CAD)"
5022
  msgstr "Dollar Canadien (CAD)"
5023
 
5024
+ #: includes/admin/settings/class-settings-bootstrap.php:1179
5025
  msgctxt "admin settings"
5026
  msgid "Czech Koruna (CZK)"
5027
  msgstr "Couronne Tchèque (CZK)"
5028
 
5029
+ #: includes/admin/settings/class-settings-bootstrap.php:1180
5030
  msgctxt "admin settings"
5031
  msgid "Danish Krone (DKK)"
5032
  msgstr "Couronne Danoise (DKK)"
5033
 
5034
+ #: includes/admin/settings/class-settings-bootstrap.php:1181
5035
  msgctxt "admin settings"
5036
  msgid "United Arab Emirates Dirham (AED)"
5037
  msgstr ""
5038
 
5039
+ #: includes/admin/settings/class-settings-bootstrap.php:1182
5040
  msgctxt "admin settings"
5041
  msgid "Euro (EUR)"
5042
  msgstr "Euro (EUR)"
5043
 
5044
+ #: includes/admin/settings/class-settings-bootstrap.php:1183
5045
  msgctxt "admin settings"
5046
  msgid "Hong Kong Dollar (HKD)"
5047
  msgstr "Dollar de Hong Kong(HKD)"
5048
 
5049
+ #: includes/admin/settings/class-settings-bootstrap.php:1184
5050
  msgctxt "admin settings"
5051
  msgid "Hungarian Forint (HUF)"
5052
  msgstr "Forint Hongrois (HUF)"
5053
 
5054
+ #: includes/admin/settings/class-settings-bootstrap.php:1185
5055
  msgctxt "admin settings"
5056
  msgid "Israeli New Shequel (ILS)"
5057
  msgstr "Nouveau Shequel Israélien (ILS)"
5058
 
5059
+ #: includes/admin/settings/class-settings-bootstrap.php:1186
5060
  msgctxt "admin settings"
5061
  msgid "Japanese Yen (JPY)"
5062
  msgstr "Yen Japonais (JPY)"
5063
 
5064
+ #: includes/admin/settings/class-settings-bootstrap.php:1187
5065
  msgctxt "admin settings"
5066
  msgid "Moroccan Dirham (MAD)"
5067
  msgstr "Dirham marocain (MAD)"
5068
 
5069
+ #: includes/admin/settings/class-settings-bootstrap.php:1188
5070
  msgctxt "admin settings"
5071
  msgid "Malasian Ringgit (MYR)"
5072
  msgstr "Ringgit Malaisien (MYR)"
5073
 
5074
+ #: includes/admin/settings/class-settings-bootstrap.php:1189
5075
  msgctxt "admin settings"
5076
  msgid "Mexican Peso (MXN)"
5077
  msgstr "Peso Mexicain (MXN)"
5078
 
5079
+ #: includes/admin/settings/class-settings-bootstrap.php:1190
5080
  msgctxt "admin settings"
5081
  msgid "Norwegian Krone (NOK)"
5082
  msgstr "Couronne Norvégienne (NOK)"
5083
 
5084
+ #: includes/admin/settings/class-settings-bootstrap.php:1191
5085
  msgctxt "admin settings"
5086
  msgid "New Zealand Dollar (NZD)"
5087
  msgstr "Dollar Néo-Zélandais (NZD)"
5088
 
5089
+ #: includes/admin/settings/class-settings-bootstrap.php:1192
5090
  msgctxt "admin settings"
5091
  msgid "Philippine Peso (PHP)"
5092
  msgstr "Peso Phillipin (PHP)"
5093
 
5094
+ #: includes/admin/settings/class-settings-bootstrap.php:1193
5095
  msgctxt "admin settings"
5096
  msgid "Polish Zloty (PLN)"
5097
  msgstr "Zloty Polonais (PLN)"
5098
 
5099
+ #: includes/admin/settings/class-settings-bootstrap.php:1194
5100
  msgctxt "admin settings"
5101
  msgid "Pound Sterling (GBP)"
5102
  msgstr "Livre Sterling (GBP)"
5103
 
5104
+ #: includes/admin/settings/class-settings-bootstrap.php:1195
5105
  msgctxt "admin settings"
5106
  msgid "Singapore Dollar (SGD)"
5107
  msgstr "Dollar Singaporien (SGD)"
5108
 
5109
+ #: includes/admin/settings/class-settings-bootstrap.php:1196
5110
  msgctxt "admin settings"
5111
  msgid "Swedish Krona (SEK)"
5112
  msgstr "Couronne Suédoise (SEK)"
5113
 
5114
+ #: includes/admin/settings/class-settings-bootstrap.php:1197
5115
  msgctxt "admin settings"
5116
  msgid "Swiss Franc (CHF)"
5117
  msgstr "Franc Suisse (CHF)"
5118
 
5119
+ #: includes/admin/settings/class-settings-bootstrap.php:1198
5120
  msgctxt "admin settings"
5121
  msgid "Taiwan Dollar (TWD)"
5122
  msgstr "Dollar Taiwanais (TWD)"
5123
 
5124
+ #: includes/admin/settings/class-settings-bootstrap.php:1199
5125
  msgctxt "admin settings"
5126
  msgid "Thai Baht (THB)"
5127
  msgstr "Baht Thaïlandais"
5128
 
5129
+ #: includes/admin/settings/class-settings-bootstrap.php:1200
5130
  msgctxt "admin settings"
5131
  msgid "Turkish Lira (TRY)"
5132
  msgstr "Livre Turque (TRY)"
5133
 
5134
+ #: includes/admin/settings/class-settings-bootstrap.php:1201
5135
  msgctxt "admin settings"
5136
  msgid "U.S. Dollar (USD)"
5137
  msgstr "U.S. Dollar (USD)"
5138
 
5139
+ #: includes/admin/settings/class-settings-bootstrap.php:1225
5140
  msgctxt "admin settings"
5141
  msgid "Show currency symbol on the left"
5142
  msgstr "Afficher le symbole de devise à gauche"
5143
 
5144
+ #: includes/admin/settings/class-settings-bootstrap.php:1226
5145
  msgctxt "admin settings"
5146
  msgid "Show currency symbol on the right"
5147
  msgstr "Afficher le symbole de devise à droite"
5148
 
5149
+ #: includes/admin/settings/class-settings-bootstrap.php:1227
5150
  msgctxt "admin settings"
5151
  msgid "Do not show currency symbol"
5152
  msgstr "Ne pas montrer la devise"
5153
 
5154
  #. translators: %1$s: gateway name, %2$s: explanation string
5155
+ #: includes/admin/settings/class-settings-bootstrap.php:1272
5156
  msgctxt "admin settings"
5157
  msgid "AED currency is not supported by %1$s. %2$s"
5158
  msgstr ""
5159
 
5160
+ #: includes/admin/settings/class-settings-bootstrap.php:1310
5161
  #, fuzzy
5162
  msgctxt "admin settings"
5163
  msgid ""
5168
  "cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
5169
  "utilisateurs reçoivent."
5170
 
5171
+ #: includes/admin/settings/class-settings-bootstrap.php:1340
5172
  msgctxt "admin settings"
5173
  msgid "Try listing's email field first, then author's email."
5174
  msgstr ""
5175
  "Essayez d'abord le champ \"Adresse mail\" de l'annonce, puis l'adresse mail "
5176
  "de l'auteur."
5177
 
5178
+ #: includes/admin/settings/class-settings-bootstrap.php:1341
5179
  msgctxt "admin settings"
5180
  msgid "Try author's email first and then listing's email field."
5181
  msgstr ""
5182
  "Essayez d'abord l'adresse mail de l'auteur, puis le champ \"Adresse mail\" "
5183
  "de l'annonce."
5184
 
5185
+ #: includes/admin/settings/class-settings-bootstrap.php:1354
5186
  msgctxt "admin settings"
5187
  msgid "Plain (text/plain)"
5188
  msgstr ""
5189
 
5190
+ #: includes/admin/settings/class-settings-bootstrap.php:1355
5191
  msgctxt "admin settings"
5192
  msgid "HTML (text/html)"
5193
  msgstr ""
5194
 
5195
+ #: includes/admin/settings/class-settings-bootstrap.php:1356
5196
  msgctxt "admin settings"
5197
  msgid "Both (multipart/alternative)"
5198
  msgstr ""
5199
 
5200
+ #: includes/admin/settings/class-settings-bootstrap.php:1370
5201
  msgctxt "admin settings"
5202
  msgid "A new listing is submitted."
5203
  msgstr "Une nouvelle annonce a été soumise."
5204
 
5205
+ #: includes/admin/settings/class-settings-bootstrap.php:1371
5206
  msgctxt "admin settings"
5207
  msgid "A listing is edited."
5208
  msgstr "Une annonce est éditée."
5209
 
5210
+ #: includes/admin/settings/class-settings-bootstrap.php:1372
5211
  msgctxt "admin settings"
5212
  msgid "A listing expires."
5213
  msgstr "Une annonce expire."
5214
 
5215
+ #: includes/admin/settings/class-settings-bootstrap.php:1373
5216
  #, fuzzy
5217
  msgctxt "admin settings"
5218
  msgid "A listing is renewed."
5219
  msgstr "Une annonce est éditée."
5220
 
5221
+ #: includes/admin/settings/class-settings-bootstrap.php:1374
5222
  #, fuzzy
5223
  msgctxt "admin settings"
5224
  msgid "A listing payment is completed."
5225
  msgstr "Une annonce est éditée."
5226
 
5227
+ #: includes/admin/settings/class-settings-bootstrap.php:1375
5228
  #, fuzzy
5229
  msgctxt "admin settings"
5230
  msgid "A listing has been reported as inappropriate."
5231
  msgstr "L'annonce a été mise à jour."
5232
 
5233
+ #: includes/admin/settings/class-settings-bootstrap.php:1376
5234
  msgctxt "admin settings"
5235
  msgid "A contact message is sent to a listing's owner."
5236
  msgstr "Un message de contact est envoyé a un propriétaire d'annonce."
5237
 
5238
+ #: includes/admin/settings/class-settings-bootstrap.php:1403
5239
  msgctxt "admin settings"
5240
  msgid "Their listing is submitted."
5241
  msgstr "Leur annonce est soumise."
5242
 
5243
+ #: includes/admin/settings/class-settings-bootstrap.php:1404
5244
  msgctxt "admin settings"
5245
  msgid "Their listing is approved/published."
5246
  msgstr "Leur annonce est approuvée/publiée."
5247
 
5248
+ #: includes/admin/settings/class-settings-bootstrap.php:1405
5249
  #, fuzzy
5250
  msgctxt "admin settings"
5251
  msgid "A payment for their listing is completed."
5252
  msgstr "Leur annonce est soumise."
5253
 
5254
+ #: includes/admin/settings/class-settings-bootstrap.php:1406
5255
  #, fuzzy
5256
  msgctxt "admin settings"
5257
  msgid "Their listing expired or is about to expire."
5258
  msgstr "Leur annonce est soumise."
5259
 
5260
+ #: includes/admin/settings/class-settings-bootstrap.php:1424
5261
+ #: includes/admin/settings/class-settings-bootstrap.php:1443
5262
+ #: includes/admin/settings/class-settings-bootstrap.php:1479
5263
+ #: includes/admin/settings/class-settings-bootstrap.php:1515
5264
+ #: includes/admin/settings/class-settings-bootstrap.php:1534
5265
  msgctxt "admin settings"
5266
  msgid "Listing's title"
5267
  msgstr "Titre de l'annonce"
5268
 
5269
+ #: includes/admin/settings/class-settings-bootstrap.php:1425
5270
+ #: includes/admin/settings/class-settings-bootstrap.php:1516
5271
  #, fuzzy
5272
  msgctxt "admin settings"
5273
  msgid "Listing's plan name"
5274
  msgstr "Date d'expiration de l'annonce"
5275
 
5276
+ #: includes/admin/settings/class-settings-bootstrap.php:1426
5277
+ #: includes/admin/settings/class-settings-bootstrap.php:1517
5278
  #, fuzzy
5279
  msgctxt "admin settings"
5280
  msgid "Listing's plan description"
5281
  msgstr "Sélection des droits d'inscription"
5282
 
5283
+ #: includes/admin/settings/class-settings-bootstrap.php:1427
5284
+ #: includes/admin/settings/class-settings-bootstrap.php:1518
5285
  #, fuzzy
5286
  msgctxt "admin settings"
5287
  msgid "Listing's plan details"
5288
  msgstr "Date d'expiration de l'annonce"
5289
 
5290
+ #: includes/admin/settings/class-settings-bootstrap.php:1440
5291
  msgctxt "admin settings"
5292
  msgid ""
5293
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
5296
  "Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
5297
  "elle peut être vu par tout le monde."
5298
 
5299
+ #: includes/admin/settings/class-settings-bootstrap.php:1444
5300
+ #: includes/admin/settings/class-settings-bootstrap.php:1478
5301
  msgctxt "admin settings"
5302
  msgid "Listing's URL"
5303
  msgstr "Url de l'annonce"
5304
 
5305
+ #: includes/admin/settings/class-settings-bootstrap.php:1445
5306
+ #: includes/admin/settings/class-settings-bootstrap.php:1485
5307
  #, fuzzy
5308
  msgctxt "admin settings"
5309
  msgid "Listing's Access Key"
5310
  msgstr "Liste des clés d'accès"
5311
 
5312
+ #: includes/admin/settings/class-settings-bootstrap.php:1480
5313
  #, fuzzy
5314
  msgctxt "admin settings"
5315
  msgid "Sender's name"
5316
  msgstr "Nom de l'auteur"
5317
 
5318
+ #: includes/admin/settings/class-settings-bootstrap.php:1483
5319
  #, fuzzy
5320
  msgctxt "admin settings"
5321
  msgid "Contact message"
5322
  msgstr "Lister des messages de contact"
5323
 
5324
+ #: includes/admin/settings/class-settings-bootstrap.php:1484
5325
  msgctxt "admin settings"
5326
  msgid "Date and time the message was sent"
5327
  msgstr ""
5328
 
5329
+ #: includes/admin/settings/class-settings-bootstrap.php:1519
5330
  #, fuzzy
5331
  msgctxt "admin settings"
5332
  msgid "Payment items details."
5333
  msgstr "Détails de paiement"
5334
 
5335
+ #: includes/admin/settings/class-settings-bootstrap.php:1520
5336
  msgctxt "admin settings"
5337
  msgid "URL where user can review and print payment receipt."
5338
  msgstr ""
5339
 
5340
+ #: includes/admin/settings/class-settings-bootstrap.php:1521
5341
  #, fuzzy
5342
  msgctxt "admin settings"
5343
  msgid "Gateway used to process listing's payment."
5344
  msgstr "Impossible de procéder au paiement."
5345
 
5346
+ #: includes/admin/settings/class-settings-bootstrap.php:1535
5347
  msgctxt "admin settings"
5348
  msgid "Checkout URL link"
5349
  msgstr "Vérificateur de lien URL"
5350
 
5351
+ #: includes/admin/settings/class-settings-bootstrap.php:1637
5352
  #, fuzzy
5353
  msgctxt "admin settings"
5354
  msgid "Uploaded Image (no resize)"
5355
  msgstr "Télécharger les images"
5356
 
5357
+ #: includes/helpers/functions/general.php:1242
5358
  msgctxt "admin settings"
5359
  msgid "User"
5360
  msgstr "Utilisateur"
5361
 
5362
+ #: includes/helpers/functions/general.php:1243
5363
  msgctxt "admin settings"
5364
  msgid "User registration date"
5365
  msgstr "Date d'expiration de l'annonce"
5572
  msgid "General"
5573
  msgstr "Général"
5574
 
5575
+ #: includes/admin/settings/class-settings-bootstrap.php:10
5576
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
5577
  msgctxt "settings"
5578
  msgid "Listings"
5579
  msgstr "Listes"
5580
 
5581
+ #: includes/admin/settings/class-settings-bootstrap.php:11
5582
+ #: includes/admin/settings/class-settings-bootstrap.php:14
5583
+ #: includes/admin/settings/class-settings-bootstrap.php:17
5584
+ #: includes/admin/settings/class-settings-bootstrap.php:32
5585
+ #: includes/admin/settings/class-settings-bootstrap.php:1321
5586
+ #: includes/admin/settings/class-settings.php:359
5587
  msgctxt "settings"
5588
  msgid "General Settings"
5589
  msgstr "Paramètres généraux"
5590
 
5591
+ #: includes/admin/settings/class-settings-bootstrap.php:16
5592
  msgctxt "settings"
5593
  msgid "Payment"
5594
  msgstr "Paiement"
5595
 
5596
+ #: includes/admin/settings/class-settings-bootstrap.php:19
5597
  msgctxt "settings"
5598
  msgid "Appearance"
5599
  msgstr "Apparence"
5600
 
5601
+ #: includes/admin/settings/class-settings-bootstrap.php:55
5602
  msgctxt "settings"
5603
  msgid "Permalink Settings"
5604
  msgstr "Paramètres de lien permanent"
5605
 
5606
+ #: includes/admin/settings/class-settings-bootstrap.php:60
5607
  msgctxt "settings"
5608
  msgid "Directory Listings Slug"
5609
  msgstr "Identifiant de fiche de l'annuaire"
5610
 
5611
+ #: includes/admin/settings/class-settings-bootstrap.php:71
5612
  msgctxt "settings"
5613
  msgid "Categories Slug"
5614
  msgstr "Identifiant de Catégories"
5615
 
5616
+ #: includes/admin/settings/class-settings-bootstrap.php:72
5617
  msgctxt "settings"
5618
  msgid ""
5619
  "The slug can't be in use by another term. Avoid \"category\", for instance."
5620
  msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
5621
 
5622
+ #: includes/admin/settings/class-settings-bootstrap.php:84
5623
  msgctxt "settings"
5624
  msgid "Tags Slug"
5625
  msgstr "Identifiant Mots clés"
5626
 
5627
+ #: includes/admin/settings/class-settings-bootstrap.php:85
5628
  msgctxt "settings"
5629
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5630
  msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
5631
 
5632
+ #: includes/admin/settings/class-settings-bootstrap.php:98
5633
  #, fuzzy
5634
  msgctxt "settings"
5635
  msgid "Remove listing ID from URLs for better SEO"
5636
  msgstr "Retirer les ID listés du répertoire URL?"
5637
 
5638
+ #: includes/admin/settings/class-settings-bootstrap.php:99
5639
  msgctxt "settings"
5640
  msgid ""
5641
  "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
5645
  "business-répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour "
5646
  "supprimer l'ID pour une meilleure SEO."
5647
 
5648
+ #: includes/admin/settings/class-settings-bootstrap.php:110
5649
  msgctxt "settings"
5650
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5651
  msgstr "Besoin de clés API pour CAPTCHA? Obtenez les <a> ici </a>."
5652
 
5653
+ #: includes/admin/settings/class-settings-bootstrap.php:117
5654
  msgctxt "settings"
5655
  msgid "Use reCAPTCHA for contact forms"
5656
  msgstr "Utiliser CAPTCHA pour le formulaire de contact"
5657
 
5658
+ #: includes/admin/settings/class-settings-bootstrap.php:125
5659
  #, fuzzy
5660
  msgctxt "settings"
5661
  msgid "Use reCAPTCHA only for logged-out users"
5662
  msgstr "Désactivez reCAPTCHA pour les utilisateurs connectés?"
5663
 
5664
+ #: includes/admin/settings/class-settings-bootstrap.php:133
5665
  msgctxt "settings"
5666
  msgid "Use reCAPTCHA for listing submits"
5667
  msgstr "Utiliser CAPTCHA pour la soumission des annonces"
5668
 
5669
+ #: includes/admin/settings/class-settings-bootstrap.php:141
5670
  #, fuzzy
5671
  msgctxt "settings"
5672
  msgid "Use reCAPTCHA for edit listings"
5673
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5674
 
5675
+ #: includes/admin/settings/class-settings-bootstrap.php:149
5676
  #, fuzzy
5677
  msgctxt "settings"
5678
  msgid "Use reCAPTCHA for report listings"
5679
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5680
 
5681
+ #: includes/admin/settings/class-settings-bootstrap.php:157
5682
  #, fuzzy
5683
  msgctxt "settings"
5684
  msgid "Use reCAPTCHA for listing comments"
5685
  msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5686
 
5687
+ #: includes/admin/settings/class-settings-bootstrap.php:165
5688
  msgctxt "settings"
5689
  msgid "reCAPTCHA Public Key"
5690
  msgstr "reCAPTCHA Clé publique"
5691
 
5692
+ #: includes/admin/settings/class-settings-bootstrap.php:175
5693
  msgctxt "settings"
5694
  msgid "reCAPTCHA Private Key"
5695
  msgstr "reCAPTCHA Clé privée"
5696
 
5697
+ #: includes/admin/settings/class-settings-bootstrap.php:185
5698
  #, fuzzy
5699
  msgctxt "settings"
5700
  msgid "reCAPTCHA version"
5701
  msgstr "Paramètres de code CAPTCHA"
5702
 
5703
+ #: includes/admin/settings/class-settings-bootstrap.php:202
5704
  msgctxt "settings"
5705
  msgid "reCAPTCHA V3 threshold score"
5706
  msgstr ""
5707
 
5708
+ #: includes/admin/settings/class-settings-bootstrap.php:207
5709
  msgctxt "settings"
5710
  msgid ""
5711
  "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
5714
  "this value will result in reCAPTCHA validation error."
5715
  msgstr ""
5716
 
5717
+ #: includes/admin/settings/class-settings-bootstrap.php:218
5718
  msgctxt "settings"
5719
  msgid "Registration"
5720
  msgstr "Enregistrement"
5721
 
5722
+ #: includes/admin/settings/class-settings-bootstrap.php:228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5723
  #, fuzzy
5724
  msgctxt "settings"
5725
  msgid "Require login to post listings"
5726
  msgstr "Connexion obligatoire pour poster une annonce ?"
5727
 
5728
+ #: includes/admin/settings/class-settings-bootstrap.php:237
5729
  #, fuzzy
5730
  msgctxt "settings"
5731
  msgid "Allow anonymous users to edit/manage listings with an access key"
5733
  "Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
5734
  "clé d'accès ?"
5735
 
5736
+ #: includes/admin/settings/class-settings-bootstrap.php:245
5737
  msgctxt "settings"
5738
  msgid "Login URL"
5739
  msgstr "URL de connexion"
5740
 
5741
+ #: includes/admin/settings/class-settings-bootstrap.php:246
5742
  #, fuzzy
5743
  msgctxt "settings"
5744
  msgid "Only enter this if using a membership plugin or custom login page"
5747
  "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5748
  "personnalisée."
5749
 
5750
+ #: includes/admin/settings/class-settings-bootstrap.php:247
5751
  msgctxt "settings"
5752
  msgid "URL of your membership plugin's login page."
5753
  msgstr "URL de la page de connexion de votre plugin d'adhésion."
5754
 
5755
+ #: includes/admin/settings/class-settings-bootstrap.php:256
5756
  msgctxt "settings"
5757
  msgid "Registration URL"
5758
  msgstr "URL d'enregistrement"
5759
 
5760
+ #: includes/admin/settings/class-settings-bootstrap.php:257
5761
  msgctxt "settings"
5762
  msgid ""
5763
  "Only enter this if using a membership plugin or custom registration page."
5766
  "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5767
  "personnalisée."
5768
 
5769
+ #: includes/admin/settings/class-settings-bootstrap.php:258
5770
  #, fuzzy
5771
  msgctxt "settings"
5772
  msgid "URL of your membership plugin's registration page"
5773
  msgstr "URL de la page d'inscription de votre plugin d'adhésion."
5774
 
5775
+ #: includes/admin/settings/class-settings-bootstrap.php:267
5776
  #, fuzzy
5777
  msgctxt "settings"
5778
  msgid "Allow users to create accounts during listing submit"
5780
  "Autoriser les utilisateurs à créer des comptes pendant la soumission d'une "
5781
  "annonce ?"
5782
 
5783
+ #: includes/admin/settings/class-settings-bootstrap.php:298
5784
  msgctxt "settings"
5785
  msgid ""
5786
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
5790
  "le texte des conditions d'utilisation sera remplacé par un lien vers la page "
5791
  "appropriée."
5792
 
5793
+ #: includes/admin/settings/class-settings-bootstrap.php:300
5794
  #, fuzzy
5795
  msgctxt "settings"
5796
  msgid "Terms and Conditions text goes here"
5797
  msgstr "Conditions d'utilisation."
5798
 
5799
+ #: includes/admin/settings/class-settings-bootstrap.php:329
5800
  #, fuzzy
5801
  msgctxt "settings"
5802
  msgid "Enable high performance search"
5803
  msgstr "Activer les recherches de hautes performance?"
5804
 
5805
+ #: includes/admin/settings/class-settings-bootstrap.php:338
5806
  msgctxt "settings"
5807
  msgid "Advanced"
5808
  msgstr "Avancé"
5809
 
5810
+ #: includes/admin/settings/class-settings-bootstrap.php:344
5811
  #, fuzzy
5812
  msgctxt "settings"
5813
  msgid "Disable advanced CPT integration"
5814
  msgstr "Désactiver l'intégration avancée avec CPT?"
5815
 
5816
+ #: includes/admin/settings/class-settings-bootstrap.php:353
5817
  #, fuzzy
5818
  msgctxt "settings"
5819
  msgid "Disable frontend listing submission"
5820
  msgstr "Désactiver la soumission de l'annonce publique ?"
5821
 
5822
+ #: includes/admin/settings/class-settings-bootstrap.php:354
5823
  msgctxt "settings"
5824
  msgid ""
5825
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5826
  "shortcode for submit listing to function on other pages."
5827
  msgstr ""
5828
 
5829
+ #: includes/admin/settings/class-settings-bootstrap.php:435
5830
  msgctxt "settings"
5831
  msgid "Contact Form"
5832
  msgstr "Un formulaire de contact"
5833
 
5834
+ #: includes/admin/settings/class-settings-bootstrap.php:444
5835
  msgctxt "settings"
5836
  msgid "Listings per page"
5837
  msgstr "Annonces par page"
5838
 
5839
+ #: includes/admin/settings/class-settings-bootstrap.php:445
5840
  msgctxt "settings"
5841
  msgid ""
5842
  "Number of listings to show per page. Use a value of \"0\" to show all "
5845
  "Nombre d'annonces à montrer par page. Utilisez une valeur de \"0 \" pour "
5846
  "afficher toutes les annonces sur une seule page (non recommandé)."
5847
 
5848
+ #: includes/admin/settings/class-settings-bootstrap.php:457
5849
  #, fuzzy
5850
  msgctxt "settings"
5851
  msgid "Turn on listing renewal option"
5852
  msgstr "Activer l'option renouvellement des annonces ?"
5853
 
5854
+ #: includes/admin/settings/class-settings-bootstrap.php:466
5855
  #, fuzzy
5856
  msgctxt "settings"
5857
  msgid "Open detailed view of listing in new tab"
5858
  msgstr "Ouvrir l'annonce dans un nouvel onglet ?"
5859
 
5860
+ #: includes/admin/settings/class-settings-bootstrap.php:476
5861
  #, fuzzy
5862
  msgctxt "settings"
5863
  msgid "Include button to report listings"
5864
  msgstr "Connexion obligatoire pour poster une annonce ?"
5865
 
5866
+ #: includes/admin/settings/class-settings-bootstrap.php:485
5867
  msgctxt "settings"
5868
  msgid "Enable report listing for registered users only"
5869
  msgstr ""
5870
 
5871
+ #: includes/admin/settings/class-settings-bootstrap.php:495
5872
  msgctxt "settings"
5873
  msgid "Report listing option list"
5874
  msgstr ""
5875
 
5876
+ #: includes/admin/settings/class-settings-bootstrap.php:496
5877
  msgctxt "settings"
5878
  msgid ""
5879
  "Form option list to report a listing as inappropriate. One option per line."
5880
  msgstr ""
5881
 
5882
+ #: includes/admin/settings/class-settings-bootstrap.php:507
5883
  #, fuzzy
5884
  msgctxt "settings"
5885
  msgid "Include listing contact form on listing pages"
5886
  msgstr ""
5887
  "Inclure les annonces de formulaire de contact sur les pages d'annonces ?"
5888
 
5889
+ #: includes/admin/settings/class-settings-bootstrap.php:508
5890
  msgctxt "settings"
5891
  msgid ""
5892
  "Allows visitors to contact listing authors privately. Authors will receive "
5895
  "Permets aux visiteurs de contacter les auteurs d'annonces de façon privé. "
5896
  "Les auteurs recevront les messages par e-mail."
5897
 
5898
+ #: includes/admin/settings/class-settings-bootstrap.php:517
5899
  #, fuzzy
5900
  msgctxt "settings"
5901
  msgid "Require login for using the contact form"
5902
  msgstr "Exiger d'être connecter pour utiliser le formulaire de contact ?"
5903
 
5904
+ #: includes/admin/settings/class-settings-bootstrap.php:528
5905
  #, fuzzy
5906
  msgctxt "settings"
5907
  msgid "Maximum number of daily contact form submits from registered users"
5908
  msgstr "Nombre maximum de formulaire de contact soumis par jour"
5909
 
5910
+ #: includes/admin/settings/class-settings-bootstrap.php:529
5911
  #, fuzzy
5912
  msgctxt "settings"
5913
  msgid ""
5917
  "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5918
  "nombre de soumission illimité par jour."
5919
 
5920
+ #: includes/admin/settings/class-settings-bootstrap.php:541
5921
  #, fuzzy
5922
  msgctxt "settings"
5923
  msgid "Maximum number of contact form submits for each listing per day"
5924
  msgstr "Nombre maximum de formulaire de contact soumis par jour"
5925
 
5926
+ #: includes/admin/settings/class-settings-bootstrap.php:542
5927
  #, fuzzy
5928
  msgctxt "settings"
5929
  msgid ""
5933
  "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5934
  "nombre de soumission illimité par jour."
5935
 
5936
+ #: includes/admin/settings/class-settings-bootstrap.php:554
5937
  msgctxt "settings"
5938
  msgid "Include comment form on listing pages?"
5939
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
5940
 
5941
+ #: includes/admin/settings/class-settings-bootstrap.php:569
5942
  #, fuzzy
5943
  msgctxt "settings"
5944
  msgid "Show listings under categories on main page"
5945
  msgstr "Afficher les listes des annonces sur la page principale?"
5946
 
5947
+ #: includes/admin/settings/class-settings-bootstrap.php:579
5948
  msgctxt "settings"
5949
  msgid ""
5950
  "Prevents featured listings from floating to the top of the selected page."
5951
  msgstr ""
5952
 
5953
+ #: includes/admin/settings/class-settings-bootstrap.php:609
5954
  msgctxt "settings"
5955
  msgid ""
5956
  "The user ID or login of an existing user account. If login is not required "
5958
  "that will not a be posting a listing is best."
5959
  msgstr ""
5960
 
5961
+ #: includes/admin/settings/class-settings-bootstrap.php:635
5962
  msgctxt "settings"
5963
  msgid "Edit post status"
5964
  msgstr "Editer le statut du message"
5965
 
5966
+ #: includes/admin/settings/class-settings-bootstrap.php:650
5967
  msgctxt "settings"
5968
  msgid "Status of deleted listings"
5969
  msgstr "Statut des annonces supprimées"
5970
 
5971
+ #: includes/admin/settings/class-settings-bootstrap.php:701
5972
  msgctxt "settings"
5973
  msgid "Submit Listing instructions message"
5974
  msgstr "Soumettre des instructions Liste des messages"
5975
 
5976
+ #: includes/admin/settings/class-settings-bootstrap.php:712
5977
  msgctxt "settings"
5978
  msgid "Order categories list by"
5979
  msgstr "Ordonner les catégories des annonces par"
5980
 
5981
+ #: includes/admin/settings/class-settings-bootstrap.php:726
5982
  msgctxt "settings"
5983
  msgid "Sort order for categories"
5984
  msgstr "Ordre de tri pour les catégories"
5985
 
5986
+ #: includes/admin/settings/class-settings-bootstrap.php:739
5987
  #, fuzzy
5988
  msgctxt "settings"
5989
  msgid "Show category post count"
5990
  msgstr "Montrer les catégories par messages postés ?"
5991
 
5992
+ #: includes/admin/settings/class-settings-bootstrap.php:748
5993
  #, fuzzy
5994
  msgctxt "settings"
5995
  msgid "Hide empty categories"
5996
  msgstr "Cacher les catégories vides ?"
5997
 
5998
+ #: includes/admin/settings/class-settings-bootstrap.php:757
5999
  #, fuzzy
6000
  msgctxt "settings"
6001
  msgid "Show only parent categories in category list"
6002
  msgstr ""
6003
  "Montrer seulement les catégories parentes dans la liste des catégories ?"
6004
 
6005
+ #: includes/admin/settings/class-settings-bootstrap.php:769
6006
  msgctxt "settings"
6007
  msgid "Order directory listings by"
6008
  msgstr "Ordonner les annonces de l'annuaire par"
6009
 
6010
+ #: includes/admin/settings/class-settings-bootstrap.php:793
6011
  msgctxt "settings"
6012
  msgid "Sort directory listings by"
6013
  msgstr "Trier les annonces de l'annuaire par"
6014
 
6015
+ #: includes/admin/settings/class-settings-bootstrap.php:794
6016
  msgctxt "settings"
6017
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
6018
  msgstr ""
6019
  "Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
6020
 
6021
+ #: includes/admin/settings/class-settings-bootstrap.php:807
6022
  #, fuzzy
6023
  msgctxt "settings"
6024
  msgid "Enable sort bar"
6025
  msgstr "Activer la barre de tri ?"
6026
 
6027
+ #: includes/admin/settings/class-settings-bootstrap.php:816
6028
  msgctxt "settings"
6029
  msgid "Sortbar Fields"
6030
  msgstr "Champs de la barre de tri"
6031
 
6032
+ #: includes/admin/settings/class-settings-bootstrap.php:835
6033
  #, fuzzy
6034
  msgctxt "settings"
6035
  msgid "Show the \"Submit listing\" button"
6036
  msgstr "Montrer le bouton \"Soumettre une annonce\"."
6037
 
6038
+ #: includes/admin/settings/class-settings-bootstrap.php:836
6039
  msgctxt "settings"
6040
  msgid ""
6041
  "Hides the button used by the main UI to allow listing submission, but does "
6043
  "customize the submit listing button on your own)"
6044
  msgstr ""
6045
 
6046
+ #: includes/admin/settings/class-settings-bootstrap.php:846
6047
  #, fuzzy
6048
  msgctxt "settings"
6049
  msgid "Show \"Search listings\""
6050
  msgstr "Montrer \"Chercher annonces\"."
6051
 
6052
+ #: includes/admin/settings/class-settings-bootstrap.php:855
6053
  #, fuzzy
6054
  msgctxt "settings"
6055
  msgid "Show the \"View Listings\" button"
6056
  msgstr "Montrer le bouton \"Voir annonces\"."
6057
 
6058
+ #: includes/admin/settings/class-settings-bootstrap.php:864
6059
  #, fuzzy
6060
  msgctxt "settings"
6061
  msgid "Show the \"Manage Listings\" button"
6062
  msgstr "Montrer le bouton \"Voir annonces\"."
6063
 
6064
+ #: includes/admin/settings/class-settings-bootstrap.php:908
6065
  msgctxt "settings"
6066
  msgid "Image Settings"
6067
  msgstr "Paraamètres des images"
6068
 
6069
+ #: includes/admin/settings/class-settings-bootstrap.php:913
6070
  #, fuzzy
6071
  msgctxt "settings"
6072
  msgid "Allow images"
6073
  msgstr "Autoriser les images ?"
6074
 
6075
+ #: includes/admin/settings/class-settings-bootstrap.php:924
6076
  msgctxt "settings"
6077
  msgid "Min Image File Size (KB)"
6078
  msgstr "Taille minnimal des fichiers images (KB)"
6079
 
6080
+ #: includes/admin/settings/class-settings-bootstrap.php:936
6081
  msgctxt "settings"
6082
  msgid "Max Image File Size (KB)"
6083
  msgstr "Taille maximal des fichiers images (KB)"
6084
 
6085
+ #: includes/admin/settings/class-settings-bootstrap.php:948
6086
  msgctxt "settings"
6087
  msgid "Min image width (px)"
6088
  msgstr "Largeur minnimal des images (px)"
6089
 
6090
+ #: includes/admin/settings/class-settings-bootstrap.php:958
6091
  msgctxt "settings"
6092
  msgid "Min image height (px)"
6093
  msgstr "Hauteur minnimal des images (px)"
6094
 
6095
+ #: includes/admin/settings/class-settings-bootstrap.php:972
6096
  msgctxt "settings"
6097
  msgid "Max image width (px)"
6098
  msgstr "Largeur maximal des images (px)"
6099
 
6100
+ #: includes/admin/settings/class-settings-bootstrap.php:984
6101
  msgctxt "settings"
6102
  msgid "Max image height (px)"
6103
  msgstr "Hauteur maximal des images (px)"
6104
 
6105
+ #: includes/admin/settings/class-settings-bootstrap.php:996
6106
  #, fuzzy
6107
  msgctxt "settings"
6108
  msgid "Turn on thickbox/lightbox"
6109
  msgstr "Activer thickbox/lightbox ?"
6110
 
6111
+ #: includes/admin/settings/class-settings-bootstrap.php:997
6112
  msgctxt "settings"
6113
  msgid ""
6114
  "Uncheck if it conflicts with other elements or plugins installed on your site"
6116
  "Décochez si cela entre en conflit avec d'autres éléments ou plugins "
6117
  "installés sur votre site"
6118
 
6119
+ #: includes/admin/settings/class-settings-bootstrap.php:1003
6120
  msgctxt "settings"
6121
  msgid "Thumbnails"
6122
  msgstr "Miniatures"
6123
 
6124
+ #: includes/admin/settings/class-settings-bootstrap.php:1010
6125
  msgctxt "settings"
6126
  msgid "Thumbnail width (px)"
6127
  msgstr "Largeur des miniatures (en pixel)"
6128
 
6129
+ #: includes/admin/settings/class-settings-bootstrap.php:1022
6130
  msgctxt "settings"
6131
  msgid "Thumbnail height (px)"
6132
  msgstr "Hauteur des miniatures (en pixel)"
6133
 
6134
+ #: includes/admin/settings/class-settings-bootstrap.php:1032
6135
  #, fuzzy
6136
  msgctxt "settings"
6137
  msgid "Crop thumbnails to exact dimensions"
6138
  msgstr "Recadrer les miniatures aux dimensions exactes ?"
6139
 
6140
+ #: includes/admin/settings/class-settings-bootstrap.php:1033
6141
  msgctxt "settings"
6142
  msgid ""
6143
  "When enabled images will match exactly the dimensions above but part of the "
6152
  "sera ajustée proportionnellement ; selon les images téléchargées, les photos "
6153
  "peuvent avoir des hauteurs différentes."
6154
 
6155
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
6156
  msgctxt "settings"
6157
  msgid "Enforce image upload on submit/edit"
6158
  msgstr ""
6159
 
6160
+ #: includes/admin/settings/class-settings-bootstrap.php:1065
6161
  #, fuzzy
6162
  msgctxt "settings"
6163
  msgid "Default thumbnail image size"
6164
  msgstr "Annonce par défault de l'utilisateur"
6165
 
6166
+ #: includes/admin/settings/class-settings-bootstrap.php:1068
6167
  msgctxt "settings"
6168
  msgid ""
6169
  "This indicates the size of the thumbnail to be used both in excerpt and "
6172
  "width as the starting point."
6173
  msgstr ""
6174
 
6175
+ #: includes/admin/settings/class-settings-bootstrap.php:1077
6176
  msgctxt "settings"
6177
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
6178
  msgstr ""
6179
 
6180
+ #: includes/admin/settings/class-settings-bootstrap.php:1101
6181
  msgctxt "settings"
6182
  msgid "Display featured (sticky) badge"
6183
  msgstr ""
6184
 
6185
+ #: includes/admin/settings/class-settings-bootstrap.php:1115
6186
  #, fuzzy
6187
  msgctxt "settings"
6188
  msgid "Featured Badge image"
6189
  msgstr "Niveau en vedette"
6190
 
6191
+ #: includes/admin/settings/class-settings-bootstrap.php:1125
6192
  #, fuzzy
6193
  msgctxt "settings"
6194
  msgid "Featured Badge URL"
6195
  msgstr "Niveau en vedette"
6196
 
6197
+ #: includes/admin/settings/class-settings-bootstrap.php:1126
6198
  msgctxt "settings"
6199
  msgid "Use this to set Featured Badge image as a link to a defined URL."
6200
  msgstr ""
6201
 
6202
+ #: includes/admin/settings/class-settings-bootstrap.php:1150
6203
  msgctxt "settings"
6204
  msgid "Fee Order"
6205
  msgstr "Ordre des prix"
6206
 
6207
+ #: includes/admin/settings/class-settings-bootstrap.php:1163
6208
  #, fuzzy
6209
  msgctxt "settings"
6210
  msgid "Put payment gateways in test mode"
6211
  msgstr "Passer les passerelles de paiement en mode test ?"
6212
 
6213
+ #: includes/admin/settings/class-settings-bootstrap.php:1173
6214
  msgctxt "settings"
6215
  msgid "Currency Code"
6216
  msgstr "Code de devise"
6217
 
6218
+ #: includes/admin/settings/class-settings-bootstrap.php:1212
6219
  msgctxt "settings"
6220
  msgid "Currency Symbol"
6221
  msgstr "Devise"
6222
 
6223
+ #: includes/admin/settings/class-settings-bootstrap.php:1222
6224
  msgctxt "settings"
6225
  msgid "Currency symbol display"
6226
  msgstr "Affichage de la devise"
6227
 
6228
+ #: includes/admin/settings/class-settings-bootstrap.php:1236
6229
  msgctxt "settings"
6230
  msgid "Include plan description in receipt"
6231
  msgstr ""
6232
 
6233
+ #: includes/admin/settings/class-settings-bootstrap.php:1245
6234
  msgctxt "settings"
6235
  msgid "Thank you for payment message"
6236
  msgstr "Nous vous remercions pour votre paiement"
6237
 
6238
+ #: includes/admin/settings/class-settings-bootstrap.php:1298
6239
  #, fuzzy
6240
  msgctxt "settings"
6241
  msgid "Ask users to come back for abandoned payments"
6242
  msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés ?"
6243
 
6244
+ #: includes/admin/settings/class-settings-bootstrap.php:1309
6245
  msgctxt "settings"
6246
  msgid "Listing abandonment threshold (hours)"
6247
  msgstr "Seuil d'abandon de l'annonce (heures)"
6248
 
6249
+ #: includes/admin/settings/class-settings-bootstrap.php:1326
6250
  #, fuzzy
6251
  msgctxt "settings"
6252
  msgid "Display email address fields publicly"
6253
  msgstr "Affichage des champs d'adresses e-mail au public ?"
6254
 
6255
+ #: includes/admin/settings/class-settings-bootstrap.php:1327
6256
  msgctxt "settings"
6257
  msgid ""
6258
  "Shows the email address of the listing owner to all web users. NOT "
6263
  "utilisateurs du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en "
6264
  "question et permet aux spam bots de la récolter pour une utilisation future."
6265
 
6266
+ #: includes/admin/settings/class-settings-bootstrap.php:1336
6267
  msgctxt "settings"
6268
  msgid "How to determine the listing's email address?"
6269
  msgstr "Comment définir l'adresse e-mail de l'annonce ?"
6270
 
6271
+ #: includes/admin/settings/class-settings-bootstrap.php:1337
6272
  msgctxt "settings"
6273
  msgid ""
6274
  "This affects emails sent to listing owners via contact forms or when their "
6277
  "Cela affecte l'envoie des e-mails aux propriétaires des annonces via le "
6278
  "formulaire de contact ou quand leurs annonces expirent."
6279
 
6280
+ #: includes/admin/settings/class-settings-bootstrap.php:1350
6281
  msgctxt "settings"
6282
  msgid "Email Content-Type header"
6283
  msgstr ""
6284
 
6285
+ #: includes/admin/settings/class-settings-bootstrap.php:1351
6286
  msgctxt "settings"
6287
  msgid ""
6288
  "Use this setting to control the format of the emails explicitly. Some "
6291
  "then \"Both\"."
6292
  msgstr ""
6293
 
6294
+ #: includes/admin/settings/class-settings-bootstrap.php:1412
6295
  msgctxt "settings"
6296
  msgid "Templates"
6297
  msgstr "Template d'E-Mail"
6298
 
6299
+ #: includes/admin/settings/class-settings-bootstrap.php:1417
6300
  msgctxt "settings"
6301
  msgid "Email confirmation message"
6302
  msgstr "Message de confirmation par E-Mail"
6303
 
6304
+ #: includes/admin/settings/class-settings-bootstrap.php:1418
6305
  msgctxt "settings"
6306
  msgid "Sent after a listing has been submitted."
6307
  msgstr "Envoyer après qu'une annonce ait été soumise."
6308
 
6309
+ #: includes/admin/settings/class-settings-bootstrap.php:1436
6310
  msgctxt "settings"
6311
  msgid "Listing published message"
6312
  msgstr "Message publié de l'annonce"
6313
 
6314
+ #: includes/admin/settings/class-settings-bootstrap.php:1437
6315
  msgctxt "settings"
6316
  msgid "Sent when the listing has been published or approved by an admin."
6317
  msgstr ""
6318
  "Envoyé lorsque l'annonce a été publiée ou approuvée par un administrateur."
6319
 
6320
+ #: includes/admin/settings/class-settings-bootstrap.php:1454
6321
  msgctxt "settings"
6322
  msgid "Listing Contact Message"
6323
  msgstr "Lister des messages de contact"
6324
 
6325
+ #: includes/admin/settings/class-settings-bootstrap.php:1455
6326
  msgctxt "settings"
6327
  msgid ""
6328
  "Sent to listing owners when someone uses the contact form on their listing "
6331
  "Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
6332
  "de contact sur leurs pages d'annonces."
6333
 
6334
+ #: includes/admin/settings/class-settings-bootstrap.php:1495
6335
  #, fuzzy
6336
  msgctxt "settings"
6337
  msgid "Payment completed message"
6338
  msgstr "Paiement abandonné, message de rappel"
6339
 
6340
+ #: includes/admin/settings/class-settings-bootstrap.php:1496
6341
  #, fuzzy
6342
  msgctxt "settings"
6343
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6345
  "Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
6346
  "par les utilisateurs."
6347
 
6348
+ #: includes/admin/settings/class-settings-bootstrap.php:1532
6349
  msgctxt "settings"
6350
  msgid "Payment abandoned reminder message"
6351
  msgstr "Paiement abandonné, message de rappel"
6352
 
6353
+ #: includes/admin/settings/class-settings-bootstrap.php:1658
6354
  msgctxt "settings"
6355
  msgid "Cropped"
6356
  msgstr ""
6357
 
6358
+ #: includes/admin/settings/class-settings.php:494
6359
+ #: includes/admin/settings/class-settings.php:505
6360
  msgctxt "settings"
6361
  msgid "\"%s\" can not be empty."
6362
  msgstr "\"%s\" ne peut pas être vide."
6363
 
6364
+ #: includes/admin/settings/class-settings.php:522
6365
  msgctxt "settings"
6366
  msgid "The slug \"%s\" is already in use for another taxonomy."
6367
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6368
 
6369
+ #: includes/licensing.php:237
6370
  msgctxt "settings"
6371
  msgid "Themes"
6372
  msgstr "Thèmes"
6373
 
6374
+ #: includes/licensing.php:289 includes/licensing.php:290
6375
  msgctxt "settings"
6376
  msgid "Please wait..."
6377
  msgstr "Veuillez attendre..."
6378
 
6379
+ #: includes/licensing.php:290
6380
  #, fuzzy
6381
  msgctxt "settings"
6382
  msgid "Deauthorize"
6454
  msgstr "ID d'élément non valide"
6455
 
6456
  #: includes/admin/controllers/class-themes-admin.php:378
6457
+ #: includes/admin/upgrades/class-themes-updater.php:172
6458
  msgctxt "themes"
6459
  msgid "Could not update theme: %s"
6460
  msgstr "Impossible de mettre à jour le thème: %s"
6461
 
6462
+ #: includes/admin/upgrades/class-themes-updater.php:133
6463
  msgctxt "themes"
6464
  msgid "Updating theme..."
6465
  msgstr "Mise à jour du thème..."
6466
 
6467
+ #: includes/admin/upgrades/class-themes-updater.php:134
6468
  msgctxt "themes"
6469
  msgid "Theme updated."
6470
  msgstr "Thème mis à jour."
6471
 
6472
+ #: includes/admin/upgrades/class-themes-updater.php:137
6473
  msgctxt "themes"
6474
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
6475
  msgstr ""
6476
  "Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
6477
 
6478
+ #: includes/admin/upgrades/class-themes-updater.php:183
6479
  msgctxt "themes"
6480
  msgid "Theme was updated successfully."
6481
  msgstr "Le thème a été mis à jour avec succès."
6513
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
6514
  "CSV: %s"
6515
 
6516
+ #: templates/admin/csv-export.tpl.php:12
6517
  msgctxt "admin csv-export"
6518
  msgid ""
6519
  "Please note that the export process is a resource intensive task. If your "
6526
  "d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
6527
  "d'exécution' dans votre fichier de configuration serveur php.ini."
6528
 
6529
+ #: templates/admin/csv-export.tpl.php:27
6530
  msgctxt "admin csv-export"
6531
  msgid "Export settings"
6532
  msgstr "Exportation des paramètres"
6533
 
6534
+ #: templates/admin/csv-export.tpl.php:33
6535
  msgctxt "admin csv-export"
6536
  msgid "Which listings to export?"
6537
  msgstr "Quelles listes exporter ?"
6538
 
6539
+ #: templates/admin/csv-export.tpl.php:38
6540
  msgctxt "admin csv-export"
6541
  msgid "Active Only"
6542
  msgstr "Actives seulement"
6543
 
6544
+ #: templates/admin/csv-export.tpl.php:39
6545
  msgctxt "admin csv-export"
6546
  msgid "Active + Pending Renewal"
6547
  msgstr "Actives + En Attente De Renouvellement"
6548
 
6549
+ #: templates/admin/csv-export.tpl.php:47
6550
  msgctxt "admin csv-export"
6551
  msgid "Export images"
6552
  msgstr "Exporter les images"
6553
 
6554
+ #: templates/admin/csv-export.tpl.php:62
6555
  msgctxt "admin csv-export"
6556
  msgid "Include unique IDs for each listing (sequence_id column)."
6557
  msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
6558
 
6559
+ #: templates/admin/csv-export.tpl.php:75
6560
  msgctxt "admin csv-export"
6561
  msgid "Author information (username)"
6562
  msgstr "Informations sur l'auteur (nom d'utilisateur)"
6563
 
6564
+ #: templates/admin/csv-export.tpl.php:85
6565
  msgctxt "admin csv-export"
6566
  msgid "Listing expiration date"
6567
  msgstr "Date d'expiration de l'annonce"
6568
 
6569
+ #: templates/admin/csv-export.tpl.php:94
6570
  #, fuzzy
6571
  msgctxt "admin csv-export"
6572
  msgid "Listing created date"
6573
  msgstr "Annonce créée"
6574
 
6575
+ #: templates/admin/csv-export.tpl.php:103
6576
  #, fuzzy
6577
  msgctxt "admin csv-export"
6578
  msgid "Listing last updated date"
6579
  msgstr "Date d'expiration de l'annonce"
6580
 
6581
+ #: templates/admin/csv-export.tpl.php:112
6582
  #, fuzzy
6583
  msgctxt "admin csv-export"
6584
  msgid "Listing T&C acceptance date"
6585
  msgstr "Annonce créée"
6586
 
6587
+ #: templates/admin/csv-export.tpl.php:125
6588
  msgctxt "admin csv-export"
6589
  msgid "What operating system will you use to edit the CSV file?"
6590
  msgstr "Quel système d'exploitation utilisez-vous pour éditer le fichier CSV?"
6591
 
6592
+ #: templates/admin/csv-export.tpl.php:137
6593
  msgctxt "admin csv-export"
6594
  msgid "Windows"
6595
  msgstr "Windows"
6596
 
6597
+ #: templates/admin/csv-export.tpl.php:145
6598
  msgctxt "admin csv-export"
6599
  msgid "macOS"
6600
  msgstr "mac OS"
6601
 
6602
+ #: templates/admin/csv-export.tpl.php:159
6603
  msgctxt "admin csv-export"
6604
  msgid "Category Separator"
6605
  msgstr "Séparateur de catégorie"
6606
 
6607
+ #: templates/admin/csv-export.tpl.php:169
6608
  msgctxt "admin csv-export"
6609
  msgid "Export Listings"
6610
  msgstr "Listes d'exportation"
6611
 
6612
+ #: templates/admin/csv-export.tpl.php:175
6613
  msgctxt "admin csv-export"
6614
  msgid "Export in Progress..."
6615
  msgstr "Exportation en cours..."
6616
 
6617
+ #: templates/admin/csv-export.tpl.php:176
6618
  msgctxt "admin csv-export"
6619
  msgid ""
6620
  "Your export file is being prepared. Please <u>do not leave</u> this page "
6623
  "Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
6624
  "page jusqu'à la fin de l'export."
6625
 
6626
+ #: templates/admin/csv-export.tpl.php:179
6627
  msgctxt "admin csv-export"
6628
  msgid "No. of listings:"
6629
  msgstr "Numéro de l'annonce:"
6630
 
6631
+ #: templates/admin/csv-export.tpl.php:181
6632
  msgctxt "admin csv-export"
6633
  msgid "Approximate export file size:"
6634
  msgstr "Taille aproximative du fichier exporté:"
6635
 
6636
+ #: templates/admin/csv-export.tpl.php:188
6637
  msgctxt "admin csv-export"
6638
  msgid "Cancel Export"
6639
  msgstr "Annuler l'exportation"
6640
 
6641
+ #: templates/admin/csv-export.tpl.php:193
6642
  msgctxt "admin csv-export"
6643
  msgid "Export Complete"
6644
  msgstr "Exportation complète"
6645
 
6646
+ #: templates/admin/csv-export.tpl.php:194
6647
  msgctxt "admin csv-export"
6648
  msgid ""
6649
  "Your export file has been successfully created and it is now ready for "
6652
  "Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
6653
  "téléchargement."
6654
 
6655
+ #: templates/admin/csv-export.tpl.php:199
6656
  #, fuzzy
6657
  msgctxt "admin csv-export"
6658
  msgid "Download %1$s (%2$s)"
6659
  msgstr "Téléchargement %s (%s)"
6660
 
6661
+ #: templates/admin/csv-export.tpl.php:207
6662
  msgctxt "admin csv-export"
6663
  msgid ""
6664
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
6668
  "d'effacer toutes les données temporaires créées par le plugin durant le "
6669
  "processus d'exportation."
6670
 
6671
+ #: templates/admin/csv-export.tpl.php:208
6672
  msgctxt "admin csv-export"
6673
  msgid "Cleanup"
6674
  msgstr "Nettoyer"
6675
 
6676
+ #: templates/admin/csv-export.tpl.php:213
6677
  msgctxt "admin csv-export"
6678
  msgid "Export Canceled"
6679
  msgstr "Exportation annulée"
6680
 
6681
+ #: templates/admin/csv-export.tpl.php:214
6682
  msgctxt "admin csv-export"
6683
  msgid "The export has been canceled."
6684
  msgstr "L'exportation a été annulée."
6685
 
6686
+ #: templates/admin/csv-export.tpl.php:215
6687
  msgctxt "admin csv-export"
6688
  msgid "← Return to CSV Export"
6689
  msgstr "←Retourner vers l'export CSV"
6690
 
6691
+ #: includes/admin/csv-import.php:174
6692
  msgctxt "admin csv-import"
6693
  msgid "Whatever"
6694
  msgstr "Tout ce que"
6695
 
6696
+ #: includes/admin/csv-import.php:345
6697
  msgctxt "admin csv-import"
6698
  msgid "Please upload or select a CSV file."
6699
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
6700
 
6701
+ #: includes/admin/csv-import.php:374
6702
  msgctxt "admin csv-import"
6703
  msgid ""
6704
  "An error was detected while validating the CSV file for import. Please fix "
6707
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
6708
  "l'importation. Merci de résoudre ce problème avant de continuer."
6709
 
6710
+ #: includes/admin/csv-import.php:383
6711
  msgctxt "admin csv-import"
6712
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6713
  msgstr ""
6714
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6715
 
6716
+ #: includes/admin/helpers/csv/class-csv-import.php:531
6717
  msgctxt "admin csv-import"
6718
  msgid ""
6719
  "Could not create listing category \"<category-name>\". The operation failed "
6722
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6723
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6724
 
6725
+ #: includes/admin/helpers/csv/class-csv-import.php:537
6726
  msgctxt "admin csv-import"
6727
  msgid "Could not create listing category \"%s\""
6728
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6729
 
6730
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6731
  msgctxt "admin csv-import"
6732
  msgid "Username \"%s\" does not exist"
6733
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6734
 
6735
+ #: includes/admin/helpers/csv/class-csv-import.php:755
6736
  #, fuzzy
6737
  msgctxt "admin csv-import"
6738
  msgid "There is no Plan with ID = <fee-id>"
6739
  msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
6740
 
6741
+ #: includes/admin/helpers/csv/class-csv-import.php:786
6742
  msgctxt "admin csv-import"
6743
  msgid "Missing required field: %s"
6744
  msgstr "Absence d'un champ requis: %s"
6745
 
6746
+ #: includes/admin/helpers/csv/class-csv-import.php:831
6747
  msgctxt "admin csv-import"
6748
  msgid "Listing category \"%s\" does not exist"
6749
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6750
 
6751
+ #: includes/admin/helpers/csv/class-csv-import.php:905
6752
  msgctxt "admin csv-import"
6753
  msgid "The string <string> couldn't be converted into a valid date."
6754
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
6885
  msgid "Warning"
6886
  msgstr "Alerte"
6887
 
6888
+ #: templates/admin/csv-import.tpl.php:60 templates/admin/csv-import.tpl.php:91
 
 
 
 
 
 
 
6889
  msgctxt "admin csv-import"
6890
  msgid "... or <a>select a file uploaded to the imports folder</a>"
6891
  msgstr ""
6892
  "... ou <a>sélectionner un fichier téléchargé dans le dossier des "
6893
  "importations</a>"
6894
 
6895
+ #: templates/admin/csv-import.tpl.php:71 templates/admin/csv-import.tpl.php:103
6896
  msgctxt "admin csv-import"
6897
  msgid "(Upload new file)"
6898
  msgstr "(télécharger un nouveau fichier)"
6899
 
6900
+ #: templates/admin/csv-import.tpl.php:128
6901
  msgctxt "admin csv-import"
6902
  msgid "Comma (,)"
6903
  msgstr "Virgule (,)"
6904
 
6905
+ #: templates/admin/csv-import.tpl.php:135
6906
  msgctxt "admin csv-import"
6907
  msgid "Semicolon (;)"
6908
  msgstr "Point-virgule (;)"
6909
 
6910
+ #: templates/admin/csv-import.tpl.php:194
6911
  #, fuzzy
6912
  msgctxt "admin csv-import"
6913
  msgid "Preserve existing status"
6914
  msgstr "Statut liste"
6915
 
6916
+ #: templates/admin/csv-import.tpl.php:245
6917
  msgctxt "admin csv-import"
6918
  msgid ""
6919
  "Select a default user to be used if the username column is not present in "
6922
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
6923
  "figure pas dans le fichier CSV."
6924
 
6925
+ #: templates/admin/csv-import.tpl.php:279
6926
  msgctxt "admin csv-import"
6927
  msgid "Test Import"
6928
  msgstr "Tester l'importation"
6929
 
6930
+ #: templates/admin/csv-import.tpl.php:280
6931
  msgctxt "admin csv-import"
6932
  msgid "Import Listings"
6933
  msgstr "Importation des listes"
6934
 
6935
+ #: templates/admin/csv-import.tpl.php:330
6936
  #, fuzzy
6937
  msgctxt "admin csv-import"
6938
  msgid ""
6943
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6944
  "externes."
6945
 
6946
+ #: templates/admin/csv-import.tpl.php:351
6947
  msgctxt "admin csv-import"
6948
  msgid ""
6949
  "Internal Sequence ID used to allow listing updates from external sources."
6951
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
6952
  "provenant de sources externes."
6953
 
6954
+ #: templates/admin/csv-import.tpl.php:358
6955
  msgctxt "admin csv-import"
6956
  msgid ""
6957
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6961
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6962
  "externes."
6963
 
6964
+ #: includes/admin/csv-import.php:301
6965
  #, fuzzy
6966
  msgctxt "csv import"
6967
  msgid ""
6996
  msgid "No payments available."
6997
  msgstr "Aucun paiement disponible."
6998
 
6999
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7000
  msgctxt "listing metabox"
7001
  msgid "Plan Details"
7002
  msgstr "Détails des plans"
7003
 
7004
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
7005
  msgctxt "listing metabox"
7006
  msgid "Change plan"
7007
  msgstr "Changer de plan tarifaire"
7008
 
7009
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7010
  msgctxt "listing metabox"
7011
  msgid "# of images"
7012
  msgstr "# des images"
7013
 
 
 
 
 
 
 
 
 
 
 
7014
  #: includes/admin/helpers/class-listing-timeline.php:111
7015
  msgctxt "listing timeline"
7016
  msgid "Listing created"
7048
  msgid "All"
7049
  msgstr "Toutes"
7050
 
7051
+ #: includes/admin/settings/class-settings-bootstrap.php:625
7052
+ #: includes/admin/settings/class-settings-bootstrap.php:638
7053
  msgctxt "post status"
7054
  msgid "Published"
7055
  msgstr "Publié"
7056
 
7057
+ #: includes/admin/settings/class-settings-bootstrap.php:653
7058
  msgctxt "post status"
7059
  msgid "Draft"
7060
  msgstr "Brouillon"
7061
 
7062
+ #: includes/admin/settings/class-settings-bootstrap.php:654
7063
  msgctxt "post status"
7064
  msgid "Trash"
7065
  msgstr "Corbeille"
7066
 
7067
  #. translators: %s: url shortcode
7068
+ #: includes/admin/settings/class-settings-bootstrap.php:1460
7069
  msgctxt "contact email"
7070
  msgid "You have received a reply from your listing at %s."
7071
  msgstr "Vous avez reçu une réponse à votre annonce de %s."
7072
 
7073
  #. translators: %s: name shortcode
7074
+ #: includes/admin/settings/class-settings-bootstrap.php:1463
7075
  msgctxt "contact email"
7076
  msgid "Name: %s"
7077
  msgstr "Nom: %s"
7078
 
7079
+ #: includes/admin/settings/class-settings-bootstrap.php:1471
7080
  msgctxt "contact email"
7081
  msgid "Message:"
7082
  msgstr "Message:"
7083
 
7084
  #. translators: %s: date shortcode
7085
+ #: includes/admin/settings/class-settings-bootstrap.php:1475
7086
  msgctxt "contact email"
7087
  msgid "Time: %s"
7088
  msgstr "Date: %s"
7089
 
7090
+ #: includes/admin/tracking.php:197
7091
  msgctxt "tracking"
7092
  msgid "Help Improve Business Directory"
7093
  msgstr "Aider à améliorer Business Directory"
7094
 
7095
+ #: includes/admin/tracking.php:199
7096
  msgctxt "tracking"
7097
  msgid ""
7098
  "Can Business Directory keep track of your theme, plugins, and other non-"
7103
  "et autres informations non-personnel, ou identifiants, afin de nous aider à "
7104
  "améliorer nos futures mises à jour ?"
7105
 
7106
+ #: includes/admin/tracking.php:201
7107
  msgctxt "tracking"
7108
  msgid "What do you track?"
7109
  msgstr "Qu'est-ce que vous analysez ?"
7194
  "il est incompatible avec la version actuelle du plugin. Veuillez mettre à "
7195
  "jour le module."
7196
 
7197
+ #: includes/admin/upgrades/migrations/migration-3_7.php:38
7198
  #, fuzzy
7199
  msgctxt "installer"
7200
  msgid "Migrating payments information."
7201
  msgstr "Migration des informations de licence au nouveau format. . ."
7202
 
7203
+ #: includes/admin/upgrades/migrations/migration-3_7.php:62
7204
  #, fuzzy
7205
  msgctxt "installer"
7206
  msgid "Cleaning up plan information... %1$d/%2$d"
7207
  msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
7208
 
7209
+ #: includes/admin/upgrades/migrations/migration-3_7.php:120
7210
  #, fuzzy
7211
  msgctxt "installer"
7212
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7214
  "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
7215
  "%d"
7216
 
7217
+ #: includes/admin/upgrades/migrations/migration-3_7.php:149
7218
  msgctxt "installer"
7219
  msgid "Initial listing payment (BD < 3.4)"
7220
  msgstr "Annonce de paiement initial (BD<3.4)"
7221
 
7222
+ #: includes/admin/upgrades/migrations/migration-3_7.php:160
7223
  msgctxt "installer"
7224
  msgid "Listing edit payment (BD < 3.4)"
7225
  msgstr "Edition de l'annonce de paiement (BD<3.4)"
7226
 
7227
+ #: includes/admin/upgrades/migrations/migration-3_7.php:202
7228
  msgctxt "installer"
7229
  msgid "Listing upgrade to featured"
7230
  msgstr "Mise à jour des annonces vers prioritaire"
7415
  msgid "(Unavailable Plan)"
7416
  msgstr "(Plan indisponible disponible)"
7417
 
7418
+ #: includes/models/class-listing.php:881
7419
  #, fuzzy
7420
  msgctxt "listing"
7421
  msgid "Plan \"%s\" (recurring)"
7422
  msgstr "(récurrent)"
7423
 
7424
+ #: includes/models/class-listing.php:883
7425
  msgctxt "listing"
7426
  msgid "Plan \"%s\""
7427
  msgstr "Statut \"%s\""
7488
  msgid "Payment Details"
7489
  msgstr "Détails de paiement"
7490
 
7491
+ #: templates/email/listing-payment-completed.tpl.php:35
7492
  #, fuzzy
7493
  msgctxt "notify email"
7494
  msgid "Listing URL"
7495
  msgstr "Url de l'annonce"
7496
 
7497
+ #: templates/email/listing-payment-completed.tpl.php:37
7498
  #, fuzzy
7499
  msgctxt "notify email"
7500
  msgid "Listing admin URL"
7692
  msgid "Your listing has been deleted."
7693
  msgstr "Votre annonce a été effacée."
7694
 
7695
+ #: templates/delete-listing-confirm.tpl.php:13
 
 
 
 
 
 
 
 
 
 
 
 
7696
  msgctxt "delete listing"
7697
  msgid ""
7698
  "Please visit <a>Manage recurring payments</a> to review your current "
7701
  "Veuillez visiter <a>Gérer les paiements récurrents</a> pour vérifier vos "
7702
  "paiement récurrents actuelles."
7703
 
7704
+ #: templates/delete-listing-confirm.tpl.php:21
7705
  msgctxt "delete listing"
7706
  msgid "You are about to remove your listing \"%s\" from the directory."
7707
  msgstr "Vous êtes sur le point d'effacer votre annonce \"%s\" de l'annuaire."
7787
  msgid "There are currently no listings in the directory."
7788
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
7789
 
7790
+ #: includes/controllers/pages/class-main.php:23
7791
  msgctxt "templates"
7792
  msgid ""
7793
  "You have \"Hide Empty Categories\" on and some categories that don't have "
7836
  "an existing field"
7837
  msgstr ""
7838
 
7839
+ #: includes/controllers/pages/class-submit-listing.php:1283
7840
  msgctxt "templates"
7841
  msgid "Please agree to the Terms and Conditions."
7842
  msgstr "Veuillez accepter les conditions d'utilisation."
7843
 
7844
+ #: includes/controllers/pages/class-submit-listing.php:1297
7845
  msgctxt "templates"
7846
  msgid "I agree to the <a>Terms and Conditions</a>"
7847
  msgstr "J'accepte <a> Conditions générales </a>"
7848
 
7849
+ #: includes/helpers/functions/general.php:1325
7850
  #, fuzzy
7851
  msgctxt "templates"
7852
  msgid "Return to results"
7853
  msgstr "Retourner vers l'annuaire"
7854
 
7855
+ #: includes/helpers/functions/templates-ui.php:226
7856
  msgctxt "templates"
7857
  msgid "No listing categories found."
7858
  msgstr "Aucune catégorie d'annonce trouvée."
7859
 
7860
+ #: includes/helpers/functions/templates-ui.php:377
7861
  msgctxt "templates"
7862
  msgid "Advanced Search"
7863
  msgstr "Recherche avancée"
8258
  "S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
8259
  "catégorie."
8260
 
8261
+ #: includes/controllers/pages/class-submit-listing.php:1203
8262
  msgctxt "submit listing"
8263
  msgid "Please enter your desired username."
8264
  msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
8265
 
8266
+ #: includes/controllers/pages/class-submit-listing.php:1208
8267
  msgctxt "submit listing"
8268
  msgid "Please enter the e-mail for your new account."
8269
  msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
8270
 
8271
+ #: includes/controllers/pages/class-submit-listing.php:1213
8272
  msgctxt "submit listing"
8273
  msgid "The username you chose is already in use. Please use a different one."
8274
  msgstr ""
8275
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
8276
  "utiliser un autre."
8277
 
8278
+ #: includes/controllers/pages/class-submit-listing.php:1218
8279
  msgctxt "submit listing"
8280
  msgid "The e-mail address you chose for your account is already in use."
8281
  msgstr ""
8282
  "L'adresse e-mail que vous avez choisie pour votre compte est déjà utilisée."
8283
 
8284
+ #: includes/models/class-payment.php:262
8285
  msgctxt "submit listing"
8286
  msgid "Listing submitted by admin. Payment skipped."
8287
  msgstr "Annonce soumis par admin. Paiement sauté."
8288
 
8289
+ #: includes/controllers/pages/class-submit-listing.php:1158
8290
  msgctxt "listing submit"
8291
  msgid ""
8292
  "Image upload is required, please provide at least one image and submit again."
8523
  msgid "Transaction Key is missing."
8524
  msgstr "La clé de transaction est manquante."
8525
 
8526
+ #: includes/gateways/class-gateway-authorize-net.php:104
8527
  msgctxt "authorize-net"
8528
  msgid ""
8529
  "Payment is being held for review by the payment gateway. The following "
8532
  "Votre paiement est en attente et examiné par le support de paiement. La "
8533
  "raison est la suivante: \"%s \"."
8534
 
8535
+ #: includes/gateways/class-gateway-authorize-net.php:115
8536
  msgctxt "authorize-net"
8537
  msgid ""
8538
  "The payment gateway didn't accept the credit card or billing information. "
8541
  "La plate-forme de paiement n'a pas accepté votre carte de crédit ou vos "
8542
  "informations de facturation. La raison est la suivante: \"%s \"."
8543
 
8544
+ #: includes/gateways/class-gateway-authorize-net.php:126
8545
  msgctxt "authorize-net"
8546
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8547
  msgstr "Votre paiement a été rejeté. La raison est la suivante: \"%s \"."
8548
 
8549
+ #: includes/gateways/class-gateway-authorize-net.php:190
8550
  msgctxt "authorize-net"
8551
  msgid "Payment failed. Reason: %s"
8552
  msgstr "Le paiement a échoué. Motif : %s"
8553
 
8554
+ #: includes/gateways/class-gateway-authorize-net.php:215
8555
  msgctxt "authorize-net"
8556
  msgid "Listing #%d"
8557
  msgstr "Annonce #% d"
8584
  "Une erreur s'est produite lors de l'envoi des clés d'accès vers votre "
8585
  "adresse e-mail. Veuillez réessayer."
8586
 
8587
+ #: includes/helpers/class-fs.php:119
8588
  msgctxt "fs helper"
8589
  msgid "Destination dir \"%s\" is not writable."
8590
  msgstr "Le dossier \"%s\" n'est pas accessible en écriture."
8591
 
8592
+ #: includes/helpers/functions/templates-ui.php:404
8593
  msgctxt "templates sort"
8594
  msgid "Sort By:"
8595
  msgstr "Trier par:"
8620
  msgid "General"
8621
  msgstr "Général"
8622
 
8623
+ #: includes/licensing.php:540
8624
  msgctxt "licensing"
8625
  msgid "Could not contact licensing server"
8626
  msgstr "Impossible de contacter le serveur de licences"
8627
 
8628
+ #: includes/licensing.php:553
8629
  #, fuzzy
8630
  msgctxt "licensing"
8631
  msgid ""
8636
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
8637
  "TLS:"
8638
 
8639
+ #: includes/licensing.php:555 includes/licensing.php:585
8640
  msgctxt "licensing"
8641
  msgid ""
8642
  "To ensure the security of our systems and adhere to industry best practices, "
8649
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8650
  "est OpenSSL 1.0.1c)."
8651
 
8652
+ #: includes/licensing.php:557 includes/licensing.php:587
8653
  msgctxt "licensing"
8654
  msgid ""
8655
  "Upgrading your system will not only allow you to communicate with Business "
8661
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8662
  "dernières normes de sécurité."
8663
 
8664
+ #: includes/licensing.php:559
8665
  #, fuzzy
8666
  msgctxt "licensing"
8667
  msgid ""
8671
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8672
  "à jour votre hébergement. Incluez ce message si nécessaire."
8673
 
8674
+ #: includes/licensing.php:589
8675
  #, fuzzy
8676
  msgctxt "licensing"
8677
  msgid ""
8681
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8682
  "à jour votre hébergement. Incluez ce message si nécessaire."
8683
 
8684
+ #: includes/licensing.php:625
8685
  msgctxt "licensing"
8686
  msgid "The server returned a 403 Forbidden error."
8687
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8688
 
8689
+ #: includes/licensing.php:871
8690
  msgctxt "licensing"
8691
  msgid "Could not activate license: %s."
8692
  msgstr "Impossible d'activer la licence: %s."
8693
 
8694
+ #: includes/licensing.php:876
8695
  msgctxt "licensing"
8696
  msgid "License activated"
8697
  msgstr "Licence activée"
8698
 
8699
+ #: includes/licensing.php:908
8700
  msgctxt "licensing"
8701
  msgid "Could not deactivate license: %s."
8702
  msgstr "Impossible de désactiver la licence: %s."
8703
 
8704
+ #: includes/licensing.php:910
8705
  msgctxt "licensing"
8706
  msgid "License deactivated"
8707
  msgstr "Licence désactivée"
8708
 
8709
  #. translators: "<module-name>" version <version-number> is not...
8710
+ #: includes/licensing.php:1150
8711
  #, fuzzy
8712
  msgctxt "deprecation"
8713
  msgid ""
8729
  msgstr[0] "Image %d autorisée."
8730
  msgstr[1] "Images autorisées"
8731
 
8732
+ #: includes/models/class-fee-plan.php:402
8733
  #, fuzzy
8734
  msgctxt "fees-api"
8735
  msgid "Plan label is required."
8736
  msgstr "Ce champ est requis."
8737
 
8738
+ #: includes/models/class-fee-plan.php:408
8739
  msgctxt "fees-api"
8740
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8741
  msgstr ""
8742
  "La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
8743
  "jours)."
8744
 
8745
+ #: includes/models/class-fee-plan.php:413
8746
  msgctxt "fees-api"
8747
  msgid ""
8748
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8750
  "<a>plan</a> appropriately."
8751
  msgstr ""
8752
 
8753
+ #: includes/models/class-fee-plan.php:416
8754
  msgctxt "fees-api"
8755
  msgid ""
8756
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8773
  msgid "Renewal payment (\"%s\")"
8774
  msgstr "Renouvellement Paiement (\"%s\")"
8775
 
8776
+ #: includes/models/class-payment.php:370
8777
  msgctxt "payment"
8778
  msgid "Pending"
8779
  msgstr "En attente"
8780
 
8781
+ #: includes/models/class-payment.php:371
8782
  msgctxt "payment"
8783
  msgid "Failed"
8784
  msgstr "Échoué"
8785
 
8786
+ #: includes/models/class-payment.php:372
8787
  msgctxt "payment"
8788
  msgid "Completed"
8789
  msgstr "Terminé"
8790
 
8791
+ #: includes/models/class-payment.php:373
8792
  msgctxt "payment"
8793
  msgid "Canceled"
8794
  msgstr "Annulé"
8795
 
8796
+ #: includes/models/class-payment.php:374
8797
  msgctxt "payment"
8798
  msgid "On Hold"
8799
  msgstr "En attente"
8800
 
8801
+ #: includes/models/class-payment.php:375
8802
  msgctxt "payment"
8803
  msgid "Refunded"
8804
  msgstr "Remboursé"
8842
  "Les données affichées dépassent les configurations maximale permisent par "
8843
  "PHP. Voir les directive \"post_max_size\"."
8844
 
8845
+ #: includes/widgets/widget-featured-listings.php:13
8846
  msgctxt "widgets"
8847
  msgid "Business Directory - Featured Listings"
8848
  msgstr "Business Directory - Annonces prioritaires"
8849
 
8850
+ #: includes/widgets/widget-featured-listings.php:14
8851
  msgctxt "widgets"
8852
  msgid "Displays a list of the featured/sticky listings in the directory."
8853
  msgstr ""
8854
  "Affiche une liste des annonces prioritaires/récurrentes dans l'annuaire."
8855
 
8856
+ #: includes/widgets/widget-featured-listings.php:17
8857
  msgctxt "widgets"
8858
  msgid "Featured Listings"
8859
  msgstr "Annonces en vedette"
8860
 
 
 
 
 
 
8861
  #: includes/widgets/widget-latest-listings.php:13
8862
  msgctxt "widgets"
8863
  msgid "Business Directory - Latest Listings"
8874
  msgid "Latest Listings"
8875
  msgstr "Dernières annonces"
8876
 
8877
+ #: includes/widgets/widget-random-listings.php:13
8878
  msgctxt "widgets"
8879
  msgid "Business Directory - Random Listings"
8880
  msgstr "Business Directory - Annonces aléatoires"
8881
 
8882
+ #: includes/widgets/widget-random-listings.php:14
8883
  msgctxt "widgets"
8884
  msgid "Displays a list of random listings from the Business Directory."
8885
  msgstr "Afficher une liste d'annonces aléatoires de l'annuaire professionnel."
8886
 
8887
+ #: includes/widgets/widget-random-listings.php:17
8888
  msgctxt "widgets"
8889
  msgid "Random Listings"
8890
  msgstr "Annonces aléatoires"
8969
  "we'll answer it within 24 hours most days."
8970
  msgstr ""
8971
 
8972
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8973
  msgctxt "admin infometabox"
8974
  msgid "Renewal url (copy & paste)"
8975
  msgstr "URL de renouvellement (copier-coller)"
8976
 
8977
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8978
  msgctxt "admin infometabox"
8979
  msgid "Get renewal URL"
8980
  msgstr "Obtenir l'URL de renouvellement de l'annonce"
8981
 
8982
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
8983
  msgctxt "admin infometabox"
8984
  msgid "Send renewal e-mail"
8985
  msgstr "Envoyer un e-mail à l'utilisateur"
8986
 
8987
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8988
  msgctxt "admin infometabox"
8989
  msgid "Renew listing"
8990
  msgstr "Renouveler l'annonce"
8991
 
8992
+ #: templates/admin/themes-delete-confirm.tpl.php:14
8993
  msgctxt "themes admin"
8994
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8995
  msgstr "Etes-vous sûr de vouloir effacer le \"%s\" thème ?"
9019
  msgid "Other"
9020
  msgstr "Autre"
9021
 
9022
+ #: templates/admin/uninstall-capture-form.tpl.php:17
 
 
 
 
 
 
 
 
 
 
9023
  msgctxt "uninstall"
9024
  msgid "Why are you deleting Business Directory Plugin?"
9025
  msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
9026
 
9027
+ #: templates/admin/uninstall-capture-form.tpl.php:20
9028
  msgctxt "uninstall"
9029
  msgid "Please choose an option."
9030
  msgstr "Sélectionnez une option."
9031
 
9032
+ #: templates/admin/uninstall-capture-form.tpl.php:32
9033
  msgctxt "uninstall"
9034
  msgid "Please tell us why are you deleting Business Directory Plugin."
9035
  msgstr ""
9036
  "Veuillez nous dire pourquoi avez-vous désinstallé le plugin Business "
9037
  "Directory."
9038
 
9039
+ #: templates/admin/uninstall-capture-form.tpl.php:35
9040
  msgctxt "uninstall"
9041
  msgid "Please enter your reasons."
9042
  msgstr "S'il vous plaît entrer vos raisons."
9043
 
9044
+ #: templates/admin/uninstall-capture-form.tpl.php:44
9045
  msgctxt "uninstall"
9046
  msgid "Uninstall Plugin"
9047
  msgstr "Désinstaller le plugin"
9195
  msgid "Listing"
9196
  msgstr "Annonce"
9197
 
9198
+ #: templates/manage-recurring.tpl.php:46
9199
  msgctxt "manage recurring"
9200
  msgid "Cancel recurring payment"
9201
  msgstr "Annuler le paiement récurrent"
9211
  "renouveler votre inscription immédiatement, cela sera géré automatiquement "
9212
  "lorsque le renouvellement surviendra."
9213
 
9214
+ #: templates/renew-listing-manage-subscription.tpl.php:30
9215
  #, fuzzy
9216
  msgctxt "renew"
9217
  msgid ""
9223
  "sur cette page. Lorsque le temps de renouvellement vient, vous serez en "
9224
  "mesure de changer à nouveau vos paramètres."
9225
 
9226
+ #: templates/renew-listing-manage-subscription.tpl.php:37
9227
  #, fuzzy
9228
  msgctxt "renew"
9229
  msgid "Go to Manage Recurring Payments page"
9239
  msgid "Continue"
9240
  msgstr "Continuer"
9241
 
9242
+ #~ msgctxt "listing metabox"
9243
+ #~ msgid "General Info"
9244
+ #~ msgstr "Informations générales"
9245
+
9246
+ #~ msgctxt "listing metabox"
9247
+ #~ msgid "OK"
9248
+ #~ msgstr "OUI"
9249
+
9250
+ #~ msgctxt "listing metabox"
9251
+ #~ msgid "Cancel"
9252
+ #~ msgstr "Annuler"
9253
+
9254
+ #~ msgctxt "listing metabox"
9255
+ #~ msgid "Expires On"
9256
+ #~ msgstr "Expire le"
9257
+
9258
+ #~ msgctxt "listing metabox"
9259
+ #~ msgid "Is Featured?"
9260
+ #~ msgstr "A diffusé ?"
9261
+
9262
+ #~ msgctxt "listing metabox"
9263
+ #~ msgid "Is Recurring?"
9264
+ #~ msgstr "Est récurrent?"
9265
+
9266
  #, fuzzy
9267
  #~ msgid "Add New Category"
9268
  #~ msgstr "Catégorie"
languages/business-directory-plugin-it_IT.mo CHANGED
Binary file
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-04-04 17:33:28+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -53,8 +53,8 @@ msgstr "Seleziona tutto"
53
 
54
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
55
  #: includes/admin/helpers/tables/class-fees-table.php:64
56
- #: includes/admin/settings/class-settings-bootstrap.php:673
57
- #: includes/admin/settings/class-settings-bootstrap.php:674
58
  #: includes/helpers/class-app.php:92
59
  #, fuzzy
60
  msgid "Listings"
@@ -82,10 +82,10 @@ msgid "Directory Content"
82
  msgstr "Categoria della Directory"
83
 
84
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
85
- #: includes/admin/settings/class-settings-bootstrap.php:685
86
- #: includes/admin/settings/class-settings-bootstrap.php:686
87
  #: includes/helpers/class-app.php:93
88
- #: includes/helpers/functions/templates-ui.php:307
89
  msgid "Directory"
90
  msgstr "Directory"
91
 
@@ -111,7 +111,7 @@ msgstr ""
111
  msgid "Yes, please!"
112
  msgstr "Sì, per favore!"
113
 
114
- #: includes/admin/class-admin.php:211 includes/admin/tracking.php:215
115
  #, fuzzy
116
  msgid "No, thanks"
117
  msgstr "No, Grazie"
@@ -144,7 +144,7 @@ msgid "Form Fields"
144
  msgstr "campi del modulo"
145
 
146
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
147
- #: includes/licensing.php:220
148
  #, fuzzy
149
  msgid "Modules"
150
  msgstr "(Tutti i moduli)"
@@ -170,7 +170,7 @@ msgstr "Inviare l'e-mail di rinnovo"
170
 
171
  #: includes/admin/class-admin.php:1198
172
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
173
- #: includes/admin/helpers/tables/class-payments-table.php:54
174
  #: templates/email/listing-added.tpl.php:7
175
  #: templates/email/listing-edited.tpl.php:13
176
  #: templates/email/listing-reported.tpl.php:9
@@ -179,7 +179,7 @@ msgid "ID"
179
  msgstr "ID"
180
 
181
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
182
- #: includes/admin/settings/class-settings-bootstrap.php:711
183
  #, fuzzy
184
  msgid "Listing Count"
185
  msgstr "Elenco luoghi"
@@ -240,7 +240,7 @@ msgstr "Email pagatore"
240
  msgid "Listing Payments Information"
241
  msgstr "Informazioni sul pagamento degli annunci"
242
 
243
- #: includes/admin/class-payment-personal-data-provider.php:93
244
  msgid ""
245
  "An unknown error occurred while trying to delete listing payment information "
246
  "for transaction {transaction_id}."
@@ -252,10 +252,10 @@ msgstr ""
252
  msgid "Business Directory Plugin"
253
  msgstr "Business Directory Plugin"
254
 
255
- #: includes/admin/controllers/class-admin-controller.php:82
256
- #: includes/admin/helpers/tables/class-fees-table.php:179
257
  #: templates/admin/payments-note.tpl.php:13
258
- #: templates/delete-listing-confirm.tpl.php:19
259
  #, fuzzy
260
  msgid "Are you sure you want to do this?"
261
  msgstr "Sei sicuro di volerlo fare?"
@@ -276,15 +276,15 @@ msgid "See an example CSV import file"
276
  msgstr "Vedere un esempio di file di importazione CSV"
277
 
278
  #: includes/admin/controllers/class-admin-csv.php:54
279
- #: templates/admin/csv-import.tpl.php:285
280
  #, fuzzy
281
  msgid "Help"
282
  msgstr "Aiuto"
283
 
284
- #: includes/admin/controllers/class-admin-fees.php:47
285
- #: includes/admin/helpers/tables/class-payments-table.php:57
286
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
287
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
288
  #: templates/admin/payments-details.tpl.php:113
289
  #: templates/email/listing-payment-completed.tpl.php:21
290
  #: templates/payment/payment_items.tpl.php:5
@@ -292,55 +292,55 @@ msgstr "Aiuto"
292
  msgid "Amount"
293
  msgstr "Importo"
294
 
295
- #: includes/admin/controllers/class-admin-fees.php:49
296
  #: includes/admin/helpers/tables/class-fees-table.php:65
297
- #: includes/admin/settings/class-settings-bootstrap.php:901
298
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
299
  #, fuzzy
300
  msgid "Images"
301
  msgstr "Immagini"
302
 
303
- #: includes/admin/controllers/class-admin-fees.php:79
304
  #: includes/admin/helpers/class-modules-list.php:236
305
  #, fuzzy
306
  msgid "Upgrade"
307
  msgstr "Avviare l'aggiornamento"
308
 
309
- #: includes/admin/controllers/class-admin-fees.php:90
310
  msgid "Set Up"
311
  msgstr ""
312
 
313
- #: includes/admin/controllers/class-admin-fees.php:153
314
  #, fuzzy
315
  msgid "Plan added."
316
  msgstr "Aggiunto il piano tariffario."
317
 
318
- #: includes/admin/controllers/class-admin-fees.php:157
319
- #: includes/admin/controllers/class-admin-fees.php:172
320
  #, fuzzy
321
  msgid "Plan updated."
322
  msgstr "Piano tariffario aggiornato."
323
 
324
- #: includes/admin/controllers/class-admin-fees.php:192
325
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
326
  msgstr ""
327
 
328
- #: includes/admin/controllers/class-admin-fees.php:193
329
  #, fuzzy
330
  msgid "Update listing image limits?"
331
  msgstr "Mantenere le immagini dell'elenco esistenti?"
332
 
333
- #: includes/admin/controllers/class-admin-fees.php:214
334
  #, fuzzy
335
  msgid "Plan not found."
336
  msgstr "Piano tariffario aggiornato."
337
 
338
- #: includes/admin/controllers/class-admin-fees.php:218
339
  #, fuzzy
340
  msgid "Plan listings updated."
341
  msgstr "Piano tariffario aggiornato."
342
 
343
- #: includes/admin/controllers/class-admin-fees.php:296
344
  msgid "Cannot disable plan. At least one plan should be enabled"
345
  msgstr ""
346
 
@@ -359,6 +359,7 @@ msgid "Listing Reports"
359
  msgstr "Reports Annuncio"
360
 
361
  #: includes/admin/controllers/class-admin-listings.php:268
 
362
  msgid "Expires on"
363
  msgstr "Scade il"
364
 
@@ -368,6 +369,7 @@ msgstr "Attributi"
368
 
369
  #: includes/admin/controllers/class-admin-listings.php:339
370
  #: includes/helpers/class-listing-display-helper.php:132
 
371
  #, fuzzy
372
  msgid "Featured"
373
  msgstr "In evidenza"
@@ -385,7 +387,7 @@ msgid "Delete Listing"
385
  msgstr "Elimina Annuncio"
386
 
387
  #: includes/admin/controllers/class-admin-listings.php:733
388
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:88
389
  #, fuzzy
390
  msgid "Never"
391
  msgstr "Mai"
@@ -393,18 +395,18 @@ msgstr "Mai"
393
  #: includes/admin/controllers/class-admin-listings.php:744
394
  #: includes/admin/controllers/class-admin-listings.php:745
395
  #: includes/fields/class-fieldtypes-textarea.php:201
396
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
397
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
398
  #, fuzzy
399
  msgid "Yes"
400
  msgstr "Si"
401
 
402
  #: includes/admin/controllers/class-admin-listings.php:744
403
  #: includes/admin/controllers/class-admin-listings.php:745
404
- #: includes/admin/settings/class-settings-bootstrap.php:268
405
  #: includes/fields/class-fieldtypes-textarea.php:200
406
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
407
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:120
408
  #, fuzzy
409
  msgid "No"
410
  msgstr "No"
@@ -431,14 +433,14 @@ msgid "Form Preview"
431
  msgstr "Anteprima modulo"
432
 
433
  #: includes/admin/controllers/class-form-fields-admin.php:129
434
- #: includes/helpers/functions/general.php:1370
435
- #: includes/helpers/functions/general.php:1375
436
  #, fuzzy
437
  msgid "Go back"
438
  msgstr "Va indietro"
439
 
440
- #: includes/admin/controllers/class-form-fields-admin.php:342
441
- #: includes/admin/settings/class-settings-bootstrap.php:769
442
  #: templates/email/listing-added.tpl.php:10
443
  #: templates/email/listing-edited.tpl.php:16
444
  #: templates/email/listing-reported.tpl.php:11
@@ -446,7 +448,7 @@ msgstr "Va indietro"
446
  msgid "Title"
447
  msgstr "Titolo"
448
 
449
- #: includes/admin/controllers/class-form-fields-admin.php:343
450
  #: templates/admin/fees-form.tpl.php:219
451
  #: templates/email/listing-added.tpl.php:21
452
  #: templates/email/listing-edited.tpl.php:29
@@ -454,22 +456,22 @@ msgstr "Titolo"
454
  msgid "Category"
455
  msgstr "Categoria"
456
 
457
- #: includes/admin/controllers/class-form-fields-admin.php:344
458
  #, fuzzy
459
  msgid "Excerpt"
460
  msgstr "Estratto"
461
 
462
- #: includes/admin/controllers/class-form-fields-admin.php:345
463
  #, fuzzy
464
  msgid "Content"
465
  msgstr "Contenuto"
466
 
467
- #: includes/admin/controllers/class-form-fields-admin.php:346
468
  #, fuzzy
469
  msgid "Tags"
470
  msgstr "Tags"
471
 
472
- #: includes/admin/controllers/class-form-fields-admin.php:347
473
  #: includes/form-fields.php:445
474
  #: includes/helpers/class-field-display-list.php:247
475
  #: templates/checkout-billing-form.tpl.php:75
@@ -477,59 +479,59 @@ msgstr "Tags"
477
  msgid "Address"
478
  msgstr "Indirizzo"
479
 
480
- #: includes/admin/controllers/class-form-fields-admin.php:348
481
  #, fuzzy
482
  msgid "Address 2"
483
  msgstr "Indirizzo"
484
 
485
- #: includes/admin/controllers/class-form-fields-admin.php:349
486
  #: templates/admin/payments-details.tpl.php:164
487
  #: templates/checkout-billing-form.tpl.php:87
488
  #, fuzzy
489
  msgid "City"
490
  msgstr "Città"
491
 
492
- #: includes/admin/controllers/class-form-fields-admin.php:350
493
  #: templates/admin/payments-details.tpl.php:160
494
  #, fuzzy
495
  msgid "State"
496
  msgstr "Stato"
497
 
498
- #: includes/admin/controllers/class-form-fields-admin.php:351
499
  #: templates/admin/payments-details.tpl.php:156
500
  #: templates/checkout-billing-form.tpl.php:102
501
  #, fuzzy
502
  msgid "Country"
503
  msgstr "Nazione"
504
 
505
- #: includes/admin/controllers/class-form-fields-admin.php:352
506
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
507
  msgid "ZIP Code"
508
  msgstr "Codice Postale"
509
 
510
- #: includes/admin/controllers/class-form-fields-admin.php:353
511
  #, fuzzy
512
  msgid "FAX Number"
513
  msgstr "Numero di fax"
514
 
515
- #: includes/admin/controllers/class-form-fields-admin.php:354
516
  #: includes/fields/class-fieldtypes-phone-number.php:13
517
  #: templates/listing-contactform.tpl.php:38
518
  #, fuzzy
519
  msgid "Phone Number"
520
  msgstr "Numero di telefono"
521
 
522
- #: includes/admin/controllers/class-form-fields-admin.php:355
523
  #, fuzzy
524
  msgid "Ratings Field"
525
  msgstr "Campo votazione"
526
 
527
- #: includes/admin/controllers/class-form-fields-admin.php:356
528
  #, fuzzy
529
  msgid "Twitter"
530
  msgstr "Twitter"
531
 
532
- #: includes/admin/controllers/class-form-fields-admin.php:357
533
  #: includes/form-fields.php:411
534
  #, fuzzy
535
  msgid "Website"
@@ -564,7 +566,7 @@ msgid "Already purchased?"
564
  msgstr "Già installato."
565
 
566
  #: includes/admin/controllers/class-settings-admin.php:712
567
- #: includes/admin/helpers/tables/class-fees-table.php:180
568
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
569
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
570
  #: templates/admin/payments-note.tpl.php:14
@@ -580,38 +582,39 @@ msgid "Themes"
580
  msgstr "Temi"
581
 
582
  #. translators: %s: Sample business name
583
- #: includes/admin/csv-import.php:135
584
  #, fuzzy
585
  msgid "Business %s"
586
  msgstr "Affari %s"
587
 
588
- #: includes/admin/csv-import.php:183
589
  #, fuzzy
590
  msgid "Example CSV Import File"
591
  msgstr "Esempio di file di importazione CSV"
592
 
593
- #: includes/admin/csv-import.php:186
594
  msgid "Go Back"
595
  msgstr ""
596
 
597
- #: includes/admin/csv-import.php:334
 
598
  msgid "You are not allowed to do that."
599
  msgstr ""
600
 
601
- #: includes/admin/csv-import.php:431
602
  #, fuzzy
603
  msgid "There was an error uploading the file:"
604
  msgstr "C'è stato un errore nel caricare il file CSV."
605
 
606
- #: includes/admin/csv-import.php:436
607
  #, fuzzy
608
  msgid "Please upload the correct file type."
609
  msgstr "Si prega di caricare o selezionare un file CSV."
610
 
611
  #: includes/admin/helpers/class-listing-information-metabox.php:15
612
- #: includes/admin/helpers/tables/class-payments-table.php:53
613
- #: includes/admin/settings/class-settings-bootstrap.php:661
614
- #: includes/admin/settings/class-settings-bootstrap.php:662
615
  #: includes/helpers/class-app.php:91
616
  #: templates/admin/payments-details.tpl.php:53
617
  #, fuzzy
@@ -630,7 +633,7 @@ msgid "Installed"
630
  msgstr "Installato"
631
 
632
  #: includes/admin/helpers/class-modules-list.php:187
633
- #: includes/admin/helpers/tables/class-fees-table.php:291
634
  #: templates/admin/themes-item.tpl.php:3
635
  #, fuzzy
636
  msgid "Active"
@@ -653,7 +656,7 @@ msgstr "Attiva"
653
  msgid "Hide notifications"
654
  msgstr "Notifiche di posta elettronica"
655
 
656
- #: includes/admin/helpers/csv/class-csv-import.php:676
657
  msgid "Listing imported by admin. Payment skipped."
658
  msgstr "Elenco importato da admin. Pagamento saltato."
659
 
@@ -680,60 +683,60 @@ msgstr "Dettagli del piano"
680
  msgid "Pricing"
681
  msgstr "Prezzi"
682
 
683
- #: includes/admin/helpers/tables/class-fees-table.php:155
684
  #, fuzzy
685
  msgid "Disable"
686
  msgstr "Disabilita"
687
 
688
- #: includes/admin/helpers/tables/class-fees-table.php:161
689
  #, fuzzy
690
  msgid "Enable"
691
  msgstr "Abilita"
692
 
693
- #: includes/admin/helpers/tables/class-fees-table.php:187
694
  msgid "ID: %s"
695
  msgstr ""
696
 
697
- #: includes/admin/helpers/tables/class-fees-table.php:190
698
  #, fuzzy
699
  msgid "Paid Plan"
700
  msgstr "Pagato come amministratore"
701
 
702
- #: includes/admin/helpers/tables/class-fees-table.php:190
703
  #, fuzzy
704
  msgid "Free Plan"
705
  msgstr "Piano tariffario"
706
 
707
- #: includes/admin/helpers/tables/class-fees-table.php:225
708
  #, fuzzy
709
  msgid "%1$s for %2$s"
710
  msgstr "%s (esempio %s)"
711
 
712
- #: includes/admin/helpers/tables/class-fees-table.php:259
713
  msgid "Total revenue earned from listings"
714
  msgstr ""
715
 
716
- #: includes/admin/helpers/tables/class-fees-table.php:289
717
  #, fuzzy
718
  msgid "Disabled"
719
  msgstr "Disabilitato"
720
 
721
- #: includes/admin/helpers/tables/class-fees-table.php:295
722
- #: includes/helpers/functions/templates-ui.php:431
723
  #, fuzzy
724
  msgid "Default"
725
  msgstr "Canone predefinito"
726
 
727
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
728
  #: includes/fields/class-fieldtypes-social.php:135
729
- #: templates/admin/csv-import.tpl.php:301
730
  #, fuzzy
731
  msgid "Type"
732
  msgstr "Tipo"
733
 
734
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
735
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
736
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:102
737
  #, fuzzy
738
  msgid "Edit"
739
  msgstr "Modifica"
@@ -758,6 +761,9 @@ msgid "Plugin Info"
758
  msgstr ""
759
 
760
  #: includes/admin/page-debug.php:159
 
 
 
761
  #, fuzzy
762
  msgid "OK"
763
  msgstr "OK"
@@ -766,8 +772,8 @@ msgstr "OK"
766
  msgid "Missing tables: %s"
767
  msgstr "Tabelle mancanti: %s"
768
 
769
- #: includes/admin/settings/class-settings-bootstrap.php:17
770
- #: includes/controllers/pages/class-submit-listing.php:1250
771
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
772
  #: templates/listing-contactform.tpl.php:33
773
  #: templates/listing-flagging-form.tpl.php:39
@@ -775,55 +781,68 @@ msgstr "Tabelle mancanti: %s"
775
  msgid "Email"
776
  msgstr "Email:"
777
 
778
- #: includes/admin/settings/class-settings-bootstrap.php:43
779
  #, fuzzy
780
  msgid "License Key"
781
  msgstr "Licenze"
782
 
783
- #: includes/admin/settings/class-settings-bootstrap.php:64
784
  msgid "SEO"
785
  msgstr ""
786
 
787
- #: includes/admin/settings/class-settings-bootstrap.php:269
 
 
 
 
 
 
 
 
 
 
 
 
 
788
  #, fuzzy
789
  msgid "Yes, and make it optional"
790
  msgstr "Sì, e renderlo opzionale"
791
 
792
- #: includes/admin/settings/class-settings-bootstrap.php:270
793
  #, fuzzy
794
  msgid "Yes, and make it required"
795
  msgstr "Sì, e renderlo obbligatorio"
796
 
797
- #: includes/admin/settings/class-settings-bootstrap.php:277
798
- #: includes/admin/settings/class-settings-bootstrap.php:291
799
  #: includes/controllers/pages/class-submit-listing.php:527
800
  #, fuzzy
801
  msgid "Terms and Conditions"
802
  msgstr "Termini e Condizioni"
803
 
804
- #: includes/admin/settings/class-settings-bootstrap.php:282
805
  #, fuzzy
806
  msgid "User Agreement"
807
  msgstr "Nome utente"
808
 
809
- #: includes/admin/settings/class-settings-bootstrap.php:283
810
  #, fuzzy
811
  msgid "Display and require user agreement to Terms and Conditions"
812
  msgstr ""
813
  "Visualizzare e richiedere l'accettazione da parte dell'utente dei Termini e "
814
  "Condizioni"
815
 
816
- #: includes/admin/settings/class-settings-bootstrap.php:301
817
  #, fuzzy
818
  msgid "Searching"
819
  msgstr "Cerca"
820
 
821
- #: includes/admin/settings/class-settings-bootstrap.php:306
822
  #, fuzzy
823
  msgid "Display advanced search form"
824
  msgstr "Ricerca Avanzata"
825
 
826
- #: includes/admin/settings/class-settings-bootstrap.php:324
827
  #, fuzzy
828
  msgid ""
829
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
@@ -833,12 +852,12 @@ msgstr ""
833
  "migliorare la velocità. Questo è utile se siete su piani di hosting "
834
  "condiviso, dove le prestazioni del database è un problema."
835
 
836
- #: includes/admin/settings/class-settings-bootstrap.php:369
837
  #, fuzzy
838
  msgid "Quick search data"
839
  msgstr "Campi di ricerca rapida"
840
 
841
- #: includes/admin/settings/class-settings-bootstrap.php:395
842
  #, fuzzy
843
  msgid ""
844
  "If no fields are selected, the following fields will be searched in Quick "
@@ -847,29 +866,29 @@ msgstr ""
847
  "Se non viene selezionato alcun campo, in Ricerca rapida verranno utilizzati "
848
  "i seguenti campi:"
849
 
850
- #: includes/admin/settings/class-settings-bootstrap.php:397
851
  msgid ""
852
  "The Quick Search is a single search box, but you may choose what data is "
853
  "searched. Searching too many fields can result in very slow search "
854
  "performance."
855
  msgstr ""
856
 
857
- #: includes/admin/settings/class-settings-bootstrap.php:428
858
  #, fuzzy
859
  msgid "Categories"
860
  msgstr "Categorie"
861
 
862
- #: includes/admin/settings/class-settings-bootstrap.php:430
863
  #, fuzzy
864
  msgid "Buttons"
865
  msgstr "Tasto stile tema"
866
 
867
- #: includes/admin/settings/class-settings-bootstrap.php:432
868
  #, fuzzy
869
  msgid "Sorting"
870
  msgstr "Impostazioni"
871
 
872
- #: includes/admin/settings/class-settings-bootstrap.php:549
873
  #, fuzzy
874
  msgid ""
875
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
@@ -885,72 +904,72 @@ msgstr ""
885
  "Utilizza la seconda opzione se vuoi consentire i commenti sugli elenchi in "
886
  "primo luogo e se ciò non funziona, prova invece la terza opzione."
887
 
888
- #: includes/admin/settings/class-settings-bootstrap.php:553
889
  #, fuzzy
890
  msgid "Include theme comment form (standard option)"
891
  msgstr "Includi il modulo dei commento, il tema invocato (opzione standard)"
892
 
893
- #: includes/admin/settings/class-settings-bootstrap.php:554
894
  #, fuzzy
895
  msgid "Include directory comment form (use only if 2nd option does not work)"
896
  msgstr ""
897
  "Includi il modulo di commento, BD invocato (utilizza solo se la seconda "
898
  "opzione non funziona)"
899
 
900
- #: includes/admin/settings/class-settings-bootstrap.php:572
901
  #, fuzzy
902
  msgid "Prevent featured (sticky) status on directory pages?"
903
  msgstr "Impedire lo stato (appiccicoso) delle pagine BD?"
904
 
905
- #: includes/admin/settings/class-settings-bootstrap.php:600
906
  #, fuzzy
907
  msgid "Owner of anonymous listings"
908
  msgstr "Vai al tuo annuncio"
909
 
910
- #: includes/admin/settings/class-settings-bootstrap.php:616
911
  #, fuzzy
912
  msgid "Default listing status"
913
  msgstr "Utente predefinito"
914
 
915
- #: includes/admin/settings/class-settings-bootstrap.php:620
916
- #: includes/admin/settings/class-settings-bootstrap.php:633
917
  #, fuzzy
918
  msgid "Pending (Require approval)"
919
  msgstr "In attesa di rinnovo"
920
 
921
- #: includes/admin/settings/class-settings-bootstrap.php:654
922
  #, fuzzy
923
  msgid "Message Defaults"
924
  msgstr "Ripristina Defaults"
925
 
926
- #: includes/admin/settings/class-settings-bootstrap.php:659
927
  #, fuzzy
928
  msgid "Listing label"
929
  msgstr "Titolo dell'annuncio:"
930
 
931
- #: includes/admin/settings/class-settings-bootstrap.php:660
932
  #, fuzzy
933
  msgid "What is a single listing called?"
934
  msgstr "Mostrare questo valore nella vista elenco?"
935
 
936
- #: includes/admin/settings/class-settings-bootstrap.php:671
937
  msgid "Listing label (Plural)"
938
  msgstr ""
939
 
940
- #: includes/admin/settings/class-settings-bootstrap.php:672
941
  msgid "What are your listings called?"
942
  msgstr ""
943
 
944
- #: includes/admin/settings/class-settings-bootstrap.php:683
945
  #, fuzzy
946
  msgid "Directory label"
947
  msgstr "Tag della directory"
948
 
949
- #: includes/admin/settings/class-settings-bootstrap.php:684
950
  msgid "What should we call your directory?"
951
  msgstr ""
952
 
953
- #: includes/admin/settings/class-settings-bootstrap.php:696
954
  #, fuzzy
955
  msgid ""
956
  "This text is displayed on the first page of the Submit Listing process. You "
@@ -962,54 +981,54 @@ msgstr ""
962
  "come compilare il modulo o qualsiasi cosa tu voglia dire agli utenti prima "
963
  "di iniziare."
964
 
965
- #: includes/admin/settings/class-settings-bootstrap.php:709
966
  #: templates/listing-contactform.tpl.php:30
967
  #: templates/listing-flagging-form.tpl.php:35
968
  #, fuzzy
969
  msgid "Name"
970
  msgstr "Nome"
971
 
972
- #: includes/admin/settings/class-settings-bootstrap.php:824
973
  msgid "Show Buttons"
974
  msgstr ""
975
 
976
- #: includes/admin/settings/class-settings-bootstrap.php:867
977
  #, fuzzy
978
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
979
  msgstr "Mostra il pulsante \"Directory\"."
980
 
981
- #: includes/admin/settings/class-settings-bootstrap.php:874
982
  msgid "Styling"
983
  msgstr ""
984
 
985
- #: includes/admin/settings/class-settings-bootstrap.php:880
986
  #, fuzzy
987
  msgid "Button style"
988
  msgstr "Tasto stile tema"
989
 
990
- #: includes/admin/settings/class-settings-bootstrap.php:883
991
  #, fuzzy
992
  msgid "Override WP theme button styling"
993
  msgstr "Tasto stile tema"
994
 
995
- #: includes/admin/settings/class-settings-bootstrap.php:891
996
  msgid "Primary color"
997
  msgstr ""
998
 
999
- #: includes/admin/settings/class-settings-bootstrap.php:894
1000
  msgid "This is used for form buttons and form rootline."
1001
  msgstr ""
1002
 
1003
- #: includes/admin/settings/class-settings-bootstrap.php:1048
1004
  #, fuzzy
1005
  msgid "Show Thumbnail"
1006
  msgstr "Mostra miniature"
1007
 
1008
- #: includes/admin/settings/class-settings-bootstrap.php:1084
1009
  msgid "Coming Soon image"
1010
  msgstr ""
1011
 
1012
- #: includes/admin/settings/class-settings-bootstrap.php:1121
1013
  #: includes/fields/class-fieldtypes-social.php:89
1014
  #: includes/fields/class-fieldtypes-url.php:162
1015
  #: templates/email/listing-added.tpl.php:13
@@ -1020,12 +1039,12 @@ msgstr ""
1020
  msgid "URL"
1021
  msgstr "URL"
1022
 
1023
- #: includes/admin/settings/class-settings-bootstrap.php:1240
1024
  #, fuzzy
1025
  msgid "Thank you for your payment."
1026
  msgstr "Messaggio di ringraziamento per il pagamento"
1027
 
1028
- #: includes/admin/settings/class-settings-bootstrap.php:1268
1029
  msgid ""
1030
  "If you are using this gateway, we recommend you disable it if you wish to "
1031
  "collect payments in this currency."
@@ -1039,22 +1058,22 @@ msgstr[1] ""
1039
  "Se si utilizzano questi gateway, si consiglia di disattivarli se si desidera "
1040
  "riscuotere i pagamenti in questa valuta."
1041
 
1042
- #: includes/admin/settings/class-settings-bootstrap.php:1356
1043
  #, fuzzy
1044
  msgid "Email Notifications"
1045
  msgstr "Notifiche di posta elettronica"
1046
 
1047
- #: includes/admin/settings/class-settings-bootstrap.php:1361
1048
  #, fuzzy
1049
  msgid "Notify admin via email when..."
1050
  msgstr "Notifica admin via e-mail quando ..."
1051
 
1052
- #: includes/admin/settings/class-settings-bootstrap.php:1379
1053
  #, fuzzy
1054
  msgid "CC this email address too"
1055
  msgstr "CC anche questo indirizzo e-mail"
1056
 
1057
- #: includes/admin/settings/class-settings-bootstrap.php:1385
1058
  #, fuzzy
1059
  msgid ""
1060
  "You can modify the text template used for most of these emails in the "
@@ -1063,49 +1082,49 @@ msgstr ""
1063
  "È possibile modificare il modello di testo utilizzato per la maggior parte "
1064
  "di queste e-mail nella scheda <templates-link>Modelli</templates-link>."
1065
 
1066
- #: includes/admin/settings/class-settings-bootstrap.php:1393
1067
  #, fuzzy
1068
  msgid "Notify users via email when..."
1069
  msgstr "Avvisa gli utenti via e-mail quando....."
1070
 
1071
  #. translators: %s: email shortcode
1072
- #: includes/admin/settings/class-settings-bootstrap.php:1460
1073
  #, fuzzy
1074
  msgid "Email: %s"
1075
  msgstr "E-Mail: %s"
1076
 
1077
  #. translators: %s: phone shortcode
1078
- #: includes/admin/settings/class-settings-bootstrap.php:1463
1079
  #, fuzzy
1080
  msgid "Phone Number: %s"
1081
  msgstr "Numero di telefono"
1082
 
1083
- #: includes/admin/settings/class-settings-bootstrap.php:1475
1084
  #, fuzzy
1085
  msgid "Sender's email address"
1086
  msgstr "Indirizzo e-mail del mittente"
1087
 
1088
- #: includes/admin/settings/class-settings-bootstrap.php:1476
1089
  #, fuzzy
1090
  msgid "Sender's phone number"
1091
  msgstr "Nome del mittente"
1092
 
1093
- #: includes/admin/settings/class-settings-bootstrap.php:1540
1094
  #, fuzzy
1095
  msgid "Renewal and expiration"
1096
  msgstr "%d settimana dopo la scadenza"
1097
 
1098
- #: includes/admin/settings/class-settings-bootstrap.php:1664
1099
- #: includes/admin/settings/class-settings.php:97
1100
  msgid "Miscellaneous"
1101
  msgstr ""
1102
 
1103
- #: includes/admin/settings/class-settings-bootstrap.php:1670
1104
  #, fuzzy
1105
  msgid "Data Collection"
1106
  msgstr "Raccolta dati"
1107
 
1108
- #: includes/admin/settings/class-settings-bootstrap.php:1671
1109
  #, fuzzy
1110
  msgid ""
1111
  "Allow Business Directory to anonymously collect information about your "
@@ -1114,20 +1133,20 @@ msgstr ""
1114
  "Consenti a BD di raccogliere informazioni anonime sui plugin installati, sui "
1115
  "temi e sulla versione WP?"
1116
 
1117
- #: includes/admin/settings/class-settings-bootstrap.php:1672
1118
  msgid "Learn more"
1119
  msgstr ""
1120
 
1121
- #: includes/admin/settings/class-settings-bootstrap.php:1690
1122
  #: templates/admin/uninstall-complete.tpl.php:4
1123
  msgid "Uninstall"
1124
  msgstr "Disinstalla"
1125
 
1126
- #: includes/admin/settings/class-settings.php:530
1127
  msgid "%s cannot include spaces, commas, or &"
1128
  msgstr ""
1129
 
1130
- #: includes/admin/tracking.php:222
1131
  #, fuzzy
1132
  msgid "Allow Tracking"
1133
  msgstr "Consenti il monitoraggio"
@@ -1209,7 +1228,7 @@ msgstr "Durata"
1209
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1210
  msgstr "! Impossibile migrare il canone \"%s\" (%d)"
1211
 
1212
- #: includes/admin/upgrades/migrations/migration-3_7.php:181
1213
  #, fuzzy
1214
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1215
  msgstr "Canone di rinnovo \"%s\" per la categoria \"%s\"."
@@ -1219,16 +1238,21 @@ msgstr "Canone di rinnovo \"%s\" per la categoria \"%s\"."
1219
  msgid "Directory Modules"
1220
  msgstr "Elenco Temi"
1221
 
1222
- #: includes/admin/views/modules/list.php:35
1223
  msgid "New"
1224
  msgstr ""
1225
 
1226
- #: includes/admin/views/modules/list.php:68
1227
- #: includes/admin/views/modules/list.php:69
1228
  #, fuzzy
1229
  msgid "View Docs"
1230
  msgstr "Vedi"
1231
 
 
 
 
 
 
1232
  #: includes/admin/views/review.php:17
1233
  #, fuzzy
1234
  msgid "Are you enjoying Business Directory Plugin?"
@@ -1273,9 +1297,13 @@ msgid ""
1273
  "what we can do better?"
1274
  msgstr ""
1275
 
1276
- #: includes/class-assets.php:191 templates/admin/settings-email.tpl.php:103
 
 
 
 
1277
  #: templates/admin/settings-reset.tpl.php:8
1278
- #: templates/admin/themes-delete-confirm.tpl.php:21
1279
  #: templates/listing-flagging-form.tpl.php:65
1280
  #, fuzzy
1281
  msgid "Cancel"
@@ -1309,7 +1337,7 @@ msgid "View Listing"
1309
  msgstr "Vedi Annuncio"
1310
 
1311
  #: includes/class-cpt-integration.php:22
1312
- #: includes/helpers/fu
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
53
 
54
  #: includes/admin/admin-pages.php:61 includes/admin/admin-pages.php:479
55
  #: includes/admin/helpers/tables/class-fees-table.php:64
56
+ #: includes/admin/settings/class-settings-bootstrap.php:679
57
+ #: includes/admin/settings/class-settings-bootstrap.php:680
58
  #: includes/helpers/class-app.php:92
59
  #, fuzzy
60
  msgid "Listings"
82
  msgstr "Categoria della Directory"
83
 
84
  #: includes/admin/admin-pages.php:484 includes/admin/class-admin.php:309
85
+ #: includes/admin/settings/class-settings-bootstrap.php:691
86
+ #: includes/admin/settings/class-settings-bootstrap.php:692
87
  #: includes/helpers/class-app.php:93
88
+ #: includes/helpers/functions/templates-ui.php:310
89
  msgid "Directory"
90
  msgstr "Directory"
91
 
111
  msgid "Yes, please!"
112
  msgstr "Sì, per favore!"
113
 
114
+ #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
115
  #, fuzzy
116
  msgid "No, thanks"
117
  msgstr "No, Grazie"
144
  msgstr "campi del modulo"
145
 
146
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
147
+ #: includes/licensing.php:219
148
  #, fuzzy
149
  msgid "Modules"
150
  msgstr "(Tutti i moduli)"
170
 
171
  #: includes/admin/class-admin.php:1198
172
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
173
+ #: includes/admin/helpers/tables/class-payments-table.php:64
174
  #: templates/email/listing-added.tpl.php:7
175
  #: templates/email/listing-edited.tpl.php:13
176
  #: templates/email/listing-reported.tpl.php:9
179
  msgstr "ID"
180
 
181
  #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
182
+ #: includes/admin/settings/class-settings-bootstrap.php:717
183
  #, fuzzy
184
  msgid "Listing Count"
185
  msgstr "Elenco luoghi"
240
  msgid "Listing Payments Information"
241
  msgstr "Informazioni sul pagamento degli annunci"
242
 
243
+ #: includes/admin/class-payment-personal-data-provider.php:92
244
  msgid ""
245
  "An unknown error occurred while trying to delete listing payment information "
246
  "for transaction {transaction_id}."
252
  msgid "Business Directory Plugin"
253
  msgstr "Business Directory Plugin"
254
 
255
+ #: includes/admin/controllers/class-admin-controller.php:87
256
+ #: includes/admin/helpers/tables/class-fees-table.php:181
257
  #: templates/admin/payments-note.tpl.php:13
258
+ #: templates/delete-listing-confirm.tpl.php:22
259
  #, fuzzy
260
  msgid "Are you sure you want to do this?"
261
  msgstr "Sei sicuro di volerlo fare?"
276
  msgstr "Vedere un esempio di file di importazione CSV"
277
 
278
  #: includes/admin/controllers/class-admin-csv.php:54
279
+ #: templates/admin/csv-import.tpl.php:287
280
  #, fuzzy
281
  msgid "Help"
282
  msgstr "Aiuto"
283
 
284
+ #: includes/admin/controllers/class-admin-fees.php:46
285
+ #: includes/admin/helpers/tables/class-payments-table.php:67
286
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
287
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
288
  #: templates/admin/payments-details.tpl.php:113
289
  #: templates/email/listing-payment-completed.tpl.php:21
290
  #: templates/payment/payment_items.tpl.php:5
292
  msgid "Amount"
293
  msgstr "Importo"
294
 
295
+ #: includes/admin/controllers/class-admin-fees.php:48
296
  #: includes/admin/helpers/tables/class-fees-table.php:65
297
+ #: includes/admin/settings/class-settings-bootstrap.php:907
298
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
299
  #, fuzzy
300
  msgid "Images"
301
  msgstr "Immagini"
302
 
303
+ #: includes/admin/controllers/class-admin-fees.php:80
304
  #: includes/admin/helpers/class-modules-list.php:236
305
  #, fuzzy
306
  msgid "Upgrade"
307
  msgstr "Avviare l'aggiornamento"
308
 
309
+ #: includes/admin/controllers/class-admin-fees.php:91
310
  msgid "Set Up"
311
  msgstr ""
312
 
313
+ #: includes/admin/controllers/class-admin-fees.php:161
314
  #, fuzzy
315
  msgid "Plan added."
316
  msgstr "Aggiunto il piano tariffario."
317
 
318
+ #: includes/admin/controllers/class-admin-fees.php:165
319
+ #: includes/admin/controllers/class-admin-fees.php:180
320
  #, fuzzy
321
  msgid "Plan updated."
322
  msgstr "Piano tariffario aggiornato."
323
 
324
+ #: includes/admin/controllers/class-admin-fees.php:200
325
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
326
  msgstr ""
327
 
328
+ #: includes/admin/controllers/class-admin-fees.php:201
329
  #, fuzzy
330
  msgid "Update listing image limits?"
331
  msgstr "Mantenere le immagini dell'elenco esistenti?"
332
 
333
+ #: includes/admin/controllers/class-admin-fees.php:228
334
  #, fuzzy
335
  msgid "Plan not found."
336
  msgstr "Piano tariffario aggiornato."
337
 
338
+ #: includes/admin/controllers/class-admin-fees.php:232
339
  #, fuzzy
340
  msgid "Plan listings updated."
341
  msgstr "Piano tariffario aggiornato."
342
 
343
+ #: includes/admin/controllers/class-admin-fees.php:310
344
  msgid "Cannot disable plan. At least one plan should be enabled"
345
  msgstr ""
346
 
359
  msgstr "Reports Annuncio"
360
 
361
  #: includes/admin/controllers/class-admin-listings.php:268
362
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:85
363
  msgid "Expires on"
364
  msgstr "Scade il"
365
 
369
 
370
  #: includes/admin/controllers/class-admin-listings.php:339
371
  #: includes/helpers/class-listing-display-helper.php:132
372
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
373
  #, fuzzy
374
  msgid "Featured"
375
  msgstr "In evidenza"
387
  msgstr "Elimina Annuncio"
388
 
389
  #: includes/admin/controllers/class-admin-listings.php:733
390
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
391
  #, fuzzy
392
  msgid "Never"
393
  msgstr "Mai"
395
  #: includes/admin/controllers/class-admin-listings.php:744
396
  #: includes/admin/controllers/class-admin-listings.php:745
397
  #: includes/fields/class-fieldtypes-textarea.php:201
398
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
399
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
400
  #, fuzzy
401
  msgid "Yes"
402
  msgstr "Si"
403
 
404
  #: includes/admin/controllers/class-admin-listings.php:744
405
  #: includes/admin/controllers/class-admin-listings.php:745
406
+ #: includes/admin/settings/class-settings-bootstrap.php:270
407
  #: includes/fields/class-fieldtypes-textarea.php:200
408
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
409
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
410
  #, fuzzy
411
  msgid "No"
412
  msgstr "No"
433
  msgstr "Anteprima modulo"
434
 
435
  #: includes/admin/controllers/class-form-fields-admin.php:129
436
+ #: includes/helpers/functions/general.php:1329
437
+ #: includes/helpers/functions/general.php:1334
438
  #, fuzzy
439
  msgid "Go back"
440
  msgstr "Va indietro"
441
 
442
+ #: includes/admin/controllers/class-form-fields-admin.php:343
443
+ #: includes/admin/settings/class-settings-bootstrap.php:775
444
  #: templates/email/listing-added.tpl.php:10
445
  #: templates/email/listing-edited.tpl.php:16
446
  #: templates/email/listing-reported.tpl.php:11
448
  msgid "Title"
449
  msgstr "Titolo"
450
 
451
+ #: includes/admin/controllers/class-form-fields-admin.php:344
452
  #: templates/admin/fees-form.tpl.php:219
453
  #: templates/email/listing-added.tpl.php:21
454
  #: templates/email/listing-edited.tpl.php:29
456
  msgid "Category"
457
  msgstr "Categoria"
458
 
459
+ #: includes/admin/controllers/class-form-fields-admin.php:345
460
  #, fuzzy
461
  msgid "Excerpt"
462
  msgstr "Estratto"
463
 
464
+ #: includes/admin/controllers/class-form-fields-admin.php:346
465
  #, fuzzy
466
  msgid "Content"
467
  msgstr "Contenuto"
468
 
469
+ #: includes/admin/controllers/class-form-fields-admin.php:347
470
  #, fuzzy
471
  msgid "Tags"
472
  msgstr "Tags"
473
 
474
+ #: includes/admin/controllers/class-form-fields-admin.php:348
475
  #: includes/form-fields.php:445
476
  #: includes/helpers/class-field-display-list.php:247
477
  #: templates/checkout-billing-form.tpl.php:75
479
  msgid "Address"
480
  msgstr "Indirizzo"
481
 
482
+ #: includes/admin/controllers/class-form-fields-admin.php:349
483
  #, fuzzy
484
  msgid "Address 2"
485
  msgstr "Indirizzo"
486
 
487
+ #: includes/admin/controllers/class-form-fields-admin.php:350
488
  #: templates/admin/payments-details.tpl.php:164
489
  #: templates/checkout-billing-form.tpl.php:87
490
  #, fuzzy
491
  msgid "City"
492
  msgstr "Città"
493
 
494
+ #: includes/admin/controllers/class-form-fields-admin.php:351
495
  #: templates/admin/payments-details.tpl.php:160
496
  #, fuzzy
497
  msgid "State"
498
  msgstr "Stato"
499
 
500
+ #: includes/admin/controllers/class-form-fields-admin.php:352
501
  #: templates/admin/payments-details.tpl.php:156
502
  #: templates/checkout-billing-form.tpl.php:102
503
  #, fuzzy
504
  msgid "Country"
505
  msgstr "Nazione"
506
 
507
+ #: includes/admin/controllers/class-form-fields-admin.php:353
508
  #: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:168
509
  msgid "ZIP Code"
510
  msgstr "Codice Postale"
511
 
512
+ #: includes/admin/controllers/class-form-fields-admin.php:354
513
  #, fuzzy
514
  msgid "FAX Number"
515
  msgstr "Numero di fax"
516
 
517
+ #: includes/admin/controllers/class-form-fields-admin.php:355
518
  #: includes/fields/class-fieldtypes-phone-number.php:13
519
  #: templates/listing-contactform.tpl.php:38
520
  #, fuzzy
521
  msgid "Phone Number"
522
  msgstr "Numero di telefono"
523
 
524
+ #: includes/admin/controllers/class-form-fields-admin.php:356
525
  #, fuzzy
526
  msgid "Ratings Field"
527
  msgstr "Campo votazione"
528
 
529
+ #: includes/admin/controllers/class-form-fields-admin.php:357
530
  #, fuzzy
531
  msgid "Twitter"
532
  msgstr "Twitter"
533
 
534
+ #: includes/admin/controllers/class-form-fields-admin.php:358
535
  #: includes/form-fields.php:411
536
  #, fuzzy
537
  msgid "Website"
566
  msgstr "Già installato."
567
 
568
  #: includes/admin/controllers/class-settings-admin.php:712
569
+ #: includes/admin/helpers/tables/class-fees-table.php:182
570
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
571
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
572
  #: templates/admin/payments-note.tpl.php:14
582
  msgstr "Temi"
583
 
584
  #. translators: %s: Sample business name
585
+ #: includes/admin/csv-import.php:132
586
  #, fuzzy
587
  msgid "Business %s"
588
  msgstr "Affari %s"
589
 
590
+ #: includes/admin/csv-import.php:180
591
  #, fuzzy
592
  msgid "Example CSV Import File"
593
  msgstr "Esempio di file di importazione CSV"
594
 
595
+ #: includes/admin/csv-import.php:183
596
  msgid "Go Back"
597
  msgstr ""
598
 
599
+ #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
600
+ #: includes/helpers/class-app.php:244
601
  msgid "You are not allowed to do that."
602
  msgstr ""
603
 
604
+ #: includes/admin/csv-import.php:428
605
  #, fuzzy
606
  msgid "There was an error uploading the file:"
607
  msgstr "C'è stato un errore nel caricare il file CSV."
608
 
609
+ #: includes/admin/csv-import.php:433
610
  #, fuzzy
611
  msgid "Please upload the correct file type."
612
  msgstr "Si prega di caricare o selezionare un file CSV."
613
 
614
  #: includes/admin/helpers/class-listing-information-metabox.php:15
615
+ #: includes/admin/helpers/tables/class-payments-table.php:63
616
+ #: includes/admin/settings/class-settings-bootstrap.php:667
617
+ #: includes/admin/settings/class-settings-bootstrap.php:668
618
  #: includes/helpers/class-app.php:91
619
  #: templates/admin/payments-details.tpl.php:53
620
  #, fuzzy
633
  msgstr "Installato"
634
 
635
  #: includes/admin/helpers/class-modules-list.php:187
636
+ #: includes/admin/helpers/tables/class-fees-table.php:293
637
  #: templates/admin/themes-item.tpl.php:3
638
  #, fuzzy
639
  msgid "Active"
656
  msgid "Hide notifications"
657
  msgstr "Notifiche di posta elettronica"
658
 
659
+ #: includes/admin/helpers/csv/class-csv-import.php:674
660
  msgid "Listing imported by admin. Payment skipped."
661
  msgstr "Elenco importato da admin. Pagamento saltato."
662
 
683
  msgid "Pricing"
684
  msgstr "Prezzi"
685
 
686
+ #: includes/admin/helpers/tables/class-fees-table.php:157
687
  #, fuzzy
688
  msgid "Disable"
689
  msgstr "Disabilita"
690
 
691
+ #: includes/admin/helpers/tables/class-fees-table.php:163
692
  #, fuzzy
693
  msgid "Enable"
694
  msgstr "Abilita"
695
 
696
+ #: includes/admin/helpers/tables/class-fees-table.php:189
697
  msgid "ID: %s"
698
  msgstr ""
699
 
700
+ #: includes/admin/helpers/tables/class-fees-table.php:192
701
  #, fuzzy
702
  msgid "Paid Plan"
703
  msgstr "Pagato come amministratore"
704
 
705
+ #: includes/admin/helpers/tables/class-fees-table.php:192
706
  #, fuzzy
707
  msgid "Free Plan"
708
  msgstr "Piano tariffario"
709
 
710
+ #: includes/admin/helpers/tables/class-fees-table.php:227
711
  #, fuzzy
712
  msgid "%1$s for %2$s"
713
  msgstr "%s (esempio %s)"
714
 
715
+ #: includes/admin/helpers/tables/class-fees-table.php:261
716
  msgid "Total revenue earned from listings"
717
  msgstr ""
718
 
719
+ #: includes/admin/helpers/tables/class-fees-table.php:291
720
  #, fuzzy
721
  msgid "Disabled"
722
  msgstr "Disabilitato"
723
 
724
+ #: includes/admin/helpers/tables/class-fees-table.php:297
725
+ #: includes/helpers/functions/templates-ui.php:434
726
  #, fuzzy
727
  msgid "Default"
728
  msgstr "Canone predefinito"
729
 
730
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
731
  #: includes/fields/class-fieldtypes-social.php:135
732
+ #: templates/admin/csv-import.tpl.php:303
733
  #, fuzzy
734
  msgid "Type"
735
  msgstr "Tipo"
736
 
737
  #: includes/admin/helpers/tables/class-form-fields-table.php:88
738
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:91
739
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:108
740
  #, fuzzy
741
  msgid "Edit"
742
  msgstr "Modifica"
761
  msgstr ""
762
 
763
  #: includes/admin/page-debug.php:159
764
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
765
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
766
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
767
  #, fuzzy
768
  msgid "OK"
769
  msgstr "OK"
772
  msgid "Missing tables: %s"
773
  msgstr "Tabelle mancanti: %s"
774
 
775
+ #: includes/admin/settings/class-settings-bootstrap.php:13
776
+ #: includes/controllers/pages/class-submit-listing.php:1249
777
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
778
  #: templates/listing-contactform.tpl.php:33
779
  #: templates/listing-flagging-form.tpl.php:39
781
  msgid "Email"
782
  msgstr "Email:"
783
 
784
+ #: includes/admin/settings/class-settings-bootstrap.php:33
785
  #, fuzzy
786
  msgid "License Key"
787
  msgstr "Licenze"
788
 
789
+ #: includes/admin/settings/class-settings-bootstrap.php:54
790
  msgid "SEO"
791
  msgstr ""
792
 
793
+ #: includes/admin/settings/class-settings-bootstrap.php:221
794
+ #, fuzzy
795
+ msgid ""
796
+ "We expect that a membership plugin supports the 'redirect_to' parameter for "
797
+ "the URLs below to work. If the plugin does not support them, these settings "
798
+ "will not function as expected."
799
+ msgstr ""
800
+ "Ci aspettiamo che un plugin per i membri supporti il parametro 'redirect_to' "
801
+ "per far funzionare gli URL qui sotto. Se il plugin non li supporta, queste "
802
+ "impostazioni non funzioneranno come previsto. Si prega di contattare il "
803
+ "plugin di appartenenza e chiedere loro di supportare il parametro della "
804
+ "query standard del WP 'redirect_to'."
805
+
806
+ #: includes/admin/settings/class-settings-bootstrap.php:271
807
  #, fuzzy
808
  msgid "Yes, and make it optional"
809
  msgstr "Sì, e renderlo opzionale"
810
 
811
+ #: includes/admin/settings/class-settings-bootstrap.php:272
812
  #, fuzzy
813
  msgid "Yes, and make it required"
814
  msgstr "Sì, e renderlo obbligatorio"
815
 
816
+ #: includes/admin/settings/class-settings-bootstrap.php:283
817
+ #: includes/admin/settings/class-settings-bootstrap.php:297
818
  #: includes/controllers/pages/class-submit-listing.php:527
819
  #, fuzzy
820
  msgid "Terms and Conditions"
821
  msgstr "Termini e Condizioni"
822
 
823
+ #: includes/admin/settings/class-settings-bootstrap.php:288
824
  #, fuzzy
825
  msgid "User Agreement"
826
  msgstr "Nome utente"
827
 
828
+ #: includes/admin/settings/class-settings-bootstrap.php:289
829
  #, fuzzy
830
  msgid "Display and require user agreement to Terms and Conditions"
831
  msgstr ""
832
  "Visualizzare e richiedere l'accettazione da parte dell'utente dei Termini e "
833
  "Condizioni"
834
 
835
+ #: includes/admin/settings/class-settings-bootstrap.php:307
836
  #, fuzzy
837
  msgid "Searching"
838
  msgstr "Cerca"
839
 
840
+ #: includes/admin/settings/class-settings-bootstrap.php:312
841
  #, fuzzy
842
  msgid "Display advanced search form"
843
  msgstr "Ricerca Avanzata"
844
 
845
+ #: includes/admin/settings/class-settings-bootstrap.php:330
846
  #, fuzzy
847
  msgid ""
848
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
852
  "migliorare la velocità. Questo è utile se siete su piani di hosting "
853
  "condiviso, dove le prestazioni del database è un problema."
854
 
855
+ #: includes/admin/settings/class-settings-bootstrap.php:375
856
  #, fuzzy
857
  msgid "Quick search data"
858
  msgstr "Campi di ricerca rapida"
859
 
860
+ #: includes/admin/settings/class-settings-bootstrap.php:401
861
  #, fuzzy
862
  msgid ""
863
  "If no fields are selected, the following fields will be searched in Quick "
866
  "Se non viene selezionato alcun campo, in Ricerca rapida verranno utilizzati "
867
  "i seguenti campi:"
868
 
869
+ #: includes/admin/settings/class-settings-bootstrap.php:403
870
  msgid ""
871
  "The Quick Search is a single search box, but you may choose what data is "
872
  "searched. Searching too many fields can result in very slow search "
873
  "performance."
874
  msgstr ""
875
 
876
+ #: includes/admin/settings/class-settings-bootstrap.php:434
877
  #, fuzzy
878
  msgid "Categories"
879
  msgstr "Categorie"
880
 
881
+ #: includes/admin/settings/class-settings-bootstrap.php:436
882
  #, fuzzy
883
  msgid "Buttons"
884
  msgstr "Tasto stile tema"
885
 
886
+ #: includes/admin/settings/class-settings-bootstrap.php:438
887
  #, fuzzy
888
  msgid "Sorting"
889
  msgstr "Impostazioni"
890
 
891
+ #: includes/admin/settings/class-settings-bootstrap.php:555
892
  #, fuzzy
893
  msgid ""
894
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
904
  "Utilizza la seconda opzione se vuoi consentire i commenti sugli elenchi in "
905
  "primo luogo e se ciò non funziona, prova invece la terza opzione."
906
 
907
+ #: includes/admin/settings/class-settings-bootstrap.php:559
908
  #, fuzzy
909
  msgid "Include theme comment form (standard option)"
910
  msgstr "Includi il modulo dei commento, il tema invocato (opzione standard)"
911
 
912
+ #: includes/admin/settings/class-settings-bootstrap.php:560
913
  #, fuzzy
914
  msgid "Include directory comment form (use only if 2nd option does not work)"
915
  msgstr ""
916
  "Includi il modulo di commento, BD invocato (utilizza solo se la seconda "
917
  "opzione non funziona)"
918
 
919
+ #: includes/admin/settings/class-settings-bootstrap.php:578
920
  #, fuzzy
921
  msgid "Prevent featured (sticky) status on directory pages?"
922
  msgstr "Impedire lo stato (appiccicoso) delle pagine BD?"
923
 
924
+ #: includes/admin/settings/class-settings-bootstrap.php:606
925
  #, fuzzy
926
  msgid "Owner of anonymous listings"
927
  msgstr "Vai al tuo annuncio"
928
 
929
+ #: includes/admin/settings/class-settings-bootstrap.php:622
930
  #, fuzzy
931
  msgid "Default listing status"
932
  msgstr "Utente predefinito"
933
 
934
+ #: includes/admin/settings/class-settings-bootstrap.php:626
935
+ #: includes/admin/settings/class-settings-bootstrap.php:639
936
  #, fuzzy
937
  msgid "Pending (Require approval)"
938
  msgstr "In attesa di rinnovo"
939
 
940
+ #: includes/admin/settings/class-settings-bootstrap.php:660
941
  #, fuzzy
942
  msgid "Message Defaults"
943
  msgstr "Ripristina Defaults"
944
 
945
+ #: includes/admin/settings/class-settings-bootstrap.php:665
946
  #, fuzzy
947
  msgid "Listing label"
948
  msgstr "Titolo dell'annuncio:"
949
 
950
+ #: includes/admin/settings/class-settings-bootstrap.php:666
951
  #, fuzzy
952
  msgid "What is a single listing called?"
953
  msgstr "Mostrare questo valore nella vista elenco?"
954
 
955
+ #: includes/admin/settings/class-settings-bootstrap.php:677
956
  msgid "Listing label (Plural)"
957
  msgstr ""
958
 
959
+ #: includes/admin/settings/class-settings-bootstrap.php:678
960
  msgid "What are your listings called?"
961
  msgstr ""
962
 
963
+ #: includes/admin/settings/class-settings-bootstrap.php:689
964
  #, fuzzy
965
  msgid "Directory label"
966
  msgstr "Tag della directory"
967
 
968
+ #: includes/admin/settings/class-settings-bootstrap.php:690
969
  msgid "What should we call your directory?"
970
  msgstr ""
971
 
972
+ #: includes/admin/settings/class-settings-bootstrap.php:702
973
  #, fuzzy
974
  msgid ""
975
  "This text is displayed on the first page of the Submit Listing process. You "
981
  "come compilare il modulo o qualsiasi cosa tu voglia dire agli utenti prima "
982
  "di iniziare."
983
 
984
+ #: includes/admin/settings/class-settings-bootstrap.php:715
985
  #: templates/listing-contactform.tpl.php:30
986
  #: templates/listing-flagging-form.tpl.php:35
987
  #, fuzzy
988
  msgid "Name"
989
  msgstr "Nome"
990
 
991
+ #: includes/admin/settings/class-settings-bootstrap.php:830
992
  msgid "Show Buttons"
993
  msgstr ""
994
 
995
+ #: includes/admin/settings/class-settings-bootstrap.php:873
996
  #, fuzzy
997
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
998
  msgstr "Mostra il pulsante \"Directory\"."
999
 
1000
+ #: includes/admin/settings/class-settings-bootstrap.php:880
1001
  msgid "Styling"
1002
  msgstr ""
1003
 
1004
+ #: includes/admin/settings/class-settings-bootstrap.php:886
1005
  #, fuzzy
1006
  msgid "Button style"
1007
  msgstr "Tasto stile tema"
1008
 
1009
+ #: includes/admin/settings/class-settings-bootstrap.php:889
1010
  #, fuzzy
1011
  msgid "Override WP theme button styling"
1012
  msgstr "Tasto stile tema"
1013
 
1014
+ #: includes/admin/settings/class-settings-bootstrap.php:897
1015
  msgid "Primary color"
1016
  msgstr ""
1017
 
1018
+ #: includes/admin/settings/class-settings-bootstrap.php:900
1019
  msgid "This is used for form buttons and form rootline."
1020
  msgstr ""
1021
 
1022
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
1023
  #, fuzzy
1024
  msgid "Show Thumbnail"
1025
  msgstr "Mostra miniature"
1026
 
1027
+ #: includes/admin/settings/class-settings-bootstrap.php:1090
1028
  msgid "Coming Soon image"
1029
  msgstr ""
1030
 
1031
+ #: includes/admin/settings/class-settings-bootstrap.php:1127
1032
  #: includes/fields/class-fieldtypes-social.php:89
1033
  #: includes/fields/class-fieldtypes-url.php:162
1034
  #: templates/email/listing-added.tpl.php:13
1039
  msgid "URL"
1040
  msgstr "URL"
1041
 
1042
+ #: includes/admin/settings/class-settings-bootstrap.php:1246
1043
  #, fuzzy
1044
  msgid "Thank you for your payment."
1045
  msgstr "Messaggio di ringraziamento per il pagamento"
1046
 
1047
+ #: includes/admin/settings/class-settings-bootstrap.php:1274
1048
  msgid ""
1049
  "If you are using this gateway, we recommend you disable it if you wish to "
1050
  "collect payments in this currency."
1058
  "Se si utilizzano questi gateway, si consiglia di disattivarli se si desidera "
1059
  "riscuotere i pagamenti in questa valuta."
1060
 
1061
+ #: includes/admin/settings/class-settings-bootstrap.php:1362
1062
  #, fuzzy
1063
  msgid "Email Notifications"
1064
  msgstr "Notifiche di posta elettronica"
1065
 
1066
+ #: includes/admin/settings/class-settings-bootstrap.php:1367
1067
  #, fuzzy
1068
  msgid "Notify admin via email when..."
1069
  msgstr "Notifica admin via e-mail quando ..."
1070
 
1071
+ #: includes/admin/settings/class-settings-bootstrap.php:1385
1072
  #, fuzzy
1073
  msgid "CC this email address too"
1074
  msgstr "CC anche questo indirizzo e-mail"
1075
 
1076
+ #: includes/admin/settings/class-settings-bootstrap.php:1391
1077
  #, fuzzy
1078
  msgid ""
1079
  "You can modify the text template used for most of these emails in the "
1082
  "È possibile modificare il modello di testo utilizzato per la maggior parte "
1083
  "di queste e-mail nella scheda <templates-link>Modelli</templates-link>."
1084
 
1085
+ #: includes/admin/settings/class-settings-bootstrap.php:1399
1086
  #, fuzzy
1087
  msgid "Notify users via email when..."
1088
  msgstr "Avvisa gli utenti via e-mail quando....."
1089
 
1090
  #. translators: %s: email shortcode
1091
+ #: includes/admin/settings/class-settings-bootstrap.php:1466
1092
  #, fuzzy
1093
  msgid "Email: %s"
1094
  msgstr "E-Mail: %s"
1095
 
1096
  #. translators: %s: phone shortcode
1097
+ #: includes/admin/settings/class-settings-bootstrap.php:1469
1098
  #, fuzzy
1099
  msgid "Phone Number: %s"
1100
  msgstr "Numero di telefono"
1101
 
1102
+ #: includes/admin/settings/class-settings-bootstrap.php:1481
1103
  #, fuzzy
1104
  msgid "Sender's email address"
1105
  msgstr "Indirizzo e-mail del mittente"
1106
 
1107
+ #: includes/admin/settings/class-settings-bootstrap.php:1482
1108
  #, fuzzy
1109
  msgid "Sender's phone number"
1110
  msgstr "Nome del mittente"
1111
 
1112
+ #: includes/admin/settings/class-settings-bootstrap.php:1546
1113
  #, fuzzy
1114
  msgid "Renewal and expiration"
1115
  msgstr "%d settimana dopo la scadenza"
1116
 
1117
+ #: includes/admin/settings/class-settings-bootstrap.php:1670
1118
+ #: includes/admin/settings/class-settings.php:98
1119
  msgid "Miscellaneous"
1120
  msgstr ""
1121
 
1122
+ #: includes/admin/settings/class-settings-bootstrap.php:1676
1123
  #, fuzzy
1124
  msgid "Data Collection"
1125
  msgstr "Raccolta dati"
1126
 
1127
+ #: includes/admin/settings/class-settings-bootstrap.php:1677
1128
  #, fuzzy
1129
  msgid ""
1130
  "Allow Business Directory to anonymously collect information about your "
1133
  "Consenti a BD di raccogliere informazioni anonime sui plugin installati, sui "
1134
  "temi e sulla versione WP?"
1135
 
1136
+ #: includes/admin/settings/class-settings-bootstrap.php:1678
1137
  msgid "Learn more"
1138
  msgstr ""
1139
 
1140
+ #: includes/admin/settings/class-settings-bootstrap.php:1696
1141
  #: templates/admin/uninstall-complete.tpl.php:4
1142
  msgid "Uninstall"
1143
  msgstr "Disinstalla"
1144
 
1145
+ #: includes/admin/settings/class-settings.php:514
1146
  msgid "%s cannot include spaces, commas, or &"
1147
  msgstr ""
1148
 
1149
+ #: includes/admin/tracking.php:230
1150
  #, fuzzy
1151
  msgid "Allow Tracking"
1152
  msgstr "Consenti il monitoraggio"
1228
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1229
  msgstr "! Impossibile migrare il canone \"%s\" (%d)"
1230
 
1231
+ #: includes/admin/upgrades/migrations/migration-3_7.php:182
1232
  #, fuzzy
1233
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1234
  msgstr "Canone di rinnovo \"%s\" per la categoria \"%s\"."
1238
  msgid "Directory Modules"
1239
  msgstr "Elenco Temi"
1240
 
1241
+ #: includes/admin/views/modules/list.php:38
1242
  msgid "New"
1243
  msgstr ""
1244
 
1245
+ #: includes/admin/views/modules/list.php:71
1246
+ #: includes/admin/views/modules/list.php:72
1247
  #, fuzzy
1248
  msgid "View Docs"
1249
  msgstr "Vedi"
1250
 
1251
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1252
+ #, fuzzy
1253
+ msgid "Settings"
1254
+ msgstr "Impostazioni"
1255
+
1256
  #: includes/admin/views/review.php:17
1257
  #, fuzzy
1258
  msgid "Are you enjoying Business Directory Plugin?"
1297
  "what we can do better?"
1298
  msgstr ""
1299
 
1300
+ #: includes/class-assets.php:191
1301
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1302
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:98
1303
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:113
1304
+ #: templates/admin/settings-email.tpl.php:103
1305
  #: templates/admin/settings-reset.tpl.php:8
1306
+ #: templates/admin/themes-delete-confirm.tpl.php:25
1307
  #: templates/listing-flagging-form.tpl.php:65
1308
  #, fuzzy
1309
  msgid "Cancel"
1337
  msgstr "Vedi Annuncio"
1338
 
1339
  #: includes/class-cpt-integration.php:22