Business Directory Plugin - Version 6.2.2

Version Description

Download this release

Release Info

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

Code changes from version 6.2.1 to 6.2.2

Files changed (115) hide show
  1. README.TXT +11 -1
  2. assets/css/admin.min.css +1 -1
  3. assets/js/admin.js +17 -10
  4. assets/js/admin.min.js +1 -1
  5. assets/js/submit-listing.js +28 -6
  6. assets/js/submit-listing.min.js +1 -1
  7. business-directory-plugin.php +1 -1
  8. includes/abstracts/class-view.php +14 -14
  9. includes/admin/class-admin-controller.php +1 -1
  10. includes/admin/class-admin-csv.php +1 -1
  11. includes/admin/class-admin-listings.php +1 -1
  12. includes/admin/class-admin.php +1 -1
  13. includes/admin/class-csv-exporter.php +1 -1
  14. includes/admin/class-csv-import.php +1 -1
  15. includes/admin/class-data-formatter.php +1 -1
  16. includes/admin/class-personal-data-eraser.php +1 -3
  17. includes/admin/class-personal-data-exporter.php +2 -3
  18. includes/admin/class-themes-admin.php +1 -1
  19. includes/admin/controllers/class-form-fields-admin.php +2 -2
  20. includes/admin/controllers/class-settings-admin.php +2 -2
  21. includes/admin/csv-import.php +1 -1
  22. includes/admin/fees.php +1 -1
  23. includes/admin/form-fields.php +1 -1
  24. includes/admin/helpers/class-fees-table.php +1 -1
  25. includes/admin/helpers/class-payments-table.php +1 -1
  26. includes/admin/helpers/csv/class-csv-exporter.php +5 -1
  27. includes/admin/helpers/csv/class-csv-import.php +5 -4
  28. includes/admin/helpers/tables/class-fees-table.php +1 -1
  29. includes/admin/page-debug.php +1 -1
  30. includes/admin/payments.php +1 -1
  31. includes/admin/settings/class-settings-admin.php +1 -1
  32. includes/admin/settings/class-settings-bootstrap.php +6 -6
  33. includes/admin/settings/class-settings.php +1 -1
  34. includes/admin/views/modules/list.php +2 -2
  35. includes/class-dispatcher.php +1 -1
  36. includes/class-fee-plan.php +1 -1
  37. includes/class-listing-subscription.php +1 -1
  38. includes/class-listing.php +1 -1
  39. includes/class-module.php +1 -1
  40. includes/class-payment-gateway.php +1 -1
  41. includes/class-payment.php +1 -1
  42. includes/class-view.php +1 -1
  43. includes/class-wpbdp.php +2 -2
  44. includes/compatibility/deprecated.php +3 -3
  45. includes/compatibility/wpbdp-ajax-compat-mu.php +1 -12
  46. includes/controllers/class-addons.php +3 -3
  47. includes/controllers/pages/class-manage-listings.php +4 -0
  48. includes/controllers/pages/class-manage-recurring.php +5 -2
  49. includes/controllers/pages/class-show-category.php +62 -26
  50. includes/controllers/pages/class-show-tag.php +24 -34
  51. includes/controllers/pages/class-submit-listing.php +206 -82
  52. includes/db/class-db-query-set.php +1 -0
  53. includes/debugging.php +2 -1
  54. includes/fields/class-fieldtypes-image.php +2 -2
  55. includes/fields/class-fieldtypes-linkedin.php +1 -1
  56. includes/fields/class-form-field-type.php +1 -1
  57. includes/form-fields.php +1 -1
  58. includes/functions.php +1 -1
  59. includes/helpers/class-create-file.php +2 -2
  60. includes/helpers/class-field-display-list.php +1 -0
  61. includes/helpers/class-listing-display-helper.php +3 -3
  62. includes/helpers/functions/general.php +2 -2
  63. includes/helpers/functions/listings.php +1 -1
  64. includes/installer.php +0 -9
  65. includes/listings.php +1 -1
  66. includes/logging.php +1 -1
  67. includes/models/class-listing.php +1 -1
  68. includes/seo.php +1 -1
  69. includes/template-sections.php +2 -1
  70. includes/templates-ui.php +1 -1
  71. includes/utils.php +14 -13
  72. includes/views/all_listings.php +1 -1
  73. includes/views/checkout.php +1 -1
  74. includes/views/delete_listing.php +1 -1
  75. includes/views/edit_listing.php +1 -1
  76. includes/views/flag_listing.php +1 -1
  77. includes/views/listing_contact.php +1 -1
  78. includes/views/login.php +1 -1
  79. includes/views/main.php +1 -1
  80. includes/views/manage_listings.php +1 -1
  81. includes/views/manage_recurring.php +1 -1
  82. includes/views/renew_listing.php +1 -1
  83. includes/views/request_access_keys.php +1 -1
  84. includes/views/search.php +1 -1
  85. includes/views/show_category.php +1 -1
  86. includes/views/show_listing.php +1 -1
  87. includes/views/show_tag.php +1 -1
  88. includes/views/submit_listing.php +1 -1
  89. includes/widgets/class-listings-widget.php +1 -1
  90. includes/widgets/widget-search.php +1 -1
  91. languages/business-directory-plugin-ar.po +104 -97
  92. languages/business-directory-plugin-de_DE.po +104 -97
  93. languages/business-directory-plugin-en_US.po +94 -89
  94. languages/business-directory-plugin-fr_FR.mo +0 -0
  95. languages/business-directory-plugin-fr_FR.po +1138 -1622
  96. languages/business-directory-plugin-it_IT.mo +0 -0
  97. languages/business-directory-plugin-it_IT.po +106 -98
  98. languages/business-directory-plugin-nl_NL.po +104 -97
  99. languages/business-directory-plugin-pl_PL.po +111 -99
  100. languages/business-directory-plugin-ru_RU.po +104 -97
  101. languages/business-directory-plugin-sv_SE.mo +0 -0
  102. languages/business-directory-plugin-sv_SE.po +105 -97
  103. languages/business-directory-plugin.pot +95 -90
  104. phpstan.neon +1 -1
  105. stubs.php +4 -0
  106. templates/admin/fees-form.tpl.php +1 -1
  107. templates/admin/fees-index.tpl.php +1 -1
  108. templates/admin/metaboxes-listing-information-plan.tpl.php +3 -1
  109. templates/category.tpl.php +0 -4
  110. templates/excerpt.tpl.php +10 -7
  111. templates/manage_listings.tpl.php +1 -1
  112. templates/plan-selection-plan.tpl.php +2 -2
  113. templates/submit-listing-rootline.tpl.php +2 -2
  114. templates/tag.tpl.php +0 -4
  115. themes/default/theme.json +1 -1
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: 6.0
7
- Stable tag: 6.2.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.
@@ -158,6 +158,16 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
161
  = 6.2.1 =
162
  * New: Added a setting to choose between the thumbnail from the theme, BD, or neither. This setting is under Appearance -> Images.
163
  * Fix: Categories and Tags were missing when editing from the admin area.
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 6.0
7
+ Stable tag: 6.2.2
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
161
+ = 6.2.2 =
162
+ * New: Show "draft" status on the manage listings page.
163
+ * New: Apply grids to manage listings page so it matches the main list.
164
+ * Fix: Prevent an issue with page caching reusing post IDs. Now, the new listing form is loaded with ajax when logged out with a new hook to turn it off: wpbdp_ajax_load_form.
165
+ * Fix: Add more protection for editing listings by only those with permission.
166
+ * Fix: The title of the first listing was showing instead of the category name on the category page.
167
+ * Fix: The menu sidebar was too short on some admin pages.
168
+ * Rearrange image settings to be more logical.
169
+ * Removed the wpbdp_listings_expiration_check cron that was no longer being used.
170
+
171
  = 6.2.1 =
172
  * New: Added a setting to choose between the thumbnail from the theme, BD, or neither. This setting is under Appearance -> Images.
173
  * Fix: Categories and Tags were missing when editing from the admin area.
assets/css/admin.min.css CHANGED
@@ -1 +1 @@
1
- .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-sub-menu.wpbdp-small-tabs a{padding:5px;font-size:11px}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-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}
1
+ .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-sub-menu.wpbdp-small-tabs a{padding:5px;font-size:11px}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-admin-page .wp-pointer-content h3{color:#fff;background:#6d87b9;border-color:#6d87b9}.wpbdp-admin-page .wp-pointer-content h3:before{color:#fff}.wpbdp-admin-page .wp-pointer-top .wp-pointer-arrow-inner,.wpbdp-admin-page .wp-pointer-undefined .wp-pointer-arrow-inner{border-bottom-color:#6d87b9}.wpbdp-content-area-body a{color:#7E92BC}a.wpbdp-delete-link{color:#d64226}.wpbdp-admin-page-addons.wpbdp-admin-page,.wpbdp-admin-page-themes.wpbdp-admin-page{background:rgba(109,135,185,0.07)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.wpbdp-right{text-align:right}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6d87b9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(109,135,185,0.07)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6d87b9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;flex-wrap:wrap;align-items:center;border-radius:6px;padding:11px 22px;position:relative}.wpbdp-pro-tip svg{color:#6d87b9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-pro-tip>img{width:calc(100% - 35px);margin:10px 0 10px 35px}.wpbdp-pro-tip>img~a{position:absolute;right:22px;top:11px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6d87b9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}.wpbdp-admin-page-fees .wp-list-table .column-order{width:65px}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:3px}.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:20px;padding-right:20px}@media only screen and (max-width:960px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:0;padding-right:0}}@media only screen and (max-width:710px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp3,.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp4{grid-column:span 6 / span 6 !important}}.wpbdp-admin-page-fees h3{margin-top:50px}.wpbdp-admin-page-fees img.gateway-logo{height:20px}.wpbdp-admin-page-fees .gateway-description{min-height:30px;margin-top:10px;opacity:.6}.wpbdp-admin-page-fees .gateway-footer .button-primary{width:99px;text-align:center}.wpbdp-admin-page-fees .howto{opacity:.7}.wpbdp-admin-page-fees .howto .title{font-weight:600;clear:both;font-size:14px;display:block}.wpbdp-admin-page-fees .fees-order .button-secondary{line-height:2}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}.wpbdp-setting-description{font-size:14px;padding:0 0 6px;color:#3C4B5D;opacity:80%}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}.wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}.wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}.wpbdp-admin-page-settings .form-table tr>th{min-width:250px}.wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-setting-disabled{display:none}.wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{margin-top:60px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #C5CCDB;border-radius:4px;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .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.07);margin:5px 0 20px 0;border:1px solid transparent;border-radius:4px;opacity:1}.wpbdp-note p{margin:0}.wpbdp-note h1,.wpbdp-note h2,.wpbdp-note h3,.wpbdp-note h4{margin:0 0 8px 0}.wpbdp-note.error,.wpbdp-note.warning{background-color:#FFEBE8;border-color:#C00}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green;color:#fff}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .dashicons{width:20px;height:20px;font-size:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#d64226;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin .wpbdp-tag,span.tag,table.wp-list-table td .tag,td.column-payment_status .status,td.column-sticky_status .status{background:var(--bd-main-color-20);border-radius:4px;padding:2px 5px;font-size:90%;color:#3C4B5D}table.wp-list-table td .tag{margin-right:2px}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin-page .wp-list-table{border:0;box-shadow:none;margin:20px 0}.wpbdp-admin-page .wp-list-table thead .manage-column,.wpbdp-admin-page .wp-list-table tfoot .manage-column,.wpbdp-admin-page .wp-list-table thead a,.wpbdp-admin-page .wp-list-table tfoot a{color:rgba(60,75,93,0.7);font-weight:600;font-size:13px}.wpbdp-admin-page .wp-list-table tbody a,.wpbdp-admin-page .wp-list-table tbody .inline .button-link{color:#7E92BC}.wpbdp-admin-page .wp-list-table tbody .row-actions .trash a,.wpbdp-admin-page .wp-list-table tbody .row-actions .delete a{color:#d64226}.wpbdp-admin-page .wp-list-table.striped>tbody>:nth-child(odd){background-color:rgba(109,135,185,0.04)}.wpbdp-admin-page .wp-list-table th{text-align:left}.wpbdp-admin-page .wp-list-table.widefat thead th,.wpbdp-admin-page .wp-list-table.widefat thead td,.wpbdp-admin-page .wp-list-table.widefat tfoot th,.wpbdp-admin-page .wp-list-table.widefat tfoot td{border-color:#D4D5D7}.wpbdp-admin-page .subsubsub a{color:#7E92BC}.wpbdp-admin-page .subsubsub a.current{color:#3C4B5D}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}th .wpbdp-setting-tooltip{margin:0 0 0 5px}.wpbdp-admin-tooltip-content{background-color:#414B5A !important;background-image:none !important;box-shadow:none !important;border-radius:5px !important;color:#fff !important;padding:1rem !important;width:auto;max-width:220px !important;font-size:12px !important}
assets/js/admin.js CHANGED
@@ -1,6 +1,16 @@
1
  var WPBDP_associations_fieldtypes = {},
2
  WPBDPAdmin_Tooltip = {};
3
 
 
 
 
 
 
 
 
 
 
 
4
  (function($) {
5
 
6
  /* Modals */
@@ -144,6 +154,7 @@ WPBDPAdmin_Tooltip = {};
144
  $menu_state: null,
145
 
146
  init: function() {
 
147
  WPBDPAdmin_Tooltip.$layout_container = $( '.wpbdp-admin-row' );
148
  WPBDPAdmin_Tooltip.$menu_items = WPBDPAdmin_Tooltip.$layout_container.find( '.wpbdp-nav-item a' );
149
  WPBDPAdmin_Tooltip.$menu_state = window.localStorage.getItem( '_wpbdp_admin_menu' );
@@ -151,6 +162,12 @@ WPBDPAdmin_Tooltip = {};
151
  WPBDPAdmin_Tooltip.layoutAdjustment();
152
  },
153
 
 
 
 
 
 
 
154
  onNavToggle: function( e ) {
155
  e.preventDefault();
156
  WPBDPAdmin_Tooltip.$layout_container.toggleClass( 'minimized' );
@@ -1047,13 +1064,3 @@ jQuery( function( $ ) {
1047
  );
1048
  });
1049
  });
1050
-
1051
- /*
1052
- * Highlight Directory menu.
1053
- */
1054
- function wpbdpSelectSubnav() {
1055
- var wpbdpMenu = jQuery( '#toplevel_page_wpbdp_admin' );
1056
- jQuery( wpbdpMenu ).removeClass( 'wp-not-current-submenu' ).addClass( 'wp-has-current-submenu wp-menu-open' );
1057
- jQuery( '#toplevel_page_wpbdp_admin a.wp-has-submenu' ).removeClass( 'wp-not-current-submenu' ).addClass( 'wp-has-current-submenu wp-menu-open' );
1058
- jQuery( '#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item' ).addClass( 'current' );
1059
- }
1
  var WPBDP_associations_fieldtypes = {},
2
  WPBDPAdmin_Tooltip = {};
3
 
4
+ /*
5
+ * Highlight Directory menu.
6
+ */
7
+ function wpbdpSelectSubnav() {
8
+ var wpbdpMenu = jQuery( '#toplevel_page_wpbdp_admin' );
9
+ jQuery( wpbdpMenu ).removeClass( 'wp-not-current-submenu' ).addClass( 'wp-has-current-submenu wp-menu-open' );
10
+ jQuery( '#toplevel_page_wpbdp_admin a.wp-has-submenu' ).removeClass( 'wp-not-current-submenu' ).addClass( 'wp-has-current-submenu wp-menu-open' );
11
+ jQuery( '#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item' ).addClass( 'current' );
12
+ }
13
+
14
  (function($) {
15
 
16
  /* Modals */
154
  $menu_state: null,
155
 
156
  init: function() {
157
+ WPBDPAdmin_Tooltip.maybeHighlightMenu();
158
  WPBDPAdmin_Tooltip.$layout_container = $( '.wpbdp-admin-row' );
159
  WPBDPAdmin_Tooltip.$menu_items = WPBDPAdmin_Tooltip.$layout_container.find( '.wpbdp-nav-item a' );
160
  WPBDPAdmin_Tooltip.$menu_state = window.localStorage.getItem( '_wpbdp_admin_menu' );
162
  WPBDPAdmin_Tooltip.layoutAdjustment();
163
  },
164
 
165
+ maybeHighlightMenu: function() {
166
+ if ( typeof wpbdpSelectNav !== 'undefined' ) {
167
+ wpbdpSelectSubnav();
168
+ }
169
+ },
170
+
171
  onNavToggle: function( e ) {
172
  e.preventDefault();
173
  WPBDPAdmin_Tooltip.$layout_container.toggleClass( 'minimized' );
1064
  );
1065
  });
1066
  });
 
 
 
 
 
 
 
 
 
 
assets/js/admin.min.js CHANGED
@@ -1 +1 @@
1
- function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(".wpbdp-nav-toggle").click(WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>"):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()})})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$(".wpbdp-admin-page-debug-info a.current-nav").click(function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!==$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0===$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
1
+ function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.maybeHighlightMenu(),WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(".wpbdp-nav-toggle").click(WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},maybeHighlightMenu:function(){"undefined"!=typeof wpbdpSelectNav&&wpbdpSelectSubnav()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>"):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()})})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$(".wpbdp-admin-page-debug-info a.current-nav").click(function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!==$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0===$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
assets/js/submit-listing.js CHANGED
@@ -279,16 +279,22 @@ jQuery(function($) {
279
  // }}
280
 
281
  wpbdp.submit_listing.Handler = function( $submit ) {
 
282
  this.$submit = $submit;
283
  this.$form = this.$submit.find( 'form' );
284
- this.editing = ( this.$form.find( 'input[name="editing"]' ).val() == '1' );
285
- this.$sections = this.$submit.find( '.wpbdp-submit-listing-section' );
286
- this.skip_plan_selection = ( 1 === $( 'input[type="hidden"][name="skip_plan_selection"][value="1"]' ).length );
287
-
288
- this.listing_id = this.$form.find( 'input[name="listing_id"]' ).val();
289
- this.ajax_url = this.$form.attr( 'data-ajax-url' );
290
  this.doing_ajax = false;
291
 
 
 
 
 
 
 
 
 
 
 
292
  this.plan_handling();
293
 
294
  var self = this;
@@ -362,6 +368,22 @@ jQuery(function($) {
362
  }, 'json' );
363
  },
364
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  plan_handling: function() {
366
  this.fee_helper = new wpbdp.submit_listing.Fee_Selection_Helper( this.$submit, this.editing );
367
 
279
  // }}
280
 
281
  wpbdp.submit_listing.Handler = function( $submit ) {
282
+ var editField;
283
  this.$submit = $submit;
284
  this.$form = this.$submit.find( 'form' );
285
+ this.ajax_url = this.$form.attr( 'data-ajax-url' );
 
 
 
 
 
286
  this.doing_ajax = false;
287
 
288
+ editField = this.$form.find( 'input[name="editing"]' );
289
+ if ( editField.length === 0 ) {
290
+ // The placeholder form needs to be replaced.
291
+ this.loadForm();
292
+ this.editing = false;
293
+ } else {
294
+ this.editing = ( this.$form.find( 'input[name="editing"]' ).val() == '1' );
295
+ this.skip_plan_selection = ( 1 === $( 'input[type="hidden"][name="skip_plan_selection"][value="1"]' ).length );
296
+ }
297
+
298
  this.plan_handling();
299
 
300
  var self = this;
368
  }, 'json' );
369
  },
370
 
371
+ // Load the form with ajax to avoid page caching.
372
+ loadForm: function() {
373
+ var self = this,
374
+ data = {
375
+ action: 'wpbdp_ajax',
376
+ handler: 'submit_listing__load_form'
377
+ };
378
+
379
+
380
+ self.ajax( data, function( res ) {
381
+ if ( typeof res.form !== 'undefined' ) {
382
+ self.$submit.html( res.form );
383
+ }
384
+ } );
385
+ },
386
+
387
  plan_handling: function() {
388
  this.fee_helper = new wpbdp.submit_listing.Fee_Selection_Helper( this.$submit, this.editing );
389
 
assets/js/submit-listing.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function($){var wpbdp=window.wpbdp||{};wpbdp.submit_listing=wpbdp.submit_listing||{},wpbdp.submit_listing.Fee_Selection_Helper=function($submit,editing){this.editing=!("undefined"==typeof editing||!editing),this.reset()},$.extend(wpbdp.submit_listing.Fee_Selection_Helper.prototype,{reset:function(){if(this.field_wrapper=$(".wpbdp-submit-listing-section-plan_selection .wpbdp-form-field-association-category"),this.field_type="",this.plan_autoselect=!1,$(".wpbdp-js-select2",this.field_wrapper).length>0?this.field_type="select2":this.field_wrapper.hasClass("wpbdp-form-field-type-select")?this.field_type="select":this.field_wrapper.hasClass("wpbdp-form-field-type-checkbox")?this.field_type="checkbox":this.field_wrapper.hasClass("wpbdp-form-field-type-radio")&&(this.field_type="radio"),this.field=this.field_wrapper.find('select, input[type="checkbox"], input[type="radio"]'),this.field_type){if("select2"===this.field_type){this.field.find('option[disabled="disabled"]').data("keep_disabled",!0);var self=this;setTimeout(function(){"select2"===this.field_type&&$.fn.selectWoo&&self.field.selectWoo({placeholder:wpbdpSubmitListingL10n.categoriesPlaceholderTxt})})}this.editing||(this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length,this.skip_plan_selection||(this.$plans_container=$(".wpbdp-plan-selection-wrapper"),this.$plan_selection=this.$plans_container.find(".wpbdp-plan-selection"),this.plans=this.$plan_selection.find(".wpbdp-plan"),this.$plan_selection.hide(),this.selected_categories=[],this.available_plans=this.plans.map(function(){return $(this).data("id")}).get(),this.field.change($.proxy(this.categories_changed,this)),this.maybe_limit_category_options(),this.field.first().trigger("change")))}},categories_changed:function(){this.selected_categories=[],"select2"===this.field_type||"select"===this.field_type?this.selected_categories=this.field.val():"checkbox"===this.field_type?this.selected_categories=this.field.filter(":checked").map(function(){return $(this).val()}).get():"radio"===this.field_type&&(this.selected_categories=this.field.filter(":checked").val()),this.selected_categories||(this.selected_categories=[]),Array.isArray(this.selected_categories)||(this.selected_categories=[this.selected_categories]),this.selected_categories||(this.selected_categories=[]),this.selected_categories=$.map(this.selected_categories,function(x){return parseInt(x)}),this.update_plan_list(),this.update_plan_prices(),("checkbox"===this.field_type||this.field.is("[multiple]"))&&this.maybe_limit_category_options(),0===this.selected_categories.length?this.plans.find('input[name="listing_plan"]').prop({disabled:0===this.selected_categories.length,checked:!1}):this.plans.find('input[name="listing_plan"]').prop("disabled",!1);var self=this;this.selected_categories.length>0?(this.$plans_container.show(),Reusables.Breakpoints.evaluate(),this.$plan_selection.fadeIn("fast")):this.$plans_container.fadeOut("fast",function(){self.$plan_selection.hide()}),1===this.available_plans.length&&this.plan_autoselect&&$("#wpbdp-plan-select-radio-"+this.available_plans[0]).trigger("click"),this.plan_autoselect||"checkbox"===this.field_type||$(this.field_wrapper).hasClass("wpbdp-form-field-type-multiselect")||(this.plan_autoselect=!0)},_enable_categories:function(categories){return"none"!==categories&&"all"!==categories&&this._enable_categories("none"),"none"===categories||"all"===categories?void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled","all"!==categories)}):"all"===categories?this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"):this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").addClass("disabled")):void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled",-1===$.inArray(parseInt($(this).val()),categories))}):this.field.each(function(i,v){-1!==$.inArray(parseInt($(this).val()),categories)&&($(this).prop("disabled",!1),$(this).parents().filter(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"))}))},maybe_limit_category_options:function(){var all_cats=!1,cats=[],self=this;$.each(this.available_plans,function(i,v){if(!all_cats){var plan_cats=self.plans.filter('[data-id="'+v+'"]').data("categories");"all"===plan_cats?all_cats=!0:(cats=$.unique(cats.concat(plan_cats.toString().split(","))),cats=$.map(cats,function(x){return parseInt(x)}))}}),all_cats?this._enable_categories("all"):this._enable_categories(cats)},update_plan_list:function(){var self=this,plans=[];$.each(this.plans,function(i,v){var $plan=$(v),plan_cats=$plan.data("categories").toString(),plan_supports_selection=!0;"all"!==plan_cats&&self.selected_categories&&(plan_cats=$.map(plan_cats.split(","),function(x){return parseInt(x)}),$.each(self.selected_categories,function(j,c){plan_supports_selection&&-1===$.inArray(c,plan_cats)&&(plan_supports_selection=!1)})),plan_supports_selection?(plans.push($plan.data("id")),$plan.show()):$plan.hide()}),self.available_plans=plans},update_plan_prices:function(){var self=this;$.each(self.available_plans,function(i,plan_id){var $plan=self.plans.filter('[data-id="'+plan_id+'"]'),pricing=$plan.data("pricing-details"),price=null;switch($plan.data("pricing-model")){case"variable":price=0,$.each(self.selected_categories,function(j,cat_id){price+=parseFloat(pricing[cat_id])});break;case"extra":price=parseFloat($plan.data("amount"))+parseFloat(pricing.extra)*self.selected_categories.length;break;default:price=parseFloat($plan.data("amount"))}$plan.find(".wpbdp-plan-price-amount").text(price?$plan.data("amount-format").replace("[amount]",price.toFixed(2)):$plan.data("free-text")),1===self.available_plans.length&&$plan.find("#wpbdp-plan-select-radio-"+plan_id).prop("checked",!0)})}}),wpbdp.submit_listing.Handler=function($submit){this.$submit=$submit,this.$form=this.$submit.find("form"),this.editing="1"==this.$form.find('input[name="editing"]').val(),this.$sections=this.$submit.find(".wpbdp-submit-listing-section"),this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length,this.listing_id=this.$form.find('input[name="listing_id"]').val(),this.ajax_url=this.$form.attr("data-ajax-url"),this.doing_ajax=!1,this.plan_handling();var self=this;this.$form.on("click","a.reset",function(e){e.preventDefault(),self.$form.find('input[name="save_listing"]').val(""),self.$form.find('input[name="reset"]').val("reset"),self.$form.submit()}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){self.fee_helper.reset()}),$("#wpbdp-submit-listing").on("change","#wpbdp-submit-listing-create_account",function(e){$("#wpbdp-submit-listing-account-details").toggle()}),$("#wpbdp-submit-listing").on("keyup",'#wpbdp-submit-listing-account-details input[type="password"]',function(e){self.check_password_strength($(this))}),$("#wpbdp-submit-listing").on("click",".wpbdp-inner-field-option-select_all",function(e){var $options=$(this).parent().find('input[type="checkbox"]');$options.prop("checked",$(this).find("input").is(":checked"))}),$("#wpbdp-submit-listing").on("click","button.submit-back-button",function(e){e.preventDefault();var prev_section_id=$(this).attr("data-previous-section"),prev_section=self.$form.find(".wpbdp-submit-listing-section").filter('[data-section-id="'+prev_section_id+'"]');if(prev_section.length){var current_section_id=self.$form.find('input[name="current_section"]').val(),current_section=$(this).parents(".wpbdp-submit-listing-section");self.$form.find('input[name="current_section"]').val(prev_section_id),current_section.addClass("hidden").hide(),prev_section.removeClass("hidden").show(),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+current_section_id).removeClass("wpbdp-submit-checked wpbdp-submit-section-current"),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+prev_section_id).addClass("wpbdp-submit-checked wpbdp-submit-section-current")}$("html, body").animate({scrollTop:self.$form.find(".wpbdp-submit-rootline").offset().top},500,function(){Reusables.Breakpoints.evaluate()})}),$(window).trigger("wpbdp_submit_init")},$.extend(wpbdp.submit_listing.Handler.prototype,{ajax:function(data,callback){if(this.doing_ajax)return void alert(wpbdpSubmitListingL10n.waitAMoment);this.doing_ajax=!0;var self=this;$.post(this.ajax_url,data,function(res){return res.success?(self.doing_ajax=!1,void callback.call(self,res.data)):void alert(wpbdpSubmitListingL10n.somethingWentWrong)},"json")},plan_handling:function(){if(this.fee_helper=new wpbdp.submit_listing.Fee_Selection_Helper(this.$submit,this.editing),this.editing){var $plan=this.$form.find(this.skip_plan_selection?".wpbdp-plan-selection .wpbdp-plan":".wpbdp-current-plan .wpbdp-plan"),plan_cats=$plan.length?$plan.data("categories").toString():"";if("all"!==plan_cats){var supported_categories=$.map($.unique(plan_cats.split(",")),function(x){return parseInt(x)});this.fee_helper._enable_categories(supported_categories)}}else{var self=this;this.$submit.on("click","#change-plan-link a",function(e){e.preventDefault(),self.$form.find('input[name="current_section"]').val("");var data=self.$form.serialize();data+="&action=wpbdp_ajax&handler=submit_listing__reset_plan",self.ajax(data,function(res){self.refresh(res)})})}},refresh:function(data){var sections=data.sections,current_sections=(data.messages,this.$form.find(".wpbdp-submit-listing-section"));current_sections.hide();var new_sections=sections,self=this;$.each(new_sections,function(section_id,section_details){var $section=current_sections.filter('[data-section-id="'+section_id+'"]'),$new_html=$(section_details.html);$section.find(".wpbdp-editor-area").each(function(){wp.editor.remove($(this).attr("id"))}),$section.attr("class",$new_html.attr("class")),$section.find(".wpbdp-submit-listing-section-content").fadeOut("fast",function(){var $new_content=$new_html.find(".wpbdp-submit-listing-section-content");$(this).replaceWith($new_content),$section.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])}),$(window).trigger("wpbdp_submit_refresh",[self,section_id,$section]),$section.hasClass("hidden")||(self.$form.find('input[name="current_section"]').val($section.attr("data-section-id")),$section.show()),Reusables.Breakpoints.scan($new_content)})})},check_password_strength:function($input){var pass=$input.val(),$result=$input.siblings(".wpbdp-password-strength-meter");if($result.removeClass("strength-0 strength-2 strength-3 strength-4").html(""),pass){var strength=wp.passwordStrength.meter(pass,wp.passwordStrength.userInputBlacklist(),""),strength_msg="";switch(strength){case 2:strength_msg=pwsL10n.bad;break;case 3:strength_msg=pwsL10n.good;break;case 4:strength_msg=pwsL10n.strong;break;case 5:strength_msg=pwsL10n.mismatch;break;default:strength_msg=pwsL10n["short"]}$result.addClass("strength-"+(strength<5&&strength>=2?strength:"0")),$result.html(strength_msg)}}});var $submit=$("#wpbdp-submit-listing");if($(window).on("wpbdp_submit_init",function(){$submit.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])})}),$submit.length>0){new wpbdp.submit_listing.Handler($submit)}});
1
+ jQuery(function($){var wpbdp=window.wpbdp||{};wpbdp.submit_listing=wpbdp.submit_listing||{},wpbdp.submit_listing.Fee_Selection_Helper=function($submit,editing){this.editing=!("undefined"==typeof editing||!editing),this.reset()},$.extend(wpbdp.submit_listing.Fee_Selection_Helper.prototype,{reset:function(){if(this.field_wrapper=$(".wpbdp-submit-listing-section-plan_selection .wpbdp-form-field-association-category"),this.field_type="",this.plan_autoselect=!1,$(".wpbdp-js-select2",this.field_wrapper).length>0?this.field_type="select2":this.field_wrapper.hasClass("wpbdp-form-field-type-select")?this.field_type="select":this.field_wrapper.hasClass("wpbdp-form-field-type-checkbox")?this.field_type="checkbox":this.field_wrapper.hasClass("wpbdp-form-field-type-radio")&&(this.field_type="radio"),this.field=this.field_wrapper.find('select, input[type="checkbox"], input[type="radio"]'),this.field_type){if("select2"===this.field_type){this.field.find('option[disabled="disabled"]').data("keep_disabled",!0);var self=this;setTimeout(function(){"select2"===this.field_type&&$.fn.selectWoo&&self.field.selectWoo({placeholder:wpbdpSubmitListingL10n.categoriesPlaceholderTxt})})}this.editing||(this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length,this.skip_plan_selection||(this.$plans_container=$(".wpbdp-plan-selection-wrapper"),this.$plan_selection=this.$plans_container.find(".wpbdp-plan-selection"),this.plans=this.$plan_selection.find(".wpbdp-plan"),this.$plan_selection.hide(),this.selected_categories=[],this.available_plans=this.plans.map(function(){return $(this).data("id")}).get(),this.field.change($.proxy(this.categories_changed,this)),this.maybe_limit_category_options(),this.field.first().trigger("change")))}},categories_changed:function(){this.selected_categories=[],"select2"===this.field_type||"select"===this.field_type?this.selected_categories=this.field.val():"checkbox"===this.field_type?this.selected_categories=this.field.filter(":checked").map(function(){return $(this).val()}).get():"radio"===this.field_type&&(this.selected_categories=this.field.filter(":checked").val()),this.selected_categories||(this.selected_categories=[]),Array.isArray(this.selected_categories)||(this.selected_categories=[this.selected_categories]),this.selected_categories||(this.selected_categories=[]),this.selected_categories=$.map(this.selected_categories,function(x){return parseInt(x)}),this.update_plan_list(),this.update_plan_prices(),("checkbox"===this.field_type||this.field.is("[multiple]"))&&this.maybe_limit_category_options(),0===this.selected_categories.length?this.plans.find('input[name="listing_plan"]').prop({disabled:0===this.selected_categories.length,checked:!1}):this.plans.find('input[name="listing_plan"]').prop("disabled",!1);var self=this;this.selected_categories.length>0?(this.$plans_container.show(),Reusables.Breakpoints.evaluate(),this.$plan_selection.fadeIn("fast")):this.$plans_container.fadeOut("fast",function(){self.$plan_selection.hide()}),1===this.available_plans.length&&this.plan_autoselect&&$("#wpbdp-plan-select-radio-"+this.available_plans[0]).trigger("click"),this.plan_autoselect||"checkbox"===this.field_type||$(this.field_wrapper).hasClass("wpbdp-form-field-type-multiselect")||(this.plan_autoselect=!0)},_enable_categories:function(categories){return"none"!==categories&&"all"!==categories&&this._enable_categories("none"),"none"===categories||"all"===categories?void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled","all"!==categories)}):"all"===categories?this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"):this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").addClass("disabled")):void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled",-1===$.inArray(parseInt($(this).val()),categories))}):this.field.each(function(i,v){-1!==$.inArray(parseInt($(this).val()),categories)&&($(this).prop("disabled",!1),$(this).parents().filter(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"))}))},maybe_limit_category_options:function(){var all_cats=!1,cats=[],self=this;$.each(this.available_plans,function(i,v){if(!all_cats){var plan_cats=self.plans.filter('[data-id="'+v+'"]').data("categories");"all"===plan_cats?all_cats=!0:(cats=$.unique(cats.concat(plan_cats.toString().split(","))),cats=$.map(cats,function(x){return parseInt(x)}))}}),all_cats?this._enable_categories("all"):this._enable_categories(cats)},update_plan_list:function(){var self=this,plans=[];$.each(this.plans,function(i,v){var $plan=$(v),plan_cats=$plan.data("categories").toString(),plan_supports_selection=!0;"all"!==plan_cats&&self.selected_categories&&(plan_cats=$.map(plan_cats.split(","),function(x){return parseInt(x)}),$.each(self.selected_categories,function(j,c){plan_supports_selection&&-1===$.inArray(c,plan_cats)&&(plan_supports_selection=!1)})),plan_supports_selection?(plans.push($plan.data("id")),$plan.show()):$plan.hide()}),self.available_plans=plans},update_plan_prices:function(){var self=this;$.each(self.available_plans,function(i,plan_id){var $plan=self.plans.filter('[data-id="'+plan_id+'"]'),pricing=$plan.data("pricing-details"),price=null;switch($plan.data("pricing-model")){case"variable":price=0,$.each(self.selected_categories,function(j,cat_id){price+=parseFloat(pricing[cat_id])});break;case"extra":price=parseFloat($plan.data("amount"))+parseFloat(pricing.extra)*self.selected_categories.length;break;default:price=parseFloat($plan.data("amount"))}$plan.find(".wpbdp-plan-price-amount").text(price?$plan.data("amount-format").replace("[amount]",price.toFixed(2)):$plan.data("free-text")),1===self.available_plans.length&&$plan.find("#wpbdp-plan-select-radio-"+plan_id).prop("checked",!0)})}}),wpbdp.submit_listing.Handler=function($submit){var editField;this.$submit=$submit,this.$form=this.$submit.find("form"),this.ajax_url=this.$form.attr("data-ajax-url"),this.doing_ajax=!1,editField=this.$form.find('input[name="editing"]'),0===editField.length?(this.loadForm(),this.editing=!1):(this.editing="1"==this.$form.find('input[name="editing"]').val(),this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length),this.plan_handling();var self=this;this.$form.on("click","a.reset",function(e){e.preventDefault(),self.$form.find('input[name="save_listing"]').val(""),self.$form.find('input[name="reset"]').val("reset"),self.$form.submit()}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){self.fee_helper.reset()}),$("#wpbdp-submit-listing").on("change","#wpbdp-submit-listing-create_account",function(e){$("#wpbdp-submit-listing-account-details").toggle()}),$("#wpbdp-submit-listing").on("keyup",'#wpbdp-submit-listing-account-details input[type="password"]',function(e){self.check_password_strength($(this))}),$("#wpbdp-submit-listing").on("click",".wpbdp-inner-field-option-select_all",function(e){var $options=$(this).parent().find('input[type="checkbox"]');$options.prop("checked",$(this).find("input").is(":checked"))}),$("#wpbdp-submit-listing").on("click","button.submit-back-button",function(e){e.preventDefault();var prev_section_id=$(this).attr("data-previous-section"),prev_section=self.$form.find(".wpbdp-submit-listing-section").filter('[data-section-id="'+prev_section_id+'"]');if(prev_section.length){var current_section_id=self.$form.find('input[name="current_section"]').val(),current_section=$(this).parents(".wpbdp-submit-listing-section");self.$form.find('input[name="current_section"]').val(prev_section_id),current_section.addClass("hidden").hide(),prev_section.removeClass("hidden").show(),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+current_section_id).removeClass("wpbdp-submit-checked wpbdp-submit-section-current"),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+prev_section_id).addClass("wpbdp-submit-checked wpbdp-submit-section-current")}$("html, body").animate({scrollTop:self.$form.find(".wpbdp-submit-rootline").offset().top},500,function(){Reusables.Breakpoints.evaluate()})}),$(window).trigger("wpbdp_submit_init")},$.extend(wpbdp.submit_listing.Handler.prototype,{ajax:function(data,callback){if(this.doing_ajax)return void alert(wpbdpSubmitListingL10n.waitAMoment);this.doing_ajax=!0;var self=this;$.post(this.ajax_url,data,function(res){return res.success?(self.doing_ajax=!1,void callback.call(self,res.data)):void alert(wpbdpSubmitListingL10n.somethingWentWrong)},"json")},loadForm:function(){var self=this,data={action:"wpbdp_ajax",handler:"submit_listing__load_form"};self.ajax(data,function(res){"undefined"!=typeof res.form&&self.$submit.html(res.form)})},plan_handling:function(){if(this.fee_helper=new wpbdp.submit_listing.Fee_Selection_Helper(this.$submit,this.editing),this.editing){var $plan=this.$form.find(this.skip_plan_selection?".wpbdp-plan-selection .wpbdp-plan":".wpbdp-current-plan .wpbdp-plan"),plan_cats=$plan.length?$plan.data("categories").toString():"";if("all"!==plan_cats){var supported_categories=$.map($.unique(plan_cats.split(",")),function(x){return parseInt(x)});this.fee_helper._enable_categories(supported_categories)}}else{var self=this;this.$submit.on("click","#change-plan-link a",function(e){e.preventDefault(),self.$form.find('input[name="current_section"]').val("");var data=self.$form.serialize();data+="&action=wpbdp_ajax&handler=submit_listing__reset_plan",self.ajax(data,function(res){self.refresh(res)})})}},refresh:function(data){var sections=data.sections,current_sections=(data.messages,this.$form.find(".wpbdp-submit-listing-section"));current_sections.hide();var new_sections=sections,self=this;$.each(new_sections,function(section_id,section_details){var $section=current_sections.filter('[data-section-id="'+section_id+'"]'),$new_html=$(section_details.html);$section.find(".wpbdp-editor-area").each(function(){wp.editor.remove($(this).attr("id"))}),$section.attr("class",$new_html.attr("class")),$section.find(".wpbdp-submit-listing-section-content").fadeOut("fast",function(){var $new_content=$new_html.find(".wpbdp-submit-listing-section-content");$(this).replaceWith($new_content),$section.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])}),$(window).trigger("wpbdp_submit_refresh",[self,section_id,$section]),$section.hasClass("hidden")||(self.$form.find('input[name="current_section"]').val($section.attr("data-section-id")),$section.show()),Reusables.Breakpoints.scan($new_content)})})},check_password_strength:function($input){var pass=$input.val(),$result=$input.siblings(".wpbdp-password-strength-meter");if($result.removeClass("strength-0 strength-2 strength-3 strength-4").html(""),pass){var strength=wp.passwordStrength.meter(pass,wp.passwordStrength.userInputBlacklist(),""),strength_msg="";switch(strength){case 2:strength_msg=pwsL10n.bad;break;case 3:strength_msg=pwsL10n.good;break;case 4:strength_msg=pwsL10n.strong;break;case 5:strength_msg=pwsL10n.mismatch;break;default:strength_msg=pwsL10n["short"]}$result.addClass("strength-"+(strength<5&&strength>=2?strength:"0")),$result.html(strength_msg)}}});var $submit=$("#wpbdp-submit-listing");if($(window).on("wpbdp_submit_init",function(){$submit.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])})}),$submit.length>0){new wpbdp.submit_listing.Handler($submit)}});
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 6.2.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.2.2
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/abstracts/class-view.php CHANGED
@@ -93,8 +93,8 @@ class WPBDP__View {
93
  'listing' => false,
94
  );
95
  $args = wp_parse_args( $args, $defaults );
96
- extract( $args );
97
 
 
98
  if ( ! $test && method_exists( $this, 'authenticate' ) ) {
99
  $test = array( $this, 'authenticate' );
100
  }
@@ -112,23 +112,23 @@ class WPBDP__View {
112
  }
113
 
114
  if ( is_user_logged_in() ) {
115
- $redirect_on_failure = false;
116
  }
117
 
118
- if ( $redirect_on_failure ) {
119
- $redirect_query_args['redirect_to'] = rawurlencode(
120
- add_query_arg(
121
- $redirect_query_args,
122
- $wpbdp_view ? wpbdp_url( $wpbdp_view ) : apply_filters( 'the_permalink', get_permalink() )
123
- )
124
- );
125
 
126
- $login_url = add_query_arg( $redirect_query_args, $login_url );
 
 
 
 
 
127
 
128
- return $this->_redirect( $login_url );
129
- } else {
130
- return wpbdp_render_msg( _x( 'Invalid credentials.', 'views', 'business-directory-plugin' ), 'error' );
131
- }
132
  }
133
 
134
  /**
93
  'listing' => false,
94
  );
95
  $args = wp_parse_args( $args, $defaults );
 
96
 
97
+ $test = $args['test'];
98
  if ( ! $test && method_exists( $this, 'authenticate' ) ) {
99
  $test = array( $this, 'authenticate' );
100
  }
112
  }
113
 
114
  if ( is_user_logged_in() ) {
115
+ $args['redirect_on_failure'] = false;
116
  }
117
 
118
+ if ( ! $args['redirect_on_failure'] ) {
119
+ return wpbdp_render_msg( _x( 'Invalid credentials.', 'views', 'business-directory-plugin' ), 'error' );
120
+ }
 
 
 
 
121
 
122
+ $args['redirect_query_args']['redirect_to'] = rawurlencode(
123
+ add_query_arg(
124
+ $args['redirect_query_args'],
125
+ $args['wpbdp_view'] ? wpbdp_url( $args['wpbdp_view'] ) : apply_filters( 'the_permalink', get_permalink() )
126
+ )
127
+ );
128
 
129
+ $login_url = add_query_arg( $args['redirect_query_args'], $args['login_url'] );
130
+
131
+ return $this->_redirect( $login_url );
 
132
  }
133
 
134
  /**
includes/admin/class-admin-controller.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/controllers/class-admin-controller.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-controller.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/controllers/class-admin-controller.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-controller.php';
includes/admin/class-admin-csv.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/controllers/class-admin-csv.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-csv.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/controllers/class-admin-csv.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-csv.php';
includes/admin/class-admin-listings.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/controllers/class-admin-listings.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-listings.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/controllers/class-admin-listings.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-listings.php';
includes/admin/class-admin.php CHANGED
@@ -1399,7 +1399,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
1399
  return;
1400
  }
1401
 
1402
- echo '<script>jQuery(document).ready(function(){wpbdpSelectSubnav();});</script>';
1403
  }
1404
 
1405
  /**
1399
  return;
1400
  }
1401
 
1402
+ echo '<script>var wpbdpSelectNav = 1;</script>';
1403
  }
1404
 
1405
  /**
includes/admin/class-csv-exporter.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/helpers/csv/class-csv-exporter.php' );
3
  require_once WPBDP_INC . 'admin/helpers/csv/class-csv-exporter.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/helpers/csv/class-csv-exporter.php' );
3
  require_once WPBDP_INC . 'admin/helpers/csv/class-csv-exporter.php';
includes/admin/class-csv-import.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/helpers/csv/class-csv-import.php' );
3
  require_once WPBDP_INC . 'admin/helpers/csv/class-csv-import.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/helpers/csv/class-csv-import.php' );
3
  require_once WPBDP_INC . 'admin/helpers/csv/class-csv-import.php';
includes/admin/class-data-formatter.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/helpers/class-data-formatter.php' );
3
  require_once WPBDP_INC . 'admin/helpers/class-data-formatter.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/helpers/class-data-formatter.php' );
3
  require_once WPBDP_INC . 'admin/helpers/class-data-formatter.php';
includes/admin/class-personal-data-eraser.php CHANGED
@@ -12,9 +12,7 @@
12
  class WPBDP_PersonalDataEraser {
13
 
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;
12
  class WPBDP_PersonalDataEraser {
13
 
14
  /**
15
+ * @param object $data_eraser
 
 
16
  */
17
  public function __construct( $data_eraser ) {
18
  $this->data_eraser = $data_eraser;
includes/admin/class-personal-data-exporter.php CHANGED
@@ -10,10 +10,9 @@
10
  * Class WPBDP_PersonalDataExporter
11
  */
12
  class WPBDP_PersonalDataExporter {
 
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;
10
  * Class WPBDP_PersonalDataExporter
11
  */
12
  class WPBDP_PersonalDataExporter {
13
+
14
  /**
15
+ * @param object $data_exporter Can include WPBDP_PersonalDataExporter.
 
 
16
  */
17
  public function __construct( $data_exporter ) {
18
  $this->data_exporter = $data_exporter;
includes/admin/class-themes-admin.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/controllers/class-themes-admin.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-themes-admin.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/controllers/class-themes-admin.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-themes-admin.php';
includes/admin/controllers/class-form-fields-admin.php CHANGED
@@ -196,7 +196,7 @@ class WPBDP_FormFieldsAdmin {
196
  $this->admin->messages[] = array( $errmsg, 'error' );
197
 
198
  } else {
199
- $id = wpbdp_get_var( array( 'param' => 'id' ) );
200
  $field = $id ? WPBDP_Form_Field::get( $id ) : new WPBDP_Form_Field( array( 'display_flags' => array( 'excerpt', 'search', 'listing' ) ) );
201
  }
202
 
@@ -269,7 +269,7 @@ class WPBDP_FormFieldsAdmin {
269
  // Check permission.
270
  check_admin_referer( 'deletefield' );
271
 
272
- $field = WPBDP_Form_Field::get( wpbdp_get_var( array( 'param' => 'id' ), 'request' ) );
273
 
274
  if ( ! $field || $field->has_behavior_flag( 'no-delete' ) ) {
275
  return;
196
  $this->admin->messages[] = array( $errmsg, 'error' );
197
 
198
  } else {
199
+ $id = (int) wpbdp_get_var( array( 'param' => 'id' ) );
200
  $field = $id ? WPBDP_Form_Field::get( $id ) : new WPBDP_Form_Field( array( 'display_flags' => array( 'excerpt', 'search', 'listing' ) ) );
201
  }
202
 
269
  // Check permission.
270
  check_admin_referer( 'deletefield' );
271
 
272
+ $field = WPBDP_Form_Field::get( (int) wpbdp_get_var( array( 'param' => 'id' ), 'request' ) );
273
 
274
  if ( ! $field || $field->has_behavior_flag( 'no-delete' ) ) {
275
  return;
includes/admin/controllers/class-settings-admin.php CHANGED
@@ -423,7 +423,7 @@ class WPBDP__Settings_Admin {
423
  echo '<div class="wpbdp-settings-multicheck-options wpbdp-grid">';
424
  $n = 0;
425
  foreach ( $setting['options'] as $option_value => $option_label ) {
426
- echo '<div class="wpbdp-settings-multicheck-option wpbdp-settings-multicheck-option-no-' . esc_attr( $n ) . '">';
427
  echo '<input type="checkbox" name="wpbdp_settings[' . esc_attr( $setting['id'] ) . '][]" id="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '" value="' . esc_attr( $option_value ) . '" ' . checked( in_array( $option_value, $value ), true, false ) . ' />';
428
  echo '<label for="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '">';
429
  echo esc_html( $option_label );
@@ -745,7 +745,7 @@ foreach ( $value as $i => $notice ) {
745
  $summary = sprintf( _x( 'Sent when a listing (%s) expires.', 'expiration notices', 'business-directory-plugin' ), $recurring_modifier );
746
  } else {
747
  $relative_time_parts = explode( ' ', $relative_time );
748
- $relative_time_number = trim( str_replace( array( '+', '-' ), '', $relative_time_parts[0] ) );
749
  $relative_time_units = $relative_time_parts[1];
750
 
751
  switch ( $relative_time_units ) {
423
  echo '<div class="wpbdp-settings-multicheck-options wpbdp-grid">';
424
  $n = 0;
425
  foreach ( $setting['options'] as $option_value => $option_label ) {
426
+ echo '<div class="wpbdp-settings-multicheck-option wpbdp-settings-multicheck-option-no-' . absint( $n ) . '">';
427
  echo '<input type="checkbox" name="wpbdp_settings[' . esc_attr( $setting['id'] ) . '][]" id="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '" value="' . esc_attr( $option_value ) . '" ' . checked( in_array( $option_value, $value ), true, false ) . ' />';
428
  echo '<label for="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '">';
429
  echo esc_html( $option_label );
745
  $summary = sprintf( _x( 'Sent when a listing (%s) expires.', 'expiration notices', 'business-directory-plugin' ), $recurring_modifier );
746
  } else {
747
  $relative_time_parts = explode( ' ', $relative_time );
748
+ $relative_time_number = (int) trim( str_replace( array( '+', '-' ), '', $relative_time_parts[0] ) );
749
  $relative_time_units = $relative_time_parts[1];
750
 
751
  switch ( $relative_time_units ) {
includes/admin/csv-import.php CHANGED
@@ -217,7 +217,7 @@ class WPBDP_CSVImportAdmin {
217
  echo str_replace( ',', ';', $value );
218
  echo ',';
219
  }
220
- echo get_the_author_meta( 'user_login', $post->post_author );
221
  $fee = wpbdp_get_listing( $post->ID )->get_fee_plan();
222
  echo ',';
223
  echo $fee ? $fee->fee_id : '';
217
  echo str_replace( ',', ';', $value );
218
  echo ',';
219
  }
220
+ echo get_the_author_meta( 'user_login', (int) $post->post_author );
221
  $fee = wpbdp_get_listing( $post->ID )->get_fee_plan();
222
  echo ',';
223
  echo $fee ? $fee->fee_id : '';
includes/admin/fees.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/controllers/class-admin-fees.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-fees.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/controllers/class-admin-fees.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-fees.php';
includes/admin/form-fields.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/helpers/tables/class-form-fields-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-form-fields-table.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/helpers/tables/class-form-fields-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-form-fields-table.php';
includes/admin/helpers/class-fees-table.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/helpers/tables/class-fees-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-fees-table.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/helpers/tables/class-fees-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-fees-table.php';
includes/admin/helpers/class-payments-table.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/admin/helpers/tables/class-payments-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-payments-table.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/admin/helpers/tables/class-payments-table.php' );
3
  require_once WPBDP_INC . 'admin/helpers/tables/class-payments-table.php';
includes/admin/helpers/csv/class-csv-exporter.php CHANGED
@@ -402,7 +402,11 @@ class WPBDP_CSVExporter {
402
  switch ( $field->get_association() ) {
403
  case 'category':
404
  case 'tags':
405
- $value = wp_get_post_terms( $listing->get_id(), ( 'tags' == $field->get_association() ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX ), 'fields=names' );
 
 
 
 
406
  $value = array_map( 'html_entity_decode', $value );
407
  $value = implode( $this->settings['category-separator'], $value );
408
  break;
402
  switch ( $field->get_association() ) {
403
  case 'category':
404
  case 'tags':
405
+ $value = wp_get_post_terms(
406
+ $listing->get_id(),
407
+ ( 'tags' === $field->get_association() ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX ),
408
+ array( 'fields' => 'names' )
409
+ );
410
  $value = array_map( 'html_entity_decode', $value );
411
  $value = implode( $this->settings['category-separator'], $value );
412
  break;
includes/admin/helpers/csv/class-csv-import.php CHANGED
@@ -8,8 +8,6 @@ if ( ! defined( 'ABSPATH' ) ) {
8
  die( 'You are not allowed to call this page directly.' );
9
  }
10
 
11
- @ini_set( 'auto_detect_line_endings', true );
12
-
13
  /**
14
  * Replaces `WPBDP_CSVImporter` (from 2.1) and adds support for sequential imports.
15
  *
@@ -754,8 +752,11 @@ class WPBDP_CSV_Import {
754
  $plan = wpbdp_get_fee_plan( $submitted_fee_id );
755
 
756
  if ( ! $plan ) {
757
- $message = _x( 'There is no Plan with ID = <fee-id>', 'admin csv-import', 'business-directory-plugin' );
758
- $message = str_replace( '<fee-id>', $submitted_fee_id, $message );
 
 
 
759
 
760
  $errors[] = $message;
761
 
8
  die( 'You are not allowed to call this page directly.' );
9
  }
10
 
 
 
11
  /**
12
  * Replaces `WPBDP_CSVImporter` (from 2.1) and adds support for sequential imports.
13
  *
752
  $plan = wpbdp_get_fee_plan( $submitted_fee_id );
753
 
754
  if ( ! $plan ) {
755
+ /* translators: %d: the plan id */
756
+ $message = sprintf(
757
+ __( 'There is no Plan with ID = %d', 'business-directory-plugin' ),
758
+ $submitted_fee_id
759
+ );
760
 
761
  $errors[] = $message;
762
 
includes/admin/helpers/tables/class-fees-table.php CHANGED
@@ -281,7 +281,7 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
281
  }
282
  }
283
 
284
- return $names ? join( $names, ', ' ) : '--';
285
  }
286
 
287
  public function column_attributes( $fee ) {
281
  }
282
  }
283
 
284
+ return $names ? join( ', ', $names ) : '--';
285
  }
286
 
287
  public function column_attributes( $fee ) {
includes/admin/page-debug.php CHANGED
@@ -58,7 +58,7 @@ class WPBDP_Admin_Debug_Page {
58
  if ( empty( $value ) ) {
59
  $value = '';
60
  } else {
61
- $value = print_r( $value, 1 );
62
  }
63
  }
64
 
58
  if ( empty( $value ) ) {
59
  $value = '';
60
  } else {
61
+ $value = print_r( $value, true );
62
  }
63
  }
64
 
includes/admin/payments.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/controllers/class-admin-payments.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-payments.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/controllers/class-admin-payments.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-admin-payments.php';
includes/admin/settings/class-settings-admin.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/admin/controllers/class-settings-admin.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-settings-admin.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/admin/controllers/class-settings-admin.php' );
3
  require_once WPBDP_INC . 'admin/controllers/class-settings-admin.php';
includes/admin/settings/class-settings-bootstrap.php CHANGED
@@ -1036,14 +1036,14 @@ final class WPBDP__Settings__Bootstrap {
1036
  )
1037
  );
1038
 
1039
- wpbdp_register_settings_group( 'image/listings', _x( 'Listings', 'settings', 'business-directory-plugin' ), 'appearance/image' );
1040
  wpbdp_register_setting(
1041
  array(
1042
  'id' => 'enforce-image-upload',
1043
  'type' => 'toggle',
1044
- 'name' => _x( 'Enforce image upload on submit/edit', 'settings', 'business-directory-plugin' ),
1045
  'default' => false,
1046
- 'group' => 'image/listings',
1047
  )
1048
  );
1049
 
@@ -1054,7 +1054,7 @@ final class WPBDP__Settings__Bootstrap {
1054
  'name' => __( 'Show Thumbnail', 'business-directory-plugin' ),
1055
  'desc' => _x( 'Excerpt view.', 'admin settings', 'business-directory-plugin' ),
1056
  'default' => true,
1057
- 'group' => 'image/listings',
1058
  )
1059
  );
1060
 
@@ -1069,7 +1069,7 @@ final class WPBDP__Settings__Bootstrap {
1069
  'theme' => __( 'WordPress Theme', 'business-directory-plugin' ),
1070
  'none' => __( 'None', 'business-directory-plugin' ),
1071
  ),
1072
- 'group' => 'image/listings',
1073
  )
1074
  );
1075
 
@@ -1081,7 +1081,7 @@ final class WPBDP__Settings__Bootstrap {
1081
  'default' => 'wpbdp-thumb',
1082
  'options' => is_admin() ? self::get_registered_image_sizes() : array(),
1083
  'desc' => _x( 'This indicates the size of the thumbnail to be used both in excerpt and detail views. For CROPPED image size values, we use the EXACT size defined. For all other values, we preserve the aspect ratio of the image and use the width as the starting point.', 'settings', 'business-directory-plugin' ),
1084
- 'group' => 'image/listings',
1085
  )
1086
  );
1087
 
1036
  )
1037
  );
1038
 
1039
+ wpbdp_register_settings_group( 'image/listings', __( 'Default Images', 'business-directory-plugin' ), 'appearance/image' );
1040
  wpbdp_register_setting(
1041
  array(
1042
  'id' => 'enforce-image-upload',
1043
  'type' => 'toggle',
1044
+ 'name' => __( 'Require images on submit/edit', 'business-directory-plugin' ),
1045
  'default' => false,
1046
+ 'group' => 'images/general',
1047
  )
1048
  );
1049
 
1054
  'name' => __( 'Show Thumbnail', 'business-directory-plugin' ),
1055
  'desc' => _x( 'Excerpt view.', 'admin settings', 'business-directory-plugin' ),
1056
  'default' => true,
1057
+ 'group' => 'image/thumbnails',
1058
  )
1059
  );
1060
 
1069
  'theme' => __( 'WordPress Theme', 'business-directory-plugin' ),
1070
  'none' => __( 'None', 'business-directory-plugin' ),
1071
  ),
1072
+ 'group' => 'image/thumbnails',
1073
  )
1074
  );
1075
 
1081
  'default' => 'wpbdp-thumb',
1082
  'options' => is_admin() ? self::get_registered_image_sizes() : array(),
1083
  'desc' => _x( 'This indicates the size of the thumbnail to be used both in excerpt and detail views. For CROPPED image size values, we use the EXACT size defined. For all other values, we preserve the aspect ratio of the image and use the width as the starting point.', 'settings', 'business-directory-plugin' ),
1084
+ 'group' => 'image/thumbnails',
1085
  )
1086
  );
1087
 
includes/admin/settings/class-settings.php CHANGED
@@ -506,7 +506,7 @@ class WPBDP__Settings {
506
  }
507
 
508
  if ( ! empty( $setting ) && ! empty( $setting['taxonomy'] ) ) {
509
- foreach ( get_taxonomies( null, 'objects' ) as $taxonomy ) {
510
  if ( $taxonomy->rewrite && $taxonomy->rewrite['slug'] == $value && $taxonomy->name != $setting['taxonomy'] ) {
511
  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' );
512
  $has_error = true;
506
  }
507
 
508
  if ( ! empty( $setting ) && ! empty( $setting['taxonomy'] ) ) {
509
+ foreach ( get_taxonomies( array(), 'objects' ) as $taxonomy ) {
510
  if ( $taxonomy->rewrite && $taxonomy->rewrite['slug'] == $value && $taxonomy->name != $setting['taxonomy'] ) {
511
  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' );
512
  $has_error = true;
includes/admin/views/modules/list.php CHANGED
@@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) {
42
  <span class="wpbdp2 wpbdp-card-module-icon wpbdp-admin-module-icon ">
43
  <img src="<?php echo esc_attr( $addon['icons']['1x'] ); ?>" alt="" />
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>
@@ -50,7 +50,7 @@ if ( ! defined( 'ABSPATH' ) ) {
50
  <?php echo esc_html( $addon['status']['label'] ); ?>
51
  </p>
52
  </div>
53
- <div class="wpbdp-right <?php echo esc_attr( $addon['status']['type'] === 'active' ) ? 'wpbdp-hidden' : 'wpbdp3'; ?>">
54
  <?php
55
  $passing = array(
56
  'addon' => $addon,
42
  <span class="wpbdp2 wpbdp-card-module-icon wpbdp-admin-module-icon ">
43
  <img src="<?php echo esc_attr( $addon['icons']['1x'] ); ?>" alt="" />
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>
50
  <?php echo esc_html( $addon['status']['label'] ); ?>
51
  </p>
52
  </div>
53
+ <div class="wpbdp-right <?php echo esc_attr( $addon['status']['type'] === 'active' ? 'wpbdp-hidden' : 'wpbdp3' ); ?>">
54
  <?php
55
  $passing = array(
56
  'addon' => $addon,
includes/class-dispatcher.php CHANGED
@@ -156,7 +156,7 @@ class WPBDP__Dispatcher {
156
  $classname = 'WPBDP__Views__' . implode( '_', array_map( 'ucfirst', explode( $explode, str_replace( $find, '', $f ) ) ) );
157
 
158
  if ( ! class_exists( $classname ) )
159
- include( $path );
160
 
161
  if ( ! class_exists( $classname ) )
162
  continue;
156
  $classname = 'WPBDP__Views__' . implode( '_', array_map( 'ucfirst', explode( $explode, str_replace( $find, '', $f ) ) ) );
157
 
158
  if ( ! class_exists( $classname ) )
159
+ include_once $path;
160
 
161
  if ( ! class_exists( $classname ) )
162
  continue;
includes/class-fee-plan.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/models/class-fee-plan.php' );
3
  require_once WPBDP_INC . 'models/class-fee-plan.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/models/class-fee-plan.php' );
3
  require_once WPBDP_INC . 'models/class-fee-plan.php';
includes/class-listing-subscription.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/models/class-listing-subscription.php' );
3
  require_once WPBDP_INC . 'models/class-listing-subscription.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/models/class-listing-subscription.php' );
3
  require_once WPBDP_INC . 'models/class-listing-subscription.php';
includes/class-listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/models/class-listing.php' );
3
  require_once WPBDP_INC . 'models/class-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/models/class-listing.php' );
3
  require_once WPBDP_INC . 'models/class-listing.php';
includes/class-module.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/models/class-module.php' );
3
  require_once WPBDP_INC . 'models/class-module.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/models/class-module.php' );
3
  require_once WPBDP_INC . 'models/class-module.php';
includes/class-payment-gateway.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/abstracts/class-payment-gateway.php' );
3
  require_once WPBDP_INC . 'abstracts/class-payment-gateway.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/abstracts/class-payment-gateway.php' );
3
  require_once WPBDP_INC . 'abstracts/class-payment-gateway.php';
includes/class-payment.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/models/class-payment.php' );
3
  require_once WPBDP_INC . 'models/class-payment.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/models/class-payment.php' );
3
  require_once WPBDP_INC . 'models/class-payment.php';
includes/class-view.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/abstracts/class-view.php' );
3
  require_once WPBDP_INC . 'abstracts/class-view.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/abstracts/class-view.php' );
3
  require_once WPBDP_INC . 'abstracts/class-view.php';
includes/class-wpbdp.php CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
28
  }
29
 
30
  private function setup_constants() {
31
- define( 'WPBDP_VERSION', '6.2.1' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
@@ -343,7 +343,7 @@ final class WPBDP {
343
  }
344
 
345
  private function load_textdomain() {
346
- $languages_dir = trailingslashit( basename( WPBDP_PATH ) ) . 'languages';
347
  load_plugin_textdomain( 'business-directory-plugin', false, $languages_dir );
348
  }
349
 
28
  }
29
 
30
  private function setup_constants() {
31
+ define( 'WPBDP_VERSION', '6.2.2' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
343
  }
344
 
345
  private function load_textdomain() {
346
+ $languages_dir = trailingslashit( basename( (string) WPBDP_PATH ) ) . 'languages';
347
  load_plugin_textdomain( 'business-directory-plugin', false, $languages_dir );
348
  }
349
 
includes/compatibility/deprecated.php CHANGED
@@ -44,8 +44,8 @@ function wpbusdirman_post_extra_thumbnails() {
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
 
@@ -115,7 +115,7 @@ function wpbusdirman_get_the_business_email( $post_id ) {
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;
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( '', '', false ) ),
48
+ esc_attr( the_title( '', '', false ) )
49
  );
50
  }
51
 
115
 
116
  $author_email = '';
117
  $post = get_post( $post_id );
118
+ $author_email = trim( get_the_author_meta( 'user_email', (int) $post->post_author ) );
119
 
120
  if ( empty( $author_email ) && ! empty( $email_field_value ) ) {
121
  return $email_field_value;
includes/compatibility/wpbdp-ajax-compat-mu.php CHANGED
@@ -1,13 +1,2 @@
1
  <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) {
4
- die( 'You are not allowed to call this page directly.' );
5
- }
6
-
7
- // Mark this file as deprecated.
8
- _deprecated_file(
9
- esc_html( basename( __FILE__ ) ),
10
- '5.12.1',
11
- null,
12
- 'The content of the wpbdp-ajax-compat-mu plugin has been moved to includes/admin/settings/class-settings-bootstrap.php.'
13
- );
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.12.1', '', 'The content of the wpbdp-ajax-compat-mu plugin has been moved to includes/admin/settings/class-settings-bootstrap.php.' );
 
 
 
 
 
 
 
 
 
 
 
includes/controllers/class-addons.php CHANGED
@@ -60,12 +60,12 @@ class WPBDP_Addons_Controller {
60
  $method = '';
61
  $url = add_query_arg( array( 'page' => 'wpbdp-settings' ), admin_url( 'admin.php' ) );
62
  $url = esc_url_raw( $url );
63
- $creds = request_filesystem_credentials( $url, $method, false, false, null );
64
 
65
  if ( false === $creds ) {
66
  $show_form = true;
67
  } elseif ( ! WP_Filesystem( $creds ) ) {
68
- request_filesystem_credentials( $url, $method, true, false, null );
69
  $show_form = true;
70
  }
71
 
@@ -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. ' . print_r( $installer->result, 1 ),
110
  'success' => false,
111
  );
112
  }
60
  $method = '';
61
  $url = add_query_arg( array( 'page' => 'wpbdp-settings' ), admin_url( 'admin.php' ) );
62
  $url = esc_url_raw( $url );
63
+ $creds = request_filesystem_credentials( $url, $method );
64
 
65
  if ( false === $creds ) {
66
  $show_form = true;
67
  } elseif ( ! WP_Filesystem( $creds ) ) {
68
+ request_filesystem_credentials( $url, $method, true );
69
  $show_form = true;
70
  }
71
 
106
  $plugin = $installer->plugin_info();
107
  if ( empty( $plugin ) ) {
108
  return array(
109
+ 'message' => 'Plugin was not installed. ' . print_r( $installer->result, true ),
110
  'success' => false,
111
  );
112
  }
includes/controllers/pages/class-manage-listings.php CHANGED
@@ -98,6 +98,10 @@ class WPBDP__Views__Manage_Listings extends WPBDP__View {
98
  $listing_status = $listing->get_status();
99
 
100
  if ( 'complete' === $listing_status ) {
 
 
 
 
101
  return $buttons;
102
  }
103
 
98
  $listing_status = $listing->get_status();
99
 
100
  if ( 'complete' === $listing_status ) {
101
+ if ( ! $listing->is_published() ) {
102
+ $buttons .= '<span>' . esc_html__( 'Pending', 'business-directory-plugin' ) . '</span> ';
103
+ }
104
+
105
  return $buttons;
106
  }
107
 
includes/controllers/pages/class-manage-recurring.php CHANGED
@@ -30,8 +30,11 @@ class WPBDP__Views__Manage_Recurring extends WPBDP__View {
30
  }
31
 
32
  if ( ! $listing ) {
33
- $message = _x( "The listing with id = <listing-id> doesn't exists.", 'manage subscription', 'business-directory-plugin' );
34
- $message = str_replace( '<listing-id>', $listing_id, $message );
 
 
 
35
 
36
  return wpbdp_render_msg( $message, 'error' );
37
  }
30
  }
31
 
32
  if ( ! $listing ) {
33
+ $message = sprintf(
34
+ /* translators: %d: the listing ID */
35
+ __( 'The listing with id %d does not exist.', 'business-directory-plugin' ),
36
+ $listing_id
37
+ );
38
 
39
  return wpbdp_render_msg( $message, 'error' );
40
  }
includes/controllers/pages/class-show-category.php CHANGED
@@ -12,40 +12,76 @@ class WPBDP__Views__Show_Category extends WPBDP__View {
12
 
13
  $term = get_queried_object();
14
 
15
- $searching = ( ! empty( $_GET ) && ! empty( $_GET['kw'] ) );
16
-
17
  $html = '';
18
 
19
  if ( is_object( $term ) ) {
20
- $term->is_tag = false;
21
-
22
- $html = $this->_render(
23
- 'category',
24
- array(
25
- 'title' => $term->name,
26
- 'category' => $term,
27
- 'query' => $wp_query,
28
- 'in_shortcode' => false,
29
- 'is_tag' => false,
30
- 'searching' => $searching,
31
- ),
32
- $searching ? '' : 'page'
33
- );
34
  }
35
 
36
  wpbdp_pop_query();
37
 
38
- // if ( is_array( $category_id ) ) {
39
- // $title = '';
40
- // $category = null;
41
- // } else {
42
- // $category = get_term( $category_id, WPBDP_CATEGORY_TAX );
43
- // $title = esc_attr( $category->name );
44
- //
45
- // if ( $in_listings_shortcode )
46
- // $title = '';
47
- // }
48
  return $html;
49
  }
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  }
12
 
13
  $term = get_queried_object();
14
 
 
 
15
  $html = '';
16
 
17
  if ( is_object( $term ) ) {
18
+
19
+ add_filter( 'the_title', array( &$this, 'set_tax_title' ) );
20
+ add_filter( 'post_thumbnail_html', array( &$this, 'remove_tax_thumbnail' ) );
21
+
22
+ $html = $this->get_taxonomy_html( $term );
23
+
 
 
 
 
 
 
 
 
24
  }
25
 
26
  wpbdp_pop_query();
27
 
 
 
 
 
 
 
 
 
 
 
28
  return $html;
29
  }
30
 
31
+ /**
32
+ * @since 6.2.2
33
+ * @return string
34
+ */
35
+ protected function get_taxonomy_html( $term ) {
36
+ global $wp_query;
37
+
38
+ $searching = ( ! empty( $_GET ) && ! empty( $_GET['kw'] ) );
39
+ $term->is_tag = false;
40
+
41
+ return $this->_render(
42
+ 'category',
43
+ array(
44
+ 'title' => $term->name,
45
+ 'category' => $term,
46
+ 'query' => $wp_query,
47
+ 'in_shortcode' => false,
48
+ 'is_tag' => false,
49
+ 'searching' => $searching,
50
+ ),
51
+ $searching ? '' : 'page'
52
+ );
53
+ }
54
+
55
+ /**
56
+ * Since the category page thinks it's a normal post, override the global post.
57
+ * This would be better to change the category output, rather than using a "page".
58
+ * See WPBDP__Dispatcher.
59
+ *
60
+ * @since 6.2.2
61
+ * @return string
62
+ */
63
+ public function set_tax_title( $title ) {
64
+ if ( in_the_loop() ) {
65
+ return $title;
66
+ }
67
+
68
+ $term = get_queried_object();
69
+ return is_object( $term ) ? $term->name : '';
70
+ }
71
+
72
+ /**
73
+ * Prevent a post thumbnail from showing on the page before the loop.
74
+ *
75
+ * @since 6.2.2
76
+ * @return string
77
+ */
78
+ public function remove_tax_thumbnail( $thumbnail ) {
79
+ if ( in_the_loop() ) {
80
+ remove_filter( 'post_thumbnail_html', array( &$this, 'remove_tax_thumbnail' ) );
81
+
82
+ return $thumbnail;
83
+ }
84
+
85
+ return '';
86
+ }
87
  }
includes/controllers/pages/class-show-tag.php CHANGED
@@ -1,37 +1,27 @@
1
  <?php
2
 
3
- class WPBDP__Views__Show_Tag extends WPBDP__View {
4
-
5
- public function dispatch() {
6
- global $wp_query;
7
-
8
- wpbdp_push_query( $wp_query );
9
-
10
- $term = get_queried_object();
11
-
12
- // TODO: figure out why get_queried_object would return
13
- // something other thana taxonomy term when this method
14
- // is executed.
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
- }
31
-
32
- wpbdp_pop_query();
33
-
34
- return $html;
35
- }
36
-
37
  }
1
  <?php
2
 
3
+ include_once 'class-show-category.php';
4
+
5
+ class WPBDP__Views__Show_Tag extends WPBDP__Views__Show_Category {
6
+
7
+ /**
8
+ * @since 6.2.2
9
+ * @return string
10
+ */
11
+ protected function get_taxonomy_html( $term ) {
12
+ global $wp_query;
13
+
14
+ $term->is_tag = true;
15
+
16
+ return $this->_render(
17
+ 'tag',
18
+ array(
19
+ 'title' => $term->name,
20
+ 'term' => $term,
21
+ 'query' => $wp_query,
22
+ 'in_shortcode' => false,
23
+ ),
24
+ 'page'
25
+ );
26
+ }
 
 
 
 
 
 
 
 
 
 
27
  }
includes/controllers/pages/class-submit-listing.php CHANGED
@@ -9,7 +9,11 @@ require_once WPBDP_PATH . 'includes/helpers/class-authenticated-listing-view.php
9
 
10
  class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
11
 
12
- protected $listing = null;
 
 
 
 
13
  protected $sections = array();
14
  protected $sections_keys = array();
15
 
@@ -28,6 +32,11 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
28
  protected $fixed_category = '';
29
  protected $category_count = false;
30
 
 
 
 
 
 
31
  public function get_title() {
32
  return __( 'Add Listing', 'business-directory-plugin' );
33
  }
@@ -86,12 +95,22 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
86
  return $this->editing;
87
  }
88
 
89
- public function dispatch() {
 
 
90
  $msg = '';
91
  if ( ! $this->can_submit( $msg ) ) {
92
  return wpbdp_render_msg( $msg );
93
  }
94
 
 
 
 
 
 
 
 
 
95
  if ( $this->editing ) {
96
  $message = '';
97
 
@@ -104,32 +123,11 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
104
  if ( $message ) {
105
  return wpbdp_render_msg( $message );
106
  }
107
- }
108
-
109
- $this->listing = $this->find_or_create_listing();
110
-
111
- $auth_parameters = array( 'wpbdp_view' => 'submit_listing' );
112
-
113
- if ( $this->editing ) {
114
- $auth_parameters = array(
115
- 'wpbdp_view' => 'edit_listing',
116
- 'redirect_query_args' => array( 'listing_id' => $this->listing->get_id() ),
117
- );
118
- }
119
-
120
- // Perform auth.
121
- $this->_auth_required( $auth_parameters );
122
 
123
- // Handle "Clear Form" request.
124
- $reset = wpbdp_get_var( array( 'param' => 'reset' ), 'post' );
125
- if ( 'reset' === $reset ) {
126
- if ( ! $this->editing ) {
127
- wp_delete_post( $this->listing->get_id(), true );
128
- return $this->_redirect( wpbdp_url( 'submit_listing' ) );
129
- }
130
 
131
- return $this->_redirect( wpbdp_url( 'edit_listing', $this->listing->get_id() ) );
132
- }
133
 
134
  if ( ! $this->editing && 'auto-draft' !== get_post_status( $this->listing->get_id() ) ) {
135
  $plan_id = absint( wpbdp_get_var( array( 'param' => 'listing_plan', 'default' => 0 ), 'post' ) );
@@ -190,14 +188,72 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
190
  }
191
  }
192
 
193
- if ( current_user_can( 'administrator' ) ) {
194
- $this->messages( _x( 'You\'re logged in as admin, payment will be skipped.', 'submit listing', 'business-directory-plugin' ), 'notice', 'general' );
195
- }
196
 
197
- $instructions = trim( wpbdp_get_option( 'submit-instructions' ) );
198
- if ( $instructions ) {
199
- $this->messages( $instructions, 'tip', 'general' );
200
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
 
202
  /**
203
  * Add custom validation when a listing form is submitted.
@@ -206,30 +262,35 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
206
  */
207
  $this->messages = apply_filters( 'wpbdp_submit_validation_errors', $this->messages, compact( 'this' ) );
208
 
209
- // Prepare $messages for template.
210
- $messages = array();
211
- foreach ( $this->messages as $context => $items ) {
212
- $messages[ $context ] = '';
213
 
214
- foreach ( $items as $i ) {
215
- $messages[ $context ] .= sprintf( '<div class="wpbdp-msg %s">%s</div>', $i[1], $i[0] );
216
- }
217
- }
218
 
219
- $html = wpbdp_render(
220
- 'submit-listing',
221
- array(
222
- 'listing' => $this->listing,
223
- 'sections' => $this->sections,
224
- 'messages' => $messages,
225
- 'is_admin' => current_user_can( 'administrator' ),
226
- 'editing' => $this->editing,
227
- 'submit' => $this,
228
- ),
229
- false
230
- );
231
- return $html;
232
- }
 
 
 
 
 
233
 
234
  /**
235
  * Check if the user has permission to view the receipt.
@@ -264,7 +325,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
264
  wp_die();
265
  }
266
 
267
- $this->listing = $this->find_or_create_listing();
268
 
269
  if ( ! $this->listing->has_fee_plan() ) {
270
  wp_die();
@@ -319,6 +380,20 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
319
  }
320
  }
321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  public function ajax_sections() {
323
  $res = new WPBDP_AJAX_Response();
324
 
@@ -326,7 +401,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
326
  $res->send_error( $msg );
327
  }
328
 
329
- $this->listing = $this->find_or_create_listing();
330
 
331
  // Ignore 'save_listing' for AJAX requests in order to leave it as the final POST with all the data.
332
  if ( $this->saving() ) {
@@ -428,39 +503,88 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
428
  return true;
429
  }
430
 
431
- private function find_or_create_listing() {
432
- $listing_id = wpbdp_get_var( array( 'param' => 'listing_id', 'sanitize' => 'absint', 'default' => 0 ), 'request' );
 
 
 
 
 
 
 
 
 
433
 
434
- if ( $listing_id && false !== get_post_status( $listing_id ) ) {
435
- $listing = wpbdp_get_listing( $listing_id );
436
- } else {
437
- $listing_id = wp_insert_post(
438
- array(
439
- 'post_author' => $this->default_author(),
440
- 'post_type' => WPBDP_POST_TYPE,
441
- 'post_status' => 'auto-draft',
442
- 'post_title' => '(no title)',
443
- )
444
- );
445
 
446
- $listing = wpbdp_get_listing( $listing_id );
447
- $listing->set_fee_plan( $this->single_plan() );
448
 
449
- $this->set_fixed_category_id();
450
- if ( $this->fixed_category ) {
451
- wp_set_post_terms( $listing_id, $this->fixed_category, WPBDP_CATEGORY_TAX, false );
452
- }
453
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
 
455
- if ( ! $listing_id ) {
456
  die();
457
  }
458
 
459
- $editing_id = wpbdp_get_var( array( 'param' => 'editing', 'sanitize' => 'absint', 'default' => 0 ), 'post' );
460
- $this->editing = $this->editing || ! empty( $editing_id );
461
 
462
- return $listing;
463
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
 
465
  /**
466
  * Get the author id if logged in, or the default by id or login.
9
 
10
  class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
11
 
12
+ /**
13
+ * @var object WPBDP_Listing
14
+ */
15
+ protected $listing = null;
16
+
17
  protected $sections = array();
18
  protected $sections_keys = array();
19
 
32
  protected $fixed_category = '';
33
  protected $category_count = false;
34
 
35
+ /**
36
+ * @var bool $is_ajax
37
+ */
38
+ protected $is_ajax = false;
39
+
40
  public function get_title() {
41
  return __( 'Add Listing', 'business-directory-plugin' );
42
  }
95
  return $this->editing;
96
  }
97
 
98
+ public function dispatch( $ajax_load = false ) {
99
+ $this->is_ajax = ! empty( $ajax_load );
100
+
101
  $msg = '';
102
  if ( ! $this->can_submit( $msg ) ) {
103
  return wpbdp_render_msg( $msg );
104
  }
105
 
106
+ $this->maybe_set_editing();
107
+
108
+ if ( $this->should_use_ajax_load() ) {
109
+ // If we aren't already doing ajax, add a placeholder to be filled later.
110
+ return $this->show_form_placeholder();
111
+ }
112
+
113
+ // At this point, 'editing' is only set if 'wpbdp_view' is 'edit_listing'.
114
  if ( $this->editing ) {
115
  $message = '';
116
 
123
  if ( $message ) {
124
  return wpbdp_render_msg( $message );
125
  }
126
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
+ $this->find_or_create_listing();
 
 
 
 
 
 
129
 
130
+ $this->maybe_reset_form();
 
131
 
132
  if ( ! $this->editing && 'auto-draft' !== get_post_status( $this->listing->get_id() ) ) {
133
  $plan_id = absint( wpbdp_get_var( array( 'param' => 'listing_plan', 'default' => 0 ), 'post' ) );
188
  }
189
  }
190
 
191
+ return $this->show_form();
192
+ }
 
193
 
194
+ /**
195
+ * Load the new listing form with ajax when the page might be cached.
196
+ *
197
+ * @since 6.2.2
198
+ * @return bool
199
+ */
200
+ private function should_use_ajax_load() {
201
+ $use_ajax = empty( $_POST ) && ! wp_doing_ajax() && ! $this->is_ajax && ! $this->editing;
202
+ if ( ! $use_ajax || is_user_logged_in() ) {
203
+ return false;
204
+ }
205
+
206
+ /**
207
+ * @since 6.2.2
208
+ */
209
+ return apply_filters( 'wpbdp_ajax_load_form', $use_ajax );
210
+ }
211
+
212
+ /**
213
+ * Show a placeholder and load the form with ajax to avoid page caching.
214
+ *
215
+ * @since 6.2.2
216
+ * @return string
217
+ */
218
+ private function show_form_placeholder() {
219
+ return '<div id="wpbdp-submit-listing" class="wpbdp-submit-page wpbdp-page">
220
+ <form action="" method="post" data-ajax-url="' . esc_url( wpbdp_ajax_url() ) . '" enctype="multipart/form-data">
221
+ </form>
222
+ </div>';
223
+ }
224
+
225
+ /**
226
+ * @since 6.2.2
227
+ * @return string
228
+ */
229
+ private function show_form() {
230
+ return wpbdp_render(
231
+ 'submit-listing',
232
+ array(
233
+ 'listing' => $this->listing,
234
+ 'sections' => $this->sections,
235
+ 'messages' => $this->prepare_messages(),
236
+ 'is_admin' => current_user_can( 'administrator' ),
237
+ 'editing' => $this->editing,
238
+ 'submit' => $this,
239
+ ),
240
+ false
241
+ );
242
+ }
243
+
244
+ /**
245
+ * @since 6.2.2
246
+ * @return array
247
+ */
248
+ private function prepare_messages() {
249
+ if ( current_user_can( 'administrator' ) ) {
250
+ $this->messages( _x( 'You\'re logged in as admin, payment will be skipped.', 'submit listing', 'business-directory-plugin' ), 'notice', 'general' );
251
+ }
252
+
253
+ $instructions = trim( wpbdp_get_option( 'submit-instructions' ) );
254
+ if ( $instructions ) {
255
+ $this->messages( $instructions, 'tip', 'general' );
256
+ }
257
 
258
  /**
259
  * Add custom validation when a listing form is submitted.
262
  */
263
  $this->messages = apply_filters( 'wpbdp_submit_validation_errors', $this->messages, compact( 'this' ) );
264
 
265
+ // Prepare $messages for template.
266
+ $messages = array();
267
+ foreach ( $this->messages as $context => $items ) {
268
+ $messages[ $context ] = '';
269
 
270
+ foreach ( $items as $i ) {
271
+ $messages[ $context ] .= sprintf( '<div class="wpbdp-msg %s">%s</div>', $i[1], $i[0] );
272
+ }
273
+ }
274
 
275
+ return $messages;
276
+ }
277
+
278
+ /**
279
+ * Handle "Clear Form" request.
280
+ *
281
+ * @since 6.2.2
282
+ */
283
+ private function maybe_reset_form() {
284
+ $reset = wpbdp_get_var( array( 'param' => 'reset' ), 'post' );
285
+ if ( 'reset' === $reset ) {
286
+ if ( ! $this->editing ) {
287
+ wp_delete_post( $this->listing->get_id(), true );
288
+ $this->_redirect( wpbdp_url( 'submit_listing' ) );
289
+ }
290
+
291
+ $this->_redirect( wpbdp_url( 'edit_listing', $this->listing->get_id() ) );
292
+ }
293
+ }
294
 
295
  /**
296
  * Check if the user has permission to view the receipt.
325
  wp_die();
326
  }
327
 
328
+ $this->find_or_create_listing();
329
 
330
  if ( ! $this->listing->has_fee_plan() ) {
331
  wp_die();
380
  }
381
  }
382
 
383
+ /**
384
+ * Avoid page caching by loading the form with ajax.
385
+ * This is called when the page includes a placeholder.
386
+ *
387
+ * @since 6.2.2
388
+ */
389
+ public function ajax_load_form() {
390
+ $response = array(
391
+ 'form' => $this->dispatch( 'ajax' ),
392
+ );
393
+
394
+ wp_send_json_success( $response );
395
+ }
396
+
397
  public function ajax_sections() {
398
  $res = new WPBDP_AJAX_Response();
399
 
401
  $res->send_error( $msg );
402
  }
403
 
404
+ $this->find_or_create_listing();
405
 
406
  // Ignore 'save_listing' for AJAX requests in order to leave it as the final POST with all the data.
407
  if ( $this->saving() ) {
503
  return true;
504
  }
505
 
506
+ /**
507
+ * Check if we should be editing, when not in edit mode. This happens
508
+ * when the url to submit a new listing includes a listing id.
509
+ *
510
+ * @since 6.2.2
511
+ * @return void
512
+ */
513
+ private function maybe_set_editing() {
514
+ if ( $this->editing ) {
515
+ return;
516
+ }
517
 
518
+ $listing_id = wpbdp_get_var( array( 'param' => 'listing_id', 'sanitize' => 'absint', 'default' => 0 ), 'request' );
519
+ $editing_id = wpbdp_get_var( array( 'param' => 'editing', 'sanitize' => 'absint', 'default' => 0 ), 'post' );
 
 
 
 
 
 
 
 
 
520
 
521
+ $this->editing = $listing_id && $editing_id;
522
+ }
523
 
524
+ /**
525
+ * @return void
526
+ */
527
+ private function find_or_create_listing() {
528
+ $listing_id = wpbdp_get_var( array( 'param' => 'listing_id', 'sanitize' => 'absint', 'default' => 0 ), 'request' );
529
+
530
+ // Check if the same listing should be retrieved.
531
+ $editing = $this->editing || ( ! empty( $_POST ) && ! $this->is_ajax );
532
+
533
+ if ( $listing_id && $editing && false !== get_post_status( $listing_id ) ) {
534
+ $this->listing = wpbdp_get_listing( $listing_id );
535
+ } else {
536
+ $this->create_listing();
537
+ }
538
+ $this->is_listing_allowed( $listing_id );
539
+ }
540
+
541
+ /**
542
+ * @since 6.2.2
543
+ */
544
+ private function create_listing() {
545
+ $listing_id = wp_insert_post(
546
+ array(
547
+ 'post_author' => $this->default_author(),
548
+ 'post_type' => WPBDP_POST_TYPE,
549
+ 'post_status' => 'auto-draft',
550
+ 'post_title' => '(no title)',
551
+ )
552
+ );
553
 
554
+ if ( ! $listing_id ) {
555
  die();
556
  }
557
 
558
+ $listing = wpbdp_get_listing( $listing_id );
559
+ $listing->set_fee_plan( $this->single_plan() );
560
 
561
+ $this->set_fixed_category_id();
562
+ if ( $this->fixed_category ) {
563
+ wp_set_post_terms( $listing_id, $this->fixed_category, WPBDP_CATEGORY_TAX, false );
564
+ }
565
+
566
+ $this->listing = $listing;
567
+ }
568
+
569
+ /**
570
+ * Check if the user has permission to edit the listing in url.
571
+ *
572
+ * @since 6.2.2
573
+ * @return void
574
+ */
575
+ private function is_listing_allowed( $listing_id ) {
576
+ $auth_parameters = array( 'wpbdp_view' => 'submit_listing' );
577
+
578
+ if ( $this->editing ) {
579
+ $auth_parameters = array(
580
+ 'wpbdp_view' => 'edit_listing',
581
+ 'redirect_query_args' => array( 'listing_id' => $listing_id ),
582
+ );
583
+ }
584
+
585
+ // Perform auth.
586
+ $this->_auth_required( $auth_parameters );
587
+ }
588
 
589
  /**
590
  * Get the author id if logged in, or the default by id or login.
includes/db/class-db-query-set.php CHANGED
@@ -133,6 +133,7 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
133
  return $this->count() > 0;
134
  }
135
 
 
136
  public function getIterator() {
137
  return new ArrayIterator( $this->to_array() );
138
  }
133
  return $this->count() > 0;
134
  }
135
 
136
+ #[\ReturnTypeWillChange]
137
  public function getIterator() {
138
  return new ArrayIterator( $this->to_array() );
139
  }
includes/debugging.php CHANGED
@@ -18,6 +18,7 @@ class WPBDP_Debugging {
18
  return;
19
 
20
  // @ini_set( 'display_errors', '1' );
 
21
  set_error_handler( array( 'WPBDP_Debugging', '_php_error_handler' ) );
22
 
23
  add_action( 'wp_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
@@ -97,7 +98,7 @@ class WPBDP_Debugging {
97
 
98
  echo '<tr class="' . $item['type'] . '">';
99
  echo '<td class="handle">&raquo;</td>';
100
- echo '<td class="timestamp">' . date( 'H:i:s', $time[1] ) . '</td>';
101
 
102
  echo '<td class="type">' . $item['type'] . '</td>';
103
  echo '<td class="message">' . $item['message'] . '</td>';
18
  return;
19
 
20
  // @ini_set( 'display_errors', '1' );
21
+ /** @phpstan-ignore-next-line */
22
  set_error_handler( array( 'WPBDP_Debugging', '_php_error_handler' ) );
23
 
24
  add_action( 'wp_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
98
 
99
  echo '<tr class="' . $item['type'] . '">';
100
  echo '<td class="handle">&raquo;</td>';
101
+ echo '<td class="timestamp">' . date( 'H:i:s', (int) $time[1] ) . '</td>';
102
 
103
  echo '<td class="type">' . $item['type'] . '</td>';
104
  echo '<td class="message">' . $item['message'] . '</td>';
includes/fields/class-fieldtypes-image.php CHANGED
@@ -295,14 +295,14 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
295
  echo '</div>';
296
 
297
  echo '<script>';
298
- echo sprintf( 'window.parent.WPBDP.fileUpload.finishUpload(%d, %d, "%s");', esc_js( $field_id ), esc_js( $media_id ), esc_js( $element ) );
299
  echo '</script>';
300
  } else {
301
  print wp_kses_post( $errors );
302
  }
303
  }
304
 
305
- echo sprintf( '<script>document.onload = function() { window.parent.WPBDP.fileUpload.resizeIFrame(%d) };</script>', esc_js( $field_id ) );
306
 
307
  exit;
308
  }
295
  echo '</div>';
296
 
297
  echo '<script>';
298
+ echo sprintf( 'window.parent.WPBDP.fileUpload.finishUpload(%d, %d, "%s");', $field_id, esc_js( $media_id ), esc_js( $element ) );
299
  echo '</script>';
300
  } else {
301
  print wp_kses_post( $errors );
302
  }
303
  }
304
 
305
+ echo sprintf( '<script>document.onload = function() { window.parent.WPBDP.fileUpload.resizeIFrame(%d) };</script>', $field_id );
306
 
307
  exit;
308
  }
includes/fields/class-fieldtypes-linkedin.php CHANGED
@@ -45,7 +45,7 @@ class WPBDP_FieldTypes_LinkedIn extends WPBDP_Form_Field_Type {
45
  }
46
 
47
  if ( is_numeric( $value ) ) {
48
- wp_enqueue_script( 'linkedin', '//platform.linkedin.com/in.js', array(), 1, true );
49
 
50
  $html .= '<script type="IN/FollowCompany" data-id="' . intval( $value ) . '" data-counter="none"></script>';
51
  $html .= '</div>';
45
  }
46
 
47
  if ( is_numeric( $value ) ) {
48
+ wp_enqueue_script( 'linkedin', '//platform.linkedin.com/in.js', array(), '1', true );
49
 
50
  $html .= '<script type="IN/FollowCompany" data-id="' . intval( $value ) . '" data-counter="none"></script>';
51
  $html .= '</div>';
includes/fields/class-form-field-type.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/abstracts/class-form-field-type.php' );
3
  require_once WPBDP_INC . 'abstracts/class-form-field-type.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/abstracts/class-form-field-type.php' );
3
  require_once WPBDP_INC . 'abstracts/class-form-field-type.php';
includes/form-fields.php CHANGED
@@ -773,7 +773,7 @@ if ( ! class_exists( 'WPBDP_FieldValidation' ) ) {
773
  break;
774
  }
775
 
776
- if ( ! ctype_digit( $m ) || ! ctype_digit( $d ) || ! ctype_digit( $y ) || ! checkdate( $m, $d, $y ) ) {
777
  /* translators: %s: field label */
778
  return WPBDP_ValidationError( ( ! empty( $args['messages']['invalid'] ) ) ? $args['messages']['invalid'] : sprintf( esc_html__( '%s must be a valid date.', 'business-directory-plugin' ), esc_html( $args['field-label'] ) ) );
779
  }
773
  break;
774
  }
775
 
776
+ if ( ! ctype_digit( $m ) || ! ctype_digit( $d ) || ! ctype_digit( $y ) || ! checkdate( (int) $m, (int) $d, (int) $y ) ) {
777
  /* translators: %s: field label */
778
  return WPBDP_ValidationError( ( ! empty( $args['messages']['invalid'] ) ) ? $args['messages']['invalid'] : sprintf( esc_html__( '%s must be a valid date.', 'business-directory-plugin' ), esc_html( $args['field-label'] ) ) );
779
  }
includes/functions.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/helpers/functions/general.php' );
3
  require_once WPBDP_INC . 'helpers/functions/general.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/helpers/functions/general.php' );
3
  require_once WPBDP_INC . 'helpers/functions/general.php';
includes/helpers/class-create-file.php CHANGED
@@ -23,7 +23,7 @@ class WPBDP_Create_File {
23
  $this->error_message = isset( $atts['error_message'] ) ? $atts['error_message'] : '';
24
  $this->uploads = wp_upload_dir();
25
  $this->set_new_file_path( $atts );
26
- $this->chmod_dir = defined( 'FS_CHMOD_DIR' ) ? FS_CHMOD_DIR : ( fileperms( ABSPATH ) & 0777 | 0755 );
27
  $this->chmod_file = defined( 'FS_CHMOD_FILE' ) ? FS_CHMOD_FILE : ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 );
28
 
29
  $this->check_permission();
@@ -116,7 +116,7 @@ class WPBDP_Create_File {
116
 
117
  $access_type = get_filesystem_method();
118
  if ( $access_type === 'direct' ) {
119
- $creds = request_filesystem_credentials( site_url() . '/wp-admin/', '', false, false, array() );
120
  } else {
121
  $creds = $this->get_ftp_creds( $access_type );
122
  }
23
  $this->error_message = isset( $atts['error_message'] ) ? $atts['error_message'] : '';
24
  $this->uploads = wp_upload_dir();
25
  $this->set_new_file_path( $atts );
26
+ $this->chmod_dir = defined( 'FS_CHMOD_DIR' ) ? FS_CHMOD_DIR : ( fileperms( (string) ABSPATH ) & 0777 | 0755 );
27
  $this->chmod_file = defined( 'FS_CHMOD_FILE' ) ? FS_CHMOD_FILE : ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 );
28
 
29
  $this->check_permission();
116
 
117
  $access_type = get_filesystem_method();
118
  if ( $access_type === 'direct' ) {
119
+ $creds = request_filesystem_credentials( site_url() . '/wp-admin/', '', false, '', array() );
120
  } else {
121
  $creds = $this->get_ftp_creds( $access_type );
122
  }
includes/helpers/class-field-display-list.php CHANGED
@@ -116,6 +116,7 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
116
  return $res;
117
  }
118
 
 
119
  public function getIterator() {
120
  return new ArrayIterator( $this->items_for_display() );
121
  }
116
  return $res;
117
  }
118
 
119
+ #[\ReturnTypeWillChange]
120
  public function getIterator() {
121
  return new ArrayIterator( $this->items_for_display() );
122
  }
includes/helpers/class-listing-display-helper.php CHANGED
@@ -120,7 +120,7 @@ class WPBDP_Listing_Display_Helper {
120
  $vars['listing'] = $listing;
121
  $vars['is_sticky'] = ( 'normal' != $listing->get_sticky_status() );
122
  $vars['sticky_tag'] = '';
123
- $vars['title'] = the_title( null, null, false );
124
  $vars['title_type'] = apply_filters( 'wpbdp_heading_type', 'h1' );
125
 
126
  if ( $vars['is_sticky'] && ! empty( wpbdp_get_option( 'display-sticky-badge' ) ) ) {
@@ -319,8 +319,8 @@ class WPBDP_Listing_Display_Helper {
319
  wp_get_attachment_image(
320
  $image->id, 'wpbdp-thumb', false, array(
321
  'class' => 'wpbdp-thumbnail size-thumbnail' . $crop_class,
322
- 'alt' => $image_caption ? $image_caption : the_title( null, null, false ),
323
- 'title' => $image_caption ? $image_caption : the_title( null, null, false ),
324
  )
325
  )
326
  );
120
  $vars['listing'] = $listing;
121
  $vars['is_sticky'] = ( 'normal' != $listing->get_sticky_status() );
122
  $vars['sticky_tag'] = '';
123
+ $vars['title'] = the_title( '', '', false );
124
  $vars['title_type'] = apply_filters( 'wpbdp_heading_type', 'h1' );
125
 
126
  if ( $vars['is_sticky'] && ! empty( wpbdp_get_option( 'display-sticky-badge' ) ) ) {
319
  wp_get_attachment_image(
320
  $image->id, 'wpbdp-thumb', false, array(
321
  'class' => 'wpbdp-thumbnail size-thumbnail' . $crop_class,
322
+ 'alt' => $image_caption ? $image_caption : the_title( '', '', false ),
323
+ 'title' => $image_caption ? $image_caption : the_title( '', '', false ),
324
  )
325
  )
326
  );
includes/helpers/functions/general.php CHANGED
@@ -1208,14 +1208,14 @@ function wpbdp_latest_listings( $n = 10, $before = '<ul>', $after = '</ul>', $be
1208
  /**
1209
  * @since 4.0
1210
  */
1211
- function wpbdp_the_listing_actions( $args = array() ) {
1212
  echo wpbdp_listing_actions();
1213
  }
1214
 
1215
  /**
1216
  * @since 4.0
1217
  */
1218
- function wpbdp_listing_actions( $args = array() ) {
1219
  return wpbdp_render(
1220
  'parts/listing-buttons',
1221
  array(
1208
  /**
1209
  * @since 4.0
1210
  */
1211
+ function wpbdp_the_listing_actions() {
1212
  echo wpbdp_listing_actions();
1213
  }
1214
 
1215
  /**
1216
  * @since 4.0
1217
  */
1218
+ function wpbdp_listing_actions() {
1219
  return wpbdp_render(
1220
  'parts/listing-buttons',
1221
  array(
includes/helpers/functions/listings.php CHANGED
@@ -90,7 +90,7 @@ function wpbdp_save_listing( $args = array(), $error = false, $context = '' ) {
90
 
91
  if ( ! is_null( $slug_prefix ) && function_exists( '_truncate_post_slug' ) ) {
92
  $slug_prefix = intval( $slug_prefix ) + 1;
93
- $listing['post_name'] = _truncate_post_slug( $listing['post_name'], 200 - strlen( $slug_prefix ) - 1 ) . '-' . $slug_prefix;
94
 
95
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->options} SET option_value = %s WHERE option_name = %s", $slug_prefix, $post_name_hash ) );
96
  }
90
 
91
  if ( ! is_null( $slug_prefix ) && function_exists( '_truncate_post_slug' ) ) {
92
  $slug_prefix = intval( $slug_prefix ) + 1;
93
+ $listing['post_name'] = _truncate_post_slug( $listing['post_name'], 200 - strlen( (string) $slug_prefix ) - 1 ) . '-' . $slug_prefix;
94
 
95
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->options} SET option_value = %s WHERE option_name = %s", $slug_prefix, $post_name_hash ) );
96
  }
includes/installer.php CHANGED
@@ -24,15 +24,6 @@ class WPBDP_Installer {
24
  public function install() {
25
  global $wpdb;
26
 
27
- // TODO: Is this event now unnecessary? Check wpbdp_daily_events event.
28
- // schedule expiration hook if needed
29
- if ( ! wp_next_scheduled( 'wpbdp_listings_expiration_check' ) ) {
30
- wpbdp_log( 'Expiration check was not in schedule. Scheduling.' );
31
- wp_schedule_event( current_time( 'timestamp' ), 'hourly', 'wpbdp_listings_expiration_check' );
32
- } else {
33
- wpbdp_log( 'Expiration check was in schedule. Nothing to do.' );
34
- }
35
-
36
  if ( version_compare( self::DB_VERSION, $this->installed_version, '=' ) )
37
  return;
38
 
24
  public function install() {
25
  global $wpdb;
26
 
 
 
 
 
 
 
 
 
 
27
  if ( version_compare( self::DB_VERSION, $this->installed_version, '=' ) )
28
  return;
29
 
includes/listings.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/helpers/functions/listings.php' );
3
  require_once WPBDP_INC . 'helpers/functions/listings.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/helpers/functions/listings.php' );
3
  require_once WPBDP_INC . 'helpers/functions/listings.php';
includes/logging.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/helpers/functions/logging.php' );
3
  require_once WPBDP_INC . 'helpers/functions/logging.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/helpers/functions/logging.php' );
3
  require_once WPBDP_INC . 'helpers/functions/logging.php';
includes/models/class-listing.php CHANGED
@@ -626,7 +626,7 @@ class WPBDP_Listing {
626
  return '';
627
 
628
  $post = get_post( $this->id );
629
- return get_the_author_meta( $meta, $post->post_author );
630
  }
631
 
632
  /**
626
  return '';
627
 
628
  $post = get_post( $this->id );
629
+ return get_the_author_meta( $meta, (int) $post->post_author );
630
  }
631
 
632
  /**
includes/seo.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/helpers/class-seo.php' );
3
  require_once WPBDP_INC . 'helpers/class-seo.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/helpers/class-seo.php' );
3
  require_once WPBDP_INC . 'helpers/class-seo.php';
includes/template-sections.php CHANGED
@@ -45,7 +45,8 @@ class _WPBDP_Template_Sections {
45
  $html = '<div class="comments">';
46
 
47
  ob_start();
48
- comments_template( null, true );
 
49
  $html .= ob_get_clean();
50
 
51
  $html .= '</div>';
45
  $html = '<div class="comments">';
46
 
47
  ob_start();
48
+ comments_template( '', true );
49
+
50
  $html .= ob_get_clean();
51
 
52
  $html .= '</div>';
includes/templates-ui.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14.3', null, 'This file can be found in includes/helpers/functions/templates-ui.php' );
3
  require_once WPBDP_INC . 'helpers/functions/templates-ui.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14.3', '', 'This file can be found in includes/helpers/functions/templates-ui.php' );
3
  require_once WPBDP_INC . 'helpers/functions/templates-ui.php';
includes/utils.php CHANGED
@@ -74,7 +74,7 @@ class WPBDP_Utils {
74
  return false;
75
 
76
  global $wpdb;
77
- $columns = wp_filter_object_list( $wpdb->get_results( "DESCRIBE {$table}" ), null, null, 'Field' );
78
  return in_array( $col, $columns, true );
79
  }
80
 
@@ -94,12 +94,13 @@ class WPBDP_Utils {
94
  *
95
  * @since v5.9
96
  *
97
- * @param array $args
98
- * @param string $args[string] $cache_key The unique name for this cache
99
- * @param string $args[group] The name of the cache group
100
- * @param string $args[query] If blank, don't run a db call
101
- * @param string $args[type] The wpdb function to use with this query
102
- * @param int $args[time] When the cahce should expire
 
103
  *
104
  * @return mixed $results The cache or query results
105
  */
@@ -283,7 +284,7 @@ class WPBDP_Utils {
283
  $file_id = self::get_file_id( $file_ );
284
  if ( ! empty( $_FILES[ $file_id ]['name'] ) && is_array( $_FILES[ $file_id ]['name'] ) ) {
285
  // Force an array of files to a single file.
286
- $file_id = substr( sha1( rand() ), 0, 5 );
287
  $_FILES[ $file_id ] = $file;
288
  }
289
 
@@ -532,8 +533,8 @@ function wpbdp_flatten_files_array( $files = array() ) {
532
  * Returns properties and array values from objects or arrays, resp.
533
  *
534
  * @param array|object $dict
535
- * @param string $key Property name or array key.
536
- * @param mixed $default Optional. Defaults to `false`.
537
  */
538
  function wpbdp_getv( $dict, $key, $default = false ) {
539
  $_dict = is_object( $dict ) ? (array) $dict : $dict;
@@ -563,7 +564,7 @@ function wpbdp_get_server_value( $value ) {
563
  *
564
  * @param array $args - Includes 'param' and 'sanitize'.
565
  *
566
- * @return array|string
567
  */
568
  function wpbdp_get_var( $args, $type = 'get' ) {
569
  $defaults = array(
@@ -1158,7 +1159,7 @@ function wpbdp_render_user_field( $args = array() ) {
1158
  if ( $users_query->get_total() <= 200 ) {
1159
  $output = '<select class="' . esc_attr( $args['class'] ) . '" name="' . esc_attr( $args['name'] ) . '">';
1160
 
1161
- foreach ( get_users( 'orderby=display_name' ) as $user ) {
1162
  $selected = $args['value'] == $user->ID ? ' selected="selected"' : '';
1163
 
1164
  $output .= '<option value="' . $user->ID . '"' . $selected . '>';
@@ -1180,7 +1181,7 @@ function wpbdp_render_user_field( $args = array() ) {
1180
  $hidden_field_id = 'autocomplete-value-' . uniqid();
1181
 
1182
  $output = '<input class="wpbdp-user-autocomplete ' . esc_attr( $args['class'] ) . '" type="text" value="' . esc_attr( $text_value ) . '" data-hidden-field="' . $hidden_field_id . '" />';
1183
- $output .= '<input id="' . esc_attr( $hidden_field_id ) . '" name="' . esc_attr( $args['name'] ) . '" type="hidden" value="' . esc_attr( $hidden_value ) . '">';
1184
  }
1185
 
1186
  return $output;
74
  return false;
75
 
76
  global $wpdb;
77
+ $columns = wp_filter_object_list( $wpdb->get_results( "DESCRIBE {$table}" ), array(), 'and', 'Field' );
78
  return in_array( $col, $columns, true );
79
  }
80
 
94
  *
95
  * @since v5.9
96
  *
97
+ * @param array $args {
98
+ * @type string $cache_key The unique name for this cache
99
+ * @type string $group The name of the cache group
100
+ * @type string $query If blank, don't run a db call
101
+ * @type string $type The wpdb function to use with this query
102
+ * @type int $time When the cahce should expire
103
+ * }
104
  *
105
  * @return mixed $results The cache or query results
106
  */
284
  $file_id = self::get_file_id( $file_ );
285
  if ( ! empty( $_FILES[ $file_id ]['name'] ) && is_array( $_FILES[ $file_id ]['name'] ) ) {
286
  // Force an array of files to a single file.
287
+ $file_id = substr( sha1( (string) rand() ), 0, 5 );
288
  $_FILES[ $file_id ] = $file;
289
  }
290
 
533
  * Returns properties and array values from objects or arrays, resp.
534
  *
535
  * @param array|object $dict
536
+ * @param string|int $key Property name or array key.
537
+ * @param mixed $default Optional. Defaults to `false`.
538
  */
539
  function wpbdp_getv( $dict, $key, $default = false ) {
540
  $_dict = is_object( $dict ) ? (array) $dict : $dict;
564
  *
565
  * @param array $args - Includes 'param' and 'sanitize'.
566
  *
567
+ * @return array|string|int|float|mixed
568
  */
569
  function wpbdp_get_var( $args, $type = 'get' ) {
570
  $defaults = array(
1159
  if ( $users_query->get_total() <= 200 ) {
1160
  $output = '<select class="' . esc_attr( $args['class'] ) . '" name="' . esc_attr( $args['name'] ) . '">';
1161
 
1162
+ foreach ( get_users( array( 'orderby' => 'display_name' ) ) as $user ) {
1163
  $selected = $args['value'] == $user->ID ? ' selected="selected"' : '';
1164
 
1165
  $output .= '<option value="' . $user->ID . '"' . $selected . '>';
1181
  $hidden_field_id = 'autocomplete-value-' . uniqid();
1182
 
1183
  $output = '<input class="wpbdp-user-autocomplete ' . esc_attr( $args['class'] ) . '" type="text" value="' . esc_attr( $text_value ) . '" data-hidden-field="' . $hidden_field_id . '" />';
1184
+ $output .= '<input id="' . esc_attr( $hidden_field_id ) . '" name="' . esc_attr( $args['name'] ) . '" type="hidden" value="' . absint( $hidden_value ) . '">';
1185
  }
1186
 
1187
  return $output;
includes/views/all_listings.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-all-listings.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-all-listings.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-all-listings.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-all-listings.php';
includes/views/checkout.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-checkout.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-checkout.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-checkout.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-checkout.php';
includes/views/delete_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-delete-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-delete-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-delete-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-delete-listing.php';
includes/views/edit_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-edit-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-edit-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-edit-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-edit-listing.php';
includes/views/flag_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-flag-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-flag-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-flag-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-flag-listing.php';
includes/views/listing_contact.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-listing-contact.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-listing-contact.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-listing-contact.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-listing-contact.php';
includes/views/login.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-login.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-login.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-login.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-login.php';
includes/views/main.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-main.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-main.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-main.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-main.php';
includes/views/manage_listings.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-manage-listings.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-manage-listings.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-manage-listings.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-manage-listings.php';
includes/views/manage_recurring.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-manage-recurring.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-manage-recurring.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-manage-recurring.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-manage-recurring.php';
includes/views/renew_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-renew-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-renew-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-renew-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-renew-listing.php';
includes/views/request_access_keys.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-request-access-keys.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-request-access-keys.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-request-access-keys.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-request-access-keys.php';
includes/views/search.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-search.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-search.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-search.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-search.php';
includes/views/show_category.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-show-category.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-category.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-show-category.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-category.php';
includes/views/show_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-show-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-show-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-listing.php';
includes/views/show_tag.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-show-tag.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-tag.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-show-tag.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-show-tag.php';
includes/views/submit_listing.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- _deprecated_file( basename( __FILE__ ), '5.14', null, 'This file can be found in includes/controllers/pages/class-submit-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-submit-listing.php';
1
  <?php
2
+ _deprecated_file( basename( __FILE__ ), '5.14', '', 'This file can be found in includes/controllers/pages/class-submit-listing.php' );
3
  require_once WPBDP_INC . 'controllers/pages/class-submit-listing.php';
includes/widgets/class-listings-widget.php CHANGED
@@ -9,7 +9,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
9
 
10
 
11
  public function __construct( $name, $description = '' ) {
12
- parent::__construct( false, $name, array( 'description' => $description ) );
13
  $this->defaults['title'] = str_replace( array( 'WPBDP', '_' ), array( '', ' ' ), get_class( $this ) );
14
  }
15
 
9
 
10
 
11
  public function __construct( $name, $description = '' ) {
12
+ parent::__construct( '', $name, array( 'description' => $description ) );
13
  $this->defaults['title'] = str_replace( array( 'WPBDP', '_' ), array( '', ' ' ), get_class( $this ) );
14
  }
15
 
includes/widgets/widget-search.php CHANGED
@@ -8,7 +8,7 @@ class WPBDP_SearchWidget extends WP_Widget {
8
 
9
  public function __construct() {
10
  parent::__construct(
11
- false,
12
  _x( 'Business Directory - Search', 'widgets', 'business-directory-plugin' ),
13
  array(
14
  'description' => _x( 'Displays a search form to look for Business Directory listings.', 'widgets', 'business-directory-plugin' )
8
 
9
  public function __construct() {
10
  parent::__construct(
11
+ '',
12
  _x( 'Business Directory - Search', 'widgets', 'business-directory-plugin' ),
13
  array(
14
  'description' => _x( 'Displays a search form to look for Business Directory listings.', 'widgets', 'business-directory-plugin' )
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-05-13 19:33:26+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"
@@ -337,7 +337,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
- #: includes/controllers/pages/class-submit-listing.php:514
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "معلومات حول الإعلان"
@@ -417,7 +417,7 @@ msgstr ""
417
  "الأعمال للقيام بذلك نيابة عنك تلقائياً."
418
 
419
  #: includes/admin/controllers/class-form-fields-admin.php:37
420
- #: includes/controllers/pages/class-submit-listing.php:844
421
  #, fuzzy
422
  msgid "Go to \"Form Fields\""
423
  msgstr "إنتقل إلى \"إدارة حقول\""
@@ -467,7 +467,7 @@ 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:246
471
  #: templates/checkout-billing-form.tpl.php:75
472
  #, fuzzy
473
  msgid "Address"
@@ -651,11 +651,16 @@ msgstr "قم بالتفعيل"
651
  msgid "Hide notifications"
652
  msgstr "تنبيهات البريد الإلكتروني"
653
 
654
- #: includes/admin/helpers/csv/class-csv-import.php:675
655
  #, fuzzy
656
  msgid "Listing imported by admin. Payment skipped."
657
  msgstr "Poster annonce(paiement initial)"
658
 
 
 
 
 
 
659
  #. translators: %1$s: open link html, %2$s close link
660
  #: includes/admin/helpers/tables/class-fees-table.php:30
661
  #, fuzzy
@@ -766,7 +771,7 @@ 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:1250
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
@@ -807,7 +812,7 @@ 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 "شروط وأحكام"
@@ -995,6 +1000,15 @@ msgstr ""
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"
@@ -1585,7 +1599,7 @@ msgid "View All Listings"
1585
  msgstr "مشاهدة جميع الإعلانات"
1586
 
1587
  #: includes/controllers/pages/class-checkout.php:181
1588
- #: includes/controllers/pages/class-manage-listings.php:109
1589
  msgid "Pay Now"
1590
  msgstr ""
1591
 
@@ -1629,11 +1643,22 @@ msgstr "يرجى إدخال إسمك."
1629
  msgid "l F j, Y \\a\\t g:i a"
1630
  msgstr "l F j, Y \\a\\t g:i a"
1631
 
1632
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1633
  #: templates/renew-listing.tpl.php:11
1634
  msgid "Renew Listing"
1635
  msgstr "تجديد الإعلان"
1636
 
 
 
 
 
 
 
1637
  #: includes/controllers/pages/class-renew-listing.php:36
1638
  #, fuzzy
1639
  msgid "That listing cannot yet be renewed."
@@ -1646,46 +1671,46 @@ msgstr ""
1646
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1647
  "publiée."
1648
 
1649
- #: includes/controllers/pages/class-submit-listing.php:32
1650
  #: includes/helpers/functions/templates-ui.php:330
1651
  #: templates/submit-listing.tpl.php:17
1652
  #, fuzzy
1653
  msgid "Add Listing"
1654
  msgstr "إضافة رسوم الإعلان"
1655
 
1656
- #: includes/controllers/pages/class-submit-listing.php:560
1657
  #, fuzzy
1658
  msgid "Listing Images"
1659
  msgstr "صور الإعلانات"
1660
 
1661
- #: includes/controllers/pages/class-submit-listing.php:628
1662
  msgid "Account Creation"
1663
  msgstr ""
1664
 
1665
- #: includes/controllers/pages/class-submit-listing.php:827
1666
  #, fuzzy
1667
  msgid "Go to \"Plans\""
1668
  msgstr "إنتقل إلى \"إدارة حقول\""
1669
 
1670
- #: includes/controllers/pages/class-submit-listing.php:884
1671
  #, fuzzy
1672
  msgid "Please choose a plan."
1673
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1674
 
1675
- #: includes/controllers/pages/class-submit-listing.php:1074
1676
  msgid "Please check the form for errors, correct them and submit again."
1677
  msgstr ""
1678
 
1679
- #: includes/controllers/pages/class-submit-listing.php:1234
1680
  msgid "Create a user account on this site"
1681
  msgstr ""
1682
 
1683
- #: includes/controllers/pages/class-submit-listing.php:1241
1684
  #, fuzzy
1685
  msgid "Username"
1686
  msgstr "عضو"
1687
 
1688
- #: includes/controllers/pages/class-submit-listing.php:1263
1689
  #, fuzzy
1690
  msgid "Clear Form"
1691
  msgstr "مسح"
@@ -2017,7 +2042,7 @@ msgstr "تحرير الإعلان"
2017
  msgid "Manage Listings"
2018
  msgstr "إدارة الإعلانات المدفوعة"
2019
 
2020
- #: includes/installer.php:60
2021
  #, fuzzy
2022
  msgid "Default Plan"
2023
  msgstr "رسوم افتراضية"
@@ -2167,12 +2192,12 @@ msgstr "الرجوع إلى الإعلان."
2167
  msgid "ZIP file is not a valid Business Directory theme file."
2168
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
2169
 
2170
- #: includes/utils.php:390
2171
  #, fuzzy
2172
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2173
  msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
2174
 
2175
- #: includes/utils.php:399
2176
  #, fuzzy
2177
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2178
  msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
@@ -2603,7 +2628,7 @@ msgstr ""
2603
  msgid "Add a payment gateway to increase conversion rates"
2604
  msgstr ""
2605
 
2606
- #. translators: %s: payment gateway name */
2607
  #: templates/admin/fees-index.tpl.php:75
2608
  #, fuzzy
2609
  msgid "Add %s as a payment option."
@@ -2701,6 +2726,11 @@ msgstr ""
2701
  msgid "Recurring"
2702
  msgstr "(متكرر)"
2703
 
 
 
 
 
 
2704
  #: templates/admin/payments-details.tpl.php:5
2705
  #, fuzzy
2706
  msgid "Payment %s"
@@ -3637,13 +3667,15 @@ msgid "Failed to import category %s"
3637
  msgstr "إخفاء التصنيفات الفارغة؟"
3638
 
3639
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3640
  msgid "Failed to import post tag %s"
3641
- msgstr ""
3642
 
3643
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3644
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3645
  msgid "Failed to import %s %s"
3646
- msgstr ""
3647
 
3648
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3649
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3654,8 +3686,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3654
  msgstr ""
3655
 
3656
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3657
  msgid "Failed to import %s &#8220;%s&#8221;"
3658
- msgstr ""
3659
 
3660
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3661
  msgid "Menu item skipped due to missing menu slug"
@@ -3754,7 +3787,7 @@ msgstr ""
3754
  msgid "Business Directory Team"
3755
  msgstr "دليل الأعمال"
3756
 
3757
- #: includes/abstracts/class-view.php:130
3758
  #, fuzzy
3759
  msgctxt "views"
3760
  msgid "Invalid credentials."
@@ -5567,7 +5600,6 @@ msgid "General"
5567
  msgstr "عام"
5568
 
5569
  #: includes/admin/settings/class-settings-bootstrap.php:10
5570
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5571
  #, fuzzy
5572
  msgctxt "settings"
5573
  msgid "Listings"
@@ -6184,11 +6216,6 @@ msgstr ""
6184
  "تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
6185
  "الصور المصغرة مختلفة."
6186
 
6187
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6188
- msgctxt "settings"
6189
- msgid "Enforce image upload on submit/edit"
6190
- msgstr ""
6191
-
6192
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6193
  #, fuzzy
6194
  msgctxt "settings"
@@ -6751,39 +6778,34 @@ msgctxt "admin csv-import"
6751
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6752
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6753
 
6754
- #: includes/admin/helpers/csv/class-csv-import.php:532
6755
  msgctxt "admin csv-import"
6756
  msgid ""
6757
  "Could not create listing category \"<category-name>\". The operation failed "
6758
  "with the following error: <error-message>."
6759
  msgstr ""
6760
 
6761
- #: includes/admin/helpers/csv/class-csv-import.php:538
6762
  msgctxt "admin csv-import"
6763
  msgid "Could not create listing category \"%s\""
6764
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6765
 
6766
- #: includes/admin/helpers/csv/class-csv-import.php:730
6767
  msgctxt "admin csv-import"
6768
  msgid "Username \"%s\" does not exist"
6769
  msgstr "إسم المستخدم \"%s\" غير موجود"
6770
 
6771
- #: includes/admin/helpers/csv/class-csv-import.php:757
6772
- msgctxt "admin csv-import"
6773
- msgid "There is no Plan with ID = <fee-id>"
6774
- msgstr ""
6775
-
6776
- #: includes/admin/helpers/csv/class-csv-import.php:788
6777
  msgctxt "admin csv-import"
6778
  msgid "Missing required field: %s"
6779
  msgstr "حقل مطلوب مفقود: %s"
6780
 
6781
- #: includes/admin/helpers/csv/class-csv-import.php:829
6782
  msgctxt "admin csv-import"
6783
  msgid "Listing category \"%s\" does not exist"
6784
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6785
 
6786
- #: includes/admin/helpers/csv/class-csv-import.php:903
6787
  msgctxt "admin csv-import"
6788
  msgid "The string <string> couldn't be converted into a valid date."
6789
  msgstr ""
@@ -7803,7 +7825,7 @@ msgstr ""
7803
  "إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
7804
  "إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
7805
 
7806
- #: includes/controllers/pages/class-submit-listing.php:420
7807
  msgctxt "templates"
7808
  msgid ""
7809
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7812,27 +7834,27 @@ msgstr ""
7812
  "<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
7813
  "محددة في الإعدادات؟"
7814
 
7815
- #: includes/controllers/pages/class-submit-listing.php:422
7816
  msgctxt "templates"
7817
  msgid ""
7818
  "Listing submission has been disabled. Contact the administrator for details."
7819
  msgstr ""
7820
 
7821
- #: includes/controllers/pages/class-submit-listing.php:820
7822
  msgctxt "templates"
7823
  msgid ""
7824
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7825
  "a listing. %s to create a plan"
7826
  msgstr ""
7827
 
7828
- #: includes/controllers/pages/class-submit-listing.php:834
7829
  msgctxt "templates"
7830
  msgid ""
7831
  "Listing submission is not available at the moment. Contact the administrator "
7832
  "for details."
7833
  msgstr ""
7834
 
7835
- #: includes/controllers/pages/class-submit-listing.php:837
7836
  msgctxt "templates"
7837
  msgid ""
7838
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7840,12 +7862,12 @@ msgid ""
7840
  "an existing field"
7841
  msgstr ""
7842
 
7843
- #: includes/controllers/pages/class-submit-listing.php:1284
7844
  msgctxt "templates"
7845
  msgid "Please agree to the Terms and Conditions."
7846
  msgstr "يرجى الموافقة على الشروط والأحكام."
7847
 
7848
- #: includes/controllers/pages/class-submit-listing.php:1298
7849
  #, fuzzy
7850
  msgctxt "templates"
7851
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7998,12 +8020,7 @@ msgctxt "view:manage-listings"
7998
  msgid "Please <a>login</a> to manage your listings."
7999
  msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
8000
 
8001
- #: includes/controllers/pages/class-manage-recurring.php:33
8002
- msgctxt "manage subscription"
8003
- msgid "The listing with id = <listing-id> doesn't exists."
8004
- msgstr ""
8005
-
8006
- #: includes/controllers/pages/class-manage-recurring.php:42
8007
  #, fuzzy
8008
  msgctxt "manage subscriptions"
8009
  msgid ""
@@ -8011,12 +8028,12 @@ msgid ""
8011
  "invalid."
8012
  msgstr "غير مسموح لك بتحرير هذا الإعلان."
8013
 
8014
- #: includes/controllers/pages/class-manage-recurring.php:53
8015
  msgctxt "manage subscriptions"
8016
  msgid "Invalid subscription."
8017
  msgstr "الاشتراك غير صالح."
8018
 
8019
- #: includes/controllers/pages/class-manage-recurring.php:76
8020
  #, fuzzy
8021
  msgctxt "manage subscriptions"
8022
  msgid "Your subscription was canceled."
@@ -8028,7 +8045,7 @@ msgctxt "manage subscriptions"
8028
  msgid "Subscription / Plan"
8029
  msgstr "الاشتراك/رسم الخطة"
8030
 
8031
- #: includes/controllers/pages/class-manage-recurring.php:93
8032
  #, fuzzy
8033
  msgctxt "manage listings"
8034
  msgid "You are not on recurring payments for any of your listings."
@@ -8140,78 +8157,78 @@ msgctxt "search"
8140
  msgid "\"%s\" is required."
8141
  msgstr "%s مطلوب."
8142
 
8143
- #: includes/controllers/pages/class-submit-listing.php:69
8144
  msgctxt "submit listing"
8145
  msgid "Click this field to add categories"
8146
  msgstr ""
8147
 
8148
- #: includes/controllers/pages/class-submit-listing.php:70
8149
  #, fuzzy
8150
  msgctxt "submit listing"
8151
  msgid "Complete Listing"
8152
  msgstr "حذف الإعلان"
8153
 
8154
- #: includes/controllers/pages/class-submit-listing.php:71
8155
  #, fuzzy
8156
  msgctxt "submit listing"
8157
  msgid "Continue to Payment"
8158
  msgstr "الدفعة الأولية"
8159
 
8160
- #: includes/controllers/pages/class-submit-listing.php:73
8161
  msgctxt "submit listing"
8162
  msgid "Please wait a moment!"
8163
  msgstr ""
8164
 
8165
- #: includes/controllers/pages/class-submit-listing.php:74
8166
  msgctxt "submit listing"
8167
  msgid "Something went wrong!"
8168
  msgstr ""
8169
 
8170
- #: includes/controllers/pages/class-submit-listing.php:99
8171
  #, fuzzy
8172
  msgctxt "submit listing"
8173
  msgid "No listing ID was specified."
8174
  msgstr "تم تحرير الإعلان"
8175
 
8176
- #: includes/controllers/pages/class-submit-listing.php:101
8177
  #, fuzzy
8178
  msgctxt "submit listing"
8179
  msgid "You can't edit this listing."
8180
  msgstr "التصنيفات لهذا الإعلان"
8181
 
8182
- #: includes/controllers/pages/class-submit-listing.php:164
8183
  msgctxt "submit listing"
8184
  msgid ""
8185
  "This listing can't be edited at this time because it has no plan associated. "
8186
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8187
  msgstr ""
8188
 
8189
- #: includes/controllers/pages/class-submit-listing.php:170
8190
  msgctxt "submit listing"
8191
  msgid ""
8192
  "This listing can't be edited at this time. Please try again later or contact "
8193
  "the admin if the problem persists."
8194
  msgstr ""
8195
 
8196
- #: includes/controllers/pages/class-submit-listing.php:194
8197
  #, fuzzy
8198
  msgctxt "submit listing"
8199
  msgid "You're logged in as admin, payment will be skipped."
8200
  msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
8201
 
8202
- #: includes/controllers/pages/class-submit-listing.php:509
8203
  #, fuzzy
8204
  msgctxt "submit listing"
8205
  msgid "Category selection"
8206
  msgstr "إختيار تصنيف"
8207
 
8208
- #: includes/controllers/pages/class-submit-listing.php:509
8209
  #, fuzzy
8210
  msgctxt "submit listing"
8211
  msgid "Category & plan selection"
8212
  msgstr "إختيار تصنيف"
8213
 
8214
- #: includes/controllers/pages/class-submit-listing.php:817
8215
  #, fuzzy
8216
  msgctxt "submit listing"
8217
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8219,47 +8236,47 @@ msgstr ""
8219
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
8220
  "أخرى لاحقاً."
8221
 
8222
- #: includes/controllers/pages/class-submit-listing.php:866
8223
- #: includes/controllers/pages/class-submit-listing.php:993
8224
  #, fuzzy
8225
  msgctxt "submit listing"
8226
  msgid "Please select a category."
8227
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8228
 
8229
- #: includes/controllers/pages/class-submit-listing.php:891
8230
  msgctxt "submit listing"
8231
  msgid "Current active plan is disabled. Please select another plan."
8232
  msgstr ""
8233
 
8234
- #: includes/controllers/pages/class-submit-listing.php:893
8235
  msgctxt "submit listing"
8236
  msgid "Please choose a valid category for your plan."
8237
  msgstr ""
8238
 
8239
- #: includes/controllers/pages/class-submit-listing.php:896
8240
  #, fuzzy
8241
  msgctxt "submit listing"
8242
  msgid "Please choose a valid plan for your category selection."
8243
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8244
 
8245
- #: includes/controllers/pages/class-submit-listing.php:1204
8246
  #, fuzzy
8247
  msgctxt "submit listing"
8248
  msgid "Please enter your desired username."
8249
  msgstr "يرجى إدخال إسمك."
8250
 
8251
- #: includes/controllers/pages/class-submit-listing.php:1209
8252
  #, fuzzy
8253
  msgctxt "submit listing"
8254
  msgid "Please enter the e-mail for your new account."
8255
  msgstr "يرجى إدخال إسمك."
8256
 
8257
- #: includes/controllers/pages/class-submit-listing.php:1214
8258
  msgctxt "submit listing"
8259
  msgid "The username you chose is already in use. Please use a different one."
8260
  msgstr ""
8261
 
8262
- #: includes/controllers/pages/class-submit-listing.php:1219
8263
  msgctxt "submit listing"
8264
  msgid "The e-mail address you chose for your account is already in use."
8265
  msgstr ""
@@ -8270,7 +8287,7 @@ msgctxt "submit listing"
8270
  msgid "Listing submitted by admin. Payment skipped."
8271
  msgstr "Poster annonce(paiement initial)"
8272
 
8273
- #: includes/controllers/pages/class-submit-listing.php:1159
8274
  msgctxt "listing submit"
8275
  msgid ""
8276
  "Image upload is required, please provide at least one image and submit again."
@@ -8593,7 +8610,7 @@ msgctxt "flag listing"
8593
  msgid "Report comment is required to save a report"
8594
  msgstr ""
8595
 
8596
- #: includes/installer.php:49
8597
  msgctxt "default category name"
8598
  msgid "General"
8599
  msgstr "عام"
@@ -8785,22 +8802,22 @@ msgctxt "payments"
8785
  msgid "Payment #%s"
8786
  msgstr "الدفع #%d"
8787
 
8788
- #: includes/utils.php:276
8789
  msgctxt "utils"
8790
  msgid "Unkown error while uploading file."
8791
  msgstr "حدث خطأ مجهول أثناء رفع الملف."
8792
 
8793
- #: includes/utils.php:384
8794
  msgctxt "utils"
8795
  msgid "Error while uploading file"
8796
  msgstr "حدث خطأ أثناء رفع الملف."
8797
 
8798
- #: includes/utils.php:407 includes/utils.php:413
8799
  msgctxt "utils"
8800
  msgid "File type \"%s\" is not allowed"
8801
  msgstr "غير مسموح بنوع الملف \"%s\""
8802
 
8803
- #: includes/utils.php:666
8804
  msgctxt "utils"
8805
  msgid ""
8806
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8949,12 +8966,6 @@ msgctxt "admin infometabox"
8949
  msgid "Send renewal e-mail"
8950
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
8951
 
8952
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8953
- #, fuzzy
8954
- msgctxt "admin infometabox"
8955
- msgid "Renew listing"
8956
- msgstr "تجديد الإعلان"
8957
-
8958
  #: templates/admin/themes-delete-confirm.tpl.php:14
8959
  msgctxt "themes admin"
8960
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -9386,10 +9397,6 @@ msgstr "متابعة"
9386
  #~ msgid "Manage Theme Tags"
9387
  #~ msgstr "إدارة وسوم القالب"
9388
 
9389
- #~ msgctxt "installer"
9390
- #~ msgid "Default Fee"
9391
- #~ msgstr "رسوم افتراضية"
9392
-
9393
  #~ msgctxt "fees-api"
9394
  #~ msgid "Fee label is required."
9395
  #~ 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-06-06 22:19:11+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"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
+ #: includes/controllers/pages/class-submit-listing.php:638
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "معلومات حول الإعلان"
417
  "الأعمال للقيام بذلك نيابة عنك تلقائياً."
418
 
419
  #: includes/admin/controllers/class-form-fields-admin.php:37
420
+ #: includes/controllers/pages/class-submit-listing.php:968
421
  #, fuzzy
422
  msgid "Go to \"Form Fields\""
423
  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
472
  #, fuzzy
473
  msgid "Address"
651
  msgid "Hide notifications"
652
  msgstr "تنبيهات البريد الإلكتروني"
653
 
654
+ #: includes/admin/helpers/csv/class-csv-import.php:673
655
  #, fuzzy
656
  msgid "Listing imported by admin. Payment skipped."
657
  msgstr "Poster annonce(paiement initial)"
658
 
659
+ #. translators: %d: the plan id
660
+ #: includes/admin/helpers/csv/class-csv-import.php:757
661
+ msgid "There is no Plan with ID = %d"
662
+ msgstr ""
663
+
664
  #. translators: %1$s: open link html, %2$s close link
665
  #: includes/admin/helpers/tables/class-fees-table.php:30
666
  #, fuzzy
771
  msgstr "الجداول المفقودة: %s"
772
 
773
  #: includes/admin/settings/class-settings-bootstrap.php:13
774
+ #: includes/controllers/pages/class-submit-listing.php:1374
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
812
 
813
  #: includes/admin/settings/class-settings-bootstrap.php:283
814
  #: includes/admin/settings/class-settings-bootstrap.php:297
815
+ #: includes/controllers/pages/class-submit-listing.php:651
816
  #, fuzzy
817
  msgid "Terms and Conditions"
818
  msgstr "شروط وأحكام"
1000
  msgid "This is used for form buttons and form rootline."
1001
  msgstr ""
1002
 
1003
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
1004
+ #, fuzzy
1005
+ msgid "Default Images"
1006
+ msgstr "رسوم افتراضية"
1007
+
1008
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1009
+ msgid "Require images on submit/edit"
1010
+ msgstr ""
1011
+
1012
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1013
  #, fuzzy
1014
  msgid "Show Thumbnail"
1599
  msgstr "مشاهدة جميع الإعلانات"
1600
 
1601
  #: includes/controllers/pages/class-checkout.php:181
1602
+ #: includes/controllers/pages/class-manage-listings.php:113
1603
  msgid "Pay Now"
1604
  msgstr ""
1605
 
1643
  msgid "l F j, Y \\a\\t g:i a"
1644
  msgstr "l F j, Y \\a\\t g:i a"
1645
 
1646
+ #: includes/controllers/pages/class-manage-listings.php:102
1647
+ #, fuzzy
1648
+ msgid "Pending"
1649
+ msgstr " في الانتظار"
1650
+
1651
+ #: includes/controllers/pages/class-manage-listings.php:113
1652
  #: templates/renew-listing.tpl.php:11
1653
  msgid "Renew Listing"
1654
  msgstr "تجديد الإعلان"
1655
 
1656
+ #. translators: %d: the listing ID
1657
+ #: includes/controllers/pages/class-manage-recurring.php:35
1658
+ #, fuzzy
1659
+ msgid "The listing with id %d does not exist."
1660
+ msgstr "تصنيف الإعلان \"%s\" غير موجود"
1661
+
1662
  #: includes/controllers/pages/class-renew-listing.php:36
1663
  #, fuzzy
1664
  msgid "That listing cannot yet be renewed."
1671
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1672
  "publiée."
1673
 
1674
+ #: includes/controllers/pages/class-submit-listing.php:41
1675
  #: includes/helpers/functions/templates-ui.php:330
1676
  #: templates/submit-listing.tpl.php:17
1677
  #, fuzzy
1678
  msgid "Add Listing"
1679
  msgstr "إضافة رسوم الإعلان"
1680
 
1681
+ #: includes/controllers/pages/class-submit-listing.php:684
1682
  #, fuzzy
1683
  msgid "Listing Images"
1684
  msgstr "صور الإعلانات"
1685
 
1686
+ #: includes/controllers/pages/class-submit-listing.php:752
1687
  msgid "Account Creation"
1688
  msgstr ""
1689
 
1690
+ #: includes/controllers/pages/class-submit-listing.php:951
1691
  #, fuzzy
1692
  msgid "Go to \"Plans\""
1693
  msgstr "إنتقل إلى \"إدارة حقول\""
1694
 
1695
+ #: includes/controllers/pages/class-submit-listing.php:1008
1696
  #, fuzzy
1697
  msgid "Please choose a plan."
1698
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1699
 
1700
+ #: includes/controllers/pages/class-submit-listing.php:1198
1701
  msgid "Please check the form for errors, correct them and submit again."
1702
  msgstr ""
1703
 
1704
+ #: includes/controllers/pages/class-submit-listing.php:1358
1705
  msgid "Create a user account on this site"
1706
  msgstr ""
1707
 
1708
+ #: includes/controllers/pages/class-submit-listing.php:1365
1709
  #, fuzzy
1710
  msgid "Username"
1711
  msgstr "عضو"
1712
 
1713
+ #: includes/controllers/pages/class-submit-listing.php:1387
1714
  #, fuzzy
1715
  msgid "Clear Form"
1716
  msgstr "مسح"
2042
  msgid "Manage Listings"
2043
  msgstr "إدارة الإعلانات المدفوعة"
2044
 
2045
+ #: includes/installer.php:51
2046
  #, fuzzy
2047
  msgid "Default Plan"
2048
  msgstr "رسوم افتراضية"
2192
  msgid "ZIP file is not a valid Business Directory theme file."
2193
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
2194
 
2195
+ #: includes/utils.php:391
2196
  #, fuzzy
2197
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2198
  msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
2199
 
2200
+ #: includes/utils.php:400
2201
  #, fuzzy
2202
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2203
  msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
2628
  msgid "Add a payment gateway to increase conversion rates"
2629
  msgstr ""
2630
 
2631
+ #. translators: %s: payment gateway name
2632
  #: templates/admin/fees-index.tpl.php:75
2633
  #, fuzzy
2634
  msgid "Add %s as a payment option."
2726
  msgid "Recurring"
2727
  msgstr "(متكرر)"
2728
 
2729
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2730
+ #, fuzzy
2731
+ msgid "Renew listing"
2732
+ msgstr "تجديد الإعلان"
2733
+
2734
  #: templates/admin/payments-details.tpl.php:5
2735
  #, fuzzy
2736
  msgid "Payment %s"
3667
  msgstr "إخفاء التصنيفات الفارغة؟"
3668
 
3669
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3670
+ #, fuzzy
3671
  msgid "Failed to import post tag %s"
3672
+ msgstr "إخفاء التصنيفات الفارغة؟"
3673
 
3674
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3675
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3676
+ #, fuzzy
3677
  msgid "Failed to import %s %s"
3678
+ msgstr "إخفاء التصنيفات الفارغة؟"
3679
 
3680
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3681
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3686
  msgstr ""
3687
 
3688
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3689
+ #, fuzzy
3690
  msgid "Failed to import %s &#8220;%s&#8221;"
3691
+ msgstr "إخفاء التصنيفات الفارغة؟"
3692
 
3693
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3694
  msgid "Menu item skipped due to missing menu slug"
3787
  msgid "Business Directory Team"
3788
  msgstr "دليل الأعمال"
3789
 
3790
+ #: includes/abstracts/class-view.php:119
3791
  #, fuzzy
3792
  msgctxt "views"
3793
  msgid "Invalid credentials."
5600
  msgstr "عام"
5601
 
5602
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5603
  #, fuzzy
5604
  msgctxt "settings"
5605
  msgid "Listings"
6216
  "تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
6217
  "الصور المصغرة مختلفة."
6218
 
 
 
 
 
 
6219
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6220
  #, fuzzy
6221
  msgctxt "settings"
6778
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6779
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6780
 
6781
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6782
  msgctxt "admin csv-import"
6783
  msgid ""
6784
  "Could not create listing category \"<category-name>\". The operation failed "
6785
  "with the following error: <error-message>."
6786
  msgstr ""
6787
 
6788
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6789
  msgctxt "admin csv-import"
6790
  msgid "Could not create listing category \"%s\""
6791
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6792
 
6793
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6794
  msgctxt "admin csv-import"
6795
  msgid "Username \"%s\" does not exist"
6796
  msgstr "إسم المستخدم \"%s\" غير موجود"
6797
 
6798
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
6799
  msgctxt "admin csv-import"
6800
  msgid "Missing required field: %s"
6801
  msgstr "حقل مطلوب مفقود: %s"
6802
 
6803
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6804
  msgctxt "admin csv-import"
6805
  msgid "Listing category \"%s\" does not exist"
6806
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6807
 
6808
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6809
  msgctxt "admin csv-import"
6810
  msgid "The string <string> couldn't be converted into a valid date."
6811
  msgstr ""
7825
  "إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
7826
  "إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
7827
 
7828
+ #: includes/controllers/pages/class-submit-listing.php:495
7829
  msgctxt "templates"
7830
  msgid ""
7831
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7834
  "<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
7835
  "محددة في الإعدادات؟"
7836
 
7837
+ #: includes/controllers/pages/class-submit-listing.php:497
7838
  msgctxt "templates"
7839
  msgid ""
7840
  "Listing submission has been disabled. Contact the administrator for details."
7841
  msgstr ""
7842
 
7843
+ #: includes/controllers/pages/class-submit-listing.php:944
7844
  msgctxt "templates"
7845
  msgid ""
7846
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7847
  "a listing. %s to create a plan"
7848
  msgstr ""
7849
 
7850
+ #: includes/controllers/pages/class-submit-listing.php:958
7851
  msgctxt "templates"
7852
  msgid ""
7853
  "Listing submission is not available at the moment. Contact the administrator "
7854
  "for details."
7855
  msgstr ""
7856
 
7857
+ #: includes/controllers/pages/class-submit-listing.php:961
7858
  msgctxt "templates"
7859
  msgid ""
7860
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7862
  "an existing field"
7863
  msgstr ""
7864
 
7865
+ #: includes/controllers/pages/class-submit-listing.php:1408
7866
  msgctxt "templates"
7867
  msgid "Please agree to the Terms and Conditions."
7868
  msgstr "يرجى الموافقة على الشروط والأحكام."
7869
 
7870
+ #: includes/controllers/pages/class-submit-listing.php:1422
7871
  #, fuzzy
7872
  msgctxt "templates"
7873
  msgid "I agree to the <a>Terms and Conditions</a>"
8020
  msgid "Please <a>login</a> to manage your listings."
8021
  msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
8022
 
8023
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
8024
  #, fuzzy
8025
  msgctxt "manage subscriptions"
8026
  msgid ""
8028
  "invalid."
8029
  msgstr "غير مسموح لك بتحرير هذا الإعلان."
8030
 
8031
+ #: includes/controllers/pages/class-manage-recurring.php:56
8032
  msgctxt "manage subscriptions"
8033
  msgid "Invalid subscription."
8034
  msgstr "الاشتراك غير صالح."
8035
 
8036
+ #: includes/controllers/pages/class-manage-recurring.php:79
8037
  #, fuzzy
8038
  msgctxt "manage subscriptions"
8039
  msgid "Your subscription was canceled."
8045
  msgid "Subscription / Plan"
8046
  msgstr "الاشتراك/رسم الخطة"
8047
 
8048
+ #: includes/controllers/pages/class-manage-recurring.php:96
8049
  #, fuzzy
8050
  msgctxt "manage listings"
8051
  msgid "You are not on recurring payments for any of your listings."
8157
  msgid "\"%s\" is required."
8158
  msgstr "%s مطلوب."
8159
 
8160
+ #: includes/controllers/pages/class-submit-listing.php:78
8161
  msgctxt "submit listing"
8162
  msgid "Click this field to add categories"
8163
  msgstr ""
8164
 
8165
+ #: includes/controllers/pages/class-submit-listing.php:79
8166
  #, fuzzy
8167
  msgctxt "submit listing"
8168
  msgid "Complete Listing"
8169
  msgstr "حذف الإعلان"
8170
 
8171
+ #: includes/controllers/pages/class-submit-listing.php:80
8172
  #, fuzzy
8173
  msgctxt "submit listing"
8174
  msgid "Continue to Payment"
8175
  msgstr "الدفعة الأولية"
8176
 
8177
+ #: includes/controllers/pages/class-submit-listing.php:82
8178
  msgctxt "submit listing"
8179
  msgid "Please wait a moment!"
8180
  msgstr ""
8181
 
8182
+ #: includes/controllers/pages/class-submit-listing.php:83
8183
  msgctxt "submit listing"
8184
  msgid "Something went wrong!"
8185
  msgstr ""
8186
 
8187
+ #: includes/controllers/pages/class-submit-listing.php:118
8188
  #, fuzzy
8189
  msgctxt "submit listing"
8190
  msgid "No listing ID was specified."
8191
  msgstr "تم تحرير الإعلان"
8192
 
8193
+ #: includes/controllers/pages/class-submit-listing.php:120
8194
  #, fuzzy
8195
  msgctxt "submit listing"
8196
  msgid "You can't edit this listing."
8197
  msgstr "التصنيفات لهذا الإعلان"
8198
 
8199
+ #: includes/controllers/pages/class-submit-listing.php:162
8200
  msgctxt "submit listing"
8201
  msgid ""
8202
  "This listing can't be edited at this time because it has no plan associated. "
8203
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8204
  msgstr ""
8205
 
8206
+ #: includes/controllers/pages/class-submit-listing.php:168
8207
  msgctxt "submit listing"
8208
  msgid ""
8209
  "This listing can't be edited at this time. Please try again later or contact "
8210
  "the admin if the problem persists."
8211
  msgstr ""
8212
 
8213
+ #: includes/controllers/pages/class-submit-listing.php:250
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "You're logged in as admin, payment will be skipped."
8217
  msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
8218
 
8219
+ #: includes/controllers/pages/class-submit-listing.php:633
8220
  #, fuzzy
8221
  msgctxt "submit listing"
8222
  msgid "Category selection"
8223
  msgstr "إختيار تصنيف"
8224
 
8225
+ #: includes/controllers/pages/class-submit-listing.php:633
8226
  #, fuzzy
8227
  msgctxt "submit listing"
8228
  msgid "Category & plan selection"
8229
  msgstr "إختيار تصنيف"
8230
 
8231
+ #: includes/controllers/pages/class-submit-listing.php:941
8232
  #, fuzzy
8233
  msgctxt "submit listing"
8234
  msgid "Can not submit a listing at this moment. Please try again later."
8236
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
8237
  "أخرى لاحقاً."
8238
 
8239
+ #: includes/controllers/pages/class-submit-listing.php:990
8240
+ #: includes/controllers/pages/class-submit-listing.php:1117
8241
  #, fuzzy
8242
  msgctxt "submit listing"
8243
  msgid "Please select a category."
8244
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8245
 
8246
+ #: includes/controllers/pages/class-submit-listing.php:1015
8247
  msgctxt "submit listing"
8248
  msgid "Current active plan is disabled. Please select another plan."
8249
  msgstr ""
8250
 
8251
+ #: includes/controllers/pages/class-submit-listing.php:1017
8252
  msgctxt "submit listing"
8253
  msgid "Please choose a valid category for your plan."
8254
  msgstr ""
8255
 
8256
+ #: includes/controllers/pages/class-submit-listing.php:1020
8257
  #, fuzzy
8258
  msgctxt "submit listing"
8259
  msgid "Please choose a valid plan for your category selection."
8260
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8261
 
8262
+ #: includes/controllers/pages/class-submit-listing.php:1328
8263
  #, fuzzy
8264
  msgctxt "submit listing"
8265
  msgid "Please enter your desired username."
8266
  msgstr "يرجى إدخال إسمك."
8267
 
8268
+ #: includes/controllers/pages/class-submit-listing.php:1333
8269
  #, fuzzy
8270
  msgctxt "submit listing"
8271
  msgid "Please enter the e-mail for your new account."
8272
  msgstr "يرجى إدخال إسمك."
8273
 
8274
+ #: includes/controllers/pages/class-submit-listing.php:1338
8275
  msgctxt "submit listing"
8276
  msgid "The username you chose is already in use. Please use a different one."
8277
  msgstr ""
8278
 
8279
+ #: includes/controllers/pages/class-submit-listing.php:1343
8280
  msgctxt "submit listing"
8281
  msgid "The e-mail address you chose for your account is already in use."
8282
  msgstr ""
8287
  msgid "Listing submitted by admin. Payment skipped."
8288
  msgstr "Poster annonce(paiement initial)"
8289
 
8290
+ #: includes/controllers/pages/class-submit-listing.php:1283
8291
  msgctxt "listing submit"
8292
  msgid ""
8293
  "Image upload is required, please provide at least one image and submit again."
8610
  msgid "Report comment is required to save a report"
8611
  msgstr ""
8612
 
8613
+ #: includes/installer.php:40
8614
  msgctxt "default category name"
8615
  msgid "General"
8616
  msgstr "عام"
8802
  msgid "Payment #%s"
8803
  msgstr "الدفع #%d"
8804
 
8805
+ #: includes/utils.php:277
8806
  msgctxt "utils"
8807
  msgid "Unkown error while uploading file."
8808
  msgstr "حدث خطأ مجهول أثناء رفع الملف."
8809
 
8810
+ #: includes/utils.php:385
8811
  msgctxt "utils"
8812
  msgid "Error while uploading file"
8813
  msgstr "حدث خطأ أثناء رفع الملف."
8814
 
8815
+ #: includes/utils.php:408 includes/utils.php:414
8816
  msgctxt "utils"
8817
  msgid "File type \"%s\" is not allowed"
8818
  msgstr "غير مسموح بنوع الملف \"%s\""
8819
 
8820
+ #: includes/utils.php:667
8821
  msgctxt "utils"
8822
  msgid ""
8823
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8966
  msgid "Send renewal e-mail"
8967
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
8968
 
 
 
 
 
 
 
8969
  #: templates/admin/themes-delete-confirm.tpl.php:14
8970
  msgctxt "themes admin"
8971
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9397
  #~ msgid "Manage Theme Tags"
9398
  #~ msgstr "إدارة وسوم القالب"
9399
 
 
 
 
 
9400
  #~ msgctxt "fees-api"
9401
  #~ msgid "Fee label is required."
9402
  #~ msgstr "رسوم التسمية مطلوبة."
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-05-13 19:33:26+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."
@@ -343,7 +343,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
343
  msgstr ""
344
 
345
  #: includes/admin/controllers/class-admin-listings.php:187
346
- #: includes/controllers/pages/class-submit-listing.php:514
347
  #: templates/email/listing-reported.tpl.php:7
348
  msgid "Listing Information"
349
  msgstr "Eintrag Informationen"
@@ -422,7 +422,7 @@ msgstr ""
422
  "verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
- #: includes/controllers/pages/class-submit-listing.php:844
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "zu \"Formularfelder verwalten\""
@@ -473,7 +473,7 @@ 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:246
477
  #: templates/checkout-billing-form.tpl.php:75
478
  #, fuzzy
479
  msgid "Address"
@@ -657,11 +657,16 @@ msgstr "Aktiviere Lizenz"
657
  msgid "Hide notifications"
658
  msgstr "Email Erinnerung"
659
 
660
- #: includes/admin/helpers/csv/class-csv-import.php:675
661
  #, fuzzy
662
  msgid "Listing imported by admin. Payment skipped."
663
  msgstr "Eintrag zusenden (Initialbezahlung)"
664
 
 
 
 
 
 
665
  #. translators: %1$s: open link html, %2$s close link
666
  #: includes/admin/helpers/tables/class-fees-table.php:30
667
  #, fuzzy
@@ -774,7 +779,7 @@ 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:1250
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
@@ -810,7 +815,7 @@ 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"
@@ -990,6 +995,15 @@ msgstr ""
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"
@@ -1561,7 +1575,7 @@ msgid "View All Listings"
1561
  msgstr "Alle Einträge anschauen"
1562
 
1563
  #: includes/controllers/pages/class-checkout.php:181
1564
- #: includes/controllers/pages/class-manage-listings.php:109
1565
  msgid "Pay Now"
1566
  msgstr ""
1567
 
@@ -1606,11 +1620,22 @@ msgstr "Bitte geben Sie einen Namen ein."
1606
  msgid "l F j, Y \\a\\t g:i a"
1607
  msgstr "l F j, Y \\a\\t g:i a"
1608
 
1609
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1610
  #: templates/renew-listing.tpl.php:11
1611
  msgid "Renew Listing"
1612
  msgstr "Eintrag erneuern"
1613
 
 
 
 
 
 
 
1614
  #: includes/controllers/pages/class-renew-listing.php:36
1615
  #, fuzzy
1616
  msgid "That listing cannot yet be renewed."
@@ -1621,46 +1646,46 @@ msgstr "Der Eintrag wurde aktualisiert"
1621
  msgid "This is just a preview. The listing has not been published yet."
1622
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1623
 
1624
- #: includes/controllers/pages/class-submit-listing.php:32
1625
  #: includes/helpers/functions/templates-ui.php:330
1626
  #: templates/submit-listing.tpl.php:17
1627
  #, fuzzy
1628
  msgid "Add Listing"
1629
  msgstr "Preispaket hinzufügen"
1630
 
1631
- #: includes/controllers/pages/class-submit-listing.php:560
1632
  #, fuzzy
1633
  msgid "Listing Images"
1634
  msgstr "Eintrag Bilder"
1635
 
1636
- #: includes/controllers/pages/class-submit-listing.php:628
1637
  msgid "Account Creation"
1638
  msgstr ""
1639
 
1640
- #: includes/controllers/pages/class-submit-listing.php:827
1641
  #, fuzzy
1642
  msgid "Go to \"Plans\""
1643
  msgstr "zu \"Formularfelder verwalten\""
1644
 
1645
- #: includes/controllers/pages/class-submit-listing.php:884
1646
  #, fuzzy
1647
  msgid "Please choose a plan."
1648
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1649
 
1650
- #: includes/controllers/pages/class-submit-listing.php:1074
1651
  msgid "Please check the form for errors, correct them and submit again."
1652
  msgstr ""
1653
 
1654
- #: includes/controllers/pages/class-submit-listing.php:1234
1655
  msgid "Create a user account on this site"
1656
  msgstr ""
1657
 
1658
- #: includes/controllers/pages/class-submit-listing.php:1241
1659
  #, fuzzy
1660
  msgid "Username"
1661
  msgstr "Benutzer"
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:1263
1664
  #, fuzzy
1665
  msgid "Clear Form"
1666
  msgstr "Zurücksetzen"
@@ -1992,7 +2017,7 @@ msgstr "Eintrag bearbeiten"
1992
  msgid "Manage Listings"
1993
  msgstr "Bezahlte Einträge verwalten"
1994
 
1995
- #: includes/installer.php:60
1996
  #, fuzzy
1997
  msgid "Default Plan"
1998
  msgstr "Standard Preis"
@@ -2142,12 +2167,12 @@ msgstr "Zurück zum Eintrag."
2142
  msgid "ZIP file is not a valid Business Directory theme file."
2143
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2144
 
2145
- #: includes/utils.php:390
2146
  #, fuzzy
2147
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2148
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
2149
 
2150
- #: includes/utils.php:399
2151
  #, fuzzy
2152
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2153
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
@@ -2589,7 +2614,7 @@ msgstr ""
2589
  msgid "Add a payment gateway to increase conversion rates"
2590
  msgstr ""
2591
 
2592
- #. translators: %s: payment gateway name */
2593
  #: templates/admin/fees-index.tpl.php:75
2594
  #, fuzzy
2595
  msgid "Add %s as a payment option."
@@ -2690,6 +2715,11 @@ msgstr ""
2690
  msgid "Recurring"
2691
  msgstr "(wiederkehrend)"
2692
 
 
 
 
 
 
2693
  #: templates/admin/payments-details.tpl.php:5
2694
  #, fuzzy
2695
  msgid "Payment %s"
@@ -3641,13 +3671,15 @@ msgid "Failed to import category %s"
3641
  msgstr "Leere Kategorien verbergen?"
3642
 
3643
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3644
  msgid "Failed to import post tag %s"
3645
- msgstr ""
3646
 
3647
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3648
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3649
  msgid "Failed to import %s %s"
3650
- msgstr ""
3651
 
3652
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3653
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3658,8 +3690,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3658
  msgstr ""
3659
 
3660
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3661
  msgid "Failed to import %s &#8220;%s&#8221;"
3662
- msgstr ""
3663
 
3664
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3665
  msgid "Menu item skipped due to missing menu slug"
@@ -3758,7 +3791,7 @@ msgstr ""
3758
  msgid "Business Directory Team"
3759
  msgstr "Branchenverzeichnis"
3760
 
3761
- #: includes/abstracts/class-view.php:130
3762
  #, fuzzy
3763
  msgctxt "views"
3764
  msgid "Invalid credentials."
@@ -5520,7 +5553,6 @@ msgid "General"
5520
  msgstr "Allgemein"
5521
 
5522
  #: includes/admin/settings/class-settings-bootstrap.php:10
5523
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5524
  #, fuzzy
5525
  msgctxt "settings"
5526
  msgid "Listings"
@@ -6144,11 +6176,6 @@ msgstr ""
6144
  "Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
6145
  "Höhen haben."
6146
 
6147
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6148
- msgctxt "settings"
6149
- msgid "Enforce image upload on submit/edit"
6150
- msgstr ""
6151
-
6152
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6153
  #, fuzzy
6154
  msgctxt "settings"
@@ -6721,7 +6748,7 @@ msgstr ""
6721
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6722
  "geschrieben."
6723
 
6724
- #: includes/admin/helpers/csv/class-csv-import.php:532
6725
  msgctxt "admin csv-import"
6726
  msgid ""
6727
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6730,32 +6757,27 @@ msgstr ""
6730
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6731
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6732
 
6733
- #: includes/admin/helpers/csv/class-csv-import.php:538
6734
  msgctxt "admin csv-import"
6735
  msgid "Could not create listing category \"%s\""
6736
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6737
 
6738
- #: includes/admin/helpers/csv/class-csv-import.php:730
6739
  msgctxt "admin csv-import"
6740
  msgid "Username \"%s\" does not exist"
6741
  msgstr "Benutzername \"%s\" existiert nicht"
6742
 
6743
- #: includes/admin/helpers/csv/class-csv-import.php:757
6744
- msgctxt "admin csv-import"
6745
- msgid "There is no Plan with ID = <fee-id>"
6746
- msgstr ""
6747
-
6748
- #: includes/admin/helpers/csv/class-csv-import.php:788
6749
  msgctxt "admin csv-import"
6750
  msgid "Missing required field: %s"
6751
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6752
 
6753
- #: includes/admin/helpers/csv/class-csv-import.php:829
6754
  msgctxt "admin csv-import"
6755
  msgid "Listing category \"%s\" does not exist"
6756
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6757
 
6758
- #: includes/admin/helpers/csv/class-csv-import.php:903
6759
  msgctxt "admin csv-import"
6760
  msgid "The string <string> couldn't be converted into a valid date."
6761
  msgstr ""
@@ -7782,7 +7804,7 @@ msgstr ""
7782
  "angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
7783
  "Einstellungen zu ändern."
7784
 
7785
- #: includes/controllers/pages/class-submit-listing.php:420
7786
  msgctxt "templates"
7787
  msgid ""
7788
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7791,27 +7813,27 @@ msgstr ""
7791
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7792
  "Submission?\" setting checked?"
7793
 
7794
- #: includes/controllers/pages/class-submit-listing.php:422
7795
  msgctxt "templates"
7796
  msgid ""
7797
  "Listing submission has been disabled. Contact the administrator for details."
7798
  msgstr ""
7799
 
7800
- #: includes/controllers/pages/class-submit-listing.php:820
7801
  msgctxt "templates"
7802
  msgid ""
7803
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7804
  "a listing. %s to create a plan"
7805
  msgstr ""
7806
 
7807
- #: includes/controllers/pages/class-submit-listing.php:834
7808
  msgctxt "templates"
7809
  msgid ""
7810
  "Listing submission is not available at the moment. Contact the administrator "
7811
  "for details."
7812
  msgstr ""
7813
 
7814
- #: includes/controllers/pages/class-submit-listing.php:837
7815
  msgctxt "templates"
7816
  msgid ""
7817
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7819,12 +7841,12 @@ msgid ""
7819
  "an existing field"
7820
  msgstr ""
7821
 
7822
- #: includes/controllers/pages/class-submit-listing.php:1284
7823
  msgctxt "templates"
7824
  msgid "Please agree to the Terms and Conditions."
7825
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7826
 
7827
- #: includes/controllers/pages/class-submit-listing.php:1298
7828
  msgctxt "templates"
7829
  msgid "I agree to the <a>Terms and Conditions</a>"
7830
  msgstr "Ich akzeptiere die <a>AGB</a>s"
@@ -7976,12 +7998,7 @@ msgctxt "view:manage-listings"
7976
  msgid "Please <a>login</a> to manage your listings."
7977
  msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
7978
 
7979
- #: includes/controllers/pages/class-manage-recurring.php:33
7980
- msgctxt "manage subscription"
7981
- msgid "The listing with id = <listing-id> doesn't exists."
7982
- msgstr ""
7983
-
7984
- #: includes/controllers/pages/class-manage-recurring.php:42
7985
  #, fuzzy
7986
  msgctxt "manage subscriptions"
7987
  msgid ""
@@ -7989,12 +8006,12 @@ msgid ""
7989
  "invalid."
7990
  msgstr "Sie sind nicht autorisiert um diesen Eintrag zu bearbeiten."
7991
 
7992
- #: includes/controllers/pages/class-manage-recurring.php:53
7993
  msgctxt "manage subscriptions"
7994
  msgid "Invalid subscription."
7995
  msgstr "Ungültiges Abonnement."
7996
 
7997
- #: includes/controllers/pages/class-manage-recurring.php:76
7998
  #, fuzzy
7999
  msgctxt "manage subscriptions"
8000
  msgid "Your subscription was canceled."
@@ -8006,7 +8023,7 @@ msgctxt "manage subscriptions"
8006
  msgid "Subscription / Plan"
8007
  msgstr "Abonnement / Preisplan"
8008
 
8009
- #: includes/controllers/pages/class-manage-recurring.php:93
8010
  #, fuzzy
8011
  msgctxt "manage listings"
8012
  msgid "You are not on recurring payments for any of your listings."
@@ -8121,60 +8138,60 @@ msgctxt "search"
8121
  msgid "\"%s\" is required."
8122
  msgstr "%s ist ein Pflichtfeld."
8123
 
8124
- #: includes/controllers/pages/class-submit-listing.php:69
8125
  msgctxt "submit listing"
8126
  msgid "Click this field to add categories"
8127
  msgstr ""
8128
 
8129
- #: includes/controllers/pages/class-submit-listing.php:70
8130
  #, fuzzy
8131
  msgctxt "submit listing"
8132
  msgid "Complete Listing"
8133
  msgstr "Eintrag Löschen"
8134
 
8135
- #: includes/controllers/pages/class-submit-listing.php:71
8136
  #, fuzzy
8137
  msgctxt "submit listing"
8138
  msgid "Continue to Payment"
8139
  msgstr "Initialbezahlung"
8140
 
8141
- #: includes/controllers/pages/class-submit-listing.php:73
8142
  msgctxt "submit listing"
8143
  msgid "Please wait a moment!"
8144
  msgstr ""
8145
 
8146
- #: includes/controllers/pages/class-submit-listing.php:74
8147
  msgctxt "submit listing"
8148
  msgid "Something went wrong!"
8149
  msgstr ""
8150
 
8151
- #: includes/controllers/pages/class-submit-listing.php:99
8152
  #, fuzzy
8153
  msgctxt "submit listing"
8154
  msgid "No listing ID was specified."
8155
  msgstr "Ein Eintrag wurde bearbeitet."
8156
 
8157
- #: includes/controllers/pages/class-submit-listing.php:101
8158
  #, fuzzy
8159
  msgctxt "submit listing"
8160
  msgid "You can't edit this listing."
8161
  msgstr "Kategorie für diesen Eintrag"
8162
 
8163
- #: includes/controllers/pages/class-submit-listing.php:164
8164
  msgctxt "submit listing"
8165
  msgid ""
8166
  "This listing can't be edited at this time because it has no plan associated. "
8167
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8168
  msgstr ""
8169
 
8170
- #: includes/controllers/pages/class-submit-listing.php:170
8171
  msgctxt "submit listing"
8172
  msgid ""
8173
  "This listing can't be edited at this time. Please try again later or contact "
8174
  "the admin if the problem persists."
8175
  msgstr ""
8176
 
8177
- #: includes/controllers/pages/class-submit-listing.php:194
8178
  #, fuzzy
8179
  msgctxt "submit listing"
8180
  msgid "You're logged in as admin, payment will be skipped."
@@ -8182,19 +8199,19 @@ msgstr ""
8182
  "Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
8183
  "übersprungen."
8184
 
8185
- #: includes/controllers/pages/class-submit-listing.php:509
8186
  #, fuzzy
8187
  msgctxt "submit listing"
8188
  msgid "Category selection"
8189
  msgstr "Kategorien auswählen"
8190
 
8191
- #: includes/controllers/pages/class-submit-listing.php:509
8192
  #, fuzzy
8193
  msgctxt "submit listing"
8194
  msgid "Category & plan selection"
8195
  msgstr "Kategorien auswählen"
8196
 
8197
- #: includes/controllers/pages/class-submit-listing.php:817
8198
  #, fuzzy
8199
  msgctxt "submit listing"
8200
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8202,47 +8219,47 @@ msgstr ""
8202
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
8203
  "später noch einmal."
8204
 
8205
- #: includes/controllers/pages/class-submit-listing.php:866
8206
- #: includes/controllers/pages/class-submit-listing.php:993
8207
  #, fuzzy
8208
  msgctxt "submit listing"
8209
  msgid "Please select a category."
8210
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8211
 
8212
- #: includes/controllers/pages/class-submit-listing.php:891
8213
  msgctxt "submit listing"
8214
  msgid "Current active plan is disabled. Please select another plan."
8215
  msgstr ""
8216
 
8217
- #: includes/controllers/pages/class-submit-listing.php:893
8218
  msgctxt "submit listing"
8219
  msgid "Please choose a valid category for your plan."
8220
  msgstr ""
8221
 
8222
- #: includes/controllers/pages/class-submit-listing.php:896
8223
  #, fuzzy
8224
  msgctxt "submit listing"
8225
  msgid "Please choose a valid plan for your category selection."
8226
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8227
 
8228
- #: includes/controllers/pages/class-submit-listing.php:1204
8229
  #, fuzzy
8230
  msgctxt "submit listing"
8231
  msgid "Please enter your desired username."
8232
  msgstr "Bitte geben Sie einen Namen ein."
8233
 
8234
- #: includes/controllers/pages/class-submit-listing.php:1209
8235
  #, fuzzy
8236
  msgctxt "submit listing"
8237
  msgid "Please enter the e-mail for your new account."
8238
  msgstr "Bitte geben Sie einen Namen ein."
8239
 
8240
- #: includes/controllers/pages/class-submit-listing.php:1214
8241
  msgctxt "submit listing"
8242
  msgid "The username you chose is already in use. Please use a different one."
8243
  msgstr ""
8244
 
8245
- #: includes/controllers/pages/class-submit-listing.php:1219
8246
  msgctxt "submit listing"
8247
  msgid "The e-mail address you chose for your account is already in use."
8248
  msgstr ""
@@ -8253,7 +8270,7 @@ msgctxt "submit listing"
8253
  msgid "Listing submitted by admin. Payment skipped."
8254
  msgstr "Eintrag zusenden (Initialbezahlung)"
8255
 
8256
- #: includes/controllers/pages/class-submit-listing.php:1159
8257
  msgctxt "listing submit"
8258
  msgid ""
8259
  "Image upload is required, please provide at least one image and submit again."
@@ -8577,7 +8594,7 @@ msgctxt "flag listing"
8577
  msgid "Report comment is required to save a report"
8578
  msgstr ""
8579
 
8580
- #: includes/installer.php:49
8581
  msgctxt "default category name"
8582
  msgid "General"
8583
  msgstr "Allgemein"
@@ -8765,22 +8782,22 @@ msgctxt "payments"
8765
  msgid "Payment #%s"
8766
  msgstr "Bezahlung #%d"
8767
 
8768
- #: includes/utils.php:276
8769
  msgctxt "utils"
8770
  msgid "Unkown error while uploading file."
8771
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
8772
 
8773
- #: includes/utils.php:384
8774
  msgctxt "utils"
8775
  msgid "Error while uploading file"
8776
  msgstr "Fehler während des Hochladens der Datei"
8777
 
8778
- #: includes/utils.php:407 includes/utils.php:413
8779
  msgctxt "utils"
8780
  msgid "File type \"%s\" is not allowed"
8781
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
8782
 
8783
- #: includes/utils.php:666
8784
  msgctxt "utils"
8785
  msgid ""
8786
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8931,12 +8948,6 @@ msgctxt "admin infometabox"
8931
  msgid "Send renewal e-mail"
8932
  msgstr "Erneuerungsmail an Benutzer schicken"
8933
 
8934
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8935
- #, fuzzy
8936
- msgctxt "admin infometabox"
8937
- msgid "Renew listing"
8938
- msgstr "Eintrag erneuern"
8939
-
8940
  #: templates/admin/themes-delete-confirm.tpl.php:14
8941
  msgctxt "themes admin"
8942
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -9375,10 +9386,6 @@ msgstr "Weiter"
9375
  #~ msgid "Manage Theme Tags"
9376
  #~ msgstr "Preise Verwalten"
9377
 
9378
- #~ msgctxt "installer"
9379
- #~ msgid "Default Fee"
9380
- #~ msgstr "Standard Preis"
9381
-
9382
  #~ msgctxt "fees-api"
9383
  #~ msgid "Fee label is required."
9384
  #~ msgstr "Preisbezeichnung erforderlich."
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-06-06 22:19:11+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."
343
  msgstr ""
344
 
345
  #: includes/admin/controllers/class-admin-listings.php:187
346
+ #: includes/controllers/pages/class-submit-listing.php:638
347
  #: templates/email/listing-reported.tpl.php:7
348
  msgid "Listing Information"
349
  msgstr "Eintrag Informationen"
422
  "verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
+ #: includes/controllers/pages/class-submit-listing.php:968
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "zu \"Formularfelder verwalten\""
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
478
  #, fuzzy
479
  msgid "Address"
657
  msgid "Hide notifications"
658
  msgstr "Email Erinnerung"
659
 
660
+ #: includes/admin/helpers/csv/class-csv-import.php:673
661
  #, fuzzy
662
  msgid "Listing imported by admin. Payment skipped."
663
  msgstr "Eintrag zusenden (Initialbezahlung)"
664
 
665
+ #. translators: %d: the plan id
666
+ #: includes/admin/helpers/csv/class-csv-import.php:757
667
+ msgid "There is no Plan with ID = %d"
668
+ msgstr ""
669
+
670
  #. translators: %1$s: open link html, %2$s close link
671
  #: includes/admin/helpers/tables/class-fees-table.php:30
672
  #, fuzzy
779
  msgstr "Nicht vorhandene Tabellen: %s"
780
 
781
  #: includes/admin/settings/class-settings-bootstrap.php:13
782
+ #: includes/controllers/pages/class-submit-listing.php:1374
783
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
784
  #: templates/listing-contactform.tpl.php:33
785
  #: templates/listing-flagging-form.tpl.php:39
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:651
819
  #, fuzzy
820
  msgid "Terms and Conditions"
821
  msgstr "Bedingungen und Konditionen"
995
  msgid "This is used for form buttons and form rootline."
996
  msgstr ""
997
 
998
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
999
+ #, fuzzy
1000
+ msgid "Default Images"
1001
+ msgstr "Standard Preis"
1002
+
1003
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1004
+ msgid "Require images on submit/edit"
1005
+ msgstr ""
1006
+
1007
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1008
  #, fuzzy
1009
  msgid "Show Thumbnail"
1575
  msgstr "Alle Einträge anschauen"
1576
 
1577
  #: includes/controllers/pages/class-checkout.php:181
1578
+ #: includes/controllers/pages/class-manage-listings.php:113
1579
  msgid "Pay Now"
1580
  msgstr ""
1581
 
1620
  msgid "l F j, Y \\a\\t g:i a"
1621
  msgstr "l F j, Y \\a\\t g:i a"
1622
 
1623
+ #: includes/controllers/pages/class-manage-listings.php:102
1624
+ #, fuzzy
1625
+ msgid "Pending"
1626
+ msgstr "Ausstehend"
1627
+
1628
+ #: includes/controllers/pages/class-manage-listings.php:113
1629
  #: templates/renew-listing.tpl.php:11
1630
  msgid "Renew Listing"
1631
  msgstr "Eintrag erneuern"
1632
 
1633
+ #. translators: %d: the listing ID
1634
+ #: includes/controllers/pages/class-manage-recurring.php:35
1635
+ #, fuzzy
1636
+ msgid "The listing with id %d does not exist."
1637
+ msgstr "Eintragskategorie \"%s\" existiert nicht"
1638
+
1639
  #: includes/controllers/pages/class-renew-listing.php:36
1640
  #, fuzzy
1641
  msgid "That listing cannot yet be renewed."
1646
  msgid "This is just a preview. The listing has not been published yet."
1647
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1648
 
1649
+ #: includes/controllers/pages/class-submit-listing.php:41
1650
  #: includes/helpers/functions/templates-ui.php:330
1651
  #: templates/submit-listing.tpl.php:17
1652
  #, fuzzy
1653
  msgid "Add Listing"
1654
  msgstr "Preispaket hinzufügen"
1655
 
1656
+ #: includes/controllers/pages/class-submit-listing.php:684
1657
  #, fuzzy
1658
  msgid "Listing Images"
1659
  msgstr "Eintrag Bilder"
1660
 
1661
+ #: includes/controllers/pages/class-submit-listing.php:752
1662
  msgid "Account Creation"
1663
  msgstr ""
1664
 
1665
+ #: includes/controllers/pages/class-submit-listing.php:951
1666
  #, fuzzy
1667
  msgid "Go to \"Plans\""
1668
  msgstr "zu \"Formularfelder verwalten\""
1669
 
1670
+ #: includes/controllers/pages/class-submit-listing.php:1008
1671
  #, fuzzy
1672
  msgid "Please choose a plan."
1673
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1674
 
1675
+ #: includes/controllers/pages/class-submit-listing.php:1198
1676
  msgid "Please check the form for errors, correct them and submit again."
1677
  msgstr ""
1678
 
1679
+ #: includes/controllers/pages/class-submit-listing.php:1358
1680
  msgid "Create a user account on this site"
1681
  msgstr ""
1682
 
1683
+ #: includes/controllers/pages/class-submit-listing.php:1365
1684
  #, fuzzy
1685
  msgid "Username"
1686
  msgstr "Benutzer"
1687
 
1688
+ #: includes/controllers/pages/class-submit-listing.php:1387
1689
  #, fuzzy
1690
  msgid "Clear Form"
1691
  msgstr "Zurücksetzen"
2017
  msgid "Manage Listings"
2018
  msgstr "Bezahlte Einträge verwalten"
2019
 
2020
+ #: includes/installer.php:51
2021
  #, fuzzy
2022
  msgid "Default Plan"
2023
  msgstr "Standard Preis"
2167
  msgid "ZIP file is not a valid Business Directory theme file."
2168
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2169
 
2170
+ #: includes/utils.php:391
2171
  #, fuzzy
2172
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2173
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
2174
 
2175
+ #: includes/utils.php:400
2176
  #, fuzzy
2177
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2178
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
2614
  msgid "Add a payment gateway to increase conversion rates"
2615
  msgstr ""
2616
 
2617
+ #. translators: %s: payment gateway name
2618
  #: templates/admin/fees-index.tpl.php:75
2619
  #, fuzzy
2620
  msgid "Add %s as a payment option."
2715
  msgid "Recurring"
2716
  msgstr "(wiederkehrend)"
2717
 
2718
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2719
+ #, fuzzy
2720
+ msgid "Renew listing"
2721
+ msgstr "Eintrag erneuern"
2722
+
2723
  #: templates/admin/payments-details.tpl.php:5
2724
  #, fuzzy
2725
  msgid "Payment %s"
3671
  msgstr "Leere Kategorien verbergen?"
3672
 
3673
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3674
+ #, fuzzy
3675
  msgid "Failed to import post tag %s"
3676
+ msgstr "Leere Kategorien verbergen?"
3677
 
3678
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3679
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3680
+ #, fuzzy
3681
  msgid "Failed to import %s %s"
3682
+ msgstr "Leere Kategorien verbergen?"
3683
 
3684
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3685
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3690
  msgstr ""
3691
 
3692
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3693
+ #, fuzzy
3694
  msgid "Failed to import %s &#8220;%s&#8221;"
3695
+ msgstr "Leere Kategorien verbergen?"
3696
 
3697
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3698
  msgid "Menu item skipped due to missing menu slug"
3791
  msgid "Business Directory Team"
3792
  msgstr "Branchenverzeichnis"
3793
 
3794
+ #: includes/abstracts/class-view.php:119
3795
  #, fuzzy
3796
  msgctxt "views"
3797
  msgid "Invalid credentials."
5553
  msgstr "Allgemein"
5554
 
5555
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5556
  #, fuzzy
5557
  msgctxt "settings"
5558
  msgid "Listings"
6176
  "Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
6177
  "Höhen haben."
6178
 
 
 
 
 
 
6179
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6180
  #, fuzzy
6181
  msgctxt "settings"
6748
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6749
  "geschrieben."
6750
 
6751
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6752
  msgctxt "admin csv-import"
6753
  msgid ""
6754
  "Could not create listing category \"<category-name>\". The operation failed "
6757
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6758
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6759
 
6760
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6761
  msgctxt "admin csv-import"
6762
  msgid "Could not create listing category \"%s\""
6763
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6764
 
6765
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6766
  msgctxt "admin csv-import"
6767
  msgid "Username \"%s\" does not exist"
6768
  msgstr "Benutzername \"%s\" existiert nicht"
6769
 
6770
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
6771
  msgctxt "admin csv-import"
6772
  msgid "Missing required field: %s"
6773
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6774
 
6775
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6776
  msgctxt "admin csv-import"
6777
  msgid "Listing category \"%s\" does not exist"
6778
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6779
 
6780
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6781
  msgctxt "admin csv-import"
6782
  msgid "The string <string> couldn't be converted into a valid date."
6783
  msgstr ""
7804
  "angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
7805
  "Einstellungen zu ändern."
7806
 
7807
+ #: includes/controllers/pages/class-submit-listing.php:495
7808
  msgctxt "templates"
7809
  msgid ""
7810
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7813
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7814
  "Submission?\" setting checked?"
7815
 
7816
+ #: includes/controllers/pages/class-submit-listing.php:497
7817
  msgctxt "templates"
7818
  msgid ""
7819
  "Listing submission has been disabled. Contact the administrator for details."
7820
  msgstr ""
7821
 
7822
+ #: includes/controllers/pages/class-submit-listing.php:944
7823
  msgctxt "templates"
7824
  msgid ""
7825
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7826
  "a listing. %s to create a plan"
7827
  msgstr ""
7828
 
7829
+ #: includes/controllers/pages/class-submit-listing.php:958
7830
  msgctxt "templates"
7831
  msgid ""
7832
  "Listing submission is not available at the moment. Contact the administrator "
7833
  "for details."
7834
  msgstr ""
7835
 
7836
+ #: includes/controllers/pages/class-submit-listing.php:961
7837
  msgctxt "templates"
7838
  msgid ""
7839
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7841
  "an existing field"
7842
  msgstr ""
7843
 
7844
+ #: includes/controllers/pages/class-submit-listing.php:1408
7845
  msgctxt "templates"
7846
  msgid "Please agree to the Terms and Conditions."
7847
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7848
 
7849
+ #: includes/controllers/pages/class-submit-listing.php:1422
7850
  msgctxt "templates"
7851
  msgid "I agree to the <a>Terms and Conditions</a>"
7852
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7998
  msgid "Please <a>login</a> to manage your listings."
7999
  msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
8000
 
8001
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
8002
  #, fuzzy
8003
  msgctxt "manage subscriptions"
8004
  msgid ""
8006
  "invalid."
8007
  msgstr "Sie sind nicht autorisiert um diesen Eintrag zu bearbeiten."
8008
 
8009
+ #: includes/controllers/pages/class-manage-recurring.php:56
8010
  msgctxt "manage subscriptions"
8011
  msgid "Invalid subscription."
8012
  msgstr "Ungültiges Abonnement."
8013
 
8014
+ #: includes/controllers/pages/class-manage-recurring.php:79
8015
  #, fuzzy
8016
  msgctxt "manage subscriptions"
8017
  msgid "Your subscription was canceled."
8023
  msgid "Subscription / Plan"
8024
  msgstr "Abonnement / Preisplan"
8025
 
8026
+ #: includes/controllers/pages/class-manage-recurring.php:96
8027
  #, fuzzy
8028
  msgctxt "manage listings"
8029
  msgid "You are not on recurring payments for any of your listings."
8138
  msgid "\"%s\" is required."
8139
  msgstr "%s ist ein Pflichtfeld."
8140
 
8141
+ #: includes/controllers/pages/class-submit-listing.php:78
8142
  msgctxt "submit listing"
8143
  msgid "Click this field to add categories"
8144
  msgstr ""
8145
 
8146
+ #: includes/controllers/pages/class-submit-listing.php:79
8147
  #, fuzzy
8148
  msgctxt "submit listing"
8149
  msgid "Complete Listing"
8150
  msgstr "Eintrag Löschen"
8151
 
8152
+ #: includes/controllers/pages/class-submit-listing.php:80
8153
  #, fuzzy
8154
  msgctxt "submit listing"
8155
  msgid "Continue to Payment"
8156
  msgstr "Initialbezahlung"
8157
 
8158
+ #: includes/controllers/pages/class-submit-listing.php:82
8159
  msgctxt "submit listing"
8160
  msgid "Please wait a moment!"
8161
  msgstr ""
8162
 
8163
+ #: includes/controllers/pages/class-submit-listing.php:83
8164
  msgctxt "submit listing"
8165
  msgid "Something went wrong!"
8166
  msgstr ""
8167
 
8168
+ #: includes/controllers/pages/class-submit-listing.php:118
8169
  #, fuzzy
8170
  msgctxt "submit listing"
8171
  msgid "No listing ID was specified."
8172
  msgstr "Ein Eintrag wurde bearbeitet."
8173
 
8174
+ #: includes/controllers/pages/class-submit-listing.php:120
8175
  #, fuzzy
8176
  msgctxt "submit listing"
8177
  msgid "You can't edit this listing."
8178
  msgstr "Kategorie für diesen Eintrag"
8179
 
8180
+ #: includes/controllers/pages/class-submit-listing.php:162
8181
  msgctxt "submit listing"
8182
  msgid ""
8183
  "This listing can't be edited at this time because it has no plan associated. "
8184
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8185
  msgstr ""
8186
 
8187
+ #: includes/controllers/pages/class-submit-listing.php:168
8188
  msgctxt "submit listing"
8189
  msgid ""
8190
  "This listing can't be edited at this time. Please try again later or contact "
8191
  "the admin if the problem persists."
8192
  msgstr ""
8193
 
8194
+ #: includes/controllers/pages/class-submit-listing.php:250
8195
  #, fuzzy
8196
  msgctxt "submit listing"
8197
  msgid "You're logged in as admin, payment will be skipped."
8199
  "Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
8200
  "übersprungen."
8201
 
8202
+ #: includes/controllers/pages/class-submit-listing.php:633
8203
  #, fuzzy
8204
  msgctxt "submit listing"
8205
  msgid "Category selection"
8206
  msgstr "Kategorien auswählen"
8207
 
8208
+ #: includes/controllers/pages/class-submit-listing.php:633
8209
  #, fuzzy
8210
  msgctxt "submit listing"
8211
  msgid "Category & plan selection"
8212
  msgstr "Kategorien auswählen"
8213
 
8214
+ #: includes/controllers/pages/class-submit-listing.php:941
8215
  #, fuzzy
8216
  msgctxt "submit listing"
8217
  msgid "Can not submit a listing at this moment. Please try again later."
8219
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
8220
  "später noch einmal."
8221
 
8222
+ #: includes/controllers/pages/class-submit-listing.php:990
8223
+ #: includes/controllers/pages/class-submit-listing.php:1117
8224
  #, fuzzy
8225
  msgctxt "submit listing"
8226
  msgid "Please select a category."
8227
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8228
 
8229
+ #: includes/controllers/pages/class-submit-listing.php:1015
8230
  msgctxt "submit listing"
8231
  msgid "Current active plan is disabled. Please select another plan."
8232
  msgstr ""
8233
 
8234
+ #: includes/controllers/pages/class-submit-listing.php:1017
8235
  msgctxt "submit listing"
8236
  msgid "Please choose a valid category for your plan."
8237
  msgstr ""
8238
 
8239
+ #: includes/controllers/pages/class-submit-listing.php:1020
8240
  #, fuzzy
8241
  msgctxt "submit listing"
8242
  msgid "Please choose a valid plan for your category selection."
8243
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8244
 
8245
+ #: includes/controllers/pages/class-submit-listing.php:1328
8246
  #, fuzzy
8247
  msgctxt "submit listing"
8248
  msgid "Please enter your desired username."
8249
  msgstr "Bitte geben Sie einen Namen ein."
8250
 
8251
+ #: includes/controllers/pages/class-submit-listing.php:1333
8252
  #, fuzzy
8253
  msgctxt "submit listing"
8254
  msgid "Please enter the e-mail for your new account."
8255
  msgstr "Bitte geben Sie einen Namen ein."
8256
 
8257
+ #: includes/controllers/pages/class-submit-listing.php:1338
8258
  msgctxt "submit listing"
8259
  msgid "The username you chose is already in use. Please use a different one."
8260
  msgstr ""
8261
 
8262
+ #: includes/controllers/pages/class-submit-listing.php:1343
8263
  msgctxt "submit listing"
8264
  msgid "The e-mail address you chose for your account is already in use."
8265
  msgstr ""
8270
  msgid "Listing submitted by admin. Payment skipped."
8271
  msgstr "Eintrag zusenden (Initialbezahlung)"
8272
 
8273
+ #: includes/controllers/pages/class-submit-listing.php:1283
8274
  msgctxt "listing submit"
8275
  msgid ""
8276
  "Image upload is required, please provide at least one image and submit again."
8594
  msgid "Report comment is required to save a report"
8595
  msgstr ""
8596
 
8597
+ #: includes/installer.php:40
8598
  msgctxt "default category name"
8599
  msgid "General"
8600
  msgstr "Allgemein"
8782
  msgid "Payment #%s"
8783
  msgstr "Bezahlung #%d"
8784
 
8785
+ #: includes/utils.php:277
8786
  msgctxt "utils"
8787
  msgid "Unkown error while uploading file."
8788
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
8789
 
8790
+ #: includes/utils.php:385
8791
  msgctxt "utils"
8792
  msgid "Error while uploading file"
8793
  msgstr "Fehler während des Hochladens der Datei"
8794
 
8795
+ #: includes/utils.php:408 includes/utils.php:414
8796
  msgctxt "utils"
8797
  msgid "File type \"%s\" is not allowed"
8798
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
8799
 
8800
+ #: includes/utils.php:667
8801
  msgctxt "utils"
8802
  msgid ""
8803
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8948
  msgid "Send renewal e-mail"
8949
  msgstr "Erneuerungsmail an Benutzer schicken"
8950
 
 
 
 
 
 
 
8951
  #: templates/admin/themes-delete-confirm.tpl.php:14
8952
  msgctxt "themes admin"
8953
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9386
  #~ msgid "Manage Theme Tags"
9387
  #~ msgstr "Preise Verwalten"
9388
 
 
 
 
 
9389
  #~ msgctxt "fees-api"
9390
  #~ msgid "Fee label is required."
9391
  #~ msgstr "Preisbezeichnung erforderlich."
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-05-13 19:33:26+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -283,7 +283,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
283
  msgstr ""
284
 
285
  #: includes/admin/controllers/class-admin-listings.php:187
286
- #: includes/controllers/pages/class-submit-listing.php:514
287
  #: templates/email/listing-reported.tpl.php:7
288
  msgid "Listing Information"
289
  msgstr ""
@@ -352,7 +352,7 @@ msgid ""
352
  msgstr ""
353
 
354
  #: includes/admin/controllers/class-form-fields-admin.php:37
355
- #: includes/controllers/pages/class-submit-listing.php:844
356
  msgid "Go to \"Form Fields\""
357
  msgstr ""
358
 
@@ -395,7 +395,7 @@ 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:246
399
  #: templates/checkout-billing-form.tpl.php:75
400
  msgid "Address"
401
  msgstr ""
@@ -553,10 +553,15 @@ msgstr ""
553
  msgid "Hide notifications"
554
  msgstr ""
555
 
556
- #: includes/admin/helpers/csv/class-csv-import.php:675
557
  msgid "Listing imported by admin. Payment skipped."
558
  msgstr ""
559
 
 
 
 
 
 
560
  #. translators: %1$s: open link html, %2$s close link
561
  #: includes/admin/helpers/tables/class-fees-table.php:30
562
  msgid "There are no plans right now. %1$sCreate one%2$s."
@@ -651,7 +656,7 @@ msgid "Missing tables: %s"
651
  msgstr ""
652
 
653
  #: includes/admin/settings/class-settings-bootstrap.php:13
654
- #: includes/controllers/pages/class-submit-listing.php:1250
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
@@ -683,7 +688,7 @@ 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
 
@@ -841,6 +846,14 @@ msgstr ""
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 ""
@@ -1349,7 +1362,7 @@ msgid "View All Listings"
1349
  msgstr ""
1350
 
1351
  #: includes/controllers/pages/class-checkout.php:181
1352
- #: includes/controllers/pages/class-manage-listings.php:109
1353
  msgid "Pay Now"
1354
  msgstr ""
1355
 
@@ -1386,11 +1399,20 @@ msgstr ""
1386
  msgid "l F j, Y \\a\\t g:i a"
1387
  msgstr ""
1388
 
1389
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
1390
  #: templates/renew-listing.tpl.php:11
1391
  msgid "Renew Listing"
1392
  msgstr ""
1393
 
 
 
 
 
 
1394
  #: includes/controllers/pages/class-renew-listing.php:36
1395
  msgid "That listing cannot yet be renewed."
1396
  msgstr ""
@@ -1399,41 +1421,41 @@ msgstr ""
1399
  msgid "This is just a preview. The listing has not been published yet."
1400
  msgstr ""
1401
 
1402
- #: includes/controllers/pages/class-submit-listing.php:32
1403
  #: includes/helpers/functions/templates-ui.php:330
1404
  #: templates/submit-listing.tpl.php:17
1405
  msgid "Add Listing"
1406
  msgstr ""
1407
 
1408
- #: includes/controllers/pages/class-submit-listing.php:560
1409
  msgid "Listing Images"
1410
  msgstr ""
1411
 
1412
- #: includes/controllers/pages/class-submit-listing.php:628
1413
  msgid "Account Creation"
1414
  msgstr ""
1415
 
1416
- #: includes/controllers/pages/class-submit-listing.php:827
1417
  msgid "Go to \"Plans\""
1418
  msgstr ""
1419
 
1420
- #: includes/controllers/pages/class-submit-listing.php:884
1421
  msgid "Please choose a plan."
1422
  msgstr ""
1423
 
1424
- #: includes/controllers/pages/class-submit-listing.php:1074
1425
  msgid "Please check the form for errors, correct them and submit again."
1426
  msgstr ""
1427
 
1428
- #: includes/controllers/pages/class-submit-listing.php:1234
1429
  msgid "Create a user account on this site"
1430
  msgstr ""
1431
 
1432
- #: includes/controllers/pages/class-submit-listing.php:1241
1433
  msgid "Username"
1434
  msgstr ""
1435
 
1436
- #: includes/controllers/pages/class-submit-listing.php:1263
1437
  msgid "Clear Form"
1438
  msgstr ""
1439
 
@@ -1708,7 +1730,7 @@ msgstr ""
1708
  msgid "Manage Listings"
1709
  msgstr ""
1710
 
1711
- #: includes/installer.php:60
1712
  msgid "Default Plan"
1713
  msgstr ""
1714
 
@@ -1841,11 +1863,11 @@ msgstr ""
1841
  msgid "ZIP file is not a valid Business Directory theme file."
1842
  msgstr ""
1843
 
1844
- #: includes/utils.php:390
1845
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
1846
  msgstr ""
1847
 
1848
- #: includes/utils.php:399
1849
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1850
  msgstr ""
1851
 
@@ -2199,7 +2221,7 @@ msgstr ""
2199
  msgid "Add a payment gateway to increase conversion rates"
2200
  msgstr ""
2201
 
2202
- #. translators: %s: payment gateway name */
2203
  #: templates/admin/fees-index.tpl.php:75
2204
  msgid "Add %s as a payment option."
2205
  msgstr ""
@@ -2280,6 +2302,10 @@ msgstr ""
2280
  msgid "Recurring"
2281
  msgstr ""
2282
 
 
 
 
 
2283
  #: templates/admin/payments-details.tpl.php:5
2284
  msgid "Payment %s"
2285
  msgstr ""
@@ -3185,7 +3211,7 @@ msgstr ""
3185
  msgid "Business Directory Team"
3186
  msgstr ""
3187
 
3188
- #: includes/abstracts/class-view.php:130
3189
  msgctxt "views"
3190
  msgid "Invalid credentials."
3191
  msgstr ""
@@ -4811,7 +4837,6 @@ msgid "General"
4811
  msgstr ""
4812
 
4813
  #: includes/admin/settings/class-settings-bootstrap.php:10
4814
- #: includes/admin/settings/class-settings-bootstrap.php:1039
4815
  msgctxt "settings"
4816
  msgid "Listings"
4817
  msgstr ""
@@ -5319,11 +5344,6 @@ msgid ""
5319
  "Depending on the uploaded images, thumbnails may have different heights."
5320
  msgstr ""
5321
 
5322
- #: includes/admin/settings/class-settings-bootstrap.php:1044
5323
- msgctxt "settings"
5324
- msgid "Enforce image upload on submit/edit"
5325
- msgstr ""
5326
-
5327
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5328
  msgctxt "settings"
5329
  msgid "Default thumbnail image size"
@@ -5835,39 +5855,34 @@ msgctxt "admin csv-import"
5835
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5836
  msgstr ""
5837
 
5838
- #: includes/admin/helpers/csv/class-csv-import.php:532
5839
  msgctxt "admin csv-import"
5840
  msgid ""
5841
  "Could not create listing category \"<category-name>\". The operation failed "
5842
  "with the following error: <error-message>."
5843
  msgstr ""
5844
 
5845
- #: includes/admin/helpers/csv/class-csv-import.php:538
5846
  msgctxt "admin csv-import"
5847
  msgid "Could not create listing category \"%s\""
5848
  msgstr ""
5849
 
5850
- #: includes/admin/helpers/csv/class-csv-import.php:730
5851
  msgctxt "admin csv-import"
5852
  msgid "Username \"%s\" does not exist"
5853
  msgstr ""
5854
 
5855
- #: includes/admin/helpers/csv/class-csv-import.php:757
5856
- msgctxt "admin csv-import"
5857
- msgid "There is no Plan with ID = <fee-id>"
5858
- msgstr ""
5859
-
5860
- #: includes/admin/helpers/csv/class-csv-import.php:788
5861
  msgctxt "admin csv-import"
5862
  msgid "Missing required field: %s"
5863
  msgstr ""
5864
 
5865
- #: includes/admin/helpers/csv/class-csv-import.php:829
5866
  msgctxt "admin csv-import"
5867
  msgid "Listing category \"%s\" does not exist"
5868
  msgstr ""
5869
 
5870
- #: includes/admin/helpers/csv/class-csv-import.php:903
5871
  msgctxt "admin csv-import"
5872
  msgid "The string <string> couldn't be converted into a valid date."
5873
  msgstr ""
@@ -6787,34 +6802,34 @@ msgid ""
6787
  "site. If you didn't want that, click <a>here</a> to change the setting."
6788
  msgstr ""
6789
 
6790
- #: includes/controllers/pages/class-submit-listing.php:420
6791
  msgctxt "templates"
6792
  msgid ""
6793
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6794
  "Submission?\" setting checked?"
6795
  msgstr ""
6796
 
6797
- #: includes/controllers/pages/class-submit-listing.php:422
6798
  msgctxt "templates"
6799
  msgid ""
6800
  "Listing submission has been disabled. Contact the administrator for details."
6801
  msgstr ""
6802
 
6803
- #: includes/controllers/pages/class-submit-listing.php:820
6804
  msgctxt "templates"
6805
  msgid ""
6806
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6807
  "a listing. %s to create a plan"
6808
  msgstr ""
6809
 
6810
- #: includes/controllers/pages/class-submit-listing.php:834
6811
  msgctxt "templates"
6812
  msgid ""
6813
  "Listing submission is not available at the moment. Contact the administrator "
6814
  "for details."
6815
  msgstr ""
6816
 
6817
- #: includes/controllers/pages/class-submit-listing.php:837
6818
  msgctxt "templates"
6819
  msgid ""
6820
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -6822,12 +6837,12 @@ msgid ""
6822
  "an existing field"
6823
  msgstr ""
6824
 
6825
- #: includes/controllers/pages/class-submit-listing.php:1284
6826
  msgctxt "templates"
6827
  msgid "Please agree to the Terms and Conditions."
6828
  msgstr ""
6829
 
6830
- #: includes/controllers/pages/class-submit-listing.php:1298
6831
  msgctxt "templates"
6832
  msgid "I agree to the <a>Terms and Conditions</a>"
6833
  msgstr ""
@@ -6965,24 +6980,19 @@ msgctxt "view:manage-listings"
6965
  msgid "Please <a>login</a> to manage your listings."
6966
  msgstr ""
6967
 
6968
- #: includes/controllers/pages/class-manage-recurring.php:33
6969
- msgctxt "manage subscription"
6970
- msgid "The listing with id = <listing-id> doesn't exists."
6971
- msgstr ""
6972
-
6973
- #: includes/controllers/pages/class-manage-recurring.php:42
6974
  msgctxt "manage subscriptions"
6975
  msgid ""
6976
  "You are not authorized to cancel this subscription. The link you followed is "
6977
  "invalid."
6978
  msgstr ""
6979
 
6980
- #: includes/controllers/pages/class-manage-recurring.php:53
6981
  msgctxt "manage subscriptions"
6982
  msgid "Invalid subscription."
6983
  msgstr ""
6984
 
6985
- #: includes/controllers/pages/class-manage-recurring.php:76
6986
  msgctxt "manage subscriptions"
6987
  msgid "Your subscription was canceled."
6988
  msgstr ""
@@ -6992,7 +7002,7 @@ msgctxt "manage subscriptions"
6992
  msgid "Subscription / Plan"
6993
  msgstr ""
6994
 
6995
- #: includes/controllers/pages/class-manage-recurring.php:93
6996
  msgctxt "manage listings"
6997
  msgid "You are not on recurring payments for any of your listings."
6998
  msgstr ""
@@ -7091,112 +7101,112 @@ msgctxt "search"
7091
  msgid "\"%s\" is required."
7092
  msgstr ""
7093
 
7094
- #: includes/controllers/pages/class-submit-listing.php:69
7095
  msgctxt "submit listing"
7096
  msgid "Click this field to add categories"
7097
  msgstr ""
7098
 
7099
- #: includes/controllers/pages/class-submit-listing.php:70
7100
  msgctxt "submit listing"
7101
  msgid "Complete Listing"
7102
  msgstr ""
7103
 
7104
- #: includes/controllers/pages/class-submit-listing.php:71
7105
  msgctxt "submit listing"
7106
  msgid "Continue to Payment"
7107
  msgstr ""
7108
 
7109
- #: includes/controllers/pages/class-submit-listing.php:73
7110
  msgctxt "submit listing"
7111
  msgid "Please wait a moment!"
7112
  msgstr ""
7113
 
7114
- #: includes/controllers/pages/class-submit-listing.php:74
7115
  msgctxt "submit listing"
7116
  msgid "Something went wrong!"
7117
  msgstr ""
7118
 
7119
- #: includes/controllers/pages/class-submit-listing.php:99
7120
  msgctxt "submit listing"
7121
  msgid "No listing ID was specified."
7122
  msgstr ""
7123
 
7124
- #: includes/controllers/pages/class-submit-listing.php:101
7125
  msgctxt "submit listing"
7126
  msgid "You can't edit this listing."
7127
  msgstr ""
7128
 
7129
- #: includes/controllers/pages/class-submit-listing.php:164
7130
  msgctxt "submit listing"
7131
  msgid ""
7132
  "This listing can't be edited at this time because it has no plan associated. "
7133
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7134
  msgstr ""
7135
 
7136
- #: includes/controllers/pages/class-submit-listing.php:170
7137
  msgctxt "submit listing"
7138
  msgid ""
7139
  "This listing can't be edited at this time. Please try again later or contact "
7140
  "the admin if the problem persists."
7141
  msgstr ""
7142
 
7143
- #: includes/controllers/pages/class-submit-listing.php:194
7144
  msgctxt "submit listing"
7145
  msgid "You're logged in as admin, payment will be skipped."
7146
  msgstr ""
7147
 
7148
- #: includes/controllers/pages/class-submit-listing.php:509
7149
  msgctxt "submit listing"
7150
  msgid "Category selection"
7151
  msgstr ""
7152
 
7153
- #: includes/controllers/pages/class-submit-listing.php:509
7154
  msgctxt "submit listing"
7155
  msgid "Category & plan selection"
7156
  msgstr ""
7157
 
7158
- #: includes/controllers/pages/class-submit-listing.php:817
7159
  msgctxt "submit listing"
7160
  msgid "Can not submit a listing at this moment. Please try again later."
7161
  msgstr ""
7162
 
7163
- #: includes/controllers/pages/class-submit-listing.php:866
7164
- #: includes/controllers/pages/class-submit-listing.php:993
7165
  msgctxt "submit listing"
7166
  msgid "Please select a category."
7167
  msgstr ""
7168
 
7169
- #: includes/controllers/pages/class-submit-listing.php:891
7170
  msgctxt "submit listing"
7171
  msgid "Current active plan is disabled. Please select another plan."
7172
  msgstr ""
7173
 
7174
- #: includes/controllers/pages/class-submit-listing.php:893
7175
  msgctxt "submit listing"
7176
  msgid "Please choose a valid category for your plan."
7177
  msgstr ""
7178
 
7179
- #: includes/controllers/pages/class-submit-listing.php:896
7180
  msgctxt "submit listing"
7181
  msgid "Please choose a valid plan for your category selection."
7182
  msgstr ""
7183
 
7184
- #: includes/controllers/pages/class-submit-listing.php:1204
7185
  msgctxt "submit listing"
7186
  msgid "Please enter your desired username."
7187
  msgstr ""
7188
 
7189
- #: includes/controllers/pages/class-submit-listing.php:1209
7190
  msgctxt "submit listing"
7191
  msgid "Please enter the e-mail for your new account."
7192
  msgstr ""
7193
 
7194
- #: includes/controllers/pages/class-submit-listing.php:1214
7195
  msgctxt "submit listing"
7196
  msgid "The username you chose is already in use. Please use a different one."
7197
  msgstr ""
7198
 
7199
- #: includes/controllers/pages/class-submit-listing.php:1219
7200
  msgctxt "submit listing"
7201
  msgid "The e-mail address you chose for your account is already in use."
7202
  msgstr ""
@@ -7206,7 +7216,7 @@ msgctxt "submit listing"
7206
  msgid "Listing submitted by admin. Payment skipped."
7207
  msgstr ""
7208
 
7209
- #: includes/controllers/pages/class-submit-listing.php:1159
7210
  msgctxt "listing submit"
7211
  msgid ""
7212
  "Image upload is required, please provide at least one image and submit again."
@@ -7506,7 +7516,7 @@ msgctxt "flag listing"
7506
  msgid "Report comment is required to save a report"
7507
  msgstr ""
7508
 
7509
- #: includes/installer.php:49
7510
  msgctxt "default category name"
7511
  msgid "General"
7512
  msgstr ""
@@ -7684,22 +7694,22 @@ msgctxt "payments"
7684
  msgid "Payment #%s"
7685
  msgstr ""
7686
 
7687
- #: includes/utils.php:276
7688
  msgctxt "utils"
7689
  msgid "Unkown error while uploading file."
7690
  msgstr ""
7691
 
7692
- #: includes/utils.php:384
7693
  msgctxt "utils"
7694
  msgid "Error while uploading file"
7695
  msgstr ""
7696
 
7697
- #: includes/utils.php:407 includes/utils.php:413
7698
  msgctxt "utils"
7699
  msgid "File type \"%s\" is not allowed"
7700
  msgstr ""
7701
 
7702
- #: includes/utils.php:666
7703
  msgctxt "utils"
7704
  msgid ""
7705
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -7843,11 +7853,6 @@ msgctxt "admin infometabox"
7843
  msgid "Send renewal e-mail"
7844
  msgstr ""
7845
 
7846
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
7847
- msgctxt "admin infometabox"
7848
- msgid "Renew listing"
7849
- msgstr ""
7850
-
7851
  #: templates/admin/themes-delete-confirm.tpl.php:14
7852
  msgctxt "themes admin"
7853
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
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-06-06 22:19:11+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
283
  msgstr ""
284
 
285
  #: includes/admin/controllers/class-admin-listings.php:187
286
+ #: includes/controllers/pages/class-submit-listing.php:638
287
  #: templates/email/listing-reported.tpl.php:7
288
  msgid "Listing Information"
289
  msgstr ""
352
  msgstr ""
353
 
354
  #: includes/admin/controllers/class-form-fields-admin.php:37
355
+ #: includes/controllers/pages/class-submit-listing.php:968
356
  msgid "Go to \"Form Fields\""
357
  msgstr ""
358
 
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 ""
553
  msgid "Hide notifications"
554
  msgstr ""
555
 
556
+ #: includes/admin/helpers/csv/class-csv-import.php:673
557
  msgid "Listing imported by admin. Payment skipped."
558
  msgstr ""
559
 
560
+ #. translators: %d: the plan id
561
+ #: includes/admin/helpers/csv/class-csv-import.php:757
562
+ msgid "There is no Plan with ID = %d"
563
+ msgstr ""
564
+
565
  #. translators: %1$s: open link html, %2$s close link
566
  #: includes/admin/helpers/tables/class-fees-table.php:30
567
  msgid "There are no plans right now. %1$sCreate one%2$s."
656
  msgstr ""
657
 
658
  #: includes/admin/settings/class-settings-bootstrap.php:13
659
+ #: includes/controllers/pages/class-submit-listing.php:1374
660
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
661
  #: templates/listing-contactform.tpl.php:33
662
  #: templates/listing-flagging-form.tpl.php:39
688
 
689
  #: includes/admin/settings/class-settings-bootstrap.php:283
690
  #: includes/admin/settings/class-settings-bootstrap.php:297
691
+ #: includes/controllers/pages/class-submit-listing.php:651
692
  msgid "Terms and Conditions"
693
  msgstr ""
694
 
846
  msgid "This is used for form buttons and form rootline."
847
  msgstr ""
848
 
849
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
850
+ msgid "Default Images"
851
+ msgstr ""
852
+
853
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
854
+ msgid "Require images on submit/edit"
855
+ msgstr ""
856
+
857
  #: includes/admin/settings/class-settings-bootstrap.php:1054
858
  msgid "Show Thumbnail"
859
  msgstr ""
1362
  msgstr ""
1363
 
1364
  #: includes/controllers/pages/class-checkout.php:181
1365
+ #: includes/controllers/pages/class-manage-listings.php:113
1366
  msgid "Pay Now"
1367
  msgstr ""
1368
 
1399
  msgid "l F j, Y \\a\\t g:i a"
1400
  msgstr ""
1401
 
1402
+ #: includes/controllers/pages/class-manage-listings.php:102
1403
+ msgid "Pending"
1404
+ msgstr ""
1405
+
1406
+ #: includes/controllers/pages/class-manage-listings.php:113
1407
  #: templates/renew-listing.tpl.php:11
1408
  msgid "Renew Listing"
1409
  msgstr ""
1410
 
1411
+ #. translators: %d: the listing ID
1412
+ #: includes/controllers/pages/class-manage-recurring.php:35
1413
+ msgid "The listing with id %d does not exist."
1414
+ msgstr ""
1415
+
1416
  #: includes/controllers/pages/class-renew-listing.php:36
1417
  msgid "That listing cannot yet be renewed."
1418
  msgstr ""
1421
  msgid "This is just a preview. The listing has not been published yet."
1422
  msgstr ""
1423
 
1424
+ #: includes/controllers/pages/class-submit-listing.php:41
1425
  #: includes/helpers/functions/templates-ui.php:330
1426
  #: templates/submit-listing.tpl.php:17
1427
  msgid "Add Listing"
1428
  msgstr ""
1429
 
1430
+ #: includes/controllers/pages/class-submit-listing.php:684
1431
  msgid "Listing Images"
1432
  msgstr ""
1433
 
1434
+ #: includes/controllers/pages/class-submit-listing.php:752
1435
  msgid "Account Creation"
1436
  msgstr ""
1437
 
1438
+ #: includes/controllers/pages/class-submit-listing.php:951
1439
  msgid "Go to \"Plans\""
1440
  msgstr ""
1441
 
1442
+ #: includes/controllers/pages/class-submit-listing.php:1008
1443
  msgid "Please choose a plan."
1444
  msgstr ""
1445
 
1446
+ #: includes/controllers/pages/class-submit-listing.php:1198
1447
  msgid "Please check the form for errors, correct them and submit again."
1448
  msgstr ""
1449
 
1450
+ #: includes/controllers/pages/class-submit-listing.php:1358
1451
  msgid "Create a user account on this site"
1452
  msgstr ""
1453
 
1454
+ #: includes/controllers/pages/class-submit-listing.php:1365
1455
  msgid "Username"
1456
  msgstr ""
1457
 
1458
+ #: includes/controllers/pages/class-submit-listing.php:1387
1459
  msgid "Clear Form"
1460
  msgstr ""
1461
 
1730
  msgid "Manage Listings"
1731
  msgstr ""
1732
 
1733
+ #: includes/installer.php:51
1734
  msgid "Default Plan"
1735
  msgstr ""
1736
 
1863
  msgid "ZIP file is not a valid Business Directory theme file."
1864
  msgstr ""
1865
 
1866
+ #: includes/utils.php:391
1867
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
1868
  msgstr ""
1869
 
1870
+ #: includes/utils.php:400
1871
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1872
  msgstr ""
1873
 
2221
  msgid "Add a payment gateway to increase conversion rates"
2222
  msgstr ""
2223
 
2224
+ #. translators: %s: payment gateway name
2225
  #: templates/admin/fees-index.tpl.php:75
2226
  msgid "Add %s as a payment option."
2227
  msgstr ""
2302
  msgid "Recurring"
2303
  msgstr ""
2304
 
2305
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2306
+ msgid "Renew listing"
2307
+ msgstr ""
2308
+
2309
  #: templates/admin/payments-details.tpl.php:5
2310
  msgid "Payment %s"
2311
  msgstr ""
3211
  msgid "Business Directory Team"
3212
  msgstr ""
3213
 
3214
+ #: includes/abstracts/class-view.php:119
3215
  msgctxt "views"
3216
  msgid "Invalid credentials."
3217
  msgstr ""
4837
  msgstr ""
4838
 
4839
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
4840
  msgctxt "settings"
4841
  msgid "Listings"
4842
  msgstr ""
5344
  "Depending on the uploaded images, thumbnails may have different heights."
5345
  msgstr ""
5346
 
 
 
 
 
 
5347
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5348
  msgctxt "settings"
5349
  msgid "Default thumbnail image size"
5855
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5856
  msgstr ""
5857
 
5858
+ #: includes/admin/helpers/csv/class-csv-import.php:530
5859
  msgctxt "admin csv-import"
5860
  msgid ""
5861
  "Could not create listing category \"<category-name>\". The operation failed "
5862
  "with the following error: <error-message>."
5863
  msgstr ""
5864
 
5865
+ #: includes/admin/helpers/csv/class-csv-import.php:536
5866
  msgctxt "admin csv-import"
5867
  msgid "Could not create listing category \"%s\""
5868
  msgstr ""
5869
 
5870
+ #: includes/admin/helpers/csv/class-csv-import.php:728
5871
  msgctxt "admin csv-import"
5872
  msgid "Username \"%s\" does not exist"
5873
  msgstr ""
5874
 
5875
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
5876
  msgctxt "admin csv-import"
5877
  msgid "Missing required field: %s"
5878
  msgstr ""
5879
 
5880
+ #: includes/admin/helpers/csv/class-csv-import.php:830
5881
  msgctxt "admin csv-import"
5882
  msgid "Listing category \"%s\" does not exist"
5883
  msgstr ""
5884
 
5885
+ #: includes/admin/helpers/csv/class-csv-import.php:904
5886
  msgctxt "admin csv-import"
5887
  msgid "The string <string> couldn't be converted into a valid date."
5888
  msgstr ""
6802
  "site. If you didn't want that, click <a>here</a> to change the setting."
6803
  msgstr ""
6804
 
6805
+ #: includes/controllers/pages/class-submit-listing.php:495
6806
  msgctxt "templates"
6807
  msgid ""
6808
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6809
  "Submission?\" setting checked?"
6810
  msgstr ""
6811
 
6812
+ #: includes/controllers/pages/class-submit-listing.php:497
6813
  msgctxt "templates"
6814
  msgid ""
6815
  "Listing submission has been disabled. Contact the administrator for details."
6816
  msgstr ""
6817
 
6818
+ #: includes/controllers/pages/class-submit-listing.php:944
6819
  msgctxt "templates"
6820
  msgid ""
6821
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6822
  "a listing. %s to create a plan"
6823
  msgstr ""
6824
 
6825
+ #: includes/controllers/pages/class-submit-listing.php:958
6826
  msgctxt "templates"
6827
  msgid ""
6828
  "Listing submission is not available at the moment. Contact the administrator "
6829
  "for details."
6830
  msgstr ""
6831
 
6832
+ #: includes/controllers/pages/class-submit-listing.php:961
6833
  msgctxt "templates"
6834
  msgid ""
6835
  "<b>View not available</b>, there is no \"Category\" association field. %s "
6837
  "an existing field"
6838
  msgstr ""
6839
 
6840
+ #: includes/controllers/pages/class-submit-listing.php:1408
6841
  msgctxt "templates"
6842
  msgid "Please agree to the Terms and Conditions."
6843
  msgstr ""
6844
 
6845
+ #: includes/controllers/pages/class-submit-listing.php:1422
6846
  msgctxt "templates"
6847
  msgid "I agree to the <a>Terms and Conditions</a>"
6848
  msgstr ""
6980
  msgid "Please <a>login</a> to manage your listings."
6981
  msgstr ""
6982
 
6983
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
6984
  msgctxt "manage subscriptions"
6985
  msgid ""
6986
  "You are not authorized to cancel this subscription. The link you followed is "
6987
  "invalid."
6988
  msgstr ""
6989
 
6990
+ #: includes/controllers/pages/class-manage-recurring.php:56
6991
  msgctxt "manage subscriptions"
6992
  msgid "Invalid subscription."
6993
  msgstr ""
6994
 
6995
+ #: includes/controllers/pages/class-manage-recurring.php:79
6996
  msgctxt "manage subscriptions"
6997
  msgid "Your subscription was canceled."
6998
  msgstr ""
7002
  msgid "Subscription / Plan"
7003
  msgstr ""
7004
 
7005
+ #: includes/controllers/pages/class-manage-recurring.php:96
7006
  msgctxt "manage listings"
7007
  msgid "You are not on recurring payments for any of your listings."
7008
  msgstr ""
7101
  msgid "\"%s\" is required."
7102
  msgstr ""
7103
 
7104
+ #: includes/controllers/pages/class-submit-listing.php:78
7105
  msgctxt "submit listing"
7106
  msgid "Click this field to add categories"
7107
  msgstr ""
7108
 
7109
+ #: includes/controllers/pages/class-submit-listing.php:79
7110
  msgctxt "submit listing"
7111
  msgid "Complete Listing"
7112
  msgstr ""
7113
 
7114
+ #: includes/controllers/pages/class-submit-listing.php:80
7115
  msgctxt "submit listing"
7116
  msgid "Continue to Payment"
7117
  msgstr ""
7118
 
7119
+ #: includes/controllers/pages/class-submit-listing.php:82
7120
  msgctxt "submit listing"
7121
  msgid "Please wait a moment!"
7122
  msgstr ""
7123
 
7124
+ #: includes/controllers/pages/class-submit-listing.php:83
7125
  msgctxt "submit listing"
7126
  msgid "Something went wrong!"
7127
  msgstr ""
7128
 
7129
+ #: includes/controllers/pages/class-submit-listing.php:118
7130
  msgctxt "submit listing"
7131
  msgid "No listing ID was specified."
7132
  msgstr ""
7133
 
7134
+ #: includes/controllers/pages/class-submit-listing.php:120
7135
  msgctxt "submit listing"
7136
  msgid "You can't edit this listing."
7137
  msgstr ""
7138
 
7139
+ #: includes/controllers/pages/class-submit-listing.php:162
7140
  msgctxt "submit listing"
7141
  msgid ""
7142
  "This listing can't be edited at this time because it has no plan associated. "
7143
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7144
  msgstr ""
7145
 
7146
+ #: includes/controllers/pages/class-submit-listing.php:168
7147
  msgctxt "submit listing"
7148
  msgid ""
7149
  "This listing can't be edited at this time. Please try again later or contact "
7150
  "the admin if the problem persists."
7151
  msgstr ""
7152
 
7153
+ #: includes/controllers/pages/class-submit-listing.php:250
7154
  msgctxt "submit listing"
7155
  msgid "You're logged in as admin, payment will be skipped."
7156
  msgstr ""
7157
 
7158
+ #: includes/controllers/pages/class-submit-listing.php:633
7159
  msgctxt "submit listing"
7160
  msgid "Category selection"
7161
  msgstr ""
7162
 
7163
+ #: includes/controllers/pages/class-submit-listing.php:633
7164
  msgctxt "submit listing"
7165
  msgid "Category & plan selection"
7166
  msgstr ""
7167
 
7168
+ #: includes/controllers/pages/class-submit-listing.php:941
7169
  msgctxt "submit listing"
7170
  msgid "Can not submit a listing at this moment. Please try again later."
7171
  msgstr ""
7172
 
7173
+ #: includes/controllers/pages/class-submit-listing.php:990
7174
+ #: includes/controllers/pages/class-submit-listing.php:1117
7175
  msgctxt "submit listing"
7176
  msgid "Please select a category."
7177
  msgstr ""
7178
 
7179
+ #: includes/controllers/pages/class-submit-listing.php:1015
7180
  msgctxt "submit listing"
7181
  msgid "Current active plan is disabled. Please select another plan."
7182
  msgstr ""
7183
 
7184
+ #: includes/controllers/pages/class-submit-listing.php:1017
7185
  msgctxt "submit listing"
7186
  msgid "Please choose a valid category for your plan."
7187
  msgstr ""
7188
 
7189
+ #: includes/controllers/pages/class-submit-listing.php:1020
7190
  msgctxt "submit listing"
7191
  msgid "Please choose a valid plan for your category selection."
7192
  msgstr ""
7193
 
7194
+ #: includes/controllers/pages/class-submit-listing.php:1328
7195
  msgctxt "submit listing"
7196
  msgid "Please enter your desired username."
7197
  msgstr ""
7198
 
7199
+ #: includes/controllers/pages/class-submit-listing.php:1333
7200
  msgctxt "submit listing"
7201
  msgid "Please enter the e-mail for your new account."
7202
  msgstr ""
7203
 
7204
+ #: includes/controllers/pages/class-submit-listing.php:1338
7205
  msgctxt "submit listing"
7206
  msgid "The username you chose is already in use. Please use a different one."
7207
  msgstr ""
7208
 
7209
+ #: includes/controllers/pages/class-submit-listing.php:1343
7210
  msgctxt "submit listing"
7211
  msgid "The e-mail address you chose for your account is already in use."
7212
  msgstr ""
7216
  msgid "Listing submitted by admin. Payment skipped."
7217
  msgstr ""
7218
 
7219
+ #: includes/controllers/pages/class-submit-listing.php:1283
7220
  msgctxt "listing submit"
7221
  msgid ""
7222
  "Image upload is required, please provide at least one image and submit again."
7516
  msgid "Report comment is required to save a report"
7517
  msgstr ""
7518
 
7519
+ #: includes/installer.php:40
7520
  msgctxt "default category name"
7521
  msgid "General"
7522
  msgstr ""
7694
  msgid "Payment #%s"
7695
  msgstr ""
7696
 
7697
+ #: includes/utils.php:277
7698
  msgctxt "utils"
7699
  msgid "Unkown error while uploading file."
7700
  msgstr ""
7701
 
7702
+ #: includes/utils.php:385
7703
  msgctxt "utils"
7704
  msgid "Error while uploading file"
7705
  msgstr ""
7706
 
7707
+ #: includes/utils.php:408 includes/utils.php:414
7708
  msgctxt "utils"
7709
  msgid "File type \"%s\" is not allowed"
7710
  msgstr ""
7711
 
7712
+ #: includes/utils.php:667
7713
  msgctxt "utils"
7714
  msgid ""
7715
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7853
  msgid "Send renewal e-mail"
7854
  msgstr ""
7855
 
 
 
 
 
 
7856
  #: templates/admin/themes-delete-confirm.tpl.php:14
7857
  msgctxt "themes admin"
7858
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
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-05-13 19:33:26+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"
@@ -19,9 +19,8 @@ msgstr ""
19
 
20
  #. translators: %s: field name
21
  #: includes/abstracts/class-payment-gateway.php:107
22
- #, fuzzy
23
  msgid "This field is required (%s)."
24
- msgstr "Ce champ est requis."
25
 
26
  #: includes/abstracts/class-payment-gateway.php:166
27
  msgid ""
@@ -30,44 +29,41 @@ msgid ""
30
  "administrator should be able to cancel your subscription contacting the "
31
  "payment processor directly."
32
  msgstr ""
 
 
 
 
33
 
34
  #: includes/abstracts/class-view.php:33
35
- #, fuzzy
36
  msgid "Select"
37
  msgstr "Sélectionnez une annonce"
38
 
39
  #: includes/abstracts/class-view.php:36
40
- #, fuzzy
41
  msgid "Selected"
42
- 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:679
47
  #: includes/admin/settings/class-settings-bootstrap.php:680
48
  #: includes/helpers/class-app.php:92
49
- #, fuzzy
50
  msgid "Listings"
51
  msgstr "Listes"
52
 
53
  #: includes/admin/admin-pages.php:68
54
- #, fuzzy
55
  msgid "Add New Listing"
56
  msgstr "Ajouter une nouvelle annonce"
57
 
58
  #: includes/admin/admin-pages.php:113
59
- #, fuzzy
60
  msgid "Back to %s"
61
- msgstr "Etiquettes de l'annuaire"
62
 
63
  #. translators: %s: Search query.
64
  #: includes/admin/admin-pages.php:171
65
- #, fuzzy
66
  msgid "Search results for: %s"
67
- msgstr "Résultats de la recherche"
68
 
69
  #: includes/admin/admin-pages.php:478 includes/admin/class-admin.php:536
70
- #, fuzzy
71
  msgid "Directory Content"
72
  msgstr "Catégorie de l'annuaire"
73
 
@@ -80,7 +76,6 @@ msgid "Directory"
80
  msgstr "Annuaire"
81
 
82
  #: includes/admin/class-admin.php:198
83
- #, fuzzy
84
  msgid ""
85
  "Find out how to create a compelling, thriving business directory from "
86
  "scratch in this ridiculously actionable (and FREE) 5-part email course."
@@ -90,75 +85,62 @@ msgstr ""
90
  "module premium GRATUIT juste après votre inscription."
91
 
92
  #: includes/admin/class-admin.php:207
93
- #, fuzzy
94
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
95
  msgstr ""
96
  "Voulez-vous connaître les secrets de la création d'un superbe annuaire "
97
  "professionnel ?"
98
 
99
  #: includes/admin/class-admin.php:209
100
- #, fuzzy
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"
108
 
109
  #: includes/admin/class-admin.php:244
110
- #, fuzzy
111
  msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
112
  msgstr ""
113
- "Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
114
 
115
  #: includes/admin/class-admin.php:272
116
- #, fuzzy
117
  msgid "Invalid email address."
118
  msgstr "Adresse e-mail non valide."
119
 
120
  #: includes/admin/class-admin.php:308
121
- #, fuzzy
122
  msgid "Business Directory Admin"
123
  msgstr "Administrateur de l'Annuaire Professionnel"
124
 
125
  #: includes/admin/class-admin.php:320 templates/admin/fees-index.tpl.php:5
126
  #: templates/admin/home.tpl.php:65
127
- #, fuzzy
128
  msgid "Plans"
129
- msgstr "Plan tarifaire"
130
 
131
  #: includes/admin/class-admin.php:323 templates/admin/form-fields.tpl.php:20
132
  #: templates/admin/home.tpl.php:60
133
- #, fuzzy
134
  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)"
142
 
143
  #: includes/admin/class-admin.php:353
144
- #, fuzzy
145
  msgid "Business Directory"
146
  msgstr "Annuaire Professionnel"
147
 
148
  #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
149
- #, fuzzy
150
  msgid "Upgrade to Premium"
151
- msgstr "Mettre à jour vers %s"
152
 
153
  #: includes/admin/class-admin.php:535 includes/class-cpt-integration.php:23
154
- #, fuzzy
155
  msgid "Directory Listings"
156
- msgstr "Identifiant de fiche de l'annuaire"
157
 
158
  #: includes/admin/class-admin.php:1065
159
- #, fuzzy
160
  msgid "Could not send renewal email."
161
- msgstr "Envoyer un e-mail à l'utilisateur"
162
 
163
  #: includes/admin/class-admin.php:1199
164
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
@@ -166,18 +148,15 @@ msgstr "Envoyer un e-mail à l'utilisateur"
166
  #: templates/email/listing-added.tpl.php:7
167
  #: templates/email/listing-edited.tpl.php:13
168
  #: templates/email/listing-reported.tpl.php:9
169
- #, fuzzy
170
  msgid "ID"
171
  msgstr "ID"
172
 
173
  #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
174
  #: includes/admin/settings/class-settings-bootstrap.php:717
175
- #, fuzzy
176
  msgid "Listing Count"
177
  msgstr "Compteur d'annonces"
178
 
179
  #: includes/admin/class-admin.php:1366
180
- #, fuzzy
181
  msgid ""
182
  "We noticed you want your Business Directory users to register before posting "
183
  "listings, but Registration for your site is currently disabled. Go %1$shere"
@@ -191,59 +170,51 @@ msgstr ""
191
 
192
  #: includes/admin/class-listing-owner.php:62
193
  #: includes/admin/class-listing-owner.php:89
194
- #, fuzzy
195
  msgid "Please select a user"
196
- msgstr "Veuillez sélectionner une catégorie."
197
 
198
  #: includes/admin/class-listing-owner.php:87
199
  #: includes/admin/controllers/class-admin-listings.php:223
200
- #, fuzzy
201
  msgid "Listing Owner"
202
- msgstr "Une annonce expire"
203
 
204
  #: includes/admin/class-listings-personal-data-provider.php:58
205
- #, fuzzy
206
  msgid "Listing ID"
207
- msgstr "Annonce"
208
 
209
  #: includes/admin/class-listings-personal-data-provider.php:109
210
- #, fuzzy
211
  msgid "Image URL"
212
- msgstr "Image"
213
 
214
  #: includes/admin/class-listings-personal-data-provider.php:123
215
- #, fuzzy
216
  msgid "Business Directory Listings"
217
- msgstr "Paramètres du plugin"
218
 
219
  #: includes/admin/class-listings-personal-data-provider.php:157
220
- #, fuzzy
221
  msgid ""
222
  "An unknown error occurred while trying to delete information for listing "
223
  "{listing_id}."
224
- msgstr "Une erreur est survenue en essayant de supprimer ce champ."
 
225
 
226
  #: includes/admin/class-payment-personal-data-provider.php:50
227
- #, fuzzy
228
  msgid "Payment Transaction"
229
- msgstr "transaction"
230
 
231
  #: includes/admin/class-payment-personal-data-provider.php:51
232
- #, fuzzy
233
  msgid "Payer Email"
234
  msgstr "Votre email"
235
 
236
  #: includes/admin/class-payment-personal-data-provider.php:60
237
- #, fuzzy
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 "
245
  "for transaction {transaction_id}."
246
- msgstr "Une erreur est survenue en essayant de supprimer ce champ."
 
247
 
248
  #. Plugin Name of the plugin/theme
249
  msgid "Business Directory Plugin"
@@ -253,28 +224,23 @@ msgstr "Plugin Business Directory"
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 ?"
259
 
260
  #: includes/admin/controllers/class-admin-csv.php:38
261
- #, fuzzy
262
  msgid "Import"
263
  msgstr "Importation CSV"
264
 
265
  #: includes/admin/controllers/class-admin-csv.php:42
266
- #, fuzzy
267
  msgid "Export"
268
  msgstr "Exportation CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:50
271
- #, fuzzy
272
  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:291
277
- #, fuzzy
278
  msgid "Help"
279
  msgstr "Aide"
280
 
@@ -285,7 +251,6 @@ msgstr "Aide"
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
288
- #, fuzzy
289
  msgid "Amount"
290
  msgstr "Montant"
291
 
@@ -293,66 +258,62 @@ msgstr "Montant"
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:278
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:237
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
 
344
  #: includes/admin/controllers/class-admin-listings.php:187
345
- #: includes/controllers/pages/class-submit-listing.php:514
346
  #: templates/email/listing-reported.tpl.php:7
347
  msgid "Listing Information"
348
  msgstr "Information sur l'annonce"
349
 
350
  #: includes/admin/controllers/class-admin-listings.php:195
351
  msgid "Listing Timeline"
352
- msgstr "Titre de l'annonce"
353
 
354
  #: includes/admin/controllers/class-admin-listings.php:213
355
- #, fuzzy
356
  msgid "Listing Reports"
357
  msgstr "Une annonce expire"
358
 
@@ -368,9 +329,8 @@ msgstr "Attributs"
368
  #: includes/admin/controllers/class-admin-listings.php:339
369
  #: includes/helpers/class-listing-display-helper.php:137
370
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
371
- #, fuzzy
372
  msgid "Featured"
373
- msgstr "Statut sélectionné (Post-it)"
374
 
375
  #: includes/admin/controllers/class-admin-listings.php:477
376
  #: includes/class-cpt-integration.php:19
@@ -382,11 +342,10 @@ msgstr "Editer l'annonce"
382
  #: includes/admin/controllers/class-admin-listings.php:482
383
  #: templates/delete-listing-confirm.tpl.php:3
384
  msgid "Delete Listing"
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"
392
 
@@ -395,7 +354,6 @@ msgstr "Jamais"
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
 
@@ -405,43 +363,37 @@ msgstr "Oui"
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"
411
 
412
  #: includes/admin/controllers/class-form-fields-admin.php:32
413
- #, fuzzy
414
  msgid ""
415
  "You can create these custom fields inside \"Form Fields\" or let Business "
416
  "Directory do it for you."
417
  msgstr ""
418
- "Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
419
- "Champs\" ou laissez le plugin le faire pour vous automatiquement."
420
 
421
  #: includes/admin/controllers/class-form-fields-admin.php:37
422
- #: includes/controllers/pages/class-submit-listing.php:844
423
- #, fuzzy
424
  msgid "Go to \"Form Fields\""
425
- msgstr "Aller à \"Gestion des Champs\""
426
 
427
  #: includes/admin/controllers/class-form-fields-admin.php:125
428
- #, fuzzy
429
  msgid "Form Preview"
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
444
- #, fuzzy
445
  msgid "Title"
446
  msgstr "Titre"
447
 
@@ -449,55 +401,46 @@ msgstr "Titre"
449
  #: templates/admin/fees-form.tpl.php:219
450
  #: templates/email/listing-added.tpl.php:21
451
  #: templates/email/listing-edited.tpl.php:29
452
- #, fuzzy
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:246
474
  #: templates/checkout-billing-form.tpl.php:75
475
- #, fuzzy
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
 
@@ -507,61 +450,57 @@ 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"
535
  msgstr "Site Internet"
536
 
537
  #: includes/admin/controllers/class-settings-admin.php:628
538
  msgid "Your license key provides access to new features and updates."
539
  msgstr ""
 
 
540
 
541
  #: includes/admin/controllers/class-settings-admin.php:630
542
- #, fuzzy
543
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
544
- msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
545
 
546
  #: includes/admin/controllers/class-settings-admin.php:642
547
  msgid "Build more powerful directories"
548
- msgstr ""
549
 
550
  #: includes/admin/controllers/class-settings-admin.php:643
551
  msgid ""
552
  "Add category images, maps, filter by location, payment gateways, and more."
553
  msgstr ""
 
 
554
 
555
  #: includes/admin/controllers/class-settings-admin.php:644
556
  #: includes/admin/helpers/class-modules-list.php:236
557
- #, fuzzy
558
  msgid "Upgrade Now"
559
- msgstr "Mettre à jour vers %s"
560
 
561
  #: includes/admin/controllers/class-settings-admin.php:645
562
- #, fuzzy
563
  msgid "Already purchased?"
564
- msgstr "Déjà installé."
565
 
566
  #: includes/admin/controllers/class-settings-admin.php:704
567
  #: includes/admin/helpers/tables/class-fees-table.php:182
@@ -570,42 +509,36 @@ msgstr "Déjà installé."
570
  #: templates/admin/payments-note.tpl.php:14
571
  #: templates/admin/themes-item.tpl.php:50
572
  #: templates/parts/listing-buttons.tpl.php:31
573
- #, fuzzy
574
  msgid "Delete"
575
  msgstr "Effacer"
576
 
577
  #: includes/admin/controllers/class-themes-admin.php:44
578
- #, fuzzy
579
  msgid "Themes"
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:424
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:429
608
- #, fuzzy
609
  msgid "Please upload the correct file type."
610
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
611
 
@@ -615,121 +548,107 @@ msgstr "Veuillez uploader ou sélectionner un fichier CSV."
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
619
  msgid "Listing"
620
  msgstr "Annonce"
621
 
622
  #: includes/admin/helpers/class-listing-timeline.php:138
623
  #: includes/class-listings-api.php:33
624
- #, fuzzy
625
  msgid "Listing renewed"
626
  msgstr "L'annonce a été renouvelée"
627
 
628
  #: includes/admin/helpers/class-modules-list.php:182
629
- #, fuzzy
630
  msgid "Installed"
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"
638
  msgstr "Actif"
639
 
640
  #: includes/admin/helpers/class-modules-list.php:192
641
- #, fuzzy
642
  msgid "Not Installed"
643
  msgstr "Non installé"
644
 
645
  #: includes/admin/helpers/class-modules-list.php:226
646
  #: includes/controllers/class-smtp.php:317
647
  #: templates/admin/themes-item.tpl.php:58
648
- #, fuzzy
649
  msgid "Activate"
650
  msgstr "Activer"
651
 
652
  #: includes/admin/helpers/class-notices.php:30
653
- #, fuzzy
654
  msgid "Hide notifications"
655
- msgstr "Notification mail"
656
 
657
- #: includes/admin/helpers/csv/class-csv-import.php:675
658
- #, fuzzy
659
  msgid "Listing imported by admin. Payment skipped."
660
- msgstr "Annonce soumis par admin. Paiement sauté."
 
 
 
 
 
 
661
 
662
  #. translators: %1$s: open link html, %2$s close link
663
  #: includes/admin/helpers/tables/class-fees-table.php:30
664
- #, fuzzy
665
  msgid "There are no plans right now. %1$sCreate one%2$s."
666
  msgstr ""
667
- "Il n'y a pas de tarif en ce moment. Vous pouvez <a>en créer un</a>, si vous "
668
  "le souhaitez."
669
 
670
  #: includes/admin/helpers/tables/class-fees-table.php:61
671
- #, fuzzy
672
  msgid "Order"
673
- msgstr "Ordre"
674
 
675
  #: includes/admin/helpers/tables/class-fees-table.php:62
676
- #, fuzzy
677
  msgid "Plan Details"
678
- msgstr "Détails des plans"
679
 
680
  #: includes/admin/helpers/tables/class-fees-table.php:63
681
- #, fuzzy
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:432
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:307
732
- #, fuzzy
733
  msgid "Type"
734
  msgstr "Type"
735
 
@@ -740,56 +659,49 @@ msgid "Edit"
740
  msgstr "Editer"
741
 
742
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
743
- #, fuzzy
744
  msgid "Are you sure you want to delete that field?"
745
- msgstr "Etes-vous sûr de vouloir effacer le \"%s\" champ?"
746
 
747
  #: includes/admin/page-debug.php:40
748
- #, fuzzy
749
  msgid "Plugin Settings"
750
- msgstr "Paramètres de lien permanent"
751
 
752
  #: includes/admin/page-debug.php:70
753
- #, fuzzy
754
  msgid "Environment"
755
  msgstr "Environnement"
756
 
757
  #: includes/admin/page-debug.php:115
758
  msgid "Plugin Info"
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"
768
 
769
  #: includes/admin/page-debug.php:161
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:1250
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
778
- #, fuzzy
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 "
@@ -802,46 +714,38 @@ msgstr ""
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 "
847
  "you're on shared hosting plans, where database performance is an issue."
@@ -852,15 +756,16 @@ msgstr ""
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 ""
@@ -868,24 +773,23 @@ msgid ""
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 "
891
  "allow for comments on posts, not pages. Some themes handle both. Since the "
@@ -902,72 +806,62 @@ msgstr ""
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 "
973
  "can use it for instructions about filling out the form or information to get "
@@ -981,63 +875,68 @@ msgstr ""
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:1065
1025
- #, fuzzy
1026
  msgid "Show Listing Thumbnail From"
1027
- msgstr "Montrer les miniatures"
1028
 
1029
  #: includes/admin/settings/class-settings-bootstrap.php:1069
1030
- #, fuzzy
1031
  msgid "WordPress Theme"
1032
- msgstr "Nom de l'entreprise"
1033
 
1034
  #: includes/admin/settings/class-settings-bootstrap.php:1070
1035
  msgid "None"
1036
- msgstr ""
1037
 
1038
  #: includes/admin/settings/class-settings-bootstrap.php:1105
1039
  msgid "Coming Soon image"
1040
- msgstr ""
1041
 
1042
  #: includes/admin/settings/class-settings-bootstrap.php:1142
1043
  #: includes/fields/class-fieldtypes-social.php:89
@@ -1046,14 +945,12 @@ msgstr ""
1046
  #: templates/email/listing-edited.tpl.php:19
1047
  #: templates/email/listing-reported.tpl.php:13
1048
  #: templates/email-access-keys.tpl.php:6
1049
- #, fuzzy
1050
  msgid "URL"
1051
  msgstr "URL"
1052
 
1053
  #: includes/admin/settings/class-settings-bootstrap.php:1261
1054
- #, fuzzy
1055
  msgid "Thank you for your payment."
1056
- msgstr "Nous vous remercions pour votre paiement"
1057
 
1058
  #: includes/admin/settings/class-settings-bootstrap.php:1289
1059
  msgid ""
@@ -1063,77 +960,68 @@ msgid_plural ""
1063
  "If you are using these gateways, we recommend you disable them if you wish "
1064
  "to collect payments in this currency."
1065
  msgstr[0] ""
 
 
1066
  msgstr[1] ""
 
 
1067
 
1068
  #: includes/admin/settings/class-settings-bootstrap.php:1377
1069
- #, fuzzy
1070
  msgid "Email Notifications"
1071
- msgstr "Notification mail"
1072
 
1073
  #: includes/admin/settings/class-settings-bootstrap.php:1382
1074
- #, fuzzy
1075
  msgid "Notify admin via email when..."
1076
- msgstr "Prévenir l'administrateur via courriel quand..."
1077
 
1078
  #: includes/admin/settings/class-settings-bootstrap.php:1400
1079
- #, fuzzy
1080
  msgid "CC this email address too"
1081
- msgstr "CC cette adresse mail aussi"
1082
 
1083
  #: includes/admin/settings/class-settings-bootstrap.php:1406
1084
- #, fuzzy
1085
  msgid ""
1086
  "You can modify the text template used for most of these emails in the "
1087
  "<templates-link>Templates</templates-link> tab."
1088
  msgstr ""
1089
- "Vous pouvez modifier le modèle de texte utilisé pour la plupart de ces e-"
1090
- "mails ci-dessous."
1091
 
1092
  #: includes/admin/settings/class-settings-bootstrap.php:1414
1093
- #, fuzzy
1094
  msgid "Notify users via email when..."
1095
- msgstr "Prévenir les utilisateurs via courriel quand..."
1096
 
1097
  #. translators: %s: email shortcode
1098
  #: includes/admin/settings/class-settings-bootstrap.php:1481
1099
- #, fuzzy
1100
  msgid "Email: %s"
1101
  msgstr "E-Mail: %s"
1102
 
1103
  #. translators: %s: phone shortcode
1104
  #: includes/admin/settings/class-settings-bootstrap.php:1484
1105
- #, fuzzy
1106
  msgid "Phone Number: %s"
1107
- msgstr "Numéro de téléphone"
1108
 
1109
  #: includes/admin/settings/class-settings-bootstrap.php:1496
1110
- #, fuzzy
1111
  msgid "Sender's email address"
1112
- msgstr "Adresse e-mail non valide"
1113
 
1114
  #: includes/admin/settings/class-settings-bootstrap.php:1497
1115
- #, fuzzy
1116
  msgid "Sender's phone number"
1117
- msgstr "Nom de l'auteur"
1118
 
1119
  #: includes/admin/settings/class-settings-bootstrap.php:1561
1120
- #, fuzzy
1121
  msgid "Renewal and expiration"
1122
- msgstr "%d semaine après expiration"
1123
 
1124
  #: includes/admin/settings/class-settings-bootstrap.php:1685
1125
  #: includes/admin/settings/class-settings.php:98
1126
- #, fuzzy
1127
  msgid "Miscellaneous"
1128
  msgstr "Paramètres divers"
1129
 
1130
  #: includes/admin/settings/class-settings-bootstrap.php:1691
1131
- #, fuzzy
1132
  msgid "Data Collection"
1133
  msgstr "Collecte de données"
1134
 
1135
  #: includes/admin/settings/class-settings-bootstrap.php:1692
1136
- #, fuzzy
1137
  msgid ""
1138
  "Allow Business Directory to anonymously collect information about your "
1139
  "installed plugins, themes and WP version?"
@@ -1143,7 +1031,7 @@ msgstr ""
1143
 
1144
  #: includes/admin/settings/class-settings-bootstrap.php:1693
1145
  msgid "Learn more"
1146
- msgstr ""
1147
 
1148
  #: includes/admin/settings/class-settings-bootstrap.php:1711
1149
  #: templates/admin/uninstall-complete.tpl.php:4
@@ -1152,10 +1040,9 @@ msgstr "Désinstaller"
1152
 
1153
  #: includes/admin/settings/class-settings.php:503
1154
  msgid "%s cannot include spaces, commas, or &"
1155
- msgstr ""
1156
 
1157
  #: includes/admin/tracking.php:230
1158
- #, fuzzy
1159
  msgid "Allow Tracking"
1160
  msgstr "Autoriser l'analyse"
1161
 
@@ -1198,9 +1085,8 @@ msgid "Business Directory - Manual Upgrade"
1198
  msgstr "Business Directory - Mise à jour manuelle"
1199
 
1200
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:154
1201
- #, fuzzy
1202
  msgid "Directory Manual Upgrade"
1203
- msgstr "Business Directory - Mise à jour manuelle"
1204
 
1205
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1206
  msgid ""
@@ -1225,81 +1111,74 @@ msgstr "Business Directory - Migration des niveaux en vedette"
1225
 
1226
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1227
  #: templates/admin/fees-form.tpl.php:17
1228
- #, fuzzy
1229
  msgid "Plan Label"
1230
- msgstr "Etiquette du champ"
1231
 
1232
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1233
- #, fuzzy
1234
  msgid "Duration"
1235
  msgstr "Durée"
1236
 
1237
  #: includes/admin/upgrades/migrations/migration-18_0.php:249
1238
- #, fuzzy
1239
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1240
- msgstr "! Impossible de migrer les frais \"%s\" (%d)"
1241
 
1242
  #: includes/admin/upgrades/migrations/migration-3_7.php:182
1243
- #, fuzzy
1244
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1245
- msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
1246
 
1247
  #: includes/admin/views/modules/list.php:10
1248
- #, fuzzy
1249
  msgid "Directory Modules"
1250
- msgstr "Catégories de l'annuaire"
1251
 
1252
  #: includes/admin/views/modules/list.php:38
1253
  msgid "New"
1254
- msgstr ""
1255
 
1256
  #: includes/admin/views/modules/list.php:71
1257
  #: includes/admin/views/modules/list.php:72
1258
- #, fuzzy
1259
  msgid "View Docs"
1260
- msgstr "Vue"
1261
 
1262
  #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1263
- #, fuzzy
1264
  msgid "Settings"
1265
  msgstr "Paramètres"
1266
 
1267
  #: includes/admin/views/review.php:17
1268
- #, fuzzy
1269
  msgid "Are you enjoying Business Directory Plugin?"
1270
- msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
1271
 
1272
  #: includes/admin/views/review.php:20
1273
- #, fuzzy
1274
  msgid "Not Really"
1275
- msgstr "Non installé"
1276
 
1277
  #: includes/admin/views/review.php:23
1278
  msgid "Yes!"
1279
- msgstr ""
1280
 
1281
  #: includes/admin/views/review.php:27
1282
  msgid ""
1283
  "Awesome! Could you do me a BIG favor and give Business Directory Plugin a "
1284
  "review to help me grow my little business and boost our motivation?"
1285
  msgstr ""
 
 
 
1286
 
1287
  #: includes/admin/views/review.php:29
1288
- #, fuzzy
1289
  msgid "Co-Founder and CTO of Business Directory Plugin"
1290
- msgstr "Plugin Business Directory"
1291
 
1292
  #: includes/admin/views/review.php:32
1293
  msgid "No thanks, maybe later"
1294
- msgstr ""
1295
 
1296
  #: includes/admin/views/review.php:35
1297
  msgid "Ok, you deserve it"
1298
- msgstr ""
1299
 
1300
  #: includes/admin/views/review.php:39
1301
  msgid "I already did"
1302
- msgstr ""
1303
 
1304
  #: includes/admin/views/review.php:43
1305
  msgid ""
@@ -1307,6 +1186,10 @@ msgid ""
1307
  "We would love a chance to improve. Could you take a minute and let us know "
1308
  "what we can do better?"
1309
  msgstr ""
 
 
 
 
1310
 
1311
  #: includes/class-assets.php:191
1312
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
@@ -1316,28 +1199,24 @@ msgstr ""
1316
  #: templates/admin/settings-reset.tpl.php:8
1317
  #: templates/admin/themes-delete-confirm.tpl.php:25
1318
  #: templates/listing-flagging-form.tpl.php:65
1319
- #, fuzzy
1320
  msgid "Cancel"
1321
  msgstr "Annuler"
1322
 
1323
  #: includes/class-assets.php:192
1324
- #, fuzzy
1325
  msgid "Continue"
1326
  msgstr "Continuer"
1327
 
1328
  #: includes/class-assets.php:193
1329
  msgid "Are you sure?"
1330
- msgstr ""
1331
 
1332
  #: includes/class-assets.php:357
1333
- #, fuzzy
1334
  msgid ""
1335
  "Preview is only available after you've saved the first draft. This is due to "
1336
  "how WordPress stores the data."
1337
  msgstr ""
1338
  "La prévisualisation n'est disponible qu'après avoir enregistré le premier "
1339
- "brouillon. Ceci est dû \n"
1340
- "à la manière dont WordPress stocke les données."
1341
 
1342
  #: includes/class-cpt-integration.php:20
1343
  msgid "New Listing"
@@ -1351,7 +1230,7 @@ msgstr "Voir l'annonce"
1351
  #: includes/helpers/functions/templates-ui.php:370
1352
  #: templates/main-box.tpl.php:23
1353
  msgid "Search Listings"
1354
- msgstr "Rechercher"
1355
 
1356
  #: includes/class-cpt-integration.php:24
1357
  msgid "No listings found"
@@ -1379,45 +1258,43 @@ msgstr "Etiquette de l'annuaire"
1379
 
1380
  #. translators: %s: listing count
1381
  #: includes/class-cpt-integration.php:256
1382
- #, fuzzy
1383
  msgid "%s listing updated."
1384
  msgid_plural "%s listings updated."
1385
- msgstr[0] "Une annonce est éditée."
1386
- msgstr[1] "Une annonce est éditée."
1387
 
1388
  #. translators: %s: listing count
1389
  #: includes/class-cpt-integration.php:258
1390
  msgid "%s listing not updated, somebody is editing it."
1391
  msgid_plural "%s listings not updated, somebody is editing them."
1392
  msgstr[0] ""
 
1393
  msgstr[1] ""
 
 
1394
 
1395
  #. translators: %s: listing count
1396
  #: includes/class-cpt-integration.php:260
1397
- #, fuzzy
1398
  msgid "%s listing permanently deleted."
1399
  msgid_plural "%s listings permanently deleted."
1400
- msgstr[0] "Date d'expiration de l'annonce"
1401
- msgstr[1] "Date d'expiration de l'annonce"
1402
 
1403
  #. translators: %s: listing count
1404
  #: includes/class-cpt-integration.php:262
1405
- #, fuzzy
1406
  msgid "%s listing moved to the Trash."
1407
  msgid_plural "%s listings moved to the Trash."
1408
- msgstr[0] "Aucunes annonces trouvées dans la corbeille"
1409
- msgstr[1] "Aucunes annonces trouvées dans la corbeille"
1410
 
1411
  #. translators: %s: listing count
1412
  #: includes/class-cpt-integration.php:264
1413
- #, fuzzy
1414
  msgid "%s listing restored from the Trash."
1415
  msgid_plural "%s listings restored from the Trash."
1416
- msgstr[0] "Votre annonce a été supprimée du répertoire."
1417
- msgstr[1] "Votre annonce a été supprimée du répertoire."
1418
 
1419
  #: includes/class-fees-api.php:23
1420
- #, fuzzy
1421
  msgid "Free Listing"
1422
  msgstr "Annonce gratuite"
1423
 
@@ -1426,34 +1303,33 @@ msgid ""
1426
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1427
  "to set up a gateway. Until you do this, only free plans will be available."
1428
  msgstr ""
 
 
 
1429
 
1430
  #: includes/class-wpbdp.php:574
1431
- #, fuzzy
1432
  msgid "Could not find listing ID"
1433
- msgstr "Impossible de contacter le serveur de licences"
1434
 
1435
  #: includes/class-wpbdp.php:581
1436
- #, fuzzy
1437
  msgid ""
1438
  "Could not verify the image upload request. If problem persists contact site "
1439
  "admin."
1440
  msgstr ""
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:588 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:620
1450
  msgid ""
1451
  "The directory features are disabled at this time because a <a>manual "
1452
  "upgrade</a> is pending."
1453
  msgstr ""
1454
- "Les caractéristiques du plugin Business Directory sont actuellement "
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:627
1459
  msgid ""
@@ -1468,19 +1344,22 @@ msgid ""
1468
  "Good news! Business Directory Plugin now integrates with the official Font "
1469
  "Awesome plugin. %1$sInstall Font Awesome now%2$s."
1470
  msgstr ""
 
 
1471
 
1472
  #: includes/compatibility/class-fa-compat.php:93
1473
  msgid ""
1474
  "Did you know you can use icons in directory listings and custom fields? "
1475
  "%1$sInstall Font Awesome now%2$s"
1476
  msgstr ""
 
 
1477
 
1478
  #: includes/compatibility/class-navxt-integration.php:208
1479
  #: includes/widgets/widget-search.php:127
1480
  #: templates/admin/payments-index.tpl.php:13
1481
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1482
  #: templates/search.tpl.php:5
1483
- #, fuzzy
1484
  msgid "Search"
1485
  msgstr "Rechercher"
1486
 
@@ -1488,105 +1367,111 @@ msgstr "Rechercher"
1488
  msgid ""
1489
  "Your plugin has been installed. Please reload the page to see more options."
1490
  msgstr ""
 
 
1491
 
1492
  #: includes/controllers/class-addons.php:74
1493
  msgid ""
1494
  "Sorry, your site requires FTP authentication. Please download plugins from "
1495
  "BusinessDirectoryPlugin.com and install them manually."
1496
  msgstr ""
 
 
1497
 
1498
  #: includes/controllers/class-addons.php:131
1499
  msgid ""
1500
  "Your plugin has been activated. Please reload the page to see more options."
1501
  msgstr ""
 
 
1502
 
1503
  #: includes/controllers/class-smtp.php:102
1504
  msgid "SMTP"
1505
- msgstr ""
1506
 
1507
  #: includes/controllers/class-smtp.php:146
1508
  msgid "Making Email Deliverability Easy for WordPress"
1509
- msgstr ""
1510
 
1511
  #: includes/controllers/class-smtp.php:147
1512
  msgid ""
1513
  "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider "
1514
  "to reliably send emails, including listing notifications."
1515
  msgstr ""
 
 
 
1516
 
1517
  #: includes/controllers/class-smtp.php:172
1518
  msgid "WP Mail SMTP screenshot"
1519
- msgstr ""
1520
 
1521
  #: includes/controllers/class-smtp.php:174
1522
  msgid "Over 1,000,000 websites use WP Mail SMTP."
1523
- msgstr ""
1524
 
1525
  #: includes/controllers/class-smtp.php:175
1526
  msgid "Send emails authenticated via trusted parties."
1527
- msgstr ""
1528
 
1529
  #: includes/controllers/class-smtp.php:176
1530
  msgid ""
1531
  "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES."
1532
  msgstr ""
 
1533
 
1534
  #: includes/controllers/class-smtp.php:177
1535
  msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com."
1536
- msgstr ""
1537
 
1538
  #: includes/controllers/class-smtp.php:197
1539
  msgid "Step 1"
1540
- msgstr ""
1541
 
1542
  #. translators: %s: Name of the plugin
1543
  #: includes/controllers/class-smtp.php:204
1544
- #, fuzzy
1545
  msgid "Install and Activate %s"
1546
- msgstr "Installé: %s"
1547
 
1548
  #: includes/controllers/class-smtp.php:220
1549
  msgid "Install WP Mail SMTP from the WordPress.org plugin repository."
1550
- msgstr ""
1551
 
1552
  #: includes/controllers/class-smtp.php:244
1553
  msgid "Step 2"
1554
- msgstr ""
1555
 
1556
  #: includes/controllers/class-smtp.php:264
1557
  msgid "Set Up WP Mail SMTP"
1558
- msgstr ""
1559
 
1560
  #: includes/controllers/class-smtp.php:265
1561
  msgid "Select and configure your mailer."
1562
- msgstr ""
1563
 
1564
  #: includes/controllers/class-smtp.php:298
1565
  msgid "Install WP Mail SMTP"
1566
- msgstr ""
1567
 
1568
  #: includes/controllers/class-smtp.php:300
1569
- #, fuzzy
1570
  msgid "Install"
1571
- msgstr "Installé"
1572
 
1573
  #: includes/controllers/class-smtp.php:312
1574
  msgid "WP Mail SMTP Installed & Activated"
1575
- msgstr ""
1576
 
1577
  #: includes/controllers/class-smtp.php:315
1578
  msgid "Activate WP Mail SMTP"
1579
- msgstr ""
1580
 
1581
  #: includes/controllers/class-smtp.php:336
1582
- #, fuzzy
1583
  msgid "Start Setup"
1584
- msgstr "Commencer l'importation"
1585
 
1586
  #: includes/controllers/class-smtp.php:342
1587
- #, fuzzy
1588
  msgid "Go to SMTP settings"
1589
- msgstr "Aller vers votre annonce"
1590
 
1591
  #: includes/controllers/pages/class-all-listings.php:6
1592
  #: includes/helpers/functions/templates-ui.php:317
@@ -1594,218 +1479,195 @@ msgid "View All Listings"
1594
  msgstr "Voir toutes les annonces"
1595
 
1596
  #: includes/controllers/pages/class-checkout.php:181
1597
- #: includes/controllers/pages/class-manage-listings.php:109
1598
- #, fuzzy
1599
  msgid "Pay Now"
1600
- msgstr "Payez maintenant"
1601
 
1602
  #: includes/controllers/pages/class-checkout.php:181
1603
- #, fuzzy
1604
  msgid "Complete"
1605
- msgstr "Complet"
1606
 
1607
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1608
  #: includes/controllers/pages/class-flag-listing.php:56
1609
- #, fuzzy
1610
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
1611
- msgstr "Votre annonce a été supprimée du répertoire."
1612
 
1613
  #: includes/controllers/pages/class-flag-listing.php:109
1614
- #, fuzzy
1615
  msgid "Your current IP address already reported this listing."
1616
- msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
1617
 
1618
  #: includes/controllers/pages/class-flag-listing.php:122
1619
- #, fuzzy
1620
  msgid "You must select the reason to report this listing as inappropriate."
1621
- msgstr "Veuillez choisir une catégorie valide pour votre annonce."
 
1622
 
1623
  #: includes/controllers/pages/class-flag-listing.php:126
1624
- #, fuzzy
1625
  msgid "You must enter the reason to report this listing as inappropriate."
1626
- msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
 
1627
 
1628
  #: includes/controllers/pages/class-flag-listing.php:131
1629
- #, fuzzy
1630
  msgid "Please enter your name."
1631
  msgstr "Veuillez entrer votre nom."
1632
 
1633
  #: includes/controllers/pages/class-flag-listing.php:135
1634
- #, fuzzy
1635
  msgid "Please enter your email."
1636
- msgstr "Veuillez entrer votre nom."
1637
 
1638
  #: includes/controllers/pages/class-listing-contact.php:263
1639
  msgid "l F j, Y \\a\\t g:i a"
1640
  msgstr "l F j, Y \\a\\t g:i a"
1641
 
1642
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1643
  #: templates/renew-listing.tpl.php:11
1644
  msgid "Renew Listing"
1645
  msgstr "Renouveler l'annonce"
1646
 
1647
- #: includes/controllers/pages/class-renew-listing.php:36
 
1648
  #, fuzzy
 
 
 
 
1649
  msgid "That listing cannot yet be renewed."
1650
- msgstr "L'annonce a été mise à jour."
1651
 
1652
  #: includes/controllers/pages/class-show-listing.php:12
1653
- #, fuzzy
1654
  msgid "This is just a preview. The listing has not been published yet."
1655
  msgstr ""
1656
- "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1657
  "publiée."
1658
 
1659
- #: includes/controllers/pages/class-submit-listing.php:32
1660
  #: includes/helpers/functions/templates-ui.php:330
1661
  #: templates/submit-listing.tpl.php:17
1662
- #, fuzzy
1663
  msgid "Add Listing"
1664
- msgstr "Ajouter les droits d'inscription"
1665
 
1666
- #: includes/controllers/pages/class-submit-listing.php:560
1667
- #, fuzzy
1668
  msgid "Listing Images"
1669
- msgstr "Liste des images"
1670
 
1671
- #: includes/controllers/pages/class-submit-listing.php:628
1672
- #, fuzzy
1673
  msgid "Account Creation"
1674
  msgstr "Création de compte"
1675
 
1676
- #: includes/controllers/pages/class-submit-listing.php:827
1677
- #, fuzzy
1678
  msgid "Go to \"Plans\""
1679
- msgstr "Plan tarifaire"
1680
 
1681
- #: includes/controllers/pages/class-submit-listing.php:884
1682
- #, fuzzy
1683
  msgid "Please choose a plan."
1684
- msgstr "(Veuillez choisir un tarif ci-dessus)"
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:1074
1687
- #, fuzzy
1688
  msgid "Please check the form for errors, correct them and submit again."
1689
  msgstr ""
1690
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1691
  "erreurs et soumettre à nouveau."
1692
 
1693
- #: includes/controllers/pages/class-submit-listing.php:1234
1694
- #, fuzzy
1695
  msgid "Create a user account on this site"
1696
  msgstr "Créer un compte utilisateur sur ce site"
1697
 
1698
- #: includes/controllers/pages/class-submit-listing.php:1241
1699
- #, fuzzy
1700
  msgid "Username"
1701
- msgstr "Nom d'utilisateur (login) :"
1702
 
1703
- #: includes/controllers/pages/class-submit-listing.php:1263
1704
- #, fuzzy
1705
  msgid "Clear Form"
1706
  msgstr "Effacer le formulaire"
1707
 
1708
  #. translators: %1$s: date format, %2$s: Date format example
1709
  #: includes/fields/class-fieldtypes-date.php:35
1710
- #, fuzzy
1711
  msgid "%1$s (ex. %2$s)"
1712
- msgstr "%s (ex. %s)"
1713
 
1714
  #. translators: %1$s: Field label, %2$s: Accepted date format
1715
  #. translators: %1$s: field label, %2$s: format
1716
  #: includes/fields/class-fieldtypes-date.php:72 includes/form-fields.php:739
1717
- #, fuzzy
1718
  msgid "%1$s must be in the format %2$s."
1719
- msgstr "%s doit être au format %s."
1720
 
1721
  #. translators: %s Field label
1722
  #. translators: %s: field label
1723
  #: includes/fields/class-fieldtypes-date.php:78 includes/form-fields.php:778
1724
- #, fuzzy
1725
  msgid "%s must be a valid date."
1726
  msgstr "%s doit être une date valide."
1727
 
1728
  #: includes/fields/class-fieldtypes-image.php:55
1729
- #, fuzzy
1730
  msgid "Display caption?"
1731
- msgstr "Champ d'options d'affichage"
1732
 
1733
  #. translators: %s: Field label
1734
  #: includes/fields/class-fieldtypes-image.php:131
1735
- #, fuzzy
1736
  msgid "\"%s\" Field unavailable at the moment."
1737
- msgstr "Champ indisponible pour le moment."
1738
 
1739
  #: includes/fields/class-fieldtypes-image.php:155
1740
  #: templates/submit-listing-images-upload-form.tpl.php:38
1741
- #, fuzzy
1742
  msgid "Select Media"
1743
- msgstr "Sélectionnez une annonce"
1744
 
1745
  #: includes/fields/class-fieldtypes-select.php:25
1746
- #, fuzzy
1747
  msgid "Select List"
1748
  msgstr "Sélectionnez une annonce"
1749
 
1750
  #: includes/fields/class-fieldtypes-select.php:116
1751
- #, fuzzy
1752
  msgid "-- Choose One --"
1753
  msgstr "-- Choisissez --"
1754
 
1755
  #: includes/fields/class-fieldtypes-select.php:143
1756
- #, fuzzy
1757
  msgid "-- Choose Terms --"
1758
  msgstr "-- Choisissez les conditions --"
1759
 
1760
  #: includes/fields/class-fieldtypes-select.php:209
1761
- #, fuzzy
1762
  msgid "— None —"
1763
  msgstr "— Aucun —"
1764
 
1765
  #: includes/fields/class-fieldtypes-select.php:266
1766
- #, fuzzy
1767
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1768
  msgstr ""
1769
- "Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
1770
  "à cocher)."
1771
 
1772
  #: includes/fields/class-fieldtypes-select.php:266
1773
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1774
  #: templates/admin/fees-form.tpl.php:58
1775
- #, fuzzy
1776
  msgid "required"
1777
  msgstr "requis"
1778
 
1779
  #: includes/fields/class-fieldtypes-select.php:268
1780
  msgid "One option per line"
1781
- msgstr ""
1782
 
1783
  #: includes/fields/class-fieldtypes-select.php:278
1784
- #, fuzzy
1785
  msgid "Allow empty selection on search?"
1786
  msgstr "Permettre la sélection vide sur la recherche?"
1787
 
1788
  #: includes/fields/class-fieldtypes-select.php:296
1789
- #, fuzzy
1790
  msgid "Field list of options is required."
1791
- msgstr "La liste des options est obligatoire."
1792
 
1793
  #: includes/fields/class-fieldtypes-social.php:69
1794
- #, fuzzy
1795
  msgid "Field Display Order"
1796
- msgstr "Champ d'options d'affichage"
1797
 
1798
  #: includes/fields/class-fieldtypes-social.php:109
1799
- #, fuzzy
1800
  msgid "Text"
1801
  msgstr "Zone de texte"
1802
 
1803
  #: includes/fields/class-fieldtypes-social.php:117
1804
  msgid "Text to be displayed for social field"
1805
- msgstr ""
1806
 
1807
  #: includes/fields/class-fieldtypes-textarea.php:214
1808
- #, fuzzy
1809
  msgid ""
1810
  "Warning: Users can use this feature to get around your image limits in plans."
1811
  msgstr ""
@@ -1813,195 +1675,159 @@ msgstr ""
1813
  "pour contourner les limitation d'images dans les formules payantes."
1814
 
1815
  #: includes/fields/class-fieldtypes-textarea.php:215
1816
- #, fuzzy
1817
  msgid "Allow images in HTML?"
1818
- msgstr "Autoriser les images ?"
1819
 
1820
  #: includes/fields/class-fieldtypes-url.php:14
1821
- #, fuzzy
1822
  msgid "URL Field"
1823
  msgstr "Champ URL"
1824
 
1825
  #: includes/fields/class-fieldtypes-url.php:32
1826
- #, fuzzy
1827
  msgid "Open link in a new window?"
1828
- msgstr "Ouvrir le lien dans une nouvelle fenêtre?"
1829
 
1830
  #: includes/fields/class-fieldtypes-url.php:35
1831
- #, fuzzy
1832
  msgid "Use rel=\"nofollow\" when displaying the link?"
1833
- msgstr "Utiliser rel=\"nofollow\" lors de l'affichage du lien?"
1834
 
1835
  #: includes/fields/class-fieldtypes-url.php:176
1836
- #, fuzzy
1837
  msgid "Link Text (optional)"
1838
- msgstr "Lien texte (facultatif):"
1839
 
1840
  #: includes/form-fields.php:32
1841
- #, fuzzy
1842
  msgid "Post Title"
1843
- msgstr "Titre du message"
1844
 
1845
  #: includes/form-fields.php:33
1846
- #, fuzzy
1847
  msgid "Post Content"
1848
- msgstr "Contenu du message"
1849
 
1850
  #: includes/form-fields.php:34
1851
- #, fuzzy
1852
  msgid "Post Excerpt"
1853
- msgstr "Extrait du message"
1854
 
1855
  #: includes/form-fields.php:35
1856
- #, fuzzy
1857
  msgid "Post Category"
1858
- msgstr "Catégorie du message"
1859
 
1860
  #: includes/form-fields.php:36
1861
- #, fuzzy
1862
  msgid "Post Tags"
1863
- msgstr "Mots clés du message"
1864
 
1865
  #: includes/form-fields.php:37
1866
- #, fuzzy
1867
  msgid "Post Metadata"
1868
- msgstr "Métadonnées du message"
1869
 
1870
  #: includes/form-fields.php:39
1871
- #, fuzzy
1872
  msgid "Custom"
1873
  msgstr "Personnalisé"
1874
 
1875
  #: includes/form-fields.php:376
1876
- #, fuzzy
1877
  msgid "Listing Title"
1878
- msgstr "Titre de l'annonce "
1879
 
1880
  #: includes/form-fields.php:385
1881
- #, fuzzy
1882
  msgid "Listing Category"
1883
- msgstr "Titre de l'annonce"
1884
 
1885
  #: includes/form-fields.php:394
1886
- #, fuzzy
1887
  msgid "Short Description"
1888
- msgstr "Brève description de l'entreprise"
1889
 
1890
  #: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:112
1891
- #, fuzzy
1892
  msgid "Description"
1893
  msgstr "Description"
1894
 
1895
  #: includes/form-fields.php:420
1896
  msgid "Phone"
1897
- msgstr ""
1898
 
1899
  #: includes/form-fields.php:437
1900
- #, fuzzy
1901
  msgid "Listing Tags"
1902
- msgstr "Liste des images"
1903
 
1904
  #: includes/form-fields.php:581
1905
- #, fuzzy
1906
  msgid "Email Validator"
1907
- msgstr "Validateur de l'email"
1908
 
1909
  #: includes/form-fields.php:582
1910
- #, fuzzy
1911
  msgid "URL Validator"
1912
- msgstr "Validateur de l'url"
1913
 
1914
  #: includes/form-fields.php:583
1915
- #, fuzzy
1916
  msgid "Don't Allow Urls"
1917
- msgstr "Ne pas afficher avec les résultats"
1918
 
1919
  #: includes/form-fields.php:584
1920
- #, fuzzy
1921
  msgid "Whole Number Validator"
1922
  msgstr "Validateur de nombre entier"
1923
 
1924
  #: includes/form-fields.php:585
1925
- #, fuzzy
1926
  msgid "Decimal Number Validator"
1927
  msgstr "Validateur de nombre décimal"
1928
 
1929
  #: includes/form-fields.php:586
1930
- #, fuzzy
1931
  msgid "Date Validator"
1932
  msgstr "Validateur de date"
1933
 
1934
  #: includes/form-fields.php:587
1935
- #, fuzzy
1936
  msgid "Word Count Validator"
1937
- msgstr "Validateur de nombre entier"
1938
 
1939
  #: includes/form-fields.php:588
1940
- #, fuzzy
1941
  msgid "Telephone Number Validator"
1942
- msgstr "Validateur de nombre entier"
1943
 
1944
  #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1945
- #, fuzzy
1946
  msgid "Field"
1947
  msgstr "Champ"
1948
 
1949
  #. translators: %s: field label
1950
  #: includes/form-fields.php:619 includes/form-fields.php:630
1951
- #, fuzzy
1952
  msgid "%s is required."
1953
  msgstr "%s est requis."
1954
 
1955
  #. translators: %s: field label
1956
  #: includes/form-fields.php:647
1957
- #, fuzzy
1958
  msgid "%s is badly formatted. Valid URL format required. Include http://"
1959
  msgstr "%s est mal formaté. format URL valide requis. Inclure http: //"
1960
 
1961
  #: includes/form-fields.php:667
1962
- #, fuzzy
1963
  msgid "URLs are not allowed."
1964
- msgstr "Image %d autorisée."
1965
 
1966
  #. translators: %s: field label
1967
  #: includes/form-fields.php:690
1968
- #, fuzzy
1969
  msgid "%s is badly formatted. Valid Email format required."
1970
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1971
 
1972
  #. translators: %s: field label
1973
  #: includes/form-fields.php:703
1974
- #, fuzzy
1975
  msgid "%s must be a number. Decimal values are not allowed."
1976
  msgstr "%s doit être un nombre. Les valeurs décimales ne sont pas autorisées."
1977
 
1978
  #. translators: %s: field label
1979
  #: includes/form-fields.php:716
1980
- #, fuzzy
1981
  msgid "%s must be a number."
1982
  msgstr "%s doit être un nombre."
1983
 
1984
  #. translators: %s: field label
1985
  #: includes/form-fields.php:786
1986
- #, fuzzy
1987
  msgid "Caption for %s is required."
1988
- msgstr "Le pays est requis"
1989
 
1990
  #. translators: %1$s: field label, %2$d: max word count
1991
  #: includes/form-fields.php:803
1992
- #, fuzzy
1993
  msgid "%1$s must have less than %2$d words."
1994
- msgstr "%s doit être au format %s."
1995
 
1996
  #. translators: %1$s: field label, %2$s allowed values
1997
  #: includes/form-fields.php:825
1998
- #, fuzzy
1999
  msgid "%1$s is invalid. Value most be one of %2$s."
2000
- msgstr "%s est invalide. La valeur doit être l'un des %s."
2001
 
2002
  #. translators: %s: field label
2003
  #: includes/form-fields.php:842
2004
- #, fuzzy
2005
  msgid "%s is badly formatted. Valid Phone Number format required."
2006
  msgstr "%s est mal formaté. Un format valide d'email est requis."
2007
 
@@ -2010,36 +1836,38 @@ msgid ""
2010
  "An error occurred while trying to cancel your subscription. Please try again "
2011
  "later or contact the site administrator."
2012
  msgstr ""
 
 
 
2013
 
2014
  #: includes/gateways/class-gateway-authorize-net.php:377
2015
  msgid ""
2016
  "An error occurred while trying to cancel Authorize.net subscription with ID "
2017
  "%s. You can try again later or cancel subscription from gateway dashboard."
2018
  msgstr ""
 
 
 
2019
 
2020
  #: includes/helpers/functions/general.php:530
2021
  msgid "Free"
2022
  msgstr "Gratuit"
2023
 
2024
  #: includes/helpers/functions/general.php:1319
2025
- #, fuzzy
2026
  msgid "Return to Directory"
2027
- msgstr "Retourner vers l'annuaire."
2028
 
2029
  #: includes/helpers/functions/listings.php:80
2030
- #, fuzzy
2031
  msgid "Untitled Listing"
2032
- msgstr "Editer l'annonce"
2033
 
2034
  #: includes/helpers/functions/templates-ui.php:324
2035
- #, fuzzy
2036
  msgid "Manage Listings"
2037
- msgstr "Gérer annonces payées"
2038
 
2039
- #: includes/installer.php:60
2040
- #, fuzzy
2041
  msgid "Default Plan"
2042
- msgstr "Frais par défaut"
2043
 
2044
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2045
  #: includes/licensing.php:151
@@ -2047,6 +1875,8 @@ msgid ""
2047
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2048
  "get updates."
2049
  msgstr ""
 
 
2050
 
2051
  #: includes/licensing.php:207 includes/licensing.php:211
2052
  msgid "Licenses"
@@ -2056,249 +1886,220 @@ msgstr "Licences"
2056
  #: includes/licensing.php:268
2057
  msgid "%s will not get updates until license is reauthorized."
2058
  msgstr ""
 
 
2059
 
2060
  #: includes/licensing.php:289
2061
- #, fuzzy
2062
  msgid "Enter License Key here"
2063
  msgstr "Entrer la clé de licence"
2064
 
2065
  #: includes/licensing.php:290
2066
- #, fuzzy
2067
  msgid "Authorize"
2068
- msgstr "Activer Authorize.net"
2069
 
2070
  #: includes/licensing.php:390
2071
- #, fuzzy
2072
  msgid "Invalid item ID"
2073
  msgstr "ID d'élément non valide"
2074
 
2075
  #: includes/licensing.php:403
2076
- #, fuzzy
2077
  msgid "No license key provided"
2078
  msgstr "Aucune clé de licence fournie"
2079
 
2080
  #: includes/licensing.php:448 includes/licensing.php:486
2081
- #, fuzzy
2082
  msgid "License key is invalid"
2083
  msgstr "La clé de licence est invalide"
2084
 
2085
  #: includes/licensing.php:452
2086
- #, fuzzy
2087
  msgid "Deactivation failed"
2088
  msgstr "La désactivation a échoué"
2089
 
2090
  #: includes/licensing.php:497
2091
- #, fuzzy
2092
  msgid "The license key was revoked."
2093
- msgstr "Aucune clé de licence fournie"
2094
 
2095
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2096
  #: includes/licensing.php:501
2097
- #, fuzzy
2098
  msgid ""
2099
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2100
  "%2$s and let them know your license is being reported as revoked by the "
2101
  "licensing software. Please include the email address you used to purchase "
2102
  "with your report."
2103
  msgstr ""
2104
- "Il semble que votre serveur n'est pas autorisé à faire des demandes aux "
2105
- "serveurs de Business Directory. Contactez<support-link> le support "
2106
- "technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
2107
- "address> à la liste blanche."
 
2108
 
2109
  #: includes/licensing.php:564
2110
- #, fuzzy
2111
  msgid ""
2112
  "It was not possible to establish a connection with the Business Directory "
2113
  "server. The connection failed with the following error:"
2114
  msgstr ""
2115
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2116
- "Directory. La connexion a échoué avec l'erreur suivante:"
2117
 
2118
  #: includes/licensing.php:577
2119
- #, fuzzy
2120
  msgid ""
2121
  "It was not possible to establish a connection with the Business Directory "
2122
  "server. A problem occurred in the SSL/TSL handshake:"
2123
  msgstr ""
2124
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2125
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
2126
- "TLS:"
2127
 
2128
  #: includes/licensing.php:624
2129
- #, fuzzy
2130
  msgid ""
2131
  "It looks like your server is not authorized to make outgoing requests to "
2132
  "Business Directory servers. Please contact your webhost and ask them to add "
2133
  "our IP address 52.0.78.177 to your allow list."
2134
  msgstr ""
2135
- "Il semblerait que votre serveur ne soit pas autorisé à faire des demandes "
2136
- "aux serveurs de Business Directory. Contactez le support technique et "
2137
- "demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
 
2138
 
2139
  #: includes/licensing.php:718
2140
- #, fuzzy
2141
  msgid "Business Directory license key is missing."
2142
- msgstr "Business Directory - Clé de licence expirée"
2143
 
2144
  #: includes/licensing.php:719
2145
- #, fuzzy
2146
  msgid "Business Directory license key has expired"
2147
  msgstr "Business Directory - Clé de licence expirée"
2148
 
2149
  #: includes/licensing.php:720
2150
- #, fuzzy
2151
  msgid "Could not verify Business Directory license."
2152
- msgstr "Aider à améliorer Business Directory"
2153
 
2154
  #: includes/licensing.php:731
2155
- #, fuzzy
2156
  msgid "Review license keys"
2157
  msgstr "Renouveller la clé de licence"
2158
 
2159
  #: includes/licensing.php:846
2160
  msgid "Missing data. Please reload this page and try again."
2161
- msgstr ""
2162
 
2163
  #: includes/licensing.php:851
2164
- #, fuzzy
2165
  msgid "Please enter a license key."
2166
  msgstr "S'il vous plaît entrer une clé de licence."
2167
 
2168
  #. translators: %s: User name, %2$d: number of entries
2169
  #: includes/models/class-reviews.php:129
2170
  msgid "Congratulations %1$s! You have collected %2$d listings."
2171
- msgstr ""
2172
 
2173
  #: includes/payment.php:30
2174
  msgid "We couldn't find a payment associated with the given subscription."
2175
- msgstr ""
2176
 
2177
  #: includes/payment.php:37
2178
  msgid "The payment gateway \"<payment-gateway>\" is not available."
2179
- msgstr ""
2180
 
2181
  #: includes/payment.php:65
2182
- #, fuzzy
2183
  msgid "Gateway Transaction ID:"
2184
- msgstr "Transaction passerelle ID:"
2185
 
2186
  #: includes/payment.php:76
2187
- #, fuzzy
2188
  msgid "Bill To:"
2189
  msgstr "Facturé à :"
2190
 
2191
  #: includes/payment.php:87
2192
- #, fuzzy
2193
  msgid "Print Receipt"
2194
  msgstr "Imprimer le reçu"
2195
 
2196
  #: includes/payment.php:147
2197
- #, fuzzy
2198
  msgid "Return to plan selection"
2199
- msgstr "Retourner vers l'annonce."
2200
 
2201
  #: includes/themes.php:918
2202
- #, fuzzy
2203
  msgid "ZIP file is not a valid Business Directory theme file."
2204
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
2205
 
2206
- #: includes/utils.php:390
2207
- #, fuzzy
2208
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2209
- msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
2210
 
2211
- #: includes/utils.php:399
2212
- #, fuzzy
2213
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2214
  msgstr ""
2215
- "La taille du fichier (%s) est inférieur au minimum de taille de fichier "
2216
- "requise de %s"
2217
 
2218
  #: includes/views/widget/widget-settings.php:9
2219
- #, fuzzy
2220
  msgid "Title:"
2221
- msgstr "Titre:"
2222
 
2223
  #: includes/views/widget/widget-settings.php:15
2224
- #, fuzzy
2225
  msgid "Number of listings to display:"
2226
- msgstr "Nombre d'affichage d'annonce:"
2227
 
2228
  #: includes/views/widget/widget-settings.php:24
2229
- #, fuzzy
2230
  msgid "Thumbnails"
2231
  msgstr "Miniatures"
2232
 
2233
  #: includes/views/widget/widget-settings.php:28
2234
- #, fuzzy
2235
  msgid "Show thumbnails"
2236
  msgstr "Montrer les miniatures"
2237
 
2238
  #: includes/views/widget/widget-settings.php:35
2239
  msgid "Use \"Coming Soon\" photo for listings without an image?"
2240
  msgstr ""
 
2241
 
2242
  #: includes/views/widget/widget-settings.php:41
2243
- #, fuzzy
2244
  msgid "Image width (in px):"
2245
- msgstr "Largeur d'images (en pixel):"
2246
 
2247
  #: includes/views/widget/widget-settings.php:43
2248
  #: includes/views/widget/widget-settings.php:50
2249
  msgid "Automatic"
2250
- msgstr ""
2251
 
2252
  #: includes/views/widget/widget-settings.php:48
2253
- #, fuzzy
2254
  msgid "Image height (in px):"
2255
- msgstr "Hauteur d'image (en pixel):"
2256
 
2257
  #: includes/views/widget/widget-settings.php:55
2258
- #, fuzzy
2259
  msgid "Thumbnail Position (Desktop):"
2260
- msgstr "Largeur des miniatures (en pixel)"
2261
 
2262
  #: includes/views/widget/widget-settings.php:60
2263
  #: includes/views/widget/widget-settings.php:78
2264
  msgid "Left"
2265
- msgstr ""
2266
 
2267
  #: includes/views/widget/widget-settings.php:63
2268
  #: includes/views/widget/widget-settings.php:81
2269
  msgid "Right"
2270
- msgstr ""
2271
 
2272
  #: includes/views/widget/widget-settings.php:66
2273
  #: includes/views/widget/widget-settings.php:84
2274
  msgid "Top"
2275
- msgstr ""
2276
 
2277
  #: includes/views/widget/widget-settings.php:73
2278
- #, fuzzy
2279
  msgid "Thumbnail Position (Mobile):"
2280
- msgstr "Largeur des miniatures (en pixel)"
2281
 
2282
  #: includes/views/widget/widget-settings.php:91
2283
  msgid "Fields To Show"
2284
- msgstr ""
2285
 
2286
  #: includes/widgets/class-listings-widget.php:188
2287
- #, fuzzy
2288
  msgid "There are currently no listings to show."
2289
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
2290
 
2291
  #: includes/widgets/widget-featured-listings.php:27
2292
- #, fuzzy
2293
  msgid "Display listings in random order"
2294
  msgstr "Afficher les annonces de façon aléatoire"
2295
 
2296
  #: templates/admin/_admin-menu.php:57
2297
  msgid "Minimize Navigation"
2298
- msgstr ""
2299
 
2300
  #: templates/admin/csv-export.tpl.php:5
2301
- #, fuzzy
2302
  msgid ""
2303
  "An unknown error occurred during the export. Please make sure you have "
2304
  "enough free disk space and memory available to PHP. Check your error logs "
@@ -2309,24 +2110,20 @@ msgstr ""
2309
  "Vérifiez votre journal d'erreurs pour plus de détails."
2310
 
2311
  #: templates/admin/csv-export.tpl.php:37
2312
- #, fuzzy
2313
  msgid "All"
2314
  msgstr "Toutes"
2315
 
2316
  #: templates/admin/csv-export.tpl.php:50
2317
- #, fuzzy
2318
  msgid "Create a ZIP file with both a CSV file and listing images."
2319
  msgstr ""
2320
  "Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
2321
  "fichiers d'image."
2322
 
2323
  #: templates/admin/csv-export.tpl.php:55
2324
- #, fuzzy
2325
  msgid "Additional metadata to export"
2326
- msgstr "Métadonnées complémentaires à exporter:"
2327
 
2328
  #: templates/admin/csv-export.tpl.php:65
2329
- #, fuzzy
2330
  msgid ""
2331
  "If you plan to re-import the listings into your directory and don't want new "
2332
  "ones created, select this option!"
@@ -2336,12 +2133,10 @@ msgstr ""
2336
 
2337
  #: templates/admin/csv-export.tpl.php:119
2338
  #: templates/admin/csv-import.tpl.php:113
2339
- #, fuzzy
2340
  msgid "CSV File Settings"
2341
  msgstr "Paramètres des fichiers CSV"
2342
 
2343
  #: templates/admin/csv-export.tpl.php:129
2344
- #, fuzzy
2345
  msgid ""
2346
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2347
  "sure all your listings information is displayed properly when you view or "
@@ -2356,109 +2151,90 @@ msgstr ""
2356
 
2357
  #: templates/admin/csv-export.tpl.php:150
2358
  #: templates/admin/csv-import.tpl.php:149
2359
- #, fuzzy
2360
  msgid "Image Separator"
2361
  msgstr "Séparateur d'image"
2362
 
2363
  #: templates/admin/csv-import.tpl.php:27
2364
- #, fuzzy
2365
  msgid "Here, you can import data into your directory using the CSV format."
2366
  msgstr ""
2367
- "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
2368
  "format CSV."
2369
 
2370
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2371
  #: templates/admin/csv-import.tpl.php:32
2372
- #, fuzzy
2373
  msgid ""
2374
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
2375
  "help you do things in the right order."
2376
  msgstr ""
2377
- "Nous vous recommandons vivement la lecture de notre document d'importation "
2378
- "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
 
2379
 
2380
  #: templates/admin/csv-import.tpl.php:44
2381
- #, fuzzy
2382
  msgid "Import Files"
2383
- msgstr "Importer les fichiers"
2384
 
2385
  #: templates/admin/csv-import.tpl.php:49
2386
- #, fuzzy
2387
  msgid "CSV File"
2388
  msgstr "Fichier CSV"
2389
 
2390
  #: templates/admin/csv-import.tpl.php:80
2391
- #, fuzzy
2392
  msgid "ZIP file containing images"
2393
  msgstr "Fichiers ZIP contenant des images"
2394
 
2395
  #: templates/admin/csv-import.tpl.php:119
2396
- #, fuzzy
2397
  msgid "Column Separator"
2398
  msgstr "Séparateur de colonne"
2399
 
2400
  #: templates/admin/csv-import.tpl.php:142
2401
- #, fuzzy
2402
  msgid "TAB"
2403
  msgstr "Onglet"
2404
 
2405
  #: templates/admin/csv-import.tpl.php:160
2406
- #, fuzzy
2407
  msgid "Category Separator"
2408
  msgstr "Séparateur de catégorie"
2409
 
2410
  #: templates/admin/csv-import.tpl.php:171
2411
- #, fuzzy
2412
  msgid "Import settings"
2413
  msgstr "Paramètres d'importation"
2414
 
2415
  #: templates/admin/csv-import.tpl.php:176
2416
- #, fuzzy
2417
  msgid "Post status of new imported listings"
2418
- msgstr "Statut des messages des annonces importées"
2419
 
2420
  #: templates/admin/csv-import.tpl.php:193
2421
- #, fuzzy
2422
  msgid "Post status of existing imported listings"
2423
- msgstr "Statut des messages des annonces importées"
2424
 
2425
  #: templates/admin/csv-import.tpl.php:212
2426
- #, fuzzy
2427
  msgid "Missing categories handling"
2428
  msgstr "Gestion des catégories manquantes"
2429
 
2430
  #: templates/admin/csv-import.tpl.php:218
2431
- #, fuzzy
2432
  msgid "Auto-create categories"
2433
- msgstr "Création automatique des catégories"
2434
 
2435
  #: templates/admin/csv-import.tpl.php:223
2436
- #, fuzzy
2437
  msgid "Generate errors when a category is not found"
2438
- msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
2439
 
2440
  #: templates/admin/csv-import.tpl.php:231
2441
- #, fuzzy
2442
  msgid "Keep existing images"
2443
- msgstr "Liste des images."
2444
 
2445
  #: templates/admin/csv-import.tpl.php:234
2446
- #, fuzzy
2447
  msgid "Appends new images while keeping current ones."
2448
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2449
 
2450
  #: templates/admin/csv-import.tpl.php:242
2451
- #, fuzzy
2452
  msgid "Assign listings to a user"
2453
- msgstr "Assigner des listes à un utilisateur ?"
2454
 
2455
  #: templates/admin/csv-import.tpl.php:254
2456
- #, fuzzy
2457
  msgid "Default listing user"
2458
- msgstr "Annonce par défault de l'utilisateur"
2459
 
2460
  #: templates/admin/csv-import.tpl.php:256
2461
- #, fuzzy
2462
  msgid ""
2463
  "This user will be used if the username column is not present in the CSV file."
2464
  msgstr ""
@@ -2466,9 +2242,8 @@ msgstr ""
2466
  "figure pas dans le fichier CSV."
2467
 
2468
  #: templates/admin/csv-import.tpl.php:263
2469
- #, fuzzy
2470
  msgid "Number of listings imported on every cycle"
2471
- msgstr "Nombre d'affichage d'annonce:"
2472
 
2473
  #: templates/admin/csv-import.tpl.php:265
2474
  msgid ""
@@ -2477,14 +2252,17 @@ msgid ""
2477
  "result in a longer batch import time, but will increase the chance of "
2478
  "success on shared hosting platforms and other resource-constrained servers."
2479
  msgstr ""
 
 
 
 
 
2480
 
2481
  #: templates/admin/csv-import.tpl.php:277
2482
- #, fuzzy
2483
  msgid "Disable email notifications during import"
2484
- msgstr "Désactiver les notifications par e-mail durant l'importation?"
2485
 
2486
  #: templates/admin/csv-import.tpl.php:296
2487
- #, fuzzy
2488
  msgid ""
2489
  "The following are the valid header names to be used in the CSV file. "
2490
  "Multivalued fields (such as category or tags) can appear multiple times in "
@@ -2498,44 +2276,36 @@ msgstr ""
2498
  "d'importation devrait ressembler."
2499
 
2500
  #: templates/admin/csv-import.tpl.php:305
2501
- #, fuzzy
2502
  msgid "Header name/label"
2503
- msgstr "Nom/Etiquette de l'en-tête"
2504
 
2505
  #: templates/admin/csv-import.tpl.php:308
2506
- #, fuzzy
2507
  msgid "Required?"
2508
  msgstr "Requis ?"
2509
 
2510
  #: templates/admin/csv-import.tpl.php:309
2511
- #, fuzzy
2512
  msgid "Multivalued?"
2513
  msgstr "Valeurs multiples ?"
2514
 
2515
  #: templates/admin/csv-import.tpl.php:341
2516
- #, fuzzy
2517
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2518
  msgstr ""
2519
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2520
  "fichier ZIP)"
2521
 
2522
  #: templates/admin/csv-import.tpl.php:348
2523
- #, fuzzy
2524
  msgid "Listing author's username"
2525
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
2526
 
2527
  #: templates/admin/debug-info.tpl.php:5
2528
- #, fuzzy
2529
  msgid "Debug"
2530
  msgstr "Déboguer"
2531
 
2532
  #: templates/admin/debug-info.tpl.php:8
2533
- #, fuzzy
2534
  msgid "Download Debug Information"
2535
  msgstr "Télécharger les informations de débogage"
2536
 
2537
  #: templates/admin/debug-info.tpl.php:18
2538
- #, fuzzy
2539
  msgid ""
2540
  "The following information can help our team debug possible problems with "
2541
  "your setup."
@@ -2544,57 +2314,47 @@ msgstr ""
2544
  "problèmes possibles avec votre configuration."
2545
 
2546
  #: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:245
2547
- #, fuzzy
2548
  msgid "Add Plan"
2549
- msgstr "Payé"
2550
 
2551
  #: templates/admin/fees-edit-fee.tpl.php:4
2552
- #, fuzzy
2553
  msgid "Edit Plan"
2554
- msgstr "Payé"
2555
 
2556
  #: templates/admin/fees-form.tpl.php:30
2557
- #, fuzzy
2558
  msgid "Plan Description"
2559
- msgstr "Description"
2560
 
2561
  #: templates/admin/fees-form.tpl.php:38
2562
- #, fuzzy
2563
  msgid "How long should the listing run?"
2564
  msgstr "Combien de temps devrait durer l'annonce ?"
2565
 
2566
  #: templates/admin/fees-form.tpl.php:41
2567
- #, fuzzy
2568
  msgid "run listing for"
2569
  msgstr "exécuter l'annonce pour"
2570
 
2571
  #: templates/admin/fees-form.tpl.php:51
2572
  #: templates/plan-selection-plan.tpl.php:39
2573
- #, fuzzy
2574
  msgid "days"
2575
  msgstr "jours"
2576
 
2577
  #: templates/admin/fees-form.tpl.php:53
2578
- #, fuzzy
2579
  msgid "run listing forever"
2580
  msgstr "toujours exécuter l'annonce"
2581
 
2582
  #: templates/admin/fees-form.tpl.php:58
2583
- #, fuzzy
2584
  msgid "Number of images allowed"
2585
  msgstr "Nombre d'images autorisées"
2586
 
2587
  #: templates/admin/fees-form.tpl.php:73
2588
  msgid "Private Plan (visible to admins only)?"
2589
- msgstr ""
2590
 
2591
  #: templates/admin/fees-form.tpl.php:90
2592
- #, fuzzy
2593
  msgid "Is recurring?"
2594
  msgstr "Est récurrent?"
2595
 
2596
  #: templates/admin/fees-form.tpl.php:102
2597
- #, fuzzy
2598
  msgid "Should the listing auto-renew at the end of the listing term?"
2599
  msgstr ""
2600
  "L'annonce devrait-elle être renouvelée automatiquement à la fin de la "
@@ -2602,10 +2362,9 @@ msgstr ""
2602
 
2603
  #: templates/admin/fees-form.tpl.php:109
2604
  msgid "Make listings on this plan featured (sticky)?"
2605
- msgstr ""
2606
 
2607
  #: templates/admin/fees-form.tpl.php:121
2608
- #, fuzzy
2609
  msgid ""
2610
  "This floats the listing to the top of search results and browsing the "
2611
  "directory when the user buys this plan."
@@ -2614,77 +2373,68 @@ msgstr ""
2614
  "l'annuaire lorsque l'utilisateur achète ce plan."
2615
 
2616
  #: templates/admin/fees-form.tpl.php:127
2617
- #, fuzzy
2618
  msgid "Listing background color:"
2619
- msgstr "Couleur d'arrière-plan de l'annonce:"
2620
 
2621
  #: templates/admin/fees-form.tpl.php:133
2622
- #, fuzzy
2623
  msgid "Used to differentiate listings inside this plan from others."
2624
- msgstr "Utilisé pour différencier les annonces de ce plan des autres annonces."
2625
 
2626
  #: templates/admin/fees-form.tpl.php:245
2627
  #: templates/admin/settings-email.tpl.php:104
2628
  #: templates/submit-listing-section.tpl.php:30
2629
- #, fuzzy
2630
  msgid "Save Changes"
2631
  msgstr "Sauvegarder les modifications"
2632
 
2633
  #: templates/admin/fees-index.tpl.php:7
2634
- #, fuzzy
2635
  msgid "Add New Plan"
2636
  msgstr "Ajouter une nouvelle annonce"
2637
 
2638
  #: templates/admin/fees-index.tpl.php:27
2639
- #, fuzzy
2640
  msgid "↑ Ascending"
2641
  msgstr "↑ Ascendant"
2642
 
2643
  #: templates/admin/fees-index.tpl.php:28
2644
- #, fuzzy
2645
  msgid "↓ Descending"
2646
  msgstr "↓ Descendant"
2647
 
2648
  #: templates/admin/fees-index.tpl.php:36
2649
  msgid "Save front-end order"
2650
- msgstr ""
2651
 
2652
  #: templates/admin/fees-index.tpl.php:40
2653
- #, fuzzy
2654
  msgid "Drag and drop to re-order plans."
2655
  msgstr "Glisser-déposer pour réorganiser les frais."
2656
 
2657
  #: templates/admin/fees-index.tpl.php:56
2658
  msgid "Set up a payment gateway to charge a fee for listings"
2659
  msgstr ""
 
 
2660
 
2661
  #: templates/admin/fees-index.tpl.php:58
2662
  msgid "Add a payment gateway to increase conversion rates"
2663
  msgstr ""
 
2664
 
2665
- #. translators: %s: payment gateway name */
2666
  #: templates/admin/fees-index.tpl.php:75
2667
- #, fuzzy
2668
  msgid "Add %s as a payment option."
2669
- msgstr "[%s] Nouvelle notification d'annonce"
2670
 
2671
  #: templates/admin/form-fields-addoredit.tpl.php:8
2672
- #, fuzzy
2673
  msgid "Add Form Field"
2674
  msgstr "Ajouter un champ de formulaire"
2675
 
2676
  #: templates/admin/form-fields-addoredit.tpl.php:133
2677
- #, fuzzy
2678
  msgid "Maximum number of words"
2679
- msgstr "Nombre d'images:"
2680
 
2681
  #: templates/admin/form-fields-addoredit.tpl.php:263
2682
- #, fuzzy
2683
  msgid "Require this field on the Advanced Search screen."
2684
- msgstr "Indiquez les champs obligatoires lors de recherches avancée."
2685
 
2686
  #: templates/admin/form-fields-tags.tpl.php:19
2687
- #, fuzzy
2688
  msgid ""
2689
  "Before you create fields, make sure you've mapped all of your EXISTING ones "
2690
  "first, otherwise you'll appear to be \"missing data\" on your listings."
@@ -2694,210 +2444,182 @@ msgstr ""
2694
  "annonces."
2695
 
2696
  #: templates/admin/form-fields.tpl.php:4
2697
- #, fuzzy
2698
  msgid "Add New Form Field"
2699
- msgstr "Ajouter un nouveau formulaire de champ"
2700
 
2701
  #: templates/admin/form-fields.tpl.php:8
2702
- #, fuzzy
2703
  msgid "Preview Form"
2704
  msgstr "Formulaire précédent"
2705
 
2706
  #: templates/admin/form-fields.tpl.php:12 templates/admin/themes.tpl.php:11
2707
- #, fuzzy
2708
  msgid "Manage Theme Tags"
2709
- msgstr "Gestion des étiquettes du thème"
2710
 
2711
  #: templates/admin/form-fields.tpl.php:27
2712
  msgid ""
2713
  "Create new fields, edit existing fields, change the field order and "
2714
  "visibility."
2715
  msgstr ""
 
 
2716
 
2717
  #. translators: %1$s open link, %2$s close link
2718
  #: templates/admin/form-fields.tpl.php:35
2719
- #, fuzzy
2720
  msgid "Please see the %1$sForm Fields documentation%2$s for more details."
2721
  msgstr ""
2722
- "Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
2723
- "détails."
2724
 
2725
  #: templates/admin/home.tpl.php:55
2726
  msgid "Manage Options"
2727
- msgstr "Gestion des options"
2728
 
2729
  #: templates/admin/home.tpl.php:74
2730
  msgid "Manage Paid Listings"
2731
- msgstr "Gérer annonces payées"
2732
 
2733
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
2734
- #, fuzzy
2735
  msgid "Access key"
2736
  msgstr "Clés d'accès"
2737
 
2738
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
2739
- #, fuzzy
2740
  msgid "Listing status"
2741
- msgstr "Statut liste"
2742
 
2743
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2744
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
2745
- #, fuzzy
2746
  msgid "N/A"
2747
  msgstr "N/A"
2748
 
2749
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
2750
- #, fuzzy
2751
  msgid "Last renew date"
2752
- msgstr "Date de renouvellement"
2753
 
2754
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2755
  #: templates/email/listing-payment-completed.tpl.php:25
2756
- #, fuzzy
2757
  msgid "Plan"
2758
- msgstr "Plan tarifaire"
2759
 
2760
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2761
  #: templates/plan-selection-plan.tpl.php:41
2762
- #, fuzzy
2763
  msgid "Recurring"
2764
- msgstr "(récurrent)"
2765
 
2766
- #: templates/admin/payments-details.tpl.php:5
2767
  #, fuzzy
 
 
 
 
2768
  msgid "Payment %s"
2769
- msgstr "Paiement #%d"
2770
 
2771
  #: templates/admin/payments-details.tpl.php:6
2772
- #, fuzzy
2773
  msgid "Not Found"
2774
- msgstr "Information concernant les frais"
2775
 
2776
  #: templates/admin/payments-details.tpl.php:11
2777
  #: templates/admin/payments-details.tpl.php:26
2778
- #, fuzzy
2779
  msgid "← Return to \"Payment History\""
2780
  msgstr "← Retour à \"Historique des paiements\""
2781
 
2782
  #: templates/admin/payments-details.tpl.php:24
2783
- #, fuzzy
2784
  msgid "Payment Not Found"
2785
- msgstr "Information concernant les frais"
2786
 
2787
  #: templates/admin/payments-details.tpl.php:45
2788
- #, fuzzy
2789
  msgid "Overview"
2790
  msgstr "Aperçu"
2791
 
2792
  #: templates/admin/payments-details.tpl.php:49
2793
  #: templates/admin/payments-details.tpl.php:83
2794
- #, fuzzy
2795
  msgid "Payment ID"
2796
- msgstr "ID de paiement:"
2797
 
2798
  #: templates/admin/payments-details.tpl.php:59
2799
- #, fuzzy
2800
  msgid "Status"
2801
  msgstr "Statut"
2802
 
2803
  #: templates/admin/payments-details.tpl.php:68
2804
- #, fuzzy
2805
  msgid "Date"
2806
  msgstr "Date"
2807
 
2808
  #: templates/admin/payments-details.tpl.php:72
2809
- #, fuzzy
2810
  msgid "Time"
2811
- msgstr "Date:"
2812
 
2813
  #: templates/admin/payments-details.tpl.php:77
2814
- #, fuzzy
2815
  msgid "Gateway"
2816
  msgstr "Passerelle"
2817
 
2818
  #. translators: Gateway: (Not yet set)
2819
  #: templates/admin/payments-details.tpl.php:79
2820
- #, fuzzy
2821
  msgid "(Not yet set)"
2822
  msgstr "(Pas encore inscrit)"
2823
 
2824
  #: templates/admin/payments-details.tpl.php:94
2825
- #, fuzzy
2826
  msgid "Delete Payment"
2827
  msgstr "Supprimer le paiement"
2828
 
2829
  #: templates/admin/payments-details.tpl.php:96
2830
- #, fuzzy
2831
  msgid "Save Payment"
2832
  msgstr "Enregistrer le paiement"
2833
 
2834
  #: templates/admin/payments-details.tpl.php:107
2835
- #, fuzzy
2836
  msgid "Details"
2837
  msgstr "Détails"
2838
 
2839
  #: templates/admin/payments-details.tpl.php:111
2840
- #, fuzzy
2841
  msgid "Item Type"
2842
  msgstr "Type d'élément"
2843
 
2844
  #: templates/admin/payments-details.tpl.php:124
2845
  #: templates/payment/payment_items.tpl.php:23
2846
- #, fuzzy
2847
  msgid "Total"
2848
  msgstr "Total"
2849
 
2850
  #: templates/admin/payments-details.tpl.php:135
2851
- #, fuzzy
2852
  msgid "Customer Details"
2853
  msgstr "Détails du client"
2854
 
2855
  #: templates/admin/payments-details.tpl.php:145
2856
  #: templates/checkout-billing-form.tpl.php:17
2857
- #, fuzzy
2858
  msgid "First Name"
2859
  msgstr "Prénom"
2860
 
2861
  #: templates/admin/payments-details.tpl.php:150
2862
  #: templates/checkout-billing-form.tpl.php:22
2863
- #, fuzzy
2864
  msgid "Last Name"
2865
  msgstr "Nom"
2866
 
2867
  #: templates/admin/payments-details.tpl.php:172
2868
- #, fuzzy
2869
  msgid "Address Line 1"
2870
- msgstr "Adresse ligne 1:"
2871
 
2872
  #: templates/admin/payments-details.tpl.php:176
2873
  #: templates/checkout-billing-form.tpl.php:81
2874
- #, fuzzy
2875
  msgid "Address Line 2"
2876
  msgstr "Adresse ligne 2"
2877
 
2878
  #: templates/admin/payments-details.tpl.php:185
2879
- #, fuzzy
2880
  msgid "Notes & Log"
2881
  msgstr "Notes et registre"
2882
 
2883
  #: templates/admin/payments-details.tpl.php:190
2884
- #, fuzzy
2885
  msgid "No notes."
2886
  msgstr "Pas de notes."
2887
 
2888
  #: templates/admin/payments-details.tpl.php:210
2889
- #, fuzzy
2890
  msgid "Add Note"
2891
  msgstr "Ajouter une note"
2892
 
2893
  #: templates/admin/payments-index.tpl.php:11
2894
- #, fuzzy
2895
  msgid "Search Payments:"
2896
  msgstr "Rechercher des paiements:"
2897
 
2898
  #: templates/admin/privacy-policy.tpl.php:12
2899
  msgid "Suggested text:"
2900
- msgstr ""
2901
 
2902
  #: templates/admin/privacy-policy.tpl.php:12
2903
  msgid ""
@@ -2906,6 +2628,11 @@ msgid ""
2906
  "personal information included on their listings at any time. Website "
2907
  "administrators can also see and edit that information."
2908
  msgstr ""
 
 
 
 
 
2909
 
2910
  #: templates/admin/privacy-policy.tpl.php:13
2911
  msgid ""
@@ -2913,11 +2640,13 @@ msgid ""
2913
  "address and other information included in your submission to describe the "
2914
  "directory listing."
2915
  msgstr ""
 
 
 
2916
 
2917
  #: templates/admin/privacy-policy.tpl.php:14
2918
- #, fuzzy
2919
  msgid "Payment Information"
2920
- msgstr "Information concernant les frais"
2921
 
2922
  #. translators: %s is a link with the URL of the current site.
2923
  #: templates/admin/privacy-policy.tpl.php:20
@@ -2927,56 +2656,51 @@ msgid ""
2927
  "it will be shared through a secure connection with the following payment "
2928
  "gateways to process the payment:"
2929
  msgstr ""
 
 
 
 
 
2930
 
2931
  #: templates/admin/settings-email.tpl.php:8
2932
- #, fuzzy
2933
  msgid "Untitled"
2934
  msgstr "Sans titre"
2935
 
2936
  #: templates/admin/settings-email.tpl.php:36
2937
- #, fuzzy
2938
  msgid "Click to edit email"
2939
  msgstr "Cliquer pour éditer l'e-mail"
2940
 
2941
  #: templates/admin/settings-email.tpl.php:37
2942
- #, fuzzy
2943
  msgid "Click to edit"
2944
  msgstr "Cliquer pour éditer"
2945
 
2946
  #: templates/admin/settings-email.tpl.php:54
2947
- #, fuzzy
2948
  msgid "Email Subject"
2949
  msgstr "Sujet de l'e-mail"
2950
 
2951
  #: templates/admin/settings-email.tpl.php:60
2952
- #, fuzzy
2953
  msgid "Email Body"
2954
  msgstr "Corps de l'e-mail"
2955
 
2956
  #: templates/admin/settings-email.tpl.php:62
2957
- #, fuzzy
2958
  msgid "Email body text"
2959
- msgstr "Corps de l'e-mail"
2960
 
2961
  #: templates/admin/settings-email.tpl.php:66
2962
- #, fuzzy
2963
  msgid "You can use the following placeholders:"
2964
- msgstr "Vous pouvez utiliser les paramètres suivantes:"
2965
 
2966
  #: templates/admin/settings-email.tpl.php:102
2967
- #, fuzzy
2968
  msgid "Preview email"
2969
  msgstr "E-mail précédents"
2970
 
2971
  #: templates/admin/settings-page.tpl.php:7
2972
- #, fuzzy
2973
  msgid "Directory Settings"
2974
- msgstr "Identifiant de fiche de l'annuaire"
2975
 
2976
  #: templates/admin/settings-reset.tpl.php:4
2977
- #, fuzzy
2978
  msgid "Directory Reset to Default"
2979
- msgstr "Business Directory - Dernières annonces"
2980
 
2981
  #: templates/admin/settings-reset.tpl.php:17
2982
  msgid ""
@@ -2984,7 +2708,7 @@ msgid ""
2984
  "BD."
2985
  msgstr ""
2986
  "Utilisez cette option si vous souhaitez revenir aux réglages d'origine pour "
2987
- "le plugin. Veuillez noter que tous vos paramètres existants seront perdus."
2988
 
2989
  #: templates/admin/settings-reset.tpl.php:18
2990
  msgid "Please note that all of your existing settings will be lost."
@@ -2992,103 +2716,89 @@ msgstr "Merci de noter que tous vos paramètres existants seront perdus."
2992
 
2993
  #: templates/admin/settings-reset.tpl.php:20
2994
  msgid "Your existing listings will NOT be deleted doing this."
2995
- msgstr ""
2996
 
2997
  #: templates/admin/settings-reset.tpl.php:26
2998
  msgid "Reset Defaults"
2999
- msgstr "Rétablir les paramètres par défault"
3000
 
3001
  #: templates/admin/sidebar.tpl.php:7
3002
  msgid "Need help?"
3003
- msgstr ""
3004
 
3005
  #: templates/admin/sidebar.tpl.php:13
3006
  msgid "Let us know!"
3007
- msgstr ""
3008
 
3009
  #: templates/admin/sidebar.tpl.php:18
3010
- #, fuzzy
3011
  msgid "Plugin documentation"
3012
  msgstr "Documentation complète du plugin"
3013
 
3014
  #: templates/admin/sidebar.tpl.php:23
3015
- #, fuzzy
3016
  msgid "Quick Start Guide"
3017
  msgstr "Guide rapide de lancement"
3018
 
3019
  #: templates/admin/sidebar.tpl.php:28
3020
- #, fuzzy
3021
  msgid "Video Tutorials"
3022
- msgstr "Vidéo tutoriels"
3023
 
3024
  #: templates/admin/themes-delete-confirm.tpl.php:4
3025
  #: templates/admin/themes-delete-confirm.tpl.php:26
3026
- #, fuzzy
3027
  msgid "Delete Directory Theme"
3028
- msgstr "Catégories de l'annuaire"
3029
 
3030
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:7
3031
- #, fuzzy
3032
  msgid "Upload Directory Theme"
3033
- msgstr "Catégories de l'annuaire"
3034
 
3035
  #. translators: %s is the link for Business Directory Premium Themes.
3036
  #: templates/admin/themes-install.tpl.php:17
3037
- #, fuzzy
3038
  msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
3039
- msgstr "This is a theme or skin from %s and is NOT a regular WordPress theme."
 
 
3040
 
3041
  #: templates/admin/themes-install.tpl.php:31
3042
- #, fuzzy
3043
  msgid "Business Directory Theme archive (ZIP file)"
3044
- msgstr "Archive Thème BD (Fichier zip)"
3045
 
3046
  #: templates/admin/themes-install.tpl.php:40
3047
- #, fuzzy
3048
  msgid "Upload"
3049
- msgstr "Module d'upload de fichiers"
3050
 
3051
  #: templates/admin/themes-item.tpl.php:7
3052
- #, fuzzy
3053
  msgid "Inactive"
3054
- msgstr "Actif"
3055
 
3056
  #: templates/admin/themes-item.tpl.php:17
3057
- #, fuzzy
3058
  msgid "Updating theme..."
3059
  msgstr "Mise à jour du thème..."
3060
 
3061
  #: templates/admin/themes-item.tpl.php:17
3062
- #, fuzzy
3063
  msgid "Theme updated."
3064
  msgstr "Thème mis à jour."
3065
 
3066
  #. translators: %1$s is opening <a> tag, %2$s is closing </a> tag
3067
  #: templates/admin/themes-item.tpl.php:22
3068
- #, fuzzy
3069
  msgid "New version available. %1$sUpdate now.%2$s"
3070
- msgstr ""
3071
- "Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
3072
 
3073
  #. translators: %1$s is opening <a> tag, %2$s is closing </a> tag
3074
  #: templates/admin/themes.tpl.php:27
3075
- #, fuzzy
3076
  msgid ""
3077
  "%1$sDirectory Themes%2$s change the look of the directory. A number of them "
3078
  "are %1$savailable for purchase%2$s."
3079
  msgstr ""
3080
- "Les <a><b> Themes de l'annuaire</b></a> sont des modèles prédéfinis pour le "
3081
  "Plugin <i>Business Directory</i> afin de changer l'apparence de l'annuaire "
3082
  "rapidement et facilement. Nous avons un certain nombre d'entre eux "
3083
- "disponibles à l'achat <a>ici</a>."
3084
 
3085
  #: templates/admin/themes.tpl.php:32
3086
- #, fuzzy
3087
  msgid "They are not a replacement for regular WordPress themes."
3088
- msgstr "This is a theme or skin from %s and is NOT a regular WordPress theme."
3089
 
3090
  #: templates/admin/uninstall-capture-form.tpl.php:16
3091
- #, fuzzy
3092
  msgid ""
3093
  "We're sorry to see you leave. Could you take 10 seconds and answer one "
3094
  "question for us to help us make the product better for everyone in the "
@@ -3098,45 +2808,38 @@ msgstr ""
3098
  "répondre à une question pour nous aider à améliorer notre plugin?"
3099
 
3100
  #: templates/admin/uninstall-complete.tpl.php:12
3101
- #, fuzzy
3102
  msgid "Uninstall completed."
3103
  msgstr "Désinstallation complète."
3104
 
3105
  #: templates/admin/uninstall-complete.tpl.php:15
3106
- #, fuzzy
3107
  msgid "Return to Dashboard."
3108
  msgstr "Retourner au tableau de bord."
3109
 
3110
  #: templates/admin/uninstall-confirm.tpl.php:25
3111
- #, fuzzy
3112
  msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
3113
  msgstr ""
3114
- "Supprimer toutes les données de configuration du module premium (régions, "
3115
- "cartes, évaluations, niveaux en vedette)"
3116
 
3117
  #. translators: %1$s: open link html, %2$s: close link html
3118
  #: templates/admin/uninstall-confirm.tpl.php:43
3119
- #, fuzzy
3120
  msgid "Go to %1$sPlugins > Installed Plugins%2$s"
3121
- msgstr "Aller à <a>Plugins->Plugins installés"
3122
 
3123
  #. translators: %1$s: open italic html, %2$s: close italic html
3124
  #: templates/admin/uninstall-confirm.tpl.php:53
3125
- #, fuzzy
3126
  msgid ""
3127
  "Click on \"Delete\" for Business Directory Plugin. %1$sTHIS OPERATION IS "
3128
  "SAFE--your data will NOT BE LOST doing this%2$s"
3129
  msgstr ""
3130
- "Cliquez sur \"Supprimer\" pour Annuaire des entreprises Plugin.. <i>CETTE "
3131
- "OPÉRATION EST SÛR - vos données ne seront touchés</i>"
3132
 
3133
  #: templates/admin/uninstall-confirm.tpl.php:59
3134
- #, fuzzy
3135
  msgid "Wait for the delete to finish"
3136
- msgstr "Attendez que la suppression soit terminer"
3137
 
3138
  #: templates/admin/uninstall-confirm.tpl.php:60
3139
- #, fuzzy
3140
  msgid ""
3141
  "The plugin is now removed, but your data is still present inside of your "
3142
  "database."
@@ -3146,126 +2849,106 @@ msgstr ""
3146
 
3147
  #. translators: %1$s: open link html, %2$s: close link html
3148
  #: templates/admin/uninstall-confirm.tpl.php:65
3149
- #, fuzzy
3150
  msgid "You can reinstall the plugin again under %1$sPlugins > Add New%2$s"
3151
  msgstr ""
3152
- "Vous pouvez réinstaller le plugin à nouveau sous <a>Plugins-> Ajouter un "
3153
- "nouveau</a></ li"
3154
 
3155
  #: templates/admin/uninstall-confirm.tpl.php:74
3156
- #, fuzzy
3157
  msgid "Take me to the Plugins screen"
3158
- msgstr "Aller à l'écran <b>Plugins</b>"
3159
 
3160
  #: templates/admin/uninstall-confirm.tpl.php:79
3161
  msgid "Get debug info"
3162
- msgstr ""
3163
 
3164
  #: templates/businessdirectory-listings.tpl.php:51
3165
  #: templates/deprecated/search.tpl.php:23
3166
  #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3167
- #, fuzzy
3168
  msgid "No listings found."
3169
  msgstr "Aucune annonce trouvée."
3170
 
3171
  #: templates/checkout-billing-form.tpl.php:8
3172
- #, fuzzy
3173
  msgid "Personal Info"
3174
  msgstr "Informations personnelles"
3175
 
3176
  #: templates/checkout-billing-form.tpl.php:11 templates/login.tpl.php:63
3177
  #: templates/login.tpl.php:65
3178
- #, fuzzy
3179
  msgid "Email Address"
3180
  msgstr "Adresse e-mail"
3181
 
3182
  #: templates/checkout-billing-form.tpl.php:12
3183
- #, fuzzy
3184
  msgid "We will send a receipt to this e-mail address."
3185
  msgstr "Nous vous enverrons un reçu à cette adresse e-mail."
3186
 
3187
  #: templates/checkout-billing-form.tpl.php:30
3188
- #, fuzzy
3189
  msgid "Credit Card Info"
3190
  msgstr "Détails de la carte de crédit"
3191
 
3192
  #: templates/checkout-billing-form.tpl.php:33
3193
  #: templates/checkout-billing-form.tpl.php:35
3194
- #, fuzzy
3195
  msgid "Card Number"
3196
  msgstr "Numéro de carte"
3197
 
3198
  #: templates/checkout-billing-form.tpl.php:34
3199
- #, fuzzy
3200
  msgid "The digits on the front of your credit card."
3201
- msgstr "Les codes de votre carte de crédit."
3202
 
3203
  #: templates/checkout-billing-form.tpl.php:39
3204
- #, fuzzy
3205
  msgid "CVC"
3206
- msgstr "Code secret"
3207
 
3208
  #: templates/checkout-billing-form.tpl.php:40
3209
- #, fuzzy
3210
  msgid ""
3211
  "The 3 digit (back) or 4 digit (front) security code on your credit card."
3212
  msgstr "Le code de sécurité de votre carte de crédit."
3213
 
3214
  #: templates/checkout-billing-form.tpl.php:41
3215
- #, fuzzy
3216
  msgid "Security Code"
3217
  msgstr "Code de sécurité"
3218
 
3219
  #: templates/checkout-billing-form.tpl.php:45
3220
  #: templates/checkout-billing-form.tpl.php:47
3221
- #, fuzzy
3222
  msgid "Name on the Card"
3223
  msgstr "Nom de la carte"
3224
 
3225
  #: templates/checkout-billing-form.tpl.php:46
3226
- #, fuzzy
3227
  msgid "The name as it appears printed on the front of your credit card."
3228
  msgstr "Le nom du détenteur de la carte de crédit."
3229
 
3230
  #: templates/checkout-billing-form.tpl.php:51
3231
- #, fuzzy
3232
  msgid "Expiration Date"
3233
  msgstr "Date d'expiration"
3234
 
3235
  #: templates/checkout-billing-form.tpl.php:52
3236
- #, fuzzy
3237
  msgid "Format: MM/YY"
3238
  msgstr "Format : MM/AA"
3239
 
3240
  #: templates/checkout-billing-form.tpl.php:72
3241
- #, fuzzy
3242
  msgid "Billing Details"
3243
  msgstr "Détails de la facturation"
3244
 
3245
  #: templates/checkout-billing-form.tpl.php:76
3246
- #, fuzzy
3247
  msgid "Please enter the address where you receive your billing statement."
3248
- msgstr "Veuillez entrer l'adresse où vous recevez votre relevé de facturation."
3249
 
3250
  #: templates/checkout-billing-form.tpl.php:82
3251
- #, fuzzy
3252
  msgid ""
3253
  "Additional details (suite, apt no, etc.) associated with your billing "
3254
  "address."
3255
- msgstr "Informations complémentaires concernant votre adresse de facturation."
 
 
3256
 
3257
  #: templates/checkout-billing-form.tpl.php:92
3258
- #, fuzzy
3259
  msgid "State / Province"
3260
- msgstr "Département / Région"
3261
 
3262
  #: templates/checkout-billing-form.tpl.php:97
3263
- #, fuzzy
3264
  msgid "Postal Code"
3265
  msgstr "Code postal"
3266
 
3267
  #: templates/checkout.tpl.php:10
3268
- #, fuzzy
3269
  msgid "Checkout"
3270
  msgstr "Validation"
3271
 
@@ -3274,19 +2957,18 @@ msgid ""
3274
  "Recurring plans require a payment method to renew your listing at the end of "
3275
  "the term."
3276
  msgstr ""
 
 
3277
 
3278
  #: templates/checkout.tpl.php:37
3279
- #, fuzzy
3280
  msgid "Select a Payment Method"
3281
- msgstr "Mode de paiement"
3282
 
3283
  #: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
3284
- #, fuzzy
3285
  msgid "Next"
3286
  msgstr "Suivant"
3287
 
3288
  #: templates/delete-listing-confirm.tpl.php:7
3289
- #, fuzzy
3290
  msgid ""
3291
  "Your listing is associated to a recurring payment. If you don't cancel the "
3292
  "recurring payment before deleting the listing, you might be charged for "
@@ -3298,35 +2980,29 @@ msgstr ""
3298
  "disponible."
3299
 
3300
  #: templates/delete-listing-confirm.tpl.php:27
3301
- #, fuzzy
3302
  msgid "Yes. Delete my listing."
3303
- msgstr "Oui, effacer l'annonce."
3304
 
3305
  #: templates/delete-listing-confirm.tpl.php:28
3306
- #, fuzzy
3307
  msgid "No. Take me back to the directory."
3308
- msgstr "Non, redirigez-moi vers l'annuaire."
3309
 
3310
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:12
3311
- #, fuzzy
3312
  msgid "Search Results"
3313
  msgstr "Résultats de la recherche"
3314
 
3315
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3316
  #: templates/manage_listings.tpl.php:36
3317
  #: templates/submit-listing-done.tpl.php:36
3318
- #, fuzzy
3319
  msgid "Return to directory"
3320
  msgstr "Retourner vers l'annuaire"
3321
 
3322
  #: templates/email/listing-edited.tpl.php:19
3323
  #: templates/email/listing-reported.tpl.php:13
3324
- #, fuzzy
3325
  msgid "(not published yet)"
3326
  msgstr "(pas encore publié)"
3327
 
3328
  #: templates/email-access-keys.tpl.php:1
3329
- #, fuzzy
3330
  msgid ""
3331
  "Below you'll find the access keys for all the listings registered with your "
3332
  "e-mail address on our site."
@@ -3336,70 +3012,60 @@ msgstr ""
3336
 
3337
  #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
3338
  #: templates/login.tpl.php:71
3339
- #, fuzzy
3340
  msgid "Access Key"
3341
  msgstr "Clés d'accès"
3342
 
3343
  #: templates/listing-contactform.tpl.php:42
3344
- #, fuzzy
3345
  msgid "Message"
3346
  msgstr "Message"
3347
 
3348
  #: templates/listing-contactform.tpl.php:55
3349
- #, fuzzy
3350
  msgid "Send"
3351
  msgstr "Envoyer"
3352
 
3353
  #: templates/listing-flagging-form.tpl.php:3
3354
- #, fuzzy
3355
  msgid "Report Listing"
3356
- msgstr "Importation des listes"
3357
 
3358
  #. translators: %s: listing title
3359
  #: templates/listing-flagging-form.tpl.php:19
3360
- #, fuzzy
3361
  msgid "You are about to report the listing \"%s\" as inappropriate. "
3362
- msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
 
 
3363
 
3364
  #. translators: %s: user name
3365
  #: templates/listing-flagging-form.tpl.php:28
3366
- #, fuzzy
3367
  msgid ""
3368
  "You are currently logged in as %s. Listing report will be sent using your "
3369
  "logged in contact email."
3370
  msgstr ""
3371
  "Vous êtes actuellement connecté en tant que %s. Votre message sera envoyé en "
3372
- "utilisant votre compte email."
3373
 
3374
  #: templates/listing-flagging-form.tpl.php:45
3375
- #, fuzzy
3376
  msgid "Please select the reason to report this listing:"
3377
- msgstr "Veuillez choisir une catégorie valide pour votre annonce."
3378
 
3379
  #: templates/listing-flagging-form.tpl.php:53
3380
- #, fuzzy
3381
  msgid "Please enter the reasons to report this listing:"
3382
- msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
3383
 
3384
  #: templates/listing-flagging-form.tpl.php:56
3385
- #, fuzzy
3386
  msgid "Additional info."
3387
- msgstr "Information complémentaire"
3388
 
3389
  #. translators: %s: listing title
3390
  #: templates/listing-flagging-form.tpl.php:71
3391
- #, fuzzy
3392
  msgid "You already reported the listing \"%s\" as inappropriate."
3393
- msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
3394
 
3395
  #. translators: %1$s: open link html, %2$s close link html
3396
  #: templates/listing-flagging-form.tpl.php:78
3397
- #, fuzzy
3398
  msgid "Return to %1$slisting%2$s."
3399
- msgstr "Retourner à l'annonce."
3400
 
3401
  #: templates/login.tpl.php:30 templates/parts/login-required.tpl.php:16
3402
- #, fuzzy
3403
  msgid ""
3404
  "You are not currently logged in. Please login or register first. When "
3405
  "registering, you will receive an activation email. Be sure to check your "
@@ -3412,94 +3078,77 @@ msgstr ""
3412
  "minutes qui suivent votre inscription."
3413
 
3414
  #: templates/login.tpl.php:36 templates/parts/login-required.tpl.php:19
3415
- #, fuzzy
3416
  msgid "Login"
3417
  msgstr "Connexion"
3418
 
3419
  #: templates/login.tpl.php:41 templates/parts/login-required.tpl.php:40
3420
- #, fuzzy
3421
  msgid "Not yet registered?"
3422
  msgstr "Pas encore inscrit ?"
3423
 
3424
  #: templates/login.tpl.php:43 templates/parts/login-required.tpl.php:42
3425
- #, fuzzy
3426
  msgid "Lost your password?"
3427
  msgstr "Mot de passe perdu ?"
3428
 
3429
  #: templates/login.tpl.php:49
3430
- #, fuzzy
3431
  msgid "... or use an Access Key"
3432
- msgstr "... ou utilisez la clé d’accès"
3433
 
3434
  #: templates/login.tpl.php:57
3435
- #, fuzzy
3436
  msgid "Please enter your access key and email address."
3437
- msgstr "S'il vous plaît entrer un e-mail valide."
3438
 
3439
  #: templates/login.tpl.php:73
3440
- #, fuzzy
3441
  msgid "Use Access Key"
3442
- msgstr "Utilisez la clé d’accès"
3443
 
3444
  #: templates/login.tpl.php:74
3445
- #, fuzzy
3446
  msgid "Request access key?"
3447
  msgstr "Demander une clé d'accès ?"
3448
 
3449
  #: templates/manage-listings.tpl.php:3
3450
- #, fuzzy
3451
  msgid ""
3452
  "Your current listings are shown below. To edit a listing click the edit "
3453
  "button. To delete a listing click the delete button."
3454
  msgstr ""
3455
  "Vos annonces actuelles sont présentés ci-dessous. Pour modifier une annonce, "
3456
- "cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
3457
  "bouton Supprimer."
3458
 
3459
  #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3460
- #, fuzzy
3461
  msgid "You do not currently have any listings in the directory."
3462
  msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
3463
 
3464
  #. translators: %1$s: amount, %2$s: number of days
3465
  #: templates/manage-recurring-cancel.tpl.php:20
3466
- #, fuzzy
3467
  msgid "%1$s every %2$s days."
3468
- msgstr "%s tous les %s jours."
3469
 
3470
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3471
  #: templates/manage-recurring.tpl.php:33
3472
- #, fuzzy
3473
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3474
- msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
3475
 
3476
  #: templates/manage_listings.tpl.php:13
3477
- #, fuzzy
3478
  msgid "Your current listings are shown below."
3479
- msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
3480
 
3481
  #: templates/parts/pagination.tpl.php:7
3482
- #, fuzzy
3483
  msgid "&larr; Previous "
3484
- msgstr "&laquo; Précedent "
3485
 
3486
  #: templates/parts/pagination.tpl.php:8
3487
- #, fuzzy
3488
  msgid "Next &rarr;"
3489
- msgstr "Suivant &raquo;"
3490
 
3491
  #: templates/payment/payment_items.tpl.php:4
3492
- #, fuzzy
3493
  msgid "Item"
3494
  msgstr "Article"
3495
 
3496
  #: templates/plan-selection-plan.tpl.php:45
3497
- #, fuzzy
3498
  msgid "Never Expires"
3499
  msgstr "N'expire jamais"
3500
 
3501
  #: templates/plan-selection-plan.tpl.php:74
3502
- #, fuzzy
3503
  msgid ""
3504
  "This plan can't be used for admin submits. For a recurring plan to work, end "
3505
  "users need to pay for it using a supported gateway."
@@ -3509,69 +3158,56 @@ msgstr ""
3509
  "l'aide d'une passerelle de paiement prise en charge."
3510
 
3511
  #: templates/plan-selection-plan.tpl.php:79
3512
- #, fuzzy
3513
  msgid "Private plan"
3514
- msgstr "Migration des plans d'honoraires. . ."
3515
 
3516
  #: templates/renew-listing-manage-subscription.tpl.php:2
3517
- #, fuzzy
3518
  msgid "Recurring Plan Management"
3519
- msgstr "Gestion des frais récurrents"
3520
 
3521
  #: templates/search-form.tpl.php:27
3522
- #, fuzzy
3523
  msgid "Clear"
3524
  msgstr "Effacer"
3525
 
3526
  #: templates/search.tpl.php:21
3527
- #, fuzzy
3528
  msgid "Search Again"
3529
- msgstr "Rechercher"
3530
 
3531
  #: templates/submit-listing-images-single.tpl.php:30
3532
- #, fuzzy
3533
  msgid "Image caption or description"
3534
  msgstr "Légende de l'image ou description"
3535
 
3536
  #: templates/submit-listing-images-single.tpl.php:32
3537
- #, fuzzy
3538
  msgid "Delete image"
3539
  msgstr "Supprimer l’image"
3540
 
3541
  #: templates/submit-listing-images-single.tpl.php:36
3542
- #, fuzzy
3543
  msgid "Thumbnail image"
3544
  msgstr "Miniatures"
3545
 
3546
  #: templates/submit-listing-images-upload-form.tpl.php:25
3547
- #, fuzzy
3548
  msgid "Upload Images"
3549
- msgstr "Télécharger les images"
3550
 
3551
  #: templates/submit-listing-images-upload-form.tpl.php:40
3552
  #: templates/submit-listing-images-upload-form.tpl.php:47
3553
- #, fuzzy
3554
  msgid "or"
3555
  msgstr "ou"
3556
 
3557
  #: templates/submit-listing-images-upload-form.tpl.php:46
3558
- #, fuzzy
3559
  msgid "Drop files here"
3560
  msgstr "Déposer vos fichiers ici"
3561
 
3562
  #: templates/submit-listing-images-upload-form.tpl.php:48
3563
- #, fuzzy
3564
  msgid "Select images from your hard drive"
3565
  msgstr "Sélectionner des images depuis votre ordinateur"
3566
 
3567
  #. translators: %s is the number of uploaded files.
3568
  #: templates/submit-listing-images-upload-form.tpl.php:55
3569
- #, fuzzy
3570
  msgid "Uploading %s file(s)... Please wait."
3571
- msgstr "Téléchargement du/des fichier(s) à %s ... Veuillez patienter."
3572
 
3573
  #: templates/submit-listing-images-upload-form.tpl.php:60
3574
- #, fuzzy
3575
  msgid ""
3576
  "Your image slots are all full. You may click \"Delete Image\" to upload a "
3577
  "new image."
@@ -3581,40 +3217,38 @@ msgstr ""
3581
  "l'actuelle."
3582
 
3583
  #: templates/submit-listing-images.tpl.php:10
3584
- #, fuzzy
3585
  msgid "Current Images"
3586
  msgstr "Images actuelles"
3587
 
3588
  #: templates/submit-listing-section.tpl.php:18
3589
  msgid "Back"
3590
- msgstr ""
3591
 
3592
  #: templates/submit-listing-section.tpl.php:28
3593
- #, fuzzy
3594
  msgid "Complete Listing"
3595
  msgstr "Soumettre l'annonce"
3596
 
3597
  #: templates/submit-listing-section.tpl.php:32
3598
- #, fuzzy
3599
  msgid "Continue to Payment"
3600
  msgstr "Continuer le paiement"
3601
 
3602
  #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
3603
  msgid "This is a dummy plugin"
3604
- msgstr ""
3605
 
3606
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
3607
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
3608
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
3609
- #, fuzzy
3610
  msgid "There was an error when reading this WXR file"
3611
- msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
3612
 
3613
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
3614
  msgid ""
3615
  "Details are shown above. The importer will now try again with a different "
3616
  "parser..."
3617
  msgstr ""
 
 
3618
 
3619
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
3620
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
@@ -3623,6 +3257,8 @@ msgstr ""
3623
  msgid ""
3624
  "This does not appear to be a WXR file, missing/invalid WXR version number"
3625
  msgstr ""
 
 
3626
 
3627
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
3628
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
@@ -3630,45 +3266,53 @@ msgstr ""
3630
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
3631
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
3632
  msgid "Sorry, there has been an error."
3633
- msgstr ""
3634
 
3635
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
3636
  msgid "The file does not exist, please try again."
3637
- msgstr ""
3638
 
3639
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3640
  msgid "All done."
3641
- msgstr ""
3642
 
3643
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3644
  msgid "Have fun!"
3645
- msgstr ""
3646
 
3647
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
3648
  msgid "Remember to update the passwords and roles of imported users."
3649
  msgstr ""
 
 
3650
 
3651
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
3652
  msgid ""
3653
  "The export file could not be found at <code>%s</code>. It is likely that "
3654
  "this was caused by a permissions problem."
3655
  msgstr ""
 
 
3656
 
3657
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
3658
  msgid ""
3659
  "This WXR file (version %s) may not be supported by this version of the "
3660
  "importer. Please consider updating."
3661
  msgstr ""
 
 
3662
 
3663
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
3664
  msgid ""
3665
  "Failed to import author %s. Their posts will be attributed to the current "
3666
  "user."
3667
  msgstr ""
 
 
3668
 
3669
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
3670
  msgid "Assign Authors"
3671
- msgstr ""
3672
 
3673
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3674
  msgid ""
@@ -3677,6 +3321,10 @@ msgid ""
3677
  "site. For example, you may want to import all the entries as <code>admin</"
3678
  "code>s entries."
3679
  msgstr ""
 
 
 
 
3680
 
3681
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3682
  msgid ""
@@ -3684,127 +3332,128 @@ msgid ""
3684
  "generated and the new user&#8217;s role will be set as %s. Manually changing "
3685
  "the new user&#8217;s details will be necessary."
3686
  msgstr ""
 
 
 
 
3687
 
3688
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
3689
- #, fuzzy
3690
  msgid "Import Attachments"
3691
- msgstr "Paramètres d'importation"
3692
 
3693
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3694
  msgid "Download and import file attachments"
3695
- msgstr ""
3696
 
3697
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3698
  msgid "Submit"
3699
- msgstr ""
3700
 
3701
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
3702
- #, fuzzy
3703
  msgid "Import author:"
3704
- msgstr "Sommaire de l'importation"
3705
 
3706
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3707
  msgid "or create new user with login name:"
3708
- msgstr ""
3709
 
3710
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3711
  msgid "as a new user:"
3712
- msgstr ""
3713
 
3714
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
3715
- #, fuzzy
3716
  msgid "assign posts to an existing user:"
3717
- msgstr "Assigner des listes à un utilisateur ?"
3718
 
3719
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
3720
- #, fuzzy
3721
  msgid "or assign posts to an existing user:"
3722
- msgstr "Assigner des listes à un utilisateur ?"
3723
 
3724
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
3725
- #, fuzzy
3726
  msgid "- Select -"
3727
- msgstr "Sélectionnez une annonce"
3728
 
3729
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3730
  msgid ""
3731
  "Failed to create new user for %s. Their posts will be attributed to the "
3732
  "current user."
3733
  msgstr ""
 
 
3734
 
3735
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
3736
- #, fuzzy
3737
  msgid "Failed to import category %s"
3738
- msgstr "Cacher les catégories vides ?"
3739
 
3740
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3741
  msgid "Failed to import post tag %s"
3742
- msgstr ""
3743
 
3744
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3745
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3746
  msgid "Failed to import %s %s"
3747
- msgstr ""
3748
 
3749
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3750
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3751
- msgstr ""
3752
 
3753
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3754
  msgid "%s &#8220;%s&#8221; already exists."
3755
- msgstr ""
3756
 
3757
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3758
  msgid "Failed to import %s &#8220;%s&#8221;"
3759
- msgstr ""
3760
 
3761
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3762
  msgid "Menu item skipped due to missing menu slug"
3763
- msgstr ""
3764
 
3765
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3766
  msgid "Menu item skipped due to invalid menu slug: %s"
3767
- msgstr ""
3768
 
3769
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3770
  msgid "Fetching attachments is not enabled"
3771
- msgstr ""
3772
 
3773
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
3774
- #, fuzzy
3775
  msgid "Invalid file type"
3776
- msgstr "Type de champ de formulaire invalide"
3777
 
3778
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3779
  msgid "Remote server did not respond"
3780
- msgstr ""
3781
 
3782
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3783
  msgid "Remote server returned error response %1$d %2$s"
3784
- msgstr ""
3785
 
3786
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3787
  msgid "Remote file is incorrect size"
3788
- msgstr ""
3789
 
3790
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3791
  msgid "Zero size file downloaded"
3792
- msgstr ""
3793
 
3794
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3795
  msgid "Remote file is too large, limit is %s"
3796
- msgstr ""
3797
 
3798
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
3799
- #, fuzzy
3800
  msgid "Import WordPress"
3801
- msgstr "Progression de l'importation"
3802
 
3803
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3804
  msgid ""
3805
  "A new version of this importer is available. Please update to version %s to "
3806
  "ensure compatibility with newer export files."
3807
  msgstr ""
 
 
 
3808
 
3809
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3810
  msgid ""
@@ -3812,30 +3461,38 @@ msgid ""
3812
  "the posts, pages, comments, custom fields, categories, and tags into this "
3813
  "site."
3814
  msgstr ""
 
 
 
3815
 
3816
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3817
  msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3818
  msgstr ""
 
 
3819
 
3820
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3821
  msgid ""
3822
  "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3823
  "strong> from a WordPress export file."
3824
  msgstr ""
 
 
3825
 
3826
  #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3827
  msgid "This is a dummy theme"
3828
- msgstr ""
3829
 
3830
  #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
3831
- #, fuzzy
3832
  msgid "Inactive Widgets"
3833
- msgstr "Actif"
3834
 
3835
  #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3836
  msgid ""
3837
  "Drag widgets here to remove them from the sidebar but keep their settings."
3838
  msgstr ""
 
 
3839
 
3840
  #. Author URI of the plugin/theme
3841
  msgid "https://businessdirectoryplugin.com"
@@ -3850,11 +3507,10 @@ msgstr ""
3850
  "sur votre site propulsé par WordPress."
3851
 
3852
  #. Author of the plugin/theme
3853
- #, fuzzy
3854
  msgid "Business Directory Team"
3855
- msgstr "Annuaire Professionnel"
3856
 
3857
- #: includes/abstracts/class-view.php:130
3858
  msgctxt "views"
3859
  msgid "Invalid credentials."
3860
  msgstr "Informations d'identification invalides."
@@ -3867,7 +3523,7 @@ msgstr "Trouver une annonce"
3867
  #: includes/admin/class-admin.php:200
3868
  msgctxt "drip pointer"
3869
  msgid "Email Address:"
3870
- msgstr "Adresse e-mail:"
3871
 
3872
  #: includes/admin/class-admin.php:232
3873
  msgctxt "admin"
@@ -3885,7 +3541,6 @@ msgid "Dismiss this notice."
3885
  msgstr "Ne tenez pas compte de cet avertissement."
3886
 
3887
  #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3888
- #, fuzzy
3889
  msgctxt "admin"
3890
  msgid "The listing has been updated."
3891
  msgid_plural "The listings have been updated."
@@ -3893,10 +3548,9 @@ msgstr[0] "L'annonce a été mise à jour."
3893
  msgstr[1] "Les annonces ont été mise à jour."
3894
 
3895
  #: includes/admin/class-admin.php:1039
3896
- #, fuzzy
3897
  msgctxt "admin"
3898
  msgid "The plan was successfully assigned."
3899
- msgstr "Les frais ont bien été assignés."
3900
 
3901
  #: includes/admin/class-admin.php:1049
3902
  msgctxt "admin"
@@ -3911,23 +3565,21 @@ msgid "Renewal email sent."
3911
  msgstr "Email de renouvellement envoyé."
3912
 
3913
  #: includes/admin/class-admin.php:1074
3914
- #, fuzzy
3915
  msgctxt "admin"
3916
  msgid "Listing report deleted."
3917
  msgid_plural "Listing reports deleted."
3918
- msgstr[0] "Date d'expiration de l'annonce"
3919
- msgstr[1] "Date d'expiration de l'annonce"
3920
 
3921
  #: includes/admin/class-admin.php:1123
3922
- #, fuzzy
3923
  msgctxt "admin"
3924
  msgid "Access keys sent."
3925
- msgstr "Clés d'accès"
3926
 
3927
  #: includes/admin/class-admin.php:1125
3928
  msgctxt "admin"
3929
  msgid "The access keys couldn't be sent."
3930
- msgstr ""
3931
 
3932
  #: includes/admin/class-admin.php:1283
3933
  msgctxt "admin"
@@ -3967,7 +3619,7 @@ msgstr ""
3967
  #: includes/admin/class-listing-fields-metabox.php:24
3968
  msgctxt "admin"
3969
  msgid "Fields"
3970
- msgstr "Champ"
3971
 
3972
  #: includes/admin/class-listing-fields-metabox.php:26
3973
  msgctxt "admin"
@@ -4004,8 +3656,8 @@ msgid ""
4004
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
4005
  "association in order to work correctly."
4006
  msgstr ""
4007
- "<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
4008
- "association en ordre pour marcher correctement."
4009
 
4010
  #: includes/admin/controllers/class-form-fields-admin.php:42
4011
  msgctxt "admin"
@@ -4018,10 +3670,9 @@ msgid "Payment History"
4018
  msgstr "Historique de paiement"
4019
 
4020
  #: includes/admin/class-admin.php:330
4021
- #, fuzzy
4022
  msgctxt "admin menu"
4023
  msgid "Import & Export"
4024
- msgstr "CSV Importation/Exportation"
4025
 
4026
  #: includes/admin/class-admin.php:333
4027
  msgctxt "admin menu"
@@ -4029,21 +3680,19 @@ msgid "Debug"
4029
  msgstr "Déboguer"
4030
 
4031
  #: includes/admin/controllers/class-settings-admin.php:39
4032
- #, fuzzy
4033
  msgctxt "admin menu"
4034
  msgid "Settings"
4035
  msgstr "Paramètres"
4036
 
4037
  #: includes/admin/class-listings-with-no-fee-plan-view.php:58
4038
- #, fuzzy
4039
  msgctxt "listings view"
4040
  msgid "No Plan"
4041
- msgstr "Plan tarifaire"
4042
 
4043
  #: includes/admin/controllers/class-admin-controller.php:89
4044
  msgctxt "admin confirm"
4045
  msgid "No, go back"
4046
- msgstr "Non, reviens"
4047
 
4048
  #: includes/admin/controllers/class-admin-controller.php:90
4049
  msgctxt "admin confirm"
@@ -4053,7 +3702,7 @@ msgstr "Oui, je suis sûr"
4053
  #: includes/admin/controllers/class-admin-fees.php:45
4054
  msgctxt "fees order"
4055
  msgid "Label"
4056
- msgstr "Etiquette"
4057
 
4058
  #: includes/admin/controllers/class-admin-fees.php:47
4059
  msgctxt "fees order"
@@ -4063,25 +3712,22 @@ msgstr "Durée"
4063
  #: includes/admin/controllers/class-admin-fees.php:49
4064
  msgctxt "fees order"
4065
  msgid "Custom Order"
4066
- msgstr "Ordre personnalisé"
4067
 
4068
  #: includes/admin/controllers/class-admin-fees.php:296
4069
- #, fuzzy
4070
  msgctxt "fees admin"
4071
  msgid "Plan \"%s\" deleted."
4072
- msgstr "Frais \"%s\" effacé."
4073
 
4074
  #: includes/admin/controllers/class-admin-fees.php:308
4075
- #, fuzzy
4076
  msgctxt "fees admin"
4077
  msgid "Plan enabled."
4078
- msgstr "Frais désactivé."
4079
 
4080
  #: includes/admin/controllers/class-admin-fees.php:308
4081
- #, fuzzy
4082
  msgctxt "fees admin"
4083
  msgid "Plan disabled."
4084
- msgstr "Frais désactivé."
4085
 
4086
  #: includes/admin/helpers/tables/class-fees-table.php:20
4087
  msgctxt "fees admin"
@@ -4109,10 +3755,9 @@ msgid "Variable"
4109
  msgstr "Variable"
4110
 
4111
  #: includes/admin/helpers/tables/class-fees-table.php:220
4112
- #, fuzzy
4113
  msgctxt "fees admin"
4114
  msgid "%1$s + %2$s per category"
4115
- msgstr "%s + %s par catégorie"
4116
 
4117
  #: includes/admin/helpers/tables/class-fees-table.php:239
4118
  msgctxt "fees admin"
@@ -4129,12 +3774,12 @@ msgstr[1] "%d jours"
4129
  #: includes/admin/helpers/tables/class-fees-table.php:272
4130
  msgctxt "fees admin"
4131
  msgid "All categories"
4132
- msgstr "Toutes catégories"
4133
 
4134
  #: includes/admin/helpers/tables/class-fees-table.php:301
4135
  msgctxt "fees admin"
4136
  msgid "Sticky"
4137
- msgstr "Premium"
4138
 
4139
  #: includes/admin/helpers/tables/class-fees-table.php:305
4140
  msgctxt "fees admin"
@@ -4142,10 +3787,9 @@ msgid "Recurring"
4142
  msgstr "Récurrent"
4143
 
4144
  #: includes/admin/helpers/tables/class-fees-table.php:309
4145
- #, fuzzy
4146
  msgctxt "fees admin"
4147
  msgid "Private"
4148
- msgstr "Activer"
4149
 
4150
  #: includes/admin/helpers/tables/class-payments-table.php:65
4151
  msgctxt "fees admin"
@@ -4165,22 +3809,22 @@ msgstr "Statut"
4165
  #: templates/admin/fees-form.tpl.php:138
4166
  msgctxt "fees admin"
4167
  msgid "Plan Category Policy:"
4168
- msgstr "Politique de catégorie de plan :"
4169
 
4170
  #: templates/admin/fees-form.tpl.php:143
4171
  msgctxt "fees admin"
4172
  msgid "Plan applies to all categories"
4173
- msgstr "Le plan s'applique à toutes les catégories"
4174
 
4175
  #: templates/admin/fees-form.tpl.php:144
4176
  msgctxt "fees admin"
4177
  msgid "Plan applies to only certain categories"
4178
- msgstr "Le plan ne s'applique qu'à certaines catégories"
4179
 
4180
  #: templates/admin/fees-form.tpl.php:148
4181
  msgctxt "fees admin"
4182
  msgid "Limit plan to the following categories:"
4183
- msgstr "Limite plan pour les catégories suivantes:"
4184
 
4185
  #: templates/admin/fees-form.tpl.php:172
4186
  msgctxt "fees admin"
@@ -4190,7 +3834,7 @@ msgstr "Cliquez pour ajouter des catégories à la sélection."
4190
  #: templates/admin/fees-form.tpl.php:186
4191
  msgctxt "fees admin"
4192
  msgid "Pricing"
4193
- msgstr "Prix"
4194
 
4195
  #: templates/admin/fees-form.tpl.php:194
4196
  msgctxt "fees admin"
@@ -4213,10 +3857,9 @@ msgid "Base price plus an extra amount per category"
4213
  msgstr "Prix de base plus un montant supplémentaire par catégorie"
4214
 
4215
  #: templates/admin/fees-form.tpl.php:206
4216
- #, fuzzy
4217
  msgctxt "fees admin"
4218
  msgid "Plan Price"
4219
- msgstr "Prix fixe"
4220
 
4221
  #: templates/admin/fees-form.tpl.php:214
4222
  msgctxt "fees admin"
@@ -4236,18 +3879,17 @@ msgstr "Montant supplémentaire (par catégorie)"
4236
  #: includes/admin/controllers/class-admin-listings.php:62
4237
  msgctxt "admin category filter"
4238
  msgid "All categories"
4239
- msgstr "Toutes catégories"
4240
 
4241
  #: includes/admin/controllers/class-admin-listings.php:177
4242
- #, fuzzy
4243
  msgctxt "admin listings"
4244
  msgid ""
4245
  "This listing doesn't have a plan assigned. This is required in order to "
4246
  "determine the features available to this listing, as well as handling "
4247
  "renewals."
4248
  msgstr ""
4249
- "Cette annonce n'a pas de plan tarifaire. Ceci est nécessaire pour déterminer "
4250
- "les fonctionnalités disponibles pour cette annonce, ainsi que pour gérer les "
4251
  "renouvellements."
4252
 
4253
  #: includes/admin/controllers/class-admin-listings.php:313
@@ -4258,7 +3900,7 @@ msgstr "Jamais"
4258
  #: includes/admin/controllers/class-admin-listings.php:343
4259
  msgctxt "admin listings"
4260
  msgid "Recurring"
4261
- msgstr "(récurrent)"
4262
 
4263
  #: includes/admin/controllers/class-admin-listings.php:347
4264
  msgctxt "admin listings"
@@ -4266,61 +3908,54 @@ msgid "Free"
4266
  msgstr "Gratuit"
4267
 
4268
  #: includes/admin/controllers/class-admin-listings.php:351
4269
- #, fuzzy
4270
  msgctxt "admin listings"
4271
  msgid "Payment Not Found"
4272
- msgstr "Information concernant les frais"
4273
 
4274
  #: includes/admin/controllers/class-admin-listings.php:355
4275
- #, fuzzy
4276
  msgctxt "admin listings"
4277
  msgid "Payment %s"
4278
- msgstr "Paiement #%d"
4279
 
4280
  #: includes/admin/controllers/class-admin-listings.php:364
4281
  msgctxt "admin listings"
4282
  msgid "Reported"
4283
- msgstr ""
4284
 
4285
  #: includes/admin/controllers/class-admin-listings.php:702
4286
  msgctxt "admin listings"
4287
  msgid "Listing's payment history successfully deleted"
4288
- msgstr ""
4289
 
4290
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:29
4291
- #, fuzzy
4292
  msgctxt "admin listings"
4293
  msgid "Selected Option: "
4294
- msgstr "Sélectionnez une option"
4295
 
4296
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:33
4297
- #, fuzzy
4298
  msgctxt "admin listings"
4299
  msgid "Aditional Info: "
4300
- msgstr "Information complémentaire"
4301
 
4302
  #: templates/admin/metaboxes-listing-flagging.tpl.php:8
4303
- #, fuzzy
4304
  msgctxt "admin listings"
4305
  msgid "This listing has not been reported."
4306
- msgstr "L'annonce a été mise à jour."
4307
 
4308
  #: templates/admin/metaboxes-listing-flagging.tpl.php:30
4309
- #, fuzzy
4310
  msgctxt "admin listings"
4311
  msgid "Clear listing reports."
4312
- msgstr "Une annonce expire."
4313
 
4314
  #: includes/admin/controllers/class-admin-listings.php:324
4315
- #, fuzzy
4316
  msgctxt "listing attribute"
4317
  msgid "No Plan"
4318
- msgstr "Plan tarifaire"
4319
 
4320
  #: includes/admin/controllers/class-admin-listings.php:425
4321
  msgctxt "listing status"
4322
  msgid "Reported"
4323
- msgstr ""
4324
 
4325
  #: includes/models/class-listing.php:981
4326
  msgctxt "listing status"
@@ -4350,7 +3985,7 @@ msgstr "Complet"
4350
  #: includes/models/class-listing.php:986
4351
  msgctxt "listing status"
4352
  msgid "Pending Upgrade"
4353
- msgstr "En attente de mise à niveau"
4354
 
4355
  #: includes/models/class-listing.php:987
4356
  msgctxt "listing status"
@@ -4360,7 +3995,7 @@ msgstr "Expiré"
4360
  #: includes/models/class-listing.php:988
4361
  msgctxt "listing status"
4362
  msgid "Pending Renewal"
4363
- msgstr "Actives + En attente de renouvellement"
4364
 
4365
  #: includes/models/class-listing.php:989
4366
  msgctxt "listing status"
@@ -4378,54 +4013,48 @@ msgid "View Payment"
4378
  msgstr "Voir le Paiement"
4379
 
4380
  #: includes/admin/controllers/class-admin-listings.php:635
4381
- #, fuzzy
4382
  msgctxt "admin actions"
4383
  msgid "Publish listings"
4384
- msgstr "Publier l'annonce"
4385
 
4386
  #: includes/admin/controllers/class-admin-listings.php:636
4387
- #, fuzzy
4388
  msgctxt "admin actions"
4389
  msgid "Mark as \"Pending Review\""
4390
- msgstr "En attente"
4391
 
4392
  #: includes/admin/controllers/class-admin-listings.php:637
4393
  msgctxt "admin actions"
4394
  msgid "Hide from directory (mark as \"Draft\")"
4395
- msgstr ""
4396
 
4397
  #: includes/admin/controllers/class-admin-listings.php:639
4398
- #, fuzzy
4399
  msgctxt "admin actions"
4400
  msgid "Renew listings"
4401
- msgstr "Renouveler l'annonce"
4402
 
4403
  #: includes/admin/controllers/class-admin-listings.php:640
4404
- #, fuzzy
4405
  msgctxt "admin actions"
4406
  msgid "Set listings as \"Expired\""
4407
- msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
4408
 
4409
  #: includes/admin/controllers/class-admin-listings.php:647
4410
- #, fuzzy
4411
  msgctxt "admin actions"
4412
  msgid "Send access keys"
4413
- msgstr "Demander une clé d'accès ?"
4414
 
4415
  #: includes/admin/controllers/class-admin-payments.php:18
4416
  msgctxt "payments admin"
4417
  msgid "Payment deleted."
4418
- msgstr "Paiement lié."
4419
 
4420
  #: includes/admin/controllers/class-admin-payments.php:36
4421
- #, fuzzy
4422
  msgctxt "payments admin"
4423
  msgid ""
4424
  "You're seeing payments related to listing: \"%1$s\" (ID #%2$d). <a>Click "
4425
  "here</a> to see all payments."
4426
  msgstr ""
4427
- "Vous voyez les paiements liés à l'annonce : \"%s\" (ID #%d). <a>Cliquez ici</"
4428
- "a> pour voir tous les paiements."
4429
 
4430
  #: includes/admin/controllers/class-admin-payments.php:55
4431
  msgctxt "payments admin"
@@ -4450,7 +4079,7 @@ msgstr "Aucun paiement trouvé."
4450
  #: includes/admin/helpers/tables/class-payments-table.php:40
4451
  msgctxt "payments admin"
4452
  msgid "All"
4453
- msgstr "Toutes"
4454
 
4455
  #: includes/admin/helpers/tables/class-payments-table.php:134
4456
  msgctxt "payments admin"
@@ -4471,7 +4100,7 @@ msgid ""
4471
  "show on the frontend, you can <a>enable public display of e-mails</a>."
4472
  msgstr ""
4473
  "<b>Important</b>: Étant donné que le paramètre \"<a>Afficher publiquement "
4474
- "les adresses e-mail ?</a> </a> est désactivé, les paramètres d'affichage ci-"
4475
  "dessous ne seront pas respectés et ce champ ne sera pas affiché sur la "
4476
  "version publique du site. Si vous souhaitez que les adresses e-mail "
4477
  "s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
@@ -4523,16 +4152,14 @@ msgid "Field Attributes"
4523
  msgstr "Attributs de champ"
4524
 
4525
  #: includes/admin/helpers/tables/class-form-fields-table.php:135
4526
- #, fuzzy
4527
  msgctxt "form-fields admin"
4528
  msgid "Shortname"
4529
- msgstr "Nom de l'auteur"
4530
 
4531
  #: includes/admin/helpers/tables/class-form-fields-table.php:158
4532
- #, fuzzy
4533
  msgctxt "form-fields admin"
4534
  msgid "Private"
4535
- msgstr "Activer"
4536
 
4537
  #: includes/admin/helpers/tables/class-form-fields-table.php:165
4538
  msgctxt "form-fields admin"
@@ -4548,7 +4175,7 @@ msgstr "En extrait"
4548
  #: includes/admin/helpers/tables/class-form-fields-table.php:173
4549
  msgctxt "form-fields admin"
4550
  msgid "This field value is shown in the single view of a listing."
4551
- msgstr "Cette valeur de champ est montré dans l'annonce en lecture."
4552
 
4553
  #: includes/admin/helpers/tables/class-form-fields-table.php:174
4554
  msgctxt "form-fields admin"
@@ -4556,28 +4183,27 @@ msgid "In Listing"
4556
  msgstr "Dans l'annonce"
4557
 
4558
  #: includes/fields/class-fieldtypes-checkbox.php:92
4559
- #, fuzzy
4560
  msgctxt "form-fields admin"
4561
  msgid "Select All"
4562
- msgstr "Sélectionnez une annonce"
4563
 
4564
  #: includes/fields/class-fieldtypes-checkbox.php:110
4565
  #: includes/fields/class-fieldtypes-radiobutton.php:90
4566
  msgctxt "form-fields admin"
4567
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
4568
  msgstr ""
4569
- "Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
4570
- "à cocher)."
4571
 
4572
  #: includes/fields/class-fieldtypes-checkbox.php:122
4573
  msgctxt "form-fields admin"
4574
  msgid "Include \"Select all\"?"
4575
- msgstr ""
4576
 
4577
  #: includes/fields/class-fieldtypes-checkbox.php:126
4578
  msgctxt "form-fields admin"
4579
  msgid "Display \"Select all\" option among options above."
4580
- msgstr ""
4581
 
4582
  #: includes/fields/class-fieldtypes-checkbox.php:142
4583
  #: includes/fields/class-fieldtypes-radiobutton.php:117
@@ -4586,10 +4212,9 @@ msgid "Field list of options is required."
4586
  msgstr "La liste des options est obligatoire."
4587
 
4588
  #: includes/fields/class-fieldtypes-image.php:58
4589
- #, fuzzy
4590
  msgctxt "form-fields admin"
4591
  msgid "Field Caption required?"
4592
- msgstr "Ce champ est requis."
4593
 
4594
  #: includes/fields/class-fieldtypes-textarea.php:193
4595
  msgctxt "form-fields admin"
@@ -4604,12 +4229,12 @@ msgstr "Autoriser les tags IFRAME dans le contenu ?"
4604
  #: includes/fields/class-fieldtypes-textarea.php:206
4605
  msgctxt "form-fields admin"
4606
  msgid "Allow WordPress shortcodes in this field?"
4607
- msgstr "Autoriser les balises WordPress dans ce champ?"
4608
 
4609
  #: includes/fields/class-fieldtypes-textarea.php:211
4610
  msgctxt "form-fields admin"
4611
  msgid "Display a WYSIWYG editor on the frontend?"
4612
- msgstr "Afficher un éditeur WYSIWYG sur la partie frontal du site ?"
4613
 
4614
  #: includes/fields/class-fieldtypes-textarea.php:218
4615
  msgctxt "form-fields admin"
@@ -4617,18 +4242,18 @@ msgid ""
4617
  "<b>Advanced users only!</b> Unless you've been told to change this, don't "
4618
  "switch it unless you know what you're doing."
4619
  msgstr ""
4620
- "<b> Utilisateurs avancés seulement ! </ b> Sauf si vous avez été dit de "
4621
- "changer cela, ne le coupez pas sauf si vous savez ce que vous faites."
4622
 
4623
  #: includes/fields/class-fieldtypes-textarea.php:219
4624
  msgctxt "form-fields admin"
4625
  msgid "Apply \"the_content\" filter before displaying this field?"
4626
- msgstr "Appliquer le filtre \"the_content \" avant d'annoncer ce champ?"
4627
 
4628
  #: includes/fields/class-fieldtypes-textarea.php:222
4629
  msgctxt "form-fields admin"
4630
  msgid "Use shortened version of Description field as excerpt"
4631
- msgstr ""
4632
 
4633
  #: includes/fields/class-fieldtypes-textarea.php:223
4634
  msgctxt "form-fields admin"
@@ -4636,6 +4261,8 @@ msgid ""
4636
  "Enable always (override the Short Description given with a shortened Long "
4637
  "Description)"
4638
  msgstr ""
 
 
4639
 
4640
  #: includes/fields/class-fieldtypes-textarea.php:224
4641
  msgctxt "form-fields admin"
@@ -4643,11 +4270,13 @@ msgid ""
4643
  "Enable conditionally (override ONLY when Short Description is empty with a "
4644
  "shortened Long Description)"
4645
  msgstr ""
 
 
4646
 
4647
  #: includes/fields/class-fieldtypes-textarea.php:225
4648
  msgctxt "form-fields admin"
4649
  msgid "Disable (use the Short Description all the time, empty or not)"
4650
- msgstr ""
4651
 
4652
  #: includes/fields/class-fieldtypes-textarea.php:227
4653
  msgctxt "form-fields admin"
@@ -4655,6 +4284,8 @@ msgid ""
4655
  "Truncates the description field to the value set here. To display all of the "
4656
  "description, set to 0."
4657
  msgstr ""
 
 
4658
 
4659
  #: includes/fields/class-fieldtypes-textarea.php:228
4660
  msgctxt "form-fields admin"
@@ -4662,17 +4293,18 @@ msgid ""
4662
  "Number of Characters from Short Description/Excerpt to Display in List View "
4663
  "(only)"
4664
  msgstr ""
 
 
4665
 
4666
  #: includes/fields/class-fieldtypes-textarea.php:233
4667
  msgctxt "form-fields admin"
4668
  msgid "Automatically generate excerpt from content field?"
4669
- msgstr "Générer automatiquement un extrait d'un champ du contenu ?"
4670
 
4671
  #: includes/fields/class-fieldtypes-twitter.php:83
4672
- #, fuzzy
4673
  msgctxt "form-fields admin"
4674
  msgid "Show followers count?"
4675
- msgstr "Montrer les catégories par messages postés ?"
4676
 
4677
  #: templates/admin/form-fields-addoredit.tpl.php:29
4678
  msgctxt "form-fields admin"
@@ -4694,7 +4326,7 @@ msgstr "Type de champ"
4694
  #: templates/admin/form-fields-addoredit.tpl.php:77
4695
  msgctxt "form-fields admin"
4696
  msgid "Field Label"
4697
- msgstr "Etiquette du champ"
4698
 
4699
  #: templates/admin/form-fields-addoredit.tpl.php:87
4700
  msgctxt "form-fields admin"
@@ -4709,7 +4341,7 @@ msgstr "optionnel"
4709
  #: templates/admin/form-fields-addoredit.tpl.php:104
4710
  msgctxt "form-fields admin"
4711
  msgid "Field-specific settings"
4712
- msgstr "Paramètre d'un champ spécifique"
4713
 
4714
  #: templates/admin/form-fields-addoredit.tpl.php:113
4715
  msgctxt "form-fields admin"
@@ -4739,34 +4371,29 @@ msgstr "Ce champ est requis."
4739
  #: templates/admin/form-fields-addoredit.tpl.php:157
4740
  msgctxt "form-fields admin"
4741
  msgid "Field display options"
4742
- msgstr "Champ d'options d'affichage"
4743
 
4744
  #: templates/admin/form-fields-addoredit.tpl.php:161
4745
- #, fuzzy
4746
  msgctxt "form-fields admin"
4747
  msgid "Field Category Policy:"
4748
- msgstr "Politique de catégorie de plan :"
4749
 
4750
  #: templates/admin/form-fields-addoredit.tpl.php:166
4751
- #, fuzzy
4752
  msgctxt "form-fields admin"
4753
  msgid "Field applies to all categories"
4754
- msgstr "Le plan s'applique à toutes les catégories"
4755
 
4756
  #: templates/admin/form-fields-addoredit.tpl.php:167
4757
- #, fuzzy
4758
  msgctxt "form-fields admin"
4759
  msgid "Field applies to only certain categories"
4760
- msgstr "Le plan ne s'applique qu'à certaines catégories"
4761
 
4762
  #: templates/admin/form-fields-addoredit.tpl.php:171
4763
- #, fuzzy
4764
  msgctxt "form-fields admin"
4765
  msgid "Limit field to the following categories:"
4766
- msgstr "Limite plan pour les catégories suivantes:"
4767
 
4768
  #: templates/admin/form-fields-addoredit.tpl.php:195
4769
- #, fuzzy
4770
  msgctxt "form-fields admin"
4771
  msgid "Click to add categories to the selection."
4772
  msgstr "Cliquez pour ajouter des catégories à la sélection."
@@ -4774,23 +4401,24 @@ msgstr "Cliquez pour ajouter des catégories à la sélection."
4774
  #: templates/admin/form-fields-addoredit.tpl.php:208
4775
  msgctxt "form-fields admin"
4776
  msgid "Show this field to admin users only?"
4777
- msgstr ""
4778
 
4779
  #: templates/admin/form-fields-addoredit.tpl.php:214
4780
- #, fuzzy
4781
  msgctxt "form-fields admin"
4782
  msgid "Display this field to admin users only in the edit listing view."
4783
- msgstr "Afficher cette valeur dans la vue de l'annonce."
 
 
4784
 
4785
  #: templates/admin/form-fields-addoredit.tpl.php:220
4786
  msgctxt "form-fields admin"
4787
  msgid "Show this value in excerpt view?"
4788
- msgstr "Montrer un extrait de cette valeur ?"
4789
 
4790
  #: templates/admin/form-fields-addoredit.tpl.php:226
4791
  msgctxt "form-fields admin"
4792
  msgid "Display this value in post excerpt view."
4793
- msgstr "Afficher dans un message un extrait de cette valeur."
4794
 
4795
  #: templates/admin/form-fields-addoredit.tpl.php:232
4796
  msgctxt "form-fields admin"
@@ -4805,43 +4433,44 @@ msgstr "Afficher cette valeur dans la vue de l'annonce."
4805
  #: templates/admin/form-fields-addoredit.tpl.php:244
4806
  msgctxt "form-fields admin"
4807
  msgid "Include this field in the search form?"
4808
- msgstr "Inclure ce champ dans la recherche de formulaire ?"
4809
 
4810
  #: templates/admin/form-fields-addoredit.tpl.php:250
4811
  msgctxt "form-fields admin"
4812
  msgid "Include this field in the search form."
4813
- msgstr "Inclure ce champ dans la recherche de formulaire."
4814
 
4815
  #: templates/admin/form-fields-addoredit.tpl.php:256
4816
  msgctxt "form-fields admin"
4817
  msgid "Is this field required for searching?"
4818
- msgstr "Ce champ est-il requis ?"
4819
 
4820
  #: templates/admin/form-fields-addoredit.tpl.php:274
4821
  msgctxt "form-fields admin"
4822
  msgid "Hide this field's label?"
4823
- msgstr "Cacher l'étiquette de ce champ ?"
4824
 
4825
  #: templates/admin/form-fields-addoredit.tpl.php:280
4826
  msgctxt "form-fields admin"
4827
  msgid "Hide this field's label when displaying it."
4828
- msgstr "Cacher l'étiquette de ce champ lorsqu'il est affiché."
4829
 
4830
  #: templates/admin/form-fields-addoredit.tpl.php:288
4831
- #, fuzzy
4832
  msgctxt "form-fields admin"
4833
  msgid "Field privacy options"
4834
- msgstr "Champ d'options d'affichage"
4835
 
4836
  #: templates/admin/form-fields-addoredit.tpl.php:292
4837
  msgctxt "form-fields admin"
4838
  msgid "This field contains sensitive or private information?"
4839
- msgstr ""
4840
 
4841
  #: templates/admin/form-fields-addoredit.tpl.php:300
4842
  msgctxt "form-fields admin"
4843
  msgid "Add this field when exporting or deleting user's personal data."
4844
  msgstr ""
 
 
4845
 
4846
  #: templates/admin/form-fields-addoredit.tpl.php:309
4847
  msgctxt "form-fields admin"
@@ -4856,20 +4485,19 @@ msgstr "Ajouter un champ"
4856
  #: templates/admin/form-fields-tags.tpl.php:5
4857
  msgctxt "form-fields admin"
4858
  msgid "-- None --"
4859
- msgstr "-- Choisissez --"
4860
 
4861
  #: templates/admin/form-fields-tags.tpl.php:14
4862
  msgctxt "form-fields admin"
4863
  msgid "Theme Tags"
4864
- msgstr "Thèmes"
4865
 
4866
  #: templates/admin/form-fields-tags.tpl.php:21
4867
  msgctxt "form-fields admin"
4868
  msgid "Create Missing Fields"
4869
- msgstr "Champs d'annonce"
4870
 
4871
  #: includes/admin/controllers/class-settings-admin.php:535
4872
- #, fuzzy
4873
  msgctxt "admin settings"
4874
  msgid "Remove"
4875
  msgstr "Supprimer"
@@ -4877,10 +4505,9 @@ msgstr "Supprimer"
4877
  #: includes/admin/controllers/class-settings-admin.php:589
4878
  msgctxt "admin settings"
4879
  msgid "Valid placeholders: %s"
4880
- msgstr "Espaces réservés valides:% s"
4881
 
4882
  #: includes/admin/settings/class-settings-bootstrap.php:99
4883
- #, fuzzy
4884
  msgctxt "admin settings"
4885
  msgid ""
4886
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
@@ -4918,31 +4545,27 @@ msgstr ""
4918
  #: includes/admin/settings/class-settings-bootstrap.php:558
4919
  msgctxt "admin settings"
4920
  msgid "Do not include comments in listings"
4921
- msgstr "Inclure les formulaire de commentaires dans pages annonces"
4922
 
4923
  #: includes/admin/settings/class-settings-bootstrap.php:582
4924
- #, fuzzy
4925
  msgctxt "admin settings"
4926
  msgid "Directory view."
4927
- msgstr "Annuaire"
4928
 
4929
  #: includes/admin/settings/class-settings-bootstrap.php:583
4930
- #, fuzzy
4931
  msgctxt "admin settings"
4932
  msgid "All Listings view."
4933
- msgstr "Voir toutes les annonces"
4934
 
4935
  #: includes/admin/settings/class-settings-bootstrap.php:584
4936
- #, fuzzy
4937
  msgctxt "admin settings"
4938
  msgid "Category view."
4939
- msgstr "Catégories"
4940
 
4941
  #: includes/admin/settings/class-settings-bootstrap.php:585
4942
- #, fuzzy
4943
  msgctxt "admin settings"
4944
  msgid "Search view."
4945
- msgstr "Rechercher"
4946
 
4947
  #: includes/admin/settings/class-settings-bootstrap.php:716
4948
  msgctxt "admin settings"
@@ -4965,6 +4588,8 @@ msgstr "Descendant"
4965
  msgctxt "admin settings"
4966
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4967
  msgstr ""
 
 
4968
 
4969
  #: includes/admin/settings/class-settings-bootstrap.php:776
4970
  msgctxt "admin settings"
@@ -4991,37 +4616,35 @@ msgstr "Aléatoire"
4991
  #: includes/admin/settings/class-settings-bootstrap.php:780
4992
  msgctxt "admin settings"
4993
  msgid "Paid first then free. Inside each group by date."
4994
- msgstr "Payé d'abord puis gratuit. Dans chaque groupe par date."
4995
 
4996
  #: includes/admin/settings/class-settings-bootstrap.php:781
4997
  msgctxt "admin settings"
4998
  msgid "Paid first then free. Inside each group by title."
4999
- msgstr "Payé d'abord puis gratuit. Dans chaque groupe par titre."
5000
 
5001
  #: includes/admin/settings/class-settings-bootstrap.php:782
5002
  msgctxt "admin settings"
5003
  msgid "Plan Custom Order, then Date"
5004
- msgstr ""
5005
 
5006
  #: includes/admin/settings/class-settings-bootstrap.php:783
5007
  msgctxt "admin settings"
5008
  msgid "Plan Custom Order, then Title"
5009
- msgstr ""
5010
 
5011
  #: includes/admin/settings/class-settings-bootstrap.php:1055
5012
  #: includes/admin/settings/class-settings-bootstrap.php:1095
5013
  #: includes/admin/settings/class-settings-bootstrap.php:1119
5014
- #, fuzzy
5015
  msgctxt "admin settings"
5016
  msgid "Excerpt view."
5017
- msgstr "Extrait"
5018
 
5019
  #: includes/admin/settings/class-settings-bootstrap.php:1096
5020
  #: includes/admin/settings/class-settings-bootstrap.php:1120
5021
- #, fuzzy
5022
  msgctxt "admin settings"
5023
  msgid "Detail view."
5024
- msgstr "Annuaire"
5025
 
5026
  #: includes/admin/settings/class-settings-bootstrap.php:1191
5027
  msgctxt "admin settings"
@@ -5051,7 +4674,7 @@ msgstr "Couronne Danoise (DKK)"
5051
  #: includes/admin/settings/class-settings-bootstrap.php:1196
5052
  msgctxt "admin settings"
5053
  msgid "United Arab Emirates Dirham (AED)"
5054
- msgstr ""
5055
 
5056
  #: includes/admin/settings/class-settings-bootstrap.php:1197
5057
  msgctxt "admin settings"
@@ -5141,7 +4764,7 @@ msgstr "Dollar Taiwanais (TWD)"
5141
  #: includes/admin/settings/class-settings-bootstrap.php:1214
5142
  msgctxt "admin settings"
5143
  msgid "Thai Baht (THB)"
5144
- msgstr "Baht Thaïlandais"
5145
 
5146
  #: includes/admin/settings/class-settings-bootstrap.php:1215
5147
  msgctxt "admin settings"
@@ -5166,23 +4789,22 @@ msgstr "Afficher le symbole de devise à droite"
5166
  #: includes/admin/settings/class-settings-bootstrap.php:1242
5167
  msgctxt "admin settings"
5168
  msgid "Do not show currency symbol"
5169
- msgstr "Ne pas montrer la devise"
5170
 
5171
  #. translators: %1$s: gateway name, %2$s: explanation string
5172
  #: includes/admin/settings/class-settings-bootstrap.php:1287
5173
  msgctxt "admin settings"
5174
  msgid "AED currency is not supported by %1$s. %2$s"
5175
- msgstr ""
5176
 
5177
  #: includes/admin/settings/class-settings-bootstrap.php:1325
5178
- #, fuzzy
5179
  msgctxt "admin settings"
5180
  msgid ""
5181
  "Listings with pending payments are marked as abandoned after this time. You "
5182
  "can also <a>customize the email</a> users receive."
5183
  msgstr ""
5184
  "Les annonces avec paiements en attente sont marquées comme abandonné après "
5185
- "cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
5186
  "utilisateurs reçoivent."
5187
 
5188
  #: includes/admin/settings/class-settings-bootstrap.php:1355
@@ -5202,17 +4824,17 @@ msgstr ""
5202
  #: includes/admin/settings/class-settings-bootstrap.php:1369
5203
  msgctxt "admin settings"
5204
  msgid "Plain (text/plain)"
5205
- msgstr ""
5206
 
5207
  #: includes/admin/settings/class-settings-bootstrap.php:1370
5208
  msgctxt "admin settings"
5209
  msgid "HTML (text/html)"
5210
- msgstr ""
5211
 
5212
  #: includes/admin/settings/class-settings-bootstrap.php:1371
5213
  msgctxt "admin settings"
5214
  msgid "Both (multipart/alternative)"
5215
- msgstr ""
5216
 
5217
  #: includes/admin/settings/class-settings-bootstrap.php:1385
5218
  msgctxt "admin settings"
@@ -5230,22 +4852,19 @@ msgid "A listing expires."
5230
  msgstr "Une annonce expire."
5231
 
5232
  #: includes/admin/settings/class-settings-bootstrap.php:1388
5233
- #, fuzzy
5234
  msgctxt "admin settings"
5235
  msgid "A listing is renewed."
5236
- msgstr "Une annonce est éditée."
5237
 
5238
  #: includes/admin/settings/class-settings-bootstrap.php:1389
5239
- #, fuzzy
5240
  msgctxt "admin settings"
5241
  msgid "A listing payment is completed."
5242
- msgstr "Une annonce est éditée."
5243
 
5244
  #: includes/admin/settings/class-settings-bootstrap.php:1390
5245
- #, fuzzy
5246
  msgctxt "admin settings"
5247
  msgid "A listing has been reported as inappropriate."
5248
- msgstr "L'annonce a été mise à jour."
5249
 
5250
  #: includes/admin/settings/class-settings-bootstrap.php:1391
5251
  msgctxt "admin settings"
@@ -5263,16 +4882,14 @@ msgid "Their listing is approved/published."
5263
  msgstr "Leur annonce est approuvée/publiée."
5264
 
5265
  #: includes/admin/settings/class-settings-bootstrap.php:1420
5266
- #, fuzzy
5267
  msgctxt "admin settings"
5268
  msgid "A payment for their listing is completed."
5269
- msgstr "Leur annonce est soumise."
5270
 
5271
  #: includes/admin/settings/class-settings-bootstrap.php:1421
5272
- #, fuzzy
5273
  msgctxt "admin settings"
5274
  msgid "Their listing expired or is about to expire."
5275
- msgstr "Leur annonce est soumise."
5276
 
5277
  #: includes/admin/settings/class-settings-bootstrap.php:1439
5278
  #: includes/admin/settings/class-settings-bootstrap.php:1458
@@ -5285,24 +4902,21 @@ msgstr "Titre de l'annonce"
5285
 
5286
  #: includes/admin/settings/class-settings-bootstrap.php:1440
5287
  #: includes/admin/settings/class-settings-bootstrap.php:1531
5288
- #, fuzzy
5289
  msgctxt "admin settings"
5290
  msgid "Listing's plan name"
5291
- msgstr "Date d'expiration de l'annonce"
5292
 
5293
  #: includes/admin/settings/class-settings-bootstrap.php:1441
5294
  #: includes/admin/settings/class-settings-bootstrap.php:1532
5295
- #, fuzzy
5296
  msgctxt "admin settings"
5297
  msgid "Listing's plan description"
5298
- msgstr "Sélection des droits d'inscription"
5299
 
5300
  #: includes/admin/settings/class-settings-bootstrap.php:1442
5301
  #: includes/admin/settings/class-settings-bootstrap.php:1533
5302
- #, fuzzy
5303
  msgctxt "admin settings"
5304
  msgid "Listing's plan details"
5305
- msgstr "Date d'expiration de l'annonce"
5306
 
5307
  #: includes/admin/settings/class-settings-bootstrap.php:1455
5308
  msgctxt "admin settings"
@@ -5310,7 +4924,7 @@ msgid ""
5310
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
5311
  "viewed by the public."
5312
  msgstr ""
5313
- "Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
5314
  "elle peut être vu par tout le monde."
5315
 
5316
  #: includes/admin/settings/class-settings-bootstrap.php:1459
@@ -5321,55 +4935,49 @@ msgstr "Url de l'annonce"
5321
 
5322
  #: includes/admin/settings/class-settings-bootstrap.php:1460
5323
  #: includes/admin/settings/class-settings-bootstrap.php:1500
5324
- #, fuzzy
5325
  msgctxt "admin settings"
5326
  msgid "Listing's Access Key"
5327
- msgstr "Liste des clés d'accès"
5328
 
5329
  #: includes/admin/settings/class-settings-bootstrap.php:1495
5330
- #, fuzzy
5331
  msgctxt "admin settings"
5332
  msgid "Sender's name"
5333
- msgstr "Nom de l'auteur"
5334
 
5335
  #: includes/admin/settings/class-settings-bootstrap.php:1498
5336
- #, fuzzy
5337
  msgctxt "admin settings"
5338
  msgid "Contact message"
5339
- msgstr "Lister des messages de contact"
5340
 
5341
  #: includes/admin/settings/class-settings-bootstrap.php:1499
5342
  msgctxt "admin settings"
5343
  msgid "Date and time the message was sent"
5344
- msgstr ""
5345
 
5346
  #: includes/admin/settings/class-settings-bootstrap.php:1534
5347
- #, fuzzy
5348
  msgctxt "admin settings"
5349
  msgid "Payment items details."
5350
- msgstr "Détails de paiement"
5351
 
5352
  #: includes/admin/settings/class-settings-bootstrap.php:1535
5353
  msgctxt "admin settings"
5354
  msgid "URL where user can review and print payment receipt."
5355
- msgstr ""
5356
 
5357
  #: includes/admin/settings/class-settings-bootstrap.php:1536
5358
- #, fuzzy
5359
  msgctxt "admin settings"
5360
  msgid "Gateway used to process listing's payment."
5361
- msgstr "Impossible de procéder au paiement."
5362
 
5363
  #: includes/admin/settings/class-settings-bootstrap.php:1550
5364
  msgctxt "admin settings"
5365
  msgid "Checkout URL link"
5366
- msgstr "Vérificateur de lien URL"
5367
 
5368
  #: includes/admin/settings/class-settings-bootstrap.php:1652
5369
- #, fuzzy
5370
  msgctxt "admin settings"
5371
  msgid "Uploaded Image (no resize)"
5372
- msgstr "Télécharger les images"
5373
 
5374
  #: includes/helpers/functions/general.php:1242
5375
  msgctxt "admin settings"
@@ -5379,7 +4987,7 @@ msgstr "Utilisateur"
5379
  #: includes/helpers/functions/general.php:1243
5380
  msgctxt "admin settings"
5381
  msgid "User registration date"
5382
- msgstr "Date d'expiration de l'annonce"
5383
 
5384
  #: includes/admin/controllers/class-settings-admin.php:671
5385
  msgctxt "expiration notices"
@@ -5394,7 +5002,7 @@ msgstr "Aucun avis configuré."
5394
  #: includes/admin/controllers/class-settings-admin.php:732
5395
  msgctxt "expiration notices"
5396
  msgid "recurring and non-recurring"
5397
- msgstr "permanent ou temporaire"
5398
 
5399
  #: includes/admin/controllers/class-settings-admin.php:734
5400
  msgctxt "expiration notices"
@@ -5404,17 +5012,17 @@ msgstr "récurrente uniquement"
5404
  #: includes/admin/controllers/class-settings-admin.php:736
5405
  msgctxt "expiration notices"
5406
  msgid "non-recurring only"
5407
- msgstr "non récurrente seulement"
5408
 
5409
  #: includes/admin/controllers/class-settings-admin.php:740
5410
  msgctxt "expiration notices"
5411
  msgid "Sent when a listing (%s) is renewed."
5412
- msgstr "Envoyé lorsque vous renouvelez une liste (% s)."
5413
 
5414
  #: includes/admin/controllers/class-settings-admin.php:745
5415
  msgctxt "expiration notices"
5416
  msgid "Sent when a listing (%s) expires."
5417
- msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
5418
 
5419
  #: includes/admin/controllers/class-settings-admin.php:753
5420
  msgctxt "expiration notices"
@@ -5442,14 +5050,14 @@ msgstr[1] "%d mois"
5442
  #: includes/admin/controllers/class-settings-admin.php:765
5443
  msgctxt "expiration notices"
5444
  msgid "Sent %1$s before a listing (%2$s) expires."
5445
- msgstr "Envoyé %1$s avant l'expiration d'une liste (%2$s)."
5446
 
5447
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5448
  #. non-recuring only)
5449
  #: includes/admin/controllers/class-settings-admin.php:768
5450
  msgctxt "expiration notices"
5451
  msgid "Sent %1$s after a listing (%2$s) expires."
5452
- msgstr "Envoyé %1$s après une liste (%2$s) expire."
5453
 
5454
  #: includes/admin/controllers/class-settings-admin.php:785
5455
  msgctxt "expiration notices"
@@ -5459,7 +5067,7 @@ msgstr "Au moment de l'expiration"
5459
  #: includes/admin/controllers/class-settings-admin.php:786
5460
  msgctxt "expiration notices"
5461
  msgid "Right after a successful renewal"
5462
- msgstr "Renouvellement réussi"
5463
 
5464
  #: includes/admin/controllers/class-settings-admin.php:797
5465
  msgctxt "expiration notices"
@@ -5516,7 +5124,7 @@ msgstr "Annonces temporaires"
5516
  #: includes/admin/controllers/class-settings-admin.php:834
5517
  msgctxt "expiration notices"
5518
  msgid "Recurring listings"
5519
- msgstr "Retourner à l'annonce"
5520
 
5521
  #: includes/admin/controllers/class-settings-admin.php:835
5522
  msgctxt "expiration notices"
@@ -5529,7 +5137,6 @@ msgid "When to send?"
5529
  msgstr "Quand envoyer ?"
5530
 
5531
  #: includes/admin/controllers/class-settings-admin.php:707
5532
- #, fuzzy
5533
  msgctxt "settings"
5534
  msgid "Site title (with link)"
5535
  msgstr "Titre du site (avec lien)"
@@ -5545,7 +5152,6 @@ msgid "Listing's name (with link)"
5545
  msgstr "Nom de l'annonce (avec lien)"
5546
 
5547
  #: includes/admin/controllers/class-settings-admin.php:710
5548
- #, fuzzy
5549
  msgctxt "settings"
5550
  msgid "Listing's expiration date"
5551
  msgstr "Date d'expiration de l'annonce"
@@ -5553,36 +5159,32 @@ msgstr "Date d'expiration de l'annonce"
5553
  #: includes/admin/controllers/class-settings-admin.php:711
5554
  msgctxt "settings"
5555
  msgid "Listing's renewal link, formatted with an anchor tag"
5556
- msgstr ""
5557
 
5558
  #: includes/admin/controllers/class-settings-admin.php:712
5559
  msgctxt "settings"
5560
  msgid "Listing's renewal URL, unformatted by any tags"
5561
- msgstr ""
5562
 
5563
  #: includes/admin/controllers/class-settings-admin.php:713
5564
- #, fuzzy
5565
  msgctxt "settings"
5566
  msgid "Listing's categories"
5567
- msgstr "Titre de l'annonce"
5568
 
5569
  #: includes/admin/controllers/class-settings-admin.php:714
5570
- #, fuzzy
5571
  msgctxt "settings"
5572
  msgid "Listing's last payment date"
5573
- msgstr "Date d'expiration de l'annonce"
5574
 
5575
  #: includes/admin/controllers/class-settings-admin.php:715
5576
- #, fuzzy
5577
  msgctxt "settings"
5578
  msgid "Listing's access key"
5579
- msgstr "Liste des clés d'accès"
5580
 
5581
  #: includes/admin/controllers/class-settings-admin.php:872
5582
- #, fuzzy
5583
  msgctxt "settings"
5584
  msgid "Settings reset to default."
5585
- msgstr "Paramètres mis à jour."
5586
 
5587
  #: includes/admin/settings/class-settings-bootstrap.php:8
5588
  msgctxt "settings"
@@ -5590,7 +5192,6 @@ msgid "General"
5590
  msgstr "Général"
5591
 
5592
  #: includes/admin/settings/class-settings-bootstrap.php:10
5593
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5594
  msgctxt "settings"
5595
  msgid "Listings"
5596
  msgstr "Listes"
@@ -5644,13 +5245,14 @@ msgstr "Identifiant Mots clés"
5644
  #: includes/admin/settings/class-settings-bootstrap.php:85
5645
  msgctxt "settings"
5646
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5647
- msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
 
 
5648
 
5649
  #: includes/admin/settings/class-settings-bootstrap.php:98
5650
- #, fuzzy
5651
  msgctxt "settings"
5652
  msgid "Remove listing ID from URLs for better SEO"
5653
- msgstr "Retirer les ID listés du répertoire URL?"
5654
 
5655
  #: includes/admin/settings/class-settings-bootstrap.php:99
5656
  msgctxt "settings"
@@ -5665,62 +5267,57 @@ msgstr ""
5665
  #: includes/admin/settings/class-settings-bootstrap.php:110
5666
  msgctxt "settings"
5667
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5668
- msgstr "Besoin de clés API pour CAPTCHA? Obtenez les <a> ici </a>."
5669
 
5670
  #: includes/admin/settings/class-settings-bootstrap.php:117
5671
  msgctxt "settings"
5672
  msgid "Use reCAPTCHA for contact forms"
5673
- msgstr "Utiliser CAPTCHA pour le formulaire de contact"
5674
 
5675
  #: includes/admin/settings/class-settings-bootstrap.php:125
5676
- #, fuzzy
5677
  msgctxt "settings"
5678
  msgid "Use reCAPTCHA only for logged-out users"
5679
- msgstr "Désactivez reCAPTCHA pour les utilisateurs connectés?"
5680
 
5681
  #: includes/admin/settings/class-settings-bootstrap.php:133
5682
  msgctxt "settings"
5683
  msgid "Use reCAPTCHA for listing submits"
5684
- msgstr "Utiliser CAPTCHA pour la soumission des annonces"
5685
 
5686
  #: includes/admin/settings/class-settings-bootstrap.php:141
5687
- #, fuzzy
5688
  msgctxt "settings"
5689
  msgid "Use reCAPTCHA for edit listings"
5690
- msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5691
 
5692
  #: includes/admin/settings/class-settings-bootstrap.php:149
5693
- #, fuzzy
5694
  msgctxt "settings"
5695
  msgid "Use reCAPTCHA for report listings"
5696
- msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5697
 
5698
  #: includes/admin/settings/class-settings-bootstrap.php:157
5699
- #, fuzzy
5700
  msgctxt "settings"
5701
  msgid "Use reCAPTCHA for listing comments"
5702
- msgstr "Utiliser CAPTCHA pour lister les commentaires?"
5703
 
5704
  #: includes/admin/settings/class-settings-bootstrap.php:165
5705
  msgctxt "settings"
5706
  msgid "reCAPTCHA Public Key"
5707
- msgstr "reCAPTCHA Clé publique"
5708
 
5709
  #: includes/admin/settings/class-settings-bootstrap.php:175
5710
  msgctxt "settings"
5711
  msgid "reCAPTCHA Private Key"
5712
- msgstr "reCAPTCHA Clé privée"
5713
 
5714
  #: includes/admin/settings/class-settings-bootstrap.php:185
5715
- #, fuzzy
5716
  msgctxt "settings"
5717
  msgid "reCAPTCHA version"
5718
- msgstr "Paramètres de code CAPTCHA"
5719
 
5720
  #: includes/admin/settings/class-settings-bootstrap.php:202
5721
  msgctxt "settings"
5722
  msgid "reCAPTCHA V3 threshold score"
5723
- msgstr ""
5724
 
5725
  #: includes/admin/settings/class-settings-bootstrap.php:207
5726
  msgctxt "settings"
@@ -5730,25 +5327,28 @@ msgid ""
5730
  "context of your site. You can set here the score threshold, scores under "
5731
  "this value will result in reCAPTCHA validation error."
5732
  msgstr ""
 
 
 
 
 
5733
 
5734
  #: includes/admin/settings/class-settings-bootstrap.php:218
5735
  msgctxt "settings"
5736
  msgid "Registration"
5737
- msgstr "Enregistrement"
5738
 
5739
  #: includes/admin/settings/class-settings-bootstrap.php:228
5740
- #, fuzzy
5741
  msgctxt "settings"
5742
  msgid "Require login to post listings"
5743
- msgstr "Connexion obligatoire pour poster une annonce ?"
5744
 
5745
  #: includes/admin/settings/class-settings-bootstrap.php:237
5746
- #, fuzzy
5747
  msgctxt "settings"
5748
  msgid "Allow anonymous users to edit/manage listings with an access key"
5749
  msgstr ""
5750
  "Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
5751
- "clé d'accès ?"
5752
 
5753
  #: includes/admin/settings/class-settings-bootstrap.php:245
5754
  msgctxt "settings"
@@ -5756,18 +5356,16 @@ msgid "Login URL"
5756
  msgstr "URL de connexion"
5757
 
5758
  #: includes/admin/settings/class-settings-bootstrap.php:246
5759
- #, fuzzy
5760
  msgctxt "settings"
5761
  msgid "Only enter this if using a membership plugin or custom login page"
5762
  msgstr ""
5763
- "URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
5764
- "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5765
- "personnalisée."
5766
 
5767
  #: includes/admin/settings/class-settings-bootstrap.php:247
5768
  msgctxt "settings"
5769
  msgid "URL of your membership plugin's login page."
5770
- msgstr "URL de la page de connexion de votre plugin d'adhésion."
5771
 
5772
  #: includes/admin/settings/class-settings-bootstrap.php:256
5773
  msgctxt "settings"
@@ -5779,23 +5377,20 @@ msgctxt "settings"
5779
  msgid ""
5780
  "Only enter this if using a membership plugin or custom registration page."
5781
  msgstr ""
5782
- "URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
5783
- "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
5784
- "personnalisée."
5785
 
5786
  #: includes/admin/settings/class-settings-bootstrap.php:258
5787
- #, fuzzy
5788
  msgctxt "settings"
5789
  msgid "URL of your membership plugin's registration page"
5790
- msgstr "URL de la page d'inscription de votre plugin d'adhésion."
5791
 
5792
  #: includes/admin/settings/class-settings-bootstrap.php:267
5793
- #, fuzzy
5794
  msgctxt "settings"
5795
  msgid "Allow users to create accounts during listing submit"
5796
  msgstr ""
5797
  "Autoriser les utilisateurs à créer des comptes pendant la soumission d'une "
5798
- "annonce ?"
5799
 
5800
  #: includes/admin/settings/class-settings-bootstrap.php:298
5801
  msgctxt "settings"
@@ -5808,16 +5403,14 @@ msgstr ""
5808
  "appropriée."
5809
 
5810
  #: includes/admin/settings/class-settings-bootstrap.php:300
5811
- #, fuzzy
5812
  msgctxt "settings"
5813
  msgid "Terms and Conditions text goes here"
5814
- msgstr "Conditions d'utilisation."
5815
 
5816
  #: includes/admin/settings/class-settings-bootstrap.php:329
5817
- #, fuzzy
5818
  msgctxt "settings"
5819
  msgid "Enable high performance search"
5820
- msgstr "Activer les recherches de hautes performance?"
5821
 
5822
  #: includes/admin/settings/class-settings-bootstrap.php:338
5823
  msgctxt "settings"
@@ -5825,16 +5418,14 @@ msgid "Advanced"
5825
  msgstr "Avancé"
5826
 
5827
  #: includes/admin/settings/class-settings-bootstrap.php:344
5828
- #, fuzzy
5829
  msgctxt "settings"
5830
  msgid "Disable advanced CPT integration"
5831
- msgstr "Désactiver l'intégration avancée avec CPT?"
5832
 
5833
  #: includes/admin/settings/class-settings-bootstrap.php:353
5834
- #, fuzzy
5835
  msgctxt "settings"
5836
  msgid "Disable frontend listing submission"
5837
- msgstr "Désactiver la soumission de l'annonce publique ?"
5838
 
5839
  #: includes/admin/settings/class-settings-bootstrap.php:354
5840
  msgctxt "settings"
@@ -5842,11 +5433,14 @@ msgid ""
5842
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5843
  "shortcode for submit listing to function on other pages."
5844
  msgstr ""
 
 
 
5845
 
5846
  #: includes/admin/settings/class-settings-bootstrap.php:435
5847
  msgctxt "settings"
5848
  msgid "Contact Form"
5849
- msgstr "Un formulaire de contact"
5850
 
5851
  #: includes/admin/settings/class-settings-bootstrap.php:444
5852
  msgctxt "settings"
@@ -5863,45 +5457,44 @@ msgstr ""
5863
  "afficher toutes les annonces sur une seule page (non recommandé)."
5864
 
5865
  #: includes/admin/settings/class-settings-bootstrap.php:457
5866
- #, fuzzy
5867
  msgctxt "settings"
5868
  msgid "Turn on listing renewal option"
5869
- msgstr "Activer l'option renouvellement des annonces ?"
5870
 
5871
  #: includes/admin/settings/class-settings-bootstrap.php:466
5872
- #, fuzzy
5873
  msgctxt "settings"
5874
  msgid "Open detailed view of listing in new tab"
5875
- msgstr "Ouvrir l'annonce dans un nouvel onglet ?"
5876
 
5877
  #: includes/admin/settings/class-settings-bootstrap.php:476
5878
- #, fuzzy
5879
  msgctxt "settings"
5880
  msgid "Include button to report listings"
5881
- msgstr "Connexion obligatoire pour poster une annonce ?"
5882
 
5883
  #: includes/admin/settings/class-settings-bootstrap.php:485
5884
  msgctxt "settings"
5885
  msgid "Enable report listing for registered users only"
5886
  msgstr ""
 
 
5887
 
5888
  #: includes/admin/settings/class-settings-bootstrap.php:495
5889
  msgctxt "settings"
5890
  msgid "Report listing option list"
5891
- msgstr ""
5892
 
5893
  #: includes/admin/settings/class-settings-bootstrap.php:496
5894
  msgctxt "settings"
5895
  msgid ""
5896
  "Form option list to report a listing as inappropriate. One option per line."
5897
  msgstr ""
 
 
5898
 
5899
  #: includes/admin/settings/class-settings-bootstrap.php:507
5900
- #, fuzzy
5901
  msgctxt "settings"
5902
  msgid "Include listing contact form on listing pages"
5903
- msgstr ""
5904
- "Inclure les annonces de formulaire de contact sur les pages d'annonces ?"
5905
 
5906
  #: includes/admin/settings/class-settings-bootstrap.php:508
5907
  msgctxt "settings"
@@ -5913,42 +5506,40 @@ msgstr ""
5913
  "Les auteurs recevront les messages par e-mail."
5914
 
5915
  #: includes/admin/settings/class-settings-bootstrap.php:517
5916
- #, fuzzy
5917
  msgctxt "settings"
5918
  msgid "Require login for using the contact form"
5919
- msgstr "Exiger d'être connecter pour utiliser le formulaire de contact ?"
5920
 
5921
  #: includes/admin/settings/class-settings-bootstrap.php:528
5922
- #, fuzzy
5923
  msgctxt "settings"
5924
  msgid "Maximum number of daily contact form submits from registered users"
5925
- msgstr "Nombre maximum de formulaire de contact soumis par jour"
 
 
5926
 
5927
  #: includes/admin/settings/class-settings-bootstrap.php:529
5928
- #, fuzzy
5929
  msgctxt "settings"
5930
  msgid ""
5931
  "Use this to prevent spamming of listing owners from logged in users. 0 means "
5932
  "unlimited submits per day."
5933
  msgstr ""
5934
- "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5935
- "nombre de soumission illimité par jour."
5936
 
5937
  #: includes/admin/settings/class-settings-bootstrap.php:541
5938
- #, fuzzy
5939
  msgctxt "settings"
5940
  msgid "Maximum number of contact form submits for each listing per day"
5941
- msgstr "Nombre maximum de formulaire de contact soumis par jour"
 
5942
 
5943
  #: includes/admin/settings/class-settings-bootstrap.php:542
5944
- #, fuzzy
5945
  msgctxt "settings"
5946
  msgid ""
5947
  "Use this to set contact submits limit for each listing in the directory. 0 "
5948
  "means unlimited submits per day."
5949
  msgstr ""
5950
- "Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
5951
- "nombre de soumission illimité par jour."
5952
 
5953
  #: includes/admin/settings/class-settings-bootstrap.php:554
5954
  msgctxt "settings"
@@ -5956,16 +5547,16 @@ msgid "Include comment form on listing pages?"
5956
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
5957
 
5958
  #: includes/admin/settings/class-settings-bootstrap.php:569
5959
- #, fuzzy
5960
  msgctxt "settings"
5961
  msgid "Show listings under categories on main page"
5962
- msgstr "Afficher les listes des annonces sur la page principale?"
5963
 
5964
  #: includes/admin/settings/class-settings-bootstrap.php:579
5965
  msgctxt "settings"
5966
  msgid ""
5967
  "Prevents featured listings from floating to the top of the selected page."
5968
  msgstr ""
 
5969
 
5970
  #: includes/admin/settings/class-settings-bootstrap.php:609
5971
  msgctxt "settings"
@@ -5974,6 +5565,10 @@ msgid ""
5974
  "to submit listings, this user will own them. A site admin or another user "
5975
  "that will not a be posting a listing is best."
5976
  msgstr ""
 
 
 
 
5977
 
5978
  #: includes/admin/settings/class-settings-bootstrap.php:635
5979
  msgctxt "settings"
@@ -6001,23 +5596,19 @@ msgid "Sort order for categories"
6001
  msgstr "Ordre de tri pour les catégories"
6002
 
6003
  #: includes/admin/settings/class-settings-bootstrap.php:739
6004
- #, fuzzy
6005
  msgctxt "settings"
6006
  msgid "Show category post count"
6007
- msgstr "Montrer les catégories par messages postés ?"
6008
 
6009
  #: includes/admin/settings/class-settings-bootstrap.php:748
6010
- #, fuzzy
6011
  msgctxt "settings"
6012
  msgid "Hide empty categories"
6013
- msgstr "Cacher les catégories vides ?"
6014
 
6015
  #: includes/admin/settings/class-settings-bootstrap.php:757
6016
- #, fuzzy
6017
  msgctxt "settings"
6018
  msgid "Show only parent categories in category list"
6019
- msgstr ""
6020
- "Montrer seulement les catégories parentes dans la liste des catégories ?"
6021
 
6022
  #: includes/admin/settings/class-settings-bootstrap.php:769
6023
  msgctxt "settings"
@@ -6036,10 +5627,9 @@ msgstr ""
6036
  "Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
6037
 
6038
  #: includes/admin/settings/class-settings-bootstrap.php:807
6039
- #, fuzzy
6040
  msgctxt "settings"
6041
  msgid "Enable sort bar"
6042
- msgstr "Activer la barre de tri ?"
6043
 
6044
  #: includes/admin/settings/class-settings-bootstrap.php:816
6045
  msgctxt "settings"
@@ -6047,10 +5637,9 @@ msgid "Sortbar Fields"
6047
  msgstr "Champs de la barre de tri"
6048
 
6049
  #: includes/admin/settings/class-settings-bootstrap.php:835
6050
- #, fuzzy
6051
  msgctxt "settings"
6052
  msgid "Show the \"Submit listing\" button"
6053
- msgstr "Montrer le bouton \"Soumettre une annonce\"."
6054
 
6055
  #: includes/admin/settings/class-settings-bootstrap.php:836
6056
  msgctxt "settings"
@@ -6059,71 +5648,70 @@ msgid ""
6059
  "not shut off the use of the link for submitting listings (allows you to "
6060
  "customize the submit listing button on your own)"
6061
  msgstr ""
 
 
 
 
6062
 
6063
  #: includes/admin/settings/class-settings-bootstrap.php:846
6064
- #, fuzzy
6065
  msgctxt "settings"
6066
  msgid "Show \"Search listings\""
6067
- msgstr "Montrer \"Chercher annonces\"."
6068
 
6069
  #: includes/admin/settings/class-settings-bootstrap.php:855
6070
- #, fuzzy
6071
  msgctxt "settings"
6072
  msgid "Show the \"View Listings\" button"
6073
- msgstr "Montrer le bouton \"Voir annonces\"."
6074
 
6075
  #: includes/admin/settings/class-settings-bootstrap.php:864
6076
- #, fuzzy
6077
  msgctxt "settings"
6078
  msgid "Show the \"Manage Listings\" button"
6079
- msgstr "Montrer le bouton \"Voir annonces\"."
6080
 
6081
  #: includes/admin/settings/class-settings-bootstrap.php:908
6082
  msgctxt "settings"
6083
  msgid "Image Settings"
6084
- msgstr "Paraamètres des images"
6085
 
6086
  #: includes/admin/settings/class-settings-bootstrap.php:913
6087
- #, fuzzy
6088
  msgctxt "settings"
6089
  msgid "Allow images"
6090
- msgstr "Autoriser les images ?"
6091
 
6092
  #: includes/admin/settings/class-settings-bootstrap.php:924
6093
  msgctxt "settings"
6094
  msgid "Min Image File Size (KB)"
6095
- msgstr "Taille minnimal des fichiers images (KB)"
6096
 
6097
  #: includes/admin/settings/class-settings-bootstrap.php:936
6098
  msgctxt "settings"
6099
  msgid "Max Image File Size (KB)"
6100
- msgstr "Taille maximal des fichiers images (KB)"
6101
 
6102
  #: includes/admin/settings/class-settings-bootstrap.php:948
6103
  msgctxt "settings"
6104
  msgid "Min image width (px)"
6105
- msgstr "Largeur minnimal des images (px)"
6106
 
6107
  #: includes/admin/settings/class-settings-bootstrap.php:958
6108
  msgctxt "settings"
6109
  msgid "Min image height (px)"
6110
- msgstr "Hauteur minnimal des images (px)"
6111
 
6112
  #: includes/admin/settings/class-settings-bootstrap.php:972
6113
  msgctxt "settings"
6114
  msgid "Max image width (px)"
6115
- msgstr "Largeur maximal des images (px)"
6116
 
6117
  #: includes/admin/settings/class-settings-bootstrap.php:984
6118
  msgctxt "settings"
6119
  msgid "Max image height (px)"
6120
- msgstr "Hauteur maximal des images (px)"
6121
 
6122
  #: includes/admin/settings/class-settings-bootstrap.php:996
6123
- #, fuzzy
6124
  msgctxt "settings"
6125
  msgid "Turn on thickbox/lightbox"
6126
- msgstr "Activer thickbox/lightbox ?"
6127
 
6128
  #: includes/admin/settings/class-settings-bootstrap.php:997
6129
  msgctxt "settings"
@@ -6149,10 +5737,9 @@ msgid "Thumbnail height (px)"
6149
  msgstr "Hauteur des miniatures (en pixel)"
6150
 
6151
  #: includes/admin/settings/class-settings-bootstrap.php:1032
6152
- #, fuzzy
6153
  msgctxt "settings"
6154
  msgid "Crop thumbnails to exact dimensions"
6155
- msgstr "Recadrer les miniatures aux dimensions exactes ?"
6156
 
6157
  #: includes/admin/settings/class-settings-bootstrap.php:1033
6158
  msgctxt "settings"
@@ -6169,16 +5756,10 @@ msgstr ""
6169
  "sera ajustée proportionnellement ; selon les images téléchargées, les photos "
6170
  "peuvent avoir des hauteurs différentes."
6171
 
6172
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6173
- msgctxt "settings"
6174
- msgid "Enforce image upload on submit/edit"
6175
- msgstr ""
6176
-
6177
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6178
- #, fuzzy
6179
  msgctxt "settings"
6180
  msgid "Default thumbnail image size"
6181
- msgstr "Annonce par défault de l'utilisateur"
6182
 
6183
  #: includes/admin/settings/class-settings-bootstrap.php:1083
6184
  msgctxt "settings"
@@ -6188,33 +5769,40 @@ msgid ""
6188
  "For all other values, we preserve the aspect ratio of the image and use the "
6189
  "width as the starting point."
6190
  msgstr ""
 
 
 
 
 
6191
 
6192
  #: includes/admin/settings/class-settings-bootstrap.php:1092
6193
  msgctxt "settings"
6194
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
6195
  msgstr ""
 
 
6196
 
6197
  #: includes/admin/settings/class-settings-bootstrap.php:1116
6198
  msgctxt "settings"
6199
  msgid "Display featured (sticky) badge"
6200
- msgstr ""
6201
 
6202
  #: includes/admin/settings/class-settings-bootstrap.php:1130
6203
- #, fuzzy
6204
  msgctxt "settings"
6205
  msgid "Featured Badge image"
6206
- msgstr "Niveau en vedette"
6207
 
6208
  #: includes/admin/settings/class-settings-bootstrap.php:1140
6209
- #, fuzzy
6210
  msgctxt "settings"
6211
  msgid "Featured Badge URL"
6212
- msgstr "Niveau en vedette"
6213
 
6214
  #: includes/admin/settings/class-settings-bootstrap.php:1141
6215
  msgctxt "settings"
6216
  msgid "Use this to set Featured Badge image as a link to a defined URL."
6217
  msgstr ""
 
 
6218
 
6219
  #: includes/admin/settings/class-settings-bootstrap.php:1165
6220
  msgctxt "settings"
@@ -6222,10 +5810,9 @@ msgid "Fee Order"
6222
  msgstr "Ordre des prix"
6223
 
6224
  #: includes/admin/settings/class-settings-bootstrap.php:1178
6225
- #, fuzzy
6226
  msgctxt "settings"
6227
  msgid "Put payment gateways in test mode"
6228
- msgstr "Passer les passerelles de paiement en mode test ?"
6229
 
6230
  #: includes/admin/settings/class-settings-bootstrap.php:1188
6231
  msgctxt "settings"
@@ -6235,28 +5822,27 @@ msgstr "Code de devise"
6235
  #: includes/admin/settings/class-settings-bootstrap.php:1227
6236
  msgctxt "settings"
6237
  msgid "Currency Symbol"
6238
- msgstr "Devise"
6239
 
6240
  #: includes/admin/settings/class-settings-bootstrap.php:1237
6241
  msgctxt "settings"
6242
  msgid "Currency symbol display"
6243
- msgstr "Affichage de la devise"
6244
 
6245
  #: includes/admin/settings/class-settings-bootstrap.php:1251
6246
  msgctxt "settings"
6247
  msgid "Include plan description in receipt"
6248
- msgstr ""
6249
 
6250
  #: includes/admin/settings/class-settings-bootstrap.php:1260
6251
  msgctxt "settings"
6252
  msgid "Thank you for payment message"
6253
- msgstr "Nous vous remercions pour votre paiement"
6254
 
6255
  #: includes/admin/settings/class-settings-bootstrap.php:1313
6256
- #, fuzzy
6257
  msgctxt "settings"
6258
  msgid "Ask users to come back for abandoned payments"
6259
- msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés ?"
6260
 
6261
  #: includes/admin/settings/class-settings-bootstrap.php:1324
6262
  msgctxt "settings"
@@ -6264,10 +5850,9 @@ msgid "Listing abandonment threshold (hours)"
6264
  msgstr "Seuil d'abandon de l'annonce (heures)"
6265
 
6266
  #: includes/admin/settings/class-settings-bootstrap.php:1341
6267
- #, fuzzy
6268
  msgctxt "settings"
6269
  msgid "Display email address fields publicly"
6270
- msgstr "Affichage des champs d'adresses e-mail au public ?"
6271
 
6272
  #: includes/admin/settings/class-settings-bootstrap.php:1342
6273
  msgctxt "settings"
@@ -6276,9 +5861,10 @@ msgid ""
6276
  "RECOMMENDED as this increases spam to the address and allows spam bots to "
6277
  "harvest it for future use."
6278
  msgstr ""
6279
- "Annonce l'adresse e-mail du propriétaire de l'annonce à tous les "
6280
- "utilisateurs du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en "
6281
- "question et permet aux spam bots de la récolter pour une utilisation future."
 
6282
 
6283
  #: includes/admin/settings/class-settings-bootstrap.php:1351
6284
  msgctxt "settings"
@@ -6291,13 +5877,13 @@ msgid ""
6291
  "This affects emails sent to listing owners via contact forms or when their "
6292
  "listings expire."
6293
  msgstr ""
6294
- "Cela affecte l'envoie des e-mails aux propriétaires des annonces via le "
6295
  "formulaire de contact ou quand leurs annonces expirent."
6296
 
6297
  #: includes/admin/settings/class-settings-bootstrap.php:1365
6298
  msgctxt "settings"
6299
  msgid "Email Content-Type header"
6300
- msgstr ""
6301
 
6302
  #: includes/admin/settings/class-settings-bootstrap.php:1366
6303
  msgctxt "settings"
@@ -6307,6 +5893,10 @@ msgid ""
6307
  "set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
6308
  "then \"Both\"."
6309
  msgstr ""
 
 
 
 
6310
 
6311
  #: includes/admin/settings/class-settings-bootstrap.php:1427
6312
  msgctxt "settings"
@@ -6326,7 +5916,7 @@ msgstr "Envoyer après qu'une annonce ait été soumise."
6326
  #: includes/admin/settings/class-settings-bootstrap.php:1451
6327
  msgctxt "settings"
6328
  msgid "Listing published message"
6329
- msgstr "Message publié de l'annonce"
6330
 
6331
  #: includes/admin/settings/class-settings-bootstrap.php:1452
6332
  msgctxt "settings"
@@ -6337,7 +5927,7 @@ msgstr ""
6337
  #: includes/admin/settings/class-settings-bootstrap.php:1469
6338
  msgctxt "settings"
6339
  msgid "Listing Contact Message"
6340
- msgstr "Lister des messages de contact"
6341
 
6342
  #: includes/admin/settings/class-settings-bootstrap.php:1470
6343
  msgctxt "settings"
@@ -6349,28 +5939,26 @@ msgstr ""
6349
  "de contact sur leurs pages d'annonces."
6350
 
6351
  #: includes/admin/settings/class-settings-bootstrap.php:1510
6352
- #, fuzzy
6353
  msgctxt "settings"
6354
  msgid "Payment completed message"
6355
- msgstr "Paiement abandonné, message de rappel"
6356
 
6357
  #: includes/admin/settings/class-settings-bootstrap.php:1511
6358
- #, fuzzy
6359
  msgctxt "settings"
6360
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
6361
  msgstr ""
6362
- "Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
6363
- "par les utilisateurs."
6364
 
6365
  #: includes/admin/settings/class-settings-bootstrap.php:1547
6366
  msgctxt "settings"
6367
  msgid "Payment abandoned reminder message"
6368
- msgstr "Paiement abandonné, message de rappel"
6369
 
6370
  #: includes/admin/settings/class-settings-bootstrap.php:1673
6371
  msgctxt "settings"
6372
  msgid "Cropped"
6373
- msgstr ""
6374
 
6375
  #: includes/admin/settings/class-settings.php:483
6376
  #: includes/admin/settings/class-settings.php:494
@@ -6381,7 +5969,7 @@ msgstr "\"%s\" ne peut pas être vide."
6381
  #: includes/admin/settings/class-settings.php:511
6382
  msgctxt "settings"
6383
  msgid "The slug \"%s\" is already in use for another taxonomy."
6384
- msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6385
 
6386
  #: includes/licensing.php:238
6387
  msgctxt "settings"
@@ -6394,10 +5982,9 @@ msgid "Please wait..."
6394
  msgstr "Veuillez attendre..."
6395
 
6396
  #: includes/licensing.php:291
6397
- #, fuzzy
6398
  msgctxt "settings"
6399
  msgid "Deauthorize"
6400
- msgstr "Activer Authorize.net"
6401
 
6402
  #: includes/admin/controllers/class-themes-admin.php:43
6403
  msgctxt "themes"
@@ -6465,16 +6052,15 @@ msgid "Activate your <a>license key</a> to use this theme."
6465
  msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
6466
 
6467
  #: includes/admin/controllers/class-themes-admin.php:369
6468
- #, fuzzy
6469
  msgctxt "themes"
6470
  msgid "Invalid theme ID"
6471
- msgstr "ID d'élément non valide"
6472
 
6473
  #: includes/admin/controllers/class-themes-admin.php:375
6474
  #: includes/admin/upgrades/class-themes-updater.php:172
6475
  msgctxt "themes"
6476
  msgid "Could not update theme: %s"
6477
- msgstr "Impossible de mettre à jour le thème: %s"
6478
 
6479
  #: includes/admin/upgrades/class-themes-updater.php:133
6480
  msgctxt "themes"
@@ -6528,7 +6114,7 @@ msgctxt "admin csv-export"
6528
  msgid "Error while creating a temporary directory for CSV export: %s"
6529
  msgstr ""
6530
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
6531
- "CSV: %s"
6532
 
6533
  #: templates/admin/csv-export.tpl.php:12
6534
  msgctxt "admin csv-export"
@@ -6546,22 +6132,22 @@ msgstr ""
6546
  #: templates/admin/csv-export.tpl.php:27
6547
  msgctxt "admin csv-export"
6548
  msgid "Export settings"
6549
- msgstr "Exportation des paramètres"
6550
 
6551
  #: templates/admin/csv-export.tpl.php:33
6552
  msgctxt "admin csv-export"
6553
  msgid "Which listings to export?"
6554
- msgstr "Quelles listes exporter ?"
6555
 
6556
  #: templates/admin/csv-export.tpl.php:38
6557
  msgctxt "admin csv-export"
6558
  msgid "Active Only"
6559
- msgstr "Actives seulement"
6560
 
6561
  #: templates/admin/csv-export.tpl.php:39
6562
  msgctxt "admin csv-export"
6563
  msgid "Active + Pending Renewal"
6564
- msgstr "Actives + En Attente De Renouvellement"
6565
 
6566
  #: templates/admin/csv-export.tpl.php:47
6567
  msgctxt "admin csv-export"
@@ -6571,7 +6157,7 @@ msgstr "Exporter les images"
6571
  #: templates/admin/csv-export.tpl.php:62
6572
  msgctxt "admin csv-export"
6573
  msgid "Include unique IDs for each listing (sequence_id column)."
6574
- msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
6575
 
6576
  #: templates/admin/csv-export.tpl.php:75
6577
  msgctxt "admin csv-export"
@@ -6584,22 +6170,19 @@ msgid "Listing expiration date"
6584
  msgstr "Date d'expiration de l'annonce"
6585
 
6586
  #: templates/admin/csv-export.tpl.php:94
6587
- #, fuzzy
6588
  msgctxt "admin csv-export"
6589
  msgid "Listing created date"
6590
- msgstr "Annonce créée"
6591
 
6592
  #: templates/admin/csv-export.tpl.php:103
6593
- #, fuzzy
6594
  msgctxt "admin csv-export"
6595
  msgid "Listing last updated date"
6596
- msgstr "Date d'expiration de l'annonce"
6597
 
6598
  #: templates/admin/csv-export.tpl.php:112
6599
- #, fuzzy
6600
  msgctxt "admin csv-export"
6601
  msgid "Listing T&C acceptance date"
6602
- msgstr "Annonce créée"
6603
 
6604
  #: templates/admin/csv-export.tpl.php:125
6605
  msgctxt "admin csv-export"
@@ -6624,7 +6207,7 @@ msgstr "Séparateur de catégorie"
6624
  #: templates/admin/csv-export.tpl.php:169
6625
  msgctxt "admin csv-export"
6626
  msgid "Export Listings"
6627
- msgstr "Listes d'exportation"
6628
 
6629
  #: templates/admin/csv-export.tpl.php:175
6630
  msgctxt "admin csv-export"
@@ -6643,12 +6226,12 @@ msgstr ""
6643
  #: templates/admin/csv-export.tpl.php:179
6644
  msgctxt "admin csv-export"
6645
  msgid "No. of listings:"
6646
- msgstr "Numéro de l'annonce:"
6647
 
6648
  #: templates/admin/csv-export.tpl.php:181
6649
  msgctxt "admin csv-export"
6650
  msgid "Approximate export file size:"
6651
- msgstr "Taille aproximative du fichier exporté:"
6652
 
6653
  #: templates/admin/csv-export.tpl.php:188
6654
  msgctxt "admin csv-export"
@@ -6670,10 +6253,9 @@ msgstr ""
6670
  "téléchargement."
6671
 
6672
  #: templates/admin/csv-export.tpl.php:199
6673
- #, fuzzy
6674
  msgctxt "admin csv-export"
6675
  msgid "Download %1$s (%2$s)"
6676
- msgstr "Téléchargement %s (%s)"
6677
 
6678
  #: templates/admin/csv-export.tpl.php:207
6679
  msgctxt "admin csv-export"
@@ -6708,7 +6290,7 @@ msgstr "←Retourner vers l'export CSV"
6708
  #: includes/admin/csv-import.php:174
6709
  msgctxt "admin csv-import"
6710
  msgid "Whatever"
6711
- msgstr "Tout ce que"
6712
 
6713
  #: includes/admin/csv-import.php:345
6714
  msgctxt "admin csv-import"
@@ -6730,7 +6312,7 @@ msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6730
  msgstr ""
6731
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6732
 
6733
- #: includes/admin/helpers/csv/class-csv-import.php:532
6734
  msgctxt "admin csv-import"
6735
  msgid ""
6736
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6739,33 +6321,27 @@ msgstr ""
6739
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6740
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6741
 
6742
- #: includes/admin/helpers/csv/class-csv-import.php:538
6743
  msgctxt "admin csv-import"
6744
  msgid "Could not create listing category \"%s\""
6745
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6746
 
6747
- #: includes/admin/helpers/csv/class-csv-import.php:730
6748
  msgctxt "admin csv-import"
6749
  msgid "Username \"%s\" does not exist"
6750
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6751
 
6752
- #: includes/admin/helpers/csv/class-csv-import.php:757
6753
- #, fuzzy
6754
- msgctxt "admin csv-import"
6755
- msgid "There is no Plan with ID = <fee-id>"
6756
- msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
6757
-
6758
- #: includes/admin/helpers/csv/class-csv-import.php:788
6759
  msgctxt "admin csv-import"
6760
  msgid "Missing required field: %s"
6761
  msgstr "Absence d'un champ requis: %s"
6762
 
6763
- #: includes/admin/helpers/csv/class-csv-import.php:829
6764
  msgctxt "admin csv-import"
6765
  msgid "Listing category \"%s\" does not exist"
6766
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6767
 
6768
- #: includes/admin/helpers/csv/class-csv-import.php:903
6769
  msgctxt "admin csv-import"
6770
  msgid "The string <string> couldn't be converted into a valid date."
6771
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
@@ -6774,8 +6350,8 @@ msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
6774
  msgctxt "admin csv-import"
6775
  msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
6776
  msgstr ""
6777
- "Une erreur fatale est survenue durant l'importation. La raison donnée était: "
6778
- "\"%s\"."
6779
 
6780
  #: templates/admin/csv-import-progress.tpl.php:9
6781
  msgctxt "admin csv-import"
@@ -6806,7 +6382,6 @@ msgid "The import has been canceled."
6806
  msgstr "L'importation a été annulée."
6807
 
6808
  #: templates/admin/csv-import-progress.tpl.php:25
6809
- #, fuzzy
6810
  msgctxt "admin csv-import"
6811
  msgid "Import Progress"
6812
  msgstr "Progression de l'importation"
@@ -6870,17 +6445,17 @@ msgstr "Sommaire de l'importation"
6870
  #: templates/admin/csv-import-progress.tpl.php:65
6871
  msgctxt "admin csv-import"
6872
  msgid "Rows in file:"
6873
- msgstr "Lignes dans le fichier:"
6874
 
6875
  #: templates/admin/csv-import-progress.tpl.php:68
6876
  msgctxt "admin csv-import"
6877
  msgid "Imported rows:"
6878
- msgstr "Lignes importées:"
6879
 
6880
  #: templates/admin/csv-import-progress.tpl.php:71
6881
  msgctxt "admin csv-import"
6882
  msgid "Rejected rows:"
6883
- msgstr "Lignes rejetées:"
6884
 
6885
  #: templates/admin/csv-import-progress.tpl.php:76
6886
  msgctxt "admin csv-import"
@@ -6925,10 +6500,9 @@ msgid "Semicolon (;)"
6925
  msgstr "Point-virgule (;)"
6926
 
6927
  #: templates/admin/csv-import.tpl.php:196
6928
- #, fuzzy
6929
  msgctxt "admin csv-import"
6930
  msgid "Preserve existing status"
6931
- msgstr "Statut liste"
6932
 
6933
  #: templates/admin/csv-import.tpl.php:249
6934
  msgctxt "admin csv-import"
@@ -6936,8 +6510,8 @@ msgid ""
6936
  "Select a default user to be used if the username column is not present in "
6937
  "the CSV file."
6938
  msgstr ""
6939
- "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
6940
- "figure pas dans le fichier CSV."
6941
 
6942
  #: templates/admin/csv-import.tpl.php:283
6943
  msgctxt "admin csv-import"
@@ -6950,15 +6524,13 @@ msgid "Import Listings"
6950
  msgstr "Importation des listes"
6951
 
6952
  #: templates/admin/csv-import.tpl.php:334
6953
- #, fuzzy
6954
  msgctxt "admin csv-import"
6955
  msgid ""
6956
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6957
  "updating listings from external sources."
6958
  msgstr ""
6959
- "Expiration de la date d'inscription format AAAA-MM-JJ. Utilisez cette "
6960
- "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6961
- "externes."
6962
 
6963
  #: templates/admin/csv-import.tpl.php:355
6964
  msgctxt "admin csv-import"
@@ -6979,7 +6551,6 @@ msgstr ""
6979
  "externes."
6980
 
6981
  #: includes/admin/csv-import.php:301
6982
- #, fuzzy
6983
  msgctxt "csv import"
6984
  msgid ""
6985
  "A valid temporary directory with write permissions is required for CSV "
@@ -6987,7 +6558,7 @@ msgid ""
6987
  "not seem to be writable. Please consult with your host."
6988
  msgstr ""
6989
  "Un répertoire temporaire valide avec les permissions d'écriture est "
6990
- "nécessaire pour que les importations CSV pour fonctionnentcorrectement. "
6991
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
6992
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
6993
 
@@ -7005,8 +6576,7 @@ msgstr "Clés d'accès"
7005
  msgctxt "listing metabox"
7006
  msgid "Click a transaction to see its details (and approve/reject)."
7007
  msgstr ""
7008
- "Cliquez sur un paiement pour voir les détails, approuver / rejeter la "
7009
- "transaction."
7010
 
7011
  #: templates/admin/metaboxes-listing-information-payments.tpl.php:35
7012
  msgctxt "listing metabox"
@@ -7016,12 +6586,12 @@ msgstr "Aucun paiement disponible."
7016
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
7017
  msgctxt "listing metabox"
7018
  msgid "Plan Details"
7019
- msgstr "Détails des plans"
7020
 
7021
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
7022
  msgctxt "listing metabox"
7023
  msgid "Change plan"
7024
- msgstr "Changer de plan tarifaire"
7025
 
7026
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
7027
  msgctxt "listing metabox"
@@ -7036,26 +6606,24 @@ msgstr "Annonce créée"
7036
  #: includes/admin/helpers/class-listing-timeline.php:130
7037
  msgctxt "listing timeline"
7038
  msgid "Listing expired"
7039
- msgstr "Une annonce expire"
7040
 
7041
  #: includes/admin/helpers/class-listing-timeline.php:146
7042
  msgctxt "listing timeline"
7043
  msgid "T&C acceptance date"
7044
- msgstr ""
7045
 
7046
  #: includes/admin/helpers/class-listing-timeline.php:164
7047
  msgctxt "listing timeline"
7048
  msgid "Paid as admin"
7049
- msgstr ""
7050
 
7051
  #: includes/admin/helpers/class-listing-timeline.php:166
7052
- #, fuzzy
7053
  msgctxt "listing timeline"
7054
  msgid "Listing imported"
7055
- msgstr "Une annonce expire"
7056
 
7057
  #: includes/admin/helpers/class-listing-timeline.php:168
7058
- #, fuzzy
7059
  msgctxt "listing timeline"
7060
  msgid "Initial Payment"
7061
  msgstr "Paiement Initial"
@@ -7091,18 +6659,18 @@ msgstr "Vous avez reçu une réponse à votre annonce de %s."
7091
  #: includes/admin/settings/class-settings-bootstrap.php:1478
7092
  msgctxt "contact email"
7093
  msgid "Name: %s"
7094
- msgstr "Nom: %s"
7095
 
7096
  #: includes/admin/settings/class-settings-bootstrap.php:1486
7097
  msgctxt "contact email"
7098
  msgid "Message:"
7099
- msgstr "Message:"
7100
 
7101
  #. translators: %s: date shortcode
7102
  #: includes/admin/settings/class-settings-bootstrap.php:1490
7103
  msgctxt "contact email"
7104
  msgid "Time: %s"
7105
- msgstr "Date: %s"
7106
 
7107
  #: includes/admin/tracking.php:197
7108
  msgctxt "tracking"
@@ -7152,12 +6720,14 @@ msgstr ""
7152
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7153
  msgctxt "manual-upgrade"
7154
  msgid "Go to \"Directory Admin\""
7155
- msgstr "Aller à \"Administrateur de l'annuaire\""
7156
 
7157
  #: includes/admin/upgrades/class-migration.php:29
7158
  msgctxt "installer"
7159
  msgid "Migrating Business Directory database to version <version>."
7160
  msgstr ""
 
 
7161
 
7162
  #: includes/admin/upgrades/migrations/migration-17_0.php:77
7163
  msgctxt "installer"
@@ -7179,10 +6749,9 @@ msgid "Migrating email notices to new format..."
7179
  msgstr "Migration des avis au nouveau format par courriel . . ."
7180
 
7181
  #: includes/admin/upgrades/migrations/migration-18_0.php:205
7182
- #, fuzzy
7183
  msgctxt "installer"
7184
  msgid "Migrating plans..."
7185
- msgstr "Migration des plans d'honoraires. . ."
7186
 
7187
  #: includes/admin/upgrades/migrations/migration-18_0.php:322
7188
  msgctxt "installer"
@@ -7212,24 +6781,21 @@ msgstr ""
7212
  "jour le module."
7213
 
7214
  #: includes/admin/upgrades/migrations/migration-3_7.php:38
7215
- #, fuzzy
7216
  msgctxt "installer"
7217
  msgid "Migrating payments information."
7218
  msgstr "Migration des informations de licence au nouveau format. . ."
7219
 
7220
  #: includes/admin/upgrades/migrations/migration-3_7.php:62
7221
- #, fuzzy
7222
  msgctxt "installer"
7223
  msgid "Cleaning up plan information... %1$d/%2$d"
7224
- msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
7225
 
7226
  #: includes/admin/upgrades/migrations/migration-3_7.php:120
7227
- #, fuzzy
7228
  msgctxt "installer"
7229
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7230
  msgstr ""
7231
- "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
7232
- "%d"
7233
 
7234
  #: includes/admin/upgrades/migrations/migration-3_7.php:149
7235
  msgctxt "installer"
@@ -7257,7 +6823,6 @@ msgid "Featured Levels migration is complete."
7257
  msgstr "La migration des niveaux en vedette est terminée."
7258
 
7259
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7260
- #, fuzzy
7261
  msgctxt "migrate-18"
7262
  msgid ""
7263
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -7270,7 +6835,6 @@ msgstr ""
7270
  "de «Niveau en vedette» qui se limitait à des annonces mises en avant."
7271
 
7272
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7273
- #, fuzzy
7274
  msgctxt "migrate-18"
7275
  msgid ""
7276
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -7287,7 +6851,6 @@ msgstr ""
7287
  "link> et <cancel-link>annulez la migration</cancel-link>."
7288
 
7289
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7290
- #, fuzzy
7291
  msgctxt "migrate-18"
7292
  msgid ""
7293
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -7301,7 +6864,7 @@ msgstr ""
7301
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7302
  msgctxt "migrate-18"
7303
  msgid "Move to: "
7304
- msgstr "Déplacez vers : "
7305
 
7306
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7307
  msgctxt "migrate-18"
@@ -7324,18 +6887,18 @@ msgid ""
7324
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7325
  "Levels migration here</a>."
7326
  msgstr ""
7327
- "Les statuts \"Premium\" ont été supprimés dans @next-release. Vous devez "
7328
- "effectuer la <a>migration des statuts \"Premium\" ici</a>."
7329
 
7330
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7331
  msgctxt "upgrade-18"
7332
  msgid "← Return to Directory dashboard"
7333
- msgstr "← Retourner à l'annuaire"
7334
 
7335
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7336
  msgctxt "upgrade-18"
7337
  msgid "Configure Plan"
7338
- msgstr "Configurez les plans de soumissions"
7339
 
7340
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7341
  msgctxt "upgrade-18"
@@ -7362,38 +6925,35 @@ msgstr "Sélectionnez une option"
7362
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7363
  msgctxt "upgrade-18"
7364
  msgid "Remove \"sticky\" status for listings."
7365
- msgstr "Revoir le statut pour les listes \"récurrentes\"."
7366
 
7367
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7368
- #, fuzzy
7369
  msgctxt "upgrade-18"
7370
  msgid "Remove this (old) level, and leave the listing on the old plan."
7371
  msgstr ""
7372
- "Supprimez cet (ancien) niveau et laissez les annonces sur l'ancien plan "
7373
- "tarifaire."
7374
 
7375
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7376
- #, fuzzy
7377
  msgctxt "upgrade-18"
7378
  msgid "May change \"sticky\" status depending on plan."
7379
- msgstr "Peut changer le statut \"Premium\" en fonction du plan tarifaire."
 
7380
 
7381
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7382
- #, fuzzy
7383
  msgctxt "upgrade-18"
7384
  msgid "Move listings with this level to existing plan."
7385
- msgstr "Déplacez les annonces de ce niveau vers le plan tarifaire existant."
7386
 
7387
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7388
  msgctxt "upgrade-18"
7389
  msgid "Keep \"sticky\" status of listings."
7390
- msgstr "Revoir le statut pour les listes \"récurrentes\"."
7391
 
7392
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7393
- #, fuzzy
7394
  msgctxt "upgrade-18"
7395
  msgid "Replace this level with a new plan."
7396
- msgstr "Remplacez ce niveau par un nouveau statut."
7397
 
7398
  #: includes/class-cpt-integration.php:15
7399
  msgctxt "post type general name"
@@ -7411,37 +6971,34 @@ msgid "Add New Listing"
7411
  msgstr "Ajouter une nouvelle annonce"
7412
 
7413
  #: includes/models/class-listing.php:427
7414
- #, fuzzy
7415
  msgctxt "listing"
7416
  msgid "Listing has no registered payments"
7417
- msgstr "Date d'expiration de l'annonce"
7418
 
7419
  #: includes/models/class-listing.php:436
7420
- #, fuzzy
7421
  msgctxt "listing"
7422
  msgid "Can't delete payment"
7423
- msgstr "Supprimer le paiement"
7424
 
7425
  #: includes/models/class-listing.php:474
7426
  msgctxt "listing"
7427
  msgid "Listing expired"
7428
- msgstr "Une annonce expire"
7429
 
7430
  #: includes/models/class-listing.php:683
7431
  msgctxt "listing"
7432
  msgid "(Unavailable Plan)"
7433
- msgstr "(Plan indisponible disponible)"
7434
 
7435
  #: includes/models/class-listing.php:878
7436
- #, fuzzy
7437
  msgctxt "listing"
7438
  msgid "Plan \"%s\" (recurring)"
7439
- msgstr "(récurrent)"
7440
 
7441
  #: includes/models/class-listing.php:880
7442
  msgctxt "listing"
7443
  msgid "Plan \"%s\""
7444
- msgstr "Statut \"%s\""
7445
 
7446
  #: includes/class-cpt-integration.php:18
7447
  msgctxt "post type"
@@ -7462,24 +7019,22 @@ msgstr "[%s] Notification d'édition d'annonce"
7462
 
7463
  #. translators: %s is the name of the blog.
7464
  #: includes/class-listing-email-notification.php:376
7465
- #, fuzzy
7466
  msgctxt "notify email"
7467
  msgid "[%s] Reported listing notification"
7468
  msgstr "[%s] Nouvelle notification d'annonce"
7469
 
7470
  #. translators: [%s] is the name of the blog.
7471
  #: includes/class-listing-email-notification.php:423
7472
- #, fuzzy
7473
  msgctxt "notify email"
7474
  msgid "[%s] New payment notification"
7475
- msgstr "[%s] Nouvelle notification d'annonce"
7476
 
7477
  #: templates/email/listing-added.tpl.php:15
7478
  #: templates/email/listing-edited.tpl.php:21
7479
  #: templates/email/listing-reported.tpl.php:15
7480
  msgctxt "notify email"
7481
  msgid "Admin URL"
7482
- msgstr "Connexion"
7483
 
7484
  #: templates/email/listing-added.tpl.php:27
7485
  #: templates/email/listing-edited.tpl.php:32
@@ -7491,31 +7046,27 @@ msgstr "Posté par"
7491
  #: templates/email/listing-added.tpl.php:36
7492
  msgctxt "notify email"
7493
  msgid "Annonymous User"
7494
- msgstr ""
7495
 
7496
  #: templates/email/listing-payment-completed.tpl.php:7
7497
- #, fuzzy
7498
  msgctxt "notify email"
7499
  msgid "Payment ID"
7500
- msgstr "ID de paiement:"
7501
 
7502
  #: templates/email/listing-payment-completed.tpl.php:18
7503
- #, fuzzy
7504
  msgctxt "notify email"
7505
  msgid "Payment Details"
7506
  msgstr "Détails de paiement"
7507
 
7508
  #: templates/email/listing-payment-completed.tpl.php:35
7509
- #, fuzzy
7510
  msgctxt "notify email"
7511
  msgid "Listing URL"
7512
  msgstr "Url de l'annonce"
7513
 
7514
  #: templates/email/listing-payment-completed.tpl.php:37
7515
- #, fuzzy
7516
  msgctxt "notify email"
7517
  msgid "Listing admin URL"
7518
- msgstr "Url de l'annonce"
7519
 
7520
  #: templates/email/listing-reported.tpl.php:17
7521
  msgctxt "notify email"
@@ -7523,38 +7074,34 @@ msgid "Categories"
7523
  msgstr "Catégories"
7524
 
7525
  #: templates/email/listing-reported.tpl.php:21
7526
- #, fuzzy
7527
  msgctxt "notify email"
7528
  msgid "Report Information"
7529
- msgstr "Information concernant les frais"
7530
 
7531
  #: templates/email/listing-reported.tpl.php:24
7532
- #, fuzzy
7533
  msgctxt "notify email"
7534
  msgid "User name"
7535
- msgstr "Nom d'utilisateur (login) :"
7536
 
7537
  #: templates/email/listing-reported.tpl.php:28
7538
- #, fuzzy
7539
  msgctxt "notify email"
7540
  msgid "User Email"
7541
- msgstr "Votre email"
7542
 
7543
  #: templates/email/listing-reported.tpl.php:31
7544
  msgctxt "notify email"
7545
  msgid "Report IP"
7546
- msgstr ""
7547
 
7548
  #: templates/email/listing-reported.tpl.php:33
7549
- #, fuzzy
7550
  msgctxt "notify email"
7551
  msgid "Report selected option"
7552
- msgstr "Sélection de la catégorie"
7553
 
7554
  #: templates/email/listing-reported.tpl.php:35
7555
  msgctxt "notify email"
7556
  msgid "Report additional info"
7557
- msgstr ""
7558
 
7559
  #: includes/class-meta.php:33
7560
  msgctxt "rss feed"
@@ -7564,7 +7111,7 @@ msgstr "%s diffusion"
7564
  #: includes/class-payment-gateways.php:95
7565
  msgctxt "payment-gateways"
7566
  msgid "Enable %s?"
7567
- msgstr "Activer %s?"
7568
 
7569
  #: includes/class-payment-gateways.php:133
7570
  msgctxt "payment-gateways"
@@ -7572,7 +7119,7 @@ msgid ""
7572
  "The <gateway> gateway is enabled but not properly configured. The gateway "
7573
  "won't be available until the following problems are fixed: <problems>."
7574
  msgstr ""
7575
- "La passerelle <gateway> est activée, mais pas correctement configuré. La "
7576
  "passerelle ne sera pas disponible jusqu'à ce que les problèmes suivants sont "
7577
  "résolus: <problems>."
7578
 
@@ -7587,24 +7134,23 @@ msgid "The reCAPTCHA wasn't entered correctly."
7587
  msgstr "Le code CAPTCHA n'a pas été rentré correctement."
7588
 
7589
  #: includes/class-recaptcha.php:32
7590
- #, fuzzy
7591
  msgctxt "recaptcha"
7592
  msgid "The reCAPTCHA validation score failed."
7593
- msgstr "Le code CAPTCHA n'a pas été rentré correctement."
7594
 
7595
  #: includes/class-wpbdp.php:460
7596
- #, fuzzy
7597
  msgctxt "listing image upload"
7598
  msgid "Please select a plan before uploading images to the listing"
7599
- msgstr "Veuillez choisir une catégorie valide pour votre annonce."
 
 
7600
 
7601
  #: includes/class-wpbdp.php:465
7602
  msgctxt "listing image upload"
7603
  msgid "Can not upload any more images for this listing."
7604
- msgstr "Impossible de télécharger d'images pour cette annonce."
7605
 
7606
  #: includes/class-wpbdp.php:469
7607
- #, fuzzy
7608
  msgctxt "listing image upload"
7609
  msgid ""
7610
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -7724,10 +7270,9 @@ msgid "Please enter a valid email."
7724
  msgstr "Veuillez entrer un e-mail valide."
7725
 
7726
  #: includes/controllers/pages/class-listing-contact.php:61
7727
- #, fuzzy
7728
  msgctxt "contact-message"
7729
  msgid "Please enter a valid phone number."
7730
- msgstr "Veuillez entrer un e-mail valide."
7731
 
7732
  #: includes/controllers/pages/class-listing-contact.php:65
7733
  msgctxt "contact-message"
@@ -7782,12 +7327,11 @@ msgid ""
7782
  "listings in the directory. Listings cannot be added until you assign "
7783
  "categories to the business directory."
7784
  msgstr ""
7785
- "Il n'y a pas encore de catégorie affectées à l'annuaire professionnel. Vous "
7786
- "devez affecter quelques catégories à l'annuaire professionnel. Seuls les "
7787
- "administrateurs peuvent voir ce message. Les utilisateurs ordinaires voient "
7788
- "un message indiquant qu'ils ne peuvent ajouter leur annonce pour le moment. "
7789
- "Les annonces ne peuvent pas être ajoutés tant que vous n'avez pas attribuer "
7790
- "des catégories à l'annuaire professionnel."
7791
 
7792
  #: includes/controllers/pages/class-main.php:11
7793
  msgctxt "templates"
@@ -7801,12 +7345,12 @@ msgid ""
7801
  "listings in them. That means they won't show up on the front end of your "
7802
  "site. If you didn't want that, click <a>here</a> to change the setting."
7803
  msgstr ""
7804
- "Vous avez \"Cacher les catégories vides \" et certaines catégories qui ne "
7805
- "possèdent pas d'annonces. Cela signifie qu'ils ne seront pas visibles sur le "
7806
- "frontal votre site. Si cela ne correspond pas à votre souhait, cliquez </a> "
7807
- "ici <a> pour modifier le paramétrage."
7808
 
7809
- #: includes/controllers/pages/class-submit-listing.php:420
7810
  msgctxt "templates"
7811
  msgid ""
7812
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7815,49 +7359,58 @@ msgstr ""
7815
  "<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
7816
  "soumission de l'annonce publique ?\" ?"
7817
 
7818
- #: includes/controllers/pages/class-submit-listing.php:422
7819
  msgctxt "templates"
7820
  msgid ""
7821
  "Listing submission has been disabled. Contact the administrator for details."
7822
  msgstr ""
 
 
7823
 
7824
- #: includes/controllers/pages/class-submit-listing.php:820
7825
  msgctxt "templates"
7826
  msgid ""
7827
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7828
  "a listing. %s to create a plan"
7829
  msgstr ""
 
 
 
7830
 
7831
- #: includes/controllers/pages/class-submit-listing.php:834
7832
  msgctxt "templates"
7833
  msgid ""
7834
  "Listing submission is not available at the moment. Contact the administrator "
7835
  "for details."
7836
  msgstr ""
 
 
7837
 
7838
- #: includes/controllers/pages/class-submit-listing.php:837
7839
  msgctxt "templates"
7840
  msgid ""
7841
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7842
  "and create a new field with this association, or assign this association to "
7843
  "an existing field"
7844
  msgstr ""
 
 
 
7845
 
7846
- #: includes/controllers/pages/class-submit-listing.php:1284
7847
  msgctxt "templates"
7848
  msgid "Please agree to the Terms and Conditions."
7849
  msgstr "Veuillez accepter les conditions d'utilisation."
7850
 
7851
- #: includes/controllers/pages/class-submit-listing.php:1298
7852
  msgctxt "templates"
7853
  msgid "I agree to the <a>Terms and Conditions</a>"
7854
  msgstr "J'accepte <a> Conditions générales </a>"
7855
 
7856
  #: includes/helpers/functions/general.php:1325
7857
- #, fuzzy
7858
  msgctxt "templates"
7859
  msgid "Return to results"
7860
- msgstr "Retourner vers l'annuaire"
7861
 
7862
  #: includes/helpers/functions/templates-ui.php:224
7863
  msgctxt "templates"
@@ -7873,7 +7426,7 @@ msgstr "Recherche avancée"
7873
  #: templates/listing-sticky-tag.tpl.php:12
7874
  msgctxt "templates"
7875
  msgid "Featured Listing"
7876
- msgstr "Annonce sélectionnée"
7877
 
7878
  #: templates/parts/listing-buttons.tpl.php:15
7879
  msgctxt "templates"
@@ -7881,25 +7434,24 @@ msgid "Edit"
7881
  msgstr "Editer"
7882
 
7883
  #: templates/parts/listing-buttons.tpl.php:23
7884
- #, fuzzy
7885
  msgctxt "templates"
7886
  msgid "Flag Listing"
7887
- msgstr "Trouver une annonce"
7888
 
7889
  #: templates/renew-listing.tpl.php:19
7890
  msgctxt "templates"
7891
  msgid "You are about to renew your listing \"%s\" publication."
7892
- msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
 
7893
 
7894
  #: templates/renew-listing.tpl.php:22
7895
- #, fuzzy
7896
  msgctxt "templates"
7897
  msgid ""
7898
  "Please select a plan or click \"Do not renew my listing\" to remove your "
7899
  "listing from the directory."
7900
  msgstr ""
7901
- "S'il vous plaît choisir une option de paiement ou cliquez sur « Ne pas "
7902
- "renouveler mon inscription » pour supprimer votre fiche dans le répertoire."
7903
 
7904
  #: templates/renew-listing.tpl.php:37
7905
  #: templates/submit-listing/extra-sections.tpl.php:6
@@ -7913,21 +7465,19 @@ msgid "Do not renew my listing"
7913
  msgstr "Ne pas renouveler mon annonce"
7914
 
7915
  #: templates/renew-resume.tpl.php:33
7916
- #, fuzzy
7917
  msgctxt "templates"
7918
  msgid "Continue to checkout"
7919
  msgstr "Continuer le paiement"
7920
 
7921
  #: templates/renew-resume.tpl.php:34
7922
- #, fuzzy
7923
  msgctxt "templates"
7924
  msgid "Return to plan selection"
7925
- msgstr "Retourner vers l'annonce."
7926
 
7927
  #: templates/submit-listing/extra-sections.tpl.php:1
7928
  msgctxt "templates"
7929
  msgid "Additional Information"
7930
- msgstr "Information complémentaire"
7931
 
7932
  #: templates/submit-listing-done.tpl.php:9
7933
  msgctxt "templates"
@@ -7959,16 +7509,14 @@ msgstr ""
7959
  "une fois votre annonce approuvée."
7960
 
7961
  #: templates/submit-listing-images-upload-form.tpl.php:32
7962
- #, fuzzy
7963
  msgctxt "templates"
7964
  msgid "Image slots available"
7965
- msgstr "Emplacements d'image disponibles:"
7966
 
7967
  #: templates/submit-listing-images.tpl.php:54
7968
- #, fuzzy
7969
  msgctxt "templates"
7970
  msgid "File size"
7971
- msgstr "Taille maximale des fichiers:"
7972
 
7973
  #: templates/submit-listing-images.tpl.php:56
7974
  #: templates/submit-listing-images.tpl.php:64
@@ -7978,64 +7526,52 @@ msgid "No limit"
7978
  msgstr "Aucune limitation"
7979
 
7980
  #: templates/submit-listing-images.tpl.php:62
7981
- #, fuzzy
7982
  msgctxt "templates"
7983
  msgid "Image width"
7984
- msgstr "Largeur d'images (en pixel):"
7985
 
7986
  #: templates/submit-listing-images.tpl.php:70
7987
- #, fuzzy
7988
  msgctxt "templates"
7989
  msgid "Image height"
7990
- msgstr "Hauteur d'image (en pixel):"
7991
 
7992
  #: includes/controllers/pages/class-login.php:47
7993
  msgctxt "views:login"
7994
  msgid "Please enter a valid e-mail/access key combination."
7995
- msgstr "S'il vous plaît entrer un e-mail valide."
7996
 
7997
  #: includes/controllers/pages/class-manage-listings.php:26
7998
- #, fuzzy
7999
  msgctxt "view:manage-listings"
8000
  msgid "Please <a>login</a> to manage your listings."
8001
- msgstr ""
8002
- "Veuillez vous <a> connecter </a> pour pouvoir envoyer des messages au "
8003
- "propriétaire de l'annonce."
8004
-
8005
- #: includes/controllers/pages/class-manage-recurring.php:33
8006
- msgctxt "manage subscription"
8007
- msgid "The listing with id = <listing-id> doesn't exists."
8008
- msgstr ""
8009
 
8010
- #: includes/controllers/pages/class-manage-recurring.php:42
8011
- #, fuzzy
8012
  msgctxt "manage subscriptions"
8013
  msgid ""
8014
  "You are not authorized to cancel this subscription. The link you followed is "
8015
  "invalid."
8016
- msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
 
 
8017
 
8018
- #: includes/controllers/pages/class-manage-recurring.php:53
8019
  msgctxt "manage subscriptions"
8020
  msgid "Invalid subscription."
8021
  msgstr "Abonnement non valide."
8022
 
8023
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
8024
- #: includes/controllers/pages/class-manage-recurring.php:76
8025
- #, fuzzy
8026
  msgctxt "manage subscriptions"
8027
  msgid "Your subscription was canceled."
8028
- msgstr "Abonnement annulé."
8029
 
8030
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
8031
  #: templates/manage-recurring.tpl.php:6
8032
- #, fuzzy
8033
  msgctxt "manage subscriptions"
8034
  msgid "Subscription / Plan"
8035
- msgstr "Abonnement/ Plan de frais"
8036
 
8037
- #: includes/controllers/pages/class-manage-recurring.php:93
8038
- #, fuzzy
8039
  msgctxt "manage listings"
8040
  msgid "You are not on recurring payments for any of your listings."
8041
  msgstr "Il n'y a aucun paiement récurrent pour aucune de vos annonces."
@@ -8059,56 +7595,53 @@ msgstr ""
8059
  #: includes/controllers/pages/class-renew-listing.php:67
8060
  msgctxt "renewal"
8061
  msgid "Your listing has been removed from the directory."
8062
- msgstr "Votre annonce a été supprimée du répertoire."
8063
 
8064
  #: includes/controllers/pages/class-renew-listing.php:69
8065
  msgctxt "renewal"
8066
  msgid "Could not remove listing from directory."
8067
- msgstr "Impossible de supprimer le répertoire."
8068
 
8069
  #: templates/renew-listing-manage-subscription.tpl.php:6
8070
- #, fuzzy
8071
  msgctxt "renewal"
8072
  msgid "Current Plan Details"
8073
- msgstr "Détails des frais sélectionnés"
8074
 
8075
  #: templates/renew-listing-manage-subscription.tpl.php:9
8076
- #, fuzzy
8077
  msgctxt "renewal"
8078
  msgid "Name:"
8079
- msgstr "Nom:"
8080
 
8081
  #: templates/renew-listing-manage-subscription.tpl.php:11
8082
  msgctxt "renewal"
8083
  msgid "Number of images:"
8084
- msgstr "Nombre d'images:"
8085
 
8086
  #: templates/renew-listing-manage-subscription.tpl.php:13
8087
  msgctxt "renewal"
8088
  msgid "Expiration date:"
8089
- msgstr "Date d'expiration:"
8090
 
8091
  #: templates/renew-listing.tpl.php:15
8092
  msgctxt "renewal"
8093
  msgid "Proceed to Checkout"
8094
- msgstr "Procéder à la vérification"
8095
 
8096
  #: templates/renew-listing.tpl.php:40
8097
- #, fuzzy
8098
  msgctxt "renewal"
8099
  msgid ""
8100
  "Clicking the button below will cause your listing to be permanently removed "
8101
  "from the directory."
8102
- msgstr "Votre annonce a été supprimée du répertoire."
 
 
8103
 
8104
  #: templates/renew-resume.tpl.php:10
8105
- #, fuzzy
8106
  msgctxt "renewal"
8107
  msgid "Renew Plan Resume"
8108
- msgstr "Renouveller la clé de licence"
8109
 
8110
  #: templates/renew-resume.tpl.php:15
8111
- #, fuzzy
8112
  msgctxt "renewal"
8113
  msgid "You are about to renew the listing %s."
8114
  msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
@@ -8117,6 +7650,8 @@ msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
8117
  msgctxt "renewal"
8118
  msgid "In order to complete the renewal, please confirm plan selection."
8119
  msgstr ""
 
 
8120
 
8121
  #: includes/controllers/pages/class-renew-listing.php:150
8122
  msgctxt "listings"
@@ -8126,74 +7661,69 @@ msgstr "Renouvellement des frais \"%s\"."
8126
  #: includes/controllers/pages/class-request-access-keys.php:13
8127
  msgctxt "request_access_keys"
8128
  msgid "Did you mean to <a>access the Directory</a>?"
8129
- msgstr "Vouliez-vous dire <a>accéder au répertoire</a>?"
8130
 
8131
  #: includes/controllers/pages/class-request-access-keys.php:39
8132
  msgctxt "request_access_keys"
8133
  msgid "Access keys have been sent to your e-mail address."
8134
- msgstr "Il n'y a aucune transaction associée à cette annonce."
8135
 
8136
  #: includes/controllers/pages/class-request-access-keys.php:44
8137
- #, fuzzy
8138
  msgctxt "request_access_keys"
8139
  msgid "← Return to previous page"
8140
- msgstr "Retourner vers l'annuaire"
8141
 
8142
  #: includes/controllers/pages/class-search.php:42
8143
  msgctxt "search"
8144
  msgid "\"%s\" is required."
8145
- msgstr "%s est requis."
8146
 
8147
- #: includes/controllers/pages/class-submit-listing.php:69
8148
  msgctxt "submit listing"
8149
  msgid "Click this field to add categories"
8150
- msgstr "Cliquez sur ce champ pour sélectionner une catégorie"
8151
 
8152
- #: includes/controllers/pages/class-submit-listing.php:70
8153
  msgctxt "submit listing"
8154
  msgid "Complete Listing"
8155
  msgstr "Soumettre l'annonce"
8156
 
8157
- #: includes/controllers/pages/class-submit-listing.php:71
8158
  msgctxt "submit listing"
8159
  msgid "Continue to Payment"
8160
  msgstr "Continuer le paiement"
8161
 
8162
- #: includes/controllers/pages/class-submit-listing.php:73
8163
- #, fuzzy
8164
  msgctxt "submit listing"
8165
  msgid "Please wait a moment!"
8166
  msgstr "Veuillez attendre..."
8167
 
8168
- #: includes/controllers/pages/class-submit-listing.php:74
8169
  msgctxt "submit listing"
8170
  msgid "Something went wrong!"
8171
- msgstr ""
8172
 
8173
- #: includes/controllers/pages/class-submit-listing.php:99
8174
- #, fuzzy
8175
  msgctxt "submit listing"
8176
  msgid "No listing ID was specified."
8177
- msgstr "Une annonce est éditée."
8178
 
8179
- #: includes/controllers/pages/class-submit-listing.php:101
8180
- #, fuzzy
8181
  msgctxt "submit listing"
8182
  msgid "You can't edit this listing."
8183
- msgstr "Catégories pour cette annonce"
8184
 
8185
- #: includes/controllers/pages/class-submit-listing.php:164
8186
- #, fuzzy
8187
  msgctxt "submit listing"
8188
  msgid ""
8189
  "This listing can't be edited at this time because it has no plan associated. "
8190
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8191
  msgstr ""
8192
- "Cette annonce ne peut pas être modifiée pour le moment car aucun plan de "
8193
- "frais n'est associé. S'il vous plaît <a>modifier l'annonce</a> sur le "
8194
- "backend et l'associer à un plan de frais."
8195
 
8196
- #: includes/controllers/pages/class-submit-listing.php:170
8197
  msgctxt "submit listing"
8198
  msgid ""
8199
  "This listing can't be edited at this time. Please try again later or contact "
@@ -8202,72 +7732,71 @@ msgstr ""
8202
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
8203
  "quelques minutes ou contactez l'administrateur si le problème persiste."
8204
 
8205
- #: includes/controllers/pages/class-submit-listing.php:194
8206
  msgctxt "submit listing"
8207
  msgid "You're logged in as admin, payment will be skipped."
8208
  msgstr ""
8209
  "Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
8210
  "seront passées."
8211
 
8212
- #: includes/controllers/pages/class-submit-listing.php:509
8213
- #, fuzzy
8214
  msgctxt "submit listing"
8215
  msgid "Category selection"
8216
  msgstr "Sélection de la catégorie"
8217
 
8218
- #: includes/controllers/pages/class-submit-listing.php:509
8219
  msgctxt "submit listing"
8220
  msgid "Category & plan selection"
8221
- msgstr "Sélection Catégorie et plan"
8222
 
8223
- #: includes/controllers/pages/class-submit-listing.php:817
8224
  msgctxt "submit listing"
8225
  msgid "Can not submit a listing at this moment. Please try again later."
8226
  msgstr ""
8227
- "Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
 
8228
 
8229
- #: includes/controllers/pages/class-submit-listing.php:866
8230
- #: includes/controllers/pages/class-submit-listing.php:993
8231
  msgctxt "submit listing"
8232
  msgid "Please select a category."
8233
  msgstr "Veuillez sélectionner une catégorie."
8234
 
8235
- #: includes/controllers/pages/class-submit-listing.php:891
8236
  msgctxt "submit listing"
8237
  msgid "Current active plan is disabled. Please select another plan."
8238
  msgstr ""
 
8239
 
8240
- #: includes/controllers/pages/class-submit-listing.php:893
8241
  msgctxt "submit listing"
8242
  msgid "Please choose a valid category for your plan."
8243
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
8244
 
8245
- #: includes/controllers/pages/class-submit-listing.php:896
8246
- #, fuzzy
8247
  msgctxt "submit listing"
8248
  msgid "Please choose a valid plan for your category selection."
8249
  msgstr ""
8250
- "S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
8251
- "catégorie."
8252
 
8253
- #: includes/controllers/pages/class-submit-listing.php:1204
8254
  msgctxt "submit listing"
8255
  msgid "Please enter your desired username."
8256
- msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
8257
 
8258
- #: includes/controllers/pages/class-submit-listing.php:1209
8259
  msgctxt "submit listing"
8260
  msgid "Please enter the e-mail for your new account."
8261
- msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
8262
 
8263
- #: includes/controllers/pages/class-submit-listing.php:1214
8264
  msgctxt "submit listing"
8265
  msgid "The username you chose is already in use. Please use a different one."
8266
  msgstr ""
8267
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
8268
  "utiliser un autre."
8269
 
8270
- #: includes/controllers/pages/class-submit-listing.php:1219
8271
  msgctxt "submit listing"
8272
  msgid "The e-mail address you chose for your account is already in use."
8273
  msgstr ""
@@ -8276,13 +7805,15 @@ msgstr ""
8276
  #: includes/models/class-payment.php:262
8277
  msgctxt "submit listing"
8278
  msgid "Listing submitted by admin. Payment skipped."
8279
- msgstr "Annonce soumis par admin. Paiement sauté."
8280
 
8281
- #: includes/controllers/pages/class-submit-listing.php:1159
8282
  msgctxt "listing submit"
8283
  msgid ""
8284
  "Image upload is required, please provide at least one image and submit again."
8285
  msgstr ""
 
 
8286
 
8287
  #: templates/submit-listing-plan-selection-complete.tpl.php:25
8288
  msgctxt "listing submit"
@@ -8312,7 +7843,7 @@ msgstr "Réseaux sociaux (Page Facebook)"
8312
  #: includes/fields/class-fieldtypes-image.php:11
8313
  msgctxt "form-fields api"
8314
  msgid "Image (file upload)"
8315
- msgstr "Image (fichier uploadé)"
8316
 
8317
  #: includes/fields/class-fieldtypes-linkedin.php:14
8318
  msgctxt "form-fields api"
@@ -8329,12 +7860,12 @@ msgstr ""
8329
  #: includes/fields/class-fieldtypes-multiselect.php:6
8330
  msgctxt "form-fields api"
8331
  msgid "Multiple select list"
8332
- msgstr "Sélection multiple d'annonce"
8333
 
8334
  #: includes/fields/class-fieldtypes-multiselect.php:11
8335
  msgctxt "form-fields api"
8336
  msgid "Multiselect List"
8337
- msgstr "Multisélection d'annonce"
8338
 
8339
  #: includes/fields/class-fieldtypes-radiobutton.php:18
8340
  msgctxt "form-fields api"
@@ -8342,10 +7873,9 @@ msgid "Radio button"
8342
  msgstr "Bouton radio"
8343
 
8344
  #: includes/fields/class-fieldtypes-social.php:31
8345
- #, fuzzy
8346
  msgctxt "form-fields api"
8347
  msgid "Social Site (Other)"
8348
- msgstr "Réseaux sociaux (Page Twitter)"
8349
 
8350
  #: includes/fields/class-fieldtypes-textarea.php:12
8351
  msgctxt "form-fields api"
@@ -8377,16 +7907,14 @@ msgstr ""
8377
  "que le plugin fonctionne."
8378
 
8379
  #: includes/fields/class-fieldtypes-checkbox.php:51
8380
- #, fuzzy
8381
  msgctxt "checkbox form field"
8382
  msgid "Select all"
8383
- msgstr "Sélectionnez une annonce"
8384
 
8385
  #: includes/fields/class-fieldtypes-image.php:41
8386
- #, fuzzy
8387
  msgctxt "date field"
8388
  msgid "Caption for %s is required."
8389
- msgstr "Le pays est requis"
8390
 
8391
  #: includes/fields/class-fieldtypes-image.php:110
8392
  #: includes/fields/class-fieldtypes-social.php:173
@@ -8402,17 +7930,17 @@ msgstr "Type de champ de formulaire invalide"
8402
  #: includes/fields/class-form-field.php:632
8403
  msgctxt "form-fields-api"
8404
  msgid "Field label is required."
8405
- msgstr "Ce champ est requis."
8406
 
8407
  #: includes/fields/class-form-field.php:636
8408
  msgctxt "form-fields-api"
8409
  msgid "Field label max length is 255 characters."
8410
- msgstr ""
8411
 
8412
  #: includes/fields/class-form-field.php:640
8413
  msgctxt "form-fields-api"
8414
  msgid "Field description max length is 255 characters."
8415
- msgstr ""
8416
 
8417
  #: includes/fields/class-form-field.php:651
8418
  msgctxt "form-fields-api"
@@ -8421,6 +7949,9 @@ msgid ""
8421
  "incompatible internally. If you want to switch to a field of type %1$s, "
8422
  "delete this current field and create a NEW field of type %1$s instead."
8423
  msgstr ""
 
 
 
8424
 
8425
  #: includes/fields/class-form-field.php:654
8426
  msgctxt "form-fields-api"
@@ -8428,6 +7959,8 @@ msgid ""
8428
  "<strong>WARNING</strong>: If you delete this field, the data from it in "
8429
  "existing listings will be deleted as well."
8430
  msgstr ""
 
 
8431
 
8432
  #: includes/fields/class-form-field.php:690
8433
  msgctxt "form-fields-api"
@@ -8494,13 +8027,11 @@ msgid "Authorize.net"
8494
  msgstr "Activer Authorize.net"
8495
 
8496
  #: includes/gateways/class-gateway-authorize-net.php:38
8497
- #, fuzzy
8498
  msgctxt "authorize-net"
8499
  msgid "Login ID"
8500
  msgstr "ID de connexion"
8501
 
8502
  #: includes/gateways/class-gateway-authorize-net.php:39
8503
- #, fuzzy
8504
  msgctxt "authorize-net"
8505
  msgid "Transaction Key"
8506
  msgstr "Clé de transaction"
@@ -8546,35 +8077,31 @@ msgstr "Le paiement a échoué. Motif : %s"
8546
  #: includes/gateways/class-gateway-authorize-net.php:215
8547
  msgctxt "authorize-net"
8548
  msgid "Listing #%d"
8549
- msgstr "Annonce #% d"
8550
 
8551
  #: includes/helpers/class-access-keys-sender.php:20
8552
- #, fuzzy
8553
  msgctxt "access keys sender"
8554
  msgid "<email-address> is not a valid e-mail address."
8555
- msgstr "Veuillez entrer un e-mail valide."
8556
 
8557
  #: includes/helpers/class-access-keys-sender.php:29
8558
- #, fuzzy
8559
  msgctxt "access keys sender"
8560
  msgid "There are no listings associated to e-mail address <email-address>."
8561
- msgstr "Il n'y a aucune transaction associée à cette annonce."
8562
 
8563
  #: includes/helpers/class-access-keys-sender.php:46
8564
- #, fuzzy
8565
  msgctxt "access keys sender"
8566
  msgid "Listing Access Keys"
8567
  msgstr "Liste des clés d'accès"
8568
 
8569
  #: includes/helpers/class-access-keys-sender.php:50
8570
- #, fuzzy
8571
  msgctxt "access keys sender"
8572
  msgid ""
8573
  "An error occurred while sending the access keys for e-mail address <email-"
8574
  "address>. Please try again."
8575
  msgstr ""
8576
  "Une erreur s'est produite lors de l'envoi des clés d'accès vers votre "
8577
- "adresse e-mail. Veuillez réessayer."
8578
 
8579
  #: includes/helpers/class-fs.php:119
8580
  msgctxt "fs helper"
@@ -8584,30 +8111,32 @@ msgstr "Le dossier \"%s\" n'est pas accessible en écriture."
8584
  #: includes/helpers/functions/templates-ui.php:402
8585
  msgctxt "templates sort"
8586
  msgid "Sort By:"
8587
- msgstr "Trier par:"
8588
 
8589
  #: includes/helpers/listing_flagging.php:42
8590
  #: includes/helpers/listing_flagging.php:65
8591
  msgctxt "flag listing"
8592
  msgid "Listing ID is required to save a report"
8593
- msgstr ""
8594
 
8595
  #: includes/helpers/listing_flagging.php:73
8596
  msgctxt "flag listing"
8597
  msgid "User ID or IP address is required to save a report"
8598
  msgstr ""
 
 
8599
 
8600
  #: includes/helpers/listing_flagging.php:80
8601
  msgctxt "flag listing"
8602
  msgid "Report reason is required to save a report"
8603
- msgstr ""
8604
 
8605
  #: includes/helpers/listing_flagging.php:84
8606
  msgctxt "flag listing"
8607
  msgid "Report comment is required to save a report"
8608
- msgstr ""
8609
 
8610
- #: includes/installer.php:49
8611
  msgctxt "default category name"
8612
  msgid "General"
8613
  msgstr "Général"
@@ -8618,15 +8147,13 @@ msgid "Could not contact licensing server"
8618
  msgstr "Impossible de contacter le serveur de licences"
8619
 
8620
  #: includes/licensing.php:550
8621
- #, fuzzy
8622
  msgctxt "licensing"
8623
  msgid ""
8624
  "It was not possible to establish a connection with Business Directory's "
8625
  "server. cURL was not found in your system"
8626
  msgstr ""
8627
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
8628
- "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
8629
- "TLS:"
8630
 
8631
  #: includes/licensing.php:552 includes/licensing.php:582
8632
  msgctxt "licensing"
@@ -8654,17 +8181,15 @@ msgstr ""
8654
  "dernières normes de sécurité."
8655
 
8656
  #: includes/licensing.php:556
8657
- #, fuzzy
8658
  msgctxt "licensing"
8659
  msgid ""
8660
  "Please contact your hosting provider and ask them to upgrade your system. "
8661
  "Include this message if necessary"
8662
  msgstr ""
8663
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8664
- "à jour votre hébergement. Incluez ce message si nécessaire."
8665
 
8666
  #: includes/licensing.php:586
8667
- #, fuzzy
8668
  msgctxt "licensing"
8669
  msgid ""
8670
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8700,32 +8225,30 @@ msgstr "Licence désactivée"
8700
 
8701
  #. translators: "<module-name>" version <version-number> is not...
8702
  #: includes/licensing.php:1147
8703
- #, fuzzy
8704
  msgctxt "deprecation"
8705
  msgid ""
8706
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8707
  "Please update this module to the latest available version."
8708
  msgstr ""
8709
- "\"%s\" version %s n'est pas compatible avec le plugin Business Directory "
8710
  "5.0. Veuillez mettre à jour ce module et installer la dernière version."
8711
 
8712
  #: includes/models/class-fee-plan.php:162
8713
  msgctxt "fee plan"
8714
  msgid "No images allowed."
8715
- msgstr "Nombre d'images autorisées."
8716
 
8717
  #: includes/models/class-fee-plan.php:164
8718
  msgctxt "fee plan"
8719
  msgid "%d image allowed."
8720
  msgid_plural "%d images allowed."
8721
- msgstr[0] "Image %d autorisée."
8722
- msgstr[1] "Images autorisées"
8723
 
8724
  #: includes/models/class-fee-plan.php:405
8725
- #, fuzzy
8726
  msgctxt "fees-api"
8727
  msgid "Plan label is required."
8728
- msgstr "Ce champ est requis."
8729
 
8730
  #: includes/models/class-fee-plan.php:411
8731
  msgctxt "fees-api"
@@ -8741,6 +8264,9 @@ msgid ""
8741
  "renew (e.g. 30 days). To avoid issues with the listing, please edit the "
8742
  "<a>plan</a> appropriately."
8743
  msgstr ""
 
 
 
8744
 
8745
  #: includes/models/class-fee-plan.php:419
8746
  msgctxt "fees-api"
@@ -8748,12 +8274,14 @@ msgid ""
8748
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8749
  "avoid issues with the listing, please edit the <a>plan</a> appropriately."
8750
  msgstr ""
 
 
 
8751
 
8752
  #: includes/models/class-payment.php:85
8753
- #, fuzzy
8754
  msgctxt "payment"
8755
  msgid "Payment status changed from \"%1$s\" to \"%2$s\"."
8756
- msgstr "L'état de paiement a changé de \"%s\" à \"%s\"."
8757
 
8758
  #: includes/models/class-payment.php:133
8759
  msgctxt "payment"
@@ -8801,49 +8329,47 @@ msgid "%s. Admin Posted."
8801
  msgstr "%s. Administrateur publié."
8802
 
8803
  #: includes/models/class-payment.php:150
8804
- #, fuzzy
8805
  msgctxt "payment summary"
8806
  msgid "%s. Imported Listing."
8807
- msgstr "Importation des listes"
8808
 
8809
  #: includes/payment.php:57
8810
  msgctxt "payments"
8811
  msgid "Payment #%s"
8812
  msgstr "Paiement #%d"
8813
 
8814
- #: includes/utils.php:276
8815
  msgctxt "utils"
8816
  msgid "Unkown error while uploading file."
8817
- msgstr "Une erreur inconnue est survenu lors de l'upload du fichier."
8818
 
8819
- #: includes/utils.php:384
8820
  msgctxt "utils"
8821
  msgid "Error while uploading file"
8822
- msgstr "Erreur durant l'upload du fichier"
8823
 
8824
- #: includes/utils.php:407 includes/utils.php:413
8825
  msgctxt "utils"
8826
  msgid "File type \"%s\" is not allowed"
8827
  msgstr "Le type de fichier \"%s\" n'est pas autorisé"
8828
 
8829
- #: includes/utils.php:666
8830
  msgctxt "utils"
8831
  msgid ""
8832
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8833
  msgstr ""
8834
- "Les données affichées dépassent les configurations maximale permisent par "
8835
  "PHP. Voir les directive \"post_max_size\"."
8836
 
8837
  #: includes/widgets/widget-featured-listings.php:13
8838
  msgctxt "widgets"
8839
  msgid "Business Directory - Featured Listings"
8840
- msgstr "Business Directory - Annonces prioritaires"
8841
 
8842
  #: includes/widgets/widget-featured-listings.php:14
8843
  msgctxt "widgets"
8844
  msgid "Displays a list of the featured/sticky listings in the directory."
8845
- msgstr ""
8846
- "Affiche une liste des annonces prioritaires/récurrentes dans l'annuaire."
8847
 
8848
  #: includes/widgets/widget-featured-listings.php:17
8849
  msgctxt "widgets"
@@ -8853,13 +8379,12 @@ msgstr "Annonces en vedette"
8853
  #: includes/widgets/widget-latest-listings.php:13
8854
  msgctxt "widgets"
8855
  msgid "Business Directory - Latest Listings"
8856
- msgstr "Business Directory - Dernières annonces"
8857
 
8858
  #: includes/widgets/widget-latest-listings.php:14
8859
  msgctxt "widgets"
8860
  msgid "Displays a list of the latest listings in the Business Directory."
8861
- msgstr ""
8862
- "Afficher une liste des dernières annonces dans l'annuaire professionnel."
8863
 
8864
  #: includes/widgets/widget-latest-listings.php:17
8865
  msgctxt "widgets"
@@ -8869,12 +8394,12 @@ msgstr "Dernières annonces"
8869
  #: includes/widgets/widget-random-listings.php:13
8870
  msgctxt "widgets"
8871
  msgid "Business Directory - Random Listings"
8872
- msgstr "Business Directory - Annonces aléatoires"
8873
 
8874
  #: includes/widgets/widget-random-listings.php:14
8875
  msgctxt "widgets"
8876
  msgid "Displays a list of random listings from the Business Directory."
8877
- msgstr "Afficher une liste d'annonces aléatoires de l'annuaire professionnel."
8878
 
8879
  #: includes/widgets/widget-random-listings.php:17
8880
  msgctxt "widgets"
@@ -8884,7 +8409,7 @@ msgstr "Annonces aléatoires"
8884
  #: includes/widgets/widget-search.php:12
8885
  msgctxt "widgets"
8886
  msgid "Business Directory - Search"
8887
- msgstr "Business Directory - Recherche"
8888
 
8889
  #: includes/widgets/widget-search.php:14
8890
  msgctxt "widgets"
@@ -8895,17 +8420,17 @@ msgstr ""
8895
  #: includes/widgets/widget-search.php:23
8896
  msgctxt "widgets"
8897
  msgid "Search the Business Directory"
8898
- msgstr "Rechercher l'annuaire professionnel"
8899
 
8900
  #: includes/widgets/widget-search.php:29
8901
  msgctxt "widgets"
8902
  msgid "Title:"
8903
- msgstr "Titre:"
8904
 
8905
  #: includes/widgets/widget-search.php:36
8906
  msgctxt "widgets"
8907
  msgid "Form Style:"
8908
- msgstr "Style de formulaire:"
8909
 
8910
  #: includes/widgets/widget-search.php:45
8911
  msgctxt "widgets"
@@ -8920,7 +8445,7 @@ msgstr "Avancé"
8920
  #: includes/widgets/widget-search.php:60
8921
  msgctxt "widgets"
8922
  msgid "Search Fields (advanced mode):"
8923
- msgstr "Champ de recherche (mode avancé)"
8924
 
8925
  #: includes/widgets/widget-search.php:61
8926
  msgctxt "widgets"
@@ -8928,10 +8453,9 @@ msgid "Display the following fields in the form."
8928
  msgstr "Afficher les champs suivants dans le formulaire."
8929
 
8930
  #: templates/admin/home.tpl.php:12
8931
- #, fuzzy
8932
  msgctxt "admin home"
8933
  msgid "Welcome to Business Directory Plugin. You are using %s."
8934
- msgstr "Plugin Business Directory"
8935
 
8936
  #: templates/admin/home.tpl.php:15
8937
  msgctxt "admin home"
@@ -8939,6 +8463,8 @@ msgid ""
8939
  "Thanks for choosing us. There's a lot you probably want to get done, so "
8940
  "let's jump right in!"
8941
  msgstr ""
 
 
8942
 
8943
  #: templates/admin/home.tpl.php:28
8944
  msgctxt "admin home"
@@ -8946,6 +8472,8 @@ msgid ""
8946
  "Our complete documentation is <a>here</a> which we encourage you to use "
8947
  "while setting things up."
8948
  msgstr ""
 
 
8949
 
8950
  #: templates/admin/home.tpl.php:36
8951
  msgctxt "admin home"
@@ -8953,6 +8481,8 @@ msgid ""
8953
  "We have some quick-start scenarios that you will find useful regarding setup "
8954
  "and configuration <a>here</a>."
8955
  msgstr ""
 
 
8956
 
8957
  #: templates/admin/home.tpl.php:45
8958
  msgctxt "admin home"
@@ -8960,6 +8490,8 @@ msgid ""
8960
  "If you have questions, please post a comment on <a>support forum</a> and "
8961
  "we'll answer it within 24 hours most days."
8962
  msgstr ""
 
 
8963
 
8964
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8965
  msgctxt "admin infometabox"
@@ -8974,12 +8506,7 @@ msgstr "Obtenir l'URL de renouvellement de l'annonce"
8974
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
8975
  msgctxt "admin infometabox"
8976
  msgid "Send renewal e-mail"
8977
- msgstr "Envoyer un e-mail à l'utilisateur"
8978
-
8979
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8980
- msgctxt "admin infometabox"
8981
- msgid "Renew listing"
8982
- msgstr "Renouveler l'annonce"
8983
 
8984
  #: templates/admin/themes-delete-confirm.tpl.php:14
8985
  msgctxt "themes admin"
@@ -9014,7 +8541,7 @@ msgstr "Autre"
9014
  #: templates/admin/uninstall-capture-form.tpl.php:17
9015
  msgctxt "uninstall"
9016
  msgid "Why are you deleting Business Directory Plugin?"
9017
- msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
9018
 
9019
  #: templates/admin/uninstall-capture-form.tpl.php:20
9020
  msgctxt "uninstall"
@@ -9025,8 +8552,8 @@ msgstr "Sélectionnez une option."
9025
  msgctxt "uninstall"
9026
  msgid "Please tell us why are you deleting Business Directory Plugin."
9027
  msgstr ""
9028
- "Veuillez nous dire pourquoi avez-vous désinstallé le plugin Business "
9029
- "Directory."
9030
 
9031
  #: templates/admin/uninstall-capture-form.tpl.php:35
9032
  msgctxt "uninstall"
@@ -9041,7 +8568,8 @@ msgstr "Désinstaller le plugin"
9041
  #: templates/admin/uninstall-confirm.tpl.php:18
9042
  msgctxt "uninstall"
9043
  msgid "Uninstalling Business Directory Plugin will do the following:"
9044
- msgstr "Désinstaller le Plugin Annuaire Professionnel:"
 
9045
 
9046
  #: templates/admin/uninstall-confirm.tpl.php:22
9047
  msgctxt "uninstall"
@@ -9079,7 +8607,7 @@ msgctxt "uninstall"
9079
  msgid "If you just need to reinstall the plugin, please do the following:"
9080
  msgstr ""
9081
  "Si vous avez juste besoin de réinstaller le plug-in, s'il vous plaît "
9082
- "procédez comme suit:"
9083
 
9084
  #: templates/email/listing-added.tpl.php:2
9085
  msgctxt "emails"
@@ -9100,23 +8628,21 @@ msgstr ""
9100
  "peuvent être trouvés ci-dessous."
9101
 
9102
  #: templates/email/listing-payment-completed.tpl.php:2
9103
- #, fuzzy
9104
  msgctxt "emails"
9105
  msgid ""
9106
  "A new listing payment has been completed. Payment details can be found below."
9107
  msgstr ""
9108
- "Une nouvelle annonce a été soumise à l'annuaire. Les détails de cette "
9109
- "annonce peuvent-être trouvés ci-dessous."
9110
 
9111
  #: templates/email/listing-reported.tpl.php:2
9112
- #, fuzzy
9113
  msgctxt "emails"
9114
  msgid ""
9115
  "A listing has been reported as inappropriate. Listing details can be found "
9116
  "below."
9117
  msgstr ""
9118
- "Une nouvelle annonce a été soumise à l'annuaire. Les détails de cette "
9119
- "annonce peuvent-être trouvés ci-dessous."
9120
 
9121
  #: templates/main-box.tpl.php:29
9122
  msgctxt "main box"
@@ -9129,53 +8655,49 @@ msgid "Advanced Search"
9129
  msgstr "Recherche avancée"
9130
 
9131
  #: templates/manage-recurring-cancel.tpl.php:1
9132
- #, fuzzy
9133
  msgctxt "manage recurring"
9134
  msgid "Manage Recurring Payments - Cancel Subscription"
9135
- msgstr "Gérer les paiements récurrents - Annuler"
9136
 
9137
  #: templates/manage-recurring-cancel.tpl.php:4
9138
  msgctxt "manage recurring"
9139
  msgid "Plan Details"
9140
- msgstr "Détails des programmes"
9141
 
9142
  #: templates/manage-recurring-cancel.tpl.php:8
9143
  msgctxt "manage recurring"
9144
  msgid "Name:"
9145
- msgstr "Nom:"
9146
 
9147
  #: templates/manage-recurring-cancel.tpl.php:14
9148
  msgctxt "manage recurring"
9149
  msgid "Cost:"
9150
- msgstr "Coût:"
9151
 
9152
  #: templates/manage-recurring-cancel.tpl.php:27
9153
  msgctxt "manage recurring"
9154
  msgid "Number of images:"
9155
- msgstr "Nombre d'images:"
9156
 
9157
  #: templates/manage-recurring-cancel.tpl.php:33
9158
  msgctxt "manage recurring"
9159
  msgid "Expires on:"
9160
- msgstr "Expires le:"
9161
 
9162
  #: templates/manage-recurring-cancel.tpl.php:41
9163
- #, fuzzy
9164
  msgctxt "manage recurring"
9165
  msgid "Are you sure you want to cancel this subscription?"
9166
- msgstr "Etes-vous sûr de vouloir supprimer cette note?"
9167
 
9168
  #: templates/manage-recurring-cancel.tpl.php:43
9169
- #, fuzzy
9170
  msgctxt "manage recurring"
9171
  msgid "Yes, cancel subscription"
9172
- msgstr "Abonnement non valide."
9173
 
9174
  #: templates/manage-recurring-cancel.tpl.php:44
9175
- #, fuzzy
9176
  msgctxt "manage recurring"
9177
  msgid "No, go back to my subscriptions"
9178
- msgstr "Lien pour gérer les abonnements"
9179
 
9180
  #: templates/manage-recurring.tpl.php:1
9181
  msgctxt "manage recurring"
@@ -9193,7 +8715,6 @@ msgid "Cancel recurring payment"
9193
  msgstr "Annuler le paiement récurrent"
9194
 
9195
  #: templates/renew-listing-manage-subscription.tpl.php:4
9196
- #, fuzzy
9197
  msgctxt "renew"
9198
  msgid ""
9199
  "Because you are on a recurring plan you don't have to renew your listing "
@@ -9204,7 +8725,6 @@ msgstr ""
9204
  "lorsque le renouvellement surviendra."
9205
 
9206
  #: templates/renew-listing-manage-subscription.tpl.php:30
9207
- #, fuzzy
9208
  msgctxt "renew"
9209
  msgid ""
9210
  "However, if you want to cancel your subscription you can do that on <manage-"
@@ -9212,11 +8732,11 @@ msgid ""
9212
  "When the renewal time comes you'll be able to change your settings again."
9213
  msgstr ""
9214
  "Toutefois, si vous souhaitez annuler votre abonnement, vous pouvez le faire "
9215
- "sur cette page. Lorsque le temps de renouvellement vient, vous serez en "
9216
- "mesure de changer à nouveau vos paramètres."
 
9217
 
9218
  #: templates/renew-listing-manage-subscription.tpl.php:37
9219
- #, fuzzy
9220
  msgctxt "renew"
9221
  msgid "Go to Manage Recurring Payments page"
9222
  msgstr "Gérer les paiements récurrents"
@@ -9224,7 +8744,7 @@ msgstr "Gérer les paiements récurrents"
9224
  #: templates/send-access-keys.tpl.php:7
9225
  msgctxt "send-access-keys"
9226
  msgid "Enter your e-mail address"
9227
- msgstr "Adresse e-mail non valide"
9228
 
9229
  #: templates/send-access-keys.tpl.php:11
9230
  msgctxt "send-access-keys"
@@ -9428,10 +8948,6 @@ msgstr "Continuer"
9428
  #~ msgid "Fee Plan"
9429
  #~ msgstr "Plan tarifaire"
9430
 
9431
- #~ msgctxt "installer"
9432
- #~ msgid "Default Fee"
9433
- #~ msgstr "Frais par défaut"
9434
-
9435
  #~ msgctxt "fees-api"
9436
  #~ msgid "Fee label is required."
9437
  #~ msgstr "Une étiquette de frais est requise."
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-06-06 22:22:45+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"
19
 
20
  #. translators: %s: field name
21
  #: includes/abstracts/class-payment-gateway.php:107
 
22
  msgid "This field is required (%s)."
23
+ msgstr "Ce champ est requis (%s)."
24
 
25
  #: includes/abstracts/class-payment-gateway.php:166
26
  msgid ""
29
  "administrator should be able to cancel your subscription contacting the "
30
  "payment processor directly."
31
  msgstr ""
32
+ "Une erreur inattendue s'est produite lors de la tentative d'annulation de "
33
+ "votre souscription. Veuillez contacter l'administrateur du site Web en "
34
+ "mentionnant ce problème. L'administrateur devrait pouvoir annuler votre "
35
+ "paiement en contactant directement le processeur de paiement."
36
 
37
  #: includes/abstracts/class-view.php:33
 
38
  msgid "Select"
39
  msgstr "Sélectionnez une annonce"
40
 
41
  #: includes/abstracts/class-view.php:36
 
42
  msgid "Selected"
43
+ msgstr "Annonces sélectionnées"
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
  msgid "Listings"
51
  msgstr "Listes"
52
 
53
  #: includes/admin/admin-pages.php:68
 
54
  msgid "Add New Listing"
55
  msgstr "Ajouter une nouvelle annonce"
56
 
57
  #: includes/admin/admin-pages.php:113
 
58
  msgid "Back to %s"
59
+ msgstr "Revenir à %s"
60
 
61
  #. translators: %s: Search query.
62
  #: includes/admin/admin-pages.php:171
 
63
  msgid "Search results for: %s"
64
+ msgstr "Résultats de la recherche : %s"
65
 
66
  #: includes/admin/admin-pages.php:478 includes/admin/class-admin.php:536
 
67
  msgid "Directory Content"
68
  msgstr "Catégorie de l'annuaire"
69
 
76
  msgstr "Annuaire"
77
 
78
  #: includes/admin/class-admin.php:198
 
79
  msgid ""
80
  "Find out how to create a compelling, thriving business directory from "
81
  "scratch in this ridiculously actionable (and FREE) 5-part email course."
85
  "module premium GRATUIT juste après votre inscription."
86
 
87
  #: includes/admin/class-admin.php:207
 
88
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
89
  msgstr ""
90
  "Voulez-vous connaître les secrets de la création d'un superbe annuaire "
91
  "professionnel ?"
92
 
93
  #: includes/admin/class-admin.php:209
 
94
  msgid "Yes, please!"
95
  msgstr "Oui, s'il vous plait !"
96
 
97
  #: includes/admin/class-admin.php:211 includes/admin/tracking.php:223
 
98
  msgid "No, thanks"
99
  msgstr "Non, merci"
100
 
101
  #: includes/admin/class-admin.php:244
 
102
  msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
103
  msgstr ""
104
+ "Vous êtes prêt à visiter votre nouvelle page <a>Annuaire Professionnel</a>."
105
 
106
  #: includes/admin/class-admin.php:272
 
107
  msgid "Invalid email address."
108
  msgstr "Adresse e-mail non valide."
109
 
110
  #: includes/admin/class-admin.php:308
 
111
  msgid "Business Directory Admin"
112
  msgstr "Administrateur de l'Annuaire Professionnel"
113
 
114
  #: includes/admin/class-admin.php:320 templates/admin/fees-index.tpl.php:5
115
  #: templates/admin/home.tpl.php:65
 
116
  msgid "Plans"
117
+ msgstr "Plans tarifaire"
118
 
119
  #: includes/admin/class-admin.php:323 templates/admin/form-fields.tpl.php:20
120
  #: templates/admin/home.tpl.php:60
 
121
  msgid "Form Fields"
122
+ msgstr "Champs de formulaires"
123
 
124
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
125
  #: includes/licensing.php:220
 
126
  msgid "Modules"
127
+ msgstr "Modules"
128
 
129
  #: includes/admin/class-admin.php:353
 
130
  msgid "Business Directory"
131
  msgstr "Annuaire Professionnel"
132
 
133
  #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
 
134
  msgid "Upgrade to Premium"
135
+ msgstr "Mettre à jour vers la version Premium"
136
 
137
  #: includes/admin/class-admin.php:535 includes/class-cpt-integration.php:23
 
138
  msgid "Directory Listings"
139
+ msgstr "Liste des catégories"
140
 
141
  #: includes/admin/class-admin.php:1065
 
142
  msgid "Could not send renewal email."
143
+ msgstr "Impossible d'envoyer l'e-mail de renouvellement."
144
 
145
  #: includes/admin/class-admin.php:1199
146
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
148
  #: templates/email/listing-added.tpl.php:7
149
  #: templates/email/listing-edited.tpl.php:13
150
  #: templates/email/listing-reported.tpl.php:9
 
151
  msgid "ID"
152
  msgstr "ID"
153
 
154
  #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
155
  #: includes/admin/settings/class-settings-bootstrap.php:717
 
156
  msgid "Listing Count"
157
  msgstr "Compteur d'annonces"
158
 
159
  #: includes/admin/class-admin.php:1366
 
160
  msgid ""
161
  "We noticed you want your Business Directory users to register before posting "
162
  "listings, but Registration for your site is currently disabled. Go %1$shere"
170
 
171
  #: includes/admin/class-listing-owner.php:62
172
  #: includes/admin/class-listing-owner.php:89
 
173
  msgid "Please select a user"
174
+ msgstr "Veuillez sélectionner un utilisateur"
175
 
176
  #: includes/admin/class-listing-owner.php:87
177
  #: includes/admin/controllers/class-admin-listings.php:223
 
178
  msgid "Listing Owner"
179
+ msgstr "Propriétaire d'annonce"
180
 
181
  #: includes/admin/class-listings-personal-data-provider.php:58
 
182
  msgid "Listing ID"
183
+ msgstr "ID d'Annonce"
184
 
185
  #: includes/admin/class-listings-personal-data-provider.php:109
 
186
  msgid "Image URL"
187
+ msgstr "URL de l'image"
188
 
189
  #: includes/admin/class-listings-personal-data-provider.php:123
 
190
  msgid "Business Directory Listings"
191
+ msgstr "Listes de l'annuaire professionnel"
192
 
193
  #: includes/admin/class-listings-personal-data-provider.php:157
 
194
  msgid ""
195
  "An unknown error occurred while trying to delete information for listing "
196
  "{listing_id}."
197
+ msgstr ""
198
+ "Une erreur est survenue en essayant de supprimer ce champ {listing_id}."
199
 
200
  #: includes/admin/class-payment-personal-data-provider.php:50
 
201
  msgid "Payment Transaction"
202
+ msgstr "Transaction de paiement"
203
 
204
  #: includes/admin/class-payment-personal-data-provider.php:51
 
205
  msgid "Payer Email"
206
  msgstr "Votre email"
207
 
208
  #: includes/admin/class-payment-personal-data-provider.php:60
 
209
  msgid "Listing Payments Information"
210
+ msgstr "Migration des informations de licence au nouveau format"
211
 
212
  #: includes/admin/class-payment-personal-data-provider.php:92
 
213
  msgid ""
214
  "An unknown error occurred while trying to delete listing payment information "
215
  "for transaction {transaction_id}."
216
+ msgstr ""
217
+ "Une erreur est survenue en essayant de supprimer ce champ {transaction_id}."
218
 
219
  #. Plugin Name of the plugin/theme
220
  msgid "Business Directory Plugin"
224
  #: includes/admin/helpers/tables/class-fees-table.php:181
225
  #: templates/admin/payments-note.tpl.php:13
226
  #: templates/delete-listing-confirm.tpl.php:22
 
227
  msgid "Are you sure you want to do this?"
228
  msgstr "Êtes-vous sûr de vouloir faire ça ?"
229
 
230
  #: includes/admin/controllers/class-admin-csv.php:38
 
231
  msgid "Import"
232
  msgstr "Importation CSV"
233
 
234
  #: includes/admin/controllers/class-admin-csv.php:42
 
235
  msgid "Export"
236
  msgstr "Exportation CSV"
237
 
238
  #: includes/admin/controllers/class-admin-csv.php:50
 
239
  msgid "See an example CSV import file"
240
  msgstr "Voir un exemple de fichier CSV importé"
241
 
242
  #: includes/admin/controllers/class-admin-csv.php:54
243
  #: templates/admin/csv-import.tpl.php:291
 
244
  msgid "Help"
245
  msgstr "Aide"
246
 
251
  #: templates/admin/payments-details.tpl.php:113
252
  #: templates/email/listing-payment-completed.tpl.php:21
253
  #: templates/payment/payment_items.tpl.php:5
 
254
  msgid "Amount"
255
  msgstr "Montant"
256
 
258
  #: includes/admin/helpers/tables/class-fees-table.php:65
259
  #: includes/admin/settings/class-settings-bootstrap.php:907
260
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
 
261
  msgid "Images"
262
  msgstr "Images"
263
 
264
  #: includes/admin/controllers/class-admin-fees.php:80
265
  #: includes/admin/helpers/class-modules-list.php:237
 
266
  msgid "Upgrade"
267
  msgstr "Mettre à jour vers %s"
268
 
269
  #: includes/admin/controllers/class-admin-fees.php:91
270
  msgid "Set Up"
271
+ msgstr "Paramétrer"
272
 
273
  #: includes/admin/controllers/class-admin-fees.php:161
 
274
  msgid "Plan added."
275
+ msgstr "Abonnement ajouté."
276
 
277
  #: includes/admin/controllers/class-admin-fees.php:165
278
  #: includes/admin/controllers/class-admin-fees.php:180
 
279
  msgid "Plan updated."
280
+ msgstr "Abonnement mis à jour."
281
 
282
  #: includes/admin/controllers/class-admin-fees.php:200
283
  msgid "%1$sClick here to update image limits%2$s of %3$s existing listings."
284
  msgstr ""
285
+ "%1$sCliquer ici pour mettre à jour les limites d'images%2$s des %3$s "
286
+ "annonces existantes."
287
 
288
  #: includes/admin/controllers/class-admin-fees.php:201
 
289
  msgid "Update listing image limits?"
290
+ msgstr "Mettre à jour les limites d'images des annonces ?"
291
 
292
  #: includes/admin/controllers/class-admin-fees.php:228
 
293
  msgid "Plan not found."
294
+ msgstr "Abonnement non trouvé."
295
 
296
  #: includes/admin/controllers/class-admin-fees.php:232
 
297
  msgid "Plan listings updated."
298
+ msgstr "Liste des abonnements mise à jour."
299
 
300
  #: includes/admin/controllers/class-admin-fees.php:310
301
  msgid "Cannot disable plan. At least one plan should be enabled"
302
  msgstr ""
303
+ "Impossible de désactiver cet abonnement. Au moins un abonnement devrait être "
304
+ "activé"
305
 
306
  #: includes/admin/controllers/class-admin-listings.php:187
307
+ #: includes/controllers/pages/class-submit-listing.php:638
308
  #: templates/email/listing-reported.tpl.php:7
309
  msgid "Listing Information"
310
  msgstr "Information sur l'annonce"
311
 
312
  #: includes/admin/controllers/class-admin-listings.php:195
313
  msgid "Listing Timeline"
314
+ msgstr "Durée de l'annonce"
315
 
316
  #: includes/admin/controllers/class-admin-listings.php:213
 
317
  msgid "Listing Reports"
318
  msgstr "Une annonce expire"
319
 
329
  #: includes/admin/controllers/class-admin-listings.php:339
330
  #: includes/helpers/class-listing-display-helper.php:137
331
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
 
332
  msgid "Featured"
333
+ msgstr "En vedette"
334
 
335
  #: includes/admin/controllers/class-admin-listings.php:477
336
  #: includes/class-cpt-integration.php:19
342
  #: includes/admin/controllers/class-admin-listings.php:482
343
  #: templates/delete-listing-confirm.tpl.php:3
344
  msgid "Delete Listing"
345
+ msgstr "Supprimer l'annonce"
346
 
347
  #: includes/admin/controllers/class-admin-listings.php:733
348
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:94
 
349
  msgid "Never"
350
  msgstr "Jamais"
351
 
354
  #: includes/fields/class-fieldtypes-textarea.php:201
355
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
356
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
 
357
  msgid "Yes"
358
  msgstr "Oui"
359
 
363
  #: includes/fields/class-fieldtypes-textarea.php:200
364
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:119
365
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:126
 
366
  msgid "No"
367
  msgstr "Non"
368
 
369
  #: includes/admin/controllers/class-form-fields-admin.php:32
 
370
  msgid ""
371
  "You can create these custom fields inside \"Form Fields\" or let Business "
372
  "Directory do it for you."
373
  msgstr ""
374
+ "Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Champs du "
375
+ "formulaire\" ou laissez le plugin le faire pour vous automatiquement."
376
 
377
  #: includes/admin/controllers/class-form-fields-admin.php:37
378
+ #: includes/controllers/pages/class-submit-listing.php:968
 
379
  msgid "Go to \"Form Fields\""
380
+ msgstr "Aller à \"Champs du formulaire\""
381
 
382
  #: includes/admin/controllers/class-form-fields-admin.php:125
 
383
  msgid "Form Preview"
384
  msgstr "Aperçu du formulaire"
385
 
386
  #: includes/admin/controllers/class-form-fields-admin.php:129
387
  #: includes/helpers/functions/general.php:1329
388
  #: includes/helpers/functions/general.php:1334
 
389
  msgid "Go back"
390
+ msgstr "Revenir en arrière"
391
 
392
  #: includes/admin/controllers/class-form-fields-admin.php:343
393
  #: includes/admin/settings/class-settings-bootstrap.php:775
394
  #: templates/email/listing-added.tpl.php:10
395
  #: templates/email/listing-edited.tpl.php:16
396
  #: templates/email/listing-reported.tpl.php:11
 
397
  msgid "Title"
398
  msgstr "Titre"
399
 
401
  #: templates/admin/fees-form.tpl.php:219
402
  #: templates/email/listing-added.tpl.php:21
403
  #: templates/email/listing-edited.tpl.php:29
 
404
  msgid "Category"
405
  msgstr "Catégorie"
406
 
407
  #: includes/admin/controllers/class-form-fields-admin.php:345
 
408
  msgid "Excerpt"
409
  msgstr "Extrait"
410
 
411
  #: includes/admin/controllers/class-form-fields-admin.php:346
 
412
  msgid "Content"
413
  msgstr "Contenu"
414
 
415
  #: includes/admin/controllers/class-form-fields-admin.php:347
 
416
  msgid "Tags"
417
  msgstr "Étiquettes (tags)"
418
 
419
  #: includes/admin/controllers/class-form-fields-admin.php:348
420
  #: includes/form-fields.php:445
421
+ #: includes/helpers/class-field-display-list.php:247
422
  #: templates/checkout-billing-form.tpl.php:75
 
423
  msgid "Address"
424
  msgstr "Adresse"
425
 
426
  #: includes/admin/controllers/class-form-fields-admin.php:349
 
427
  msgid "Address 2"
428
+ msgstr "Complément d'adresse"
429
 
430
  #: includes/admin/controllers/class-form-fields-admin.php:350
431
  #: templates/admin/payments-details.tpl.php:164
432
  #: templates/checkout-billing-form.tpl.php:87
 
433
  msgid "City"
434
  msgstr "Ville"
435
 
436
  #: includes/admin/controllers/class-form-fields-admin.php:351
437
  #: templates/admin/payments-details.tpl.php:160
 
438
  msgid "State"
439
  msgstr "Région"
440
 
441
  #: includes/admin/controllers/class-form-fields-admin.php:352
442
  #: templates/admin/payments-details.tpl.php:156
443
  #: templates/checkout-billing-form.tpl.php:102
 
444
  msgid "Country"
445
  msgstr "Pays"
446
 
450
  msgstr "Code postal"
451
 
452
  #: includes/admin/controllers/class-form-fields-admin.php:354
 
453
  msgid "FAX Number"
454
  msgstr "Numéro de fax"
455
 
456
  #: includes/admin/controllers/class-form-fields-admin.php:355
457
  #: includes/fields/class-fieldtypes-phone-number.php:13
458
  #: templates/listing-contactform.tpl.php:38
 
459
  msgid "Phone Number"
460
  msgstr "Numéro de téléphone"
461
 
462
  #: includes/admin/controllers/class-form-fields-admin.php:356
 
463
  msgid "Ratings Field"
464
  msgstr "Champs d'évaluation"
465
 
466
  #: includes/admin/controllers/class-form-fields-admin.php:357
 
467
  msgid "Twitter"
468
  msgstr "Twitter"
469
 
470
  #: includes/admin/controllers/class-form-fields-admin.php:358
471
  #: includes/form-fields.php:411
 
472
  msgid "Website"
473
  msgstr "Site Internet"
474
 
475
  #: includes/admin/controllers/class-settings-admin.php:628
476
  msgid "Your license key provides access to new features and updates."
477
  msgstr ""
478
+ "Votre clé de licence vous donne accès à de nouvelles fonctionnalités et "
479
+ "mises à jour."
480
 
481
  #: includes/admin/controllers/class-settings-admin.php:630
 
482
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
483
+ msgstr "Vous utilisez Business Directory Plugin Lite. Profitez-en !"
484
 
485
  #: includes/admin/controllers/class-settings-admin.php:642
486
  msgid "Build more powerful directories"
487
+ msgstr "Construire plus de puissantes annonces"
488
 
489
  #: includes/admin/controllers/class-settings-admin.php:643
490
  msgid ""
491
  "Add category images, maps, filter by location, payment gateways, and more."
492
  msgstr ""
493
+ "Ajouter des catégories, images, cartes, filtre par localisation, moyens de "
494
+ "paiements, et plus."
495
 
496
  #: includes/admin/controllers/class-settings-admin.php:644
497
  #: includes/admin/helpers/class-modules-list.php:236
 
498
  msgid "Upgrade Now"
499
+ msgstr "Mettre à jour maintenant"
500
 
501
  #: includes/admin/controllers/class-settings-admin.php:645
 
502
  msgid "Already purchased?"
503
+ msgstr "Déjà installé ?"
504
 
505
  #: includes/admin/controllers/class-settings-admin.php:704
506
  #: includes/admin/helpers/tables/class-fees-table.php:182
509
  #: templates/admin/payments-note.tpl.php:14
510
  #: templates/admin/themes-item.tpl.php:50
511
  #: templates/parts/listing-buttons.tpl.php:31
 
512
  msgid "Delete"
513
  msgstr "Effacer"
514
 
515
  #: includes/admin/controllers/class-themes-admin.php:44
 
516
  msgid "Themes"
517
  msgstr "Thèmes"
518
 
519
  #. translators: %s: Sample business name
520
  #: includes/admin/csv-import.php:132
 
521
  msgid "Business %s"
522
  msgstr "Professionnel %s"
523
 
524
  #: includes/admin/csv-import.php:180
 
525
  msgid "Example CSV Import File"
526
  msgstr "Exemple de fichier d'import CSV"
527
 
528
  #: includes/admin/csv-import.php:183
529
  msgid "Go Back"
530
+ msgstr "Revenir en arrière"
531
 
532
  #: includes/admin/csv-import.php:331 includes/helpers/class-app.php:232
533
  #: includes/helpers/class-app.php:244
534
  msgid "You are not allowed to do that."
535
+ msgstr "Vous n'êtes pas autorisé·e à faire cela."
536
 
537
  #: includes/admin/csv-import.php:424
 
538
  msgid "There was an error uploading the file:"
539
+ msgstr "Il y a eu une erreur lors du téléversement du fichier CSV :"
540
 
541
  #: includes/admin/csv-import.php:429
 
542
  msgid "Please upload the correct file type."
543
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
544
 
548
  #: includes/admin/settings/class-settings-bootstrap.php:668
549
  #: includes/helpers/class-app.php:91
550
  #: templates/admin/payments-details.tpl.php:53
 
551
  msgid "Listing"
552
  msgstr "Annonce"
553
 
554
  #: includes/admin/helpers/class-listing-timeline.php:138
555
  #: includes/class-listings-api.php:33
 
556
  msgid "Listing renewed"
557
  msgstr "L'annonce a été renouvelée"
558
 
559
  #: includes/admin/helpers/class-modules-list.php:182
 
560
  msgid "Installed"
561
  msgstr "Installé"
562
 
563
  #: includes/admin/helpers/class-modules-list.php:187
564
  #: includes/admin/helpers/tables/class-fees-table.php:293
565
  #: templates/admin/themes-item.tpl.php:3
 
566
  msgid "Active"
567
  msgstr "Actif"
568
 
569
  #: includes/admin/helpers/class-modules-list.php:192
 
570
  msgid "Not Installed"
571
  msgstr "Non installé"
572
 
573
  #: includes/admin/helpers/class-modules-list.php:226
574
  #: includes/controllers/class-smtp.php:317
575
  #: templates/admin/themes-item.tpl.php:58
 
576
  msgid "Activate"
577
  msgstr "Activer"
578
 
579
  #: includes/admin/helpers/class-notices.php:30
 
580
  msgid "Hide notifications"
581
+ msgstr "Cacher les notifications"
582
 
583
+ #: includes/admin/helpers/csv/class-csv-import.php:673
 
584
  msgid "Listing imported by admin. Payment skipped."
585
+ msgstr "Annonce soumises par l'admin. Paiement sauté."
586
+
587
+ #. translators: %d: the plan id
588
+ #: includes/admin/helpers/csv/class-csv-import.php:757
589
+ #, fuzzy
590
+ msgid "There is no Plan with ID = %d"
591
+ msgstr "Il n'y a pas d'abonnement avec ID = <fee-id>"
592
 
593
  #. translators: %1$s: open link html, %2$s close link
594
  #: includes/admin/helpers/tables/class-fees-table.php:30
 
595
  msgid "There are no plans right now. %1$sCreate one%2$s."
596
  msgstr ""
597
+ "Il n'y a pas de tarif en ce moment. Vous pouvez %1$sen créer un%2$s, si vous "
598
  "le souhaitez."
599
 
600
  #: includes/admin/helpers/tables/class-fees-table.php:61
 
601
  msgid "Order"
602
+ msgstr "Commande"
603
 
604
  #: includes/admin/helpers/tables/class-fees-table.php:62
 
605
  msgid "Plan Details"
606
+ msgstr "Détails des abonnements"
607
 
608
  #: includes/admin/helpers/tables/class-fees-table.php:63
 
609
  msgid "Pricing"
610
  msgstr "Prix"
611
 
612
  #: includes/admin/helpers/tables/class-fees-table.php:157
 
613
  msgid "Disable"
614
+ msgstr "Désactiver"
615
 
616
  #: includes/admin/helpers/tables/class-fees-table.php:163
 
617
  msgid "Enable"
618
  msgstr "Activer"
619
 
620
  #: includes/admin/helpers/tables/class-fees-table.php:189
621
  msgid "ID: %s"
622
+ msgstr "ID : %s"
623
 
624
  #: includes/admin/helpers/tables/class-fees-table.php:192
 
625
  msgid "Paid Plan"
626
+ msgstr "Abonnement payant"
627
 
628
  #: includes/admin/helpers/tables/class-fees-table.php:192
 
629
  msgid "Free Plan"
630
+ msgstr "Abonnement gratuit"
631
 
632
  #: includes/admin/helpers/tables/class-fees-table.php:227
 
633
  msgid "%1$s for %2$s"
634
  msgstr "%s (ex. %s)"
635
 
636
  #: includes/admin/helpers/tables/class-fees-table.php:261
637
  msgid "Total revenue earned from listings"
638
+ msgstr "Total des revenus gagnés par les annonces"
639
 
640
  #: includes/admin/helpers/tables/class-fees-table.php:291
 
641
  msgid "Disabled"
642
+ msgstr "Désactiver"
643
 
644
  #: includes/admin/helpers/tables/class-fees-table.php:297
645
  #: includes/helpers/functions/templates-ui.php:432
 
646
  msgid "Default"
647
+ msgstr "Défaut"
648
 
649
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
650
  #: includes/fields/class-fieldtypes-social.php:135
651
  #: templates/admin/csv-import.tpl.php:307
 
652
  msgid "Type"
653
  msgstr "Type"
654
 
659
  msgstr "Editer"
660
 
661
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
 
662
  msgid "Are you sure you want to delete that field?"
663
+ msgstr "Etes-vous sûr de vouloir effacer ce champ?"
664
 
665
  #: includes/admin/page-debug.php:40
 
666
  msgid "Plugin Settings"
667
+ msgstr "Paramètres du plugin"
668
 
669
  #: includes/admin/page-debug.php:70
 
670
  msgid "Environment"
671
  msgstr "Environnement"
672
 
673
  #: includes/admin/page-debug.php:115
674
  msgid "Plugin Info"
675
+ msgstr "Informations du plugin"
676
 
677
  #: includes/admin/page-debug.php:159
678
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:74
679
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:97
680
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:112
 
681
  msgid "OK"
682
+ msgstr "OK"
683
 
684
  #: includes/admin/page-debug.php:161
685
  msgid "Missing tables: %s"
686
+ msgstr "Tables manquantes : %s"
687
 
688
  #: includes/admin/settings/class-settings-bootstrap.php:13
689
+ #: includes/controllers/pages/class-submit-listing.php:1374
690
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
691
  #: templates/listing-contactform.tpl.php:33
692
  #: templates/listing-flagging-form.tpl.php:39
 
693
  msgid "Email"
694
+ msgstr "Email"
695
 
696
  #: includes/admin/settings/class-settings-bootstrap.php:33
 
697
  msgid "License Key"
698
+ msgstr "Clé de Licence"
699
 
700
  #: includes/admin/settings/class-settings-bootstrap.php:54
701
  msgid "SEO"
702
+ msgstr "SEO"
703
 
704
  #: includes/admin/settings/class-settings-bootstrap.php:221
 
705
  msgid ""
706
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
707
  "the URLs below to work. If the plugin does not support them, these settings "
714
  "charge le paramètre de requête WP 'redirect_to'."
715
 
716
  #: includes/admin/settings/class-settings-bootstrap.php:271
 
717
  msgid "Yes, and make it optional"
718
+ msgstr "Oui, et le rendre facultatif"
719
 
720
  #: includes/admin/settings/class-settings-bootstrap.php:272
 
721
  msgid "Yes, and make it required"
722
+ msgstr "Oui, et le rendre requis"
723
 
724
  #: includes/admin/settings/class-settings-bootstrap.php:283
725
  #: includes/admin/settings/class-settings-bootstrap.php:297
726
+ #: includes/controllers/pages/class-submit-listing.php:651
 
727
  msgid "Terms and Conditions"
728
  msgstr "Conditions d'utilisation"
729
 
730
  #: includes/admin/settings/class-settings-bootstrap.php:288
 
731
  msgid "User Agreement"
732
+ msgstr "Nom d'utilisateur (login)"
733
 
734
  #: includes/admin/settings/class-settings-bootstrap.php:289
 
735
  msgid "Display and require user agreement to Terms and Conditions"
736
  msgstr ""
737
  "Affiche et nécessite l'accord de l'utilisateur avec les conditions "
738
  "d'utilisation"
739
 
740
  #: includes/admin/settings/class-settings-bootstrap.php:307
 
741
  msgid "Searching"
742
+ msgstr "Recherche"
743
 
744
  #: includes/admin/settings/class-settings-bootstrap.php:312
 
745
  msgid "Display advanced search form"
746
+ msgstr "Afficher le formulaire de recherche avancée"
747
 
748
  #: includes/admin/settings/class-settings-bootstrap.php:330
 
749
  msgid ""
750
  "Enabling this sacrifices result quality to improve speed. This is helpful if "
751
  "you're on shared hosting plans, where database performance is an issue."
756
  "est un problème."
757
 
758
  #: includes/admin/settings/class-settings-bootstrap.php:375
 
759
  msgid "Quick search data"
760
+ msgstr "Données de recherche rapide"
761
 
762
  #: includes/admin/settings/class-settings-bootstrap.php:401
763
  msgid ""
764
  "If no fields are selected, the following fields will be searched in Quick "
765
  "Searches:"
766
  msgstr ""
767
+ "Si aucun champ n'est sélectionné, les champs suivants seront recherchés par "
768
+ "la recherche rapide:"
769
 
770
  #: includes/admin/settings/class-settings-bootstrap.php:403
771
  msgid ""
773
  "searched. Searching too many fields can result in very slow search "
774
  "performance."
775
  msgstr ""
776
+ "La recherche rapide est un simple champ de recherche, mais vous pouvez "
777
+ "choisir quelle donnée est recherchée. Rechercher trop de champs peut "
778
+ "ralentir la recherche."
779
 
780
  #: includes/admin/settings/class-settings-bootstrap.php:434
 
781
  msgid "Categories"
782
  msgstr "Catégories"
783
 
784
  #: includes/admin/settings/class-settings-bootstrap.php:436
 
785
  msgid "Buttons"
786
+ msgstr "Boutons"
787
 
788
  #: includes/admin/settings/class-settings-bootstrap.php:438
 
789
  msgid "Sorting"
790
+ msgstr "Tri"
791
 
792
  #: includes/admin/settings/class-settings-bootstrap.php:555
 
793
  msgid ""
794
  "Business Directory Plugin uses the standard WordPress comments. Most themes "
795
  "allow for comments on posts, not pages. Some themes handle both. Since the "
806
  "essayez plutôt la 3ème option."
807
 
808
  #: includes/admin/settings/class-settings-bootstrap.php:559
 
809
  msgid "Include theme comment form (standard option)"
810
+ msgstr ""
811
+ "Inclure les formulaire de commentaires dans pages annonces (option standard)"
812
 
813
  #: includes/admin/settings/class-settings-bootstrap.php:560
 
814
  msgid "Include directory comment form (use only if 2nd option does not work)"
815
  msgstr ""
816
  "Inclure le formulaire de commentaire, BD invoqué (à utiliser uniquement si "
817
  "la 2ème option ne fonctionne pas)"
818
 
819
  #: includes/admin/settings/class-settings-bootstrap.php:578
 
820
  msgid "Prevent featured (sticky) status on directory pages?"
821
+ msgstr "Empêcher le statut \"en vedette\" (épinglé) sur les pages d'annuaire ?"
822
 
823
  #: includes/admin/settings/class-settings-bootstrap.php:606
 
824
  msgid "Owner of anonymous listings"
825
+ msgstr "Propriétaire des annonces anonymes"
826
 
827
  #: includes/admin/settings/class-settings-bootstrap.php:622
 
828
  msgid "Default listing status"
829
+ msgstr "Statut par défaut des annonces"
830
 
831
  #: includes/admin/settings/class-settings-bootstrap.php:626
832
  #: includes/admin/settings/class-settings-bootstrap.php:639
 
833
  msgid "Pending (Require approval)"
834
+ msgstr "En attente (requiert une approbation)"
835
 
836
  #: includes/admin/settings/class-settings-bootstrap.php:660
 
837
  msgid "Message Defaults"
838
+ msgstr "Messages par défaut"
839
 
840
  #: includes/admin/settings/class-settings-bootstrap.php:665
 
841
  msgid "Listing label"
842
+ msgstr "Titre d'une annonce"
843
 
844
  #: includes/admin/settings/class-settings-bootstrap.php:666
 
845
  msgid "What is a single listing called?"
846
+ msgstr "Comment appelle-t-on une annonce unique ?"
847
 
848
  #: includes/admin/settings/class-settings-bootstrap.php:677
849
  msgid "Listing label (Plural)"
850
+ msgstr "Titre des annonces (pluriel)"
851
 
852
  #: includes/admin/settings/class-settings-bootstrap.php:678
853
  msgid "What are your listings called?"
854
+ msgstr "Comment s'appellent vos annonces ?"
855
 
856
  #: includes/admin/settings/class-settings-bootstrap.php:689
 
857
  msgid "Directory label"
858
+ msgstr "Titre de l'annuaire"
859
 
860
  #: includes/admin/settings/class-settings-bootstrap.php:690
861
  msgid "What should we call your directory?"
862
+ msgstr "Comment doit-on appeler votre annuaire ?"
863
 
864
  #: includes/admin/settings/class-settings-bootstrap.php:702
 
865
  msgid ""
866
  "This text is displayed on the first page of the Submit Listing process. You "
867
  "can use it for instructions about filling out the form or information to get "
875
  #: includes/admin/settings/class-settings-bootstrap.php:715
876
  #: templates/listing-contactform.tpl.php:30
877
  #: templates/listing-flagging-form.tpl.php:35
 
878
  msgid "Name"
879
  msgstr "Nom"
880
 
881
  #: includes/admin/settings/class-settings-bootstrap.php:830
882
  msgid "Show Buttons"
883
+ msgstr "Afficher les boutons"
884
 
885
  #: includes/admin/settings/class-settings-bootstrap.php:873
 
886
  msgid "Show the \"Directory\" and \"Return to Directory\" button"
887
+ msgstr "Montrer les bouton \"Annuaire\" et \"Revenir à l'annuaire\""
888
 
889
  #: includes/admin/settings/class-settings-bootstrap.php:880
890
  msgid "Styling"
891
+ msgstr "Style"
892
 
893
  #: includes/admin/settings/class-settings-bootstrap.php:886
 
894
  msgid "Button style"
895
+ msgstr "Style des Boutons"
896
 
897
  #: includes/admin/settings/class-settings-bootstrap.php:889
 
898
  msgid "Override WP theme button styling"
899
+ msgstr "Remplace le style des boutons de thème WP"
900
 
901
  #: includes/admin/settings/class-settings-bootstrap.php:897
902
  msgid "Primary color"
903
+ msgstr "Couleur principale"
904
 
905
  #: includes/admin/settings/class-settings-bootstrap.php:900
906
  msgid "This is used for form buttons and form rootline."
907
  msgstr ""
908
+ "Ceci est utilisé pour les boutons de formulaire et la mise en forme du "
909
+ "formulaire."
910
 
911
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
912
+ #, fuzzy
913
+ msgid "Default Images"
914
+ msgstr "Abonnement par défaut"
915
+
916
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
917
  #, fuzzy
918
+ msgid "Require images on submit/edit"
919
+ msgstr "Imposer le téléversement d'image lors de l'envoi/de la modification"
920
+
921
+ #: includes/admin/settings/class-settings-bootstrap.php:1054
922
  msgid "Show Thumbnail"
923
  msgstr "Montrer les miniatures"
924
 
925
  #: includes/admin/settings/class-settings-bootstrap.php:1065
 
926
  msgid "Show Listing Thumbnail From"
927
+ msgstr "Afficher la miniature de l'annonce"
928
 
929
  #: includes/admin/settings/class-settings-bootstrap.php:1069
 
930
  msgid "WordPress Theme"
931
+ msgstr "Thème WordPress"
932
 
933
  #: includes/admin/settings/class-settings-bootstrap.php:1070
934
  msgid "None"
935
+ msgstr "Rien"
936
 
937
  #: includes/admin/settings/class-settings-bootstrap.php:1105
938
  msgid "Coming Soon image"
939
+ msgstr "Image Bientôt disponible"
940
 
941
  #: includes/admin/settings/class-settings-bootstrap.php:1142
942
  #: includes/fields/class-fieldtypes-social.php:89
945
  #: templates/email/listing-edited.tpl.php:19
946
  #: templates/email/listing-reported.tpl.php:13
947
  #: templates/email-access-keys.tpl.php:6
 
948
  msgid "URL"
949
  msgstr "URL"
950
 
951
  #: includes/admin/settings/class-settings-bootstrap.php:1261
 
952
  msgid "Thank you for your payment."
953
+ msgstr "Nous vous remercions pour votre paiement."
954
 
955
  #: includes/admin/settings/class-settings-bootstrap.php:1289
956
  msgid ""
960
  "If you are using these gateways, we recommend you disable them if you wish "
961
  "to collect payments in this currency."
962
  msgstr[0] ""
963
+ "Si vous utilisez cette passerelle, nous vous recommandons de la désactiver "
964
+ "si vous souhaitez encaisser des paiements dans cette devise."
965
  msgstr[1] ""
966
+ "Si vous utilisez ces passerelles, nous vous recommandons de les désactiver "
967
+ "si vous souhaitez encaisser des paiements dans cette devise."
968
 
969
  #: includes/admin/settings/class-settings-bootstrap.php:1377
 
970
  msgid "Email Notifications"
971
+ msgstr "Notifications mail"
972
 
973
  #: includes/admin/settings/class-settings-bootstrap.php:1382
 
974
  msgid "Notify admin via email when..."
975
+ msgstr "Prévenir l'administrateur par courriel quand..."
976
 
977
  #: includes/admin/settings/class-settings-bootstrap.php:1400
 
978
  msgid "CC this email address too"
979
+ msgstr "Mettre également cette adresse mail en copie (CC)"
980
 
981
  #: includes/admin/settings/class-settings-bootstrap.php:1406
 
982
  msgid ""
983
  "You can modify the text template used for most of these emails in the "
984
  "<templates-link>Templates</templates-link> tab."
985
  msgstr ""
986
+ "Vous pouvez modifier le modèle de texte utilisé pour la plupart de ces "
987
+ "<templates-link>e-mails</templates-link> ci-dessous."
988
 
989
  #: includes/admin/settings/class-settings-bootstrap.php:1414
 
990
  msgid "Notify users via email when..."
991
+ msgstr "Prévenir les utilisateurs par courriel quand..."
992
 
993
  #. translators: %s: email shortcode
994
  #: includes/admin/settings/class-settings-bootstrap.php:1481
 
995
  msgid "Email: %s"
996
  msgstr "E-Mail: %s"
997
 
998
  #. translators: %s: phone shortcode
999
  #: includes/admin/settings/class-settings-bootstrap.php:1484
 
1000
  msgid "Phone Number: %s"
1001
+ msgstr "Numéro de téléphone : %s"
1002
 
1003
  #: includes/admin/settings/class-settings-bootstrap.php:1496
 
1004
  msgid "Sender's email address"
1005
+ msgstr "Adresse e-mail de l'émetteur"
1006
 
1007
  #: includes/admin/settings/class-settings-bootstrap.php:1497
 
1008
  msgid "Sender's phone number"
1009
+ msgstr "Numéro de téléphone de l'émetteur"
1010
 
1011
  #: includes/admin/settings/class-settings-bootstrap.php:1561
 
1012
  msgid "Renewal and expiration"
1013
+ msgstr "Renouvellement et expiration"
1014
 
1015
  #: includes/admin/settings/class-settings-bootstrap.php:1685
1016
  #: includes/admin/settings/class-settings.php:98
 
1017
  msgid "Miscellaneous"
1018
  msgstr "Paramètres divers"
1019
 
1020
  #: includes/admin/settings/class-settings-bootstrap.php:1691
 
1021
  msgid "Data Collection"
1022
  msgstr "Collecte de données"
1023
 
1024
  #: includes/admin/settings/class-settings-bootstrap.php:1692
 
1025
  msgid ""
1026
  "Allow Business Directory to anonymously collect information about your "
1027
  "installed plugins, themes and WP version?"
1031
 
1032
  #: includes/admin/settings/class-settings-bootstrap.php:1693
1033
  msgid "Learn more"
1034
+ msgstr "En savoir plus"
1035
 
1036
  #: includes/admin/settings/class-settings-bootstrap.php:1711
1037
  #: templates/admin/uninstall-complete.tpl.php:4
1040
 
1041
  #: includes/admin/settings/class-settings.php:503
1042
  msgid "%s cannot include spaces, commas, or &"
1043
+ msgstr "%s ne peut pas inclure d'espaces, de virgules ou de &"
1044
 
1045
  #: includes/admin/tracking.php:230
 
1046
  msgid "Allow Tracking"
1047
  msgstr "Autoriser l'analyse"
1048
 
1085
  msgstr "Business Directory - Mise à jour manuelle"
1086
 
1087
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:154
 
1088
  msgid "Directory Manual Upgrade"
1089
+ msgstr "Mettre à jour manuellement l'annuaire"
1090
 
1091
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1092
  msgid ""
1111
 
1112
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1113
  #: templates/admin/fees-form.tpl.php:17
 
1114
  msgid "Plan Label"
1115
+ msgstr "Titre de l'abonnement"
1116
 
1117
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
 
1118
  msgid "Duration"
1119
  msgstr "Durée"
1120
 
1121
  #: includes/admin/upgrades/migrations/migration-18_0.php:249
 
1122
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1123
+ msgstr "Impossible de migrer les frais \"%1$s\" (%2$d)"
1124
 
1125
  #: includes/admin/upgrades/migrations/migration-3_7.php:182
 
1126
  msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1127
+ msgstr "Renouvellement des frais \"%1$s\" pour la catégorie \"%2$s\""
1128
 
1129
  #: includes/admin/views/modules/list.php:10
 
1130
  msgid "Directory Modules"
1131
+ msgstr "Modules de l'annuaire"
1132
 
1133
  #: includes/admin/views/modules/list.php:38
1134
  msgid "New"
1135
+ msgstr "Nouveau"
1136
 
1137
  #: includes/admin/views/modules/list.php:71
1138
  #: includes/admin/views/modules/list.php:72
 
1139
  msgid "View Docs"
1140
+ msgstr "Voir la documentation"
1141
 
1142
  #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
 
1143
  msgid "Settings"
1144
  msgstr "Paramètres"
1145
 
1146
  #: includes/admin/views/review.php:17
 
1147
  msgid "Are you enjoying Business Directory Plugin?"
1148
+ msgstr "Aimez-vous le plugin Business Directory?"
1149
 
1150
  #: includes/admin/views/review.php:20
 
1151
  msgid "Not Really"
1152
+ msgstr "Pas vraiment"
1153
 
1154
  #: includes/admin/views/review.php:23
1155
  msgid "Yes!"
1156
+ msgstr "Oui !"
1157
 
1158
  #: includes/admin/views/review.php:27
1159
  msgid ""
1160
  "Awesome! Could you do me a BIG favor and give Business Directory Plugin a "
1161
  "review to help me grow my little business and boost our motivation?"
1162
  msgstr ""
1163
+ "Impressionnant! Pourriez-vous me rendre un GRAND service et donner un avis à "
1164
+ "Business Directory Plugin pour m'aider à développer ma petite entreprise et "
1165
+ "à stimuler notre motivation ?"
1166
 
1167
  #: includes/admin/views/review.php:29
 
1168
  msgid "Co-Founder and CTO of Business Directory Plugin"
1169
+ msgstr "Co-fondateur et CTO de Business Directory Plugin"
1170
 
1171
  #: includes/admin/views/review.php:32
1172
  msgid "No thanks, maybe later"
1173
+ msgstr "Non merci, peut-être plus tard"
1174
 
1175
  #: includes/admin/views/review.php:35
1176
  msgid "Ok, you deserve it"
1177
+ msgstr "Ok, vous le méritez"
1178
 
1179
  #: includes/admin/views/review.php:39
1180
  msgid "I already did"
1181
+ msgstr "Je l'ai déjà fait"
1182
 
1183
  #: includes/admin/views/review.php:43
1184
  msgid ""
1186
  "We would love a chance to improve. Could you take a minute and let us know "
1187
  "what we can do better?"
1188
  msgstr ""
1189
+ "Désolé d'apprendre que vous n'appréciez pas la construction avec le plugin "
1190
+ "Business Directory. Nous aimerions avoir une chance de nous améliorer. "
1191
+ "Pourriez-vous prendre une minute et nous faire savoir ce que nous pouvons "
1192
+ "faire mieux ?"
1193
 
1194
  #: includes/class-assets.php:191
1195
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:75
1199
  #: templates/admin/settings-reset.tpl.php:8
1200
  #: templates/admin/themes-delete-confirm.tpl.php:25
1201
  #: templates/listing-flagging-form.tpl.php:65
 
1202
  msgid "Cancel"
1203
  msgstr "Annuler"
1204
 
1205
  #: includes/class-assets.php:192
 
1206
  msgid "Continue"
1207
  msgstr "Continuer"
1208
 
1209
  #: includes/class-assets.php:193
1210
  msgid "Are you sure?"
1211
+ msgstr "Êtes-vous sûr ?"
1212
 
1213
  #: includes/class-assets.php:357
 
1214
  msgid ""
1215
  "Preview is only available after you've saved the first draft. This is due to "
1216
  "how WordPress stores the data."
1217
  msgstr ""
1218
  "La prévisualisation n'est disponible qu'après avoir enregistré le premier "
1219
+ "brouillon. Ceci est dû à la manière dont WordPress stocke les données."
 
1220
 
1221
  #: includes/class-cpt-integration.php:20
1222
  msgid "New Listing"
1230
  #: includes/helpers/functions/templates-ui.php:370
1231
  #: templates/main-box.tpl.php:23
1232
  msgid "Search Listings"
1233
+ msgstr "Rechercher des annonces"
1234
 
1235
  #: includes/class-cpt-integration.php:24
1236
  msgid "No listings found"
1258
 
1259
  #. translators: %s: listing count
1260
  #: includes/class-cpt-integration.php:256
 
1261
  msgid "%s listing updated."
1262
  msgid_plural "%s listings updated."
1263
+ msgstr[0] "Annonce mise à jour."
1264
+ msgstr[1] "Annonces mises à jour."
1265
 
1266
  #. translators: %s: listing count
1267
  #: includes/class-cpt-integration.php:258
1268
  msgid "%s listing not updated, somebody is editing it."
1269
  msgid_plural "%s listings not updated, somebody is editing them."
1270
  msgstr[0] ""
1271
+ "l'annonce %s n'est pas modifiable, quelqu'un est en train de l'éditer."
1272
  msgstr[1] ""
1273
+ "les annonces %s ne sont pas modifiables, quelqu'un est en train de les "
1274
+ "éditer."
1275
 
1276
  #. translators: %s: listing count
1277
  #: includes/class-cpt-integration.php:260
 
1278
  msgid "%s listing permanently deleted."
1279
  msgid_plural "%s listings permanently deleted."
1280
+ msgstr[0] "l'annonce a été définitivement supprimée."
1281
+ msgstr[1] "Les annonces ont été définitivement supprimées."
1282
 
1283
  #. translators: %s: listing count
1284
  #: includes/class-cpt-integration.php:262
 
1285
  msgid "%s listing moved to the Trash."
1286
  msgid_plural "%s listings moved to the Trash."
1287
+ msgstr[0] "l'annonce a été déplacée dans la corbeille."
1288
+ msgstr[1] "les annonces ont été déplacées dans la corbeille."
1289
 
1290
  #. translators: %s: listing count
1291
  #: includes/class-cpt-integration.php:264
 
1292
  msgid "%s listing restored from the Trash."
1293
  msgid_plural "%s listings restored from the Trash."
1294
+ msgstr[0] "Votre annonce a été restaurée depuis la corbeille."
1295
+ msgstr[1] "Vos annonces ont été restaurées depuis la corbeille."
1296
 
1297
  #: includes/class-fees-api.php:23
 
1298
  msgid "Free Listing"
1299
  msgstr "Annonce gratuite"
1300
 
1303
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1304
  "to set up a gateway. Until you do this, only free plans will be available."
1305
  msgstr ""
1306
+ "Vous avez des forfaits payants mais pas de passerelle de paiement. Accédez à "
1307
+ "%1$sParamètres - Paiement%2$s pour configurer une passerelle. Jusqu'à ce que "
1308
+ "vous fassiez cela, seuls les plans gratuits seront disponibles."
1309
 
1310
  #: includes/class-wpbdp.php:574
 
1311
  msgid "Could not find listing ID"
1312
+ msgstr "Impossible de trouver l'identifiant de l'annonce"
1313
 
1314
  #: includes/class-wpbdp.php:581
 
1315
  msgid ""
1316
  "Could not verify the image upload request. If problem persists contact site "
1317
  "admin."
1318
  msgstr ""
1319
+ "Impossible de vérifier la demande de téléchargement d'image. Si le problème "
1320
+ "persiste, contactez l'administrateur du site."
1321
 
1322
  #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
 
1323
  msgid "Could not find image ID"
1324
+ msgstr "Impossible de trouver l'identifiant de l'image"
1325
 
1326
  #: includes/class-wpbdp.php:620
1327
  msgid ""
1328
  "The directory features are disabled at this time because a <a>manual "
1329
  "upgrade</a> is pending."
1330
  msgstr ""
1331
+ "Bonne nouvelle ! Le plugin Business Directory s'intègre désormais au plugin "
1332
+ "officiel Font Awesome. %1$Installez Font Awesome maintenant%2$s."
 
1333
 
1334
  #: includes/class-wpbdp.php:627
1335
  msgid ""
1344
  "Good news! Business Directory Plugin now integrates with the official Font "
1345
  "Awesome plugin. %1$sInstall Font Awesome now%2$s."
1346
  msgstr ""
1347
+ "Bonnes nouvelles! Le plugin Business Directory s'intègre désormais au plugin "
1348
+ "officiel Font Awesome. %1$Installez Font Awesome maintenant%2$s."
1349
 
1350
  #: includes/compatibility/class-fa-compat.php:93
1351
  msgid ""
1352
  "Did you know you can use icons in directory listings and custom fields? "
1353
  "%1$sInstall Font Awesome now%2$s"
1354
  msgstr ""
1355
+ "Saviez-vous que vous pouvez utiliser des icônes dans les listes de "
1356
+ "répertoires et les champs personnalisés ? %1$Installer Font Awesome non%2$s"
1357
 
1358
  #: includes/compatibility/class-navxt-integration.php:208
1359
  #: includes/widgets/widget-search.php:127
1360
  #: templates/admin/payments-index.tpl.php:13
1361
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1362
  #: templates/search.tpl.php:5
 
1363
  msgid "Search"
1364
  msgstr "Rechercher"
1365
 
1367
  msgid ""
1368
  "Your plugin has been installed. Please reload the page to see more options."
1369
  msgstr ""
1370
+ "Votre plugin a été installé. Veuillez recharger la page pour voir plus "
1371
+ "d'options."
1372
 
1373
  #: includes/controllers/class-addons.php:74
1374
  msgid ""
1375
  "Sorry, your site requires FTP authentication. Please download plugins from "
1376
  "BusinessDirectoryPlugin.com and install them manually."
1377
  msgstr ""
1378
+ "Désolé, votre site nécessite une authentification FTP. Veuillez télécharger "
1379
+ "les plugins depuis BusinessDirectoryPlugin.com et les installer manuellement."
1380
 
1381
  #: includes/controllers/class-addons.php:131
1382
  msgid ""
1383
  "Your plugin has been activated. Please reload the page to see more options."
1384
  msgstr ""
1385
+ "Votre plugin a été activé. Veuillez recharger la page pour voir plus "
1386
+ "d'options."
1387
 
1388
  #: includes/controllers/class-smtp.php:102
1389
  msgid "SMTP"
1390
+ msgstr "SMTP"
1391
 
1392
  #: includes/controllers/class-smtp.php:146
1393
  msgid "Making Email Deliverability Easy for WordPress"
1394
+ msgstr "Rend la délivrabilité des e-mails facile pour WordPress"
1395
 
1396
  #: includes/controllers/class-smtp.php:147
1397
  msgid ""
1398
  "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider "
1399
  "to reliably send emails, including listing notifications."
1400
  msgstr ""
1401
+ "WP Mail SMTP vous permet de configurer facilement WordPress pour utiliser un "
1402
+ "fournisseur de confiance pour envoyer des e-mails de manière fiable, y "
1403
+ "compris les notifications de liste."
1404
 
1405
  #: includes/controllers/class-smtp.php:172
1406
  msgid "WP Mail SMTP screenshot"
1407
+ msgstr "Capture d'écran de WP Mail SMTP"
1408
 
1409
  #: includes/controllers/class-smtp.php:174
1410
  msgid "Over 1,000,000 websites use WP Mail SMTP."
1411
+ msgstr "Plus de 1 000 000 de sites internet utilisent WP Mail SMTP."
1412
 
1413
  #: includes/controllers/class-smtp.php:175
1414
  msgid "Send emails authenticated via trusted parties."
1415
+ msgstr "Envoyez des e-mails authentifiés via des parties de confiance."
1416
 
1417
  #: includes/controllers/class-smtp.php:176
1418
  msgid ""
1419
  "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES."
1420
  msgstr ""
1421
+ "Envois transactionnels : Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES."
1422
 
1423
  #: includes/controllers/class-smtp.php:177
1424
  msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com."
1425
+ msgstr "Hébergeurs mail : Gmail, G Suite, Office 365, Outlook.com."
1426
 
1427
  #: includes/controllers/class-smtp.php:197
1428
  msgid "Step 1"
1429
+ msgstr "Étape 1"
1430
 
1431
  #. translators: %s: Name of the plugin
1432
  #: includes/controllers/class-smtp.php:204
 
1433
  msgid "Install and Activate %s"
1434
+ msgstr "Installer et activer %s"
1435
 
1436
  #: includes/controllers/class-smtp.php:220
1437
  msgid "Install WP Mail SMTP from the WordPress.org plugin repository."
1438
+ msgstr "Installer WP Mail SMTP depuis le dépôt d'extension de Wordpress.org."
1439
 
1440
  #: includes/controllers/class-smtp.php:244
1441
  msgid "Step 2"
1442
+ msgstr "Étape 2"
1443
 
1444
  #: includes/controllers/class-smtp.php:264
1445
  msgid "Set Up WP Mail SMTP"
1446
+ msgstr "Paramétrer WP Mail SMTP"
1447
 
1448
  #: includes/controllers/class-smtp.php:265
1449
  msgid "Select and configure your mailer."
1450
+ msgstr "Sélectionner et configurer votre hébergeur mail."
1451
 
1452
  #: includes/controllers/class-smtp.php:298
1453
  msgid "Install WP Mail SMTP"
1454
+ msgstr "Installer WP Mail SMTP"
1455
 
1456
  #: includes/controllers/class-smtp.php:300
 
1457
  msgid "Install"
1458
+ msgstr "Installer"
1459
 
1460
  #: includes/controllers/class-smtp.php:312
1461
  msgid "WP Mail SMTP Installed & Activated"
1462
+ msgstr "WP Mail SMTP installé et activé"
1463
 
1464
  #: includes/controllers/class-smtp.php:315
1465
  msgid "Activate WP Mail SMTP"
1466
+ msgstr "Activer WP Mail SMTP"
1467
 
1468
  #: includes/controllers/class-smtp.php:336
 
1469
  msgid "Start Setup"
1470
+ msgstr "Commencer l'installation"
1471
 
1472
  #: includes/controllers/class-smtp.php:342
 
1473
  msgid "Go to SMTP settings"
1474
+ msgstr "Aller aux réglages SMTP"
1475
 
1476
  #: includes/controllers/pages/class-all-listings.php:6
1477
  #: includes/helpers/functions/templates-ui.php:317
1479
  msgstr "Voir toutes les annonces"
1480
 
1481
  #: includes/controllers/pages/class-checkout.php:181
1482
+ #: includes/controllers/pages/class-manage-listings.php:113
 
1483
  msgid "Pay Now"
1484
+ msgstr "Payer maintenant"
1485
 
1486
  #: includes/controllers/pages/class-checkout.php:181
 
1487
  msgid "Complete"
1488
+ msgstr "Completer"
1489
 
1490
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1491
  #: includes/controllers/pages/class-flag-listing.php:56
 
1492
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
1493
+ msgstr "La liste %1$s a été signalée. %2$sRetour au répertoire%3$s"
1494
 
1495
  #: includes/controllers/pages/class-flag-listing.php:109
 
1496
  msgid "Your current IP address already reported this listing."
1497
+ msgstr "Votre adresse IP actuelle a déjà signalé cette liste."
1498
 
1499
  #: includes/controllers/pages/class-flag-listing.php:122
 
1500
  msgid "You must select the reason to report this listing as inappropriate."
1501
+ msgstr ""
1502
+ "Vous devez entrer la raison pour signaler cette annonce comme inappropriée."
1503
 
1504
  #: includes/controllers/pages/class-flag-listing.php:126
 
1505
  msgid "You must enter the reason to report this listing as inappropriate."
1506
+ msgstr ""
1507
+ "Vous devez entrer la raison pour signaler cette annonce comme inappropriée."
1508
 
1509
  #: includes/controllers/pages/class-flag-listing.php:131
 
1510
  msgid "Please enter your name."
1511
  msgstr "Veuillez entrer votre nom."
1512
 
1513
  #: includes/controllers/pages/class-flag-listing.php:135
 
1514
  msgid "Please enter your email."
1515
+ msgstr "Veuillez entrer votre email."
1516
 
1517
  #: includes/controllers/pages/class-listing-contact.php:263
1518
  msgid "l F j, Y \\a\\t g:i a"
1519
  msgstr "l F j, Y \\a\\t g:i a"
1520
 
1521
+ #: includes/controllers/pages/class-manage-listings.php:102
1522
+ #, fuzzy
1523
+ msgid "Pending"
1524
+ msgstr "En attente"
1525
+
1526
+ #: includes/controllers/pages/class-manage-listings.php:113
1527
  #: templates/renew-listing.tpl.php:11
1528
  msgid "Renew Listing"
1529
  msgstr "Renouveler l'annonce"
1530
 
1531
+ #. translators: %d: the listing ID
1532
+ #: includes/controllers/pages/class-manage-recurring.php:35
1533
  #, fuzzy
1534
+ msgid "The listing with id %d does not exist."
1535
+ msgstr "L'annonce avec ID = <listing-id> n'existe pas."
1536
+
1537
+ #: includes/controllers/pages/class-renew-listing.php:36
1538
  msgid "That listing cannot yet be renewed."
1539
+ msgstr "Cette annonce n'a pas encore été renouvelée."
1540
 
1541
  #: includes/controllers/pages/class-show-listing.php:12
 
1542
  msgid "This is just a preview. The listing has not been published yet."
1543
  msgstr ""
1544
+ "Il s'agit seulement d'une prévisualisation. L'annonce n'a pas encore été "
1545
  "publiée."
1546
 
1547
+ #: includes/controllers/pages/class-submit-listing.php:41
1548
  #: includes/helpers/functions/templates-ui.php:330
1549
  #: templates/submit-listing.tpl.php:17
 
1550
  msgid "Add Listing"
1551
+ msgstr "Ajouter une annonce"
1552
 
1553
+ #: includes/controllers/pages/class-submit-listing.php:684
 
1554
  msgid "Listing Images"
1555
+ msgstr "Images de l'annonce"
1556
 
1557
+ #: includes/controllers/pages/class-submit-listing.php:752
 
1558
  msgid "Account Creation"
1559
  msgstr "Création de compte"
1560
 
1561
+ #: includes/controllers/pages/class-submit-listing.php:951
 
1562
  msgid "Go to \"Plans\""
1563
+ msgstr "Aller aux \"abonnements\""
1564
 
1565
+ #: includes/controllers/pages/class-submit-listing.php:1008
 
1566
  msgid "Please choose a plan."
1567
+ msgstr "Veuillez choisir un abonnement ci-dessus."
1568
 
1569
+ #: includes/controllers/pages/class-submit-listing.php:1198
 
1570
  msgid "Please check the form for errors, correct them and submit again."
1571
  msgstr ""
1572
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1573
  "erreurs et soumettre à nouveau."
1574
 
1575
+ #: includes/controllers/pages/class-submit-listing.php:1358
 
1576
  msgid "Create a user account on this site"
1577
  msgstr "Créer un compte utilisateur sur ce site"
1578
 
1579
+ #: includes/controllers/pages/class-submit-listing.php:1365
 
1580
  msgid "Username"
1581
+ msgstr "Nom d'utilisateur (login)"
1582
 
1583
+ #: includes/controllers/pages/class-submit-listing.php:1387
 
1584
  msgid "Clear Form"
1585
  msgstr "Effacer le formulaire"
1586
 
1587
  #. translators: %1$s: date format, %2$s: Date format example
1588
  #: includes/fields/class-fieldtypes-date.php:35
 
1589
  msgid "%1$s (ex. %2$s)"
1590
+ msgstr "%1$s (ex. %2$s)"
1591
 
1592
  #. translators: %1$s: Field label, %2$s: Accepted date format
1593
  #. translators: %1$s: field label, %2$s: format
1594
  #: includes/fields/class-fieldtypes-date.php:72 includes/form-fields.php:739
 
1595
  msgid "%1$s must be in the format %2$s."
1596
+ msgstr "%1$s doit être au format %2$s."
1597
 
1598
  #. translators: %s Field label
1599
  #. translators: %s: field label
1600
  #: includes/fields/class-fieldtypes-date.php:78 includes/form-fields.php:778
 
1601
  msgid "%s must be a valid date."
1602
  msgstr "%s doit être une date valide."
1603
 
1604
  #: includes/fields/class-fieldtypes-image.php:55
 
1605
  msgid "Display caption?"
1606
+ msgstr "Afficher la légende ?"
1607
 
1608
  #. translators: %s: Field label
1609
  #: includes/fields/class-fieldtypes-image.php:131
 
1610
  msgid "\"%s\" Field unavailable at the moment."
1611
+ msgstr "\"%s\" Champ indisponible pour le moment."
1612
 
1613
  #: includes/fields/class-fieldtypes-image.php:155
1614
  #: templates/submit-listing-images-upload-form.tpl.php:38
 
1615
  msgid "Select Media"
1616
+ msgstr "Sélectionnez un média"
1617
 
1618
  #: includes/fields/class-fieldtypes-select.php:25
 
1619
  msgid "Select List"
1620
  msgstr "Sélectionnez une annonce"
1621
 
1622
  #: includes/fields/class-fieldtypes-select.php:116
 
1623
  msgid "-- Choose One --"
1624
  msgstr "-- Choisissez --"
1625
 
1626
  #: includes/fields/class-fieldtypes-select.php:143
 
1627
  msgid "-- Choose Terms --"
1628
  msgstr "-- Choisissez les conditions --"
1629
 
1630
  #: includes/fields/class-fieldtypes-select.php:209
 
1631
  msgid "— None —"
1632
  msgstr "— Aucun —"
1633
 
1634
  #: includes/fields/class-fieldtypes-select.php:266
 
1635
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
1636
  msgstr ""
1637
+ "Options du champ (pour sélectionner des annonces, des boutons radio et cases "
1638
  "à cocher)."
1639
 
1640
  #: includes/fields/class-fieldtypes-select.php:266
1641
  #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1642
  #: templates/admin/fees-form.tpl.php:58
 
1643
  msgid "required"
1644
  msgstr "requis"
1645
 
1646
  #: includes/fields/class-fieldtypes-select.php:268
1647
  msgid "One option per line"
1648
+ msgstr "Une option par ligne"
1649
 
1650
  #: includes/fields/class-fieldtypes-select.php:278
 
1651
  msgid "Allow empty selection on search?"
1652
  msgstr "Permettre la sélection vide sur la recherche?"
1653
 
1654
  #: includes/fields/class-fieldtypes-select.php:296
 
1655
  msgid "Field list of options is required."
1656
+ msgstr "La liste des options est requise."
1657
 
1658
  #: includes/fields/class-fieldtypes-social.php:69
 
1659
  msgid "Field Display Order"
1660
+ msgstr "Ordre d'affichage des champs"
1661
 
1662
  #: includes/fields/class-fieldtypes-social.php:109
 
1663
  msgid "Text"
1664
  msgstr "Zone de texte"
1665
 
1666
  #: includes/fields/class-fieldtypes-social.php:117
1667
  msgid "Text to be displayed for social field"
1668
+ msgstr "Texte à afficher pour le champ social"
1669
 
1670
  #: includes/fields/class-fieldtypes-textarea.php:214
 
1671
  msgid ""
1672
  "Warning: Users can use this feature to get around your image limits in plans."
1673
  msgstr ""
1675
  "pour contourner les limitation d'images dans les formules payantes."
1676
 
1677
  #: includes/fields/class-fieldtypes-textarea.php:215
 
1678
  msgid "Allow images in HTML?"
1679
+ msgstr "Autoriser les images en HTML ?"
1680
 
1681
  #: includes/fields/class-fieldtypes-url.php:14
 
1682
  msgid "URL Field"
1683
  msgstr "Champ URL"
1684
 
1685
  #: includes/fields/class-fieldtypes-url.php:32
 
1686
  msgid "Open link in a new window?"
1687
+ msgstr "Ouvrir le lien dans une nouvelle fenêtre ?"
1688
 
1689
  #: includes/fields/class-fieldtypes-url.php:35
 
1690
  msgid "Use rel=\"nofollow\" when displaying the link?"
1691
+ msgstr "Utiliser rel=\"nofollow\" lors de l'affichage du lien ?"
1692
 
1693
  #: includes/fields/class-fieldtypes-url.php:176
 
1694
  msgid "Link Text (optional)"
1695
+ msgstr "Lien texte (facultatif)"
1696
 
1697
  #: includes/form-fields.php:32
 
1698
  msgid "Post Title"
1699
+ msgstr "Titre de l'annonce"
1700
 
1701
  #: includes/form-fields.php:33
 
1702
  msgid "Post Content"
1703
+ msgstr "Contenu de l'annonce"
1704
 
1705
  #: includes/form-fields.php:34
 
1706
  msgid "Post Excerpt"
1707
+ msgstr "Extrait de l'annonce"
1708
 
1709
  #: includes/form-fields.php:35
 
1710
  msgid "Post Category"
1711
+ msgstr "Catégorie de l'annonce"
1712
 
1713
  #: includes/form-fields.php:36
 
1714
  msgid "Post Tags"
1715
+ msgstr "Étiquettes de l'annonce"
1716
 
1717
  #: includes/form-fields.php:37
 
1718
  msgid "Post Metadata"
1719
+ msgstr "Métadonnées de l'annonce"
1720
 
1721
  #: includes/form-fields.php:39
 
1722
  msgid "Custom"
1723
  msgstr "Personnalisé"
1724
 
1725
  #: includes/form-fields.php:376
 
1726
  msgid "Listing Title"
1727
+ msgstr "Titre de l'annonce"
1728
 
1729
  #: includes/form-fields.php:385
 
1730
  msgid "Listing Category"
1731
+ msgstr "Catégorie d'annonce"
1732
 
1733
  #: includes/form-fields.php:394
 
1734
  msgid "Short Description"
1735
+ msgstr "Brève description"
1736
 
1737
  #: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:112
 
1738
  msgid "Description"
1739
  msgstr "Description"
1740
 
1741
  #: includes/form-fields.php:420
1742
  msgid "Phone"
1743
+ msgstr "Téléphone"
1744
 
1745
  #: includes/form-fields.php:437
 
1746
  msgid "Listing Tags"
1747
+ msgstr "Liste des étiquettes"
1748
 
1749
  #: includes/form-fields.php:581
 
1750
  msgid "Email Validator"
1751
+ msgstr "Validateur d'email"
1752
 
1753
  #: includes/form-fields.php:582
 
1754
  msgid "URL Validator"
1755
+ msgstr "Validateur d'URL"
1756
 
1757
  #: includes/form-fields.php:583
 
1758
  msgid "Don't Allow Urls"
1759
+ msgstr "Ne pas autoriser les URLs"
1760
 
1761
  #: includes/form-fields.php:584
 
1762
  msgid "Whole Number Validator"
1763
  msgstr "Validateur de nombre entier"
1764
 
1765
  #: includes/form-fields.php:585
 
1766
  msgid "Decimal Number Validator"
1767
  msgstr "Validateur de nombre décimal"
1768
 
1769
  #: includes/form-fields.php:586
 
1770
  msgid "Date Validator"
1771
  msgstr "Validateur de date"
1772
 
1773
  #: includes/form-fields.php:587
 
1774
  msgid "Word Count Validator"
1775
+ msgstr "Validateur de nombre de mots"
1776
 
1777
  #: includes/form-fields.php:588
 
1778
  msgid "Telephone Number Validator"
1779
+ msgstr "Validateur de numéro de téléphone"
1780
 
1781
  #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
 
1782
  msgid "Field"
1783
  msgstr "Champ"
1784
 
1785
  #. translators: %s: field label
1786
  #: includes/form-fields.php:619 includes/form-fields.php:630
 
1787
  msgid "%s is required."
1788
  msgstr "%s est requis."
1789
 
1790
  #. translators: %s: field label
1791
  #: includes/form-fields.php:647
 
1792
  msgid "%s is badly formatted. Valid URL format required. Include http://"
1793
  msgstr "%s est mal formaté. format URL valide requis. Inclure http: //"
1794
 
1795
  #: includes/form-fields.php:667
 
1796
  msgid "URLs are not allowed."
1797
+ msgstr "Les URLS ne sont pas autorisées."
1798
 
1799
  #. translators: %s: field label
1800
  #: includes/form-fields.php:690
 
1801
  msgid "%s is badly formatted. Valid Email format required."
1802
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1803
 
1804
  #. translators: %s: field label
1805
  #: includes/form-fields.php:703
 
1806
  msgid "%s must be a number. Decimal values are not allowed."
1807
  msgstr "%s doit être un nombre. Les valeurs décimales ne sont pas autorisées."
1808
 
1809
  #. translators: %s: field label
1810
  #: includes/form-fields.php:716
 
1811
  msgid "%s must be a number."
1812
  msgstr "%s doit être un nombre."
1813
 
1814
  #. translators: %s: field label
1815
  #: includes/form-fields.php:786
 
1816
  msgid "Caption for %s is required."
1817
+ msgstr "La légende pour %s est requise."
1818
 
1819
  #. translators: %1$s: field label, %2$d: max word count
1820
  #: includes/form-fields.php:803
 
1821
  msgid "%1$s must have less than %2$d words."
1822
+ msgstr "%1$s doit contenir moins de %2$d mots."
1823
 
1824
  #. translators: %1$s: field label, %2$s allowed values
1825
  #: includes/form-fields.php:825
 
1826
  msgid "%1$s is invalid. Value most be one of %2$s."
1827
+ msgstr "%1$s est invalide. La valeur doit être l'un des %2$s."
1828
 
1829
  #. translators: %s: field label
1830
  #: includes/form-fields.php:842
 
1831
  msgid "%s is badly formatted. Valid Phone Number format required."
1832
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1833
 
1836
  "An error occurred while trying to cancel your subscription. Please try again "
1837
  "later or contact the site administrator."
1838
  msgstr ""
1839
+ "Une erreur s'est produite lors de la tentative d'annulation de votre "
1840
+ "abonnement. Veuillez réessayer ultérieurement ou contacter l'administrateur "
1841
+ "du site."
1842
 
1843
  #: includes/gateways/class-gateway-authorize-net.php:377
1844
  msgid ""
1845
  "An error occurred while trying to cancel Authorize.net subscription with ID "
1846
  "%s. You can try again later or cancel subscription from gateway dashboard."
1847
  msgstr ""
1848
+ "Une erreur s'est produite lors de la tentative d'annulation de l'abonnement "
1849
+ "Authorize.net avec l'ID %s. Vous pouvez réessayer plus tard ou annuler "
1850
+ "l'abonnement à partir du tableau de bord de la passerelle."
1851
 
1852
  #: includes/helpers/functions/general.php:530
1853
  msgid "Free"
1854
  msgstr "Gratuit"
1855
 
1856
  #: includes/helpers/functions/general.php:1319
 
1857
  msgid "Return to Directory"
1858
+ msgstr "Retourner vers l'annuaire"
1859
 
1860
  #: includes/helpers/functions/listings.php:80
 
1861
  msgid "Untitled Listing"
1862
+ msgstr "Annonces sans titre"
1863
 
1864
  #: includes/helpers/functions/templates-ui.php:324
 
1865
  msgid "Manage Listings"
1866
+ msgstr "Gérer les annonces"
1867
 
1868
+ #: includes/installer.php:51
 
1869
  msgid "Default Plan"
1870
+ msgstr "Abonnement par défaut"
1871
 
1872
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1873
  #: includes/licensing.php:151
1875
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1876
  "get updates."
1877
  msgstr ""
1878
+ "La clé de licence n'a pas pu être vérifiée. Veuillez %1$svérifier votre "
1879
+ "licence%2$s pour obtenir les mises à jour."
1880
 
1881
  #: includes/licensing.php:207 includes/licensing.php:211
1882
  msgid "Licenses"
1886
  #: includes/licensing.php:268
1887
  msgid "%s will not get updates until license is reauthorized."
1888
  msgstr ""
1889
+ "%s ne recevra pas de mises à jour tant que la licence n'aura pas été "
1890
+ "réautorisée."
1891
 
1892
  #: includes/licensing.php:289
 
1893
  msgid "Enter License Key here"
1894
  msgstr "Entrer la clé de licence"
1895
 
1896
  #: includes/licensing.php:290
 
1897
  msgid "Authorize"
1898
+ msgstr "Autoriser"
1899
 
1900
  #: includes/licensing.php:390
 
1901
  msgid "Invalid item ID"
1902
  msgstr "ID d'élément non valide"
1903
 
1904
  #: includes/licensing.php:403
 
1905
  msgid "No license key provided"
1906
  msgstr "Aucune clé de licence fournie"
1907
 
1908
  #: includes/licensing.php:448 includes/licensing.php:486
 
1909
  msgid "License key is invalid"
1910
  msgstr "La clé de licence est invalide"
1911
 
1912
  #: includes/licensing.php:452
 
1913
  msgid "Deactivation failed"
1914
  msgstr "La désactivation a échoué"
1915
 
1916
  #: includes/licensing.php:497
 
1917
  msgid "The license key was revoked."
1918
+ msgstr "La clé de licence a été révoquée."
1919
 
1920
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1921
  #: includes/licensing.php:501
 
1922
  msgid ""
1923
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1924
  "%2$s and let them know your license is being reported as revoked by the "
1925
  "licensing software. Please include the email address you used to purchase "
1926
  "with your report."
1927
  msgstr ""
1928
+ "Si vous pensez qu'il s'agit d'une erreur, veuillez contacter le "
1929
+ "%1$sassistance de l'annuaire %2$s et faites-lui savoir que votre licence est "
1930
+ "signalée comme révoquée par le logiciel de gestion des licences. Veuillez "
1931
+ "inclure l'adresse e-mail que vous avez utilisée pour acheter avec votre "
1932
+ "rapport."
1933
 
1934
  #: includes/licensing.php:564
 
1935
  msgid ""
1936
  "It was not possible to establish a connection with the Business Directory "
1937
  "server. The connection failed with the following error:"
1938
  msgstr ""
1939
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
1940
+ "Directory. La connexion a échoué avec l'erreur suivante :"
1941
 
1942
  #: includes/licensing.php:577
 
1943
  msgid ""
1944
  "It was not possible to establish a connection with the Business Directory "
1945
  "server. A problem occurred in the SSL/TSL handshake:"
1946
  msgstr ""
1947
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
1948
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
1949
+ "TLS :"
1950
 
1951
  #: includes/licensing.php:624
 
1952
  msgid ""
1953
  "It looks like your server is not authorized to make outgoing requests to "
1954
  "Business Directory servers. Please contact your webhost and ask them to add "
1955
  "our IP address 52.0.78.177 to your allow list."
1956
  msgstr ""
1957
+ "Il semble que votre serveur ne soit pas autorisé à envoyer des requêtes "
1958
+ "sortantes aux serveurs de l'annuaire professionnel. Veuillez contacter votre "
1959
+ "hébergeur et lui demander d'ajouter notre adresse IP<ip-address> à votre "
1960
+ "liste d'autorisation."
1961
 
1962
  #: includes/licensing.php:718
 
1963
  msgid "Business Directory license key is missing."
1964
+ msgstr "Business Directory - Clé de licence manquante."
1965
 
1966
  #: includes/licensing.php:719
 
1967
  msgid "Business Directory license key has expired"
1968
  msgstr "Business Directory - Clé de licence expirée"
1969
 
1970
  #: includes/licensing.php:720
 
1971
  msgid "Could not verify Business Directory license."
1972
+ msgstr "Impossible de vérifier la licence de l'annuaire professionnel."
1973
 
1974
  #: includes/licensing.php:731
 
1975
  msgid "Review license keys"
1976
  msgstr "Renouveller la clé de licence"
1977
 
1978
  #: includes/licensing.php:846
1979
  msgid "Missing data. Please reload this page and try again."
1980
+ msgstr "Données manquantes. Veuillez recharger cette page et réessayer."
1981
 
1982
  #: includes/licensing.php:851
 
1983
  msgid "Please enter a license key."
1984
  msgstr "S'il vous plaît entrer une clé de licence."
1985
 
1986
  #. translators: %s: User name, %2$d: number of entries
1987
  #: includes/models/class-reviews.php:129
1988
  msgid "Congratulations %1$s! You have collected %2$d listings."
1989
+ msgstr "Félicitations %1$s ! Vous avez collecté %2$d annonces."
1990
 
1991
  #: includes/payment.php:30
1992
  msgid "We couldn't find a payment associated with the given subscription."
1993
+ msgstr "Nous n'avons pas trouvé de paiement associé à l'abonnement donné."
1994
 
1995
  #: includes/payment.php:37
1996
  msgid "The payment gateway \"<payment-gateway>\" is not available."
1997
+ msgstr "La passerelle de paiement \"<payment-gateway>\" n'est pas disponible."
1998
 
1999
  #: includes/payment.php:65
 
2000
  msgid "Gateway Transaction ID:"
2001
+ msgstr "ID de la passerelle de transaction :"
2002
 
2003
  #: includes/payment.php:76
 
2004
  msgid "Bill To:"
2005
  msgstr "Facturé à :"
2006
 
2007
  #: includes/payment.php:87
 
2008
  msgid "Print Receipt"
2009
  msgstr "Imprimer le reçu"
2010
 
2011
  #: includes/payment.php:147
 
2012
  msgid "Return to plan selection"
2013
+ msgstr "Retourner vers la sélection d'abonnement"
2014
 
2015
  #: includes/themes.php:918
 
2016
  msgid "ZIP file is not a valid Business Directory theme file."
2017
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
2018
 
2019
+ #: includes/utils.php:391
 
2020
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2021
+ msgstr "La taille du fichier (%1$s) excède la taille maximale permise de %2$s"
2022
 
2023
+ #: includes/utils.php:400
 
2024
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2025
  msgstr ""
2026
+ "La taille du fichier (%1$s) est inférieur au minimum de taille de fichier "
2027
+ "requise de %2$s"
2028
 
2029
  #: includes/views/widget/widget-settings.php:9
 
2030
  msgid "Title:"
2031
+ msgstr "Titre :"
2032
 
2033
  #: includes/views/widget/widget-settings.php:15
 
2034
  msgid "Number of listings to display:"
2035
+ msgstr "Nombre d'annonces à afficher :"
2036
 
2037
  #: includes/views/widget/widget-settings.php:24
 
2038
  msgid "Thumbnails"
2039
  msgstr "Miniatures"
2040
 
2041
  #: includes/views/widget/widget-settings.php:28
 
2042
  msgid "Show thumbnails"
2043
  msgstr "Montrer les miniatures"
2044
 
2045
  #: includes/views/widget/widget-settings.php:35
2046
  msgid "Use \"Coming Soon\" photo for listings without an image?"
2047
  msgstr ""
2048
+ "Utiliser le message \"Bientôt visible\" pour les annonces sans aucune image ?"
2049
 
2050
  #: includes/views/widget/widget-settings.php:41
 
2051
  msgid "Image width (in px):"
2052
+ msgstr "Largeur d'images (en pixel) :"
2053
 
2054
  #: includes/views/widget/widget-settings.php:43
2055
  #: includes/views/widget/widget-settings.php:50
2056
  msgid "Automatic"
2057
+ msgstr "Automatique"
2058
 
2059
  #: includes/views/widget/widget-settings.php:48
 
2060
  msgid "Image height (in px):"
2061
+ msgstr "Hauteur d'image (en pixel) :"
2062
 
2063
  #: includes/views/widget/widget-settings.php:55
 
2064
  msgid "Thumbnail Position (Desktop):"
2065
+ msgstr "Position des miniature (ordinateur) :"
2066
 
2067
  #: includes/views/widget/widget-settings.php:60
2068
  #: includes/views/widget/widget-settings.php:78
2069
  msgid "Left"
2070
+ msgstr "À gauche"
2071
 
2072
  #: includes/views/widget/widget-settings.php:63
2073
  #: includes/views/widget/widget-settings.php:81
2074
  msgid "Right"
2075
+ msgstr "À droite"
2076
 
2077
  #: includes/views/widget/widget-settings.php:66
2078
  #: includes/views/widget/widget-settings.php:84
2079
  msgid "Top"
2080
+ msgstr "En haut"
2081
 
2082
  #: includes/views/widget/widget-settings.php:73
 
2083
  msgid "Thumbnail Position (Mobile):"
2084
+ msgstr "Position des miniature (mobile) :"
2085
 
2086
  #: includes/views/widget/widget-settings.php:91
2087
  msgid "Fields To Show"
2088
+ msgstr "Champs à afficher"
2089
 
2090
  #: includes/widgets/class-listings-widget.php:188
 
2091
  msgid "There are currently no listings to show."
2092
  msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
2093
 
2094
  #: includes/widgets/widget-featured-listings.php:27
 
2095
  msgid "Display listings in random order"
2096
  msgstr "Afficher les annonces de façon aléatoire"
2097
 
2098
  #: templates/admin/_admin-menu.php:57
2099
  msgid "Minimize Navigation"
2100
+ msgstr "Réduire la navigation"
2101
 
2102
  #: templates/admin/csv-export.tpl.php:5
 
2103
  msgid ""
2104
  "An unknown error occurred during the export. Please make sure you have "
2105
  "enough free disk space and memory available to PHP. Check your error logs "
2110
  "Vérifiez votre journal d'erreurs pour plus de détails."
2111
 
2112
  #: templates/admin/csv-export.tpl.php:37
 
2113
  msgid "All"
2114
  msgstr "Toutes"
2115
 
2116
  #: templates/admin/csv-export.tpl.php:50
 
2117
  msgid "Create a ZIP file with both a CSV file and listing images."
2118
  msgstr ""
2119
  "Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
2120
  "fichiers d'image."
2121
 
2122
  #: templates/admin/csv-export.tpl.php:55
 
2123
  msgid "Additional metadata to export"
2124
+ msgstr "Métadonnées complémentaires à exporter"
2125
 
2126
  #: templates/admin/csv-export.tpl.php:65
 
2127
  msgid ""
2128
  "If you plan to re-import the listings into your directory and don't want new "
2129
  "ones created, select this option!"
2133
 
2134
  #: templates/admin/csv-export.tpl.php:119
2135
  #: templates/admin/csv-import.tpl.php:113
 
2136
  msgid "CSV File Settings"
2137
  msgstr "Paramètres des fichiers CSV"
2138
 
2139
  #: templates/admin/csv-export.tpl.php:129
 
2140
  msgid ""
2141
  "Windows and macOS versions of MS Excel handle CSV files differently. To make "
2142
  "sure all your listings information is displayed properly when you view or "
2151
 
2152
  #: templates/admin/csv-export.tpl.php:150
2153
  #: templates/admin/csv-import.tpl.php:149
 
2154
  msgid "Image Separator"
2155
  msgstr "Séparateur d'image"
2156
 
2157
  #: templates/admin/csv-import.tpl.php:27
 
2158
  msgid "Here, you can import data into your directory using the CSV format."
2159
  msgstr ""
2160
+ "Ici, vous pouvez importer des données dans votre annuaire en utilisant le "
2161
  "format CSV."
2162
 
2163
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2164
  #: templates/admin/csv-import.tpl.php:32
 
2165
  msgid ""
2166
  "We strongly recommend reading our %1$sCSV import documentation%2$s first to "
2167
  "help you do things in the right order."
2168
  msgstr ""
2169
+ "Nous vous recommandons vivement la lecture de notre %1$sdocumentation "
2170
+ "relative à l'importation CSV%2$s afin de vous aider à faire les choses dans "
2171
+ "le bon ordre."
2172
 
2173
  #: templates/admin/csv-import.tpl.php:44
 
2174
  msgid "Import Files"
2175
+ msgstr "Importer des fichiers"
2176
 
2177
  #: templates/admin/csv-import.tpl.php:49
 
2178
  msgid "CSV File"
2179
  msgstr "Fichier CSV"
2180
 
2181
  #: templates/admin/csv-import.tpl.php:80
 
2182
  msgid "ZIP file containing images"
2183
  msgstr "Fichiers ZIP contenant des images"
2184
 
2185
  #: templates/admin/csv-import.tpl.php:119
 
2186
  msgid "Column Separator"
2187
  msgstr "Séparateur de colonne"
2188
 
2189
  #: templates/admin/csv-import.tpl.php:142
 
2190
  msgid "TAB"
2191
  msgstr "Onglet"
2192
 
2193
  #: templates/admin/csv-import.tpl.php:160
 
2194
  msgid "Category Separator"
2195
  msgstr "Séparateur de catégorie"
2196
 
2197
  #: templates/admin/csv-import.tpl.php:171
 
2198
  msgid "Import settings"
2199
  msgstr "Paramètres d'importation"
2200
 
2201
  #: templates/admin/csv-import.tpl.php:176
 
2202
  msgid "Post status of new imported listings"
2203
+ msgstr "Statut de publication des nouvelles annonces importées"
2204
 
2205
  #: templates/admin/csv-import.tpl.php:193
 
2206
  msgid "Post status of existing imported listings"
2207
+ msgstr "Statut de publication des annonces importées existantes"
2208
 
2209
  #: templates/admin/csv-import.tpl.php:212
 
2210
  msgid "Missing categories handling"
2211
  msgstr "Gestion des catégories manquantes"
2212
 
2213
  #: templates/admin/csv-import.tpl.php:218
 
2214
  msgid "Auto-create categories"
2215
+ msgstr "Création automatique de catégories"
2216
 
2217
  #: templates/admin/csv-import.tpl.php:223
 
2218
  msgid "Generate errors when a category is not found"
2219
+ msgstr "Génère d'erreurs quand une catégorie n'est pas trouvée"
2220
 
2221
  #: templates/admin/csv-import.tpl.php:231
 
2222
  msgid "Keep existing images"
2223
+ msgstr "Garder les images existantes"
2224
 
2225
  #: templates/admin/csv-import.tpl.php:234
 
2226
  msgid "Appends new images while keeping current ones."
2227
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2228
 
2229
  #: templates/admin/csv-import.tpl.php:242
 
2230
  msgid "Assign listings to a user"
2231
+ msgstr "Assigner des listes à un utilisateur"
2232
 
2233
  #: templates/admin/csv-import.tpl.php:254
 
2234
  msgid "Default listing user"
2235
+ msgstr "Propriétaire d'annonce par défaut"
2236
 
2237
  #: templates/admin/csv-import.tpl.php:256
 
2238
  msgid ""
2239
  "This user will be used if the username column is not present in the CSV file."
2240
  msgstr ""
2242
  "figure pas dans le fichier CSV."
2243
 
2244
  #: templates/admin/csv-import.tpl.php:263
 
2245
  msgid "Number of listings imported on every cycle"
2246
+ msgstr "Nombre d'annonces importées à chaque cycle"
2247
 
2248
  #: templates/admin/csv-import.tpl.php:265
2249
  msgid ""
2252
  "result in a longer batch import time, but will increase the chance of "
2253
  "success on shared hosting platforms and other resource-constrained servers."
2254
  msgstr ""
2255
+ "Si vous rencontrez des difficultés pour importer des listes en raison de "
2256
+ "problèmes de mémoire, essayez de réduire la taille du lot d'importation à 5 "
2257
+ "ou 1, puis réessayez. Cela entraînera un temps d'importation par lots plus "
2258
+ "long, mais augmentera les chances de succès sur les plates-formes "
2259
+ "d'hébergement partagé et d'autres serveurs à ressources limitées."
2260
 
2261
  #: templates/admin/csv-import.tpl.php:277
 
2262
  msgid "Disable email notifications during import"
2263
+ msgstr "Désactiver les notifications par e-mail durant l'importation"
2264
 
2265
  #: templates/admin/csv-import.tpl.php:296
 
2266
  msgid ""
2267
  "The following are the valid header names to be used in the CSV file. "
2268
  "Multivalued fields (such as category or tags) can appear multiple times in "
2276
  "d'importation devrait ressembler."
2277
 
2278
  #: templates/admin/csv-import.tpl.php:305
 
2279
  msgid "Header name/label"
2280
+ msgstr "Titre/Etiquette de l'en-tête"
2281
 
2282
  #: templates/admin/csv-import.tpl.php:308
 
2283
  msgid "Required?"
2284
  msgstr "Requis ?"
2285
 
2286
  #: templates/admin/csv-import.tpl.php:309
 
2287
  msgid "Multivalued?"
2288
  msgstr "Valeurs multiples ?"
2289
 
2290
  #: templates/admin/csv-import.tpl.php:341
 
2291
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2292
  msgstr ""
2293
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2294
  "fichier ZIP)"
2295
 
2296
  #: templates/admin/csv-import.tpl.php:348
 
2297
  msgid "Listing author's username"
2298
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
2299
 
2300
  #: templates/admin/debug-info.tpl.php:5
 
2301
  msgid "Debug"
2302
  msgstr "Déboguer"
2303
 
2304
  #: templates/admin/debug-info.tpl.php:8
 
2305
  msgid "Download Debug Information"
2306
  msgstr "Télécharger les informations de débogage"
2307
 
2308
  #: templates/admin/debug-info.tpl.php:18
 
2309
  msgid ""
2310
  "The following information can help our team debug possible problems with "
2311
  "your setup."
2314
  "problèmes possibles avec votre configuration."
2315
 
2316
  #: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:245
 
2317
  msgid "Add Plan"
2318
+ msgstr "Ajouter un abonnement"
2319
 
2320
  #: templates/admin/fees-edit-fee.tpl.php:4
 
2321
  msgid "Edit Plan"
2322
+ msgstr "Éditer l'abonnement"
2323
 
2324
  #: templates/admin/fees-form.tpl.php:30
 
2325
  msgid "Plan Description"
2326
+ msgstr "Description de l'abonnement"
2327
 
2328
  #: templates/admin/fees-form.tpl.php:38
 
2329
  msgid "How long should the listing run?"
2330
  msgstr "Combien de temps devrait durer l'annonce ?"
2331
 
2332
  #: templates/admin/fees-form.tpl.php:41
 
2333
  msgid "run listing for"
2334
  msgstr "exécuter l'annonce pour"
2335
 
2336
  #: templates/admin/fees-form.tpl.php:51
2337
  #: templates/plan-selection-plan.tpl.php:39
 
2338
  msgid "days"
2339
  msgstr "jours"
2340
 
2341
  #: templates/admin/fees-form.tpl.php:53
 
2342
  msgid "run listing forever"
2343
  msgstr "toujours exécuter l'annonce"
2344
 
2345
  #: templates/admin/fees-form.tpl.php:58
 
2346
  msgid "Number of images allowed"
2347
  msgstr "Nombre d'images autorisées"
2348
 
2349
  #: templates/admin/fees-form.tpl.php:73
2350
  msgid "Private Plan (visible to admins only)?"
2351
+ msgstr "Abonnement privé (visible uniquement par les administrateurs) ?"
2352
 
2353
  #: templates/admin/fees-form.tpl.php:90
 
2354
  msgid "Is recurring?"
2355
  msgstr "Est récurrent?"
2356
 
2357
  #: templates/admin/fees-form.tpl.php:102
 
2358
  msgid "Should the listing auto-renew at the end of the listing term?"
2359
  msgstr ""
2360
  "L'annonce devrait-elle être renouvelée automatiquement à la fin de la "
2362
 
2363
  #: templates/admin/fees-form.tpl.php:109
2364
  msgid "Make listings on this plan featured (sticky)?"
2365
+ msgstr "Faire des annonces sur cet abonnement en vedette (épinglé) ?"
2366
 
2367
  #: templates/admin/fees-form.tpl.php:121
 
2368
  msgid ""
2369
  "This floats the listing to the top of search results and browsing the "
2370
  "directory when the user buys this plan."
2373
  "l'annuaire lorsque l'utilisateur achète ce plan."
2374
 
2375
  #: templates/admin/fees-form.tpl.php:127
 
2376
  msgid "Listing background color:"
2377
+ msgstr "Couleur d'arrière-plan de l'annonce :"
2378
 
2379
  #: templates/admin/fees-form.tpl.php:133
 
2380
  msgid "Used to differentiate listings inside this plan from others."
2381
+ msgstr "Utilisé pour différencier les annonces de ce plan des autres."
2382
 
2383
  #: templates/admin/fees-form.tpl.php:245
2384
  #: templates/admin/settings-email.tpl.php:104
2385
  #: templates/submit-listing-section.tpl.php:30
 
2386
  msgid "Save Changes"
2387
  msgstr "Sauvegarder les modifications"
2388
 
2389
  #: templates/admin/fees-index.tpl.php:7
 
2390
  msgid "Add New Plan"
2391
  msgstr "Ajouter une nouvelle annonce"
2392
 
2393
  #: templates/admin/fees-index.tpl.php:27
 
2394
  msgid "↑ Ascending"
2395
  msgstr "↑ Ascendant"
2396
 
2397
  #: templates/admin/fees-index.tpl.php:28
 
2398
  msgid "↓ Descending"
2399
  msgstr "↓ Descendant"
2400
 
2401
  #: templates/admin/fees-index.tpl.php:36
2402
  msgid "Save front-end order"
2403
+ msgstr "Enregistrer l'ordre du front-end"
2404
 
2405
  #: templates/admin/fees-index.tpl.php:40
 
2406
  msgid "Drag and drop to re-order plans."
2407
  msgstr "Glisser-déposer pour réorganiser les frais."
2408
 
2409
  #: templates/admin/fees-index.tpl.php:56
2410
  msgid "Set up a payment gateway to charge a fee for listings"
2411
  msgstr ""
2412
+ "Configurer une passerelle de paiement pour facturer des frais pour les "
2413
+ "annonces"
2414
 
2415
  #: templates/admin/fees-index.tpl.php:58
2416
  msgid "Add a payment gateway to increase conversion rates"
2417
  msgstr ""
2418
+ "Ajouter une passerelle de paiement pour augmenter les taux de conversion"
2419
 
2420
+ #. translators: %s: payment gateway name
2421
  #: templates/admin/fees-index.tpl.php:75
 
2422
  msgid "Add %s as a payment option."
2423
+ msgstr "Ajouter %s comme une option de paiement."
2424
 
2425
  #: templates/admin/form-fields-addoredit.tpl.php:8
 
2426
  msgid "Add Form Field"
2427
  msgstr "Ajouter un champ de formulaire"
2428
 
2429
  #: templates/admin/form-fields-addoredit.tpl.php:133
 
2430
  msgid "Maximum number of words"
2431
+ msgstr "Nombre maximum de mots"
2432
 
2433
  #: templates/admin/form-fields-addoredit.tpl.php:263
 
2434
  msgid "Require this field on the Advanced Search screen."
2435
+ msgstr "Rendre ce champ obligatoire lors de recherches avancée."
2436
 
2437
  #: templates/admin/form-fields-tags.tpl.php:19
 
2438
  msgid ""
2439
  "Before you create fields, make sure you've mapped all of your EXISTING ones "
2440
  "first, otherwise you'll appear to be \"missing data\" on your listings."
2444
  "annonces."
2445
 
2446
  #: templates/admin/form-fields.tpl.php:4
 
2447
  msgid "Add New Form Field"
2448
+ msgstr "Ajouter un nouveau champ de formulaire"
2449
 
2450
  #: templates/admin/form-fields.tpl.php:8
 
2451
  msgid "Preview Form"
2452
  msgstr "Formulaire précédent"
2453
 
2454
  #: templates/admin/form-fields.tpl.php:12 templates/admin/themes.tpl.php:11
 
2455
  msgid "Manage Theme Tags"
2456
+ msgstr "Gérer les étiquettes du thème"
2457
 
2458
  #: templates/admin/form-fields.tpl.php:27
2459
  msgid ""
2460
  "Create new fields, edit existing fields, change the field order and "
2461
  "visibility."
2462
  msgstr ""
2463
+ "Créez de nouveaux champs, modifiez des champs existants, modifiez l'ordre et "
2464
+ "la visibilité des champs."
2465
 
2466
  #. translators: %1$s open link, %2$s close link
2467
  #: templates/admin/form-fields.tpl.php:35
 
2468
  msgid "Please see the %1$sForm Fields documentation%2$s for more details."
2469
  msgstr ""
2470
+ "Veuillez voir la %1$s Documentation de champs de formulaire %2$s pour plus "
2471
+ "de détails."
2472
 
2473
  #: templates/admin/home.tpl.php:55
2474
  msgid "Manage Options"
2475
+ msgstr "Gérer les options"
2476
 
2477
  #: templates/admin/home.tpl.php:74
2478
  msgid "Manage Paid Listings"
2479
+ msgstr "Gérer les annonces payées"
2480
 
2481
  #: templates/admin/metaboxes-listing-information-other.tpl.php:3
 
2482
  msgid "Access key"
2483
  msgstr "Clés d'accès"
2484
 
2485
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:13
 
2486
  msgid "Listing status"
2487
+ msgstr "Statut de l'annonce"
2488
 
2489
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:18
2490
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:33
 
2491
  msgid "N/A"
2492
  msgstr "N/A"
2493
 
2494
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:26
 
2495
  msgid "Last renew date"
2496
+ msgstr "Dernière date de renouvellement"
2497
 
2498
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:41
2499
  #: templates/email/listing-payment-completed.tpl.php:25
 
2500
  msgid "Plan"
2501
+ msgstr "Abonnement"
2502
 
2503
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:123
2504
  #: templates/plan-selection-plan.tpl.php:41
 
2505
  msgid "Recurring"
2506
+ msgstr "Récurrent"
2507
 
2508
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2509
  #, fuzzy
2510
+ msgid "Renew listing"
2511
+ msgstr "Renouveler l'annonce"
2512
+
2513
+ #: templates/admin/payments-details.tpl.php:5
2514
  msgid "Payment %s"
2515
+ msgstr "Paiement %s"
2516
 
2517
  #: templates/admin/payments-details.tpl.php:6
 
2518
  msgid "Not Found"
2519
+ msgstr "Introuvable"
2520
 
2521
  #: templates/admin/payments-details.tpl.php:11
2522
  #: templates/admin/payments-details.tpl.php:26
 
2523
  msgid "← Return to \"Payment History\""
2524
  msgstr "← Retour à \"Historique des paiements\""
2525
 
2526
  #: templates/admin/payments-details.tpl.php:24
 
2527
  msgid "Payment Not Found"
2528
+ msgstr "Paiement non trouvé"
2529
 
2530
  #: templates/admin/payments-details.tpl.php:45
 
2531
  msgid "Overview"
2532
  msgstr "Aperçu"
2533
 
2534
  #: templates/admin/payments-details.tpl.php:49
2535
  #: templates/admin/payments-details.tpl.php:83
 
2536
  msgid "Payment ID"
2537
+ msgstr "ID de paiement"
2538
 
2539
  #: templates/admin/payments-details.tpl.php:59
 
2540
  msgid "Status"
2541
  msgstr "Statut"
2542
 
2543
  #: templates/admin/payments-details.tpl.php:68
 
2544
  msgid "Date"
2545
  msgstr "Date"
2546
 
2547
  #: templates/admin/payments-details.tpl.php:72
 
2548
  msgid "Time"
2549
+ msgstr "Heure"
2550
 
2551
  #: templates/admin/payments-details.tpl.php:77
 
2552
  msgid "Gateway"
2553
  msgstr "Passerelle"
2554
 
2555
  #. translators: Gateway: (Not yet set)
2556
  #: templates/admin/payments-details.tpl.php:79
 
2557
  msgid "(Not yet set)"
2558
  msgstr "(Pas encore inscrit)"
2559
 
2560
  #: templates/admin/payments-details.tpl.php:94
 
2561
  msgid "Delete Payment"
2562
  msgstr "Supprimer le paiement"
2563
 
2564
  #: templates/admin/payments-details.tpl.php:96
 
2565
  msgid "Save Payment"
2566
  msgstr "Enregistrer le paiement"
2567
 
2568
  #: templates/admin/payments-details.tpl.php:107
 
2569
  msgid "Details"
2570
  msgstr "Détails"
2571
 
2572
  #: templates/admin/payments-details.tpl.php:111
 
2573
  msgid "Item Type"
2574
  msgstr "Type d'élément"
2575
 
2576
  #: templates/admin/payments-details.tpl.php:124
2577
  #: templates/payment/payment_items.tpl.php:23
 
2578
  msgid "Total"
2579
  msgstr "Total"
2580
 
2581
  #: templates/admin/payments-details.tpl.php:135
 
2582
  msgid "Customer Details"
2583
  msgstr "Détails du client"
2584
 
2585
  #: templates/admin/payments-details.tpl.php:145
2586
  #: templates/checkout-billing-form.tpl.php:17
 
2587
  msgid "First Name"
2588
  msgstr "Prénom"
2589
 
2590
  #: templates/admin/payments-details.tpl.php:150
2591
  #: templates/checkout-billing-form.tpl.php:22
 
2592
  msgid "Last Name"
2593
  msgstr "Nom"
2594
 
2595
  #: templates/admin/payments-details.tpl.php:172
 
2596
  msgid "Address Line 1"
2597
+ msgstr "Adresse ligne 1"
2598
 
2599
  #: templates/admin/payments-details.tpl.php:176
2600
  #: templates/checkout-billing-form.tpl.php:81
 
2601
  msgid "Address Line 2"
2602
  msgstr "Adresse ligne 2"
2603
 
2604
  #: templates/admin/payments-details.tpl.php:185
 
2605
  msgid "Notes & Log"
2606
  msgstr "Notes et registre"
2607
 
2608
  #: templates/admin/payments-details.tpl.php:190
 
2609
  msgid "No notes."
2610
  msgstr "Pas de notes."
2611
 
2612
  #: templates/admin/payments-details.tpl.php:210
 
2613
  msgid "Add Note"
2614
  msgstr "Ajouter une note"
2615
 
2616
  #: templates/admin/payments-index.tpl.php:11
 
2617
  msgid "Search Payments:"
2618
  msgstr "Rechercher des paiements:"
2619
 
2620
  #: templates/admin/privacy-policy.tpl.php:12
2621
  msgid "Suggested text:"
2622
+ msgstr "Texte suggéré :"
2623
 
2624
  #: templates/admin/privacy-policy.tpl.php:12
2625
  msgid ""
2628
  "personal information included on their listings at any time. Website "
2629
  "administrators can also see and edit that information."
2630
  msgstr ""
2631
+ "Lorsque vous soumettez une liste d'annuaires, le contenu de la liste et ses "
2632
+ "métadonnées sont conservés indéfiniment. Tous les utilisateurs peuvent voir, "
2633
+ "modifier ou supprimer les informations personnelles incluses dans leurs "
2634
+ "annonces à tout moment. Les administrateurs du site Web peuvent également "
2635
+ "voir et modifier ces informations."
2636
 
2637
  #: templates/admin/privacy-policy.tpl.php:13
2638
  msgid ""
2640
  "address and other information included in your submission to describe the "
2641
  "directory listing."
2642
  msgstr ""
2643
+ "Les visiteurs du site Web peuvent voir le nom du contact, l'URL du site Web, "
2644
+ "le numéro de téléphone, l'adresse et d'autres informations incluses dans "
2645
+ "votre soumission pour décrire la liste d'annuaire."
2646
 
2647
  #: templates/admin/privacy-policy.tpl.php:14
 
2648
  msgid "Payment Information"
2649
+ msgstr "Information de paiement"
2650
 
2651
  #. translators: %s is a link with the URL of the current site.
2652
  #: templates/admin/privacy-policy.tpl.php:20
2656
  "it will be shared through a secure connection with the following payment "
2657
  "gateways to process the payment:"
2658
  msgstr ""
2659
+ "Si vous payez pour publier une liste d'annuaires en saisissant vos "
2660
+ "informations de carte de crédit et de facturation directement sur %s, les "
2661
+ "informations de carte de crédit ne seront pas stockées mais elles seront "
2662
+ "partagées via une connexion sécurisée avec les passerelles de paiement "
2663
+ "suivantes pour traiter le paiement :"
2664
 
2665
  #: templates/admin/settings-email.tpl.php:8
 
2666
  msgid "Untitled"
2667
  msgstr "Sans titre"
2668
 
2669
  #: templates/admin/settings-email.tpl.php:36
 
2670
  msgid "Click to edit email"
2671
  msgstr "Cliquer pour éditer l'e-mail"
2672
 
2673
  #: templates/admin/settings-email.tpl.php:37
 
2674
  msgid "Click to edit"
2675
  msgstr "Cliquer pour éditer"
2676
 
2677
  #: templates/admin/settings-email.tpl.php:54
 
2678
  msgid "Email Subject"
2679
  msgstr "Sujet de l'e-mail"
2680
 
2681
  #: templates/admin/settings-email.tpl.php:60
 
2682
  msgid "Email Body"
2683
  msgstr "Corps de l'e-mail"
2684
 
2685
  #: templates/admin/settings-email.tpl.php:62
 
2686
  msgid "Email body text"
2687
+ msgstr "Texte du corps de l'e-mail"
2688
 
2689
  #: templates/admin/settings-email.tpl.php:66
 
2690
  msgid "You can use the following placeholders:"
2691
+ msgstr "Vous pouvez utiliser les placeholders suivants :"
2692
 
2693
  #: templates/admin/settings-email.tpl.php:102
 
2694
  msgid "Preview email"
2695
  msgstr "E-mail précédents"
2696
 
2697
  #: templates/admin/settings-page.tpl.php:7
 
2698
  msgid "Directory Settings"
2699
+ msgstr "Réglages de l'annuaire"
2700
 
2701
  #: templates/admin/settings-reset.tpl.php:4
 
2702
  msgid "Directory Reset to Default"
2703
+ msgstr "Rétablir l'annuaire aux paramètres d'origine"
2704
 
2705
  #: templates/admin/settings-reset.tpl.php:17
2706
  msgid ""
2708
  "BD."
2709
  msgstr ""
2710
  "Utilisez cette option si vous souhaitez revenir aux réglages d'origine pour "
2711
+ "le plugin."
2712
 
2713
  #: templates/admin/settings-reset.tpl.php:18
2714
  msgid "Please note that all of your existing settings will be lost."
2716
 
2717
  #: templates/admin/settings-reset.tpl.php:20
2718
  msgid "Your existing listings will NOT be deleted doing this."
2719
+ msgstr "Vos annonces existantes ne seront PAS supprimées en faisant cela."
2720
 
2721
  #: templates/admin/settings-reset.tpl.php:26
2722
  msgid "Reset Defaults"
2723
+ msgstr "Rétablir les paramètres par défaut"
2724
 
2725
  #: templates/admin/sidebar.tpl.php:7
2726
  msgid "Need help?"
2727
+ msgstr "Besoin d'aide ?"
2728
 
2729
  #: templates/admin/sidebar.tpl.php:13
2730
  msgid "Let us know!"
2731
+ msgstr "Faites le nous savoir!"
2732
 
2733
  #: templates/admin/sidebar.tpl.php:18
 
2734
  msgid "Plugin documentation"
2735
  msgstr "Documentation complète du plugin"
2736
 
2737
  #: templates/admin/sidebar.tpl.php:23
 
2738
  msgid "Quick Start Guide"
2739
  msgstr "Guide rapide de lancement"
2740
 
2741
  #: templates/admin/sidebar.tpl.php:28
 
2742
  msgid "Video Tutorials"
2743
+ msgstr "Tutoriels Vidéo"
2744
 
2745
  #: templates/admin/themes-delete-confirm.tpl.php:4
2746
  #: templates/admin/themes-delete-confirm.tpl.php:26
 
2747
  msgid "Delete Directory Theme"
2748
+ msgstr "Supprimer un thème de l'annuaire"
2749
 
2750
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:7
 
2751
  msgid "Upload Directory Theme"
2752
+ msgstr "Téléverser un thème de l'annuaire"
2753
 
2754
  #. translators: %s is the link for Business Directory Premium Themes.
2755
  #: templates/admin/themes-install.tpl.php:17
 
2756
  msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
2757
+ msgstr ""
2758
+ "Il s'agit d'un thème ou d'un skin de %s et N'EST PAS un thème WordPress "
2759
+ "standard."
2760
 
2761
  #: templates/admin/themes-install.tpl.php:31
 
2762
  msgid "Business Directory Theme archive (ZIP file)"
2763
+ msgstr "Archive du Thème Business Directory (Fichier zip)"
2764
 
2765
  #: templates/admin/themes-install.tpl.php:40
 
2766
  msgid "Upload"
2767
+ msgstr "Téléverser"
2768
 
2769
  #: templates/admin/themes-item.tpl.php:7
 
2770
  msgid "Inactive"
2771
+ msgstr "Inactif"
2772
 
2773
  #: templates/admin/themes-item.tpl.php:17
 
2774
  msgid "Updating theme..."
2775
  msgstr "Mise à jour du thème..."
2776
 
2777
  #: templates/admin/themes-item.tpl.php:17
 
2778
  msgid "Theme updated."
2779
  msgstr "Thème mis à jour."
2780
 
2781
  #. translators: %1$s is opening <a> tag, %2$s is closing </a> tag
2782
  #: templates/admin/themes-item.tpl.php:22
 
2783
  msgid "New version available. %1$sUpdate now.%2$s"
2784
+ msgstr "Nouvelle version disponible. %1$s Mettre à jour maintenant. %2$s"
 
2785
 
2786
  #. translators: %1$s is opening <a> tag, %2$s is closing </a> tag
2787
  #: templates/admin/themes.tpl.php:27
 
2788
  msgid ""
2789
  "%1$sDirectory Themes%2$s change the look of the directory. A number of them "
2790
  "are %1$savailable for purchase%2$s."
2791
  msgstr ""
2792
+ "Les %1$s Thèmes de l'annuaire %2$s sont des modèles prédéfinis pour le "
2793
  "Plugin <i>Business Directory</i> afin de changer l'apparence de l'annuaire "
2794
  "rapidement et facilement. Nous avons un certain nombre d'entre eux "
2795
+ "disponibles à l'achat %1$s ici %2$s."
2796
 
2797
  #: templates/admin/themes.tpl.php:32
 
2798
  msgid "They are not a replacement for regular WordPress themes."
2799
+ msgstr "Ils ne remplacent pas les thèmes WordPress classiques."
2800
 
2801
  #: templates/admin/uninstall-capture-form.tpl.php:16
 
2802
  msgid ""
2803
  "We're sorry to see you leave. Could you take 10 seconds and answer one "
2804
  "question for us to help us make the product better for everyone in the "
2808
  "répondre à une question pour nous aider à améliorer notre plugin?"
2809
 
2810
  #: templates/admin/uninstall-complete.tpl.php:12
 
2811
  msgid "Uninstall completed."
2812
  msgstr "Désinstallation complète."
2813
 
2814
  #: templates/admin/uninstall-complete.tpl.php:15
 
2815
  msgid "Return to Dashboard."
2816
  msgstr "Retourner au tableau de bord."
2817
 
2818
  #: templates/admin/uninstall-confirm.tpl.php:25
 
2819
  msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
2820
  msgstr ""
2821
+ "Supprimer toutes les données de configuration du module (régions, cartes, "
2822
+ "évaluations, restrictions)"
2823
 
2824
  #. translators: %1$s: open link html, %2$s: close link html
2825
  #: templates/admin/uninstall-confirm.tpl.php:43
 
2826
  msgid "Go to %1$sPlugins > Installed Plugins%2$s"
2827
+ msgstr "Aller à %1$s Plugins->Plugins installés %2$s"
2828
 
2829
  #. translators: %1$s: open italic html, %2$s: close italic html
2830
  #: templates/admin/uninstall-confirm.tpl.php:53
 
2831
  msgid ""
2832
  "Click on \"Delete\" for Business Directory Plugin. %1$sTHIS OPERATION IS "
2833
  "SAFE--your data will NOT BE LOST doing this%2$s"
2834
  msgstr ""
2835
+ "Cliquez sur \"Supprimer\" pour Business Directory Plugin. <i>CETTE OPÉRATION "
2836
+ "EST SÛR - vos données ne seront pas touchées</i>"
2837
 
2838
  #: templates/admin/uninstall-confirm.tpl.php:59
 
2839
  msgid "Wait for the delete to finish"
2840
+ msgstr "Attendez que la suppression soit terminée"
2841
 
2842
  #: templates/admin/uninstall-confirm.tpl.php:60
 
2843
  msgid ""
2844
  "The plugin is now removed, but your data is still present inside of your "
2845
  "database."
2849
 
2850
  #. translators: %1$s: open link html, %2$s: close link html
2851
  #: templates/admin/uninstall-confirm.tpl.php:65
 
2852
  msgid "You can reinstall the plugin again under %1$sPlugins > Add New%2$s"
2853
  msgstr ""
2854
+ "Vous pouvez réinstaller le plugin à nouveau sous %1$s Plugins -> Ajouter un "
2855
+ "nouveau %2$s"
2856
 
2857
  #: templates/admin/uninstall-confirm.tpl.php:74
 
2858
  msgid "Take me to the Plugins screen"
2859
+ msgstr "Aller à l'écran Plugins"
2860
 
2861
  #: templates/admin/uninstall-confirm.tpl.php:79
2862
  msgid "Get debug info"
2863
+ msgstr "Obtenir les informations de debogage"
2864
 
2865
  #: templates/businessdirectory-listings.tpl.php:51
2866
  #: templates/deprecated/search.tpl.php:23
2867
  #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
 
2868
  msgid "No listings found."
2869
  msgstr "Aucune annonce trouvée."
2870
 
2871
  #: templates/checkout-billing-form.tpl.php:8
 
2872
  msgid "Personal Info"
2873
  msgstr "Informations personnelles"
2874
 
2875
  #: templates/checkout-billing-form.tpl.php:11 templates/login.tpl.php:63
2876
  #: templates/login.tpl.php:65
 
2877
  msgid "Email Address"
2878
  msgstr "Adresse e-mail"
2879
 
2880
  #: templates/checkout-billing-form.tpl.php:12
 
2881
  msgid "We will send a receipt to this e-mail address."
2882
  msgstr "Nous vous enverrons un reçu à cette adresse e-mail."
2883
 
2884
  #: templates/checkout-billing-form.tpl.php:30
 
2885
  msgid "Credit Card Info"
2886
  msgstr "Détails de la carte de crédit"
2887
 
2888
  #: templates/checkout-billing-form.tpl.php:33
2889
  #: templates/checkout-billing-form.tpl.php:35
 
2890
  msgid "Card Number"
2891
  msgstr "Numéro de carte"
2892
 
2893
  #: templates/checkout-billing-form.tpl.php:34
 
2894
  msgid "The digits on the front of your credit card."
2895
+ msgstr "Les chiffres au recto de votre carte de crédit."
2896
 
2897
  #: templates/checkout-billing-form.tpl.php:39
 
2898
  msgid "CVC"
2899
+ msgstr "CVC"
2900
 
2901
  #: templates/checkout-billing-form.tpl.php:40
 
2902
  msgid ""
2903
  "The 3 digit (back) or 4 digit (front) security code on your credit card."
2904
  msgstr "Le code de sécurité de votre carte de crédit."
2905
 
2906
  #: templates/checkout-billing-form.tpl.php:41
 
2907
  msgid "Security Code"
2908
  msgstr "Code de sécurité"
2909
 
2910
  #: templates/checkout-billing-form.tpl.php:45
2911
  #: templates/checkout-billing-form.tpl.php:47
 
2912
  msgid "Name on the Card"
2913
  msgstr "Nom de la carte"
2914
 
2915
  #: templates/checkout-billing-form.tpl.php:46
 
2916
  msgid "The name as it appears printed on the front of your credit card."
2917
  msgstr "Le nom du détenteur de la carte de crédit."
2918
 
2919
  #: templates/checkout-billing-form.tpl.php:51
 
2920
  msgid "Expiration Date"
2921
  msgstr "Date d'expiration"
2922
 
2923
  #: templates/checkout-billing-form.tpl.php:52
 
2924
  msgid "Format: MM/YY"
2925
  msgstr "Format : MM/AA"
2926
 
2927
  #: templates/checkout-billing-form.tpl.php:72
 
2928
  msgid "Billing Details"
2929
  msgstr "Détails de la facturation"
2930
 
2931
  #: templates/checkout-billing-form.tpl.php:76
 
2932
  msgid "Please enter the address where you receive your billing statement."
2933
+ msgstr "Veuillez entrer l'adresse où vous recevez votre facture."
2934
 
2935
  #: templates/checkout-billing-form.tpl.php:82
 
2936
  msgid ""
2937
  "Additional details (suite, apt no, etc.) associated with your billing "
2938
  "address."
2939
+ msgstr ""
2940
+ "Informations complémentaires (appartement, étage, …) concernant votre "
2941
+ "adresse de facturation."
2942
 
2943
  #: templates/checkout-billing-form.tpl.php:92
 
2944
  msgid "State / Province"
2945
+ msgstr "État / Région"
2946
 
2947
  #: templates/checkout-billing-form.tpl.php:97
 
2948
  msgid "Postal Code"
2949
  msgstr "Code postal"
2950
 
2951
  #: templates/checkout.tpl.php:10
 
2952
  msgid "Checkout"
2953
  msgstr "Validation"
2954
 
2957
  "Recurring plans require a payment method to renew your listing at the end of "
2958
  "the term."
2959
  msgstr ""
2960
+ "Les plans récurrents nécessitent un mode de paiement pour renouveler votre "
2961
+ "annonce à la fin du terme."
2962
 
2963
  #: templates/checkout.tpl.php:37
 
2964
  msgid "Select a Payment Method"
2965
+ msgstr "Sélectionner un moyen de paiement"
2966
 
2967
  #: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
 
2968
  msgid "Next"
2969
  msgstr "Suivant"
2970
 
2971
  #: templates/delete-listing-confirm.tpl.php:7
 
2972
  msgid ""
2973
  "Your listing is associated to a recurring payment. If you don't cancel the "
2974
  "recurring payment before deleting the listing, you might be charged for "
2980
  "disponible."
2981
 
2982
  #: templates/delete-listing-confirm.tpl.php:27
 
2983
  msgid "Yes. Delete my listing."
2984
+ msgstr "Oui, effacer mon annonce."
2985
 
2986
  #: templates/delete-listing-confirm.tpl.php:28
 
2987
  msgid "No. Take me back to the directory."
2988
+ msgstr "Non, retourner vers l'annuaire."
2989
 
2990
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:12
 
2991
  msgid "Search Results"
2992
  msgstr "Résultats de la recherche"
2993
 
2994
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
2995
  #: templates/manage_listings.tpl.php:36
2996
  #: templates/submit-listing-done.tpl.php:36
 
2997
  msgid "Return to directory"
2998
  msgstr "Retourner vers l'annuaire"
2999
 
3000
  #: templates/email/listing-edited.tpl.php:19
3001
  #: templates/email/listing-reported.tpl.php:13
 
3002
  msgid "(not published yet)"
3003
  msgstr "(pas encore publié)"
3004
 
3005
  #: templates/email-access-keys.tpl.php:1
 
3006
  msgid ""
3007
  "Below you'll find the access keys for all the listings registered with your "
3008
  "e-mail address on our site."
3012
 
3013
  #: templates/email-access-keys.tpl.php:5 templates/login.tpl.php:69
3014
  #: templates/login.tpl.php:71
 
3015
  msgid "Access Key"
3016
  msgstr "Clés d'accès"
3017
 
3018
  #: templates/listing-contactform.tpl.php:42
 
3019
  msgid "Message"
3020
  msgstr "Message"
3021
 
3022
  #: templates/listing-contactform.tpl.php:55
 
3023
  msgid "Send"
3024
  msgstr "Envoyer"
3025
 
3026
  #: templates/listing-flagging-form.tpl.php:3
 
3027
  msgid "Report Listing"
3028
+ msgstr "Signaler l'annonce"
3029
 
3030
  #. translators: %s: listing title
3031
  #: templates/listing-flagging-form.tpl.php:19
 
3032
  msgid "You are about to report the listing \"%s\" as inappropriate. "
3033
+ msgstr ""
3034
+ "Vous êtes sur le point de signaler l'annonce \"%s\" comme étant "
3035
+ "inappropriée. "
3036
 
3037
  #. translators: %s: user name
3038
  #: templates/listing-flagging-form.tpl.php:28
 
3039
  msgid ""
3040
  "You are currently logged in as %s. Listing report will be sent using your "
3041
  "logged in contact email."
3042
  msgstr ""
3043
  "Vous êtes actuellement connecté en tant que %s. Votre message sera envoyé en "
3044
+ "utilisant votre email de contact."
3045
 
3046
  #: templates/listing-flagging-form.tpl.php:45
 
3047
  msgid "Please select the reason to report this listing:"
3048
+ msgstr "Merci de sélectionner la raison du signalement de cette annonce :"
3049
 
3050
  #: templates/listing-flagging-form.tpl.php:53
 
3051
  msgid "Please enter the reasons to report this listing:"
3052
+ msgstr "Merci d'entrer les raisons du signalement de cette annonce :"
3053
 
3054
  #: templates/listing-flagging-form.tpl.php:56
 
3055
  msgid "Additional info."
3056
+ msgstr "Informations complémentaires."
3057
 
3058
  #. translators: %s: listing title
3059
  #: templates/listing-flagging-form.tpl.php:71
 
3060
  msgid "You already reported the listing \"%s\" as inappropriate."
3061
+ msgstr "Vous avez déjà reporté l'annonce \"%s\" comme inappropriée."
3062
 
3063
  #. translators: %1$s: open link html, %2$s close link html
3064
  #: templates/listing-flagging-form.tpl.php:78
 
3065
  msgid "Return to %1$slisting%2$s."
3066
+ msgstr "Retourner à l'annonce %1$s %2$s."
3067
 
3068
  #: templates/login.tpl.php:30 templates/parts/login-required.tpl.php:16
 
3069
  msgid ""
3070
  "You are not currently logged in. Please login or register first. When "
3071
  "registering, you will receive an activation email. Be sure to check your "
3078
  "minutes qui suivent votre inscription."
3079
 
3080
  #: templates/login.tpl.php:36 templates/parts/login-required.tpl.php:19
 
3081
  msgid "Login"
3082
  msgstr "Connexion"
3083
 
3084
  #: templates/login.tpl.php:41 templates/parts/login-required.tpl.php:40
 
3085
  msgid "Not yet registered?"
3086
  msgstr "Pas encore inscrit ?"
3087
 
3088
  #: templates/login.tpl.php:43 templates/parts/login-required.tpl.php:42
 
3089
  msgid "Lost your password?"
3090
  msgstr "Mot de passe perdu ?"
3091
 
3092
  #: templates/login.tpl.php:49
 
3093
  msgid "... or use an Access Key"
3094
+ msgstr "... ou utiliser une clé d’accès"
3095
 
3096
  #: templates/login.tpl.php:57
 
3097
  msgid "Please enter your access key and email address."
3098
+ msgstr "Merci d'entrer votre clé d'accès et votre adresse mail."
3099
 
3100
  #: templates/login.tpl.php:73
 
3101
  msgid "Use Access Key"
3102
+ msgstr "Utiliser la clé d’accès"
3103
 
3104
  #: templates/login.tpl.php:74
 
3105
  msgid "Request access key?"
3106
  msgstr "Demander une clé d'accès ?"
3107
 
3108
  #: templates/manage-listings.tpl.php:3
 
3109
  msgid ""
3110
  "Your current listings are shown below. To edit a listing click the edit "
3111
  "button. To delete a listing click the delete button."
3112
  msgstr ""
3113
  "Vos annonces actuelles sont présentés ci-dessous. Pour modifier une annonce, "
3114
+ "cliquez sur le bouton Éditer. Pour supprimer une annonce, cliquez sur le "
3115
  "bouton Supprimer."
3116
 
3117
  #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
 
3118
  msgid "You do not currently have any listings in the directory."
3119
  msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
3120
 
3121
  #. translators: %1$s: amount, %2$s: number of days
3122
  #: templates/manage-recurring-cancel.tpl.php:20
 
3123
  msgid "%1$s every %2$s days."
3124
+ msgstr "%1$s tous les %2$s jours."
3125
 
3126
  #. translators: %1$s: amount, %2$s: number of days, %3$s: expiration date
3127
  #: templates/manage-recurring.tpl.php:33
 
3128
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3129
+ msgstr "%1$s tous les %2$s jours. Le prochain renouvellement est le %3$s."
3130
 
3131
  #: templates/manage_listings.tpl.php:13
 
3132
  msgid "Your current listings are shown below."
3133
+ msgstr "Vous annonces actuelles sont affichées ci-dessus."
3134
 
3135
  #: templates/parts/pagination.tpl.php:7
 
3136
  msgid "&larr; Previous "
3137
+ msgstr "&larr; Précédent "
3138
 
3139
  #: templates/parts/pagination.tpl.php:8
 
3140
  msgid "Next &rarr;"
3141
+ msgstr "Suivant &rarr;"
3142
 
3143
  #: templates/payment/payment_items.tpl.php:4
 
3144
  msgid "Item"
3145
  msgstr "Article"
3146
 
3147
  #: templates/plan-selection-plan.tpl.php:45
 
3148
  msgid "Never Expires"
3149
  msgstr "N'expire jamais"
3150
 
3151
  #: templates/plan-selection-plan.tpl.php:74
 
3152
  msgid ""
3153
  "This plan can't be used for admin submits. For a recurring plan to work, end "
3154
  "users need to pay for it using a supported gateway."
3158
  "l'aide d'une passerelle de paiement prise en charge."
3159
 
3160
  #: templates/plan-selection-plan.tpl.php:79
 
3161
  msgid "Private plan"
3162
+ msgstr "Abonnement privé"
3163
 
3164
  #: templates/renew-listing-manage-subscription.tpl.php:2
 
3165
  msgid "Recurring Plan Management"
3166
+ msgstr "Gestion de l'abonnement récurrent"
3167
 
3168
  #: templates/search-form.tpl.php:27
 
3169
  msgid "Clear"
3170
  msgstr "Effacer"
3171
 
3172
  #: templates/search.tpl.php:21
 
3173
  msgid "Search Again"
3174
+ msgstr "Rechercher à nouveau"
3175
 
3176
  #: templates/submit-listing-images-single.tpl.php:30
 
3177
  msgid "Image caption or description"
3178
  msgstr "Légende de l'image ou description"
3179
 
3180
  #: templates/submit-listing-images-single.tpl.php:32
 
3181
  msgid "Delete image"
3182
  msgstr "Supprimer l’image"
3183
 
3184
  #: templates/submit-listing-images-single.tpl.php:36
 
3185
  msgid "Thumbnail image"
3186
  msgstr "Miniatures"
3187
 
3188
  #: templates/submit-listing-images-upload-form.tpl.php:25
 
3189
  msgid "Upload Images"
3190
+ msgstr "Téléverser les images"
3191
 
3192
  #: templates/submit-listing-images-upload-form.tpl.php:40
3193
  #: templates/submit-listing-images-upload-form.tpl.php:47
 
3194
  msgid "or"
3195
  msgstr "ou"
3196
 
3197
  #: templates/submit-listing-images-upload-form.tpl.php:46
 
3198
  msgid "Drop files here"
3199
  msgstr "Déposer vos fichiers ici"
3200
 
3201
  #: templates/submit-listing-images-upload-form.tpl.php:48
 
3202
  msgid "Select images from your hard drive"
3203
  msgstr "Sélectionner des images depuis votre ordinateur"
3204
 
3205
  #. translators: %s is the number of uploaded files.
3206
  #: templates/submit-listing-images-upload-form.tpl.php:55
 
3207
  msgid "Uploading %s file(s)... Please wait."
3208
+ msgstr "Téléversement du/des fichier(s) à %s ... Veuillez patienter."
3209
 
3210
  #: templates/submit-listing-images-upload-form.tpl.php:60
 
3211
  msgid ""
3212
  "Your image slots are all full. You may click \"Delete Image\" to upload a "
3213
  "new image."
3217
  "l'actuelle."
3218
 
3219
  #: templates/submit-listing-images.tpl.php:10
 
3220
  msgid "Current Images"
3221
  msgstr "Images actuelles"
3222
 
3223
  #: templates/submit-listing-section.tpl.php:18
3224
  msgid "Back"
3225
+ msgstr "Retour"
3226
 
3227
  #: templates/submit-listing-section.tpl.php:28
 
3228
  msgid "Complete Listing"
3229
  msgstr "Soumettre l'annonce"
3230
 
3231
  #: templates/submit-listing-section.tpl.php:32
 
3232
  msgid "Continue to Payment"
3233
  msgstr "Continuer le paiement"
3234
 
3235
  #: vendor/lucatume/wp-browser/src/data/plugins/internationalized-plugin.php:11
3236
  msgid "This is a dummy plugin"
3237
+ msgstr "Ceci est un plugin factice"
3238
 
3239
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
3240
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
3241
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
 
3242
  msgid "There was an error when reading this WXR file"
3243
+ msgstr "Il y a eu une erreur lors de la lecture du fichier CSV"
3244
 
3245
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
3246
  msgid ""
3247
  "Details are shown above. The importer will now try again with a different "
3248
  "parser..."
3249
  msgstr ""
3250
+ "Les détails sont indiqués ci-dessus. L'importateur va maintenant réessayer "
3251
+ "avec un analyseur différent..."
3252
 
3253
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
3254
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
3257
  msgid ""
3258
  "This does not appear to be a WXR file, missing/invalid WXR version number"
3259
  msgstr ""
3260
+ "Cela ne semble pas être un fichier WXR, numéro de version WXR manquant/"
3261
+ "invalide"
3262
 
3263
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:132
3264
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:141
3266
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:196
3267
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:205
3268
  msgid "Sorry, there has been an error."
3269
+ msgstr "Désolé, il y a eu une erreur."
3270
 
3271
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:133
3272
  msgid "The file does not exist, please try again."
3273
+ msgstr "Le fichier n'existe pas, veuillez réessayer."
3274
 
3275
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3276
  msgid "All done."
3277
+ msgstr "Terminé."
3278
 
3279
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:176
3280
  msgid "Have fun!"
3281
+ msgstr "Amusez-vous bien !"
3282
 
3283
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:177
3284
  msgid "Remember to update the passwords and roles of imported users."
3285
  msgstr ""
3286
+ "N'oubliez pas de mettre à jour les mots de passe et les rôles des "
3287
+ "utilisateurs importés."
3288
 
3289
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:197
3290
  msgid ""
3291
  "The export file could not be found at <code>%s</code>. It is likely that "
3292
  "this was caused by a permissions problem."
3293
  msgstr ""
3294
+ "Le fichier d'exportation est introuvable à <code>%s</code>. Il est probable "
3295
+ "que cela soit dû à un problème d'autorisations."
3296
 
3297
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:213
3298
  msgid ""
3299
  "This WXR file (version %s) may not be supported by this version of the "
3300
  "importer. Please consider updating."
3301
  msgstr ""
3302
+ "Ce fichier WXR (version %s) n'est peut-être pas pris en charge par cette "
3303
+ "version de l'importateur. Veuillez envisager la mise à jour."
3304
 
3305
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:238
3306
  msgid ""
3307
  "Failed to import author %s. Their posts will be attributed to the current "
3308
  "user."
3309
  msgstr ""
3310
+ "Impossible d'importer l'auteur %s. Leurs articles seront attribués à "
3311
+ "l'utilisateur actuel."
3312
 
3313
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:264
3314
  msgid "Assign Authors"
3315
+ msgstr "Assigner les auteurs"
3316
 
3317
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:265
3318
  msgid ""
3321
  "site. For example, you may want to import all the entries as <code>admin</"
3322
  "code>s entries."
3323
  msgstr ""
3324
+ "Pour faciliter la modification et l'enregistrement du contenu importé, vous "
3325
+ "pouvez réaffecter l'auteur de l'élément importé à un utilisateur existant de "
3326
+ "ce site. Par exemple, vous pouvez importer toutes les entrées en tant "
3327
+ "qu'entrées <code>admin</code>."
3328
 
3329
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
3330
  msgid ""
3332
  "generated and the new user&#8217;s role will be set as %s. Manually changing "
3333
  "the new user&#8217;s details will be necessary."
3334
  msgstr ""
3335
+ "Si un nouvel utilisateur est créé par WordPress, un nouveau mot de passe "
3336
+ "sera généré aléatoirement et le rôle du nouvel utilisateur sera défini comme "
3337
+ "%s. Il sera nécessaire de modifier manuellement les détails du nouvel "
3338
+ "utilisateur."
3339
 
3340
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:277
 
3341
  msgid "Import Attachments"
3342
+ msgstr "Importer les pièces jointes"
3343
 
3344
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:280
3345
  msgid "Download and import file attachments"
3346
+ msgstr "Télécharger et importer les pièces jointes"
3347
 
3348
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:284
3349
  msgid "Submit"
3350
+ msgstr "Soumettre"
3351
 
3352
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:297
 
3353
  msgid "Import author:"
3354
+ msgstr "Importer l'auteur :"
3355
 
3356
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:308
3357
  msgid "or create new user with login name:"
3358
+ msgstr "ou créer un nouvel utilisateur avec comme login :"
3359
 
3360
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:311
3361
  msgid "as a new user:"
3362
+ msgstr "comme un nouvel utilisateur :"
3363
 
3364
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:319
 
3365
  msgid "assign posts to an existing user:"
3366
+ msgstr "assigner les articles à un utilisateur :"
3367
 
3368
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
 
3369
  msgid "or assign posts to an existing user:"
3370
+ msgstr "ou assigner les articles à un utilisateur existant :"
3371
 
3372
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:322
 
3373
  msgid "- Select -"
3374
+ msgstr "- Sélectionnez -"
3375
 
3376
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:372
3377
  msgid ""
3378
  "Failed to create new user for %s. Their posts will be attributed to the "
3379
  "current user."
3380
  msgstr ""
3381
+ "Impossible de créer un nouvel utilisateur pour %s. Leurs articles seront "
3382
+ "attribués à l'utilisateur courant."
3383
 
3384
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:424
 
3385
  msgid "Failed to import category %s"
3386
+ msgstr "Impossible d'importer la catégorie %s"
3387
 
3388
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3389
  msgid "Failed to import post tag %s"
3390
+ msgstr "Impossible d'importer les étiquettes de l'article %s"
3391
 
3392
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3393
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3394
  msgid "Failed to import %s %s"
3395
+ msgstr "Impossible d'importer %s %s"
3396
 
3397
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3398
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3399
+ msgstr "Impossible d'importer %s : Type d'article invalide %s"
3400
 
3401
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:642
3402
  msgid "%s &#8220;%s&#8221; already exists."
3403
+ msgstr "%s %s existe déjà."
3404
 
3405
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3406
  msgid "Failed to import %s &#8220;%s&#8221;"
3407
+ msgstr "Echec d'importation %s &#8220;%s&#8221;"
3408
 
3409
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3410
  msgid "Menu item skipped due to missing menu slug"
3411
+ msgstr "Élément de menu ignoré en raison d'un slug de menu manquant"
3412
 
3413
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:876
3414
  msgid "Menu item skipped due to invalid menu slug: %s"
3415
+ msgstr "Élément de menu ignoré en raison d'un slug de menu non valide : %s"
3416
 
3417
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:939
3418
  msgid "Fetching attachments is not enabled"
3419
+ msgstr "La récupération des pièces jointes n'est pas activée"
3420
 
3421
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:952
 
3422
  msgid "Invalid file type"
3423
+ msgstr "Type de fichier invalide"
3424
 
3425
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:996
3426
  msgid "Remote server did not respond"
3427
+ msgstr "Le serveur distant n'a pas répondu"
3428
 
3429
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1002
3430
  msgid "Remote server returned error response %1$d %2$s"
3431
+ msgstr "Le serveur distant a renvoyé une réponse d'erreur %1$d %2$s"
3432
 
3433
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1009
3434
  msgid "Remote file is incorrect size"
3435
+ msgstr "Le fichier distant a une taille incorrecte"
3436
 
3437
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1014
3438
  msgid "Zero size file downloaded"
3439
+ msgstr "Fichier de taille nulle téléchargé"
3440
 
3441
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1020
3442
  msgid "Remote file is too large, limit is %s"
3443
+ msgstr "Le fichier distant est trop volumineux, la limite est %s"
3444
 
3445
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1119
 
3446
  msgid "Import WordPress"
3447
+ msgstr "Importer WordPress"
3448
 
3449
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1126
3450
  msgid ""
3451
  "A new version of this importer is available. Please update to version %s to "
3452
  "ensure compatibility with newer export files."
3453
  msgstr ""
3454
+ "Une nouvelle version de cet importateur est disponible. Veuillez mettre à "
3455
+ "jour vers la version %s pour assurer la compatibilité avec les nouveaux "
3456
+ "fichiers d'exportation."
3457
 
3458
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1141
3459
  msgid ""
3461
  "the posts, pages, comments, custom fields, categories, and tags into this "
3462
  "site."
3463
  msgstr ""
3464
+ "Salut ! Téléversez votre fichier WordPress eXtended RSS (WXR) et nous "
3465
+ "importerons les publications, les pages, les commentaires, les champs "
3466
+ "personnalisés, les catégories et les étiquettes sur ce site."
3467
 
3468
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1142
3469
  msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
3470
  msgstr ""
3471
+ "Choisissez un fichier WXR (.xml) à téléverser, puis cliquez sur Téléverser "
3472
+ "le fichier et importer."
3473
 
3474
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:1216
3475
  msgid ""
3476
  "Import <strong>posts, pages, comments, custom fields, categories, and tags</"
3477
  "strong> from a WordPress export file."
3478
  msgstr ""
3479
+ "Importer <strong> des articles, commentaires, champs personnalisés, "
3480
+ "catégories et étiquettes</strong> depuis un fichier d'export WordPress."
3481
 
3482
  #: vendor/lucatume/wp-browser/src/data/themedir1/internationalized-theme/functions.php:7
3483
  msgid "This is a dummy theme"
3484
+ msgstr "Ceci est un thème factice"
3485
 
3486
  #: vendor/wp-cli/wp-cli/php/utils-wp.php:230
 
3487
  msgid "Inactive Widgets"
3488
+ msgstr "Widgets inactifs"
3489
 
3490
  #: vendor/wp-cli/wp-cli/php/utils-wp.php:233
3491
  msgid ""
3492
  "Drag widgets here to remove them from the sidebar but keep their settings."
3493
  msgstr ""
3494
+ "Faites glisser les widgets ici pour les supprimer de la barre latérale tout "
3495
+ "en conservant leurs paramètres."
3496
 
3497
  #. Author URI of the plugin/theme
3498
  msgid "https://businessdirectoryplugin.com"
3507
  "sur votre site propulsé par WordPress."
3508
 
3509
  #. Author of the plugin/theme
 
3510
  msgid "Business Directory Team"
3511
+ msgstr "L'équipe de Annuaire Professionnel"
3512
 
3513
+ #: includes/abstracts/class-view.php:119
3514
  msgctxt "views"
3515
  msgid "Invalid credentials."
3516
  msgstr "Informations d'identification invalides."
3523
  #: includes/admin/class-admin.php:200
3524
  msgctxt "drip pointer"
3525
  msgid "Email Address:"
3526
+ msgstr "Adresse e-mail :"
3527
 
3528
  #: includes/admin/class-admin.php:232
3529
  msgctxt "admin"
3541
  msgstr "Ne tenez pas compte de cet avertissement."
3542
 
3543
  #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
 
3544
  msgctxt "admin"
3545
  msgid "The listing has been updated."
3546
  msgid_plural "The listings have been updated."
3548
  msgstr[1] "Les annonces ont été mise à jour."
3549
 
3550
  #: includes/admin/class-admin.php:1039
 
3551
  msgctxt "admin"
3552
  msgid "The plan was successfully assigned."
3553
+ msgstr "L'abonnement a été assigné avec succès."
3554
 
3555
  #: includes/admin/class-admin.php:1049
3556
  msgctxt "admin"
3565
  msgstr "Email de renouvellement envoyé."
3566
 
3567
  #: includes/admin/class-admin.php:1074
 
3568
  msgctxt "admin"
3569
  msgid "Listing report deleted."
3570
  msgid_plural "Listing reports deleted."
3571
+ msgstr[0] "Signalement de l'annonce supprimé."
3572
+ msgstr[1] "Signalements de l'annonce supprimé."
3573
 
3574
  #: includes/admin/class-admin.php:1123
 
3575
  msgctxt "admin"
3576
  msgid "Access keys sent."
3577
+ msgstr "Clés d'accès envoyées."
3578
 
3579
  #: includes/admin/class-admin.php:1125
3580
  msgctxt "admin"
3581
  msgid "The access keys couldn't be sent."
3582
+ msgstr "Les clés d'accès ne peuvent pas être envoyées."
3583
 
3584
  #: includes/admin/class-admin.php:1283
3585
  msgctxt "admin"
3619
  #: includes/admin/class-listing-fields-metabox.php:24
3620
  msgctxt "admin"
3621
  msgid "Fields"
3622
+ msgstr "Champs"
3623
 
3624
  #: includes/admin/class-listing-fields-metabox.php:26
3625
  msgctxt "admin"
3656
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
3657
  "association in order to work correctly."
3658
  msgstr ""
3659
+ "<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec une "
3660
+ "association <b>%s</b> pour marcher correctement."
3661
 
3662
  #: includes/admin/controllers/class-form-fields-admin.php:42
3663
  msgctxt "admin"
3670
  msgstr "Historique de paiement"
3671
 
3672
  #: includes/admin/class-admin.php:330
 
3673
  msgctxt "admin menu"
3674
  msgid "Import & Export"
3675
+ msgstr "Importation/Exportation"
3676
 
3677
  #: includes/admin/class-admin.php:333
3678
  msgctxt "admin menu"
3680
  msgstr "Déboguer"
3681
 
3682
  #: includes/admin/controllers/class-settings-admin.php:39
 
3683
  msgctxt "admin menu"
3684
  msgid "Settings"
3685
  msgstr "Paramètres"
3686
 
3687
  #: includes/admin/class-listings-with-no-fee-plan-view.php:58
 
3688
  msgctxt "listings view"
3689
  msgid "No Plan"
3690
+ msgstr "Aucun abonnement"
3691
 
3692
  #: includes/admin/controllers/class-admin-controller.php:89
3693
  msgctxt "admin confirm"
3694
  msgid "No, go back"
3695
+ msgstr "Non, revenir en arrière"
3696
 
3697
  #: includes/admin/controllers/class-admin-controller.php:90
3698
  msgctxt "admin confirm"
3702
  #: includes/admin/controllers/class-admin-fees.php:45
3703
  msgctxt "fees order"
3704
  msgid "Label"
3705
+ msgstr "Titre"
3706
 
3707
  #: includes/admin/controllers/class-admin-fees.php:47
3708
  msgctxt "fees order"
3712
  #: includes/admin/controllers/class-admin-fees.php:49
3713
  msgctxt "fees order"
3714
  msgid "Custom Order"
3715
+ msgstr "Commande personnalisé"
3716
 
3717
  #: includes/admin/controllers/class-admin-fees.php:296
 
3718
  msgctxt "fees admin"
3719
  msgid "Plan \"%s\" deleted."
3720
+ msgstr "Abonnement \"%s\" effacé."
3721
 
3722
  #: includes/admin/controllers/class-admin-fees.php:308
 
3723
  msgctxt "fees admin"
3724
  msgid "Plan enabled."
3725
+ msgstr "Abonnement activé."
3726
 
3727
  #: includes/admin/controllers/class-admin-fees.php:308
 
3728
  msgctxt "fees admin"
3729
  msgid "Plan disabled."
3730
+ msgstr "Abonnement désactivé."
3731
 
3732
  #: includes/admin/helpers/tables/class-fees-table.php:20
3733
  msgctxt "fees admin"
3755
  msgstr "Variable"
3756
 
3757
  #: includes/admin/helpers/tables/class-fees-table.php:220
 
3758
  msgctxt "fees admin"
3759
  msgid "%1$s + %2$s per category"
3760
+ msgstr "%1$s + %2$s par catégorie"
3761
 
3762
  #: includes/admin/helpers/tables/class-fees-table.php:239
3763
  msgctxt "fees admin"
3774
  #: includes/admin/helpers/tables/class-fees-table.php:272
3775
  msgctxt "fees admin"
3776
  msgid "All categories"
3777
+ msgstr "Toutes les catégories"
3778
 
3779
  #: includes/admin/helpers/tables/class-fees-table.php:301
3780
  msgctxt "fees admin"
3781
  msgid "Sticky"
3782
+ msgstr "En Vedette (épinglé)"
3783
 
3784
  #: includes/admin/helpers/tables/class-fees-table.php:305
3785
  msgctxt "fees admin"
3787
  msgstr "Récurrent"
3788
 
3789
  #: includes/admin/helpers/tables/class-fees-table.php:309
 
3790
  msgctxt "fees admin"
3791
  msgid "Private"
3792
+ msgstr "Privé"
3793
 
3794
  #: includes/admin/helpers/tables/class-payments-table.php:65
3795
  msgctxt "fees admin"
3809
  #: templates/admin/fees-form.tpl.php:138
3810
  msgctxt "fees admin"
3811
  msgid "Plan Category Policy:"
3812
+ msgstr "Politique de catégorie dl'abonnement :"
3813
 
3814
  #: templates/admin/fees-form.tpl.php:143
3815
  msgctxt "fees admin"
3816
  msgid "Plan applies to all categories"
3817
+ msgstr "L'abonnement s'applique à toutes les catégories"
3818
 
3819
  #: templates/admin/fees-form.tpl.php:144
3820
  msgctxt "fees admin"
3821
  msgid "Plan applies to only certain categories"
3822
+ msgstr "L'abonnement ne s'applique qu'à certaines catégories"
3823
 
3824
  #: templates/admin/fees-form.tpl.php:148
3825
  msgctxt "fees admin"
3826
  msgid "Limit plan to the following categories:"
3827
+ msgstr "Limiter l'abonnement aux catégories suivantes :"
3828
 
3829
  #: templates/admin/fees-form.tpl.php:172
3830
  msgctxt "fees admin"
3834
  #: templates/admin/fees-form.tpl.php:186
3835
  msgctxt "fees admin"
3836
  msgid "Pricing"
3837
+ msgstr "Tarification"
3838
 
3839
  #: templates/admin/fees-form.tpl.php:194
3840
  msgctxt "fees admin"
3857
  msgstr "Prix de base plus un montant supplémentaire par catégorie"
3858
 
3859
  #: templates/admin/fees-form.tpl.php:206
 
3860
  msgctxt "fees admin"
3861
  msgid "Plan Price"
3862
+ msgstr "Prix de l'abonnement"
3863
 
3864
  #: templates/admin/fees-form.tpl.php:214
3865
  msgctxt "fees admin"
3879
  #: includes/admin/controllers/class-admin-listings.php:62
3880
  msgctxt "admin category filter"
3881
  msgid "All categories"
3882
+ msgstr "Toutes les catégories"
3883
 
3884
  #: includes/admin/controllers/class-admin-listings.php:177
 
3885
  msgctxt "admin listings"
3886
  msgid ""
3887
  "This listing doesn't have a plan assigned. This is required in order to "
3888
  "determine the features available to this listing, as well as handling "
3889
  "renewals."
3890
  msgstr ""
3891
+ "Cette annonce n'a pas d'abonnement Ceci est nécessaire pour déterminer les "
3892
+ "fonctionnalités disponibles pour cette annonce, ainsi que pour gérer les "
3893
  "renouvellements."
3894
 
3895
  #: includes/admin/controllers/class-admin-listings.php:313
3900
  #: includes/admin/controllers/class-admin-listings.php:343
3901
  msgctxt "admin listings"
3902
  msgid "Recurring"
3903
+ msgstr "Récurrent"
3904
 
3905
  #: includes/admin/controllers/class-admin-listings.php:347
3906
  msgctxt "admin listings"
3908
  msgstr "Gratuit"
3909
 
3910
  #: includes/admin/controllers/class-admin-listings.php:351
 
3911
  msgctxt "admin listings"
3912
  msgid "Payment Not Found"
3913
+ msgstr "Paiement non trouvé"
3914
 
3915
  #: includes/admin/controllers/class-admin-listings.php:355
 
3916
  msgctxt "admin listings"
3917
  msgid "Payment %s"
3918
+ msgstr "Paiement %d"
3919
 
3920
  #: includes/admin/controllers/class-admin-listings.php:364
3921
  msgctxt "admin listings"
3922
  msgid "Reported"
3923
+ msgstr "Reporté"
3924
 
3925
  #: includes/admin/controllers/class-admin-listings.php:702
3926
  msgctxt "admin listings"
3927
  msgid "Listing's payment history successfully deleted"
3928
+ msgstr "L'historique des paiements d'annonce a été supprimé avec succès"
3929
 
3930
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:29
 
3931
  msgctxt "admin listings"
3932
  msgid "Selected Option: "
3933
+ msgstr "Option sélectionnée : "
3934
 
3935
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:33
 
3936
  msgctxt "admin listings"
3937
  msgid "Aditional Info: "
3938
+ msgstr "Information complémentaire : "
3939
 
3940
  #: templates/admin/metaboxes-listing-flagging.tpl.php:8
 
3941
  msgctxt "admin listings"
3942
  msgid "This listing has not been reported."
3943
+ msgstr "Cette annonce n'a pas été reportée."
3944
 
3945
  #: templates/admin/metaboxes-listing-flagging.tpl.php:30
 
3946
  msgctxt "admin listings"
3947
  msgid "Clear listing reports."
3948
+ msgstr "Supprimer les annonces reportées."
3949
 
3950
  #: includes/admin/controllers/class-admin-listings.php:324
 
3951
  msgctxt "listing attribute"
3952
  msgid "No Plan"
3953
+ msgstr "Aucun abonnement"
3954
 
3955
  #: includes/admin/controllers/class-admin-listings.php:425
3956
  msgctxt "listing status"
3957
  msgid "Reported"
3958
+ msgstr "Signalée"
3959
 
3960
  #: includes/models/class-listing.php:981
3961
  msgctxt "listing status"
3985
  #: includes/models/class-listing.php:986
3986
  msgctxt "listing status"
3987
  msgid "Pending Upgrade"
3988
+ msgstr "Mise à niveau en attente"
3989
 
3990
  #: includes/models/class-listing.php:987
3991
  msgctxt "listing status"
3995
  #: includes/models/class-listing.php:988
3996
  msgctxt "listing status"
3997
  msgid "Pending Renewal"
3998
+ msgstr "Renouvellement en attente"
3999
 
4000
  #: includes/models/class-listing.php:989
4001
  msgctxt "listing status"
4013
  msgstr "Voir le Paiement"
4014
 
4015
  #: includes/admin/controllers/class-admin-listings.php:635
 
4016
  msgctxt "admin actions"
4017
  msgid "Publish listings"
4018
+ msgstr "Publier les annonces"
4019
 
4020
  #: includes/admin/controllers/class-admin-listings.php:636
 
4021
  msgctxt "admin actions"
4022
  msgid "Mark as \"Pending Review\""
4023
+ msgstr "Marquer comme \"en attente de relecture\""
4024
 
4025
  #: includes/admin/controllers/class-admin-listings.php:637
4026
  msgctxt "admin actions"
4027
  msgid "Hide from directory (mark as \"Draft\")"
4028
+ msgstr "Cacher de l'annuaire (marquer comme \"brouillon\")"
4029
 
4030
  #: includes/admin/controllers/class-admin-listings.php:639
 
4031
  msgctxt "admin actions"
4032
  msgid "Renew listings"
4033
+ msgstr "Renouveler les annonces"
4034
 
4035
  #: includes/admin/controllers/class-admin-listings.php:640
 
4036
  msgctxt "admin actions"
4037
  msgid "Set listings as \"Expired\""
4038
+ msgstr "Mettre les annonces au statut \"expiré\""
4039
 
4040
  #: includes/admin/controllers/class-admin-listings.php:647
 
4041
  msgctxt "admin actions"
4042
  msgid "Send access keys"
4043
+ msgstr "Envoyer les clés d'accès"
4044
 
4045
  #: includes/admin/controllers/class-admin-payments.php:18
4046
  msgctxt "payments admin"
4047
  msgid "Payment deleted."
4048
+ msgstr "Paiement supprimé."
4049
 
4050
  #: includes/admin/controllers/class-admin-payments.php:36
 
4051
  msgctxt "payments admin"
4052
  msgid ""
4053
  "You're seeing payments related to listing: \"%1$s\" (ID #%2$d). <a>Click "
4054
  "here</a> to see all payments."
4055
  msgstr ""
4056
+ "Vous voyez les paiements liés à l'annonce : \"%1$s\" (ID #%2$d). <a>Cliquez "
4057
+ "ici</a> pour voir tous les paiements."
4058
 
4059
  #: includes/admin/controllers/class-admin-payments.php:55
4060
  msgctxt "payments admin"
4079
  #: includes/admin/helpers/tables/class-payments-table.php:40
4080
  msgctxt "payments admin"
4081
  msgid "All"
4082
+ msgstr "Tous"
4083
 
4084
  #: includes/admin/helpers/tables/class-payments-table.php:134
4085
  msgctxt "payments admin"
4100
  "show on the frontend, you can <a>enable public display of e-mails</a>."
4101
  msgstr ""
4102
  "<b>Important</b>: Étant donné que le paramètre \"<a>Afficher publiquement "
4103
+ "les adresses e-mail ?</a> est désactivé, les paramètres d'affichage ci-"
4104
  "dessous ne seront pas respectés et ce champ ne sera pas affiché sur la "
4105
  "version publique du site. Si vous souhaitez que les adresses e-mail "
4106
  "s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
4152
  msgstr "Attributs de champ"
4153
 
4154
  #: includes/admin/helpers/tables/class-form-fields-table.php:135
 
4155
  msgctxt "form-fields admin"
4156
  msgid "Shortname"
4157
+ msgstr "Nom court"
4158
 
4159
  #: includes/admin/helpers/tables/class-form-fields-table.php:158
 
4160
  msgctxt "form-fields admin"
4161
  msgid "Private"
4162
+ msgstr "Privé"
4163
 
4164
  #: includes/admin/helpers/tables/class-form-fields-table.php:165
4165
  msgctxt "form-fields admin"
4175
  #: includes/admin/helpers/tables/class-form-fields-table.php:173
4176
  msgctxt "form-fields admin"
4177
  msgid "This field value is shown in the single view of a listing."
4178
+ msgstr "Cette valeur de champ est montrée dans la vue détaillée de l'annonce."
4179
 
4180
  #: includes/admin/helpers/tables/class-form-fields-table.php:174
4181
  msgctxt "form-fields admin"
4183
  msgstr "Dans l'annonce"
4184
 
4185
  #: includes/fields/class-fieldtypes-checkbox.php:92
 
4186
  msgctxt "form-fields admin"
4187
  msgid "Select All"
4188
+ msgstr "Tout sélectionner"
4189
 
4190
  #: includes/fields/class-fieldtypes-checkbox.php:110
4191
  #: includes/fields/class-fieldtypes-radiobutton.php:90
4192
  msgctxt "form-fields admin"
4193
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
4194
  msgstr ""
4195
+ "Options de champ (pour les listes de sélection, les boutons radio et les "
4196
+ "cases à cocher)."
4197
 
4198
  #: includes/fields/class-fieldtypes-checkbox.php:122
4199
  msgctxt "form-fields admin"
4200
  msgid "Include \"Select all\"?"
4201
+ msgstr "Inclure l'option \"Tout Sélectionner\" ?"
4202
 
4203
  #: includes/fields/class-fieldtypes-checkbox.php:126
4204
  msgctxt "form-fields admin"
4205
  msgid "Display \"Select all\" option among options above."
4206
+ msgstr "Afficher l'option \"Tout Sélectionner\" parmi les options ci-dessus."
4207
 
4208
  #: includes/fields/class-fieldtypes-checkbox.php:142
4209
  #: includes/fields/class-fieldtypes-radiobutton.php:117
4212
  msgstr "La liste des options est obligatoire."
4213
 
4214
  #: includes/fields/class-fieldtypes-image.php:58
 
4215
  msgctxt "form-fields admin"
4216
  msgid "Field Caption required?"
4217
+ msgstr "Légende du champ requise ?"
4218
 
4219
  #: includes/fields/class-fieldtypes-textarea.php:193
4220
  msgctxt "form-fields admin"
4229
  #: includes/fields/class-fieldtypes-textarea.php:206
4230
  msgctxt "form-fields admin"
4231
  msgid "Allow WordPress shortcodes in this field?"
4232
+ msgstr "Autoriser les balises WordPress dans ce champ ?"
4233
 
4234
  #: includes/fields/class-fieldtypes-textarea.php:211
4235
  msgctxt "form-fields admin"
4236
  msgid "Display a WYSIWYG editor on the frontend?"
4237
+ msgstr "Afficher un éditeur WYSIWYG sur la partie frontal du site ?"
4238
 
4239
  #: includes/fields/class-fieldtypes-textarea.php:218
4240
  msgctxt "form-fields admin"
4242
  "<b>Advanced users only!</b> Unless you've been told to change this, don't "
4243
  "switch it unless you know what you're doing."
4244
  msgstr ""
4245
+ "<b> Utilisateurs avancés seulement ! </b> Sauf s'il vous a été dit de "
4246
+ "changer cela, ne faites rien sauf si vous savez ce que vous faites."
4247
 
4248
  #: includes/fields/class-fieldtypes-textarea.php:219
4249
  msgctxt "form-fields admin"
4250
  msgid "Apply \"the_content\" filter before displaying this field?"
4251
+ msgstr "Appliquer le filtre \"the_content \" avant d'afficher ce champ?"
4252
 
4253
  #: includes/fields/class-fieldtypes-textarea.php:222
4254
  msgctxt "form-fields admin"
4255
  msgid "Use shortened version of Description field as excerpt"
4256
+ msgstr "Utiliser un extrait du contenu comme résumé"
4257
 
4258
  #: includes/fields/class-fieldtypes-textarea.php:223
4259
  msgctxt "form-fields admin"
4261
  "Enable always (override the Short Description given with a shortened Long "
4262
  "Description)"
4263
  msgstr ""
4264
+ "Activer tout le temps (remplace tout le temps le résumé avec un extrait du "
4265
+ "contenu)"
4266
 
4267
  #: includes/fields/class-fieldtypes-textarea.php:224
4268
  msgctxt "form-fields admin"
4270
  "Enable conditionally (override ONLY when Short Description is empty with a "
4271
  "shortened Long Description)"
4272
  msgstr ""
4273
+ "Activer de manière conditionnelle (remplace seulement si le résumé est vide "
4274
+ "avec un extrait du contenu)"
4275
 
4276
  #: includes/fields/class-fieldtypes-textarea.php:225
4277
  msgctxt "form-fields admin"
4278
  msgid "Disable (use the Short Description all the time, empty or not)"
4279
+ msgstr "Désactiver (utilise le résumé tout le temps, vide ou non)"
4280
 
4281
  #: includes/fields/class-fieldtypes-textarea.php:227
4282
  msgctxt "form-fields admin"
4284
  "Truncates the description field to the value set here. To display all of the "
4285
  "description, set to 0."
4286
  msgstr ""
4287
+ "Tronquer le champ description selon la valeur indiquée ici. Pour afficher "
4288
+ "toute la description, laisser à 0."
4289
 
4290
  #: includes/fields/class-fieldtypes-textarea.php:228
4291
  msgctxt "form-fields admin"
4293
  "Number of Characters from Short Description/Excerpt to Display in List View "
4294
  "(only)"
4295
  msgstr ""
4296
+ "Nombre de caractères à afficher dans le résumé des annonces lors de "
4297
+ "l'affichage en liste"
4298
 
4299
  #: includes/fields/class-fieldtypes-textarea.php:233
4300
  msgctxt "form-fields admin"
4301
  msgid "Automatically generate excerpt from content field?"
4302
+ msgstr "Générer automatiquement un extrait depuis le champ contenu ?"
4303
 
4304
  #: includes/fields/class-fieldtypes-twitter.php:83
 
4305
  msgctxt "form-fields admin"
4306
  msgid "Show followers count?"
4307
+ msgstr "Afficher le nombre d'abonnés ?"
4308
 
4309
  #: templates/admin/form-fields-addoredit.tpl.php:29
4310
  msgctxt "form-fields admin"
4326
  #: templates/admin/form-fields-addoredit.tpl.php:77
4327
  msgctxt "form-fields admin"
4328
  msgid "Field Label"
4329
+ msgstr "Titre du champ"
4330
 
4331
  #: templates/admin/form-fields-addoredit.tpl.php:87
4332
  msgctxt "form-fields admin"
4341
  #: templates/admin/form-fields-addoredit.tpl.php:104
4342
  msgctxt "form-fields admin"
4343
  msgid "Field-specific settings"
4344
+ msgstr "Paramètres d'un champ spécifique"
4345
 
4346
  #: templates/admin/form-fields-addoredit.tpl.php:113
4347
  msgctxt "form-fields admin"
4371
  #: templates/admin/form-fields-addoredit.tpl.php:157
4372
  msgctxt "form-fields admin"
4373
  msgid "Field display options"
4374
+ msgstr "Options d'affichage du champ"
4375
 
4376
  #: templates/admin/form-fields-addoredit.tpl.php:161
 
4377
  msgctxt "form-fields admin"
4378
  msgid "Field Category Policy:"
4379
+ msgstr "Politique de catégorie de champ :"
4380
 
4381
  #: templates/admin/form-fields-addoredit.tpl.php:166
 
4382
  msgctxt "form-fields admin"
4383
  msgid "Field applies to all categories"
4384
+ msgstr "Le champ s'applique à toutes les catégories"
4385
 
4386
  #: templates/admin/form-fields-addoredit.tpl.php:167
 
4387
  msgctxt "form-fields admin"
4388
  msgid "Field applies to only certain categories"
4389
+ msgstr "Le champ ne s'applique qu'à certaines catégories"
4390
 
4391
  #: templates/admin/form-fields-addoredit.tpl.php:171
 
4392
  msgctxt "form-fields admin"
4393
  msgid "Limit field to the following categories:"
4394
+ msgstr "Limiter le champ aux catégories suivantes :"
4395
 
4396
  #: templates/admin/form-fields-addoredit.tpl.php:195
 
4397
  msgctxt "form-fields admin"
4398
  msgid "Click to add categories to the selection."
4399
  msgstr "Cliquez pour ajouter des catégories à la sélection."
4401
  #: templates/admin/form-fields-addoredit.tpl.php:208
4402
  msgctxt "form-fields admin"
4403
  msgid "Show this field to admin users only?"
4404
+ msgstr "Montrer ce champ uniquement aux administrateurs ?"
4405
 
4406
  #: templates/admin/form-fields-addoredit.tpl.php:214
 
4407
  msgctxt "form-fields admin"
4408
  msgid "Display this field to admin users only in the edit listing view."
4409
+ msgstr ""
4410
+ "Afficher ce champ uniquement aux administrateurs dans la vue d'édition de "
4411
+ "l'annonce."
4412
 
4413
  #: templates/admin/form-fields-addoredit.tpl.php:220
4414
  msgctxt "form-fields admin"
4415
  msgid "Show this value in excerpt view?"
4416
+ msgstr "Montrer cette valeur dans l'extrait de l'annonce ?"
4417
 
4418
  #: templates/admin/form-fields-addoredit.tpl.php:226
4419
  msgctxt "form-fields admin"
4420
  msgid "Display this value in post excerpt view."
4421
+ msgstr "Afficher cette valeur dans l'extrait de l'annonce."
4422
 
4423
  #: templates/admin/form-fields-addoredit.tpl.php:232
4424
  msgctxt "form-fields admin"
4433
  #: templates/admin/form-fields-addoredit.tpl.php:244
4434
  msgctxt "form-fields admin"
4435
  msgid "Include this field in the search form?"
4436
+ msgstr "Inclure ce champ dans le formulaire de recherche ?"
4437
 
4438
  #: templates/admin/form-fields-addoredit.tpl.php:250
4439
  msgctxt "form-fields admin"
4440
  msgid "Include this field in the search form."
4441
+ msgstr "Inclure ce champ dans le formulaire de recherche."
4442
 
4443
  #: templates/admin/form-fields-addoredit.tpl.php:256
4444
  msgctxt "form-fields admin"
4445
  msgid "Is this field required for searching?"
4446
+ msgstr "Ce champ est-il requis pour la recherche ?"
4447
 
4448
  #: templates/admin/form-fields-addoredit.tpl.php:274
4449
  msgctxt "form-fields admin"
4450
  msgid "Hide this field's label?"
4451
+ msgstr "Cacher le titre de ce champ ?"
4452
 
4453
  #: templates/admin/form-fields-addoredit.tpl.php:280
4454
  msgctxt "form-fields admin"
4455
  msgid "Hide this field's label when displaying it."
4456
+ msgstr "Cacher le titre de ce champ lorsqu'il est affiché."
4457
 
4458
  #: templates/admin/form-fields-addoredit.tpl.php:288
 
4459
  msgctxt "form-fields admin"
4460
  msgid "Field privacy options"
4461
+ msgstr "Options de confidentialité des champs"
4462
 
4463
  #: templates/admin/form-fields-addoredit.tpl.php:292
4464
  msgctxt "form-fields admin"
4465
  msgid "This field contains sensitive or private information?"
4466
+ msgstr "Ce champ contient-il des données sensibles ou privées ?"
4467
 
4468
  #: templates/admin/form-fields-addoredit.tpl.php:300
4469
  msgctxt "form-fields admin"
4470
  msgid "Add this field when exporting or deleting user's personal data."
4471
  msgstr ""
4472
+ "Ajouter ce champ lors de l'export ou la suppression des données personnelles "
4473
+ "de l'utilisateur."
4474
 
4475
  #: templates/admin/form-fields-addoredit.tpl.php:309
4476
  msgctxt "form-fields admin"
4485
  #: templates/admin/form-fields-tags.tpl.php:5
4486
  msgctxt "form-fields admin"
4487
  msgid "-- None --"
4488
+ msgstr "-- Aucun --"
4489
 
4490
  #: templates/admin/form-fields-tags.tpl.php:14
4491
  msgctxt "form-fields admin"
4492
  msgid "Theme Tags"
4493
+ msgstr "Balises de Thèmes"
4494
 
4495
  #: templates/admin/form-fields-tags.tpl.php:21
4496
  msgctxt "form-fields admin"
4497
  msgid "Create Missing Fields"
4498
+ msgstr "Créer les champs manquants"
4499
 
4500
  #: includes/admin/controllers/class-settings-admin.php:535
 
4501
  msgctxt "admin settings"
4502
  msgid "Remove"
4503
  msgstr "Supprimer"
4505
  #: includes/admin/controllers/class-settings-admin.php:589
4506
  msgctxt "admin settings"
4507
  msgid "Valid placeholders: %s"
4508
+ msgstr "Placeholders valides :%s"
4509
 
4510
  #: includes/admin/settings/class-settings-bootstrap.php:99
 
4511
  msgctxt "admin settings"
4512
  msgid ""
4513
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4545
  #: includes/admin/settings/class-settings-bootstrap.php:558
4546
  msgctxt "admin settings"
4547
  msgid "Do not include comments in listings"
4548
+ msgstr "Ne pas inclure les formulaire de commentaires dans les pages annonces"
4549
 
4550
  #: includes/admin/settings/class-settings-bootstrap.php:582
 
4551
  msgctxt "admin settings"
4552
  msgid "Directory view."
4553
+ msgstr "Voir l'annuaire."
4554
 
4555
  #: includes/admin/settings/class-settings-bootstrap.php:583
 
4556
  msgctxt "admin settings"
4557
  msgid "All Listings view."
4558
+ msgstr "Voir toutes les annonces."
4559
 
4560
  #: includes/admin/settings/class-settings-bootstrap.php:584
 
4561
  msgctxt "admin settings"
4562
  msgid "Category view."
4563
+ msgstr "Voir les catégories."
4564
 
4565
  #: includes/admin/settings/class-settings-bootstrap.php:585
 
4566
  msgctxt "admin settings"
4567
  msgid "Search view."
4568
+ msgstr "Voir la recherche."
4569
 
4570
  #: includes/admin/settings/class-settings-bootstrap.php:716
4571
  msgctxt "admin settings"
4588
  msgctxt "admin settings"
4589
  msgid "Plan Custom Order can be changed under <a>Plans</a>"
4590
  msgstr ""
4591
+ "La commande d'abonnement personnalisé peut être changée dans les "
4592
+ "<a>abonnements</a>"
4593
 
4594
  #: includes/admin/settings/class-settings-bootstrap.php:776
4595
  msgctxt "admin settings"
4616
  #: includes/admin/settings/class-settings-bootstrap.php:780
4617
  msgctxt "admin settings"
4618
  msgid "Paid first then free. Inside each group by date."
4619
+ msgstr "Payant d'abord puis gratuit. Dans chaque groupe par date."
4620
 
4621
  #: includes/admin/settings/class-settings-bootstrap.php:781
4622
  msgctxt "admin settings"
4623
  msgid "Paid first then free. Inside each group by title."
4624
+ msgstr "Payant d'abord puis gratuit. Dans chaque groupe par titre."
4625
 
4626
  #: includes/admin/settings/class-settings-bootstrap.php:782
4627
  msgctxt "admin settings"
4628
  msgid "Plan Custom Order, then Date"
4629
+ msgstr "Commande d'abonnement personnalisé, puis date"
4630
 
4631
  #: includes/admin/settings/class-settings-bootstrap.php:783
4632
  msgctxt "admin settings"
4633
  msgid "Plan Custom Order, then Title"
4634
+ msgstr "Commande d'abonnement personnalisé, puis titre"
4635
 
4636
  #: includes/admin/settings/class-settings-bootstrap.php:1055
4637
  #: includes/admin/settings/class-settings-bootstrap.php:1095
4638
  #: includes/admin/settings/class-settings-bootstrap.php:1119
 
4639
  msgctxt "admin settings"
4640
  msgid "Excerpt view."
4641
+ msgstr "Affichage du résumé."
4642
 
4643
  #: includes/admin/settings/class-settings-bootstrap.php:1096
4644
  #: includes/admin/settings/class-settings-bootstrap.php:1120
 
4645
  msgctxt "admin settings"
4646
  msgid "Detail view."
4647
+ msgstr "Affichage détaillé."
4648
 
4649
  #: includes/admin/settings/class-settings-bootstrap.php:1191
4650
  msgctxt "admin settings"
4674
  #: includes/admin/settings/class-settings-bootstrap.php:1196
4675
  msgctxt "admin settings"
4676
  msgid "United Arab Emirates Dirham (AED)"
4677
+ msgstr "Dirham des Émirats arabes unis (AED)"
4678
 
4679
  #: includes/admin/settings/class-settings-bootstrap.php:1197
4680
  msgctxt "admin settings"
4764
  #: includes/admin/settings/class-settings-bootstrap.php:1214
4765
  msgctxt "admin settings"
4766
  msgid "Thai Baht (THB)"
4767
+ msgstr "Baht Thaïlandais (THB)"
4768
 
4769
  #: includes/admin/settings/class-settings-bootstrap.php:1215
4770
  msgctxt "admin settings"
4789
  #: includes/admin/settings/class-settings-bootstrap.php:1242
4790
  msgctxt "admin settings"
4791
  msgid "Do not show currency symbol"
4792
+ msgstr "Ne pas montrer le symbole de la devise"
4793
 
4794
  #. translators: %1$s: gateway name, %2$s: explanation string
4795
  #: includes/admin/settings/class-settings-bootstrap.php:1287
4796
  msgctxt "admin settings"
4797
  msgid "AED currency is not supported by %1$s. %2$s"
4798
+ msgstr "La devise AED n'est pas prise en charge par %1$s. %2$s"
4799
 
4800
  #: includes/admin/settings/class-settings-bootstrap.php:1325
 
4801
  msgctxt "admin settings"
4802
  msgid ""
4803
  "Listings with pending payments are marked as abandoned after this time. You "
4804
  "can also <a>customize the email</a> users receive."
4805
  msgstr ""
4806
  "Les annonces avec paiements en attente sont marquées comme abandonné après "
4807
+ "ce temps. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
4808
  "utilisateurs reçoivent."
4809
 
4810
  #: includes/admin/settings/class-settings-bootstrap.php:1355
4824
  #: includes/admin/settings/class-settings-bootstrap.php:1369
4825
  msgctxt "admin settings"
4826
  msgid "Plain (text/plain)"
4827
+ msgstr "Plain (text/plain)"
4828
 
4829
  #: includes/admin/settings/class-settings-bootstrap.php:1370
4830
  msgctxt "admin settings"
4831
  msgid "HTML (text/html)"
4832
+ msgstr "HTML (text/html)"
4833
 
4834
  #: includes/admin/settings/class-settings-bootstrap.php:1371
4835
  msgctxt "admin settings"
4836
  msgid "Both (multipart/alternative)"
4837
+ msgstr "Les deux (multiparties/autre)"
4838
 
4839
  #: includes/admin/settings/class-settings-bootstrap.php:1385
4840
  msgctxt "admin settings"
4852
  msgstr "Une annonce expire."
4853
 
4854
  #: includes/admin/settings/class-settings-bootstrap.php:1388
 
4855
  msgctxt "admin settings"
4856
  msgid "A listing is renewed."
4857
+ msgstr "Une annonce est renouvelée."
4858
 
4859
  #: includes/admin/settings/class-settings-bootstrap.php:1389
 
4860
  msgctxt "admin settings"
4861
  msgid "A listing payment is completed."
4862
+ msgstr "Le paiement d'une annonce a été validé."
4863
 
4864
  #: includes/admin/settings/class-settings-bootstrap.php:1390
 
4865
  msgctxt "admin settings"
4866
  msgid "A listing has been reported as inappropriate."
4867
+ msgstr "Une annonce a été rapportée comme inappropriée."
4868
 
4869
  #: includes/admin/settings/class-settings-bootstrap.php:1391
4870
  msgctxt "admin settings"
4882
  msgstr "Leur annonce est approuvée/publiée."
4883
 
4884
  #: includes/admin/settings/class-settings-bootstrap.php:1420
 
4885
  msgctxt "admin settings"
4886
  msgid "A payment for their listing is completed."
4887
+ msgstr "Un paiement pour leur annonce est validé."
4888
 
4889
  #: includes/admin/settings/class-settings-bootstrap.php:1421
 
4890
  msgctxt "admin settings"
4891
  msgid "Their listing expired or is about to expire."
4892
+ msgstr "Leur annonce est expirée ou est sur le point d'expirer."
4893
 
4894
  #: includes/admin/settings/class-settings-bootstrap.php:1439
4895
  #: includes/admin/settings/class-settings-bootstrap.php:1458
4902
 
4903
  #: includes/admin/settings/class-settings-bootstrap.php:1440
4904
  #: includes/admin/settings/class-settings-bootstrap.php:1531
 
4905
  msgctxt "admin settings"
4906
  msgid "Listing's plan name"
4907
+ msgstr "Nom de l'abonnement de l'annonce"
4908
 
4909
  #: includes/admin/settings/class-settings-bootstrap.php:1441
4910
  #: includes/admin/settings/class-settings-bootstrap.php:1532
 
4911
  msgctxt "admin settings"
4912
  msgid "Listing's plan description"
4913
+ msgstr "Description de l'annonce"
4914
 
4915
  #: includes/admin/settings/class-settings-bootstrap.php:1442
4916
  #: includes/admin/settings/class-settings-bootstrap.php:1533
 
4917
  msgctxt "admin settings"
4918
  msgid "Listing's plan details"
4919
+ msgstr "Détails de l'abonnement de l'annonce"
4920
 
4921
  #: includes/admin/settings/class-settings-bootstrap.php:1455
4922
  msgctxt "admin settings"
4924
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
4925
  "viewed by the public."
4926
  msgstr ""
4927
+ "Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
4928
  "elle peut être vu par tout le monde."
4929
 
4930
  #: includes/admin/settings/class-settings-bootstrap.php:1459
4935
 
4936
  #: includes/admin/settings/class-settings-bootstrap.php:1460
4937
  #: includes/admin/settings/class-settings-bootstrap.php:1500
 
4938
  msgctxt "admin settings"
4939
  msgid "Listing's Access Key"
4940
+ msgstr "Clé d'accès de l'annonce"
4941
 
4942
  #: includes/admin/settings/class-settings-bootstrap.php:1495
 
4943
  msgctxt "admin settings"
4944
  msgid "Sender's name"
4945
+ msgstr "Nom de l'émetteur"
4946
 
4947
  #: includes/admin/settings/class-settings-bootstrap.php:1498
 
4948
  msgctxt "admin settings"
4949
  msgid "Contact message"
4950
+ msgstr "Message de contact"
4951
 
4952
  #: includes/admin/settings/class-settings-bootstrap.php:1499
4953
  msgctxt "admin settings"
4954
  msgid "Date and time the message was sent"
4955
+ msgstr "Date et heure d'envoi du message"
4956
 
4957
  #: includes/admin/settings/class-settings-bootstrap.php:1534
 
4958
  msgctxt "admin settings"
4959
  msgid "Payment items details."
4960
+ msgstr "Détails de paiement."
4961
 
4962
  #: includes/admin/settings/class-settings-bootstrap.php:1535
4963
  msgctxt "admin settings"
4964
  msgid "URL where user can review and print payment receipt."
4965
+ msgstr "URL où l'utilisateur peut consulter et imprimer le reçu de paiement."
4966
 
4967
  #: includes/admin/settings/class-settings-bootstrap.php:1536
 
4968
  msgctxt "admin settings"
4969
  msgid "Gateway used to process listing's payment."
4970
+ msgstr "Passerelle utilisée pour traiter le paiement de l'annonce."
4971
 
4972
  #: includes/admin/settings/class-settings-bootstrap.php:1550
4973
  msgctxt "admin settings"
4974
  msgid "Checkout URL link"
4975
+ msgstr "Lien URL de paiement"
4976
 
4977
  #: includes/admin/settings/class-settings-bootstrap.php:1652
 
4978
  msgctxt "admin settings"
4979
  msgid "Uploaded Image (no resize)"
4980
+ msgstr "Images téléversée (non redimensionnées)"
4981
 
4982
  #: includes/helpers/functions/general.php:1242
4983
  msgctxt "admin settings"
4987
  #: includes/helpers/functions/general.php:1243
4988
  msgctxt "admin settings"
4989
  msgid "User registration date"
4990
+ msgstr "Date d'enregistrement de l'utilisateur"
4991
 
4992
  #: includes/admin/controllers/class-settings-admin.php:671
4993
  msgctxt "expiration notices"
5002
  #: includes/admin/controllers/class-settings-admin.php:732
5003
  msgctxt "expiration notices"
5004
  msgid "recurring and non-recurring"
5005
+ msgstr "permanentes et temporaires"
5006
 
5007
  #: includes/admin/controllers/class-settings-admin.php:734
5008
  msgctxt "expiration notices"
5012
  #: includes/admin/controllers/class-settings-admin.php:736
5013
  msgctxt "expiration notices"
5014
  msgid "non-recurring only"
5015
+ msgstr "temporaires seulement"
5016
 
5017
  #: includes/admin/controllers/class-settings-admin.php:740
5018
  msgctxt "expiration notices"
5019
  msgid "Sent when a listing (%s) is renewed."
5020
+ msgstr "Envoyer lorsqu'une annonce est renouvelée (%s)."
5021
 
5022
  #: includes/admin/controllers/class-settings-admin.php:745
5023
  msgctxt "expiration notices"
5024
  msgid "Sent when a listing (%s) expires."
5025
+ msgstr "Envoyer lorsqu'une annonce (%s) expire."
5026
 
5027
  #: includes/admin/controllers/class-settings-admin.php:753
5028
  msgctxt "expiration notices"
5050
  #: includes/admin/controllers/class-settings-admin.php:765
5051
  msgctxt "expiration notices"
5052
  msgid "Sent %1$s before a listing (%2$s) expires."
5053
+ msgstr "Envoyer %1$s avant l'expiration de l'annonce (%2$s)."
5054
 
5055
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5056
  #. non-recuring only)
5057
  #: includes/admin/controllers/class-settings-admin.php:768
5058
  msgctxt "expiration notices"
5059
  msgid "Sent %1$s after a listing (%2$s) expires."
5060
+ msgstr "Envoyer %1$s après l'expiration de l'annonce (%2$s)."
5061
 
5062
  #: includes/admin/controllers/class-settings-admin.php:785
5063
  msgctxt "expiration notices"
5067
  #: includes/admin/controllers/class-settings-admin.php:786
5068
  msgctxt "expiration notices"
5069
  msgid "Right after a successful renewal"
5070
+ msgstr "Juste après un renouvellement réussi"
5071
 
5072
  #: includes/admin/controllers/class-settings-admin.php:797
5073
  msgctxt "expiration notices"
5124
  #: includes/admin/controllers/class-settings-admin.php:834
5125
  msgctxt "expiration notices"
5126
  msgid "Recurring listings"
5127
+ msgstr "Annonces récurrentes"
5128
 
5129
  #: includes/admin/controllers/class-settings-admin.php:835
5130
  msgctxt "expiration notices"
5137
  msgstr "Quand envoyer ?"
5138
 
5139
  #: includes/admin/controllers/class-settings-admin.php:707
 
5140
  msgctxt "settings"
5141
  msgid "Site title (with link)"
5142
  msgstr "Titre du site (avec lien)"
5152
  msgstr "Nom de l'annonce (avec lien)"
5153
 
5154
  #: includes/admin/controllers/class-settings-admin.php:710
 
5155
  msgctxt "settings"
5156
  msgid "Listing's expiration date"
5157
  msgstr "Date d'expiration de l'annonce"
5159
  #: includes/admin/controllers/class-settings-admin.php:711
5160
  msgctxt "settings"
5161
  msgid "Listing's renewal link, formatted with an anchor tag"
5162
+ msgstr "URL de renouvellement de l'annonce, formatée avec une balise d'ancre"
5163
 
5164
  #: includes/admin/controllers/class-settings-admin.php:712
5165
  msgctxt "settings"
5166
  msgid "Listing's renewal URL, unformatted by any tags"
5167
+ msgstr "URL de renouvellement de l'annonce, non formatée par des balises"
5168
 
5169
  #: includes/admin/controllers/class-settings-admin.php:713
 
5170
  msgctxt "settings"
5171
  msgid "Listing's categories"
5172
+ msgstr "Catégories de l'annonce"
5173
 
5174
  #: includes/admin/controllers/class-settings-admin.php:714
 
5175
  msgctxt "settings"
5176
  msgid "Listing's last payment date"
5177
+ msgstr "Date du dernier paiement de l'annonce"
5178
 
5179
  #: includes/admin/controllers/class-settings-admin.php:715
 
5180
  msgctxt "settings"
5181
  msgid "Listing's access key"
5182
+ msgstr "Clés d'accès de l'annonces"
5183
 
5184
  #: includes/admin/controllers/class-settings-admin.php:872
 
5185
  msgctxt "settings"
5186
  msgid "Settings reset to default."
5187
+ msgstr "Réinitialiser les paramètres (défaut)."
5188
 
5189
  #: includes/admin/settings/class-settings-bootstrap.php:8
5190
  msgctxt "settings"
5192
  msgstr "Général"
5193
 
5194
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5195
  msgctxt "settings"
5196
  msgid "Listings"
5197
  msgstr "Listes"
5245
  #: includes/admin/settings/class-settings-bootstrap.php:85
5246
  msgctxt "settings"
5247
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5248
+ msgstr ""
5249
+ "Le slug ne peut pas être utilisé par un autre terme. Évitez \"tag\", par "
5250
+ "exemple."
5251
 
5252
  #: includes/admin/settings/class-settings-bootstrap.php:98
 
5253
  msgctxt "settings"
5254
  msgid "Remove listing ID from URLs for better SEO"
5255
+ msgstr "Supprimer l'ID de liste des URL pour un meilleur référencement"
5256
 
5257
  #: includes/admin/settings/class-settings-bootstrap.php:99
5258
  msgctxt "settings"
5267
  #: includes/admin/settings/class-settings-bootstrap.php:110
5268
  msgctxt "settings"
5269
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
5270
+ msgstr "Besoin de clés API pour reCAPTCHA? Obtenez les <a> ici </a>."
5271
 
5272
  #: includes/admin/settings/class-settings-bootstrap.php:117
5273
  msgctxt "settings"
5274
  msgid "Use reCAPTCHA for contact forms"
5275
+ msgstr "Utiliser reCAPTCHA pour le formulaire de contact"
5276
 
5277
  #: includes/admin/settings/class-settings-bootstrap.php:125
 
5278
  msgctxt "settings"
5279
  msgid "Use reCAPTCHA only for logged-out users"
5280
+ msgstr "Utiliser reCAPTCHA uniquement pour les utilisateurs non-connectés"
5281
 
5282
  #: includes/admin/settings/class-settings-bootstrap.php:133
5283
  msgctxt "settings"
5284
  msgid "Use reCAPTCHA for listing submits"
5285
+ msgstr "Utiliser reCAPTCHA pour la soumission des annonces"
5286
 
5287
  #: includes/admin/settings/class-settings-bootstrap.php:141
 
5288
  msgctxt "settings"
5289
  msgid "Use reCAPTCHA for edit listings"
5290
+ msgstr "Utiliser reCAPTCHA pour l'édition des annonces"
5291
 
5292
  #: includes/admin/settings/class-settings-bootstrap.php:149
 
5293
  msgctxt "settings"
5294
  msgid "Use reCAPTCHA for report listings"
5295
+ msgstr "Utiliser reCAPTCHA pour les reports d'annonces"
5296
 
5297
  #: includes/admin/settings/class-settings-bootstrap.php:157
 
5298
  msgctxt "settings"
5299
  msgid "Use reCAPTCHA for listing comments"
5300
+ msgstr "Utiliser reCAPTCHA pour les commentaires des annonces"
5301
 
5302
  #: includes/admin/settings/class-settings-bootstrap.php:165
5303
  msgctxt "settings"
5304
  msgid "reCAPTCHA Public Key"
5305
+ msgstr "clé publique reCAPTCHA"
5306
 
5307
  #: includes/admin/settings/class-settings-bootstrap.php:175
5308
  msgctxt "settings"
5309
  msgid "reCAPTCHA Private Key"
5310
+ msgstr "clé privée reCAPTCHA"
5311
 
5312
  #: includes/admin/settings/class-settings-bootstrap.php:185
 
5313
  msgctxt "settings"
5314
  msgid "reCAPTCHA version"
5315
+ msgstr "version CAPTCHA"
5316
 
5317
  #: includes/admin/settings/class-settings-bootstrap.php:202
5318
  msgctxt "settings"
5319
  msgid "reCAPTCHA V3 threshold score"
5320
+ msgstr "score de seuil reCAPTCHA V3"
5321
 
5322
  #: includes/admin/settings/class-settings-bootstrap.php:207
5323
  msgctxt "settings"
5327
  "context of your site. You can set here the score threshold, scores under "
5328
  "this value will result in reCAPTCHA validation error."
5329
  msgstr ""
5330
+ "reCAPTCHA v3 renvoie un score (1,0 est très probablement une bonne "
5331
+ "interaction, 0,0 est très probablement un bot). En fonction du score, vous "
5332
+ "pouvez prendre des mesures variables dans le contexte de votre site. Vous "
5333
+ "pouvez définir ici le seuil de score, les scores inférieurs à cette valeur "
5334
+ "entraîneront une erreur de validation reCAPTCHA."
5335
 
5336
  #: includes/admin/settings/class-settings-bootstrap.php:218
5337
  msgctxt "settings"
5338
  msgid "Registration"
5339
+ msgstr "Inscription"
5340
 
5341
  #: includes/admin/settings/class-settings-bootstrap.php:228
 
5342
  msgctxt "settings"
5343
  msgid "Require login to post listings"
5344
+ msgstr "Connexion obligatoire pour poster une annonce"
5345
 
5346
  #: includes/admin/settings/class-settings-bootstrap.php:237
 
5347
  msgctxt "settings"
5348
  msgid "Allow anonymous users to edit/manage listings with an access key"
5349
  msgstr ""
5350
  "Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
5351
+ "clé d'accès"
5352
 
5353
  #: includes/admin/settings/class-settings-bootstrap.php:245
5354
  msgctxt "settings"
5356
  msgstr "URL de connexion"
5357
 
5358
  #: includes/admin/settings/class-settings-bootstrap.php:246
 
5359
  msgctxt "settings"
5360
  msgid "Only enter this if using a membership plugin or custom login page"
5361
  msgstr ""
5362
+ "Saisissez uniquement ceci si vous utilisez la page d'inscription d'un plugin "
5363
+ "d'adhésion ou une page personnalisée"
 
5364
 
5365
  #: includes/admin/settings/class-settings-bootstrap.php:247
5366
  msgctxt "settings"
5367
  msgid "URL of your membership plugin's login page."
5368
+ msgstr "URL de la page de connexion de votre plugin de gestion des membres."
5369
 
5370
  #: includes/admin/settings/class-settings-bootstrap.php:256
5371
  msgctxt "settings"
5377
  msgid ""
5378
  "Only enter this if using a membership plugin or custom registration page."
5379
  msgstr ""
5380
+ "Saisissez uniquement ceci si vous utilisez la page d'inscription d'un plugin "
5381
+ "d'adhésion ou une page personnalisée."
 
5382
 
5383
  #: includes/admin/settings/class-settings-bootstrap.php:258
 
5384
  msgctxt "settings"
5385
  msgid "URL of your membership plugin's registration page"
5386
+ msgstr "URL de la page d'inscription de votre plugin d'inscription"
5387
 
5388
  #: includes/admin/settings/class-settings-bootstrap.php:267
 
5389
  msgctxt "settings"
5390
  msgid "Allow users to create accounts during listing submit"
5391
  msgstr ""
5392
  "Autoriser les utilisateurs à créer des comptes pendant la soumission d'une "
5393
+ "annonce"
5394
 
5395
  #: includes/admin/settings/class-settings-bootstrap.php:298
5396
  msgctxt "settings"
5403
  "appropriée."
5404
 
5405
  #: includes/admin/settings/class-settings-bootstrap.php:300
 
5406
  msgctxt "settings"
5407
  msgid "Terms and Conditions text goes here"
5408
+ msgstr "Texte des Conditions d'utilisation"
5409
 
5410
  #: includes/admin/settings/class-settings-bootstrap.php:329
 
5411
  msgctxt "settings"
5412
  msgid "Enable high performance search"
5413
+ msgstr "Activer les recherches de hautes performance"
5414
 
5415
  #: includes/admin/settings/class-settings-bootstrap.php:338
5416
  msgctxt "settings"
5418
  msgstr "Avancé"
5419
 
5420
  #: includes/admin/settings/class-settings-bootstrap.php:344
 
5421
  msgctxt "settings"
5422
  msgid "Disable advanced CPT integration"
5423
+ msgstr "Désactiver l'intégration avancée avec CPT"
5424
 
5425
  #: includes/admin/settings/class-settings-bootstrap.php:353
 
5426
  msgctxt "settings"
5427
  msgid "Disable frontend listing submission"
5428
+ msgstr "Désactiver la soumission d'annonce depuis le front-end"
5429
 
5430
  #: includes/admin/settings/class-settings-bootstrap.php:354
5431
  msgctxt "settings"
5433
  "Prevents the Submit Listing button from showing on the main UI, but allows a "
5434
  "shortcode for submit listing to function on other pages."
5435
  msgstr ""
5436
+ "Empêche le bouton \"Publier une annonce\" de s'afficher sur l'interface "
5437
+ "utilisateur principale, mais permet à un code abrégé (shortcode) pour avoir "
5438
+ "cette fonctionnalité sur les autres pages."
5439
 
5440
  #: includes/admin/settings/class-settings-bootstrap.php:435
5441
  msgctxt "settings"
5442
  msgid "Contact Form"
5443
+ msgstr "Formulaire de contact"
5444
 
5445
  #: includes/admin/settings/class-settings-bootstrap.php:444
5446
  msgctxt "settings"
5457
  "afficher toutes les annonces sur une seule page (non recommandé)."
5458
 
5459
  #: includes/admin/settings/class-settings-bootstrap.php:457
 
5460
  msgctxt "settings"
5461
  msgid "Turn on listing renewal option"
5462
+ msgstr "Activer l'option renouvellement des annonces"
5463
 
5464
  #: includes/admin/settings/class-settings-bootstrap.php:466
 
5465
  msgctxt "settings"
5466
  msgid "Open detailed view of listing in new tab"
5467
+ msgstr "Ouvrir l'annonce dans un nouvel onglet"
5468
 
5469
  #: includes/admin/settings/class-settings-bootstrap.php:476
 
5470
  msgctxt "settings"
5471
  msgid "Include button to report listings"
5472
+ msgstr "Inclure un bouton pour signaler une annonce"
5473
 
5474
  #: includes/admin/settings/class-settings-bootstrap.php:485
5475
  msgctxt "settings"
5476
  msgid "Enable report listing for registered users only"
5477
  msgstr ""
5478
+ "Autoriser le signalement d'annonce pour les utilisateurs enregistrés "
5479
+ "uniquement"
5480
 
5481
  #: includes/admin/settings/class-settings-bootstrap.php:495
5482
  msgctxt "settings"
5483
  msgid "Report listing option list"
5484
+ msgstr "Liste des options des reports d'annonces"
5485
 
5486
  #: includes/admin/settings/class-settings-bootstrap.php:496
5487
  msgctxt "settings"
5488
  msgid ""
5489
  "Form option list to report a listing as inappropriate. One option per line."
5490
  msgstr ""
5491
+ "Liste d'options de formulaire pour signaler une annonce comme inappropriée. "
5492
+ "Une option par ligne."
5493
 
5494
  #: includes/admin/settings/class-settings-bootstrap.php:507
 
5495
  msgctxt "settings"
5496
  msgid "Include listing contact form on listing pages"
5497
+ msgstr "Inclure un formulaire de contact sur les pages d'annonces"
 
5498
 
5499
  #: includes/admin/settings/class-settings-bootstrap.php:508
5500
  msgctxt "settings"
5506
  "Les auteurs recevront les messages par e-mail."
5507
 
5508
  #: includes/admin/settings/class-settings-bootstrap.php:517
 
5509
  msgctxt "settings"
5510
  msgid "Require login for using the contact form"
5511
+ msgstr "Exiger d'être connecté pour utiliser le formulaire de contact"
5512
 
5513
  #: includes/admin/settings/class-settings-bootstrap.php:528
 
5514
  msgctxt "settings"
5515
  msgid "Maximum number of daily contact form submits from registered users"
5516
+ msgstr ""
5517
+ "Nombre maximum de formulaire de contact soumis par jour par utilisateur "
5518
+ "enregistré"
5519
 
5520
  #: includes/admin/settings/class-settings-bootstrap.php:529
 
5521
  msgctxt "settings"
5522
  msgid ""
5523
  "Use this to prevent spamming of listing owners from logged in users. 0 means "
5524
  "unlimited submits per day."
5525
  msgstr ""
5526
+ "Utilisez ceci pour empêcher le spam des propriétaires d'annonces par les "
5527
+ "utilisateurs connectés. 0 signifie soumissions illimitées par jour."
5528
 
5529
  #: includes/admin/settings/class-settings-bootstrap.php:541
 
5530
  msgctxt "settings"
5531
  msgid "Maximum number of contact form submits for each listing per day"
5532
+ msgstr ""
5533
+ "Nombre maximum de formulaire de contact soumis pour chaque annonce par jour"
5534
 
5535
  #: includes/admin/settings/class-settings-bootstrap.php:542
 
5536
  msgctxt "settings"
5537
  msgid ""
5538
  "Use this to set contact submits limit for each listing in the directory. 0 "
5539
  "means unlimited submits per day."
5540
  msgstr ""
5541
+ "Utilisez ceci pour définir la limite de soumission des contacts pour chaque "
5542
+ "liste dans l'annuaire. 0 signifie soumissions illimitées par jour."
5543
 
5544
  #: includes/admin/settings/class-settings-bootstrap.php:554
5545
  msgctxt "settings"
5547
  msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
5548
 
5549
  #: includes/admin/settings/class-settings-bootstrap.php:569
 
5550
  msgctxt "settings"
5551
  msgid "Show listings under categories on main page"
5552
+ msgstr "Afficher les listes des annonces sur la page principale"
5553
 
5554
  #: includes/admin/settings/class-settings-bootstrap.php:579
5555
  msgctxt "settings"
5556
  msgid ""
5557
  "Prevents featured listings from floating to the top of the selected page."
5558
  msgstr ""
5559
+ "Empêche les listes en vedette de flotter en haut de la page sélectionnée."
5560
 
5561
  #: includes/admin/settings/class-settings-bootstrap.php:609
5562
  msgctxt "settings"
5565
  "to submit listings, this user will own them. A site admin or another user "
5566
  "that will not a be posting a listing is best."
5567
  msgstr ""
5568
+ "L'ID utilisateur ou la connexion d'un compte utilisateur existant. Si la "
5569
+ "connexion n'est pas requise pour soumettre des annonces, cet utilisateur en "
5570
+ "sera propriétaire. Un administrateur du site ou un autre utilisateur qui ne "
5571
+ "publiera pas d'annonce est préférable."
5572
 
5573
  #: includes/admin/settings/class-settings-bootstrap.php:635
5574
  msgctxt "settings"
5596
  msgstr "Ordre de tri pour les catégories"
5597
 
5598
  #: includes/admin/settings/class-settings-bootstrap.php:739
 
5599
  msgctxt "settings"
5600
  msgid "Show category post count"
5601
+ msgstr "Afficher le nombre d'annonces dans la catégorie"
5602
 
5603
  #: includes/admin/settings/class-settings-bootstrap.php:748
 
5604
  msgctxt "settings"
5605
  msgid "Hide empty categories"
5606
+ msgstr "Cacher les catégories vides"
5607
 
5608
  #: includes/admin/settings/class-settings-bootstrap.php:757
 
5609
  msgctxt "settings"
5610
  msgid "Show only parent categories in category list"
5611
+ msgstr "Montrer seulement les catégories parentes dans la liste des catégories"
 
5612
 
5613
  #: includes/admin/settings/class-settings-bootstrap.php:769
5614
  msgctxt "settings"
5627
  "Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
5628
 
5629
  #: includes/admin/settings/class-settings-bootstrap.php:807
 
5630
  msgctxt "settings"
5631
  msgid "Enable sort bar"
5632
+ msgstr "Activer la barre de tri"
5633
 
5634
  #: includes/admin/settings/class-settings-bootstrap.php:816
5635
  msgctxt "settings"
5637
  msgstr "Champs de la barre de tri"
5638
 
5639
  #: includes/admin/settings/class-settings-bootstrap.php:835
 
5640
  msgctxt "settings"
5641
  msgid "Show the \"Submit listing\" button"
5642
+ msgstr "Montrer le bouton \"Soumettre une annonce\""
5643
 
5644
  #: includes/admin/settings/class-settings-bootstrap.php:836
5645
  msgctxt "settings"
5648
  "not shut off the use of the link for submitting listings (allows you to "
5649
  "customize the submit listing button on your own)"
5650
  msgstr ""
5651
+ "Masque le bouton utilisé par l'interface utilisateur principale pour "
5652
+ "permettre la soumission de la liste, mais ne désactive pas l'utilisation du "
5653
+ "lien pour soumettre les listes (vous permet de personnaliser vous-même le "
5654
+ "bouton de soumission de la liste)"
5655
 
5656
  #: includes/admin/settings/class-settings-bootstrap.php:846
 
5657
  msgctxt "settings"
5658
  msgid "Show \"Search listings\""
5659
+ msgstr "Montrer \"Chercher des annonces\"."
5660
 
5661
  #: includes/admin/settings/class-settings-bootstrap.php:855
 
5662
  msgctxt "settings"
5663
  msgid "Show the \"View Listings\" button"
5664
+ msgstr "Montrer le bouton \"Voir les annonces\""
5665
 
5666
  #: includes/admin/settings/class-settings-bootstrap.php:864
 
5667
  msgctxt "settings"
5668
  msgid "Show the \"Manage Listings\" button"
5669
+ msgstr "Montrer le bouton \"Gérer les annonces\""
5670
 
5671
  #: includes/admin/settings/class-settings-bootstrap.php:908
5672
  msgctxt "settings"
5673
  msgid "Image Settings"
5674
+ msgstr "Paramètres des images"
5675
 
5676
  #: includes/admin/settings/class-settings-bootstrap.php:913
 
5677
  msgctxt "settings"
5678
  msgid "Allow images"
5679
+ msgstr "Autoriser les images"
5680
 
5681
  #: includes/admin/settings/class-settings-bootstrap.php:924
5682
  msgctxt "settings"
5683
  msgid "Min Image File Size (KB)"
5684
+ msgstr "Taille minimale des fichiers images (KB)"
5685
 
5686
  #: includes/admin/settings/class-settings-bootstrap.php:936
5687
  msgctxt "settings"
5688
  msgid "Max Image File Size (KB)"
5689
+ msgstr "Taille maximale des fichiers images (KB)"
5690
 
5691
  #: includes/admin/settings/class-settings-bootstrap.php:948
5692
  msgctxt "settings"
5693
  msgid "Min image width (px)"
5694
+ msgstr "Largeur minimale des images (px)"
5695
 
5696
  #: includes/admin/settings/class-settings-bootstrap.php:958
5697
  msgctxt "settings"
5698
  msgid "Min image height (px)"
5699
+ msgstr "Hauteur minimale des images (px)"
5700
 
5701
  #: includes/admin/settings/class-settings-bootstrap.php:972
5702
  msgctxt "settings"
5703
  msgid "Max image width (px)"
5704
+ msgstr "Largeur maximale des images (px)"
5705
 
5706
  #: includes/admin/settings/class-settings-bootstrap.php:984
5707
  msgctxt "settings"
5708
  msgid "Max image height (px)"
5709
+ msgstr "Hauteur maximale des images (px)"
5710
 
5711
  #: includes/admin/settings/class-settings-bootstrap.php:996
 
5712
  msgctxt "settings"
5713
  msgid "Turn on thickbox/lightbox"
5714
+ msgstr "Activer la thickbox/lightbox"
5715
 
5716
  #: includes/admin/settings/class-settings-bootstrap.php:997
5717
  msgctxt "settings"
5737
  msgstr "Hauteur des miniatures (en pixel)"
5738
 
5739
  #: includes/admin/settings/class-settings-bootstrap.php:1032
 
5740
  msgctxt "settings"
5741
  msgid "Crop thumbnails to exact dimensions"
5742
+ msgstr "Recadrer les miniatures aux dimensions exactes"
5743
 
5744
  #: includes/admin/settings/class-settings-bootstrap.php:1033
5745
  msgctxt "settings"
5756
  "sera ajustée proportionnellement ; selon les images téléchargées, les photos "
5757
  "peuvent avoir des hauteurs différentes."
5758
 
 
 
 
 
 
5759
  #: includes/admin/settings/class-settings-bootstrap.php:1080
 
5760
  msgctxt "settings"
5761
  msgid "Default thumbnail image size"
5762
+ msgstr "Taille par défaut des miniatures d'image"
5763
 
5764
  #: includes/admin/settings/class-settings-bootstrap.php:1083
5765
  msgctxt "settings"
5769
  "For all other values, we preserve the aspect ratio of the image and use the "
5770
  "width as the starting point."
5771
  msgstr ""
5772
+ "Cela indique la taille de la vignette à utiliser à la fois dans les vues "
5773
+ "d'extrait et de détail. Pour les valeurs de taille d'image recadrées, nous "
5774
+ "utilisons la taille EXACTE définie. Pour toutes les autres valeurs, nous "
5775
+ "conservons le rapport d'aspect de l'image et utilisons la largeur comme "
5776
+ "point de départ."
5777
 
5778
  #: includes/admin/settings/class-settings-bootstrap.php:1092
5779
  msgctxt "settings"
5780
  msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
5781
  msgstr ""
5782
+ "Utiliser le message \"Bientôt visible\" pour les annonces sans aucune image "
5783
+ "principale ?"
5784
 
5785
  #: includes/admin/settings/class-settings-bootstrap.php:1116
5786
  msgctxt "settings"
5787
  msgid "Display featured (sticky) badge"
5788
+ msgstr "Afficher le Badge \"En Vedette\" (épinglé)"
5789
 
5790
  #: includes/admin/settings/class-settings-bootstrap.php:1130
 
5791
  msgctxt "settings"
5792
  msgid "Featured Badge image"
5793
+ msgstr "Image du badge \"En Vedette\""
5794
 
5795
  #: includes/admin/settings/class-settings-bootstrap.php:1140
 
5796
  msgctxt "settings"
5797
  msgid "Featured Badge URL"
5798
+ msgstr "URL du badge \"En Vedette\""
5799
 
5800
  #: includes/admin/settings/class-settings-bootstrap.php:1141
5801
  msgctxt "settings"
5802
  msgid "Use this to set Featured Badge image as a link to a defined URL."
5803
  msgstr ""
5804
+ "Utilisez ceci pour définir l'image du badge en vedette comme lien vers une "
5805
+ "URL définie."
5806
 
5807
  #: includes/admin/settings/class-settings-bootstrap.php:1165
5808
  msgctxt "settings"
5810
  msgstr "Ordre des prix"
5811
 
5812
  #: includes/admin/settings/class-settings-bootstrap.php:1178
 
5813
  msgctxt "settings"
5814
  msgid "Put payment gateways in test mode"
5815
+ msgstr "Passer les passerelles de paiement en mode test"
5816
 
5817
  #: includes/admin/settings/class-settings-bootstrap.php:1188
5818
  msgctxt "settings"
5822
  #: includes/admin/settings/class-settings-bootstrap.php:1227
5823
  msgctxt "settings"
5824
  msgid "Currency Symbol"
5825
+ msgstr "Symbole de la Devise"
5826
 
5827
  #: includes/admin/settings/class-settings-bootstrap.php:1237
5828
  msgctxt "settings"
5829
  msgid "Currency symbol display"
5830
+ msgstr "Affichage du symbole de la devise"
5831
 
5832
  #: includes/admin/settings/class-settings-bootstrap.php:1251
5833
  msgctxt "settings"
5834
  msgid "Include plan description in receipt"
5835
+ msgstr "Inclus la description de l'abonnement dans le reçu"
5836
 
5837
  #: includes/admin/settings/class-settings-bootstrap.php:1260
5838
  msgctxt "settings"
5839
  msgid "Thank you for payment message"
5840
+ msgstr "Message de remerciement lors d'un paiement"
5841
 
5842
  #: includes/admin/settings/class-settings-bootstrap.php:1313
 
5843
  msgctxt "settings"
5844
  msgid "Ask users to come back for abandoned payments"
5845
+ msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés"
5846
 
5847
  #: includes/admin/settings/class-settings-bootstrap.php:1324
5848
  msgctxt "settings"
5850
  msgstr "Seuil d'abandon de l'annonce (heures)"
5851
 
5852
  #: includes/admin/settings/class-settings-bootstrap.php:1341
 
5853
  msgctxt "settings"
5854
  msgid "Display email address fields publicly"
5855
+ msgstr "Afficher publiquement le champ \"Adresse email\""
5856
 
5857
  #: includes/admin/settings/class-settings-bootstrap.php:1342
5858
  msgctxt "settings"
5861
  "RECOMMENDED as this increases spam to the address and allows spam bots to "
5862
  "harvest it for future use."
5863
  msgstr ""
5864
+ "Affiche l'adresse e-mail du propriétaire de l'annonce à tous les "
5865
+ "utilisateurs du Web. PAS RECOMMANDÉ car cela augmente le risque de spam à "
5866
+ "l'adresse en question et permet aux spam bots de la récolter pour une "
5867
+ "utilisation future."
5868
 
5869
  #: includes/admin/settings/class-settings-bootstrap.php:1351
5870
  msgctxt "settings"
5877
  "This affects emails sent to listing owners via contact forms or when their "
5878
  "listings expire."
5879
  msgstr ""
5880
+ "Cela affecte l'envoi des e-mails aux propriétaires des annonces via le "
5881
  "formulaire de contact ou quand leurs annonces expirent."
5882
 
5883
  #: includes/admin/settings/class-settings-bootstrap.php:1365
5884
  msgctxt "settings"
5885
  msgid "Email Content-Type header"
5886
+ msgstr "Entête d'email"
5887
 
5888
  #: includes/admin/settings/class-settings-bootstrap.php:1366
5889
  msgctxt "settings"
5893
  "set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
5894
  "then \"Both\"."
5895
  msgstr ""
5896
+ "Utiliser ce réglage pour contrôler le format des emails de manière "
5897
+ "explicite. Certains plugins pour les emails ne supportent pas correctement "
5898
+ "le contenu si ce n'est pas explicitement demandé, donc vous pouvez faire ça. "
5899
+ "Si vous n'êtes pas sûr, essayez \"HTML\" ou \"Plain\" puis \"Les deux\"."
5900
 
5901
  #: includes/admin/settings/class-settings-bootstrap.php:1427
5902
  msgctxt "settings"
5916
  #: includes/admin/settings/class-settings-bootstrap.php:1451
5917
  msgctxt "settings"
5918
  msgid "Listing published message"
5919
+ msgstr "Message lors de la publication de l'annonce"
5920
 
5921
  #: includes/admin/settings/class-settings-bootstrap.php:1452
5922
  msgctxt "settings"
5927
  #: includes/admin/settings/class-settings-bootstrap.php:1469
5928
  msgctxt "settings"
5929
  msgid "Listing Contact Message"
5930
+ msgstr "Message de contact concernant l'annonce"
5931
 
5932
  #: includes/admin/settings/class-settings-bootstrap.php:1470
5933
  msgctxt "settings"
5939
  "de contact sur leurs pages d'annonces."
5940
 
5941
  #: includes/admin/settings/class-settings-bootstrap.php:1510
 
5942
  msgctxt "settings"
5943
  msgid "Payment completed message"
5944
+ msgstr "Message concernant un paiement complété"
5945
 
5946
  #: includes/admin/settings/class-settings-bootstrap.php:1511
 
5947
  msgctxt "settings"
5948
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
5949
  msgstr ""
5950
+ "Envoyer après qu'un paiement d'annonce est vérifié par le Portail de "
5951
+ "paiement ou un administrateur."
5952
 
5953
  #: includes/admin/settings/class-settings-bootstrap.php:1547
5954
  msgctxt "settings"
5955
  msgid "Payment abandoned reminder message"
5956
+ msgstr "Message de rappel concernant un paiement abandonné"
5957
 
5958
  #: includes/admin/settings/class-settings-bootstrap.php:1673
5959
  msgctxt "settings"
5960
  msgid "Cropped"
5961
+ msgstr "Recadrée"
5962
 
5963
  #: includes/admin/settings/class-settings.php:483
5964
  #: includes/admin/settings/class-settings.php:494
5969
  #: includes/admin/settings/class-settings.php:511
5970
  msgctxt "settings"
5971
  msgid "The slug \"%s\" is already in use for another taxonomy."
5972
+ msgstr "Le slug \"%s\" est déjà utilisé pour une autre taxinomie."
5973
 
5974
  #: includes/licensing.php:238
5975
  msgctxt "settings"
5982
  msgstr "Veuillez attendre..."
5983
 
5984
  #: includes/licensing.php:291
 
5985
  msgctxt "settings"
5986
  msgid "Deauthorize"
5987
+ msgstr "Supprimer l'autorisation"
5988
 
5989
  #: includes/admin/controllers/class-themes-admin.php:43
5990
  msgctxt "themes"
6052
  msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
6053
 
6054
  #: includes/admin/controllers/class-themes-admin.php:369
 
6055
  msgctxt "themes"
6056
  msgid "Invalid theme ID"
6057
+ msgstr "ID du thème non valide"
6058
 
6059
  #: includes/admin/controllers/class-themes-admin.php:375
6060
  #: includes/admin/upgrades/class-themes-updater.php:172
6061
  msgctxt "themes"
6062
  msgid "Could not update theme: %s"
6063
+ msgstr "Impossible de mettre à jour le thème : %s"
6064
 
6065
  #: includes/admin/upgrades/class-themes-updater.php:133
6066
  msgctxt "themes"
6114
  msgid "Error while creating a temporary directory for CSV export: %s"
6115
  msgstr ""
6116
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
6117
+ "CSV : %s"
6118
 
6119
  #: templates/admin/csv-export.tpl.php:12
6120
  msgctxt "admin csv-export"
6132
  #: templates/admin/csv-export.tpl.php:27
6133
  msgctxt "admin csv-export"
6134
  msgid "Export settings"
6135
+ msgstr "Paramètres d'exportation"
6136
 
6137
  #: templates/admin/csv-export.tpl.php:33
6138
  msgctxt "admin csv-export"
6139
  msgid "Which listings to export?"
6140
+ msgstr "Quelles annonces exporter ?"
6141
 
6142
  #: templates/admin/csv-export.tpl.php:38
6143
  msgctxt "admin csv-export"
6144
  msgid "Active Only"
6145
+ msgstr "Actifs seulement"
6146
 
6147
  #: templates/admin/csv-export.tpl.php:39
6148
  msgctxt "admin csv-export"
6149
  msgid "Active + Pending Renewal"
6150
+ msgstr "Renouvellements Actifs + En Attente"
6151
 
6152
  #: templates/admin/csv-export.tpl.php:47
6153
  msgctxt "admin csv-export"
6157
  #: templates/admin/csv-export.tpl.php:62
6158
  msgctxt "admin csv-export"
6159
  msgid "Include unique IDs for each listing (sequence_id column)."
6160
+ msgstr "Inclure des ID's uniques pour chaque annonces (colonne sequence_id)."
6161
 
6162
  #: templates/admin/csv-export.tpl.php:75
6163
  msgctxt "admin csv-export"
6170
  msgstr "Date d'expiration de l'annonce"
6171
 
6172
  #: templates/admin/csv-export.tpl.php:94
 
6173
  msgctxt "admin csv-export"
6174
  msgid "Listing created date"
6175
+ msgstr "Date de création de l'annonce"
6176
 
6177
  #: templates/admin/csv-export.tpl.php:103
 
6178
  msgctxt "admin csv-export"
6179
  msgid "Listing last updated date"
6180
+ msgstr "Date de la dernière mise à jour de l'annonce"
6181
 
6182
  #: templates/admin/csv-export.tpl.php:112
 
6183
  msgctxt "admin csv-export"
6184
  msgid "Listing T&C acceptance date"
6185
+ msgstr "Date d'acceptation des CGU"
6186
 
6187
  #: templates/admin/csv-export.tpl.php:125
6188
  msgctxt "admin csv-export"
6207
  #: templates/admin/csv-export.tpl.php:169
6208
  msgctxt "admin csv-export"
6209
  msgid "Export Listings"
6210
+ msgstr "Export d'annonces"
6211
 
6212
  #: templates/admin/csv-export.tpl.php:175
6213
  msgctxt "admin csv-export"
6226
  #: templates/admin/csv-export.tpl.php:179
6227
  msgctxt "admin csv-export"
6228
  msgid "No. of listings:"
6229
+ msgstr "Nombre d'annonces :"
6230
 
6231
  #: templates/admin/csv-export.tpl.php:181
6232
  msgctxt "admin csv-export"
6233
  msgid "Approximate export file size:"
6234
+ msgstr "Taille approximative du fichier exporté :"
6235
 
6236
  #: templates/admin/csv-export.tpl.php:188
6237
  msgctxt "admin csv-export"
6253
  "téléchargement."
6254
 
6255
  #: templates/admin/csv-export.tpl.php:199
 
6256
  msgctxt "admin csv-export"
6257
  msgid "Download %1$s (%2$s)"
6258
+ msgstr "Téléchargement %1$s (%2$s)"
6259
 
6260
  #: templates/admin/csv-export.tpl.php:207
6261
  msgctxt "admin csv-export"
6290
  #: includes/admin/csv-import.php:174
6291
  msgctxt "admin csv-import"
6292
  msgid "Whatever"
6293
+ msgstr "Peu importe"
6294
 
6295
  #: includes/admin/csv-import.php:345
6296
  msgctxt "admin csv-import"
6312
  msgstr ""
6313
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6314
 
6315
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6316
  msgctxt "admin csv-import"
6317
  msgid ""
6318
  "Could not create listing category \"<category-name>\". The operation failed "
6321
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6322
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6323
 
6324
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6325
  msgctxt "admin csv-import"
6326
  msgid "Could not create listing category \"%s\""
6327
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6328
 
6329
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6330
  msgctxt "admin csv-import"
6331
  msgid "Username \"%s\" does not exist"
6332
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6333
 
6334
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
 
6335
  msgctxt "admin csv-import"
6336
  msgid "Missing required field: %s"
6337
  msgstr "Absence d'un champ requis: %s"
6338
 
6339
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6340
  msgctxt "admin csv-import"
6341
  msgid "Listing category \"%s\" does not exist"
6342
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6343
 
6344
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6345
  msgctxt "admin csv-import"
6346
  msgid "The string <string> couldn't be converted into a valid date."
6347
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
6350
  msgctxt "admin csv-import"
6351
  msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
6352
  msgstr ""
6353
+ "Une erreur fatale est survenue durant l'importation. La raison donnée "
6354
+ "était : \"%s\"."
6355
 
6356
  #: templates/admin/csv-import-progress.tpl.php:9
6357
  msgctxt "admin csv-import"
6382
  msgstr "L'importation a été annulée."
6383
 
6384
  #: templates/admin/csv-import-progress.tpl.php:25
 
6385
  msgctxt "admin csv-import"
6386
  msgid "Import Progress"
6387
  msgstr "Progression de l'importation"
6445
  #: templates/admin/csv-import-progress.tpl.php:65
6446
  msgctxt "admin csv-import"
6447
  msgid "Rows in file:"
6448
+ msgstr "Lignes dans le fichier :"
6449
 
6450
  #: templates/admin/csv-import-progress.tpl.php:68
6451
  msgctxt "admin csv-import"
6452
  msgid "Imported rows:"
6453
+ msgstr "Lignes importées :"
6454
 
6455
  #: templates/admin/csv-import-progress.tpl.php:71
6456
  msgctxt "admin csv-import"
6457
  msgid "Rejected rows:"
6458
+ msgstr "Lignes rejetées :"
6459
 
6460
  #: templates/admin/csv-import-progress.tpl.php:76
6461
  msgctxt "admin csv-import"
6500
  msgstr "Point-virgule (;)"
6501
 
6502
  #: templates/admin/csv-import.tpl.php:196
 
6503
  msgctxt "admin csv-import"
6504
  msgid "Preserve existing status"
6505
+ msgstr "Préserver le statut existant"
6506
 
6507
  #: templates/admin/csv-import.tpl.php:249
6508
  msgctxt "admin csv-import"
6510
  "Select a default user to be used if the username column is not present in "
6511
  "the CSV file."
6512
  msgstr ""
6513
+ "Sélectionnez un utilisateur par défaut, qui ne sera utilisé que si la "
6514
+ "colonne de nom d'utilisateur ne figure pas dans le fichier CSV."
6515
 
6516
  #: templates/admin/csv-import.tpl.php:283
6517
  msgctxt "admin csv-import"
6524
  msgstr "Importation des listes"
6525
 
6526
  #: templates/admin/csv-import.tpl.php:334
 
6527
  msgctxt "admin csv-import"
6528
  msgid ""
6529
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6530
  "updating listings from external sources."
6531
  msgstr ""
6532
+ "ID de frais (entier) associé à une annonce. Utilisez cette colonne lors de "
6533
+ "l'ajout ou la mise à jour annonces provenant de sources externes."
 
6534
 
6535
  #: templates/admin/csv-import.tpl.php:355
6536
  msgctxt "admin csv-import"
6551
  "externes."
6552
 
6553
  #: includes/admin/csv-import.php:301
 
6554
  msgctxt "csv import"
6555
  msgid ""
6556
  "A valid temporary directory with write permissions is required for CSV "
6558
  "not seem to be writable. Please consult with your host."
6559
  msgstr ""
6560
  "Un répertoire temporaire valide avec les permissions d'écriture est "
6561
+ "nécessaire pour que les importations CSV pour fonctionner correctement. "
6562
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
6563
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
6564
 
6576
  msgctxt "listing metabox"
6577
  msgid "Click a transaction to see its details (and approve/reject)."
6578
  msgstr ""
6579
+ "Cliquez sur un paiement pour voir les détails, (et l'approuver / la rejeter)."
 
6580
 
6581
  #: templates/admin/metaboxes-listing-information-payments.tpl.php:35
6582
  msgctxt "listing metabox"
6586
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:39
6587
  msgctxt "listing metabox"
6588
  msgid "Plan Details"
6589
+ msgstr "Détails de l'abonnement"
6590
 
6591
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:50
6592
  msgctxt "listing metabox"
6593
  msgid "Change plan"
6594
+ msgstr "Changer d'abonnement"
6595
 
6596
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:103
6597
  msgctxt "listing metabox"
6606
  #: includes/admin/helpers/class-listing-timeline.php:130
6607
  msgctxt "listing timeline"
6608
  msgid "Listing expired"
6609
+ msgstr "Annonce expirée"
6610
 
6611
  #: includes/admin/helpers/class-listing-timeline.php:146
6612
  msgctxt "listing timeline"
6613
  msgid "T&C acceptance date"
6614
+ msgstr "Date d'acceptation des CGU"
6615
 
6616
  #: includes/admin/helpers/class-listing-timeline.php:164
6617
  msgctxt "listing timeline"
6618
  msgid "Paid as admin"
6619
+ msgstr "Payé en tant qu'admin"
6620
 
6621
  #: includes/admin/helpers/class-listing-timeline.php:166
 
6622
  msgctxt "listing timeline"
6623
  msgid "Listing imported"
6624
+ msgstr "Annonce importée"
6625
 
6626
  #: includes/admin/helpers/class-listing-timeline.php:168
 
6627
  msgctxt "listing timeline"
6628
  msgid "Initial Payment"
6629
  msgstr "Paiement Initial"
6659
  #: includes/admin/settings/class-settings-bootstrap.php:1478
6660
  msgctxt "contact email"
6661
  msgid "Name: %s"
6662
+ msgstr "Nom : %s"
6663
 
6664
  #: includes/admin/settings/class-settings-bootstrap.php:1486
6665
  msgctxt "contact email"
6666
  msgid "Message:"
6667
+ msgstr "Message :"
6668
 
6669
  #. translators: %s: date shortcode
6670
  #: includes/admin/settings/class-settings-bootstrap.php:1490
6671
  msgctxt "contact email"
6672
  msgid "Time: %s"
6673
+ msgstr "Date : %s"
6674
 
6675
  #: includes/admin/tracking.php:197
6676
  msgctxt "tracking"
6720
  #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
6721
  msgctxt "manual-upgrade"
6722
  msgid "Go to \"Directory Admin\""
6723
+ msgstr "Aller à \"Administration de l'annuaire\""
6724
 
6725
  #: includes/admin/upgrades/class-migration.php:29
6726
  msgctxt "installer"
6727
  msgid "Migrating Business Directory database to version <version>."
6728
  msgstr ""
6729
+ "Migration de la base de données de Business Directory vers la version "
6730
+ "<version>."
6731
 
6732
  #: includes/admin/upgrades/migrations/migration-17_0.php:77
6733
  msgctxt "installer"
6749
  msgstr "Migration des avis au nouveau format par courriel . . ."
6750
 
6751
  #: includes/admin/upgrades/migrations/migration-18_0.php:205
 
6752
  msgctxt "installer"
6753
  msgid "Migrating plans..."
6754
+ msgstr "Migration des abonnements. . ."
6755
 
6756
  #: includes/admin/upgrades/migrations/migration-18_0.php:322
6757
  msgctxt "installer"
6781
  "jour le module."
6782
 
6783
  #: includes/admin/upgrades/migrations/migration-3_7.php:38
 
6784
  msgctxt "installer"
6785
  msgid "Migrating payments information."
6786
  msgstr "Migration des informations de licence au nouveau format. . ."
6787
 
6788
  #: includes/admin/upgrades/migrations/migration-3_7.php:62
 
6789
  msgctxt "installer"
6790
  msgid "Cleaning up plan information... %1$d/%2$d"
6791
+ msgstr "Nettoyage des informations sur les droits d'inscription %1$d/%2$d"
6792
 
6793
  #: includes/admin/upgrades/migrations/migration-3_7.php:120
 
6794
  msgctxt "installer"
6795
  msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6796
  msgstr ""
6797
+ "Migration des transactions antérieures vers de nouveaux paiements API ... "
6798
+ "%1$d/%2$d"
6799
 
6800
  #: includes/admin/upgrades/migrations/migration-3_7.php:149
6801
  msgctxt "installer"
6823
  msgstr "La migration des niveaux en vedette est terminée."
6824
 
6825
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
 
6826
  msgctxt "migrate-18"
6827
  msgid ""
6828
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
6835
  "de «Niveau en vedette» qui se limitait à des annonces mises en avant."
6836
 
6837
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
 
6838
  msgctxt "migrate-18"
6839
  msgid ""
6840
  "We need to migrate your existing \"featured levels\" to plans for use by the "
6851
  "link> et <cancel-link>annulez la migration</cancel-link>."
6852
 
6853
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
 
6854
  msgctxt "migrate-18"
6855
  msgid ""
6856
  "Before we do the migration, we need to ask a few simple questions to move "
6864
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
6865
  msgctxt "migrate-18"
6866
  msgid "Move to: "
6867
+ msgstr "Déplacer vers : "
6868
 
6869
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
6870
  msgctxt "migrate-18"
6887
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6888
  "Levels migration here</a>."
6889
  msgstr ""
6890
+ "Les statuts \"en vedette\" ont été supprimés dans @next-release. Vous devez "
6891
+ "effectuer la <a>migration des statuts \"en vedette\" ici</a>."
6892
 
6893
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
6894
  msgctxt "upgrade-18"
6895
  msgid "← Return to Directory dashboard"
6896
+ msgstr "← Retourner au tableau de bord de l'annuaire"
6897
 
6898
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
6899
  msgctxt "upgrade-18"
6900
  msgid "Configure Plan"
6901
+ msgstr "Configurez les abonnements"
6902
 
6903
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
6904
  msgctxt "upgrade-18"
6925
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6926
  msgctxt "upgrade-18"
6927
  msgid "Remove \"sticky\" status for listings."
6928
+ msgstr "Enlever le statut \"En Vedette\" (épinglé) des annonces."
6929
 
6930
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
 
6931
  msgctxt "upgrade-18"
6932
  msgid "Remove this (old) level, and leave the listing on the old plan."
6933
  msgstr ""
6934
+ "Supprimez cet (ancien) niveau et laissez les annonces sur l'ancien "
6935
+ "abonnement."
6936
 
6937
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
 
6938
  msgctxt "upgrade-18"
6939
  msgid "May change \"sticky\" status depending on plan."
6940
+ msgstr ""
6941
+ "Peut changer le statut \"en Vedette\" (épinglé) en fonction de l'abonnement."
6942
 
6943
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
 
6944
  msgctxt "upgrade-18"
6945
  msgid "Move listings with this level to existing plan."
6946
+ msgstr "Déplacez les annonces de ce niveau vers l'abonnement existant."
6947
 
6948
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6949
  msgctxt "upgrade-18"
6950
  msgid "Keep \"sticky\" status of listings."
6951
+ msgstr "Garder le statut \"En Vedette\" (épinglé) des annonces."
6952
 
6953
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
 
6954
  msgctxt "upgrade-18"
6955
  msgid "Replace this level with a new plan."
6956
+ msgstr "Remplacez ce niveau par un nouvel abonnement."
6957
 
6958
  #: includes/class-cpt-integration.php:15
6959
  msgctxt "post type general name"
6971
  msgstr "Ajouter une nouvelle annonce"
6972
 
6973
  #: includes/models/class-listing.php:427
 
6974
  msgctxt "listing"
6975
  msgid "Listing has no registered payments"
6976
+ msgstr "L'annonce n'a pas de paiement enregistré"
6977
 
6978
  #: includes/models/class-listing.php:436
 
6979
  msgctxt "listing"
6980
  msgid "Can't delete payment"
6981
+ msgstr "Impossible de supprimer le paiement"
6982
 
6983
  #: includes/models/class-listing.php:474
6984
  msgctxt "listing"
6985
  msgid "Listing expired"
6986
+ msgstr "Annonce expirée"
6987
 
6988
  #: includes/models/class-listing.php:683
6989
  msgctxt "listing"
6990
  msgid "(Unavailable Plan)"
6991
+ msgstr "(abonnement indisponible)"
6992
 
6993
  #: includes/models/class-listing.php:878
 
6994
  msgctxt "listing"
6995
  msgid "Plan \"%s\" (recurring)"
6996
+ msgstr "Abonnement \"%s\" (récurrent)"
6997
 
6998
  #: includes/models/class-listing.php:880
6999
  msgctxt "listing"
7000
  msgid "Plan \"%s\""
7001
+ msgstr "Abonnement \"%s\""
7002
 
7003
  #: includes/class-cpt-integration.php:18
7004
  msgctxt "post type"
7019
 
7020
  #. translators: %s is the name of the blog.
7021
  #: includes/class-listing-email-notification.php:376
 
7022
  msgctxt "notify email"
7023
  msgid "[%s] Reported listing notification"
7024
  msgstr "[%s] Nouvelle notification d'annonce"
7025
 
7026
  #. translators: [%s] is the name of the blog.
7027
  #: includes/class-listing-email-notification.php:423
 
7028
  msgctxt "notify email"
7029
  msgid "[%s] New payment notification"
7030
+ msgstr "[%s] Nouvelle notification de paiement"
7031
 
7032
  #: templates/email/listing-added.tpl.php:15
7033
  #: templates/email/listing-edited.tpl.php:21
7034
  #: templates/email/listing-reported.tpl.php:15
7035
  msgctxt "notify email"
7036
  msgid "Admin URL"
7037
+ msgstr "Url d'administration"
7038
 
7039
  #: templates/email/listing-added.tpl.php:27
7040
  #: templates/email/listing-edited.tpl.php:32
7046
  #: templates/email/listing-added.tpl.php:36
7047
  msgctxt "notify email"
7048
  msgid "Annonymous User"
7049
+ msgstr "Utilisateur anonyme"
7050
 
7051
  #: templates/email/listing-payment-completed.tpl.php:7
 
7052
  msgctxt "notify email"
7053
  msgid "Payment ID"
7054
+ msgstr "ID de paiement"
7055
 
7056
  #: templates/email/listing-payment-completed.tpl.php:18
 
7057
  msgctxt "notify email"
7058
  msgid "Payment Details"
7059
  msgstr "Détails de paiement"
7060
 
7061
  #: templates/email/listing-payment-completed.tpl.php:35
 
7062
  msgctxt "notify email"
7063
  msgid "Listing URL"
7064
  msgstr "Url de l'annonce"
7065
 
7066
  #: templates/email/listing-payment-completed.tpl.php:37
 
7067
  msgctxt "notify email"
7068
  msgid "Listing admin URL"
7069
+ msgstr "Url d'administration de l'annonce"
7070
 
7071
  #: templates/email/listing-reported.tpl.php:17
7072
  msgctxt "notify email"
7074
  msgstr "Catégories"
7075
 
7076
  #: templates/email/listing-reported.tpl.php:21
 
7077
  msgctxt "notify email"
7078
  msgid "Report Information"
7079
+ msgstr "Rapport d'information"
7080
 
7081
  #: templates/email/listing-reported.tpl.php:24
 
7082
  msgctxt "notify email"
7083
  msgid "User name"
7084
+ msgstr "Nom d'utilisateur (login)"
7085
 
7086
  #: templates/email/listing-reported.tpl.php:28
 
7087
  msgctxt "notify email"
7088
  msgid "User Email"
7089
+ msgstr "Email de l'utilisateur"
7090
 
7091
  #: templates/email/listing-reported.tpl.php:31
7092
  msgctxt "notify email"
7093
  msgid "Report IP"
7094
+ msgstr "Rapport de l'IP"
7095
 
7096
  #: templates/email/listing-reported.tpl.php:33
 
7097
  msgctxt "notify email"
7098
  msgid "Report selected option"
7099
+ msgstr "Rapport des options choisies"
7100
 
7101
  #: templates/email/listing-reported.tpl.php:35
7102
  msgctxt "notify email"
7103
  msgid "Report additional info"
7104
+ msgstr "Rapport sur les Infos complémentaires"
7105
 
7106
  #: includes/class-meta.php:33
7107
  msgctxt "rss feed"
7111
  #: includes/class-payment-gateways.php:95
7112
  msgctxt "payment-gateways"
7113
  msgid "Enable %s?"
7114
+ msgstr "Activer %s ?"
7115
 
7116
  #: includes/class-payment-gateways.php:133
7117
  msgctxt "payment-gateways"
7119
  "The <gateway> gateway is enabled but not properly configured. The gateway "
7120
  "won't be available until the following problems are fixed: <problems>."
7121
  msgstr ""
7122
+ "La passerelle <gateway> est activée, mais pas correctement configuré. La "
7123
  "passerelle ne sera pas disponible jusqu'à ce que les problèmes suivants sont "
7124
  "résolus: <problems>."
7125
 
7134
  msgstr "Le code CAPTCHA n'a pas été rentré correctement."
7135
 
7136
  #: includes/class-recaptcha.php:32
 
7137
  msgctxt "recaptcha"
7138
  msgid "The reCAPTCHA validation score failed."
7139
+ msgstr "Le CAPTCHA a échoué."
7140
 
7141
  #: includes/class-wpbdp.php:460
 
7142
  msgctxt "listing image upload"
7143
  msgid "Please select a plan before uploading images to the listing"
7144
+ msgstr ""
7145
+ "Veuillez choisir un abonnement avant de téléverser des images pour cette "
7146
+ "annonce"
7147
 
7148
  #: includes/class-wpbdp.php:465
7149
  msgctxt "listing image upload"
7150
  msgid "Can not upload any more images for this listing."
7151
+ msgstr "Impossible de télécharger d'images pour cette annonce."
7152
 
7153
  #: includes/class-wpbdp.php:469
 
7154
  msgctxt "listing image upload"
7155
  msgid ""
7156
  "You're trying to upload %1$d images, but only have %2$d slot available. "
7270
  msgstr "Veuillez entrer un e-mail valide."
7271
 
7272
  #: includes/controllers/pages/class-listing-contact.php:61
 
7273
  msgctxt "contact-message"
7274
  msgid "Please enter a valid phone number."
7275
+ msgstr "Veuillez entrer un numéro de téléphone valide."
7276
 
7277
  #: includes/controllers/pages/class-listing-contact.php:65
7278
  msgctxt "contact-message"
7327
  "listings in the directory. Listings cannot be added until you assign "
7328
  "categories to the business directory."
7329
  msgstr ""
7330
+ "Il n'y a pas encore de catégorie affectées à l'annuaire. Vous devez affecter "
7331
+ "quelques catégories à l'annuaire. Seuls les administrateurs peuvent voir ce "
7332
+ "message. Les utilisateurs ordinaires voient un message indiquant qu'ils ne "
7333
+ "peuvent ajouter leur annonce pour le moment. Les annonces ne peuvent pas "
7334
+ "être ajoutées tant que vous n'avez pas attribué des catégories à l'annuaire."
 
7335
 
7336
  #: includes/controllers/pages/class-main.php:11
7337
  msgctxt "templates"
7345
  "listings in them. That means they won't show up on the front end of your "
7346
  "site. If you didn't want that, click <a>here</a> to change the setting."
7347
  msgstr ""
7348
+ "Vous avez \"Caché les catégories vides\" et certaines catégories qui ne "
7349
+ "possèdent pas d'annonces. Cela signifie qu'elles ne seront pas visibles au "
7350
+ "utilisateurs, sur votre site. Si cela ne correspond pas à votre souhait, "
7351
+ "cliquez </a> ici <a> pour modifier le paramétrage."
7352
 
7353
+ #: includes/controllers/pages/class-submit-listing.php:495
7354
  msgctxt "templates"
7355
  msgid ""
7356
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7359
  "<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
7360
  "soumission de l'annonce publique ?\" ?"
7361
 
7362
+ #: includes/controllers/pages/class-submit-listing.php:497
7363
  msgctxt "templates"
7364
  msgid ""
7365
  "Listing submission has been disabled. Contact the administrator for details."
7366
  msgstr ""
7367
+ "La soumission d'annonces a été désactivé. Contactez l'administrateur pour "
7368
+ "plus de détails."
7369
 
7370
+ #: includes/controllers/pages/class-submit-listing.php:944
7371
  msgctxt "templates"
7372
  msgid ""
7373
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7374
  "a listing. %s to create a plan"
7375
  msgstr ""
7376
+ "<b>Il n'y a pas d'abonnement disponible</b>, sans abonnement les "
7377
+ "utilisateurs ne pourront pas soumettre des annonces. %s pour créer un "
7378
+ "abonnement"
7379
 
7380
+ #: includes/controllers/pages/class-submit-listing.php:958
7381
  msgctxt "templates"
7382
  msgid ""
7383
  "Listing submission is not available at the moment. Contact the administrator "
7384
  "for details."
7385
  msgstr ""
7386
+ "La soumission d'annonce n'est pas disponible pour le moment. Contactez "
7387
+ "l'administrateur pour plus de détails."
7388
 
7389
+ #: includes/controllers/pages/class-submit-listing.php:961
7390
  msgctxt "templates"
7391
  msgid ""
7392
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7393
  "and create a new field with this association, or assign this association to "
7394
  "an existing field"
7395
  msgstr ""
7396
+ "<b>Aperçu non disponible</b>, il n'y a pas de champ associé \"Catégorie\". "
7397
+ "%s et créez un nouveau champ avec cette association, ou ajoutez cette "
7398
+ "association à un champ existant"
7399
 
7400
+ #: includes/controllers/pages/class-submit-listing.php:1408
7401
  msgctxt "templates"
7402
  msgid "Please agree to the Terms and Conditions."
7403
  msgstr "Veuillez accepter les conditions d'utilisation."
7404
 
7405
+ #: includes/controllers/pages/class-submit-listing.php:1422
7406
  msgctxt "templates"
7407
  msgid "I agree to the <a>Terms and Conditions</a>"
7408
  msgstr "J'accepte <a> Conditions générales </a>"
7409
 
7410
  #: includes/helpers/functions/general.php:1325
 
7411
  msgctxt "templates"
7412
  msgid "Return to results"
7413
+ msgstr "Revenir aux résultats"
7414
 
7415
  #: includes/helpers/functions/templates-ui.php:224
7416
  msgctxt "templates"
7426
  #: templates/listing-sticky-tag.tpl.php:12
7427
  msgctxt "templates"
7428
  msgid "Featured Listing"
7429
+ msgstr "Annonce en vedette"
7430
 
7431
  #: templates/parts/listing-buttons.tpl.php:15
7432
  msgctxt "templates"
7434
  msgstr "Editer"
7435
 
7436
  #: templates/parts/listing-buttons.tpl.php:23
 
7437
  msgctxt "templates"
7438
  msgid "Flag Listing"
7439
+ msgstr "Liste des drapeaux"
7440
 
7441
  #: templates/renew-listing.tpl.php:19
7442
  msgctxt "templates"
7443
  msgid "You are about to renew your listing \"%s\" publication."
7444
+ msgstr ""
7445
+ "Vous êtes sur le point de renouveler la publication de votre annonce \"%s\"."
7446
 
7447
  #: templates/renew-listing.tpl.php:22
 
7448
  msgctxt "templates"
7449
  msgid ""
7450
  "Please select a plan or click \"Do not renew my listing\" to remove your "
7451
  "listing from the directory."
7452
  msgstr ""
7453
+ "S'il vous plaît choisir un abonnement ou cliquez sur « Ne pas renouveler mon "
7454
+ "annonce » pour supprimer votre annonce de l'annuaire."
7455
 
7456
  #: templates/renew-listing.tpl.php:37
7457
  #: templates/submit-listing/extra-sections.tpl.php:6
7465
  msgstr "Ne pas renouveler mon annonce"
7466
 
7467
  #: templates/renew-resume.tpl.php:33
 
7468
  msgctxt "templates"
7469
  msgid "Continue to checkout"
7470
  msgstr "Continuer le paiement"
7471
 
7472
  #: templates/renew-resume.tpl.php:34
 
7473
  msgctxt "templates"
7474
  msgid "Return to plan selection"
7475
+ msgstr "Retourner vers la sélection d'abonnement"
7476
 
7477
  #: templates/submit-listing/extra-sections.tpl.php:1
7478
  msgctxt "templates"
7479
  msgid "Additional Information"
7480
+ msgstr "Informations complémentaires"
7481
 
7482
  #: templates/submit-listing-done.tpl.php:9
7483
  msgctxt "templates"
7509
  "une fois votre annonce approuvée."
7510
 
7511
  #: templates/submit-listing-images-upload-form.tpl.php:32
 
7512
  msgctxt "templates"
7513
  msgid "Image slots available"
7514
+ msgstr "Emplacements d'image disponibles"
7515
 
7516
  #: templates/submit-listing-images.tpl.php:54
 
7517
  msgctxt "templates"
7518
  msgid "File size"
7519
+ msgstr "Taille maximale des fichiers"
7520
 
7521
  #: templates/submit-listing-images.tpl.php:56
7522
  #: templates/submit-listing-images.tpl.php:64
7526
  msgstr "Aucune limitation"
7527
 
7528
  #: templates/submit-listing-images.tpl.php:62
 
7529
  msgctxt "templates"
7530
  msgid "Image width"
7531
+ msgstr "Largeur d'images (en pixel)"
7532
 
7533
  #: templates/submit-listing-images.tpl.php:70
 
7534
  msgctxt "templates"
7535
  msgid "Image height"
7536
+ msgstr "Hauteur d'image (en pixel)"
7537
 
7538
  #: includes/controllers/pages/class-login.php:47
7539
  msgctxt "views:login"
7540
  msgid "Please enter a valid e-mail/access key combination."
7541
+ msgstr "Merci d'entrer une combinaison e-mail / clé d'accès valide."
7542
 
7543
  #: includes/controllers/pages/class-manage-listings.php:26
 
7544
  msgctxt "view:manage-listings"
7545
  msgid "Please <a>login</a> to manage your listings."
7546
+ msgstr "Veuillez vous <a> connecter </a> pour gérer vos annonces."
 
 
 
 
 
 
 
7547
 
7548
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
7549
  msgctxt "manage subscriptions"
7550
  msgid ""
7551
  "You are not authorized to cancel this subscription. The link you followed is "
7552
  "invalid."
7553
+ msgstr ""
7554
+ "Vous n'êtes pas autorisé à annuler cette souscription. Le lien que vous avez "
7555
+ "suivi n'est pas valide."
7556
 
7557
+ #: includes/controllers/pages/class-manage-recurring.php:56
7558
  msgctxt "manage subscriptions"
7559
  msgid "Invalid subscription."
7560
  msgstr "Abonnement non valide."
7561
 
7562
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
7563
+ #: includes/controllers/pages/class-manage-recurring.php:79
 
7564
  msgctxt "manage subscriptions"
7565
  msgid "Your subscription was canceled."
7566
+ msgstr "Votre abonnement a été annulé."
7567
 
7568
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
7569
  #: templates/manage-recurring.tpl.php:6
 
7570
  msgctxt "manage subscriptions"
7571
  msgid "Subscription / Plan"
7572
+ msgstr "Abonnement"
7573
 
7574
+ #: includes/controllers/pages/class-manage-recurring.php:96
 
7575
  msgctxt "manage listings"
7576
  msgid "You are not on recurring payments for any of your listings."
7577
  msgstr "Il n'y a aucun paiement récurrent pour aucune de vos annonces."
7595
  #: includes/controllers/pages/class-renew-listing.php:67
7596
  msgctxt "renewal"
7597
  msgid "Your listing has been removed from the directory."
7598
+ msgstr "Votre annonce a été supprimée de l'annuaire."
7599
 
7600
  #: includes/controllers/pages/class-renew-listing.php:69
7601
  msgctxt "renewal"
7602
  msgid "Could not remove listing from directory."
7603
+ msgstr "Impossible de supprimer l'annonce de l'annuaire."
7604
 
7605
  #: templates/renew-listing-manage-subscription.tpl.php:6
 
7606
  msgctxt "renewal"
7607
  msgid "Current Plan Details"
7608
+ msgstr "Détails de l'abonnement sélectionné"
7609
 
7610
  #: templates/renew-listing-manage-subscription.tpl.php:9
 
7611
  msgctxt "renewal"
7612
  msgid "Name:"
7613
+ msgstr "Nom :"
7614
 
7615
  #: templates/renew-listing-manage-subscription.tpl.php:11
7616
  msgctxt "renewal"
7617
  msgid "Number of images:"
7618
+ msgstr "Nombre d'images :"
7619
 
7620
  #: templates/renew-listing-manage-subscription.tpl.php:13
7621
  msgctxt "renewal"
7622
  msgid "Expiration date:"
7623
+ msgstr "Date d'expiration :"
7624
 
7625
  #: templates/renew-listing.tpl.php:15
7626
  msgctxt "renewal"
7627
  msgid "Proceed to Checkout"
7628
+ msgstr "Procéder au paiement"
7629
 
7630
  #: templates/renew-listing.tpl.php:40
 
7631
  msgctxt "renewal"
7632
  msgid ""
7633
  "Clicking the button below will cause your listing to be permanently removed "
7634
  "from the directory."
7635
+ msgstr ""
7636
+ "En cliquant sur ce bouton, vous supprimerez définitivement votre annonce de "
7637
+ "l'annuaire."
7638
 
7639
  #: templates/renew-resume.tpl.php:10
 
7640
  msgctxt "renewal"
7641
  msgid "Renew Plan Resume"
7642
+ msgstr "Résumé du renouvellement de l'abonnement"
7643
 
7644
  #: templates/renew-resume.tpl.php:15
 
7645
  msgctxt "renewal"
7646
  msgid "You are about to renew the listing %s."
7647
  msgstr "Vous êtes sur le point de renouveler votre publication \"%s\"."
7650
  msgctxt "renewal"
7651
  msgid "In order to complete the renewal, please confirm plan selection."
7652
  msgstr ""
7653
+ "Dans le but de finaliser le renouvellement, merci de confirmer l'abonnement "
7654
+ "sélectionné."
7655
 
7656
  #: includes/controllers/pages/class-renew-listing.php:150
7657
  msgctxt "listings"
7661
  #: includes/controllers/pages/class-request-access-keys.php:13
7662
  msgctxt "request_access_keys"
7663
  msgid "Did you mean to <a>access the Directory</a>?"
7664
+ msgstr "Vouliez-vous <a>accéder à l'annuaire</a>?"
7665
 
7666
  #: includes/controllers/pages/class-request-access-keys.php:39
7667
  msgctxt "request_access_keys"
7668
  msgid "Access keys have been sent to your e-mail address."
7669
+ msgstr "Les clefs d'accès ont été envoyées à votre adresse mail."
7670
 
7671
  #: includes/controllers/pages/class-request-access-keys.php:44
 
7672
  msgctxt "request_access_keys"
7673
  msgid "← Return to previous page"
7674
+ msgstr " Revenir à la page précédente"
7675
 
7676
  #: includes/controllers/pages/class-search.php:42
7677
  msgctxt "search"
7678
  msgid "\"%s\" is required."
7679
+ msgstr "\"%s\" est requis."
7680
 
7681
+ #: includes/controllers/pages/class-submit-listing.php:78
7682
  msgctxt "submit listing"
7683
  msgid "Click this field to add categories"
7684
+ msgstr "Cliquez sur ce champ pour sélectionner une/plusieurs catégorie(s)"
7685
 
7686
+ #: includes/controllers/pages/class-submit-listing.php:79
7687
  msgctxt "submit listing"
7688
  msgid "Complete Listing"
7689
  msgstr "Soumettre l'annonce"
7690
 
7691
+ #: includes/controllers/pages/class-submit-listing.php:80
7692
  msgctxt "submit listing"
7693
  msgid "Continue to Payment"
7694
  msgstr "Continuer le paiement"
7695
 
7696
+ #: includes/controllers/pages/class-submit-listing.php:82
 
7697
  msgctxt "submit listing"
7698
  msgid "Please wait a moment!"
7699
  msgstr "Veuillez attendre..."
7700
 
7701
+ #: includes/controllers/pages/class-submit-listing.php:83
7702
  msgctxt "submit listing"
7703
  msgid "Something went wrong!"
7704
+ msgstr "Quelque chose s'est mal passé !"
7705
 
7706
+ #: includes/controllers/pages/class-submit-listing.php:118
 
7707
  msgctxt "submit listing"
7708
  msgid "No listing ID was specified."
7709
+ msgstr "Aucun ID d'annonce n'a été spécifié."
7710
 
7711
+ #: includes/controllers/pages/class-submit-listing.php:120
 
7712
  msgctxt "submit listing"
7713
  msgid "You can't edit this listing."
7714
+ msgstr "Vous ne pouvez pas éditer cette annonce."
7715
 
7716
+ #: includes/controllers/pages/class-submit-listing.php:162
 
7717
  msgctxt "submit listing"
7718
  msgid ""
7719
  "This listing can't be edited at this time because it has no plan associated. "
7720
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7721
  msgstr ""
7722
+ "Cette annonce ne peut pas être modifiée pour le moment car aucun abonnement "
7723
+ "n'est associé. S'il vous plaît <a>modifier l'annonce</a> sur le backend et "
7724
+ "l'associer à un abonnement."
7725
 
7726
+ #: includes/controllers/pages/class-submit-listing.php:168
7727
  msgctxt "submit listing"
7728
  msgid ""
7729
  "This listing can't be edited at this time. Please try again later or contact "
7732
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
7733
  "quelques minutes ou contactez l'administrateur si le problème persiste."
7734
 
7735
+ #: includes/controllers/pages/class-submit-listing.php:250
7736
  msgctxt "submit listing"
7737
  msgid "You're logged in as admin, payment will be skipped."
7738
  msgstr ""
7739
  "Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
7740
  "seront passées."
7741
 
7742
+ #: includes/controllers/pages/class-submit-listing.php:633
 
7743
  msgctxt "submit listing"
7744
  msgid "Category selection"
7745
  msgstr "Sélection de la catégorie"
7746
 
7747
+ #: includes/controllers/pages/class-submit-listing.php:633
7748
  msgctxt "submit listing"
7749
  msgid "Category & plan selection"
7750
+ msgstr "Sélection Catégorie et abonnement"
7751
 
7752
+ #: includes/controllers/pages/class-submit-listing.php:941
7753
  msgctxt "submit listing"
7754
  msgid "Can not submit a listing at this moment. Please try again later."
7755
  msgstr ""
7756
+ "Impossible de soumettre une anonce en ce moment. Veuillez réessayer plus "
7757
+ "tard."
7758
 
7759
+ #: includes/controllers/pages/class-submit-listing.php:990
7760
+ #: includes/controllers/pages/class-submit-listing.php:1117
7761
  msgctxt "submit listing"
7762
  msgid "Please select a category."
7763
  msgstr "Veuillez sélectionner une catégorie."
7764
 
7765
+ #: includes/controllers/pages/class-submit-listing.php:1015
7766
  msgctxt "submit listing"
7767
  msgid "Current active plan is disabled. Please select another plan."
7768
  msgstr ""
7769
+ "L'abonnement que vous avez choisi est désactivé. Merci d'en choisir un autre."
7770
 
7771
+ #: includes/controllers/pages/class-submit-listing.php:1017
7772
  msgctxt "submit listing"
7773
  msgid "Please choose a valid category for your plan."
7774
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
7775
 
7776
+ #: includes/controllers/pages/class-submit-listing.php:1020
 
7777
  msgctxt "submit listing"
7778
  msgid "Please choose a valid plan for your category selection."
7779
  msgstr ""
7780
+ "Merci de choisir un abonnement valable pour votre sélection de catégorie."
 
7781
 
7782
+ #: includes/controllers/pages/class-submit-listing.php:1328
7783
  msgctxt "submit listing"
7784
  msgid "Please enter your desired username."
7785
+ msgstr "Merci d'entrer votre nom d'utilisateur souhaité."
7786
 
7787
+ #: includes/controllers/pages/class-submit-listing.php:1333
7788
  msgctxt "submit listing"
7789
  msgid "Please enter the e-mail for your new account."
7790
+ msgstr "Merci d'entrer votre e-mail pour votre nouveau compte."
7791
 
7792
+ #: includes/controllers/pages/class-submit-listing.php:1338
7793
  msgctxt "submit listing"
7794
  msgid "The username you chose is already in use. Please use a different one."
7795
  msgstr ""
7796
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
7797
  "utiliser un autre."
7798
 
7799
+ #: includes/controllers/pages/class-submit-listing.php:1343
7800
  msgctxt "submit listing"
7801
  msgid "The e-mail address you chose for your account is already in use."
7802
  msgstr ""
7805
  #: includes/models/class-payment.php:262
7806
  msgctxt "submit listing"
7807
  msgid "Listing submitted by admin. Payment skipped."
7808
+ msgstr "Annonce soumis par un admin. Paiement sauté."
7809
 
7810
+ #: includes/controllers/pages/class-submit-listing.php:1283
7811
  msgctxt "listing submit"
7812
  msgid ""
7813
  "Image upload is required, please provide at least one image and submit again."
7814
  msgstr ""
7815
+ "Le téléversement d'image est requis, merci de mettre au moins une image "
7816
+ "avant de soumettre à nouveau l'annonce."
7817
 
7818
  #: templates/submit-listing-plan-selection-complete.tpl.php:25
7819
  msgctxt "listing submit"
7843
  #: includes/fields/class-fieldtypes-image.php:11
7844
  msgctxt "form-fields api"
7845
  msgid "Image (file upload)"
7846
+ msgstr "Image (téléversement de fichier)"
7847
 
7848
  #: includes/fields/class-fieldtypes-linkedin.php:14
7849
  msgctxt "form-fields api"
7860
  #: includes/fields/class-fieldtypes-multiselect.php:6
7861
  msgctxt "form-fields api"
7862
  msgid "Multiple select list"
7863
+ msgstr "Liste à Multi-sélection"
7864
 
7865
  #: includes/fields/class-fieldtypes-multiselect.php:11
7866
  msgctxt "form-fields api"
7867
  msgid "Multiselect List"
7868
+ msgstr "Liste à Multi-sélection"
7869
 
7870
  #: includes/fields/class-fieldtypes-radiobutton.php:18
7871
  msgctxt "form-fields api"
7873
  msgstr "Bouton radio"
7874
 
7875
  #: includes/fields/class-fieldtypes-social.php:31
 
7876
  msgctxt "form-fields api"
7877
  msgid "Social Site (Other)"
7878
+ msgstr "Réseaux sociaux (autre)"
7879
 
7880
  #: includes/fields/class-fieldtypes-textarea.php:12
7881
  msgctxt "form-fields api"
7907
  "que le plugin fonctionne."
7908
 
7909
  #: includes/fields/class-fieldtypes-checkbox.php:51
 
7910
  msgctxt "checkbox form field"
7911
  msgid "Select all"
7912
+ msgstr "Tout sélectionner"
7913
 
7914
  #: includes/fields/class-fieldtypes-image.php:41
 
7915
  msgctxt "date field"
7916
  msgid "Caption for %s is required."
7917
+ msgstr "Le pays est requis."
7918
 
7919
  #: includes/fields/class-fieldtypes-image.php:110
7920
  #: includes/fields/class-fieldtypes-social.php:173
7930
  #: includes/fields/class-form-field.php:632
7931
  msgctxt "form-fields-api"
7932
  msgid "Field label is required."
7933
+ msgstr "Le titre du champ est requis."
7934
 
7935
  #: includes/fields/class-form-field.php:636
7936
  msgctxt "form-fields-api"
7937
  msgid "Field label max length is 255 characters."
7938
+ msgstr "Le titre du champ doit faire maximum 255 caractères."
7939
 
7940
  #: includes/fields/class-form-field.php:640
7941
  msgctxt "form-fields-api"
7942
  msgid "Field description max length is 255 characters."
7943
+ msgstr "La description doit faire maximum 255 caractères."
7944
 
7945
  #: includes/fields/class-form-field.php:651
7946
  msgctxt "form-fields-api"
7949
  "incompatible internally. If you want to switch to a field of type %1$s, "
7950
  "delete this current field and create a NEW field of type %1$s instead."
7951
  msgstr ""
7952
+ "Vous ne pouvez pas changer le champ %2$s pour le type que vous voulez - Ces "
7953
+ "types sont incompatibles. Si vous voulez faire ce changement, supprimez le "
7954
+ "champ actuel et créez un nouveau champ de type %1$s à la place."
7955
 
7956
  #: includes/fields/class-form-field.php:654
7957
  msgctxt "form-fields-api"
7959
  "<strong>WARNING</strong>: If you delete this field, the data from it in "
7960
  "existing listings will be deleted as well."
7961
  msgstr ""
7962
+ "<strong>ATTENTION</strong> : Si vous supprimez ce champ, les données pour "
7963
+ "les annonces existantes seront perdues aussi."
7964
 
7965
  #: includes/fields/class-form-field.php:690
7966
  msgctxt "form-fields-api"
8027
  msgstr "Activer Authorize.net"
8028
 
8029
  #: includes/gateways/class-gateway-authorize-net.php:38
 
8030
  msgctxt "authorize-net"
8031
  msgid "Login ID"
8032
  msgstr "ID de connexion"
8033
 
8034
  #: includes/gateways/class-gateway-authorize-net.php:39
 
8035
  msgctxt "authorize-net"
8036
  msgid "Transaction Key"
8037
  msgstr "Clé de transaction"
8077
  #: includes/gateways/class-gateway-authorize-net.php:215
8078
  msgctxt "authorize-net"
8079
  msgid "Listing #%d"
8080
+ msgstr "Annonce #%d"
8081
 
8082
  #: includes/helpers/class-access-keys-sender.php:20
 
8083
  msgctxt "access keys sender"
8084
  msgid "<email-address> is not a valid e-mail address."
8085
+ msgstr "<email-address> n'est pas une adresse mail valide."
8086
 
8087
  #: includes/helpers/class-access-keys-sender.php:29
 
8088
  msgctxt "access keys sender"
8089
  msgid "There are no listings associated to e-mail address <email-address>."
8090
+ msgstr "Il n'y a aucune annonce associée à l'adresse mail <email-address>."
8091
 
8092
  #: includes/helpers/class-access-keys-sender.php:46
 
8093
  msgctxt "access keys sender"
8094
  msgid "Listing Access Keys"
8095
  msgstr "Liste des clés d'accès"
8096
 
8097
  #: includes/helpers/class-access-keys-sender.php:50
 
8098
  msgctxt "access keys sender"
8099
  msgid ""
8100
  "An error occurred while sending the access keys for e-mail address <email-"
8101
  "address>. Please try again."
8102
  msgstr ""
8103
  "Une erreur s'est produite lors de l'envoi des clés d'accès vers votre "
8104
+ "adresse e-mail <email-address>. Veuillez réessayer."
8105
 
8106
  #: includes/helpers/class-fs.php:119
8107
  msgctxt "fs helper"
8111
  #: includes/helpers/functions/templates-ui.php:402
8112
  msgctxt "templates sort"
8113
  msgid "Sort By:"
8114
+ msgstr "Trier par :"
8115
 
8116
  #: includes/helpers/listing_flagging.php:42
8117
  #: includes/helpers/listing_flagging.php:65
8118
  msgctxt "flag listing"
8119
  msgid "Listing ID is required to save a report"
8120
+ msgstr "L'ID de l'annonce est requis pour enregistrer un signalement"
8121
 
8122
  #: includes/helpers/listing_flagging.php:73
8123
  msgctxt "flag listing"
8124
  msgid "User ID or IP address is required to save a report"
8125
  msgstr ""
8126
+ "L'ID de l'utilisateur ou l'adresse IP est requis pour enregistrer un "
8127
+ "signalement"
8128
 
8129
  #: includes/helpers/listing_flagging.php:80
8130
  msgctxt "flag listing"
8131
  msgid "Report reason is required to save a report"
8132
+ msgstr "La raison du signalement est requise pour enregistrer un signalement"
8133
 
8134
  #: includes/helpers/listing_flagging.php:84
8135
  msgctxt "flag listing"
8136
  msgid "Report comment is required to save a report"
8137
+ msgstr "Le commentaire est requis pour enregistrer un signalement"
8138
 
8139
+ #: includes/installer.php:40
8140
  msgctxt "default category name"
8141
  msgid "General"
8142
  msgstr "Général"
8147
  msgstr "Impossible de contacter le serveur de licences"
8148
 
8149
  #: includes/licensing.php:550
 
8150
  msgctxt "licensing"
8151
  msgid ""
8152
  "It was not possible to establish a connection with Business Directory's "
8153
  "server. cURL was not found in your system"
8154
  msgstr ""
8155
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
8156
+ "Directory. CURL n'a pas été trouvé dans votre système"
 
8157
 
8158
  #: includes/licensing.php:552 includes/licensing.php:582
8159
  msgctxt "licensing"
8181
  "dernières normes de sécurité."
8182
 
8183
  #: includes/licensing.php:556
 
8184
  msgctxt "licensing"
8185
  msgid ""
8186
  "Please contact your hosting provider and ask them to upgrade your system. "
8187
  "Include this message if necessary"
8188
  msgstr ""
8189
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8190
+ "à jour votre hébergement. Incluez ce message si nécessaire"
8191
 
8192
  #: includes/licensing.php:586
 
8193
  msgctxt "licensing"
8194
  msgid ""
8195
  "Please contact your hosting provider and ask them to upgrade your system. "
8225
 
8226
  #. translators: "<module-name>" version <version-number> is not...
8227
  #: includes/licensing.php:1147
 
8228
  msgctxt "deprecation"
8229
  msgid ""
8230
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8231
  "Please update this module to the latest available version."
8232
  msgstr ""
8233
+ "\"%1$s\" version %2$s n'est pas compatible avec le plugin Business Directory "
8234
  "5.0. Veuillez mettre à jour ce module et installer la dernière version."
8235
 
8236
  #: includes/models/class-fee-plan.php:162
8237
  msgctxt "fee plan"
8238
  msgid "No images allowed."
8239
+ msgstr "Aucune image autorisée."
8240
 
8241
  #: includes/models/class-fee-plan.php:164
8242
  msgctxt "fee plan"
8243
  msgid "%d image allowed."
8244
  msgid_plural "%d images allowed."
8245
+ msgstr[0] "%d Image autorisée."
8246
+ msgstr[1] "%d Images autorisées."
8247
 
8248
  #: includes/models/class-fee-plan.php:405
 
8249
  msgctxt "fees-api"
8250
  msgid "Plan label is required."
8251
+ msgstr "Le titre du plan est requis."
8252
 
8253
  #: includes/models/class-fee-plan.php:411
8254
  msgctxt "fees-api"
8264
  "renew (e.g. 30 days). To avoid issues with the listing, please edit the "
8265
  "<a>plan</a> appropriately."
8266
  msgstr ""
8267
+ "Pour passer votre abonnement comme récurrent, vous devez renseigner une "
8268
+ "durée à l'annonce à renouveler (ex: 30 jours). Pour éviter les erreurs avec "
8269
+ "les annonces, merci d'éditer <a>l'abonnement</a> de manière appropriée."
8270
 
8271
  #: includes/models/class-fee-plan.php:419
8272
  msgctxt "fees-api"
8274
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8275
  "avoid issues with the listing, please edit the <a>plan</a> appropriately."
8276
  msgstr ""
8277
+ "Pour passer votre abonnement comme récurrent, vous devez mettre un prix à ce "
8278
+ "plan. Pour éviter des erreurs avec les annonces, merci d'éditer "
8279
+ "<a>l'abonnement</a> de manière appropriée."
8280
 
8281
  #: includes/models/class-payment.php:85
 
8282
  msgctxt "payment"
8283
  msgid "Payment status changed from \"%1$s\" to \"%2$s\"."
8284
+ msgstr "L'état de paiement a changé de \"%1$s\" à \"%2$s\"."
8285
 
8286
  #: includes/models/class-payment.php:133
8287
  msgctxt "payment"
8329
  msgstr "%s. Administrateur publié."
8330
 
8331
  #: includes/models/class-payment.php:150
 
8332
  msgctxt "payment summary"
8333
  msgid "%s. Imported Listing."
8334
+ msgstr "%s. annonces importées."
8335
 
8336
  #: includes/payment.php:57
8337
  msgctxt "payments"
8338
  msgid "Payment #%s"
8339
  msgstr "Paiement #%d"
8340
 
8341
+ #: includes/utils.php:277
8342
  msgctxt "utils"
8343
  msgid "Unkown error while uploading file."
8344
+ msgstr "Une erreur inconnue est survenu lors du téléversement du fichier."
8345
 
8346
+ #: includes/utils.php:385
8347
  msgctxt "utils"
8348
  msgid "Error while uploading file"
8349
+ msgstr "Erreur durant le téléversement du fichier"
8350
 
8351
+ #: includes/utils.php:408 includes/utils.php:414
8352
  msgctxt "utils"
8353
  msgid "File type \"%s\" is not allowed"
8354
  msgstr "Le type de fichier \"%s\" n'est pas autorisé"
8355
 
8356
+ #: includes/utils.php:667
8357
  msgctxt "utils"
8358
  msgid ""
8359
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8360
  msgstr ""
8361
+ "Les données affichées dépassent les configurations maximale permises par "
8362
  "PHP. Voir les directive \"post_max_size\"."
8363
 
8364
  #: includes/widgets/widget-featured-listings.php:13
8365
  msgctxt "widgets"
8366
  msgid "Business Directory - Featured Listings"
8367
+ msgstr "Annuaire - Annonces en vedette"
8368
 
8369
  #: includes/widgets/widget-featured-listings.php:14
8370
  msgctxt "widgets"
8371
  msgid "Displays a list of the featured/sticky listings in the directory."
8372
+ msgstr "Affiche une liste des annonces en vedette/épinglé dans l'annuaire."
 
8373
 
8374
  #: includes/widgets/widget-featured-listings.php:17
8375
  msgctxt "widgets"
8379
  #: includes/widgets/widget-latest-listings.php:13
8380
  msgctxt "widgets"
8381
  msgid "Business Directory - Latest Listings"
8382
+ msgstr "Annuaire - Dernières annonces"
8383
 
8384
  #: includes/widgets/widget-latest-listings.php:14
8385
  msgctxt "widgets"
8386
  msgid "Displays a list of the latest listings in the Business Directory."
8387
+ msgstr "Afficher une liste des dernières annonces dans l'annuaire."
 
8388
 
8389
  #: includes/widgets/widget-latest-listings.php:17
8390
  msgctxt "widgets"
8394
  #: includes/widgets/widget-random-listings.php:13
8395
  msgctxt "widgets"
8396
  msgid "Business Directory - Random Listings"
8397
+ msgstr "Annuaire - Annonces aléatoires"
8398
 
8399
  #: includes/widgets/widget-random-listings.php:14
8400
  msgctxt "widgets"
8401
  msgid "Displays a list of random listings from the Business Directory."
8402
+ msgstr "Afficher une liste d'annonces aléatoires de l'annuaire."
8403
 
8404
  #: includes/widgets/widget-random-listings.php:17
8405
  msgctxt "widgets"
8409
  #: includes/widgets/widget-search.php:12
8410
  msgctxt "widgets"
8411
  msgid "Business Directory - Search"
8412
+ msgstr "Annuaire - Recherche"
8413
 
8414
  #: includes/widgets/widget-search.php:14
8415
  msgctxt "widgets"
8420
  #: includes/widgets/widget-search.php:23
8421
  msgctxt "widgets"
8422
  msgid "Search the Business Directory"
8423
+ msgstr "Rechercher dans l'annuaire"
8424
 
8425
  #: includes/widgets/widget-search.php:29
8426
  msgctxt "widgets"
8427
  msgid "Title:"
8428
+ msgstr "Titre :"
8429
 
8430
  #: includes/widgets/widget-search.php:36
8431
  msgctxt "widgets"
8432
  msgid "Form Style:"
8433
+ msgstr "Style de formulaire :"
8434
 
8435
  #: includes/widgets/widget-search.php:45
8436
  msgctxt "widgets"
8445
  #: includes/widgets/widget-search.php:60
8446
  msgctxt "widgets"
8447
  msgid "Search Fields (advanced mode):"
8448
+ msgstr "Champ de recherche (mode avancé) :"
8449
 
8450
  #: includes/widgets/widget-search.php:61
8451
  msgctxt "widgets"
8453
  msgstr "Afficher les champs suivants dans le formulaire."
8454
 
8455
  #: templates/admin/home.tpl.php:12
 
8456
  msgctxt "admin home"
8457
  msgid "Welcome to Business Directory Plugin. You are using %s."
8458
+ msgstr "Bienvenue dans Businesse Directory Plugin. Vous utilisez %s."
8459
 
8460
  #: templates/admin/home.tpl.php:15
8461
  msgctxt "admin home"
8463
  "Thanks for choosing us. There's a lot you probably want to get done, so "
8464
  "let's jump right in!"
8465
  msgstr ""
8466
+ "Merci de nous avoir choisi. Il y a probablement beaucoup de choses à faire, "
8467
+ "alors c'est parti !"
8468
 
8469
  #: templates/admin/home.tpl.php:28
8470
  msgctxt "admin home"
8472
  "Our complete documentation is <a>here</a> which we encourage you to use "
8473
  "while setting things up."
8474
  msgstr ""
8475
+ "Notre documentation complète est <a>ici</a>, et nous vous encourageons à "
8476
+ "l'utiliser pour votre configuration."
8477
 
8478
  #: templates/admin/home.tpl.php:36
8479
  msgctxt "admin home"
8481
  "We have some quick-start scenarios that you will find useful regarding setup "
8482
  "and configuration <a>here</a>."
8483
  msgstr ""
8484
+ "Nous avons quelques <a>scénarios de lancement</a> que vous pourrez trouver "
8485
+ "utiles pour votre installation et votre configuration."
8486
 
8487
  #: templates/admin/home.tpl.php:45
8488
  msgctxt "admin home"
8490
  "If you have questions, please post a comment on <a>support forum</a> and "
8491
  "we'll answer it within 24 hours most days."
8492
  msgstr ""
8493
+ "Si vous avez des questions, merci de poster un commentaire sur le <a>forum "
8494
+ "de support</a> et nous donnerons une réponse dans les 24h."
8495
 
8496
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:133
8497
  msgctxt "admin infometabox"
8506
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:147
8507
  msgctxt "admin infometabox"
8508
  msgid "Send renewal e-mail"
8509
+ msgstr "Envoyer un e-mail de renouvellement à l'utilisateur"
 
 
 
 
 
8510
 
8511
  #: templates/admin/themes-delete-confirm.tpl.php:14
8512
  msgctxt "themes admin"
8541
  #: templates/admin/uninstall-capture-form.tpl.php:17
8542
  msgctxt "uninstall"
8543
  msgid "Why are you deleting Business Directory Plugin?"
8544
+ msgstr "Pourquoi voulez-vous désinstaller le plugin Business Directory?"
8545
 
8546
  #: templates/admin/uninstall-capture-form.tpl.php:20
8547
  msgctxt "uninstall"
8552
  msgctxt "uninstall"
8553
  msgid "Please tell us why are you deleting Business Directory Plugin."
8554
  msgstr ""
8555
+ "Pourriez-vous nous dire pourquoi vous voulez désinstaller Business Directory "
8556
+ "Plugin."
8557
 
8558
  #: templates/admin/uninstall-capture-form.tpl.php:35
8559
  msgctxt "uninstall"
8568
  #: templates/admin/uninstall-confirm.tpl.php:18
8569
  msgctxt "uninstall"
8570
  msgid "Uninstalling Business Directory Plugin will do the following:"
8571
+ msgstr ""
8572
+ "Désinstaller le Plugin Annuaire Professionnel induit les choses suivantes :"
8573
 
8574
  #: templates/admin/uninstall-confirm.tpl.php:22
8575
  msgctxt "uninstall"
8607
  msgid "If you just need to reinstall the plugin, please do the following:"
8608
  msgstr ""
8609
  "Si vous avez juste besoin de réinstaller le plug-in, s'il vous plaît "
8610
+ "procédez comme suit :"
8611
 
8612
  #: templates/email/listing-added.tpl.php:2
8613
  msgctxt "emails"
8628
  "peuvent être trouvés ci-dessous."
8629
 
8630
  #: templates/email/listing-payment-completed.tpl.php:2
 
8631
  msgctxt "emails"
8632
  msgid ""
8633
  "A new listing payment has been completed. Payment details can be found below."
8634
  msgstr ""
8635
+ "Un nouveau paiement pour inscrire une annonce a été réalisé. Les détails du "
8636
+ "paiement peuvent-être trouvés ci-dessous."
8637
 
8638
  #: templates/email/listing-reported.tpl.php:2
 
8639
  msgctxt "emails"
8640
  msgid ""
8641
  "A listing has been reported as inappropriate. Listing details can be found "
8642
  "below."
8643
  msgstr ""
8644
+ "Une annonce a été rapportée comme inappropriée. Les détails de cette annonce "
8645
+ "peuvent-être trouvés ci-dessous."
8646
 
8647
  #: templates/main-box.tpl.php:29
8648
  msgctxt "main box"
8655
  msgstr "Recherche avancée"
8656
 
8657
  #: templates/manage-recurring-cancel.tpl.php:1
 
8658
  msgctxt "manage recurring"
8659
  msgid "Manage Recurring Payments - Cancel Subscription"
8660
+ msgstr "Gérer les paiements récurrents - Annuler l'abonnement"
8661
 
8662
  #: templates/manage-recurring-cancel.tpl.php:4
8663
  msgctxt "manage recurring"
8664
  msgid "Plan Details"
8665
+ msgstr "Détails de l'abonnement"
8666
 
8667
  #: templates/manage-recurring-cancel.tpl.php:8
8668
  msgctxt "manage recurring"
8669
  msgid "Name:"
8670
+ msgstr "Nom :"
8671
 
8672
  #: templates/manage-recurring-cancel.tpl.php:14
8673
  msgctxt "manage recurring"
8674
  msgid "Cost:"
8675
+ msgstr "Coût :"
8676
 
8677
  #: templates/manage-recurring-cancel.tpl.php:27
8678
  msgctxt "manage recurring"
8679
  msgid "Number of images:"
8680
+ msgstr "Nombre d'images :"
8681
 
8682
  #: templates/manage-recurring-cancel.tpl.php:33
8683
  msgctxt "manage recurring"
8684
  msgid "Expires on:"
8685
+ msgstr "Expires le :"
8686
 
8687
  #: templates/manage-recurring-cancel.tpl.php:41
 
8688
  msgctxt "manage recurring"
8689
  msgid "Are you sure you want to cancel this subscription?"
8690
+ msgstr "Etes-vous sûr de vouloir supprimer cet abonnement ?"
8691
 
8692
  #: templates/manage-recurring-cancel.tpl.php:43
 
8693
  msgctxt "manage recurring"
8694
  msgid "Yes, cancel subscription"
8695
+ msgstr "Oui, annuler mon abonnement"
8696
 
8697
  #: templates/manage-recurring-cancel.tpl.php:44
 
8698
  msgctxt "manage recurring"
8699
  msgid "No, go back to my subscriptions"
8700
+ msgstr "Non, retourner à mes abonnements"
8701
 
8702
  #: templates/manage-recurring.tpl.php:1
8703
  msgctxt "manage recurring"
8715
  msgstr "Annuler le paiement récurrent"
8716
 
8717
  #: templates/renew-listing-manage-subscription.tpl.php:4
 
8718
  msgctxt "renew"
8719
  msgid ""
8720
  "Because you are on a recurring plan you don't have to renew your listing "
8725
  "lorsque le renouvellement surviendra."
8726
 
8727
  #: templates/renew-listing-manage-subscription.tpl.php:30
 
8728
  msgctxt "renew"
8729
  msgid ""
8730
  "However, if you want to cancel your subscription you can do that on <manage-"
8732
  "When the renewal time comes you'll be able to change your settings again."
8733
  msgstr ""
8734
  "Toutefois, si vous souhaitez annuler votre abonnement, vous pouvez le faire "
8735
+ "<manage-recurring-link>sur cette page</manage-recurring-link>. Lorsque le "
8736
+ "temps de renouvellement vient, vous serez en mesure de changer à nouveau vos "
8737
+ "paramètres."
8738
 
8739
  #: templates/renew-listing-manage-subscription.tpl.php:37
 
8740
  msgctxt "renew"
8741
  msgid "Go to Manage Recurring Payments page"
8742
  msgstr "Gérer les paiements récurrents"
8744
  #: templates/send-access-keys.tpl.php:7
8745
  msgctxt "send-access-keys"
8746
  msgid "Enter your e-mail address"
8747
+ msgstr "Entrer votre adresse mail"
8748
 
8749
  #: templates/send-access-keys.tpl.php:11
8750
  msgctxt "send-access-keys"
8948
  #~ msgid "Fee Plan"
8949
  #~ msgstr "Plan tarifaire"
8950
 
 
 
 
 
8951
  #~ msgctxt "fees-api"
8952
  #~ msgid "Fee label is required."
8953
  #~ msgstr "Une étiquette de frais est requise."
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-05-13 19:33:26+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -345,7 +345,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
345
  msgstr ""
346
 
347
  #: includes/admin/controllers/class-admin-listings.php:187
348
- #: includes/controllers/pages/class-submit-listing.php:514
349
  #: templates/email/listing-reported.tpl.php:7
350
  msgid "Listing Information"
351
  msgstr "Informazioni sull'annuncio"
@@ -422,7 +422,7 @@ msgstr ""
422
  "automaticamente."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
- #: includes/controllers/pages/class-submit-listing.php:844
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "Vai a \"Gestire i campi dei moduli\"."
@@ -473,7 +473,7 @@ 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:246
477
  #: templates/checkout-billing-form.tpl.php:75
478
  #, fuzzy
479
  msgid "Address"
@@ -656,10 +656,16 @@ msgstr "Attiva"
656
  msgid "Hide notifications"
657
  msgstr "Notifiche di posta elettronica"
658
 
659
- #: includes/admin/helpers/csv/class-csv-import.php:675
660
  msgid "Listing imported by admin. Payment skipped."
661
  msgstr "Elenco importato da admin. Pagamento saltato."
662
 
 
 
 
 
 
 
663
  #. translators: %1$s: open link html, %2$s close link
664
  #: includes/admin/helpers/tables/class-fees-table.php:30
665
  #, fuzzy
@@ -773,7 +779,7 @@ 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:1250
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
@@ -815,7 +821,7 @@ 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"
@@ -1019,6 +1025,16 @@ msgstr ""
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"
@@ -1592,7 +1608,7 @@ msgid "View All Listings"
1592
  msgstr "Visualizza tutti gli annunci"
1593
 
1594
  #: includes/controllers/pages/class-checkout.php:181
1595
- #: includes/controllers/pages/class-manage-listings.php:109
1596
  #, fuzzy
1597
  msgid "Pay Now"
1598
  msgstr "Paga Adesso"
@@ -1641,11 +1657,22 @@ msgstr "Inserisci il tuo indirizzo email \".\"."
1641
  msgid "l F j, Y \\a\\t g:i a"
1642
  msgstr "l F j, Y \a\\t g:i a"
1643
 
1644
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1645
  #: templates/renew-listing.tpl.php:11
1646
  msgid "Renew Listing"
1647
  msgstr "Modifica Abbonamento"
1648
 
 
 
 
 
 
 
1649
  #: includes/controllers/pages/class-renew-listing.php:36
1650
  #, fuzzy
1651
  msgid "That listing cannot yet be renewed."
@@ -1656,51 +1683,51 @@ msgstr "Questo annuncio non è stato segnalato"
1656
  msgid "This is just a preview. The listing has not been published yet."
1657
  msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1658
 
1659
- #: includes/controllers/pages/class-submit-listing.php:32
1660
  #: includes/helpers/functions/templates-ui.php:330
1661
  #: templates/submit-listing.tpl.php:17
1662
  #, fuzzy
1663
  msgid "Add Listing"
1664
  msgstr "Aggiungi la quota di Donazione"
1665
 
1666
- #: includes/controllers/pages/class-submit-listing.php:560
1667
  #, fuzzy
1668
  msgid "Listing Images"
1669
  msgstr "Immagini annuncio"
1670
 
1671
- #: includes/controllers/pages/class-submit-listing.php:628
1672
  #, fuzzy
1673
  msgid "Account Creation"
1674
  msgstr "Creazione account"
1675
 
1676
- #: includes/controllers/pages/class-submit-listing.php:827
1677
  #, fuzzy
1678
  msgid "Go to \"Plans\""
1679
  msgstr "Nessun piano tariffario"
1680
 
1681
- #: includes/controllers/pages/class-submit-listing.php:884
1682
  #, fuzzy
1683
  msgid "Please choose a plan."
1684
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:1074
1687
  #, fuzzy
1688
  msgid "Please check the form for errors, correct them and submit again."
1689
  msgstr ""
1690
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1691
  "errori, correggerli e ripresentarli di nuovo."
1692
 
1693
- #: includes/controllers/pages/class-submit-listing.php:1234
1694
  #, fuzzy
1695
  msgid "Create a user account on this site"
1696
  msgstr "Creare un account utente su questo sito"
1697
 
1698
- #: includes/controllers/pages/class-submit-listing.php:1241
1699
  #, fuzzy
1700
  msgid "Username"
1701
  msgstr "Nome utente:"
1702
 
1703
- #: includes/controllers/pages/class-submit-listing.php:1263
1704
  #, fuzzy
1705
  msgid "Clear Form"
1706
  msgstr "Cancella"
@@ -2039,7 +2066,7 @@ msgstr "Modifica Annuncio"
2039
  msgid "Manage Listings"
2040
  msgstr "Gestione delle Donazioni ricevute"
2041
 
2042
- #: includes/installer.php:60
2043
  #, fuzzy
2044
  msgid "Default Plan"
2045
  msgstr "Canone predefinito"
@@ -2206,13 +2233,13 @@ msgstr "Ritorno alla selezione del piano tariffario"
2206
  msgid "ZIP file is not a valid Business Directory theme file."
2207
  msgstr "Il file ZIP non è un file tema BD valido."
2208
 
2209
- #: includes/utils.php:390
2210
  #, fuzzy
2211
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2212
  msgstr ""
2213
  "La dimensione del file (%s) supera la dimensione massima del file di %s"
2214
 
2215
- #: includes/utils.php:399
2216
  #, fuzzy
2217
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2218
  msgstr ""
@@ -2674,7 +2701,7 @@ msgstr ""
2674
  msgid "Add a payment gateway to increase conversion rates"
2675
  msgstr ""
2676
 
2677
- #. translators: %s: payment gateway name */
2678
  #: templates/admin/fees-index.tpl.php:75
2679
  #, fuzzy
2680
  msgid "Add %s as a payment option."
@@ -2776,6 +2803,11 @@ msgstr "Piano tariffario"
2776
  msgid "Recurring"
2777
  msgstr "Ricorrente"
2778
 
 
 
 
 
 
2779
  #: templates/admin/payments-details.tpl.php:5
2780
  #, fuzzy
2781
  msgid "Payment %s"
@@ -3778,13 +3810,15 @@ msgid "Failed to import category %s"
3778
  msgstr "Nascondi le categorie vuote?"
3779
 
3780
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3781
  msgid "Failed to import post tag %s"
3782
- msgstr ""
3783
 
3784
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3785
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3786
  msgid "Failed to import %s %s"
3787
- msgstr ""
3788
 
3789
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3790
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3795,8 +3829,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3795
  msgstr ""
3796
 
3797
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3798
  msgid "Failed to import %s &#8220;%s&#8221;"
3799
- msgstr ""
3800
 
3801
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3802
  msgid "Menu item skipped due to missing menu slug"
@@ -3894,7 +3929,7 @@ msgstr ""
3894
  msgid "Business Directory Team"
3895
  msgstr "Business Directory"
3896
 
3897
- #: includes/abstracts/class-view.php:130
3898
  msgctxt "views"
3899
  msgid "Invalid credentials."
3900
  msgstr "Credenziali non valide."
@@ -5604,7 +5639,6 @@ msgid "General"
5604
  msgstr "Generale"
5605
 
5606
  #: includes/admin/settings/class-settings-bootstrap.php:10
5607
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5608
  msgctxt "settings"
5609
  msgid "Listings"
5610
  msgstr "Annunci"
@@ -6196,12 +6230,6 @@ msgstr ""
6196
  "specificata e la loro altezza verrà regolata proporzionalmente. A seconda "
6197
  "delle immagini caricate, le miniature possono avere altezze diverse."
6198
 
6199
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6200
- #, fuzzy
6201
- msgctxt "settings"
6202
- msgid "Enforce image upload on submit/edit"
6203
- msgstr "Applicare il caricamento dell'immagine su submit/edit?"
6204
-
6205
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6206
  #, fuzzy
6207
  msgctxt "settings"
@@ -6767,7 +6795,7 @@ msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6767
  msgstr ""
6768
  "L'importazione è in \"modalità test\". Non verrà inserito nulla nel database."
6769
 
6770
- #: includes/admin/helpers/csv/class-csv-import.php:532
6771
  msgctxt "admin csv-import"
6772
  msgid ""
6773
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6776,33 +6804,27 @@ msgstr ""
6776
  "Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
6777
  "non è riuscita per il seguente errore: <error-message>."
6778
 
6779
- #: includes/admin/helpers/csv/class-csv-import.php:538
6780
  msgctxt "admin csv-import"
6781
  msgid "Could not create listing category \"%s\""
6782
  msgstr "Impossibile creare la categoria \"%s\""
6783
 
6784
- #: includes/admin/helpers/csv/class-csv-import.php:730
6785
  msgctxt "admin csv-import"
6786
  msgid "Username \"%s\" does not exist"
6787
  msgstr "Nome Utente \"%s\" non esiste"
6788
 
6789
- #: includes/admin/helpers/csv/class-csv-import.php:757
6790
- #, fuzzy
6791
- msgctxt "admin csv-import"
6792
- msgid "There is no Plan with ID = <fee-id>"
6793
- msgstr "Non esiste un piano tariffario con ID = <fee-id>"
6794
-
6795
- #: includes/admin/helpers/csv/class-csv-import.php:788
6796
  msgctxt "admin csv-import"
6797
  msgid "Missing required field: %s"
6798
  msgstr "Campo obbligatorio mancante: %s"
6799
 
6800
- #: includes/admin/helpers/csv/class-csv-import.php:829
6801
  msgctxt "admin csv-import"
6802
  msgid "Listing category \"%s\" does not exist"
6803
  msgstr "La categoria \"%s\" non esiste"
6804
 
6805
- #: includes/admin/helpers/csv/class-csv-import.php:903
6806
  msgctxt "admin csv-import"
6807
  msgid "The string <string> couldn't be converted into a valid date."
6808
  msgstr "La stringa <string>non poteva essere convertita in una data valida."
@@ -7836,7 +7858,7 @@ msgstr ""
7836
  "anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
7837
  "modificare l'impostazione."
7838
 
7839
- #: includes/controllers/pages/class-submit-listing.php:420
7840
  msgctxt "templates"
7841
  msgid ""
7842
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7845,7 +7867,7 @@ msgstr ""
7845
  "<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
7846
  "\"Disattivare l'invio di annunci da frontend\"?"
7847
 
7848
- #: includes/controllers/pages/class-submit-listing.php:422
7849
  msgctxt "templates"
7850
  msgid ""
7851
  "Listing submission has been disabled. Contact the administrator for details."
@@ -7853,14 +7875,14 @@ msgstr ""
7853
  "L'inserimento di un annuncio è stato disabilitato. Contattare "
7854
  "l'amministratore per i dettagli."
7855
 
7856
- #: includes/controllers/pages/class-submit-listing.php:820
7857
  msgctxt "templates"
7858
  msgid ""
7859
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7860
  "a listing. %s to create a plan"
7861
  msgstr ""
7862
 
7863
- #: includes/controllers/pages/class-submit-listing.php:834
7864
  msgctxt "templates"
7865
  msgid ""
7866
  "Listing submission is not available at the moment. Contact the administrator "
@@ -7869,7 +7891,7 @@ msgstr ""
7869
  "Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
7870
  "per i dettagli."
7871
 
7872
- #: includes/controllers/pages/class-submit-listing.php:837
7873
  msgctxt "templates"
7874
  msgid ""
7875
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7880,12 +7902,12 @@ msgstr ""
7880
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7881
  "associazione ad un campo esistente."
7882
 
7883
- #: includes/controllers/pages/class-submit-listing.php:1284
7884
  msgctxt "templates"
7885
  msgid "Please agree to the Terms and Conditions."
7886
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7887
 
7888
- #: includes/controllers/pages/class-submit-listing.php:1298
7889
  msgctxt "templates"
7890
  msgid "I agree to the <a>Terms and Conditions</a>"
7891
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
@@ -8033,12 +8055,7 @@ msgctxt "view:manage-listings"
8033
  msgid "Please <a>login</a> to manage your listings."
8034
  msgstr "Effettua il <a>login</a> per gestire i tuoi annunci."
8035
 
8036
- #: includes/controllers/pages/class-manage-recurring.php:33
8037
- msgctxt "manage subscription"
8038
- msgid "The listing with id = <listing-id> doesn't exists."
8039
- msgstr "L'elenco con id = <listing-id>non esiste."
8040
-
8041
- #: includes/controllers/pages/class-manage-recurring.php:42
8042
  msgctxt "manage subscriptions"
8043
  msgid ""
8044
  "You are not authorized to cancel this subscription. The link you followed is "
@@ -8047,12 +8064,12 @@ msgstr ""
8047
  "Non sei autorizzato a cancellare questo abbonamento. Il link che hai seguito "
8048
  "non è valido."
8049
 
8050
- #: includes/controllers/pages/class-manage-recurring.php:53
8051
  msgctxt "manage subscriptions"
8052
  msgid "Invalid subscription."
8053
  msgstr "Sottoscrizione non valida."
8054
 
8055
- #: includes/controllers/pages/class-manage-recurring.php:76
8056
  msgctxt "manage subscriptions"
8057
  msgid "Your subscription was canceled."
8058
  msgstr "Il tuo abbonamento è stato cancellato."
@@ -8063,7 +8080,7 @@ msgctxt "manage subscriptions"
8063
  msgid "Subscription / Plan"
8064
  msgstr "Abbonamento / Piano tariffario"
8065
 
8066
- #: includes/controllers/pages/class-manage-recurring.php:93
8067
  msgctxt "manage listings"
8068
  msgid "You are not on recurring payments for any of your listings."
8069
  msgstr "Non sei su pagamenti ricorrenti per nessuno dei tuoi annunci."
@@ -8173,42 +8190,42 @@ msgctxt "search"
8173
  msgid "\"%s\" is required."
8174
  msgstr "%s è richiesto."
8175
 
8176
- #: includes/controllers/pages/class-submit-listing.php:69
8177
  msgctxt "submit listing"
8178
  msgid "Click this field to add categories"
8179
  msgstr "Clicca su questo campo per aggiungere categorie"
8180
 
8181
- #: includes/controllers/pages/class-submit-listing.php:70
8182
  msgctxt "submit listing"
8183
  msgid "Complete Listing"
8184
  msgstr "Completa Annuncio"
8185
 
8186
- #: includes/controllers/pages/class-submit-listing.php:71
8187
  msgctxt "submit listing"
8188
  msgid "Continue to Payment"
8189
  msgstr "Continua a Pagamento"
8190
 
8191
- #: includes/controllers/pages/class-submit-listing.php:73
8192
  msgctxt "submit listing"
8193
  msgid "Please wait a moment!"
8194
  msgstr "Per favore, aspetta un momento!"
8195
 
8196
- #: includes/controllers/pages/class-submit-listing.php:74
8197
  msgctxt "submit listing"
8198
  msgid "Something went wrong!"
8199
  msgstr "Qualcosa è andato storto!"
8200
 
8201
- #: includes/controllers/pages/class-submit-listing.php:99
8202
  msgctxt "submit listing"
8203
  msgid "No listing ID was specified."
8204
  msgstr "Non è stato specificato alcun ID annuncio."
8205
 
8206
- #: includes/controllers/pages/class-submit-listing.php:101
8207
  msgctxt "submit listing"
8208
  msgid "You can't edit this listing."
8209
  msgstr "Non è possibile modificare questo annuncio."
8210
 
8211
- #: includes/controllers/pages/class-submit-listing.php:164
8212
  #, fuzzy
8213
  msgctxt "submit listing"
8214
  msgid ""
@@ -8219,7 +8236,7 @@ msgstr ""
8219
  "piano tariffario associato. Si prega di <a>modificare l'annuncio</a> dal "
8220
  "backend e di associarlo a un piano tariffario."
8221
 
8222
- #: includes/controllers/pages/class-submit-listing.php:170
8223
  msgctxt "submit listing"
8224
  msgid ""
8225
  "This listing can't be edited at this time. Please try again later or contact "
@@ -8228,45 +8245,45 @@ msgstr ""
8228
  "Questo annuncio non può essere modificato in questo momento. Riprovare più "
8229
  "tardi o contattare l'amministratore se il problema persiste."
8230
 
8231
- #: includes/controllers/pages/class-submit-listing.php:194
8232
  msgctxt "submit listing"
8233
  msgid "You're logged in as admin, payment will be skipped."
8234
  msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
8235
 
8236
- #: includes/controllers/pages/class-submit-listing.php:509
8237
  msgctxt "submit listing"
8238
  msgid "Category selection"
8239
  msgstr "Selezione della categoria"
8240
 
8241
- #: includes/controllers/pages/class-submit-listing.php:509
8242
  msgctxt "submit listing"
8243
  msgid "Category & plan selection"
8244
  msgstr "Selezione di categorie e piani"
8245
 
8246
- #: includes/controllers/pages/class-submit-listing.php:817
8247
  msgctxt "submit listing"
8248
  msgid "Can not submit a listing at this moment. Please try again later."
8249
  msgstr ""
8250
  "Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
8251
  "più tardi."
8252
 
8253
- #: includes/controllers/pages/class-submit-listing.php:866
8254
- #: includes/controllers/pages/class-submit-listing.php:993
8255
  msgctxt "submit listing"
8256
  msgid "Please select a category."
8257
  msgstr "Per favore seleziona una categoria."
8258
 
8259
- #: includes/controllers/pages/class-submit-listing.php:891
8260
  msgctxt "submit listing"
8261
  msgid "Current active plan is disabled. Please select another plan."
8262
  msgstr ""
8263
 
8264
- #: includes/controllers/pages/class-submit-listing.php:893
8265
  msgctxt "submit listing"
8266
  msgid "Please choose a valid category for your plan."
8267
  msgstr "Scegli una categoria valida per il tuo piano."
8268
 
8269
- #: includes/controllers/pages/class-submit-listing.php:896
8270
  #, fuzzy
8271
  msgctxt "submit listing"
8272
  msgid "Please choose a valid plan for your category selection."
@@ -8274,22 +8291,22 @@ msgstr ""
8274
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8275
  "categoria."
8276
 
8277
- #: includes/controllers/pages/class-submit-listing.php:1204
8278
  msgctxt "submit listing"
8279
  msgid "Please enter your desired username."
8280
  msgstr "Inserisci il nome utente desiderato."
8281
 
8282
- #: includes/controllers/pages/class-submit-listing.php:1209
8283
  msgctxt "submit listing"
8284
  msgid "Please enter the e-mail for your new account."
8285
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8286
 
8287
- #: includes/controllers/pages/class-submit-listing.php:1214
8288
  msgctxt "submit listing"
8289
  msgid "The username you chose is already in use. Please use a different one."
8290
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8291
 
8292
- #: includes/controllers/pages/class-submit-listing.php:1219
8293
  msgctxt "submit listing"
8294
  msgid "The e-mail address you chose for your account is already in use."
8295
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
@@ -8299,7 +8316,7 @@ msgctxt "submit listing"
8299
  msgid "Listing submitted by admin. Payment skipped."
8300
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8301
 
8302
- #: includes/controllers/pages/class-submit-listing.php:1159
8303
  msgctxt "listing submit"
8304
  msgid ""
8305
  "Image upload is required, please provide at least one image and submit again."
@@ -8631,7 +8648,7 @@ msgctxt "flag listing"
8631
  msgid "Report comment is required to save a report"
8632
  msgstr "Il commento è necessario per salvare una segnalazione"
8633
 
8634
- #: includes/installer.php:49
8635
  msgctxt "default category name"
8636
  msgid "General"
8637
  msgstr "Generale"
@@ -8838,22 +8855,22 @@ msgctxt "payments"
8838
  msgid "Payment #%s"
8839
  msgstr "Pagamento #%s"
8840
 
8841
- #: includes/utils.php:276
8842
  msgctxt "utils"
8843
  msgid "Unkown error while uploading file."
8844
  msgstr "Errore durante il caricamento del file."
8845
 
8846
- #: includes/utils.php:384
8847
  msgctxt "utils"
8848
  msgid "Error while uploading file"
8849
  msgstr "Errore durante il caricamento del file"
8850
 
8851
- #: includes/utils.php:407 includes/utils.php:413
8852
  msgctxt "utils"
8853
  msgid "File type \"%s\" is not allowed"
8854
  msgstr "Il tipo di file \"%s\" non è consentito"
8855
 
8856
- #: includes/utils.php:666
8857
  msgctxt "utils"
8858
  msgid ""
8859
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -9002,11 +9019,6 @@ msgctxt "admin infometabox"
9002
  msgid "Send renewal e-mail"
9003
  msgstr "Inviare l'e-mail di rinnovo"
9004
 
9005
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
9006
- msgctxt "admin infometabox"
9007
- msgid "Renew listing"
9008
- msgstr "Rinnova l'elenco"
9009
-
9010
  #: templates/admin/themes-delete-confirm.tpl.php:14
9011
  msgctxt "themes admin"
9012
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -9445,10 +9457,6 @@ msgstr "Continua"
9445
  #~ msgid "Fee Plan"
9446
  #~ msgstr "Piano tariffario"
9447
 
9448
- #~ msgctxt "installer"
9449
- #~ msgid "Default Fee"
9450
- #~ msgstr "Canone predefinito"
9451
-
9452
  #~ msgctxt "fees-api"
9453
  #~ msgid "Fee label is required."
9454
  #~ msgstr "È richiesta l'etichetta della Donazione."
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-06-06 22:19:11+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
345
  msgstr ""
346
 
347
  #: includes/admin/controllers/class-admin-listings.php:187
348
+ #: includes/controllers/pages/class-submit-listing.php:638
349
  #: templates/email/listing-reported.tpl.php:7
350
  msgid "Listing Information"
351
  msgstr "Informazioni sull'annuncio"
422
  "automaticamente."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
+ #: includes/controllers/pages/class-submit-listing.php:968
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "Vai a \"Gestire i campi dei moduli\"."
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
478
  #, fuzzy
479
  msgid "Address"
656
  msgid "Hide notifications"
657
  msgstr "Notifiche di posta elettronica"
658
 
659
+ #: includes/admin/helpers/csv/class-csv-import.php:673
660
  msgid "Listing imported by admin. Payment skipped."
661
  msgstr "Elenco importato da admin. Pagamento saltato."
662
 
663
+ #. translators: %d: the plan id
664
+ #: includes/admin/helpers/csv/class-csv-import.php:757
665
+ #, fuzzy
666
+ msgid "There is no Plan with ID = %d"
667
+ msgstr "Non esiste un piano tariffario con ID = <fee-id>"
668
+
669
  #. translators: %1$s: open link html, %2$s close link
670
  #: includes/admin/helpers/tables/class-fees-table.php:30
671
  #, fuzzy
779
  msgstr "Tabelle mancanti: %s"
780
 
781
  #: includes/admin/settings/class-settings-bootstrap.php:13
782
+ #: includes/controllers/pages/class-submit-listing.php:1374
783
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
784
  #: templates/listing-contactform.tpl.php:33
785
  #: templates/listing-flagging-form.tpl.php:39
821
 
822
  #: includes/admin/settings/class-settings-bootstrap.php:283
823
  #: includes/admin/settings/class-settings-bootstrap.php:297
824
+ #: includes/controllers/pages/class-submit-listing.php:651
825
  #, fuzzy
826
  msgid "Terms and Conditions"
827
  msgstr "Termini e Condizioni"
1025
  msgid "This is used for form buttons and form rootline."
1026
  msgstr ""
1027
 
1028
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
1029
+ #, fuzzy
1030
+ msgid "Default Images"
1031
+ msgstr "Canone predefinito"
1032
+
1033
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1034
+ #, fuzzy
1035
+ msgid "Require images on submit/edit"
1036
+ msgstr "Applicare il caricamento dell'immagine su submit/edit?"
1037
+
1038
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1039
  #, fuzzy
1040
  msgid "Show Thumbnail"
1608
  msgstr "Visualizza tutti gli annunci"
1609
 
1610
  #: includes/controllers/pages/class-checkout.php:181
1611
+ #: includes/controllers/pages/class-manage-listings.php:113
1612
  #, fuzzy
1613
  msgid "Pay Now"
1614
  msgstr "Paga Adesso"
1657
  msgid "l F j, Y \\a\\t g:i a"
1658
  msgstr "l F j, Y \a\\t g:i a"
1659
 
1660
+ #: includes/controllers/pages/class-manage-listings.php:102
1661
+ #, fuzzy
1662
+ msgid "Pending"
1663
+ msgstr "In attesa"
1664
+
1665
+ #: includes/controllers/pages/class-manage-listings.php:113
1666
  #: templates/renew-listing.tpl.php:11
1667
  msgid "Renew Listing"
1668
  msgstr "Modifica Abbonamento"
1669
 
1670
+ #. translators: %d: the listing ID
1671
+ #: includes/controllers/pages/class-manage-recurring.php:35
1672
+ #, fuzzy
1673
+ msgid "The listing with id %d does not exist."
1674
+ msgstr "L'elenco con id = <listing-id>non esiste."
1675
+
1676
  #: includes/controllers/pages/class-renew-listing.php:36
1677
  #, fuzzy
1678
  msgid "That listing cannot yet be renewed."
1683
  msgid "This is just a preview. The listing has not been published yet."
1684
  msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1685
 
1686
+ #: includes/controllers/pages/class-submit-listing.php:41
1687
  #: includes/helpers/functions/templates-ui.php:330
1688
  #: templates/submit-listing.tpl.php:17
1689
  #, fuzzy
1690
  msgid "Add Listing"
1691
  msgstr "Aggiungi la quota di Donazione"
1692
 
1693
+ #: includes/controllers/pages/class-submit-listing.php:684
1694
  #, fuzzy
1695
  msgid "Listing Images"
1696
  msgstr "Immagini annuncio"
1697
 
1698
+ #: includes/controllers/pages/class-submit-listing.php:752
1699
  #, fuzzy
1700
  msgid "Account Creation"
1701
  msgstr "Creazione account"
1702
 
1703
+ #: includes/controllers/pages/class-submit-listing.php:951
1704
  #, fuzzy
1705
  msgid "Go to \"Plans\""
1706
  msgstr "Nessun piano tariffario"
1707
 
1708
+ #: includes/controllers/pages/class-submit-listing.php:1008
1709
  #, fuzzy
1710
  msgid "Please choose a plan."
1711
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1712
 
1713
+ #: includes/controllers/pages/class-submit-listing.php:1198
1714
  #, fuzzy
1715
  msgid "Please check the form for errors, correct them and submit again."
1716
  msgstr ""
1717
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1718
  "errori, correggerli e ripresentarli di nuovo."
1719
 
1720
+ #: includes/controllers/pages/class-submit-listing.php:1358
1721
  #, fuzzy
1722
  msgid "Create a user account on this site"
1723
  msgstr "Creare un account utente su questo sito"
1724
 
1725
+ #: includes/controllers/pages/class-submit-listing.php:1365
1726
  #, fuzzy
1727
  msgid "Username"
1728
  msgstr "Nome utente:"
1729
 
1730
+ #: includes/controllers/pages/class-submit-listing.php:1387
1731
  #, fuzzy
1732
  msgid "Clear Form"
1733
  msgstr "Cancella"
2066
  msgid "Manage Listings"
2067
  msgstr "Gestione delle Donazioni ricevute"
2068
 
2069
+ #: includes/installer.php:51
2070
  #, fuzzy
2071
  msgid "Default Plan"
2072
  msgstr "Canone predefinito"
2233
  msgid "ZIP file is not a valid Business Directory theme file."
2234
  msgstr "Il file ZIP non è un file tema BD valido."
2235
 
2236
+ #: includes/utils.php:391
2237
  #, fuzzy
2238
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2239
  msgstr ""
2240
  "La dimensione del file (%s) supera la dimensione massima del file di %s"
2241
 
2242
+ #: includes/utils.php:400
2243
  #, fuzzy
2244
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2245
  msgstr ""
2701
  msgid "Add a payment gateway to increase conversion rates"
2702
  msgstr ""
2703
 
2704
+ #. translators: %s: payment gateway name
2705
  #: templates/admin/fees-index.tpl.php:75
2706
  #, fuzzy
2707
  msgid "Add %s as a payment option."
2803
  msgid "Recurring"
2804
  msgstr "Ricorrente"
2805
 
2806
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2807
+ #, fuzzy
2808
+ msgid "Renew listing"
2809
+ msgstr "Rinnova l'elenco"
2810
+
2811
  #: templates/admin/payments-details.tpl.php:5
2812
  #, fuzzy
2813
  msgid "Payment %s"
3810
  msgstr "Nascondi le categorie vuote?"
3811
 
3812
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3813
+ #, fuzzy
3814
  msgid "Failed to import post tag %s"
3815
+ msgstr "Nascondi le categorie vuote?"
3816
 
3817
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3818
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3819
+ #, fuzzy
3820
  msgid "Failed to import %s %s"
3821
+ msgstr "Nascondi le categorie vuote?"
3822
 
3823
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3824
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3829
  msgstr ""
3830
 
3831
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3832
+ #, fuzzy
3833
  msgid "Failed to import %s &#8220;%s&#8221;"
3834
+ msgstr "Nascondi le categorie vuote?"
3835
 
3836
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3837
  msgid "Menu item skipped due to missing menu slug"
3929
  msgid "Business Directory Team"
3930
  msgstr "Business Directory"
3931
 
3932
+ #: includes/abstracts/class-view.php:119
3933
  msgctxt "views"
3934
  msgid "Invalid credentials."
3935
  msgstr "Credenziali non valide."
5639
  msgstr "Generale"
5640
 
5641
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5642
  msgctxt "settings"
5643
  msgid "Listings"
5644
  msgstr "Annunci"
6230
  "specificata e la loro altezza verrà regolata proporzionalmente. A seconda "
6231
  "delle immagini caricate, le miniature possono avere altezze diverse."
6232
 
 
 
 
 
 
 
6233
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6234
  #, fuzzy
6235
  msgctxt "settings"
6795
  msgstr ""
6796
  "L'importazione è in \"modalità test\". Non verrà inserito nulla nel database."
6797
 
6798
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6799
  msgctxt "admin csv-import"
6800
  msgid ""
6801
  "Could not create listing category \"<category-name>\". The operation failed "
6804
  "Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
6805
  "non è riuscita per il seguente errore: <error-message>."
6806
 
6807
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6808
  msgctxt "admin csv-import"
6809
  msgid "Could not create listing category \"%s\""
6810
  msgstr "Impossibile creare la categoria \"%s\""
6811
 
6812
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6813
  msgctxt "admin csv-import"
6814
  msgid "Username \"%s\" does not exist"
6815
  msgstr "Nome Utente \"%s\" non esiste"
6816
 
6817
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
 
6818
  msgctxt "admin csv-import"
6819
  msgid "Missing required field: %s"
6820
  msgstr "Campo obbligatorio mancante: %s"
6821
 
6822
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6823
  msgctxt "admin csv-import"
6824
  msgid "Listing category \"%s\" does not exist"
6825
  msgstr "La categoria \"%s\" non esiste"
6826
 
6827
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6828
  msgctxt "admin csv-import"
6829
  msgid "The string <string> couldn't be converted into a valid date."
6830
  msgstr "La stringa <string>non poteva essere convertita in una data valida."
7858
  "anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
7859
  "modificare l'impostazione."
7860
 
7861
+ #: includes/controllers/pages/class-submit-listing.php:495
7862
  msgctxt "templates"
7863
  msgid ""
7864
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7867
  "<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
7868
  "\"Disattivare l'invio di annunci da frontend\"?"
7869
 
7870
+ #: includes/controllers/pages/class-submit-listing.php:497
7871
  msgctxt "templates"
7872
  msgid ""
7873
  "Listing submission has been disabled. Contact the administrator for details."
7875
  "L'inserimento di un annuncio è stato disabilitato. Contattare "
7876
  "l'amministratore per i dettagli."
7877
 
7878
+ #: includes/controllers/pages/class-submit-listing.php:944
7879
  msgctxt "templates"
7880
  msgid ""
7881
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7882
  "a listing. %s to create a plan"
7883
  msgstr ""
7884
 
7885
+ #: includes/controllers/pages/class-submit-listing.php:958
7886
  msgctxt "templates"
7887
  msgid ""
7888
  "Listing submission is not available at the moment. Contact the administrator "
7891
  "Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
7892
  "per i dettagli."
7893
 
7894
+ #: includes/controllers/pages/class-submit-listing.php:961
7895
  msgctxt "templates"
7896
  msgid ""
7897
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7902
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7903
  "associazione ad un campo esistente."
7904
 
7905
+ #: includes/controllers/pages/class-submit-listing.php:1408
7906
  msgctxt "templates"
7907
  msgid "Please agree to the Terms and Conditions."
7908
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7909
 
7910
+ #: includes/controllers/pages/class-submit-listing.php:1422
7911
  msgctxt "templates"
7912
  msgid "I agree to the <a>Terms and Conditions</a>"
7913
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
8055
  msgid "Please <a>login</a> to manage your listings."
8056
  msgstr "Effettua il <a>login</a> per gestire i tuoi annunci."
8057
 
8058
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
8059
  msgctxt "manage subscriptions"
8060
  msgid ""
8061
  "You are not authorized to cancel this subscription. The link you followed is "
8064
  "Non sei autorizzato a cancellare questo abbonamento. Il link che hai seguito "
8065
  "non è valido."
8066
 
8067
+ #: includes/controllers/pages/class-manage-recurring.php:56
8068
  msgctxt "manage subscriptions"
8069
  msgid "Invalid subscription."
8070
  msgstr "Sottoscrizione non valida."
8071
 
8072
+ #: includes/controllers/pages/class-manage-recurring.php:79
8073
  msgctxt "manage subscriptions"
8074
  msgid "Your subscription was canceled."
8075
  msgstr "Il tuo abbonamento è stato cancellato."
8080
  msgid "Subscription / Plan"
8081
  msgstr "Abbonamento / Piano tariffario"
8082
 
8083
+ #: includes/controllers/pages/class-manage-recurring.php:96
8084
  msgctxt "manage listings"
8085
  msgid "You are not on recurring payments for any of your listings."
8086
  msgstr "Non sei su pagamenti ricorrenti per nessuno dei tuoi annunci."
8190
  msgid "\"%s\" is required."
8191
  msgstr "%s è richiesto."
8192
 
8193
+ #: includes/controllers/pages/class-submit-listing.php:78
8194
  msgctxt "submit listing"
8195
  msgid "Click this field to add categories"
8196
  msgstr "Clicca su questo campo per aggiungere categorie"
8197
 
8198
+ #: includes/controllers/pages/class-submit-listing.php:79
8199
  msgctxt "submit listing"
8200
  msgid "Complete Listing"
8201
  msgstr "Completa Annuncio"
8202
 
8203
+ #: includes/controllers/pages/class-submit-listing.php:80
8204
  msgctxt "submit listing"
8205
  msgid "Continue to Payment"
8206
  msgstr "Continua a Pagamento"
8207
 
8208
+ #: includes/controllers/pages/class-submit-listing.php:82
8209
  msgctxt "submit listing"
8210
  msgid "Please wait a moment!"
8211
  msgstr "Per favore, aspetta un momento!"
8212
 
8213
+ #: includes/controllers/pages/class-submit-listing.php:83
8214
  msgctxt "submit listing"
8215
  msgid "Something went wrong!"
8216
  msgstr "Qualcosa è andato storto!"
8217
 
8218
+ #: includes/controllers/pages/class-submit-listing.php:118
8219
  msgctxt "submit listing"
8220
  msgid "No listing ID was specified."
8221
  msgstr "Non è stato specificato alcun ID annuncio."
8222
 
8223
+ #: includes/controllers/pages/class-submit-listing.php:120
8224
  msgctxt "submit listing"
8225
  msgid "You can't edit this listing."
8226
  msgstr "Non è possibile modificare questo annuncio."
8227
 
8228
+ #: includes/controllers/pages/class-submit-listing.php:162
8229
  #, fuzzy
8230
  msgctxt "submit listing"
8231
  msgid ""
8236
  "piano tariffario associato. Si prega di <a>modificare l'annuncio</a> dal "
8237
  "backend e di associarlo a un piano tariffario."
8238
 
8239
+ #: includes/controllers/pages/class-submit-listing.php:168
8240
  msgctxt "submit listing"
8241
  msgid ""
8242
  "This listing can't be edited at this time. Please try again later or contact "
8245
  "Questo annuncio non può essere modificato in questo momento. Riprovare più "
8246
  "tardi o contattare l'amministratore se il problema persiste."
8247
 
8248
+ #: includes/controllers/pages/class-submit-listing.php:250
8249
  msgctxt "submit listing"
8250
  msgid "You're logged in as admin, payment will be skipped."
8251
  msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
8252
 
8253
+ #: includes/controllers/pages/class-submit-listing.php:633
8254
  msgctxt "submit listing"
8255
  msgid "Category selection"
8256
  msgstr "Selezione della categoria"
8257
 
8258
+ #: includes/controllers/pages/class-submit-listing.php:633
8259
  msgctxt "submit listing"
8260
  msgid "Category & plan selection"
8261
  msgstr "Selezione di categorie e piani"
8262
 
8263
+ #: includes/controllers/pages/class-submit-listing.php:941
8264
  msgctxt "submit listing"
8265
  msgid "Can not submit a listing at this moment. Please try again later."
8266
  msgstr ""
8267
  "Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
8268
  "più tardi."
8269
 
8270
+ #: includes/controllers/pages/class-submit-listing.php:990
8271
+ #: includes/controllers/pages/class-submit-listing.php:1117
8272
  msgctxt "submit listing"
8273
  msgid "Please select a category."
8274
  msgstr "Per favore seleziona una categoria."
8275
 
8276
+ #: includes/controllers/pages/class-submit-listing.php:1015
8277
  msgctxt "submit listing"
8278
  msgid "Current active plan is disabled. Please select another plan."
8279
  msgstr ""
8280
 
8281
+ #: includes/controllers/pages/class-submit-listing.php:1017
8282
  msgctxt "submit listing"
8283
  msgid "Please choose a valid category for your plan."
8284
  msgstr "Scegli una categoria valida per il tuo piano."
8285
 
8286
+ #: includes/controllers/pages/class-submit-listing.php:1020
8287
  #, fuzzy
8288
  msgctxt "submit listing"
8289
  msgid "Please choose a valid plan for your category selection."
8291
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8292
  "categoria."
8293
 
8294
+ #: includes/controllers/pages/class-submit-listing.php:1328
8295
  msgctxt "submit listing"
8296
  msgid "Please enter your desired username."
8297
  msgstr "Inserisci il nome utente desiderato."
8298
 
8299
+ #: includes/controllers/pages/class-submit-listing.php:1333
8300
  msgctxt "submit listing"
8301
  msgid "Please enter the e-mail for your new account."
8302
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8303
 
8304
+ #: includes/controllers/pages/class-submit-listing.php:1338
8305
  msgctxt "submit listing"
8306
  msgid "The username you chose is already in use. Please use a different one."
8307
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8308
 
8309
+ #: includes/controllers/pages/class-submit-listing.php:1343
8310
  msgctxt "submit listing"
8311
  msgid "The e-mail address you chose for your account is already in use."
8312
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
8316
  msgid "Listing submitted by admin. Payment skipped."
8317
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8318
 
8319
+ #: includes/controllers/pages/class-submit-listing.php:1283
8320
  msgctxt "listing submit"
8321
  msgid ""
8322
  "Image upload is required, please provide at least one image and submit again."
8648
  msgid "Report comment is required to save a report"
8649
  msgstr "Il commento è necessario per salvare una segnalazione"
8650
 
8651
+ #: includes/installer.php:40
8652
  msgctxt "default category name"
8653
  msgid "General"
8654
  msgstr "Generale"
8855
  msgid "Payment #%s"
8856
  msgstr "Pagamento #%s"
8857
 
8858
+ #: includes/utils.php:277
8859
  msgctxt "utils"
8860
  msgid "Unkown error while uploading file."
8861
  msgstr "Errore durante il caricamento del file."
8862
 
8863
+ #: includes/utils.php:385
8864
  msgctxt "utils"
8865
  msgid "Error while uploading file"
8866
  msgstr "Errore durante il caricamento del file"
8867
 
8868
+ #: includes/utils.php:408 includes/utils.php:414
8869
  msgctxt "utils"
8870
  msgid "File type \"%s\" is not allowed"
8871
  msgstr "Il tipo di file \"%s\" non è consentito"
8872
 
8873
+ #: includes/utils.php:667
8874
  msgctxt "utils"
8875
  msgid ""
8876
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
9019
  msgid "Send renewal e-mail"
9020
  msgstr "Inviare l'e-mail di rinnovo"
9021
 
 
 
 
 
 
9022
  #: templates/admin/themes-delete-confirm.tpl.php:14
9023
  msgctxt "themes admin"
9024
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9457
  #~ msgid "Fee Plan"
9458
  #~ msgstr "Piano tariffario"
9459
 
 
 
 
 
9460
  #~ msgctxt "fees-api"
9461
  #~ msgid "Fee label is required."
9462
  #~ msgstr "È richiesta l'etichetta della Donazione."
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-05-13 19:33:26+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
@@ -313,7 +313,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
313
  msgstr ""
314
 
315
  #: includes/admin/controllers/class-admin-listings.php:187
316
- #: includes/controllers/pages/class-submit-listing.php:514
317
  #: templates/email/listing-reported.tpl.php:7
318
  msgid "Listing Information"
319
  msgstr "Registratie informatie"
@@ -390,7 +390,7 @@ msgid ""
390
  msgstr ""
391
 
392
  #: includes/admin/controllers/class-form-fields-admin.php:37
393
- #: includes/controllers/pages/class-submit-listing.php:844
394
  #, fuzzy
395
  msgid "Go to \"Form Fields\""
396
  msgstr "Ga naar \"instellen formulier velden\""
@@ -439,7 +439,7 @@ msgstr ""
439
 
440
  #: includes/admin/controllers/class-form-fields-admin.php:348
441
  #: includes/form-fields.php:445
442
- #: includes/helpers/class-field-display-list.php:246
443
  #: templates/checkout-billing-form.tpl.php:75
444
  #, fuzzy
445
  msgid "Address"
@@ -617,10 +617,15 @@ msgstr "Actief"
617
  msgid "Hide notifications"
618
  msgstr "E-Mail Notificaties"
619
 
620
- #: includes/admin/helpers/csv/class-csv-import.php:675
621
  msgid "Listing imported by admin. Payment skipped."
622
  msgstr ""
623
 
 
 
 
 
 
624
  #. translators: %1$s: open link html, %2$s close link
625
  #: includes/admin/helpers/tables/class-fees-table.php:30
626
  msgid "There are no plans right now. %1$sCreate one%2$s."
@@ -729,7 +734,7 @@ msgid "Missing tables: %s"
729
  msgstr "Missende tabellen: %s"
730
 
731
  #: includes/admin/settings/class-settings-bootstrap.php:13
732
- #: includes/controllers/pages/class-submit-listing.php:1250
733
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
734
  #: templates/listing-contactform.tpl.php:33
735
  #: templates/listing-flagging-form.tpl.php:39
@@ -764,7 +769,7 @@ msgstr "%s is vereist."
764
 
765
  #: includes/admin/settings/class-settings-bootstrap.php:283
766
  #: includes/admin/settings/class-settings-bootstrap.php:297
767
- #: includes/controllers/pages/class-submit-listing.php:527
768
  #, fuzzy
769
  msgid "Terms and Conditions"
770
  msgstr "Voorwaarden en condities"
@@ -959,6 +964,15 @@ msgstr ""
959
  msgid "This is used for form buttons and form rootline."
960
  msgstr ""
961
 
 
 
 
 
 
 
 
 
 
962
  #: includes/admin/settings/class-settings-bootstrap.php:1054
963
  #, fuzzy
964
  msgid "Show Thumbnail"
@@ -1500,7 +1514,7 @@ msgid "View All Listings"
1500
  msgstr "Bekijk alle registratie"
1501
 
1502
  #: includes/controllers/pages/class-checkout.php:181
1503
- #: includes/controllers/pages/class-manage-listings.php:109
1504
  msgid "Pay Now"
1505
  msgstr ""
1506
 
@@ -1542,11 +1556,22 @@ msgstr ""
1542
  msgid "l F j, Y \\a\\t g:i a"
1543
  msgstr ""
1544
 
1545
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1546
  #: templates/renew-listing.tpl.php:11
1547
  msgid "Renew Listing"
1548
  msgstr ""
1549
 
 
 
 
 
 
 
1550
  #: includes/controllers/pages/class-renew-listing.php:36
1551
  #, fuzzy
1552
  msgid "That listing cannot yet be renewed."
@@ -1558,45 +1583,45 @@ msgid "This is just a preview. The listing has not been published yet."
1558
  msgstr ""
1559
  "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
1560
 
1561
- #: includes/controllers/pages/class-submit-listing.php:32
1562
  #: includes/helpers/functions/templates-ui.php:330
1563
  #: templates/submit-listing.tpl.php:17
1564
  #, fuzzy
1565
  msgid "Add Listing"
1566
  msgstr "Nieuwe registratie toevoegen"
1567
 
1568
- #: includes/controllers/pages/class-submit-listing.php:560
1569
  #, fuzzy
1570
  msgid "Listing Images"
1571
  msgstr "Beelden bij de registratie"
1572
 
1573
- #: includes/controllers/pages/class-submit-listing.php:628
1574
  msgid "Account Creation"
1575
  msgstr ""
1576
 
1577
- #: includes/controllers/pages/class-submit-listing.php:827
1578
  #, fuzzy
1579
  msgid "Go to \"Plans\""
1580
  msgstr "Ga naar \"instellen formulier velden\""
1581
 
1582
- #: includes/controllers/pages/class-submit-listing.php:884
1583
  msgid "Please choose a plan."
1584
  msgstr ""
1585
 
1586
- #: includes/controllers/pages/class-submit-listing.php:1074
1587
  msgid "Please check the form for errors, correct them and submit again."
1588
  msgstr ""
1589
 
1590
- #: includes/controllers/pages/class-submit-listing.php:1234
1591
  msgid "Create a user account on this site"
1592
  msgstr ""
1593
 
1594
- #: includes/controllers/pages/class-submit-listing.php:1241
1595
  #, fuzzy
1596
  msgid "Username"
1597
  msgstr "Gebruiker"
1598
 
1599
- #: includes/controllers/pages/class-submit-listing.php:1263
1600
  #, fuzzy
1601
  msgid "Clear Form"
1602
  msgstr "Leegmaken"
@@ -1906,7 +1931,7 @@ msgstr "Registratie bewerken"
1906
  msgid "Manage Listings"
1907
  msgstr "Opties beheren"
1908
 
1909
- #: includes/installer.php:60
1910
  #, fuzzy
1911
  msgid "Default Plan"
1912
  msgstr "Standaard kosten"
@@ -2049,11 +2074,11 @@ msgstr "Terug naar registratie."
2049
  msgid "ZIP file is not a valid Business Directory theme file."
2050
  msgstr ""
2051
 
2052
- #: includes/utils.php:390
2053
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2054
  msgstr ""
2055
 
2056
- #: includes/utils.php:399
2057
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2058
  msgstr ""
2059
 
@@ -2442,7 +2467,7 @@ msgstr ""
2442
  msgid "Add a payment gateway to increase conversion rates"
2443
  msgstr ""
2444
 
2445
- #. translators: %s: payment gateway name */
2446
  #: templates/admin/fees-index.tpl.php:75
2447
  #, fuzzy
2448
  msgid "Add %s as a payment option."
@@ -2534,6 +2559,11 @@ msgstr ""
2534
  msgid "Recurring"
2535
  msgstr "Terug naar registratie."
2536
 
 
 
 
 
 
2537
  #: templates/admin/payments-details.tpl.php:5
2538
  #, fuzzy
2539
  msgid "Payment %s"
@@ -3420,13 +3450,15 @@ msgid "Failed to import category %s"
3420
  msgstr "Verberg lege categorieën"
3421
 
3422
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3423
  msgid "Failed to import post tag %s"
3424
- msgstr ""
3425
 
3426
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3427
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3428
  msgid "Failed to import %s %s"
3429
- msgstr ""
3430
 
3431
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3432
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3437,8 +3469,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3437
  msgstr ""
3438
 
3439
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3440
  msgid "Failed to import %s &#8220;%s&#8221;"
3441
- msgstr ""
3442
 
3443
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3444
  msgid "Menu item skipped due to missing menu slug"
@@ -3533,7 +3566,7 @@ msgstr ""
3533
  msgid "Business Directory Team"
3534
  msgstr "Business Directory - Zoeken"
3535
 
3536
- #: includes/abstracts/class-view.php:130
3537
  #, fuzzy
3538
  msgctxt "views"
3539
  msgid "Invalid credentials."
@@ -5250,7 +5283,6 @@ msgid "General"
5250
  msgstr "Algemeen"
5251
 
5252
  #: includes/admin/settings/class-settings-bootstrap.php:10
5253
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5254
  #, fuzzy
5255
  msgctxt "settings"
5256
  msgid "Listings"
@@ -5854,11 +5886,6 @@ msgstr ""
5854
  "hoogte loopt dan proportioneel mee. Afhankelijk van de beelden krijgen de "
5855
  "voorbeelden dan soms verschillende hoogtes. "
5856
 
5857
- #: includes/admin/settings/class-settings-bootstrap.php:1044
5858
- msgctxt "settings"
5859
- msgid "Enforce image upload on submit/edit"
5860
- msgstr ""
5861
-
5862
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5863
  msgctxt "settings"
5864
  msgid "Default thumbnail image size"
@@ -6399,39 +6426,34 @@ msgctxt "admin csv-import"
6399
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6400
  msgstr ""
6401
 
6402
- #: includes/admin/helpers/csv/class-csv-import.php:532
6403
  msgctxt "admin csv-import"
6404
  msgid ""
6405
  "Could not create listing category \"<category-name>\". The operation failed "
6406
  "with the following error: <error-message>."
6407
  msgstr ""
6408
 
6409
- #: includes/admin/helpers/csv/class-csv-import.php:538
6410
  msgctxt "admin csv-import"
6411
  msgid "Could not create listing category \"%s\""
6412
  msgstr ""
6413
 
6414
- #: includes/admin/helpers/csv/class-csv-import.php:730
6415
  msgctxt "admin csv-import"
6416
  msgid "Username \"%s\" does not exist"
6417
  msgstr ""
6418
 
6419
- #: includes/admin/helpers/csv/class-csv-import.php:757
6420
- msgctxt "admin csv-import"
6421
- msgid "There is no Plan with ID = <fee-id>"
6422
- msgstr ""
6423
-
6424
- #: includes/admin/helpers/csv/class-csv-import.php:788
6425
  msgctxt "admin csv-import"
6426
  msgid "Missing required field: %s"
6427
  msgstr "Mist vereist veld: %s"
6428
 
6429
- #: includes/admin/helpers/csv/class-csv-import.php:829
6430
  msgctxt "admin csv-import"
6431
  msgid "Listing category \"%s\" does not exist"
6432
  msgstr ""
6433
 
6434
- #: includes/admin/helpers/csv/class-csv-import.php:903
6435
  msgctxt "admin csv-import"
6436
  msgid "The string <string> couldn't be converted into a valid date."
6437
  msgstr ""
@@ -7382,34 +7404,34 @@ msgid ""
7382
  "site. If you didn't want that, click <a>here</a> to change the setting."
7383
  msgstr ""
7384
 
7385
- #: includes/controllers/pages/class-submit-listing.php:420
7386
  msgctxt "templates"
7387
  msgid ""
7388
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7389
  "Submission?\" setting checked?"
7390
  msgstr ""
7391
 
7392
- #: includes/controllers/pages/class-submit-listing.php:422
7393
  msgctxt "templates"
7394
  msgid ""
7395
  "Listing submission has been disabled. Contact the administrator for details."
7396
  msgstr ""
7397
 
7398
- #: includes/controllers/pages/class-submit-listing.php:820
7399
  msgctxt "templates"
7400
  msgid ""
7401
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7402
  "a listing. %s to create a plan"
7403
  msgstr ""
7404
 
7405
- #: includes/controllers/pages/class-submit-listing.php:834
7406
  msgctxt "templates"
7407
  msgid ""
7408
  "Listing submission is not available at the moment. Contact the administrator "
7409
  "for details."
7410
  msgstr ""
7411
 
7412
- #: includes/controllers/pages/class-submit-listing.php:837
7413
  msgctxt "templates"
7414
  msgid ""
7415
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7417,12 +7439,12 @@ msgid ""
7417
  "an existing field"
7418
  msgstr ""
7419
 
7420
- #: includes/controllers/pages/class-submit-listing.php:1284
7421
  msgctxt "templates"
7422
  msgid "Please agree to the Terms and Conditions."
7423
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7424
 
7425
- #: includes/controllers/pages/class-submit-listing.php:1298
7426
  #, fuzzy
7427
  msgctxt "templates"
7428
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7570,24 +7592,19 @@ msgctxt "view:manage-listings"
7570
  msgid "Please <a>login</a> to manage your listings."
7571
  msgstr ""
7572
 
7573
- #: includes/controllers/pages/class-manage-recurring.php:33
7574
- msgctxt "manage subscription"
7575
- msgid "The listing with id = <listing-id> doesn't exists."
7576
- msgstr ""
7577
-
7578
- #: includes/controllers/pages/class-manage-recurring.php:42
7579
  msgctxt "manage subscriptions"
7580
  msgid ""
7581
  "You are not authorized to cancel this subscription. The link you followed is "
7582
  "invalid."
7583
  msgstr ""
7584
 
7585
- #: includes/controllers/pages/class-manage-recurring.php:53
7586
  msgctxt "manage subscriptions"
7587
  msgid "Invalid subscription."
7588
  msgstr ""
7589
 
7590
- #: includes/controllers/pages/class-manage-recurring.php:76
7591
  #, fuzzy
7592
  msgctxt "manage subscriptions"
7593
  msgid "Your subscription was canceled."
@@ -7599,7 +7616,7 @@ msgctxt "manage subscriptions"
7599
  msgid "Subscription / Plan"
7600
  msgstr "Je registratie is verwijderd."
7601
 
7602
- #: includes/controllers/pages/class-manage-recurring.php:93
7603
  #, fuzzy
7604
  msgctxt "manage listings"
7605
  msgid "You are not on recurring payments for any of your listings."
@@ -7707,59 +7724,59 @@ msgctxt "search"
7707
  msgid "\"%s\" is required."
7708
  msgstr "%s is vereist."
7709
 
7710
- #: includes/controllers/pages/class-submit-listing.php:69
7711
  msgctxt "submit listing"
7712
  msgid "Click this field to add categories"
7713
  msgstr ""
7714
 
7715
- #: includes/controllers/pages/class-submit-listing.php:70
7716
  #, fuzzy
7717
  msgctxt "submit listing"
7718
  msgid "Complete Listing"
7719
  msgstr "Registratie verwijderen"
7720
 
7721
- #: includes/controllers/pages/class-submit-listing.php:71
7722
  msgctxt "submit listing"
7723
  msgid "Continue to Payment"
7724
  msgstr ""
7725
 
7726
- #: includes/controllers/pages/class-submit-listing.php:73
7727
  msgctxt "submit listing"
7728
  msgid "Please wait a moment!"
7729
  msgstr ""
7730
 
7731
- #: includes/controllers/pages/class-submit-listing.php:74
7732
  msgctxt "submit listing"
7733
  msgid "Something went wrong!"
7734
  msgstr ""
7735
 
7736
- #: includes/controllers/pages/class-submit-listing.php:99
7737
  #, fuzzy
7738
  msgctxt "submit listing"
7739
  msgid "No listing ID was specified."
7740
  msgstr "Een registratie is gewijzigd."
7741
 
7742
- #: includes/controllers/pages/class-submit-listing.php:101
7743
  #, fuzzy
7744
  msgctxt "submit listing"
7745
  msgid "You can't edit this listing."
7746
  msgstr "Categorieën voor deze registratie"
7747
 
7748
- #: includes/controllers/pages/class-submit-listing.php:164
7749
  msgctxt "submit listing"
7750
  msgid ""
7751
  "This listing can't be edited at this time because it has no plan associated. "
7752
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7753
  msgstr ""
7754
 
7755
- #: includes/controllers/pages/class-submit-listing.php:170
7756
  msgctxt "submit listing"
7757
  msgid ""
7758
  "This listing can't be edited at this time. Please try again later or contact "
7759
  "the admin if the problem persists."
7760
  msgstr ""
7761
 
7762
- #: includes/controllers/pages/class-submit-listing.php:194
7763
  #, fuzzy
7764
  msgctxt "submit listing"
7765
  msgid "You're logged in as admin, payment will be skipped."
@@ -7767,60 +7784,60 @@ msgstr ""
7767
  "Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
7768
  "overgeslagen."
7769
 
7770
- #: includes/controllers/pages/class-submit-listing.php:509
7771
  #, fuzzy
7772
  msgctxt "submit listing"
7773
  msgid "Category selection"
7774
  msgstr "categorie selectie"
7775
 
7776
- #: includes/controllers/pages/class-submit-listing.php:509
7777
  #, fuzzy
7778
  msgctxt "submit listing"
7779
  msgid "Category & plan selection"
7780
  msgstr "categorie selectie"
7781
 
7782
- #: includes/controllers/pages/class-submit-listing.php:817
7783
  msgctxt "submit listing"
7784
  msgid "Can not submit a listing at this moment. Please try again later."
7785
  msgstr ""
7786
 
7787
- #: includes/controllers/pages/class-submit-listing.php:866
7788
- #: includes/controllers/pages/class-submit-listing.php:993
7789
  msgctxt "submit listing"
7790
  msgid "Please select a category."
7791
  msgstr ""
7792
 
7793
- #: includes/controllers/pages/class-submit-listing.php:891
7794
  msgctxt "submit listing"
7795
  msgid "Current active plan is disabled. Please select another plan."
7796
  msgstr ""
7797
 
7798
- #: includes/controllers/pages/class-submit-listing.php:893
7799
  msgctxt "submit listing"
7800
  msgid "Please choose a valid category for your plan."
7801
  msgstr ""
7802
 
7803
- #: includes/controllers/pages/class-submit-listing.php:896
7804
  msgctxt "submit listing"
7805
  msgid "Please choose a valid plan for your category selection."
7806
  msgstr ""
7807
 
7808
- #: includes/controllers/pages/class-submit-listing.php:1204
7809
  msgctxt "submit listing"
7810
  msgid "Please enter your desired username."
7811
  msgstr ""
7812
 
7813
- #: includes/controllers/pages/class-submit-listing.php:1209
7814
  msgctxt "submit listing"
7815
  msgid "Please enter the e-mail for your new account."
7816
  msgstr ""
7817
 
7818
- #: includes/controllers/pages/class-submit-listing.php:1214
7819
  msgctxt "submit listing"
7820
  msgid "The username you chose is already in use. Please use a different one."
7821
  msgstr ""
7822
 
7823
- #: includes/controllers/pages/class-submit-listing.php:1219
7824
  msgctxt "submit listing"
7825
  msgid "The e-mail address you chose for your account is already in use."
7826
  msgstr ""
@@ -7830,7 +7847,7 @@ msgctxt "submit listing"
7830
  msgid "Listing submitted by admin. Payment skipped."
7831
  msgstr ""
7832
 
7833
- #: includes/controllers/pages/class-submit-listing.php:1159
7834
  msgctxt "listing submit"
7835
  msgid ""
7836
  "Image upload is required, please provide at least one image and submit again."
@@ -8139,7 +8156,7 @@ msgctxt "flag listing"
8139
  msgid "Report comment is required to save a report"
8140
  msgstr ""
8141
 
8142
- #: includes/installer.php:49
8143
  msgctxt "default category name"
8144
  msgid "General"
8145
  msgstr "Algemeen"
@@ -8326,22 +8343,22 @@ msgctxt "payments"
8326
  msgid "Payment #%s"
8327
  msgstr "Betaling"
8328
 
8329
- #: includes/utils.php:276
8330
  msgctxt "utils"
8331
  msgid "Unkown error while uploading file."
8332
  msgstr ""
8333
 
8334
- #: includes/utils.php:384
8335
  msgctxt "utils"
8336
  msgid "Error while uploading file"
8337
  msgstr ""
8338
 
8339
- #: includes/utils.php:407 includes/utils.php:413
8340
  msgctxt "utils"
8341
  msgid "File type \"%s\" is not allowed"
8342
  msgstr ""
8343
 
8344
- #: includes/utils.php:666
8345
  msgctxt "utils"
8346
  msgid ""
8347
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8486,12 +8503,6 @@ msgctxt "admin infometabox"
8486
  msgid "Send renewal e-mail"
8487
  msgstr ""
8488
 
8489
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8490
- #, fuzzy
8491
- msgctxt "admin infometabox"
8492
- msgid "Renew listing"
8493
- msgstr "Vernieuw registratie"
8494
-
8495
  #: templates/admin/themes-delete-confirm.tpl.php:14
8496
  msgctxt "themes admin"
8497
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -8845,10 +8856,6 @@ msgstr "Doorgaan"
8845
  #~ msgid "← Return to \"CSV Import\""
8846
  #~ msgstr "←Terug naar \"CSV Import\""
8847
 
8848
- #~ msgctxt "installer"
8849
- #~ msgid "Default Fee"
8850
- #~ msgstr "Standaard kosten"
8851
-
8852
  #, fuzzy
8853
  #~ msgid "Paid"
8854
  #~ msgstr "Betaald"
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-06-06 22:19:11+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
313
  msgstr ""
314
 
315
  #: includes/admin/controllers/class-admin-listings.php:187
316
+ #: includes/controllers/pages/class-submit-listing.php:638
317
  #: templates/email/listing-reported.tpl.php:7
318
  msgid "Listing Information"
319
  msgstr "Registratie informatie"
390
  msgstr ""
391
 
392
  #: includes/admin/controllers/class-form-fields-admin.php:37
393
+ #: includes/controllers/pages/class-submit-listing.php:968
394
  #, fuzzy
395
  msgid "Go to \"Form Fields\""
396
  msgstr "Ga naar \"instellen formulier velden\""
439
 
440
  #: includes/admin/controllers/class-form-fields-admin.php:348
441
  #: includes/form-fields.php:445
442
+ #: includes/helpers/class-field-display-list.php:247
443
  #: templates/checkout-billing-form.tpl.php:75
444
  #, fuzzy
445
  msgid "Address"
617
  msgid "Hide notifications"
618
  msgstr "E-Mail Notificaties"
619
 
620
+ #: includes/admin/helpers/csv/class-csv-import.php:673
621
  msgid "Listing imported by admin. Payment skipped."
622
  msgstr ""
623
 
624
+ #. translators: %d: the plan id
625
+ #: includes/admin/helpers/csv/class-csv-import.php:757
626
+ msgid "There is no Plan with ID = %d"
627
+ msgstr ""
628
+
629
  #. translators: %1$s: open link html, %2$s close link
630
  #: includes/admin/helpers/tables/class-fees-table.php:30
631
  msgid "There are no plans right now. %1$sCreate one%2$s."
734
  msgstr "Missende tabellen: %s"
735
 
736
  #: includes/admin/settings/class-settings-bootstrap.php:13
737
+ #: includes/controllers/pages/class-submit-listing.php:1374
738
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
739
  #: templates/listing-contactform.tpl.php:33
740
  #: templates/listing-flagging-form.tpl.php:39
769
 
770
  #: includes/admin/settings/class-settings-bootstrap.php:283
771
  #: includes/admin/settings/class-settings-bootstrap.php:297
772
+ #: includes/controllers/pages/class-submit-listing.php:651
773
  #, fuzzy
774
  msgid "Terms and Conditions"
775
  msgstr "Voorwaarden en condities"
964
  msgid "This is used for form buttons and form rootline."
965
  msgstr ""
966
 
967
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
968
+ #, fuzzy
969
+ msgid "Default Images"
970
+ msgstr "Standaard kosten"
971
+
972
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
973
+ msgid "Require images on submit/edit"
974
+ msgstr ""
975
+
976
  #: includes/admin/settings/class-settings-bootstrap.php:1054
977
  #, fuzzy
978
  msgid "Show Thumbnail"
1514
  msgstr "Bekijk alle registratie"
1515
 
1516
  #: includes/controllers/pages/class-checkout.php:181
1517
+ #: includes/controllers/pages/class-manage-listings.php:113
1518
  msgid "Pay Now"
1519
  msgstr ""
1520
 
1556
  msgid "l F j, Y \\a\\t g:i a"
1557
  msgstr ""
1558
 
1559
+ #: includes/controllers/pages/class-manage-listings.php:102
1560
+ #, fuzzy
1561
+ msgid "Pending"
1562
+ msgstr "In Afwachting"
1563
+
1564
+ #: includes/controllers/pages/class-manage-listings.php:113
1565
  #: templates/renew-listing.tpl.php:11
1566
  msgid "Renew Listing"
1567
  msgstr ""
1568
 
1569
+ #. translators: %d: the listing ID
1570
+ #: includes/controllers/pages/class-manage-recurring.php:35
1571
+ #, fuzzy
1572
+ msgid "The listing with id %d does not exist."
1573
+ msgstr "Hun registratie is ingediend."
1574
+
1575
  #: includes/controllers/pages/class-renew-listing.php:36
1576
  #, fuzzy
1577
  msgid "That listing cannot yet be renewed."
1583
  msgstr ""
1584
  "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
1585
 
1586
+ #: includes/controllers/pages/class-submit-listing.php:41
1587
  #: includes/helpers/functions/templates-ui.php:330
1588
  #: templates/submit-listing.tpl.php:17
1589
  #, fuzzy
1590
  msgid "Add Listing"
1591
  msgstr "Nieuwe registratie toevoegen"
1592
 
1593
+ #: includes/controllers/pages/class-submit-listing.php:684
1594
  #, fuzzy
1595
  msgid "Listing Images"
1596
  msgstr "Beelden bij de registratie"
1597
 
1598
+ #: includes/controllers/pages/class-submit-listing.php:752
1599
  msgid "Account Creation"
1600
  msgstr ""
1601
 
1602
+ #: includes/controllers/pages/class-submit-listing.php:951
1603
  #, fuzzy
1604
  msgid "Go to \"Plans\""
1605
  msgstr "Ga naar \"instellen formulier velden\""
1606
 
1607
+ #: includes/controllers/pages/class-submit-listing.php:1008
1608
  msgid "Please choose a plan."
1609
  msgstr ""
1610
 
1611
+ #: includes/controllers/pages/class-submit-listing.php:1198
1612
  msgid "Please check the form for errors, correct them and submit again."
1613
  msgstr ""
1614
 
1615
+ #: includes/controllers/pages/class-submit-listing.php:1358
1616
  msgid "Create a user account on this site"
1617
  msgstr ""
1618
 
1619
+ #: includes/controllers/pages/class-submit-listing.php:1365
1620
  #, fuzzy
1621
  msgid "Username"
1622
  msgstr "Gebruiker"
1623
 
1624
+ #: includes/controllers/pages/class-submit-listing.php:1387
1625
  #, fuzzy
1626
  msgid "Clear Form"
1627
  msgstr "Leegmaken"
1931
  msgid "Manage Listings"
1932
  msgstr "Opties beheren"
1933
 
1934
+ #: includes/installer.php:51
1935
  #, fuzzy
1936
  msgid "Default Plan"
1937
  msgstr "Standaard kosten"
2074
  msgid "ZIP file is not a valid Business Directory theme file."
2075
  msgstr ""
2076
 
2077
+ #: includes/utils.php:391
2078
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2079
  msgstr ""
2080
 
2081
+ #: includes/utils.php:400
2082
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2083
  msgstr ""
2084
 
2467
  msgid "Add a payment gateway to increase conversion rates"
2468
  msgstr ""
2469
 
2470
+ #. translators: %s: payment gateway name
2471
  #: templates/admin/fees-index.tpl.php:75
2472
  #, fuzzy
2473
  msgid "Add %s as a payment option."
2559
  msgid "Recurring"
2560
  msgstr "Terug naar registratie."
2561
 
2562
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2563
+ #, fuzzy
2564
+ msgid "Renew listing"
2565
+ msgstr "Vernieuw registratie"
2566
+
2567
  #: templates/admin/payments-details.tpl.php:5
2568
  #, fuzzy
2569
  msgid "Payment %s"
3450
  msgstr "Verberg lege categorieën"
3451
 
3452
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3453
+ #, fuzzy
3454
  msgid "Failed to import post tag %s"
3455
+ msgstr "Verberg lege categorieën"
3456
 
3457
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3458
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3459
+ #, fuzzy
3460
  msgid "Failed to import %s %s"
3461
+ msgstr "Verberg lege categorieën"
3462
 
3463
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3464
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3469
  msgstr ""
3470
 
3471
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3472
+ #, fuzzy
3473
  msgid "Failed to import %s &#8220;%s&#8221;"
3474
+ msgstr "Verberg lege categorieën"
3475
 
3476
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3477
  msgid "Menu item skipped due to missing menu slug"
3566
  msgid "Business Directory Team"
3567
  msgstr "Business Directory - Zoeken"
3568
 
3569
+ #: includes/abstracts/class-view.php:119
3570
  #, fuzzy
3571
  msgctxt "views"
3572
  msgid "Invalid credentials."
5283
  msgstr "Algemeen"
5284
 
5285
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5286
  #, fuzzy
5287
  msgctxt "settings"
5288
  msgid "Listings"
5886
  "hoogte loopt dan proportioneel mee. Afhankelijk van de beelden krijgen de "
5887
  "voorbeelden dan soms verschillende hoogtes. "
5888
 
 
 
 
 
 
5889
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5890
  msgctxt "settings"
5891
  msgid "Default thumbnail image size"
6426
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6427
  msgstr ""
6428
 
6429
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6430
  msgctxt "admin csv-import"
6431
  msgid ""
6432
  "Could not create listing category \"<category-name>\". The operation failed "
6433
  "with the following error: <error-message>."
6434
  msgstr ""
6435
 
6436
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6437
  msgctxt "admin csv-import"
6438
  msgid "Could not create listing category \"%s\""
6439
  msgstr ""
6440
 
6441
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6442
  msgctxt "admin csv-import"
6443
  msgid "Username \"%s\" does not exist"
6444
  msgstr ""
6445
 
6446
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
6447
  msgctxt "admin csv-import"
6448
  msgid "Missing required field: %s"
6449
  msgstr "Mist vereist veld: %s"
6450
 
6451
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6452
  msgctxt "admin csv-import"
6453
  msgid "Listing category \"%s\" does not exist"
6454
  msgstr ""
6455
 
6456
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6457
  msgctxt "admin csv-import"
6458
  msgid "The string <string> couldn't be converted into a valid date."
6459
  msgstr ""
7404
  "site. If you didn't want that, click <a>here</a> to change the setting."
7405
  msgstr ""
7406
 
7407
+ #: includes/controllers/pages/class-submit-listing.php:495
7408
  msgctxt "templates"
7409
  msgid ""
7410
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7411
  "Submission?\" setting checked?"
7412
  msgstr ""
7413
 
7414
+ #: includes/controllers/pages/class-submit-listing.php:497
7415
  msgctxt "templates"
7416
  msgid ""
7417
  "Listing submission has been disabled. Contact the administrator for details."
7418
  msgstr ""
7419
 
7420
+ #: includes/controllers/pages/class-submit-listing.php:944
7421
  msgctxt "templates"
7422
  msgid ""
7423
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7424
  "a listing. %s to create a plan"
7425
  msgstr ""
7426
 
7427
+ #: includes/controllers/pages/class-submit-listing.php:958
7428
  msgctxt "templates"
7429
  msgid ""
7430
  "Listing submission is not available at the moment. Contact the administrator "
7431
  "for details."
7432
  msgstr ""
7433
 
7434
+ #: includes/controllers/pages/class-submit-listing.php:961
7435
  msgctxt "templates"
7436
  msgid ""
7437
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7439
  "an existing field"
7440
  msgstr ""
7441
 
7442
+ #: includes/controllers/pages/class-submit-listing.php:1408
7443
  msgctxt "templates"
7444
  msgid "Please agree to the Terms and Conditions."
7445
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7446
 
7447
+ #: includes/controllers/pages/class-submit-listing.php:1422
7448
  #, fuzzy
7449
  msgctxt "templates"
7450
  msgid "I agree to the <a>Terms and Conditions</a>"
7592
  msgid "Please <a>login</a> to manage your listings."
7593
  msgstr ""
7594
 
7595
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
7596
  msgctxt "manage subscriptions"
7597
  msgid ""
7598
  "You are not authorized to cancel this subscription. The link you followed is "
7599
  "invalid."
7600
  msgstr ""
7601
 
7602
+ #: includes/controllers/pages/class-manage-recurring.php:56
7603
  msgctxt "manage subscriptions"
7604
  msgid "Invalid subscription."
7605
  msgstr ""
7606
 
7607
+ #: includes/controllers/pages/class-manage-recurring.php:79
7608
  #, fuzzy
7609
  msgctxt "manage subscriptions"
7610
  msgid "Your subscription was canceled."
7616
  msgid "Subscription / Plan"
7617
  msgstr "Je registratie is verwijderd."
7618
 
7619
+ #: includes/controllers/pages/class-manage-recurring.php:96
7620
  #, fuzzy
7621
  msgctxt "manage listings"
7622
  msgid "You are not on recurring payments for any of your listings."
7724
  msgid "\"%s\" is required."
7725
  msgstr "%s is vereist."
7726
 
7727
+ #: includes/controllers/pages/class-submit-listing.php:78
7728
  msgctxt "submit listing"
7729
  msgid "Click this field to add categories"
7730
  msgstr ""
7731
 
7732
+ #: includes/controllers/pages/class-submit-listing.php:79
7733
  #, fuzzy
7734
  msgctxt "submit listing"
7735
  msgid "Complete Listing"
7736
  msgstr "Registratie verwijderen"
7737
 
7738
+ #: includes/controllers/pages/class-submit-listing.php:80
7739
  msgctxt "submit listing"
7740
  msgid "Continue to Payment"
7741
  msgstr ""
7742
 
7743
+ #: includes/controllers/pages/class-submit-listing.php:82
7744
  msgctxt "submit listing"
7745
  msgid "Please wait a moment!"
7746
  msgstr ""
7747
 
7748
+ #: includes/controllers/pages/class-submit-listing.php:83
7749
  msgctxt "submit listing"
7750
  msgid "Something went wrong!"
7751
  msgstr ""
7752
 
7753
+ #: includes/controllers/pages/class-submit-listing.php:118
7754
  #, fuzzy
7755
  msgctxt "submit listing"
7756
  msgid "No listing ID was specified."
7757
  msgstr "Een registratie is gewijzigd."
7758
 
7759
+ #: includes/controllers/pages/class-submit-listing.php:120
7760
  #, fuzzy
7761
  msgctxt "submit listing"
7762
  msgid "You can't edit this listing."
7763
  msgstr "Categorieën voor deze registratie"
7764
 
7765
+ #: includes/controllers/pages/class-submit-listing.php:162
7766
  msgctxt "submit listing"
7767
  msgid ""
7768
  "This listing can't be edited at this time because it has no plan associated. "
7769
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7770
  msgstr ""
7771
 
7772
+ #: includes/controllers/pages/class-submit-listing.php:168
7773
  msgctxt "submit listing"
7774
  msgid ""
7775
  "This listing can't be edited at this time. Please try again later or contact "
7776
  "the admin if the problem persists."
7777
  msgstr ""
7778
 
7779
+ #: includes/controllers/pages/class-submit-listing.php:250
7780
  #, fuzzy
7781
  msgctxt "submit listing"
7782
  msgid "You're logged in as admin, payment will be skipped."
7784
  "Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
7785
  "overgeslagen."
7786
 
7787
+ #: includes/controllers/pages/class-submit-listing.php:633
7788
  #, fuzzy
7789
  msgctxt "submit listing"
7790
  msgid "Category selection"
7791
  msgstr "categorie selectie"
7792
 
7793
+ #: includes/controllers/pages/class-submit-listing.php:633
7794
  #, fuzzy
7795
  msgctxt "submit listing"
7796
  msgid "Category & plan selection"
7797
  msgstr "categorie selectie"
7798
 
7799
+ #: includes/controllers/pages/class-submit-listing.php:941
7800
  msgctxt "submit listing"
7801
  msgid "Can not submit a listing at this moment. Please try again later."
7802
  msgstr ""
7803
 
7804
+ #: includes/controllers/pages/class-submit-listing.php:990
7805
+ #: includes/controllers/pages/class-submit-listing.php:1117
7806
  msgctxt "submit listing"
7807
  msgid "Please select a category."
7808
  msgstr ""
7809
 
7810
+ #: includes/controllers/pages/class-submit-listing.php:1015
7811
  msgctxt "submit listing"
7812
  msgid "Current active plan is disabled. Please select another plan."
7813
  msgstr ""
7814
 
7815
+ #: includes/controllers/pages/class-submit-listing.php:1017
7816
  msgctxt "submit listing"
7817
  msgid "Please choose a valid category for your plan."
7818
  msgstr ""
7819
 
7820
+ #: includes/controllers/pages/class-submit-listing.php:1020
7821
  msgctxt "submit listing"
7822
  msgid "Please choose a valid plan for your category selection."
7823
  msgstr ""
7824
 
7825
+ #: includes/controllers/pages/class-submit-listing.php:1328
7826
  msgctxt "submit listing"
7827
  msgid "Please enter your desired username."
7828
  msgstr ""
7829
 
7830
+ #: includes/controllers/pages/class-submit-listing.php:1333
7831
  msgctxt "submit listing"
7832
  msgid "Please enter the e-mail for your new account."
7833
  msgstr ""
7834
 
7835
+ #: includes/controllers/pages/class-submit-listing.php:1338
7836
  msgctxt "submit listing"
7837
  msgid "The username you chose is already in use. Please use a different one."
7838
  msgstr ""
7839
 
7840
+ #: includes/controllers/pages/class-submit-listing.php:1343
7841
  msgctxt "submit listing"
7842
  msgid "The e-mail address you chose for your account is already in use."
7843
  msgstr ""
7847
  msgid "Listing submitted by admin. Payment skipped."
7848
  msgstr ""
7849
 
7850
+ #: includes/controllers/pages/class-submit-listing.php:1283
7851
  msgctxt "listing submit"
7852
  msgid ""
7853
  "Image upload is required, please provide at least one image and submit again."
8156
  msgid "Report comment is required to save a report"
8157
  msgstr ""
8158
 
8159
+ #: includes/installer.php:40
8160
  msgctxt "default category name"
8161
  msgid "General"
8162
  msgstr "Algemeen"
8343
  msgid "Payment #%s"
8344
  msgstr "Betaling"
8345
 
8346
+ #: includes/utils.php:277
8347
  msgctxt "utils"
8348
  msgid "Unkown error while uploading file."
8349
  msgstr ""
8350
 
8351
+ #: includes/utils.php:385
8352
  msgctxt "utils"
8353
  msgid "Error while uploading file"
8354
  msgstr ""
8355
 
8356
+ #: includes/utils.php:408 includes/utils.php:414
8357
  msgctxt "utils"
8358
  msgid "File type \"%s\" is not allowed"
8359
  msgstr ""
8360
 
8361
+ #: includes/utils.php:667
8362
  msgctxt "utils"
8363
  msgid ""
8364
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8503
  msgid "Send renewal e-mail"
8504
  msgstr ""
8505
 
 
 
 
 
 
 
8506
  #: templates/admin/themes-delete-confirm.tpl.php:14
8507
  msgctxt "themes admin"
8508
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8856
  #~ msgid "← Return to \"CSV Import\""
8857
  #~ msgstr "←Terug naar \"CSV Import\""
8858
 
 
 
 
 
8859
  #, fuzzy
8860
  #~ msgid "Paid"
8861
  #~ msgstr "Betaald"
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-05-13 19:33:26+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
@@ -391,7 +391,7 @@ msgstr ""
391
 
392
  # @ WPBDM
393
  #: includes/admin/controllers/class-admin-listings.php:187
394
- #: includes/controllers/pages/class-submit-listing.php:514
395
  #: templates/email/listing-reported.tpl.php:7
396
  msgid "Listing Information"
397
  msgstr "Informacje o firmie"
@@ -481,7 +481,7 @@ msgstr ""
481
 
482
  # @ WPBDM
483
  #: includes/admin/controllers/class-form-fields-admin.php:37
484
- #: includes/controllers/pages/class-submit-listing.php:844
485
  #, fuzzy
486
  msgid "Go to \"Form Fields\""
487
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
@@ -538,7 +538,7 @@ msgstr "Slug Tagów"
538
  # @ WPBDM
539
  #: includes/admin/controllers/class-form-fields-admin.php:348
540
  #: includes/form-fields.php:445
541
- #: includes/helpers/class-field-display-list.php:246
542
  #: templates/checkout-billing-form.tpl.php:75
543
  #, fuzzy
544
  msgid "Address"
@@ -742,11 +742,16 @@ msgid "Hide notifications"
742
  msgstr "Powiadomienia E-mail"
743
 
744
  # @ WPBDM
745
- #: includes/admin/helpers/csv/class-csv-import.php:675
746
  #, fuzzy
747
  msgid "Listing imported by admin. Payment skipped."
748
  msgstr "Prześlij ofertę"
749
 
 
 
 
 
 
750
  #. translators: %1$s: open link html, %2$s close link
751
  #: includes/admin/helpers/tables/class-fees-table.php:30
752
  msgid "There are no plans right now. %1$sCreate one%2$s."
@@ -872,7 +877,7 @@ msgstr "Oferty otagowane: %s"
872
 
873
  # @ WPBDM
874
  #: includes/admin/settings/class-settings-bootstrap.php:13
875
- #: includes/controllers/pages/class-submit-listing.php:1250
876
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
877
  #: templates/listing-contactform.tpl.php:33
878
  #: templates/listing-flagging-form.tpl.php:39
@@ -912,7 +917,7 @@ msgstr "Nazwisko jest wymagane."
912
  # @ WPBDM
913
  #: includes/admin/settings/class-settings-bootstrap.php:283
914
  #: includes/admin/settings/class-settings-bootstrap.php:297
915
- #: includes/controllers/pages/class-submit-listing.php:527
916
  #, fuzzy
917
  msgid "Terms and Conditions"
918
  msgstr "Warunki i regulamin korzystania z serwisu."
@@ -1114,6 +1119,16 @@ msgstr ""
1114
  msgid "This is used for form buttons and form rootline."
1115
  msgstr ""
1116
 
 
 
 
 
 
 
 
 
 
 
1117
  # @ WPBDM
1118
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1119
  #, fuzzy
@@ -1747,7 +1762,7 @@ msgid "View All Listings"
1747
  msgstr "Zobacz wszystkie Firmy"
1748
 
1749
  #: includes/controllers/pages/class-checkout.php:181
1750
- #: includes/controllers/pages/class-manage-listings.php:109
1751
  msgid "Pay Now"
1752
  msgstr ""
1753
 
@@ -1800,11 +1815,24 @@ msgid "l F j, Y \\a\\t g:i a"
1800
  msgstr "l F j, Y \\a\\t g:i a"
1801
 
1802
  # @ WPBDM
1803
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
 
1804
  #: templates/renew-listing.tpl.php:11
1805
  msgid "Renew Listing"
1806
  msgstr "Odnowienie oferty"
1807
 
 
 
 
 
 
 
 
1808
  # @ WPBDM
1809
  #: includes/controllers/pages/class-renew-listing.php:36
1810
  #, fuzzy
@@ -1818,7 +1846,7 @@ msgid "This is just a preview. The listing has not been published yet."
1818
  msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
1819
 
1820
  # @ WPBDM
1821
- #: includes/controllers/pages/class-submit-listing.php:32
1822
  #: includes/helpers/functions/templates-ui.php:330
1823
  #: templates/submit-listing.tpl.php:17
1824
  #, fuzzy
@@ -1826,41 +1854,41 @@ msgid "Add Listing"
1826
  msgstr "Dodaj Abonament oferty"
1827
 
1828
  # @ WPBDM
1829
- #: includes/controllers/pages/class-submit-listing.php:560
1830
  #, fuzzy
1831
  msgid "Listing Images"
1832
  msgstr "Obrazy"
1833
 
1834
- #: includes/controllers/pages/class-submit-listing.php:628
1835
  msgid "Account Creation"
1836
  msgstr ""
1837
 
1838
  # @ WPBDM
1839
- #: includes/controllers/pages/class-submit-listing.php:827
1840
  #, fuzzy
1841
  msgid "Go to \"Plans\""
1842
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1843
 
1844
  # @ WPBDM
1845
- #: includes/controllers/pages/class-submit-listing.php:884
1846
  #, fuzzy
1847
  msgid "Please choose a plan."
1848
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1849
 
1850
- #: includes/controllers/pages/class-submit-listing.php:1074
1851
  msgid "Please check the form for errors, correct them and submit again."
1852
  msgstr ""
1853
 
1854
- #: includes/controllers/pages/class-submit-listing.php:1234
1855
  msgid "Create a user account on this site"
1856
  msgstr ""
1857
 
1858
- #: includes/controllers/pages/class-submit-listing.php:1241
1859
  msgid "Username"
1860
  msgstr ""
1861
 
1862
  # @ WPBDM
1863
- #: includes/controllers/pages/class-submit-listing.php:1263
1864
  #, fuzzy
1865
  msgid "Clear Form"
1866
  msgstr "Wyczyść"
@@ -2245,7 +2273,7 @@ msgid "Manage Listings"
2245
  msgstr "Zarządzaj ofertami płatnymi"
2246
 
2247
  # @ WPBDM
2248
- #: includes/installer.php:60
2249
  #, fuzzy
2250
  msgid "Default Plan"
2251
  msgstr "Usuń abonament"
@@ -2412,13 +2440,13 @@ msgid "ZIP file is not a valid Business Directory theme file."
2412
  msgstr "Proszę wprowadzić poprawny adres e-mail."
2413
 
2414
  # @ WPBDM
2415
- #: includes/utils.php:390
2416
  #, fuzzy
2417
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2418
  msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
2419
 
2420
  # @ WPBDM
2421
- #: includes/utils.php:399
2422
  #, fuzzy
2423
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2424
  msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
@@ -2908,7 +2936,7 @@ msgid "Add a payment gateway to increase conversion rates"
2908
  msgstr ""
2909
 
2910
  # @ WPBDM
2911
- #. translators: %s: payment gateway name */
2912
  #: templates/admin/fees-index.tpl.php:75
2913
  #, fuzzy
2914
  msgid "Add %s as a payment option."
@@ -3019,6 +3047,12 @@ msgstr ""
3019
  msgid "Recurring"
3020
  msgstr "(powtarzające się)"
3021
 
 
 
 
 
 
 
3022
  # @ WPBDM
3023
  #: templates/admin/payments-details.tpl.php:5
3024
  #, fuzzy
@@ -4064,14 +4098,18 @@ msgstr ""
4064
  msgid "Failed to import category %s"
4065
  msgstr "Ukryć puste kategorie?"
4066
 
 
4067
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
4068
  msgid "Failed to import post tag %s"
4069
- msgstr ""
4070
 
 
4071
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
4072
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
4073
  msgid "Failed to import %s %s"
4074
- msgstr ""
4075
 
4076
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
4077
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -4081,9 +4119,11 @@ msgstr ""
4081
  msgid "%s &#8220;%s&#8221; already exists."
4082
  msgstr ""
4083
 
 
4084
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
4085
  msgid "Failed to import %s &#8220;%s&#8221;"
4086
- msgstr ""
4087
 
4088
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
4089
  msgid "Menu item skipped due to missing menu slug"
@@ -4186,7 +4226,7 @@ msgid "Business Directory Team"
4186
  msgstr "Katalog Firm"
4187
 
4188
  # @ WPBDM
4189
- #: includes/abstracts/class-view.php:130
4190
  #, fuzzy
4191
  msgctxt "views"
4192
  msgid "Invalid credentials."
@@ -6178,7 +6218,6 @@ msgstr "Główne"
6178
 
6179
  # @ WPBDM
6180
  #: includes/admin/settings/class-settings-bootstrap.php:10
6181
- #: includes/admin/settings/class-settings-bootstrap.php:1039
6182
  #, fuzzy
6183
  msgctxt "settings"
6184
  msgid "Listings"
@@ -6870,11 +6909,6 @@ msgstr ""
6870
  "wysokość będzie dopasowana proporcjonalnie. Każdy z dodanych obrazów przy "
6871
  "tej opcji, może mieć inną wysokość."
6872
 
6873
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6874
- msgctxt "settings"
6875
- msgid "Enforce image upload on submit/edit"
6876
- msgstr ""
6877
-
6878
  # @ WPBDM
6879
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6880
  #, fuzzy
@@ -7516,7 +7550,7 @@ msgstr ""
7516
  "IMPORT jest obecnie w \"trybie testowym\". Niec nie zostanie dodane do bazy "
7517
  "danych."
7518
 
7519
- #: includes/admin/helpers/csv/class-csv-import.php:532
7520
  msgctxt "admin csv-import"
7521
  msgid ""
7522
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -7524,35 +7558,30 @@ msgid ""
7524
  msgstr ""
7525
 
7526
  # @ WPBDM
7527
- #: includes/admin/helpers/csv/class-csv-import.php:538
7528
  msgctxt "admin csv-import"
7529
  msgid "Could not create listing category \"%s\""
7530
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7531
 
7532
  # @ WPBDM
7533
- #: includes/admin/helpers/csv/class-csv-import.php:730
7534
  msgctxt "admin csv-import"
7535
  msgid "Username \"%s\" does not exist"
7536
  msgstr "Użytkownik \"%s\" nie istnieje"
7537
 
7538
- #: includes/admin/helpers/csv/class-csv-import.php:757
7539
- msgctxt "admin csv-import"
7540
- msgid "There is no Plan with ID = <fee-id>"
7541
- msgstr ""
7542
-
7543
  # @ WPBDM
7544
- #: includes/admin/helpers/csv/class-csv-import.php:788
7545
  msgctxt "admin csv-import"
7546
  msgid "Missing required field: %s"
7547
  msgstr "Brak wymaganego pola: %s"
7548
 
7549
  # @ WPBDM
7550
- #: includes/admin/helpers/csv/class-csv-import.php:829
7551
  msgctxt "admin csv-import"
7552
  msgid "Listing category \"%s\" does not exist"
7553
  msgstr "Kategoria \"%s\" nie istnieje"
7554
 
7555
- #: includes/admin/helpers/csv/class-csv-import.php:903
7556
  msgctxt "admin csv-import"
7557
  msgid "The string <string> couldn't be converted into a valid date."
7558
  msgstr ""
@@ -8706,34 +8735,34 @@ msgstr ""
8706
  "zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
8707
  "stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
8708
 
8709
- #: includes/controllers/pages/class-submit-listing.php:420
8710
  msgctxt "templates"
8711
  msgid ""
8712
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
8713
  "Submission?\" setting checked?"
8714
  msgstr ""
8715
 
8716
- #: includes/controllers/pages/class-submit-listing.php:422
8717
  msgctxt "templates"
8718
  msgid ""
8719
  "Listing submission has been disabled. Contact the administrator for details."
8720
  msgstr ""
8721
 
8722
- #: includes/controllers/pages/class-submit-listing.php:820
8723
  msgctxt "templates"
8724
  msgid ""
8725
  "<b>There are no Plans available</b>, without a plan site users can't submit "
8726
  "a listing. %s to create a plan"
8727
  msgstr ""
8728
 
8729
- #: includes/controllers/pages/class-submit-listing.php:834
8730
  msgctxt "templates"
8731
  msgid ""
8732
  "Listing submission is not available at the moment. Contact the administrator "
8733
  "for details."
8734
  msgstr ""
8735
 
8736
- #: includes/controllers/pages/class-submit-listing.php:837
8737
  msgctxt "templates"
8738
  msgid ""
8739
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -8742,13 +8771,13 @@ msgid ""
8742
  msgstr ""
8743
 
8744
  # @ WPBDM
8745
- #: includes/controllers/pages/class-submit-listing.php:1284
8746
  msgctxt "templates"
8747
  msgid "Please agree to the Terms and Conditions."
8748
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8749
 
8750
  # @ WPBDM
8751
- #: includes/controllers/pages/class-submit-listing.php:1298
8752
  #, fuzzy
8753
  msgctxt "templates"
8754
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -8926,13 +8955,8 @@ msgstr ""
8926
  "Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej "
8927
  "za kontakt z klientem."
8928
 
8929
- #: includes/controllers/pages/class-manage-recurring.php:33
8930
- msgctxt "manage subscription"
8931
- msgid "The listing with id = <listing-id> doesn't exists."
8932
- msgstr ""
8933
-
8934
  # @ WPBDM
8935
- #: includes/controllers/pages/class-manage-recurring.php:42
8936
  #, fuzzy
8937
  msgctxt "manage subscriptions"
8938
  msgid ""
@@ -8941,13 +8965,13 @@ msgid ""
8941
  msgstr "Nie masz uprawnień do edycji tej oferty."
8942
 
8943
  # @ WPBDM
8944
- #: includes/controllers/pages/class-manage-recurring.php:53
8945
  msgctxt "manage subscriptions"
8946
  msgid "Invalid subscription."
8947
  msgstr "Niepoprawna subkrypcja."
8948
 
8949
  # @ WPBDM
8950
- #: includes/controllers/pages/class-manage-recurring.php:76
8951
  #, fuzzy
8952
  msgctxt "manage subscriptions"
8953
  msgid "Your subscription was canceled."
@@ -8961,7 +8985,7 @@ msgid "Subscription / Plan"
8961
  msgstr "Plan Subskrypcji/Abonamentu"
8962
 
8963
  # @ WPBDM
8964
- #: includes/controllers/pages/class-manage-recurring.php:93
8965
  #, fuzzy
8966
  msgctxt "manage listings"
8967
  msgid "You are not on recurring payments for any of your listings."
@@ -9089,57 +9113,57 @@ msgctxt "search"
9089
  msgid "\"%s\" is required."
9090
  msgstr "%s jest wymagane."
9091
 
9092
- #: includes/controllers/pages/class-submit-listing.php:69
9093
  msgctxt "submit listing"
9094
  msgid "Click this field to add categories"
9095
  msgstr ""
9096
 
9097
  # @ WPBDM
9098
- #: includes/controllers/pages/class-submit-listing.php:70
9099
  #, fuzzy
9100
  msgctxt "submit listing"
9101
  msgid "Complete Listing"
9102
  msgstr "Usuń Ofertę"
9103
 
9104
  # @ WPBDM
9105
- #: includes/controllers/pages/class-submit-listing.php:71
9106
  #, fuzzy
9107
  msgctxt "submit listing"
9108
  msgid "Continue to Payment"
9109
  msgstr "Inicjacja Płatności"
9110
 
9111
- #: includes/controllers/pages/class-submit-listing.php:73
9112
  msgctxt "submit listing"
9113
  msgid "Please wait a moment!"
9114
  msgstr ""
9115
 
9116
- #: includes/controllers/pages/class-submit-listing.php:74
9117
  msgctxt "submit listing"
9118
  msgid "Something went wrong!"
9119
  msgstr ""
9120
 
9121
  # @ WPBDM
9122
- #: includes/controllers/pages/class-submit-listing.php:99
9123
  #, fuzzy
9124
  msgctxt "submit listing"
9125
  msgid "No listing ID was specified."
9126
  msgstr "Edytowano ofertę."
9127
 
9128
  # @ WPBDM
9129
- #: includes/controllers/pages/class-submit-listing.php:101
9130
  #, fuzzy
9131
  msgctxt "submit listing"
9132
  msgid "You can't edit this listing."
9133
  msgstr "Kategorie dla tej oferty"
9134
 
9135
- #: includes/controllers/pages/class-submit-listing.php:164
9136
  msgctxt "submit listing"
9137
  msgid ""
9138
  "This listing can't be edited at this time because it has no plan associated. "
9139
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
9140
  msgstr ""
9141
 
9142
- #: includes/controllers/pages/class-submit-listing.php:170
9143
  msgctxt "submit listing"
9144
  msgid ""
9145
  "This listing can't be edited at this time. Please try again later or contact "
@@ -9147,7 +9171,7 @@ msgid ""
9147
  msgstr ""
9148
 
9149
  # @ WPBDM
9150
- #: includes/controllers/pages/class-submit-listing.php:194
9151
  #, fuzzy
9152
  msgctxt "submit listing"
9153
  msgid "You're logged in as admin, payment will be skipped."
@@ -9156,21 +9180,21 @@ msgstr ""
9156
  "pominięte."
9157
 
9158
  # @ WPBDM
9159
- #: includes/controllers/pages/class-submit-listing.php:509
9160
  #, fuzzy
9161
  msgctxt "submit listing"
9162
  msgid "Category selection"
9163
  msgstr "Wybór Kategorii"
9164
 
9165
  # @ WPBDM
9166
- #: includes/controllers/pages/class-submit-listing.php:509
9167
  #, fuzzy
9168
  msgctxt "submit listing"
9169
  msgid "Category & plan selection"
9170
  msgstr "Wybór Kategorii"
9171
 
9172
  # @ WPBDM
9173
- #: includes/controllers/pages/class-submit-listing.php:817
9174
  #, fuzzy
9175
  msgctxt "submit listing"
9176
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -9179,50 +9203,50 @@ msgstr ""
9179
  "później."
9180
 
9181
  # @ WPBDM
9182
- #: includes/controllers/pages/class-submit-listing.php:866
9183
- #: includes/controllers/pages/class-submit-listing.php:993
9184
  #, fuzzy
9185
  msgctxt "submit listing"
9186
  msgid "Please select a category."
9187
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9188
 
9189
- #: includes/controllers/pages/class-submit-listing.php:891
9190
  msgctxt "submit listing"
9191
  msgid "Current active plan is disabled. Please select another plan."
9192
  msgstr ""
9193
 
9194
- #: includes/controllers/pages/class-submit-listing.php:893
9195
  msgctxt "submit listing"
9196
  msgid "Please choose a valid category for your plan."
9197
  msgstr ""
9198
 
9199
  # @ WPBDM
9200
- #: includes/controllers/pages/class-submit-listing.php:896
9201
  #, fuzzy
9202
  msgctxt "submit listing"
9203
  msgid "Please choose a valid plan for your category selection."
9204
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9205
 
9206
  # @ WPBDM
9207
- #: includes/controllers/pages/class-submit-listing.php:1204
9208
  #, fuzzy
9209
  msgctxt "submit listing"
9210
  msgid "Please enter your desired username."
9211
  msgstr "Proszę wprowadzić Imię"
9212
 
9213
  # @ WPBDM
9214
- #: includes/controllers/pages/class-submit-listing.php:1209
9215
  #, fuzzy
9216
  msgctxt "submit listing"
9217
  msgid "Please enter the e-mail for your new account."
9218
  msgstr "Proszę wprowadzić Imię"
9219
 
9220
- #: includes/controllers/pages/class-submit-listing.php:1214
9221
  msgctxt "submit listing"
9222
  msgid "The username you chose is already in use. Please use a different one."
9223
  msgstr ""
9224
 
9225
- #: includes/controllers/pages/class-submit-listing.php:1219
9226
  msgctxt "submit listing"
9227
  msgid "The e-mail address you chose for your account is already in use."
9228
  msgstr ""
@@ -9234,7 +9258,7 @@ msgctxt "submit listing"
9234
  msgid "Listing submitted by admin. Payment skipped."
9235
  msgstr "Prześlij ofertę"
9236
 
9237
- #: includes/controllers/pages/class-submit-listing.php:1159
9238
  msgctxt "listing submit"
9239
  msgid ""
9240
  "Image upload is required, please provide at least one image and submit again."
@@ -9595,7 +9619,7 @@ msgid "Report comment is required to save a report"
9595
  msgstr ""
9596
 
9597
  # @ WPBDM
9598
- #: includes/installer.php:49
9599
  msgctxt "default category name"
9600
  msgid "General"
9601
  msgstr "Główna"
@@ -9803,25 +9827,25 @@ msgid "Payment #%s"
9803
  msgstr "Płatność #%d"
9804
 
9805
  # @ WPBDM
9806
- #: includes/utils.php:276
9807
  msgctxt "utils"
9808
  msgid "Unkown error while uploading file."
9809
  msgstr "Nieznany błąd podczas przesyłania pliku."
9810
 
9811
  # @ WPBDM
9812
- #: includes/utils.php:384
9813
  msgctxt "utils"
9814
  msgid "Error while uploading file"
9815
  msgstr "Błąd podczas przesyłania pliku."
9816
 
9817
  # @ WPBDM
9818
- #: includes/utils.php:407 includes/utils.php:413
9819
  msgctxt "utils"
9820
  msgid "File type \"%s\" is not allowed"
9821
  msgstr "Pliki typu \"%s\" , nie są dozwolone"
9822
 
9823
  # @ WPBDM
9824
- #: includes/utils.php:666
9825
  msgctxt "utils"
9826
  msgid ""
9827
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -9991,13 +10015,6 @@ msgctxt "admin infometabox"
9991
  msgid "Send renewal e-mail"
9992
  msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
9993
 
9994
- # @ WPBDM
9995
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
9996
- #, fuzzy
9997
- msgctxt "admin infometabox"
9998
- msgid "Renew listing"
9999
- msgstr "Odnów Ofertę"
10000
-
10001
  # @ WPBDM
10002
  #: templates/admin/themes-delete-confirm.tpl.php:14
10003
  msgctxt "themes admin"
@@ -10507,11 +10524,6 @@ msgstr "Kontynuacja"
10507
  #~ msgid "Manage Theme Tags"
10508
  #~ msgstr "Zarządzaj abonamentami"
10509
 
10510
- # @ WPBDM
10511
- #~ msgctxt "installer"
10512
- #~ msgid "Default Fee"
10513
- #~ msgstr "Usuń abonament"
10514
-
10515
  # @ WPBDM
10516
  #~ msgctxt "fees-api"
10517
  #~ msgid "Fee label is required."
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-06-06 22:19:11+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
391
 
392
  # @ WPBDM
393
  #: includes/admin/controllers/class-admin-listings.php:187
394
+ #: includes/controllers/pages/class-submit-listing.php:638
395
  #: templates/email/listing-reported.tpl.php:7
396
  msgid "Listing Information"
397
  msgstr "Informacje o firmie"
481
 
482
  # @ WPBDM
483
  #: includes/admin/controllers/class-form-fields-admin.php:37
484
+ #: includes/controllers/pages/class-submit-listing.php:968
485
  #, fuzzy
486
  msgid "Go to \"Form Fields\""
487
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
538
  # @ WPBDM
539
  #: includes/admin/controllers/class-form-fields-admin.php:348
540
  #: includes/form-fields.php:445
541
+ #: includes/helpers/class-field-display-list.php:247
542
  #: templates/checkout-billing-form.tpl.php:75
543
  #, fuzzy
544
  msgid "Address"
742
  msgstr "Powiadomienia E-mail"
743
 
744
  # @ WPBDM
745
+ #: includes/admin/helpers/csv/class-csv-import.php:673
746
  #, fuzzy
747
  msgid "Listing imported by admin. Payment skipped."
748
  msgstr "Prześlij ofertę"
749
 
750
+ #. translators: %d: the plan id
751
+ #: includes/admin/helpers/csv/class-csv-import.php:757
752
+ msgid "There is no Plan with ID = %d"
753
+ msgstr ""
754
+
755
  #. translators: %1$s: open link html, %2$s close link
756
  #: includes/admin/helpers/tables/class-fees-table.php:30
757
  msgid "There are no plans right now. %1$sCreate one%2$s."
877
 
878
  # @ WPBDM
879
  #: includes/admin/settings/class-settings-bootstrap.php:13
880
+ #: includes/controllers/pages/class-submit-listing.php:1374
881
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
882
  #: templates/listing-contactform.tpl.php:33
883
  #: templates/listing-flagging-form.tpl.php:39
917
  # @ WPBDM
918
  #: includes/admin/settings/class-settings-bootstrap.php:283
919
  #: includes/admin/settings/class-settings-bootstrap.php:297
920
+ #: includes/controllers/pages/class-submit-listing.php:651
921
  #, fuzzy
922
  msgid "Terms and Conditions"
923
  msgstr "Warunki i regulamin korzystania z serwisu."
1119
  msgid "This is used for form buttons and form rootline."
1120
  msgstr ""
1121
 
1122
+ # @ WPBDM
1123
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
1124
+ #, fuzzy
1125
+ msgid "Default Images"
1126
+ msgstr "Usuń abonament"
1127
+
1128
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1129
+ msgid "Require images on submit/edit"
1130
+ msgstr ""
1131
+
1132
  # @ WPBDM
1133
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1134
  #, fuzzy
1762
  msgstr "Zobacz wszystkie Firmy"
1763
 
1764
  #: includes/controllers/pages/class-checkout.php:181
1765
+ #: includes/controllers/pages/class-manage-listings.php:113
1766
  msgid "Pay Now"
1767
  msgstr ""
1768
 
1815
  msgstr "l F j, Y \\a\\t g:i a"
1816
 
1817
  # @ WPBDM
1818
+ #: includes/controllers/pages/class-manage-listings.php:102
1819
+ #, fuzzy
1820
+ msgid "Pending"
1821
+ msgstr "Oczekujące"
1822
+
1823
+ # @ WPBDM
1824
+ #: includes/controllers/pages/class-manage-listings.php:113
1825
  #: templates/renew-listing.tpl.php:11
1826
  msgid "Renew Listing"
1827
  msgstr "Odnowienie oferty"
1828
 
1829
+ # @ WPBDM
1830
+ #. translators: %d: the listing ID
1831
+ #: includes/controllers/pages/class-manage-recurring.php:35
1832
+ #, fuzzy
1833
+ msgid "The listing with id %d does not exist."
1834
+ msgstr "Kategoria \"%s\" nie istnieje"
1835
+
1836
  # @ WPBDM
1837
  #: includes/controllers/pages/class-renew-listing.php:36
1838
  #, fuzzy
1846
  msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
1847
 
1848
  # @ WPBDM
1849
+ #: includes/controllers/pages/class-submit-listing.php:41
1850
  #: includes/helpers/functions/templates-ui.php:330
1851
  #: templates/submit-listing.tpl.php:17
1852
  #, fuzzy
1854
  msgstr "Dodaj Abonament oferty"
1855
 
1856
  # @ WPBDM
1857
+ #: includes/controllers/pages/class-submit-listing.php:684
1858
  #, fuzzy
1859
  msgid "Listing Images"
1860
  msgstr "Obrazy"
1861
 
1862
+ #: includes/controllers/pages/class-submit-listing.php:752
1863
  msgid "Account Creation"
1864
  msgstr ""
1865
 
1866
  # @ WPBDM
1867
+ #: includes/controllers/pages/class-submit-listing.php:951
1868
  #, fuzzy
1869
  msgid "Go to \"Plans\""
1870
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1871
 
1872
  # @ WPBDM
1873
+ #: includes/controllers/pages/class-submit-listing.php:1008
1874
  #, fuzzy
1875
  msgid "Please choose a plan."
1876
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1877
 
1878
+ #: includes/controllers/pages/class-submit-listing.php:1198
1879
  msgid "Please check the form for errors, correct them and submit again."
1880
  msgstr ""
1881
 
1882
+ #: includes/controllers/pages/class-submit-listing.php:1358
1883
  msgid "Create a user account on this site"
1884
  msgstr ""
1885
 
1886
+ #: includes/controllers/pages/class-submit-listing.php:1365
1887
  msgid "Username"
1888
  msgstr ""
1889
 
1890
  # @ WPBDM
1891
+ #: includes/controllers/pages/class-submit-listing.php:1387
1892
  #, fuzzy
1893
  msgid "Clear Form"
1894
  msgstr "Wyczyść"
2273
  msgstr "Zarządzaj ofertami płatnymi"
2274
 
2275
  # @ WPBDM
2276
+ #: includes/installer.php:51
2277
  #, fuzzy
2278
  msgid "Default Plan"
2279
  msgstr "Usuń abonament"
2440
  msgstr "Proszę wprowadzić poprawny adres e-mail."
2441
 
2442
  # @ WPBDM
2443
+ #: includes/utils.php:391
2444
  #, fuzzy
2445
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2446
  msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
2447
 
2448
  # @ WPBDM
2449
+ #: includes/utils.php:400
2450
  #, fuzzy
2451
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2452
  msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
2936
  msgstr ""
2937
 
2938
  # @ WPBDM
2939
+ #. translators: %s: payment gateway name
2940
  #: templates/admin/fees-index.tpl.php:75
2941
  #, fuzzy
2942
  msgid "Add %s as a payment option."
3047
  msgid "Recurring"
3048
  msgstr "(powtarzające się)"
3049
 
3050
+ # @ WPBDM
3051
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
3052
+ #, fuzzy
3053
+ msgid "Renew listing"
3054
+ msgstr "Odnów Ofertę"
3055
+
3056
  # @ WPBDM
3057
  #: templates/admin/payments-details.tpl.php:5
3058
  #, fuzzy
4098
  msgid "Failed to import category %s"
4099
  msgstr "Ukryć puste kategorie?"
4100
 
4101
+ # @ WPBDM
4102
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
4103
+ #, fuzzy
4104
  msgid "Failed to import post tag %s"
4105
+ msgstr "Ukryć puste kategorie?"
4106
 
4107
+ # @ WPBDM
4108
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
4109
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
4110
+ #, fuzzy
4111
  msgid "Failed to import %s %s"
4112
+ msgstr "Ukryć puste kategorie?"
4113
 
4114
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
4115
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
4119
  msgid "%s &#8220;%s&#8221; already exists."
4120
  msgstr ""
4121
 
4122
+ # @ WPBDM
4123
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
4124
+ #, fuzzy
4125
  msgid "Failed to import %s &#8220;%s&#8221;"
4126
+ msgstr "Ukryć puste kategorie?"
4127
 
4128
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
4129
  msgid "Menu item skipped due to missing menu slug"
4226
  msgstr "Katalog Firm"
4227
 
4228
  # @ WPBDM
4229
+ #: includes/abstracts/class-view.php:119
4230
  #, fuzzy
4231
  msgctxt "views"
4232
  msgid "Invalid credentials."
6218
 
6219
  # @ WPBDM
6220
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
6221
  #, fuzzy
6222
  msgctxt "settings"
6223
  msgid "Listings"
6909
  "wysokość będzie dopasowana proporcjonalnie. Każdy z dodanych obrazów przy "
6910
  "tej opcji, może mieć inną wysokość."
6911
 
 
 
 
 
 
6912
  # @ WPBDM
6913
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6914
  #, fuzzy
7550
  "IMPORT jest obecnie w \"trybie testowym\". Niec nie zostanie dodane do bazy "
7551
  "danych."
7552
 
7553
+ #: includes/admin/helpers/csv/class-csv-import.php:530
7554
  msgctxt "admin csv-import"
7555
  msgid ""
7556
  "Could not create listing category \"<category-name>\". The operation failed "
7558
  msgstr ""
7559
 
7560
  # @ WPBDM
7561
+ #: includes/admin/helpers/csv/class-csv-import.php:536
7562
  msgctxt "admin csv-import"
7563
  msgid "Could not create listing category \"%s\""
7564
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7565
 
7566
  # @ WPBDM
7567
+ #: includes/admin/helpers/csv/class-csv-import.php:728
7568
  msgctxt "admin csv-import"
7569
  msgid "Username \"%s\" does not exist"
7570
  msgstr "Użytkownik \"%s\" nie istnieje"
7571
 
 
 
 
 
 
7572
  # @ WPBDM
7573
+ #: includes/admin/helpers/csv/class-csv-import.php:789
7574
  msgctxt "admin csv-import"
7575
  msgid "Missing required field: %s"
7576
  msgstr "Brak wymaganego pola: %s"
7577
 
7578
  # @ WPBDM
7579
+ #: includes/admin/helpers/csv/class-csv-import.php:830
7580
  msgctxt "admin csv-import"
7581
  msgid "Listing category \"%s\" does not exist"
7582
  msgstr "Kategoria \"%s\" nie istnieje"
7583
 
7584
+ #: includes/admin/helpers/csv/class-csv-import.php:904
7585
  msgctxt "admin csv-import"
7586
  msgid "The string <string> couldn't be converted into a valid date."
7587
  msgstr ""
8735
  "zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
8736
  "stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
8737
 
8738
+ #: includes/controllers/pages/class-submit-listing.php:495
8739
  msgctxt "templates"
8740
  msgid ""
8741
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
8742
  "Submission?\" setting checked?"
8743
  msgstr ""
8744
 
8745
+ #: includes/controllers/pages/class-submit-listing.php:497
8746
  msgctxt "templates"
8747
  msgid ""
8748
  "Listing submission has been disabled. Contact the administrator for details."
8749
  msgstr ""
8750
 
8751
+ #: includes/controllers/pages/class-submit-listing.php:944
8752
  msgctxt "templates"
8753
  msgid ""
8754
  "<b>There are no Plans available</b>, without a plan site users can't submit "
8755
  "a listing. %s to create a plan"
8756
  msgstr ""
8757
 
8758
+ #: includes/controllers/pages/class-submit-listing.php:958
8759
  msgctxt "templates"
8760
  msgid ""
8761
  "Listing submission is not available at the moment. Contact the administrator "
8762
  "for details."
8763
  msgstr ""
8764
 
8765
+ #: includes/controllers/pages/class-submit-listing.php:961
8766
  msgctxt "templates"
8767
  msgid ""
8768
  "<b>View not available</b>, there is no \"Category\" association field. %s "
8771
  msgstr ""
8772
 
8773
  # @ WPBDM
8774
+ #: includes/controllers/pages/class-submit-listing.php:1408
8775
  msgctxt "templates"
8776
  msgid "Please agree to the Terms and Conditions."
8777
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8778
 
8779
  # @ WPBDM
8780
+ #: includes/controllers/pages/class-submit-listing.php:1422
8781
  #, fuzzy
8782
  msgctxt "templates"
8783
  msgid "I agree to the <a>Terms and Conditions</a>"
8955
  "Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej "
8956
  "za kontakt z klientem."
8957
 
 
 
 
 
 
8958
  # @ WPBDM
8959
+ #: includes/controllers/pages/class-manage-recurring.php:45
8960
  #, fuzzy
8961
  msgctxt "manage subscriptions"
8962
  msgid ""
8965
  msgstr "Nie masz uprawnień do edycji tej oferty."
8966
 
8967
  # @ WPBDM
8968
+ #: includes/controllers/pages/class-manage-recurring.php:56
8969
  msgctxt "manage subscriptions"
8970
  msgid "Invalid subscription."
8971
  msgstr "Niepoprawna subkrypcja."
8972
 
8973
  # @ WPBDM
8974
+ #: includes/controllers/pages/class-manage-recurring.php:79
8975
  #, fuzzy
8976
  msgctxt "manage subscriptions"
8977
  msgid "Your subscription was canceled."
8985
  msgstr "Plan Subskrypcji/Abonamentu"
8986
 
8987
  # @ WPBDM
8988
+ #: includes/controllers/pages/class-manage-recurring.php:96
8989
  #, fuzzy
8990
  msgctxt "manage listings"
8991
  msgid "You are not on recurring payments for any of your listings."
9113
  msgid "\"%s\" is required."
9114
  msgstr "%s jest wymagane."
9115
 
9116
+ #: includes/controllers/pages/class-submit-listing.php:78
9117
  msgctxt "submit listing"
9118
  msgid "Click this field to add categories"
9119
  msgstr ""
9120
 
9121
  # @ WPBDM
9122
+ #: includes/controllers/pages/class-submit-listing.php:79
9123
  #, fuzzy
9124
  msgctxt "submit listing"
9125
  msgid "Complete Listing"
9126
  msgstr "Usuń Ofertę"
9127
 
9128
  # @ WPBDM
9129
+ #: includes/controllers/pages/class-submit-listing.php:80
9130
  #, fuzzy
9131
  msgctxt "submit listing"
9132
  msgid "Continue to Payment"
9133
  msgstr "Inicjacja Płatności"
9134
 
9135
+ #: includes/controllers/pages/class-submit-listing.php:82
9136
  msgctxt "submit listing"
9137
  msgid "Please wait a moment!"
9138
  msgstr ""
9139
 
9140
+ #: includes/controllers/pages/class-submit-listing.php:83
9141
  msgctxt "submit listing"
9142
  msgid "Something went wrong!"
9143
  msgstr ""
9144
 
9145
  # @ WPBDM
9146
+ #: includes/controllers/pages/class-submit-listing.php:118
9147
  #, fuzzy
9148
  msgctxt "submit listing"
9149
  msgid "No listing ID was specified."
9150
  msgstr "Edytowano ofertę."
9151
 
9152
  # @ WPBDM
9153
+ #: includes/controllers/pages/class-submit-listing.php:120
9154
  #, fuzzy
9155
  msgctxt "submit listing"
9156
  msgid "You can't edit this listing."
9157
  msgstr "Kategorie dla tej oferty"
9158
 
9159
+ #: includes/controllers/pages/class-submit-listing.php:162
9160
  msgctxt "submit listing"
9161
  msgid ""
9162
  "This listing can't be edited at this time because it has no plan associated. "
9163
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
9164
  msgstr ""
9165
 
9166
+ #: includes/controllers/pages/class-submit-listing.php:168
9167
  msgctxt "submit listing"
9168
  msgid ""
9169
  "This listing can't be edited at this time. Please try again later or contact "
9171
  msgstr ""
9172
 
9173
  # @ WPBDM
9174
+ #: includes/controllers/pages/class-submit-listing.php:250
9175
  #, fuzzy
9176
  msgctxt "submit listing"
9177
  msgid "You're logged in as admin, payment will be skipped."
9180
  "pominięte."
9181
 
9182
  # @ WPBDM
9183
+ #: includes/controllers/pages/class-submit-listing.php:633
9184
  #, fuzzy
9185
  msgctxt "submit listing"
9186
  msgid "Category selection"
9187
  msgstr "Wybór Kategorii"
9188
 
9189
  # @ WPBDM
9190
+ #: includes/controllers/pages/class-submit-listing.php:633
9191
  #, fuzzy
9192
  msgctxt "submit listing"
9193
  msgid "Category & plan selection"
9194
  msgstr "Wybór Kategorii"
9195
 
9196
  # @ WPBDM
9197
+ #: includes/controllers/pages/class-submit-listing.php:941
9198
  #, fuzzy
9199
  msgctxt "submit listing"
9200
  msgid "Can not submit a listing at this moment. Please try again later."
9203
  "później."
9204
 
9205
  # @ WPBDM
9206
+ #: includes/controllers/pages/class-submit-listing.php:990
9207
+ #: includes/controllers/pages/class-submit-listing.php:1117
9208
  #, fuzzy
9209
  msgctxt "submit listing"
9210
  msgid "Please select a category."
9211
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9212
 
9213
+ #: includes/controllers/pages/class-submit-listing.php:1015
9214
  msgctxt "submit listing"
9215
  msgid "Current active plan is disabled. Please select another plan."
9216
  msgstr ""
9217
 
9218
+ #: includes/controllers/pages/class-submit-listing.php:1017
9219
  msgctxt "submit listing"
9220
  msgid "Please choose a valid category for your plan."
9221
  msgstr ""
9222
 
9223
  # @ WPBDM
9224
+ #: includes/controllers/pages/class-submit-listing.php:1020
9225
  #, fuzzy
9226
  msgctxt "submit listing"
9227
  msgid "Please choose a valid plan for your category selection."
9228
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9229
 
9230
  # @ WPBDM
9231
+ #: includes/controllers/pages/class-submit-listing.php:1328
9232
  #, fuzzy
9233
  msgctxt "submit listing"
9234
  msgid "Please enter your desired username."
9235
  msgstr "Proszę wprowadzić Imię"
9236
 
9237
  # @ WPBDM
9238
+ #: includes/controllers/pages/class-submit-listing.php:1333
9239
  #, fuzzy
9240
  msgctxt "submit listing"
9241
  msgid "Please enter the e-mail for your new account."
9242
  msgstr "Proszę wprowadzić Imię"
9243
 
9244
+ #: includes/controllers/pages/class-submit-listing.php:1338
9245
  msgctxt "submit listing"
9246
  msgid "The username you chose is already in use. Please use a different one."
9247
  msgstr ""
9248
 
9249
+ #: includes/controllers/pages/class-submit-listing.php:1343
9250
  msgctxt "submit listing"
9251
  msgid "The e-mail address you chose for your account is already in use."
9252
  msgstr ""
9258
  msgid "Listing submitted by admin. Payment skipped."
9259
  msgstr "Prześlij ofertę"
9260
 
9261
+ #: includes/controllers/pages/class-submit-listing.php:1283
9262
  msgctxt "listing submit"
9263
  msgid ""
9264
  "Image upload is required, please provide at least one image and submit again."
9619
  msgstr ""
9620
 
9621
  # @ WPBDM
9622
+ #: includes/installer.php:40
9623
  msgctxt "default category name"
9624
  msgid "General"
9625
  msgstr "Główna"
9827
  msgstr "Płatność #%d"
9828
 
9829
  # @ WPBDM
9830
+ #: includes/utils.php:277
9831
  msgctxt "utils"
9832
  msgid "Unkown error while uploading file."
9833
  msgstr "Nieznany błąd podczas przesyłania pliku."
9834
 
9835
  # @ WPBDM
9836
+ #: includes/utils.php:385
9837
  msgctxt "utils"
9838
  msgid "Error while uploading file"
9839
  msgstr "Błąd podczas przesyłania pliku."
9840
 
9841
  # @ WPBDM
9842
+ #: includes/utils.php:408 includes/utils.php:414
9843
  msgctxt "utils"
9844
  msgid "File type \"%s\" is not allowed"
9845
  msgstr "Pliki typu \"%s\" , nie są dozwolone"
9846
 
9847
  # @ WPBDM
9848
+ #: includes/utils.php:667
9849
  msgctxt "utils"
9850
  msgid ""
9851
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
10015
  msgid "Send renewal e-mail"
10016
  msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
10017
 
 
 
 
 
 
 
 
10018
  # @ WPBDM
10019
  #: templates/admin/themes-delete-confirm.tpl.php:14
10020
  msgctxt "themes admin"
10524
  #~ msgid "Manage Theme Tags"
10525
  #~ msgstr "Zarządzaj abonamentami"
10526
 
 
 
 
 
 
10527
  # @ WPBDM
10528
  #~ msgctxt "fees-api"
10529
  #~ msgid "Fee label is required."
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-05-13 19:33:26+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -348,7 +348,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
348
  msgstr ""
349
 
350
  #: includes/admin/controllers/class-admin-listings.php:187
351
- #: includes/controllers/pages/class-submit-listing.php:514
352
  #: templates/email/listing-reported.tpl.php:7
353
  msgid "Listing Information"
354
  msgstr "Информация о бизнесе"
@@ -427,7 +427,7 @@ msgstr ""
427
  "позвольте плагину сделать это автоматически."
428
 
429
  #: includes/admin/controllers/class-form-fields-admin.php:37
430
- #: includes/controllers/pages/class-submit-listing.php:844
431
  #, fuzzy
432
  msgid "Go to \"Form Fields\""
433
  msgstr "Перейти в раздел \"Управление / Форма\""
@@ -477,7 +477,7 @@ msgstr "Метки"
477
 
478
  #: includes/admin/controllers/class-form-fields-admin.php:348
479
  #: includes/form-fields.php:445
480
- #: includes/helpers/class-field-display-list.php:246
481
  #: templates/checkout-billing-form.tpl.php:75
482
  #, fuzzy
483
  msgid "Address"
@@ -661,10 +661,15 @@ msgstr "Активировать"
661
  msgid "Hide notifications"
662
  msgstr "Оповещения по электронной почте"
663
 
664
- #: includes/admin/helpers/csv/class-csv-import.php:675
665
  msgid "Listing imported by admin. Payment skipped."
666
  msgstr ""
667
 
 
 
 
 
 
668
  #. translators: %1$s: open link html, %2$s close link
669
  #: includes/admin/helpers/tables/class-fees-table.php:30
670
  msgid "There are no plans right now. %1$sCreate one%2$s."
@@ -773,7 +778,7 @@ msgid "Missing tables: %s"
773
  msgstr "Отсутствующие таблицы: %s"
774
 
775
  #: includes/admin/settings/class-settings-bootstrap.php:13
776
- #: includes/controllers/pages/class-submit-listing.php:1250
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
@@ -815,7 +820,7 @@ msgstr "Фамилия обязательна."
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 "Условия и положения"
@@ -1001,6 +1006,15 @@ msgstr ""
1001
  msgid "This is used for form buttons and form rootline."
1002
  msgstr ""
1003
 
 
 
 
 
 
 
 
 
 
1004
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1005
  #, fuzzy
1006
  msgid "Show Thumbnail"
@@ -1569,7 +1583,7 @@ msgid "View All Listings"
1569
  msgstr "Показать все записи"
1570
 
1571
  #: includes/controllers/pages/class-checkout.php:181
1572
- #: includes/controllers/pages/class-manage-listings.php:109
1573
  msgid "Pay Now"
1574
  msgstr ""
1575
 
@@ -1613,11 +1627,22 @@ msgstr "Пожалуйста введите Ваше имя."
1613
  msgid "l F j, Y \\a\\t g:i a"
1614
  msgstr "l j F Y, \\a\\t H:i"
1615
 
1616
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1617
  #: templates/renew-listing.tpl.php:11
1618
  msgid "Renew Listing"
1619
  msgstr "Продлить запись"
1620
 
 
 
 
 
 
 
1621
  #: includes/controllers/pages/class-renew-listing.php:36
1622
  #, fuzzy
1623
  msgid "That listing cannot yet be renewed."
@@ -1628,45 +1653,45 @@ msgstr "Статус записи был поднят."
1628
  msgid "This is just a preview. The listing has not been published yet."
1629
  msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
1630
 
1631
- #: includes/controllers/pages/class-submit-listing.php:32
1632
  #: includes/helpers/functions/templates-ui.php:330
1633
  #: templates/submit-listing.tpl.php:17
1634
  #, fuzzy
1635
  msgid "Add Listing"
1636
  msgstr "Добавить тариф"
1637
 
1638
- #: includes/controllers/pages/class-submit-listing.php:560
1639
  #, fuzzy
1640
  msgid "Listing Images"
1641
  msgstr "Изображение записи"
1642
 
1643
- #: includes/controllers/pages/class-submit-listing.php:628
1644
  msgid "Account Creation"
1645
  msgstr ""
1646
 
1647
- #: includes/controllers/pages/class-submit-listing.php:827
1648
  #, fuzzy
1649
  msgid "Go to \"Plans\""
1650
  msgstr "Перейти в раздел \"Управление / Форма\""
1651
 
1652
- #: includes/controllers/pages/class-submit-listing.php:884
1653
  #, fuzzy
1654
  msgid "Please choose a plan."
1655
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1656
 
1657
- #: includes/controllers/pages/class-submit-listing.php:1074
1658
  msgid "Please check the form for errors, correct them and submit again."
1659
  msgstr ""
1660
 
1661
- #: includes/controllers/pages/class-submit-listing.php:1234
1662
  msgid "Create a user account on this site"
1663
  msgstr ""
1664
 
1665
- #: includes/controllers/pages/class-submit-listing.php:1241
1666
  msgid "Username"
1667
  msgstr ""
1668
 
1669
- #: includes/controllers/pages/class-submit-listing.php:1263
1670
  #, fuzzy
1671
  msgid "Clear Form"
1672
  msgstr "Очистить форму"
@@ -2000,7 +2025,7 @@ msgstr "Изменить запись"
2000
  msgid "Manage Listings"
2001
  msgstr "Платные записи"
2002
 
2003
- #: includes/installer.php:60
2004
  #, fuzzy
2005
  msgid "Default Plan"
2006
  msgstr "Удалить тариф"
@@ -2150,12 +2175,12 @@ msgstr "Вернуться в справочник."
2150
  msgid "ZIP file is not a valid Business Directory theme file."
2151
  msgstr "Файл ZIP - не является файлом темы плагина."
2152
 
2153
- #: includes/utils.php:390
2154
  #, fuzzy
2155
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2156
  msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
2157
 
2158
- #: includes/utils.php:399
2159
  #, fuzzy
2160
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2161
  msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
@@ -2590,7 +2615,7 @@ msgstr ""
2590
  msgid "Add a payment gateway to increase conversion rates"
2591
  msgstr ""
2592
 
2593
- #. translators: %s: payment gateway name */
2594
  #: templates/admin/fees-index.tpl.php:75
2595
  #, fuzzy
2596
  msgid "Add %s as a payment option."
@@ -2687,6 +2712,11 @@ msgstr ""
2687
  msgid "Recurring"
2688
  msgstr "(периодически)"
2689
 
 
 
 
 
 
2690
  #: templates/admin/payments-details.tpl.php:5
2691
  #, fuzzy
2692
  msgid "Payment %s"
@@ -3622,13 +3652,15 @@ msgid "Failed to import category %s"
3622
  msgstr "Скрыть пустые рубрики?"
3623
 
3624
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3625
  msgid "Failed to import post tag %s"
3626
- msgstr ""
3627
 
3628
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3629
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3630
  msgid "Failed to import %s %s"
3631
- msgstr ""
3632
 
3633
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3634
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3639,8 +3671,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3639
  msgstr ""
3640
 
3641
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3642
  msgid "Failed to import %s &#8220;%s&#8221;"
3643
- msgstr ""
3644
 
3645
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3646
  msgid "Menu item skipped due to missing menu slug"
@@ -3739,7 +3772,7 @@ msgstr ""
3739
  msgid "Business Directory Team"
3740
  msgstr "Справочник услуг"
3741
 
3742
- #: includes/abstracts/class-view.php:130
3743
  #, fuzzy
3744
  msgctxt "views"
3745
  msgid "Invalid credentials."
@@ -5514,7 +5547,6 @@ msgid "General"
5514
  msgstr "Основное"
5515
 
5516
  #: includes/admin/settings/class-settings-bootstrap.php:10
5517
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5518
  #, fuzzy
5519
  msgctxt "settings"
5520
  msgid "Listings"
@@ -6143,11 +6175,6 @@ msgstr ""
6143
  "миниатюра сохранит пропорции оригинального изображения, и будет вписана в "
6144
  "прямоугольник с указанными размерами."
6145
 
6146
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6147
- msgctxt "settings"
6148
- msgid "Enforce image upload on submit/edit"
6149
- msgstr ""
6150
-
6151
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6152
  #, fuzzy
6153
  msgctxt "settings"
@@ -6721,39 +6748,34 @@ msgstr ""
6721
  "Импорт происходит в \"тестовом режиме\". В базу данных ничего не будет "
6722
  "загружено."
6723
 
6724
- #: includes/admin/helpers/csv/class-csv-import.php:532
6725
  msgctxt "admin csv-import"
6726
  msgid ""
6727
  "Could not create listing category \"<category-name>\". The operation failed "
6728
  "with the following error: <error-message>."
6729
  msgstr ""
6730
 
6731
- #: includes/admin/helpers/csv/class-csv-import.php:538
6732
  msgctxt "admin csv-import"
6733
  msgid "Could not create listing category \"%s\""
6734
  msgstr "Не удалось создать рубрику \"%s\""
6735
 
6736
- #: includes/admin/helpers/csv/class-csv-import.php:730
6737
  msgctxt "admin csv-import"
6738
  msgid "Username \"%s\" does not exist"
6739
  msgstr "Имя учётной записи \"%s\" не существует"
6740
 
6741
- #: includes/admin/helpers/csv/class-csv-import.php:757
6742
- msgctxt "admin csv-import"
6743
- msgid "There is no Plan with ID = <fee-id>"
6744
- msgstr ""
6745
-
6746
- #: includes/admin/helpers/csv/class-csv-import.php:788
6747
  msgctxt "admin csv-import"
6748
  msgid "Missing required field: %s"
6749
  msgstr "Отсутствует обязательное поле: %s"
6750
 
6751
- #: includes/admin/helpers/csv/class-csv-import.php:829
6752
  msgctxt "admin csv-import"
6753
  msgid "Listing category \"%s\" does not exist"
6754
  msgstr "Рубрика \"%s\" не существует"
6755
 
6756
- #: includes/admin/helpers/csv/class-csv-import.php:903
6757
  msgctxt "admin csv-import"
6758
  msgid "The string <string> couldn't be converted into a valid date."
6759
  msgstr ""
@@ -7784,34 +7806,34 @@ msgstr ""
7784
  "показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
7785
  "перейдите в <a>Настройки</a> и отключите этот параметр."
7786
 
7787
- #: includes/controllers/pages/class-submit-listing.php:420
7788
  msgctxt "templates"
7789
  msgid ""
7790
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7791
  "Submission?\" setting checked?"
7792
  msgstr ""
7793
 
7794
- #: includes/controllers/pages/class-submit-listing.php:422
7795
  msgctxt "templates"
7796
  msgid ""
7797
  "Listing submission has been disabled. Contact the administrator for details."
7798
  msgstr ""
7799
 
7800
- #: includes/controllers/pages/class-submit-listing.php:820
7801
  msgctxt "templates"
7802
  msgid ""
7803
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7804
  "a listing. %s to create a plan"
7805
  msgstr ""
7806
 
7807
- #: includes/controllers/pages/class-submit-listing.php:834
7808
  msgctxt "templates"
7809
  msgid ""
7810
  "Listing submission is not available at the moment. Contact the administrator "
7811
  "for details."
7812
  msgstr ""
7813
 
7814
- #: includes/controllers/pages/class-submit-listing.php:837
7815
  msgctxt "templates"
7816
  msgid ""
7817
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7819,12 +7841,12 @@ msgid ""
7819
  "an existing field"
7820
  msgstr ""
7821
 
7822
- #: includes/controllers/pages/class-submit-listing.php:1284
7823
  msgctxt "templates"
7824
  msgid "Please agree to the Terms and Conditions."
7825
  msgstr "Пожалуйста примите наши Условия и Положения."
7826
 
7827
- #: includes/controllers/pages/class-submit-listing.php:1298
7828
  #, fuzzy
7829
  msgctxt "templates"
7830
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7979,12 +8001,7 @@ msgstr ""
7979
  "Пожалуйста <a>войдите в сайт</a> чтобы получить возможность отправить "
7980
  "сообщение владельцу бизнеса."
7981
 
7982
- #: includes/controllers/pages/class-manage-recurring.php:33
7983
- msgctxt "manage subscription"
7984
- msgid "The listing with id = <listing-id> doesn't exists."
7985
- msgstr ""
7986
-
7987
- #: includes/controllers/pages/class-manage-recurring.php:42
7988
  #, fuzzy
7989
  msgctxt "manage subscriptions"
7990
  msgid ""
@@ -7992,12 +8009,12 @@ msgid ""
7992
  "invalid."
7993
  msgstr "Вам не разрешено изменять эту запись."
7994
 
7995
- #: includes/controllers/pages/class-manage-recurring.php:53
7996
  msgctxt "manage subscriptions"
7997
  msgid "Invalid subscription."
7998
  msgstr "Некорректная подписка."
7999
 
8000
- #: includes/controllers/pages/class-manage-recurring.php:76
8001
  #, fuzzy
8002
  msgctxt "manage subscriptions"
8003
  msgid "Your subscription was canceled."
@@ -8009,7 +8026,7 @@ msgctxt "manage subscriptions"
8009
  msgid "Subscription / Plan"
8010
  msgstr "Подписка / Бесплатный План"
8011
 
8012
- #: includes/controllers/pages/class-manage-recurring.php:93
8013
  #, fuzzy
8014
  msgctxt "manage listings"
8015
  msgid "You are not on recurring payments for any of your listings."
@@ -8122,78 +8139,78 @@ msgctxt "search"
8122
  msgid "\"%s\" is required."
8123
  msgstr "%s - обязательно."
8124
 
8125
- #: includes/controllers/pages/class-submit-listing.php:69
8126
  msgctxt "submit listing"
8127
  msgid "Click this field to add categories"
8128
  msgstr ""
8129
 
8130
- #: includes/controllers/pages/class-submit-listing.php:70
8131
  #, fuzzy
8132
  msgctxt "submit listing"
8133
  msgid "Complete Listing"
8134
  msgstr "Удалить запись"
8135
 
8136
- #: includes/controllers/pages/class-submit-listing.php:71
8137
  #, fuzzy
8138
  msgctxt "submit listing"
8139
  msgid "Continue to Payment"
8140
  msgstr "Начальный платёж"
8141
 
8142
- #: includes/controllers/pages/class-submit-listing.php:73
8143
  msgctxt "submit listing"
8144
  msgid "Please wait a moment!"
8145
  msgstr ""
8146
 
8147
- #: includes/controllers/pages/class-submit-listing.php:74
8148
  msgctxt "submit listing"
8149
  msgid "Something went wrong!"
8150
  msgstr ""
8151
 
8152
- #: includes/controllers/pages/class-submit-listing.php:99
8153
  #, fuzzy
8154
  msgctxt "submit listing"
8155
  msgid "No listing ID was specified."
8156
  msgstr "Запись была изменена"
8157
 
8158
- #: includes/controllers/pages/class-submit-listing.php:101
8159
  #, fuzzy
8160
  msgctxt "submit listing"
8161
  msgid "You can't edit this listing."
8162
  msgstr "Рубрики этой записи"
8163
 
8164
- #: includes/controllers/pages/class-submit-listing.php:164
8165
  msgctxt "submit listing"
8166
  msgid ""
8167
  "This listing can't be edited at this time because it has no plan associated. "
8168
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8169
  msgstr ""
8170
 
8171
- #: includes/controllers/pages/class-submit-listing.php:170
8172
  msgctxt "submit listing"
8173
  msgid ""
8174
  "This listing can't be edited at this time. Please try again later or contact "
8175
  "the admin if the problem persists."
8176
  msgstr ""
8177
 
8178
- #: includes/controllers/pages/class-submit-listing.php:194
8179
  #, fuzzy
8180
  msgctxt "submit listing"
8181
  msgid "You're logged in as admin, payment will be skipped."
8182
  msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
8183
 
8184
- #: includes/controllers/pages/class-submit-listing.php:509
8185
  #, fuzzy
8186
  msgctxt "submit listing"
8187
  msgid "Category selection"
8188
  msgstr "Выбор рубрики"
8189
 
8190
- #: includes/controllers/pages/class-submit-listing.php:509
8191
  #, fuzzy
8192
  msgctxt "submit listing"
8193
  msgid "Category & plan selection"
8194
  msgstr "Выбор рубрики"
8195
 
8196
- #: includes/controllers/pages/class-submit-listing.php:817
8197
  #, fuzzy
8198
  msgctxt "submit listing"
8199
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8201,47 +8218,47 @@ msgstr ""
8201
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
8202
  "пожалуйста."
8203
 
8204
- #: includes/controllers/pages/class-submit-listing.php:866
8205
- #: includes/controllers/pages/class-submit-listing.php:993
8206
  #, fuzzy
8207
  msgctxt "submit listing"
8208
  msgid "Please select a category."
8209
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8210
 
8211
- #: includes/controllers/pages/class-submit-listing.php:891
8212
  msgctxt "submit listing"
8213
  msgid "Current active plan is disabled. Please select another plan."
8214
  msgstr ""
8215
 
8216
- #: includes/controllers/pages/class-submit-listing.php:893
8217
  msgctxt "submit listing"
8218
  msgid "Please choose a valid category for your plan."
8219
  msgstr ""
8220
 
8221
- #: includes/controllers/pages/class-submit-listing.php:896
8222
  #, fuzzy
8223
  msgctxt "submit listing"
8224
  msgid "Please choose a valid plan for your category selection."
8225
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8226
 
8227
- #: includes/controllers/pages/class-submit-listing.php:1204
8228
  #, fuzzy
8229
  msgctxt "submit listing"
8230
  msgid "Please enter your desired username."
8231
  msgstr "Пожалуйста введите Ваше имя."
8232
 
8233
- #: includes/controllers/pages/class-submit-listing.php:1209
8234
  #, fuzzy
8235
  msgctxt "submit listing"
8236
  msgid "Please enter the e-mail for your new account."
8237
  msgstr "Пожалуйста введите Ваше имя."
8238
 
8239
- #: includes/controllers/pages/class-submit-listing.php:1214
8240
  msgctxt "submit listing"
8241
  msgid "The username you chose is already in use. Please use a different one."
8242
  msgstr ""
8243
 
8244
- #: includes/controllers/pages/class-submit-listing.php:1219
8245
  msgctxt "submit listing"
8246
  msgid "The e-mail address you chose for your account is already in use."
8247
  msgstr ""
@@ -8251,7 +8268,7 @@ msgctxt "submit listing"
8251
  msgid "Listing submitted by admin. Payment skipped."
8252
  msgstr ""
8253
 
8254
- #: includes/controllers/pages/class-submit-listing.php:1159
8255
  msgctxt "listing submit"
8256
  msgid ""
8257
  "Image upload is required, please provide at least one image and submit again."
@@ -8569,7 +8586,7 @@ msgctxt "flag listing"
8569
  msgid "Report comment is required to save a report"
8570
  msgstr ""
8571
 
8572
- #: includes/installer.php:49
8573
  msgctxt "default category name"
8574
  msgid "General"
8575
  msgstr "Основное"
@@ -8758,22 +8775,22 @@ msgctxt "payments"
8758
  msgid "Payment #%s"
8759
  msgstr "Платёж № %d"
8760
 
8761
- #: includes/utils.php:276
8762
  msgctxt "utils"
8763
  msgid "Unkown error while uploading file."
8764
  msgstr "Неизвестная ошибка при загрузке файла."
8765
 
8766
- #: includes/utils.php:384
8767
  msgctxt "utils"
8768
  msgid "Error while uploading file"
8769
  msgstr "Ошибка при загрузке файла"
8770
 
8771
- #: includes/utils.php:407 includes/utils.php:413
8772
  msgctxt "utils"
8773
  msgid "File type \"%s\" is not allowed"
8774
  msgstr "Файл типа \"%s\" не допускается к загрузке"
8775
 
8776
- #: includes/utils.php:666
8777
  msgctxt "utils"
8778
  msgid ""
8779
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8922,12 +8939,6 @@ msgctxt "admin infometabox"
8922
  msgid "Send renewal e-mail"
8923
  msgstr "Послать уведомление о продлении автору по электронной почте"
8924
 
8925
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8926
- #, fuzzy
8927
- msgctxt "admin infometabox"
8928
- msgid "Renew listing"
8929
- msgstr "Продлить запись"
8930
-
8931
  #: templates/admin/themes-delete-confirm.tpl.php:14
8932
  msgctxt "themes admin"
8933
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -9360,10 +9371,6 @@ msgstr "Далее"
9360
  #~ msgid "Manage Theme Tags"
9361
  #~ msgstr "Настроить метки темы"
9362
 
9363
- #~ msgctxt "installer"
9364
- #~ msgid "Default Fee"
9365
- #~ msgstr "Удалить тариф"
9366
-
9367
  #~ msgctxt "fees-api"
9368
  #~ msgid "Fee label is required."
9369
  #~ 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-06-06 22:19:11+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
348
  msgstr ""
349
 
350
  #: includes/admin/controllers/class-admin-listings.php:187
351
+ #: includes/controllers/pages/class-submit-listing.php:638
352
  #: templates/email/listing-reported.tpl.php:7
353
  msgid "Listing Information"
354
  msgstr "Информация о бизнесе"
427
  "позвольте плагину сделать это автоматически."
428
 
429
  #: includes/admin/controllers/class-form-fields-admin.php:37
430
+ #: includes/controllers/pages/class-submit-listing.php:968
431
  #, fuzzy
432
  msgid "Go to \"Form Fields\""
433
  msgstr "Перейти в раздел \"Управление / Форма\""
477
 
478
  #: includes/admin/controllers/class-form-fields-admin.php:348
479
  #: includes/form-fields.php:445
480
+ #: includes/helpers/class-field-display-list.php:247
481
  #: templates/checkout-billing-form.tpl.php:75
482
  #, fuzzy
483
  msgid "Address"
661
  msgid "Hide notifications"
662
  msgstr "Оповещения по электронной почте"
663
 
664
+ #: includes/admin/helpers/csv/class-csv-import.php:673
665
  msgid "Listing imported by admin. Payment skipped."
666
  msgstr ""
667
 
668
+ #. translators: %d: the plan id
669
+ #: includes/admin/helpers/csv/class-csv-import.php:757
670
+ msgid "There is no Plan with ID = %d"
671
+ msgstr ""
672
+
673
  #. translators: %1$s: open link html, %2$s close link
674
  #: includes/admin/helpers/tables/class-fees-table.php:30
675
  msgid "There are no plans right now. %1$sCreate one%2$s."
778
  msgstr "Отсутствующие таблицы: %s"
779
 
780
  #: includes/admin/settings/class-settings-bootstrap.php:13
781
+ #: includes/controllers/pages/class-submit-listing.php:1374
782
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
783
  #: templates/listing-contactform.tpl.php:33
784
  #: templates/listing-flagging-form.tpl.php:39
820
 
821
  #: includes/admin/settings/class-settings-bootstrap.php:283
822
  #: includes/admin/settings/class-settings-bootstrap.php:297
823
+ #: includes/controllers/pages/class-submit-listing.php:651
824
  #, fuzzy
825
  msgid "Terms and Conditions"
826
  msgstr "Условия и положения"
1006
  msgid "This is used for form buttons and form rootline."
1007
  msgstr ""
1008
 
1009
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
1010
+ #, fuzzy
1011
+ msgid "Default Images"
1012
+ msgstr "Удалить тариф"
1013
+
1014
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1015
+ msgid "Require images on submit/edit"
1016
+ msgstr ""
1017
+
1018
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1019
  #, fuzzy
1020
  msgid "Show Thumbnail"
1583
  msgstr "Показать все записи"
1584
 
1585
  #: includes/controllers/pages/class-checkout.php:181
1586
+ #: includes/controllers/pages/class-manage-listings.php:113
1587
  msgid "Pay Now"
1588
  msgstr ""
1589
 
1627
  msgid "l F j, Y \\a\\t g:i a"
1628
  msgstr "l j F Y, \\a\\t H:i"
1629
 
1630
+ #: includes/controllers/pages/class-manage-listings.php:102
1631
+ #, fuzzy
1632
+ msgid "Pending"
1633
+ msgstr "Ожидается"
1634
+
1635
+ #: includes/controllers/pages/class-manage-listings.php:113
1636
  #: templates/renew-listing.tpl.php:11
1637
  msgid "Renew Listing"
1638
  msgstr "Продлить запись"
1639
 
1640
+ #. translators: %d: the listing ID
1641
+ #: includes/controllers/pages/class-manage-recurring.php:35
1642
+ #, fuzzy
1643
+ msgid "The listing with id %d does not exist."
1644
+ msgstr "Рубрика \"%s\" не существует"
1645
+
1646
  #: includes/controllers/pages/class-renew-listing.php:36
1647
  #, fuzzy
1648
  msgid "That listing cannot yet be renewed."
1653
  msgid "This is just a preview. The listing has not been published yet."
1654
  msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
1655
 
1656
+ #: includes/controllers/pages/class-submit-listing.php:41
1657
  #: includes/helpers/functions/templates-ui.php:330
1658
  #: templates/submit-listing.tpl.php:17
1659
  #, fuzzy
1660
  msgid "Add Listing"
1661
  msgstr "Добавить тариф"
1662
 
1663
+ #: includes/controllers/pages/class-submit-listing.php:684
1664
  #, fuzzy
1665
  msgid "Listing Images"
1666
  msgstr "Изображение записи"
1667
 
1668
+ #: includes/controllers/pages/class-submit-listing.php:752
1669
  msgid "Account Creation"
1670
  msgstr ""
1671
 
1672
+ #: includes/controllers/pages/class-submit-listing.php:951
1673
  #, fuzzy
1674
  msgid "Go to \"Plans\""
1675
  msgstr "Перейти в раздел \"Управление / Форма\""
1676
 
1677
+ #: includes/controllers/pages/class-submit-listing.php:1008
1678
  #, fuzzy
1679
  msgid "Please choose a plan."
1680
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1681
 
1682
+ #: includes/controllers/pages/class-submit-listing.php:1198
1683
  msgid "Please check the form for errors, correct them and submit again."
1684
  msgstr ""
1685
 
1686
+ #: includes/controllers/pages/class-submit-listing.php:1358
1687
  msgid "Create a user account on this site"
1688
  msgstr ""
1689
 
1690
+ #: includes/controllers/pages/class-submit-listing.php:1365
1691
  msgid "Username"
1692
  msgstr ""
1693
 
1694
+ #: includes/controllers/pages/class-submit-listing.php:1387
1695
  #, fuzzy
1696
  msgid "Clear Form"
1697
  msgstr "Очистить форму"
2025
  msgid "Manage Listings"
2026
  msgstr "Платные записи"
2027
 
2028
+ #: includes/installer.php:51
2029
  #, fuzzy
2030
  msgid "Default Plan"
2031
  msgstr "Удалить тариф"
2175
  msgid "ZIP file is not a valid Business Directory theme file."
2176
  msgstr "Файл ZIP - не является файлом темы плагина."
2177
 
2178
+ #: includes/utils.php:391
2179
  #, fuzzy
2180
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2181
  msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
2182
 
2183
+ #: includes/utils.php:400
2184
  #, fuzzy
2185
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2186
  msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
2615
  msgid "Add a payment gateway to increase conversion rates"
2616
  msgstr ""
2617
 
2618
+ #. translators: %s: payment gateway name
2619
  #: templates/admin/fees-index.tpl.php:75
2620
  #, fuzzy
2621
  msgid "Add %s as a payment option."
2712
  msgid "Recurring"
2713
  msgstr "(периодически)"
2714
 
2715
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2716
+ #, fuzzy
2717
+ msgid "Renew listing"
2718
+ msgstr "Продлить запись"
2719
+
2720
  #: templates/admin/payments-details.tpl.php:5
2721
  #, fuzzy
2722
  msgid "Payment %s"
3652
  msgstr "Скрыть пустые рубрики?"
3653
 
3654
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3655
+ #, fuzzy
3656
  msgid "Failed to import post tag %s"
3657
+ msgstr "Скрыть пустые рубрики?"
3658
 
3659
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3660
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3661
+ #, fuzzy
3662
  msgid "Failed to import %s %s"
3663
+ msgstr "Скрыть пустые рубрики?"
3664
 
3665
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3666
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3671
  msgstr ""
3672
 
3673
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3674
+ #, fuzzy
3675
  msgid "Failed to import %s &#8220;%s&#8221;"
3676
+ msgstr "Скрыть пустые рубрики?"
3677
 
3678
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3679
  msgid "Menu item skipped due to missing menu slug"
3772
  msgid "Business Directory Team"
3773
  msgstr "Справочник услуг"
3774
 
3775
+ #: includes/abstracts/class-view.php:119
3776
  #, fuzzy
3777
  msgctxt "views"
3778
  msgid "Invalid credentials."
5547
  msgstr "Основное"
5548
 
5549
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5550
  #, fuzzy
5551
  msgctxt "settings"
5552
  msgid "Listings"
6175
  "миниатюра сохранит пропорции оригинального изображения, и будет вписана в "
6176
  "прямоугольник с указанными размерами."
6177
 
 
 
 
 
 
6178
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6179
  #, fuzzy
6180
  msgctxt "settings"
6748
  "Импорт происходит в \"тестовом режиме\". В базу данных ничего не будет "
6749
  "загружено."
6750
 
6751
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6752
  msgctxt "admin csv-import"
6753
  msgid ""
6754
  "Could not create listing category \"<category-name>\". The operation failed "
6755
  "with the following error: <error-message>."
6756
  msgstr ""
6757
 
6758
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6759
  msgctxt "admin csv-import"
6760
  msgid "Could not create listing category \"%s\""
6761
  msgstr "Не удалось создать рубрику \"%s\""
6762
 
6763
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6764
  msgctxt "admin csv-import"
6765
  msgid "Username \"%s\" does not exist"
6766
  msgstr "Имя учётной записи \"%s\" не существует"
6767
 
6768
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
6769
  msgctxt "admin csv-import"
6770
  msgid "Missing required field: %s"
6771
  msgstr "Отсутствует обязательное поле: %s"
6772
 
6773
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6774
  msgctxt "admin csv-import"
6775
  msgid "Listing category \"%s\" does not exist"
6776
  msgstr "Рубрика \"%s\" не существует"
6777
 
6778
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6779
  msgctxt "admin csv-import"
6780
  msgid "The string <string> couldn't be converted into a valid date."
6781
  msgstr ""
7806
  "показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
7807
  "перейдите в <a>Настройки</a> и отключите этот параметр."
7808
 
7809
+ #: includes/controllers/pages/class-submit-listing.php:495
7810
  msgctxt "templates"
7811
  msgid ""
7812
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7813
  "Submission?\" setting checked?"
7814
  msgstr ""
7815
 
7816
+ #: includes/controllers/pages/class-submit-listing.php:497
7817
  msgctxt "templates"
7818
  msgid ""
7819
  "Listing submission has been disabled. Contact the administrator for details."
7820
  msgstr ""
7821
 
7822
+ #: includes/controllers/pages/class-submit-listing.php:944
7823
  msgctxt "templates"
7824
  msgid ""
7825
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7826
  "a listing. %s to create a plan"
7827
  msgstr ""
7828
 
7829
+ #: includes/controllers/pages/class-submit-listing.php:958
7830
  msgctxt "templates"
7831
  msgid ""
7832
  "Listing submission is not available at the moment. Contact the administrator "
7833
  "for details."
7834
  msgstr ""
7835
 
7836
+ #: includes/controllers/pages/class-submit-listing.php:961
7837
  msgctxt "templates"
7838
  msgid ""
7839
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7841
  "an existing field"
7842
  msgstr ""
7843
 
7844
+ #: includes/controllers/pages/class-submit-listing.php:1408
7845
  msgctxt "templates"
7846
  msgid "Please agree to the Terms and Conditions."
7847
  msgstr "Пожалуйста примите наши Условия и Положения."
7848
 
7849
+ #: includes/controllers/pages/class-submit-listing.php:1422
7850
  #, fuzzy
7851
  msgctxt "templates"
7852
  msgid "I agree to the <a>Terms and Conditions</a>"
8001
  "Пожалуйста <a>войдите в сайт</a> чтобы получить возможность отправить "
8002
  "сообщение владельцу бизнеса."
8003
 
8004
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
8005
  #, fuzzy
8006
  msgctxt "manage subscriptions"
8007
  msgid ""
8009
  "invalid."
8010
  msgstr "Вам не разрешено изменять эту запись."
8011
 
8012
+ #: includes/controllers/pages/class-manage-recurring.php:56
8013
  msgctxt "manage subscriptions"
8014
  msgid "Invalid subscription."
8015
  msgstr "Некорректная подписка."
8016
 
8017
+ #: includes/controllers/pages/class-manage-recurring.php:79
8018
  #, fuzzy
8019
  msgctxt "manage subscriptions"
8020
  msgid "Your subscription was canceled."
8026
  msgid "Subscription / Plan"
8027
  msgstr "Подписка / Бесплатный План"
8028
 
8029
+ #: includes/controllers/pages/class-manage-recurring.php:96
8030
  #, fuzzy
8031
  msgctxt "manage listings"
8032
  msgid "You are not on recurring payments for any of your listings."
8139
  msgid "\"%s\" is required."
8140
  msgstr "%s - обязательно."
8141
 
8142
+ #: includes/controllers/pages/class-submit-listing.php:78
8143
  msgctxt "submit listing"
8144
  msgid "Click this field to add categories"
8145
  msgstr ""
8146
 
8147
+ #: includes/controllers/pages/class-submit-listing.php:79
8148
  #, fuzzy
8149
  msgctxt "submit listing"
8150
  msgid "Complete Listing"
8151
  msgstr "Удалить запись"
8152
 
8153
+ #: includes/controllers/pages/class-submit-listing.php:80
8154
  #, fuzzy
8155
  msgctxt "submit listing"
8156
  msgid "Continue to Payment"
8157
  msgstr "Начальный платёж"
8158
 
8159
+ #: includes/controllers/pages/class-submit-listing.php:82
8160
  msgctxt "submit listing"
8161
  msgid "Please wait a moment!"
8162
  msgstr ""
8163
 
8164
+ #: includes/controllers/pages/class-submit-listing.php:83
8165
  msgctxt "submit listing"
8166
  msgid "Something went wrong!"
8167
  msgstr ""
8168
 
8169
+ #: includes/controllers/pages/class-submit-listing.php:118
8170
  #, fuzzy
8171
  msgctxt "submit listing"
8172
  msgid "No listing ID was specified."
8173
  msgstr "Запись была изменена"
8174
 
8175
+ #: includes/controllers/pages/class-submit-listing.php:120
8176
  #, fuzzy
8177
  msgctxt "submit listing"
8178
  msgid "You can't edit this listing."
8179
  msgstr "Рубрики этой записи"
8180
 
8181
+ #: includes/controllers/pages/class-submit-listing.php:162
8182
  msgctxt "submit listing"
8183
  msgid ""
8184
  "This listing can't be edited at this time because it has no plan associated. "
8185
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8186
  msgstr ""
8187
 
8188
+ #: includes/controllers/pages/class-submit-listing.php:168
8189
  msgctxt "submit listing"
8190
  msgid ""
8191
  "This listing can't be edited at this time. Please try again later or contact "
8192
  "the admin if the problem persists."
8193
  msgstr ""
8194
 
8195
+ #: includes/controllers/pages/class-submit-listing.php:250
8196
  #, fuzzy
8197
  msgctxt "submit listing"
8198
  msgid "You're logged in as admin, payment will be skipped."
8199
  msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
8200
 
8201
+ #: includes/controllers/pages/class-submit-listing.php:633
8202
  #, fuzzy
8203
  msgctxt "submit listing"
8204
  msgid "Category selection"
8205
  msgstr "Выбор рубрики"
8206
 
8207
+ #: includes/controllers/pages/class-submit-listing.php:633
8208
  #, fuzzy
8209
  msgctxt "submit listing"
8210
  msgid "Category & plan selection"
8211
  msgstr "Выбор рубрики"
8212
 
8213
+ #: includes/controllers/pages/class-submit-listing.php:941
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "Can not submit a listing at this moment. Please try again later."
8218
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
8219
  "пожалуйста."
8220
 
8221
+ #: includes/controllers/pages/class-submit-listing.php:990
8222
+ #: includes/controllers/pages/class-submit-listing.php:1117
8223
  #, fuzzy
8224
  msgctxt "submit listing"
8225
  msgid "Please select a category."
8226
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8227
 
8228
+ #: includes/controllers/pages/class-submit-listing.php:1015
8229
  msgctxt "submit listing"
8230
  msgid "Current active plan is disabled. Please select another plan."
8231
  msgstr ""
8232
 
8233
+ #: includes/controllers/pages/class-submit-listing.php:1017
8234
  msgctxt "submit listing"
8235
  msgid "Please choose a valid category for your plan."
8236
  msgstr ""
8237
 
8238
+ #: includes/controllers/pages/class-submit-listing.php:1020
8239
  #, fuzzy
8240
  msgctxt "submit listing"
8241
  msgid "Please choose a valid plan for your category selection."
8242
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8243
 
8244
+ #: includes/controllers/pages/class-submit-listing.php:1328
8245
  #, fuzzy
8246
  msgctxt "submit listing"
8247
  msgid "Please enter your desired username."
8248
  msgstr "Пожалуйста введите Ваше имя."
8249
 
8250
+ #: includes/controllers/pages/class-submit-listing.php:1333
8251
  #, fuzzy
8252
  msgctxt "submit listing"
8253
  msgid "Please enter the e-mail for your new account."
8254
  msgstr "Пожалуйста введите Ваше имя."
8255
 
8256
+ #: includes/controllers/pages/class-submit-listing.php:1338
8257
  msgctxt "submit listing"
8258
  msgid "The username you chose is already in use. Please use a different one."
8259
  msgstr ""
8260
 
8261
+ #: includes/controllers/pages/class-submit-listing.php:1343
8262
  msgctxt "submit listing"
8263
  msgid "The e-mail address you chose for your account is already in use."
8264
  msgstr ""
8268
  msgid "Listing submitted by admin. Payment skipped."
8269
  msgstr ""
8270
 
8271
+ #: includes/controllers/pages/class-submit-listing.php:1283
8272
  msgctxt "listing submit"
8273
  msgid ""
8274
  "Image upload is required, please provide at least one image and submit again."
8586
  msgid "Report comment is required to save a report"
8587
  msgstr ""
8588
 
8589
+ #: includes/installer.php:40
8590
  msgctxt "default category name"
8591
  msgid "General"
8592
  msgstr "Основное"
8775
  msgid "Payment #%s"
8776
  msgstr "Платёж № %d"
8777
 
8778
+ #: includes/utils.php:277
8779
  msgctxt "utils"
8780
  msgid "Unkown error while uploading file."
8781
  msgstr "Неизвестная ошибка при загрузке файла."
8782
 
8783
+ #: includes/utils.php:385
8784
  msgctxt "utils"
8785
  msgid "Error while uploading file"
8786
  msgstr "Ошибка при загрузке файла"
8787
 
8788
+ #: includes/utils.php:408 includes/utils.php:414
8789
  msgctxt "utils"
8790
  msgid "File type \"%s\" is not allowed"
8791
  msgstr "Файл типа \"%s\" не допускается к загрузке"
8792
 
8793
+ #: includes/utils.php:667
8794
  msgctxt "utils"
8795
  msgid ""
8796
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8939
  msgid "Send renewal e-mail"
8940
  msgstr "Послать уведомление о продлении автору по электронной почте"
8941
 
 
 
 
 
 
 
8942
  #: templates/admin/themes-delete-confirm.tpl.php:14
8943
  msgctxt "themes admin"
8944
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9371
  #~ msgid "Manage Theme Tags"
9372
  #~ msgstr "Настроить метки темы"
9373
 
 
 
 
 
9374
  #~ msgctxt "fees-api"
9375
  #~ msgid "Fee label is required."
9376
  #~ msgstr "Название тарифа обязательна."
languages/business-directory-plugin-sv_SE.mo CHANGED
Binary file
languages/business-directory-plugin-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-05-13 19:33:26+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -337,7 +337,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
- #: includes/controllers/pages/class-submit-listing.php:514
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "Information om annons"
@@ -414,7 +414,7 @@ msgstr ""
414
  "låta Business Directory göra det åt dig automatiskt."
415
 
416
  #: includes/admin/controllers/class-form-fields-admin.php:37
417
- #: includes/controllers/pages/class-submit-listing.php:844
418
  #, fuzzy
419
  msgid "Go to \"Form Fields\""
420
  msgstr "Gå till \"Hantera formulärfält\""
@@ -465,7 +465,7 @@ msgstr "Tagg"
465
 
466
  #: includes/admin/controllers/class-form-fields-admin.php:348
467
  #: includes/form-fields.php:445
468
- #: includes/helpers/class-field-display-list.php:246
469
  #: templates/checkout-billing-form.tpl.php:75
470
  #, fuzzy
471
  msgid "Address"
@@ -649,11 +649,17 @@ msgstr "Aktivera:"
649
  msgid "Hide notifications"
650
  msgstr "E-postnotifikationer"
651
 
652
- #: includes/admin/helpers/csv/class-csv-import.php:675
653
  #, fuzzy
654
  msgid "Listing imported by admin. Payment skipped."
655
  msgstr "Notering skickas in av admin. Betalning hoppas över."
656
 
 
 
 
 
 
 
657
  #. translators: %1$s: open link html, %2$s close link
658
  #: includes/admin/helpers/tables/class-fees-table.php:30
659
  #, fuzzy
@@ -765,7 +771,7 @@ msgid "Missing tables: %s"
765
  msgstr "Saknade tabeller:%s"
766
 
767
  #: includes/admin/settings/class-settings-bootstrap.php:13
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
@@ -807,7 +813,7 @@ msgstr "Ja, och att det krävs"
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 "Villkor"
@@ -1004,6 +1010,15 @@ msgstr ""
1004
  msgid "This is used for form buttons and form rootline."
1005
  msgstr ""
1006
 
 
 
 
 
 
 
 
 
 
1007
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1008
  #, fuzzy
1009
  msgid "Show Thumbnail"
@@ -1577,7 +1592,7 @@ msgid "View All Listings"
1577
  msgstr "Visa alla annonser"
1578
 
1579
  #: includes/controllers/pages/class-checkout.php:181
1580
- #: includes/controllers/pages/class-manage-listings.php:109
1581
  #, fuzzy
1582
  msgid "Pay Now"
1583
  msgstr "Betala nu"
@@ -1622,11 +1637,22 @@ msgstr "Fyll i ditt namn"
1622
  msgid "l F j, Y \\a\\t g:i a"
1623
  msgstr "l F j, Y \\a\\t g:i en"
1624
 
1625
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
 
1626
  #: templates/renew-listing.tpl.php:11
1627
  msgid "Renew Listing"
1628
  msgstr "Förnya annons"
1629
 
 
 
 
 
 
 
1630
  #: includes/controllers/pages/class-renew-listing.php:36
1631
  #, fuzzy
1632
  msgid "That listing cannot yet be renewed."
@@ -1638,51 +1664,51 @@ msgid "This is just a preview. The listing has not been published yet."
1638
  msgstr ""
1639
  "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
1640
 
1641
- #: includes/controllers/pages/class-submit-listing.php:32
1642
  #: includes/helpers/functions/templates-ui.php:330
1643
  #: templates/submit-listing.tpl.php:17
1644
  #, fuzzy
1645
  msgid "Add Listing"
1646
  msgstr "Lägg till annonsavgift"
1647
 
1648
- #: includes/controllers/pages/class-submit-listing.php:560
1649
  #, fuzzy
1650
  msgid "Listing Images"
1651
  msgstr "Annonsbilder"
1652
 
1653
- #: includes/controllers/pages/class-submit-listing.php:628
1654
  #, fuzzy
1655
  msgid "Account Creation"
1656
  msgstr "Konto skapas"
1657
 
1658
- #: includes/controllers/pages/class-submit-listing.php:827
1659
  #, fuzzy
1660
  msgid "Go to \"Plans\""
1661
  msgstr "Avgiftsplan"
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:884
1664
  #, fuzzy
1665
  msgid "Please choose a plan."
1666
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1667
 
1668
- #: includes/controllers/pages/class-submit-listing.php:1074
1669
  #, fuzzy
1670
  msgid "Please check the form for errors, correct them and submit again."
1671
  msgstr ""
1672
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1673
  "skicka igen."
1674
 
1675
- #: includes/controllers/pages/class-submit-listing.php:1234
1676
  #, fuzzy
1677
  msgid "Create a user account on this site"
1678
  msgstr "Skapa ett användarkonto på denna webbplats"
1679
 
1680
- #: includes/controllers/pages/class-submit-listing.php:1241
1681
  #, fuzzy
1682
  msgid "Username"
1683
  msgstr "Användarnamn:"
1684
 
1685
- #: includes/controllers/pages/class-submit-listing.php:1263
1686
  #, fuzzy
1687
  msgid "Clear Form"
1688
  msgstr "Rensa"
@@ -2017,7 +2043,7 @@ msgstr "Redigera annons"
2017
  msgid "Manage Listings"
2018
  msgstr "Hantera betalda annonser"
2019
 
2020
- #: includes/installer.php:60
2021
  #, fuzzy
2022
  msgid "Default Plan"
2023
  msgstr "Standardavgift"
@@ -2182,12 +2208,12 @@ msgstr "Återvänd till annons"
2182
  msgid "ZIP file is not a valid Business Directory theme file."
2183
  msgstr "ZIP-filen är inte en giltig BD temafil."
2184
 
2185
- #: includes/utils.php:390
2186
  #, fuzzy
2187
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2188
  msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
2189
 
2190
- #: includes/utils.php:399
2191
  #, fuzzy
2192
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2193
  msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
@@ -2631,7 +2657,7 @@ msgstr ""
2631
  msgid "Add a payment gateway to increase conversion rates"
2632
  msgstr ""
2633
 
2634
- #. translators: %s: payment gateway name */
2635
  #: templates/admin/fees-index.tpl.php:75
2636
  #, fuzzy
2637
  msgid "Add %s as a payment option."
@@ -2729,6 +2755,11 @@ msgstr "Avgiftsplan"
2729
  msgid "Recurring"
2730
  msgstr "Återkommande"
2731
 
 
 
 
 
 
2732
  #: templates/admin/payments-details.tpl.php:5
2733
  #, fuzzy
2734
  msgid "Payment %s"
@@ -3699,13 +3730,15 @@ msgid "Failed to import category %s"
3699
  msgstr "Dölj tomma kategorier?"
3700
 
3701
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
 
3702
  msgid "Failed to import post tag %s"
3703
- msgstr ""
3704
 
3705
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3706
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
 
3707
  msgid "Failed to import %s %s"
3708
- msgstr ""
3709
 
3710
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3711
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
@@ -3716,8 +3749,9 @@ msgid "%s &#8220;%s&#8221; already exists."
3716
  msgstr ""
3717
 
3718
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
 
3719
  msgid "Failed to import %s &#8220;%s&#8221;"
3720
- msgstr ""
3721
 
3722
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3723
  msgid "Menu item skipped due to missing menu slug"
@@ -3815,7 +3849,7 @@ msgstr ""
3815
  msgid "Business Directory Team"
3816
  msgstr "Business Directory"
3817
 
3818
- #: includes/abstracts/class-view.php:130
3819
  msgctxt "views"
3820
  msgid "Invalid credentials."
3821
  msgstr "Ogiltiga uppgifter."
@@ -5545,7 +5579,6 @@ msgid "General"
5545
  msgstr "Allmän"
5546
 
5547
  #: includes/admin/settings/class-settings-bootstrap.php:10
5548
- #: includes/admin/settings/class-settings-bootstrap.php:1039
5549
  msgctxt "settings"
5550
  msgid "Listings"
5551
  msgstr "Annonser"
@@ -6113,11 +6146,6 @@ msgstr ""
6113
  "för att matcha den angivna bredden, och höjden justeras proportionerligt. "
6114
  "Beroende på de uppladdade bilderna kan tumnaglarna ha olika höjd."
6115
 
6116
- #: includes/admin/settings/class-settings-bootstrap.php:1044
6117
- msgctxt "settings"
6118
- msgid "Enforce image upload on submit/edit"
6119
- msgstr ""
6120
-
6121
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6122
  #, fuzzy
6123
  msgctxt "settings"
@@ -6664,7 +6692,7 @@ msgctxt "admin csv-import"
6664
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6665
  msgstr "Import är i \"testläge\". Ingenting kommer att införas i databasen."
6666
 
6667
- #: includes/admin/helpers/csv/class-csv-import.php:532
6668
  msgctxt "admin csv-import"
6669
  msgid ""
6670
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6673,33 +6701,27 @@ msgstr ""
6673
  "Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
6674
  "på grund av följande fel: <error-message>"
6675
 
6676
- #: includes/admin/helpers/csv/class-csv-import.php:538
6677
  msgctxt "admin csv-import"
6678
  msgid "Could not create listing category \"%s\""
6679
  msgstr "Det gick inte att skapa annonskategori \"%s\""
6680
 
6681
- #: includes/admin/helpers/csv/class-csv-import.php:730
6682
  msgctxt "admin csv-import"
6683
  msgid "Username \"%s\" does not exist"
6684
  msgstr "Användarnamn \"%s\" existerar inte"
6685
 
6686
- #: includes/admin/helpers/csv/class-csv-import.php:757
6687
- #, fuzzy
6688
- msgctxt "admin csv-import"
6689
- msgid "There is no Plan with ID = <fee-id>"
6690
- msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
6691
-
6692
- #: includes/admin/helpers/csv/class-csv-import.php:788
6693
  msgctxt "admin csv-import"
6694
  msgid "Missing required field: %s"
6695
  msgstr "Saknar det obligatoriska fältet %s"
6696
 
6697
- #: includes/admin/helpers/csv/class-csv-import.php:829
6698
  msgctxt "admin csv-import"
6699
  msgid "Listing category \"%s\" does not exist"
6700
  msgstr "Annonskategorin \"%s\" existerar inte"
6701
 
6702
- #: includes/admin/helpers/csv/class-csv-import.php:903
6703
  msgctxt "admin csv-import"
6704
  msgid "The string <string> couldn't be converted into a valid date."
6705
  msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
@@ -7717,7 +7739,7 @@ msgstr ""
7717
  "av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
7718
  "inställningen."
7719
 
7720
- #: includes/controllers/pages/class-submit-listing.php:420
7721
  msgctxt "templates"
7722
  msgid ""
7723
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7726,27 +7748,27 @@ msgstr ""
7726
  "<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
7727
  "framsidan?\"-inställningen markerad?"
7728
 
7729
- #: includes/controllers/pages/class-submit-listing.php:422
7730
  msgctxt "templates"
7731
  msgid ""
7732
  "Listing submission has been disabled. Contact the administrator for details."
7733
  msgstr ""
7734
 
7735
- #: includes/controllers/pages/class-submit-listing.php:820
7736
  msgctxt "templates"
7737
  msgid ""
7738
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7739
  "a listing. %s to create a plan"
7740
  msgstr ""
7741
 
7742
- #: includes/controllers/pages/class-submit-listing.php:834
7743
  msgctxt "templates"
7744
  msgid ""
7745
  "Listing submission is not available at the moment. Contact the administrator "
7746
  "for details."
7747
  msgstr ""
7748
 
7749
- #: includes/controllers/pages/class-submit-listing.php:837
7750
  msgctxt "templates"
7751
  msgid ""
7752
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7754,12 +7776,12 @@ msgid ""
7754
  "an existing field"
7755
  msgstr ""
7756
 
7757
- #: includes/controllers/pages/class-submit-listing.php:1284
7758
  msgctxt "templates"
7759
  msgid "Please agree to the Terms and Conditions."
7760
  msgstr "Vänligen godkänn villkoren"
7761
 
7762
- #: includes/controllers/pages/class-submit-listing.php:1298
7763
  msgctxt "templates"
7764
  msgid "I agree to the <a>Terms and Conditions</a>"
7765
  msgstr "Jag godtar <a>villkoren</a>."
@@ -7912,12 +7934,7 @@ msgid "Please <a>login</a> to manage your listings."
7912
  msgstr ""
7913
  "Vänligen <a>logga in</a> för att kunna skicka meddelanden till annonsägaren."
7914
 
7915
- #: includes/controllers/pages/class-manage-recurring.php:33
7916
- msgctxt "manage subscription"
7917
- msgid "The listing with id = <listing-id> doesn't exists."
7918
- msgstr ""
7919
-
7920
- #: includes/controllers/pages/class-manage-recurring.php:42
7921
  #, fuzzy
7922
  msgctxt "manage subscriptions"
7923
  msgid ""
@@ -7925,12 +7942,12 @@ msgid ""
7925
  "invalid."
7926
  msgstr "Du har inte behörighet att redigera den här annonsen."
7927
 
7928
- #: includes/controllers/pages/class-manage-recurring.php:53
7929
  msgctxt "manage subscriptions"
7930
  msgid "Invalid subscription."
7931
  msgstr "Ogiltigt abonnemang."
7932
 
7933
- #: includes/controllers/pages/class-manage-recurring.php:76
7934
  #, fuzzy
7935
  msgctxt "manage subscriptions"
7936
  msgid "Your subscription was canceled."
@@ -7942,7 +7959,7 @@ msgctxt "manage subscriptions"
7942
  msgid "Subscription / Plan"
7943
  msgstr "Prenumeration / Avgiftsplan"
7944
 
7945
- #: includes/controllers/pages/class-manage-recurring.php:93
7946
  #, fuzzy
7947
  msgctxt "manage listings"
7948
  msgid "You are not on recurring payments for any of your listings."
@@ -8049,45 +8066,45 @@ msgctxt "search"
8049
  msgid "\"%s\" is required."
8050
  msgstr "\"%s\" är obligatorisk."
8051
 
8052
- #: includes/controllers/pages/class-submit-listing.php:69
8053
  msgctxt "submit listing"
8054
  msgid "Click this field to add categories"
8055
  msgstr "Klicka för att lägga till kategorier."
8056
 
8057
- #: includes/controllers/pages/class-submit-listing.php:70
8058
  msgctxt "submit listing"
8059
  msgid "Complete Listing"
8060
  msgstr "Färdigställ annons"
8061
 
8062
- #: includes/controllers/pages/class-submit-listing.php:71
8063
  msgctxt "submit listing"
8064
  msgid "Continue to Payment"
8065
  msgstr "Fortsätt till betalning"
8066
 
8067
- #: includes/controllers/pages/class-submit-listing.php:73
8068
  #, fuzzy
8069
  msgctxt "submit listing"
8070
  msgid "Please wait a moment!"
8071
  msgstr "Vänligen vänta..."
8072
 
8073
- #: includes/controllers/pages/class-submit-listing.php:74
8074
  msgctxt "submit listing"
8075
  msgid "Something went wrong!"
8076
  msgstr ""
8077
 
8078
- #: includes/controllers/pages/class-submit-listing.php:99
8079
  #, fuzzy
8080
  msgctxt "submit listing"
8081
  msgid "No listing ID was specified."
8082
  msgstr "En annons är redigerad."
8083
 
8084
- #: includes/controllers/pages/class-submit-listing.php:101
8085
  #, fuzzy
8086
  msgctxt "submit listing"
8087
  msgid "You can't edit this listing."
8088
  msgstr "Kategorier för denna annons"
8089
 
8090
- #: includes/controllers/pages/class-submit-listing.php:164
8091
  #, fuzzy
8092
  msgctxt "submit listing"
8093
  msgid ""
@@ -8098,7 +8115,7 @@ msgstr ""
8098
  "avgiftsplan kopplad. Vänligen <a>Redigera annonsen</a> på backend och koppla "
8099
  "den till en avgift plan."
8100
 
8101
- #: includes/controllers/pages/class-submit-listing.php:170
8102
  msgctxt "submit listing"
8103
  msgid ""
8104
  "This listing can't be edited at this time. Please try again later or contact "
@@ -8107,64 +8124,64 @@ msgstr ""
8107
  "Denna annons kan inte redigeras just nu. Vänligen försök igen om en lite "
8108
  "stund eller kontakta administratören om problemet kvarstår."
8109
 
8110
- #: includes/controllers/pages/class-submit-listing.php:194
8111
  msgctxt "submit listing"
8112
  msgid "You're logged in as admin, payment will be skipped."
8113
  msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
8114
 
8115
- #: includes/controllers/pages/class-submit-listing.php:509
8116
  msgctxt "submit listing"
8117
  msgid "Category selection"
8118
  msgstr "Val av kategori"
8119
 
8120
- #: includes/controllers/pages/class-submit-listing.php:509
8121
  msgctxt "submit listing"
8122
  msgid "Category & plan selection"
8123
  msgstr "Val av kategori och avgiftsplan"
8124
 
8125
- #: includes/controllers/pages/class-submit-listing.php:817
8126
  msgctxt "submit listing"
8127
  msgid "Can not submit a listing at this moment. Please try again later."
8128
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8129
 
8130
- #: includes/controllers/pages/class-submit-listing.php:866
8131
- #: includes/controllers/pages/class-submit-listing.php:993
8132
  msgctxt "submit listing"
8133
  msgid "Please select a category."
8134
  msgstr "Välj en kategori."
8135
 
8136
- #: includes/controllers/pages/class-submit-listing.php:891
8137
  msgctxt "submit listing"
8138
  msgid "Current active plan is disabled. Please select another plan."
8139
  msgstr ""
8140
 
8141
- #: includes/controllers/pages/class-submit-listing.php:893
8142
  msgctxt "submit listing"
8143
  msgid "Please choose a valid category for your plan."
8144
  msgstr "Välj en giltig kategori för din plan."
8145
 
8146
- #: includes/controllers/pages/class-submit-listing.php:896
8147
  #, fuzzy
8148
  msgctxt "submit listing"
8149
  msgid "Please choose a valid plan for your category selection."
8150
  msgstr "Välj en avgiftsplan för ditt kategorival."
8151
 
8152
- #: includes/controllers/pages/class-submit-listing.php:1204
8153
  msgctxt "submit listing"
8154
  msgid "Please enter your desired username."
8155
  msgstr "Fyll i ditt önskade användarnamn."
8156
 
8157
- #: includes/controllers/pages/class-submit-listing.php:1209
8158
  msgctxt "submit listing"
8159
  msgid "Please enter the e-mail for your new account."
8160
  msgstr "Fyll i e-postadressen för ditt nya konto."
8161
 
8162
- #: includes/controllers/pages/class-submit-listing.php:1214
8163
  msgctxt "submit listing"
8164
  msgid "The username you chose is already in use. Please use a different one."
8165
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8166
 
8167
- #: includes/controllers/pages/class-submit-listing.php:1219
8168
  msgctxt "submit listing"
8169
  msgid "The e-mail address you chose for your account is already in use."
8170
  msgstr "E-postadressen du valt för ditt konto används redan."
@@ -8174,7 +8191,7 @@ msgctxt "submit listing"
8174
  msgid "Listing submitted by admin. Payment skipped."
8175
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8176
 
8177
- #: includes/controllers/pages/class-submit-listing.php:1159
8178
  msgctxt "listing submit"
8179
  msgid ""
8180
  "Image upload is required, please provide at least one image and submit again."
@@ -8498,7 +8515,7 @@ msgctxt "flag listing"
8498
  msgid "Report comment is required to save a report"
8499
  msgstr ""
8500
 
8501
- #: includes/installer.php:49
8502
  msgctxt "default category name"
8503
  msgid "General"
8504
  msgstr "Allmän"
@@ -8699,22 +8716,22 @@ msgctxt "payments"
8699
  msgid "Payment #%s"
8700
  msgstr "Betalning #%s"
8701
 
8702
- #: includes/utils.php:276
8703
  msgctxt "utils"
8704
  msgid "Unkown error while uploading file."
8705
  msgstr "Okänt fel uppstod när filen laddades upp."
8706
 
8707
- #: includes/utils.php:384
8708
  msgctxt "utils"
8709
  msgid "Error while uploading file"
8710
  msgstr "Okänt fel uppstod när filen laddades upp."
8711
 
8712
- #: includes/utils.php:407 includes/utils.php:413
8713
  msgctxt "utils"
8714
  msgid "File type \"%s\" is not allowed"
8715
  msgstr "Filtyp \"%s\" är inte tillåten"
8716
 
8717
- #: includes/utils.php:666
8718
  msgctxt "utils"
8719
  msgid ""
8720
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8861,11 +8878,6 @@ msgctxt "admin infometabox"
8861
  msgid "Send renewal e-mail"
8862
  msgstr "Skicka e-post om förnyelse"
8863
 
8864
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
8865
- msgctxt "admin infometabox"
8866
- msgid "Renew listing"
8867
- msgstr "Förnya annons"
8868
-
8869
  #: templates/admin/themes-delete-confirm.tpl.php:14
8870
  msgctxt "themes admin"
8871
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
@@ -9303,10 +9315,6 @@ msgstr "Fortsätt "
9303
  #~ msgid "Fee Plan"
9304
  #~ msgstr "Avgiftsplan"
9305
 
9306
- #~ msgctxt "installer"
9307
- #~ msgid "Default Fee"
9308
- #~ msgstr "Standardavgift"
9309
-
9310
  #~ msgctxt "fees-api"
9311
  #~ msgid "Fee label is required."
9312
  #~ msgstr "Avgiftsetikett är obligatoriskt."
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-06-06 22:19:11+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
+ #: includes/controllers/pages/class-submit-listing.php:638
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "Information om annons"
414
  "låta Business Directory göra det åt dig automatiskt."
415
 
416
  #: includes/admin/controllers/class-form-fields-admin.php:37
417
+ #: includes/controllers/pages/class-submit-listing.php:968
418
  #, fuzzy
419
  msgid "Go to \"Form Fields\""
420
  msgstr "Gå till \"Hantera formulärfält\""
465
 
466
  #: includes/admin/controllers/class-form-fields-admin.php:348
467
  #: includes/form-fields.php:445
468
+ #: includes/helpers/class-field-display-list.php:247
469
  #: templates/checkout-billing-form.tpl.php:75
470
  #, fuzzy
471
  msgid "Address"
649
  msgid "Hide notifications"
650
  msgstr "E-postnotifikationer"
651
 
652
+ #: includes/admin/helpers/csv/class-csv-import.php:673
653
  #, fuzzy
654
  msgid "Listing imported by admin. Payment skipped."
655
  msgstr "Notering skickas in av admin. Betalning hoppas över."
656
 
657
+ #. translators: %d: the plan id
658
+ #: includes/admin/helpers/csv/class-csv-import.php:757
659
+ #, fuzzy
660
+ msgid "There is no Plan with ID = %d"
661
+ msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
662
+
663
  #. translators: %1$s: open link html, %2$s close link
664
  #: includes/admin/helpers/tables/class-fees-table.php:30
665
  #, fuzzy
771
  msgstr "Saknade tabeller:%s"
772
 
773
  #: includes/admin/settings/class-settings-bootstrap.php:13
774
+ #: includes/controllers/pages/class-submit-listing.php:1374
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
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:651
817
  #, fuzzy
818
  msgid "Terms and Conditions"
819
  msgstr "Villkor"
1010
  msgid "This is used for form buttons and form rootline."
1011
  msgstr ""
1012
 
1013
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
1014
+ #, fuzzy
1015
+ msgid "Default Images"
1016
+ msgstr "Standardavgift"
1017
+
1018
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
1019
+ msgid "Require images on submit/edit"
1020
+ msgstr ""
1021
+
1022
  #: includes/admin/settings/class-settings-bootstrap.php:1054
1023
  #, fuzzy
1024
  msgid "Show Thumbnail"
1592
  msgstr "Visa alla annonser"
1593
 
1594
  #: includes/controllers/pages/class-checkout.php:181
1595
+ #: includes/controllers/pages/class-manage-listings.php:113
1596
  #, fuzzy
1597
  msgid "Pay Now"
1598
  msgstr "Betala nu"
1637
  msgid "l F j, Y \\a\\t g:i a"
1638
  msgstr "l F j, Y \\a\\t g:i en"
1639
 
1640
+ #: includes/controllers/pages/class-manage-listings.php:102
1641
+ #, fuzzy
1642
+ msgid "Pending"
1643
+ msgstr "Avvaktande"
1644
+
1645
+ #: includes/controllers/pages/class-manage-listings.php:113
1646
  #: templates/renew-listing.tpl.php:11
1647
  msgid "Renew Listing"
1648
  msgstr "Förnya annons"
1649
 
1650
+ #. translators: %d: the listing ID
1651
+ #: includes/controllers/pages/class-manage-recurring.php:35
1652
+ #, fuzzy
1653
+ msgid "The listing with id %d does not exist."
1654
+ msgstr "Annonskategorin \"%s\" existerar inte"
1655
+
1656
  #: includes/controllers/pages/class-renew-listing.php:36
1657
  #, fuzzy
1658
  msgid "That listing cannot yet be renewed."
1664
  msgstr ""
1665
  "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
1666
 
1667
+ #: includes/controllers/pages/class-submit-listing.php:41
1668
  #: includes/helpers/functions/templates-ui.php:330
1669
  #: templates/submit-listing.tpl.php:17
1670
  #, fuzzy
1671
  msgid "Add Listing"
1672
  msgstr "Lägg till annonsavgift"
1673
 
1674
+ #: includes/controllers/pages/class-submit-listing.php:684
1675
  #, fuzzy
1676
  msgid "Listing Images"
1677
  msgstr "Annonsbilder"
1678
 
1679
+ #: includes/controllers/pages/class-submit-listing.php:752
1680
  #, fuzzy
1681
  msgid "Account Creation"
1682
  msgstr "Konto skapas"
1683
 
1684
+ #: includes/controllers/pages/class-submit-listing.php:951
1685
  #, fuzzy
1686
  msgid "Go to \"Plans\""
1687
  msgstr "Avgiftsplan"
1688
 
1689
+ #: includes/controllers/pages/class-submit-listing.php:1008
1690
  #, fuzzy
1691
  msgid "Please choose a plan."
1692
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1693
 
1694
+ #: includes/controllers/pages/class-submit-listing.php:1198
1695
  #, fuzzy
1696
  msgid "Please check the form for errors, correct them and submit again."
1697
  msgstr ""
1698
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1699
  "skicka igen."
1700
 
1701
+ #: includes/controllers/pages/class-submit-listing.php:1358
1702
  #, fuzzy
1703
  msgid "Create a user account on this site"
1704
  msgstr "Skapa ett användarkonto på denna webbplats"
1705
 
1706
+ #: includes/controllers/pages/class-submit-listing.php:1365
1707
  #, fuzzy
1708
  msgid "Username"
1709
  msgstr "Användarnamn:"
1710
 
1711
+ #: includes/controllers/pages/class-submit-listing.php:1387
1712
  #, fuzzy
1713
  msgid "Clear Form"
1714
  msgstr "Rensa"
2043
  msgid "Manage Listings"
2044
  msgstr "Hantera betalda annonser"
2045
 
2046
+ #: includes/installer.php:51
2047
  #, fuzzy
2048
  msgid "Default Plan"
2049
  msgstr "Standardavgift"
2208
  msgid "ZIP file is not a valid Business Directory theme file."
2209
  msgstr "ZIP-filen är inte en giltig BD temafil."
2210
 
2211
+ #: includes/utils.php:391
2212
  #, fuzzy
2213
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
2214
  msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
2215
 
2216
+ #: includes/utils.php:400
2217
  #, fuzzy
2218
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
2219
  msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
2657
  msgid "Add a payment gateway to increase conversion rates"
2658
  msgstr ""
2659
 
2660
+ #. translators: %s: payment gateway name
2661
  #: templates/admin/fees-index.tpl.php:75
2662
  #, fuzzy
2663
  msgid "Add %s as a payment option."
2755
  msgid "Recurring"
2756
  msgstr "Återkommande"
2757
 
2758
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2759
+ #, fuzzy
2760
+ msgid "Renew listing"
2761
+ msgstr "Förnya annons"
2762
+
2763
  #: templates/admin/payments-details.tpl.php:5
2764
  #, fuzzy
2765
  msgid "Payment %s"
3730
  msgstr "Dölj tomma kategorier?"
3731
 
3732
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:467
3733
+ #, fuzzy
3734
  msgid "Failed to import post tag %s"
3735
+ msgstr "Dölj tomma kategorier?"
3736
 
3737
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:516
3738
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:738
3739
+ #, fuzzy
3740
  msgid "Failed to import %s %s"
3741
+ msgstr "Dölj tomma kategorier?"
3742
 
3743
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:605
3744
  msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
3749
  msgstr ""
3750
 
3751
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:704
3752
+ #, fuzzy
3753
  msgid "Failed to import %s &#8220;%s&#8221;"
3754
+ msgstr "Dölj tomma kategorier?"
3755
 
3756
  #: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:869
3757
  msgid "Menu item skipped due to missing menu slug"
3849
  msgid "Business Directory Team"
3850
  msgstr "Business Directory"
3851
 
3852
+ #: includes/abstracts/class-view.php:119
3853
  msgctxt "views"
3854
  msgid "Invalid credentials."
3855
  msgstr "Ogiltiga uppgifter."
5579
  msgstr "Allmän"
5580
 
5581
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
5582
  msgctxt "settings"
5583
  msgid "Listings"
5584
  msgstr "Annonser"
6146
  "för att matcha den angivna bredden, och höjden justeras proportionerligt. "
6147
  "Beroende på de uppladdade bilderna kan tumnaglarna ha olika höjd."
6148
 
 
 
 
 
 
6149
  #: includes/admin/settings/class-settings-bootstrap.php:1080
6150
  #, fuzzy
6151
  msgctxt "settings"
6692
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6693
  msgstr "Import är i \"testläge\". Ingenting kommer att införas i databasen."
6694
 
6695
+ #: includes/admin/helpers/csv/class-csv-import.php:530
6696
  msgctxt "admin csv-import"
6697
  msgid ""
6698
  "Could not create listing category \"<category-name>\". The operation failed "
6701
  "Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
6702
  "på grund av följande fel: <error-message>"
6703
 
6704
+ #: includes/admin/helpers/csv/class-csv-import.php:536
6705
  msgctxt "admin csv-import"
6706
  msgid "Could not create listing category \"%s\""
6707
  msgstr "Det gick inte att skapa annonskategori \"%s\""
6708
 
6709
+ #: includes/admin/helpers/csv/class-csv-import.php:728
6710
  msgctxt "admin csv-import"
6711
  msgid "Username \"%s\" does not exist"
6712
  msgstr "Användarnamn \"%s\" existerar inte"
6713
 
6714
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
 
6715
  msgctxt "admin csv-import"
6716
  msgid "Missing required field: %s"
6717
  msgstr "Saknar det obligatoriska fältet %s"
6718
 
6719
+ #: includes/admin/helpers/csv/class-csv-import.php:830
6720
  msgctxt "admin csv-import"
6721
  msgid "Listing category \"%s\" does not exist"
6722
  msgstr "Annonskategorin \"%s\" existerar inte"
6723
 
6724
+ #: includes/admin/helpers/csv/class-csv-import.php:904
6725
  msgctxt "admin csv-import"
6726
  msgid "The string <string> couldn't be converted into a valid date."
6727
  msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
7739
  "av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
7740
  "inställningen."
7741
 
7742
+ #: includes/controllers/pages/class-submit-listing.php:495
7743
  msgctxt "templates"
7744
  msgid ""
7745
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7748
  "<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
7749
  "framsidan?\"-inställningen markerad?"
7750
 
7751
+ #: includes/controllers/pages/class-submit-listing.php:497
7752
  msgctxt "templates"
7753
  msgid ""
7754
  "Listing submission has been disabled. Contact the administrator for details."
7755
  msgstr ""
7756
 
7757
+ #: includes/controllers/pages/class-submit-listing.php:944
7758
  msgctxt "templates"
7759
  msgid ""
7760
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7761
  "a listing. %s to create a plan"
7762
  msgstr ""
7763
 
7764
+ #: includes/controllers/pages/class-submit-listing.php:958
7765
  msgctxt "templates"
7766
  msgid ""
7767
  "Listing submission is not available at the moment. Contact the administrator "
7768
  "for details."
7769
  msgstr ""
7770
 
7771
+ #: includes/controllers/pages/class-submit-listing.php:961
7772
  msgctxt "templates"
7773
  msgid ""
7774
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7776
  "an existing field"
7777
  msgstr ""
7778
 
7779
+ #: includes/controllers/pages/class-submit-listing.php:1408
7780
  msgctxt "templates"
7781
  msgid "Please agree to the Terms and Conditions."
7782
  msgstr "Vänligen godkänn villkoren"
7783
 
7784
+ #: includes/controllers/pages/class-submit-listing.php:1422
7785
  msgctxt "templates"
7786
  msgid "I agree to the <a>Terms and Conditions</a>"
7787
  msgstr "Jag godtar <a>villkoren</a>."
7934
  msgstr ""
7935
  "Vänligen <a>logga in</a> för att kunna skicka meddelanden till annonsägaren."
7936
 
7937
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
7938
  #, fuzzy
7939
  msgctxt "manage subscriptions"
7940
  msgid ""
7942
  "invalid."
7943
  msgstr "Du har inte behörighet att redigera den här annonsen."
7944
 
7945
+ #: includes/controllers/pages/class-manage-recurring.php:56
7946
  msgctxt "manage subscriptions"
7947
  msgid "Invalid subscription."
7948
  msgstr "Ogiltigt abonnemang."
7949
 
7950
+ #: includes/controllers/pages/class-manage-recurring.php:79
7951
  #, fuzzy
7952
  msgctxt "manage subscriptions"
7953
  msgid "Your subscription was canceled."
7959
  msgid "Subscription / Plan"
7960
  msgstr "Prenumeration / Avgiftsplan"
7961
 
7962
+ #: includes/controllers/pages/class-manage-recurring.php:96
7963
  #, fuzzy
7964
  msgctxt "manage listings"
7965
  msgid "You are not on recurring payments for any of your listings."
8066
  msgid "\"%s\" is required."
8067
  msgstr "\"%s\" är obligatorisk."
8068
 
8069
+ #: includes/controllers/pages/class-submit-listing.php:78
8070
  msgctxt "submit listing"
8071
  msgid "Click this field to add categories"
8072
  msgstr "Klicka för att lägga till kategorier."
8073
 
8074
+ #: includes/controllers/pages/class-submit-listing.php:79
8075
  msgctxt "submit listing"
8076
  msgid "Complete Listing"
8077
  msgstr "Färdigställ annons"
8078
 
8079
+ #: includes/controllers/pages/class-submit-listing.php:80
8080
  msgctxt "submit listing"
8081
  msgid "Continue to Payment"
8082
  msgstr "Fortsätt till betalning"
8083
 
8084
+ #: includes/controllers/pages/class-submit-listing.php:82
8085
  #, fuzzy
8086
  msgctxt "submit listing"
8087
  msgid "Please wait a moment!"
8088
  msgstr "Vänligen vänta..."
8089
 
8090
+ #: includes/controllers/pages/class-submit-listing.php:83
8091
  msgctxt "submit listing"
8092
  msgid "Something went wrong!"
8093
  msgstr ""
8094
 
8095
+ #: includes/controllers/pages/class-submit-listing.php:118
8096
  #, fuzzy
8097
  msgctxt "submit listing"
8098
  msgid "No listing ID was specified."
8099
  msgstr "En annons är redigerad."
8100
 
8101
+ #: includes/controllers/pages/class-submit-listing.php:120
8102
  #, fuzzy
8103
  msgctxt "submit listing"
8104
  msgid "You can't edit this listing."
8105
  msgstr "Kategorier för denna annons"
8106
 
8107
+ #: includes/controllers/pages/class-submit-listing.php:162
8108
  #, fuzzy
8109
  msgctxt "submit listing"
8110
  msgid ""
8115
  "avgiftsplan kopplad. Vänligen <a>Redigera annonsen</a> på backend och koppla "
8116
  "den till en avgift plan."
8117
 
8118
+ #: includes/controllers/pages/class-submit-listing.php:168
8119
  msgctxt "submit listing"
8120
  msgid ""
8121
  "This listing can't be edited at this time. Please try again later or contact "
8124
  "Denna annons kan inte redigeras just nu. Vänligen försök igen om en lite "
8125
  "stund eller kontakta administratören om problemet kvarstår."
8126
 
8127
+ #: includes/controllers/pages/class-submit-listing.php:250
8128
  msgctxt "submit listing"
8129
  msgid "You're logged in as admin, payment will be skipped."
8130
  msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
8131
 
8132
+ #: includes/controllers/pages/class-submit-listing.php:633
8133
  msgctxt "submit listing"
8134
  msgid "Category selection"
8135
  msgstr "Val av kategori"
8136
 
8137
+ #: includes/controllers/pages/class-submit-listing.php:633
8138
  msgctxt "submit listing"
8139
  msgid "Category & plan selection"
8140
  msgstr "Val av kategori och avgiftsplan"
8141
 
8142
+ #: includes/controllers/pages/class-submit-listing.php:941
8143
  msgctxt "submit listing"
8144
  msgid "Can not submit a listing at this moment. Please try again later."
8145
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8146
 
8147
+ #: includes/controllers/pages/class-submit-listing.php:990
8148
+ #: includes/controllers/pages/class-submit-listing.php:1117
8149
  msgctxt "submit listing"
8150
  msgid "Please select a category."
8151
  msgstr "Välj en kategori."
8152
 
8153
+ #: includes/controllers/pages/class-submit-listing.php:1015
8154
  msgctxt "submit listing"
8155
  msgid "Current active plan is disabled. Please select another plan."
8156
  msgstr ""
8157
 
8158
+ #: includes/controllers/pages/class-submit-listing.php:1017
8159
  msgctxt "submit listing"
8160
  msgid "Please choose a valid category for your plan."
8161
  msgstr "Välj en giltig kategori för din plan."
8162
 
8163
+ #: includes/controllers/pages/class-submit-listing.php:1020
8164
  #, fuzzy
8165
  msgctxt "submit listing"
8166
  msgid "Please choose a valid plan for your category selection."
8167
  msgstr "Välj en avgiftsplan för ditt kategorival."
8168
 
8169
+ #: includes/controllers/pages/class-submit-listing.php:1328
8170
  msgctxt "submit listing"
8171
  msgid "Please enter your desired username."
8172
  msgstr "Fyll i ditt önskade användarnamn."
8173
 
8174
+ #: includes/controllers/pages/class-submit-listing.php:1333
8175
  msgctxt "submit listing"
8176
  msgid "Please enter the e-mail for your new account."
8177
  msgstr "Fyll i e-postadressen för ditt nya konto."
8178
 
8179
+ #: includes/controllers/pages/class-submit-listing.php:1338
8180
  msgctxt "submit listing"
8181
  msgid "The username you chose is already in use. Please use a different one."
8182
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8183
 
8184
+ #: includes/controllers/pages/class-submit-listing.php:1343
8185
  msgctxt "submit listing"
8186
  msgid "The e-mail address you chose for your account is already in use."
8187
  msgstr "E-postadressen du valt för ditt konto används redan."
8191
  msgid "Listing submitted by admin. Payment skipped."
8192
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8193
 
8194
+ #: includes/controllers/pages/class-submit-listing.php:1283
8195
  msgctxt "listing submit"
8196
  msgid ""
8197
  "Image upload is required, please provide at least one image and submit again."
8515
  msgid "Report comment is required to save a report"
8516
  msgstr ""
8517
 
8518
+ #: includes/installer.php:40
8519
  msgctxt "default category name"
8520
  msgid "General"
8521
  msgstr "Allmän"
8716
  msgid "Payment #%s"
8717
  msgstr "Betalning #%s"
8718
 
8719
+ #: includes/utils.php:277
8720
  msgctxt "utils"
8721
  msgid "Unkown error while uploading file."
8722
  msgstr "Okänt fel uppstod när filen laddades upp."
8723
 
8724
+ #: includes/utils.php:385
8725
  msgctxt "utils"
8726
  msgid "Error while uploading file"
8727
  msgstr "Okänt fel uppstod när filen laddades upp."
8728
 
8729
+ #: includes/utils.php:408 includes/utils.php:414
8730
  msgctxt "utils"
8731
  msgid "File type \"%s\" is not allowed"
8732
  msgstr "Filtyp \"%s\" är inte tillåten"
8733
 
8734
+ #: includes/utils.php:667
8735
  msgctxt "utils"
8736
  msgid ""
8737
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8878
  msgid "Send renewal e-mail"
8879
  msgstr "Skicka e-post om förnyelse"
8880
 
 
 
 
 
 
8881
  #: templates/admin/themes-delete-confirm.tpl.php:14
8882
  msgctxt "themes admin"
8883
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9315
  #~ msgid "Fee Plan"
9316
  #~ msgstr "Avgiftsplan"
9317
 
 
 
 
 
9318
  #~ msgctxt "fees-api"
9319
  #~ msgid "Fee label is required."
9320
  #~ msgstr "Avgiftsetikett är obligatoriskt."
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 6.2.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2022-05-13 19:33:26+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -280,7 +280,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
280
  msgstr ""
281
 
282
  #: includes/admin/controllers/class-admin-listings.php:187
283
- #: includes/controllers/pages/class-submit-listing.php:514
284
  #: templates/email/listing-reported.tpl.php:7
285
  msgid "Listing Information"
286
  msgstr ""
@@ -349,7 +349,7 @@ msgid ""
349
  msgstr ""
350
 
351
  #: includes/admin/controllers/class-form-fields-admin.php:37
352
- #: includes/controllers/pages/class-submit-listing.php:844
353
  msgid "Go to \"Form Fields\""
354
  msgstr ""
355
 
@@ -392,7 +392,7 @@ msgstr ""
392
 
393
  #: includes/admin/controllers/class-form-fields-admin.php:348
394
  #: includes/form-fields.php:445
395
- #: includes/helpers/class-field-display-list.php:246
396
  #: templates/checkout-billing-form.tpl.php:75
397
  msgid "Address"
398
  msgstr ""
@@ -549,10 +549,15 @@ msgstr ""
549
  msgid "Hide notifications"
550
  msgstr ""
551
 
552
- #: includes/admin/helpers/csv/class-csv-import.php:675
553
  msgid "Listing imported by admin. Payment skipped."
554
  msgstr ""
555
 
 
 
 
 
 
556
  #: includes/admin/helpers/tables/class-fees-table.php:30
557
  #. translators: %1$s: open link html, %2$s close link
558
  msgid "There are no plans right now. %1$sCreate one%2$s."
@@ -647,7 +652,7 @@ msgid "Missing tables: %s"
647
  msgstr ""
648
 
649
  #: includes/admin/settings/class-settings-bootstrap.php:13
650
- #: includes/controllers/pages/class-submit-listing.php:1250
651
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
652
  #: templates/listing-contactform.tpl.php:33
653
  #: templates/listing-flagging-form.tpl.php:39
@@ -679,7 +684,7 @@ msgstr ""
679
 
680
  #: includes/admin/settings/class-settings-bootstrap.php:283
681
  #: includes/admin/settings/class-settings-bootstrap.php:297
682
- #: includes/controllers/pages/class-submit-listing.php:527
683
  msgid "Terms and Conditions"
684
  msgstr ""
685
 
@@ -837,6 +842,14 @@ msgstr ""
837
  msgid "This is used for form buttons and form rootline."
838
  msgstr ""
839
 
 
 
 
 
 
 
 
 
840
  #: includes/admin/settings/class-settings-bootstrap.php:1054
841
  msgid "Show Thumbnail"
842
  msgstr ""
@@ -1343,7 +1356,7 @@ msgid "View All Listings"
1343
  msgstr ""
1344
 
1345
  #: includes/controllers/pages/class-checkout.php:181
1346
- #: includes/controllers/pages/class-manage-listings.php:109
1347
  msgid "Pay Now"
1348
  msgstr ""
1349
 
@@ -1380,11 +1393,20 @@ msgstr ""
1380
  msgid "l F j, Y \\a\\t g:i a"
1381
  msgstr ""
1382
 
1383
- #: includes/controllers/pages/class-manage-listings.php:109
 
 
 
 
1384
  #: templates/renew-listing.tpl.php:11
1385
  msgid "Renew Listing"
1386
  msgstr ""
1387
 
 
 
 
 
 
1388
  #: includes/controllers/pages/class-renew-listing.php:36
1389
  msgid "That listing cannot yet be renewed."
1390
  msgstr ""
@@ -1393,41 +1415,41 @@ msgstr ""
1393
  msgid "This is just a preview. The listing has not been published yet."
1394
  msgstr ""
1395
 
1396
- #: includes/controllers/pages/class-submit-listing.php:32
1397
  #: includes/helpers/functions/templates-ui.php:330
1398
  #: templates/submit-listing.tpl.php:17
1399
  msgid "Add Listing"
1400
  msgstr ""
1401
 
1402
- #: includes/controllers/pages/class-submit-listing.php:560
1403
  msgid "Listing Images"
1404
  msgstr ""
1405
 
1406
- #: includes/controllers/pages/class-submit-listing.php:628
1407
  msgid "Account Creation"
1408
  msgstr ""
1409
 
1410
- #: includes/controllers/pages/class-submit-listing.php:827
1411
  msgid "Go to \"Plans\""
1412
  msgstr ""
1413
 
1414
- #: includes/controllers/pages/class-submit-listing.php:884
1415
  msgid "Please choose a plan."
1416
  msgstr ""
1417
 
1418
- #: includes/controllers/pages/class-submit-listing.php:1074
1419
  msgid "Please check the form for errors, correct them and submit again."
1420
  msgstr ""
1421
 
1422
- #: includes/controllers/pages/class-submit-listing.php:1234
1423
  msgid "Create a user account on this site"
1424
  msgstr ""
1425
 
1426
- #: includes/controllers/pages/class-submit-listing.php:1241
1427
  msgid "Username"
1428
  msgstr ""
1429
 
1430
- #: includes/controllers/pages/class-submit-listing.php:1263
1431
  msgid "Clear Form"
1432
  msgstr ""
1433
 
@@ -1703,7 +1725,7 @@ msgstr ""
1703
  msgid "Manage Listings"
1704
  msgstr ""
1705
 
1706
- #: includes/installer.php:60
1707
  msgid "Default Plan"
1708
  msgstr ""
1709
 
@@ -1836,11 +1858,11 @@ msgstr ""
1836
  msgid "ZIP file is not a valid Business Directory theme file."
1837
  msgstr ""
1838
 
1839
- #: includes/utils.php:390
1840
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
1841
  msgstr ""
1842
 
1843
- #: includes/utils.php:399
1844
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1845
  msgstr ""
1846
 
@@ -2196,7 +2218,7 @@ msgid "Add a payment gateway to increase conversion rates"
2196
  msgstr ""
2197
 
2198
  #: templates/admin/fees-index.tpl.php:75
2199
- #. translators: %s: payment gateway name */
2200
  msgid "Add %s as a payment option."
2201
  msgstr ""
2202
 
@@ -2276,6 +2298,10 @@ msgstr ""
2276
  msgid "Recurring"
2277
  msgstr ""
2278
 
 
 
 
 
2279
  #: templates/admin/payments-details.tpl.php:5
2280
  msgid "Payment %s"
2281
  msgstr ""
@@ -3178,7 +3204,7 @@ msgstr ""
3178
  msgid "Business Directory Team"
3179
  msgstr ""
3180
 
3181
- #: includes/abstracts/class-view.php:130
3182
  msgctxt "views"
3183
  msgid "Invalid credentials."
3184
  msgstr ""
@@ -4806,7 +4832,6 @@ msgid "General"
4806
  msgstr ""
4807
 
4808
  #: includes/admin/settings/class-settings-bootstrap.php:10
4809
- #: includes/admin/settings/class-settings-bootstrap.php:1039
4810
  msgctxt "settings"
4811
  msgid "Listings"
4812
  msgstr ""
@@ -5311,11 +5336,6 @@ msgid ""
5311
  "Depending on the uploaded images, thumbnails may have different heights."
5312
  msgstr ""
5313
 
5314
- #: includes/admin/settings/class-settings-bootstrap.php:1044
5315
- msgctxt "settings"
5316
- msgid "Enforce image upload on submit/edit"
5317
- msgstr ""
5318
-
5319
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5320
  msgctxt "settings"
5321
  msgid "Default thumbnail image size"
@@ -5827,39 +5847,34 @@ msgctxt "admin csv-import"
5827
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5828
  msgstr ""
5829
 
5830
- #: includes/admin/helpers/csv/class-csv-import.php:532
5831
  msgctxt "admin csv-import"
5832
  msgid ""
5833
  "Could not create listing category \"<category-name>\". The operation failed "
5834
  "with the following error: <error-message>."
5835
  msgstr ""
5836
 
5837
- #: includes/admin/helpers/csv/class-csv-import.php:538
5838
  msgctxt "admin csv-import"
5839
  msgid "Could not create listing category \"%s\""
5840
  msgstr ""
5841
 
5842
- #: includes/admin/helpers/csv/class-csv-import.php:730
5843
  msgctxt "admin csv-import"
5844
  msgid "Username \"%s\" does not exist"
5845
  msgstr ""
5846
 
5847
- #: includes/admin/helpers/csv/class-csv-import.php:757
5848
- msgctxt "admin csv-import"
5849
- msgid "There is no Plan with ID = <fee-id>"
5850
- msgstr ""
5851
-
5852
- #: includes/admin/helpers/csv/class-csv-import.php:788
5853
  msgctxt "admin csv-import"
5854
  msgid "Missing required field: %s"
5855
  msgstr ""
5856
 
5857
- #: includes/admin/helpers/csv/class-csv-import.php:829
5858
  msgctxt "admin csv-import"
5859
  msgid "Listing category \"%s\" does not exist"
5860
  msgstr ""
5861
 
5862
- #: includes/admin/helpers/csv/class-csv-import.php:903
5863
  msgctxt "admin csv-import"
5864
  msgid "The string <string> couldn't be converted into a valid date."
5865
  msgstr ""
@@ -6777,33 +6792,33 @@ msgid ""
6777
  "site. If you didn't want that, click <a>here</a> to change the setting."
6778
  msgstr ""
6779
 
6780
- #: includes/controllers/pages/class-submit-listing.php:420
6781
  msgctxt "templates"
6782
  msgid ""
6783
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6784
  "Submission?\" setting checked?"
6785
  msgstr ""
6786
 
6787
- #: includes/controllers/pages/class-submit-listing.php:422
6788
  msgctxt "templates"
6789
  msgid "Listing submission has been disabled. Contact the administrator for details."
6790
  msgstr ""
6791
 
6792
- #: includes/controllers/pages/class-submit-listing.php:820
6793
  msgctxt "templates"
6794
  msgid ""
6795
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6796
  "a listing. %s to create a plan"
6797
  msgstr ""
6798
 
6799
- #: includes/controllers/pages/class-submit-listing.php:834
6800
  msgctxt "templates"
6801
  msgid ""
6802
  "Listing submission is not available at the moment. Contact the "
6803
  "administrator for details."
6804
  msgstr ""
6805
 
6806
- #: includes/controllers/pages/class-submit-listing.php:837
6807
  msgctxt "templates"
6808
  msgid ""
6809
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -6811,12 +6826,12 @@ msgid ""
6811
  "an existing field"
6812
  msgstr ""
6813
 
6814
- #: includes/controllers/pages/class-submit-listing.php:1284
6815
  msgctxt "templates"
6816
  msgid "Please agree to the Terms and Conditions."
6817
  msgstr ""
6818
 
6819
- #: includes/controllers/pages/class-submit-listing.php:1298
6820
  msgctxt "templates"
6821
  msgid "I agree to the <a>Terms and Conditions</a>"
6822
  msgstr ""
@@ -6954,24 +6969,19 @@ msgctxt "view:manage-listings"
6954
  msgid "Please <a>login</a> to manage your listings."
6955
  msgstr ""
6956
 
6957
- #: includes/controllers/pages/class-manage-recurring.php:33
6958
- msgctxt "manage subscription"
6959
- msgid "The listing with id = <listing-id> doesn't exists."
6960
- msgstr ""
6961
-
6962
- #: includes/controllers/pages/class-manage-recurring.php:42
6963
  msgctxt "manage subscriptions"
6964
  msgid ""
6965
  "You are not authorized to cancel this subscription. The link you followed "
6966
  "is invalid."
6967
  msgstr ""
6968
 
6969
- #: includes/controllers/pages/class-manage-recurring.php:53
6970
  msgctxt "manage subscriptions"
6971
  msgid "Invalid subscription."
6972
  msgstr ""
6973
 
6974
- #: includes/controllers/pages/class-manage-recurring.php:76
6975
  msgctxt "manage subscriptions"
6976
  msgid "Your subscription was canceled."
6977
  msgstr ""
@@ -6981,7 +6991,7 @@ msgctxt "manage subscriptions"
6981
  msgid "Subscription / Plan"
6982
  msgstr ""
6983
 
6984
- #: includes/controllers/pages/class-manage-recurring.php:93
6985
  msgctxt "manage listings"
6986
  msgid "You are not on recurring payments for any of your listings."
6987
  msgstr ""
@@ -7080,42 +7090,42 @@ msgctxt "search"
7080
  msgid "\"%s\" is required."
7081
  msgstr ""
7082
 
7083
- #: includes/controllers/pages/class-submit-listing.php:69
7084
  msgctxt "submit listing"
7085
  msgid "Click this field to add categories"
7086
  msgstr ""
7087
 
7088
- #: includes/controllers/pages/class-submit-listing.php:70
7089
  msgctxt "submit listing"
7090
  msgid "Complete Listing"
7091
  msgstr ""
7092
 
7093
- #: includes/controllers/pages/class-submit-listing.php:71
7094
  msgctxt "submit listing"
7095
  msgid "Continue to Payment"
7096
  msgstr ""
7097
 
7098
- #: includes/controllers/pages/class-submit-listing.php:73
7099
  msgctxt "submit listing"
7100
  msgid "Please wait a moment!"
7101
  msgstr ""
7102
 
7103
- #: includes/controllers/pages/class-submit-listing.php:74
7104
  msgctxt "submit listing"
7105
  msgid "Something went wrong!"
7106
  msgstr ""
7107
 
7108
- #: includes/controllers/pages/class-submit-listing.php:99
7109
  msgctxt "submit listing"
7110
  msgid "No listing ID was specified."
7111
  msgstr ""
7112
 
7113
- #: includes/controllers/pages/class-submit-listing.php:101
7114
  msgctxt "submit listing"
7115
  msgid "You can't edit this listing."
7116
  msgstr ""
7117
 
7118
- #: includes/controllers/pages/class-submit-listing.php:164
7119
  msgctxt "submit listing"
7120
  msgid ""
7121
  "This listing can't be edited at this time because it has no plan "
@@ -7123,70 +7133,70 @@ msgid ""
7123
  "to a plan."
7124
  msgstr ""
7125
 
7126
- #: includes/controllers/pages/class-submit-listing.php:170
7127
  msgctxt "submit listing"
7128
  msgid ""
7129
  "This listing can't be edited at this time. Please try again later or "
7130
  "contact the admin if the problem persists."
7131
  msgstr ""
7132
 
7133
- #: includes/controllers/pages/class-submit-listing.php:194
7134
  msgctxt "submit listing"
7135
  msgid "You're logged in as admin, payment will be skipped."
7136
  msgstr ""
7137
 
7138
- #: includes/controllers/pages/class-submit-listing.php:509
7139
  msgctxt "submit listing"
7140
  msgid "Category selection"
7141
  msgstr ""
7142
 
7143
- #: includes/controllers/pages/class-submit-listing.php:509
7144
  msgctxt "submit listing"
7145
  msgid "Category & plan selection"
7146
  msgstr ""
7147
 
7148
- #: includes/controllers/pages/class-submit-listing.php:817
7149
  msgctxt "submit listing"
7150
  msgid "Can not submit a listing at this moment. Please try again later."
7151
  msgstr ""
7152
 
7153
- #: includes/controllers/pages/class-submit-listing.php:866
7154
- #: includes/controllers/pages/class-submit-listing.php:993
7155
  msgctxt "submit listing"
7156
  msgid "Please select a category."
7157
  msgstr ""
7158
 
7159
- #: includes/controllers/pages/class-submit-listing.php:891
7160
  msgctxt "submit listing"
7161
  msgid "Current active plan is disabled. Please select another plan."
7162
  msgstr ""
7163
 
7164
- #: includes/controllers/pages/class-submit-listing.php:893
7165
  msgctxt "submit listing"
7166
  msgid "Please choose a valid category for your plan."
7167
  msgstr ""
7168
 
7169
- #: includes/controllers/pages/class-submit-listing.php:896
7170
  msgctxt "submit listing"
7171
  msgid "Please choose a valid plan for your category selection."
7172
  msgstr ""
7173
 
7174
- #: includes/controllers/pages/class-submit-listing.php:1204
7175
  msgctxt "submit listing"
7176
  msgid "Please enter your desired username."
7177
  msgstr ""
7178
 
7179
- #: includes/controllers/pages/class-submit-listing.php:1209
7180
  msgctxt "submit listing"
7181
  msgid "Please enter the e-mail for your new account."
7182
  msgstr ""
7183
 
7184
- #: includes/controllers/pages/class-submit-listing.php:1214
7185
  msgctxt "submit listing"
7186
  msgid "The username you chose is already in use. Please use a different one."
7187
  msgstr ""
7188
 
7189
- #: includes/controllers/pages/class-submit-listing.php:1219
7190
  msgctxt "submit listing"
7191
  msgid "The e-mail address you chose for your account is already in use."
7192
  msgstr ""
@@ -7196,7 +7206,7 @@ msgctxt "submit listing"
7196
  msgid "Listing submitted by admin. Payment skipped."
7197
  msgstr ""
7198
 
7199
- #: includes/controllers/pages/class-submit-listing.php:1159
7200
  msgctxt "listing submit"
7201
  msgid ""
7202
  "Image upload is required, please provide at least one image and submit "
@@ -7497,7 +7507,7 @@ msgctxt "flag listing"
7497
  msgid "Report comment is required to save a report"
7498
  msgstr ""
7499
 
7500
- #: includes/installer.php:49
7501
  msgctxt "default category name"
7502
  msgid "General"
7503
  msgstr ""
@@ -7675,22 +7685,22 @@ msgctxt "payments"
7675
  msgid "Payment #%s"
7676
  msgstr ""
7677
 
7678
- #: includes/utils.php:276
7679
  msgctxt "utils"
7680
  msgid "Unkown error while uploading file."
7681
  msgstr ""
7682
 
7683
- #: includes/utils.php:384
7684
  msgctxt "utils"
7685
  msgid "Error while uploading file"
7686
  msgstr ""
7687
 
7688
- #: includes/utils.php:407 includes/utils.php:413
7689
  msgctxt "utils"
7690
  msgid "File type \"%s\" is not allowed"
7691
  msgstr ""
7692
 
7693
- #: includes/utils.php:666
7694
  msgctxt "utils"
7695
  msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7696
  msgstr ""
@@ -7833,11 +7843,6 @@ msgctxt "admin infometabox"
7833
  msgid "Send renewal e-mail"
7834
  msgstr ""
7835
 
7836
- #: templates/admin/metaboxes-listing-information-plan.tpl.php:152
7837
- msgctxt "admin infometabox"
7838
- msgid "Renew listing"
7839
- msgstr ""
7840
-
7841
  #: templates/admin/themes-delete-confirm.tpl.php:14
7842
  msgctxt "themes admin"
7843
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 6.2.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2022-06-06 22:22:45+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
280
  msgstr ""
281
 
282
  #: includes/admin/controllers/class-admin-listings.php:187
283
+ #: includes/controllers/pages/class-submit-listing.php:638
284
  #: templates/email/listing-reported.tpl.php:7
285
  msgid "Listing Information"
286
  msgstr ""
349
  msgstr ""
350
 
351
  #: includes/admin/controllers/class-form-fields-admin.php:37
352
+ #: includes/controllers/pages/class-submit-listing.php:968
353
  msgid "Go to \"Form Fields\""
354
  msgstr ""
355
 
392
 
393
  #: includes/admin/controllers/class-form-fields-admin.php:348
394
  #: includes/form-fields.php:445
395
+ #: includes/helpers/class-field-display-list.php:247
396
  #: templates/checkout-billing-form.tpl.php:75
397
  msgid "Address"
398
  msgstr ""
549
  msgid "Hide notifications"
550
  msgstr ""
551
 
552
+ #: includes/admin/helpers/csv/class-csv-import.php:673
553
  msgid "Listing imported by admin. Payment skipped."
554
  msgstr ""
555
 
556
+ #: includes/admin/helpers/csv/class-csv-import.php:757
557
+ #. translators: %d: the plan id
558
+ msgid "There is no Plan with ID = %d"
559
+ msgstr ""
560
+
561
  #: includes/admin/helpers/tables/class-fees-table.php:30
562
  #. translators: %1$s: open link html, %2$s close link
563
  msgid "There are no plans right now. %1$sCreate one%2$s."
652
  msgstr ""
653
 
654
  #: includes/admin/settings/class-settings-bootstrap.php:13
655
+ #: includes/controllers/pages/class-submit-listing.php:1374
656
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
657
  #: templates/listing-contactform.tpl.php:33
658
  #: templates/listing-flagging-form.tpl.php:39
684
 
685
  #: includes/admin/settings/class-settings-bootstrap.php:283
686
  #: includes/admin/settings/class-settings-bootstrap.php:297
687
+ #: includes/controllers/pages/class-submit-listing.php:651
688
  msgid "Terms and Conditions"
689
  msgstr ""
690
 
842
  msgid "This is used for form buttons and form rootline."
843
  msgstr ""
844
 
845
+ #: includes/admin/settings/class-settings-bootstrap.php:1039
846
+ msgid "Default Images"
847
+ msgstr ""
848
+
849
+ #: includes/admin/settings/class-settings-bootstrap.php:1044
850
+ msgid "Require images on submit/edit"
851
+ msgstr ""
852
+
853
  #: includes/admin/settings/class-settings-bootstrap.php:1054
854
  msgid "Show Thumbnail"
855
  msgstr ""
1356
  msgstr ""
1357
 
1358
  #: includes/controllers/pages/class-checkout.php:181
1359
+ #: includes/controllers/pages/class-manage-listings.php:113
1360
  msgid "Pay Now"
1361
  msgstr ""
1362
 
1393
  msgid "l F j, Y \\a\\t g:i a"
1394
  msgstr ""
1395
 
1396
+ #: includes/controllers/pages/class-manage-listings.php:102
1397
+ msgid "Pending"
1398
+ msgstr ""
1399
+
1400
+ #: includes/controllers/pages/class-manage-listings.php:113
1401
  #: templates/renew-listing.tpl.php:11
1402
  msgid "Renew Listing"
1403
  msgstr ""
1404
 
1405
+ #: includes/controllers/pages/class-manage-recurring.php:35
1406
+ #. translators: %d: the listing ID
1407
+ msgid "The listing with id %d does not exist."
1408
+ msgstr ""
1409
+
1410
  #: includes/controllers/pages/class-renew-listing.php:36
1411
  msgid "That listing cannot yet be renewed."
1412
  msgstr ""
1415
  msgid "This is just a preview. The listing has not been published yet."
1416
  msgstr ""
1417
 
1418
+ #: includes/controllers/pages/class-submit-listing.php:41
1419
  #: includes/helpers/functions/templates-ui.php:330
1420
  #: templates/submit-listing.tpl.php:17
1421
  msgid "Add Listing"
1422
  msgstr ""
1423
 
1424
+ #: includes/controllers/pages/class-submit-listing.php:684
1425
  msgid "Listing Images"
1426
  msgstr ""
1427
 
1428
+ #: includes/controllers/pages/class-submit-listing.php:752
1429
  msgid "Account Creation"
1430
  msgstr ""
1431
 
1432
+ #: includes/controllers/pages/class-submit-listing.php:951
1433
  msgid "Go to \"Plans\""
1434
  msgstr ""
1435
 
1436
+ #: includes/controllers/pages/class-submit-listing.php:1008
1437
  msgid "Please choose a plan."
1438
  msgstr ""
1439
 
1440
+ #: includes/controllers/pages/class-submit-listing.php:1198
1441
  msgid "Please check the form for errors, correct them and submit again."
1442
  msgstr ""
1443
 
1444
+ #: includes/controllers/pages/class-submit-listing.php:1358
1445
  msgid "Create a user account on this site"
1446
  msgstr ""
1447
 
1448
+ #: includes/controllers/pages/class-submit-listing.php:1365
1449
  msgid "Username"
1450
  msgstr ""
1451
 
1452
+ #: includes/controllers/pages/class-submit-listing.php:1387
1453
  msgid "Clear Form"
1454
  msgstr ""
1455
 
1725
  msgid "Manage Listings"
1726
  msgstr ""
1727
 
1728
+ #: includes/installer.php:51
1729
  msgid "Default Plan"
1730
  msgstr ""
1731
 
1858
  msgid "ZIP file is not a valid Business Directory theme file."
1859
  msgstr ""
1860
 
1861
+ #: includes/utils.php:391
1862
  msgid "File size (%1$s) exceeds maximum file size of %2$s"
1863
  msgstr ""
1864
 
1865
+ #: includes/utils.php:400
1866
  msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1867
  msgstr ""
1868
 
2218
  msgstr ""
2219
 
2220
  #: templates/admin/fees-index.tpl.php:75
2221
+ #. translators: %s: payment gateway name
2222
  msgid "Add %s as a payment option."
2223
  msgstr ""
2224
 
2298
  msgid "Recurring"
2299
  msgstr ""
2300
 
2301
+ #: templates/admin/metaboxes-listing-information-plan.tpl.php:153
2302
+ msgid "Renew listing"
2303
+ msgstr ""
2304
+
2305
  #: templates/admin/payments-details.tpl.php:5
2306
  msgid "Payment %s"
2307
  msgstr ""
3204
  msgid "Business Directory Team"
3205
  msgstr ""
3206
 
3207
+ #: includes/abstracts/class-view.php:119
3208
  msgctxt "views"
3209
  msgid "Invalid credentials."
3210
  msgstr ""
4832
  msgstr ""
4833
 
4834
  #: includes/admin/settings/class-settings-bootstrap.php:10
 
4835
  msgctxt "settings"
4836
  msgid "Listings"
4837
  msgstr ""
5336
  "Depending on the uploaded images, thumbnails may have different heights."
5337
  msgstr ""
5338
 
 
 
 
 
 
5339
  #: includes/admin/settings/class-settings-bootstrap.php:1080
5340
  msgctxt "settings"
5341
  msgid "Default thumbnail image size"
5847
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5848
  msgstr ""
5849
 
5850
+ #: includes/admin/helpers/csv/class-csv-import.php:530
5851
  msgctxt "admin csv-import"
5852
  msgid ""
5853
  "Could not create listing category \"<category-name>\". The operation failed "
5854
  "with the following error: <error-message>."
5855
  msgstr ""
5856
 
5857
+ #: includes/admin/helpers/csv/class-csv-import.php:536
5858
  msgctxt "admin csv-import"
5859
  msgid "Could not create listing category \"%s\""
5860
  msgstr ""
5861
 
5862
+ #: includes/admin/helpers/csv/class-csv-import.php:728
5863
  msgctxt "admin csv-import"
5864
  msgid "Username \"%s\" does not exist"
5865
  msgstr ""
5866
 
5867
+ #: includes/admin/helpers/csv/class-csv-import.php:789
 
 
 
 
 
5868
  msgctxt "admin csv-import"
5869
  msgid "Missing required field: %s"
5870
  msgstr ""
5871
 
5872
+ #: includes/admin/helpers/csv/class-csv-import.php:830
5873
  msgctxt "admin csv-import"
5874
  msgid "Listing category \"%s\" does not exist"
5875
  msgstr ""
5876
 
5877
+ #: includes/admin/helpers/csv/class-csv-import.php:904
5878
  msgctxt "admin csv-import"
5879
  msgid "The string <string> couldn't be converted into a valid date."
5880
  msgstr ""
6792
  "site. If you didn't want that, click <a>here</a> to change the setting."
6793
  msgstr ""
6794
 
6795
+ #: includes/controllers/pages/class-submit-listing.php:495
6796
  msgctxt "templates"
6797
  msgid ""
6798
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6799
  "Submission?\" setting checked?"
6800
  msgstr ""
6801
 
6802
+ #: includes/controllers/pages/class-submit-listing.php:497
6803
  msgctxt "templates"
6804
  msgid "Listing submission has been disabled. Contact the administrator for details."
6805
  msgstr ""
6806
 
6807
+ #: includes/controllers/pages/class-submit-listing.php:944
6808
  msgctxt "templates"
6809
  msgid ""
6810
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6811
  "a listing. %s to create a plan"
6812
  msgstr ""
6813
 
6814
+ #: includes/controllers/pages/class-submit-listing.php:958
6815
  msgctxt "templates"
6816
  msgid ""
6817
  "Listing submission is not available at the moment. Contact the "
6818
  "administrator for details."
6819
  msgstr ""
6820
 
6821
+ #: includes/controllers/pages/class-submit-listing.php:961
6822
  msgctxt "templates"
6823
  msgid ""
6824
  "<b>View not available</b>, there is no \"Category\" association field. %s "
6826
  "an existing field"
6827
  msgstr ""
6828
 
6829
+ #: includes/controllers/pages/class-submit-listing.php:1408
6830
  msgctxt "templates"
6831
  msgid "Please agree to the Terms and Conditions."
6832
  msgstr ""
6833
 
6834
+ #: includes/controllers/pages/class-submit-listing.php:1422
6835
  msgctxt "templates"
6836
  msgid "I agree to the <a>Terms and Conditions</a>"
6837
  msgstr ""
6969
  msgid "Please <a>login</a> to manage your listings."
6970
  msgstr ""
6971
 
6972
+ #: includes/controllers/pages/class-manage-recurring.php:45
 
 
 
 
 
6973
  msgctxt "manage subscriptions"
6974
  msgid ""
6975
  "You are not authorized to cancel this subscription. The link you followed "
6976
  "is invalid."
6977
  msgstr ""
6978
 
6979
+ #: includes/controllers/pages/class-manage-recurring.php:56
6980
  msgctxt "manage subscriptions"
6981
  msgid "Invalid subscription."
6982
  msgstr ""
6983
 
6984
+ #: includes/controllers/pages/class-manage-recurring.php:79
6985
  msgctxt "manage subscriptions"
6986
  msgid "Your subscription was canceled."
6987
  msgstr ""
6991
  msgid "Subscription / Plan"
6992
  msgstr ""
6993
 
6994
+ #: includes/controllers/pages/class-manage-recurring.php:96
6995
  msgctxt "manage listings"
6996
  msgid "You are not on recurring payments for any of your listings."
6997
  msgstr ""
7090
  msgid "\"%s\" is required."
7091
  msgstr ""
7092
 
7093
+ #: includes/controllers/pages/class-submit-listing.php:78
7094
  msgctxt "submit listing"
7095
  msgid "Click this field to add categories"
7096
  msgstr ""
7097
 
7098
+ #: includes/controllers/pages/class-submit-listing.php:79
7099
  msgctxt "submit listing"
7100
  msgid "Complete Listing"
7101
  msgstr ""
7102
 
7103
+ #: includes/controllers/pages/class-submit-listing.php:80
7104
  msgctxt "submit listing"
7105
  msgid "Continue to Payment"
7106
  msgstr ""
7107
 
7108
+ #: includes/controllers/pages/class-submit-listing.php:82
7109
  msgctxt "submit listing"
7110
  msgid "Please wait a moment!"
7111
  msgstr ""
7112
 
7113
+ #: includes/controllers/pages/class-submit-listing.php:83
7114
  msgctxt "submit listing"
7115
  msgid "Something went wrong!"
7116
  msgstr ""
7117
 
7118
+ #: includes/controllers/pages/class-submit-listing.php:118
7119
  msgctxt "submit listing"
7120
  msgid "No listing ID was specified."
7121
  msgstr ""
7122
 
7123
+ #: includes/controllers/pages/class-submit-listing.php:120
7124
  msgctxt "submit listing"
7125
  msgid "You can't edit this listing."
7126
  msgstr ""
7127
 
7128
+ #: includes/controllers/pages/class-submit-listing.php:162
7129
  msgctxt "submit listing"
7130
  msgid ""
7131
  "This listing can't be edited at this time because it has no plan "
7133
  "to a plan."
7134
  msgstr ""
7135
 
7136
+ #: includes/controllers/pages/class-submit-listing.php:168
7137
  msgctxt "submit listing"
7138
  msgid ""
7139
  "This listing can't be edited at this time. Please try again later or "
7140
  "contact the admin if the problem persists."
7141
  msgstr ""
7142
 
7143
+ #: includes/controllers/pages/class-submit-listing.php:250
7144
  msgctxt "submit listing"
7145
  msgid "You're logged in as admin, payment will be skipped."
7146
  msgstr ""
7147
 
7148
+ #: includes/controllers/pages/class-submit-listing.php:633
7149
  msgctxt "submit listing"
7150
  msgid "Category selection"
7151
  msgstr ""
7152
 
7153
+ #: includes/controllers/pages/class-submit-listing.php:633
7154
  msgctxt "submit listing"
7155
  msgid "Category & plan selection"
7156
  msgstr ""
7157
 
7158
+ #: includes/controllers/pages/class-submit-listing.php:941
7159
  msgctxt "submit listing"
7160
  msgid "Can not submit a listing at this moment. Please try again later."
7161
  msgstr ""
7162
 
7163
+ #: includes/controllers/pages/class-submit-listing.php:990
7164
+ #: includes/controllers/pages/class-submit-listing.php:1117
7165
  msgctxt "submit listing"
7166
  msgid "Please select a category."
7167
  msgstr ""
7168
 
7169
+ #: includes/controllers/pages/class-submit-listing.php:1015
7170
  msgctxt "submit listing"
7171
  msgid "Current active plan is disabled. Please select another plan."
7172
  msgstr ""
7173
 
7174
+ #: includes/controllers/pages/class-submit-listing.php:1017
7175
  msgctxt "submit listing"
7176
  msgid "Please choose a valid category for your plan."
7177
  msgstr ""
7178
 
7179
+ #: includes/controllers/pages/class-submit-listing.php:1020
7180
  msgctxt "submit listing"
7181
  msgid "Please choose a valid plan for your category selection."
7182
  msgstr ""
7183
 
7184
+ #: includes/controllers/pages/class-submit-listing.php:1328
7185
  msgctxt "submit listing"
7186
  msgid "Please enter your desired username."
7187
  msgstr ""
7188
 
7189
+ #: includes/controllers/pages/class-submit-listing.php:1333
7190
  msgctxt "submit listing"
7191
  msgid "Please enter the e-mail for your new account."
7192
  msgstr ""
7193
 
7194
+ #: includes/controllers/pages/class-submit-listing.php:1338
7195
  msgctxt "submit listing"
7196
  msgid "The username you chose is already in use. Please use a different one."
7197
  msgstr ""
7198
 
7199
+ #: includes/controllers/pages/class-submit-listing.php:1343
7200
  msgctxt "submit listing"
7201
  msgid "The e-mail address you chose for your account is already in use."
7202
  msgstr ""
7206
  msgid "Listing submitted by admin. Payment skipped."
7207
  msgstr ""
7208
 
7209
+ #: includes/controllers/pages/class-submit-listing.php:1283
7210
  msgctxt "listing submit"
7211
  msgid ""
7212
  "Image upload is required, please provide at least one image and submit "
7507
  msgid "Report comment is required to save a report"
7508
  msgstr ""
7509
 
7510
+ #: includes/installer.php:40
7511
  msgctxt "default category name"
7512
  msgid "General"
7513
  msgstr ""
7685
  msgid "Payment #%s"
7686
  msgstr ""
7687
 
7688
+ #: includes/utils.php:277
7689
  msgctxt "utils"
7690
  msgid "Unkown error while uploading file."
7691
  msgstr ""
7692
 
7693
+ #: includes/utils.php:385
7694
  msgctxt "utils"
7695
  msgid "Error while uploading file"
7696
  msgstr ""
7697
 
7698
+ #: includes/utils.php:408 includes/utils.php:414
7699
  msgctxt "utils"
7700
  msgid "File type \"%s\" is not allowed"
7701
  msgstr ""
7702
 
7703
+ #: includes/utils.php:667
7704
  msgctxt "utils"
7705
  msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7706
  msgstr ""
7843
  msgid "Send renewal e-mail"
7844
  msgstr ""
7845
 
 
 
 
 
 
7846
  #: templates/admin/themes-delete-confirm.tpl.php:14
7847
  msgctxt "themes admin"
7848
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
phpstan.neon CHANGED
@@ -1,5 +1,5 @@
1
  parameters:
2
- level: 4
3
  reportUnmatchedIgnoredErrors: false
4
  bootstrapFiles:
5
  - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
1
  parameters:
2
+ level: 5
3
  reportUnmatchedIgnoredErrors: false
4
  bootstrapFiles:
5
  - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
stubs.php CHANGED
@@ -99,6 +99,10 @@ namespace {
99
 
100
  function wpseo_replace_vars( $string, $args, $omit = [] ) {
101
  }
 
 
 
 
102
  }
103
 
104
  namespace WPMailSMTP {
99
 
100
  function wpseo_replace_vars( $string, $args, $omit = [] ) {
101
  }
102
+
103
+ // Jetpack.
104
+ function sharing_display( $text = '', $echo = false ) {
105
+ }
106
  }
107
 
108
  namespace WPMailSMTP {
templates/admin/fees-form.tpl.php CHANGED
@@ -234,7 +234,7 @@ endif;
234
  <label for="wpbdp-fee-form-fee-extra"><?php _ex( 'Extra amount (per category)', 'fees admin', 'business-directory-plugin' ); ?></label>
235
  </th>
236
  <td>
237
- <input id="wpbdp-fee-form-fee-extra" type="text" name="fee[pricing_details][extra]" value="<?php echo esc_attr( isset( $fee->pricing_details['extra'] ) ? floatval( $fee->pricing_details['extra'] ) : 0 ); ?>" />
238
  </td>
239
  </tr>
240
  </tbody>
234
  <label for="wpbdp-fee-form-fee-extra"><?php _ex( 'Extra amount (per category)', 'fees admin', 'business-directory-plugin' ); ?></label>
235
  </th>
236
  <td>
237
+ <input id="wpbdp-fee-form-fee-extra" type="text" name="fee[pricing_details][extra]" value="<?php echo isset( $fee->pricing_details['extra'] ) ? floatval( $fee->pricing_details['extra'] ) : 0; ?>" />
238
  </td>
239
  </tr>
240
  </tbody>
templates/admin/fees-index.tpl.php CHANGED
@@ -64,7 +64,7 @@ WPBDP_Admin_Pages::show_tabs(
64
  foreach ( $gateways as $mod_info ) :
65
  $cols = floor( 12 / count( $gateways ) );
66
  ?>
67
- <div class="gateway wpbdp<?php echo esc_attr( $cols ); ?>">
68
  <a class="gateway-title" href="<?php echo esc_url( $mod_info['link'] ); ?>" target="_blank" rel="noopener">
69
  <img src="<?php echo esc_url( WPBDP_ASSETS_URL ); ?>images/modules/<?php echo esc_attr( $mod_info[1] ); ?>.svg" class="gateway-logo" />
70
  </a>
64
  foreach ( $gateways as $mod_info ) :
65
  $cols = floor( 12 / count( $gateways ) );
66
  ?>
67
+ <div class="gateway wpbdp<?php echo absint( $cols ); ?>">
68
  <a class="gateway-title" href="<?php echo esc_url( $mod_info['link'] ); ?>" target="_blank" rel="noopener">
69
  <img src="<?php echo esc_url( WPBDP_ASSETS_URL ); ?>images/modules/<?php echo esc_attr( $mod_info[1] ); ?>.svg" class="gateway-logo" />
70
  </a>
templates/admin/metaboxes-listing-information-plan.tpl.php CHANGED
@@ -149,7 +149,9 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
149
  </li>
150
  <?php if ( 'pending_renewal' == $listing->get_status() || ( $current_plan && $current_plan->expired ) ) : ?>
151
  <li>
152
- <a href="<?php echo esc_url( add_query_arg( 'wpbdmaction', 'renewlisting' ), get_edit_post_link( $listing->get_id() ) ); ?>" class="button-primary button button-small"><?php _ex( 'Renew listing', 'admin infometabox', 'business-directory-plugin' ); ?></a>
 
 
153
  </li>
154
  <?php endif; ?>
155
  </ul>
149
  </li>
150
  <?php if ( 'pending_renewal' == $listing->get_status() || ( $current_plan && $current_plan->expired ) ) : ?>
151
  <li>
152
+ <a href="<?php echo esc_url( add_query_arg( 'wpbdmaction', 'renewlisting', get_edit_post_link( $listing->get_id() ) ) ); ?>" class="button-primary button button-small">
153
+ <?php esc_html_e( 'Renew listing', 'business-directory-plugin' ); ?>
154
+ </a>
155
  </li>
156
  <?php endif; ?>
157
  </ul>
templates/category.tpl.php CHANGED
@@ -1,7 +1,3 @@
1
- <h2 class="category-name">
2
- <?php echo esc_html( $category->name ); ?>
3
- </h2>
4
-
5
  <?php do_action( 'wpbdp_before_category_page', $category ); ?>
6
  <?php echo wpbdp_x_render( 'listings', array( 'query' => $query ) ); ?>
7
  <?php do_action( 'wpbdp_after_category_page', $category ); ?>
 
 
 
 
1
  <?php do_action( 'wpbdp_before_category_page', $category ); ?>
2
  <?php echo wpbdp_x_render( 'listings', array( 'query' => $query ) ); ?>
3
  <?php do_action( 'wpbdp_after_category_page', $category ); ?>
templates/excerpt.tpl.php CHANGED
@@ -8,12 +8,15 @@
8
  $__template__ = array( 'blocks' => array( 'before', 'after' ) );
9
  ?>
10
  <div id="<?php echo esc_attr( $listing_css_id ); ?>" class="<?php echo esc_attr( $listing_css_class ); ?>" data-breakpoints='{"medium": [560,780], "large": [780,999999]}' data-breakpoints-class-prefix="wpbdp-listing-excerpt">
11
- <?php echo $blocks['before']; ?>
12
- <?php if ( in_array( 'excerpt', wpbdp_get_option( 'display-sticky-badge' ) ) ) : ?>
13
- <?php echo $sticky_tag; ?>
14
- <?php endif; ?>
15
- <?php wpbdp_x_part( 'excerpt_content' ); ?>
16
- <?php echo $blocks['after']; ?>
17
 
18
- <?php echo wpbdp_the_listing_actions(); ?>
 
 
 
 
19
  </div>
8
  $__template__ = array( 'blocks' => array( 'before', 'after' ) );
9
  ?>
10
  <div id="<?php echo esc_attr( $listing_css_id ); ?>" class="<?php echo esc_attr( $listing_css_class ); ?>" data-breakpoints='{"medium": [560,780], "large": [780,999999]}' data-breakpoints-class-prefix="wpbdp-listing-excerpt">
11
+ <?php
12
+ echo $blocks['before'];
13
+ if ( in_array( 'excerpt', wpbdp_get_option( 'display-sticky-badge' ) ) ) {
14
+ echo $sticky_tag;
15
+ }
 
16
 
17
+ wpbdp_x_part( 'excerpt_content' );
18
+ echo $blocks['after'];
19
+
20
+ echo wpbdp_the_listing_actions();
21
+ ?>
22
  </div>
templates/manage_listings.tpl.php CHANGED
@@ -6,7 +6,7 @@
6
  */
7
 
8
  ?>
9
- <div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
10
  <?php
11
  if ( $query->have_posts() ) :
12
  ?>
6
  */
7
 
8
  ?>
9
+ <div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-grid wpbdp-page">
10
  <?php
11
  if ( $query->have_posts() ) :
12
  ?>
templates/plan-selection-plan.tpl.php CHANGED
@@ -15,8 +15,8 @@ $description = apply_filters( 'wpbdp_fee_selection_fee_description', $descriptio
15
  ?>
16
  <div class="wpbdp-plan wpbdp-plan-<?php echo esc_attr( $plan->id ); ?> wpbdp-plan-info-box wpbdp-clearfix <?php echo $display_only ? 'display-only ' : ''; ?><?php echo $disabled ? 'wpbdp-plan-disabled' : ''; ?>"
17
  data-id="<?php echo esc_attr( $plan->id ); ?>"
18
- data-disabled="<?php echo esc_attr( $disabled ? 1 : 0 ); ?>"
19
- data-recurring="<?php echo esc_attr( $plan->recurring ? 1 : 0 ); ?>"
20
  data-free-text="<?php echo esc_attr( wpbdp_currency_format( 0.0 ) ); ?>"
21
  data-categories="<?php echo esc_attr( implode( ',', (array) $plan->supported_categories ) ); ?>"
22
  data-pricing-model="<?php echo esc_attr( $plan->pricing_model ); ?>"
15
  ?>
16
  <div class="wpbdp-plan wpbdp-plan-<?php echo esc_attr( $plan->id ); ?> wpbdp-plan-info-box wpbdp-clearfix <?php echo $display_only ? 'display-only ' : ''; ?><?php echo $disabled ? 'wpbdp-plan-disabled' : ''; ?>"
17
  data-id="<?php echo esc_attr( $plan->id ); ?>"
18
+ data-disabled="<?php echo absint( $disabled ? 1 : 0 ); ?>"
19
+ data-recurring="<?php echo absint( $plan->recurring ? 1 : 0 ); ?>"
20
  data-free-text="<?php echo esc_attr( wpbdp_currency_format( 0.0 ) ); ?>"
21
  data-categories="<?php echo esc_attr( implode( ',', (array) $plan->supported_categories ) ); ?>"
22
  data-pricing-model="<?php echo esc_attr( $plan->pricing_model ); ?>"
templates/submit-listing-rootline.tpl.php CHANGED
@@ -4,14 +4,14 @@
4
  $current = $section_id === $submit->current_section;
5
  $checked = $current || $submit->should_validate_section( $section_id );
6
  ?>
7
- <div class="wpbdp-rootline-section wpbdp-submit-section-<?php echo esc_attr( $section_id . ( $current ? ' wpbdp-submit-section-current' : '' ) . ( $checked ? ' wpbdp-submit-checked' : '' ) ); ?>" data-section-pos="<?php echo esc_attr( $id + 1 ); ?>">
8
  <div class="wpbdp-rootline-bar"></div>
9
  <div class="wpbdp-rootline-circle">
10
  <div class="wpbdp-rootline-counter">
11
  <?php if ( $checked && ! $current ) : ?>
12
  <svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4473 1.22559L6.44727 12.2256L1.44727 7.22559" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
13
  <?php endif; ?>
14
- <span><?php echo esc_html( $id + 1 ); ?></span>
15
  </div>
16
  </div>
17
  <div class="wpbdp-rootline-section-name"><?php echo esc_html( $sections[ $section_id ]['title'] ); ?></div>
4
  $current = $section_id === $submit->current_section;
5
  $checked = $current || $submit->should_validate_section( $section_id );
6
  ?>
7
+ <div class="wpbdp-rootline-section wpbdp-submit-section-<?php echo esc_attr( $section_id . ( $current ? ' wpbdp-submit-section-current' : '' ) . ( $checked ? ' wpbdp-submit-checked' : '' ) ); ?>" data-section-pos="<?php echo absint( $id + 1 ); ?>">
8
  <div class="wpbdp-rootline-bar"></div>
9
  <div class="wpbdp-rootline-circle">
10
  <div class="wpbdp-rootline-counter">
11
  <?php if ( $checked && ! $current ) : ?>
12
  <svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4473 1.22559L6.44727 12.2256L1.44727 7.22559" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
13
  <?php endif; ?>
14
+ <span><?php echo absint( $id + 1 ); ?></span>
15
  </div>
16
  </div>
17
  <div class="wpbdp-rootline-section-name"><?php echo esc_html( $sections[ $section_id ]['title'] ); ?></div>
templates/tag.tpl.php CHANGED
@@ -1,5 +1 @@
1
- <h2 class="category-name">
2
- <?php echo esc_html( $term->name ); ?>
3
- </h2>
4
-
5
  <?php echo wpbdp_x_render( 'listings', array( 'query' => $query ) ); ?>
 
 
 
 
1
  <?php echo wpbdp_x_render( 'listings', array( 'query' => $query ) ); ?>
themes/default/theme.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Default Theme",
3
  "description": "A clean, basic look. This theme is always installed and cannot be removed.",
4
- "version": "6.2.1",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",
1
  {
2
  "name": "Default Theme",
3
  "description": "A clean, basic look. This theme is always installed and cannot be removed.",
4
+ "version": "6.2.2",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",