Business Directory Plugin - Version 6.2

Version Description

Download this release

Release Info

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

Code changes from version 6.1 to 6.2

Files changed (102) hide show
  1. README.TXT +8 -2
  2. assets/css/wpbdp.min.css +1 -1
  3. assets/js/wpbdp.js +5 -0
  4. assets/js/wpbdp.min.js +1 -1
  5. business-directory-plugin.php +1 -1
  6. includes/abstracts/class-form-field-type.php +0 -2
  7. includes/abstracts/class-view.php +3 -2
  8. includes/admin/admin-pages.php +6 -6
  9. includes/admin/class-admin.php +2 -1
  10. includes/admin/class-listing-owner.php +10 -6
  11. includes/admin/controllers/class-admin-fees.php +1 -1
  12. includes/admin/controllers/class-settings-admin.php +3 -11
  13. includes/admin/controllers/class-themes-admin.php +0 -3
  14. includes/admin/csv-export.php +1 -1
  15. includes/admin/csv-import.php +0 -4
  16. includes/admin/helpers/class-listing-flagging-metabox.php +3 -0
  17. includes/admin/helpers/class-listing-information-metabox.php +12 -0
  18. includes/admin/helpers/class-listing-timeline.php +24 -1
  19. includes/admin/helpers/class-modules-list.php +5 -4
  20. includes/admin/helpers/class-notices.php +3 -3
  21. includes/admin/helpers/class-variable-pricing-configurator.php +1 -1
  22. includes/admin/helpers/csv/class-csv-exporter.php +0 -1
  23. includes/admin/helpers/csv/class-csv-import.php +12 -14
  24. includes/admin/settings/class-settings.php +2 -13
  25. includes/admin/upgrades/class-manual-upgrade-helper.php +2 -0
  26. includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php +0 -1
  27. includes/admin/upgrades/migrations/migration-18_0.php +29 -34
  28. includes/admin/upgrades/migrations/migration-3_2.php +1 -1
  29. includes/admin/upgrades/migrations/migration-3_7.php +1 -1
  30. includes/class-cpt-integration.php +1 -0
  31. includes/class-dispatcher.php +1 -1
  32. includes/class-fees-api.php +1 -1
  33. includes/class-listing-email-notification.php +6 -6
  34. includes/class-meta.php +16 -239
  35. includes/class-modules.php +1 -1
  36. includes/class-rewrite.php +1 -1
  37. includes/class-shortcodes.php +0 -3
  38. includes/class-wordpress-template-integration.php +37 -139
  39. includes/class-wpbdp.php +3 -6
  40. includes/compatibility/class-compat.php +0 -98
  41. includes/compatibility/class-divi-compat.php +0 -26
  42. includes/compatibility/class-themes-compat.php +0 -5
  43. includes/compatibility/class-wpml-compat.php +1 -1
  44. includes/controllers/class-addons.php +1 -1
  45. includes/controllers/pages/class-checkout.php +1 -0
  46. includes/controllers/pages/class-edit-listing.php +1 -1
  47. includes/controllers/pages/class-manage-recurring.php +0 -3
  48. includes/controllers/pages/class-request-access-keys.php +1 -1
  49. includes/controllers/pages/class-submit-listing.php +4 -3
  50. includes/db/class-db-model.php +8 -6
  51. includes/db/class-db-query-set.php +1 -5
  52. includes/fields/class-fieldtypes-image.php +3 -0
  53. includes/fields/class-fieldtypes-select.php +1 -1
  54. includes/fields/class-fieldtypes-textarea.php +1 -1
  55. includes/form-fields.php +2 -2
  56. includes/helpers/class-create-file.php +1 -1
  57. includes/helpers/class-field-display-list.php +3 -6
  58. includes/helpers/class-fs.php +1 -1
  59. includes/helpers/class-listing-display-helper.php +14 -2
  60. includes/helpers/class-listing-search.php +1 -4
  61. includes/helpers/functions/general.php +12 -12
  62. includes/helpers/functions/logging.php +1 -0
  63. includes/helpers/functions/templates-ui.php +15 -23
  64. includes/installer.php +2 -2
  65. includes/licensing.php +4 -7
  66. includes/models/class-fee-plan.php +3 -0
  67. includes/models/class-listing.php +2 -6
  68. includes/payment.php +3 -4
  69. includes/template-sections.php +1 -1
  70. includes/themes.php +3 -27
  71. includes/utils.php +11 -15
  72. includes/widgets/widget-featured-listings.php +1 -1
  73. includes/widgets/widget-random-listings.php +1 -1
  74. languages/business-directory-plugin-ar.mo +0 -0
  75. languages/business-directory-plugin-ar.po +340 -341
  76. languages/business-directory-plugin-de_DE.mo +0 -0
  77. languages/business-directory-plugin-de_DE.po +341 -341
  78. languages/business-directory-plugin-en_US.po +317 -337
  79. languages/business-directory-plugin-fr_FR.mo +0 -0
  80. languages/business-directory-plugin-fr_FR.po +341 -342
  81. languages/business-directory-plugin-it_IT.mo +0 -0
  82. languages/business-directory-plugin-it_IT.po +341 -342
  83. languages/business-directory-plugin-nl_NL.mo +0 -0
  84. languages/business-directory-plugin-nl_NL.po +328 -340
  85. languages/business-directory-plugin-pl_PL.mo +0 -0
  86. languages/business-directory-plugin-pl_PL.po +347 -347
  87. languages/business-directory-plugin-ru_RU.mo +0 -0
  88. languages/business-directory-plugin-ru_RU.po +340 -341
  89. languages/business-directory-plugin-sv_SE.mo +0 -0
  90. languages/business-directory-plugin-sv_SE.po +341 -341
  91. languages/business-directory-plugin.pot +318 -338
  92. phpstan.neon +1 -0
  93. templates/admin/csv-import.tpl.php +12 -8
  94. templates/businessdirectory-listings.tpl.php +15 -7
  95. templates/manage_listings.tpl.php +16 -12
  96. templates/parts/listing-buttons.tpl.php +4 -5
  97. templates/parts/listing-title.tpl.php +10 -6
  98. templates/parts/listings-loop.tpl.php +9 -8
  99. templates/search-form.tpl.php +0 -1
  100. templates/single.tpl.php +0 -1
  101. themes/default/assets/styles.css +0 -4
  102. themes/default/theme.json +1 -1
README.TXT CHANGED
@@ -3,8 +3,8 @@ Contributors: businessdirectoryplugin
3
  Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
- Tested up to: 5.9
7
- Stable tag: 6.1
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
@@ -158,6 +158,12 @@ 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.1 =
162
  * IMPORTANT: Removed some code that has been deprecated for several years. Update carefully if you have old custom templates.
163
  * Show settings urls on the Modules page if the module provides it.
3
  Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
+ Tested up to: 6.0
7
+ Stable tag: 6.2
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
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 =
162
+ * New: Switched to using the H1s from the WordPress theme instead of hiding it and including it in the listing content. This resolves SEO conflicts, more closely matches your theme, and prevents future conflicts with new themes.
163
+ * New: Use the block editor in the back-end for listings.
164
+ * Replace count_users with get_user_count for better performance when eidting a listing on the back-end.
165
+ * Fix: An error appeared when some widgets were used in non-listing pages.
166
+
167
  = 6.1 =
168
  * IMPORTANT: Removed some code that has been deprecated for several years. Update carefully if you have old custom templates.
169
  * Show settings urls on the Modules page if the module provides it.
assets/css/wpbdp.min.css CHANGED
@@ -1 +1 @@
1
- .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-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}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:16px}@media screen and (min-width:1900px){.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:20px}}.wpbdp-wp-theme-twentytwenty .wpbdp-page{max-width:69rem !important}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}.wpbdp-wp-theme-twentytwentytwo.single-wpbdp_listing .listing-title{display:none}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="text"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="email"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="url"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="password"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="search"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="number"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="tel"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="date"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="month"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="week"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="time"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="datetime"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="submit"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page select,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page textarea{padding:8px;max-width:100%;font-size:inherit;font-family:inherit}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="submit"]{color:var(--wp--preset--color--background);background-color:var(--wp--preset--color--primary);text-decoration:none}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-submit-listing-form-actions .wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-submit.wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-main-links .button{padding:calc(0.667em + 2px) calc(1.333em + 2px);font-size:var(--wp--preset--font-size--medium)}.wpbdp-wp-theme-twentytwentytwo .wpbdp-button{color:var(--wp--preset--color--background)}#ui-datepicker-div{z-index:999999 !important}.wpbdp-datepicker.ui-datepicker{display:none;width:19em;background:#fff;border:1px solid #d2d2d2;border-radius:0;padding:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-title{line-height:1.8em}.wpbdp-datepicker.ui-datepicker .ui-widget-header,.wpbdp-datepicker.ui-datepicker .ui-datepicker-header{background:var(--bd-main-color);color:#fff;opacity:80%}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon{background:none;border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:0;font-size:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{width:1.8em;height:100%;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev span,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-5px;top:50%;cursor:pointer}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev-hover,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next-hover{background:transparent;border:none;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev{left:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{right:2px}.wpbdp-datepicker.ui-datepicker .ui-state-default{background:transparent;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 0;font-weight:normal;border:none}.wpbdp-datepicker.ui-datepicker table{margin:0}.wpbdp-datepicker.ui-datepicker td{width:14.2%;padding:0;border:1px solid rgba(210,210,210,0.5)}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-today{background:var(--bd-main-color-20) !important}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-other-month{border:transparent}.wpbdp-datepicker.ui-datepicker td .ui-state-highlight{border-color:rgba(210,210,210,0.5)}.wpbdp-datepicker.ui-datepicker tr:first-of-type td{border-top:transparent}.wpbdp-datepicker.ui-datepicker tr:last-of-type td{border-bottom:transparent}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-current-day,.wpbdp-datepicker.ui-datepicker td .ui-state-hover,.wpbdp-datepicker.ui-datepicker td .ui-state-active,.wpbdp-datepicker.ui-datepicker thead{background:var(--bd-main-color);color:#fff}.wpbdp-datepicker.ui-datepicker .ui-corner-all{border-radius:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane{border-top:1px solid rgba(210,210,210,0.5);margin-top:0}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.wpbdp-with-button-styles .wpbdp-listing .listing-actions .wpbdp-button.delete-listing,.listing-actions .delete-listing,.listing-actions a.delete-listing{color:#d64226 !important;background-color:transparent !important;border-color:transparent}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.listing-actions>span{font-size:11px;margin-right:10px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold;padding-right:5px}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-title,.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-name{display:none}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:absolute;top:12px;right:-48px;width:150px;margin:0;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp-col-grid-2 .wpbdp-grid>div,.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp-col-grid-3 .wpbdp-grid>div,.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px;box-sizing:border-box}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-thumbnail{max-width:200px;max-height:200px;max-width:var(--bd-thumbnail-width);max-height:var(--bd-thumbnail-height)}.wpbdp-thumbnail-cropped{width:200px;height:200px;width:var(--bd-thumbnail-width);height:var(--bd-thumbnail-height);object-fit:cover}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
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}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:16px}@media screen and (min-width:1900px){.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:20px}}.wpbdp-wp-theme-twentytwenty .wpbdp-page{max-width:69rem !important}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="text"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="email"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="url"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="password"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="search"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="number"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="tel"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="date"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="month"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="week"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="time"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="datetime"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="submit"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page select,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page textarea{padding:8px;max-width:100%;font-size:inherit;font-family:inherit}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="submit"]{color:var(--wp--preset--color--background);background-color:var(--wp--preset--color--primary);text-decoration:none}.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-submit-listing-form-actions .wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-submit.wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page .wpbdp-main-links .button{padding:calc(0.667em + 2px) calc(1.333em + 2px);font-size:var(--wp--preset--font-size--medium)}.wpbdp-wp-theme-twentytwentytwo .wpbdp-button{color:var(--wp--preset--color--background)}#ui-datepicker-div{z-index:999999 !important}.wpbdp-datepicker.ui-datepicker{display:none;width:19em;background:#fff;border:1px solid #d2d2d2;border-radius:0;padding:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-title{line-height:1.8em}.wpbdp-datepicker.ui-datepicker .ui-widget-header,.wpbdp-datepicker.ui-datepicker .ui-datepicker-header{background:var(--bd-main-color);color:#fff;opacity:80%}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon{background:none;border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:0;font-size:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{width:1.8em;height:100%;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev span,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-5px;top:50%;cursor:pointer}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev-hover,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next-hover{background:transparent;border:none;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev{left:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{right:2px}.wpbdp-datepicker.ui-datepicker .ui-state-default{background:transparent;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 0;font-weight:normal;border:none}.wpbdp-datepicker.ui-datepicker table{margin:0}.wpbdp-datepicker.ui-datepicker td{width:14.2%;padding:0;border:1px solid rgba(210,210,210,0.5)}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-today{background:var(--bd-main-color-20) !important}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-other-month{border:transparent}.wpbdp-datepicker.ui-datepicker td .ui-state-highlight{border-color:rgba(210,210,210,0.5)}.wpbdp-datepicker.ui-datepicker tr:first-of-type td{border-top:transparent}.wpbdp-datepicker.ui-datepicker tr:last-of-type td{border-bottom:transparent}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-current-day,.wpbdp-datepicker.ui-datepicker td .ui-state-hover,.wpbdp-datepicker.ui-datepicker td .ui-state-active,.wpbdp-datepicker.ui-datepicker thead{background:var(--bd-main-color);color:#fff}.wpbdp-datepicker.ui-datepicker .ui-corner-all{border-radius:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane{border-top:1px solid rgba(210,210,210,0.5);margin-top:0}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.wpbdp-with-button-styles .wpbdp-listing .listing-actions .wpbdp-button.delete-listing,.listing-actions .delete-listing,.listing-actions a.delete-listing{color:#d64226 !important;background-color:transparent !important;border-color:transparent}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.listing-actions>span,.listing-actions>a{font-size:11px;margin-left:10px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold;padding-right:5px}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-title,.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-name{display:none}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:middle;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:absolute;top:12px;right:-48px;width:150px;margin:0;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{display:none}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp-col-grid-2 .wpbdp-grid>div,.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp-col-grid-3 .wpbdp-grid>div,.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px;box-sizing:border-box}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-thumbnail{max-width:200px;max-height:200px;max-width:var(--bd-thumbnail-width);max-height:var(--bd-thumbnail-height)}.wpbdp-thumbnail-cropped{width:200px;height:200px;width:var(--bd-thumbnail-width);height:var(--bd-thumbnail-height);object-fit:cover}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
assets/js/wpbdp.js CHANGED
@@ -15,6 +15,11 @@ jQuery(document).ready(function($){
15
  $( '.wpbdp-js-select2' ).selectWoo();
16
  }
17
 
 
 
 
 
 
18
 
19
  /**
20
  * Handles flex behavior for main box columns.
15
  $( '.wpbdp-js-select2' ).selectWoo();
16
  }
17
 
18
+ // Move the featured badge to the theme h1.
19
+ var sticky = $( '.wpbdp-listing-single .wpbdp-sticky-tag' );
20
+ if ( sticky.length ) {
21
+ $( 'h1:first' ).append( sticky );
22
+ }
23
 
24
  /**
25
  * Handles flex behavior for main box columns.
assets/js/wpbdp.min.js CHANGED
@@ -1 +1 @@
1
- "undefined"==typeof window.WPBDP&&(window.WPBDP={}),"undefined"==typeof window.wpbdp&&(window.wpbdp={}),jQuery(function($){$(".wpbdp-no-js").hide()}),jQuery(document).ready(function($){$(".wpbdp-js-select2").length>0&&$.fn.selectWoo&&$(".wpbdp-js-select2").selectWoo(),wpbdp.main_box={init:function(){return},sum_width:function($selector,prop){prop="undefined"==typeof prop?"width":prop;var sum=0;return $selector.each(function(){var w=0;w="initial"==prop?$(this).data("initial-width"):"outer"==prop?$(this).outerWidth():"inner"==prop?$(this).innerWidth():$(this).width(),sum+=parseInt(w)}),sum},min_width:function(){return this.sum_width(this.$cols_fixed,"initial")},should_resize:function(){return this.$box.find("form").width()>this.min_width()},resize:function(){if(this.should_resize()){var available_width=this.$box.find("form").innerWidth()-this.min_width(),flex_width=Math.floor(available_width/this.$cols_expanding.length)-2;this.$cols_expanding.each(function(){$(this).outerWidth(flex_width)})}}},$("#wpbdp-main-box").length>0&&wpbdp.main_box.init(),0==$(".wpbdp-bar").children().length&&""==$(".wpbdp-bar").text().trim()&&$(".wpbdp-bar").remove(),$(".wpbdp-listing-contact-form .send-message-button").on("click",function(){$(this).removeClass("wpbdp-show-on-mobile").hide(),$(".wpbdp-listing-contact-form .contact-form-wrapper").show()}),$(".wpbdp-listings-sort-options select").on("change",function(e){var selected=$(this).val();location.href=selected})}),jQuery(function($){var form_fields={init:function(){var t=this;$(".wpbdp-form-field-type-date").each(function(i,v){t.configure_date_picker($(v).find("input"))}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){"listing_fields"==section_id&&t.init()})},configure_date_picker:function($e){$e.datepicker({dateFormat:$e.attr("data-date-format"),defaultDate:$e.val(),beforeShow:function(){$("#ui-datepicker-div").addClass("wpbdp-datepicker")}})}};form_fields.init()}),WPBDP.fileUpload={resizeIFrame:function(element_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+element_id)[0],iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;iframeWin.document.body&&(iframe.height=height?height:iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight),0!==jQuery(iframe).parents(".wpbdp-social-type-field").length&&(jQuery(iframe).parent().siblings(".wpbdp-inner-social-field-option-Other").find("input").is(":checked")||jQuery(iframe).parent().hide())},handleUpload:function(o){var $input=jQuery(o),$form=$input.parent("form");$form.submit()},finishUpload:function(element_id,upload_id,element){var $iframe=jQuery("#wpbdp-upload-iframe-"+element_id),$input=jQuery('input[name="'+element+'"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove(),$preview.prepend($iframe.contents().find(".preview").html()),$iframe.contents().find(".preview").remove(),$iframe.hide(),$preview.show()},deleteUpload:function(element_id,element){var $input=(jQuery("#wpbdp-upload-iframe-"+element_id),jQuery('input[name="'+element+'"]')),$preview=$input.siblings(".preview");return $input.val(""),$preview.find("img").remove(),$preview.find("input").val(""),$preview.hide(),$preview.siblings().show(),!1}},function($){var sb=wpbdp.listingSubmit={init:function(){$(".wpbdp-submit-listing-section-listing_images").length>0&&sb.images.init()},init_events:function(){$("#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",".wpbdp-inner-social-field-option input",function(e){var $icon_element=$(this).parents(".wpbdp-inner-social-field-option").siblings(".wpbdp-upload-widget");return"Other"!==$(this).val()?void $icon_element.hide():void $icon_element.show()})}};sb.images=wpbdp.listingSubmit.images={_initialized:!1,_admin_nonce:"",_slots:0,_slotsRemaining:0,_working:!1,init:function(){this._initialized=!0,this._admin_nonce=$("#image-upload-dnd-area").attr("data-admin-nonce");var t=this;this._admin_nonce||(sb.images._slots=parseInt($("#image-slots-total").text()),sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text())),$("#wpbdp-uploaded-images").on("click",".wpbdp-image-delete-link","click",function(e){e.preventDefault();var url=$(this).attr("href");$.post(url,{},function(res){res.success&&$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){if($(this).remove(),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining++,$("#image-slots-remaining").text(t._slotsRemaining)),(t._admin_nonce&&0==$("#wpbdp-uploaded-images .wpbdp-image").length||!t._admin_nonce&&t._slotsRemaining==t._slots)&&$("#current-images-header").show(),(t._admin_nonce||t._slotsRemaining>0)&&($("#image-upload-dnd-area .dnd-area-inside").show(),$("#noslots-message").hide(),$("#image-upload-dnd-area").removeClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").hide()),$("#wpbdp-listing-fields.postbox").length>0){var $with_count=$(".wpbdp-admin-tab-nav li a .with-image-count"),$no_count=$(".wpbdp-admin-tab-nav li a .no-image-count"),n=$("#wpbdp-uploaded-images .wpbdp-image").length;n?($no_count.addClass("hidden"),$with_count.removeClass("hidden").find("span").text(n)):($with_count.addClass("hidden"),$no_count.removeClass("hidden"))}})},"json")}),wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){t._admin_nonce||t._slotsRemaining>0||($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").show(),$(".image-upload-wrapper .error").remove())},validate:function(data){return $(".image-upload-wrapper .error").remove(),!!t._admin_nonce||($(this).siblings(".wpbdp-msg").remove(),!0)},done:function(res){var uploadErrors=!1;if(uploadErrors=res.success?"undefined"!=typeof res.data.uploadErrors&&res.data.uploadErrors:[res.error]){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(uploadErrors);return $(errorMsg).insertAfter($(".area-and-conditions")),void $("#image-upload-dnd-area .dnd-area-inside").show()}if($("#current-images-header").hide(),$("#wpbdp-uploaded-images").append(res.data.html),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining-=res.data.attachmentIds.length,$("#image-slots-remaining").text(t._slotsRemaining),0==t._slotsRemaining&&($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside").hide(),$("#image-upload-dnd-area .dnd-area-inside-error").show())),$("#wpbdp-listing-fields.postbox").length>0){var $with_count=$(".wpbdp-admin-tab-nav li a .with-image-count"),$no_count=$(".wpbdp-admin-tab-nav li a .no-image-count"),n=$("#wpbdp-uploaded-images .wpbdp-image").length;n?($no_count.addClass("hidden"),$with_count.removeClass("hidden").find("span").text(n)):($with_count.addClass("hidden"),$no_count.removeClass("hidden"))}}}),$("input#wpbdp_media_manager").on("click",function(e){e.preventDefault();var image_frame,url=$(this).attr("data-action");image_frame&&image_frame.open(),image_frame=wp.media({title:"Select Media",multiple:!1,library:{type:"image"}}),image_frame.on("close",function(){var selection=image_frame.state().get("selection"),gallery_ids=new Array,i=0;selection.each(function(attachment){gallery_ids[i]=attachment.id,i++});var ids=gallery_ids.join(",");ids&&$.post(url,{image_ids:ids},function(res){if(res.success?errors="undefined"!=typeof res.data.errors&&res.data.errors:errors=[res.data.errors],errors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(errors);return void $(res.data.errorElement).prepend(errorMsg)}if($(res.data.errorElement+" .wpbdp-msg.error").remove(),"listing_field"===res.data.source){if(!res.data.inputElement)return;var $input=$('input[name="'+res.data.inputElement+'"]');$input.val(res.data.media_id);var $preview=$input.siblings(".preview");return $preview.find("img").remove(),$preview.prepend(res.data.html),$preview.siblings().hide(),void $preview.show()}$("#current-images-header").hide(),$(res.data.previewElement).append(res.data.html)})}),image_frame.open()}),$("#wpbdp-uploaded-images").sortable({axis:"y",cursor:"move",opacity:.9,update:function(ev,ui){var sorted=$(this).sortable("toArray",{attribute:"data-imageid"}),no_images=$(this).find(".wpbdp-image").length;$.each(sorted,function(i,v){$('input[name="images_meta['+v+'][order]"]').attr("value",no_images-i),0===i&&(document.getElementById("_thumbnail_id").value=v)})}})}};$(document).ready(function(){0!=$("#wpbdp-submit-listing").length&&(sb.init_events(),0!=$(".wpbdp-submit-page").length&&sb.init())})}(jQuery);
1
+ "undefined"==typeof window.WPBDP&&(window.WPBDP={}),"undefined"==typeof window.wpbdp&&(window.wpbdp={}),jQuery(function($){$(".wpbdp-no-js").hide()}),jQuery(document).ready(function($){$(".wpbdp-js-select2").length>0&&$.fn.selectWoo&&$(".wpbdp-js-select2").selectWoo();var sticky=$(".wpbdp-listing-single .wpbdp-sticky-tag");sticky.length&&$("h1:first").append(sticky),wpbdp.main_box={init:function(){return},sum_width:function($selector,prop){prop="undefined"==typeof prop?"width":prop;var sum=0;return $selector.each(function(){var w=0;w="initial"==prop?$(this).data("initial-width"):"outer"==prop?$(this).outerWidth():"inner"==prop?$(this).innerWidth():$(this).width(),sum+=parseInt(w)}),sum},min_width:function(){return this.sum_width(this.$cols_fixed,"initial")},should_resize:function(){return this.$box.find("form").width()>this.min_width()},resize:function(){if(this.should_resize()){var available_width=this.$box.find("form").innerWidth()-this.min_width(),flex_width=Math.floor(available_width/this.$cols_expanding.length)-2;this.$cols_expanding.each(function(){$(this).outerWidth(flex_width)})}}},$("#wpbdp-main-box").length>0&&wpbdp.main_box.init(),0==$(".wpbdp-bar").children().length&&""==$(".wpbdp-bar").text().trim()&&$(".wpbdp-bar").remove(),$(".wpbdp-listing-contact-form .send-message-button").on("click",function(){$(this).removeClass("wpbdp-show-on-mobile").hide(),$(".wpbdp-listing-contact-form .contact-form-wrapper").show()}),$(".wpbdp-listings-sort-options select").on("change",function(e){var selected=$(this).val();location.href=selected})}),jQuery(function($){var form_fields={init:function(){var t=this;$(".wpbdp-form-field-type-date").each(function(i,v){t.configure_date_picker($(v).find("input"))}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){"listing_fields"==section_id&&t.init()})},configure_date_picker:function($e){$e.datepicker({dateFormat:$e.attr("data-date-format"),defaultDate:$e.val(),beforeShow:function(){$("#ui-datepicker-div").addClass("wpbdp-datepicker")}})}};form_fields.init()}),WPBDP.fileUpload={resizeIFrame:function(element_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+element_id)[0],iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;iframeWin.document.body&&(iframe.height=height?height:iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight),0!==jQuery(iframe).parents(".wpbdp-social-type-field").length&&(jQuery(iframe).parent().siblings(".wpbdp-inner-social-field-option-Other").find("input").is(":checked")||jQuery(iframe).parent().hide())},handleUpload:function(o){var $input=jQuery(o),$form=$input.parent("form");$form.submit()},finishUpload:function(element_id,upload_id,element){var $iframe=jQuery("#wpbdp-upload-iframe-"+element_id),$input=jQuery('input[name="'+element+'"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove(),$preview.prepend($iframe.contents().find(".preview").html()),$iframe.contents().find(".preview").remove(),$iframe.hide(),$preview.show()},deleteUpload:function(element_id,element){var $input=(jQuery("#wpbdp-upload-iframe-"+element_id),jQuery('input[name="'+element+'"]')),$preview=$input.siblings(".preview");return $input.val(""),$preview.find("img").remove(),$preview.find("input").val(""),$preview.hide(),$preview.siblings().show(),!1}},function($){var sb=wpbdp.listingSubmit={init:function(){$(".wpbdp-submit-listing-section-listing_images").length>0&&sb.images.init()},init_events:function(){$("#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",".wpbdp-inner-social-field-option input",function(e){var $icon_element=$(this).parents(".wpbdp-inner-social-field-option").siblings(".wpbdp-upload-widget");return"Other"!==$(this).val()?void $icon_element.hide():void $icon_element.show()})}};sb.images=wpbdp.listingSubmit.images={_initialized:!1,_admin_nonce:"",_slots:0,_slotsRemaining:0,_working:!1,init:function(){this._initialized=!0,this._admin_nonce=$("#image-upload-dnd-area").attr("data-admin-nonce");var t=this;this._admin_nonce||(sb.images._slots=parseInt($("#image-slots-total").text()),sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text())),$("#wpbdp-uploaded-images").on("click",".wpbdp-image-delete-link","click",function(e){e.preventDefault();var url=$(this).attr("href");$.post(url,{},function(res){res.success&&$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){if($(this).remove(),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining++,$("#image-slots-remaining").text(t._slotsRemaining)),(t._admin_nonce&&0==$("#wpbdp-uploaded-images .wpbdp-image").length||!t._admin_nonce&&t._slotsRemaining==t._slots)&&$("#current-images-header").show(),(t._admin_nonce||t._slotsRemaining>0)&&($("#image-upload-dnd-area .dnd-area-inside").show(),$("#noslots-message").hide(),$("#image-upload-dnd-area").removeClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").hide()),$("#wpbdp-listing-fields.postbox").length>0){var $with_count=$(".wpbdp-admin-tab-nav li a .with-image-count"),$no_count=$(".wpbdp-admin-tab-nav li a .no-image-count"),n=$("#wpbdp-uploaded-images .wpbdp-image").length;n?($no_count.addClass("hidden"),$with_count.removeClass("hidden").find("span").text(n)):($with_count.addClass("hidden"),$no_count.removeClass("hidden"))}})},"json")}),wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){t._admin_nonce||t._slotsRemaining>0||($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").show(),$(".image-upload-wrapper .error").remove())},validate:function(data){return $(".image-upload-wrapper .error").remove(),!!t._admin_nonce||($(this).siblings(".wpbdp-msg").remove(),!0)},done:function(res){var uploadErrors=!1;if(uploadErrors=res.success?"undefined"!=typeof res.data.uploadErrors&&res.data.uploadErrors:[res.error]){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(uploadErrors);return $(errorMsg).insertAfter($(".area-and-conditions")),void $("#image-upload-dnd-area .dnd-area-inside").show()}if($("#current-images-header").hide(),$("#wpbdp-uploaded-images").append(res.data.html),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining-=res.data.attachmentIds.length,$("#image-slots-remaining").text(t._slotsRemaining),0==t._slotsRemaining&&($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside").hide(),$("#image-upload-dnd-area .dnd-area-inside-error").show())),$("#wpbdp-listing-fields.postbox").length>0){var $with_count=$(".wpbdp-admin-tab-nav li a .with-image-count"),$no_count=$(".wpbdp-admin-tab-nav li a .no-image-count"),n=$("#wpbdp-uploaded-images .wpbdp-image").length;n?($no_count.addClass("hidden"),$with_count.removeClass("hidden").find("span").text(n)):($with_count.addClass("hidden"),$no_count.removeClass("hidden"))}}}),$("input#wpbdp_media_manager").on("click",function(e){e.preventDefault();var image_frame,url=$(this).attr("data-action");image_frame&&image_frame.open(),image_frame=wp.media({title:"Select Media",multiple:!1,library:{type:"image"}}),image_frame.on("close",function(){var selection=image_frame.state().get("selection"),gallery_ids=new Array,i=0;selection.each(function(attachment){gallery_ids[i]=attachment.id,i++});var ids=gallery_ids.join(",");ids&&$.post(url,{image_ids:ids},function(res){if(res.success?errors="undefined"!=typeof res.data.errors&&res.data.errors:errors=[res.data.errors],errors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(errors);return void $(res.data.errorElement).prepend(errorMsg)}if($(res.data.errorElement+" .wpbdp-msg.error").remove(),"listing_field"===res.data.source){if(!res.data.inputElement)return;var $input=$('input[name="'+res.data.inputElement+'"]');$input.val(res.data.media_id);var $preview=$input.siblings(".preview");return $preview.find("img").remove(),$preview.prepend(res.data.html),$preview.siblings().hide(),void $preview.show()}$("#current-images-header").hide(),$(res.data.previewElement).append(res.data.html)})}),image_frame.open()}),$("#wpbdp-uploaded-images").sortable({axis:"y",cursor:"move",opacity:.9,update:function(ev,ui){var sorted=$(this).sortable("toArray",{attribute:"data-imageid"}),no_images=$(this).find(".wpbdp-image").length;$.each(sorted,function(i,v){$('input[name="images_meta['+v+'][order]"]').attr("value",no_images-i),0===i&&(document.getElementById("_thumbnail_id").value=v)})}})}};$(document).ready(function(){0!=$("#wpbdp-submit-listing").length&&(sb.init_events(),0!=$(".wpbdp-submit-page").length&&sb.init())})}(jQuery);
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.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
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/abstracts/class-form-field-type.php CHANGED
@@ -42,7 +42,6 @@ class WPBDP_Form_Field_Type {
42
  * @param object $field
43
  */
44
  public function setup_field( &$field ) {
45
- return;
46
  }
47
 
48
  /**
@@ -396,7 +395,6 @@ class WPBDP_Form_Field_Type {
396
  * @return mixed WP_Error in case of error, anything else for success.
397
  */
398
  public function process_field_settings( &$field ) {
399
- return;
400
  }
401
 
402
  /**
42
  * @param object $field
43
  */
44
  public function setup_field( &$field ) {
 
45
  }
46
 
47
  /**
395
  * @return mixed WP_Error in case of error, anything else for success.
396
  */
397
  public function process_field_settings( &$field ) {
 
398
  }
399
 
400
  /**
includes/abstracts/class-view.php CHANGED
@@ -60,7 +60,8 @@ class WPBDP__View {
60
  status_header( 404 );
61
  nocache_headers();
62
 
63
- if ( $template_404 = get_404_template() ) {
 
64
  include $template_404;
65
  }
66
 
@@ -115,7 +116,7 @@ class WPBDP__View {
115
  }
116
 
117
  if ( $redirect_on_failure ) {
118
- $redirect_query_args['redirect_to'] = urlencode(
119
  add_query_arg(
120
  $redirect_query_args,
121
  $wpbdp_view ? wpbdp_url( $wpbdp_view ) : apply_filters( 'the_permalink', get_permalink() )
60
  status_header( 404 );
61
  nocache_headers();
62
 
63
+ $template_404 = get_404_template();
64
+ if ( $template_404 ) {
65
  include $template_404;
66
  }
67
 
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() )
includes/admin/admin-pages.php CHANGED
@@ -504,12 +504,12 @@ class WPBDP_Admin_Pages {
504
  $menu_icons = apply_filters(
505
  'wpbdp_admin_menu_icons',
506
  array(
507
- 'edit.php?post_type=wpbdp_listing' => 'list',
508
  'edit-tags.php?taxonomy=wpbdp_category&amp;post_type=wpbdp_listing' => 'folder',
509
- 'edit-tags.php?taxonomy=wpbdp_tag&amp;post_type=wpbdp_listing' => 'tag',
510
- 'wpbdp-admin-fees' => 'money',
511
- 'wpbdp_admin_formfields' => 'clipboard',
512
- 'wpbdp_admin_csv' => 'import',
513
  )
514
  );
515
  if ( isset( $menu_icons[ $menu_id ] ) ) {
@@ -548,7 +548,7 @@ class WPBDP_Admin_Pages {
548
 
549
  return add_query_arg(
550
  array(
551
- 'taxonomy' => $taxonomy,
552
  'post_type' => 'wpbdp_listing'
553
  ),
554
  'edit-tags.php'
504
  $menu_icons = apply_filters(
505
  'wpbdp_admin_menu_icons',
506
  array(
507
+ 'edit.php?post_type=wpbdp_listing' => 'list',
508
  'edit-tags.php?taxonomy=wpbdp_category&amp;post_type=wpbdp_listing' => 'folder',
509
+ 'edit-tags.php?taxonomy=wpbdp_tag&amp;post_type=wpbdp_listing' => 'tag',
510
+ 'wpbdp-admin-fees' => 'money',
511
+ 'wpbdp_admin_formfields' => 'clipboard',
512
+ 'wpbdp_admin_csv' => 'import',
513
  )
514
  );
515
  if ( isset( $menu_icons[ $menu_id ] ) ) {
548
 
549
  return add_query_arg(
550
  array(
551
+ 'taxonomy' => $taxonomy,
552
  'post_type' => 'wpbdp_listing'
553
  ),
554
  'edit-tags.php'
includes/admin/class-admin.php CHANGED
@@ -585,7 +585,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
585
 
586
  $item = $this->menu[ $plugin_page ];
587
  $slug = $plugin_page;
588
- $callback = isset( $item['callback'] ) ? $item['callback'] : false;
589
 
590
  // Simple callback view are not processed here.
591
  if ( $callback && is_callable( $callback ) ) {
@@ -610,6 +610,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
610
  }
611
 
612
  // Maybe loading one of the candidate files made the callback available.
 
613
  if ( $callback && is_callable( $callback ) ) {
614
  ob_start();
615
  call_user_func( $callback );
585
 
586
  $item = $this->menu[ $plugin_page ];
587
  $slug = $plugin_page;
588
+ $callback = isset( $item['callback'] ) ? $item['callback'] : '';
589
 
590
  // Simple callback view are not processed here.
591
  if ( $callback && is_callable( $callback ) ) {
610
  }
611
 
612
  // Maybe loading one of the candidate files made the callback available.
613
+ /** @phpstan-ignore-next-line */
614
  if ( $callback && is_callable( $callback ) ) {
615
  ob_start();
616
  call_user_func( $callback );
includes/admin/class-listing-owner.php CHANGED
@@ -144,13 +144,17 @@ class WPBDP__Admin__Listing_Owner {
144
  return apply_filters( 'wpbdp_admin_listing_owner_mode', $params['mode'] );
145
  }
146
 
147
- $users_count = count_users();
148
-
149
- if ( isset( $users_count['total_users'] ) && $users_count['total_users'] > 100 ) {
150
- return apply_filters( 'wpbdp_admin_listing_owner_mode', 'ajax' );
151
- }
 
 
 
152
 
153
- return apply_filters( 'wpbdp_admin_listing_owner_mode', 'inline' );
 
154
  }
155
 
156
  /**
144
  return apply_filters( 'wpbdp_admin_listing_owner_mode', $params['mode'] );
145
  }
146
 
147
+ if ( function_exists( 'get_user_count' ) ) {
148
+ // WP 6.0 or higher.
149
+ $user_count = get_user_count();
150
+ } else {
151
+ _deprecated_function( 'count_users', 'WP 6.0', 'WP 6.0+' );
152
+ $users = count_users();
153
+ $user_count = $users['total_users'];
154
+ }
155
 
156
+ $mode = $user_count > 100 ? 'ajax' : 'inline';
157
+ return apply_filters( 'wpbdp_admin_listing_owner_mode', $mode );
158
  }
159
 
160
  /**
includes/admin/controllers/class-admin-fees.php CHANGED
@@ -35,7 +35,7 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
35
  }
36
 
37
  function index() {
38
- require_once( WPBDP_INC . 'admin/helpers/tables/class-fees-table.php' );
39
 
40
  $table = new WPBDP__Admin__Fees_Table();
41
  $table->prepare_items();
35
  }
36
 
37
  function index() {
38
+ require_once WPBDP_INC . 'admin/helpers/tables/class-fees-table.php';
39
 
40
  $table = new WPBDP__Admin__Fees_Table();
41
  $table->prepare_items();
includes/admin/controllers/class-settings-admin.php CHANGED
@@ -7,12 +7,6 @@
7
 
8
  class WPBDP__Settings_Admin {
9
 
10
- /**
11
- * Used to lookup sections by ID during the section callback execution.
12
- */
13
- private $sections_by_id = array();
14
-
15
-
16
  public function __construct() {
17
  add_action( 'admin_init', array( $this, 'register_settings' ) );
18
  add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
@@ -144,9 +138,7 @@ class WPBDP__Settings_Admin {
144
  }
145
  }
146
 
147
- public function section_header_callback( $wp_section ) {
148
- return;
149
-
150
  if ( ! empty( $section['desc'] ) ) {
151
  echo '<p class="wpbdp-setting-description wpbdp-settings-section-description">';
152
  echo $section['desc'];
@@ -455,7 +447,7 @@ class WPBDP__Settings_Admin {
455
  return;
456
  }
457
 
458
- $multiple = ! empty( $setting['multiple'] ) && $setting['multiple'];
459
 
460
  echo '<select id="' . $setting['id'] . '" name="wpbdp_settings[' . $setting['id'] . ']' . ( $multiple ? '[]' : '' ) . '" ' . ( $multiple ? 'multiple="multiple"' : '' ) . '>';
461
  foreach ( $setting['options'] as $option_value => $option_label ) {
@@ -900,7 +892,7 @@ foreach ( $value as $i => $notice ) {
900
  }
901
 
902
  $active_subtab_description = ! empty( $all_groups[ $active_subtab ]['desc'] ) ? $all_groups[ $active_subtab ]['desc'] : '';
903
- $custom_form = ( ! empty( $all_groups[ $active_subtab ]['custom_form'] ) ) && $all_groups[ $active_subtab ]['custom_form'];
904
 
905
  echo wpbdp_render_page( WPBDP_PATH . 'templates/admin/settings-page.tpl.php', compact( 'tabs', 'subtabs', 'active_tab', 'active_subtab', 'active_subtab_description', 'custom_form' ) );
906
  }
7
 
8
  class WPBDP__Settings_Admin {
9
 
 
 
 
 
 
 
10
  public function __construct() {
11
  add_action( 'admin_init', array( $this, 'register_settings' ) );
12
  add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
138
  }
139
  }
140
 
141
+ public function section_header_callback( $section ) {
 
 
142
  if ( ! empty( $section['desc'] ) ) {
143
  echo '<p class="wpbdp-setting-description wpbdp-settings-section-description">';
144
  echo $section['desc'];
447
  return;
448
  }
449
 
450
+ $multiple = ! empty( $setting['multiple'] );
451
 
452
  echo '<select id="' . $setting['id'] . '" name="wpbdp_settings[' . $setting['id'] . ']' . ( $multiple ? '[]' : '' ) . '" ' . ( $multiple ? 'multiple="multiple"' : '' ) . '>';
453
  foreach ( $setting['options'] as $option_value => $option_label ) {
892
  }
893
 
894
  $active_subtab_description = ! empty( $all_groups[ $active_subtab ]['desc'] ) ? $all_groups[ $active_subtab ]['desc'] : '';
895
+ $custom_form = ! empty( $all_groups[ $active_subtab ]['custom_form'] );
896
 
897
  echo wpbdp_render_page( WPBDP_PATH . 'templates/admin/settings-page.tpl.php', compact( 'tabs', 'subtabs', 'active_tab', 'active_subtab', 'active_subtab_description', 'custom_form' ) );
898
  }
includes/admin/controllers/class-themes-admin.php CHANGED
@@ -130,14 +130,11 @@ class WPBDP_Themes_Admin {
130
  switch ( $action ) {
131
  case 'theme-install':
132
  return $this->theme_install();
133
- break;
134
  case 'delete-theme':
135
  return $this->theme_delete_confirm();
136
- break;
137
  case 'theme-selection':
138
  default:
139
  return $this->theme_selection();
140
- break;
141
  }
142
  }
143
 
130
  switch ( $action ) {
131
  case 'theme-install':
132
  return $this->theme_install();
 
133
  case 'delete-theme':
134
  return $this->theme_delete_confirm();
 
135
  case 'theme-selection':
136
  default:
137
  return $this->theme_selection();
 
138
  }
139
  }
140
 
includes/admin/csv-export.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- require_once( WPBDP_INC . 'admin/helpers/csv/class-csv-exporter.php' );
4
 
5
  /**
6
  * CSV Export admin pages.
1
  <?php
2
 
3
+ require_once WPBDP_INC . 'admin/helpers/csv/class-csv-exporter.php';
4
 
5
  /**
6
  * CSV Export admin pages.
includes/admin/csv-import.php CHANGED
@@ -367,10 +367,6 @@ class WPBDP_CSVImportAdmin {
367
  array_merge( $settings, array( 'test-import' => ! empty( $_POST['test-import'] ) ) )
368
  );
369
  } catch ( Exception $e ) {
370
- if ( $import ) {
371
- $import->cleanup();
372
- }
373
-
374
  $error = _x( 'An error was detected while validating the CSV file for import. Please fix this before proceeding.', 'admin csv-import', 'business-directory-plugin' );
375
  $error .= '<br />';
376
  $error .= '<b>' . esc_html( $e->getMessage() ) . '</b>';
367
  array_merge( $settings, array( 'test-import' => ! empty( $_POST['test-import'] ) ) )
368
  );
369
  } catch ( Exception $e ) {
 
 
 
 
370
  $error = _x( 'An error was detected while validating the CSV file for import. Please fix this before proceeding.', 'admin csv-import', 'business-directory-plugin' );
371
  $error .= '<br />';
372
  $error .= '<b>' . esc_html( $e->getMessage() ) . '</b>';
includes/admin/helpers/class-listing-flagging-metabox.php CHANGED
@@ -8,6 +8,9 @@ class WPBDP__Admin__Metaboxes__Listing_Flagging {
8
  $this->listing = wpbdp_get_listing( $post_id );
9
  }
10
 
 
 
 
11
  public function render( $echo = false ) {
12
  return wpbdp_render_page(
13
  WPBDP_PATH . 'templates/admin/metaboxes-listing-flagging.tpl.php',
8
  $this->listing = wpbdp_get_listing( $post_id );
9
  }
10
 
11
+ /**
12
+ * @return string
13
+ */
14
  public function render( $echo = false ) {
15
  return wpbdp_render_page(
16
  WPBDP_PATH . 'templates/admin/metaboxes-listing-flagging.tpl.php',
includes/admin/helpers/class-listing-information-metabox.php CHANGED
@@ -8,6 +8,9 @@ class WPBDP__Admin__Metaboxes__Listing_Information {
8
  $this->listing = WPBDP_Listing::get( $post_id );
9
  }
10
 
 
 
 
11
  public function render() {
12
  $tabs = array();
13
  $tabs[] = array(
@@ -28,6 +31,9 @@ class WPBDP__Admin__Metaboxes__Listing_Information {
28
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information.tpl.php', array( 'tabs' => $tabs ) );
29
  }
30
 
 
 
 
31
  private function plan_info_tab() {
32
  $vars = array(
33
  'plans' => wpbdp_get_fee_plans(),
@@ -38,6 +44,9 @@ class WPBDP__Admin__Metaboxes__Listing_Information {
38
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information-plan.tpl.php', $vars );
39
  }
40
 
 
 
 
41
  private function payments_tab() {
42
  $vars = array(
43
  'payments' => $this->listing->get_latest_payments(),
@@ -46,6 +55,9 @@ class WPBDP__Admin__Metaboxes__Listing_Information {
46
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information-payments.tpl.php', $vars );
47
  }
48
 
 
 
 
49
  private function other_tab() {
50
  $vars = array(
51
  'access_key' => $this->listing->get_access_key()
8
  $this->listing = WPBDP_Listing::get( $post_id );
9
  }
10
 
11
+ /**
12
+ * @return string
13
+ */
14
  public function render() {
15
  $tabs = array();
16
  $tabs[] = array(
31
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information.tpl.php', array( 'tabs' => $tabs ) );
32
  }
33
 
34
+ /**
35
+ * @return string
36
+ */
37
  private function plan_info_tab() {
38
  $vars = array(
39
  'plans' => wpbdp_get_fee_plans(),
44
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information-plan.tpl.php', $vars );
45
  }
46
 
47
+ /**
48
+ * @return string
49
+ */
50
  private function payments_tab() {
51
  $vars = array(
52
  'payments' => $this->listing->get_latest_payments(),
55
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-information-payments.tpl.php', $vars );
56
  }
57
 
58
+ /**
59
+ * @return string
60
+ */
61
  private function other_tab() {
62
  $vars = array(
63
  'access_key' => $this->listing->get_access_key()
includes/admin/helpers/class-listing-timeline.php CHANGED
@@ -11,11 +11,13 @@ class WPBDP__Listing_Timeline {
11
 
12
  private $listing = null;
13
 
14
-
15
  public function __construct( $listing_id ) {
16
  $this->listing = wpbdp_get_listing( $listing_id );
17
  }
18
 
 
 
 
19
  public function get_items() {
20
  $items = wpbdp_get_logs(
21
  array(
@@ -36,6 +38,9 @@ class WPBDP__Listing_Timeline {
36
  return $items;
37
  }
38
 
 
 
 
39
  public function render() {
40
  $items = $this->get_items();
41
  $timeline = array();
@@ -64,6 +69,9 @@ class WPBDP__Listing_Timeline {
64
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-timeline.tpl.php', array( 'timeline' => $timeline ) );
65
  }
66
 
 
 
 
67
  private function recreate_logs() {
68
  $post = get_post( $this->listing->get_id() );
69
  $post_date = $post->post_date;
@@ -107,26 +115,41 @@ class WPBDP__Listing_Timeline {
107
  return true;
108
  }
109
 
 
 
 
110
  private function process_listing_created( $item ) {
111
  $item->html = _x( 'Listing created', 'listing timeline', 'business-directory-plugin' );
112
  return $item;
113
  }
114
 
 
 
 
115
  private function process_listing_expired( $item ) {
116
  $item->html = _x( 'Listing expired', 'listing timeline', 'business-directory-plugin' );
117
  return $item;
118
  }
119
 
 
 
 
120
  private function process_listing_renewal( $item ) {
121
  $item->html = __( 'Listing renewed', 'business-directory-plugin' );
122
  return $item;
123
  }
124
 
 
 
 
125
  private function process_listing_terms_and_conditions_accepted( $item ) {
126
  $item->html = _x( 'T&C acceptance date', 'listing timeline', 'business-directory-plugin' );
127
  return $item;
128
  }
129
 
 
 
 
130
  private function process_listing_payment( $item ) {
131
  $payment = WPBDP_Payment::objects()->get( $item->rel_object_id );
132
 
11
 
12
  private $listing = null;
13
 
 
14
  public function __construct( $listing_id ) {
15
  $this->listing = wpbdp_get_listing( $listing_id );
16
  }
17
 
18
+ /**
19
+ * @return array
20
+ */
21
  public function get_items() {
22
  $items = wpbdp_get_logs(
23
  array(
38
  return $items;
39
  }
40
 
41
+ /**
42
+ * @return string
43
+ */
44
  public function render() {
45
  $items = $this->get_items();
46
  $timeline = array();
69
  return wpbdp_render_page( WPBDP_PATH . 'templates/admin/metaboxes-listing-timeline.tpl.php', array( 'timeline' => $timeline ) );
70
  }
71
 
72
+ /**
73
+ * @return bool
74
+ */
75
  private function recreate_logs() {
76
  $post = get_post( $this->listing->get_id() );
77
  $post_date = $post->post_date;
115
  return true;
116
  }
117
 
118
+ /**
119
+ * @return object
120
+ */
121
  private function process_listing_created( $item ) {
122
  $item->html = _x( 'Listing created', 'listing timeline', 'business-directory-plugin' );
123
  return $item;
124
  }
125
 
126
+ /**
127
+ * @return object
128
+ */
129
  private function process_listing_expired( $item ) {
130
  $item->html = _x( 'Listing expired', 'listing timeline', 'business-directory-plugin' );
131
  return $item;
132
  }
133
 
134
+ /**
135
+ * @return object
136
+ */
137
  private function process_listing_renewal( $item ) {
138
  $item->html = __( 'Listing renewed', 'business-directory-plugin' );
139
  return $item;
140
  }
141
 
142
+ /**
143
+ * @return object
144
+ */
145
  private function process_listing_terms_and_conditions_accepted( $item ) {
146
  $item->html = _x( 'T&C acceptance date', 'listing timeline', 'business-directory-plugin' );
147
  return $item;
148
  }
149
 
150
+ /**
151
+ * @return string
152
+ */
153
  private function process_listing_payment( $item ) {
154
  $payment = WPBDP_Payment::objects()->get( $item->rel_object_id );
155
 
includes/admin/helpers/class-modules-list.php CHANGED
@@ -9,7 +9,7 @@ class WPBDP_Show_Modules {
9
  * @since 5.10
10
  */
11
  public static function list_addons() {
12
- $license_type = '';
13
 
14
  $addons = self::get_api_addons();
15
  $errors = array();
@@ -57,18 +57,18 @@ class WPBDP_Show_Modules {
57
  */
58
  protected static function fallback_plugin_list() {
59
  $list = array(
60
- 'premium' => array(
61
  'title' => 'Business Directory Premium',
62
  'link' => 'pricing/',
63
  'docs' => '',
64
  'excerpt' => 'Enhance your basic Formidable forms with a plethora of Pro field types and features. Create advanced forms and data-driven applications in minutes.',
65
  ),
66
- 'paypal' => array(
67
  'title' => 'PayPal Standard',
68
  'link' => 'downloads/paypal-gateway-module/',
69
  'excerpt' => 'Automate your business by collecting instant payments from your clients. Collect information and send them on to PayPal.',
70
  ),
71
- 'googlemaps' => array(
72
  'title' => 'Google Maps',
73
  'link' => 'downloads/google-maps-module/',
74
  'excerpt' => 'Allow users to display their physical location using Google Maps and their address field.',
@@ -209,6 +209,7 @@ class WPBDP_Show_Modules {
209
  return WPBDP_Addons::show_conditional_action_button( $atts );
210
  }
211
 
 
212
  if ( ! empty( $atts['addon']['status']['type'] ) && $atts['addon']['status']['type'] === 'installed' ) {
213
  self::addon_activate_link( $atts['addon'] );
214
  } else {
9
  * @since 5.10
10
  */
11
  public static function list_addons() {
12
+ $license_type = '';
13
 
14
  $addons = self::get_api_addons();
15
  $errors = array();
57
  */
58
  protected static function fallback_plugin_list() {
59
  $list = array(
60
+ 'premium' => array(
61
  'title' => 'Business Directory Premium',
62
  'link' => 'pricing/',
63
  'docs' => '',
64
  'excerpt' => 'Enhance your basic Formidable forms with a plethora of Pro field types and features. Create advanced forms and data-driven applications in minutes.',
65
  ),
66
+ 'paypal' => array(
67
  'title' => 'PayPal Standard',
68
  'link' => 'downloads/paypal-gateway-module/',
69
  'excerpt' => 'Automate your business by collecting instant payments from your clients. Collect information and send them on to PayPal.',
70
  ),
71
+ 'googlemaps' => array(
72
  'title' => 'Google Maps',
73
  'link' => 'downloads/google-maps-module/',
74
  'excerpt' => 'Allow users to display their physical location using Google Maps and their address field.',
209
  return WPBDP_Addons::show_conditional_action_button( $atts );
210
  }
211
 
212
+ /** @phpstan-ignore-next-line */
213
  if ( ! empty( $atts['addon']['status']['type'] ) && $atts['addon']['status']['type'] === 'installed' ) {
214
  self::addon_activate_link( $atts['addon'] );
215
  } else {
includes/admin/helpers/class-notices.php CHANGED
@@ -49,9 +49,9 @@ class WPBDP_Admin_Notices {
49
  $settings_errors = get_settings_errors();
50
 
51
  foreach ( $settings_errors as $details ) {
52
- if ( is_array( $details ) ) {
53
- wpbdp_admin_message( $details['message'], $details['type'] );
54
- }
55
  }
56
 
57
  wpbdp_admin_notices();
49
  $settings_errors = get_settings_errors();
50
 
51
  foreach ( $settings_errors as $details ) {
52
+ // The WP docs on this are incorrect as of 2022-04-28.
53
+ /** @phpstan-ignore-next-line */
54
+ wpbdp_admin_message( $details['message'], $details['type'] );
55
  }
56
 
57
  wpbdp_admin_notices();
includes/admin/helpers/class-variable-pricing-configurator.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_PATH . 'includes/helpers/class-wp-taxonomy-term-list.php' );
3
 
4
  /**
5
  * @since 5.0
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/helpers/class-wp-taxonomy-term-list.php';
3
 
4
  /**
5
  * @since 5.0
includes/admin/helpers/csv/class-csv-exporter.php CHANGED
@@ -34,7 +34,6 @@ class WPBDP_CSVExporter {
34
  private $columns = array();
35
  private $listings = array(); // Listing IDs to be exported.
36
  private $exported = 0; // # of already exported listings.
37
- private $images = array();
38
 
39
  public function __construct( $settings, $workingdir = null, $listings = array() ) {
40
  global $wpdb;
34
  private $columns = array();
35
  private $listings = array(); // Listing IDs to be exported.
36
  private $exported = 0; // # of already exported listings.
 
37
 
38
  public function __construct( $settings, $workingdir = null, $listings = array() ) {
39
  global $wpdb;
includes/admin/helpers/csv/class-csv-import.php CHANGED
@@ -240,16 +240,15 @@ class WPBDP_CSV_Import {
240
  switch ( $format ) {
241
  case '%': // As a percentage.
242
  return round( 100 * $this->get_progress( 'f' ) );
243
- break;
244
  case 'f': // As a fraction.
245
  return round( $done / $total, 3 );
246
- break;
247
  case 'n': // As # of items read.
248
  return $done;
249
- break;
250
  case 'r': // As # of items remaining.
251
  return max( 0, $total - $done );
252
- break;
253
  }
254
  }
255
 
@@ -520,12 +519,14 @@ class WPBDP_CSV_Import {
520
  continue;
521
  }
522
 
523
- if ( $t = term_exists( str_replace( '&', '&amp;', $c['name'] ), WPBDP_CATEGORY_TAX ) ) {
 
 
524
  $c['term_id'] = $t['term_id'];
525
  } else {
526
- $t = wp_insert_term( str_replace( '&amp;', '&', $c['name'] ), WPBDP_CATEGORY_TAX );
527
 
528
- if ( is_array( $t ) && isset( $t['term_id'] ) ) {
529
  $c['term_id'] = $t['term_id'];
530
  } elseif ( is_wp_error( $t ) ) {
531
  $message = _x( 'Could not create listing category "<category-name>". The operation failed with the following error: <error-message>.', 'admin csv-import', 'business-directory-plugin' );
@@ -568,7 +569,6 @@ class WPBDP_CSV_Import {
568
  continue;
569
  }
570
 
571
- // $img = trim( $field_data );
572
  $img = array_pop( $field_data );
573
 
574
  if ( ! $img ) {
@@ -589,7 +589,8 @@ class WPBDP_CSV_Import {
589
 
590
  // Handle images.
591
  foreach ( $data['images'] as $filename ) {
592
- if ( $img_id = $this->upload_image( $filename ) ) {
 
593
  $state->images[] = $img_id;
594
  }
595
  }
@@ -697,7 +698,8 @@ class WPBDP_CSV_Import {
697
  $meta['username'] = '';
698
 
699
  if ( $this->settings['assign-listings-to-user'] && $this->settings['default-user'] ) {
700
- if ( $u = get_user_by( 'id', $this->settings['default-user'] ) ) {
 
701
  $meta['username'] = $u->user_login;
702
  }
703
  }
@@ -790,10 +792,6 @@ class WPBDP_CSV_Import {
790
  if ( 'category' == $field->get_association() ) {
791
  $this->prepare_categories( $value, $categories, $errors );
792
 
793
- /* } else if ( 'tags' == $field->get_association() ) {
794
- $tags = array_map( 'trim', explode( $this->settings['category-separator'], $value ) );
795
- $fields[ $field->get_id() ] = $tags;
796
- */
797
  } else {
798
  $fields[ $field->get_id() ] = $field->convert_csv_input( $value, $this->settings );
799
  }
240
  switch ( $format ) {
241
  case '%': // As a percentage.
242
  return round( 100 * $this->get_progress( 'f' ) );
243
+
244
  case 'f': // As a fraction.
245
  return round( $done / $total, 3 );
246
+
247
  case 'n': // As # of items read.
248
  return $done;
249
+
250
  case 'r': // As # of items remaining.
251
  return max( 0, $total - $done );
 
252
  }
253
  }
254
 
519
  continue;
520
  }
521
 
522
+ $term_name = str_replace( '&', '&amp;', $c['name'] );
523
+ $t = term_exists( $term_name, WPBDP_CATEGORY_TAX );
524
+ if ( $t ) {
525
  $c['term_id'] = $t['term_id'];
526
  } else {
527
+ $t = wp_insert_term( $term_name, WPBDP_CATEGORY_TAX );
528
 
529
+ if ( is_array( $t ) ) {
530
  $c['term_id'] = $t['term_id'];
531
  } elseif ( is_wp_error( $t ) ) {
532
  $message = _x( 'Could not create listing category "<category-name>". The operation failed with the following error: <error-message>.', 'admin csv-import', 'business-directory-plugin' );
569
  continue;
570
  }
571
 
 
572
  $img = array_pop( $field_data );
573
 
574
  if ( ! $img ) {
589
 
590
  // Handle images.
591
  foreach ( $data['images'] as $filename ) {
592
+ $img_id = $this->upload_image( $filename );
593
+ if ( $img_id ) {
594
  $state->images[] = $img_id;
595
  }
596
  }
698
  $meta['username'] = '';
699
 
700
  if ( $this->settings['assign-listings-to-user'] && $this->settings['default-user'] ) {
701
+ $u = get_user_by( 'id', $this->settings['default-user'] );
702
+ if ( $u ) {
703
  $meta['username'] = $u->user_login;
704
  }
705
  }
792
  if ( 'category' == $field->get_association() ) {
793
  $this->prepare_categories( $value, $categories, $errors );
794
 
 
 
 
 
795
  } else {
796
  $fields[ $field->get_id() ] = $field->convert_csv_input( $value, $this->settings );
797
  }
includes/admin/settings/class-settings.php CHANGED
@@ -21,7 +21,7 @@ class WPBDP__Settings {
21
 
22
  // register_setting is not available on init in WordPress 4.3
23
  if ( ! function_exists( 'register_setting' ) && file_exists( ABSPATH . 'wp-admin/includes/plugin.php' ) ) {
24
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
25
  }
26
 
27
  register_setting( 'wpbdp_settings', 'wpbdp_settings', array( $this, 'sanitize_settings' ) );
@@ -32,7 +32,7 @@ class WPBDP__Settings {
32
 
33
  public function bootstrap() {
34
  // Add initial settings.
35
- require_once( WPBDP_INC . 'admin/settings/class-settings-bootstrap.php' );
36
  WPBDP__Settings__Bootstrap::register_initial_groups();
37
  WPBDP__Settings__Bootstrap::register_initial_settings();
38
  }
@@ -377,9 +377,6 @@ class WPBDP__Settings {
377
  */
378
  public function add_setting( $section_key, $name, $label, $type = 'text', $default = null, $help_text = '', $args = array(), $validator = null, $callback = null ) {
379
  _deprecated_function( __METHOD__, '5.0', 'WPBDP__Settings::register_setting' );
380
- return;
381
- $args_ = func_get_args();
382
- wpbdp_debug_e( 'add setting called', $args_ );
383
  }
384
 
385
  /**
@@ -387,14 +384,6 @@ class WPBDP__Settings {
387
  */
388
  public function register_dep( $setting, $dep, $arg = null ) {
389
  _deprecated_function( __METHOD__, '5.0', 'WPBDP__Settings::register_setting' );
390
-
391
- return;
392
- wpbdp_debug_e( 'register dep called' );
393
-
394
- if ( ! isset( $this->deps[ $setting ] ) )
395
- $this->deps[ $setting ] = array();
396
-
397
- $this->deps[ $setting ][ $dep ] = $arg;
398
  }
399
 
400
  public function get_dependencies( $args = array() ) {
21
 
22
  // register_setting is not available on init in WordPress 4.3
23
  if ( ! function_exists( 'register_setting' ) && file_exists( ABSPATH . 'wp-admin/includes/plugin.php' ) ) {
24
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
25
  }
26
 
27
  register_setting( 'wpbdp_settings', 'wpbdp_settings', array( $this, 'sanitize_settings' ) );
32
 
33
  public function bootstrap() {
34
  // Add initial settings.
35
+ require_once WPBDP_INC . 'admin/settings/class-settings-bootstrap.php';
36
  WPBDP__Settings__Bootstrap::register_initial_groups();
37
  WPBDP__Settings__Bootstrap::register_initial_settings();
38
  }
377
  */
378
  public function add_setting( $section_key, $name, $label, $type = 'text', $default = null, $help_text = '', $args = array(), $validator = null, $callback = null ) {
379
  _deprecated_function( __METHOD__, '5.0', 'WPBDP__Settings::register_setting' );
 
 
 
380
  }
381
 
382
  /**
384
  */
385
  public function register_dep( $setting, $dep, $arg = null ) {
386
  _deprecated_function( __METHOD__, '5.0', 'WPBDP__Settings::register_setting' );
 
 
 
 
 
 
 
 
387
  }
388
 
389
  public function get_dependencies( $args = array() ) {
includes/admin/upgrades/class-manual-upgrade-helper.php CHANGED
@@ -164,7 +164,9 @@ class WPBDP__Manual_Upgrade_Helper {
164
  $output = ob_get_contents();
165
  ob_end_clean();
166
 
 
167
  if ( ! $this->is_configured() ) {
 
168
  echo '<form action="" method="post">';
169
  echo '<div class="wpbdp-manual-upgrade-configuration">';
170
  echo $output;
164
  $output = ob_get_contents();
165
  ob_end_clean();
166
 
167
+ /** @phpstan-ignore-next-line */
168
  if ( ! $this->is_configured() ) {
169
+ // is_configured can change during the config_callback.
170
  echo '<form action="" method="post">';
171
  echo '<div class="wpbdp-manual-upgrade-configuration">';
172
  echo $output;
includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php CHANGED
@@ -84,7 +84,6 @@ class WPBDP__Manual_Upgrade__18_0__Featured_Levels {
84
  break;
85
  default:
86
  return false;
87
- break;
88
  }
89
  }
90
 
84
  break;
85
  default:
86
  return false;
 
87
  }
88
  }
89
 
includes/admin/upgrades/migrations/migration-18_0.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- require_once( WPBDP_PATH . 'includes/utils.php' );
4
 
5
  class WPBDP__Migrations__18_0 extends WPBDP__Migration {
6
 
@@ -89,24 +89,23 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
89
  }
90
 
91
  public function _migrate_email_notices( &$msg ) {
92
- require_once( WPBDP_INC . 'admin/settings/class-settings-bootstrap.php' );
93
  $defaults = WPBDP__Settings__Bootstrap::get_default_expiration_notices();
94
 
95
  $notices = array();
96
 
97
- if ( true ) {
98
- if ( $email = get_option( 'wpbdp-listing-renewal-message', false ) ) {
99
- $notices[] = array(
100
- 'event' => 'expiration',
101
- 'relative_time' => '0 days',
102
- 'listings' => 'non-recurring',
103
- 'subject' => $email['subject'],
104
- 'body' => $email['body']
105
- );
106
- } else {
107
- $notices[] = $defaults[1];
108
- }
109
- }
110
 
111
  if ( $t = get_option( 'wpbdp-renewal-email-threshold', false ) ) {
112
  if ( $email = get_option( 'wpbdp-renewal-pending-message' ) ) {
@@ -156,18 +155,17 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
156
  }
157
  }
158
 
159
- if ( true ) {
160
- if ( $email = get_option( 'wpbdp-listing-autorenewal-message' ) ) {
161
- $notices[] = array(
162
- 'event' => 'renewal',
163
- 'listings' => 'recurring',
164
- 'subject' => $email['subject'],
165
- 'body' => $email['body']
166
- );
167
- } else {
168
- $notices[] = $defaults[4];
169
- }
170
- }
171
 
172
  // Clamp relative times to what we can handle.
173
  foreach ( $notices as &$notice ) {
@@ -374,10 +372,6 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
374
 
375
  if ( $expiration = $free_plan->calculate_expiration_time() )
376
  $new_plan['expiration_date'] = $expiration;
377
-
378
- $recurring_data = $wpdb->get_var( $wpdb->prepare( "SELECT recurring_data FROM {$wpdb->prefix}wpbdp_listing_fees WHERE recurring_data IS NOT NULL AND listing_id = %d LIMIT 1", $listing_id ) );
379
- if ( ! empty( $new_plan['is_recurring'] ) && $new_plan['is_recurring'] && $recurring_data )
380
- $new_plan['recurring_data'] = $recurring_data;
381
  }
382
 
383
  $wpdb->delete( $wpdb->prefix . 'wpbdp_listings', array( 'listing_id' => $listing_id ) );
@@ -442,7 +436,7 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
442
 
443
  foreach ( $fees as $fee ) {
444
  if ( $fee->recurring ) {
445
- $x = wpbdp_get_fee( $fee->fee_id );
446
  if ( $x ) {
447
  $price = $x->amount;
448
  } else {
@@ -466,7 +460,7 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
466
  $oldkey = isset( $key_translations[ $key ] ) ? $key_translations[ $key ] : $key;
467
 
468
  if ( 'fee_price' == $key ) {
469
- $x = wpbdp_get_fee( $fee->fee_id );
470
  if ( $x ) {
471
  $fee->fee_price = $x->amount;
472
  } else {
@@ -538,7 +532,8 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
538
  }
539
  }
540
 
541
- if ( $_ = wpbdp_get_fee( $fee['fee_id'] ) ) {
 
542
  $fee['is_sticky'] = $_->sticky;
543
 
544
  if ( 0 == $fee['fee_days'] )
1
  <?php
2
 
3
+ require_once WPBDP_PATH . 'includes/utils.php';
4
 
5
  class WPBDP__Migrations__18_0 extends WPBDP__Migration {
6
 
89
  }
90
 
91
  public function _migrate_email_notices( &$msg ) {
92
+ require_once WPBDP_INC . 'admin/settings/class-settings-bootstrap.php';
93
  $defaults = WPBDP__Settings__Bootstrap::get_default_expiration_notices();
94
 
95
  $notices = array();
96
 
97
+ $email = get_option( 'wpbdp-listing-renewal-message', false );
98
+ if ( $email ) {
99
+ $notices[] = array(
100
+ 'event' => 'expiration',
101
+ 'relative_time' => '0 days',
102
+ 'listings' => 'non-recurring',
103
+ 'subject' => $email['subject'],
104
+ 'body' => $email['body']
105
+ );
106
+ } else {
107
+ $notices[] = $defaults[1];
108
+ }
 
109
 
110
  if ( $t = get_option( 'wpbdp-renewal-email-threshold', false ) ) {
111
  if ( $email = get_option( 'wpbdp-renewal-pending-message' ) ) {
155
  }
156
  }
157
 
158
+ $email = get_option( 'wpbdp-listing-autorenewal-message' );
159
+ if ( $email ) {
160
+ $notices[] = array(
161
+ 'event' => 'renewal',
162
+ 'listings' => 'recurring',
163
+ 'subject' => $email['subject'],
164
+ 'body' => $email['body']
165
+ );
166
+ } else {
167
+ $notices[] = $defaults[4];
168
+ }
 
169
 
170
  // Clamp relative times to what we can handle.
171
  foreach ( $notices as &$notice ) {
372
 
373
  if ( $expiration = $free_plan->calculate_expiration_time() )
374
  $new_plan['expiration_date'] = $expiration;
 
 
 
 
375
  }
376
 
377
  $wpdb->delete( $wpdb->prefix . 'wpbdp_listings', array( 'listing_id' => $listing_id ) );
436
 
437
  foreach ( $fees as $fee ) {
438
  if ( $fee->recurring ) {
439
+ $x = wpbdp_get_fee_plan( $fee->fee_id );
440
  if ( $x ) {
441
  $price = $x->amount;
442
  } else {
460
  $oldkey = isset( $key_translations[ $key ] ) ? $key_translations[ $key ] : $key;
461
 
462
  if ( 'fee_price' == $key ) {
463
+ $x = wpbdp_get_fee_plan( $fee->fee_id );
464
  if ( $x ) {
465
  $fee->fee_price = $x->amount;
466
  } else {
532
  }
533
  }
534
 
535
+ $_ = wpbdp_get_fee_plan( $fee['fee_id'] );
536
+ if ( $_ ) {
537
  $fee['is_sticky'] = $_->sticky;
538
 
539
  if ( 0 == $fee['fee_days'] )
includes/admin/upgrades/migrations/migration-3_2.php CHANGED
@@ -70,7 +70,7 @@ class WPBDP__Migrations__3_2 extends WPBDP__Migration {
70
  }
71
 
72
  public function disable_regions_in_3_2_upgrade() {
73
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
74
 
75
  if ( class_exists( 'WPBDP_RegionsPlugin' ) && version_compare( WPBDP_RegionsPlugin::VERSION, '1.1', '<' ) ) {
76
  deactivate_plugins( 'business-directory-regions/business-directory-regions.php', true );
70
  }
71
 
72
  public function disable_regions_in_3_2_upgrade() {
73
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
74
 
75
  if ( class_exists( 'WPBDP_RegionsPlugin' ) && version_compare( WPBDP_RegionsPlugin::VERSION, '1.1', '<' ) ) {
76
  deactivate_plugins( 'business-directory-regions/business-directory-regions.php', true );
includes/admin/upgrades/migrations/migration-3_7.php CHANGED
@@ -6,7 +6,7 @@ class WPBDP__Migrations__3_7 extends WPBDP__Migration {
6
  global $wpdb;
7
 
8
  // Try to disable incompatible modules.
9
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
10
 
11
  if ( is_plugin_active( 'business-directory-regions/business-directory-regions.php' ) ) {
12
  deactivate_plugins( 'business-directory-regions/business-directory-regions.php' );
6
  global $wpdb;
7
 
8
  // Try to disable incompatible modules.
9
+ include_once ABSPATH . 'wp-admin/includes/plugin.php';
10
 
11
  if ( is_plugin_active( 'business-directory-regions/business-directory-regions.php' ) ) {
12
  deactivate_plugins( 'business-directory-regions/business-directory-regions.php' );
includes/class-cpt-integration.php CHANGED
@@ -28,6 +28,7 @@ class WPBDP__CPT_Integration {
28
  'show_ui' => true,
29
  'menu_icon' => self::menu_icon(),
30
  'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments', 'custom-fields' ),
 
31
  'rewrite' => array(
32
  'slug' => wpbdp_get_option( 'permalinks-directory-slug', WPBDP_POST_TYPE ),
33
  'with_front' => true,
28
  'show_ui' => true,
29
  'menu_icon' => self::menu_icon(),
30
  'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments', 'custom-fields' ),
31
+ 'show_in_rest' => true,
32
  'rewrite' => array(
33
  'slug' => wpbdp_get_option( 'permalinks-directory-slug', WPBDP_POST_TYPE ),
34
  'with_front' => true,
includes/class-dispatcher.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_INC . 'abstracts/class-view.php' );
3
 
4
  /**
5
  * @since 4.0
1
  <?php
2
+ require_once WPBDP_INC . 'abstracts/class-view.php';
3
 
4
  /**
5
  * @since 4.0
includes/class-fees-api.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_INC . 'models/class-fee-plan.php' );
3
 
4
  if ( ! class_exists( 'WPBDP_Fees_API' ) ) {
5
 
1
  <?php
2
+ require_once WPBDP_INC . 'models/class-fee-plan.php';
3
 
4
  if ( ! class_exists( 'WPBDP_Fees_API' ) ) {
5
 
includes/class-listing-email-notification.php CHANGED
@@ -134,12 +134,12 @@ class WPBDP__Listing_Email_Notification {
134
  return true;
135
  }
136
 
137
- /**
138
- * @param string $event Event identifier.
139
- * @param string $relative_time Number of days before or after the event occurred.
140
- * @param object $listing An instance of WPBDP_Listing.
141
- * @param bool $force_resend Whether to resend already sent notifications or not.
142
- */
143
  public function send_notices( $event, $relative_time, $listing, $force_resend = false ) {
144
  $sent = false;
145
  $listing = is_object( $listing ) ? $listing : wpbdp_get_listing( absint( $listing ) );
134
  return true;
135
  }
136
 
137
+ /**
138
+ * @param string $event Event identifier.
139
+ * @param string $relative_time Number of days before or after the event occurred.
140
+ * @param object|int $listing An instance of WPBDP_Listing.
141
+ * @param bool $force_resend Whether to resend already sent notifications or not.
142
+ */
143
  public function send_notices( $event, $relative_time, $listing, $force_resend = false ) {
144
  $sent = false;
145
  $listing = is_object( $listing ) ? $listing : wpbdp_get_listing( absint( $listing ) );
includes/class-meta.php CHANGED
@@ -9,11 +9,7 @@ class WPBDP__Meta {
9
  add_filter( 'feed_links_show_posts_feed', array( $this, 'should_show_posts_feed_links' ) );
10
  add_filter( 'feed_links_show_comments_feed', array( $this, 'should_show_posts_feed_links' ) );
11
 
12
- if ( wpbdp_get_option( 'disable-cpt' ) ) {
13
- add_action( 'wp', array( &$this, '_meta_setup' ) );
14
- add_filter( 'wp_title', array( &$this, '_meta_title' ), 10, 3 );
15
- add_filter( 'pre_get_document_title', array( &$this, '_meta_title' ), 10, 3 );
16
- } else {
17
  add_filter( 'document_title_parts', array( &$this, 'set_view_title' ), 10 );
18
  }
19
  }
@@ -79,40 +75,6 @@ class WPBDP__Meta {
79
  return false;
80
  }
81
 
82
- public function _meta_setup() {
83
- $action = wpbdp_current_view();
84
-
85
- $plugin_views_with_meta = array(
86
- 'show_listing', 'show_category', 'show_tag',
87
- 'all_listings', 'submit_listing', 'search'
88
- );
89
-
90
- if ( ! in_array( $action, $plugin_views_with_meta ) ) {
91
- return;
92
- }
93
-
94
- require_once( WPBDP_PATH . 'includes/class-page-meta.php' );
95
- $this->page_meta = new WPBDP_Page_Meta( $action );
96
-
97
- $this->_do_wpseo = WPBDP_SEO::is_wp_seo_enabled();
98
-
99
- if ( $this->_do_wpseo ) {
100
-
101
- remove_filter( 'wp_title', array( $this, '_meta_title' ), 10 );
102
- add_filter( 'wp_title', array( $this, '_meta_title' ), 16, 3 );
103
- add_filter( 'pre_get_document_title', array( $this, '_meta_title' ), 16 );
104
-
105
- add_action( 'wp_head', array( $this, '_meta_keywords' ) );
106
- }
107
-
108
- remove_filter( 'wp_head', 'rel_canonical' );
109
- add_filter( 'wp_head', array( $this, '_meta_rel_canonical' ) );
110
-
111
- if ( 'show_listing' == $action && wpbdp_rewrite_on() ) {
112
- add_action( 'wp_head', array( &$this, 'listing_opentags' ) );
113
- }
114
- }
115
-
116
  public function set_view_title( $title ) {
117
  global $wp_query;
118
 
@@ -130,209 +92,24 @@ class WPBDP__Meta {
130
  return $title;
131
  }
132
 
133
- public function _meta_title( $title = '', $sep = '»', $seplocation = 'right' ) {
134
-
135
- $current_view = wpbdp_current_view();
136
-
137
- switch ( $current_view ) {
138
- case 'submit_listing':
139
- $view_title = esc_html__( 'Add Listing', 'business-directory-plugin' );
140
- return $this->_maybe_do_wpseo_title( $view_title, $title, $sep, $seplocation );
141
- break;
142
-
143
- case 'search':
144
- $view_title = _x( 'Find a Listing', 'title', 'business-directory-plugin' );
145
- return $this->_maybe_do_wpseo_title( $view_title, $title, $sep, $seplocation );
146
- break;
147
-
148
- case 'all_listings':
149
- $view_title = __( 'View All Listings', 'business-directory-plugin' );
150
- return $this->_maybe_do_wpseo_title( $view_title, $title, $sep, $seplocation );
151
- break;
152
-
153
- case 'show_tag':
154
- $term = get_term_by(
155
- 'slug',
156
- get_query_var( '_' . wpbdp_get_option( 'permalinks-tags-slug' ) ),
157
- WPBDP_TAGS_TAX
158
- );
159
-
160
- if ( ! $term ) {
161
- return $title;
162
- }
163
-
164
- if ( $this->_do_wpseo && method_exists( 'WPSEO_Taxonomy_Meta', 'get_term_meta' ) ) {
165
- $title = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'title' );
166
-
167
- if ( ! empty( $title ) ) {
168
- return wpseo_replace_vars( $title, (array) $term );
169
- }
170
- }
171
-
172
- return sprintf( _x( 'Listings tagged: %s', 'title', 'business-directory-plugin' ), $term->name ) . ' ' . $sep . ' ' . $title;
173
-
174
- break;
175
-
176
- case 'show_category':
177
- $term = get_term_by(
178
- 'slug',
179
- get_query_var( '_' . wpbdp_get_option( 'permalinks-category-slug' ) ),
180
- WPBDP_CATEGORY_TAX
181
- );
182
-
183
- if ( ! $term && get_query_var( 'category_id' ) ) {
184
- $term = get_term_by( 'id', get_query_var( 'category_id' ), WPBDP_CATEGORY_TAX );
185
- }
186
-
187
- if ( ! $term ) {
188
- return $title;
189
- }
190
-
191
- if ( $this->_do_wpseo && method_exists( 'WPSEO_Taxonomy_Meta', 'get_term_meta' ) ) {
192
- $title = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'title' );
193
-
194
- if ( ! empty( $title ) ) {
195
- return wpseo_replace_vars( $title, (array) $term );
196
- }
197
- }
198
-
199
- return $term->name . ' ' . $sep . ' ' . $title;
200
-
201
- break;
202
-
203
- case 'show_listing':
204
- $listing_id = wpbdp_get_post_by_id_or_slug(
205
- get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) ),
206
- 'id',
207
- 'id'
208
- );
209
-
210
- $post_title = get_the_title( $listing_id );
211
-
212
- return $post_title . ' ' . $sep . ' ' . $title;
213
- break;
214
-
215
- case 'main':
216
- break;
217
-
218
- default:
219
- break;
220
- }
221
-
222
- return $title;
223
- }
224
-
225
- private function _maybe_do_wpseo_title( $view_title, $title, $sep, $seplocation ) {
226
- if ( 'left' == $seplocation ) {
227
- return $title . ' ' . $sep . ' ' . $view_title;
228
- } else {
229
- return $view_title . ' ' . $sep . ' ' . $title;
230
- }
231
- }
232
-
233
- public function _meta_keywords() {
234
- $has_yoast = method_exists( 'WPSEO_Taxonomy_Meta', 'get_term_meta' );
235
- if ( ! $has_yoast ) {
236
- return;
237
- }
238
-
239
- $current_view = wpbdp_current_view();
240
-
241
- switch ( $current_view ) {
242
- case 'show_category':
243
- case 'show_tag':
244
- if ( $current_view == 'show_tag' ) {
245
- $term = get_term_by(
246
- 'slug',
247
- get_query_var( '_' . wpbdp_get_option( 'permalinks-tags-slug' ) ),
248
- WPBDP_TAGS_TAX
249
- );
250
- } else {
251
- $term = get_term_by(
252
- 'slug',
253
- get_query_var( '_' . wpbdp_get_option( 'permalinks-category-slug' ) ),
254
- WPBDP_CATEGORY_TAX
255
- );
256
-
257
- if ( ! $term && get_query_var( 'category_id' ) ) {
258
- $term = get_term_by( 'id', get_query_var( 'category_id' ), WPBDP_CATEGORY_TAX );
259
- }
260
- }
261
-
262
- if ( $term ) {
263
- $metadesc = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'desc' );
264
-
265
- if ( $metadesc ) {
266
- echo '<meta name="description" content="' . esc_attr( strip_tags( stripslashes( $metadesc ) ) ) . '"/>' . "\n";
267
- }
268
- }
269
-
270
- break;
271
- }
272
-
273
- }
274
-
275
- public function _meta_rel_canonical() {
276
- $action = wpbdp_current_view();
277
-
278
- if ( ! $action ) {
279
- return rel_canonical();
280
- }
281
-
282
- $not_supported_views = array(
283
- 'edit_listing', 'submit_listing', 'delete_listing', 'renew_listing',
284
- 'listing_contact'
285
- );
286
-
287
- if ( in_array( $action, $not_supported_views ) )
288
- return;
289
-
290
- if ( $action == 'show_listing' ) {
291
- $listing_id = wpbdp_get_post_by_id_or_slug(
292
- get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) ),
293
- 'id',
294
- 'id'
295
- );
296
- $url = get_permalink( $listing_id );
297
- } else {
298
- $url = site_url( wpbdp_get_server_value( 'REQUEST_URI' ) );
299
- }
300
-
301
- echo sprintf( '<link rel="canonical" href="%s" />', esc_url( user_trailingslashit( $url ) ) );
302
- }
303
-
304
- function listing_opentags() {
305
- $listing_id = wpbdp_get_post_by_id_or_slug(
306
- get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) ),
307
- 'id',
308
- 'id'
309
- );
310
-
311
- $listing = WPBDP_Listing::get( $listing_id );
312
 
313
- if ( ! $listing )
314
- return;
 
315
 
316
- echo '<meta property="og:type" content="website" />';
317
- echo '<meta property="og:title" content="' . esc_attr( WPBDP_SEO::listing_title( $listing_id ) ) . '" />';
318
- echo '<meta property="og:url" content="' . esc_url( user_trailingslashit( $listing->get_permalink() ) ) . '" />';
319
- echo '<meta property="og:description" content="' . esc_attr( WPBDP_SEO::listing_og_description( $listing_id ) ) . '" />';
320
 
321
- $this->add_image_meta( $listing );
322
- }
 
323
 
324
- /**
325
- * @since 5.12
326
- */
327
- private function add_image_meta( $listing ) {
328
- $thumbnail_id = $listing->get_thumbnail_id();
329
- $img = false;
330
- if ( $thumbnail_id ) {
331
- $img = wp_get_attachment_image_src( $thumbnail_id, 'wpbdp-large' );
332
- $img = $img ? $img[0] : false;
333
- }
334
- if ( $img ) {
335
- echo '<meta property="og:image" content="' . esc_url( $img ) . '" />';
336
- }
337
  }
338
  }
9
  add_filter( 'feed_links_show_posts_feed', array( $this, 'should_show_posts_feed_links' ) );
10
  add_filter( 'feed_links_show_comments_feed', array( $this, 'should_show_posts_feed_links' ) );
11
 
12
+ if ( ! wpbdp_get_option( 'disable-cpt' ) ) {
 
 
 
 
13
  add_filter( 'document_title_parts', array( &$this, 'set_view_title' ), 10 );
14
  }
15
  }
75
  return false;
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  public function set_view_title( $title ) {
79
  global $wp_query;
80
 
92
  return $title;
93
  }
94
 
95
+ public function _meta_keywords() {
96
+ _deprecated_function( __METHOD__, '6.1' );
97
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
+ public function _meta_rel_canonical() {
100
+ _deprecated_function( __METHOD__, '6.1' );
101
+ }
102
 
103
+ public function _meta_title( $title = '' ) {
104
+ _deprecated_function( __METHOD__, '6.1' );
105
+ return $title;
106
+ }
107
 
108
+ public function _meta_setup() {
109
+ _deprecated_function( __METHOD__, '6.1' );
110
+ }
111
 
112
+ public function listing_opentags() {
113
+ _deprecated_function( __METHOD__, '6.1' );
 
 
 
 
 
 
 
 
 
 
 
114
  }
115
  }
includes/class-modules.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_PATH . 'includes/models/class-module.php' );
3
 
4
  // FIXME: replace all module support with branch issue/2708 before release.
5
  class WPBDP__Modules {
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/models/class-module.php';
3
 
4
  // FIXME: replace all module support with branch issue/2708 before release.
5
  class WPBDP__Modules {
includes/class-rewrite.php CHANGED
@@ -146,7 +146,7 @@ class WPBDP__Rewrite {
146
  }
147
 
148
  if ( 'payments' == $wpbdpx ) {
149
- require_once( WPBDP_PATH . 'includes/compatibility/class-wpbdpx-payments-compat.php' );
150
  $payments_compat = new WPBDP__WPBDPX_Payments_Compat();
151
  $payments_compat->dispatch();
152
  exit;
146
  }
147
 
148
  if ( 'payments' == $wpbdpx ) {
149
+ require_once WPBDP_PATH . 'includes/compatibility/class-wpbdpx-payments-compat.php';
150
  $payments_compat = new WPBDP__WPBDPX_Payments_Compat();
151
  $payments_compat->dispatch();
152
  exit;
includes/class-shortcodes.php CHANGED
@@ -6,7 +6,6 @@
6
  class WPBDP__Shortcodes {
7
 
8
  private $shortcodes = array();
9
- private $output = array();
10
 
11
  public function __construct() {
12
  add_action( 'wpbdp_loaded', array( $this, 'register' ) );
@@ -871,8 +870,6 @@ class WPBDP__Shortcodes {
871
  _wpbdp_padded_count( $term );
872
  return $term->count;
873
  }
874
-
875
- return '0';
876
  }
877
 
878
  public function sc_manage_listings( $atts, $content, $shortcode ) {
6
  class WPBDP__Shortcodes {
7
 
8
  private $shortcodes = array();
 
9
 
10
  public function __construct() {
11
  add_action( 'wpbdp_loaded', array( $this, 'register' ) );
870
  _wpbdp_padded_count( $term );
871
  return $term->count;
872
  }
 
 
873
  }
874
 
875
  public function sc_manage_listings( $atts, $content, $shortcode ) {
includes/class-wordpress-template-integration.php CHANGED
@@ -4,10 +4,7 @@
4
  */
5
  class WPBDP__WordPress_Template_Integration {
6
 
7
- private $wp_head_done = false;
8
  private $displayed = false;
9
- private $original_post_title = '';
10
-
11
 
12
  public function __construct() {
13
  add_action( 'body_class', array( $this, 'add_basic_body_classes' ) );
@@ -22,10 +19,6 @@ class WPBDP__WordPress_Template_Integration {
22
  }
23
 
24
  add_filter( 'template_include', array( $this, 'template_include' ), 20 );
25
- if ( ! WPBDP_Divi_Compat::divi_builder_is_active() ) {
26
- add_action( 'wp_head', array( $this, 'maybe_spoof_post' ), 100 );
27
- add_action( 'wp_head', array( $this, 'wp_head_done' ), 999 );
28
- }
29
  add_filter( 'post_class', array( $this, 'post_class' ), 10, 3 );
30
  }
31
 
@@ -42,15 +35,12 @@ class WPBDP__WordPress_Template_Integration {
42
  if ( empty( $wp_query->wpbdp_view ) && ( ! isset( $post ) || ! $post instanceof WP_Post ) )
43
  return $template;
44
 
45
- add_filter( 'document_title_parts', array( $this, 'modify_global_post_title' ), 1000 );
46
- add_filter( 'wp_title', array( $this, 'modify_global_post_title' ), 1000 );
47
-
48
  $allow_override = apply_filters( 'wpbdp_allow_template_override', true );
49
 
50
  if ( $allow_override ) {
51
  add_action( 'loop_start', array( $this, 'setup_post_hooks' ) );
52
  $page_template = get_query_template( 'page', $this->get_template_alternatives() );
53
- if ( $allow_override && $page_template ) {
54
  $template = $page_template;
55
  }
56
  }
@@ -77,42 +67,23 @@ class WPBDP__WordPress_Template_Integration {
77
  }
78
 
79
  public function setup_post_hooks( $query ) {
80
- if ( ! $this->wp_head_done && ! WPBDP__Themes_Compat::is_block_theme() )
81
- return;
82
-
83
- if ( ! $query->is_main_query() )
84
- return;
85
-
86
- add_filter( 'the_title', '__return_empty_string', 20 );
87
 
88
- add_action( 'the_post', array( $this, 'spoof_post' ) );
89
  remove_filter( 'the_content', 'wpautop' );
90
 
91
- // TODO: we should probably be more clever here to avoid conflicts. Run last so other hooks don't break our
92
- // output.
93
  add_filter( 'the_content', array( $this, 'display_view_in_content' ), 5 );
94
  remove_action( 'loop_start', array( $this, 'setup_post_hooks' ) );
95
-
96
- // Astra.
97
- add_filter( 'astra_the_title_before', '__return_empty_string' );
98
- add_filter( 'astra_the_title_after', '__return_empty_string' );
99
- }
100
-
101
- public function spoof_post() {
102
- $GLOBALS['post'] = $this->spoofed_post();
103
- remove_action( 'the_post', array( $this, 'spoof_post' ) );
104
  }
105
 
106
  public function display_view_in_content( $content = '' ) {
 
107
  if ( $this->displayed ) {
108
- remove_filter( 'the_content', array( $this, 'display_view_in_content' ), 5 );
109
  return '';
110
  }
111
 
112
- remove_filter( 'the_content', array( $this, 'display_view_in_content' ), 5 );
113
- // add_filter( 'the_content', 'wpautop' );
114
- $this->restore_things();
115
-
116
  $html = wpbdp_current_view_output();
117
 
118
  if ( ! is_404() )
@@ -123,77 +94,6 @@ class WPBDP__WordPress_Template_Integration {
123
  return $html;
124
  }
125
 
126
- public function modify_global_post_title( $title = '' ) {
127
- global $post;
128
-
129
- if ( ! $post )
130
- return $title;
131
-
132
- // Set the title to an empty string (but record the original)
133
- $this->original_post_title = $post->post_title;
134
- $post->post_title = '';
135
-
136
- return $title;
137
- }
138
-
139
- private function spoofed_post() {
140
- $spoofed_post = array(
141
- 'ID' => 0,
142
- 'post_status' => 'draft',
143
- 'post_author' => 0,
144
- 'post_parent' => 0,
145
- 'post_type' => 'page',
146
- 'post_date' => 0,
147
- 'post_date_gmt' => 0,
148
- 'post_modified' => 0,
149
- 'post_modified_gmt' => 0,
150
- 'post_content' => '',
151
- 'post_title' => '',
152
- 'post_excerpt' => '',
153
- 'post_content_filtered' => '',
154
- 'post_mime_type' => '',
155
- 'post_password' => '',
156
- 'post_name' => '',
157
- 'guid' => '',
158
- 'menu_order' => 0,
159
- 'pinged' => '',
160
- 'to_ping' => '',
161
- 'ping_status' => '',
162
- 'comment_status' => 'closed',
163
- 'comment_count' => 0,
164
- 'is_404' => false,
165
- 'is_page' => false,
166
- 'is_single' => false,
167
- 'is_archive' => false,
168
- 'is_tax' => false,
169
- );
170
-
171
- return (object) $spoofed_post;
172
- }
173
-
174
- public function maybe_spoof_post() {
175
- // if ( is_single() && post_password_required() || is_feed() ) {
176
- // return;
177
-
178
- global $wp_query;
179
-
180
- if ( ! $wp_query->is_main_query() || ! $wp_query->wpbdp_our_query )
181
- return;
182
-
183
- $spoofed_post = $this->spoofed_post();
184
-
185
- $GLOBALS['post'] = $spoofed_post;
186
- $wp_query->posts[] = $spoofed_post;
187
- $wp_query->post_count = count( $wp_query->posts );
188
-
189
- $wp_query->wpbdp_spoofed = true;
190
- $wp_query->rewind_posts();
191
- }
192
-
193
- public function wp_head_done() {
194
- $this->wp_head_done = true;
195
- }
196
-
197
  public function add_basic_body_classes( $classes = array() ) {
198
  if ( 'theme' === wpbdp_get_option( 'themes-button-style' ) ) {
199
  $classes[] = 'wpbdp-with-button-styles';
@@ -216,10 +116,9 @@ class WPBDP__WordPress_Template_Integration {
216
  $classes[] = 'business-directory';
217
  $classes[] = 'wpbdp-view-' . $view;
218
 
219
- if ( $theme = wp_get_theme() ) {
220
- $classes[] = 'wpbdp-wp-theme-' . $theme->get_stylesheet();
221
- $classes[] = 'wpbdp-wp-theme-' . $theme->get_template();
222
- }
223
 
224
  if ( wpbdp_is_taxonomy() ) {
225
  $classes[] = 'wpbdp-view-taxonomy';
@@ -244,35 +143,6 @@ class WPBDP__WordPress_Template_Integration {
244
  return $classes;
245
  }
246
 
247
- private function restore_things() {
248
- global $wp_query, $post;
249
-
250
- if ( ! isset( $wp_query->wpbdp_spoofed ) || ! $wp_query->wpbdp_spoofed )
251
- return;
252
-
253
- // Remove the spoof post and fix the post count
254
- array_pop( $wp_query->posts );
255
- $wp_query->post_count = count( $wp_query->posts );
256
-
257
- // If we have other posts besides the spoof, rewind and reset
258
- if ( $wp_query->post_count > 0 ) {
259
- /** @var WP_Query $wp_query */
260
- $wp_query->rewind_posts();
261
- wp_reset_postdata();
262
- } elseif ( 0 === $wp_query->post_count ) {
263
- // If there are no other posts, unset the $post property.
264
- $wp_query->current_post = -1;
265
- unset( $wp_query->post );
266
- }
267
-
268
- // Don't do this again
269
- unset( $wp_query->wpbdp_spoofed );
270
-
271
- // Restore title.
272
- $post->post_title = $this->original_post_title;
273
- remove_filter( 'the_title', '__return_empty_string', 20 );
274
- }
275
-
276
  private function end_query() {
277
  global $wp_query;
278
 
@@ -313,5 +183,33 @@ class WPBDP__WordPress_Template_Integration {
313
  return $template;
314
  }
315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  }
317
 
4
  */
5
  class WPBDP__WordPress_Template_Integration {
6
 
 
7
  private $displayed = false;
 
 
8
 
9
  public function __construct() {
10
  add_action( 'body_class', array( $this, 'add_basic_body_classes' ) );
19
  }
20
 
21
  add_filter( 'template_include', array( $this, 'template_include' ), 20 );
 
 
 
 
22
  add_filter( 'post_class', array( $this, 'post_class' ), 10, 3 );
23
  }
24
 
35
  if ( empty( $wp_query->wpbdp_view ) && ( ! isset( $post ) || ! $post instanceof WP_Post ) )
36
  return $template;
37
 
 
 
 
38
  $allow_override = apply_filters( 'wpbdp_allow_template_override', true );
39
 
40
  if ( $allow_override ) {
41
  add_action( 'loop_start', array( $this, 'setup_post_hooks' ) );
42
  $page_template = get_query_template( 'page', $this->get_template_alternatives() );
43
+ if ( $page_template ) {
44
  $template = $page_template;
45
  }
46
  }
67
  }
68
 
69
  public function setup_post_hooks( $query ) {
70
+ if ( ! $query->is_main_query() ) {
71
+ return;
72
+ }
 
 
 
 
73
 
 
74
  remove_filter( 'the_content', 'wpautop' );
75
 
76
+ // Run last so other hooks don't break our output.
 
77
  add_filter( 'the_content', array( $this, 'display_view_in_content' ), 5 );
78
  remove_action( 'loop_start', array( $this, 'setup_post_hooks' ) );
 
 
 
 
 
 
 
 
 
79
  }
80
 
81
  public function display_view_in_content( $content = '' ) {
82
+ remove_filter( 'the_content', array( $this, 'display_view_in_content' ), 5 );
83
  if ( $this->displayed ) {
 
84
  return '';
85
  }
86
 
 
 
 
 
87
  $html = wpbdp_current_view_output();
88
 
89
  if ( ! is_404() )
94
  return $html;
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  public function add_basic_body_classes( $classes = array() ) {
98
  if ( 'theme' === wpbdp_get_option( 'themes-button-style' ) ) {
99
  $classes[] = 'wpbdp-with-button-styles';
116
  $classes[] = 'business-directory';
117
  $classes[] = 'wpbdp-view-' . $view;
118
 
119
+ $theme = wp_get_theme();
120
+ $classes[] = 'wpbdp-wp-theme-' . $theme->get_stylesheet();
121
+ $classes[] = 'wpbdp-wp-theme-' . $theme->get_template();
 
122
 
123
  if ( wpbdp_is_taxonomy() ) {
124
  $classes[] = 'wpbdp-view-taxonomy';
143
  return $classes;
144
  }
145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  private function end_query() {
147
  global $wp_query;
148
 
183
  return $template;
184
  }
185
 
186
+ /**
187
+ * @deprecated 6.1
188
+ */
189
+ public function modify_global_post_title( $title = '' ) {
190
+ _deprecated_function( __METHOD__, '6.1' );
191
+ return $title;
192
+ }
193
+
194
+ /**
195
+ * @deprecated 6.1
196
+ */
197
+ public function maybe_spoof_post() {
198
+ _deprecated_function( __METHOD__, '6.1' );
199
+ }
200
+
201
+ /**
202
+ * @deprecated 6.1
203
+ */
204
+ public function spoof_post() {
205
+ _deprecated_function( __METHOD__, '6.1' );
206
+ }
207
+
208
+ /**
209
+ * @deprecated 6.1
210
+ */
211
+ public function wp_head_done() {
212
+ _deprecated_function( __METHOD__, '6.1' );
213
+ }
214
  }
215
 
includes/class-wpbdp.php CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
28
  }
29
 
30
  private function setup_constants() {
31
- define( 'WPBDP_VERSION', '6.1' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
@@ -202,8 +202,6 @@ final class WPBDP {
202
  $this->assets = new WPBDP__Assets();
203
  $this->widgets = new WPBDP__Widgets();
204
 
205
- require_once WPBDP_PATH . 'includes/compatibility/class-divi-compat.php';
206
-
207
  // We need to ask for frontend requests first, because
208
  // wpbdp_is_request( 'admin' ) or is_admin() return true for ajax
209
  // requests made from the frontend.
@@ -220,10 +218,10 @@ final class WPBDP {
220
  if ( wpbdp_is_request( 'admin' ) ) {
221
  // Make sure WPBDP_Admin class file was loaded before instantiate. See #4346.
222
  if ( ! class_exists( 'WPBDP_Admin' ) ) {
223
- require_once( WPBDP_INC . 'admin/class-admin.php' );
224
  }
225
  if ( ! class_exists( 'WPBDP_Personal_Data_Privacy' ) ) {
226
- require_once( WPBDP_INC . 'admin/class-personal-data-privacy.php' );
227
  }
228
 
229
  $this->admin = new WPBDP_Admin();
@@ -390,7 +388,6 @@ final class WPBDP {
390
  foreach ( array_keys( $this->shortcodes->get_shortcodes() ) as $shortcode ) {
391
  if ( apply_filters( 'wpbdp_has_shortcode', wpbdp_has_shortcode( $post->post_content, $shortcode ), $post, $shortcode ) ) {
392
  return true;
393
- break;
394
  }
395
  }
396
  }
28
  }
29
 
30
  private function setup_constants() {
31
+ define( 'WPBDP_VERSION', '6.2' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
202
  $this->assets = new WPBDP__Assets();
203
  $this->widgets = new WPBDP__Widgets();
204
 
 
 
205
  // We need to ask for frontend requests first, because
206
  // wpbdp_is_request( 'admin' ) or is_admin() return true for ajax
207
  // requests made from the frontend.
218
  if ( wpbdp_is_request( 'admin' ) ) {
219
  // Make sure WPBDP_Admin class file was loaded before instantiate. See #4346.
220
  if ( ! class_exists( 'WPBDP_Admin' ) ) {
221
+ require_once WPBDP_INC . 'admin/class-admin.php';
222
  }
223
  if ( ! class_exists( 'WPBDP_Personal_Data_Privacy' ) ) {
224
+ require_once WPBDP_INC . 'admin/class-personal-data-privacy.php';
225
  }
226
 
227
  $this->admin = new WPBDP_Admin();
388
  foreach ( array_keys( $this->shortcodes->get_shortcodes() ) as $shortcode ) {
389
  if ( apply_filters( 'wpbdp_has_shortcode', wpbdp_has_shortcode( $post->post_content, $shortcode ), $post, $shortcode ) ) {
390
  return true;
 
391
  }
392
  }
393
  }
includes/compatibility/class-compat.php CHANGED
@@ -11,7 +11,6 @@ class WPBDP_Compat {
11
  $this->load_integrations();
12
 
13
  if ( wpbdp_get_option( 'disable-cpt' ) ) {
14
- add_action( 'wp', array( &$this, '_jetpack_compat' ), 11, 1 );
15
 
16
  require_once WPBDP_PATH . 'includes/compatibility/class-cpt-compat-mode.php';
17
  $nocpt = new WPBDP__CPT_Compat_Mode();
@@ -19,8 +18,6 @@ class WPBDP_Compat {
19
  require_once WPBDP_PATH . 'includes/compatibility/class-themes-compat.php';
20
  new WPBDP__Themes_Compat();
21
  }
22
-
23
- add_action( 'wp_head', array( &$this, '_handle_broken_plugin_filters' ), 0 );
24
  }
25
 
26
  public function load_integrations() {
@@ -85,99 +82,4 @@ class WPBDP_Compat {
85
  return $clauses;
86
  }
87
 
88
- // }}}
89
- public function _handle_broken_plugin_filters() {
90
- // TODO: fix before themes-release
91
- $action = '';
92
-
93
- if ( ! $action ) {
94
- return;
95
- }
96
-
97
- // Relevanssi
98
- if ( in_array( $action, array( 'submitlisting', 'editlisting' ), true ) && function_exists( 'relevanssi_insert_edit' ) ) {
99
- remove_action( 'wp_insert_post', 'relevanssi_insert_edit', 99 );
100
- remove_action( 'delete_attachment', 'relevanssi_delete' );
101
- remove_action( 'add_attachment', 'relevanssi_publish' );
102
- remove_action( 'edit_attachment', 'relevanssi_edit' );
103
- }
104
-
105
- $bad_filters = array(
106
- 'get_the_excerpt' => array(),
107
- 'the_excerpt' => array(),
108
- 'the_content' => array(),
109
- );
110
-
111
- // AddThis Social Bookmarking Widget - http://www.addthis.com/
112
- if ( defined( 'ADDTHIS_PLUGIN_VERSION' ) ) {
113
- $bad_filters['get_the_excerpt'][] = array( 'addthis_display_social_widget_excerpt', 11 );
114
- $bad_filters['get_the_excerpt'][] = array( 'addthis_display_social_widget', 15 );
115
- $bad_filters['the_content'][] = array( 'addthis_display_social_widget', 15 );
116
- }
117
-
118
- // Jamie Social Icons - http://wordpress.org/extend/plugins/jamie-social-icons/
119
- if ( function_exists( 'jamiesocial' ) ) {
120
- $bad_filters['the_content'][] = 'add_post_topbot_content';
121
- $bad_filters['the_content'][] = 'add_post_bot_content';
122
- $bad_filters['the_content'][] = 'add_page_topbot_content';
123
- $bad_filters['the_content'][] = 'add_page_top_content';
124
- $bad_filters['the_content'][] = 'add_page_bot_content';
125
- }
126
-
127
- // TF Social Share - http://www.searchtechword.com/2011/06/wordpress-plugin-add-twitter-facebook-google-plus-one-share
128
- if ( function_exists( 'kc_twitter_facebook_excerpt' ) ) {
129
- $bad_filters['the_excerpt'][] = 'kc_twitter_facebook_excerpt';
130
- $bad_filters['the_content'][] = 'kc_twitter_facebook_contents';
131
- }
132
-
133
- // Shareaholic - https://shareaholic.com/publishers/
134
- if ( defined( 'SHRSB_vNum' ) ) {
135
- $bad_filters['the_content'][] = 'shrsb_position_menu';
136
- $bad_filters['the_content'][] = 'shrsb_get_recommendations';
137
- $bad_filters['the_content'][] = 'shrsb_get_cb';
138
- }
139
-
140
- // Simple Facebook Connect (#481)
141
- if ( function_exists( 'sfc_version' ) ) {
142
- remove_action( 'wp_head', 'sfc_base_meta' );
143
- }
144
-
145
- // Quick AdSense - http://quicksense.net/
146
- // phpcs:ignore WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
147
- global $QData;
148
-
149
- // phpcs:ignore WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
150
- if ( isset( $QData ) ) {
151
- $bad_filters['the_content'][] = 'process_content';
152
- }
153
-
154
- foreach ( $bad_filters as $filter => &$callbacks ) {
155
- foreach ( $callbacks as &$callback_info ) {
156
- if ( has_filter( $filter, is_array( $callback_info ) ? $callback_info[0] : $callback_info ) ) {
157
- remove_filter( $filter, is_array( $callback_info ) ? $callback_info[0] : $callback_info, is_array( $callback_info ) ? $callback_info[1] : 10 );
158
- }
159
- }
160
- }
161
-
162
- }
163
-
164
- /*
165
- * Fix issues with Jetpack.
166
- */
167
- public function _jetpack_compat( &$wp ) {
168
- static $incompatible_actions = array( 'submitlisting', 'editlisting' );
169
-
170
- // TODO: fix before themes-release
171
- $action = '';
172
-
173
- if ( ! $action ) {
174
- return;
175
- }
176
-
177
- if ( defined( 'JETPACK__VERSION' ) && in_array( $action, $incompatible_actions ) ) {
178
- add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
179
- remove_action( 'wp_head', 'jetpack_og_tags' );
180
- }
181
- }
182
-
183
  }
11
  $this->load_integrations();
12
 
13
  if ( wpbdp_get_option( 'disable-cpt' ) ) {
 
14
 
15
  require_once WPBDP_PATH . 'includes/compatibility/class-cpt-compat-mode.php';
16
  $nocpt = new WPBDP__CPT_Compat_Mode();
18
  require_once WPBDP_PATH . 'includes/compatibility/class-themes-compat.php';
19
  new WPBDP__Themes_Compat();
20
  }
 
 
21
  }
22
 
23
  public function load_integrations() {
82
  return $clauses;
83
  }
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
includes/compatibility/class-divi-compat.php DELETED
@@ -1,26 +0,0 @@
1
- <?php
2
- /**
3
- * Divi compatibility
4
- *
5
- * @package WPBDP/Includes/Compatibility/Divi
6
- */
7
-
8
- /**
9
- * Class WPBDP_Divi_Compat
10
- */
11
- class WPBDP_Divi_Compat {
12
-
13
- /**
14
- * Check if Divi builder is being used.
15
- *
16
- * @since 5.16.1
17
- *
18
- * @return bool
19
- */
20
- public static function divi_builder_is_active() {
21
- if ( ! class_exists( 'ET_Builder_Plugin' ) ) {
22
- return false;
23
- }
24
- return isset( $_GET['et_fb'] );
25
- }
26
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/compatibility/class-themes-compat.php CHANGED
@@ -2,10 +2,7 @@
2
  class WPBDP__Themes_Compat {
3
 
4
  private $theme = '';
5
- private $theme_version = '';
6
  private $parent_theme = '';
7
- private $parent_theme_version = '';
8
-
9
 
10
  public function __construct() {
11
  if ( wpbdp_get_option( 'disable-cpt' ) )
@@ -14,11 +11,9 @@ class WPBDP__Themes_Compat {
14
  $current_theme = wp_get_theme();
15
 
16
  $this->theme = strtolower( $current_theme->get_stylesheet() );
17
- $this->theme_version = $current_theme->get( 'Version' );
18
 
19
  if ( $parent = $current_theme->parent() ) {
20
  $this->parent_theme = strtolower( $parent->get_stylesheet() );
21
- $this->parent_theme_version = $parent->get( 'Version' );
22
  }
23
 
24
  add_action( 'wpbdp_after_dispatch', array( $this, 'add_workarounds' ) );
2
  class WPBDP__Themes_Compat {
3
 
4
  private $theme = '';
 
5
  private $parent_theme = '';
 
 
6
 
7
  public function __construct() {
8
  if ( wpbdp_get_option( 'disable-cpt' ) )
11
  $current_theme = wp_get_theme();
12
 
13
  $this->theme = strtolower( $current_theme->get_stylesheet() );
 
14
 
15
  if ( $parent = $current_theme->parent() ) {
16
  $this->parent_theme = strtolower( $parent->get_stylesheet() );
 
17
  }
18
 
19
  add_action( 'wpbdp_after_dispatch', array( $this, 'add_workarounds' ) );
includes/compatibility/class-wpml-compat.php CHANGED
@@ -424,7 +424,7 @@ class WPBDP_WPML_Compat {
424
 
425
  $options = array_map( 'trim', explode( "\n", $options ) );
426
 
427
- if ( ! $options || count( $value ) !== count( $options ) ) {
428
  return $value;
429
  }
430
 
424
 
425
  $options = array_map( 'trim', explode( "\n", $options ) );
426
 
427
+ if ( count( $value ) !== count( $options ) ) {
428
  return $value;
429
  }
430
 
includes/controllers/class-addons.php CHANGED
@@ -50,7 +50,7 @@ class WPBDP_Addons_Controller {
50
  */
51
  protected static function maybe_show_cred_form() {
52
  if ( ! function_exists( 'request_filesystem_credentials' ) ) {
53
- include_once( ABSPATH . 'wp-admin/includes/file.php' );
54
  }
55
 
56
  // Start output bufferring to catch the filesystem form if credentials are needed.
50
  */
51
  protected static function maybe_show_cred_form() {
52
  if ( ! function_exists( 'request_filesystem_credentials' ) ) {
53
+ include_once ABSPATH . 'wp-admin/includes/file.php';
54
  }
55
 
56
  // Start output bufferring to catch the filesystem form if credentials are needed.
includes/controllers/pages/class-checkout.php CHANGED
@@ -59,6 +59,7 @@ class WPBDP__Views__Checkout extends WPBDP__View {
59
  // Let's see if the checkout process changed the payment status to something we can no longer handle.
60
  $this->fetch_payment();
61
 
 
62
  if ( ! $this->can_checkout() ) {
63
  return $this->_redirect( $this->payment->checkout_url );
64
  }
59
  // Let's see if the checkout process changed the payment status to something we can no longer handle.
60
  $this->fetch_payment();
61
 
62
+ /** @phpstan-ignore-next-line */
63
  if ( ! $this->can_checkout() ) {
64
  return $this->_redirect( $this->payment->checkout_url );
65
  }
includes/controllers/pages/class-edit-listing.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_INC . 'controllers/pages/class-submit-listing.php' );
3
 
4
 
5
  class WPBDP__Views__Edit_Listing extends WPBDP__Views__Submit_Listing {
1
  <?php
2
+ require_once WPBDP_INC . 'controllers/pages/class-submit-listing.php';
3
 
4
 
5
  class WPBDP__Views__Edit_Listing extends WPBDP__Views__Submit_Listing {
includes/controllers/pages/class-manage-recurring.php CHANGED
@@ -4,9 +4,6 @@
4
  */
5
  class WPBDP__Views__Manage_Recurring extends WPBDP__View {
6
 
7
- private $subscriptions = array();
8
-
9
-
10
  public function __construct() { }
11
 
12
  public function dispatch() {
4
  */
5
  class WPBDP__Views__Manage_Recurring extends WPBDP__View {
6
 
 
 
 
7
  public function __construct() { }
8
 
9
  public function dispatch() {
includes/controllers/pages/class-request-access-keys.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_INC . 'abstracts/class-view.php' );
3
 
4
 
5
  class WPBDP__Views__Request_Access_Keys extends WPBDP__View {
1
  <?php
2
+ require_once WPBDP_INC . 'abstracts/class-view.php';
3
 
4
 
5
  class WPBDP__Views__Request_Access_Keys extends WPBDP__View {
includes/controllers/pages/class-submit-listing.php CHANGED
@@ -248,7 +248,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
248
 
249
  $user_id = get_current_user_id();
250
  if ( $user_id ) {
251
- $is_author = $listing->post_author === $user_id;
252
  if ( $is_author ) {
253
  return true;
254
  }
@@ -872,6 +872,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
872
  $errors = array();
873
 
874
  if ( $should_validate && ! $category_field->validate( $categories, $errors ) ) {
 
875
  foreach ( $errors as $e ) {
876
  if ( ! isset( $this->messages['plan_selection'] ) ) {
877
  $this->messages( $e, 'error', 'plan_selection' );
@@ -881,7 +882,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
881
  $this->prevent_save = true;
882
  } elseif ( $categories && ! $plan_id ) {
883
  $this->messages( __( 'Please choose a plan.', 'business-directory-plugin' ), 'error', 'plan_selection' );
884
- } elseif ( $categories && $plan_id ) {
885
  $plan = wpbdp_get_fee_plan( $plan_id );
886
 
887
  if ( ! $plan || ! $plan->enabled || ! $plan->supports_category_selection( $categories ) ) {
@@ -905,7 +906,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
905
  $this->listing->set_fee_plan( $plan );
906
  }
907
  }
908
- } elseif ( ! $categories && $this->skip_plan_selection ) {
909
  $current_categories = $this->listing->get_categories( 'ids' );
910
 
911
  wp_set_post_terms( $this->listing->get_id(), $current_categories, WPBDP_CATEGORY_TAX, false );
248
 
249
  $user_id = get_current_user_id();
250
  if ( $user_id ) {
251
+ $is_author = (int) $listing->post_author === $user_id;
252
  if ( $is_author ) {
253
  return true;
254
  }
872
  $errors = array();
873
 
874
  if ( $should_validate && ! $category_field->validate( $categories, $errors ) ) {
875
+ /** @phpstan-ignore-next-line */
876
  foreach ( $errors as $e ) {
877
  if ( ! isset( $this->messages['plan_selection'] ) ) {
878
  $this->messages( $e, 'error', 'plan_selection' );
882
  $this->prevent_save = true;
883
  } elseif ( $categories && ! $plan_id ) {
884
  $this->messages( __( 'Please choose a plan.', 'business-directory-plugin' ), 'error', 'plan_selection' );
885
+ } elseif ( $categories ) {
886
  $plan = wpbdp_get_fee_plan( $plan_id );
887
 
888
  if ( ! $plan || ! $plan->enabled || ! $plan->supports_category_selection( $categories ) ) {
906
  $this->listing->set_fee_plan( $plan );
907
  }
908
  }
909
+ } elseif ( $this->skip_plan_selection ) {
910
  $current_categories = $this->listing->get_categories( 'ids' );
911
 
912
  wp_set_post_terms( $this->listing->get_id(), $current_categories, WPBDP_CATEGORY_TAX, false );
includes/db/class-db-model.php CHANGED
@@ -154,7 +154,6 @@ class WPBDP__DB__Model {
154
  return call_user_func( array( $this, 'set_' . $name ) );
155
 
156
  $this->set_attr( $name, $value );
157
- // $this->_attrs[ $name ] = $value;
158
  }
159
 
160
  public function update( $fields = array() ) {
@@ -250,8 +249,9 @@ class WPBDP__DB__Model {
250
  public static function _objects( $classname ) {
251
  static $managers_per_class = array();
252
 
253
- if ( ! isset( $managers_per_class[ $classname ] ) )
254
- $managers_per_class[ $classname ] = new WPBDP__DB__Query_Set( $classname, false, true );
 
255
 
256
  return $managers_per_class[ $classname ];
257
  }
@@ -275,8 +275,10 @@ class WPBDP__DB__Model {
275
 
276
  $info = array();
277
  $info['class'] = $classname;
278
- $info['table'] = array( 'name' => isset( $cls_vars['table'] ) ? $wpdb->prefix . $cls_vars['table'] : $wpdb->prefix . strtolower( $classname ) . 's',
279
- 'columns' => array() );
 
 
280
  $info['table_name'] = $info['table']['name'];
281
  $info['primary_key'] = isset( $cls_vars['primary_key'] ) ? $cls_vars['primary_key'] : 'id';
282
  $info['serialized'] = isset( $cls_vars['serialized'] ) ? $cls_vars['serialized'] : array();
@@ -295,6 +297,6 @@ class WPBDP__DB__Model {
295
  }
296
 
297
  // For backwards-compat.
298
- require_once( WPBDP_PATH . 'includes/compatibility/deprecated/class-db-model2.php' );
299
 
300
 
154
  return call_user_func( array( $this, 'set_' . $name ) );
155
 
156
  $this->set_attr( $name, $value );
 
157
  }
158
 
159
  public function update( $fields = array() ) {
249
  public static function _objects( $classname ) {
250
  static $managers_per_class = array();
251
 
252
+ if ( ! isset( $managers_per_class[ $classname ] ) ) {
253
+ $managers_per_class[ $classname ] = new WPBDP__DB__Query_Set( $classname, false );
254
+ }
255
 
256
  return $managers_per_class[ $classname ];
257
  }
275
 
276
  $info = array();
277
  $info['class'] = $classname;
278
+ $info['table'] = array(
279
+ 'name' => isset( $cls_vars['table'] ) ? $wpdb->prefix . $cls_vars['table'] : $wpdb->prefix . strtolower( $classname ) . 's',
280
+ 'columns' => array(),
281
+ );
282
  $info['table_name'] = $info['table']['name'];
283
  $info['primary_key'] = isset( $cls_vars['primary_key'] ) ? $cls_vars['primary_key'] : 'id';
284
  $info['serialized'] = isset( $cls_vars['serialized'] ) ? $cls_vars['serialized'] : array();
297
  }
298
 
299
  // For backwards-compat.
300
+ require_once WPBDP_PATH . 'includes/compatibility/deprecated/class-db-model2.php';
301
 
302
 
includes/db/class-db-query-set.php CHANGED
@@ -7,16 +7,13 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
7
  private $db;
8
 
9
  private $model;
10
- private $is_manager = false;
11
 
12
  private $query = array();
13
- private $sql_query = '';
14
  private $executed = false;
15
 
16
  private $rows = array();
17
 
18
-
19
- public function __construct( $model, $query = null, $is_manager = false ) {
20
  global $wpdb;
21
 
22
  $this->db = $wpdb;
@@ -34,7 +31,6 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
34
  'fields' => ''
35
  );
36
  }
37
- $this->is_manager = $is_manager;
38
  }
39
 
40
  public function get( $args = array() ) {
7
  private $db;
8
 
9
  private $model;
 
10
 
11
  private $query = array();
 
12
  private $executed = false;
13
 
14
  private $rows = array();
15
 
16
+ public function __construct( $model, $query = null ) {
 
17
  global $wpdb;
18
 
19
  $this->db = $wpdb;
31
  'fields' => ''
32
  );
33
  }
 
34
  }
35
 
36
  public function get( $args = array() ) {
includes/fields/class-fieldtypes-image.php CHANGED
@@ -348,6 +348,9 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
348
  return empty( $value[0] );
349
  }
350
 
 
 
 
351
  public function store_field_value( &$field, $post_id, $value ) {
352
  if ( ! is_array( $value ) && empty( $value ) ) {
353
  $value = null;
348
  return empty( $value[0] );
349
  }
350
 
351
+ /**
352
+ * @param array|string $value
353
+ */
354
  public function store_field_value( &$field, $post_id, $value ) {
355
  if ( ! is_array( $value ) && empty( $value ) ) {
356
  $value = null;
includes/fields/class-fieldtypes-select.php CHANGED
@@ -97,7 +97,7 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
97
 
98
  if ( $field->get_association() === 'category' ) {
99
  $args = array(
100
- 'taxonomy' => $field->get_association() == 'tags' ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX,
101
  'show_option_none' => null,
102
  'orderby' => wpbdp_get_option( 'categories-order-by' ),
103
  'selected' => ( $this->is_multiple() ? null : ( $value ? end( $value ) : null ) ),
97
 
98
  if ( $field->get_association() === 'category' ) {
99
  $args = array(
100
+ 'taxonomy' => WPBDP_CATEGORY_TAX,
101
  'show_option_none' => null,
102
  'orderby' => wpbdp_get_option( 'categories-order-by' ),
103
  'selected' => ( $this->is_multiple() ? null : ( $value ? end( $value ) : null ) ),
includes/fields/class-fieldtypes-textarea.php CHANGED
@@ -58,7 +58,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
58
  return false;
59
  }
60
 
61
- require_once( $wp_editor_path );
62
 
63
  if ( ! class_exists( '_WP_Editors' ) ) {
64
  return false;
58
  return false;
59
  }
60
 
61
+ require_once $wp_editor_path;
62
 
63
  if ( ! class_exists( '_WP_Editors' ) ) {
64
  return false;
includes/form-fields.php CHANGED
@@ -68,7 +68,7 @@ if ( ! class_exists( 'WPBDP_FormFields' ) ) {
68
  }
69
 
70
  $this->associations[ $association ] = $name ? $name : $association;
71
- $this->association_flags[ $association ] = is_array( $flags ) ? $flags : array( strval( $flags ) );
72
 
73
  if ( ! isset( $this->association_field_types[ $association ] ) ) {
74
  $this->association_field_types[ $association ] = array();
@@ -592,7 +592,7 @@ if ( ! class_exists( 'WPBDP_FieldValidation' ) ) {
592
  }
593
 
594
  public function validate_field( $field, $value, $validator, $args = array() ) {
595
- $args['field-label'] = is_object( $field ) && $field ? apply_filters( 'wpbdp_render_field_label', $field->get_label(), $field ) : __( 'Field', 'business-directory-plugin' );
596
  $args['field'] = $field;
597
 
598
  return call_user_func( array( $this, $validator ), $value, $args );
68
  }
69
 
70
  $this->associations[ $association ] = $name ? $name : $association;
71
+ $this->association_flags[ $association ] = $flags;
72
 
73
  if ( ! isset( $this->association_field_types[ $association ] ) ) {
74
  $this->association_field_types[ $association ] = array();
592
  }
593
 
594
  public function validate_field( $field, $value, $validator, $args = array() ) {
595
+ $args['field-label'] = is_object( $field ) ? apply_filters( 'wpbdp_render_field_label', $field->get_label(), $field ) : __( 'Field', 'business-directory-plugin' );
596
  $args['field'] = $field;
597
 
598
  return call_user_func( array( $this, $validator ), $value, $args );
includes/helpers/class-create-file.php CHANGED
@@ -111,7 +111,7 @@ class WPBDP_Create_File {
111
 
112
  private function get_creds() {
113
  if ( ! function_exists( 'get_filesystem_method' ) ) {
114
- include_once( ABSPATH . 'wp-admin/includes/file.php' );
115
  }
116
 
117
  $access_type = get_filesystem_method();
111
 
112
  private function get_creds() {
113
  if ( ! function_exists( 'get_filesystem_method' ) ) {
114
+ include_once ABSPATH . 'wp-admin/includes/file.php';
115
  }
116
 
117
  $access_type = get_filesystem_method();
includes/helpers/class-field-display-list.php CHANGED
@@ -192,7 +192,6 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
192
 
193
  wpbdp_debug( 'Invalid field key: ' . $key );
194
  return new WPBDP_NoopObject(); // FIXME: templates shouldn't rely on a field existing.
195
- return false;
196
  }
197
 
198
  //
@@ -323,17 +322,15 @@ class _WPBDP_Lightweight_Field_Display_Item {
323
  break;
324
  case 'id':
325
  return $this->field->get_id();
326
- break;
327
  case 'label':
328
  return $this->field->get_label();
329
- break;
330
  case 'tag':
331
  return $this->field->get_tag();
332
- break;
333
  case 'field':
334
  return $this->field;
335
- default:
336
- break;
337
  }
338
 
339
  $this->{$k} = $v;
192
 
193
  wpbdp_debug( 'Invalid field key: ' . $key );
194
  return new WPBDP_NoopObject(); // FIXME: templates shouldn't rely on a field existing.
 
195
  }
196
 
197
  //
322
  break;
323
  case 'id':
324
  return $this->field->get_id();
325
+
326
  case 'label':
327
  return $this->field->get_label();
328
+
329
  case 'tag':
330
  return $this->field->get_tag();
331
+
332
  case 'field':
333
  return $this->field;
 
 
334
  }
335
 
336
  $this->{$k} = $v;
includes/helpers/class-fs.php CHANGED
@@ -111,7 +111,7 @@ final class WPBDP_FS {
111
 
112
  static function unzip( $zipfile, $destdir ) {
113
  if ( ! class_exists( 'PclZip' ) )
114
- require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php' );
115
 
116
  if ( ! wp_is_writable( $destdir ) ) {
117
  return new WP_Error(
111
 
112
  static function unzip( $zipfile, $destdir ) {
113
  if ( ! class_exists( 'PclZip' ) )
114
+ require_once ABSPATH . 'wp-admin/includes/class-pclzip.php';
115
 
116
  if ( ! wp_is_writable( $destdir ) ) {
117
  return new WP_Error(
includes/helpers/class-listing-display-helper.php CHANGED
@@ -60,11 +60,16 @@ class WPBDP_Listing_Display_Helper {
60
  * Get needed parameters for full or partial listing.
61
  *
62
  * @since v5.9
 
63
  */
64
  public static function single_listing_vars( $include = array() ) {
65
  global $post;
66
 
67
- $post_id = isset( $include['id'] ) ? $include['id'] : $post->ID;
 
 
 
 
68
 
69
  $vars = array(
70
  'listing_id' => $post_id,
@@ -199,12 +204,19 @@ class WPBDP_Listing_Display_Helper {
199
  }
200
  }
201
 
 
 
 
202
  public static function fields_vars( $listing_id, $display ) {
203
  $all_fields = wpbdp_get_form_fields();
204
  $display_fields = apply_filters_ref_array( 'wpbdp_render_listing_fields', array( &$all_fields, $listing_id, $display ) );
205
  $fields = array();
 
 
 
 
206
 
207
- $listing_cats = WPBDP_Listing::get( $listing_id )->get_categories( 'ids' );
208
  foreach ( $display_fields as $field ) {
209
  if ( ! $field->validate_categories( $listing_cats ) ) {
210
  continue;
60
  * Get needed parameters for full or partial listing.
61
  *
62
  * @since v5.9
63
+ * @return array
64
  */
65
  public static function single_listing_vars( $include = array() ) {
66
  global $post;
67
 
68
+ $post_id = isset( $include['id'] ) ? $include['id'] : $post->ID;
69
+ $is_listing = isset( $include['id'] ) || ( $post && $post->post_type === wpbdp()->get_post_type() );
70
+ if ( empty( $post_id ) || ! $is_listing ) {
71
+ return array();
72
+ }
73
 
74
  $vars = array(
75
  'listing_id' => $post_id,
204
  }
205
  }
206
 
207
+ /**
208
+ * @return array
209
+ */
210
  public static function fields_vars( $listing_id, $display ) {
211
  $all_fields = wpbdp_get_form_fields();
212
  $display_fields = apply_filters_ref_array( 'wpbdp_render_listing_fields', array( &$all_fields, $listing_id, $display ) );
213
  $fields = array();
214
+ $listing = WPBDP_Listing::get( $listing_id );
215
+ if ( ! $listing ) {
216
+ return array();
217
+ }
218
 
219
+ $listing_cats = $listing->get_categories( 'ids' );
220
  foreach ( $display_fields as $field ) {
221
  if ( ! $field->validate_categories( $listing_cats ) ) {
222
  continue;
includes/helpers/class-listing-search.php CHANGED
@@ -274,10 +274,7 @@ class WPBDP__Listing_Search {
274
  $termsq[] = array( $field_id, $k );
275
  }
276
 
277
- if ( $termsq ) {
278
- $subq[] = $termsq;
279
- }
280
-
281
  $subq[] = array( $field_id, $term );
282
 
283
  $res[] = $subq;
274
  $termsq[] = array( $field_id, $k );
275
  }
276
 
277
+ $subq[] = $termsq;
 
 
 
278
  $subq[] = array( $field_id, $term );
279
 
280
  $res[] = $subq;
includes/helpers/functions/general.php CHANGED
@@ -462,14 +462,14 @@ function _wpbdp_should_image_be_resized( $id, $args = array() ) {
462
  }
463
 
464
  $def_width = absint( isset( $args['width'] ) ? $args['width'] : wpbdp_get_option( 'thumbnail-width' ) );
465
- $width = isset( $metadata['width'] ) ? absint( $metadata['width'] ) : 0;
466
 
467
  if ( ! $width || $width <= $def_width ) {
468
  return false;
469
  }
470
 
471
  $def_height = absint( isset( $args['height'] ) ? $args['height'] : wpbdp_get_option( 'thumbnail-height' ) );
472
- $height = isset( $metadata['height'] ) ? absint( $metadata['height'] ) : 0;
473
 
474
  if ( ! $height || $height <= $def_height ) {
475
  return false;
@@ -1309,16 +1309,16 @@ function wpbdp_delete_page_ids_cache() {
1309
  * @since 5.5.2
1310
  */
1311
  function wpbdp_get_return_link() {
1312
- $referer = ! empty( $_SERVER['HTTP_REFERER'] ) ? filter_var( wpbdp_get_server_value( 'HTTP_REFERER' ), FILTER_VALIDATE_URL ) : '';
 
 
1313
 
1314
- if ( ! $referer ) {
1315
- return;
1316
- }
1317
-
1318
- $referer_vars = array();
1319
- $msg = '';
1320
-
1321
- wp_parse_str( wp_parse_url( $referer, PHP_URL_QUERY ), $referer_vars );
1322
 
1323
  if ( $referer_vars && isset( $referer_vars['wpbdp_view'] ) ) {
1324
  if ( 'search' === $referer_vars['wpbdp_view'] ) {
@@ -1335,7 +1335,7 @@ function wpbdp_get_return_link() {
1335
  }
1336
 
1337
  if ( $msg ) {
1338
- echo '<p class="wpbdp-goback"><a href="' . esc_url( $referer ) . '" >&larr; ' . esc_html( $msg ) . '</a></p>';
1339
  }
1340
 
1341
  }
462
  }
463
 
464
  $def_width = absint( isset( $args['width'] ) ? $args['width'] : wpbdp_get_option( 'thumbnail-width' ) );
465
+ $width = absint( $metadata['width'] );
466
 
467
  if ( ! $width || $width <= $def_width ) {
468
  return false;
469
  }
470
 
471
  $def_height = absint( isset( $args['height'] ) ? $args['height'] : wpbdp_get_option( 'thumbnail-height' ) );
472
+ $height = absint( $metadata['height'] );
473
 
474
  if ( ! $height || $height <= $def_height ) {
475
  return false;
1309
  * @since 5.5.2
1310
  */
1311
  function wpbdp_get_return_link() {
1312
+ $referer = ! empty( $_SERVER['HTTP_REFERER'] ) ? filter_var( wpbdp_get_server_value( 'HTTP_REFERER' ), FILTER_VALIDATE_URL ) : '';
1313
+ $msg = '';
1314
+ $referer_vars = array();
1315
 
1316
+ if ( $referer ) {
1317
+ wp_parse_str( wp_parse_url( $referer, PHP_URL_QUERY ), $referer_vars );
1318
+ } else {
1319
+ $msg = __( 'Return to Directory', 'business-directory-plugin' );
1320
+ $referer = wpbdp_url( '/' );
1321
+ }
 
 
1322
 
1323
  if ( $referer_vars && isset( $referer_vars['wpbdp_view'] ) ) {
1324
  if ( 'search' === $referer_vars['wpbdp_view'] ) {
1335
  }
1336
 
1337
  if ( $msg ) {
1338
+ echo '<span class="wpbdp-goback"><a href="' . esc_url( $referer ) . '" >' . esc_html( $msg ) . '</a></span>';
1339
  }
1340
 
1341
  }
includes/helpers/functions/logging.php CHANGED
@@ -60,6 +60,7 @@ function wpbdp_get_log( $id ) {
60
 
61
  /**
62
  * @since 5.0
 
63
  */
64
  function wpbdp_get_logs( $args = array() ) {
65
  $defaults = array(
60
 
61
  /**
62
  * @since 5.0
63
+ * @return array|null
64
  */
65
  function wpbdp_get_logs( $args = array() ) {
66
  $defaults = array(
includes/helpers/functions/templates-ui.php CHANGED
@@ -51,25 +51,23 @@ function _wpbdp_padded_count( &$term, $return = false ) {
51
 
52
  $tree_ids = array_merge( array( $term->term_id ), get_term_children( $term->term_id, WPBDP_CATEGORY_TAX ) );
53
 
54
- if ( $tree_ids ) {
55
- $format = implode( ', ', array_fill( 0, count( $tree_ids ), '%d' ) );
56
- $tt_ids = $wpdb->get_col(
57
- $wpdb->prepare(
58
- "SELECT term_taxonomy_id FROM {$wpdb->term_taxonomy} WHERE term_id IN ( $format ) AND taxonomy = %s",
59
- array_merge( (array) $tree_ids, array( WPBDP_CATEGORY_TAX ) )
60
- )
61
- );
62
 
63
- if ( $tt_ids ) {
64
- $format = implode( ', ', array_fill( 0, count( $tt_ids ), '%d' ) );
65
- $query = $wpdb->prepare(
66
- "SELECT COUNT(DISTINCT r.object_id) FROM {$wpdb->term_relationships} r INNER JOIN {$wpdb->posts} p ON p.ID = r.object_id WHERE p.post_status = %s and p.post_type = %s AND term_taxonomy_id IN ( $format )",
67
- array_merge( array( 'publish', WPBDP_POST_TYPE ), (array) $tt_ids )
68
- );
69
 
70
- $count = intval( $wpdb->get_var( $query ) );
71
- }
72
- }
73
 
74
  $count = apply_filters( '_wpbdp_padded_count', $count, $term );
75
  }
@@ -653,7 +651,6 @@ class WPBDP_ListingFieldDisplayItem {
653
 
654
  $this->html_ = $this->field->display( $this->listing_id, $this->display );
655
  return $this->html_;
656
- break;
657
 
658
  case 'html_value':
659
  if ( $this->html_value_ ) {
@@ -662,7 +659,6 @@ class WPBDP_ListingFieldDisplayItem {
662
 
663
  $this->html_value_ = $this->field->html_value( $this->listing_id );
664
  return $this->html_value_;
665
- break;
666
 
667
  case 'value':
668
  if ( $this->value_ ) {
@@ -671,10 +667,6 @@ class WPBDP_ListingFieldDisplayItem {
671
 
672
  $this->value_ = $this->field->value( $this->listing_id );
673
  return $this->value_;
674
- break;
675
-
676
- default:
677
- break;
678
  }
679
  }
680
 
51
 
52
  $tree_ids = array_merge( array( $term->term_id ), get_term_children( $term->term_id, WPBDP_CATEGORY_TAX ) );
53
 
54
+ $format = implode( ', ', array_fill( 0, count( $tree_ids ), '%d' ) );
55
+ $tt_ids = $wpdb->get_col(
56
+ $wpdb->prepare(
57
+ "SELECT term_taxonomy_id FROM {$wpdb->term_taxonomy} WHERE term_id IN ( $format ) AND taxonomy = %s",
58
+ array_merge( (array) $tree_ids, array( WPBDP_CATEGORY_TAX ) )
59
+ )
60
+ );
 
61
 
62
+ if ( $tt_ids ) {
63
+ $format = implode( ', ', array_fill( 0, count( $tt_ids ), '%d' ) );
64
+ $query = $wpdb->prepare(
65
+ "SELECT COUNT(DISTINCT r.object_id) FROM {$wpdb->term_relationships} r INNER JOIN {$wpdb->posts} p ON p.ID = r.object_id WHERE p.post_status = %s and p.post_type = %s AND term_taxonomy_id IN ( $format )",
66
+ array_merge( array( 'publish', WPBDP_POST_TYPE ), (array) $tt_ids )
67
+ );
68
 
69
+ $count = intval( $wpdb->get_var( $query ) );
70
+ }
 
71
 
72
  $count = apply_filters( '_wpbdp_padded_count', $count, $term );
73
  }
651
 
652
  $this->html_ = $this->field->display( $this->listing_id, $this->display );
653
  return $this->html_;
 
654
 
655
  case 'html_value':
656
  if ( $this->html_value_ ) {
659
 
660
  $this->html_value_ = $this->field->html_value( $this->listing_id );
661
  return $this->html_value_;
 
662
 
663
  case 'value':
664
  if ( $this->value_ ) {
667
 
668
  $this->value_ = $this->field->value( $this->listing_id );
669
  return $this->value_;
 
 
 
 
670
  }
671
  }
672
 
includes/installer.php CHANGED
@@ -41,7 +41,7 @@ class WPBDP_Installer {
41
  if ( $this->installed_version ) {
42
  wpbdp_log( 'WPBDP is already installed.' );
43
  $this->_update();
44
- } else if ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
45
  wpbdp_log( 'New installation. Creating default form fields.' );
46
  global $wpbdp;
47
 
@@ -242,7 +242,7 @@ class WPBDP_Installer {
242
  throw new Exception( "Can't load migration class: $file." );
243
  }
244
 
245
- require_once( $file );
246
 
247
  return new $classname( $this );
248
  }
41
  if ( $this->installed_version ) {
42
  wpbdp_log( 'WPBDP is already installed.' );
43
  $this->_update();
44
+ } elseif ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
45
  wpbdp_log( 'New installation. Creating default form fields.' );
46
  global $wpbdp;
47
 
242
  throw new Exception( "Can't load migration class: $file." );
243
  }
244
 
245
+ require_once $file;
246
 
247
  return new $classname( $this );
248
  }
includes/licensing.php CHANGED
@@ -37,6 +37,7 @@ class WPBDP_Licensing {
37
 
38
  /**
39
  * @since 5.10
 
40
  */
41
  private function get_license_errors() {
42
  if ( $this->licenses_errors !== 0 ) {
@@ -103,7 +104,7 @@ class WPBDP_Licensing {
103
  }
104
 
105
  $errors = $this->get_license_errors();
106
- if ( ! $errors ) {
107
  return;
108
  }
109
 
@@ -441,13 +442,9 @@ class WPBDP_Licensing {
441
  return $license;
442
  }
443
 
444
- if ( is_wp_error( $response ) ) {
445
- return $response;
446
- }
447
-
448
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
449
 
450
- if ( ! is_object( $license_data ) || ! $license_data || ! isset( $license_data->license ) ) {
451
  return new WP_Error( 'invalid-license', esc_html__( 'License key is invalid', 'business-directory-plugin' ) );
452
  }
453
 
@@ -471,7 +468,7 @@ class WPBDP_Licensing {
471
  private function process_license_response( $response, $item_type, $item_id, $key ) {
472
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
473
 
474
- if ( is_object( $license_data ) && $license_data && isset( $license_data->license ) && 'valid' === $license_data->license ) {
475
  return array(
476
  'license_key' => $key,
477
  'status' => 'valid',
37
 
38
  /**
39
  * @since 5.10
40
+ * @return array|string
41
  */
42
  private function get_license_errors() {
43
  if ( $this->licenses_errors !== 0 ) {
104
  }
105
 
106
  $errors = $this->get_license_errors();
107
+ if ( ! is_array( $errors ) ) {
108
  return;
109
  }
110
 
442
  return $license;
443
  }
444
 
 
 
 
 
445
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
446
 
447
+ if ( ! is_object( $license_data ) || ! isset( $license_data->license ) ) {
448
  return new WP_Error( 'invalid-license', esc_html__( 'License key is invalid', 'business-directory-plugin' ) );
449
  }
450
 
468
  private function process_license_response( $response, $item_type, $item_id, $key ) {
469
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
470
 
471
+ if ( is_object( $license_data ) && isset( $license_data->license ) && 'valid' === $license_data->license ) {
472
  return array(
473
  'license_key' => $key,
474
  'status' => 'valid',
includes/models/class-fee-plan.php CHANGED
@@ -212,6 +212,9 @@ final class WPBDP__Fee_Plan {
212
  return true;
213
  }
214
 
 
 
 
215
  public static function get_instance( $fee_id ) {
216
  global $wpdb;
217
 
212
  return true;
213
  }
214
 
215
+ /**
216
+ * @return false|WPBDP__Fee_Plan
217
+ */
218
  public static function get_instance( $fee_id ) {
219
  global $wpdb;
220
 
includes/models/class-listing.php CHANGED
@@ -9,7 +9,6 @@ require_once WPBDP_PATH . 'includes/helpers/class-listing-image.php';
9
  class WPBDP_Listing {
10
 
11
  private $id = 0;
12
- private $new = true;
13
 
14
  public function __construct( $id ) {
15
  $this->id = intval( $id );
@@ -193,10 +192,8 @@ class WPBDP_Listing {
193
  $images = $this->get_images( 'ids' );
194
 
195
  if ( ! $images ) {
196
- if ( $thumbnail ) {
197
- // Clear out previous value.
198
- $this->set_thumbnail_id( 0 );
199
- }
200
  return null;
201
  }
202
 
@@ -1205,7 +1202,6 @@ class WPBDP_Listing {
1205
  return null;
1206
 
1207
  $l = new self( $id );
1208
- $l->new = false;
1209
  return $l;
1210
  }
1211
  }
9
  class WPBDP_Listing {
10
 
11
  private $id = 0;
 
12
 
13
  public function __construct( $id ) {
14
  $this->id = intval( $id );
192
  $images = $this->get_images( 'ids' );
193
 
194
  if ( ! $images ) {
195
+ // Clear out previous value.
196
+ $this->set_thumbnail_id( 0 );
 
 
197
  return null;
198
  }
199
 
1202
  return null;
1203
 
1204
  $l = new self( $id );
 
1205
  return $l;
1206
  }
1207
  }
includes/payment.php CHANGED
@@ -5,9 +5,9 @@
5
  * @package BDP/Includes/Views/Checkout
6
  */
7
 
8
- require_once( WPBDP_PATH . 'includes/models/class-payment.php' );
9
- require_once( WPBDP_INC . 'abstracts/class-payment-gateway.php' );
10
- require_once( WPBDP_PATH . 'includes/class-fees-api.php' );
11
 
12
 
13
  if ( ! class_exists( 'WPBDP_PaymentsAPI' ) ) {
@@ -67,7 +67,6 @@ class WPBDP_PaymentsAPI {
67
  <?php } ?>
68
  <?php
69
  $bill_to = '';
70
-
71
  $bill_to .= ( $payment->payer_first_name || $payment->payer_last_name ) ? $payment->payer_first_name . ' ' . $payment->payer_last_name : $current_user->display_name;
72
  $bill_to .= $payment->payer_data ? '<br />' . implode( '<br />', $payment->get_payer_address() ) : '';
73
  $bill_to .= '<br />';
5
  * @package BDP/Includes/Views/Checkout
6
  */
7
 
8
+ require_once WPBDP_PATH . 'includes/models/class-payment.php';
9
+ require_once WPBDP_INC . 'abstracts/class-payment-gateway.php';
10
+ require_once WPBDP_PATH . 'includes/class-fees-api.php';
11
 
12
 
13
  if ( ! class_exists( 'WPBDP_PaymentsAPI' ) ) {
67
  <?php } ?>
68
  <?php
69
  $bill_to = '';
 
70
  $bill_to .= ( $payment->payer_first_name || $payment->payer_last_name ) ? $payment->payer_first_name . ' ' . $payment->payer_last_name : $current_user->display_name;
71
  $bill_to .= $payment->payer_data ? '<br />' . implode( '<br />', $payment->get_payer_address() ) : '';
72
  $bill_to .= '<br />';
includes/template-sections.php CHANGED
@@ -21,7 +21,7 @@ class _WPBDP_Template_Sections {
21
 
22
  public function listing_contact_form( $vars ) {
23
  if ( ! class_exists( 'WPBDP__Views__Listing_Contact' ) )
24
- require_once( WPBDP_INC . 'controllers/pages/class-listing-contact.php' );
25
 
26
  $v = new WPBDP__Views__Listing_Contact();
27
  return $v->render_form( $vars['listing_id'] );
21
 
22
  public function listing_contact_form( $vars ) {
23
  if ( ! class_exists( 'WPBDP__Views__Listing_Contact' ) )
24
+ require_once WPBDP_INC . 'controllers/pages/class-listing-contact.php';
25
 
26
  $v = new WPBDP__Views__Listing_Contact();
27
  return $v->render_form( $vars['listing_id'] );
includes/themes.php CHANGED
@@ -27,11 +27,6 @@ class WPBDP_Themes {
27
 
28
  $this->set_template_dirs();
29
 
30
- // Keep settings controlling themes licenses in sync (Settings API <-> Themes API).
31
- // FIXME: this should be removed once everything is handled by the Settings API + Licensing API, but we're not
32
- // there yet.
33
- $this->sync_settings();
34
-
35
  // Add some extra data to theme information.
36
  $this->add_theme_data();
37
 
@@ -456,28 +451,6 @@ class WPBDP_Themes {
456
  return $info;
457
  }
458
 
459
- public function sync_settings() {
460
- return;
461
- $themes_data = get_option( 'wpbdp-themes-licenses', array() );
462
- $wpbdp_settings = get_option( 'wpbdp_settings', array() );
463
-
464
- if ( $themes_data ) {
465
- $changed = false;
466
- foreach ( $themes_data as $theme_id => $theme_data ) {
467
- if ( ! array_key_exists( 'license-key-theme-' . $theme_id, $wpbdp_settings ) ) {
468
- $changed = true;
469
- $wpbdp_settings[ 'license-key-theme-' . $theme_id ] = $theme_data['license'];
470
- update_option( 'wpbdp-license-status-theme-' . $theme_id, $theme_data['status'] );
471
- }
472
- }
473
-
474
- if ( $changed ) {
475
- update_option( 'wpbdp_settings', $wpbdp_settings );
476
- }
477
- }
478
-
479
- }
480
-
481
  function add_theme_data() {
482
  foreach ( $this->themes as &$t ) {
483
  $t->is_core_theme = $this->_is_core_theme( $t );
@@ -977,6 +950,9 @@ class WPBDP_Themes {
977
  return $dest_dir;
978
  }
979
 
 
 
 
980
  }
981
 
982
  function wpbdp_x_render( $template_id, $vars = array(), $wrapper = '' ) {
27
 
28
  $this->set_template_dirs();
29
 
 
 
 
 
 
30
  // Add some extra data to theme information.
31
  $this->add_theme_data();
32
 
451
  return $info;
452
  }
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  function add_theme_data() {
455
  foreach ( $this->themes as &$t ) {
456
  $t->is_core_theme = $this->_is_core_theme( $t );
950
  return $dest_dir;
951
  }
952
 
953
+ public function sync_settings() {
954
+ _deprecated_function( __METHOD__, '5.0' );
955
+ }
956
  }
957
 
958
  function wpbdp_x_render( $template_id, $vars = array(), $wrapper = '' ) {
includes/utils.php CHANGED
@@ -3,11 +3,11 @@
3
  * @package WPBDP
4
  */
5
 
6
- require_once( WPBDP_INC . 'debugging.php' );
7
- require_once( WPBDP_INC . 'helpers/class-database-helper.php' );
8
- require_once( WPBDP_INC . 'helpers/class-email.php' );
9
- require_once( WPBDP_INC . 'compatibility/class-ajax-response.php' );
10
- require_once( WPBDP_INC . 'helpers/class-fs.php' );
11
 
12
  class WPBDP_Utils {
13
 
@@ -813,14 +813,9 @@ function wpbdp_starts_with( $str, $prefix, $case_sensitive = true ) {
813
  * @since 3.1
814
  */
815
  function wpbdp_format_time( $time = null, $format = 'mysql', $time_is_date = false ) {
816
- // TODO: add more formats
817
- switch ( $format ) {
818
- case 'mysql':
819
- return date( 'Y-m-d H:i:s', $time );
820
- break;
821
- default:
822
- break;
823
- }
824
 
825
  return $time;
826
  }
@@ -940,8 +935,9 @@ function wpbdp_email_from_template( $setting_or_file, $replacements = array(), $
940
  if ( ( ! $setting && ! $file && ! $object ) || ( $setting && 'email_template' != $setting['type'] ) )
941
  return false;
942
 
943
- if ( ! class_exists( 'WPBDP_Email' ) )
944
- require_once( WPBDP_PATH . 'includes/helpers/class-email.php' );
 
945
 
946
  $placeholders = $setting ? ( isset( $setting['placeholders'] ) && is_array( $setting['placeholders'] ) ? $setting['placeholders'] : array() ) : array();
947
 
3
  * @package WPBDP
4
  */
5
 
6
+ require_once WPBDP_INC . 'debugging.php';
7
+ require_once WPBDP_INC . 'helpers/class-database-helper.php';
8
+ require_once WPBDP_INC . 'helpers/class-email.php';
9
+ require_once WPBDP_INC . 'compatibility/class-ajax-response.php';
10
+ require_once WPBDP_INC . 'helpers/class-fs.php';
11
 
12
  class WPBDP_Utils {
13
 
813
  * @since 3.1
814
  */
815
  function wpbdp_format_time( $time = null, $format = 'mysql', $time_is_date = false ) {
816
+ if ( $format === 'mysql' ) {
817
+ $time = date( 'Y-m-d H:i:s', $time );
818
+ }
 
 
 
 
 
819
 
820
  return $time;
821
  }
935
  if ( ( ! $setting && ! $file && ! $object ) || ( $setting && 'email_template' != $setting['type'] ) )
936
  return false;
937
 
938
+ if ( ! class_exists( 'WPBDP_Email' ) ) {
939
+ require_once WPBDP_PATH . 'includes/helpers/class-email.php';
940
+ }
941
 
942
  $placeholders = $setting ? ( isset( $setting['placeholders'] ) && is_array( $setting['placeholders'] ) ? $setting['placeholders'] : array() ) : array();
943
 
includes/widgets/widget-featured-listings.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
3
 
4
  /**
5
  * Featured listings widget.
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/widgets/class-listings-widget.php';
3
 
4
  /**
5
  * Featured listings widget.
includes/widgets/widget-random-listings.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
3
 
4
  /**
5
  * Random listings widget.
1
  <?php
2
+ require_once WPBDP_PATH . 'includes/widgets/class-listings-widget.php';
3
 
4
  /**
5
  * Random listings widget.
languages/business-directory-plugin-ar.mo CHANGED
Binary file
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -76,7 +76,7 @@ msgstr "تصنيف الدليل"
76
  #: includes/admin/settings/class-settings-bootstrap.php:691
77
  #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
- #: includes/helpers/functions/templates-ui.php:310
80
  msgid "Directory"
81
  msgstr "الدليل"
82
 
@@ -132,7 +132,7 @@ msgid "Form Fields"
132
  msgstr "حقول الاستمارة"
133
 
134
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
135
- #: includes/licensing.php:219
136
  #, fuzzy
137
  msgid "Modules"
138
  msgstr "(جميع الوحدات)"
@@ -142,7 +142,7 @@ msgstr "(جميع الوحدات)"
142
  msgid "Business Directory"
143
  msgstr "دليل الأعمال"
144
 
145
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
146
  #, fuzzy
147
  msgid "Upgrade to Premium"
148
  msgstr "ترقية إلى %s"
@@ -152,12 +152,12 @@ msgstr "ترقية إلى %s"
152
  msgid "Directory Listings"
153
  msgstr "رابط لطيف لإعلانات الدليل"
154
 
155
- #: includes/admin/class-admin.php:1064
156
  #, fuzzy
157
  msgid "Could not send renewal email."
158
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
159
 
160
- #: includes/admin/class-admin.php:1198
161
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
162
  #: includes/admin/helpers/tables/class-payments-table.php:64
163
  #: templates/email/listing-added.tpl.php:7
@@ -167,13 +167,13 @@ msgstr "إرسال رسالة بريد إلكتروني بخصوص التجدي
167
  msgid "ID"
168
  msgstr "المعرف"
169
 
170
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
171
  #: includes/admin/settings/class-settings-bootstrap.php:717
172
  #, fuzzy
173
  msgid "Listing Count"
174
  msgstr "عدد الإعلانات"
175
 
176
- #: includes/admin/class-admin.php:1365
177
  #, fuzzy
178
  msgid ""
179
  "We noticed you want your Business Directory users to register before posting "
@@ -268,14 +268,14 @@ msgid "See an example CSV import file"
268
  msgstr "مشاهدة مثال لملف استيراد CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
- #: templates/admin/csv-import.tpl.php:287
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "المساعدة"
275
 
276
  #: includes/admin/controllers/class-admin-fees.php:46
277
  #: includes/admin/helpers/tables/class-payments-table.php:67
278
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
279
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -287,13 +287,13 @@ msgstr "القدر"
287
  #: includes/admin/controllers/class-admin-fees.php:48
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
  #: includes/admin/settings/class-settings-bootstrap.php:907
290
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "الصور"
294
 
295
  #: includes/admin/controllers/class-admin-fees.php:80
296
- #: includes/admin/helpers/class-modules-list.php:236
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "ترقية إلى %s"
@@ -364,7 +364,7 @@ msgid "Attributes"
364
  msgstr "سمات الحقل"
365
 
366
  #: includes/admin/controllers/class-admin-listings.php:339
367
- #: includes/helpers/class-listing-display-helper.php:132
368
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
369
  #, fuzzy
370
  msgid "Featured"
@@ -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:247
471
  #: templates/checkout-billing-form.tpl.php:75
472
  #, fuzzy
473
  msgid "Address"
@@ -531,36 +531,36 @@ msgstr "تويتر"
531
  msgid "Website"
532
  msgstr "موقع الأنترنيت"
533
 
534
- #: includes/admin/controllers/class-settings-admin.php:636
535
  msgid "Your license key provides access to new features and updates."
536
  msgstr ""
537
 
538
- #: includes/admin/controllers/class-settings-admin.php:638
539
  #, fuzzy
540
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
541
  msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
542
 
543
- #: includes/admin/controllers/class-settings-admin.php:650
544
  msgid "Build more powerful directories"
545
  msgstr ""
546
 
547
- #: includes/admin/controllers/class-settings-admin.php:651
548
  msgid ""
549
  "Add category images, maps, filter by location, payment gateways, and more."
550
  msgstr ""
551
 
552
- #: includes/admin/controllers/class-settings-admin.php:652
553
- #: includes/admin/helpers/class-modules-list.php:235
554
  #, fuzzy
555
  msgid "Upgrade Now"
556
  msgstr "ترقية إلى %s"
557
 
558
- #: includes/admin/controllers/class-settings-admin.php:653
559
  #, fuzzy
560
  msgid "Already purchased?"
561
  msgstr "مُركب مسبقا"
562
 
563
- #: includes/admin/controllers/class-settings-admin.php:712
564
  #: includes/admin/helpers/tables/class-fees-table.php:182
565
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
566
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -596,17 +596,17 @@ msgstr ""
596
  msgid "You are not allowed to do that."
597
  msgstr ""
598
 
599
- #: includes/admin/csv-import.php:428
600
  #, fuzzy
601
  msgid "There was an error uploading the file:"
602
  msgstr "حدث خطأ أثناء رفع ملف CSV."
603
 
604
- #: includes/admin/csv-import.php:433
605
  #, fuzzy
606
  msgid "Please upload the correct file type."
607
  msgstr "المرجو رفع أو حدد ملف CSV."
608
 
609
- #: includes/admin/helpers/class-listing-information-metabox.php:15
610
  #: includes/admin/helpers/tables/class-payments-table.php:63
611
  #: includes/admin/settings/class-settings-bootstrap.php:667
612
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -616,7 +616,7 @@ msgstr "المرجو رفع أو حدد ملف CSV."
616
  msgid "Listing"
617
  msgstr "إعلان"
618
 
619
- #: includes/admin/helpers/class-listing-timeline.php:121
620
  #: includes/class-listings-api.php:33
621
  #, fuzzy
622
  msgid "Listing renewed"
@@ -639,7 +639,7 @@ msgstr "مفعل"
639
  msgid "Not Installed"
640
  msgstr "غير منصب"
641
 
642
- #: includes/admin/helpers/class-modules-list.php:225
643
  #: includes/controllers/class-smtp.php:317
644
  #: templates/admin/themes-item.tpl.php:58
645
  #, fuzzy
@@ -651,7 +651,7 @@ msgstr "قم بالتفعيل"
651
  msgid "Hide notifications"
652
  msgstr "تنبيهات البريد الإلكتروني"
653
 
654
- #: includes/admin/helpers/csv/class-csv-import.php:674
655
  #, fuzzy
656
  msgid "Listing imported by admin. Payment skipped."
657
  msgstr "Poster annonce(paiement initial)"
@@ -716,14 +716,14 @@ msgid "Disabled"
716
  msgstr "معطل"
717
 
718
  #: includes/admin/helpers/tables/class-fees-table.php:297
719
- #: includes/helpers/functions/templates-ui.php:434
720
  #, fuzzy
721
  msgid "Default"
722
  msgstr "رسوم افتراضية"
723
 
724
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
725
  #: includes/fields/class-fieldtypes-social.php:135
726
- #: templates/admin/csv-import.tpl.php:303
727
  #, fuzzy
728
  msgid "Type"
729
  msgstr "نوع"
@@ -766,7 +766,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:1249
770
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
771
  #: templates/listing-contactform.tpl.php:33
772
  #: templates/listing-flagging-form.tpl.php:39
@@ -1118,7 +1118,7 @@ msgstr ""
1118
  msgid "Uninstall"
1119
  msgstr "حذف"
1120
 
1121
- #: includes/admin/settings/class-settings.php:514
1122
  msgid "%s cannot include spaces, commas, or &"
1123
  msgstr ""
1124
 
@@ -1167,7 +1167,7 @@ msgstr "دليل الأعمال - ترقية يدوية"
1167
  msgid "Directory Manual Upgrade"
1168
  msgstr "دليل الأعمال - ترقية يدوية"
1169
 
1170
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1171
  msgid ""
1172
  "Business Directory features are currently disabled because the plugin needs "
1173
  "to perform a manual upgrade before it can be used."
@@ -1175,29 +1175,29 @@ msgstr ""
1175
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1176
  "يدوية قبل أن تصلح للاستخدام."
1177
 
1178
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1179
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1180
  msgstr "إضغط على \"إبدأ الترقية\" وانتظر حتى انتهاء العملية."
1181
 
1182
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1183
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1184
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1185
  #, fuzzy
1186
  msgid "Business Directory - Featured Levels Migration"
1187
  msgstr "دليل الأعمال - إعلانات مميزة"
1188
 
1189
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1190
  #: templates/admin/fees-form.tpl.php:17
1191
  #, fuzzy
1192
  msgid "Plan Label"
1193
  msgstr "تسمية الحقل"
1194
 
1195
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1196
  #, fuzzy
1197
  msgid "Duration"
1198
  msgstr "المدة"
1199
 
1200
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1201
  #, fuzzy
1202
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1203
  msgstr "تعذر تحديث القالب : %s"
@@ -1222,7 +1222,7 @@ msgstr ""
1222
  msgid "View Docs"
1223
  msgstr "Vue"
1224
 
1225
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1226
  #, fuzzy
1227
  msgid "Settings"
1228
  msgstr "إعدادات"
@@ -1310,7 +1310,7 @@ msgid "View Listing"
1310
  msgstr "عرض الإعلان"
1311
 
1312
  #: includes/class-cpt-integration.php:22
1313
- #: includes/helpers/functions/templates-ui.php:372
1314
  #: templates/main-box.tpl.php:23
1315
  msgid "Search Listings"
1316
  msgstr "البحث في الإعلانات"
@@ -1323,24 +1323,24 @@ msgstr "لم يتم العثور على إعلانات"
1323
  msgid "No listings found in trash"
1324
  msgstr "لم يتم العثور على إعلانات في سلة المهملات"
1325
 
1326
- #: includes/class-cpt-integration.php:46
1327
  msgid "Directory Categories"
1328
  msgstr "تصنيفات الدليل"
1329
 
1330
- #: includes/class-cpt-integration.php:47
1331
  msgid "Directory Category"
1332
  msgstr "تصنيف الدليل"
1333
 
1334
- #: includes/class-cpt-integration.php:58
1335
  msgid "Directory Tags"
1336
  msgstr "وسوم الدليل"
1337
 
1338
- #: includes/class-cpt-integration.php:59
1339
  msgid "Directory Tag"
1340
  msgstr "وسم الدليل"
1341
 
1342
  #. translators: %s: listing count
1343
- #: includes/class-cpt-integration.php:253
1344
  #, fuzzy
1345
  msgid "%s listing updated."
1346
  msgid_plural "%s listings updated."
@@ -1352,7 +1352,7 @@ msgstr[4] "تم تحرير الإعلان"
1352
  msgstr[5] "تم تحرير الإعلان"
1353
 
1354
  #. translators: %s: listing count
1355
- #: includes/class-cpt-integration.php:255
1356
  msgid "%s listing not updated, somebody is editing it."
1357
  msgid_plural "%s listings not updated, somebody is editing them."
1358
  msgstr[0] ""
@@ -1363,7 +1363,7 @@ msgstr[4] ""
1363
  msgstr[5] ""
1364
 
1365
  #. translators: %s: listing count
1366
- #: includes/class-cpt-integration.php:257
1367
  #, fuzzy
1368
  msgid "%s listing permanently deleted."
1369
  msgid_plural "%s listings permanently deleted."
@@ -1375,7 +1375,7 @@ msgstr[4] "إنتهاء صلاحية الإعلان"
1375
  msgstr[5] "إنتهاء صلاحية الإعلان"
1376
 
1377
  #. translators: %s: listing count
1378
- #: includes/class-cpt-integration.php:259
1379
  #, fuzzy
1380
  msgid "%s listing moved to the Trash."
1381
  msgid_plural "%s listings moved to the Trash."
@@ -1387,7 +1387,7 @@ msgstr[4] "لم يتم العثور على إعلانات في سلة المهم
1387
  msgstr[5] "لم يتم العثور على إعلانات في سلة المهملات"
1388
 
1389
  #. translators: %s: listing count
1390
- #: includes/class-cpt-integration.php:261
1391
  #, fuzzy
1392
  msgid "%s listing restored from the Trash."
1393
  msgid_plural "%s listings restored from the Trash."
@@ -1403,43 +1403,29 @@ msgstr[5] "تم حذف إعلانك."
1403
  msgid "Free Listing"
1404
  msgstr "إعلان مجاني"
1405
 
1406
- #: includes/class-meta.php:139
1407
- #: includes/controllers/pages/class-submit-listing.php:32
1408
- #: includes/helpers/functions/templates-ui.php:332
1409
- #: templates/submit-listing.tpl.php:17
1410
- #, fuzzy
1411
- msgid "Add Listing"
1412
- msgstr "إضافة رسوم الإعلان"
1413
-
1414
- #: includes/class-meta.php:149
1415
- #: includes/controllers/pages/class-all-listings.php:6
1416
- #: includes/helpers/functions/templates-ui.php:319
1417
- msgid "View All Listings"
1418
- msgstr "مشاهدة جميع الإعلانات"
1419
-
1420
  #: includes/class-payment-gateways.php:146
1421
  msgid ""
1422
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1423
  "to set up a gateway. Until you do this, only free plans will be available."
1424
  msgstr ""
1425
 
1426
- #: includes/class-wpbdp.php:577
1427
  #, fuzzy
1428
  msgid "Could not find listing ID"
1429
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1430
 
1431
- #: includes/class-wpbdp.php:584
1432
  msgid ""
1433
  "Could not verify the image upload request. If problem persists contact site "
1434
  "admin."
1435
  msgstr ""
1436
 
1437
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1438
  #, fuzzy
1439
  msgid "Could not find image ID"
1440
  msgstr "تعذر تحديث القالب : %s"
1441
 
1442
- #: includes/class-wpbdp.php:623
1443
  #, fuzzy
1444
  msgid ""
1445
  "The directory features are disabled at this time because a <a>manual "
@@ -1448,7 +1434,7 @@ msgstr ""
1448
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1449
  "يدوية قبل المتابعة."
1450
 
1451
- #: includes/class-wpbdp.php:630
1452
  msgid ""
1453
  "The directory is not available at this time. Please try again in a few "
1454
  "minutes or contact the administrator if the problem persists."
@@ -1469,7 +1455,7 @@ msgstr ""
1469
  #: includes/compatibility/class-navxt-integration.php:208
1470
  #: includes/widgets/widget-search.php:127
1471
  #: templates/admin/payments-index.tpl.php:13
1472
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1473
  #: templates/search.tpl.php:5
1474
  #, fuzzy
1475
  msgid "Search"
@@ -1579,12 +1565,17 @@ msgstr "بدء الاستيراد"
1579
  msgid "Go to SMTP settings"
1580
  msgstr "الذهاب إلى إعلانك"
1581
 
1582
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1583
  #: includes/controllers/pages/class-manage-listings.php:109
1584
  msgid "Pay Now"
1585
  msgstr ""
1586
 
1587
- #: includes/controllers/pages/class-checkout.php:180
1588
  #, fuzzy
1589
  msgid "Complete"
1590
  msgstr "إكتمل"
@@ -1641,6 +1632,13 @@ msgstr ""
1641
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1642
  "publiée."
1643
 
 
 
 
 
 
 
 
1644
  #: includes/controllers/pages/class-submit-listing.php:560
1645
  #, fuzzy
1646
  msgid "Listing Images"
@@ -1655,25 +1653,25 @@ msgstr ""
1655
  msgid "Go to \"Plans\""
1656
  msgstr "إنتقل إلى \"إدارة حقول\""
1657
 
1658
- #: includes/controllers/pages/class-submit-listing.php:883
1659
  #, fuzzy
1660
  msgid "Please choose a plan."
1661
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:1073
1664
  msgid "Please check the form for errors, correct them and submit again."
1665
  msgstr ""
1666
 
1667
- #: includes/controllers/pages/class-submit-listing.php:1233
1668
  msgid "Create a user account on this site"
1669
  msgstr ""
1670
 
1671
- #: includes/controllers/pages/class-submit-listing.php:1240
1672
  #, fuzzy
1673
  msgid "Username"
1674
  msgstr "عضو"
1675
 
1676
- #: includes/controllers/pages/class-submit-listing.php:1262
1677
  #, fuzzy
1678
  msgid "Clear Form"
1679
  msgstr "مسح"
@@ -1910,7 +1908,7 @@ msgstr "المصادقة على رقم صحيح"
1910
  msgid "Telephone Number Validator"
1911
  msgstr "المصادقة على رقم صحيح"
1912
 
1913
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1914
  #, fuzzy
1915
  msgid "Field"
1916
  msgstr "حقل"
@@ -1990,12 +1988,17 @@ msgstr ""
1990
  msgid "Free"
1991
  msgstr "مجاني"
1992
 
 
 
 
 
 
1993
  #: includes/helpers/functions/listings.php:80
1994
  #, fuzzy
1995
  msgid "Untitled Listing"
1996
  msgstr "تحرير الإعلان"
1997
 
1998
- #: includes/helpers/functions/templates-ui.php:326
1999
  #, fuzzy
2000
  msgid "Manage Listings"
2001
  msgstr "إدارة الإعلانات المدفوعة"
@@ -2006,59 +2009,59 @@ msgid "Default Plan"
2006
  msgstr "رسوم افتراضية"
2007
 
2008
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2009
- #: includes/licensing.php:150
2010
  msgid ""
2011
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2012
  "get updates."
2013
  msgstr ""
2014
 
2015
- #: includes/licensing.php:206 includes/licensing.php:210
2016
  #, fuzzy
2017
  msgid "Licenses"
2018
  msgstr "تراخيص"
2019
 
2020
  #. translators: %s: item type.
2021
- #: includes/licensing.php:267
2022
  msgid "%s will not get updates until license is reauthorized."
2023
  msgstr ""
2024
 
2025
- #: includes/licensing.php:288
2026
  #, fuzzy
2027
  msgid "Enter License Key here"
2028
  msgstr "تجديد مفتاح الترخيص"
2029
 
2030
- #: includes/licensing.php:289
2031
  #, fuzzy
2032
  msgid "Authorize"
2033
  msgstr "تفعيل Authorize.net؟"
2034
 
2035
- #: includes/licensing.php:389
2036
  #, fuzzy
2037
  msgid "Invalid item ID"
2038
  msgstr "معرف حقل غير صالح"
2039
 
2040
- #: includes/licensing.php:402
2041
  #, fuzzy
2042
  msgid "No license key provided"
2043
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2044
 
2045
- #: includes/licensing.php:451 includes/licensing.php:489
2046
  #, fuzzy
2047
  msgid "License key is invalid"
2048
  msgstr "مفتاح الترخيص غير صالح"
2049
 
2050
- #: includes/licensing.php:455
2051
  #, fuzzy
2052
  msgid "Deactivation failed"
2053
  msgstr "فشل التعطيل"
2054
 
2055
- #: includes/licensing.php:500
2056
  #, fuzzy
2057
  msgid "The license key was revoked."
2058
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2059
 
2060
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2061
- #: includes/licensing.php:504
2062
  msgid ""
2063
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2064
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2066,50 +2069,50 @@ msgid ""
2066
  "with your report."
2067
  msgstr ""
2068
 
2069
- #: includes/licensing.php:567
2070
  msgid ""
2071
  "It was not possible to establish a connection with the Business Directory "
2072
  "server. The connection failed with the following error:"
2073
  msgstr ""
2074
 
2075
- #: includes/licensing.php:580
2076
  msgid ""
2077
  "It was not possible to establish a connection with the Business Directory "
2078
  "server. A problem occurred in the SSL/TSL handshake:"
2079
  msgstr ""
2080
 
2081
- #: includes/licensing.php:627
2082
  msgid ""
2083
  "It looks like your server is not authorized to make outgoing requests to "
2084
  "Business Directory servers. Please contact your webhost and ask them to add "
2085
  "our IP address 52.0.78.177 to your allow list."
2086
  msgstr ""
2087
 
2088
- #: includes/licensing.php:721
2089
  #, fuzzy
2090
  msgid "Business Directory license key is missing."
2091
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2092
 
2093
- #: includes/licensing.php:722
2094
  #, fuzzy
2095
  msgid "Business Directory license key has expired"
2096
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2097
 
2098
- #: includes/licensing.php:723
2099
  #, fuzzy
2100
  msgid "Could not verify Business Directory license."
2101
  msgstr "المساعدة في تحسين دليل الأعمال"
2102
 
2103
- #: includes/licensing.php:734
2104
  #, fuzzy
2105
  msgid "Review license keys"
2106
  msgstr "تجديد مفتاح الترخيص"
2107
 
2108
- #: includes/licensing.php:849
2109
  msgid "Missing data. Please reload this page and try again."
2110
  msgstr ""
2111
 
2112
- #: includes/licensing.php:854
2113
  #, fuzzy
2114
  msgid "Please enter a license key."
2115
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
@@ -2132,20 +2135,20 @@ msgstr ""
2132
  msgid "Gateway Transaction ID:"
2133
  msgstr "transaction"
2134
 
2135
- #: includes/payment.php:77
2136
  msgid "Bill To:"
2137
  msgstr ""
2138
 
2139
- #: includes/payment.php:88
2140
  msgid "Print Receipt"
2141
  msgstr ""
2142
 
2143
- #: includes/payment.php:148
2144
  #, fuzzy
2145
  msgid "Return to plan selection"
2146
  msgstr "الرجوع إلى الإعلان."
2147
 
2148
- #: includes/themes.php:945
2149
  #, fuzzy
2150
  msgid "ZIP file is not a valid Business Directory theme file."
2151
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
@@ -2353,58 +2356,58 @@ msgstr "إعدادات الاستيراد"
2353
  msgid "Post status of new imported listings"
2354
  msgstr "حالة مقالة الإعلانات المستوردة"
2355
 
2356
- #: templates/admin/csv-import.tpl.php:191
2357
  #, fuzzy
2358
  msgid "Post status of existing imported listings"
2359
  msgstr "حالة مقالة الإعلانات المستوردة"
2360
 
2361
- #: templates/admin/csv-import.tpl.php:208
2362
  #, fuzzy
2363
  msgid "Missing categories handling"
2364
  msgstr "معالجة التصنيفات المفقودة"
2365
 
2366
- #: templates/admin/csv-import.tpl.php:214
2367
  #, fuzzy
2368
  msgid "Auto-create categories"
2369
  msgstr "الإنشاء التلقائي للتصنيفات"
2370
 
2371
- #: templates/admin/csv-import.tpl.php:219
2372
  #, fuzzy
2373
  msgid "Generate errors when a category is not found"
2374
  msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
2375
 
2376
- #: templates/admin/csv-import.tpl.php:227
2377
  #, fuzzy
2378
  msgid "Keep existing images"
2379
  msgstr "الاحتفاظ بالصور الموجودة."
2380
 
2381
- #: templates/admin/csv-import.tpl.php:230
2382
  #, fuzzy
2383
  msgid "Appends new images while keeping current ones."
2384
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
2385
 
2386
- #: templates/admin/csv-import.tpl.php:238
2387
  #, fuzzy
2388
  msgid "Assign listings to a user"
2389
  msgstr "تعيين إعلانات للعضو؟"
2390
 
2391
- #: templates/admin/csv-import.tpl.php:250
2392
  #, fuzzy
2393
  msgid "Default listing user"
2394
  msgstr "إعلان العضو الافتراضي"
2395
 
2396
- #: templates/admin/csv-import.tpl.php:252
2397
  #, fuzzy
2398
  msgid ""
2399
  "This user will be used if the username column is not present in the CSV file."
2400
  msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
2401
 
2402
- #: templates/admin/csv-import.tpl.php:259
2403
  #, fuzzy
2404
  msgid "Number of listings imported on every cycle"
2405
  msgstr "عدد الإعلانات للعرض"
2406
 
2407
- #: templates/admin/csv-import.tpl.php:261
2408
  msgid ""
2409
  "If you are having trouble importing listings due to memory problems, try "
2410
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2412,12 +2415,12 @@ msgid ""
2412
  "success on shared hosting platforms and other resource-constrained servers."
2413
  msgstr ""
2414
 
2415
- #: templates/admin/csv-import.tpl.php:273
2416
  #, fuzzy
2417
  msgid "Disable email notifications during import"
2418
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
2419
 
2420
- #: templates/admin/csv-import.tpl.php:292
2421
  #, fuzzy
2422
  msgid ""
2423
  "The following are the valid header names to be used in the CSV file. "
@@ -2429,27 +2432,27 @@ msgstr ""
2429
  "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
2430
  "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
2431
 
2432
- #: templates/admin/csv-import.tpl.php:301
2433
  #, fuzzy
2434
  msgid "Header name/label"
2435
  msgstr "إسم رأس/التسمية"
2436
 
2437
- #: templates/admin/csv-import.tpl.php:304
2438
  #, fuzzy
2439
  msgid "Required?"
2440
  msgstr "مطلوب؟"
2441
 
2442
- #: templates/admin/csv-import.tpl.php:305
2443
  #, fuzzy
2444
  msgid "Multivalued?"
2445
  msgstr "متعدد القيم؟"
2446
 
2447
- #: templates/admin/csv-import.tpl.php:337
2448
  #, fuzzy
2449
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2450
  msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
2451
 
2452
- #: templates/admin/csv-import.tpl.php:344
2453
  #, fuzzy
2454
  msgid "Listing author's username"
2455
  msgstr "إسم مستخدم كاتب الإعلان"
@@ -3062,9 +3065,9 @@ msgstr ""
3062
  msgid "Get debug info"
3063
  msgstr ""
3064
 
3065
- #: templates/businessdirectory-listings.tpl.php:30
3066
  #: templates/deprecated/search.tpl.php:23
3067
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3068
  #, fuzzy
3069
  msgid "No listings found."
3070
  msgstr "لم يتم العثور على أي إعلانات."
@@ -3204,7 +3207,7 @@ msgid "Search Results"
3204
  msgstr "نتائج البحث"
3205
 
3206
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3207
- #: templates/manage_listings.tpl.php:16
3208
  #: templates/submit-listing-done.tpl.php:36
3209
  #, fuzzy
3210
  msgid "Return to directory"
@@ -3344,7 +3347,7 @@ msgstr ""
3344
  "أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
3345
  "ما إضغط على زر حذف."
3346
 
3347
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3348
  #, fuzzy
3349
  msgid "You do not currently have any listings in the directory."
3350
  msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
@@ -3361,10 +3364,10 @@ msgstr "%s كل %s أيام."
3361
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3362
  msgstr "%s كل %sالأيام. التجديد القادم في %s."
3363
 
3364
- #: templates/parts/listing-buttons.tpl.php:39
3365
  #, fuzzy
3366
- msgid "Return to Directory"
3367
- msgstr "العودة إلى الدليل."
3368
 
3369
  #: templates/parts/pagination.tpl.php:7
3370
  #, fuzzy
@@ -3402,7 +3405,7 @@ msgstr "ترخيص مفعل"
3402
  msgid "Recurring Plan Management"
3403
  msgstr "إدارة الرسوم المتكررة"
3404
 
3405
- #: templates/search-form.tpl.php:28
3406
  #, fuzzy
3407
  msgid "Clear"
3408
  msgstr "مسح"
@@ -3737,7 +3740,7 @@ msgstr ""
3737
  msgid "Business Directory Team"
3738
  msgstr "دليل الأعمال"
3739
 
3740
- #: includes/abstracts/class-view.php:129
3741
  #, fuzzy
3742
  msgctxt "views"
3743
  msgid "Invalid credentials."
@@ -3763,12 +3766,12 @@ msgctxt "admin"
3763
  msgid "Untitled Menu"
3764
  msgstr ""
3765
 
3766
- #: includes/admin/class-admin.php:897
3767
  msgctxt "admin"
3768
  msgid "Dismiss this notice."
3769
  msgstr "إخفاء هذا التنبيه."
3770
 
3771
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3772
  #, fuzzy
3773
  msgctxt "admin"
3774
  msgid "The listing has been updated."
@@ -3780,13 +3783,13 @@ msgstr[3] "تمت ترقية الإعلانات."
3780
  msgstr[4] "تمت ترقية الإعلانات."
3781
  msgstr[5] "تمت ترقية الإعلانات."
3782
 
3783
- #: includes/admin/class-admin.php:1038
3784
  #, fuzzy
3785
  msgctxt "admin"
3786
  msgid "The plan was successfully assigned."
3787
  msgstr "تم تعيين الرسوم بنجاح."
3788
 
3789
- #: includes/admin/class-admin.php:1048
3790
  msgctxt "admin"
3791
  msgid "Listing was renewed."
3792
  msgid_plural "Listings were renewed."
@@ -3797,12 +3800,12 @@ msgstr[3] "تم تجديد الإعلانات."
3797
  msgstr[4] "تم تجديد الإعلانات."
3798
  msgstr[5] "تم تجديد الإعلانات."
3799
 
3800
- #: includes/admin/class-admin.php:1060
3801
  msgctxt "admin"
3802
  msgid "Renewal email sent."
3803
  msgstr "تم إرسال بريد التجديد."
3804
 
3805
- #: includes/admin/class-admin.php:1073
3806
  #, fuzzy
3807
  msgctxt "admin"
3808
  msgid "Listing report deleted."
@@ -3814,18 +3817,18 @@ msgstr[3] "إنتهاء صلاحية الإعلان"
3814
  msgstr[4] "إنتهاء صلاحية الإعلان"
3815
  msgstr[5] "إنتهاء صلاحية الإعلان"
3816
 
3817
- #: includes/admin/class-admin.php:1122
3818
  #, fuzzy
3819
  msgctxt "admin"
3820
  msgid "Access keys sent."
3821
  msgstr "مفتاح الوصول"
3822
 
3823
- #: includes/admin/class-admin.php:1124
3824
  msgctxt "admin"
3825
  msgid "The access keys couldn't be sent."
3826
  msgstr ""
3827
 
3828
- #: includes/admin/class-admin.php:1282
3829
  msgctxt "admin"
3830
  msgid ""
3831
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3834,7 +3837,7 @@ msgstr ""
3834
  "<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
3835
  "<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
3836
 
3837
- #: includes/admin/class-admin.php:1284
3838
  msgctxt "admin"
3839
  msgid ""
3840
  "You can create this page by yourself or let Business Directory do this for "
@@ -3843,12 +3846,12 @@ msgstr ""
3843
  "يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
3844
  "تلقائياً."
3845
 
3846
- #: includes/admin/class-admin.php:1289
3847
  msgctxt "admin"
3848
  msgid "Create required pages for me"
3849
  msgstr "إنشاء الصفحات المطلوب نيابة عني"
3850
 
3851
- #: includes/admin/class-admin.php:1342
3852
  msgctxt "admin"
3853
  msgid ""
3854
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3925,7 +3928,7 @@ msgctxt "admin menu"
3925
  msgid "Debug"
3926
  msgstr "تصحيح الأخطاء"
3927
 
3928
- #: includes/admin/controllers/class-settings-admin.php:45
3929
  #, fuzzy
3930
  msgctxt "admin menu"
3931
  msgid "Settings"
@@ -4236,53 +4239,53 @@ msgctxt "listing status"
4236
  msgid "Reported"
4237
  msgstr ""
4238
 
4239
- #: includes/models/class-listing.php:984
4240
  msgctxt "listing status"
4241
  msgid "Unknown"
4242
  msgstr ""
4243
 
4244
- #: includes/models/class-listing.php:985
4245
  msgctxt "listing status"
4246
  msgid "Legacy"
4247
  msgstr ""
4248
 
4249
- #: includes/models/class-listing.php:986
4250
  #, fuzzy
4251
  msgctxt "listing status"
4252
  msgid "Incomplete"
4253
  msgstr "إكتمل"
4254
 
4255
- #: includes/models/class-listing.php:987
4256
  #, fuzzy
4257
  msgctxt "listing status"
4258
  msgid "Pending Payment"
4259
  msgstr "في انتظار التخلي"
4260
 
4261
- #: includes/models/class-listing.php:988
4262
  #, fuzzy
4263
  msgctxt "listing status"
4264
  msgid "Complete"
4265
  msgstr "إكتمل"
4266
 
4267
- #: includes/models/class-listing.php:989
4268
  #, fuzzy
4269
  msgctxt "listing status"
4270
  msgid "Pending Upgrade"
4271
  msgstr " في انتظار الترقية"
4272
 
4273
- #: includes/models/class-listing.php:990
4274
  #, fuzzy
4275
  msgctxt "listing status"
4276
  msgid "Expired"
4277
  msgstr "منتهي الصلاحية"
4278
 
4279
- #: includes/models/class-listing.php:991
4280
  #, fuzzy
4281
  msgctxt "listing status"
4282
  msgid "Pending Renewal"
4283
  msgstr "مفعل + ريثما يتم التجديد"
4284
 
4285
- #: includes/models/class-listing.php:992
4286
  #, fuzzy
4287
  msgctxt "listing status"
4288
  msgid "Abandoned"
@@ -4789,13 +4792,13 @@ msgctxt "form-fields admin"
4789
  msgid "Create Missing Fields"
4790
  msgstr "إنشاء الحقول المفقودة"
4791
 
4792
- #: includes/admin/controllers/class-settings-admin.php:543
4793
  #, fuzzy
4794
  msgctxt "admin settings"
4795
  msgid "Remove"
4796
  msgstr "إزالة"
4797
 
4798
- #: includes/admin/controllers/class-settings-admin.php:597
4799
  msgctxt "admin settings"
4800
  msgid "Valid placeholders: %s"
4801
  msgstr "العناصر النائبة صالحة: %s"
@@ -5294,47 +5297,47 @@ msgctxt "admin settings"
5294
  msgid "User registration date"
5295
  msgstr "تاريخ تسجيل العضو"
5296
 
5297
- #: includes/admin/controllers/class-settings-admin.php:679
5298
  #, fuzzy
5299
  msgctxt "expiration notices"
5300
  msgid "Add notice"
5301
  msgstr "إضافة حقل"
5302
 
5303
- #: includes/admin/controllers/class-settings-admin.php:698
5304
  msgctxt "expiration notices"
5305
  msgid "No notices configured."
5306
  msgstr ""
5307
 
5308
- #: includes/admin/controllers/class-settings-admin.php:740
5309
  msgctxt "expiration notices"
5310
  msgid "recurring and non-recurring"
5311
  msgstr ""
5312
 
5313
- #: includes/admin/controllers/class-settings-admin.php:742
5314
  #, fuzzy
5315
  msgctxt "expiration notices"
5316
  msgid "recurring only"
5317
  msgstr "(متكرر)"
5318
 
5319
- #: includes/admin/controllers/class-settings-admin.php:744
5320
  #, fuzzy
5321
  msgctxt "expiration notices"
5322
  msgid "non-recurring only"
5323
  msgstr "(متكرر)"
5324
 
5325
- #: includes/admin/controllers/class-settings-admin.php:748
5326
  #, fuzzy
5327
  msgctxt "expiration notices"
5328
  msgid "Sent when a listing (%s) is renewed."
5329
  msgstr "ترسل بعد أن يضاف الإعلان."
5330
 
5331
- #: includes/admin/controllers/class-settings-admin.php:753
5332
  #, fuzzy
5333
  msgctxt "expiration notices"
5334
  msgid "Sent when a listing (%s) expires."
5335
  msgstr "الإعلان منتهي التاريخ"
5336
 
5337
- #: includes/admin/controllers/class-settings-admin.php:761
5338
  #, fuzzy
5339
  msgctxt "expiration notices"
5340
  msgid "%d day"
@@ -5346,7 +5349,7 @@ msgstr[3] "%d أيام"
5346
  msgstr[4] "%d يوم"
5347
  msgstr[5] "%d يوم"
5348
 
5349
- #: includes/admin/controllers/class-settings-admin.php:764
5350
  msgctxt "expiration notices"
5351
  msgid "%d week"
5352
  msgid_plural "%d weeks"
@@ -5357,7 +5360,7 @@ msgstr[3] ""
5357
  msgstr[4] ""
5358
  msgstr[5] ""
5359
 
5360
- #: includes/admin/controllers/class-settings-admin.php:767
5361
  msgctxt "expiration notices"
5362
  msgid "%d month"
5363
  msgid_plural "%d months"
@@ -5370,31 +5373,31 @@ msgstr[5] ""
5370
 
5371
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5372
  #. non-recuring only)
5373
- #: includes/admin/controllers/class-settings-admin.php:773
5374
  msgctxt "expiration notices"
5375
  msgid "Sent %1$s before a listing (%2$s) expires."
5376
  msgstr ""
5377
 
5378
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5379
  #. non-recuring only)
5380
- #: includes/admin/controllers/class-settings-admin.php:776
5381
  #, fuzzy
5382
  msgctxt "expiration notices"
5383
  msgid "Sent %1$s after a listing (%2$s) expires."
5384
  msgstr "ترسل بعد أن يضاف الإعلان."
5385
 
5386
- #: includes/admin/controllers/class-settings-admin.php:793
5387
  msgctxt "expiration notices"
5388
  msgid "At the time of expiration"
5389
  msgstr ""
5390
 
5391
- #: includes/admin/controllers/class-settings-admin.php:794
5392
  #, fuzzy
5393
  msgctxt "expiration notices"
5394
  msgid "Right after a successful renewal"
5395
  msgstr "تم تعيين الرسوم بنجاح."
5396
 
5397
- #: includes/admin/controllers/class-settings-admin.php:805
5398
  msgctxt "expiration notices"
5399
  msgid "%d day before expiration"
5400
  msgid_plural "%d days before expiration"
@@ -5405,7 +5408,7 @@ msgstr[3] ""
5405
  msgstr[4] ""
5406
  msgstr[5] ""
5407
 
5408
- #: includes/admin/controllers/class-settings-admin.php:805
5409
  msgctxt "expiration notices"
5410
  msgid "%d day after expiration"
5411
  msgid_plural "%d days after expiration"
@@ -5416,7 +5419,7 @@ msgstr[3] ""
5416
  msgstr[4] ""
5417
  msgstr[5] ""
5418
 
5419
- #: includes/admin/controllers/class-settings-admin.php:808
5420
  msgctxt "expiration notices"
5421
  msgid "%d week before expiration"
5422
  msgid_plural "%d weeks before expiration"
@@ -5427,7 +5430,7 @@ msgstr[3] ""
5427
  msgstr[4] ""
5428
  msgstr[5] ""
5429
 
5430
- #: includes/admin/controllers/class-settings-admin.php:808
5431
  msgctxt "expiration notices"
5432
  msgid "%d week after expiration"
5433
  msgid_plural "%d weeks after expiration"
@@ -5438,7 +5441,7 @@ msgstr[3] ""
5438
  msgstr[4] ""
5439
  msgstr[5] ""
5440
 
5441
- #: includes/admin/controllers/class-settings-admin.php:811
5442
  msgctxt "expiration notices"
5443
  msgid "%d month before expiration"
5444
  msgid_plural "%d months before expiration"
@@ -5449,7 +5452,7 @@ msgstr[3] ""
5449
  msgstr[4] ""
5450
  msgstr[5] ""
5451
 
5452
- #: includes/admin/controllers/class-settings-admin.php:811
5453
  msgctxt "expiration notices"
5454
  msgid "%d month after expiration"
5455
  msgid_plural "%d months after expiration"
@@ -5460,84 +5463,84 @@ msgstr[3] ""
5460
  msgstr[4] ""
5461
  msgstr[5] ""
5462
 
5463
- #: includes/admin/controllers/class-settings-admin.php:838
5464
  #, fuzzy
5465
  msgctxt "expiration notices"
5466
  msgid "Applies to"
5467
  msgstr "Appliqué à"
5468
 
5469
- #: includes/admin/controllers/class-settings-admin.php:841
5470
  msgctxt "expiration notices"
5471
  msgid "Non-recurring listings"
5472
  msgstr ""
5473
 
5474
- #: includes/admin/controllers/class-settings-admin.php:842
5475
  #, fuzzy
5476
  msgctxt "expiration notices"
5477
  msgid "Recurring listings"
5478
  msgstr "الرجوع إلى الإعلان."
5479
 
5480
- #: includes/admin/controllers/class-settings-admin.php:843
5481
  msgctxt "expiration notices"
5482
  msgid "Recurring and non-recurring listings"
5483
  msgstr ""
5484
 
5485
- #: includes/admin/controllers/class-settings-admin.php:848
5486
  msgctxt "expiration notices"
5487
  msgid "When to send?"
5488
  msgstr ""
5489
 
5490
- #: includes/admin/controllers/class-settings-admin.php:715
5491
  #, fuzzy
5492
  msgctxt "settings"
5493
  msgid "Site title (with link)"
5494
  msgstr "إسم الموقع (مع الرابط)"
5495
 
5496
- #: includes/admin/controllers/class-settings-admin.php:716
5497
  msgctxt "settings"
5498
  msgid "Author's name"
5499
  msgstr "إسم الكاتب"
5500
 
5501
- #: includes/admin/controllers/class-settings-admin.php:717
5502
  msgctxt "settings"
5503
  msgid "Listing's name (with link)"
5504
  msgstr "إسم الإعلان (مع رابط)"
5505
 
5506
- #: includes/admin/controllers/class-settings-admin.php:718
5507
  #, fuzzy
5508
  msgctxt "settings"
5509
  msgid "Listing's expiration date"
5510
  msgstr "إنتهاء صلاحية الإعلان"
5511
 
5512
- #: includes/admin/controllers/class-settings-admin.php:719
5513
  msgctxt "settings"
5514
  msgid "Listing's renewal link, formatted with an anchor tag"
5515
  msgstr ""
5516
 
5517
- #: includes/admin/controllers/class-settings-admin.php:720
5518
  msgctxt "settings"
5519
  msgid "Listing's renewal URL, unformatted by any tags"
5520
  msgstr ""
5521
 
5522
- #: includes/admin/controllers/class-settings-admin.php:721
5523
  #, fuzzy
5524
  msgctxt "settings"
5525
  msgid "Listing's categories"
5526
  msgstr "عنوان الإعلان"
5527
 
5528
- #: includes/admin/controllers/class-settings-admin.php:722
5529
  #, fuzzy
5530
  msgctxt "settings"
5531
  msgid "Listing's last payment date"
5532
  msgstr "إنتهاء صلاحية الإعلان"
5533
 
5534
- #: includes/admin/controllers/class-settings-admin.php:723
5535
  #, fuzzy
5536
  msgctxt "settings"
5537
  msgid "Listing's access key"
5538
  msgstr "مفاتيح وصول الإعلان"
5539
 
5540
- #: includes/admin/controllers/class-settings-admin.php:880
5541
  #, fuzzy
5542
  msgctxt "settings"
5543
  msgid "Settings reset to default."
@@ -6384,29 +6387,29 @@ msgctxt "settings"
6384
  msgid "Cropped"
6385
  msgstr ""
6386
 
 
6387
  #: includes/admin/settings/class-settings.php:494
6388
- #: includes/admin/settings/class-settings.php:505
6389
  msgctxt "settings"
6390
  msgid "\"%s\" can not be empty."
6391
  msgstr ""
6392
 
6393
- #: includes/admin/settings/class-settings.php:522
6394
  msgctxt "settings"
6395
  msgid "The slug \"%s\" is already in use for another taxonomy."
6396
  msgstr ""
6397
 
6398
- #: includes/licensing.php:237
6399
  #, fuzzy
6400
  msgctxt "settings"
6401
  msgid "Themes"
6402
  msgstr "القوالب"
6403
 
6404
- #: includes/licensing.php:289 includes/licensing.php:290
6405
  msgctxt "settings"
6406
  msgid "Please wait..."
6407
  msgstr ""
6408
 
6409
- #: includes/licensing.php:290
6410
  #, fuzzy
6411
  msgctxt "settings"
6412
  msgid "Deauthorize"
@@ -6422,12 +6425,12 @@ msgctxt "themes"
6422
  msgid "Could not change the active theme to \"%s\"."
6423
  msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
6424
 
6425
- #: includes/admin/controllers/class-themes-admin.php:150
6426
  msgctxt "themes"
6427
  msgid "Active theme changed to \"%s\"."
6428
  msgstr "القالب النشط تغير إلى \"%s\"."
6429
 
6430
- #: includes/admin/controllers/class-themes-admin.php:153
6431
  msgctxt "themes"
6432
  msgid ""
6433
  "%s requires that you tag your existing fields to match some places we want "
@@ -6436,54 +6439,54 @@ msgstr ""
6436
  "%s يتطلب أن تضيف وسوم في الحقول الموجودة الخاصة بك لمطابقة بعض الأماكن لأننا "
6437
  "نريد وضع البيانات الخاصة بك في القالب. وفيما يلي الحقول التي نظن أنها مفقودة."
6438
 
6439
- #: includes/admin/controllers/class-themes-admin.php:164
6440
  msgctxt "themes"
6441
  msgid "Map My Fields"
6442
  msgstr "أنشئ خريطة لحقولي"
6443
 
6444
- #: includes/admin/controllers/class-themes-admin.php:172
6445
  msgctxt "themes"
6446
  msgid "Suggested fields created successfully."
6447
  msgstr " تم إنشاء الحقول المقترحة بنجاح."
6448
 
6449
- #: includes/admin/controllers/class-themes-admin.php:175
6450
  msgctxt "themes"
6451
  msgid "Theme installed successfully."
6452
  msgstr "تم تثبيت القالب بنجاح."
6453
 
6454
- #: includes/admin/controllers/class-themes-admin.php:178
6455
  #, fuzzy
6456
  msgctxt "themes"
6457
  msgid "Theme was deleted successfully."
6458
  msgstr "تم حذف القالب بنجاح."
6459
 
6460
- #: includes/admin/controllers/class-themes-admin.php:181
6461
  msgctxt "themes"
6462
  msgid "Could not delete theme directory. Check permissions."
6463
  msgstr "تعذر حذف مجلد القالب. تحقق من الصلاحيات."
6464
 
6465
- #: includes/admin/controllers/class-themes-admin.php:234
6466
  msgctxt "themes"
6467
  msgid "Please upload a valid theme file."
6468
  msgstr "المرجو رفع ملف قالب صالح."
6469
 
6470
- #: includes/admin/controllers/class-themes-admin.php:243
6471
  msgctxt "themes"
6472
  msgid "Could not move \"%s\" to a temporary directory."
6473
  msgstr "لا يمكن نقل \"%s\" إلى مجلد مؤقت."
6474
 
6475
- #: includes/admin/controllers/class-themes-admin.php:329
6476
  msgctxt "themes"
6477
  msgid "Activate your <a>license key</a> to use this theme."
6478
  msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
6479
 
6480
- #: includes/admin/controllers/class-themes-admin.php:372
6481
  #, fuzzy
6482
  msgctxt "themes"
6483
  msgid "Invalid theme ID"
6484
  msgstr "معرف حقل غير صالح"
6485
 
6486
- #: includes/admin/controllers/class-themes-admin.php:378
6487
  #: includes/admin/upgrades/class-themes-updater.php:172
6488
  msgctxt "themes"
6489
  msgid "Could not update theme: %s"
@@ -6510,17 +6513,17 @@ msgctxt "themes"
6510
  msgid "Theme was updated successfully."
6511
  msgstr "تم تحديث القالب بنجاح."
6512
 
6513
- #: includes/themes.php:953
6514
  msgctxt "themes"
6515
  msgid "Could not create themes directory."
6516
  msgstr "تعذر إنشاء مجلد القوالب."
6517
 
6518
- #: includes/themes.php:964
6519
  msgctxt "themes"
6520
  msgid "Could not remove previous theme directory \"%s\"."
6521
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
6522
 
6523
- #: includes/themes.php:972
6524
  msgctxt "themes"
6525
  msgid "Could not move new theme into theme directory."
6526
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
@@ -6530,12 +6533,12 @@ msgctxt "admin csv-export"
6530
  msgid "Could not decode export state information."
6531
  msgstr ""
6532
 
6533
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6534
  msgctxt "admin csv-export"
6535
  msgid "Could not create a temporary directory for handling this CSV export."
6536
  msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
6537
 
6538
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6539
  msgctxt "admin csv-export"
6540
  msgid "Error while creating a temporary directory for CSV export: %s"
6541
  msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
@@ -6720,7 +6723,7 @@ msgctxt "admin csv-import"
6720
  msgid "Please upload or select a CSV file."
6721
  msgstr "المرجو رفع أو حدد ملف CSV."
6722
 
6723
- #: includes/admin/csv-import.php:374
6724
  msgctxt "admin csv-import"
6725
  msgid ""
6726
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6729,44 +6732,44 @@ msgstr ""
6729
  "تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
6730
  "المتابعة."
6731
 
6732
- #: includes/admin/csv-import.php:383
6733
  msgctxt "admin csv-import"
6734
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6735
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6736
 
6737
- #: includes/admin/helpers/csv/class-csv-import.php:531
6738
  msgctxt "admin csv-import"
6739
  msgid ""
6740
  "Could not create listing category \"<category-name>\". The operation failed "
6741
  "with the following error: <error-message>."
6742
  msgstr ""
6743
 
6744
- #: includes/admin/helpers/csv/class-csv-import.php:537
6745
  msgctxt "admin csv-import"
6746
  msgid "Could not create listing category \"%s\""
6747
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6748
 
6749
- #: includes/admin/helpers/csv/class-csv-import.php:728
6750
  msgctxt "admin csv-import"
6751
  msgid "Username \"%s\" does not exist"
6752
  msgstr "إسم المستخدم \"%s\" غير موجود"
6753
 
6754
- #: includes/admin/helpers/csv/class-csv-import.php:755
6755
  msgctxt "admin csv-import"
6756
  msgid "There is no Plan with ID = <fee-id>"
6757
  msgstr ""
6758
 
6759
- #: includes/admin/helpers/csv/class-csv-import.php:786
6760
  msgctxt "admin csv-import"
6761
  msgid "Missing required field: %s"
6762
  msgstr "حقل مطلوب مفقود: %s"
6763
 
6764
- #: includes/admin/helpers/csv/class-csv-import.php:831
6765
  msgctxt "admin csv-import"
6766
  msgid "Listing category \"%s\" does not exist"
6767
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6768
 
6769
- #: includes/admin/helpers/csv/class-csv-import.php:905
6770
  msgctxt "admin csv-import"
6771
  msgid "The string <string> couldn't be converted into a valid date."
6772
  msgstr ""
@@ -6920,13 +6923,13 @@ msgctxt "admin csv-import"
6920
  msgid "Semicolon (;)"
6921
  msgstr ""
6922
 
6923
- #: templates/admin/csv-import.tpl.php:194
6924
  #, fuzzy
6925
  msgctxt "admin csv-import"
6926
  msgid "Preserve existing status"
6927
  msgstr "الإعلانات"
6928
 
6929
- #: templates/admin/csv-import.tpl.php:245
6930
  msgctxt "admin csv-import"
6931
  msgid ""
6932
  "Select a default user to be used if the username column is not present in "
@@ -6935,17 +6938,17 @@ msgstr ""
6935
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
6936
  "CSV."
6937
 
6938
- #: templates/admin/csv-import.tpl.php:279
6939
  msgctxt "admin csv-import"
6940
  msgid "Test Import"
6941
  msgstr "اختبار الاستيراد"
6942
 
6943
- #: templates/admin/csv-import.tpl.php:280
6944
  msgctxt "admin csv-import"
6945
  msgid "Import Listings"
6946
  msgstr "استيراد الإعلانات"
6947
 
6948
- #: templates/admin/csv-import.tpl.php:330
6949
  #, fuzzy
6950
  msgctxt "admin csv-import"
6951
  msgid ""
@@ -6955,14 +6958,14 @@ msgstr ""
6955
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6956
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6957
 
6958
- #: templates/admin/csv-import.tpl.php:351
6959
  msgctxt "admin csv-import"
6960
  msgid ""
6961
  "Internal Sequence ID used to allow listing updates from external sources."
6962
  msgstr ""
6963
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
6964
 
6965
- #: templates/admin/csv-import.tpl.php:358
6966
  msgctxt "admin csv-import"
6967
  msgid ""
6968
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6983,13 +6986,13 @@ msgstr ""
6983
  "الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
6984
  "يرجى استشارة الاستضافة الخاص بك."
6985
 
6986
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6987
  #, fuzzy
6988
  msgctxt "listing metabox"
6989
  msgid "Recent Payments"
6990
  msgstr "رفض الدفع"
6991
 
6992
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6993
  #, fuzzy
6994
  msgctxt "listing metabox"
6995
  msgid "Access Key"
@@ -7024,35 +7027,35 @@ msgctxt "listing metabox"
7024
  msgid "# of images"
7025
  msgstr "# الصور"
7026
 
7027
- #: includes/admin/helpers/class-listing-timeline.php:111
7028
  #, fuzzy
7029
  msgctxt "listing timeline"
7030
  msgid "Listing created"
7031
  msgstr "صور الإعلانات"
7032
 
7033
- #: includes/admin/helpers/class-listing-timeline.php:116
7034
  #, fuzzy
7035
  msgctxt "listing timeline"
7036
  msgid "Listing expired"
7037
  msgstr "الإعلان منتهي التاريخ"
7038
 
7039
- #: includes/admin/helpers/class-listing-timeline.php:126
7040
  msgctxt "listing timeline"
7041
  msgid "T&C acceptance date"
7042
  msgstr ""
7043
 
7044
- #: includes/admin/helpers/class-listing-timeline.php:141
7045
  msgctxt "listing timeline"
7046
  msgid "Paid as admin"
7047
  msgstr ""
7048
 
7049
- #: includes/admin/helpers/class-listing-timeline.php:143
7050
  #, fuzzy
7051
  msgctxt "listing timeline"
7052
  msgid "Listing imported"
7053
  msgstr "الإعلان منتهي التاريخ"
7054
 
7055
- #: includes/admin/helpers/class-listing-timeline.php:145
7056
  #, fuzzy
7057
  msgctxt "listing timeline"
7058
  msgid "Initial Payment"
@@ -7123,23 +7126,23 @@ msgctxt "tracking"
7123
  msgid "What do you track?"
7124
  msgstr "ما الذي تتتبع؟"
7125
 
7126
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7127
  #, fuzzy
7128
  msgctxt "manual-upgrade"
7129
  msgid "Continue"
7130
  msgstr "متابعة"
7131
 
7132
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7133
  msgctxt "manual-upgrade"
7134
  msgid "Start Upgrade"
7135
  msgstr "بدء الترقية"
7136
 
7137
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7138
  msgctxt "manual-upgrade"
7139
  msgid "Pause Upgrade"
7140
  msgstr "توقيف الترقية"
7141
 
7142
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7143
  #, fuzzy
7144
  msgctxt "manual-upgrade"
7145
  msgid ""
@@ -7147,7 +7150,7 @@ msgid ""
7147
  "available."
7148
  msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
7149
 
7150
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7151
  msgctxt "manual-upgrade"
7152
  msgid "Go to \"Directory Admin\""
7153
  msgstr "إنتقل إلى \"مشرف الدليل\""
@@ -7170,30 +7173,30 @@ msgctxt "installer"
7170
  msgid "Migrating license information to new format..."
7171
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7172
 
7173
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7174
  #, fuzzy
7175
  msgctxt "installer"
7176
  msgid "Migrating email notices to new format..."
7177
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7178
 
7179
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7180
  #, fuzzy
7181
  msgctxt "installer"
7182
  msgid "Migrating plans..."
7183
  msgstr "ترخيص مفعل"
7184
 
7185
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7186
  #, fuzzy
7187
  msgctxt "installer"
7188
  msgid "! Could not migrate payment #%d"
7189
  msgstr "تعذر معالجة الدفع."
7190
 
7191
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7192
  msgctxt "installer"
7193
  msgid "Updating payment items format: %d items remaining..."
7194
  msgstr ""
7195
 
7196
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7197
  msgctxt "installer"
7198
  msgid "Migrating listing information: %d items remaining..."
7199
  msgstr ""
@@ -7241,18 +7244,18 @@ msgctxt "installer"
7241
  msgid "Listing upgrade to featured"
7242
  msgstr "الترقية الى إعلان مميز"
7243
 
7244
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7245
  msgctxt "listings-api"
7246
  msgid "Featured Listing"
7247
  msgstr "إعلان مميز"
7248
 
7249
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7250
  #, fuzzy
7251
  msgctxt "migrate-18"
7252
  msgid "Featured Levels migration is complete."
7253
  msgstr "وحدة المستويات المميزة"
7254
 
7255
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7256
  msgctxt "migrate-18"
7257
  msgid ""
7258
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -7260,7 +7263,7 @@ msgid ""
7260
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7261
  msgstr ""
7262
 
7263
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7264
  msgctxt "migrate-18"
7265
  msgid ""
7266
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -7270,7 +7273,7 @@ msgid ""
7270
  "link> and <cancel-link>cancel migration</cancel-link>."
7271
  msgstr ""
7272
 
7273
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7274
  msgctxt "migrate-18"
7275
  msgid ""
7276
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -7278,58 +7281,58 @@ msgid ""
7278
  "plan\" that is right for you."
7279
  msgstr ""
7280
 
7281
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7282
  msgctxt "migrate-18"
7283
  msgid "Move to: "
7284
  msgstr ""
7285
 
7286
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7287
  msgctxt "migrate-18"
7288
  msgid "New plan summary"
7289
  msgstr ""
7290
 
7291
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7292
  #, fuzzy
7293
  msgctxt "migrate-18"
7294
  msgid "Perform migration"
7295
  msgstr "معلومات الرسوم"
7296
 
7297
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7298
  #, fuzzy
7299
  msgctxt "migrate-18"
7300
  msgid "Business Directory Plugin - Featured Levels migration required."
7301
  msgstr "دليل الأعمال - إعلانات مميزة"
7302
 
7303
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7304
  msgctxt "migrate-18"
7305
  msgid ""
7306
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7307
  "Levels migration here</a>."
7308
  msgstr ""
7309
 
7310
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7311
  #, fuzzy
7312
  msgctxt "upgrade-18"
7313
  msgid "← Return to Directory dashboard"
7314
  msgstr "← الرجوع إلى الدليل."
7315
 
7316
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7317
  msgctxt "upgrade-18"
7318
  msgid "Configure Plan"
7319
  msgstr ""
7320
 
7321
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7322
  #, fuzzy
7323
  msgctxt "upgrade-18"
7324
  msgid "Featured Level"
7325
  msgstr "وحدة المستويات المميزة"
7326
 
7327
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7328
  msgctxt "upgrade-18"
7329
  msgid "What to do with it?"
7330
  msgstr ""
7331
 
7332
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7333
  #, fuzzy
7334
  msgctxt "upgrade-18"
7335
  msgid "%d listing is on this level."
@@ -7341,39 +7344,39 @@ msgstr[3] "تم تحرير الإعلان"
7341
  msgstr[4] "تم تحرير الإعلان"
7342
  msgstr[5] "تم تحرير الإعلان"
7343
 
7344
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7345
  msgctxt "upgrade-18"
7346
  msgid "Select an option"
7347
  msgstr ""
7348
 
7349
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7350
  #, fuzzy
7351
  msgctxt "upgrade-18"
7352
  msgid "Remove \"sticky\" status for listings."
7353
  msgstr "حالة مقالة الإعلانات المستوردة"
7354
 
7355
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7356
  msgctxt "upgrade-18"
7357
  msgid "Remove this (old) level, and leave the listing on the old plan."
7358
  msgstr ""
7359
 
7360
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7361
  msgctxt "upgrade-18"
7362
  msgid "May change \"sticky\" status depending on plan."
7363
  msgstr ""
7364
 
7365
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7366
  msgctxt "upgrade-18"
7367
  msgid "Move listings with this level to existing plan."
7368
  msgstr ""
7369
 
7370
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7371
  #, fuzzy
7372
  msgctxt "upgrade-18"
7373
  msgid "Keep \"sticky\" status of listings."
7374
  msgstr "حالة مقالة الإعلانات المستوردة"
7375
 
7376
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7377
  msgctxt "upgrade-18"
7378
  msgid "Replace this level with a new plan."
7379
  msgstr ""
@@ -7393,37 +7396,37 @@ msgctxt "listing"
7393
  msgid "Add New Listing"
7394
  msgstr "إضافة إعلان جديد"
7395
 
7396
- #: includes/models/class-listing.php:430
7397
  #, fuzzy
7398
  msgctxt "listing"
7399
  msgid "Listing has no registered payments"
7400
  msgstr "إنتهاء صلاحية الإعلان"
7401
 
7402
- #: includes/models/class-listing.php:439
7403
  #, fuzzy
7404
  msgctxt "listing"
7405
  msgid "Can't delete payment"
7406
  msgstr "رفض الدفع"
7407
 
7408
- #: includes/models/class-listing.php:477
7409
  #, fuzzy
7410
  msgctxt "listing"
7411
  msgid "Listing expired"
7412
  msgstr "الإعلان منتهي التاريخ"
7413
 
7414
- #: includes/models/class-listing.php:686
7415
  #, fuzzy
7416
  msgctxt "listing"
7417
  msgid "(Unavailable Plan)"
7418
  msgstr "(رسم غير متوفر)"
7419
 
7420
- #: includes/models/class-listing.php:881
7421
  #, fuzzy
7422
  msgctxt "listing"
7423
  msgid "Plan \"%s\" (recurring)"
7424
  msgstr "(متكرر)"
7425
 
7426
- #: includes/models/class-listing.php:883
7427
  msgctxt "listing"
7428
  msgid "Plan \"%s\""
7429
  msgstr ""
@@ -7541,21 +7544,11 @@ msgctxt "notify email"
7541
  msgid "Report additional info"
7542
  msgstr ""
7543
 
7544
- #: includes/class-meta.php:37
7545
  msgctxt "rss feed"
7546
  msgid "%s Feed"
7547
  msgstr "تغذية %s"
7548
 
7549
- #: includes/class-meta.php:144
7550
- msgctxt "title"
7551
- msgid "Find a Listing"
7552
- msgstr "العثور على إعلان"
7553
-
7554
- #: includes/class-meta.php:172
7555
- msgctxt "title"
7556
- msgid "Listings tagged: %s"
7557
- msgstr "إعلانات ذات وسم: %s"
7558
-
7559
  #: includes/class-payment-gateways.php:95
7560
  #, fuzzy
7561
  msgctxt "payment-gateways"
@@ -7589,19 +7582,19 @@ msgctxt "recaptcha"
7589
  msgid "The reCAPTCHA validation score failed."
7590
  msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
7591
 
7592
- #: includes/class-wpbdp.php:463
7593
  #, fuzzy
7594
  msgctxt "listing image upload"
7595
  msgid "Please select a plan before uploading images to the listing"
7596
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
7597
 
7598
- #: includes/class-wpbdp.php:468
7599
  #, fuzzy
7600
  msgctxt "listing image upload"
7601
  msgid "Can not upload any more images for this listing."
7602
  msgstr "التصنيفات لهذا الإعلان"
7603
 
7604
- #: includes/class-wpbdp.php:472
7605
  msgctxt "listing image upload"
7606
  msgid ""
7607
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -7621,7 +7614,7 @@ msgctxt "navxt"
7621
  msgid "Submit Listing"
7622
  msgstr "إضافة إعلان"
7623
 
7624
- #: includes/controllers/pages/class-checkout.php:111
7625
  #, fuzzy
7626
  msgctxt "checkout"
7627
  msgid "Can not process a payment at this time. Please try again later."
@@ -7629,29 +7622,29 @@ msgstr ""
7629
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
7630
  "أخرى لاحقاً."
7631
 
7632
- #: includes/controllers/pages/class-checkout.php:149
7633
  #, fuzzy
7634
  msgctxt "checkout"
7635
  msgid "Invalid nonce received."
7636
  msgstr "جواب غير صالح من الخادم"
7637
 
7638
- #: includes/controllers/pages/class-checkout.php:164
7639
  #, fuzzy
7640
  msgctxt "checkout"
7641
  msgid "Invalid gateway selected."
7642
  msgstr "حالة التجديد غير صالحة."
7643
 
7644
- #: includes/controllers/pages/class-checkout.php:169
7645
  msgctxt "checkout"
7646
  msgid "Selected gateway does not support payment's currency."
7647
  msgstr ""
7648
 
7649
- #: includes/controllers/pages/class-checkout.php:228
7650
  msgctxt "checkout"
7651
  msgid "Unknown gateway error."
7652
  msgstr ""
7653
 
7654
- #: includes/controllers/pages/class-checkout.php:267
7655
  msgctxt "checkout"
7656
  msgid ""
7657
  "There was an error trying to process your request. No gateway is selected."
@@ -7833,12 +7826,12 @@ msgid ""
7833
  "an existing field"
7834
  msgstr ""
7835
 
7836
- #: includes/controllers/pages/class-submit-listing.php:1283
7837
  msgctxt "templates"
7838
  msgid "Please agree to the Terms and Conditions."
7839
  msgstr "يرجى الموافقة على الشروط والأحكام."
7840
 
7841
- #: includes/controllers/pages/class-submit-listing.php:1297
7842
  #, fuzzy
7843
  msgctxt "templates"
7844
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7850,12 +7843,12 @@ msgctxt "templates"
7850
  msgid "Return to results"
7851
  msgstr "العودة إلى الدليل."
7852
 
7853
- #: includes/helpers/functions/templates-ui.php:226
7854
  msgctxt "templates"
7855
  msgid "No listing categories found."
7856
  msgstr "لم يتم العثور على تصنيفات الإعلانات."
7857
 
7858
- #: includes/helpers/functions/templates-ui.php:377
7859
  msgctxt "templates"
7860
  msgid "Advanced Search"
7861
  msgstr "بحث متقدم"
@@ -7866,15 +7859,6 @@ msgctxt "templates"
7866
  msgid "Featured Listing"
7867
  msgstr "إعلان مميز"
7868
 
7869
- #: templates/manage_listings.tpl.php:20
7870
- msgctxt "templates"
7871
- msgid ""
7872
- "Your current listings are shown below. To edit a listing click the edit "
7873
- "button. To delete a listing click the delete button."
7874
- msgstr ""
7875
- "أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
7876
- "ما إضغط على زر حذف."
7877
-
7878
  #: templates/parts/listing-buttons.tpl.php:15
7879
  msgctxt "templates"
7880
  msgid "Edit"
@@ -7925,11 +7909,6 @@ msgctxt "templates"
7925
  msgid "Return to plan selection"
7926
  msgstr "الرجوع إلى الإعلان."
7927
 
7928
- #: templates/search-form.tpl.php:3
7929
- msgctxt "templates"
7930
- msgid "Find a listing"
7931
- msgstr "العثور على إعلان"
7932
-
7933
  #: templates/submit-listing/extra-sections.tpl.php:1
7934
  msgctxt "templates"
7935
  msgid "Additional Information"
@@ -8005,12 +7984,12 @@ msgctxt "view:manage-listings"
8005
  msgid "Please <a>login</a> to manage your listings."
8006
  msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
8007
 
8008
- #: includes/controllers/pages/class-manage-recurring.php:36
8009
  msgctxt "manage subscription"
8010
  msgid "The listing with id = <listing-id> doesn't exists."
8011
  msgstr ""
8012
 
8013
- #: includes/controllers/pages/class-manage-recurring.php:45
8014
  #, fuzzy
8015
  msgctxt "manage subscriptions"
8016
  msgid ""
@@ -8018,12 +7997,12 @@ msgid ""
8018
  "invalid."
8019
  msgstr "غير مسموح لك بتحرير هذا الإعلان."
8020
 
8021
- #: includes/controllers/pages/class-manage-recurring.php:56
8022
  msgctxt "manage subscriptions"
8023
  msgid "Invalid subscription."
8024
  msgstr "الاشتراك غير صالح."
8025
 
8026
- #: includes/controllers/pages/class-manage-recurring.php:79
8027
  #, fuzzy
8028
  msgctxt "manage subscriptions"
8029
  msgid "Your subscription was canceled."
@@ -8035,7 +8014,7 @@ msgctxt "manage subscriptions"
8035
  msgid "Subscription / Plan"
8036
  msgstr "الاشتراك/رسم الخطة"
8037
 
8038
- #: includes/controllers/pages/class-manage-recurring.php:96
8039
  #, fuzzy
8040
  msgctxt "manage listings"
8041
  msgid "You are not on recurring payments for any of your listings."
@@ -8227,46 +8206,46 @@ msgstr ""
8227
  "أخرى لاحقاً."
8228
 
8229
  #: includes/controllers/pages/class-submit-listing.php:866
8230
- #: includes/controllers/pages/class-submit-listing.php:992
8231
  #, fuzzy
8232
  msgctxt "submit listing"
8233
  msgid "Please select a category."
8234
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8235
 
8236
- #: includes/controllers/pages/class-submit-listing.php:890
8237
  msgctxt "submit listing"
8238
  msgid "Current active plan is disabled. Please select another plan."
8239
  msgstr ""
8240
 
8241
- #: includes/controllers/pages/class-submit-listing.php:892
8242
  msgctxt "submit listing"
8243
  msgid "Please choose a valid category for your plan."
8244
  msgstr ""
8245
 
8246
- #: includes/controllers/pages/class-submit-listing.php:895
8247
  #, fuzzy
8248
  msgctxt "submit listing"
8249
  msgid "Please choose a valid plan for your category selection."
8250
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8251
 
8252
- #: includes/controllers/pages/class-submit-listing.php:1203
8253
  #, fuzzy
8254
  msgctxt "submit listing"
8255
  msgid "Please enter your desired username."
8256
  msgstr "يرجى إدخال إسمك."
8257
 
8258
- #: includes/controllers/pages/class-submit-listing.php:1208
8259
  #, fuzzy
8260
  msgctxt "submit listing"
8261
  msgid "Please enter the e-mail for your new account."
8262
  msgstr "يرجى إدخال إسمك."
8263
 
8264
- #: includes/controllers/pages/class-submit-listing.php:1213
8265
  msgctxt "submit listing"
8266
  msgid "The username you chose is already in use. Please use a different one."
8267
  msgstr ""
8268
 
8269
- #: includes/controllers/pages/class-submit-listing.php:1218
8270
  msgctxt "submit listing"
8271
  msgid "The e-mail address you chose for your account is already in use."
8272
  msgstr ""
@@ -8277,7 +8256,7 @@ msgctxt "submit listing"
8277
  msgid "Listing submitted by admin. Payment skipped."
8278
  msgstr "Poster annonce(paiement initial)"
8279
 
8280
- #: includes/controllers/pages/class-submit-listing.php:1158
8281
  msgctxt "listing submit"
8282
  msgid ""
8283
  "Image upload is required, please provide at least one image and submit again."
@@ -8574,7 +8553,7 @@ msgctxt "fs helper"
8574
  msgid "Destination dir \"%s\" is not writable."
8575
  msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
8576
 
8577
- #: includes/helpers/functions/templates-ui.php:404
8578
  msgctxt "templates sort"
8579
  msgid "Sort By:"
8580
  msgstr "ترتيب حسب:"
@@ -8605,19 +8584,19 @@ msgctxt "default category name"
8605
  msgid "General"
8606
  msgstr "عام"
8607
 
8608
- #: includes/licensing.php:540
8609
  msgctxt "licensing"
8610
  msgid "Could not contact licensing server"
8611
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8612
 
8613
- #: includes/licensing.php:553
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "It was not possible to establish a connection with Business Directory's "
8617
  "server. cURL was not found in your system"
8618
  msgstr ""
8619
 
8620
- #: includes/licensing.php:555 includes/licensing.php:585
8621
  msgctxt "licensing"
8622
  msgid ""
8623
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8626,7 +8605,7 @@ msgid ""
8626
  "1.0.1c)."
8627
  msgstr ""
8628
 
8629
- #: includes/licensing.php:557 includes/licensing.php:587
8630
  msgctxt "licensing"
8631
  msgid ""
8632
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8634,47 +8613,47 @@ msgid ""
8634
  "services using the latest security standards."
8635
  msgstr ""
8636
 
8637
- #: includes/licensing.php:559
8638
  msgctxt "licensing"
8639
  msgid ""
8640
  "Please contact your hosting provider and ask them to upgrade your system. "
8641
  "Include this message if necessary"
8642
  msgstr ""
8643
 
8644
- #: includes/licensing.php:589
8645
  msgctxt "licensing"
8646
  msgid ""
8647
  "Please contact your hosting provider and ask them to upgrade your system. "
8648
  "Include this message if necessary."
8649
  msgstr ""
8650
 
8651
- #: includes/licensing.php:625
8652
  msgctxt "licensing"
8653
  msgid "The server returned a 403 Forbidden error."
8654
  msgstr ""
8655
 
8656
- #: includes/licensing.php:871
8657
  msgctxt "licensing"
8658
  msgid "Could not activate license: %s."
8659
  msgstr "لا يمكن تفعيل الترخيص: %s."
8660
 
8661
- #: includes/licensing.php:876
8662
  msgctxt "licensing"
8663
  msgid "License activated"
8664
  msgstr "تم تفعيل ترخيص"
8665
 
8666
- #: includes/licensing.php:908
8667
  msgctxt "licensing"
8668
  msgid "Could not deactivate license: %s."
8669
  msgstr "لا يمكن إلغاء الترخيص: %s."
8670
 
8671
- #: includes/licensing.php:910
8672
  msgctxt "licensing"
8673
  msgid "License deactivated"
8674
  msgstr "تم إلغاء تفعيل الترخيص"
8675
 
8676
  #. translators: "<module-name>" version <version-number> is not...
8677
- #: includes/licensing.php:1150
8678
  msgctxt "deprecation"
8679
  msgid ""
8680
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8699,18 +8678,18 @@ msgstr[3] "الصور المسموح بها"
8699
  msgstr[4] "الصور المسموح بها"
8700
  msgstr[5] "الصور المسموح بها"
8701
 
8702
- #: includes/models/class-fee-plan.php:402
8703
  #, fuzzy
8704
  msgctxt "fees-api"
8705
  msgid "Plan label is required."
8706
  msgstr "تسمية الحقل مطلوب."
8707
 
8708
- #: includes/models/class-fee-plan.php:408
8709
  msgctxt "fees-api"
8710
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8711
  msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
8712
 
8713
- #: includes/models/class-fee-plan.php:413
8714
  msgctxt "fees-api"
8715
  msgid ""
8716
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8718,7 +8697,7 @@ msgid ""
8718
  "<a>plan</a> appropriately."
8719
  msgstr ""
8720
 
8721
- #: includes/models/class-fee-plan.php:416
8722
  msgctxt "fees-api"
8723
  msgid ""
8724
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -9203,6 +9182,26 @@ msgctxt "send-access-keys"
9203
  msgid "Continue"
9204
  msgstr "متابعة"
9205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9206
  #, fuzzy
9207
  #~ msgctxt "listing metabox"
9208
  #~ msgid "General Info"
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-11 00:03:39+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"
76
  #: includes/admin/settings/class-settings-bootstrap.php:691
77
  #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
+ #: includes/helpers/functions/templates-ui.php:308
80
  msgid "Directory"
81
  msgstr "الدليل"
82
 
132
  msgstr "حقول الاستمارة"
133
 
134
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
135
+ #: includes/licensing.php:220
136
  #, fuzzy
137
  msgid "Modules"
138
  msgstr "(جميع الوحدات)"
142
  msgid "Business Directory"
143
  msgstr "دليل الأعمال"
144
 
145
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
146
  #, fuzzy
147
  msgid "Upgrade to Premium"
148
  msgstr "ترقية إلى %s"
152
  msgid "Directory Listings"
153
  msgstr "رابط لطيف لإعلانات الدليل"
154
 
155
+ #: includes/admin/class-admin.php:1065
156
  #, fuzzy
157
  msgid "Could not send renewal email."
158
  msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
159
 
160
+ #: includes/admin/class-admin.php:1199
161
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
162
  #: includes/admin/helpers/tables/class-payments-table.php:64
163
  #: templates/email/listing-added.tpl.php:7
167
  msgid "ID"
168
  msgstr "المعرف"
169
 
170
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
171
  #: includes/admin/settings/class-settings-bootstrap.php:717
172
  #, fuzzy
173
  msgid "Listing Count"
174
  msgstr "عدد الإعلانات"
175
 
176
+ #: includes/admin/class-admin.php:1366
177
  #, fuzzy
178
  msgid ""
179
  "We noticed you want your Business Directory users to register before posting "
268
  msgstr "مشاهدة مثال لملف استيراد CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
+ #: templates/admin/csv-import.tpl.php:291
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "المساعدة"
275
 
276
  #: includes/admin/controllers/class-admin-fees.php:46
277
  #: includes/admin/helpers/tables/class-payments-table.php:67
278
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
279
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
287
  #: includes/admin/controllers/class-admin-fees.php:48
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
  #: includes/admin/settings/class-settings-bootstrap.php:907
290
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "الصور"
294
 
295
  #: includes/admin/controllers/class-admin-fees.php:80
296
+ #: includes/admin/helpers/class-modules-list.php:237
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "ترقية إلى %s"
364
  msgstr "سمات الحقل"
365
 
366
  #: includes/admin/controllers/class-admin-listings.php:339
367
+ #: includes/helpers/class-listing-display-helper.php:137
368
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
369
  #, fuzzy
370
  msgid "Featured"
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"
531
  msgid "Website"
532
  msgstr "موقع الأنترنيت"
533
 
534
+ #: includes/admin/controllers/class-settings-admin.php:628
535
  msgid "Your license key provides access to new features and updates."
536
  msgstr ""
537
 
538
+ #: includes/admin/controllers/class-settings-admin.php:630
539
  #, fuzzy
540
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
541
  msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
542
 
543
+ #: includes/admin/controllers/class-settings-admin.php:642
544
  msgid "Build more powerful directories"
545
  msgstr ""
546
 
547
+ #: includes/admin/controllers/class-settings-admin.php:643
548
  msgid ""
549
  "Add category images, maps, filter by location, payment gateways, and more."
550
  msgstr ""
551
 
552
+ #: includes/admin/controllers/class-settings-admin.php:644
553
+ #: includes/admin/helpers/class-modules-list.php:236
554
  #, fuzzy
555
  msgid "Upgrade Now"
556
  msgstr "ترقية إلى %s"
557
 
558
+ #: includes/admin/controllers/class-settings-admin.php:645
559
  #, fuzzy
560
  msgid "Already purchased?"
561
  msgstr "مُركب مسبقا"
562
 
563
+ #: includes/admin/controllers/class-settings-admin.php:704
564
  #: includes/admin/helpers/tables/class-fees-table.php:182
565
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
566
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
596
  msgid "You are not allowed to do that."
597
  msgstr ""
598
 
599
+ #: includes/admin/csv-import.php:424
600
  #, fuzzy
601
  msgid "There was an error uploading the file:"
602
  msgstr "حدث خطأ أثناء رفع ملف CSV."
603
 
604
+ #: includes/admin/csv-import.php:429
605
  #, fuzzy
606
  msgid "Please upload the correct file type."
607
  msgstr "المرجو رفع أو حدد ملف CSV."
608
 
609
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
610
  #: includes/admin/helpers/tables/class-payments-table.php:63
611
  #: includes/admin/settings/class-settings-bootstrap.php:667
612
  #: includes/admin/settings/class-settings-bootstrap.php:668
616
  msgid "Listing"
617
  msgstr "إعلان"
618
 
619
+ #: includes/admin/helpers/class-listing-timeline.php:138
620
  #: includes/class-listings-api.php:33
621
  #, fuzzy
622
  msgid "Listing renewed"
639
  msgid "Not Installed"
640
  msgstr "غير منصب"
641
 
642
+ #: includes/admin/helpers/class-modules-list.php:226
643
  #: includes/controllers/class-smtp.php:317
644
  #: templates/admin/themes-item.tpl.php:58
645
  #, fuzzy
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)"
716
  msgstr "معطل"
717
 
718
  #: includes/admin/helpers/tables/class-fees-table.php:297
719
+ #: includes/helpers/functions/templates-ui.php:432
720
  #, fuzzy
721
  msgid "Default"
722
  msgstr "رسوم افتراضية"
723
 
724
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
725
  #: includes/fields/class-fieldtypes-social.php:135
726
+ #: templates/admin/csv-import.tpl.php:307
727
  #, fuzzy
728
  msgid "Type"
729
  msgstr "نوع"
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
1118
  msgid "Uninstall"
1119
  msgstr "حذف"
1120
 
1121
+ #: includes/admin/settings/class-settings.php:503
1122
  msgid "%s cannot include spaces, commas, or &"
1123
  msgstr ""
1124
 
1167
  msgid "Directory Manual Upgrade"
1168
  msgstr "دليل الأعمال - ترقية يدوية"
1169
 
1170
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1171
  msgid ""
1172
  "Business Directory features are currently disabled because the plugin needs "
1173
  "to perform a manual upgrade before it can be used."
1175
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1176
  "يدوية قبل أن تصلح للاستخدام."
1177
 
1178
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1179
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1180
  msgstr "إضغط على \"إبدأ الترقية\" وانتظر حتى انتهاء العملية."
1181
 
1182
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1183
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1184
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1185
  #, fuzzy
1186
  msgid "Business Directory - Featured Levels Migration"
1187
  msgstr "دليل الأعمال - إعلانات مميزة"
1188
 
1189
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1190
  #: templates/admin/fees-form.tpl.php:17
1191
  #, fuzzy
1192
  msgid "Plan Label"
1193
  msgstr "تسمية الحقل"
1194
 
1195
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1196
  #, fuzzy
1197
  msgid "Duration"
1198
  msgstr "المدة"
1199
 
1200
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1201
  #, fuzzy
1202
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1203
  msgstr "تعذر تحديث القالب : %s"
1222
  msgid "View Docs"
1223
  msgstr "Vue"
1224
 
1225
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1226
  #, fuzzy
1227
  msgid "Settings"
1228
  msgstr "إعدادات"
1310
  msgstr "عرض الإعلان"
1311
 
1312
  #: includes/class-cpt-integration.php:22
1313
+ #: includes/helpers/functions/templates-ui.php:370
1314
  #: templates/main-box.tpl.php:23
1315
  msgid "Search Listings"
1316
  msgstr "البحث في الإعلانات"
1323
  msgid "No listings found in trash"
1324
  msgstr "لم يتم العثور على إعلانات في سلة المهملات"
1325
 
1326
+ #: includes/class-cpt-integration.php:47
1327
  msgid "Directory Categories"
1328
  msgstr "تصنيفات الدليل"
1329
 
1330
+ #: includes/class-cpt-integration.php:48
1331
  msgid "Directory Category"
1332
  msgstr "تصنيف الدليل"
1333
 
1334
+ #: includes/class-cpt-integration.php:59
1335
  msgid "Directory Tags"
1336
  msgstr "وسوم الدليل"
1337
 
1338
+ #: includes/class-cpt-integration.php:60
1339
  msgid "Directory Tag"
1340
  msgstr "وسم الدليل"
1341
 
1342
  #. translators: %s: listing count
1343
+ #: includes/class-cpt-integration.php:254
1344
  #, fuzzy
1345
  msgid "%s listing updated."
1346
  msgid_plural "%s listings updated."
1352
  msgstr[5] "تم تحرير الإعلان"
1353
 
1354
  #. translators: %s: listing count
1355
+ #: includes/class-cpt-integration.php:256
1356
  msgid "%s listing not updated, somebody is editing it."
1357
  msgid_plural "%s listings not updated, somebody is editing them."
1358
  msgstr[0] ""
1363
  msgstr[5] ""
1364
 
1365
  #. translators: %s: listing count
1366
+ #: includes/class-cpt-integration.php:258
1367
  #, fuzzy
1368
  msgid "%s listing permanently deleted."
1369
  msgid_plural "%s listings permanently deleted."
1375
  msgstr[5] "إنتهاء صلاحية الإعلان"
1376
 
1377
  #. translators: %s: listing count
1378
+ #: includes/class-cpt-integration.php:260
1379
  #, fuzzy
1380
  msgid "%s listing moved to the Trash."
1381
  msgid_plural "%s listings moved to the Trash."
1387
  msgstr[5] "لم يتم العثور على إعلانات في سلة المهملات"
1388
 
1389
  #. translators: %s: listing count
1390
+ #: includes/class-cpt-integration.php:262
1391
  #, fuzzy
1392
  msgid "%s listing restored from the Trash."
1393
  msgid_plural "%s listings restored from the Trash."
1403
  msgid "Free Listing"
1404
  msgstr "إعلان مجاني"
1405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1406
  #: includes/class-payment-gateways.php:146
1407
  msgid ""
1408
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1409
  "to set up a gateway. Until you do this, only free plans will be available."
1410
  msgstr ""
1411
 
1412
+ #: includes/class-wpbdp.php:574
1413
  #, fuzzy
1414
  msgid "Could not find listing ID"
1415
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1416
 
1417
+ #: includes/class-wpbdp.php:581
1418
  msgid ""
1419
  "Could not verify the image upload request. If problem persists contact site "
1420
  "admin."
1421
  msgstr ""
1422
 
1423
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1424
  #, fuzzy
1425
  msgid "Could not find image ID"
1426
  msgstr "تعذر تحديث القالب : %s"
1427
 
1428
+ #: includes/class-wpbdp.php:620
1429
  #, fuzzy
1430
  msgid ""
1431
  "The directory features are disabled at this time because a <a>manual "
1434
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1435
  "يدوية قبل المتابعة."
1436
 
1437
+ #: includes/class-wpbdp.php:627
1438
  msgid ""
1439
  "The directory is not available at this time. Please try again in a few "
1440
  "minutes or contact the administrator if the problem persists."
1455
  #: includes/compatibility/class-navxt-integration.php:208
1456
  #: includes/widgets/widget-search.php:127
1457
  #: templates/admin/payments-index.tpl.php:13
1458
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1459
  #: templates/search.tpl.php:5
1460
  #, fuzzy
1461
  msgid "Search"
1565
  msgid "Go to SMTP settings"
1566
  msgstr "الذهاب إلى إعلانك"
1567
 
1568
+ #: includes/controllers/pages/class-all-listings.php:6
1569
+ #: includes/helpers/functions/templates-ui.php:317
1570
+ msgid "View All Listings"
1571
+ msgstr "مشاهدة جميع الإعلانات"
1572
+
1573
+ #: includes/controllers/pages/class-checkout.php:181
1574
  #: includes/controllers/pages/class-manage-listings.php:109
1575
  msgid "Pay Now"
1576
  msgstr ""
1577
 
1578
+ #: includes/controllers/pages/class-checkout.php:181
1579
  #, fuzzy
1580
  msgid "Complete"
1581
  msgstr "إكتمل"
1632
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1633
  "publiée."
1634
 
1635
+ #: includes/controllers/pages/class-submit-listing.php:32
1636
+ #: includes/helpers/functions/templates-ui.php:330
1637
+ #: templates/submit-listing.tpl.php:17
1638
+ #, fuzzy
1639
+ msgid "Add Listing"
1640
+ msgstr "إضافة رسوم الإعلان"
1641
+
1642
  #: includes/controllers/pages/class-submit-listing.php:560
1643
  #, fuzzy
1644
  msgid "Listing Images"
1653
  msgid "Go to \"Plans\""
1654
  msgstr "إنتقل إلى \"إدارة حقول\""
1655
 
1656
+ #: includes/controllers/pages/class-submit-listing.php:884
1657
  #, fuzzy
1658
  msgid "Please choose a plan."
1659
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1660
 
1661
+ #: includes/controllers/pages/class-submit-listing.php:1074
1662
  msgid "Please check the form for errors, correct them and submit again."
1663
  msgstr ""
1664
 
1665
+ #: includes/controllers/pages/class-submit-listing.php:1234
1666
  msgid "Create a user account on this site"
1667
  msgstr ""
1668
 
1669
+ #: includes/controllers/pages/class-submit-listing.php:1241
1670
  #, fuzzy
1671
  msgid "Username"
1672
  msgstr "عضو"
1673
 
1674
+ #: includes/controllers/pages/class-submit-listing.php:1263
1675
  #, fuzzy
1676
  msgid "Clear Form"
1677
  msgstr "مسح"
1908
  msgid "Telephone Number Validator"
1909
  msgstr "المصادقة على رقم صحيح"
1910
 
1911
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1912
  #, fuzzy
1913
  msgid "Field"
1914
  msgstr "حقل"
1988
  msgid "Free"
1989
  msgstr "مجاني"
1990
 
1991
+ #: includes/helpers/functions/general.php:1319
1992
+ #, fuzzy
1993
+ msgid "Return to Directory"
1994
+ msgstr "العودة إلى الدليل."
1995
+
1996
  #: includes/helpers/functions/listings.php:80
1997
  #, fuzzy
1998
  msgid "Untitled Listing"
1999
  msgstr "تحرير الإعلان"
2000
 
2001
+ #: includes/helpers/functions/templates-ui.php:324
2002
  #, fuzzy
2003
  msgid "Manage Listings"
2004
  msgstr "إدارة الإعلانات المدفوعة"
2009
  msgstr "رسوم افتراضية"
2010
 
2011
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2012
+ #: includes/licensing.php:151
2013
  msgid ""
2014
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2015
  "get updates."
2016
  msgstr ""
2017
 
2018
+ #: includes/licensing.php:207 includes/licensing.php:211
2019
  #, fuzzy
2020
  msgid "Licenses"
2021
  msgstr "تراخيص"
2022
 
2023
  #. translators: %s: item type.
2024
+ #: includes/licensing.php:268
2025
  msgid "%s will not get updates until license is reauthorized."
2026
  msgstr ""
2027
 
2028
+ #: includes/licensing.php:289
2029
  #, fuzzy
2030
  msgid "Enter License Key here"
2031
  msgstr "تجديد مفتاح الترخيص"
2032
 
2033
+ #: includes/licensing.php:290
2034
  #, fuzzy
2035
  msgid "Authorize"
2036
  msgstr "تفعيل Authorize.net؟"
2037
 
2038
+ #: includes/licensing.php:390
2039
  #, fuzzy
2040
  msgid "Invalid item ID"
2041
  msgstr "معرف حقل غير صالح"
2042
 
2043
+ #: includes/licensing.php:403
2044
  #, fuzzy
2045
  msgid "No license key provided"
2046
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2047
 
2048
+ #: includes/licensing.php:448 includes/licensing.php:486
2049
  #, fuzzy
2050
  msgid "License key is invalid"
2051
  msgstr "مفتاح الترخيص غير صالح"
2052
 
2053
+ #: includes/licensing.php:452
2054
  #, fuzzy
2055
  msgid "Deactivation failed"
2056
  msgstr "فشل التعطيل"
2057
 
2058
+ #: includes/licensing.php:497
2059
  #, fuzzy
2060
  msgid "The license key was revoked."
2061
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2062
 
2063
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2064
+ #: includes/licensing.php:501
2065
  msgid ""
2066
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2067
  "%2$s and let them know your license is being reported as revoked by the "
2069
  "with your report."
2070
  msgstr ""
2071
 
2072
+ #: includes/licensing.php:564
2073
  msgid ""
2074
  "It was not possible to establish a connection with the Business Directory "
2075
  "server. The connection failed with the following error:"
2076
  msgstr ""
2077
 
2078
+ #: includes/licensing.php:577
2079
  msgid ""
2080
  "It was not possible to establish a connection with the Business Directory "
2081
  "server. A problem occurred in the SSL/TSL handshake:"
2082
  msgstr ""
2083
 
2084
+ #: includes/licensing.php:624
2085
  msgid ""
2086
  "It looks like your server is not authorized to make outgoing requests to "
2087
  "Business Directory servers. Please contact your webhost and ask them to add "
2088
  "our IP address 52.0.78.177 to your allow list."
2089
  msgstr ""
2090
 
2091
+ #: includes/licensing.php:718
2092
  #, fuzzy
2093
  msgid "Business Directory license key is missing."
2094
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2095
 
2096
+ #: includes/licensing.php:719
2097
  #, fuzzy
2098
  msgid "Business Directory license key has expired"
2099
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2100
 
2101
+ #: includes/licensing.php:720
2102
  #, fuzzy
2103
  msgid "Could not verify Business Directory license."
2104
  msgstr "المساعدة في تحسين دليل الأعمال"
2105
 
2106
+ #: includes/licensing.php:731
2107
  #, fuzzy
2108
  msgid "Review license keys"
2109
  msgstr "تجديد مفتاح الترخيص"
2110
 
2111
+ #: includes/licensing.php:846
2112
  msgid "Missing data. Please reload this page and try again."
2113
  msgstr ""
2114
 
2115
+ #: includes/licensing.php:851
2116
  #, fuzzy
2117
  msgid "Please enter a license key."
2118
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
2135
  msgid "Gateway Transaction ID:"
2136
  msgstr "transaction"
2137
 
2138
+ #: includes/payment.php:76
2139
  msgid "Bill To:"
2140
  msgstr ""
2141
 
2142
+ #: includes/payment.php:87
2143
  msgid "Print Receipt"
2144
  msgstr ""
2145
 
2146
+ #: includes/payment.php:147
2147
  #, fuzzy
2148
  msgid "Return to plan selection"
2149
  msgstr "الرجوع إلى الإعلان."
2150
 
2151
+ #: includes/themes.php:918
2152
  #, fuzzy
2153
  msgid "ZIP file is not a valid Business Directory theme file."
2154
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
2356
  msgid "Post status of new imported listings"
2357
  msgstr "حالة مقالة الإعلانات المستوردة"
2358
 
2359
+ #: templates/admin/csv-import.tpl.php:193
2360
  #, fuzzy
2361
  msgid "Post status of existing imported listings"
2362
  msgstr "حالة مقالة الإعلانات المستوردة"
2363
 
2364
+ #: templates/admin/csv-import.tpl.php:212
2365
  #, fuzzy
2366
  msgid "Missing categories handling"
2367
  msgstr "معالجة التصنيفات المفقودة"
2368
 
2369
+ #: templates/admin/csv-import.tpl.php:218
2370
  #, fuzzy
2371
  msgid "Auto-create categories"
2372
  msgstr "الإنشاء التلقائي للتصنيفات"
2373
 
2374
+ #: templates/admin/csv-import.tpl.php:223
2375
  #, fuzzy
2376
  msgid "Generate errors when a category is not found"
2377
  msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
2378
 
2379
+ #: templates/admin/csv-import.tpl.php:231
2380
  #, fuzzy
2381
  msgid "Keep existing images"
2382
  msgstr "الاحتفاظ بالصور الموجودة."
2383
 
2384
+ #: templates/admin/csv-import.tpl.php:234
2385
  #, fuzzy
2386
  msgid "Appends new images while keeping current ones."
2387
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
2388
 
2389
+ #: templates/admin/csv-import.tpl.php:242
2390
  #, fuzzy
2391
  msgid "Assign listings to a user"
2392
  msgstr "تعيين إعلانات للعضو؟"
2393
 
2394
+ #: templates/admin/csv-import.tpl.php:254
2395
  #, fuzzy
2396
  msgid "Default listing user"
2397
  msgstr "إعلان العضو الافتراضي"
2398
 
2399
+ #: templates/admin/csv-import.tpl.php:256
2400
  #, fuzzy
2401
  msgid ""
2402
  "This user will be used if the username column is not present in the CSV file."
2403
  msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
2404
 
2405
+ #: templates/admin/csv-import.tpl.php:263
2406
  #, fuzzy
2407
  msgid "Number of listings imported on every cycle"
2408
  msgstr "عدد الإعلانات للعرض"
2409
 
2410
+ #: templates/admin/csv-import.tpl.php:265
2411
  msgid ""
2412
  "If you are having trouble importing listings due to memory problems, try "
2413
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2415
  "success on shared hosting platforms and other resource-constrained servers."
2416
  msgstr ""
2417
 
2418
+ #: templates/admin/csv-import.tpl.php:277
2419
  #, fuzzy
2420
  msgid "Disable email notifications during import"
2421
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
2422
 
2423
+ #: templates/admin/csv-import.tpl.php:296
2424
  #, fuzzy
2425
  msgid ""
2426
  "The following are the valid header names to be used in the CSV file. "
2432
  "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
2433
  "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
2434
 
2435
+ #: templates/admin/csv-import.tpl.php:305
2436
  #, fuzzy
2437
  msgid "Header name/label"
2438
  msgstr "إسم رأس/التسمية"
2439
 
2440
+ #: templates/admin/csv-import.tpl.php:308
2441
  #, fuzzy
2442
  msgid "Required?"
2443
  msgstr "مطلوب؟"
2444
 
2445
+ #: templates/admin/csv-import.tpl.php:309
2446
  #, fuzzy
2447
  msgid "Multivalued?"
2448
  msgstr "متعدد القيم؟"
2449
 
2450
+ #: templates/admin/csv-import.tpl.php:341
2451
  #, fuzzy
2452
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2453
  msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
2454
 
2455
+ #: templates/admin/csv-import.tpl.php:348
2456
  #, fuzzy
2457
  msgid "Listing author's username"
2458
  msgstr "إسم مستخدم كاتب الإعلان"
3065
  msgid "Get debug info"
3066
  msgstr ""
3067
 
3068
+ #: templates/businessdirectory-listings.tpl.php:51
3069
  #: templates/deprecated/search.tpl.php:23
3070
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3071
  #, fuzzy
3072
  msgid "No listings found."
3073
  msgstr "لم يتم العثور على أي إعلانات."
3207
  msgstr "نتائج البحث"
3208
 
3209
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3210
+ #: templates/manage_listings.tpl.php:36
3211
  #: templates/submit-listing-done.tpl.php:36
3212
  #, fuzzy
3213
  msgid "Return to directory"
3347
  "أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
3348
  "ما إضغط على زر حذف."
3349
 
3350
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3351
  #, fuzzy
3352
  msgid "You do not currently have any listings in the directory."
3353
  msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
3364
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3365
  msgstr "%s كل %sالأيام. التجديد القادم في %s."
3366
 
3367
+ #: templates/manage_listings.tpl.php:13
3368
  #, fuzzy
3369
+ msgid "Your current listings are shown below."
3370
+ msgstr "لا توجد حاليا إعلانات في الدليل."
3371
 
3372
  #: templates/parts/pagination.tpl.php:7
3373
  #, fuzzy
3405
  msgid "Recurring Plan Management"
3406
  msgstr "إدارة الرسوم المتكررة"
3407
 
3408
+ #: templates/search-form.tpl.php:27
3409
  #, fuzzy
3410
  msgid "Clear"
3411
  msgstr "مسح"
3740
  msgid "Business Directory Team"
3741
  msgstr "دليل الأعمال"
3742
 
3743
+ #: includes/abstracts/class-view.php:130
3744
  #, fuzzy
3745
  msgctxt "views"
3746
  msgid "Invalid credentials."
3766
  msgid "Untitled Menu"
3767
  msgstr ""
3768
 
3769
+ #: includes/admin/class-admin.php:898
3770
  msgctxt "admin"
3771
  msgid "Dismiss this notice."
3772
  msgstr "إخفاء هذا التنبيه."
3773
 
3774
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3775
  #, fuzzy
3776
  msgctxt "admin"
3777
  msgid "The listing has been updated."
3783
  msgstr[4] "تمت ترقية الإعلانات."
3784
  msgstr[5] "تمت ترقية الإعلانات."
3785
 
3786
+ #: includes/admin/class-admin.php:1039
3787
  #, fuzzy
3788
  msgctxt "admin"
3789
  msgid "The plan was successfully assigned."
3790
  msgstr "تم تعيين الرسوم بنجاح."
3791
 
3792
+ #: includes/admin/class-admin.php:1049
3793
  msgctxt "admin"
3794
  msgid "Listing was renewed."
3795
  msgid_plural "Listings were renewed."
3800
  msgstr[4] "تم تجديد الإعلانات."
3801
  msgstr[5] "تم تجديد الإعلانات."
3802
 
3803
+ #: includes/admin/class-admin.php:1061
3804
  msgctxt "admin"
3805
  msgid "Renewal email sent."
3806
  msgstr "تم إرسال بريد التجديد."
3807
 
3808
+ #: includes/admin/class-admin.php:1074
3809
  #, fuzzy
3810
  msgctxt "admin"
3811
  msgid "Listing report deleted."
3817
  msgstr[4] "إنتهاء صلاحية الإعلان"
3818
  msgstr[5] "إنتهاء صلاحية الإعلان"
3819
 
3820
+ #: includes/admin/class-admin.php:1123
3821
  #, fuzzy
3822
  msgctxt "admin"
3823
  msgid "Access keys sent."
3824
  msgstr "مفتاح الوصول"
3825
 
3826
+ #: includes/admin/class-admin.php:1125
3827
  msgctxt "admin"
3828
  msgid "The access keys couldn't be sent."
3829
  msgstr ""
3830
 
3831
+ #: includes/admin/class-admin.php:1283
3832
  msgctxt "admin"
3833
  msgid ""
3834
  "<b>Business Directory Plugin</b> requires a page with the "
3837
  "<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
3838
  "<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
3839
 
3840
+ #: includes/admin/class-admin.php:1285
3841
  msgctxt "admin"
3842
  msgid ""
3843
  "You can create this page by yourself or let Business Directory do this for "
3846
  "يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
3847
  "تلقائياً."
3848
 
3849
+ #: includes/admin/class-admin.php:1290
3850
  msgctxt "admin"
3851
  msgid "Create required pages for me"
3852
  msgstr "إنشاء الصفحات المطلوب نيابة عني"
3853
 
3854
+ #: includes/admin/class-admin.php:1343
3855
  msgctxt "admin"
3856
  msgid ""
3857
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3928
  msgid "Debug"
3929
  msgstr "تصحيح الأخطاء"
3930
 
3931
+ #: includes/admin/controllers/class-settings-admin.php:39
3932
  #, fuzzy
3933
  msgctxt "admin menu"
3934
  msgid "Settings"
4239
  msgid "Reported"
4240
  msgstr ""
4241
 
4242
+ #: includes/models/class-listing.php:981
4243
  msgctxt "listing status"
4244
  msgid "Unknown"
4245
  msgstr ""
4246
 
4247
+ #: includes/models/class-listing.php:982
4248
  msgctxt "listing status"
4249
  msgid "Legacy"
4250
  msgstr ""
4251
 
4252
+ #: includes/models/class-listing.php:983
4253
  #, fuzzy
4254
  msgctxt "listing status"
4255
  msgid "Incomplete"
4256
  msgstr "إكتمل"
4257
 
4258
+ #: includes/models/class-listing.php:984
4259
  #, fuzzy
4260
  msgctxt "listing status"
4261
  msgid "Pending Payment"
4262
  msgstr "في انتظار التخلي"
4263
 
4264
+ #: includes/models/class-listing.php:985
4265
  #, fuzzy
4266
  msgctxt "listing status"
4267
  msgid "Complete"
4268
  msgstr "إكتمل"
4269
 
4270
+ #: includes/models/class-listing.php:986
4271
  #, fuzzy
4272
  msgctxt "listing status"
4273
  msgid "Pending Upgrade"
4274
  msgstr " في انتظار الترقية"
4275
 
4276
+ #: includes/models/class-listing.php:987
4277
  #, fuzzy
4278
  msgctxt "listing status"
4279
  msgid "Expired"
4280
  msgstr "منتهي الصلاحية"
4281
 
4282
+ #: includes/models/class-listing.php:988
4283
  #, fuzzy
4284
  msgctxt "listing status"
4285
  msgid "Pending Renewal"
4286
  msgstr "مفعل + ريثما يتم التجديد"
4287
 
4288
+ #: includes/models/class-listing.php:989
4289
  #, fuzzy
4290
  msgctxt "listing status"
4291
  msgid "Abandoned"
4792
  msgid "Create Missing Fields"
4793
  msgstr "إنشاء الحقول المفقودة"
4794
 
4795
+ #: includes/admin/controllers/class-settings-admin.php:535
4796
  #, fuzzy
4797
  msgctxt "admin settings"
4798
  msgid "Remove"
4799
  msgstr "إزالة"
4800
 
4801
+ #: includes/admin/controllers/class-settings-admin.php:589
4802
  msgctxt "admin settings"
4803
  msgid "Valid placeholders: %s"
4804
  msgstr "العناصر النائبة صالحة: %s"
5297
  msgid "User registration date"
5298
  msgstr "تاريخ تسجيل العضو"
5299
 
5300
+ #: includes/admin/controllers/class-settings-admin.php:671
5301
  #, fuzzy
5302
  msgctxt "expiration notices"
5303
  msgid "Add notice"
5304
  msgstr "إضافة حقل"
5305
 
5306
+ #: includes/admin/controllers/class-settings-admin.php:690
5307
  msgctxt "expiration notices"
5308
  msgid "No notices configured."
5309
  msgstr ""
5310
 
5311
+ #: includes/admin/controllers/class-settings-admin.php:732
5312
  msgctxt "expiration notices"
5313
  msgid "recurring and non-recurring"
5314
  msgstr ""
5315
 
5316
+ #: includes/admin/controllers/class-settings-admin.php:734
5317
  #, fuzzy
5318
  msgctxt "expiration notices"
5319
  msgid "recurring only"
5320
  msgstr "(متكرر)"
5321
 
5322
+ #: includes/admin/controllers/class-settings-admin.php:736
5323
  #, fuzzy
5324
  msgctxt "expiration notices"
5325
  msgid "non-recurring only"
5326
  msgstr "(متكرر)"
5327
 
5328
+ #: includes/admin/controllers/class-settings-admin.php:740
5329
  #, fuzzy
5330
  msgctxt "expiration notices"
5331
  msgid "Sent when a listing (%s) is renewed."
5332
  msgstr "ترسل بعد أن يضاف الإعلان."
5333
 
5334
+ #: includes/admin/controllers/class-settings-admin.php:745
5335
  #, fuzzy
5336
  msgctxt "expiration notices"
5337
  msgid "Sent when a listing (%s) expires."
5338
  msgstr "الإعلان منتهي التاريخ"
5339
 
5340
+ #: includes/admin/controllers/class-settings-admin.php:753
5341
  #, fuzzy
5342
  msgctxt "expiration notices"
5343
  msgid "%d day"
5349
  msgstr[4] "%d يوم"
5350
  msgstr[5] "%d يوم"
5351
 
5352
+ #: includes/admin/controllers/class-settings-admin.php:756
5353
  msgctxt "expiration notices"
5354
  msgid "%d week"
5355
  msgid_plural "%d weeks"
5360
  msgstr[4] ""
5361
  msgstr[5] ""
5362
 
5363
+ #: includes/admin/controllers/class-settings-admin.php:759
5364
  msgctxt "expiration notices"
5365
  msgid "%d month"
5366
  msgid_plural "%d months"
5373
 
5374
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5375
  #. non-recuring only)
5376
+ #: includes/admin/controllers/class-settings-admin.php:765
5377
  msgctxt "expiration notices"
5378
  msgid "Sent %1$s before a listing (%2$s) expires."
5379
  msgstr ""
5380
 
5381
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5382
  #. non-recuring only)
5383
+ #: includes/admin/controllers/class-settings-admin.php:768
5384
  #, fuzzy
5385
  msgctxt "expiration notices"
5386
  msgid "Sent %1$s after a listing (%2$s) expires."
5387
  msgstr "ترسل بعد أن يضاف الإعلان."
5388
 
5389
+ #: includes/admin/controllers/class-settings-admin.php:785
5390
  msgctxt "expiration notices"
5391
  msgid "At the time of expiration"
5392
  msgstr ""
5393
 
5394
+ #: includes/admin/controllers/class-settings-admin.php:786
5395
  #, fuzzy
5396
  msgctxt "expiration notices"
5397
  msgid "Right after a successful renewal"
5398
  msgstr "تم تعيين الرسوم بنجاح."
5399
 
5400
+ #: includes/admin/controllers/class-settings-admin.php:797
5401
  msgctxt "expiration notices"
5402
  msgid "%d day before expiration"
5403
  msgid_plural "%d days before expiration"
5408
  msgstr[4] ""
5409
  msgstr[5] ""
5410
 
5411
+ #: includes/admin/controllers/class-settings-admin.php:797
5412
  msgctxt "expiration notices"
5413
  msgid "%d day after expiration"
5414
  msgid_plural "%d days after expiration"
5419
  msgstr[4] ""
5420
  msgstr[5] ""
5421
 
5422
+ #: includes/admin/controllers/class-settings-admin.php:800
5423
  msgctxt "expiration notices"
5424
  msgid "%d week before expiration"
5425
  msgid_plural "%d weeks before expiration"
5430
  msgstr[4] ""
5431
  msgstr[5] ""
5432
 
5433
+ #: includes/admin/controllers/class-settings-admin.php:800
5434
  msgctxt "expiration notices"
5435
  msgid "%d week after expiration"
5436
  msgid_plural "%d weeks after expiration"
5441
  msgstr[4] ""
5442
  msgstr[5] ""
5443
 
5444
+ #: includes/admin/controllers/class-settings-admin.php:803
5445
  msgctxt "expiration notices"
5446
  msgid "%d month before expiration"
5447
  msgid_plural "%d months before expiration"
5452
  msgstr[4] ""
5453
  msgstr[5] ""
5454
 
5455
+ #: includes/admin/controllers/class-settings-admin.php:803
5456
  msgctxt "expiration notices"
5457
  msgid "%d month after expiration"
5458
  msgid_plural "%d months after expiration"
5463
  msgstr[4] ""
5464
  msgstr[5] ""
5465
 
5466
+ #: includes/admin/controllers/class-settings-admin.php:830
5467
  #, fuzzy
5468
  msgctxt "expiration notices"
5469
  msgid "Applies to"
5470
  msgstr "Appliqué à"
5471
 
5472
+ #: includes/admin/controllers/class-settings-admin.php:833
5473
  msgctxt "expiration notices"
5474
  msgid "Non-recurring listings"
5475
  msgstr ""
5476
 
5477
+ #: includes/admin/controllers/class-settings-admin.php:834
5478
  #, fuzzy
5479
  msgctxt "expiration notices"
5480
  msgid "Recurring listings"
5481
  msgstr "الرجوع إلى الإعلان."
5482
 
5483
+ #: includes/admin/controllers/class-settings-admin.php:835
5484
  msgctxt "expiration notices"
5485
  msgid "Recurring and non-recurring listings"
5486
  msgstr ""
5487
 
5488
+ #: includes/admin/controllers/class-settings-admin.php:840
5489
  msgctxt "expiration notices"
5490
  msgid "When to send?"
5491
  msgstr ""
5492
 
5493
+ #: includes/admin/controllers/class-settings-admin.php:707
5494
  #, fuzzy
5495
  msgctxt "settings"
5496
  msgid "Site title (with link)"
5497
  msgstr "إسم الموقع (مع الرابط)"
5498
 
5499
+ #: includes/admin/controllers/class-settings-admin.php:708
5500
  msgctxt "settings"
5501
  msgid "Author's name"
5502
  msgstr "إسم الكاتب"
5503
 
5504
+ #: includes/admin/controllers/class-settings-admin.php:709
5505
  msgctxt "settings"
5506
  msgid "Listing's name (with link)"
5507
  msgstr "إسم الإعلان (مع رابط)"
5508
 
5509
+ #: includes/admin/controllers/class-settings-admin.php:710
5510
  #, fuzzy
5511
  msgctxt "settings"
5512
  msgid "Listing's expiration date"
5513
  msgstr "إنتهاء صلاحية الإعلان"
5514
 
5515
+ #: includes/admin/controllers/class-settings-admin.php:711
5516
  msgctxt "settings"
5517
  msgid "Listing's renewal link, formatted with an anchor tag"
5518
  msgstr ""
5519
 
5520
+ #: includes/admin/controllers/class-settings-admin.php:712
5521
  msgctxt "settings"
5522
  msgid "Listing's renewal URL, unformatted by any tags"
5523
  msgstr ""
5524
 
5525
+ #: includes/admin/controllers/class-settings-admin.php:713
5526
  #, fuzzy
5527
  msgctxt "settings"
5528
  msgid "Listing's categories"
5529
  msgstr "عنوان الإعلان"
5530
 
5531
+ #: includes/admin/controllers/class-settings-admin.php:714
5532
  #, fuzzy
5533
  msgctxt "settings"
5534
  msgid "Listing's last payment date"
5535
  msgstr "إنتهاء صلاحية الإعلان"
5536
 
5537
+ #: includes/admin/controllers/class-settings-admin.php:715
5538
  #, fuzzy
5539
  msgctxt "settings"
5540
  msgid "Listing's access key"
5541
  msgstr "مفاتيح وصول الإعلان"
5542
 
5543
+ #: includes/admin/controllers/class-settings-admin.php:872
5544
  #, fuzzy
5545
  msgctxt "settings"
5546
  msgid "Settings reset to default."
6387
  msgid "Cropped"
6388
  msgstr ""
6389
 
6390
+ #: includes/admin/settings/class-settings.php:483
6391
  #: includes/admin/settings/class-settings.php:494
 
6392
  msgctxt "settings"
6393
  msgid "\"%s\" can not be empty."
6394
  msgstr ""
6395
 
6396
+ #: includes/admin/settings/class-settings.php:511
6397
  msgctxt "settings"
6398
  msgid "The slug \"%s\" is already in use for another taxonomy."
6399
  msgstr ""
6400
 
6401
+ #: includes/licensing.php:238
6402
  #, fuzzy
6403
  msgctxt "settings"
6404
  msgid "Themes"
6405
  msgstr "القوالب"
6406
 
6407
+ #: includes/licensing.php:290 includes/licensing.php:291
6408
  msgctxt "settings"
6409
  msgid "Please wait..."
6410
  msgstr ""
6411
 
6412
+ #: includes/licensing.php:291
6413
  #, fuzzy
6414
  msgctxt "settings"
6415
  msgid "Deauthorize"
6425
  msgid "Could not change the active theme to \"%s\"."
6426
  msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
6427
 
6428
+ #: includes/admin/controllers/class-themes-admin.php:147
6429
  msgctxt "themes"
6430
  msgid "Active theme changed to \"%s\"."
6431
  msgstr "القالب النشط تغير إلى \"%s\"."
6432
 
6433
+ #: includes/admin/controllers/class-themes-admin.php:150
6434
  msgctxt "themes"
6435
  msgid ""
6436
  "%s requires that you tag your existing fields to match some places we want "
6439
  "%s يتطلب أن تضيف وسوم في الحقول الموجودة الخاصة بك لمطابقة بعض الأماكن لأننا "
6440
  "نريد وضع البيانات الخاصة بك في القالب. وفيما يلي الحقول التي نظن أنها مفقودة."
6441
 
6442
+ #: includes/admin/controllers/class-themes-admin.php:161
6443
  msgctxt "themes"
6444
  msgid "Map My Fields"
6445
  msgstr "أنشئ خريطة لحقولي"
6446
 
6447
+ #: includes/admin/controllers/class-themes-admin.php:169
6448
  msgctxt "themes"
6449
  msgid "Suggested fields created successfully."
6450
  msgstr " تم إنشاء الحقول المقترحة بنجاح."
6451
 
6452
+ #: includes/admin/controllers/class-themes-admin.php:172
6453
  msgctxt "themes"
6454
  msgid "Theme installed successfully."
6455
  msgstr "تم تثبيت القالب بنجاح."
6456
 
6457
+ #: includes/admin/controllers/class-themes-admin.php:175
6458
  #, fuzzy
6459
  msgctxt "themes"
6460
  msgid "Theme was deleted successfully."
6461
  msgstr "تم حذف القالب بنجاح."
6462
 
6463
+ #: includes/admin/controllers/class-themes-admin.php:178
6464
  msgctxt "themes"
6465
  msgid "Could not delete theme directory. Check permissions."
6466
  msgstr "تعذر حذف مجلد القالب. تحقق من الصلاحيات."
6467
 
6468
+ #: includes/admin/controllers/class-themes-admin.php:231
6469
  msgctxt "themes"
6470
  msgid "Please upload a valid theme file."
6471
  msgstr "المرجو رفع ملف قالب صالح."
6472
 
6473
+ #: includes/admin/controllers/class-themes-admin.php:240
6474
  msgctxt "themes"
6475
  msgid "Could not move \"%s\" to a temporary directory."
6476
  msgstr "لا يمكن نقل \"%s\" إلى مجلد مؤقت."
6477
 
6478
+ #: includes/admin/controllers/class-themes-admin.php:326
6479
  msgctxt "themes"
6480
  msgid "Activate your <a>license key</a> to use this theme."
6481
  msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
6482
 
6483
+ #: includes/admin/controllers/class-themes-admin.php:369
6484
  #, fuzzy
6485
  msgctxt "themes"
6486
  msgid "Invalid theme ID"
6487
  msgstr "معرف حقل غير صالح"
6488
 
6489
+ #: includes/admin/controllers/class-themes-admin.php:375
6490
  #: includes/admin/upgrades/class-themes-updater.php:172
6491
  msgctxt "themes"
6492
  msgid "Could not update theme: %s"
6513
  msgid "Theme was updated successfully."
6514
  msgstr "تم تحديث القالب بنجاح."
6515
 
6516
+ #: includes/themes.php:926
6517
  msgctxt "themes"
6518
  msgid "Could not create themes directory."
6519
  msgstr "تعذر إنشاء مجلد القوالب."
6520
 
6521
+ #: includes/themes.php:937
6522
  msgctxt "themes"
6523
  msgid "Could not remove previous theme directory \"%s\"."
6524
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
6525
 
6526
+ #: includes/themes.php:945
6527
  msgctxt "themes"
6528
  msgid "Could not move new theme into theme directory."
6529
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
6533
  msgid "Could not decode export state information."
6534
  msgstr ""
6535
 
6536
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6537
  msgctxt "admin csv-export"
6538
  msgid "Could not create a temporary directory for handling this CSV export."
6539
  msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
6540
 
6541
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6542
  msgctxt "admin csv-export"
6543
  msgid "Error while creating a temporary directory for CSV export: %s"
6544
  msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
6723
  msgid "Please upload or select a CSV file."
6724
  msgstr "المرجو رفع أو حدد ملف CSV."
6725
 
6726
+ #: includes/admin/csv-import.php:370
6727
  msgctxt "admin csv-import"
6728
  msgid ""
6729
  "An error was detected while validating the CSV file for import. Please fix "
6732
  "تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
6733
  "المتابعة."
6734
 
6735
+ #: includes/admin/csv-import.php:379
6736
  msgctxt "admin csv-import"
6737
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6738
  msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
6739
 
6740
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6741
  msgctxt "admin csv-import"
6742
  msgid ""
6743
  "Could not create listing category \"<category-name>\". The operation failed "
6744
  "with the following error: <error-message>."
6745
  msgstr ""
6746
 
6747
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6748
  msgctxt "admin csv-import"
6749
  msgid "Could not create listing category \"%s\""
6750
  msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
6751
 
6752
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6753
  msgctxt "admin csv-import"
6754
  msgid "Username \"%s\" does not exist"
6755
  msgstr "إسم المستخدم \"%s\" غير موجود"
6756
 
6757
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6758
  msgctxt "admin csv-import"
6759
  msgid "There is no Plan with ID = <fee-id>"
6760
  msgstr ""
6761
 
6762
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6763
  msgctxt "admin csv-import"
6764
  msgid "Missing required field: %s"
6765
  msgstr "حقل مطلوب مفقود: %s"
6766
 
6767
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6768
  msgctxt "admin csv-import"
6769
  msgid "Listing category \"%s\" does not exist"
6770
  msgstr "تصنيف الإعلان \"%s\" غير موجود"
6771
 
6772
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6773
  msgctxt "admin csv-import"
6774
  msgid "The string <string> couldn't be converted into a valid date."
6775
  msgstr ""
6923
  msgid "Semicolon (;)"
6924
  msgstr ""
6925
 
6926
+ #: templates/admin/csv-import.tpl.php:196
6927
  #, fuzzy
6928
  msgctxt "admin csv-import"
6929
  msgid "Preserve existing status"
6930
  msgstr "الإعلانات"
6931
 
6932
+ #: templates/admin/csv-import.tpl.php:249
6933
  msgctxt "admin csv-import"
6934
  msgid ""
6935
  "Select a default user to be used if the username column is not present in "
6938
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
6939
  "CSV."
6940
 
6941
+ #: templates/admin/csv-import.tpl.php:283
6942
  msgctxt "admin csv-import"
6943
  msgid "Test Import"
6944
  msgstr "اختبار الاستيراد"
6945
 
6946
+ #: templates/admin/csv-import.tpl.php:284
6947
  msgctxt "admin csv-import"
6948
  msgid "Import Listings"
6949
  msgstr "استيراد الإعلانات"
6950
 
6951
+ #: templates/admin/csv-import.tpl.php:334
6952
  #, fuzzy
6953
  msgctxt "admin csv-import"
6954
  msgid ""
6958
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
6959
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
6960
 
6961
+ #: templates/admin/csv-import.tpl.php:355
6962
  msgctxt "admin csv-import"
6963
  msgid ""
6964
  "Internal Sequence ID used to allow listing updates from external sources."
6965
  msgstr ""
6966
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
6967
 
6968
+ #: templates/admin/csv-import.tpl.php:362
6969
  msgctxt "admin csv-import"
6970
  msgid ""
6971
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6986
  "الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
6987
  "يرجى استشارة الاستضافة الخاص بك."
6988
 
6989
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6990
  #, fuzzy
6991
  msgctxt "listing metabox"
6992
  msgid "Recent Payments"
6993
  msgstr "رفض الدفع"
6994
 
6995
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6996
  #, fuzzy
6997
  msgctxt "listing metabox"
6998
  msgid "Access Key"
7027
  msgid "# of images"
7028
  msgstr "# الصور"
7029
 
7030
+ #: includes/admin/helpers/class-listing-timeline.php:122
7031
  #, fuzzy
7032
  msgctxt "listing timeline"
7033
  msgid "Listing created"
7034
  msgstr "صور الإعلانات"
7035
 
7036
+ #: includes/admin/helpers/class-listing-timeline.php:130
7037
  #, fuzzy
7038
  msgctxt "listing timeline"
7039
  msgid "Listing expired"
7040
  msgstr "الإعلان منتهي التاريخ"
7041
 
7042
+ #: includes/admin/helpers/class-listing-timeline.php:146
7043
  msgctxt "listing timeline"
7044
  msgid "T&C acceptance date"
7045
  msgstr ""
7046
 
7047
+ #: includes/admin/helpers/class-listing-timeline.php:164
7048
  msgctxt "listing timeline"
7049
  msgid "Paid as admin"
7050
  msgstr ""
7051
 
7052
+ #: includes/admin/helpers/class-listing-timeline.php:166
7053
  #, fuzzy
7054
  msgctxt "listing timeline"
7055
  msgid "Listing imported"
7056
  msgstr "الإعلان منتهي التاريخ"
7057
 
7058
+ #: includes/admin/helpers/class-listing-timeline.php:168
7059
  #, fuzzy
7060
  msgctxt "listing timeline"
7061
  msgid "Initial Payment"
7126
  msgid "What do you track?"
7127
  msgstr "ما الذي تتتبع؟"
7128
 
7129
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7130
  #, fuzzy
7131
  msgctxt "manual-upgrade"
7132
  msgid "Continue"
7133
  msgstr "متابعة"
7134
 
7135
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7136
  msgctxt "manual-upgrade"
7137
  msgid "Start Upgrade"
7138
  msgstr "بدء الترقية"
7139
 
7140
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7141
  msgctxt "manual-upgrade"
7142
  msgid "Pause Upgrade"
7143
  msgstr "توقيف الترقية"
7144
 
7145
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7146
  #, fuzzy
7147
  msgctxt "manual-upgrade"
7148
  msgid ""
7150
  "available."
7151
  msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
7152
 
7153
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7154
  msgctxt "manual-upgrade"
7155
  msgid "Go to \"Directory Admin\""
7156
  msgstr "إنتقل إلى \"مشرف الدليل\""
7173
  msgid "Migrating license information to new format..."
7174
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7175
 
7176
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7177
  #, fuzzy
7178
  msgctxt "installer"
7179
  msgid "Migrating email notices to new format..."
7180
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7181
 
7182
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7183
  #, fuzzy
7184
  msgctxt "installer"
7185
  msgid "Migrating plans..."
7186
  msgstr "ترخيص مفعل"
7187
 
7188
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7189
  #, fuzzy
7190
  msgctxt "installer"
7191
  msgid "! Could not migrate payment #%d"
7192
  msgstr "تعذر معالجة الدفع."
7193
 
7194
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7195
  msgctxt "installer"
7196
  msgid "Updating payment items format: %d items remaining..."
7197
  msgstr ""
7198
 
7199
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7200
  msgctxt "installer"
7201
  msgid "Migrating listing information: %d items remaining..."
7202
  msgstr ""
7244
  msgid "Listing upgrade to featured"
7245
  msgstr "الترقية الى إعلان مميز"
7246
 
7247
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7248
  msgctxt "listings-api"
7249
  msgid "Featured Listing"
7250
  msgstr "إعلان مميز"
7251
 
7252
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7253
  #, fuzzy
7254
  msgctxt "migrate-18"
7255
  msgid "Featured Levels migration is complete."
7256
  msgstr "وحدة المستويات المميزة"
7257
 
7258
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7259
  msgctxt "migrate-18"
7260
  msgid ""
7261
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
7263
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7264
  msgstr ""
7265
 
7266
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7267
  msgctxt "migrate-18"
7268
  msgid ""
7269
  "We need to migrate your existing \"featured levels\" to plans for use by the "
7273
  "link> and <cancel-link>cancel migration</cancel-link>."
7274
  msgstr ""
7275
 
7276
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7277
  msgctxt "migrate-18"
7278
  msgid ""
7279
  "Before we do the migration, we need to ask a few simple questions to move "
7281
  "plan\" that is right for you."
7282
  msgstr ""
7283
 
7284
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7285
  msgctxt "migrate-18"
7286
  msgid "Move to: "
7287
  msgstr ""
7288
 
7289
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7290
  msgctxt "migrate-18"
7291
  msgid "New plan summary"
7292
  msgstr ""
7293
 
7294
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7295
  #, fuzzy
7296
  msgctxt "migrate-18"
7297
  msgid "Perform migration"
7298
  msgstr "معلومات الرسوم"
7299
 
7300
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7301
  #, fuzzy
7302
  msgctxt "migrate-18"
7303
  msgid "Business Directory Plugin - Featured Levels migration required."
7304
  msgstr "دليل الأعمال - إعلانات مميزة"
7305
 
7306
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7307
  msgctxt "migrate-18"
7308
  msgid ""
7309
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7310
  "Levels migration here</a>."
7311
  msgstr ""
7312
 
7313
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7314
  #, fuzzy
7315
  msgctxt "upgrade-18"
7316
  msgid "← Return to Directory dashboard"
7317
  msgstr "← الرجوع إلى الدليل."
7318
 
7319
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7320
  msgctxt "upgrade-18"
7321
  msgid "Configure Plan"
7322
  msgstr ""
7323
 
7324
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7325
  #, fuzzy
7326
  msgctxt "upgrade-18"
7327
  msgid "Featured Level"
7328
  msgstr "وحدة المستويات المميزة"
7329
 
7330
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7331
  msgctxt "upgrade-18"
7332
  msgid "What to do with it?"
7333
  msgstr ""
7334
 
7335
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7336
  #, fuzzy
7337
  msgctxt "upgrade-18"
7338
  msgid "%d listing is on this level."
7344
  msgstr[4] "تم تحرير الإعلان"
7345
  msgstr[5] "تم تحرير الإعلان"
7346
 
7347
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7348
  msgctxt "upgrade-18"
7349
  msgid "Select an option"
7350
  msgstr ""
7351
 
7352
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7353
  #, fuzzy
7354
  msgctxt "upgrade-18"
7355
  msgid "Remove \"sticky\" status for listings."
7356
  msgstr "حالة مقالة الإعلانات المستوردة"
7357
 
7358
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7359
  msgctxt "upgrade-18"
7360
  msgid "Remove this (old) level, and leave the listing on the old plan."
7361
  msgstr ""
7362
 
7363
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7364
  msgctxt "upgrade-18"
7365
  msgid "May change \"sticky\" status depending on plan."
7366
  msgstr ""
7367
 
7368
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7369
  msgctxt "upgrade-18"
7370
  msgid "Move listings with this level to existing plan."
7371
  msgstr ""
7372
 
7373
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7374
  #, fuzzy
7375
  msgctxt "upgrade-18"
7376
  msgid "Keep \"sticky\" status of listings."
7377
  msgstr "حالة مقالة الإعلانات المستوردة"
7378
 
7379
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7380
  msgctxt "upgrade-18"
7381
  msgid "Replace this level with a new plan."
7382
  msgstr ""
7396
  msgid "Add New Listing"
7397
  msgstr "إضافة إعلان جديد"
7398
 
7399
+ #: includes/models/class-listing.php:427
7400
  #, fuzzy
7401
  msgctxt "listing"
7402
  msgid "Listing has no registered payments"
7403
  msgstr "إنتهاء صلاحية الإعلان"
7404
 
7405
+ #: includes/models/class-listing.php:436
7406
  #, fuzzy
7407
  msgctxt "listing"
7408
  msgid "Can't delete payment"
7409
  msgstr "رفض الدفع"
7410
 
7411
+ #: includes/models/class-listing.php:474
7412
  #, fuzzy
7413
  msgctxt "listing"
7414
  msgid "Listing expired"
7415
  msgstr "الإعلان منتهي التاريخ"
7416
 
7417
+ #: includes/models/class-listing.php:683
7418
  #, fuzzy
7419
  msgctxt "listing"
7420
  msgid "(Unavailable Plan)"
7421
  msgstr "(رسم غير متوفر)"
7422
 
7423
+ #: includes/models/class-listing.php:878
7424
  #, fuzzy
7425
  msgctxt "listing"
7426
  msgid "Plan \"%s\" (recurring)"
7427
  msgstr "(متكرر)"
7428
 
7429
+ #: includes/models/class-listing.php:880
7430
  msgctxt "listing"
7431
  msgid "Plan \"%s\""
7432
  msgstr ""
7544
  msgid "Report additional info"
7545
  msgstr ""
7546
 
7547
+ #: includes/class-meta.php:33
7548
  msgctxt "rss feed"
7549
  msgid "%s Feed"
7550
  msgstr "تغذية %s"
7551
 
 
 
 
 
 
 
 
 
 
 
7552
  #: includes/class-payment-gateways.php:95
7553
  #, fuzzy
7554
  msgctxt "payment-gateways"
7582
  msgid "The reCAPTCHA validation score failed."
7583
  msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
7584
 
7585
+ #: includes/class-wpbdp.php:460
7586
  #, fuzzy
7587
  msgctxt "listing image upload"
7588
  msgid "Please select a plan before uploading images to the listing"
7589
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
7590
 
7591
+ #: includes/class-wpbdp.php:465
7592
  #, fuzzy
7593
  msgctxt "listing image upload"
7594
  msgid "Can not upload any more images for this listing."
7595
  msgstr "التصنيفات لهذا الإعلان"
7596
 
7597
+ #: includes/class-wpbdp.php:469
7598
  msgctxt "listing image upload"
7599
  msgid ""
7600
  "You're trying to upload %1$d images, but only have %2$d slot available. "
7614
  msgid "Submit Listing"
7615
  msgstr "إضافة إعلان"
7616
 
7617
+ #: includes/controllers/pages/class-checkout.php:112
7618
  #, fuzzy
7619
  msgctxt "checkout"
7620
  msgid "Can not process a payment at this time. Please try again later."
7622
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
7623
  "أخرى لاحقاً."
7624
 
7625
+ #: includes/controllers/pages/class-checkout.php:150
7626
  #, fuzzy
7627
  msgctxt "checkout"
7628
  msgid "Invalid nonce received."
7629
  msgstr "جواب غير صالح من الخادم"
7630
 
7631
+ #: includes/controllers/pages/class-checkout.php:165
7632
  #, fuzzy
7633
  msgctxt "checkout"
7634
  msgid "Invalid gateway selected."
7635
  msgstr "حالة التجديد غير صالحة."
7636
 
7637
+ #: includes/controllers/pages/class-checkout.php:170
7638
  msgctxt "checkout"
7639
  msgid "Selected gateway does not support payment's currency."
7640
  msgstr ""
7641
 
7642
+ #: includes/controllers/pages/class-checkout.php:229
7643
  msgctxt "checkout"
7644
  msgid "Unknown gateway error."
7645
  msgstr ""
7646
 
7647
+ #: includes/controllers/pages/class-checkout.php:268
7648
  msgctxt "checkout"
7649
  msgid ""
7650
  "There was an error trying to process your request. No gateway is selected."
7826
  "an existing field"
7827
  msgstr ""
7828
 
7829
+ #: includes/controllers/pages/class-submit-listing.php:1284
7830
  msgctxt "templates"
7831
  msgid "Please agree to the Terms and Conditions."
7832
  msgstr "يرجى الموافقة على الشروط والأحكام."
7833
 
7834
+ #: includes/controllers/pages/class-submit-listing.php:1298
7835
  #, fuzzy
7836
  msgctxt "templates"
7837
  msgid "I agree to the <a>Terms and Conditions</a>"
7843
  msgid "Return to results"
7844
  msgstr "العودة إلى الدليل."
7845
 
7846
+ #: includes/helpers/functions/templates-ui.php:224
7847
  msgctxt "templates"
7848
  msgid "No listing categories found."
7849
  msgstr "لم يتم العثور على تصنيفات الإعلانات."
7850
 
7851
+ #: includes/helpers/functions/templates-ui.php:375
7852
  msgctxt "templates"
7853
  msgid "Advanced Search"
7854
  msgstr "بحث متقدم"
7859
  msgid "Featured Listing"
7860
  msgstr "إعلان مميز"
7861
 
 
 
 
 
 
 
 
 
 
7862
  #: templates/parts/listing-buttons.tpl.php:15
7863
  msgctxt "templates"
7864
  msgid "Edit"
7909
  msgid "Return to plan selection"
7910
  msgstr "الرجوع إلى الإعلان."
7911
 
 
 
 
 
 
7912
  #: templates/submit-listing/extra-sections.tpl.php:1
7913
  msgctxt "templates"
7914
  msgid "Additional Information"
7984
  msgid "Please <a>login</a> to manage your listings."
7985
  msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
7986
 
7987
+ #: includes/controllers/pages/class-manage-recurring.php:33
7988
  msgctxt "manage subscription"
7989
  msgid "The listing with id = <listing-id> doesn't exists."
7990
  msgstr ""
7991
 
7992
+ #: includes/controllers/pages/class-manage-recurring.php:42
7993
  #, fuzzy
7994
  msgctxt "manage subscriptions"
7995
  msgid ""
7997
  "invalid."
7998
  msgstr "غير مسموح لك بتحرير هذا الإعلان."
7999
 
8000
+ #: includes/controllers/pages/class-manage-recurring.php:53
8001
  msgctxt "manage subscriptions"
8002
  msgid "Invalid subscription."
8003
  msgstr "الاشتراك غير صالح."
8004
 
8005
+ #: includes/controllers/pages/class-manage-recurring.php:76
8006
  #, fuzzy
8007
  msgctxt "manage subscriptions"
8008
  msgid "Your subscription was canceled."
8014
  msgid "Subscription / Plan"
8015
  msgstr "الاشتراك/رسم الخطة"
8016
 
8017
+ #: includes/controllers/pages/class-manage-recurring.php:93
8018
  #, fuzzy
8019
  msgctxt "manage listings"
8020
  msgid "You are not on recurring payments for any of your listings."
8206
  "أخرى لاحقاً."
8207
 
8208
  #: includes/controllers/pages/class-submit-listing.php:866
8209
+ #: includes/controllers/pages/class-submit-listing.php:993
8210
  #, fuzzy
8211
  msgctxt "submit listing"
8212
  msgid "Please select a category."
8213
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8214
 
8215
+ #: includes/controllers/pages/class-submit-listing.php:891
8216
  msgctxt "submit listing"
8217
  msgid "Current active plan is disabled. Please select another plan."
8218
  msgstr ""
8219
 
8220
+ #: includes/controllers/pages/class-submit-listing.php:893
8221
  msgctxt "submit listing"
8222
  msgid "Please choose a valid category for your plan."
8223
  msgstr ""
8224
 
8225
+ #: includes/controllers/pages/class-submit-listing.php:896
8226
  #, fuzzy
8227
  msgctxt "submit listing"
8228
  msgid "Please choose a valid plan for your category selection."
8229
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8230
 
8231
+ #: includes/controllers/pages/class-submit-listing.php:1204
8232
  #, fuzzy
8233
  msgctxt "submit listing"
8234
  msgid "Please enter your desired username."
8235
  msgstr "يرجى إدخال إسمك."
8236
 
8237
+ #: includes/controllers/pages/class-submit-listing.php:1209
8238
  #, fuzzy
8239
  msgctxt "submit listing"
8240
  msgid "Please enter the e-mail for your new account."
8241
  msgstr "يرجى إدخال إسمك."
8242
 
8243
+ #: includes/controllers/pages/class-submit-listing.php:1214
8244
  msgctxt "submit listing"
8245
  msgid "The username you chose is already in use. Please use a different one."
8246
  msgstr ""
8247
 
8248
+ #: includes/controllers/pages/class-submit-listing.php:1219
8249
  msgctxt "submit listing"
8250
  msgid "The e-mail address you chose for your account is already in use."
8251
  msgstr ""
8256
  msgid "Listing submitted by admin. Payment skipped."
8257
  msgstr "Poster annonce(paiement initial)"
8258
 
8259
+ #: includes/controllers/pages/class-submit-listing.php:1159
8260
  msgctxt "listing submit"
8261
  msgid ""
8262
  "Image upload is required, please provide at least one image and submit again."
8553
  msgid "Destination dir \"%s\" is not writable."
8554
  msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
8555
 
8556
+ #: includes/helpers/functions/templates-ui.php:402
8557
  msgctxt "templates sort"
8558
  msgid "Sort By:"
8559
  msgstr "ترتيب حسب:"
8584
  msgid "General"
8585
  msgstr "عام"
8586
 
8587
+ #: includes/licensing.php:537
8588
  msgctxt "licensing"
8589
  msgid "Could not contact licensing server"
8590
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8591
 
8592
+ #: includes/licensing.php:550
8593
  msgctxt "licensing"
8594
  msgid ""
8595
  "It was not possible to establish a connection with Business Directory's "
8596
  "server. cURL was not found in your system"
8597
  msgstr ""
8598
 
8599
+ #: includes/licensing.php:552 includes/licensing.php:582
8600
  msgctxt "licensing"
8601
  msgid ""
8602
  "To ensure the security of our systems and adhere to industry best practices, "
8605
  "1.0.1c)."
8606
  msgstr ""
8607
 
8608
+ #: includes/licensing.php:554 includes/licensing.php:584
8609
  msgctxt "licensing"
8610
  msgid ""
8611
  "Upgrading your system will not only allow you to communicate with Business "
8613
  "services using the latest security standards."
8614
  msgstr ""
8615
 
8616
+ #: includes/licensing.php:556
8617
  msgctxt "licensing"
8618
  msgid ""
8619
  "Please contact your hosting provider and ask them to upgrade your system. "
8620
  "Include this message if necessary"
8621
  msgstr ""
8622
 
8623
+ #: includes/licensing.php:586
8624
  msgctxt "licensing"
8625
  msgid ""
8626
  "Please contact your hosting provider and ask them to upgrade your system. "
8627
  "Include this message if necessary."
8628
  msgstr ""
8629
 
8630
+ #: includes/licensing.php:622
8631
  msgctxt "licensing"
8632
  msgid "The server returned a 403 Forbidden error."
8633
  msgstr ""
8634
 
8635
+ #: includes/licensing.php:868
8636
  msgctxt "licensing"
8637
  msgid "Could not activate license: %s."
8638
  msgstr "لا يمكن تفعيل الترخيص: %s."
8639
 
8640
+ #: includes/licensing.php:873
8641
  msgctxt "licensing"
8642
  msgid "License activated"
8643
  msgstr "تم تفعيل ترخيص"
8644
 
8645
+ #: includes/licensing.php:905
8646
  msgctxt "licensing"
8647
  msgid "Could not deactivate license: %s."
8648
  msgstr "لا يمكن إلغاء الترخيص: %s."
8649
 
8650
+ #: includes/licensing.php:907
8651
  msgctxt "licensing"
8652
  msgid "License deactivated"
8653
  msgstr "تم إلغاء تفعيل الترخيص"
8654
 
8655
  #. translators: "<module-name>" version <version-number> is not...
8656
+ #: includes/licensing.php:1147
8657
  msgctxt "deprecation"
8658
  msgid ""
8659
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8678
  msgstr[4] "الصور المسموح بها"
8679
  msgstr[5] "الصور المسموح بها"
8680
 
8681
+ #: includes/models/class-fee-plan.php:405
8682
  #, fuzzy
8683
  msgctxt "fees-api"
8684
  msgid "Plan label is required."
8685
  msgstr "تسمية الحقل مطلوب."
8686
 
8687
+ #: includes/models/class-fee-plan.php:411
8688
  msgctxt "fees-api"
8689
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8690
  msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
8691
 
8692
+ #: includes/models/class-fee-plan.php:416
8693
  msgctxt "fees-api"
8694
  msgid ""
8695
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8697
  "<a>plan</a> appropriately."
8698
  msgstr ""
8699
 
8700
+ #: includes/models/class-fee-plan.php:419
8701
  msgctxt "fees-api"
8702
  msgid ""
8703
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
9182
  msgid "Continue"
9183
  msgstr "متابعة"
9184
 
9185
+ #~ msgctxt "title"
9186
+ #~ msgid "Find a Listing"
9187
+ #~ msgstr "العثور على إعلان"
9188
+
9189
+ #~ msgctxt "title"
9190
+ #~ msgid "Listings tagged: %s"
9191
+ #~ msgstr "إعلانات ذات وسم: %s"
9192
+
9193
+ #~ msgctxt "templates"
9194
+ #~ msgid ""
9195
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9196
+ #~ "button. To delete a listing click the delete button."
9197
+ #~ msgstr ""
9198
+ #~ "أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف "
9199
+ #~ "إعلان ما إضغط على زر حذف."
9200
+
9201
+ #~ msgctxt "templates"
9202
+ #~ msgid "Find a listing"
9203
+ #~ msgstr "العثور على إعلان"
9204
+
9205
  #, fuzzy
9206
  #~ msgctxt "listing metabox"
9207
  #~ msgid "General Info"
languages/business-directory-plugin-de_DE.mo CHANGED
Binary file
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -76,7 +76,7 @@ msgstr "Verzeichnis Kategorie"
76
  #: includes/admin/settings/class-settings-bootstrap.php:691
77
  #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
- #: includes/helpers/functions/templates-ui.php:310
80
  msgid "Directory"
81
  msgstr "Verzeichnis"
82
 
@@ -136,7 +136,7 @@ msgid "Form Fields"
136
  msgstr "Formularfelder"
137
 
138
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
139
- #: includes/licensing.php:219
140
  #, fuzzy
141
  msgid "Modules"
142
  msgstr "Installierte Module"
@@ -146,7 +146,7 @@ msgstr "Installierte Module"
146
  msgid "Business Directory"
147
  msgstr "Branchenverzeichnis"
148
 
149
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
150
  #, fuzzy
151
  msgid "Upgrade to Premium"
152
  msgstr "Aktualisieren auf %s"
@@ -156,12 +156,12 @@ msgstr "Aktualisieren auf %s"
156
  msgid "Directory Listings"
157
  msgstr "Verzeichniseintrag Entwurf"
158
 
159
- #: includes/admin/class-admin.php:1064
160
  #, fuzzy
161
  msgid "Could not send renewal email."
162
  msgstr "Erneuerungsmail an Benutzer schicken"
163
 
164
- #: includes/admin/class-admin.php:1198
165
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
166
  #: includes/admin/helpers/tables/class-payments-table.php:64
167
  #: templates/email/listing-added.tpl.php:7
@@ -171,13 +171,13 @@ msgstr "Erneuerungsmail an Benutzer schicken"
171
  msgid "ID"
172
  msgstr "ID"
173
 
174
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
175
  #: includes/admin/settings/class-settings-bootstrap.php:717
176
  #, fuzzy
177
  msgid "Listing Count"
178
  msgstr "Anzahl Einträge"
179
 
180
- #: includes/admin/class-admin.php:1365
181
  #, fuzzy
182
  msgid ""
183
  "We noticed you want your Business Directory users to register before posting "
@@ -274,14 +274,14 @@ msgid "See an example CSV import file"
274
  msgstr "Beispiel CSV Import Datei anschauen"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:54
277
- #: templates/admin/csv-import.tpl.php:287
278
  #, fuzzy
279
  msgid "Help"
280
  msgstr "Hilfe "
281
 
282
  #: includes/admin/controllers/class-admin-fees.php:46
283
  #: includes/admin/helpers/tables/class-payments-table.php:67
284
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
285
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
286
  #: templates/admin/payments-details.tpl.php:113
287
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -293,13 +293,13 @@ msgstr "Preis"
293
  #: includes/admin/controllers/class-admin-fees.php:48
294
  #: includes/admin/helpers/tables/class-fees-table.php:65
295
  #: includes/admin/settings/class-settings-bootstrap.php:907
296
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
297
  #, fuzzy
298
  msgid "Images"
299
  msgstr "Bilder"
300
 
301
  #: includes/admin/controllers/class-admin-fees.php:80
302
- #: includes/admin/helpers/class-modules-list.php:236
303
  #, fuzzy
304
  msgid "Upgrade"
305
  msgstr "Aktualisieren auf %s"
@@ -369,7 +369,7 @@ msgid "Attributes"
369
  msgstr "Feld Attribute"
370
 
371
  #: includes/admin/controllers/class-admin-listings.php:339
372
- #: includes/helpers/class-listing-display-helper.php:132
373
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
374
  #, fuzzy
375
  msgid "Featured"
@@ -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:247
477
  #: templates/checkout-billing-form.tpl.php:75
478
  #, fuzzy
479
  msgid "Address"
@@ -537,36 +537,36 @@ msgstr "Twitter"
537
  msgid "Website"
538
  msgstr "Webseite"
539
 
540
- #: includes/admin/controllers/class-settings-admin.php:636
541
  msgid "Your license key provides access to new features and updates."
542
  msgstr ""
543
 
544
- #: includes/admin/controllers/class-settings-admin.php:638
545
  #, fuzzy
546
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
547
  msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
548
 
549
- #: includes/admin/controllers/class-settings-admin.php:650
550
  msgid "Build more powerful directories"
551
  msgstr ""
552
 
553
- #: includes/admin/controllers/class-settings-admin.php:651
554
  msgid ""
555
  "Add category images, maps, filter by location, payment gateways, and more."
556
  msgstr ""
557
 
558
- #: includes/admin/controllers/class-settings-admin.php:652
559
- #: includes/admin/helpers/class-modules-list.php:235
560
  #, fuzzy
561
  msgid "Upgrade Now"
562
  msgstr "Aktualisieren auf %s"
563
 
564
- #: includes/admin/controllers/class-settings-admin.php:653
565
  #, fuzzy
566
  msgid "Already purchased?"
567
  msgstr "Bereits installiert"
568
 
569
- #: includes/admin/controllers/class-settings-admin.php:712
570
  #: includes/admin/helpers/tables/class-fees-table.php:182
571
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
572
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -602,17 +602,17 @@ msgstr ""
602
  msgid "You are not allowed to do that."
603
  msgstr ""
604
 
605
- #: includes/admin/csv-import.php:428
606
  #, fuzzy
607
  msgid "There was an error uploading the file:"
608
  msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
609
 
610
- #: includes/admin/csv-import.php:433
611
  #, fuzzy
612
  msgid "Please upload the correct file type."
613
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
614
 
615
- #: includes/admin/helpers/class-listing-information-metabox.php:15
616
  #: includes/admin/helpers/tables/class-payments-table.php:63
617
  #: includes/admin/settings/class-settings-bootstrap.php:667
618
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -622,7 +622,7 @@ msgstr "Die hochgeladene Datei ist nicht im CSV Format."
622
  msgid "Listing"
623
  msgstr "Einträge"
624
 
625
- #: includes/admin/helpers/class-listing-timeline.php:121
626
  #: includes/class-listings-api.php:33
627
  #, fuzzy
628
  msgid "Listing renewed"
@@ -645,7 +645,7 @@ msgstr "Nur Aktiv"
645
  msgid "Not Installed"
646
  msgstr "Nicht installiert "
647
 
648
- #: includes/admin/helpers/class-modules-list.php:225
649
  #: includes/controllers/class-smtp.php:317
650
  #: templates/admin/themes-item.tpl.php:58
651
  #, fuzzy
@@ -657,7 +657,7 @@ msgstr "Aktiviere Lizenz"
657
  msgid "Hide notifications"
658
  msgstr "Email Erinnerung"
659
 
660
- #: includes/admin/helpers/csv/class-csv-import.php:674
661
  #, fuzzy
662
  msgid "Listing imported by admin. Payment skipped."
663
  msgstr "Eintrag zusenden (Initialbezahlung)"
@@ -724,14 +724,14 @@ msgid "Disabled"
724
  msgstr "Inaktiv"
725
 
726
  #: includes/admin/helpers/tables/class-fees-table.php:297
727
- #: includes/helpers/functions/templates-ui.php:434
728
  #, fuzzy
729
  msgid "Default"
730
  msgstr "Standard Preis"
731
 
732
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
733
  #: includes/fields/class-fieldtypes-social.php:135
734
- #: templates/admin/csv-import.tpl.php:303
735
  #, fuzzy
736
  msgid "Type"
737
  msgstr "Typ"
@@ -774,7 +774,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:1249
778
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
779
  #: templates/listing-contactform.tpl.php:33
780
  #: templates/listing-flagging-form.tpl.php:39
@@ -1110,7 +1110,7 @@ msgstr ""
1110
  msgid "Uninstall"
1111
  msgstr "Deinstallieren"
1112
 
1113
- #: includes/admin/settings/class-settings.php:514
1114
  msgid "%s cannot include spaces, commas, or &"
1115
  msgstr ""
1116
 
@@ -1161,7 +1161,7 @@ msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
1161
  msgid "Directory Manual Upgrade"
1162
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
1163
 
1164
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1165
  msgid ""
1166
  "Business Directory features are currently disabled because the plugin needs "
1167
  "to perform a manual upgrade before it can be used."
@@ -1169,30 +1169,30 @@ msgstr ""
1169
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
1170
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
1171
 
1172
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1173
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1174
  msgstr ""
1175
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
1176
 
1177
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1178
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1179
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1180
  #, fuzzy
1181
  msgid "Business Directory - Featured Levels Migration"
1182
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
1183
 
1184
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1185
  #: templates/admin/fees-form.tpl.php:17
1186
  #, fuzzy
1187
  msgid "Plan Label"
1188
  msgstr "Feldbezeichnung"
1189
 
1190
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1191
  #, fuzzy
1192
  msgid "Duration"
1193
  msgstr "Zeitraum"
1194
 
1195
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1196
  #, fuzzy
1197
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1198
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
@@ -1217,7 +1217,7 @@ msgstr ""
1217
  msgid "View Docs"
1218
  msgstr "Ansicht"
1219
 
1220
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1221
  #, fuzzy
1222
  msgid "Settings"
1223
  msgstr "Einstellungen"
@@ -1306,7 +1306,7 @@ msgid "View Listing"
1306
  msgstr "Eintrag anschauen"
1307
 
1308
  #: includes/class-cpt-integration.php:22
1309
- #: includes/helpers/functions/templates-ui.php:372
1310
  #: templates/main-box.tpl.php:23
1311
  msgid "Search Listings"
1312
  msgstr "Einträge durchsuchen"
@@ -1319,24 +1319,24 @@ msgstr "Keine Einträge gefunden"
1319
  msgid "No listings found in trash"
1320
  msgstr "Keine Einträge im Papierkorb gefunden"
1321
 
1322
- #: includes/class-cpt-integration.php:46
1323
  msgid "Directory Categories"
1324
  msgstr "Verz. Kategorien"
1325
 
1326
- #: includes/class-cpt-integration.php:47
1327
  msgid "Directory Category"
1328
  msgstr "Verzeichnis Kategorie"
1329
 
1330
- #: includes/class-cpt-integration.php:58
1331
  msgid "Directory Tags"
1332
  msgstr "Verz. Tags"
1333
 
1334
- #: includes/class-cpt-integration.php:59
1335
  msgid "Directory Tag"
1336
  msgstr "Verzeichnis Tag"
1337
 
1338
  #. translators: %s: listing count
1339
- #: includes/class-cpt-integration.php:253
1340
  #, fuzzy
1341
  msgid "%s listing updated."
1342
  msgid_plural "%s listings updated."
@@ -1344,14 +1344,14 @@ msgstr[0] "Ein Eintrag wurde bearbeitet."
1344
  msgstr[1] "Ein Eintrag wurde bearbeitet."
1345
 
1346
  #. translators: %s: listing count
1347
- #: includes/class-cpt-integration.php:255
1348
  msgid "%s listing not updated, somebody is editing it."
1349
  msgid_plural "%s listings not updated, somebody is editing them."
1350
  msgstr[0] ""
1351
  msgstr[1] ""
1352
 
1353
  #. translators: %s: listing count
1354
- #: includes/class-cpt-integration.php:257
1355
  #, fuzzy
1356
  msgid "%s listing permanently deleted."
1357
  msgid_plural "%s listings permanently deleted."
@@ -1359,7 +1359,7 @@ msgstr[0] "Eintrag Enddatum"
1359
  msgstr[1] "Eintrag Enddatum"
1360
 
1361
  #. translators: %s: listing count
1362
- #: includes/class-cpt-integration.php:259
1363
  #, fuzzy
1364
  msgid "%s listing moved to the Trash."
1365
  msgid_plural "%s listings moved to the Trash."
@@ -1367,7 +1367,7 @@ msgstr[0] "Keine Einträge im Papierkorb gefunden"
1367
  msgstr[1] "Keine Einträge im Papierkorb gefunden"
1368
 
1369
  #. translators: %s: listing count
1370
- #: includes/class-cpt-integration.php:261
1371
  #, fuzzy
1372
  msgid "%s listing restored from the Trash."
1373
  msgid_plural "%s listings restored from the Trash."
@@ -1379,43 +1379,29 @@ msgstr[1] "Dein Eintrag wurde gelöscht."
1379
  msgid "Free Listing"
1380
  msgstr "Kostenloser Eintrag"
1381
 
1382
- #: includes/class-meta.php:139
1383
- #: includes/controllers/pages/class-submit-listing.php:32
1384
- #: includes/helpers/functions/templates-ui.php:332
1385
- #: templates/submit-listing.tpl.php:17
1386
- #, fuzzy
1387
- msgid "Add Listing"
1388
- msgstr "Preispaket hinzufügen"
1389
-
1390
- #: includes/class-meta.php:149
1391
- #: includes/controllers/pages/class-all-listings.php:6
1392
- #: includes/helpers/functions/templates-ui.php:319
1393
- msgid "View All Listings"
1394
- msgstr "Alle Einträge anschauen"
1395
-
1396
  #: includes/class-payment-gateways.php:146
1397
  msgid ""
1398
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1399
  "to set up a gateway. Until you do this, only free plans will be available."
1400
  msgstr ""
1401
 
1402
- #: includes/class-wpbdp.php:577
1403
  #, fuzzy
1404
  msgid "Could not find listing ID"
1405
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1406
 
1407
- #: includes/class-wpbdp.php:584
1408
  msgid ""
1409
  "Could not verify the image upload request. If problem persists contact site "
1410
  "admin."
1411
  msgstr ""
1412
 
1413
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1414
  #, fuzzy
1415
  msgid "Could not find image ID"
1416
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1417
 
1418
- #: includes/class-wpbdp.php:623
1419
  #, fuzzy
1420
  msgid ""
1421
  "The directory features are disabled at this time because a <a>manual "
@@ -1424,7 +1410,7 @@ msgstr ""
1424
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1425
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1426
 
1427
- #: includes/class-wpbdp.php:630
1428
  msgid ""
1429
  "The directory is not available at this time. Please try again in a few "
1430
  "minutes or contact the administrator if the problem persists."
@@ -1445,7 +1431,7 @@ msgstr ""
1445
  #: includes/compatibility/class-navxt-integration.php:208
1446
  #: includes/widgets/widget-search.php:127
1447
  #: templates/admin/payments-index.tpl.php:13
1448
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1449
  #: templates/search.tpl.php:5
1450
  #, fuzzy
1451
  msgid "Search"
@@ -1555,12 +1541,17 @@ msgstr "CSV-Datei importieren"
1555
  msgid "Go to SMTP settings"
1556
  msgstr "Zum Eintrag"
1557
 
1558
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1559
  #: includes/controllers/pages/class-manage-listings.php:109
1560
  msgid "Pay Now"
1561
  msgstr ""
1562
 
1563
- #: includes/controllers/pages/class-checkout.php:180
1564
  #, fuzzy
1565
  msgid "Complete"
1566
  msgstr "Abgeschlossen"
@@ -1616,6 +1607,13 @@ msgstr "Der Eintrag wurde aktualisiert"
1616
  msgid "This is just a preview. The listing has not been published yet."
1617
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1618
 
 
 
 
 
 
 
 
1619
  #: includes/controllers/pages/class-submit-listing.php:560
1620
  #, fuzzy
1621
  msgid "Listing Images"
@@ -1630,25 +1628,25 @@ msgstr ""
1630
  msgid "Go to \"Plans\""
1631
  msgstr "zu \"Formularfelder verwalten\""
1632
 
1633
- #: includes/controllers/pages/class-submit-listing.php:883
1634
  #, fuzzy
1635
  msgid "Please choose a plan."
1636
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1637
 
1638
- #: includes/controllers/pages/class-submit-listing.php:1073
1639
  msgid "Please check the form for errors, correct them and submit again."
1640
  msgstr ""
1641
 
1642
- #: includes/controllers/pages/class-submit-listing.php:1233
1643
  msgid "Create a user account on this site"
1644
  msgstr ""
1645
 
1646
- #: includes/controllers/pages/class-submit-listing.php:1240
1647
  #, fuzzy
1648
  msgid "Username"
1649
  msgstr "Benutzer"
1650
 
1651
- #: includes/controllers/pages/class-submit-listing.php:1262
1652
  #, fuzzy
1653
  msgid "Clear Form"
1654
  msgstr "Zurücksetzen"
@@ -1882,7 +1880,7 @@ msgstr "Ganze Nummern Validierung"
1882
  msgid "Telephone Number Validator"
1883
  msgstr "Ganze Nummern Validierung"
1884
 
1885
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1886
  #, fuzzy
1887
  msgid "Field"
1888
  msgstr "Feld"
@@ -1965,12 +1963,17 @@ msgstr ""
1965
  msgid "Free"
1966
  msgstr "Kostenlos"
1967
 
 
 
 
 
 
1968
  #: includes/helpers/functions/listings.php:80
1969
  #, fuzzy
1970
  msgid "Untitled Listing"
1971
  msgstr "Eintrag bearbeiten"
1972
 
1973
- #: includes/helpers/functions/templates-ui.php:326
1974
  #, fuzzy
1975
  msgid "Manage Listings"
1976
  msgstr "Bezahlte Einträge verwalten"
@@ -1981,59 +1984,59 @@ msgid "Default Plan"
1981
  msgstr "Standard Preis"
1982
 
1983
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1984
- #: includes/licensing.php:150
1985
  msgid ""
1986
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1987
  "get updates."
1988
  msgstr ""
1989
 
1990
- #: includes/licensing.php:206 includes/licensing.php:210
1991
  #, fuzzy
1992
  msgid "Licenses"
1993
  msgstr "Lizenz"
1994
 
1995
  #. translators: %s: item type.
1996
- #: includes/licensing.php:267
1997
  msgid "%s will not get updates until license is reauthorized."
1998
  msgstr ""
1999
 
2000
- #: includes/licensing.php:288
2001
  #, fuzzy
2002
  msgid "Enter License Key here"
2003
  msgstr "Erneuere Lizenzschlüssel"
2004
 
2005
- #: includes/licensing.php:289
2006
  #, fuzzy
2007
  msgid "Authorize"
2008
  msgstr "Aktiviere Lizenz"
2009
 
2010
- #: includes/licensing.php:389
2011
  #, fuzzy
2012
  msgid "Invalid item ID"
2013
  msgstr "Ungültige Feld ID"
2014
 
2015
- #: includes/licensing.php:402
2016
  #, fuzzy
2017
  msgid "No license key provided"
2018
  msgstr "Kein Lizenzschlüssel"
2019
 
2020
- #: includes/licensing.php:451 includes/licensing.php:489
2021
  #, fuzzy
2022
  msgid "License key is invalid"
2023
  msgstr "Lizenzschlüssel ungültig "
2024
 
2025
- #: includes/licensing.php:455
2026
  #, fuzzy
2027
  msgid "Deactivation failed"
2028
  msgstr "Deaktivierung fehlgeschlagen"
2029
 
2030
- #: includes/licensing.php:500
2031
  #, fuzzy
2032
  msgid "The license key was revoked."
2033
  msgstr "Kein Lizenzschlüssel"
2034
 
2035
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2036
- #: includes/licensing.php:504
2037
  msgid ""
2038
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2039
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2041,50 +2044,50 @@ msgid ""
2041
  "with your report."
2042
  msgstr ""
2043
 
2044
- #: includes/licensing.php:567
2045
  msgid ""
2046
  "It was not possible to establish a connection with the Business Directory "
2047
  "server. The connection failed with the following error:"
2048
  msgstr ""
2049
 
2050
- #: includes/licensing.php:580
2051
  msgid ""
2052
  "It was not possible to establish a connection with the Business Directory "
2053
  "server. A problem occurred in the SSL/TSL handshake:"
2054
  msgstr ""
2055
 
2056
- #: includes/licensing.php:627
2057
  msgid ""
2058
  "It looks like your server is not authorized to make outgoing requests to "
2059
  "Business Directory servers. Please contact your webhost and ask them to add "
2060
  "our IP address 52.0.78.177 to your allow list."
2061
  msgstr ""
2062
 
2063
- #: includes/licensing.php:721
2064
  #, fuzzy
2065
  msgid "Business Directory license key is missing."
2066
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2067
 
2068
- #: includes/licensing.php:722
2069
  #, fuzzy
2070
  msgid "Business Directory license key has expired"
2071
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2072
 
2073
- #: includes/licensing.php:723
2074
  #, fuzzy
2075
  msgid "Could not verify Business Directory license."
2076
  msgstr "Hilf Business Directory zu unterstützen"
2077
 
2078
- #: includes/licensing.php:734
2079
  #, fuzzy
2080
  msgid "Review license keys"
2081
  msgstr "Erneuere Lizenzschlüssel"
2082
 
2083
- #: includes/licensing.php:849
2084
  msgid "Missing data. Please reload this page and try again."
2085
  msgstr ""
2086
 
2087
- #: includes/licensing.php:854
2088
  #, fuzzy
2089
  msgid "Please enter a license key."
2090
  msgstr "Bitte eine gültige E-mailadresse eingeben."
@@ -2107,20 +2110,20 @@ msgstr ""
2107
  msgid "Gateway Transaction ID:"
2108
  msgstr "Transaktion"
2109
 
2110
- #: includes/payment.php:77
2111
  msgid "Bill To:"
2112
  msgstr ""
2113
 
2114
- #: includes/payment.php:88
2115
  msgid "Print Receipt"
2116
  msgstr ""
2117
 
2118
- #: includes/payment.php:148
2119
  #, fuzzy
2120
  msgid "Return to plan selection"
2121
  msgstr "Zurück zum Eintrag."
2122
 
2123
- #: includes/themes.php:945
2124
  #, fuzzy
2125
  msgid "ZIP file is not a valid Business Directory theme file."
2126
  msgstr "Bitte eine gültige E-mailadresse eingeben."
@@ -2336,47 +2339,47 @@ msgstr "Importeinstellungen"
2336
  msgid "Post status of new imported listings"
2337
  msgstr "Status der importierten Einträge"
2338
 
2339
- #: templates/admin/csv-import.tpl.php:191
2340
  #, fuzzy
2341
  msgid "Post status of existing imported listings"
2342
  msgstr "Status der importierten Einträge"
2343
 
2344
- #: templates/admin/csv-import.tpl.php:208
2345
  #, fuzzy
2346
  msgid "Missing categories handling"
2347
  msgstr "Verhalten bei nicht vorhandener Kategorie"
2348
 
2349
- #: templates/admin/csv-import.tpl.php:214
2350
  #, fuzzy
2351
  msgid "Auto-create categories"
2352
  msgstr "Kategorie automatisch erstellen"
2353
 
2354
- #: templates/admin/csv-import.tpl.php:219
2355
  #, fuzzy
2356
  msgid "Generate errors when a category is not found"
2357
  msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
2358
 
2359
- #: templates/admin/csv-import.tpl.php:227
2360
  #, fuzzy
2361
  msgid "Keep existing images"
2362
  msgstr "Vorhandene Bilder behalten."
2363
 
2364
- #: templates/admin/csv-import.tpl.php:230
2365
  #, fuzzy
2366
  msgid "Appends new images while keeping current ones."
2367
  msgstr "Hängt neue Bilder an und behaltet die alten."
2368
 
2369
- #: templates/admin/csv-import.tpl.php:238
2370
  #, fuzzy
2371
  msgid "Assign listings to a user"
2372
  msgstr "Zuweisung"
2373
 
2374
- #: templates/admin/csv-import.tpl.php:250
2375
  #, fuzzy
2376
  msgid "Default listing user"
2377
  msgstr "Voreingestellter-Nutzer"
2378
 
2379
- #: templates/admin/csv-import.tpl.php:252
2380
  #, fuzzy
2381
  msgid ""
2382
  "This user will be used if the username column is not present in the CSV file."
@@ -2384,12 +2387,12 @@ msgstr ""
2384
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
2385
  "Datei vorhanden ist."
2386
 
2387
- #: templates/admin/csv-import.tpl.php:259
2388
  #, fuzzy
2389
  msgid "Number of listings imported on every cycle"
2390
  msgstr "Nummer der Einträge zum Anzeigen:"
2391
 
2392
- #: templates/admin/csv-import.tpl.php:261
2393
  msgid ""
2394
  "If you are having trouble importing listings due to memory problems, try "
2395
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2397,12 +2400,12 @@ msgid ""
2397
  "success on shared hosting platforms and other resource-constrained servers."
2398
  msgstr ""
2399
 
2400
- #: templates/admin/csv-import.tpl.php:273
2401
  #, fuzzy
2402
  msgid "Disable email notifications during import"
2403
  msgstr "E-Mail-Benachrichtigungen"
2404
 
2405
- #: templates/admin/csv-import.tpl.php:292
2406
  #, fuzzy
2407
  msgid ""
2408
  "The following are the valid header names to be used in the CSV file. "
@@ -2415,27 +2418,27 @@ msgstr ""
2415
  "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
2416
  "um zu sehen wie eine Importdatei aufgebaut sein muss."
2417
 
2418
- #: templates/admin/csv-import.tpl.php:301
2419
  #, fuzzy
2420
  msgid "Header name/label"
2421
  msgstr "Kopfname/Bezeichnung"
2422
 
2423
- #: templates/admin/csv-import.tpl.php:304
2424
  #, fuzzy
2425
  msgid "Required?"
2426
  msgstr "Pflichtfeld?"
2427
 
2428
- #: templates/admin/csv-import.tpl.php:305
2429
  #, fuzzy
2430
  msgid "Multivalued?"
2431
  msgstr "Mehrfachwert?"
2432
 
2433
- #: templates/admin/csv-import.tpl.php:337
2434
  #, fuzzy
2435
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2436
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
2437
 
2438
- #: templates/admin/csv-import.tpl.php:344
2439
  #, fuzzy
2440
  msgid "Listing author's username"
2441
  msgstr "Benutzername des Authors"
@@ -3061,9 +3064,9 @@ msgstr ""
3061
  msgid "Get debug info"
3062
  msgstr ""
3063
 
3064
- #: templates/businessdirectory-listings.tpl.php:30
3065
  #: templates/deprecated/search.tpl.php:23
3066
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3067
  #, fuzzy
3068
  msgid "No listings found."
3069
  msgstr "Kein Eintrag vorhanden."
@@ -3205,7 +3208,7 @@ msgid "Search Results"
3205
  msgstr "Ergebnisse durchsuchen"
3206
 
3207
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3208
- #: templates/manage_listings.tpl.php:16
3209
  #: templates/submit-listing-done.tpl.php:36
3210
  #, fuzzy
3211
  msgid "Return to directory"
@@ -3348,7 +3351,7 @@ msgstr ""
3348
  "Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
3349
  "den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
3350
 
3351
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3352
  #, fuzzy
3353
  msgid "You do not currently have any listings in the directory."
3354
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
@@ -3365,10 +3368,10 @@ msgstr "%s alle %s Tage"
3365
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3366
  msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
3367
 
3368
- #: templates/parts/listing-buttons.tpl.php:39
3369
  #, fuzzy
3370
- msgid "Return to Directory"
3371
- msgstr "Zurück zum Verzeichnis."
3372
 
3373
  #: templates/parts/pagination.tpl.php:7
3374
  #, fuzzy
@@ -3406,7 +3409,7 @@ msgstr "Aktiviere Lizenz..."
3406
  msgid "Recurring Plan Management"
3407
  msgstr "Wiederholte Preise verwalten"
3408
 
3409
- #: templates/search-form.tpl.php:28
3410
  #, fuzzy
3411
  msgid "Clear"
3412
  msgstr "Zurücksetzen"
@@ -3741,7 +3744,7 @@ msgstr ""
3741
  msgid "Business Directory Team"
3742
  msgstr "Branchenverzeichnis"
3743
 
3744
- #: includes/abstracts/class-view.php:129
3745
  #, fuzzy
3746
  msgctxt "views"
3747
  msgid "Invalid credentials."
@@ -3767,12 +3770,12 @@ msgctxt "admin"
3767
  msgid "Untitled Menu"
3768
  msgstr ""
3769
 
3770
- #: includes/admin/class-admin.php:897
3771
  msgctxt "admin"
3772
  msgid "Dismiss this notice."
3773
  msgstr "Diese Nachricht ignorieren."
3774
 
3775
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3776
  #, fuzzy
3777
  msgctxt "admin"
3778
  msgid "The listing has been updated."
@@ -3780,25 +3783,25 @@ msgid_plural "The listings have been updated."
3780
  msgstr[0] "Der Eintrag wurde aktualisiert"
3781
  msgstr[1] "Die Einträge wurden aktualisiert."
3782
 
3783
- #: includes/admin/class-admin.php:1038
3784
  #, fuzzy
3785
  msgctxt "admin"
3786
  msgid "The plan was successfully assigned."
3787
  msgstr "Der Preis wurde erfolgreich zugewiesen."
3788
 
3789
- #: includes/admin/class-admin.php:1048
3790
  msgctxt "admin"
3791
  msgid "Listing was renewed."
3792
  msgid_plural "Listings were renewed."
3793
  msgstr[0] "Eintrag wurde aktualisiert."
3794
  msgstr[1] "Einträge wurden aktualisiert."
3795
 
3796
- #: includes/admin/class-admin.php:1060
3797
  msgctxt "admin"
3798
  msgid "Renewal email sent."
3799
  msgstr "E-mail erneut senden."
3800
 
3801
- #: includes/admin/class-admin.php:1073
3802
  #, fuzzy
3803
  msgctxt "admin"
3804
  msgid "Listing report deleted."
@@ -3806,18 +3809,18 @@ msgid_plural "Listing reports deleted."
3806
  msgstr[0] "Eintrag Enddatum"
3807
  msgstr[1] "Eintrag Enddatum"
3808
 
3809
- #: includes/admin/class-admin.php:1122
3810
  #, fuzzy
3811
  msgctxt "admin"
3812
  msgid "Access keys sent."
3813
  msgstr "Eintrag Felder / Bilder"
3814
 
3815
- #: includes/admin/class-admin.php:1124
3816
  msgctxt "admin"
3817
  msgid "The access keys couldn't be sent."
3818
  msgstr ""
3819
 
3820
- #: includes/admin/class-admin.php:1282
3821
  msgctxt "admin"
3822
  msgid ""
3823
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3826,7 +3829,7 @@ msgstr ""
3826
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
3827
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
3828
 
3829
- #: includes/admin/class-admin.php:1284
3830
  msgctxt "admin"
3831
  msgid ""
3832
  "You can create this page by yourself or let Business Directory do this for "
@@ -3835,12 +3838,12 @@ msgstr ""
3835
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
3836
  "automatisch erstellen lassen."
3837
 
3838
- #: includes/admin/class-admin.php:1289
3839
  msgctxt "admin"
3840
  msgid "Create required pages for me"
3841
  msgstr "Erstelle benötigte Seiten für mich"
3842
 
3843
- #: includes/admin/class-admin.php:1342
3844
  msgctxt "admin"
3845
  msgid ""
3846
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3917,7 +3920,7 @@ msgctxt "admin menu"
3917
  msgid "Debug"
3918
  msgstr "Fehlerkorrektur"
3919
 
3920
- #: includes/admin/controllers/class-settings-admin.php:45
3921
  #, fuzzy
3922
  msgctxt "admin menu"
3923
  msgid "Settings"
@@ -4225,53 +4228,53 @@ msgctxt "listing status"
4225
  msgid "Reported"
4226
  msgstr ""
4227
 
4228
- #: includes/models/class-listing.php:984
4229
  msgctxt "listing status"
4230
  msgid "Unknown"
4231
  msgstr ""
4232
 
4233
- #: includes/models/class-listing.php:985
4234
  msgctxt "listing status"
4235
  msgid "Legacy"
4236
  msgstr ""
4237
 
4238
- #: includes/models/class-listing.php:986
4239
  #, fuzzy
4240
  msgctxt "listing status"
4241
  msgid "Incomplete"
4242
  msgstr "Abgeschlossen"
4243
 
4244
- #: includes/models/class-listing.php:987
4245
  #, fuzzy
4246
  msgctxt "listing status"
4247
  msgid "Pending Payment"
4248
  msgstr "Ausstehende Zahlungen"
4249
 
4250
- #: includes/models/class-listing.php:988
4251
  #, fuzzy
4252
  msgctxt "listing status"
4253
  msgid "Complete"
4254
  msgstr "Abgeschlossen"
4255
 
4256
- #: includes/models/class-listing.php:989
4257
  #, fuzzy
4258
  msgctxt "listing status"
4259
  msgid "Pending Upgrade"
4260
  msgstr "Ausstehende Aktualisierung"
4261
 
4262
- #: includes/models/class-listing.php:990
4263
  #, fuzzy
4264
  msgctxt "listing status"
4265
  msgid "Expired"
4266
  msgstr "Abgelaufen"
4267
 
4268
- #: includes/models/class-listing.php:991
4269
  #, fuzzy
4270
  msgctxt "listing status"
4271
  msgid "Pending Renewal"
4272
  msgstr "Aktiv + Ausstehende Erneuerungen"
4273
 
4274
- #: includes/models/class-listing.php:992
4275
  #, fuzzy
4276
  msgctxt "listing status"
4277
  msgid "Abandoned"
@@ -4780,13 +4783,13 @@ msgctxt "form-fields admin"
4780
  msgid "Create Missing Fields"
4781
  msgstr "Eintrag Felder"
4782
 
4783
- #: includes/admin/controllers/class-settings-admin.php:543
4784
  #, fuzzy
4785
  msgctxt "admin settings"
4786
  msgid "Remove"
4787
  msgstr "Entfernen"
4788
 
4789
- #: includes/admin/controllers/class-settings-admin.php:597
4790
  msgctxt "admin settings"
4791
  msgid "Valid placeholders: %s"
4792
  msgstr "Gültige Platzhalter: %s"
@@ -5283,47 +5286,47 @@ msgctxt "admin settings"
5283
  msgid "User registration date"
5284
  msgstr "Eintrag Enddatum"
5285
 
5286
- #: includes/admin/controllers/class-settings-admin.php:679
5287
  #, fuzzy
5288
  msgctxt "expiration notices"
5289
  msgid "Add notice"
5290
  msgstr "Feld erstellen"
5291
 
5292
- #: includes/admin/controllers/class-settings-admin.php:698
5293
  msgctxt "expiration notices"
5294
  msgid "No notices configured."
5295
  msgstr ""
5296
 
5297
- #: includes/admin/controllers/class-settings-admin.php:740
5298
  msgctxt "expiration notices"
5299
  msgid "recurring and non-recurring"
5300
  msgstr ""
5301
 
5302
- #: includes/admin/controllers/class-settings-admin.php:742
5303
  #, fuzzy
5304
  msgctxt "expiration notices"
5305
  msgid "recurring only"
5306
  msgstr "(wiederkehrend)"
5307
 
5308
- #: includes/admin/controllers/class-settings-admin.php:744
5309
  #, fuzzy
5310
  msgctxt "expiration notices"
5311
  msgid "non-recurring only"
5312
  msgstr "(wiederkehrend)"
5313
 
5314
- #: includes/admin/controllers/class-settings-admin.php:748
5315
  #, fuzzy
5316
  msgctxt "expiration notices"
5317
  msgid "Sent when a listing (%s) is renewed."
5318
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
5319
 
5320
- #: includes/admin/controllers/class-settings-admin.php:753
5321
  #, fuzzy
5322
  msgctxt "expiration notices"
5323
  msgid "Sent when a listing (%s) expires."
5324
  msgstr "Ein Eintrag läuft aus."
5325
 
5326
- #: includes/admin/controllers/class-settings-admin.php:761
5327
  #, fuzzy
5328
  msgctxt "expiration notices"
5329
  msgid "%d day"
@@ -5331,14 +5334,14 @@ msgid_plural "%d days"
5331
  msgstr[0] "%d Tag"
5332
  msgstr[1] "%d Tage"
5333
 
5334
- #: includes/admin/controllers/class-settings-admin.php:764
5335
  msgctxt "expiration notices"
5336
  msgid "%d week"
5337
  msgid_plural "%d weeks"
5338
  msgstr[0] ""
5339
  msgstr[1] ""
5340
 
5341
- #: includes/admin/controllers/class-settings-admin.php:767
5342
  msgctxt "expiration notices"
5343
  msgid "%d month"
5344
  msgid_plural "%d months"
@@ -5347,150 +5350,150 @@ msgstr[1] ""
5347
 
5348
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5349
  #. non-recuring only)
5350
- #: includes/admin/controllers/class-settings-admin.php:773
5351
  msgctxt "expiration notices"
5352
  msgid "Sent %1$s before a listing (%2$s) expires."
5353
  msgstr ""
5354
 
5355
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5356
  #. non-recuring only)
5357
- #: includes/admin/controllers/class-settings-admin.php:776
5358
  #, fuzzy
5359
  msgctxt "expiration notices"
5360
  msgid "Sent %1$s after a listing (%2$s) expires."
5361
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
5362
 
5363
- #: includes/admin/controllers/class-settings-admin.php:793
5364
  msgctxt "expiration notices"
5365
  msgid "At the time of expiration"
5366
  msgstr ""
5367
 
5368
- #: includes/admin/controllers/class-settings-admin.php:794
5369
  #, fuzzy
5370
  msgctxt "expiration notices"
5371
  msgid "Right after a successful renewal"
5372
  msgstr "Der Preis wurde erfolgreich zugewiesen."
5373
 
5374
- #: includes/admin/controllers/class-settings-admin.php:805
5375
  msgctxt "expiration notices"
5376
  msgid "%d day before expiration"
5377
  msgid_plural "%d days before expiration"
5378
  msgstr[0] ""
5379
  msgstr[1] ""
5380
 
5381
- #: includes/admin/controllers/class-settings-admin.php:805
5382
  msgctxt "expiration notices"
5383
  msgid "%d day after expiration"
5384
  msgid_plural "%d days after expiration"
5385
  msgstr[0] ""
5386
  msgstr[1] ""
5387
 
5388
- #: includes/admin/controllers/class-settings-admin.php:808
5389
  msgctxt "expiration notices"
5390
  msgid "%d week before expiration"
5391
  msgid_plural "%d weeks before expiration"
5392
  msgstr[0] ""
5393
  msgstr[1] ""
5394
 
5395
- #: includes/admin/controllers/class-settings-admin.php:808
5396
  msgctxt "expiration notices"
5397
  msgid "%d week after expiration"
5398
  msgid_plural "%d weeks after expiration"
5399
  msgstr[0] ""
5400
  msgstr[1] ""
5401
 
5402
- #: includes/admin/controllers/class-settings-admin.php:811
5403
  msgctxt "expiration notices"
5404
  msgid "%d month before expiration"
5405
  msgid_plural "%d months before expiration"
5406
  msgstr[0] ""
5407
  msgstr[1] ""
5408
 
5409
- #: includes/admin/controllers/class-settings-admin.php:811
5410
  msgctxt "expiration notices"
5411
  msgid "%d month after expiration"
5412
  msgid_plural "%d months after expiration"
5413
  msgstr[0] ""
5414
  msgstr[1] ""
5415
 
5416
- #: includes/admin/controllers/class-settings-admin.php:838
5417
  #, fuzzy
5418
  msgctxt "expiration notices"
5419
  msgid "Applies to"
5420
  msgstr "zugewiesen zu"
5421
 
5422
- #: includes/admin/controllers/class-settings-admin.php:841
5423
  msgctxt "expiration notices"
5424
  msgid "Non-recurring listings"
5425
  msgstr ""
5426
 
5427
- #: includes/admin/controllers/class-settings-admin.php:842
5428
  #, fuzzy
5429
  msgctxt "expiration notices"
5430
  msgid "Recurring listings"
5431
  msgstr "Zurück zum Eintrag."
5432
 
5433
- #: includes/admin/controllers/class-settings-admin.php:843
5434
  msgctxt "expiration notices"
5435
  msgid "Recurring and non-recurring listings"
5436
  msgstr ""
5437
 
5438
- #: includes/admin/controllers/class-settings-admin.php:848
5439
  msgctxt "expiration notices"
5440
  msgid "When to send?"
5441
  msgstr ""
5442
 
5443
- #: includes/admin/controllers/class-settings-admin.php:715
5444
  #, fuzzy
5445
  msgctxt "settings"
5446
  msgid "Site title (with link)"
5447
  msgstr "Seitentitel (mit Link)"
5448
 
5449
- #: includes/admin/controllers/class-settings-admin.php:716
5450
  msgctxt "settings"
5451
  msgid "Author's name"
5452
  msgstr "Authorname"
5453
 
5454
- #: includes/admin/controllers/class-settings-admin.php:717
5455
  msgctxt "settings"
5456
  msgid "Listing's name (with link)"
5457
  msgstr "Eintragsname (mit Link)"
5458
 
5459
- #: includes/admin/controllers/class-settings-admin.php:718
5460
  #, fuzzy
5461
  msgctxt "settings"
5462
  msgid "Listing's expiration date"
5463
  msgstr "Eintrag Enddatum"
5464
 
5465
- #: includes/admin/controllers/class-settings-admin.php:719
5466
  msgctxt "settings"
5467
  msgid "Listing's renewal link, formatted with an anchor tag"
5468
  msgstr ""
5469
 
5470
- #: includes/admin/controllers/class-settings-admin.php:720
5471
  msgctxt "settings"
5472
  msgid "Listing's renewal URL, unformatted by any tags"
5473
  msgstr ""
5474
 
5475
- #: includes/admin/controllers/class-settings-admin.php:721
5476
  #, fuzzy
5477
  msgctxt "settings"
5478
  msgid "Listing's categories"
5479
  msgstr "Eintrag Titel"
5480
 
5481
- #: includes/admin/controllers/class-settings-admin.php:722
5482
  #, fuzzy
5483
  msgctxt "settings"
5484
  msgid "Listing's last payment date"
5485
  msgstr "Eintrag Enddatum"
5486
 
5487
- #: includes/admin/controllers/class-settings-admin.php:723
5488
  #, fuzzy
5489
  msgctxt "settings"
5490
  msgid "Listing's access key"
5491
  msgstr "Eintrag Felder / Bilder"
5492
 
5493
- #: includes/admin/controllers/class-settings-admin.php:880
5494
  #, fuzzy
5495
  msgctxt "settings"
5496
  msgid "Settings reset to default."
@@ -6342,29 +6345,29 @@ msgctxt "settings"
6342
  msgid "Cropped"
6343
  msgstr ""
6344
 
 
6345
  #: includes/admin/settings/class-settings.php:494
6346
- #: includes/admin/settings/class-settings.php:505
6347
  msgctxt "settings"
6348
  msgid "\"%s\" can not be empty."
6349
  msgstr ""
6350
 
6351
- #: includes/admin/settings/class-settings.php:522
6352
  msgctxt "settings"
6353
  msgid "The slug \"%s\" is already in use for another taxonomy."
6354
  msgstr ""
6355
 
6356
- #: includes/licensing.php:237
6357
  #, fuzzy
6358
  msgctxt "settings"
6359
  msgid "Themes"
6360
  msgstr "Preise Verwalten"
6361
 
6362
- #: includes/licensing.php:289 includes/licensing.php:290
6363
  msgctxt "settings"
6364
  msgid "Please wait..."
6365
  msgstr ""
6366
 
6367
- #: includes/licensing.php:290
6368
  #, fuzzy
6369
  msgctxt "settings"
6370
  msgid "Deauthorize"
@@ -6380,12 +6383,12 @@ msgctxt "themes"
6380
  msgid "Could not change the active theme to \"%s\"."
6381
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6382
 
6383
- #: includes/admin/controllers/class-themes-admin.php:150
6384
  msgctxt "themes"
6385
  msgid "Active theme changed to \"%s\"."
6386
  msgstr "Das aktive Theme wurde geändert zu \"%s\"."
6387
 
6388
- #: includes/admin/controllers/class-themes-admin.php:153
6389
  msgctxt "themes"
6390
  msgid ""
6391
  "%s requires that you tag your existing fields to match some places we want "
@@ -6395,55 +6398,55 @@ msgstr ""
6395
  "zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
6396
  "von denen wir vermuten, dass sie fehlen."
6397
 
6398
- #: includes/admin/controllers/class-themes-admin.php:164
6399
  msgctxt "themes"
6400
  msgid "Map My Fields"
6401
  msgstr "Formularfelder verknüpfen"
6402
 
6403
- #: includes/admin/controllers/class-themes-admin.php:172
6404
  msgctxt "themes"
6405
  msgid "Suggested fields created successfully."
6406
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
6407
 
6408
- #: includes/admin/controllers/class-themes-admin.php:175
6409
  msgctxt "themes"
6410
  msgid "Theme installed successfully."
6411
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
6412
 
6413
- #: includes/admin/controllers/class-themes-admin.php:178
6414
  #, fuzzy
6415
  msgctxt "themes"
6416
  msgid "Theme was deleted successfully."
6417
  msgstr "Der Import wurde erfolgreich abgeschlossen."
6418
 
6419
- #: includes/admin/controllers/class-themes-admin.php:181
6420
  msgctxt "themes"
6421
  msgid "Could not delete theme directory. Check permissions."
6422
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6423
 
6424
- #: includes/admin/controllers/class-themes-admin.php:234
6425
  msgctxt "themes"
6426
  msgid "Please upload a valid theme file."
6427
  msgstr "Bitte eine gültige E-mailadresse eingeben."
6428
 
6429
- #: includes/admin/controllers/class-themes-admin.php:243
6430
  msgctxt "themes"
6431
  msgid "Could not move \"%s\" to a temporary directory."
6432
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6433
 
6434
- #: includes/admin/controllers/class-themes-admin.php:329
6435
  msgctxt "themes"
6436
  msgid "Activate your <a>license key</a> to use this theme."
6437
  msgstr ""
6438
  "Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
6439
 
6440
- #: includes/admin/controllers/class-themes-admin.php:372
6441
  #, fuzzy
6442
  msgctxt "themes"
6443
  msgid "Invalid theme ID"
6444
  msgstr "Ungültige Feld ID"
6445
 
6446
- #: includes/admin/controllers/class-themes-admin.php:378
6447
  #: includes/admin/upgrades/class-themes-updater.php:172
6448
  msgctxt "themes"
6449
  msgid "Could not update theme: %s"
@@ -6470,17 +6473,17 @@ msgctxt "themes"
6470
  msgid "Theme was updated successfully."
6471
  msgstr "Der Import wurde erfolgreich abgeschlossen."
6472
 
6473
- #: includes/themes.php:953
6474
  msgctxt "themes"
6475
  msgid "Could not create themes directory."
6476
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6477
 
6478
- #: includes/themes.php:964
6479
  msgctxt "themes"
6480
  msgid "Could not remove previous theme directory \"%s\"."
6481
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6482
 
6483
- #: includes/themes.php:972
6484
  msgctxt "themes"
6485
  msgid "Could not move new theme into theme directory."
6486
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
@@ -6490,14 +6493,14 @@ msgctxt "admin csv-export"
6490
  msgid "Could not decode export state information."
6491
  msgstr ""
6492
 
6493
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6494
  msgctxt "admin csv-export"
6495
  msgid "Could not create a temporary directory for handling this CSV export."
6496
  msgstr ""
6497
  "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
6498
  "durchzuführen."
6499
 
6500
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6501
  msgctxt "admin csv-export"
6502
  msgid "Error while creating a temporary directory for CSV export: %s"
6503
  msgstr ""
@@ -6688,7 +6691,7 @@ msgctxt "admin csv-import"
6688
  msgid "Please upload or select a CSV file."
6689
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
6690
 
6691
- #: includes/admin/csv-import.php:374
6692
  msgctxt "admin csv-import"
6693
  msgid ""
6694
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6697,14 +6700,14 @@ msgstr ""
6697
  "Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
6698
  "beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
6699
 
6700
- #: includes/admin/csv-import.php:383
6701
  msgctxt "admin csv-import"
6702
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6703
  msgstr ""
6704
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6705
  "geschrieben."
6706
 
6707
- #: includes/admin/helpers/csv/class-csv-import.php:531
6708
  msgctxt "admin csv-import"
6709
  msgid ""
6710
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6713,32 +6716,32 @@ msgstr ""
6713
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6714
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6715
 
6716
- #: includes/admin/helpers/csv/class-csv-import.php:537
6717
  msgctxt "admin csv-import"
6718
  msgid "Could not create listing category \"%s\""
6719
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6720
 
6721
- #: includes/admin/helpers/csv/class-csv-import.php:728
6722
  msgctxt "admin csv-import"
6723
  msgid "Username \"%s\" does not exist"
6724
  msgstr "Benutzername \"%s\" existiert nicht"
6725
 
6726
- #: includes/admin/helpers/csv/class-csv-import.php:755
6727
  msgctxt "admin csv-import"
6728
  msgid "There is no Plan with ID = <fee-id>"
6729
  msgstr ""
6730
 
6731
- #: includes/admin/helpers/csv/class-csv-import.php:786
6732
  msgctxt "admin csv-import"
6733
  msgid "Missing required field: %s"
6734
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6735
 
6736
- #: includes/admin/helpers/csv/class-csv-import.php:831
6737
  msgctxt "admin csv-import"
6738
  msgid "Listing category \"%s\" does not exist"
6739
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6740
 
6741
- #: includes/admin/helpers/csv/class-csv-import.php:905
6742
  msgctxt "admin csv-import"
6743
  msgid "The string <string> couldn't be converted into a valid date."
6744
  msgstr ""
@@ -6896,13 +6899,13 @@ msgctxt "admin csv-import"
6896
  msgid "Semicolon (;)"
6897
  msgstr "Semikolon (;)"
6898
 
6899
- #: templates/admin/csv-import.tpl.php:194
6900
  #, fuzzy
6901
  msgctxt "admin csv-import"
6902
  msgid "Preserve existing status"
6903
  msgstr "Einträge"
6904
 
6905
- #: templates/admin/csv-import.tpl.php:245
6906
  msgctxt "admin csv-import"
6907
  msgid ""
6908
  "Select a default user to be used if the username column is not present in "
@@ -6911,17 +6914,17 @@ msgstr ""
6911
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
6912
  "Spalte in der CSV-Datei nicht vorhanden ist."
6913
 
6914
- #: templates/admin/csv-import.tpl.php:279
6915
  msgctxt "admin csv-import"
6916
  msgid "Test Import"
6917
  msgstr "Importtest"
6918
 
6919
- #: templates/admin/csv-import.tpl.php:280
6920
  msgctxt "admin csv-import"
6921
  msgid "Import Listings"
6922
  msgstr "Einträge importieren"
6923
 
6924
- #: templates/admin/csv-import.tpl.php:330
6925
  #, fuzzy
6926
  msgctxt "admin csv-import"
6927
  msgid ""
@@ -6931,7 +6934,7 @@ msgstr ""
6931
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6932
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6933
 
6934
- #: templates/admin/csv-import.tpl.php:351
6935
  msgctxt "admin csv-import"
6936
  msgid ""
6937
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6939,7 +6942,7 @@ msgstr ""
6939
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
6940
  "externer Quellen durchzuführen."
6941
 
6942
- #: templates/admin/csv-import.tpl.php:358
6943
  msgctxt "admin csv-import"
6944
  msgid ""
6945
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6960,13 +6963,13 @@ msgstr ""
6960
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
6961
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
6962
 
6963
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6964
  #, fuzzy
6965
  msgctxt "listing metabox"
6966
  msgid "Recent Payments"
6967
  msgstr "Bezahlung zurückweisen"
6968
 
6969
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6970
  #, fuzzy
6971
  msgctxt "listing metabox"
6972
  msgid "Access Key"
@@ -7003,35 +7006,35 @@ msgctxt "listing metabox"
7003
  msgid "# of images"
7004
  msgstr "# Bilder"
7005
 
7006
- #: includes/admin/helpers/class-listing-timeline.php:111
7007
  #, fuzzy
7008
  msgctxt "listing timeline"
7009
  msgid "Listing created"
7010
  msgstr "Eintrag Bilder"
7011
 
7012
- #: includes/admin/helpers/class-listing-timeline.php:116
7013
  #, fuzzy
7014
  msgctxt "listing timeline"
7015
  msgid "Listing expired"
7016
  msgstr "Ein Eintrag läuft aus."
7017
 
7018
- #: includes/admin/helpers/class-listing-timeline.php:126
7019
  msgctxt "listing timeline"
7020
  msgid "T&C acceptance date"
7021
  msgstr ""
7022
 
7023
- #: includes/admin/helpers/class-listing-timeline.php:141
7024
  msgctxt "listing timeline"
7025
  msgid "Paid as admin"
7026
  msgstr ""
7027
 
7028
- #: includes/admin/helpers/class-listing-timeline.php:143
7029
  #, fuzzy
7030
  msgctxt "listing timeline"
7031
  msgid "Listing imported"
7032
  msgstr "Ein Eintrag läuft aus."
7033
 
7034
- #: includes/admin/helpers/class-listing-timeline.php:145
7035
  #, fuzzy
7036
  msgctxt "listing timeline"
7037
  msgid "Initial Payment"
@@ -7102,23 +7105,23 @@ msgctxt "tracking"
7102
  msgid "What do you track?"
7103
  msgstr "Was verfolgst du?"
7104
 
7105
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7106
  #, fuzzy
7107
  msgctxt "manual-upgrade"
7108
  msgid "Continue"
7109
  msgstr "Weiter"
7110
 
7111
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7112
  msgctxt "manual-upgrade"
7113
  msgid "Start Upgrade"
7114
  msgstr "Starte Aktualisierung"
7115
 
7116
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7117
  msgctxt "manual-upgrade"
7118
  msgid "Pause Upgrade"
7119
  msgstr "Aktualisierung pausieren"
7120
 
7121
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7122
  #, fuzzy
7123
  msgctxt "manual-upgrade"
7124
  msgid ""
@@ -7128,7 +7131,7 @@ msgstr ""
7128
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
7129
  "Erweiterung ist nun verfügbar."
7130
 
7131
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7132
  msgctxt "manual-upgrade"
7133
  msgid "Go to \"Directory Admin\""
7134
  msgstr "Nach \" Verzeichnis Administration\""
@@ -7151,30 +7154,30 @@ msgctxt "installer"
7151
  msgid "Migrating license information to new format..."
7152
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7153
 
7154
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7155
  #, fuzzy
7156
  msgctxt "installer"
7157
  msgid "Migrating email notices to new format..."
7158
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7159
 
7160
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7161
  #, fuzzy
7162
  msgctxt "installer"
7163
  msgid "Migrating plans..."
7164
  msgstr "Aktiviere Lizenz..."
7165
 
7166
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7167
  #, fuzzy
7168
  msgctxt "installer"
7169
  msgid "! Could not migrate payment #%d"
7170
  msgstr "Bezahlung ausführen"
7171
 
7172
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7173
  msgctxt "installer"
7174
  msgid "Updating payment items format: %d items remaining..."
7175
  msgstr ""
7176
 
7177
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7178
  msgctxt "installer"
7179
  msgid "Migrating listing information: %d items remaining..."
7180
  msgstr ""
@@ -7223,18 +7226,18 @@ msgctxt "installer"
7223
  msgid "Listing upgrade to featured"
7224
  msgstr "Eintrag aktualisieren auf Hervorhebung"
7225
 
7226
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7227
  msgctxt "listings-api"
7228
  msgid "Featured Listing"
7229
  msgstr "Unterstützter Eintrag"
7230
 
7231
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7232
  #, fuzzy
7233
  msgctxt "migrate-18"
7234
  msgid "Featured Levels migration is complete."
7235
  msgstr "Featured Levels Module"
7236
 
7237
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7238
  msgctxt "migrate-18"
7239
  msgid ""
7240
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -7242,7 +7245,7 @@ msgid ""
7242
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7243
  msgstr ""
7244
 
7245
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7246
  msgctxt "migrate-18"
7247
  msgid ""
7248
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -7252,7 +7255,7 @@ msgid ""
7252
  "link> and <cancel-link>cancel migration</cancel-link>."
7253
  msgstr ""
7254
 
7255
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7256
  msgctxt "migrate-18"
7257
  msgid ""
7258
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -7260,58 +7263,58 @@ msgid ""
7260
  "plan\" that is right for you."
7261
  msgstr ""
7262
 
7263
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7264
  msgctxt "migrate-18"
7265
  msgid "Move to: "
7266
  msgstr ""
7267
 
7268
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7269
  msgctxt "migrate-18"
7270
  msgid "New plan summary"
7271
  msgstr ""
7272
 
7273
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7274
  #, fuzzy
7275
  msgctxt "migrate-18"
7276
  msgid "Perform migration"
7277
  msgstr "Preisinformation"
7278
 
7279
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7280
  #, fuzzy
7281
  msgctxt "migrate-18"
7282
  msgid "Business Directory Plugin - Featured Levels migration required."
7283
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
7284
 
7285
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7286
  msgctxt "migrate-18"
7287
  msgid ""
7288
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7289
  "Levels migration here</a>."
7290
  msgstr ""
7291
 
7292
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7293
  #, fuzzy
7294
  msgctxt "upgrade-18"
7295
  msgid "← Return to Directory dashboard"
7296
  msgstr "← Zurück zum Verzeichnis."
7297
 
7298
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7299
  msgctxt "upgrade-18"
7300
  msgid "Configure Plan"
7301
  msgstr ""
7302
 
7303
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7304
  #, fuzzy
7305
  msgctxt "upgrade-18"
7306
  msgid "Featured Level"
7307
  msgstr "Featured Levels Module"
7308
 
7309
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7310
  msgctxt "upgrade-18"
7311
  msgid "What to do with it?"
7312
  msgstr ""
7313
 
7314
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7315
  #, fuzzy
7316
  msgctxt "upgrade-18"
7317
  msgid "%d listing is on this level."
@@ -7319,39 +7322,39 @@ msgid_plural "%d listings are on this level."
7319
  msgstr[0] "Ein Eintrag wurde bearbeitet."
7320
  msgstr[1] "Ein Eintrag wurde bearbeitet."
7321
 
7322
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7323
  msgctxt "upgrade-18"
7324
  msgid "Select an option"
7325
  msgstr ""
7326
 
7327
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7328
  #, fuzzy
7329
  msgctxt "upgrade-18"
7330
  msgid "Remove \"sticky\" status for listings."
7331
  msgstr "Status der importierten Einträge"
7332
 
7333
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7334
  msgctxt "upgrade-18"
7335
  msgid "Remove this (old) level, and leave the listing on the old plan."
7336
  msgstr ""
7337
 
7338
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7339
  msgctxt "upgrade-18"
7340
  msgid "May change \"sticky\" status depending on plan."
7341
  msgstr ""
7342
 
7343
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7344
  msgctxt "upgrade-18"
7345
  msgid "Move listings with this level to existing plan."
7346
  msgstr ""
7347
 
7348
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7349
  #, fuzzy
7350
  msgctxt "upgrade-18"
7351
  msgid "Keep \"sticky\" status of listings."
7352
  msgstr "Status der importierten Einträge"
7353
 
7354
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7355
  msgctxt "upgrade-18"
7356
  msgid "Replace this level with a new plan."
7357
  msgstr ""
@@ -7371,37 +7374,37 @@ msgctxt "listing"
7371
  msgid "Add New Listing"
7372
  msgstr "Neuer Eintrag"
7373
 
7374
- #: includes/models/class-listing.php:430
7375
  #, fuzzy
7376
  msgctxt "listing"
7377
  msgid "Listing has no registered payments"
7378
  msgstr "Eintrag Enddatum"
7379
 
7380
- #: includes/models/class-listing.php:439
7381
  #, fuzzy
7382
  msgctxt "listing"
7383
  msgid "Can't delete payment"
7384
  msgstr "Bezahlung zurückweisen"
7385
 
7386
- #: includes/models/class-listing.php:477
7387
  #, fuzzy
7388
  msgctxt "listing"
7389
  msgid "Listing expired"
7390
  msgstr "Ein Eintrag läuft aus."
7391
 
7392
- #: includes/models/class-listing.php:686
7393
  #, fuzzy
7394
  msgctxt "listing"
7395
  msgid "(Unavailable Plan)"
7396
  msgstr "(Preis nicht verfügbar)"
7397
 
7398
- #: includes/models/class-listing.php:881
7399
  #, fuzzy
7400
  msgctxt "listing"
7401
  msgid "Plan \"%s\" (recurring)"
7402
  msgstr "(wiederkehrend)"
7403
 
7404
- #: includes/models/class-listing.php:883
7405
  msgctxt "listing"
7406
  msgid "Plan \"%s\""
7407
  msgstr ""
@@ -7519,21 +7522,11 @@ msgctxt "notify email"
7519
  msgid "Report additional info"
7520
  msgstr ""
7521
 
7522
- #: includes/class-meta.php:37
7523
  msgctxt "rss feed"
7524
  msgid "%s Feed"
7525
  msgstr "% Feed"
7526
 
7527
- #: includes/class-meta.php:144
7528
- msgctxt "title"
7529
- msgid "Find a Listing"
7530
- msgstr "Eintrag finden"
7531
-
7532
- #: includes/class-meta.php:172
7533
- msgctxt "title"
7534
- msgid "Listings tagged: %s"
7535
- msgstr "Einträge getaggt: %s"
7536
-
7537
  #: includes/class-payment-gateways.php:95
7538
  #, fuzzy
7539
  msgctxt "payment-gateways"
@@ -7567,19 +7560,19 @@ msgctxt "recaptcha"
7567
  msgid "The reCAPTCHA validation score failed."
7568
  msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
7569
 
7570
- #: includes/class-wpbdp.php:463
7571
  #, fuzzy
7572
  msgctxt "listing image upload"
7573
  msgid "Please select a plan before uploading images to the listing"
7574
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
7575
 
7576
- #: includes/class-wpbdp.php:468
7577
  #, fuzzy
7578
  msgctxt "listing image upload"
7579
  msgid "Can not upload any more images for this listing."
7580
  msgstr "Kategorie für diesen Eintrag"
7581
 
7582
- #: includes/class-wpbdp.php:472
7583
  msgctxt "listing image upload"
7584
  msgid ""
7585
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -7595,7 +7588,7 @@ msgctxt "navxt"
7595
  msgid "Submit Listing"
7596
  msgstr "Eintrag erstellen"
7597
 
7598
- #: includes/controllers/pages/class-checkout.php:111
7599
  #, fuzzy
7600
  msgctxt "checkout"
7601
  msgid "Can not process a payment at this time. Please try again later."
@@ -7603,29 +7596,29 @@ msgstr ""
7603
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
7604
  "später noch einmal."
7605
 
7606
- #: includes/controllers/pages/class-checkout.php:149
7607
  #, fuzzy
7608
  msgctxt "checkout"
7609
  msgid "Invalid nonce received."
7610
  msgstr "Ungültige Antwort vom Server"
7611
 
7612
- #: includes/controllers/pages/class-checkout.php:164
7613
  #, fuzzy
7614
  msgctxt "checkout"
7615
  msgid "Invalid gateway selected."
7616
  msgstr "Ungültiger Erneuerungszustand."
7617
 
7618
- #: includes/controllers/pages/class-checkout.php:169
7619
  msgctxt "checkout"
7620
  msgid "Selected gateway does not support payment's currency."
7621
  msgstr ""
7622
 
7623
- #: includes/controllers/pages/class-checkout.php:228
7624
  msgctxt "checkout"
7625
  msgid "Unknown gateway error."
7626
  msgstr ""
7627
 
7628
- #: includes/controllers/pages/class-checkout.php:267
7629
  msgctxt "checkout"
7630
  msgid ""
7631
  "There was an error trying to process your request. No gateway is selected."
@@ -7812,12 +7805,12 @@ msgid ""
7812
  "an existing field"
7813
  msgstr ""
7814
 
7815
- #: includes/controllers/pages/class-submit-listing.php:1283
7816
  msgctxt "templates"
7817
  msgid "Please agree to the Terms and Conditions."
7818
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7819
 
7820
- #: includes/controllers/pages/class-submit-listing.php:1297
7821
  msgctxt "templates"
7822
  msgid "I agree to the <a>Terms and Conditions</a>"
7823
  msgstr "Ich akzeptiere die <a>AGB</a>s"
@@ -7827,12 +7820,12 @@ msgctxt "templates"
7827
  msgid "Return to results"
7828
  msgstr "Zurück zu den Ergebnissen"
7829
 
7830
- #: includes/helpers/functions/templates-ui.php:226
7831
  msgctxt "templates"
7832
  msgid "No listing categories found."
7833
  msgstr "Keine Eintragskategorie gefunden."
7834
 
7835
- #: includes/helpers/functions/templates-ui.php:377
7836
  msgctxt "templates"
7837
  msgid "Advanced Search"
7838
  msgstr "Erweiterte Suche"
@@ -7843,15 +7836,6 @@ msgctxt "templates"
7843
  msgid "Featured Listing"
7844
  msgstr "Hervorgehobene Einträge"
7845
 
7846
- #: templates/manage_listings.tpl.php:20
7847
- msgctxt "templates"
7848
- msgid ""
7849
- "Your current listings are shown below. To edit a listing click the edit "
7850
- "button. To delete a listing click the delete button."
7851
- msgstr ""
7852
- "Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
7853
- "den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
7854
-
7855
  #: templates/parts/listing-buttons.tpl.php:15
7856
  msgctxt "templates"
7857
  msgid "Edit"
@@ -7903,11 +7887,6 @@ msgctxt "templates"
7903
  msgid "Return to plan selection"
7904
  msgstr "Zurück zum Eintrag."
7905
 
7906
- #: templates/search-form.tpl.php:3
7907
- msgctxt "templates"
7908
- msgid "Find a listing"
7909
- msgstr "Einen Eintrag finden"
7910
-
7911
  #: templates/submit-listing/extra-sections.tpl.php:1
7912
  msgctxt "templates"
7913
  msgid "Additional Information"
@@ -7983,12 +7962,12 @@ msgctxt "view:manage-listings"
7983
  msgid "Please <a>login</a> to manage your listings."
7984
  msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
7985
 
7986
- #: includes/controllers/pages/class-manage-recurring.php:36
7987
  msgctxt "manage subscription"
7988
  msgid "The listing with id = <listing-id> doesn't exists."
7989
  msgstr ""
7990
 
7991
- #: includes/controllers/pages/class-manage-recurring.php:45
7992
  #, fuzzy
7993
  msgctxt "manage subscriptions"
7994
  msgid ""
@@ -7996,12 +7975,12 @@ msgid ""
7996
  "invalid."
7997
  msgstr "Sie sind nicht autorisiert um diesen Eintrag zu bearbeiten."
7998
 
7999
- #: includes/controllers/pages/class-manage-recurring.php:56
8000
  msgctxt "manage subscriptions"
8001
  msgid "Invalid subscription."
8002
  msgstr "Ungültiges Abonnement."
8003
 
8004
- #: includes/controllers/pages/class-manage-recurring.php:79
8005
  #, fuzzy
8006
  msgctxt "manage subscriptions"
8007
  msgid "Your subscription was canceled."
@@ -8013,7 +7992,7 @@ msgctxt "manage subscriptions"
8013
  msgid "Subscription / Plan"
8014
  msgstr "Abonnement / Preisplan"
8015
 
8016
- #: includes/controllers/pages/class-manage-recurring.php:96
8017
  #, fuzzy
8018
  msgctxt "manage listings"
8019
  msgid "You are not on recurring payments for any of your listings."
@@ -8210,46 +8189,46 @@ msgstr ""
8210
  "später noch einmal."
8211
 
8212
  #: includes/controllers/pages/class-submit-listing.php:866
8213
- #: includes/controllers/pages/class-submit-listing.php:992
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "Please select a category."
8217
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8218
 
8219
- #: includes/controllers/pages/class-submit-listing.php:890
8220
  msgctxt "submit listing"
8221
  msgid "Current active plan is disabled. Please select another plan."
8222
  msgstr ""
8223
 
8224
- #: includes/controllers/pages/class-submit-listing.php:892
8225
  msgctxt "submit listing"
8226
  msgid "Please choose a valid category for your plan."
8227
  msgstr ""
8228
 
8229
- #: includes/controllers/pages/class-submit-listing.php:895
8230
  #, fuzzy
8231
  msgctxt "submit listing"
8232
  msgid "Please choose a valid plan for your category selection."
8233
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8234
 
8235
- #: includes/controllers/pages/class-submit-listing.php:1203
8236
  #, fuzzy
8237
  msgctxt "submit listing"
8238
  msgid "Please enter your desired username."
8239
  msgstr "Bitte geben Sie einen Namen ein."
8240
 
8241
- #: includes/controllers/pages/class-submit-listing.php:1208
8242
  #, fuzzy
8243
  msgctxt "submit listing"
8244
  msgid "Please enter the e-mail for your new account."
8245
  msgstr "Bitte geben Sie einen Namen ein."
8246
 
8247
- #: includes/controllers/pages/class-submit-listing.php:1213
8248
  msgctxt "submit listing"
8249
  msgid "The username you chose is already in use. Please use a different one."
8250
  msgstr ""
8251
 
8252
- #: includes/controllers/pages/class-submit-listing.php:1218
8253
  msgctxt "submit listing"
8254
  msgid "The e-mail address you chose for your account is already in use."
8255
  msgstr ""
@@ -8260,7 +8239,7 @@ msgctxt "submit listing"
8260
  msgid "Listing submitted by admin. Payment skipped."
8261
  msgstr "Eintrag zusenden (Initialbezahlung)"
8262
 
8263
- #: includes/controllers/pages/class-submit-listing.php:1158
8264
  msgctxt "listing submit"
8265
  msgid ""
8266
  "Image upload is required, please provide at least one image and submit again."
@@ -8558,7 +8537,7 @@ msgctxt "fs helper"
8558
  msgid "Destination dir \"%s\" is not writable."
8559
  msgstr "Eintragskategorie \"%s\" existiert nicht"
8560
 
8561
- #: includes/helpers/functions/templates-ui.php:404
8562
  msgctxt "templates sort"
8563
  msgid "Sort By:"
8564
  msgstr "Sortieren nach"
@@ -8589,19 +8568,19 @@ msgctxt "default category name"
8589
  msgid "General"
8590
  msgstr "Allgemein"
8591
 
8592
- #: includes/licensing.php:540
8593
  msgctxt "licensing"
8594
  msgid "Could not contact licensing server"
8595
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8596
 
8597
- #: includes/licensing.php:553
8598
  msgctxt "licensing"
8599
  msgid ""
8600
  "It was not possible to establish a connection with Business Directory's "
8601
  "server. cURL was not found in your system"
8602
  msgstr ""
8603
 
8604
- #: includes/licensing.php:555 includes/licensing.php:585
8605
  msgctxt "licensing"
8606
  msgid ""
8607
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8610,7 +8589,7 @@ msgid ""
8610
  "1.0.1c)."
8611
  msgstr ""
8612
 
8613
- #: includes/licensing.php:557 includes/licensing.php:587
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8618,47 +8597,47 @@ msgid ""
8618
  "services using the latest security standards."
8619
  msgstr ""
8620
 
8621
- #: includes/licensing.php:559
8622
  msgctxt "licensing"
8623
  msgid ""
8624
  "Please contact your hosting provider and ask them to upgrade your system. "
8625
  "Include this message if necessary"
8626
  msgstr ""
8627
 
8628
- #: includes/licensing.php:589
8629
  msgctxt "licensing"
8630
  msgid ""
8631
  "Please contact your hosting provider and ask them to upgrade your system. "
8632
  "Include this message if necessary."
8633
  msgstr ""
8634
 
8635
- #: includes/licensing.php:625
8636
  msgctxt "licensing"
8637
  msgid "The server returned a 403 Forbidden error."
8638
  msgstr ""
8639
 
8640
- #: includes/licensing.php:871
8641
  msgctxt "licensing"
8642
  msgid "Could not activate license: %s."
8643
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8644
 
8645
- #: includes/licensing.php:876
8646
  msgctxt "licensing"
8647
  msgid "License activated"
8648
  msgstr "Lizenz aktiviert"
8649
 
8650
- #: includes/licensing.php:908
8651
  msgctxt "licensing"
8652
  msgid "Could not deactivate license: %s."
8653
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8654
 
8655
- #: includes/licensing.php:910
8656
  msgctxt "licensing"
8657
  msgid "License deactivated"
8658
  msgstr "Lizenz deaktiviert"
8659
 
8660
  #. translators: "<module-name>" version <version-number> is not...
8661
- #: includes/licensing.php:1150
8662
  msgctxt "deprecation"
8663
  msgid ""
8664
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8677,20 +8656,20 @@ msgid_plural "%d images allowed."
8677
  msgstr[0] "%d Bild erlaubt."
8678
  msgstr[1] "%d Bilder erlaubt."
8679
 
8680
- #: includes/models/class-fee-plan.php:402
8681
  #, fuzzy
8682
  msgctxt "fees-api"
8683
  msgid "Plan label is required."
8684
  msgstr "Feldbezeichnung ist Pflichtfeld."
8685
 
8686
- #: includes/models/class-fee-plan.php:408
8687
  msgctxt "fees-api"
8688
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8689
  msgstr ""
8690
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
8691
  "Tage)."
8692
 
8693
- #: includes/models/class-fee-plan.php:413
8694
  msgctxt "fees-api"
8695
  msgid ""
8696
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8698,7 +8677,7 @@ msgid ""
8698
  "<a>plan</a> appropriately."
8699
  msgstr ""
8700
 
8701
- #: includes/models/class-fee-plan.php:416
8702
  msgctxt "fees-api"
8703
  msgid ""
8704
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -9189,6 +9168,27 @@ msgctxt "send-access-keys"
9189
  msgid "Continue"
9190
  msgstr "Weiter"
9191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9192
  #, fuzzy
9193
  #~ msgctxt "listing metabox"
9194
  #~ msgid "General Info"
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-11 00:03:39+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."
76
  #: includes/admin/settings/class-settings-bootstrap.php:691
77
  #: includes/admin/settings/class-settings-bootstrap.php:692
78
  #: includes/helpers/class-app.php:93
79
+ #: includes/helpers/functions/templates-ui.php:308
80
  msgid "Directory"
81
  msgstr "Verzeichnis"
82
 
136
  msgstr "Formularfelder"
137
 
138
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
139
+ #: includes/licensing.php:220
140
  #, fuzzy
141
  msgid "Modules"
142
  msgstr "Installierte Module"
146
  msgid "Business Directory"
147
  msgstr "Branchenverzeichnis"
148
 
149
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
150
  #, fuzzy
151
  msgid "Upgrade to Premium"
152
  msgstr "Aktualisieren auf %s"
156
  msgid "Directory Listings"
157
  msgstr "Verzeichniseintrag Entwurf"
158
 
159
+ #: includes/admin/class-admin.php:1065
160
  #, fuzzy
161
  msgid "Could not send renewal email."
162
  msgstr "Erneuerungsmail an Benutzer schicken"
163
 
164
+ #: includes/admin/class-admin.php:1199
165
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
166
  #: includes/admin/helpers/tables/class-payments-table.php:64
167
  #: templates/email/listing-added.tpl.php:7
171
  msgid "ID"
172
  msgstr "ID"
173
 
174
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
175
  #: includes/admin/settings/class-settings-bootstrap.php:717
176
  #, fuzzy
177
  msgid "Listing Count"
178
  msgstr "Anzahl Einträge"
179
 
180
+ #: includes/admin/class-admin.php:1366
181
  #, fuzzy
182
  msgid ""
183
  "We noticed you want your Business Directory users to register before posting "
274
  msgstr "Beispiel CSV Import Datei anschauen"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:54
277
+ #: templates/admin/csv-import.tpl.php:291
278
  #, fuzzy
279
  msgid "Help"
280
  msgstr "Hilfe "
281
 
282
  #: includes/admin/controllers/class-admin-fees.php:46
283
  #: includes/admin/helpers/tables/class-payments-table.php:67
284
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
285
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
286
  #: templates/admin/payments-details.tpl.php:113
287
  #: templates/email/listing-payment-completed.tpl.php:21
293
  #: includes/admin/controllers/class-admin-fees.php:48
294
  #: includes/admin/helpers/tables/class-fees-table.php:65
295
  #: includes/admin/settings/class-settings-bootstrap.php:907
296
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
297
  #, fuzzy
298
  msgid "Images"
299
  msgstr "Bilder"
300
 
301
  #: includes/admin/controllers/class-admin-fees.php:80
302
+ #: includes/admin/helpers/class-modules-list.php:237
303
  #, fuzzy
304
  msgid "Upgrade"
305
  msgstr "Aktualisieren auf %s"
369
  msgstr "Feld Attribute"
370
 
371
  #: includes/admin/controllers/class-admin-listings.php:339
372
+ #: includes/helpers/class-listing-display-helper.php:137
373
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
374
  #, fuzzy
375
  msgid "Featured"
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"
537
  msgid "Website"
538
  msgstr "Webseite"
539
 
540
+ #: includes/admin/controllers/class-settings-admin.php:628
541
  msgid "Your license key provides access to new features and updates."
542
  msgstr ""
543
 
544
+ #: includes/admin/controllers/class-settings-admin.php:630
545
  #, fuzzy
546
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
547
  msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
548
 
549
+ #: includes/admin/controllers/class-settings-admin.php:642
550
  msgid "Build more powerful directories"
551
  msgstr ""
552
 
553
+ #: includes/admin/controllers/class-settings-admin.php:643
554
  msgid ""
555
  "Add category images, maps, filter by location, payment gateways, and more."
556
  msgstr ""
557
 
558
+ #: includes/admin/controllers/class-settings-admin.php:644
559
+ #: includes/admin/helpers/class-modules-list.php:236
560
  #, fuzzy
561
  msgid "Upgrade Now"
562
  msgstr "Aktualisieren auf %s"
563
 
564
+ #: includes/admin/controllers/class-settings-admin.php:645
565
  #, fuzzy
566
  msgid "Already purchased?"
567
  msgstr "Bereits installiert"
568
 
569
+ #: includes/admin/controllers/class-settings-admin.php:704
570
  #: includes/admin/helpers/tables/class-fees-table.php:182
571
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
572
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
602
  msgid "You are not allowed to do that."
603
  msgstr ""
604
 
605
+ #: includes/admin/csv-import.php:424
606
  #, fuzzy
607
  msgid "There was an error uploading the file:"
608
  msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
609
 
610
+ #: includes/admin/csv-import.php:429
611
  #, fuzzy
612
  msgid "Please upload the correct file type."
613
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
614
 
615
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
616
  #: includes/admin/helpers/tables/class-payments-table.php:63
617
  #: includes/admin/settings/class-settings-bootstrap.php:667
618
  #: includes/admin/settings/class-settings-bootstrap.php:668
622
  msgid "Listing"
623
  msgstr "Einträge"
624
 
625
+ #: includes/admin/helpers/class-listing-timeline.php:138
626
  #: includes/class-listings-api.php:33
627
  #, fuzzy
628
  msgid "Listing renewed"
645
  msgid "Not Installed"
646
  msgstr "Nicht installiert "
647
 
648
+ #: includes/admin/helpers/class-modules-list.php:226
649
  #: includes/controllers/class-smtp.php:317
650
  #: templates/admin/themes-item.tpl.php:58
651
  #, fuzzy
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)"
724
  msgstr "Inaktiv"
725
 
726
  #: includes/admin/helpers/tables/class-fees-table.php:297
727
+ #: includes/helpers/functions/templates-ui.php:432
728
  #, fuzzy
729
  msgid "Default"
730
  msgstr "Standard Preis"
731
 
732
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
733
  #: includes/fields/class-fieldtypes-social.php:135
734
+ #: templates/admin/csv-import.tpl.php:307
735
  #, fuzzy
736
  msgid "Type"
737
  msgstr "Typ"
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
1110
  msgid "Uninstall"
1111
  msgstr "Deinstallieren"
1112
 
1113
+ #: includes/admin/settings/class-settings.php:503
1114
  msgid "%s cannot include spaces, commas, or &"
1115
  msgstr ""
1116
 
1161
  msgid "Directory Manual Upgrade"
1162
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
1163
 
1164
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1165
  msgid ""
1166
  "Business Directory features are currently disabled because the plugin needs "
1167
  "to perform a manual upgrade before it can be used."
1169
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
1170
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
1171
 
1172
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1173
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1174
  msgstr ""
1175
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
1176
 
1177
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1178
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1179
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1180
  #, fuzzy
1181
  msgid "Business Directory - Featured Levels Migration"
1182
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
1183
 
1184
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1185
  #: templates/admin/fees-form.tpl.php:17
1186
  #, fuzzy
1187
  msgid "Plan Label"
1188
  msgstr "Feldbezeichnung"
1189
 
1190
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1191
  #, fuzzy
1192
  msgid "Duration"
1193
  msgstr "Zeitraum"
1194
 
1195
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1196
  #, fuzzy
1197
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1198
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1217
  msgid "View Docs"
1218
  msgstr "Ansicht"
1219
 
1220
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1221
  #, fuzzy
1222
  msgid "Settings"
1223
  msgstr "Einstellungen"
1306
  msgstr "Eintrag anschauen"
1307
 
1308
  #: includes/class-cpt-integration.php:22
1309
+ #: includes/helpers/functions/templates-ui.php:370
1310
  #: templates/main-box.tpl.php:23
1311
  msgid "Search Listings"
1312
  msgstr "Einträge durchsuchen"
1319
  msgid "No listings found in trash"
1320
  msgstr "Keine Einträge im Papierkorb gefunden"
1321
 
1322
+ #: includes/class-cpt-integration.php:47
1323
  msgid "Directory Categories"
1324
  msgstr "Verz. Kategorien"
1325
 
1326
+ #: includes/class-cpt-integration.php:48
1327
  msgid "Directory Category"
1328
  msgstr "Verzeichnis Kategorie"
1329
 
1330
+ #: includes/class-cpt-integration.php:59
1331
  msgid "Directory Tags"
1332
  msgstr "Verz. Tags"
1333
 
1334
+ #: includes/class-cpt-integration.php:60
1335
  msgid "Directory Tag"
1336
  msgstr "Verzeichnis Tag"
1337
 
1338
  #. translators: %s: listing count
1339
+ #: includes/class-cpt-integration.php:254
1340
  #, fuzzy
1341
  msgid "%s listing updated."
1342
  msgid_plural "%s listings updated."
1344
  msgstr[1] "Ein Eintrag wurde bearbeitet."
1345
 
1346
  #. translators: %s: listing count
1347
+ #: includes/class-cpt-integration.php:256
1348
  msgid "%s listing not updated, somebody is editing it."
1349
  msgid_plural "%s listings not updated, somebody is editing them."
1350
  msgstr[0] ""
1351
  msgstr[1] ""
1352
 
1353
  #. translators: %s: listing count
1354
+ #: includes/class-cpt-integration.php:258
1355
  #, fuzzy
1356
  msgid "%s listing permanently deleted."
1357
  msgid_plural "%s listings permanently deleted."
1359
  msgstr[1] "Eintrag Enddatum"
1360
 
1361
  #. translators: %s: listing count
1362
+ #: includes/class-cpt-integration.php:260
1363
  #, fuzzy
1364
  msgid "%s listing moved to the Trash."
1365
  msgid_plural "%s listings moved to the Trash."
1367
  msgstr[1] "Keine Einträge im Papierkorb gefunden"
1368
 
1369
  #. translators: %s: listing count
1370
+ #: includes/class-cpt-integration.php:262
1371
  #, fuzzy
1372
  msgid "%s listing restored from the Trash."
1373
  msgid_plural "%s listings restored from the Trash."
1379
  msgid "Free Listing"
1380
  msgstr "Kostenloser Eintrag"
1381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1382
  #: includes/class-payment-gateways.php:146
1383
  msgid ""
1384
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1385
  "to set up a gateway. Until you do this, only free plans will be available."
1386
  msgstr ""
1387
 
1388
+ #: includes/class-wpbdp.php:574
1389
  #, fuzzy
1390
  msgid "Could not find listing ID"
1391
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1392
 
1393
+ #: includes/class-wpbdp.php:581
1394
  msgid ""
1395
  "Could not verify the image upload request. If problem persists contact site "
1396
  "admin."
1397
  msgstr ""
1398
 
1399
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1400
  #, fuzzy
1401
  msgid "Could not find image ID"
1402
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1403
 
1404
+ #: includes/class-wpbdp.php:620
1405
  #, fuzzy
1406
  msgid ""
1407
  "The directory features are disabled at this time because a <a>manual "
1410
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1411
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1412
 
1413
+ #: includes/class-wpbdp.php:627
1414
  msgid ""
1415
  "The directory is not available at this time. Please try again in a few "
1416
  "minutes or contact the administrator if the problem persists."
1431
  #: includes/compatibility/class-navxt-integration.php:208
1432
  #: includes/widgets/widget-search.php:127
1433
  #: templates/admin/payments-index.tpl.php:13
1434
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1435
  #: templates/search.tpl.php:5
1436
  #, fuzzy
1437
  msgid "Search"
1541
  msgid "Go to SMTP settings"
1542
  msgstr "Zum Eintrag"
1543
 
1544
+ #: includes/controllers/pages/class-all-listings.php:6
1545
+ #: includes/helpers/functions/templates-ui.php:317
1546
+ msgid "View All Listings"
1547
+ msgstr "Alle Einträge anschauen"
1548
+
1549
+ #: includes/controllers/pages/class-checkout.php:181
1550
  #: includes/controllers/pages/class-manage-listings.php:109
1551
  msgid "Pay Now"
1552
  msgstr ""
1553
 
1554
+ #: includes/controllers/pages/class-checkout.php:181
1555
  #, fuzzy
1556
  msgid "Complete"
1557
  msgstr "Abgeschlossen"
1607
  msgid "This is just a preview. The listing has not been published yet."
1608
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1609
 
1610
+ #: includes/controllers/pages/class-submit-listing.php:32
1611
+ #: includes/helpers/functions/templates-ui.php:330
1612
+ #: templates/submit-listing.tpl.php:17
1613
+ #, fuzzy
1614
+ msgid "Add Listing"
1615
+ msgstr "Preispaket hinzufügen"
1616
+
1617
  #: includes/controllers/pages/class-submit-listing.php:560
1618
  #, fuzzy
1619
  msgid "Listing Images"
1628
  msgid "Go to \"Plans\""
1629
  msgstr "zu \"Formularfelder verwalten\""
1630
 
1631
+ #: includes/controllers/pages/class-submit-listing.php:884
1632
  #, fuzzy
1633
  msgid "Please choose a plan."
1634
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1635
 
1636
+ #: includes/controllers/pages/class-submit-listing.php:1074
1637
  msgid "Please check the form for errors, correct them and submit again."
1638
  msgstr ""
1639
 
1640
+ #: includes/controllers/pages/class-submit-listing.php:1234
1641
  msgid "Create a user account on this site"
1642
  msgstr ""
1643
 
1644
+ #: includes/controllers/pages/class-submit-listing.php:1241
1645
  #, fuzzy
1646
  msgid "Username"
1647
  msgstr "Benutzer"
1648
 
1649
+ #: includes/controllers/pages/class-submit-listing.php:1263
1650
  #, fuzzy
1651
  msgid "Clear Form"
1652
  msgstr "Zurücksetzen"
1880
  msgid "Telephone Number Validator"
1881
  msgstr "Ganze Nummern Validierung"
1882
 
1883
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1884
  #, fuzzy
1885
  msgid "Field"
1886
  msgstr "Feld"
1963
  msgid "Free"
1964
  msgstr "Kostenlos"
1965
 
1966
+ #: includes/helpers/functions/general.php:1319
1967
+ #, fuzzy
1968
+ msgid "Return to Directory"
1969
+ msgstr "Zurück zum Verzeichnis."
1970
+
1971
  #: includes/helpers/functions/listings.php:80
1972
  #, fuzzy
1973
  msgid "Untitled Listing"
1974
  msgstr "Eintrag bearbeiten"
1975
 
1976
+ #: includes/helpers/functions/templates-ui.php:324
1977
  #, fuzzy
1978
  msgid "Manage Listings"
1979
  msgstr "Bezahlte Einträge verwalten"
1984
  msgstr "Standard Preis"
1985
 
1986
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1987
+ #: includes/licensing.php:151
1988
  msgid ""
1989
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1990
  "get updates."
1991
  msgstr ""
1992
 
1993
+ #: includes/licensing.php:207 includes/licensing.php:211
1994
  #, fuzzy
1995
  msgid "Licenses"
1996
  msgstr "Lizenz"
1997
 
1998
  #. translators: %s: item type.
1999
+ #: includes/licensing.php:268
2000
  msgid "%s will not get updates until license is reauthorized."
2001
  msgstr ""
2002
 
2003
+ #: includes/licensing.php:289
2004
  #, fuzzy
2005
  msgid "Enter License Key here"
2006
  msgstr "Erneuere Lizenzschlüssel"
2007
 
2008
+ #: includes/licensing.php:290
2009
  #, fuzzy
2010
  msgid "Authorize"
2011
  msgstr "Aktiviere Lizenz"
2012
 
2013
+ #: includes/licensing.php:390
2014
  #, fuzzy
2015
  msgid "Invalid item ID"
2016
  msgstr "Ungültige Feld ID"
2017
 
2018
+ #: includes/licensing.php:403
2019
  #, fuzzy
2020
  msgid "No license key provided"
2021
  msgstr "Kein Lizenzschlüssel"
2022
 
2023
+ #: includes/licensing.php:448 includes/licensing.php:486
2024
  #, fuzzy
2025
  msgid "License key is invalid"
2026
  msgstr "Lizenzschlüssel ungültig "
2027
 
2028
+ #: includes/licensing.php:452
2029
  #, fuzzy
2030
  msgid "Deactivation failed"
2031
  msgstr "Deaktivierung fehlgeschlagen"
2032
 
2033
+ #: includes/licensing.php:497
2034
  #, fuzzy
2035
  msgid "The license key was revoked."
2036
  msgstr "Kein Lizenzschlüssel"
2037
 
2038
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2039
+ #: includes/licensing.php:501
2040
  msgid ""
2041
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2042
  "%2$s and let them know your license is being reported as revoked by the "
2044
  "with your report."
2045
  msgstr ""
2046
 
2047
+ #: includes/licensing.php:564
2048
  msgid ""
2049
  "It was not possible to establish a connection with the Business Directory "
2050
  "server. The connection failed with the following error:"
2051
  msgstr ""
2052
 
2053
+ #: includes/licensing.php:577
2054
  msgid ""
2055
  "It was not possible to establish a connection with the Business Directory "
2056
  "server. A problem occurred in the SSL/TSL handshake:"
2057
  msgstr ""
2058
 
2059
+ #: includes/licensing.php:624
2060
  msgid ""
2061
  "It looks like your server is not authorized to make outgoing requests to "
2062
  "Business Directory servers. Please contact your webhost and ask them to add "
2063
  "our IP address 52.0.78.177 to your allow list."
2064
  msgstr ""
2065
 
2066
+ #: includes/licensing.php:718
2067
  #, fuzzy
2068
  msgid "Business Directory license key is missing."
2069
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2070
 
2071
+ #: includes/licensing.php:719
2072
  #, fuzzy
2073
  msgid "Business Directory license key has expired"
2074
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2075
 
2076
+ #: includes/licensing.php:720
2077
  #, fuzzy
2078
  msgid "Could not verify Business Directory license."
2079
  msgstr "Hilf Business Directory zu unterstützen"
2080
 
2081
+ #: includes/licensing.php:731
2082
  #, fuzzy
2083
  msgid "Review license keys"
2084
  msgstr "Erneuere Lizenzschlüssel"
2085
 
2086
+ #: includes/licensing.php:846
2087
  msgid "Missing data. Please reload this page and try again."
2088
  msgstr ""
2089
 
2090
+ #: includes/licensing.php:851
2091
  #, fuzzy
2092
  msgid "Please enter a license key."
2093
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2110
  msgid "Gateway Transaction ID:"
2111
  msgstr "Transaktion"
2112
 
2113
+ #: includes/payment.php:76
2114
  msgid "Bill To:"
2115
  msgstr ""
2116
 
2117
+ #: includes/payment.php:87
2118
  msgid "Print Receipt"
2119
  msgstr ""
2120
 
2121
+ #: includes/payment.php:147
2122
  #, fuzzy
2123
  msgid "Return to plan selection"
2124
  msgstr "Zurück zum Eintrag."
2125
 
2126
+ #: includes/themes.php:918
2127
  #, fuzzy
2128
  msgid "ZIP file is not a valid Business Directory theme file."
2129
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2339
  msgid "Post status of new imported listings"
2340
  msgstr "Status der importierten Einträge"
2341
 
2342
+ #: templates/admin/csv-import.tpl.php:193
2343
  #, fuzzy
2344
  msgid "Post status of existing imported listings"
2345
  msgstr "Status der importierten Einträge"
2346
 
2347
+ #: templates/admin/csv-import.tpl.php:212
2348
  #, fuzzy
2349
  msgid "Missing categories handling"
2350
  msgstr "Verhalten bei nicht vorhandener Kategorie"
2351
 
2352
+ #: templates/admin/csv-import.tpl.php:218
2353
  #, fuzzy
2354
  msgid "Auto-create categories"
2355
  msgstr "Kategorie automatisch erstellen"
2356
 
2357
+ #: templates/admin/csv-import.tpl.php:223
2358
  #, fuzzy
2359
  msgid "Generate errors when a category is not found"
2360
  msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
2361
 
2362
+ #: templates/admin/csv-import.tpl.php:231
2363
  #, fuzzy
2364
  msgid "Keep existing images"
2365
  msgstr "Vorhandene Bilder behalten."
2366
 
2367
+ #: templates/admin/csv-import.tpl.php:234
2368
  #, fuzzy
2369
  msgid "Appends new images while keeping current ones."
2370
  msgstr "Hängt neue Bilder an und behaltet die alten."
2371
 
2372
+ #: templates/admin/csv-import.tpl.php:242
2373
  #, fuzzy
2374
  msgid "Assign listings to a user"
2375
  msgstr "Zuweisung"
2376
 
2377
+ #: templates/admin/csv-import.tpl.php:254
2378
  #, fuzzy
2379
  msgid "Default listing user"
2380
  msgstr "Voreingestellter-Nutzer"
2381
 
2382
+ #: templates/admin/csv-import.tpl.php:256
2383
  #, fuzzy
2384
  msgid ""
2385
  "This user will be used if the username column is not present in the CSV file."
2387
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
2388
  "Datei vorhanden ist."
2389
 
2390
+ #: templates/admin/csv-import.tpl.php:263
2391
  #, fuzzy
2392
  msgid "Number of listings imported on every cycle"
2393
  msgstr "Nummer der Einträge zum Anzeigen:"
2394
 
2395
+ #: templates/admin/csv-import.tpl.php:265
2396
  msgid ""
2397
  "If you are having trouble importing listings due to memory problems, try "
2398
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2400
  "success on shared hosting platforms and other resource-constrained servers."
2401
  msgstr ""
2402
 
2403
+ #: templates/admin/csv-import.tpl.php:277
2404
  #, fuzzy
2405
  msgid "Disable email notifications during import"
2406
  msgstr "E-Mail-Benachrichtigungen"
2407
 
2408
+ #: templates/admin/csv-import.tpl.php:296
2409
  #, fuzzy
2410
  msgid ""
2411
  "The following are the valid header names to be used in the CSV file. "
2418
  "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
2419
  "um zu sehen wie eine Importdatei aufgebaut sein muss."
2420
 
2421
+ #: templates/admin/csv-import.tpl.php:305
2422
  #, fuzzy
2423
  msgid "Header name/label"
2424
  msgstr "Kopfname/Bezeichnung"
2425
 
2426
+ #: templates/admin/csv-import.tpl.php:308
2427
  #, fuzzy
2428
  msgid "Required?"
2429
  msgstr "Pflichtfeld?"
2430
 
2431
+ #: templates/admin/csv-import.tpl.php:309
2432
  #, fuzzy
2433
  msgid "Multivalued?"
2434
  msgstr "Mehrfachwert?"
2435
 
2436
+ #: templates/admin/csv-import.tpl.php:341
2437
  #, fuzzy
2438
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2439
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
2440
 
2441
+ #: templates/admin/csv-import.tpl.php:348
2442
  #, fuzzy
2443
  msgid "Listing author's username"
2444
  msgstr "Benutzername des Authors"
3064
  msgid "Get debug info"
3065
  msgstr ""
3066
 
3067
+ #: templates/businessdirectory-listings.tpl.php:51
3068
  #: templates/deprecated/search.tpl.php:23
3069
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3070
  #, fuzzy
3071
  msgid "No listings found."
3072
  msgstr "Kein Eintrag vorhanden."
3208
  msgstr "Ergebnisse durchsuchen"
3209
 
3210
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3211
+ #: templates/manage_listings.tpl.php:36
3212
  #: templates/submit-listing-done.tpl.php:36
3213
  #, fuzzy
3214
  msgid "Return to directory"
3351
  "Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
3352
  "den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
3353
 
3354
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3355
  #, fuzzy
3356
  msgid "You do not currently have any listings in the directory."
3357
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
3368
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3369
  msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
3370
 
3371
+ #: templates/manage_listings.tpl.php:13
3372
  #, fuzzy
3373
+ msgid "Your current listings are shown below."
3374
+ msgstr "Keine Einträge im Verzeichnis vorhanden. "
3375
 
3376
  #: templates/parts/pagination.tpl.php:7
3377
  #, fuzzy
3409
  msgid "Recurring Plan Management"
3410
  msgstr "Wiederholte Preise verwalten"
3411
 
3412
+ #: templates/search-form.tpl.php:27
3413
  #, fuzzy
3414
  msgid "Clear"
3415
  msgstr "Zurücksetzen"
3744
  msgid "Business Directory Team"
3745
  msgstr "Branchenverzeichnis"
3746
 
3747
+ #: includes/abstracts/class-view.php:130
3748
  #, fuzzy
3749
  msgctxt "views"
3750
  msgid "Invalid credentials."
3770
  msgid "Untitled Menu"
3771
  msgstr ""
3772
 
3773
+ #: includes/admin/class-admin.php:898
3774
  msgctxt "admin"
3775
  msgid "Dismiss this notice."
3776
  msgstr "Diese Nachricht ignorieren."
3777
 
3778
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3779
  #, fuzzy
3780
  msgctxt "admin"
3781
  msgid "The listing has been updated."
3783
  msgstr[0] "Der Eintrag wurde aktualisiert"
3784
  msgstr[1] "Die Einträge wurden aktualisiert."
3785
 
3786
+ #: includes/admin/class-admin.php:1039
3787
  #, fuzzy
3788
  msgctxt "admin"
3789
  msgid "The plan was successfully assigned."
3790
  msgstr "Der Preis wurde erfolgreich zugewiesen."
3791
 
3792
+ #: includes/admin/class-admin.php:1049
3793
  msgctxt "admin"
3794
  msgid "Listing was renewed."
3795
  msgid_plural "Listings were renewed."
3796
  msgstr[0] "Eintrag wurde aktualisiert."
3797
  msgstr[1] "Einträge wurden aktualisiert."
3798
 
3799
+ #: includes/admin/class-admin.php:1061
3800
  msgctxt "admin"
3801
  msgid "Renewal email sent."
3802
  msgstr "E-mail erneut senden."
3803
 
3804
+ #: includes/admin/class-admin.php:1074
3805
  #, fuzzy
3806
  msgctxt "admin"
3807
  msgid "Listing report deleted."
3809
  msgstr[0] "Eintrag Enddatum"
3810
  msgstr[1] "Eintrag Enddatum"
3811
 
3812
+ #: includes/admin/class-admin.php:1123
3813
  #, fuzzy
3814
  msgctxt "admin"
3815
  msgid "Access keys sent."
3816
  msgstr "Eintrag Felder / Bilder"
3817
 
3818
+ #: includes/admin/class-admin.php:1125
3819
  msgctxt "admin"
3820
  msgid "The access keys couldn't be sent."
3821
  msgstr ""
3822
 
3823
+ #: includes/admin/class-admin.php:1283
3824
  msgctxt "admin"
3825
  msgid ""
3826
  "<b>Business Directory Plugin</b> requires a page with the "
3829
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
3830
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
3831
 
3832
+ #: includes/admin/class-admin.php:1285
3833
  msgctxt "admin"
3834
  msgid ""
3835
  "You can create this page by yourself or let Business Directory do this for "
3838
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
3839
  "automatisch erstellen lassen."
3840
 
3841
+ #: includes/admin/class-admin.php:1290
3842
  msgctxt "admin"
3843
  msgid "Create required pages for me"
3844
  msgstr "Erstelle benötigte Seiten für mich"
3845
 
3846
+ #: includes/admin/class-admin.php:1343
3847
  msgctxt "admin"
3848
  msgid ""
3849
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3920
  msgid "Debug"
3921
  msgstr "Fehlerkorrektur"
3922
 
3923
+ #: includes/admin/controllers/class-settings-admin.php:39
3924
  #, fuzzy
3925
  msgctxt "admin menu"
3926
  msgid "Settings"
4228
  msgid "Reported"
4229
  msgstr ""
4230
 
4231
+ #: includes/models/class-listing.php:981
4232
  msgctxt "listing status"
4233
  msgid "Unknown"
4234
  msgstr ""
4235
 
4236
+ #: includes/models/class-listing.php:982
4237
  msgctxt "listing status"
4238
  msgid "Legacy"
4239
  msgstr ""
4240
 
4241
+ #: includes/models/class-listing.php:983
4242
  #, fuzzy
4243
  msgctxt "listing status"
4244
  msgid "Incomplete"
4245
  msgstr "Abgeschlossen"
4246
 
4247
+ #: includes/models/class-listing.php:984
4248
  #, fuzzy
4249
  msgctxt "listing status"
4250
  msgid "Pending Payment"
4251
  msgstr "Ausstehende Zahlungen"
4252
 
4253
+ #: includes/models/class-listing.php:985
4254
  #, fuzzy
4255
  msgctxt "listing status"
4256
  msgid "Complete"
4257
  msgstr "Abgeschlossen"
4258
 
4259
+ #: includes/models/class-listing.php:986
4260
  #, fuzzy
4261
  msgctxt "listing status"
4262
  msgid "Pending Upgrade"
4263
  msgstr "Ausstehende Aktualisierung"
4264
 
4265
+ #: includes/models/class-listing.php:987
4266
  #, fuzzy
4267
  msgctxt "listing status"
4268
  msgid "Expired"
4269
  msgstr "Abgelaufen"
4270
 
4271
+ #: includes/models/class-listing.php:988
4272
  #, fuzzy
4273
  msgctxt "listing status"
4274
  msgid "Pending Renewal"
4275
  msgstr "Aktiv + Ausstehende Erneuerungen"
4276
 
4277
+ #: includes/models/class-listing.php:989
4278
  #, fuzzy
4279
  msgctxt "listing status"
4280
  msgid "Abandoned"
4783
  msgid "Create Missing Fields"
4784
  msgstr "Eintrag Felder"
4785
 
4786
+ #: includes/admin/controllers/class-settings-admin.php:535
4787
  #, fuzzy
4788
  msgctxt "admin settings"
4789
  msgid "Remove"
4790
  msgstr "Entfernen"
4791
 
4792
+ #: includes/admin/controllers/class-settings-admin.php:589
4793
  msgctxt "admin settings"
4794
  msgid "Valid placeholders: %s"
4795
  msgstr "Gültige Platzhalter: %s"
5286
  msgid "User registration date"
5287
  msgstr "Eintrag Enddatum"
5288
 
5289
+ #: includes/admin/controllers/class-settings-admin.php:671
5290
  #, fuzzy
5291
  msgctxt "expiration notices"
5292
  msgid "Add notice"
5293
  msgstr "Feld erstellen"
5294
 
5295
+ #: includes/admin/controllers/class-settings-admin.php:690
5296
  msgctxt "expiration notices"
5297
  msgid "No notices configured."
5298
  msgstr ""
5299
 
5300
+ #: includes/admin/controllers/class-settings-admin.php:732
5301
  msgctxt "expiration notices"
5302
  msgid "recurring and non-recurring"
5303
  msgstr ""
5304
 
5305
+ #: includes/admin/controllers/class-settings-admin.php:734
5306
  #, fuzzy
5307
  msgctxt "expiration notices"
5308
  msgid "recurring only"
5309
  msgstr "(wiederkehrend)"
5310
 
5311
+ #: includes/admin/controllers/class-settings-admin.php:736
5312
  #, fuzzy
5313
  msgctxt "expiration notices"
5314
  msgid "non-recurring only"
5315
  msgstr "(wiederkehrend)"
5316
 
5317
+ #: includes/admin/controllers/class-settings-admin.php:740
5318
  #, fuzzy
5319
  msgctxt "expiration notices"
5320
  msgid "Sent when a listing (%s) is renewed."
5321
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
5322
 
5323
+ #: includes/admin/controllers/class-settings-admin.php:745
5324
  #, fuzzy
5325
  msgctxt "expiration notices"
5326
  msgid "Sent when a listing (%s) expires."
5327
  msgstr "Ein Eintrag läuft aus."
5328
 
5329
+ #: includes/admin/controllers/class-settings-admin.php:753
5330
  #, fuzzy
5331
  msgctxt "expiration notices"
5332
  msgid "%d day"
5334
  msgstr[0] "%d Tag"
5335
  msgstr[1] "%d Tage"
5336
 
5337
+ #: includes/admin/controllers/class-settings-admin.php:756
5338
  msgctxt "expiration notices"
5339
  msgid "%d week"
5340
  msgid_plural "%d weeks"
5341
  msgstr[0] ""
5342
  msgstr[1] ""
5343
 
5344
+ #: includes/admin/controllers/class-settings-admin.php:759
5345
  msgctxt "expiration notices"
5346
  msgid "%d month"
5347
  msgid_plural "%d months"
5350
 
5351
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5352
  #. non-recuring only)
5353
+ #: includes/admin/controllers/class-settings-admin.php:765
5354
  msgctxt "expiration notices"
5355
  msgid "Sent %1$s before a listing (%2$s) expires."
5356
  msgstr ""
5357
 
5358
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5359
  #. non-recuring only)
5360
+ #: includes/admin/controllers/class-settings-admin.php:768
5361
  #, fuzzy
5362
  msgctxt "expiration notices"
5363
  msgid "Sent %1$s after a listing (%2$s) expires."
5364
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
5365
 
5366
+ #: includes/admin/controllers/class-settings-admin.php:785
5367
  msgctxt "expiration notices"
5368
  msgid "At the time of expiration"
5369
  msgstr ""
5370
 
5371
+ #: includes/admin/controllers/class-settings-admin.php:786
5372
  #, fuzzy
5373
  msgctxt "expiration notices"
5374
  msgid "Right after a successful renewal"
5375
  msgstr "Der Preis wurde erfolgreich zugewiesen."
5376
 
5377
+ #: includes/admin/controllers/class-settings-admin.php:797
5378
  msgctxt "expiration notices"
5379
  msgid "%d day before expiration"
5380
  msgid_plural "%d days before expiration"
5381
  msgstr[0] ""
5382
  msgstr[1] ""
5383
 
5384
+ #: includes/admin/controllers/class-settings-admin.php:797
5385
  msgctxt "expiration notices"
5386
  msgid "%d day after expiration"
5387
  msgid_plural "%d days after expiration"
5388
  msgstr[0] ""
5389
  msgstr[1] ""
5390
 
5391
+ #: includes/admin/controllers/class-settings-admin.php:800
5392
  msgctxt "expiration notices"
5393
  msgid "%d week before expiration"
5394
  msgid_plural "%d weeks before expiration"
5395
  msgstr[0] ""
5396
  msgstr[1] ""
5397
 
5398
+ #: includes/admin/controllers/class-settings-admin.php:800
5399
  msgctxt "expiration notices"
5400
  msgid "%d week after expiration"
5401
  msgid_plural "%d weeks after expiration"
5402
  msgstr[0] ""
5403
  msgstr[1] ""
5404
 
5405
+ #: includes/admin/controllers/class-settings-admin.php:803
5406
  msgctxt "expiration notices"
5407
  msgid "%d month before expiration"
5408
  msgid_plural "%d months before expiration"
5409
  msgstr[0] ""
5410
  msgstr[1] ""
5411
 
5412
+ #: includes/admin/controllers/class-settings-admin.php:803
5413
  msgctxt "expiration notices"
5414
  msgid "%d month after expiration"
5415
  msgid_plural "%d months after expiration"
5416
  msgstr[0] ""
5417
  msgstr[1] ""
5418
 
5419
+ #: includes/admin/controllers/class-settings-admin.php:830
5420
  #, fuzzy
5421
  msgctxt "expiration notices"
5422
  msgid "Applies to"
5423
  msgstr "zugewiesen zu"
5424
 
5425
+ #: includes/admin/controllers/class-settings-admin.php:833
5426
  msgctxt "expiration notices"
5427
  msgid "Non-recurring listings"
5428
  msgstr ""
5429
 
5430
+ #: includes/admin/controllers/class-settings-admin.php:834
5431
  #, fuzzy
5432
  msgctxt "expiration notices"
5433
  msgid "Recurring listings"
5434
  msgstr "Zurück zum Eintrag."
5435
 
5436
+ #: includes/admin/controllers/class-settings-admin.php:835
5437
  msgctxt "expiration notices"
5438
  msgid "Recurring and non-recurring listings"
5439
  msgstr ""
5440
 
5441
+ #: includes/admin/controllers/class-settings-admin.php:840
5442
  msgctxt "expiration notices"
5443
  msgid "When to send?"
5444
  msgstr ""
5445
 
5446
+ #: includes/admin/controllers/class-settings-admin.php:707
5447
  #, fuzzy
5448
  msgctxt "settings"
5449
  msgid "Site title (with link)"
5450
  msgstr "Seitentitel (mit Link)"
5451
 
5452
+ #: includes/admin/controllers/class-settings-admin.php:708
5453
  msgctxt "settings"
5454
  msgid "Author's name"
5455
  msgstr "Authorname"
5456
 
5457
+ #: includes/admin/controllers/class-settings-admin.php:709
5458
  msgctxt "settings"
5459
  msgid "Listing's name (with link)"
5460
  msgstr "Eintragsname (mit Link)"
5461
 
5462
+ #: includes/admin/controllers/class-settings-admin.php:710
5463
  #, fuzzy
5464
  msgctxt "settings"
5465
  msgid "Listing's expiration date"
5466
  msgstr "Eintrag Enddatum"
5467
 
5468
+ #: includes/admin/controllers/class-settings-admin.php:711
5469
  msgctxt "settings"
5470
  msgid "Listing's renewal link, formatted with an anchor tag"
5471
  msgstr ""
5472
 
5473
+ #: includes/admin/controllers/class-settings-admin.php:712
5474
  msgctxt "settings"
5475
  msgid "Listing's renewal URL, unformatted by any tags"
5476
  msgstr ""
5477
 
5478
+ #: includes/admin/controllers/class-settings-admin.php:713
5479
  #, fuzzy
5480
  msgctxt "settings"
5481
  msgid "Listing's categories"
5482
  msgstr "Eintrag Titel"
5483
 
5484
+ #: includes/admin/controllers/class-settings-admin.php:714
5485
  #, fuzzy
5486
  msgctxt "settings"
5487
  msgid "Listing's last payment date"
5488
  msgstr "Eintrag Enddatum"
5489
 
5490
+ #: includes/admin/controllers/class-settings-admin.php:715
5491
  #, fuzzy
5492
  msgctxt "settings"
5493
  msgid "Listing's access key"
5494
  msgstr "Eintrag Felder / Bilder"
5495
 
5496
+ #: includes/admin/controllers/class-settings-admin.php:872
5497
  #, fuzzy
5498
  msgctxt "settings"
5499
  msgid "Settings reset to default."
6345
  msgid "Cropped"
6346
  msgstr ""
6347
 
6348
+ #: includes/admin/settings/class-settings.php:483
6349
  #: includes/admin/settings/class-settings.php:494
 
6350
  msgctxt "settings"
6351
  msgid "\"%s\" can not be empty."
6352
  msgstr ""
6353
 
6354
+ #: includes/admin/settings/class-settings.php:511
6355
  msgctxt "settings"
6356
  msgid "The slug \"%s\" is already in use for another taxonomy."
6357
  msgstr ""
6358
 
6359
+ #: includes/licensing.php:238
6360
  #, fuzzy
6361
  msgctxt "settings"
6362
  msgid "Themes"
6363
  msgstr "Preise Verwalten"
6364
 
6365
+ #: includes/licensing.php:290 includes/licensing.php:291
6366
  msgctxt "settings"
6367
  msgid "Please wait..."
6368
  msgstr ""
6369
 
6370
+ #: includes/licensing.php:291
6371
  #, fuzzy
6372
  msgctxt "settings"
6373
  msgid "Deauthorize"
6383
  msgid "Could not change the active theme to \"%s\"."
6384
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6385
 
6386
+ #: includes/admin/controllers/class-themes-admin.php:147
6387
  msgctxt "themes"
6388
  msgid "Active theme changed to \"%s\"."
6389
  msgstr "Das aktive Theme wurde geändert zu \"%s\"."
6390
 
6391
+ #: includes/admin/controllers/class-themes-admin.php:150
6392
  msgctxt "themes"
6393
  msgid ""
6394
  "%s requires that you tag your existing fields to match some places we want "
6398
  "zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
6399
  "von denen wir vermuten, dass sie fehlen."
6400
 
6401
+ #: includes/admin/controllers/class-themes-admin.php:161
6402
  msgctxt "themes"
6403
  msgid "Map My Fields"
6404
  msgstr "Formularfelder verknüpfen"
6405
 
6406
+ #: includes/admin/controllers/class-themes-admin.php:169
6407
  msgctxt "themes"
6408
  msgid "Suggested fields created successfully."
6409
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
6410
 
6411
+ #: includes/admin/controllers/class-themes-admin.php:172
6412
  msgctxt "themes"
6413
  msgid "Theme installed successfully."
6414
  msgstr "Benötigtes Feld wurde erfolgreich erstellt."
6415
 
6416
+ #: includes/admin/controllers/class-themes-admin.php:175
6417
  #, fuzzy
6418
  msgctxt "themes"
6419
  msgid "Theme was deleted successfully."
6420
  msgstr "Der Import wurde erfolgreich abgeschlossen."
6421
 
6422
+ #: includes/admin/controllers/class-themes-admin.php:178
6423
  msgctxt "themes"
6424
  msgid "Could not delete theme directory. Check permissions."
6425
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6426
 
6427
+ #: includes/admin/controllers/class-themes-admin.php:231
6428
  msgctxt "themes"
6429
  msgid "Please upload a valid theme file."
6430
  msgstr "Bitte eine gültige E-mailadresse eingeben."
6431
 
6432
+ #: includes/admin/controllers/class-themes-admin.php:240
6433
  msgctxt "themes"
6434
  msgid "Could not move \"%s\" to a temporary directory."
6435
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6436
 
6437
+ #: includes/admin/controllers/class-themes-admin.php:326
6438
  msgctxt "themes"
6439
  msgid "Activate your <a>license key</a> to use this theme."
6440
  msgstr ""
6441
  "Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
6442
 
6443
+ #: includes/admin/controllers/class-themes-admin.php:369
6444
  #, fuzzy
6445
  msgctxt "themes"
6446
  msgid "Invalid theme ID"
6447
  msgstr "Ungültige Feld ID"
6448
 
6449
+ #: includes/admin/controllers/class-themes-admin.php:375
6450
  #: includes/admin/upgrades/class-themes-updater.php:172
6451
  msgctxt "themes"
6452
  msgid "Could not update theme: %s"
6473
  msgid "Theme was updated successfully."
6474
  msgstr "Der Import wurde erfolgreich abgeschlossen."
6475
 
6476
+ #: includes/themes.php:926
6477
  msgctxt "themes"
6478
  msgid "Could not create themes directory."
6479
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
6480
 
6481
+ #: includes/themes.php:937
6482
  msgctxt "themes"
6483
  msgid "Could not remove previous theme directory \"%s\"."
6484
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6485
 
6486
+ #: includes/themes.php:945
6487
  msgctxt "themes"
6488
  msgid "Could not move new theme into theme directory."
6489
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
6493
  msgid "Could not decode export state information."
6494
  msgstr ""
6495
 
6496
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6497
  msgctxt "admin csv-export"
6498
  msgid "Could not create a temporary directory for handling this CSV export."
6499
  msgstr ""
6500
  "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
6501
  "durchzuführen."
6502
 
6503
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6504
  msgctxt "admin csv-export"
6505
  msgid "Error while creating a temporary directory for CSV export: %s"
6506
  msgstr ""
6691
  msgid "Please upload or select a CSV file."
6692
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
6693
 
6694
+ #: includes/admin/csv-import.php:370
6695
  msgctxt "admin csv-import"
6696
  msgid ""
6697
  "An error was detected while validating the CSV file for import. Please fix "
6700
  "Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
6701
  "beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
6702
 
6703
+ #: includes/admin/csv-import.php:379
6704
  msgctxt "admin csv-import"
6705
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6706
  msgstr ""
6707
  "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
6708
  "geschrieben."
6709
 
6710
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6711
  msgctxt "admin csv-import"
6712
  msgid ""
6713
  "Could not create listing category \"<category-name>\". The operation failed "
6716
  "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
6717
  "Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
6718
 
6719
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6720
  msgctxt "admin csv-import"
6721
  msgid "Could not create listing category \"%s\""
6722
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
6723
 
6724
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6725
  msgctxt "admin csv-import"
6726
  msgid "Username \"%s\" does not exist"
6727
  msgstr "Benutzername \"%s\" existiert nicht"
6728
 
6729
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6730
  msgctxt "admin csv-import"
6731
  msgid "There is no Plan with ID = <fee-id>"
6732
  msgstr ""
6733
 
6734
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6735
  msgctxt "admin csv-import"
6736
  msgid "Missing required field: %s"
6737
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
6738
 
6739
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6740
  msgctxt "admin csv-import"
6741
  msgid "Listing category \"%s\" does not exist"
6742
  msgstr "Eintragskategorie \"%s\" existiert nicht"
6743
 
6744
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6745
  msgctxt "admin csv-import"
6746
  msgid "The string <string> couldn't be converted into a valid date."
6747
  msgstr ""
6899
  msgid "Semicolon (;)"
6900
  msgstr "Semikolon (;)"
6901
 
6902
+ #: templates/admin/csv-import.tpl.php:196
6903
  #, fuzzy
6904
  msgctxt "admin csv-import"
6905
  msgid "Preserve existing status"
6906
  msgstr "Einträge"
6907
 
6908
+ #: templates/admin/csv-import.tpl.php:249
6909
  msgctxt "admin csv-import"
6910
  msgid ""
6911
  "Select a default user to be used if the username column is not present in "
6914
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
6915
  "Spalte in der CSV-Datei nicht vorhanden ist."
6916
 
6917
+ #: templates/admin/csv-import.tpl.php:283
6918
  msgctxt "admin csv-import"
6919
  msgid "Test Import"
6920
  msgstr "Importtest"
6921
 
6922
+ #: templates/admin/csv-import.tpl.php:284
6923
  msgctxt "admin csv-import"
6924
  msgid "Import Listings"
6925
  msgstr "Einträge importieren"
6926
 
6927
+ #: templates/admin/csv-import.tpl.php:334
6928
  #, fuzzy
6929
  msgctxt "admin csv-import"
6930
  msgid ""
6934
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
6935
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
6936
 
6937
+ #: templates/admin/csv-import.tpl.php:355
6938
  msgctxt "admin csv-import"
6939
  msgid ""
6940
  "Internal Sequence ID used to allow listing updates from external sources."
6942
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
6943
  "externer Quellen durchzuführen."
6944
 
6945
+ #: templates/admin/csv-import.tpl.php:362
6946
  msgctxt "admin csv-import"
6947
  msgid ""
6948
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6963
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
6964
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
6965
 
6966
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6967
  #, fuzzy
6968
  msgctxt "listing metabox"
6969
  msgid "Recent Payments"
6970
  msgstr "Bezahlung zurückweisen"
6971
 
6972
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6973
  #, fuzzy
6974
  msgctxt "listing metabox"
6975
  msgid "Access Key"
7006
  msgid "# of images"
7007
  msgstr "# Bilder"
7008
 
7009
+ #: includes/admin/helpers/class-listing-timeline.php:122
7010
  #, fuzzy
7011
  msgctxt "listing timeline"
7012
  msgid "Listing created"
7013
  msgstr "Eintrag Bilder"
7014
 
7015
+ #: includes/admin/helpers/class-listing-timeline.php:130
7016
  #, fuzzy
7017
  msgctxt "listing timeline"
7018
  msgid "Listing expired"
7019
  msgstr "Ein Eintrag läuft aus."
7020
 
7021
+ #: includes/admin/helpers/class-listing-timeline.php:146
7022
  msgctxt "listing timeline"
7023
  msgid "T&C acceptance date"
7024
  msgstr ""
7025
 
7026
+ #: includes/admin/helpers/class-listing-timeline.php:164
7027
  msgctxt "listing timeline"
7028
  msgid "Paid as admin"
7029
  msgstr ""
7030
 
7031
+ #: includes/admin/helpers/class-listing-timeline.php:166
7032
  #, fuzzy
7033
  msgctxt "listing timeline"
7034
  msgid "Listing imported"
7035
  msgstr "Ein Eintrag läuft aus."
7036
 
7037
+ #: includes/admin/helpers/class-listing-timeline.php:168
7038
  #, fuzzy
7039
  msgctxt "listing timeline"
7040
  msgid "Initial Payment"
7105
  msgid "What do you track?"
7106
  msgstr "Was verfolgst du?"
7107
 
7108
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7109
  #, fuzzy
7110
  msgctxt "manual-upgrade"
7111
  msgid "Continue"
7112
  msgstr "Weiter"
7113
 
7114
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7115
  msgctxt "manual-upgrade"
7116
  msgid "Start Upgrade"
7117
  msgstr "Starte Aktualisierung"
7118
 
7119
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7120
  msgctxt "manual-upgrade"
7121
  msgid "Pause Upgrade"
7122
  msgstr "Aktualisierung pausieren"
7123
 
7124
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7125
  #, fuzzy
7126
  msgctxt "manual-upgrade"
7127
  msgid ""
7131
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
7132
  "Erweiterung ist nun verfügbar."
7133
 
7134
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7135
  msgctxt "manual-upgrade"
7136
  msgid "Go to \"Directory Admin\""
7137
  msgstr "Nach \" Verzeichnis Administration\""
7154
  msgid "Migrating license information to new format..."
7155
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7156
 
7157
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7158
  #, fuzzy
7159
  msgctxt "installer"
7160
  msgid "Migrating email notices to new format..."
7161
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7162
 
7163
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7164
  #, fuzzy
7165
  msgctxt "installer"
7166
  msgid "Migrating plans..."
7167
  msgstr "Aktiviere Lizenz..."
7168
 
7169
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7170
  #, fuzzy
7171
  msgctxt "installer"
7172
  msgid "! Could not migrate payment #%d"
7173
  msgstr "Bezahlung ausführen"
7174
 
7175
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7176
  msgctxt "installer"
7177
  msgid "Updating payment items format: %d items remaining..."
7178
  msgstr ""
7179
 
7180
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7181
  msgctxt "installer"
7182
  msgid "Migrating listing information: %d items remaining..."
7183
  msgstr ""
7226
  msgid "Listing upgrade to featured"
7227
  msgstr "Eintrag aktualisieren auf Hervorhebung"
7228
 
7229
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7230
  msgctxt "listings-api"
7231
  msgid "Featured Listing"
7232
  msgstr "Unterstützter Eintrag"
7233
 
7234
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7235
  #, fuzzy
7236
  msgctxt "migrate-18"
7237
  msgid "Featured Levels migration is complete."
7238
  msgstr "Featured Levels Module"
7239
 
7240
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7241
  msgctxt "migrate-18"
7242
  msgid ""
7243
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
7245
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7246
  msgstr ""
7247
 
7248
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7249
  msgctxt "migrate-18"
7250
  msgid ""
7251
  "We need to migrate your existing \"featured levels\" to plans for use by the "
7255
  "link> and <cancel-link>cancel migration</cancel-link>."
7256
  msgstr ""
7257
 
7258
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7259
  msgctxt "migrate-18"
7260
  msgid ""
7261
  "Before we do the migration, we need to ask a few simple questions to move "
7263
  "plan\" that is right for you."
7264
  msgstr ""
7265
 
7266
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7267
  msgctxt "migrate-18"
7268
  msgid "Move to: "
7269
  msgstr ""
7270
 
7271
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7272
  msgctxt "migrate-18"
7273
  msgid "New plan summary"
7274
  msgstr ""
7275
 
7276
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7277
  #, fuzzy
7278
  msgctxt "migrate-18"
7279
  msgid "Perform migration"
7280
  msgstr "Preisinformation"
7281
 
7282
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7283
  #, fuzzy
7284
  msgctxt "migrate-18"
7285
  msgid "Business Directory Plugin - Featured Levels migration required."
7286
  msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
7287
 
7288
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7289
  msgctxt "migrate-18"
7290
  msgid ""
7291
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7292
  "Levels migration here</a>."
7293
  msgstr ""
7294
 
7295
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7296
  #, fuzzy
7297
  msgctxt "upgrade-18"
7298
  msgid "← Return to Directory dashboard"
7299
  msgstr "← Zurück zum Verzeichnis."
7300
 
7301
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7302
  msgctxt "upgrade-18"
7303
  msgid "Configure Plan"
7304
  msgstr ""
7305
 
7306
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7307
  #, fuzzy
7308
  msgctxt "upgrade-18"
7309
  msgid "Featured Level"
7310
  msgstr "Featured Levels Module"
7311
 
7312
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7313
  msgctxt "upgrade-18"
7314
  msgid "What to do with it?"
7315
  msgstr ""
7316
 
7317
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7318
  #, fuzzy
7319
  msgctxt "upgrade-18"
7320
  msgid "%d listing is on this level."
7322
  msgstr[0] "Ein Eintrag wurde bearbeitet."
7323
  msgstr[1] "Ein Eintrag wurde bearbeitet."
7324
 
7325
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7326
  msgctxt "upgrade-18"
7327
  msgid "Select an option"
7328
  msgstr ""
7329
 
7330
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7331
  #, fuzzy
7332
  msgctxt "upgrade-18"
7333
  msgid "Remove \"sticky\" status for listings."
7334
  msgstr "Status der importierten Einträge"
7335
 
7336
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7337
  msgctxt "upgrade-18"
7338
  msgid "Remove this (old) level, and leave the listing on the old plan."
7339
  msgstr ""
7340
 
7341
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7342
  msgctxt "upgrade-18"
7343
  msgid "May change \"sticky\" status depending on plan."
7344
  msgstr ""
7345
 
7346
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7347
  msgctxt "upgrade-18"
7348
  msgid "Move listings with this level to existing plan."
7349
  msgstr ""
7350
 
7351
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7352
  #, fuzzy
7353
  msgctxt "upgrade-18"
7354
  msgid "Keep \"sticky\" status of listings."
7355
  msgstr "Status der importierten Einträge"
7356
 
7357
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7358
  msgctxt "upgrade-18"
7359
  msgid "Replace this level with a new plan."
7360
  msgstr ""
7374
  msgid "Add New Listing"
7375
  msgstr "Neuer Eintrag"
7376
 
7377
+ #: includes/models/class-listing.php:427
7378
  #, fuzzy
7379
  msgctxt "listing"
7380
  msgid "Listing has no registered payments"
7381
  msgstr "Eintrag Enddatum"
7382
 
7383
+ #: includes/models/class-listing.php:436
7384
  #, fuzzy
7385
  msgctxt "listing"
7386
  msgid "Can't delete payment"
7387
  msgstr "Bezahlung zurückweisen"
7388
 
7389
+ #: includes/models/class-listing.php:474
7390
  #, fuzzy
7391
  msgctxt "listing"
7392
  msgid "Listing expired"
7393
  msgstr "Ein Eintrag läuft aus."
7394
 
7395
+ #: includes/models/class-listing.php:683
7396
  #, fuzzy
7397
  msgctxt "listing"
7398
  msgid "(Unavailable Plan)"
7399
  msgstr "(Preis nicht verfügbar)"
7400
 
7401
+ #: includes/models/class-listing.php:878
7402
  #, fuzzy
7403
  msgctxt "listing"
7404
  msgid "Plan \"%s\" (recurring)"
7405
  msgstr "(wiederkehrend)"
7406
 
7407
+ #: includes/models/class-listing.php:880
7408
  msgctxt "listing"
7409
  msgid "Plan \"%s\""
7410
  msgstr ""
7522
  msgid "Report additional info"
7523
  msgstr ""
7524
 
7525
+ #: includes/class-meta.php:33
7526
  msgctxt "rss feed"
7527
  msgid "%s Feed"
7528
  msgstr "% Feed"
7529
 
 
 
 
 
 
 
 
 
 
 
7530
  #: includes/class-payment-gateways.php:95
7531
  #, fuzzy
7532
  msgctxt "payment-gateways"
7560
  msgid "The reCAPTCHA validation score failed."
7561
  msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
7562
 
7563
+ #: includes/class-wpbdp.php:460
7564
  #, fuzzy
7565
  msgctxt "listing image upload"
7566
  msgid "Please select a plan before uploading images to the listing"
7567
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
7568
 
7569
+ #: includes/class-wpbdp.php:465
7570
  #, fuzzy
7571
  msgctxt "listing image upload"
7572
  msgid "Can not upload any more images for this listing."
7573
  msgstr "Kategorie für diesen Eintrag"
7574
 
7575
+ #: includes/class-wpbdp.php:469
7576
  msgctxt "listing image upload"
7577
  msgid ""
7578
  "You're trying to upload %1$d images, but only have %2$d slot available. "
7588
  msgid "Submit Listing"
7589
  msgstr "Eintrag erstellen"
7590
 
7591
+ #: includes/controllers/pages/class-checkout.php:112
7592
  #, fuzzy
7593
  msgctxt "checkout"
7594
  msgid "Can not process a payment at this time. Please try again later."
7596
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
7597
  "später noch einmal."
7598
 
7599
+ #: includes/controllers/pages/class-checkout.php:150
7600
  #, fuzzy
7601
  msgctxt "checkout"
7602
  msgid "Invalid nonce received."
7603
  msgstr "Ungültige Antwort vom Server"
7604
 
7605
+ #: includes/controllers/pages/class-checkout.php:165
7606
  #, fuzzy
7607
  msgctxt "checkout"
7608
  msgid "Invalid gateway selected."
7609
  msgstr "Ungültiger Erneuerungszustand."
7610
 
7611
+ #: includes/controllers/pages/class-checkout.php:170
7612
  msgctxt "checkout"
7613
  msgid "Selected gateway does not support payment's currency."
7614
  msgstr ""
7615
 
7616
+ #: includes/controllers/pages/class-checkout.php:229
7617
  msgctxt "checkout"
7618
  msgid "Unknown gateway error."
7619
  msgstr ""
7620
 
7621
+ #: includes/controllers/pages/class-checkout.php:268
7622
  msgctxt "checkout"
7623
  msgid ""
7624
  "There was an error trying to process your request. No gateway is selected."
7805
  "an existing field"
7806
  msgstr ""
7807
 
7808
+ #: includes/controllers/pages/class-submit-listing.php:1284
7809
  msgctxt "templates"
7810
  msgid "Please agree to the Terms and Conditions."
7811
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7812
 
7813
+ #: includes/controllers/pages/class-submit-listing.php:1298
7814
  msgctxt "templates"
7815
  msgid "I agree to the <a>Terms and Conditions</a>"
7816
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7820
  msgid "Return to results"
7821
  msgstr "Zurück zu den Ergebnissen"
7822
 
7823
+ #: includes/helpers/functions/templates-ui.php:224
7824
  msgctxt "templates"
7825
  msgid "No listing categories found."
7826
  msgstr "Keine Eintragskategorie gefunden."
7827
 
7828
+ #: includes/helpers/functions/templates-ui.php:375
7829
  msgctxt "templates"
7830
  msgid "Advanced Search"
7831
  msgstr "Erweiterte Suche"
7836
  msgid "Featured Listing"
7837
  msgstr "Hervorgehobene Einträge"
7838
 
 
 
 
 
 
 
 
 
 
7839
  #: templates/parts/listing-buttons.tpl.php:15
7840
  msgctxt "templates"
7841
  msgid "Edit"
7887
  msgid "Return to plan selection"
7888
  msgstr "Zurück zum Eintrag."
7889
 
 
 
 
 
 
7890
  #: templates/submit-listing/extra-sections.tpl.php:1
7891
  msgctxt "templates"
7892
  msgid "Additional Information"
7962
  msgid "Please <a>login</a> to manage your listings."
7963
  msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
7964
 
7965
+ #: includes/controllers/pages/class-manage-recurring.php:33
7966
  msgctxt "manage subscription"
7967
  msgid "The listing with id = <listing-id> doesn't exists."
7968
  msgstr ""
7969
 
7970
+ #: includes/controllers/pages/class-manage-recurring.php:42
7971
  #, fuzzy
7972
  msgctxt "manage subscriptions"
7973
  msgid ""
7975
  "invalid."
7976
  msgstr "Sie sind nicht autorisiert um diesen Eintrag zu bearbeiten."
7977
 
7978
+ #: includes/controllers/pages/class-manage-recurring.php:53
7979
  msgctxt "manage subscriptions"
7980
  msgid "Invalid subscription."
7981
  msgstr "Ungültiges Abonnement."
7982
 
7983
+ #: includes/controllers/pages/class-manage-recurring.php:76
7984
  #, fuzzy
7985
  msgctxt "manage subscriptions"
7986
  msgid "Your subscription was canceled."
7992
  msgid "Subscription / Plan"
7993
  msgstr "Abonnement / Preisplan"
7994
 
7995
+ #: includes/controllers/pages/class-manage-recurring.php:93
7996
  #, fuzzy
7997
  msgctxt "manage listings"
7998
  msgid "You are not on recurring payments for any of your listings."
8189
  "später noch einmal."
8190
 
8191
  #: includes/controllers/pages/class-submit-listing.php:866
8192
+ #: includes/controllers/pages/class-submit-listing.php:993
8193
  #, fuzzy
8194
  msgctxt "submit listing"
8195
  msgid "Please select a category."
8196
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8197
 
8198
+ #: includes/controllers/pages/class-submit-listing.php:891
8199
  msgctxt "submit listing"
8200
  msgid "Current active plan is disabled. Please select another plan."
8201
  msgstr ""
8202
 
8203
+ #: includes/controllers/pages/class-submit-listing.php:893
8204
  msgctxt "submit listing"
8205
  msgid "Please choose a valid category for your plan."
8206
  msgstr ""
8207
 
8208
+ #: includes/controllers/pages/class-submit-listing.php:896
8209
  #, fuzzy
8210
  msgctxt "submit listing"
8211
  msgid "Please choose a valid plan for your category selection."
8212
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8213
 
8214
+ #: includes/controllers/pages/class-submit-listing.php:1204
8215
  #, fuzzy
8216
  msgctxt "submit listing"
8217
  msgid "Please enter your desired username."
8218
  msgstr "Bitte geben Sie einen Namen ein."
8219
 
8220
+ #: includes/controllers/pages/class-submit-listing.php:1209
8221
  #, fuzzy
8222
  msgctxt "submit listing"
8223
  msgid "Please enter the e-mail for your new account."
8224
  msgstr "Bitte geben Sie einen Namen ein."
8225
 
8226
+ #: includes/controllers/pages/class-submit-listing.php:1214
8227
  msgctxt "submit listing"
8228
  msgid "The username you chose is already in use. Please use a different one."
8229
  msgstr ""
8230
 
8231
+ #: includes/controllers/pages/class-submit-listing.php:1219
8232
  msgctxt "submit listing"
8233
  msgid "The e-mail address you chose for your account is already in use."
8234
  msgstr ""
8239
  msgid "Listing submitted by admin. Payment skipped."
8240
  msgstr "Eintrag zusenden (Initialbezahlung)"
8241
 
8242
+ #: includes/controllers/pages/class-submit-listing.php:1159
8243
  msgctxt "listing submit"
8244
  msgid ""
8245
  "Image upload is required, please provide at least one image and submit again."
8537
  msgid "Destination dir \"%s\" is not writable."
8538
  msgstr "Eintragskategorie \"%s\" existiert nicht"
8539
 
8540
+ #: includes/helpers/functions/templates-ui.php:402
8541
  msgctxt "templates sort"
8542
  msgid "Sort By:"
8543
  msgstr "Sortieren nach"
8568
  msgid "General"
8569
  msgstr "Allgemein"
8570
 
8571
+ #: includes/licensing.php:537
8572
  msgctxt "licensing"
8573
  msgid "Could not contact licensing server"
8574
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8575
 
8576
+ #: includes/licensing.php:550
8577
  msgctxt "licensing"
8578
  msgid ""
8579
  "It was not possible to establish a connection with Business Directory's "
8580
  "server. cURL was not found in your system"
8581
  msgstr ""
8582
 
8583
+ #: includes/licensing.php:552 includes/licensing.php:582
8584
  msgctxt "licensing"
8585
  msgid ""
8586
  "To ensure the security of our systems and adhere to industry best practices, "
8589
  "1.0.1c)."
8590
  msgstr ""
8591
 
8592
+ #: includes/licensing.php:554 includes/licensing.php:584
8593
  msgctxt "licensing"
8594
  msgid ""
8595
  "Upgrading your system will not only allow you to communicate with Business "
8597
  "services using the latest security standards."
8598
  msgstr ""
8599
 
8600
+ #: includes/licensing.php:556
8601
  msgctxt "licensing"
8602
  msgid ""
8603
  "Please contact your hosting provider and ask them to upgrade your system. "
8604
  "Include this message if necessary"
8605
  msgstr ""
8606
 
8607
+ #: includes/licensing.php:586
8608
  msgctxt "licensing"
8609
  msgid ""
8610
  "Please contact your hosting provider and ask them to upgrade your system. "
8611
  "Include this message if necessary."
8612
  msgstr ""
8613
 
8614
+ #: includes/licensing.php:622
8615
  msgctxt "licensing"
8616
  msgid "The server returned a 403 Forbidden error."
8617
  msgstr ""
8618
 
8619
+ #: includes/licensing.php:868
8620
  msgctxt "licensing"
8621
  msgid "Could not activate license: %s."
8622
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8623
 
8624
+ #: includes/licensing.php:873
8625
  msgctxt "licensing"
8626
  msgid "License activated"
8627
  msgstr "Lizenz aktiviert"
8628
 
8629
+ #: includes/licensing.php:905
8630
  msgctxt "licensing"
8631
  msgid "Could not deactivate license: %s."
8632
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8633
 
8634
+ #: includes/licensing.php:907
8635
  msgctxt "licensing"
8636
  msgid "License deactivated"
8637
  msgstr "Lizenz deaktiviert"
8638
 
8639
  #. translators: "<module-name>" version <version-number> is not...
8640
+ #: includes/licensing.php:1147
8641
  msgctxt "deprecation"
8642
  msgid ""
8643
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8656
  msgstr[0] "%d Bild erlaubt."
8657
  msgstr[1] "%d Bilder erlaubt."
8658
 
8659
+ #: includes/models/class-fee-plan.php:405
8660
  #, fuzzy
8661
  msgctxt "fees-api"
8662
  msgid "Plan label is required."
8663
  msgstr "Feldbezeichnung ist Pflichtfeld."
8664
 
8665
+ #: includes/models/class-fee-plan.php:411
8666
  msgctxt "fees-api"
8667
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8668
  msgstr ""
8669
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
8670
  "Tage)."
8671
 
8672
+ #: includes/models/class-fee-plan.php:416
8673
  msgctxt "fees-api"
8674
  msgid ""
8675
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8677
  "<a>plan</a> appropriately."
8678
  msgstr ""
8679
 
8680
+ #: includes/models/class-fee-plan.php:419
8681
  msgctxt "fees-api"
8682
  msgid ""
8683
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
9168
  msgid "Continue"
9169
  msgstr "Weiter"
9170
 
9171
+ #~ msgctxt "title"
9172
+ #~ msgid "Find a Listing"
9173
+ #~ msgstr "Eintrag finden"
9174
+
9175
+ #~ msgctxt "title"
9176
+ #~ msgid "Listings tagged: %s"
9177
+ #~ msgstr "Einträge getaggt: %s"
9178
+
9179
+ #~ msgctxt "templates"
9180
+ #~ msgid ""
9181
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9182
+ #~ "button. To delete a listing click the delete button."
9183
+ #~ msgstr ""
9184
+ #~ "Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke "
9185
+ #~ "auf den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen "
9186
+ #~ "Button."
9187
+
9188
+ #~ msgctxt "templates"
9189
+ #~ msgid "Find a listing"
9190
+ #~ msgstr "Einen Eintrag finden"
9191
+
9192
  #, fuzzy
9193
  #~ msgctxt "listing metabox"
9194
  #~ msgid "General Info"
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -67,7 +67,7 @@ msgstr ""
67
  #: includes/admin/settings/class-settings-bootstrap.php:691
68
  #: includes/admin/settings/class-settings-bootstrap.php:692
69
  #: includes/helpers/class-app.php:93
70
- #: includes/helpers/functions/templates-ui.php:310
71
  msgid "Directory"
72
  msgstr ""
73
 
@@ -112,7 +112,7 @@ msgid "Form Fields"
112
  msgstr ""
113
 
114
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
115
- #: includes/licensing.php:219
116
  msgid "Modules"
117
  msgstr ""
118
 
@@ -120,7 +120,7 @@ msgstr ""
120
  msgid "Business Directory"
121
  msgstr ""
122
 
123
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
124
  msgid "Upgrade to Premium"
125
  msgstr ""
126
 
@@ -128,11 +128,11 @@ msgstr ""
128
  msgid "Directory Listings"
129
  msgstr ""
130
 
131
- #: includes/admin/class-admin.php:1064
132
  msgid "Could not send renewal email."
133
  msgstr ""
134
 
135
- #: includes/admin/class-admin.php:1198
136
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
137
  #: includes/admin/helpers/tables/class-payments-table.php:64
138
  #: templates/email/listing-added.tpl.php:7
@@ -141,12 +141,12 @@ msgstr ""
141
  msgid "ID"
142
  msgstr ""
143
 
144
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
145
  #: includes/admin/settings/class-settings-bootstrap.php:717
146
  msgid "Listing Count"
147
  msgstr ""
148
 
149
- #: includes/admin/class-admin.php:1365
150
  msgid ""
151
  "We noticed you want your Business Directory users to register before posting "
152
  "listings, but Registration for your site is currently disabled. Go %1$shere"
@@ -223,13 +223,13 @@ msgid "See an example CSV import file"
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
226
- #: templates/admin/csv-import.tpl.php:287
227
  msgid "Help"
228
  msgstr ""
229
 
230
  #: includes/admin/controllers/class-admin-fees.php:46
231
  #: includes/admin/helpers/tables/class-payments-table.php:67
232
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
233
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
234
  #: templates/admin/payments-details.tpl.php:113
235
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -240,12 +240,12 @@ msgstr ""
240
  #: includes/admin/controllers/class-admin-fees.php:48
241
  #: includes/admin/helpers/tables/class-fees-table.php:65
242
  #: includes/admin/settings/class-settings-bootstrap.php:907
243
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
244
  msgid "Images"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-fees.php:80
248
- #: includes/admin/helpers/class-modules-list.php:236
249
  msgid "Upgrade"
250
  msgstr ""
251
 
@@ -306,7 +306,7 @@ msgid "Attributes"
306
  msgstr ""
307
 
308
  #: includes/admin/controllers/class-admin-listings.php:339
309
- #: includes/helpers/class-listing-display-helper.php:132
310
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
311
  msgid "Featured"
312
  msgstr ""
@@ -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:247
399
  #: templates/checkout-billing-form.tpl.php:75
400
  msgid "Address"
401
  msgstr ""
@@ -449,33 +449,33 @@ msgstr ""
449
  msgid "Website"
450
  msgstr ""
451
 
452
- #: includes/admin/controllers/class-settings-admin.php:636
453
  msgid "Your license key provides access to new features and updates."
454
  msgstr ""
455
 
456
- #: includes/admin/controllers/class-settings-admin.php:638
457
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
458
  msgstr ""
459
 
460
- #: includes/admin/controllers/class-settings-admin.php:650
461
  msgid "Build more powerful directories"
462
  msgstr ""
463
 
464
- #: includes/admin/controllers/class-settings-admin.php:651
465
  msgid ""
466
  "Add category images, maps, filter by location, payment gateways, and more."
467
  msgstr ""
468
 
469
- #: includes/admin/controllers/class-settings-admin.php:652
470
- #: includes/admin/helpers/class-modules-list.php:235
471
  msgid "Upgrade Now"
472
  msgstr ""
473
 
474
- #: includes/admin/controllers/class-settings-admin.php:653
475
  msgid "Already purchased?"
476
  msgstr ""
477
 
478
- #: includes/admin/controllers/class-settings-admin.php:712
479
  #: includes/admin/helpers/tables/class-fees-table.php:182
480
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
481
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -507,15 +507,15 @@ msgstr ""
507
  msgid "You are not allowed to do that."
508
  msgstr ""
509
 
510
- #: includes/admin/csv-import.php:428
511
  msgid "There was an error uploading the file:"
512
  msgstr ""
513
 
514
- #: includes/admin/csv-import.php:433
515
  msgid "Please upload the correct file type."
516
  msgstr ""
517
 
518
- #: includes/admin/helpers/class-listing-information-metabox.php:15
519
  #: includes/admin/helpers/tables/class-payments-table.php:63
520
  #: includes/admin/settings/class-settings-bootstrap.php:667
521
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -524,7 +524,7 @@ msgstr ""
524
  msgid "Listing"
525
  msgstr ""
526
 
527
- #: includes/admin/helpers/class-listing-timeline.php:121
528
  #: includes/class-listings-api.php:33
529
  msgid "Listing renewed"
530
  msgstr ""
@@ -543,7 +543,7 @@ msgstr ""
543
  msgid "Not Installed"
544
  msgstr ""
545
 
546
- #: includes/admin/helpers/class-modules-list.php:225
547
  #: includes/controllers/class-smtp.php:317
548
  #: templates/admin/themes-item.tpl.php:58
549
  msgid "Activate"
@@ -553,7 +553,7 @@ msgstr ""
553
  msgid "Hide notifications"
554
  msgstr ""
555
 
556
- #: includes/admin/helpers/csv/class-csv-import.php:674
557
  msgid "Listing imported by admin. Payment skipped."
558
  msgstr ""
559
 
@@ -607,13 +607,13 @@ msgid "Disabled"
607
  msgstr ""
608
 
609
  #: includes/admin/helpers/tables/class-fees-table.php:297
610
- #: includes/helpers/functions/templates-ui.php:434
611
  msgid "Default"
612
  msgstr ""
613
 
614
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
615
  #: includes/fields/class-fieldtypes-social.php:135
616
- #: templates/admin/csv-import.tpl.php:303
617
  msgid "Type"
618
  msgstr ""
619
 
@@ -651,7 +651,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:1249
655
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
656
  #: templates/listing-contactform.tpl.php:33
657
  #: templates/listing-flagging-form.tpl.php:39
@@ -941,7 +941,7 @@ msgstr ""
941
  msgid "Uninstall"
942
  msgstr ""
943
 
944
- #: includes/admin/settings/class-settings.php:514
945
  msgid "%s cannot include spaces, commas, or &"
946
  msgstr ""
947
 
@@ -986,32 +986,32 @@ msgstr ""
986
  msgid "Directory Manual Upgrade"
987
  msgstr ""
988
 
989
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
990
  msgid ""
991
  "Business Directory features are currently disabled because the plugin needs "
992
  "to perform a manual upgrade before it can be used."
993
  msgstr ""
994
 
995
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
996
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
997
  msgstr ""
998
 
999
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1000
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1001
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1002
  msgid "Business Directory - Featured Levels Migration"
1003
  msgstr ""
1004
 
1005
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1006
  #: templates/admin/fees-form.tpl.php:17
1007
  msgid "Plan Label"
1008
  msgstr ""
1009
 
1010
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1011
  msgid "Duration"
1012
  msgstr ""
1013
 
1014
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1015
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1016
  msgstr ""
1017
 
@@ -1032,7 +1032,7 @@ msgstr ""
1032
  msgid "View Docs"
1033
  msgstr ""
1034
 
1035
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1036
  msgid "Settings"
1037
  msgstr ""
1038
 
@@ -1111,7 +1111,7 @@ msgid "View Listing"
1111
  msgstr ""
1112
 
1113
  #: includes/class-cpt-integration.php:22
1114
- #: includes/helpers/functions/templates-ui.php:372
1115
  #: templates/main-box.tpl.php:23
1116
  msgid "Search Listings"
1117
  msgstr ""
@@ -1124,52 +1124,52 @@ msgstr ""
1124
  msgid "No listings found in trash"
1125
  msgstr ""
1126
 
1127
- #: includes/class-cpt-integration.php:46
1128
  msgid "Directory Categories"
1129
  msgstr ""
1130
 
1131
- #: includes/class-cpt-integration.php:47
1132
  msgid "Directory Category"
1133
  msgstr ""
1134
 
1135
- #: includes/class-cpt-integration.php:58
1136
  msgid "Directory Tags"
1137
  msgstr ""
1138
 
1139
- #: includes/class-cpt-integration.php:59
1140
  msgid "Directory Tag"
1141
  msgstr ""
1142
 
1143
  #. translators: %s: listing count
1144
- #: includes/class-cpt-integration.php:253
1145
  msgid "%s listing updated."
1146
  msgid_plural "%s listings updated."
1147
  msgstr[0] ""
1148
  msgstr[1] ""
1149
 
1150
  #. translators: %s: listing count
1151
- #: includes/class-cpt-integration.php:255
1152
  msgid "%s listing not updated, somebody is editing it."
1153
  msgid_plural "%s listings not updated, somebody is editing them."
1154
  msgstr[0] ""
1155
  msgstr[1] ""
1156
 
1157
  #. translators: %s: listing count
1158
- #: includes/class-cpt-integration.php:257
1159
  msgid "%s listing permanently deleted."
1160
  msgid_plural "%s listings permanently deleted."
1161
  msgstr[0] ""
1162
  msgstr[1] ""
1163
 
1164
  #. translators: %s: listing count
1165
- #: includes/class-cpt-integration.php:259
1166
  msgid "%s listing moved to the Trash."
1167
  msgid_plural "%s listings moved to the Trash."
1168
  msgstr[0] ""
1169
  msgstr[1] ""
1170
 
1171
  #. translators: %s: listing count
1172
- #: includes/class-cpt-integration.php:261
1173
  msgid "%s listing restored from the Trash."
1174
  msgid_plural "%s listings restored from the Trash."
1175
  msgstr[0] ""
@@ -1179,46 +1179,33 @@ msgstr[1] ""
1179
  msgid "Free Listing"
1180
  msgstr ""
1181
 
1182
- #: includes/class-meta.php:139
1183
- #: includes/controllers/pages/class-submit-listing.php:32
1184
- #: includes/helpers/functions/templates-ui.php:332
1185
- #: templates/submit-listing.tpl.php:17
1186
- msgid "Add Listing"
1187
- msgstr ""
1188
-
1189
- #: includes/class-meta.php:149
1190
- #: includes/controllers/pages/class-all-listings.php:6
1191
- #: includes/helpers/functions/templates-ui.php:319
1192
- msgid "View All Listings"
1193
- msgstr ""
1194
-
1195
  #: includes/class-payment-gateways.php:146
1196
  msgid ""
1197
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1198
  "to set up a gateway. Until you do this, only free plans will be available."
1199
  msgstr ""
1200
 
1201
- #: includes/class-wpbdp.php:577
1202
  msgid "Could not find listing ID"
1203
  msgstr ""
1204
 
1205
- #: includes/class-wpbdp.php:584
1206
  msgid ""
1207
  "Could not verify the image upload request. If problem persists contact site "
1208
  "admin."
1209
  msgstr ""
1210
 
1211
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1212
  msgid "Could not find image ID"
1213
  msgstr ""
1214
 
1215
- #: includes/class-wpbdp.php:623
1216
  msgid ""
1217
  "The directory features are disabled at this time because a <a>manual "
1218
  "upgrade</a> is pending."
1219
  msgstr ""
1220
 
1221
- #: includes/class-wpbdp.php:630
1222
  msgid ""
1223
  "The directory is not available at this time. Please try again in a few "
1224
  "minutes or contact the administrator if the problem persists."
@@ -1239,7 +1226,7 @@ msgstr ""
1239
  #: includes/compatibility/class-navxt-integration.php:208
1240
  #: includes/widgets/widget-search.php:127
1241
  #: templates/admin/payments-index.tpl.php:13
1242
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1243
  #: templates/search.tpl.php:5
1244
  msgid "Search"
1245
  msgstr ""
@@ -1344,12 +1331,17 @@ msgstr ""
1344
  msgid "Go to SMTP settings"
1345
  msgstr ""
1346
 
1347
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1348
  #: includes/controllers/pages/class-manage-listings.php:109
1349
  msgid "Pay Now"
1350
  msgstr ""
1351
 
1352
- #: includes/controllers/pages/class-checkout.php:180
1353
  msgid "Complete"
1354
  msgstr ""
1355
 
@@ -1395,6 +1387,12 @@ msgstr ""
1395
  msgid "This is just a preview. The listing has not been published yet."
1396
  msgstr ""
1397
 
 
 
 
 
 
 
1398
  #: includes/controllers/pages/class-submit-listing.php:560
1399
  msgid "Listing Images"
1400
  msgstr ""
@@ -1407,23 +1405,23 @@ msgstr ""
1407
  msgid "Go to \"Plans\""
1408
  msgstr ""
1409
 
1410
- #: includes/controllers/pages/class-submit-listing.php:883
1411
  msgid "Please choose a plan."
1412
  msgstr ""
1413
 
1414
- #: includes/controllers/pages/class-submit-listing.php:1073
1415
  msgid "Please check the form for errors, correct them and submit again."
1416
  msgstr ""
1417
 
1418
- #: includes/controllers/pages/class-submit-listing.php:1233
1419
  msgid "Create a user account on this site"
1420
  msgstr ""
1421
 
1422
- #: includes/controllers/pages/class-submit-listing.php:1240
1423
  msgid "Username"
1424
  msgstr ""
1425
 
1426
- #: includes/controllers/pages/class-submit-listing.php:1262
1427
  msgid "Clear Form"
1428
  msgstr ""
1429
 
@@ -1617,7 +1615,7 @@ msgstr ""
1617
  msgid "Telephone Number Validator"
1618
  msgstr ""
1619
 
1620
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1621
  msgid "Field"
1622
  msgstr ""
1623
 
@@ -1686,11 +1684,15 @@ msgstr ""
1686
  msgid "Free"
1687
  msgstr ""
1688
 
 
 
 
 
1689
  #: includes/helpers/functions/listings.php:80
1690
  msgid "Untitled Listing"
1691
  msgstr ""
1692
 
1693
- #: includes/helpers/functions/templates-ui.php:326
1694
  msgid "Manage Listings"
1695
  msgstr ""
1696
 
@@ -1699,51 +1701,51 @@ msgid "Default Plan"
1699
  msgstr ""
1700
 
1701
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1702
- #: includes/licensing.php:150
1703
  msgid ""
1704
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1705
  "get updates."
1706
  msgstr ""
1707
 
1708
- #: includes/licensing.php:206 includes/licensing.php:210
1709
  msgid "Licenses"
1710
  msgstr ""
1711
 
1712
  #. translators: %s: item type.
1713
- #: includes/licensing.php:267
1714
  msgid "%s will not get updates until license is reauthorized."
1715
  msgstr ""
1716
 
1717
- #: includes/licensing.php:288
1718
  msgid "Enter License Key here"
1719
  msgstr ""
1720
 
1721
- #: includes/licensing.php:289
1722
  msgid "Authorize"
1723
  msgstr ""
1724
 
1725
- #: includes/licensing.php:389
1726
  msgid "Invalid item ID"
1727
  msgstr ""
1728
 
1729
- #: includes/licensing.php:402
1730
  msgid "No license key provided"
1731
  msgstr ""
1732
 
1733
- #: includes/licensing.php:451 includes/licensing.php:489
1734
  msgid "License key is invalid"
1735
  msgstr ""
1736
 
1737
- #: includes/licensing.php:455
1738
  msgid "Deactivation failed"
1739
  msgstr ""
1740
 
1741
- #: includes/licensing.php:500
1742
  msgid "The license key was revoked."
1743
  msgstr ""
1744
 
1745
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1746
- #: includes/licensing.php:504
1747
  msgid ""
1748
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1749
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1751,46 +1753,46 @@ msgid ""
1751
  "with your report."
1752
  msgstr ""
1753
 
1754
- #: includes/licensing.php:567
1755
  msgid ""
1756
  "It was not possible to establish a connection with the Business Directory "
1757
  "server. The connection failed with the following error:"
1758
  msgstr ""
1759
 
1760
- #: includes/licensing.php:580
1761
  msgid ""
1762
  "It was not possible to establish a connection with the Business Directory "
1763
  "server. A problem occurred in the SSL/TSL handshake:"
1764
  msgstr ""
1765
 
1766
- #: includes/licensing.php:627
1767
  msgid ""
1768
  "It looks like your server is not authorized to make outgoing requests to "
1769
  "Business Directory servers. Please contact your webhost and ask them to add "
1770
  "our IP address 52.0.78.177 to your allow list."
1771
  msgstr ""
1772
 
1773
- #: includes/licensing.php:721
1774
  msgid "Business Directory license key is missing."
1775
  msgstr ""
1776
 
1777
- #: includes/licensing.php:722
1778
  msgid "Business Directory license key has expired"
1779
  msgstr ""
1780
 
1781
- #: includes/licensing.php:723
1782
  msgid "Could not verify Business Directory license."
1783
  msgstr ""
1784
 
1785
- #: includes/licensing.php:734
1786
  msgid "Review license keys"
1787
  msgstr ""
1788
 
1789
- #: includes/licensing.php:849
1790
  msgid "Missing data. Please reload this page and try again."
1791
  msgstr ""
1792
 
1793
- #: includes/licensing.php:854
1794
  msgid "Please enter a license key."
1795
  msgstr ""
1796
 
@@ -1811,19 +1813,19 @@ msgstr ""
1811
  msgid "Gateway Transaction ID:"
1812
  msgstr ""
1813
 
1814
- #: includes/payment.php:77
1815
  msgid "Bill To:"
1816
  msgstr ""
1817
 
1818
- #: includes/payment.php:88
1819
  msgid "Print Receipt"
1820
  msgstr ""
1821
 
1822
- #: includes/payment.php:148
1823
  msgid "Return to plan selection"
1824
  msgstr ""
1825
 
1826
- #: includes/themes.php:945
1827
  msgid "ZIP file is not a valid Business Directory theme file."
1828
  msgstr ""
1829
 
@@ -1993,48 +1995,48 @@ msgstr ""
1993
  msgid "Post status of new imported listings"
1994
  msgstr ""
1995
 
1996
- #: templates/admin/csv-import.tpl.php:191
1997
  msgid "Post status of existing imported listings"
1998
  msgstr ""
1999
 
2000
- #: templates/admin/csv-import.tpl.php:208
2001
  msgid "Missing categories handling"
2002
  msgstr ""
2003
 
2004
- #: templates/admin/csv-import.tpl.php:214
2005
  msgid "Auto-create categories"
2006
  msgstr ""
2007
 
2008
- #: templates/admin/csv-import.tpl.php:219
2009
  msgid "Generate errors when a category is not found"
2010
  msgstr ""
2011
 
2012
- #: templates/admin/csv-import.tpl.php:227
2013
  msgid "Keep existing images"
2014
  msgstr ""
2015
 
2016
- #: templates/admin/csv-import.tpl.php:230
2017
  msgid "Appends new images while keeping current ones."
2018
  msgstr ""
2019
 
2020
- #: templates/admin/csv-import.tpl.php:238
2021
  msgid "Assign listings to a user"
2022
  msgstr ""
2023
 
2024
- #: templates/admin/csv-import.tpl.php:250
2025
  msgid "Default listing user"
2026
  msgstr ""
2027
 
2028
- #: templates/admin/csv-import.tpl.php:252
2029
  msgid ""
2030
  "This user will be used if the username column is not present in the CSV file."
2031
  msgstr ""
2032
 
2033
- #: templates/admin/csv-import.tpl.php:259
2034
  msgid "Number of listings imported on every cycle"
2035
  msgstr ""
2036
 
2037
- #: templates/admin/csv-import.tpl.php:261
2038
  msgid ""
2039
  "If you are having trouble importing listings due to memory problems, try "
2040
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2042,11 +2044,11 @@ msgid ""
2042
  "success on shared hosting platforms and other resource-constrained servers."
2043
  msgstr ""
2044
 
2045
- #: templates/admin/csv-import.tpl.php:273
2046
  msgid "Disable email notifications during import"
2047
  msgstr ""
2048
 
2049
- #: templates/admin/csv-import.tpl.php:292
2050
  msgid ""
2051
  "The following are the valid header names to be used in the CSV file. "
2052
  "Multivalued fields (such as category or tags) can appear multiple times in "
@@ -2054,23 +2056,23 @@ msgid ""
2054
  "how an import file should look like."
2055
  msgstr ""
2056
 
2057
- #: templates/admin/csv-import.tpl.php:301
2058
  msgid "Header name/label"
2059
  msgstr ""
2060
 
2061
- #: templates/admin/csv-import.tpl.php:304
2062
  msgid "Required?"
2063
  msgstr ""
2064
 
2065
- #: templates/admin/csv-import.tpl.php:305
2066
  msgid "Multivalued?"
2067
  msgstr ""
2068
 
2069
- #: templates/admin/csv-import.tpl.php:337
2070
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2071
  msgstr ""
2072
 
2073
- #: templates/admin/csv-import.tpl.php:344
2074
  msgid "Listing author's username"
2075
  msgstr ""
2076
 
@@ -2587,9 +2589,9 @@ msgstr ""
2587
  msgid "Get debug info"
2588
  msgstr ""
2589
 
2590
- #: templates/businessdirectory-listings.tpl.php:30
2591
  #: templates/deprecated/search.tpl.php:23
2592
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
2593
  msgid "No listings found."
2594
  msgstr ""
2595
 
@@ -2709,7 +2711,7 @@ msgid "Search Results"
2709
  msgstr ""
2710
 
2711
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
2712
- #: templates/manage_listings.tpl.php:16
2713
  #: templates/submit-listing-done.tpl.php:36
2714
  msgid "Return to directory"
2715
  msgstr ""
@@ -2817,7 +2819,7 @@ msgid ""
2817
  "button. To delete a listing click the delete button."
2818
  msgstr ""
2819
 
2820
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
2821
  msgid "You do not currently have any listings in the directory."
2822
  msgstr ""
2823
 
@@ -2831,8 +2833,8 @@ msgstr ""
2831
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2832
  msgstr ""
2833
 
2834
- #: templates/parts/listing-buttons.tpl.php:39
2835
- msgid "Return to Directory"
2836
  msgstr ""
2837
 
2838
  #: templates/parts/pagination.tpl.php:7
@@ -2865,7 +2867,7 @@ msgstr ""
2865
  msgid "Recurring Plan Management"
2866
  msgstr ""
2867
 
2868
- #: templates/search-form.tpl.php:28
2869
  msgid "Clear"
2870
  msgstr ""
2871
 
@@ -3171,7 +3173,7 @@ msgstr ""
3171
  msgid "Business Directory Team"
3172
  msgstr ""
3173
 
3174
- #: includes/abstracts/class-view.php:129
3175
  msgctxt "views"
3176
  msgid "Invalid credentials."
3177
  msgstr ""
@@ -3196,72 +3198,72 @@ msgctxt "admin"
3196
  msgid "Untitled Menu"
3197
  msgstr ""
3198
 
3199
- #: includes/admin/class-admin.php:897
3200
  msgctxt "admin"
3201
  msgid "Dismiss this notice."
3202
  msgstr ""
3203
 
3204
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3205
  msgctxt "admin"
3206
  msgid "The listing has been updated."
3207
  msgid_plural "The listings have been updated."
3208
  msgstr[0] ""
3209
  msgstr[1] ""
3210
 
3211
- #: includes/admin/class-admin.php:1038
3212
  msgctxt "admin"
3213
  msgid "The plan was successfully assigned."
3214
  msgstr ""
3215
 
3216
- #: includes/admin/class-admin.php:1048
3217
  msgctxt "admin"
3218
  msgid "Listing was renewed."
3219
  msgid_plural "Listings were renewed."
3220
  msgstr[0] ""
3221
  msgstr[1] ""
3222
 
3223
- #: includes/admin/class-admin.php:1060
3224
  msgctxt "admin"
3225
  msgid "Renewal email sent."
3226
  msgstr ""
3227
 
3228
- #: includes/admin/class-admin.php:1073
3229
  msgctxt "admin"
3230
  msgid "Listing report deleted."
3231
  msgid_plural "Listing reports deleted."
3232
  msgstr[0] ""
3233
  msgstr[1] ""
3234
 
3235
- #: includes/admin/class-admin.php:1122
3236
  msgctxt "admin"
3237
  msgid "Access keys sent."
3238
  msgstr ""
3239
 
3240
- #: includes/admin/class-admin.php:1124
3241
  msgctxt "admin"
3242
  msgid "The access keys couldn't be sent."
3243
  msgstr ""
3244
 
3245
- #: includes/admin/class-admin.php:1282
3246
  msgctxt "admin"
3247
  msgid ""
3248
  "<b>Business Directory Plugin</b> requires a page with the "
3249
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3250
  msgstr ""
3251
 
3252
- #: includes/admin/class-admin.php:1284
3253
  msgctxt "admin"
3254
  msgid ""
3255
  "You can create this page by yourself or let Business Directory do this for "
3256
  "you automatically."
3257
  msgstr ""
3258
 
3259
- #: includes/admin/class-admin.php:1289
3260
  msgctxt "admin"
3261
  msgid "Create required pages for me"
3262
  msgstr ""
3263
 
3264
- #: includes/admin/class-admin.php:1342
3265
  msgctxt "admin"
3266
  msgid ""
3267
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3328,7 +3330,7 @@ msgctxt "admin menu"
3328
  msgid "Debug"
3329
  msgstr ""
3330
 
3331
- #: includes/admin/controllers/class-settings-admin.php:45
3332
  msgctxt "admin menu"
3333
  msgid "Settings"
3334
  msgstr ""
@@ -3603,47 +3605,47 @@ msgctxt "listing status"
3603
  msgid "Reported"
3604
  msgstr ""
3605
 
3606
- #: includes/models/class-listing.php:984
3607
  msgctxt "listing status"
3608
  msgid "Unknown"
3609
  msgstr ""
3610
 
3611
- #: includes/models/class-listing.php:985
3612
  msgctxt "listing status"
3613
  msgid "Legacy"
3614
  msgstr ""
3615
 
3616
- #: includes/models/class-listing.php:986
3617
  msgctxt "listing status"
3618
  msgid "Incomplete"
3619
  msgstr ""
3620
 
3621
- #: includes/models/class-listing.php:987
3622
  msgctxt "listing status"
3623
  msgid "Pending Payment"
3624
  msgstr ""
3625
 
3626
- #: includes/models/class-listing.php:988
3627
  msgctxt "listing status"
3628
  msgid "Complete"
3629
  msgstr ""
3630
 
3631
- #: includes/models/class-listing.php:989
3632
  msgctxt "listing status"
3633
  msgid "Pending Upgrade"
3634
  msgstr ""
3635
 
3636
- #: includes/models/class-listing.php:990
3637
  msgctxt "listing status"
3638
  msgid "Expired"
3639
  msgstr ""
3640
 
3641
- #: includes/models/class-listing.php:991
3642
  msgctxt "listing status"
3643
  msgid "Pending Renewal"
3644
  msgstr ""
3645
 
3646
- #: includes/models/class-listing.php:992
3647
  msgctxt "listing status"
3648
  msgid "Abandoned"
3649
  msgstr ""
@@ -4118,12 +4120,12 @@ msgctxt "form-fields admin"
4118
  msgid "Create Missing Fields"
4119
  msgstr ""
4120
 
4121
- #: includes/admin/controllers/class-settings-admin.php:543
4122
  msgctxt "admin settings"
4123
  msgid "Remove"
4124
  msgstr ""
4125
 
4126
- #: includes/admin/controllers/class-settings-admin.php:597
4127
  msgctxt "admin settings"
4128
  msgid "Valid placeholders: %s"
4129
  msgstr ""
@@ -4594,56 +4596,56 @@ msgctxt "admin settings"
4594
  msgid "User registration date"
4595
  msgstr ""
4596
 
4597
- #: includes/admin/controllers/class-settings-admin.php:679
4598
  msgctxt "expiration notices"
4599
  msgid "Add notice"
4600
  msgstr ""
4601
 
4602
- #: includes/admin/controllers/class-settings-admin.php:698
4603
  msgctxt "expiration notices"
4604
  msgid "No notices configured."
4605
  msgstr ""
4606
 
4607
- #: includes/admin/controllers/class-settings-admin.php:740
4608
  msgctxt "expiration notices"
4609
  msgid "recurring and non-recurring"
4610
  msgstr ""
4611
 
4612
- #: includes/admin/controllers/class-settings-admin.php:742
4613
  msgctxt "expiration notices"
4614
  msgid "recurring only"
4615
  msgstr ""
4616
 
4617
- #: includes/admin/controllers/class-settings-admin.php:744
4618
  msgctxt "expiration notices"
4619
  msgid "non-recurring only"
4620
  msgstr ""
4621
 
4622
- #: includes/admin/controllers/class-settings-admin.php:748
4623
  msgctxt "expiration notices"
4624
  msgid "Sent when a listing (%s) is renewed."
4625
  msgstr ""
4626
 
4627
- #: includes/admin/controllers/class-settings-admin.php:753
4628
  msgctxt "expiration notices"
4629
  msgid "Sent when a listing (%s) expires."
4630
  msgstr ""
4631
 
4632
- #: includes/admin/controllers/class-settings-admin.php:761
4633
  msgctxt "expiration notices"
4634
  msgid "%d day"
4635
  msgid_plural "%d days"
4636
  msgstr[0] ""
4637
  msgstr[1] ""
4638
 
4639
- #: includes/admin/controllers/class-settings-admin.php:764
4640
  msgctxt "expiration notices"
4641
  msgid "%d week"
4642
  msgid_plural "%d weeks"
4643
  msgstr[0] ""
4644
  msgstr[1] ""
4645
 
4646
- #: includes/admin/controllers/class-settings-admin.php:767
4647
  msgctxt "expiration notices"
4648
  msgid "%d month"
4649
  msgid_plural "%d months"
@@ -4652,141 +4654,141 @@ msgstr[1] ""
4652
 
4653
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4654
  #. non-recuring only)
4655
- #: includes/admin/controllers/class-settings-admin.php:773
4656
  msgctxt "expiration notices"
4657
  msgid "Sent %1$s before a listing (%2$s) expires."
4658
  msgstr ""
4659
 
4660
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4661
  #. non-recuring only)
4662
- #: includes/admin/controllers/class-settings-admin.php:776
4663
  msgctxt "expiration notices"
4664
  msgid "Sent %1$s after a listing (%2$s) expires."
4665
  msgstr ""
4666
 
4667
- #: includes/admin/controllers/class-settings-admin.php:793
4668
  msgctxt "expiration notices"
4669
  msgid "At the time of expiration"
4670
  msgstr ""
4671
 
4672
- #: includes/admin/controllers/class-settings-admin.php:794
4673
  msgctxt "expiration notices"
4674
  msgid "Right after a successful renewal"
4675
  msgstr ""
4676
 
4677
- #: includes/admin/controllers/class-settings-admin.php:805
4678
  msgctxt "expiration notices"
4679
  msgid "%d day before expiration"
4680
  msgid_plural "%d days before expiration"
4681
  msgstr[0] ""
4682
  msgstr[1] ""
4683
 
4684
- #: includes/admin/controllers/class-settings-admin.php:805
4685
  msgctxt "expiration notices"
4686
  msgid "%d day after expiration"
4687
  msgid_plural "%d days after expiration"
4688
  msgstr[0] ""
4689
  msgstr[1] ""
4690
 
4691
- #: includes/admin/controllers/class-settings-admin.php:808
4692
  msgctxt "expiration notices"
4693
  msgid "%d week before expiration"
4694
  msgid_plural "%d weeks before expiration"
4695
  msgstr[0] ""
4696
  msgstr[1] ""
4697
 
4698
- #: includes/admin/controllers/class-settings-admin.php:808
4699
  msgctxt "expiration notices"
4700
  msgid "%d week after expiration"
4701
  msgid_plural "%d weeks after expiration"
4702
  msgstr[0] ""
4703
  msgstr[1] ""
4704
 
4705
- #: includes/admin/controllers/class-settings-admin.php:811
4706
  msgctxt "expiration notices"
4707
  msgid "%d month before expiration"
4708
  msgid_plural "%d months before expiration"
4709
  msgstr[0] ""
4710
  msgstr[1] ""
4711
 
4712
- #: includes/admin/controllers/class-settings-admin.php:811
4713
  msgctxt "expiration notices"
4714
  msgid "%d month after expiration"
4715
  msgid_plural "%d months after expiration"
4716
  msgstr[0] ""
4717
  msgstr[1] ""
4718
 
4719
- #: includes/admin/controllers/class-settings-admin.php:838
4720
  msgctxt "expiration notices"
4721
  msgid "Applies to"
4722
  msgstr ""
4723
 
4724
- #: includes/admin/controllers/class-settings-admin.php:841
4725
  msgctxt "expiration notices"
4726
  msgid "Non-recurring listings"
4727
  msgstr ""
4728
 
4729
- #: includes/admin/controllers/class-settings-admin.php:842
4730
  msgctxt "expiration notices"
4731
  msgid "Recurring listings"
4732
  msgstr ""
4733
 
4734
- #: includes/admin/controllers/class-settings-admin.php:843
4735
  msgctxt "expiration notices"
4736
  msgid "Recurring and non-recurring listings"
4737
  msgstr ""
4738
 
4739
- #: includes/admin/controllers/class-settings-admin.php:848
4740
  msgctxt "expiration notices"
4741
  msgid "When to send?"
4742
  msgstr ""
4743
 
4744
- #: includes/admin/controllers/class-settings-admin.php:715
4745
  msgctxt "settings"
4746
  msgid "Site title (with link)"
4747
  msgstr ""
4748
 
4749
- #: includes/admin/controllers/class-settings-admin.php:716
4750
  msgctxt "settings"
4751
  msgid "Author's name"
4752
  msgstr ""
4753
 
4754
- #: includes/admin/controllers/class-settings-admin.php:717
4755
  msgctxt "settings"
4756
  msgid "Listing's name (with link)"
4757
  msgstr ""
4758
 
4759
- #: includes/admin/controllers/class-settings-admin.php:718
4760
  msgctxt "settings"
4761
  msgid "Listing's expiration date"
4762
  msgstr ""
4763
 
4764
- #: includes/admin/controllers/class-settings-admin.php:719
4765
  msgctxt "settings"
4766
  msgid "Listing's renewal link, formatted with an anchor tag"
4767
  msgstr ""
4768
 
4769
- #: includes/admin/controllers/class-settings-admin.php:720
4770
  msgctxt "settings"
4771
  msgid "Listing's renewal URL, unformatted by any tags"
4772
  msgstr ""
4773
 
4774
- #: includes/admin/controllers/class-settings-admin.php:721
4775
  msgctxt "settings"
4776
  msgid "Listing's categories"
4777
  msgstr ""
4778
 
4779
- #: includes/admin/controllers/class-settings-admin.php:722
4780
  msgctxt "settings"
4781
  msgid "Listing's last payment date"
4782
  msgstr ""
4783
 
4784
- #: includes/admin/controllers/class-settings-admin.php:723
4785
  msgctxt "settings"
4786
  msgid "Listing's access key"
4787
  msgstr ""
4788
 
4789
- #: includes/admin/controllers/class-settings-admin.php:880
4790
  msgctxt "settings"
4791
  msgid "Settings reset to default."
4792
  msgstr ""
@@ -5490,28 +5492,28 @@ msgctxt "settings"
5490
  msgid "Cropped"
5491
  msgstr ""
5492
 
 
5493
  #: includes/admin/settings/class-settings.php:494
5494
- #: includes/admin/settings/class-settings.php:505
5495
  msgctxt "settings"
5496
  msgid "\"%s\" can not be empty."
5497
  msgstr ""
5498
 
5499
- #: includes/admin/settings/class-settings.php:522
5500
  msgctxt "settings"
5501
  msgid "The slug \"%s\" is already in use for another taxonomy."
5502
  msgstr ""
5503
 
5504
- #: includes/licensing.php:237
5505
  msgctxt "settings"
5506
  msgid "Themes"
5507
  msgstr ""
5508
 
5509
- #: includes/licensing.php:289 includes/licensing.php:290
5510
  msgctxt "settings"
5511
  msgid "Please wait..."
5512
  msgstr ""
5513
 
5514
- #: includes/licensing.php:290
5515
  msgctxt "settings"
5516
  msgid "Deauthorize"
5517
  msgstr ""
@@ -5526,64 +5528,64 @@ msgctxt "themes"
5526
  msgid "Could not change the active theme to \"%s\"."
5527
  msgstr ""
5528
 
5529
- #: includes/admin/controllers/class-themes-admin.php:150
5530
  msgctxt "themes"
5531
  msgid "Active theme changed to \"%s\"."
5532
  msgstr ""
5533
 
5534
- #: includes/admin/controllers/class-themes-admin.php:153
5535
  msgctxt "themes"
5536
  msgid ""
5537
  "%s requires that you tag your existing fields to match some places we want "
5538
  "to put your data on the theme. Below are fields we think are missing."
5539
  msgstr ""
5540
 
5541
- #: includes/admin/controllers/class-themes-admin.php:164
5542
  msgctxt "themes"
5543
  msgid "Map My Fields"
5544
  msgstr ""
5545
 
5546
- #: includes/admin/controllers/class-themes-admin.php:172
5547
  msgctxt "themes"
5548
  msgid "Suggested fields created successfully."
5549
  msgstr ""
5550
 
5551
- #: includes/admin/controllers/class-themes-admin.php:175
5552
  msgctxt "themes"
5553
  msgid "Theme installed successfully."
5554
  msgstr ""
5555
 
5556
- #: includes/admin/controllers/class-themes-admin.php:178
5557
  msgctxt "themes"
5558
  msgid "Theme was deleted successfully."
5559
  msgstr ""
5560
 
5561
- #: includes/admin/controllers/class-themes-admin.php:181
5562
  msgctxt "themes"
5563
  msgid "Could not delete theme directory. Check permissions."
5564
  msgstr ""
5565
 
5566
- #: includes/admin/controllers/class-themes-admin.php:234
5567
  msgctxt "themes"
5568
  msgid "Please upload a valid theme file."
5569
  msgstr ""
5570
 
5571
- #: includes/admin/controllers/class-themes-admin.php:243
5572
  msgctxt "themes"
5573
  msgid "Could not move \"%s\" to a temporary directory."
5574
  msgstr ""
5575
 
5576
- #: includes/admin/controllers/class-themes-admin.php:329
5577
  msgctxt "themes"
5578
  msgid "Activate your <a>license key</a> to use this theme."
5579
  msgstr ""
5580
 
5581
- #: includes/admin/controllers/class-themes-admin.php:372
5582
  msgctxt "themes"
5583
  msgid "Invalid theme ID"
5584
  msgstr ""
5585
 
5586
- #: includes/admin/controllers/class-themes-admin.php:378
5587
  #: includes/admin/upgrades/class-themes-updater.php:172
5588
  msgctxt "themes"
5589
  msgid "Could not update theme: %s"
@@ -5609,17 +5611,17 @@ msgctxt "themes"
5609
  msgid "Theme was updated successfully."
5610
  msgstr ""
5611
 
5612
- #: includes/themes.php:953
5613
  msgctxt "themes"
5614
  msgid "Could not create themes directory."
5615
  msgstr ""
5616
 
5617
- #: includes/themes.php:964
5618
  msgctxt "themes"
5619
  msgid "Could not remove previous theme directory \"%s\"."
5620
  msgstr ""
5621
 
5622
- #: includes/themes.php:972
5623
  msgctxt "themes"
5624
  msgid "Could not move new theme into theme directory."
5625
  msgstr ""
@@ -5629,12 +5631,12 @@ msgctxt "admin csv-export"
5629
  msgid "Could not decode export state information."
5630
  msgstr ""
5631
 
5632
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
5633
  msgctxt "admin csv-export"
5634
  msgid "Could not create a temporary directory for handling this CSV export."
5635
  msgstr ""
5636
 
5637
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
5638
  msgctxt "admin csv-export"
5639
  msgid "Error while creating a temporary directory for CSV export: %s"
5640
  msgstr ""
@@ -5809,51 +5811,51 @@ msgctxt "admin csv-import"
5809
  msgid "Please upload or select a CSV file."
5810
  msgstr ""
5811
 
5812
- #: includes/admin/csv-import.php:374
5813
  msgctxt "admin csv-import"
5814
  msgid ""
5815
  "An error was detected while validating the CSV file for import. Please fix "
5816
  "this before proceeding."
5817
  msgstr ""
5818
 
5819
- #: includes/admin/csv-import.php:383
5820
  msgctxt "admin csv-import"
5821
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5822
  msgstr ""
5823
 
5824
- #: includes/admin/helpers/csv/class-csv-import.php:531
5825
  msgctxt "admin csv-import"
5826
  msgid ""
5827
  "Could not create listing category \"<category-name>\". The operation failed "
5828
  "with the following error: <error-message>."
5829
  msgstr ""
5830
 
5831
- #: includes/admin/helpers/csv/class-csv-import.php:537
5832
  msgctxt "admin csv-import"
5833
  msgid "Could not create listing category \"%s\""
5834
  msgstr ""
5835
 
5836
- #: includes/admin/helpers/csv/class-csv-import.php:728
5837
  msgctxt "admin csv-import"
5838
  msgid "Username \"%s\" does not exist"
5839
  msgstr ""
5840
 
5841
- #: includes/admin/helpers/csv/class-csv-import.php:755
5842
  msgctxt "admin csv-import"
5843
  msgid "There is no Plan with ID = <fee-id>"
5844
  msgstr ""
5845
 
5846
- #: includes/admin/helpers/csv/class-csv-import.php:786
5847
  msgctxt "admin csv-import"
5848
  msgid "Missing required field: %s"
5849
  msgstr ""
5850
 
5851
- #: includes/admin/helpers/csv/class-csv-import.php:831
5852
  msgctxt "admin csv-import"
5853
  msgid "Listing category \"%s\" does not exist"
5854
  msgstr ""
5855
 
5856
- #: includes/admin/helpers/csv/class-csv-import.php:905
5857
  msgctxt "admin csv-import"
5858
  msgid "The string <string> couldn't be converted into a valid date."
5859
  msgstr ""
@@ -6002,42 +6004,42 @@ msgctxt "admin csv-import"
6002
  msgid "Semicolon (;)"
6003
  msgstr ""
6004
 
6005
- #: templates/admin/csv-import.tpl.php:194
6006
  msgctxt "admin csv-import"
6007
  msgid "Preserve existing status"
6008
  msgstr ""
6009
 
6010
- #: templates/admin/csv-import.tpl.php:245
6011
  msgctxt "admin csv-import"
6012
  msgid ""
6013
  "Select a default user to be used if the username column is not present in "
6014
  "the CSV file."
6015
  msgstr ""
6016
 
6017
- #: templates/admin/csv-import.tpl.php:279
6018
  msgctxt "admin csv-import"
6019
  msgid "Test Import"
6020
  msgstr ""
6021
 
6022
- #: templates/admin/csv-import.tpl.php:280
6023
  msgctxt "admin csv-import"
6024
  msgid "Import Listings"
6025
  msgstr ""
6026
 
6027
- #: templates/admin/csv-import.tpl.php:330
6028
  msgctxt "admin csv-import"
6029
  msgid ""
6030
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6031
  "updating listings from external sources."
6032
  msgstr ""
6033
 
6034
- #: templates/admin/csv-import.tpl.php:351
6035
  msgctxt "admin csv-import"
6036
  msgid ""
6037
  "Internal Sequence ID used to allow listing updates from external sources."
6038
  msgstr ""
6039
 
6040
- #: templates/admin/csv-import.tpl.php:358
6041
  msgctxt "admin csv-import"
6042
  msgid ""
6043
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6052,12 +6054,12 @@ msgid ""
6052
  "not seem to be writable. Please consult with your host."
6053
  msgstr ""
6054
 
6055
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6056
  msgctxt "listing metabox"
6057
  msgid "Recent Payments"
6058
  msgstr ""
6059
 
6060
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6061
  msgctxt "listing metabox"
6062
  msgid "Access Key"
6063
  msgstr ""
@@ -6087,32 +6089,32 @@ msgctxt "listing metabox"
6087
  msgid "# of images"
6088
  msgstr ""
6089
 
6090
- #: includes/admin/helpers/class-listing-timeline.php:111
6091
  msgctxt "listing timeline"
6092
  msgid "Listing created"
6093
  msgstr ""
6094
 
6095
- #: includes/admin/helpers/class-listing-timeline.php:116
6096
  msgctxt "listing timeline"
6097
  msgid "Listing expired"
6098
  msgstr ""
6099
 
6100
- #: includes/admin/helpers/class-listing-timeline.php:126
6101
  msgctxt "listing timeline"
6102
  msgid "T&C acceptance date"
6103
  msgstr ""
6104
 
6105
- #: includes/admin/helpers/class-listing-timeline.php:141
6106
  msgctxt "listing timeline"
6107
  msgid "Paid as admin"
6108
  msgstr ""
6109
 
6110
- #: includes/admin/helpers/class-listing-timeline.php:143
6111
  msgctxt "listing timeline"
6112
  msgid "Listing imported"
6113
  msgstr ""
6114
 
6115
- #: includes/admin/helpers/class-listing-timeline.php:145
6116
  msgctxt "listing timeline"
6117
  msgid "Initial Payment"
6118
  msgstr ""
@@ -6179,29 +6181,29 @@ msgctxt "tracking"
6179
  msgid "What do you track?"
6180
  msgstr ""
6181
 
6182
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
6183
  msgctxt "manual-upgrade"
6184
  msgid "Continue"
6185
  msgstr ""
6186
 
6187
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
6188
  msgctxt "manual-upgrade"
6189
  msgid "Start Upgrade"
6190
  msgstr ""
6191
 
6192
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6193
  msgctxt "manual-upgrade"
6194
  msgid "Pause Upgrade"
6195
  msgstr ""
6196
 
6197
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
6198
  msgctxt "manual-upgrade"
6199
  msgid ""
6200
  "The upgrade was successfully performed. Business Directory Plugin is now "
6201
  "available."
6202
  msgstr ""
6203
 
6204
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
6205
  msgctxt "manual-upgrade"
6206
  msgid "Go to \"Directory Admin\""
6207
  msgstr ""
@@ -6223,27 +6225,27 @@ msgctxt "installer"
6223
  msgid "Migrating license information to new format..."
6224
  msgstr ""
6225
 
6226
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
6227
  msgctxt "installer"
6228
  msgid "Migrating email notices to new format..."
6229
  msgstr ""
6230
 
6231
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
6232
  msgctxt "installer"
6233
  msgid "Migrating plans..."
6234
  msgstr ""
6235
 
6236
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
6237
  msgctxt "installer"
6238
  msgid "! Could not migrate payment #%d"
6239
  msgstr ""
6240
 
6241
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
6242
  msgctxt "installer"
6243
  msgid "Updating payment items format: %d items remaining..."
6244
  msgstr ""
6245
 
6246
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
6247
  msgctxt "installer"
6248
  msgid "Migrating listing information: %d items remaining..."
6249
  msgstr ""
@@ -6286,17 +6288,17 @@ msgctxt "installer"
6286
  msgid "Listing upgrade to featured"
6287
  msgstr ""
6288
 
6289
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
6290
  msgctxt "listings-api"
6291
  msgid "Featured Listing"
6292
  msgstr ""
6293
 
6294
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
6295
  msgctxt "migrate-18"
6296
  msgid "Featured Levels migration is complete."
6297
  msgstr ""
6298
 
6299
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
6300
  msgctxt "migrate-18"
6301
  msgid ""
6302
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -6304,7 +6306,7 @@ msgid ""
6304
  "confusing notion of a \"featured level\" that was limited to sticky listings."
6305
  msgstr ""
6306
 
6307
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
6308
  msgctxt "migrate-18"
6309
  msgid ""
6310
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -6314,7 +6316,7 @@ msgid ""
6314
  "link> and <cancel-link>cancel migration</cancel-link>."
6315
  msgstr ""
6316
 
6317
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
6318
  msgctxt "migrate-18"
6319
  msgid ""
6320
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -6322,91 +6324,91 @@ msgid ""
6322
  "plan\" that is right for you."
6323
  msgstr ""
6324
 
6325
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
6326
  msgctxt "migrate-18"
6327
  msgid "Move to: "
6328
  msgstr ""
6329
 
6330
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
6331
  msgctxt "migrate-18"
6332
  msgid "New plan summary"
6333
  msgstr ""
6334
 
6335
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
6336
  msgctxt "migrate-18"
6337
  msgid "Perform migration"
6338
  msgstr ""
6339
 
6340
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
6341
  msgctxt "migrate-18"
6342
  msgid "Business Directory Plugin - Featured Levels migration required."
6343
  msgstr ""
6344
 
6345
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
6346
  msgctxt "migrate-18"
6347
  msgid ""
6348
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6349
  "Levels migration here</a>."
6350
  msgstr ""
6351
 
6352
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
6353
  msgctxt "upgrade-18"
6354
  msgid "← Return to Directory dashboard"
6355
  msgstr ""
6356
 
6357
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
6358
  msgctxt "upgrade-18"
6359
  msgid "Configure Plan"
6360
  msgstr ""
6361
 
6362
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6363
  msgctxt "upgrade-18"
6364
  msgid "Featured Level"
6365
  msgstr ""
6366
 
6367
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
6368
  msgctxt "upgrade-18"
6369
  msgid "What to do with it?"
6370
  msgstr ""
6371
 
6372
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
6373
  msgctxt "upgrade-18"
6374
  msgid "%d listing is on this level."
6375
  msgid_plural "%d listings are on this level."
6376
  msgstr[0] ""
6377
  msgstr[1] ""
6378
 
6379
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6380
  msgctxt "upgrade-18"
6381
  msgid "Select an option"
6382
  msgstr ""
6383
 
6384
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6385
  msgctxt "upgrade-18"
6386
  msgid "Remove \"sticky\" status for listings."
6387
  msgstr ""
6388
 
6389
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6390
  msgctxt "upgrade-18"
6391
  msgid "Remove this (old) level, and leave the listing on the old plan."
6392
  msgstr ""
6393
 
6394
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6395
  msgctxt "upgrade-18"
6396
  msgid "May change \"sticky\" status depending on plan."
6397
  msgstr ""
6398
 
6399
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6400
  msgctxt "upgrade-18"
6401
  msgid "Move listings with this level to existing plan."
6402
  msgstr ""
6403
 
6404
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6405
  msgctxt "upgrade-18"
6406
  msgid "Keep \"sticky\" status of listings."
6407
  msgstr ""
6408
 
6409
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6410
  msgctxt "upgrade-18"
6411
  msgid "Replace this level with a new plan."
6412
  msgstr ""
@@ -6426,32 +6428,32 @@ msgctxt "listing"
6426
  msgid "Add New Listing"
6427
  msgstr ""
6428
 
6429
- #: includes/models/class-listing.php:430
6430
  msgctxt "listing"
6431
  msgid "Listing has no registered payments"
6432
  msgstr ""
6433
 
6434
- #: includes/models/class-listing.php:439
6435
  msgctxt "listing"
6436
  msgid "Can't delete payment"
6437
  msgstr ""
6438
 
6439
- #: includes/models/class-listing.php:477
6440
  msgctxt "listing"
6441
  msgid "Listing expired"
6442
  msgstr ""
6443
 
6444
- #: includes/models/class-listing.php:686
6445
  msgctxt "listing"
6446
  msgid "(Unavailable Plan)"
6447
  msgstr ""
6448
 
6449
- #: includes/models/class-listing.php:881
6450
  msgctxt "listing"
6451
  msgid "Plan \"%s\" (recurring)"
6452
  msgstr ""
6453
 
6454
- #: includes/models/class-listing.php:883
6455
  msgctxt "listing"
6456
  msgid "Plan \"%s\""
6457
  msgstr ""
@@ -6559,21 +6561,11 @@ msgctxt "notify email"
6559
  msgid "Report additional info"
6560
  msgstr ""
6561
 
6562
- #: includes/class-meta.php:37
6563
  msgctxt "rss feed"
6564
  msgid "%s Feed"
6565
  msgstr ""
6566
 
6567
- #: includes/class-meta.php:144
6568
- msgctxt "title"
6569
- msgid "Find a Listing"
6570
- msgstr ""
6571
-
6572
- #: includes/class-meta.php:172
6573
- msgctxt "title"
6574
- msgid "Listings tagged: %s"
6575
- msgstr ""
6576
-
6577
  #: includes/class-payment-gateways.php:95
6578
  msgctxt "payment-gateways"
6579
  msgid "Enable %s?"
@@ -6601,17 +6593,17 @@ msgctxt "recaptcha"
6601
  msgid "The reCAPTCHA validation score failed."
6602
  msgstr ""
6603
 
6604
- #: includes/class-wpbdp.php:463
6605
  msgctxt "listing image upload"
6606
  msgid "Please select a plan before uploading images to the listing"
6607
  msgstr ""
6608
 
6609
- #: includes/class-wpbdp.php:468
6610
  msgctxt "listing image upload"
6611
  msgid "Can not upload any more images for this listing."
6612
  msgstr ""
6613
 
6614
- #: includes/class-wpbdp.php:472
6615
  msgctxt "listing image upload"
6616
  msgid ""
6617
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -6627,32 +6619,32 @@ msgctxt "navxt"
6627
  msgid "Submit Listing"
6628
  msgstr ""
6629
 
6630
- #: includes/controllers/pages/class-checkout.php:111
6631
  msgctxt "checkout"
6632
  msgid "Can not process a payment at this time. Please try again later."
6633
  msgstr ""
6634
 
6635
- #: includes/controllers/pages/class-checkout.php:149
6636
  msgctxt "checkout"
6637
  msgid "Invalid nonce received."
6638
  msgstr ""
6639
 
6640
- #: includes/controllers/pages/class-checkout.php:164
6641
  msgctxt "checkout"
6642
  msgid "Invalid gateway selected."
6643
  msgstr ""
6644
 
6645
- #: includes/controllers/pages/class-checkout.php:169
6646
  msgctxt "checkout"
6647
  msgid "Selected gateway does not support payment's currency."
6648
  msgstr ""
6649
 
6650
- #: includes/controllers/pages/class-checkout.php:228
6651
  msgctxt "checkout"
6652
  msgid "Unknown gateway error."
6653
  msgstr ""
6654
 
6655
- #: includes/controllers/pages/class-checkout.php:267
6656
  msgctxt "checkout"
6657
  msgid ""
6658
  "There was an error trying to process your request. No gateway is selected."
@@ -6818,12 +6810,12 @@ msgid ""
6818
  "an existing field"
6819
  msgstr ""
6820
 
6821
- #: includes/controllers/pages/class-submit-listing.php:1283
6822
  msgctxt "templates"
6823
  msgid "Please agree to the Terms and Conditions."
6824
  msgstr ""
6825
 
6826
- #: includes/controllers/pages/class-submit-listing.php:1297
6827
  msgctxt "templates"
6828
  msgid "I agree to the <a>Terms and Conditions</a>"
6829
  msgstr ""
@@ -6833,12 +6825,12 @@ msgctxt "templates"
6833
  msgid "Return to results"
6834
  msgstr ""
6835
 
6836
- #: includes/helpers/functions/templates-ui.php:226
6837
  msgctxt "templates"
6838
  msgid "No listing categories found."
6839
  msgstr ""
6840
 
6841
- #: includes/helpers/functions/templates-ui.php:377
6842
  msgctxt "templates"
6843
  msgid "Advanced Search"
6844
  msgstr ""
@@ -6849,13 +6841,6 @@ msgctxt "templates"
6849
  msgid "Featured Listing"
6850
  msgstr ""
6851
 
6852
- #: templates/manage_listings.tpl.php:20
6853
- msgctxt "templates"
6854
- msgid ""
6855
- "Your current listings are shown below. To edit a listing click the edit "
6856
- "button. To delete a listing click the delete button."
6857
- msgstr ""
6858
-
6859
  #: templates/parts/listing-buttons.tpl.php:15
6860
  msgctxt "templates"
6861
  msgid "Edit"
@@ -6899,11 +6884,6 @@ msgctxt "templates"
6899
  msgid "Return to plan selection"
6900
  msgstr ""
6901
 
6902
- #: templates/search-form.tpl.php:3
6903
- msgctxt "templates"
6904
- msgid "Find a listing"
6905
- msgstr ""
6906
-
6907
  #: templates/submit-listing/extra-sections.tpl.php:1
6908
  msgctxt "templates"
6909
  msgid "Additional Information"
@@ -6973,24 +6953,24 @@ msgctxt "view:manage-listings"
6973
  msgid "Please <a>login</a> to manage your listings."
6974
  msgstr ""
6975
 
6976
- #: includes/controllers/pages/class-manage-recurring.php:36
6977
  msgctxt "manage subscription"
6978
  msgid "The listing with id = <listing-id> doesn't exists."
6979
  msgstr ""
6980
 
6981
- #: includes/controllers/pages/class-manage-recurring.php:45
6982
  msgctxt "manage subscriptions"
6983
  msgid ""
6984
  "You are not authorized to cancel this subscription. The link you followed is "
6985
  "invalid."
6986
  msgstr ""
6987
 
6988
- #: includes/controllers/pages/class-manage-recurring.php:56
6989
  msgctxt "manage subscriptions"
6990
  msgid "Invalid subscription."
6991
  msgstr ""
6992
 
6993
- #: includes/controllers/pages/class-manage-recurring.php:79
6994
  msgctxt "manage subscriptions"
6995
  msgid "Your subscription was canceled."
6996
  msgstr ""
@@ -7000,7 +6980,7 @@ msgctxt "manage subscriptions"
7000
  msgid "Subscription / Plan"
7001
  msgstr ""
7002
 
7003
- #: includes/controllers/pages/class-manage-recurring.php:96
7004
  msgctxt "manage listings"
7005
  msgid "You are not on recurring payments for any of your listings."
7006
  msgstr ""
@@ -7169,42 +7149,42 @@ msgid "Can not submit a listing at this moment. Please try again later."
7169
  msgstr ""
7170
 
7171
  #: includes/controllers/pages/class-submit-listing.php:866
7172
- #: includes/controllers/pages/class-submit-listing.php:992
7173
  msgctxt "submit listing"
7174
  msgid "Please select a category."
7175
  msgstr ""
7176
 
7177
- #: includes/controllers/pages/class-submit-listing.php:890
7178
  msgctxt "submit listing"
7179
  msgid "Current active plan is disabled. Please select another plan."
7180
  msgstr ""
7181
 
7182
- #: includes/controllers/pages/class-submit-listing.php:892
7183
  msgctxt "submit listing"
7184
  msgid "Please choose a valid category for your plan."
7185
  msgstr ""
7186
 
7187
- #: includes/controllers/pages/class-submit-listing.php:895
7188
  msgctxt "submit listing"
7189
  msgid "Please choose a valid plan for your category selection."
7190
  msgstr ""
7191
 
7192
- #: includes/controllers/pages/class-submit-listing.php:1203
7193
  msgctxt "submit listing"
7194
  msgid "Please enter your desired username."
7195
  msgstr ""
7196
 
7197
- #: includes/controllers/pages/class-submit-listing.php:1208
7198
  msgctxt "submit listing"
7199
  msgid "Please enter the e-mail for your new account."
7200
  msgstr ""
7201
 
7202
- #: includes/controllers/pages/class-submit-listing.php:1213
7203
  msgctxt "submit listing"
7204
  msgid "The username you chose is already in use. Please use a different one."
7205
  msgstr ""
7206
 
7207
- #: includes/controllers/pages/class-submit-listing.php:1218
7208
  msgctxt "submit listing"
7209
  msgid "The e-mail address you chose for your account is already in use."
7210
  msgstr ""
@@ -7214,7 +7194,7 @@ msgctxt "submit listing"
7214
  msgid "Listing submitted by admin. Payment skipped."
7215
  msgstr ""
7216
 
7217
- #: includes/controllers/pages/class-submit-listing.php:1158
7218
  msgctxt "listing submit"
7219
  msgid ""
7220
  "Image upload is required, please provide at least one image and submit again."
@@ -7488,7 +7468,7 @@ msgctxt "fs helper"
7488
  msgid "Destination dir \"%s\" is not writable."
7489
  msgstr ""
7490
 
7491
- #: includes/helpers/functions/templates-ui.php:404
7492
  msgctxt "templates sort"
7493
  msgid "Sort By:"
7494
  msgstr ""
@@ -7519,19 +7499,19 @@ msgctxt "default category name"
7519
  msgid "General"
7520
  msgstr ""
7521
 
7522
- #: includes/licensing.php:540
7523
  msgctxt "licensing"
7524
  msgid "Could not contact licensing server"
7525
  msgstr ""
7526
 
7527
- #: includes/licensing.php:553
7528
  msgctxt "licensing"
7529
  msgid ""
7530
  "It was not possible to establish a connection with Business Directory's "
7531
  "server. cURL was not found in your system"
7532
  msgstr ""
7533
 
7534
- #: includes/licensing.php:555 includes/licensing.php:585
7535
  msgctxt "licensing"
7536
  msgid ""
7537
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -7540,7 +7520,7 @@ msgid ""
7540
  "1.0.1c)."
7541
  msgstr ""
7542
 
7543
- #: includes/licensing.php:557 includes/licensing.php:587
7544
  msgctxt "licensing"
7545
  msgid ""
7546
  "Upgrading your system will not only allow you to communicate with Business "
@@ -7548,47 +7528,47 @@ msgid ""
7548
  "services using the latest security standards."
7549
  msgstr ""
7550
 
7551
- #: includes/licensing.php:559
7552
  msgctxt "licensing"
7553
  msgid ""
7554
  "Please contact your hosting provider and ask them to upgrade your system. "
7555
  "Include this message if necessary"
7556
  msgstr ""
7557
 
7558
- #: includes/licensing.php:589
7559
  msgctxt "licensing"
7560
  msgid ""
7561
  "Please contact your hosting provider and ask them to upgrade your system. "
7562
  "Include this message if necessary."
7563
  msgstr ""
7564
 
7565
- #: includes/licensing.php:625
7566
  msgctxt "licensing"
7567
  msgid "The server returned a 403 Forbidden error."
7568
  msgstr ""
7569
 
7570
- #: includes/licensing.php:871
7571
  msgctxt "licensing"
7572
  msgid "Could not activate license: %s."
7573
  msgstr ""
7574
 
7575
- #: includes/licensing.php:876
7576
  msgctxt "licensing"
7577
  msgid "License activated"
7578
  msgstr ""
7579
 
7580
- #: includes/licensing.php:908
7581
  msgctxt "licensing"
7582
  msgid "Could not deactivate license: %s."
7583
  msgstr ""
7584
 
7585
- #: includes/licensing.php:910
7586
  msgctxt "licensing"
7587
  msgid "License deactivated"
7588
  msgstr ""
7589
 
7590
  #. translators: "<module-name>" version <version-number> is not...
7591
- #: includes/licensing.php:1150
7592
  msgctxt "deprecation"
7593
  msgid ""
7594
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -7607,17 +7587,17 @@ msgid_plural "%d images allowed."
7607
  msgstr[0] ""
7608
  msgstr[1] ""
7609
 
7610
- #: includes/models/class-fee-plan.php:402
7611
  msgctxt "fees-api"
7612
  msgid "Plan label is required."
7613
  msgstr ""
7614
 
7615
- #: includes/models/class-fee-plan.php:408
7616
  msgctxt "fees-api"
7617
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7618
  msgstr ""
7619
 
7620
- #: includes/models/class-fee-plan.php:413
7621
  msgctxt "fees-api"
7622
  msgid ""
7623
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -7625,7 +7605,7 @@ msgid ""
7625
  "<a>plan</a> appropriately."
7626
  msgstr ""
7627
 
7628
- #: includes/models/class-fee-plan.php:416
7629
  msgctxt "fees-api"
7630
  msgid ""
7631
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
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-11 00:03:39+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"
67
  #: includes/admin/settings/class-settings-bootstrap.php:691
68
  #: includes/admin/settings/class-settings-bootstrap.php:692
69
  #: includes/helpers/class-app.php:93
70
+ #: includes/helpers/functions/templates-ui.php:308
71
  msgid "Directory"
72
  msgstr ""
73
 
112
  msgstr ""
113
 
114
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
115
+ #: includes/licensing.php:220
116
  msgid "Modules"
117
  msgstr ""
118
 
120
  msgid "Business Directory"
121
  msgstr ""
122
 
123
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
124
  msgid "Upgrade to Premium"
125
  msgstr ""
126
 
128
  msgid "Directory Listings"
129
  msgstr ""
130
 
131
+ #: includes/admin/class-admin.php:1065
132
  msgid "Could not send renewal email."
133
  msgstr ""
134
 
135
+ #: includes/admin/class-admin.php:1199
136
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
137
  #: includes/admin/helpers/tables/class-payments-table.php:64
138
  #: templates/email/listing-added.tpl.php:7
141
  msgid "ID"
142
  msgstr ""
143
 
144
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
145
  #: includes/admin/settings/class-settings-bootstrap.php:717
146
  msgid "Listing Count"
147
  msgstr ""
148
 
149
+ #: includes/admin/class-admin.php:1366
150
  msgid ""
151
  "We noticed you want your Business Directory users to register before posting "
152
  "listings, but Registration for your site is currently disabled. Go %1$shere"
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
226
+ #: templates/admin/csv-import.tpl.php:291
227
  msgid "Help"
228
  msgstr ""
229
 
230
  #: includes/admin/controllers/class-admin-fees.php:46
231
  #: includes/admin/helpers/tables/class-payments-table.php:67
232
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
233
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
234
  #: templates/admin/payments-details.tpl.php:113
235
  #: templates/email/listing-payment-completed.tpl.php:21
240
  #: includes/admin/controllers/class-admin-fees.php:48
241
  #: includes/admin/helpers/tables/class-fees-table.php:65
242
  #: includes/admin/settings/class-settings-bootstrap.php:907
243
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
244
  msgid "Images"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-fees.php:80
248
+ #: includes/admin/helpers/class-modules-list.php:237
249
  msgid "Upgrade"
250
  msgstr ""
251
 
306
  msgstr ""
307
 
308
  #: includes/admin/controllers/class-admin-listings.php:339
309
+ #: includes/helpers/class-listing-display-helper.php:137
310
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
311
  msgid "Featured"
312
  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 ""
449
  msgid "Website"
450
  msgstr ""
451
 
452
+ #: includes/admin/controllers/class-settings-admin.php:628
453
  msgid "Your license key provides access to new features and updates."
454
  msgstr ""
455
 
456
+ #: includes/admin/controllers/class-settings-admin.php:630
457
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
458
  msgstr ""
459
 
460
+ #: includes/admin/controllers/class-settings-admin.php:642
461
  msgid "Build more powerful directories"
462
  msgstr ""
463
 
464
+ #: includes/admin/controllers/class-settings-admin.php:643
465
  msgid ""
466
  "Add category images, maps, filter by location, payment gateways, and more."
467
  msgstr ""
468
 
469
+ #: includes/admin/controllers/class-settings-admin.php:644
470
+ #: includes/admin/helpers/class-modules-list.php:236
471
  msgid "Upgrade Now"
472
  msgstr ""
473
 
474
+ #: includes/admin/controllers/class-settings-admin.php:645
475
  msgid "Already purchased?"
476
  msgstr ""
477
 
478
+ #: includes/admin/controllers/class-settings-admin.php:704
479
  #: includes/admin/helpers/tables/class-fees-table.php:182
480
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
481
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
507
  msgid "You are not allowed to do that."
508
  msgstr ""
509
 
510
+ #: includes/admin/csv-import.php:424
511
  msgid "There was an error uploading the file:"
512
  msgstr ""
513
 
514
+ #: includes/admin/csv-import.php:429
515
  msgid "Please upload the correct file type."
516
  msgstr ""
517
 
518
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
519
  #: includes/admin/helpers/tables/class-payments-table.php:63
520
  #: includes/admin/settings/class-settings-bootstrap.php:667
521
  #: includes/admin/settings/class-settings-bootstrap.php:668
524
  msgid "Listing"
525
  msgstr ""
526
 
527
+ #: includes/admin/helpers/class-listing-timeline.php:138
528
  #: includes/class-listings-api.php:33
529
  msgid "Listing renewed"
530
  msgstr ""
543
  msgid "Not Installed"
544
  msgstr ""
545
 
546
+ #: includes/admin/helpers/class-modules-list.php:226
547
  #: includes/controllers/class-smtp.php:317
548
  #: templates/admin/themes-item.tpl.php:58
549
  msgid "Activate"
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
 
607
  msgstr ""
608
 
609
  #: includes/admin/helpers/tables/class-fees-table.php:297
610
+ #: includes/helpers/functions/templates-ui.php:432
611
  msgid "Default"
612
  msgstr ""
613
 
614
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
615
  #: includes/fields/class-fieldtypes-social.php:135
616
+ #: templates/admin/csv-import.tpl.php:307
617
  msgid "Type"
618
  msgstr ""
619
 
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
941
  msgid "Uninstall"
942
  msgstr ""
943
 
944
+ #: includes/admin/settings/class-settings.php:503
945
  msgid "%s cannot include spaces, commas, or &"
946
  msgstr ""
947
 
986
  msgid "Directory Manual Upgrade"
987
  msgstr ""
988
 
989
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
990
  msgid ""
991
  "Business Directory features are currently disabled because the plugin needs "
992
  "to perform a manual upgrade before it can be used."
993
  msgstr ""
994
 
995
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
996
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
997
  msgstr ""
998
 
999
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1000
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1001
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1002
  msgid "Business Directory - Featured Levels Migration"
1003
  msgstr ""
1004
 
1005
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1006
  #: templates/admin/fees-form.tpl.php:17
1007
  msgid "Plan Label"
1008
  msgstr ""
1009
 
1010
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1011
  msgid "Duration"
1012
  msgstr ""
1013
 
1014
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1015
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1016
  msgstr ""
1017
 
1032
  msgid "View Docs"
1033
  msgstr ""
1034
 
1035
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1036
  msgid "Settings"
1037
  msgstr ""
1038
 
1111
  msgstr ""
1112
 
1113
  #: includes/class-cpt-integration.php:22
1114
+ #: includes/helpers/functions/templates-ui.php:370
1115
  #: templates/main-box.tpl.php:23
1116
  msgid "Search Listings"
1117
  msgstr ""
1124
  msgid "No listings found in trash"
1125
  msgstr ""
1126
 
1127
+ #: includes/class-cpt-integration.php:47
1128
  msgid "Directory Categories"
1129
  msgstr ""
1130
 
1131
+ #: includes/class-cpt-integration.php:48
1132
  msgid "Directory Category"
1133
  msgstr ""
1134
 
1135
+ #: includes/class-cpt-integration.php:59
1136
  msgid "Directory Tags"
1137
  msgstr ""
1138
 
1139
+ #: includes/class-cpt-integration.php:60
1140
  msgid "Directory Tag"
1141
  msgstr ""
1142
 
1143
  #. translators: %s: listing count
1144
+ #: includes/class-cpt-integration.php:254
1145
  msgid "%s listing updated."
1146
  msgid_plural "%s listings updated."
1147
  msgstr[0] ""
1148
  msgstr[1] ""
1149
 
1150
  #. translators: %s: listing count
1151
+ #: includes/class-cpt-integration.php:256
1152
  msgid "%s listing not updated, somebody is editing it."
1153
  msgid_plural "%s listings not updated, somebody is editing them."
1154
  msgstr[0] ""
1155
  msgstr[1] ""
1156
 
1157
  #. translators: %s: listing count
1158
+ #: includes/class-cpt-integration.php:258
1159
  msgid "%s listing permanently deleted."
1160
  msgid_plural "%s listings permanently deleted."
1161
  msgstr[0] ""
1162
  msgstr[1] ""
1163
 
1164
  #. translators: %s: listing count
1165
+ #: includes/class-cpt-integration.php:260
1166
  msgid "%s listing moved to the Trash."
1167
  msgid_plural "%s listings moved to the Trash."
1168
  msgstr[0] ""
1169
  msgstr[1] ""
1170
 
1171
  #. translators: %s: listing count
1172
+ #: includes/class-cpt-integration.php:262
1173
  msgid "%s listing restored from the Trash."
1174
  msgid_plural "%s listings restored from the Trash."
1175
  msgstr[0] ""
1179
  msgid "Free Listing"
1180
  msgstr ""
1181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1182
  #: includes/class-payment-gateways.php:146
1183
  msgid ""
1184
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1185
  "to set up a gateway. Until you do this, only free plans will be available."
1186
  msgstr ""
1187
 
1188
+ #: includes/class-wpbdp.php:574
1189
  msgid "Could not find listing ID"
1190
  msgstr ""
1191
 
1192
+ #: includes/class-wpbdp.php:581
1193
  msgid ""
1194
  "Could not verify the image upload request. If problem persists contact site "
1195
  "admin."
1196
  msgstr ""
1197
 
1198
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1199
  msgid "Could not find image ID"
1200
  msgstr ""
1201
 
1202
+ #: includes/class-wpbdp.php:620
1203
  msgid ""
1204
  "The directory features are disabled at this time because a <a>manual "
1205
  "upgrade</a> is pending."
1206
  msgstr ""
1207
 
1208
+ #: includes/class-wpbdp.php:627
1209
  msgid ""
1210
  "The directory is not available at this time. Please try again in a few "
1211
  "minutes or contact the administrator if the problem persists."
1226
  #: includes/compatibility/class-navxt-integration.php:208
1227
  #: includes/widgets/widget-search.php:127
1228
  #: templates/admin/payments-index.tpl.php:13
1229
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1230
  #: templates/search.tpl.php:5
1231
  msgid "Search"
1232
  msgstr ""
1331
  msgid "Go to SMTP settings"
1332
  msgstr ""
1333
 
1334
+ #: includes/controllers/pages/class-all-listings.php:6
1335
+ #: includes/helpers/functions/templates-ui.php:317
1336
+ msgid "View All Listings"
1337
+ msgstr ""
1338
+
1339
+ #: includes/controllers/pages/class-checkout.php:181
1340
  #: includes/controllers/pages/class-manage-listings.php:109
1341
  msgid "Pay Now"
1342
  msgstr ""
1343
 
1344
+ #: includes/controllers/pages/class-checkout.php:181
1345
  msgid "Complete"
1346
  msgstr ""
1347
 
1387
  msgid "This is just a preview. The listing has not been published yet."
1388
  msgstr ""
1389
 
1390
+ #: includes/controllers/pages/class-submit-listing.php:32
1391
+ #: includes/helpers/functions/templates-ui.php:330
1392
+ #: templates/submit-listing.tpl.php:17
1393
+ msgid "Add Listing"
1394
+ msgstr ""
1395
+
1396
  #: includes/controllers/pages/class-submit-listing.php:560
1397
  msgid "Listing Images"
1398
  msgstr ""
1405
  msgid "Go to \"Plans\""
1406
  msgstr ""
1407
 
1408
+ #: includes/controllers/pages/class-submit-listing.php:884
1409
  msgid "Please choose a plan."
1410
  msgstr ""
1411
 
1412
+ #: includes/controllers/pages/class-submit-listing.php:1074
1413
  msgid "Please check the form for errors, correct them and submit again."
1414
  msgstr ""
1415
 
1416
+ #: includes/controllers/pages/class-submit-listing.php:1234
1417
  msgid "Create a user account on this site"
1418
  msgstr ""
1419
 
1420
+ #: includes/controllers/pages/class-submit-listing.php:1241
1421
  msgid "Username"
1422
  msgstr ""
1423
 
1424
+ #: includes/controllers/pages/class-submit-listing.php:1263
1425
  msgid "Clear Form"
1426
  msgstr ""
1427
 
1615
  msgid "Telephone Number Validator"
1616
  msgstr ""
1617
 
1618
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1619
  msgid "Field"
1620
  msgstr ""
1621
 
1684
  msgid "Free"
1685
  msgstr ""
1686
 
1687
+ #: includes/helpers/functions/general.php:1319
1688
+ msgid "Return to Directory"
1689
+ msgstr ""
1690
+
1691
  #: includes/helpers/functions/listings.php:80
1692
  msgid "Untitled Listing"
1693
  msgstr ""
1694
 
1695
+ #: includes/helpers/functions/templates-ui.php:324
1696
  msgid "Manage Listings"
1697
  msgstr ""
1698
 
1701
  msgstr ""
1702
 
1703
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1704
+ #: includes/licensing.php:151
1705
  msgid ""
1706
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1707
  "get updates."
1708
  msgstr ""
1709
 
1710
+ #: includes/licensing.php:207 includes/licensing.php:211
1711
  msgid "Licenses"
1712
  msgstr ""
1713
 
1714
  #. translators: %s: item type.
1715
+ #: includes/licensing.php:268
1716
  msgid "%s will not get updates until license is reauthorized."
1717
  msgstr ""
1718
 
1719
+ #: includes/licensing.php:289
1720
  msgid "Enter License Key here"
1721
  msgstr ""
1722
 
1723
+ #: includes/licensing.php:290
1724
  msgid "Authorize"
1725
  msgstr ""
1726
 
1727
+ #: includes/licensing.php:390
1728
  msgid "Invalid item ID"
1729
  msgstr ""
1730
 
1731
+ #: includes/licensing.php:403
1732
  msgid "No license key provided"
1733
  msgstr ""
1734
 
1735
+ #: includes/licensing.php:448 includes/licensing.php:486
1736
  msgid "License key is invalid"
1737
  msgstr ""
1738
 
1739
+ #: includes/licensing.php:452
1740
  msgid "Deactivation failed"
1741
  msgstr ""
1742
 
1743
+ #: includes/licensing.php:497
1744
  msgid "The license key was revoked."
1745
  msgstr ""
1746
 
1747
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1748
+ #: includes/licensing.php:501
1749
  msgid ""
1750
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1751
  "%2$s and let them know your license is being reported as revoked by the "
1753
  "with your report."
1754
  msgstr ""
1755
 
1756
+ #: includes/licensing.php:564
1757
  msgid ""
1758
  "It was not possible to establish a connection with the Business Directory "
1759
  "server. The connection failed with the following error:"
1760
  msgstr ""
1761
 
1762
+ #: includes/licensing.php:577
1763
  msgid ""
1764
  "It was not possible to establish a connection with the Business Directory "
1765
  "server. A problem occurred in the SSL/TSL handshake:"
1766
  msgstr ""
1767
 
1768
+ #: includes/licensing.php:624
1769
  msgid ""
1770
  "It looks like your server is not authorized to make outgoing requests to "
1771
  "Business Directory servers. Please contact your webhost and ask them to add "
1772
  "our IP address 52.0.78.177 to your allow list."
1773
  msgstr ""
1774
 
1775
+ #: includes/licensing.php:718
1776
  msgid "Business Directory license key is missing."
1777
  msgstr ""
1778
 
1779
+ #: includes/licensing.php:719
1780
  msgid "Business Directory license key has expired"
1781
  msgstr ""
1782
 
1783
+ #: includes/licensing.php:720
1784
  msgid "Could not verify Business Directory license."
1785
  msgstr ""
1786
 
1787
+ #: includes/licensing.php:731
1788
  msgid "Review license keys"
1789
  msgstr ""
1790
 
1791
+ #: includes/licensing.php:846
1792
  msgid "Missing data. Please reload this page and try again."
1793
  msgstr ""
1794
 
1795
+ #: includes/licensing.php:851
1796
  msgid "Please enter a license key."
1797
  msgstr ""
1798
 
1813
  msgid "Gateway Transaction ID:"
1814
  msgstr ""
1815
 
1816
+ #: includes/payment.php:76
1817
  msgid "Bill To:"
1818
  msgstr ""
1819
 
1820
+ #: includes/payment.php:87
1821
  msgid "Print Receipt"
1822
  msgstr ""
1823
 
1824
+ #: includes/payment.php:147
1825
  msgid "Return to plan selection"
1826
  msgstr ""
1827
 
1828
+ #: includes/themes.php:918
1829
  msgid "ZIP file is not a valid Business Directory theme file."
1830
  msgstr ""
1831
 
1995
  msgid "Post status of new imported listings"
1996
  msgstr ""
1997
 
1998
+ #: templates/admin/csv-import.tpl.php:193
1999
  msgid "Post status of existing imported listings"
2000
  msgstr ""
2001
 
2002
+ #: templates/admin/csv-import.tpl.php:212
2003
  msgid "Missing categories handling"
2004
  msgstr ""
2005
 
2006
+ #: templates/admin/csv-import.tpl.php:218
2007
  msgid "Auto-create categories"
2008
  msgstr ""
2009
 
2010
+ #: templates/admin/csv-import.tpl.php:223
2011
  msgid "Generate errors when a category is not found"
2012
  msgstr ""
2013
 
2014
+ #: templates/admin/csv-import.tpl.php:231
2015
  msgid "Keep existing images"
2016
  msgstr ""
2017
 
2018
+ #: templates/admin/csv-import.tpl.php:234
2019
  msgid "Appends new images while keeping current ones."
2020
  msgstr ""
2021
 
2022
+ #: templates/admin/csv-import.tpl.php:242
2023
  msgid "Assign listings to a user"
2024
  msgstr ""
2025
 
2026
+ #: templates/admin/csv-import.tpl.php:254
2027
  msgid "Default listing user"
2028
  msgstr ""
2029
 
2030
+ #: templates/admin/csv-import.tpl.php:256
2031
  msgid ""
2032
  "This user will be used if the username column is not present in the CSV file."
2033
  msgstr ""
2034
 
2035
+ #: templates/admin/csv-import.tpl.php:263
2036
  msgid "Number of listings imported on every cycle"
2037
  msgstr ""
2038
 
2039
+ #: templates/admin/csv-import.tpl.php:265
2040
  msgid ""
2041
  "If you are having trouble importing listings due to memory problems, try "
2042
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2044
  "success on shared hosting platforms and other resource-constrained servers."
2045
  msgstr ""
2046
 
2047
+ #: templates/admin/csv-import.tpl.php:277
2048
  msgid "Disable email notifications during import"
2049
  msgstr ""
2050
 
2051
+ #: templates/admin/csv-import.tpl.php:296
2052
  msgid ""
2053
  "The following are the valid header names to be used in the CSV file. "
2054
  "Multivalued fields (such as category or tags) can appear multiple times in "
2056
  "how an import file should look like."
2057
  msgstr ""
2058
 
2059
+ #: templates/admin/csv-import.tpl.php:305
2060
  msgid "Header name/label"
2061
  msgstr ""
2062
 
2063
+ #: templates/admin/csv-import.tpl.php:308
2064
  msgid "Required?"
2065
  msgstr ""
2066
 
2067
+ #: templates/admin/csv-import.tpl.php:309
2068
  msgid "Multivalued?"
2069
  msgstr ""
2070
 
2071
+ #: templates/admin/csv-import.tpl.php:341
2072
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2073
  msgstr ""
2074
 
2075
+ #: templates/admin/csv-import.tpl.php:348
2076
  msgid "Listing author's username"
2077
  msgstr ""
2078
 
2589
  msgid "Get debug info"
2590
  msgstr ""
2591
 
2592
+ #: templates/businessdirectory-listings.tpl.php:51
2593
  #: templates/deprecated/search.tpl.php:23
2594
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
2595
  msgid "No listings found."
2596
  msgstr ""
2597
 
2711
  msgstr ""
2712
 
2713
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
2714
+ #: templates/manage_listings.tpl.php:36
2715
  #: templates/submit-listing-done.tpl.php:36
2716
  msgid "Return to directory"
2717
  msgstr ""
2819
  "button. To delete a listing click the delete button."
2820
  msgstr ""
2821
 
2822
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
2823
  msgid "You do not currently have any listings in the directory."
2824
  msgstr ""
2825
 
2833
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2834
  msgstr ""
2835
 
2836
+ #: templates/manage_listings.tpl.php:13
2837
+ msgid "Your current listings are shown below."
2838
  msgstr ""
2839
 
2840
  #: templates/parts/pagination.tpl.php:7
2867
  msgid "Recurring Plan Management"
2868
  msgstr ""
2869
 
2870
+ #: templates/search-form.tpl.php:27
2871
  msgid "Clear"
2872
  msgstr ""
2873
 
3173
  msgid "Business Directory Team"
3174
  msgstr ""
3175
 
3176
+ #: includes/abstracts/class-view.php:130
3177
  msgctxt "views"
3178
  msgid "Invalid credentials."
3179
  msgstr ""
3198
  msgid "Untitled Menu"
3199
  msgstr ""
3200
 
3201
+ #: includes/admin/class-admin.php:898
3202
  msgctxt "admin"
3203
  msgid "Dismiss this notice."
3204
  msgstr ""
3205
 
3206
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3207
  msgctxt "admin"
3208
  msgid "The listing has been updated."
3209
  msgid_plural "The listings have been updated."
3210
  msgstr[0] ""
3211
  msgstr[1] ""
3212
 
3213
+ #: includes/admin/class-admin.php:1039
3214
  msgctxt "admin"
3215
  msgid "The plan was successfully assigned."
3216
  msgstr ""
3217
 
3218
+ #: includes/admin/class-admin.php:1049
3219
  msgctxt "admin"
3220
  msgid "Listing was renewed."
3221
  msgid_plural "Listings were renewed."
3222
  msgstr[0] ""
3223
  msgstr[1] ""
3224
 
3225
+ #: includes/admin/class-admin.php:1061
3226
  msgctxt "admin"
3227
  msgid "Renewal email sent."
3228
  msgstr ""
3229
 
3230
+ #: includes/admin/class-admin.php:1074
3231
  msgctxt "admin"
3232
  msgid "Listing report deleted."
3233
  msgid_plural "Listing reports deleted."
3234
  msgstr[0] ""
3235
  msgstr[1] ""
3236
 
3237
+ #: includes/admin/class-admin.php:1123
3238
  msgctxt "admin"
3239
  msgid "Access keys sent."
3240
  msgstr ""
3241
 
3242
+ #: includes/admin/class-admin.php:1125
3243
  msgctxt "admin"
3244
  msgid "The access keys couldn't be sent."
3245
  msgstr ""
3246
 
3247
+ #: includes/admin/class-admin.php:1283
3248
  msgctxt "admin"
3249
  msgid ""
3250
  "<b>Business Directory Plugin</b> requires a page with the "
3251
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3252
  msgstr ""
3253
 
3254
+ #: includes/admin/class-admin.php:1285
3255
  msgctxt "admin"
3256
  msgid ""
3257
  "You can create this page by yourself or let Business Directory do this for "
3258
  "you automatically."
3259
  msgstr ""
3260
 
3261
+ #: includes/admin/class-admin.php:1290
3262
  msgctxt "admin"
3263
  msgid "Create required pages for me"
3264
  msgstr ""
3265
 
3266
+ #: includes/admin/class-admin.php:1343
3267
  msgctxt "admin"
3268
  msgid ""
3269
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3330
  msgid "Debug"
3331
  msgstr ""
3332
 
3333
+ #: includes/admin/controllers/class-settings-admin.php:39
3334
  msgctxt "admin menu"
3335
  msgid "Settings"
3336
  msgstr ""
3605
  msgid "Reported"
3606
  msgstr ""
3607
 
3608
+ #: includes/models/class-listing.php:981
3609
  msgctxt "listing status"
3610
  msgid "Unknown"
3611
  msgstr ""
3612
 
3613
+ #: includes/models/class-listing.php:982
3614
  msgctxt "listing status"
3615
  msgid "Legacy"
3616
  msgstr ""
3617
 
3618
+ #: includes/models/class-listing.php:983
3619
  msgctxt "listing status"
3620
  msgid "Incomplete"
3621
  msgstr ""
3622
 
3623
+ #: includes/models/class-listing.php:984
3624
  msgctxt "listing status"
3625
  msgid "Pending Payment"
3626
  msgstr ""
3627
 
3628
+ #: includes/models/class-listing.php:985
3629
  msgctxt "listing status"
3630
  msgid "Complete"
3631
  msgstr ""
3632
 
3633
+ #: includes/models/class-listing.php:986
3634
  msgctxt "listing status"
3635
  msgid "Pending Upgrade"
3636
  msgstr ""
3637
 
3638
+ #: includes/models/class-listing.php:987
3639
  msgctxt "listing status"
3640
  msgid "Expired"
3641
  msgstr ""
3642
 
3643
+ #: includes/models/class-listing.php:988
3644
  msgctxt "listing status"
3645
  msgid "Pending Renewal"
3646
  msgstr ""
3647
 
3648
+ #: includes/models/class-listing.php:989
3649
  msgctxt "listing status"
3650
  msgid "Abandoned"
3651
  msgstr ""
4120
  msgid "Create Missing Fields"
4121
  msgstr ""
4122
 
4123
+ #: includes/admin/controllers/class-settings-admin.php:535
4124
  msgctxt "admin settings"
4125
  msgid "Remove"
4126
  msgstr ""
4127
 
4128
+ #: includes/admin/controllers/class-settings-admin.php:589
4129
  msgctxt "admin settings"
4130
  msgid "Valid placeholders: %s"
4131
  msgstr ""
4596
  msgid "User registration date"
4597
  msgstr ""
4598
 
4599
+ #: includes/admin/controllers/class-settings-admin.php:671
4600
  msgctxt "expiration notices"
4601
  msgid "Add notice"
4602
  msgstr ""
4603
 
4604
+ #: includes/admin/controllers/class-settings-admin.php:690
4605
  msgctxt "expiration notices"
4606
  msgid "No notices configured."
4607
  msgstr ""
4608
 
4609
+ #: includes/admin/controllers/class-settings-admin.php:732
4610
  msgctxt "expiration notices"
4611
  msgid "recurring and non-recurring"
4612
  msgstr ""
4613
 
4614
+ #: includes/admin/controllers/class-settings-admin.php:734
4615
  msgctxt "expiration notices"
4616
  msgid "recurring only"
4617
  msgstr ""
4618
 
4619
+ #: includes/admin/controllers/class-settings-admin.php:736
4620
  msgctxt "expiration notices"
4621
  msgid "non-recurring only"
4622
  msgstr ""
4623
 
4624
+ #: includes/admin/controllers/class-settings-admin.php:740
4625
  msgctxt "expiration notices"
4626
  msgid "Sent when a listing (%s) is renewed."
4627
  msgstr ""
4628
 
4629
+ #: includes/admin/controllers/class-settings-admin.php:745
4630
  msgctxt "expiration notices"
4631
  msgid "Sent when a listing (%s) expires."
4632
  msgstr ""
4633
 
4634
+ #: includes/admin/controllers/class-settings-admin.php:753
4635
  msgctxt "expiration notices"
4636
  msgid "%d day"
4637
  msgid_plural "%d days"
4638
  msgstr[0] ""
4639
  msgstr[1] ""
4640
 
4641
+ #: includes/admin/controllers/class-settings-admin.php:756
4642
  msgctxt "expiration notices"
4643
  msgid "%d week"
4644
  msgid_plural "%d weeks"
4645
  msgstr[0] ""
4646
  msgstr[1] ""
4647
 
4648
+ #: includes/admin/controllers/class-settings-admin.php:759
4649
  msgctxt "expiration notices"
4650
  msgid "%d month"
4651
  msgid_plural "%d months"
4654
 
4655
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4656
  #. non-recuring only)
4657
+ #: includes/admin/controllers/class-settings-admin.php:765
4658
  msgctxt "expiration notices"
4659
  msgid "Sent %1$s before a listing (%2$s) expires."
4660
  msgstr ""
4661
 
4662
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4663
  #. non-recuring only)
4664
+ #: includes/admin/controllers/class-settings-admin.php:768
4665
  msgctxt "expiration notices"
4666
  msgid "Sent %1$s after a listing (%2$s) expires."
4667
  msgstr ""
4668
 
4669
+ #: includes/admin/controllers/class-settings-admin.php:785
4670
  msgctxt "expiration notices"
4671
  msgid "At the time of expiration"
4672
  msgstr ""
4673
 
4674
+ #: includes/admin/controllers/class-settings-admin.php:786
4675
  msgctxt "expiration notices"
4676
  msgid "Right after a successful renewal"
4677
  msgstr ""
4678
 
4679
+ #: includes/admin/controllers/class-settings-admin.php:797
4680
  msgctxt "expiration notices"
4681
  msgid "%d day before expiration"
4682
  msgid_plural "%d days before expiration"
4683
  msgstr[0] ""
4684
  msgstr[1] ""
4685
 
4686
+ #: includes/admin/controllers/class-settings-admin.php:797
4687
  msgctxt "expiration notices"
4688
  msgid "%d day after expiration"
4689
  msgid_plural "%d days after expiration"
4690
  msgstr[0] ""
4691
  msgstr[1] ""
4692
 
4693
+ #: includes/admin/controllers/class-settings-admin.php:800
4694
  msgctxt "expiration notices"
4695
  msgid "%d week before expiration"
4696
  msgid_plural "%d weeks before expiration"
4697
  msgstr[0] ""
4698
  msgstr[1] ""
4699
 
4700
+ #: includes/admin/controllers/class-settings-admin.php:800
4701
  msgctxt "expiration notices"
4702
  msgid "%d week after expiration"
4703
  msgid_plural "%d weeks after expiration"
4704
  msgstr[0] ""
4705
  msgstr[1] ""
4706
 
4707
+ #: includes/admin/controllers/class-settings-admin.php:803
4708
  msgctxt "expiration notices"
4709
  msgid "%d month before expiration"
4710
  msgid_plural "%d months before expiration"
4711
  msgstr[0] ""
4712
  msgstr[1] ""
4713
 
4714
+ #: includes/admin/controllers/class-settings-admin.php:803
4715
  msgctxt "expiration notices"
4716
  msgid "%d month after expiration"
4717
  msgid_plural "%d months after expiration"
4718
  msgstr[0] ""
4719
  msgstr[1] ""
4720
 
4721
+ #: includes/admin/controllers/class-settings-admin.php:830
4722
  msgctxt "expiration notices"
4723
  msgid "Applies to"
4724
  msgstr ""
4725
 
4726
+ #: includes/admin/controllers/class-settings-admin.php:833
4727
  msgctxt "expiration notices"
4728
  msgid "Non-recurring listings"
4729
  msgstr ""
4730
 
4731
+ #: includes/admin/controllers/class-settings-admin.php:834
4732
  msgctxt "expiration notices"
4733
  msgid "Recurring listings"
4734
  msgstr ""
4735
 
4736
+ #: includes/admin/controllers/class-settings-admin.php:835
4737
  msgctxt "expiration notices"
4738
  msgid "Recurring and non-recurring listings"
4739
  msgstr ""
4740
 
4741
+ #: includes/admin/controllers/class-settings-admin.php:840
4742
  msgctxt "expiration notices"
4743
  msgid "When to send?"
4744
  msgstr ""
4745
 
4746
+ #: includes/admin/controllers/class-settings-admin.php:707
4747
  msgctxt "settings"
4748
  msgid "Site title (with link)"
4749
  msgstr ""
4750
 
4751
+ #: includes/admin/controllers/class-settings-admin.php:708
4752
  msgctxt "settings"
4753
  msgid "Author's name"
4754
  msgstr ""
4755
 
4756
+ #: includes/admin/controllers/class-settings-admin.php:709
4757
  msgctxt "settings"
4758
  msgid "Listing's name (with link)"
4759
  msgstr ""
4760
 
4761
+ #: includes/admin/controllers/class-settings-admin.php:710
4762
  msgctxt "settings"
4763
  msgid "Listing's expiration date"
4764
  msgstr ""
4765
 
4766
+ #: includes/admin/controllers/class-settings-admin.php:711
4767
  msgctxt "settings"
4768
  msgid "Listing's renewal link, formatted with an anchor tag"
4769
  msgstr ""
4770
 
4771
+ #: includes/admin/controllers/class-settings-admin.php:712
4772
  msgctxt "settings"
4773
  msgid "Listing's renewal URL, unformatted by any tags"
4774
  msgstr ""
4775
 
4776
+ #: includes/admin/controllers/class-settings-admin.php:713
4777
  msgctxt "settings"
4778
  msgid "Listing's categories"
4779
  msgstr ""
4780
 
4781
+ #: includes/admin/controllers/class-settings-admin.php:714
4782
  msgctxt "settings"
4783
  msgid "Listing's last payment date"
4784
  msgstr ""
4785
 
4786
+ #: includes/admin/controllers/class-settings-admin.php:715
4787
  msgctxt "settings"
4788
  msgid "Listing's access key"
4789
  msgstr ""
4790
 
4791
+ #: includes/admin/controllers/class-settings-admin.php:872
4792
  msgctxt "settings"
4793
  msgid "Settings reset to default."
4794
  msgstr ""
5492
  msgid "Cropped"
5493
  msgstr ""
5494
 
5495
+ #: includes/admin/settings/class-settings.php:483
5496
  #: includes/admin/settings/class-settings.php:494
 
5497
  msgctxt "settings"
5498
  msgid "\"%s\" can not be empty."
5499
  msgstr ""
5500
 
5501
+ #: includes/admin/settings/class-settings.php:511
5502
  msgctxt "settings"
5503
  msgid "The slug \"%s\" is already in use for another taxonomy."
5504
  msgstr ""
5505
 
5506
+ #: includes/licensing.php:238
5507
  msgctxt "settings"
5508
  msgid "Themes"
5509
  msgstr ""
5510
 
5511
+ #: includes/licensing.php:290 includes/licensing.php:291
5512
  msgctxt "settings"
5513
  msgid "Please wait..."
5514
  msgstr ""
5515
 
5516
+ #: includes/licensing.php:291
5517
  msgctxt "settings"
5518
  msgid "Deauthorize"
5519
  msgstr ""
5528
  msgid "Could not change the active theme to \"%s\"."
5529
  msgstr ""
5530
 
5531
+ #: includes/admin/controllers/class-themes-admin.php:147
5532
  msgctxt "themes"
5533
  msgid "Active theme changed to \"%s\"."
5534
  msgstr ""
5535
 
5536
+ #: includes/admin/controllers/class-themes-admin.php:150
5537
  msgctxt "themes"
5538
  msgid ""
5539
  "%s requires that you tag your existing fields to match some places we want "
5540
  "to put your data on the theme. Below are fields we think are missing."
5541
  msgstr ""
5542
 
5543
+ #: includes/admin/controllers/class-themes-admin.php:161
5544
  msgctxt "themes"
5545
  msgid "Map My Fields"
5546
  msgstr ""
5547
 
5548
+ #: includes/admin/controllers/class-themes-admin.php:169
5549
  msgctxt "themes"
5550
  msgid "Suggested fields created successfully."
5551
  msgstr ""
5552
 
5553
+ #: includes/admin/controllers/class-themes-admin.php:172
5554
  msgctxt "themes"
5555
  msgid "Theme installed successfully."
5556
  msgstr ""
5557
 
5558
+ #: includes/admin/controllers/class-themes-admin.php:175
5559
  msgctxt "themes"
5560
  msgid "Theme was deleted successfully."
5561
  msgstr ""
5562
 
5563
+ #: includes/admin/controllers/class-themes-admin.php:178
5564
  msgctxt "themes"
5565
  msgid "Could not delete theme directory. Check permissions."
5566
  msgstr ""
5567
 
5568
+ #: includes/admin/controllers/class-themes-admin.php:231
5569
  msgctxt "themes"
5570
  msgid "Please upload a valid theme file."
5571
  msgstr ""
5572
 
5573
+ #: includes/admin/controllers/class-themes-admin.php:240
5574
  msgctxt "themes"
5575
  msgid "Could not move \"%s\" to a temporary directory."
5576
  msgstr ""
5577
 
5578
+ #: includes/admin/controllers/class-themes-admin.php:326
5579
  msgctxt "themes"
5580
  msgid "Activate your <a>license key</a> to use this theme."
5581
  msgstr ""
5582
 
5583
+ #: includes/admin/controllers/class-themes-admin.php:369
5584
  msgctxt "themes"
5585
  msgid "Invalid theme ID"
5586
  msgstr ""
5587
 
5588
+ #: includes/admin/controllers/class-themes-admin.php:375
5589
  #: includes/admin/upgrades/class-themes-updater.php:172
5590
  msgctxt "themes"
5591
  msgid "Could not update theme: %s"
5611
  msgid "Theme was updated successfully."
5612
  msgstr ""
5613
 
5614
+ #: includes/themes.php:926
5615
  msgctxt "themes"
5616
  msgid "Could not create themes directory."
5617
  msgstr ""
5618
 
5619
+ #: includes/themes.php:937
5620
  msgctxt "themes"
5621
  msgid "Could not remove previous theme directory \"%s\"."
5622
  msgstr ""
5623
 
5624
+ #: includes/themes.php:945
5625
  msgctxt "themes"
5626
  msgid "Could not move new theme into theme directory."
5627
  msgstr ""
5631
  msgid "Could not decode export state information."
5632
  msgstr ""
5633
 
5634
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
5635
  msgctxt "admin csv-export"
5636
  msgid "Could not create a temporary directory for handling this CSV export."
5637
  msgstr ""
5638
 
5639
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
5640
  msgctxt "admin csv-export"
5641
  msgid "Error while creating a temporary directory for CSV export: %s"
5642
  msgstr ""
5811
  msgid "Please upload or select a CSV file."
5812
  msgstr ""
5813
 
5814
+ #: includes/admin/csv-import.php:370
5815
  msgctxt "admin csv-import"
5816
  msgid ""
5817
  "An error was detected while validating the CSV file for import. Please fix "
5818
  "this before proceeding."
5819
  msgstr ""
5820
 
5821
+ #: includes/admin/csv-import.php:379
5822
  msgctxt "admin csv-import"
5823
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5824
  msgstr ""
5825
 
5826
+ #: includes/admin/helpers/csv/class-csv-import.php:532
5827
  msgctxt "admin csv-import"
5828
  msgid ""
5829
  "Could not create listing category \"<category-name>\". The operation failed "
5830
  "with the following error: <error-message>."
5831
  msgstr ""
5832
 
5833
+ #: includes/admin/helpers/csv/class-csv-import.php:538
5834
  msgctxt "admin csv-import"
5835
  msgid "Could not create listing category \"%s\""
5836
  msgstr ""
5837
 
5838
+ #: includes/admin/helpers/csv/class-csv-import.php:730
5839
  msgctxt "admin csv-import"
5840
  msgid "Username \"%s\" does not exist"
5841
  msgstr ""
5842
 
5843
+ #: includes/admin/helpers/csv/class-csv-import.php:757
5844
  msgctxt "admin csv-import"
5845
  msgid "There is no Plan with ID = <fee-id>"
5846
  msgstr ""
5847
 
5848
+ #: includes/admin/helpers/csv/class-csv-import.php:788
5849
  msgctxt "admin csv-import"
5850
  msgid "Missing required field: %s"
5851
  msgstr ""
5852
 
5853
+ #: includes/admin/helpers/csv/class-csv-import.php:829
5854
  msgctxt "admin csv-import"
5855
  msgid "Listing category \"%s\" does not exist"
5856
  msgstr ""
5857
 
5858
+ #: includes/admin/helpers/csv/class-csv-import.php:903
5859
  msgctxt "admin csv-import"
5860
  msgid "The string <string> couldn't be converted into a valid date."
5861
  msgstr ""
6004
  msgid "Semicolon (;)"
6005
  msgstr ""
6006
 
6007
+ #: templates/admin/csv-import.tpl.php:196
6008
  msgctxt "admin csv-import"
6009
  msgid "Preserve existing status"
6010
  msgstr ""
6011
 
6012
+ #: templates/admin/csv-import.tpl.php:249
6013
  msgctxt "admin csv-import"
6014
  msgid ""
6015
  "Select a default user to be used if the username column is not present in "
6016
  "the CSV file."
6017
  msgstr ""
6018
 
6019
+ #: templates/admin/csv-import.tpl.php:283
6020
  msgctxt "admin csv-import"
6021
  msgid "Test Import"
6022
  msgstr ""
6023
 
6024
+ #: templates/admin/csv-import.tpl.php:284
6025
  msgctxt "admin csv-import"
6026
  msgid "Import Listings"
6027
  msgstr ""
6028
 
6029
+ #: templates/admin/csv-import.tpl.php:334
6030
  msgctxt "admin csv-import"
6031
  msgid ""
6032
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6033
  "updating listings from external sources."
6034
  msgstr ""
6035
 
6036
+ #: templates/admin/csv-import.tpl.php:355
6037
  msgctxt "admin csv-import"
6038
  msgid ""
6039
  "Internal Sequence ID used to allow listing updates from external sources."
6040
  msgstr ""
6041
 
6042
+ #: templates/admin/csv-import.tpl.php:362
6043
  msgctxt "admin csv-import"
6044
  msgid ""
6045
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6054
  "not seem to be writable. Please consult with your host."
6055
  msgstr ""
6056
 
6057
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6058
  msgctxt "listing metabox"
6059
  msgid "Recent Payments"
6060
  msgstr ""
6061
 
6062
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6063
  msgctxt "listing metabox"
6064
  msgid "Access Key"
6065
  msgstr ""
6089
  msgid "# of images"
6090
  msgstr ""
6091
 
6092
+ #: includes/admin/helpers/class-listing-timeline.php:122
6093
  msgctxt "listing timeline"
6094
  msgid "Listing created"
6095
  msgstr ""
6096
 
6097
+ #: includes/admin/helpers/class-listing-timeline.php:130
6098
  msgctxt "listing timeline"
6099
  msgid "Listing expired"
6100
  msgstr ""
6101
 
6102
+ #: includes/admin/helpers/class-listing-timeline.php:146
6103
  msgctxt "listing timeline"
6104
  msgid "T&C acceptance date"
6105
  msgstr ""
6106
 
6107
+ #: includes/admin/helpers/class-listing-timeline.php:164
6108
  msgctxt "listing timeline"
6109
  msgid "Paid as admin"
6110
  msgstr ""
6111
 
6112
+ #: includes/admin/helpers/class-listing-timeline.php:166
6113
  msgctxt "listing timeline"
6114
  msgid "Listing imported"
6115
  msgstr ""
6116
 
6117
+ #: includes/admin/helpers/class-listing-timeline.php:168
6118
  msgctxt "listing timeline"
6119
  msgid "Initial Payment"
6120
  msgstr ""
6181
  msgid "What do you track?"
6182
  msgstr ""
6183
 
6184
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
6185
  msgctxt "manual-upgrade"
6186
  msgid "Continue"
6187
  msgstr ""
6188
 
6189
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6190
  msgctxt "manual-upgrade"
6191
  msgid "Start Upgrade"
6192
  msgstr ""
6193
 
6194
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
6195
  msgctxt "manual-upgrade"
6196
  msgid "Pause Upgrade"
6197
  msgstr ""
6198
 
6199
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
6200
  msgctxt "manual-upgrade"
6201
  msgid ""
6202
  "The upgrade was successfully performed. Business Directory Plugin is now "
6203
  "available."
6204
  msgstr ""
6205
 
6206
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
6207
  msgctxt "manual-upgrade"
6208
  msgid "Go to \"Directory Admin\""
6209
  msgstr ""
6225
  msgid "Migrating license information to new format..."
6226
  msgstr ""
6227
 
6228
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
6229
  msgctxt "installer"
6230
  msgid "Migrating email notices to new format..."
6231
  msgstr ""
6232
 
6233
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
6234
  msgctxt "installer"
6235
  msgid "Migrating plans..."
6236
  msgstr ""
6237
 
6238
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
6239
  msgctxt "installer"
6240
  msgid "! Could not migrate payment #%d"
6241
  msgstr ""
6242
 
6243
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
6244
  msgctxt "installer"
6245
  msgid "Updating payment items format: %d items remaining..."
6246
  msgstr ""
6247
 
6248
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
6249
  msgctxt "installer"
6250
  msgid "Migrating listing information: %d items remaining..."
6251
  msgstr ""
6288
  msgid "Listing upgrade to featured"
6289
  msgstr ""
6290
 
6291
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
6292
  msgctxt "listings-api"
6293
  msgid "Featured Listing"
6294
  msgstr ""
6295
 
6296
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
6297
  msgctxt "migrate-18"
6298
  msgid "Featured Levels migration is complete."
6299
  msgstr ""
6300
 
6301
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
6302
  msgctxt "migrate-18"
6303
  msgid ""
6304
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
6306
  "confusing notion of a \"featured level\" that was limited to sticky listings."
6307
  msgstr ""
6308
 
6309
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
6310
  msgctxt "migrate-18"
6311
  msgid ""
6312
  "We need to migrate your existing \"featured levels\" to plans for use by the "
6316
  "link> and <cancel-link>cancel migration</cancel-link>."
6317
  msgstr ""
6318
 
6319
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
6320
  msgctxt "migrate-18"
6321
  msgid ""
6322
  "Before we do the migration, we need to ask a few simple questions to move "
6324
  "plan\" that is right for you."
6325
  msgstr ""
6326
 
6327
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
6328
  msgctxt "migrate-18"
6329
  msgid "Move to: "
6330
  msgstr ""
6331
 
6332
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
6333
  msgctxt "migrate-18"
6334
  msgid "New plan summary"
6335
  msgstr ""
6336
 
6337
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
6338
  msgctxt "migrate-18"
6339
  msgid "Perform migration"
6340
  msgstr ""
6341
 
6342
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
6343
  msgctxt "migrate-18"
6344
  msgid "Business Directory Plugin - Featured Levels migration required."
6345
  msgstr ""
6346
 
6347
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
6348
  msgctxt "migrate-18"
6349
  msgid ""
6350
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6351
  "Levels migration here</a>."
6352
  msgstr ""
6353
 
6354
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
6355
  msgctxt "upgrade-18"
6356
  msgid "← Return to Directory dashboard"
6357
  msgstr ""
6358
 
6359
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
6360
  msgctxt "upgrade-18"
6361
  msgid "Configure Plan"
6362
  msgstr ""
6363
 
6364
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
6365
  msgctxt "upgrade-18"
6366
  msgid "Featured Level"
6367
  msgstr ""
6368
 
6369
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6370
  msgctxt "upgrade-18"
6371
  msgid "What to do with it?"
6372
  msgstr ""
6373
 
6374
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
6375
  msgctxt "upgrade-18"
6376
  msgid "%d listing is on this level."
6377
  msgid_plural "%d listings are on this level."
6378
  msgstr[0] ""
6379
  msgstr[1] ""
6380
 
6381
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
6382
  msgctxt "upgrade-18"
6383
  msgid "Select an option"
6384
  msgstr ""
6385
 
6386
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6387
  msgctxt "upgrade-18"
6388
  msgid "Remove \"sticky\" status for listings."
6389
  msgstr ""
6390
 
6391
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6392
  msgctxt "upgrade-18"
6393
  msgid "Remove this (old) level, and leave the listing on the old plan."
6394
  msgstr ""
6395
 
6396
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6397
  msgctxt "upgrade-18"
6398
  msgid "May change \"sticky\" status depending on plan."
6399
  msgstr ""
6400
 
6401
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6402
  msgctxt "upgrade-18"
6403
  msgid "Move listings with this level to existing plan."
6404
  msgstr ""
6405
 
6406
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6407
  msgctxt "upgrade-18"
6408
  msgid "Keep \"sticky\" status of listings."
6409
  msgstr ""
6410
 
6411
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6412
  msgctxt "upgrade-18"
6413
  msgid "Replace this level with a new plan."
6414
  msgstr ""
6428
  msgid "Add New Listing"
6429
  msgstr ""
6430
 
6431
+ #: includes/models/class-listing.php:427
6432
  msgctxt "listing"
6433
  msgid "Listing has no registered payments"
6434
  msgstr ""
6435
 
6436
+ #: includes/models/class-listing.php:436
6437
  msgctxt "listing"
6438
  msgid "Can't delete payment"
6439
  msgstr ""
6440
 
6441
+ #: includes/models/class-listing.php:474
6442
  msgctxt "listing"
6443
  msgid "Listing expired"
6444
  msgstr ""
6445
 
6446
+ #: includes/models/class-listing.php:683
6447
  msgctxt "listing"
6448
  msgid "(Unavailable Plan)"
6449
  msgstr ""
6450
 
6451
+ #: includes/models/class-listing.php:878
6452
  msgctxt "listing"
6453
  msgid "Plan \"%s\" (recurring)"
6454
  msgstr ""
6455
 
6456
+ #: includes/models/class-listing.php:880
6457
  msgctxt "listing"
6458
  msgid "Plan \"%s\""
6459
  msgstr ""
6561
  msgid "Report additional info"
6562
  msgstr ""
6563
 
6564
+ #: includes/class-meta.php:33
6565
  msgctxt "rss feed"
6566
  msgid "%s Feed"
6567
  msgstr ""
6568
 
 
 
 
 
 
 
 
 
 
 
6569
  #: includes/class-payment-gateways.php:95
6570
  msgctxt "payment-gateways"
6571
  msgid "Enable %s?"
6593
  msgid "The reCAPTCHA validation score failed."
6594
  msgstr ""
6595
 
6596
+ #: includes/class-wpbdp.php:460
6597
  msgctxt "listing image upload"
6598
  msgid "Please select a plan before uploading images to the listing"
6599
  msgstr ""
6600
 
6601
+ #: includes/class-wpbdp.php:465
6602
  msgctxt "listing image upload"
6603
  msgid "Can not upload any more images for this listing."
6604
  msgstr ""
6605
 
6606
+ #: includes/class-wpbdp.php:469
6607
  msgctxt "listing image upload"
6608
  msgid ""
6609
  "You're trying to upload %1$d images, but only have %2$d slot available. "
6619
  msgid "Submit Listing"
6620
  msgstr ""
6621
 
6622
+ #: includes/controllers/pages/class-checkout.php:112
6623
  msgctxt "checkout"
6624
  msgid "Can not process a payment at this time. Please try again later."
6625
  msgstr ""
6626
 
6627
+ #: includes/controllers/pages/class-checkout.php:150
6628
  msgctxt "checkout"
6629
  msgid "Invalid nonce received."
6630
  msgstr ""
6631
 
6632
+ #: includes/controllers/pages/class-checkout.php:165
6633
  msgctxt "checkout"
6634
  msgid "Invalid gateway selected."
6635
  msgstr ""
6636
 
6637
+ #: includes/controllers/pages/class-checkout.php:170
6638
  msgctxt "checkout"
6639
  msgid "Selected gateway does not support payment's currency."
6640
  msgstr ""
6641
 
6642
+ #: includes/controllers/pages/class-checkout.php:229
6643
  msgctxt "checkout"
6644
  msgid "Unknown gateway error."
6645
  msgstr ""
6646
 
6647
+ #: includes/controllers/pages/class-checkout.php:268
6648
  msgctxt "checkout"
6649
  msgid ""
6650
  "There was an error trying to process your request. No gateway is selected."
6810
  "an existing field"
6811
  msgstr ""
6812
 
6813
+ #: includes/controllers/pages/class-submit-listing.php:1284
6814
  msgctxt "templates"
6815
  msgid "Please agree to the Terms and Conditions."
6816
  msgstr ""
6817
 
6818
+ #: includes/controllers/pages/class-submit-listing.php:1298
6819
  msgctxt "templates"
6820
  msgid "I agree to the <a>Terms and Conditions</a>"
6821
  msgstr ""
6825
  msgid "Return to results"
6826
  msgstr ""
6827
 
6828
+ #: includes/helpers/functions/templates-ui.php:224
6829
  msgctxt "templates"
6830
  msgid "No listing categories found."
6831
  msgstr ""
6832
 
6833
+ #: includes/helpers/functions/templates-ui.php:375
6834
  msgctxt "templates"
6835
  msgid "Advanced Search"
6836
  msgstr ""
6841
  msgid "Featured Listing"
6842
  msgstr ""
6843
 
 
 
 
 
 
 
 
6844
  #: templates/parts/listing-buttons.tpl.php:15
6845
  msgctxt "templates"
6846
  msgid "Edit"
6884
  msgid "Return to plan selection"
6885
  msgstr ""
6886
 
 
 
 
 
 
6887
  #: templates/submit-listing/extra-sections.tpl.php:1
6888
  msgctxt "templates"
6889
  msgid "Additional Information"
6953
  msgid "Please <a>login</a> to manage your listings."
6954
  msgstr ""
6955
 
6956
+ #: includes/controllers/pages/class-manage-recurring.php:33
6957
  msgctxt "manage subscription"
6958
  msgid "The listing with id = <listing-id> doesn't exists."
6959
  msgstr ""
6960
 
6961
+ #: includes/controllers/pages/class-manage-recurring.php:42
6962
  msgctxt "manage subscriptions"
6963
  msgid ""
6964
  "You are not authorized to cancel this subscription. The link you followed is "
6965
  "invalid."
6966
  msgstr ""
6967
 
6968
+ #: includes/controllers/pages/class-manage-recurring.php:53
6969
  msgctxt "manage subscriptions"
6970
  msgid "Invalid subscription."
6971
  msgstr ""
6972
 
6973
+ #: includes/controllers/pages/class-manage-recurring.php:76
6974
  msgctxt "manage subscriptions"
6975
  msgid "Your subscription was canceled."
6976
  msgstr ""
6980
  msgid "Subscription / Plan"
6981
  msgstr ""
6982
 
6983
+ #: includes/controllers/pages/class-manage-recurring.php:93
6984
  msgctxt "manage listings"
6985
  msgid "You are not on recurring payments for any of your listings."
6986
  msgstr ""
7149
  msgstr ""
7150
 
7151
  #: includes/controllers/pages/class-submit-listing.php:866
7152
+ #: includes/controllers/pages/class-submit-listing.php:993
7153
  msgctxt "submit listing"
7154
  msgid "Please select a category."
7155
  msgstr ""
7156
 
7157
+ #: includes/controllers/pages/class-submit-listing.php:891
7158
  msgctxt "submit listing"
7159
  msgid "Current active plan is disabled. Please select another plan."
7160
  msgstr ""
7161
 
7162
+ #: includes/controllers/pages/class-submit-listing.php:893
7163
  msgctxt "submit listing"
7164
  msgid "Please choose a valid category for your plan."
7165
  msgstr ""
7166
 
7167
+ #: includes/controllers/pages/class-submit-listing.php:896
7168
  msgctxt "submit listing"
7169
  msgid "Please choose a valid plan for your category selection."
7170
  msgstr ""
7171
 
7172
+ #: includes/controllers/pages/class-submit-listing.php:1204
7173
  msgctxt "submit listing"
7174
  msgid "Please enter your desired username."
7175
  msgstr ""
7176
 
7177
+ #: includes/controllers/pages/class-submit-listing.php:1209
7178
  msgctxt "submit listing"
7179
  msgid "Please enter the e-mail for your new account."
7180
  msgstr ""
7181
 
7182
+ #: includes/controllers/pages/class-submit-listing.php:1214
7183
  msgctxt "submit listing"
7184
  msgid "The username you chose is already in use. Please use a different one."
7185
  msgstr ""
7186
 
7187
+ #: includes/controllers/pages/class-submit-listing.php:1219
7188
  msgctxt "submit listing"
7189
  msgid "The e-mail address you chose for your account is already in use."
7190
  msgstr ""
7194
  msgid "Listing submitted by admin. Payment skipped."
7195
  msgstr ""
7196
 
7197
+ #: includes/controllers/pages/class-submit-listing.php:1159
7198
  msgctxt "listing submit"
7199
  msgid ""
7200
  "Image upload is required, please provide at least one image and submit again."
7468
  msgid "Destination dir \"%s\" is not writable."
7469
  msgstr ""
7470
 
7471
+ #: includes/helpers/functions/templates-ui.php:402
7472
  msgctxt "templates sort"
7473
  msgid "Sort By:"
7474
  msgstr ""
7499
  msgid "General"
7500
  msgstr ""
7501
 
7502
+ #: includes/licensing.php:537
7503
  msgctxt "licensing"
7504
  msgid "Could not contact licensing server"
7505
  msgstr ""
7506
 
7507
+ #: includes/licensing.php:550
7508
  msgctxt "licensing"
7509
  msgid ""
7510
  "It was not possible to establish a connection with Business Directory's "
7511
  "server. cURL was not found in your system"
7512
  msgstr ""
7513
 
7514
+ #: includes/licensing.php:552 includes/licensing.php:582
7515
  msgctxt "licensing"
7516
  msgid ""
7517
  "To ensure the security of our systems and adhere to industry best practices, "
7520
  "1.0.1c)."
7521
  msgstr ""
7522
 
7523
+ #: includes/licensing.php:554 includes/licensing.php:584
7524
  msgctxt "licensing"
7525
  msgid ""
7526
  "Upgrading your system will not only allow you to communicate with Business "
7528
  "services using the latest security standards."
7529
  msgstr ""
7530
 
7531
+ #: includes/licensing.php:556
7532
  msgctxt "licensing"
7533
  msgid ""
7534
  "Please contact your hosting provider and ask them to upgrade your system. "
7535
  "Include this message if necessary"
7536
  msgstr ""
7537
 
7538
+ #: includes/licensing.php:586
7539
  msgctxt "licensing"
7540
  msgid ""
7541
  "Please contact your hosting provider and ask them to upgrade your system. "
7542
  "Include this message if necessary."
7543
  msgstr ""
7544
 
7545
+ #: includes/licensing.php:622
7546
  msgctxt "licensing"
7547
  msgid "The server returned a 403 Forbidden error."
7548
  msgstr ""
7549
 
7550
+ #: includes/licensing.php:868
7551
  msgctxt "licensing"
7552
  msgid "Could not activate license: %s."
7553
  msgstr ""
7554
 
7555
+ #: includes/licensing.php:873
7556
  msgctxt "licensing"
7557
  msgid "License activated"
7558
  msgstr ""
7559
 
7560
+ #: includes/licensing.php:905
7561
  msgctxt "licensing"
7562
  msgid "Could not deactivate license: %s."
7563
  msgstr ""
7564
 
7565
+ #: includes/licensing.php:907
7566
  msgctxt "licensing"
7567
  msgid "License deactivated"
7568
  msgstr ""
7569
 
7570
  #. translators: "<module-name>" version <version-number> is not...
7571
+ #: includes/licensing.php:1147
7572
  msgctxt "deprecation"
7573
  msgid ""
7574
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
7587
  msgstr[0] ""
7588
  msgstr[1] ""
7589
 
7590
+ #: includes/models/class-fee-plan.php:405
7591
  msgctxt "fees-api"
7592
  msgid "Plan label is required."
7593
  msgstr ""
7594
 
7595
+ #: includes/models/class-fee-plan.php:411
7596
  msgctxt "fees-api"
7597
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7598
  msgstr ""
7599
 
7600
+ #: includes/models/class-fee-plan.php:416
7601
  msgctxt "fees-api"
7602
  msgid ""
7603
  "To set this plan as \"Recurring\" you must have a time for the listing to "
7605
  "<a>plan</a> appropriately."
7606
  msgstr ""
7607
 
7608
+ #: includes/models/class-fee-plan.php:419
7609
  msgctxt "fees-api"
7610
  msgid ""
7611
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -75,7 +75,7 @@ msgstr "Catégorie de l'annuaire"
75
  #: includes/admin/settings/class-settings-bootstrap.php:691
76
  #: includes/admin/settings/class-settings-bootstrap.php:692
77
  #: includes/helpers/class-app.php:93
78
- #: includes/helpers/functions/templates-ui.php:310
79
  msgid "Directory"
80
  msgstr "Annuaire"
81
 
@@ -135,7 +135,7 @@ msgid "Form Fields"
135
  msgstr "champ de formulaires"
136
 
137
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
138
- #: includes/licensing.php:219
139
  #, fuzzy
140
  msgid "Modules"
141
  msgstr "Tous les (modules installés)"
@@ -145,7 +145,7 @@ msgstr "Tous les (modules installés)"
145
  msgid "Business Directory"
146
  msgstr "Annuaire Professionnel"
147
 
148
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
149
  #, fuzzy
150
  msgid "Upgrade to Premium"
151
  msgstr "Mettre à jour vers %s"
@@ -155,12 +155,12 @@ msgstr "Mettre à jour vers %s"
155
  msgid "Directory Listings"
156
  msgstr "Identifiant de fiche de l'annuaire"
157
 
158
- #: includes/admin/class-admin.php:1064
159
  #, fuzzy
160
  msgid "Could not send renewal email."
161
  msgstr "Envoyer un e-mail à l'utilisateur"
162
 
163
- #: includes/admin/class-admin.php:1198
164
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
165
  #: includes/admin/helpers/tables/class-payments-table.php:64
166
  #: templates/email/listing-added.tpl.php:7
@@ -170,13 +170,13 @@ msgstr "Envoyer un e-mail à l'utilisateur"
170
  msgid "ID"
171
  msgstr "ID"
172
 
173
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
174
  #: includes/admin/settings/class-settings-bootstrap.php:717
175
  #, fuzzy
176
  msgid "Listing Count"
177
  msgstr "Compteur d'annonces"
178
 
179
- #: includes/admin/class-admin.php:1365
180
  #, fuzzy
181
  msgid ""
182
  "We noticed you want your Business Directory users to register before posting "
@@ -273,14 +273,14 @@ 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:287
277
  #, fuzzy
278
  msgid "Help"
279
  msgstr "Aide"
280
 
281
  #: includes/admin/controllers/class-admin-fees.php:46
282
  #: includes/admin/helpers/tables/class-payments-table.php:67
283
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
284
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
285
  #: templates/admin/payments-details.tpl.php:113
286
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -292,13 +292,13 @@ msgstr "Montant"
292
  #: includes/admin/controllers/class-admin-fees.php:48
293
  #: includes/admin/helpers/tables/class-fees-table.php:65
294
  #: includes/admin/settings/class-settings-bootstrap.php:907
295
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
296
  #, fuzzy
297
  msgid "Images"
298
  msgstr "Images"
299
 
300
  #: includes/admin/controllers/class-admin-fees.php:80
301
- #: includes/admin/helpers/class-modules-list.php:236
302
  #, fuzzy
303
  msgid "Upgrade"
304
  msgstr "Mettre à jour vers %s"
@@ -366,7 +366,7 @@ msgid "Attributes"
366
  msgstr "Attributs"
367
 
368
  #: includes/admin/controllers/class-admin-listings.php:339
369
- #: includes/helpers/class-listing-display-helper.php:132
370
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
371
  #, fuzzy
372
  msgid "Featured"
@@ -470,7 +470,7 @@ msgstr "Étiquettes (tags)"
470
 
471
  #: includes/admin/controllers/class-form-fields-admin.php:348
472
  #: includes/form-fields.php:445
473
- #: includes/helpers/class-field-display-list.php:247
474
  #: templates/checkout-billing-form.tpl.php:75
475
  #, fuzzy
476
  msgid "Address"
@@ -534,36 +534,36 @@ msgstr "Twitter"
534
  msgid "Website"
535
  msgstr "Site Internet"
536
 
537
- #: includes/admin/controllers/class-settings-admin.php:636
538
  msgid "Your license key provides access to new features and updates."
539
  msgstr ""
540
 
541
- #: includes/admin/controllers/class-settings-admin.php:638
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:650
547
  msgid "Build more powerful directories"
548
  msgstr ""
549
 
550
- #: includes/admin/controllers/class-settings-admin.php:651
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:652
556
- #: includes/admin/helpers/class-modules-list.php:235
557
  #, fuzzy
558
  msgid "Upgrade Now"
559
  msgstr "Mettre à jour vers %s"
560
 
561
- #: includes/admin/controllers/class-settings-admin.php:653
562
  #, fuzzy
563
  msgid "Already purchased?"
564
  msgstr "Déjà installé."
565
 
566
- #: includes/admin/controllers/class-settings-admin.php:712
567
  #: includes/admin/helpers/tables/class-fees-table.php:182
568
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
569
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -599,17 +599,17 @@ msgstr ""
599
  msgid "You are not allowed to do that."
600
  msgstr ""
601
 
602
- #: includes/admin/csv-import.php:428
603
  #, fuzzy
604
  msgid "There was an error uploading the file:"
605
  msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
606
 
607
- #: includes/admin/csv-import.php:433
608
  #, fuzzy
609
  msgid "Please upload the correct file type."
610
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
611
 
612
- #: includes/admin/helpers/class-listing-information-metabox.php:15
613
  #: includes/admin/helpers/tables/class-payments-table.php:63
614
  #: includes/admin/settings/class-settings-bootstrap.php:667
615
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -619,7 +619,7 @@ msgstr "Veuillez uploader ou sélectionner un fichier CSV."
619
  msgid "Listing"
620
  msgstr "Annonce"
621
 
622
- #: includes/admin/helpers/class-listing-timeline.php:121
623
  #: includes/class-listings-api.php:33
624
  #, fuzzy
625
  msgid "Listing renewed"
@@ -642,7 +642,7 @@ msgstr "Actif"
642
  msgid "Not Installed"
643
  msgstr "Non installé"
644
 
645
- #: includes/admin/helpers/class-modules-list.php:225
646
  #: includes/controllers/class-smtp.php:317
647
  #: templates/admin/themes-item.tpl.php:58
648
  #, fuzzy
@@ -654,7 +654,7 @@ msgstr "Activer"
654
  msgid "Hide notifications"
655
  msgstr "Notification mail"
656
 
657
- #: includes/admin/helpers/csv/class-csv-import.php:674
658
  #, fuzzy
659
  msgid "Listing imported by admin. Payment skipped."
660
  msgstr "Annonce soumis par admin. Paiement sauté."
@@ -721,14 +721,14 @@ msgid "Disabled"
721
  msgstr "Effacer les Frais"
722
 
723
  #: includes/admin/helpers/tables/class-fees-table.php:297
724
- #: includes/helpers/functions/templates-ui.php:434
725
  #, fuzzy
726
  msgid "Default"
727
  msgstr "Frais par défaut"
728
 
729
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
730
  #: includes/fields/class-fieldtypes-social.php:135
731
- #: templates/admin/csv-import.tpl.php:303
732
  #, fuzzy
733
  msgid "Type"
734
  msgstr "Type"
@@ -771,7 +771,7 @@ msgid "Missing tables: %s"
771
  msgstr "Tables manquantes: %s"
772
 
773
  #: includes/admin/settings/class-settings-bootstrap.php:13
774
- #: includes/controllers/pages/class-submit-listing.php:1249
775
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
776
  #: templates/listing-contactform.tpl.php:33
777
  #: templates/listing-flagging-form.tpl.php:39
@@ -1136,7 +1136,7 @@ msgstr ""
1136
  msgid "Uninstall"
1137
  msgstr "Désinstaller"
1138
 
1139
- #: includes/admin/settings/class-settings.php:514
1140
  msgid "%s cannot include spaces, commas, or &"
1141
  msgstr ""
1142
 
@@ -1188,7 +1188,7 @@ msgstr "Business Directory - Mise à jour manuelle"
1188
  msgid "Directory Manual Upgrade"
1189
  msgstr "Business Directory - Mise à jour manuelle"
1190
 
1191
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1192
  msgid ""
1193
  "Business Directory features are currently disabled because the plugin needs "
1194
  "to perform a manual upgrade before it can be used."
@@ -1197,7 +1197,7 @@ msgstr ""
1197
  "désactivées car le plugin a besoin d'effectuer une mise à jour manuelle afin "
1198
  "d'être pleinement utilisable."
1199
 
1200
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1201
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1202
  msgstr ""
1203
  "Cliquez sur \"Démarrer la mise à jour\" et patientez jusqu'à la fin du "
@@ -1205,22 +1205,22 @@ msgstr ""
1205
 
1206
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1207
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1208
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1209
  msgid "Business Directory - Featured Levels Migration"
1210
  msgstr "Business Directory - Migration des niveaux en vedette"
1211
 
1212
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1213
  #: templates/admin/fees-form.tpl.php:17
1214
  #, fuzzy
1215
  msgid "Plan Label"
1216
  msgstr "Etiquette du champ"
1217
 
1218
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1219
  #, fuzzy
1220
  msgid "Duration"
1221
  msgstr "Durée"
1222
 
1223
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1224
  #, fuzzy
1225
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1226
  msgstr "! Impossible de migrer les frais \"%s\" (%d)"
@@ -1245,7 +1245,7 @@ msgstr ""
1245
  msgid "View Docs"
1246
  msgstr "Vue"
1247
 
1248
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1249
  #, fuzzy
1250
  msgid "Settings"
1251
  msgstr "Paramètres"
@@ -1334,7 +1334,7 @@ msgid "View Listing"
1334
  msgstr "Voir l'annonce"
1335
 
1336
  #: includes/class-cpt-integration.php:22
1337
- #: includes/helpers/functions/templates-ui.php:372
1338
  #: templates/main-box.tpl.php:23
1339
  msgid "Search Listings"
1340
  msgstr "Rechercher"
@@ -1347,24 +1347,24 @@ msgstr "Aucune annonce trouvée"
1347
  msgid "No listings found in trash"
1348
  msgstr "Aucunes annonces trouvées dans la corbeille"
1349
 
1350
- #: includes/class-cpt-integration.php:46
1351
  msgid "Directory Categories"
1352
  msgstr "Catégories de l'annuaire"
1353
 
1354
- #: includes/class-cpt-integration.php:47
1355
  msgid "Directory Category"
1356
  msgstr "Catégorie de l'annuaire"
1357
 
1358
- #: includes/class-cpt-integration.php:58
1359
  msgid "Directory Tags"
1360
  msgstr "Etiquettes de l'annuaire"
1361
 
1362
- #: includes/class-cpt-integration.php:59
1363
  msgid "Directory Tag"
1364
  msgstr "Etiquette de l'annuaire"
1365
 
1366
  #. translators: %s: listing count
1367
- #: includes/class-cpt-integration.php:253
1368
  #, fuzzy
1369
  msgid "%s listing updated."
1370
  msgid_plural "%s listings updated."
@@ -1372,14 +1372,14 @@ msgstr[0] "Une annonce est éditée."
1372
  msgstr[1] "Une annonce est éditée."
1373
 
1374
  #. translators: %s: listing count
1375
- #: includes/class-cpt-integration.php:255
1376
  msgid "%s listing not updated, somebody is editing it."
1377
  msgid_plural "%s listings not updated, somebody is editing them."
1378
  msgstr[0] ""
1379
  msgstr[1] ""
1380
 
1381
  #. translators: %s: listing count
1382
- #: includes/class-cpt-integration.php:257
1383
  #, fuzzy
1384
  msgid "%s listing permanently deleted."
1385
  msgid_plural "%s listings permanently deleted."
@@ -1387,7 +1387,7 @@ msgstr[0] "Date d'expiration de l'annonce"
1387
  msgstr[1] "Date d'expiration de l'annonce"
1388
 
1389
  #. translators: %s: listing count
1390
- #: includes/class-cpt-integration.php:259
1391
  #, fuzzy
1392
  msgid "%s listing moved to the Trash."
1393
  msgid_plural "%s listings moved to the Trash."
@@ -1395,7 +1395,7 @@ msgstr[0] "Aucunes annonces trouvées dans la corbeille"
1395
  msgstr[1] "Aucunes annonces trouvées dans la corbeille"
1396
 
1397
  #. translators: %s: listing count
1398
- #: includes/class-cpt-integration.php:261
1399
  #, fuzzy
1400
  msgid "%s listing restored from the Trash."
1401
  msgid_plural "%s listings restored from the Trash."
@@ -1407,32 +1407,18 @@ msgstr[1] "Votre annonce a été supprimée du répertoire."
1407
  msgid "Free Listing"
1408
  msgstr "Annonce gratuite"
1409
 
1410
- #: includes/class-meta.php:139
1411
- #: includes/controllers/pages/class-submit-listing.php:32
1412
- #: includes/helpers/functions/templates-ui.php:332
1413
- #: templates/submit-listing.tpl.php:17
1414
- #, fuzzy
1415
- msgid "Add Listing"
1416
- msgstr "Ajouter les droits d'inscription"
1417
-
1418
- #: includes/class-meta.php:149
1419
- #: includes/controllers/pages/class-all-listings.php:6
1420
- #: includes/helpers/functions/templates-ui.php:319
1421
- msgid "View All Listings"
1422
- msgstr "Voir toutes les annonces"
1423
-
1424
  #: includes/class-payment-gateways.php:146
1425
  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:577
1431
  #, fuzzy
1432
  msgid "Could not find listing ID"
1433
  msgstr "Impossible de contacter le serveur de licences"
1434
 
1435
- #: includes/class-wpbdp.php:584
1436
  #, fuzzy
1437
  msgid ""
1438
  "Could not verify the image upload request. If problem persists contact site "
@@ -1441,12 +1427,12 @@ 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:591 includes/fields/class-fieldtypes-image.php:322
1445
  #, fuzzy
1446
  msgid "Could not find image ID"
1447
  msgstr "Impossible de mettre à jour le thème: %s"
1448
 
1449
- #: includes/class-wpbdp.php:623
1450
  msgid ""
1451
  "The directory features are disabled at this time because a <a>manual "
1452
  "upgrade</a> is pending."
@@ -1455,7 +1441,7 @@ msgstr ""
1455
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1456
  "de poursuivre."
1457
 
1458
- #: includes/class-wpbdp.php:630
1459
  msgid ""
1460
  "The directory is not available at this time. Please try again in a few "
1461
  "minutes or contact the administrator if the problem persists."
@@ -1478,7 +1464,7 @@ msgstr ""
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:27
1482
  #: templates/search.tpl.php:5
1483
  #, fuzzy
1484
  msgid "Search"
@@ -1588,13 +1574,18 @@ msgstr "Commencer l'importation"
1588
  msgid "Go to SMTP settings"
1589
  msgstr "Aller vers votre annonce"
1590
 
1591
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1592
  #: includes/controllers/pages/class-manage-listings.php:109
1593
  #, fuzzy
1594
  msgid "Pay Now"
1595
  msgstr "Payez maintenant"
1596
 
1597
- #: includes/controllers/pages/class-checkout.php:180
1598
  #, fuzzy
1599
  msgid "Complete"
1600
  msgstr "Complet"
@@ -1651,6 +1642,13 @@ msgstr ""
1651
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1652
  "publiée."
1653
 
 
 
 
 
 
 
 
1654
  #: includes/controllers/pages/class-submit-listing.php:560
1655
  #, fuzzy
1656
  msgid "Listing Images"
@@ -1666,29 +1664,29 @@ msgstr "Création de compte"
1666
  msgid "Go to \"Plans\""
1667
  msgstr "Plan tarifaire"
1668
 
1669
- #: includes/controllers/pages/class-submit-listing.php:883
1670
  #, fuzzy
1671
  msgid "Please choose a plan."
1672
  msgstr "(Veuillez choisir un tarif ci-dessus)"
1673
 
1674
- #: includes/controllers/pages/class-submit-listing.php:1073
1675
  #, fuzzy
1676
  msgid "Please check the form for errors, correct them and submit again."
1677
  msgstr ""
1678
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1679
  "erreurs et soumettre à nouveau."
1680
 
1681
- #: includes/controllers/pages/class-submit-listing.php:1233
1682
  #, fuzzy
1683
  msgid "Create a user account on this site"
1684
  msgstr "Créer un compte utilisateur sur ce site"
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:1240
1687
  #, fuzzy
1688
  msgid "Username"
1689
  msgstr "Nom d'utilisateur (login) :"
1690
 
1691
- #: includes/controllers/pages/class-submit-listing.php:1262
1692
  #, fuzzy
1693
  msgid "Clear Form"
1694
  msgstr "Effacer le formulaire"
@@ -1929,7 +1927,7 @@ msgstr "Validateur de nombre entier"
1929
  msgid "Telephone Number Validator"
1930
  msgstr "Validateur de nombre entier"
1931
 
1932
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1933
  #, fuzzy
1934
  msgid "Field"
1935
  msgstr "Champ"
@@ -2009,12 +2007,17 @@ msgstr ""
2009
  msgid "Free"
2010
  msgstr "Gratuit"
2011
 
 
 
 
 
 
2012
  #: includes/helpers/functions/listings.php:80
2013
  #, fuzzy
2014
  msgid "Untitled Listing"
2015
  msgstr "Editer l'annonce"
2016
 
2017
- #: includes/helpers/functions/templates-ui.php:326
2018
  #, fuzzy
2019
  msgid "Manage Listings"
2020
  msgstr "Gérer annonces payées"
@@ -2025,58 +2028,58 @@ msgid "Default Plan"
2025
  msgstr "Frais par défaut"
2026
 
2027
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2028
- #: includes/licensing.php:150
2029
  msgid ""
2030
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2031
  "get updates."
2032
  msgstr ""
2033
 
2034
- #: includes/licensing.php:206 includes/licensing.php:210
2035
  msgid "Licenses"
2036
  msgstr "Licences"
2037
 
2038
  #. translators: %s: item type.
2039
- #: includes/licensing.php:267
2040
  msgid "%s will not get updates until license is reauthorized."
2041
  msgstr ""
2042
 
2043
- #: includes/licensing.php:288
2044
  #, fuzzy
2045
  msgid "Enter License Key here"
2046
  msgstr "Entrer la clé de licence"
2047
 
2048
- #: includes/licensing.php:289
2049
  #, fuzzy
2050
  msgid "Authorize"
2051
  msgstr "Activer Authorize.net"
2052
 
2053
- #: includes/licensing.php:389
2054
  #, fuzzy
2055
  msgid "Invalid item ID"
2056
  msgstr "ID d'élément non valide"
2057
 
2058
- #: includes/licensing.php:402
2059
  #, fuzzy
2060
  msgid "No license key provided"
2061
  msgstr "Aucune clé de licence fournie"
2062
 
2063
- #: includes/licensing.php:451 includes/licensing.php:489
2064
  #, fuzzy
2065
  msgid "License key is invalid"
2066
  msgstr "La clé de licence est invalide"
2067
 
2068
- #: includes/licensing.php:455
2069
  #, fuzzy
2070
  msgid "Deactivation failed"
2071
  msgstr "La désactivation a échoué"
2072
 
2073
- #: includes/licensing.php:500
2074
  #, fuzzy
2075
  msgid "The license key was revoked."
2076
  msgstr "Aucune clé de licence fournie"
2077
 
2078
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2079
- #: includes/licensing.php:504
2080
  #, fuzzy
2081
  msgid ""
2082
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2089,7 +2092,7 @@ msgstr ""
2089
  "technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
2090
  "address> à la liste blanche."
2091
 
2092
- #: includes/licensing.php:567
2093
  #, fuzzy
2094
  msgid ""
2095
  "It was not possible to establish a connection with the Business Directory "
@@ -2098,7 +2101,7 @@ msgstr ""
2098
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2099
  "Directory. La connexion a échoué avec l'erreur suivante:"
2100
 
2101
- #: includes/licensing.php:580
2102
  #, fuzzy
2103
  msgid ""
2104
  "It was not possible to establish a connection with the Business Directory "
@@ -2108,7 +2111,7 @@ msgstr ""
2108
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
2109
  "TLS:"
2110
 
2111
- #: includes/licensing.php:627
2112
  #, fuzzy
2113
  msgid ""
2114
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2119,31 +2122,31 @@ msgstr ""
2119
  "aux serveurs de Business Directory. Contactez le support technique et "
2120
  "demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
2121
 
2122
- #: includes/licensing.php:721
2123
  #, fuzzy
2124
  msgid "Business Directory license key is missing."
2125
  msgstr "Business Directory - Clé de licence expirée"
2126
 
2127
- #: includes/licensing.php:722
2128
  #, fuzzy
2129
  msgid "Business Directory license key has expired"
2130
  msgstr "Business Directory - Clé de licence expirée"
2131
 
2132
- #: includes/licensing.php:723
2133
  #, fuzzy
2134
  msgid "Could not verify Business Directory license."
2135
  msgstr "Aider à améliorer Business Directory"
2136
 
2137
- #: includes/licensing.php:734
2138
  #, fuzzy
2139
  msgid "Review license keys"
2140
  msgstr "Renouveller la clé de licence"
2141
 
2142
- #: includes/licensing.php:849
2143
  msgid "Missing data. Please reload this page and try again."
2144
  msgstr ""
2145
 
2146
- #: includes/licensing.php:854
2147
  #, fuzzy
2148
  msgid "Please enter a license key."
2149
  msgstr "S'il vous plaît entrer une clé de licence."
@@ -2166,22 +2169,22 @@ msgstr ""
2166
  msgid "Gateway Transaction ID:"
2167
  msgstr "Transaction passerelle ID:"
2168
 
2169
- #: includes/payment.php:77
2170
  #, fuzzy
2171
  msgid "Bill To:"
2172
  msgstr "Facturé à :"
2173
 
2174
- #: includes/payment.php:88
2175
  #, fuzzy
2176
  msgid "Print Receipt"
2177
  msgstr "Imprimer le reçu"
2178
 
2179
- #: includes/payment.php:148
2180
  #, fuzzy
2181
  msgid "Return to plan selection"
2182
  msgstr "Retourner vers l'annonce."
2183
 
2184
- #: includes/themes.php:945
2185
  #, fuzzy
2186
  msgid "ZIP file is not a valid Business Directory theme file."
2187
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
@@ -2400,47 +2403,47 @@ msgstr "Paramètres d'importation"
2400
  msgid "Post status of new imported listings"
2401
  msgstr "Statut des messages des annonces importées"
2402
 
2403
- #: templates/admin/csv-import.tpl.php:191
2404
  #, fuzzy
2405
  msgid "Post status of existing imported listings"
2406
  msgstr "Statut des messages des annonces importées"
2407
 
2408
- #: templates/admin/csv-import.tpl.php:208
2409
  #, fuzzy
2410
  msgid "Missing categories handling"
2411
  msgstr "Gestion des catégories manquantes"
2412
 
2413
- #: templates/admin/csv-import.tpl.php:214
2414
  #, fuzzy
2415
  msgid "Auto-create categories"
2416
  msgstr "Création automatique des catégories"
2417
 
2418
- #: templates/admin/csv-import.tpl.php:219
2419
  #, fuzzy
2420
  msgid "Generate errors when a category is not found"
2421
  msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
2422
 
2423
- #: templates/admin/csv-import.tpl.php:227
2424
  #, fuzzy
2425
  msgid "Keep existing images"
2426
  msgstr "Liste des images."
2427
 
2428
- #: templates/admin/csv-import.tpl.php:230
2429
  #, fuzzy
2430
  msgid "Appends new images while keeping current ones."
2431
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2432
 
2433
- #: templates/admin/csv-import.tpl.php:238
2434
  #, fuzzy
2435
  msgid "Assign listings to a user"
2436
  msgstr "Assigner des listes à un utilisateur ?"
2437
 
2438
- #: templates/admin/csv-import.tpl.php:250
2439
  #, fuzzy
2440
  msgid "Default listing user"
2441
  msgstr "Annonce par défault de l'utilisateur"
2442
 
2443
- #: templates/admin/csv-import.tpl.php:252
2444
  #, fuzzy
2445
  msgid ""
2446
  "This user will be used if the username column is not present in the CSV file."
@@ -2448,12 +2451,12 @@ msgstr ""
2448
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
2449
  "figure pas dans le fichier CSV."
2450
 
2451
- #: templates/admin/csv-import.tpl.php:259
2452
  #, fuzzy
2453
  msgid "Number of listings imported on every cycle"
2454
  msgstr "Nombre d'affichage d'annonce:"
2455
 
2456
- #: templates/admin/csv-import.tpl.php:261
2457
  msgid ""
2458
  "If you are having trouble importing listings due to memory problems, try "
2459
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2461,12 +2464,12 @@ msgid ""
2461
  "success on shared hosting platforms and other resource-constrained servers."
2462
  msgstr ""
2463
 
2464
- #: templates/admin/csv-import.tpl.php:273
2465
  #, fuzzy
2466
  msgid "Disable email notifications during import"
2467
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
2468
 
2469
- #: templates/admin/csv-import.tpl.php:292
2470
  #, fuzzy
2471
  msgid ""
2472
  "The following are the valid header names to be used in the CSV file. "
@@ -2480,29 +2483,29 @@ msgstr ""
2480
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
2481
  "d'importation devrait ressembler."
2482
 
2483
- #: templates/admin/csv-import.tpl.php:301
2484
  #, fuzzy
2485
  msgid "Header name/label"
2486
  msgstr "Nom/Etiquette de l'en-tête"
2487
 
2488
- #: templates/admin/csv-import.tpl.php:304
2489
  #, fuzzy
2490
  msgid "Required?"
2491
  msgstr "Requis ?"
2492
 
2493
- #: templates/admin/csv-import.tpl.php:305
2494
  #, fuzzy
2495
  msgid "Multivalued?"
2496
  msgstr "Valeurs multiples ?"
2497
 
2498
- #: templates/admin/csv-import.tpl.php:337
2499
  #, fuzzy
2500
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2501
  msgstr ""
2502
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2503
  "fichier ZIP)"
2504
 
2505
- #: templates/admin/csv-import.tpl.php:344
2506
  #, fuzzy
2507
  msgid "Listing author's username"
2508
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
@@ -3144,9 +3147,9 @@ msgstr "Aller à l'écran <b>Plugins</b>"
3144
  msgid "Get debug info"
3145
  msgstr ""
3146
 
3147
- #: templates/businessdirectory-listings.tpl.php:30
3148
  #: templates/deprecated/search.tpl.php:23
3149
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3150
  #, fuzzy
3151
  msgid "No listings found."
3152
  msgstr "Aucune annonce trouvée."
@@ -3296,7 +3299,7 @@ msgid "Search Results"
3296
  msgstr "Résultats de la recherche"
3297
 
3298
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3299
- #: templates/manage_listings.tpl.php:16
3300
  #: templates/submit-listing-done.tpl.php:36
3301
  #, fuzzy
3302
  msgid "Return to directory"
@@ -3439,7 +3442,7 @@ msgstr ""
3439
  "cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
3440
  "bouton Supprimer."
3441
 
3442
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3443
  #, fuzzy
3444
  msgid "You do not currently have any listings in the directory."
3445
  msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
@@ -3456,10 +3459,10 @@ msgstr "%s tous les %s jours."
3456
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3457
  msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
3458
 
3459
- #: templates/parts/listing-buttons.tpl.php:39
3460
  #, fuzzy
3461
- msgid "Return to Directory"
3462
- msgstr "Retourner vers l'annuaire."
3463
 
3464
  #: templates/parts/pagination.tpl.php:7
3465
  #, fuzzy
@@ -3501,7 +3504,7 @@ msgstr "Migration des plans d'honoraires. . ."
3501
  msgid "Recurring Plan Management"
3502
  msgstr "Gestion des frais récurrents"
3503
 
3504
- #: templates/search-form.tpl.php:28
3505
  #, fuzzy
3506
  msgid "Clear"
3507
  msgstr "Effacer"
@@ -3837,7 +3840,7 @@ msgstr ""
3837
  msgid "Business Directory Team"
3838
  msgstr "Annuaire Professionnel"
3839
 
3840
- #: includes/abstracts/class-view.php:129
3841
  msgctxt "views"
3842
  msgid "Invalid credentials."
3843
  msgstr "Informations d'identification invalides."
@@ -3862,12 +3865,12 @@ msgctxt "admin"
3862
  msgid "Untitled Menu"
3863
  msgstr "Menu sans titre"
3864
 
3865
- #: includes/admin/class-admin.php:897
3866
  msgctxt "admin"
3867
  msgid "Dismiss this notice."
3868
  msgstr "Ne tenez pas compte de cet avertissement."
3869
 
3870
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3871
  #, fuzzy
3872
  msgctxt "admin"
3873
  msgid "The listing has been updated."
@@ -3875,25 +3878,25 @@ msgid_plural "The listings have been updated."
3875
  msgstr[0] "L'annonce a été mise à jour."
3876
  msgstr[1] "Les annonces ont été mise à jour."
3877
 
3878
- #: includes/admin/class-admin.php:1038
3879
  #, fuzzy
3880
  msgctxt "admin"
3881
  msgid "The plan was successfully assigned."
3882
  msgstr "Les frais ont bien été assignés."
3883
 
3884
- #: includes/admin/class-admin.php:1048
3885
  msgctxt "admin"
3886
  msgid "Listing was renewed."
3887
  msgid_plural "Listings were renewed."
3888
  msgstr[0] "L'annonce a été renouvelée."
3889
  msgstr[1] "Les annonces ont été renouvelées."
3890
 
3891
- #: includes/admin/class-admin.php:1060
3892
  msgctxt "admin"
3893
  msgid "Renewal email sent."
3894
  msgstr "Email de renouvellement envoyé."
3895
 
3896
- #: includes/admin/class-admin.php:1073
3897
  #, fuzzy
3898
  msgctxt "admin"
3899
  msgid "Listing report deleted."
@@ -3901,18 +3904,18 @@ msgid_plural "Listing reports deleted."
3901
  msgstr[0] "Date d'expiration de l'annonce"
3902
  msgstr[1] "Date d'expiration de l'annonce"
3903
 
3904
- #: includes/admin/class-admin.php:1122
3905
  #, fuzzy
3906
  msgctxt "admin"
3907
  msgid "Access keys sent."
3908
  msgstr "Clés d'accès"
3909
 
3910
- #: includes/admin/class-admin.php:1124
3911
  msgctxt "admin"
3912
  msgid "The access keys couldn't be sent."
3913
  msgstr ""
3914
 
3915
- #: includes/admin/class-admin.php:1282
3916
  msgctxt "admin"
3917
  msgid ""
3918
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3921,7 +3924,7 @@ msgstr ""
3921
  "<b>Business Directory Plugin</b> requiert une page avec le code "
3922
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
3923
 
3924
- #: includes/admin/class-admin.php:1284
3925
  msgctxt "admin"
3926
  msgid ""
3927
  "You can create this page by yourself or let Business Directory do this for "
@@ -3930,12 +3933,12 @@ msgstr ""
3930
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
3931
  "pour vous automatiquement."
3932
 
3933
- #: includes/admin/class-admin.php:1289
3934
  msgctxt "admin"
3935
  msgid "Create required pages for me"
3936
  msgstr "Créer les pages requises pour moi"
3937
 
3938
- #: includes/admin/class-admin.php:1342
3939
  msgctxt "admin"
3940
  msgid ""
3941
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -4011,7 +4014,7 @@ msgctxt "admin menu"
4011
  msgid "Debug"
4012
  msgstr "Déboguer"
4013
 
4014
- #: includes/admin/controllers/class-settings-admin.php:45
4015
  #, fuzzy
4016
  msgctxt "admin menu"
4017
  msgid "Settings"
@@ -4305,47 +4308,47 @@ msgctxt "listing status"
4305
  msgid "Reported"
4306
  msgstr ""
4307
 
4308
- #: includes/models/class-listing.php:984
4309
  msgctxt "listing status"
4310
  msgid "Unknown"
4311
  msgstr "Inconnu"
4312
 
4313
- #: includes/models/class-listing.php:985
4314
  msgctxt "listing status"
4315
  msgid "Legacy"
4316
  msgstr "Don"
4317
 
4318
- #: includes/models/class-listing.php:986
4319
  msgctxt "listing status"
4320
  msgid "Incomplete"
4321
  msgstr "Incomplet"
4322
 
4323
- #: includes/models/class-listing.php:987
4324
  msgctxt "listing status"
4325
  msgid "Pending Payment"
4326
  msgstr "Paiement en attente"
4327
 
4328
- #: includes/models/class-listing.php:988
4329
  msgctxt "listing status"
4330
  msgid "Complete"
4331
  msgstr "Complet"
4332
 
4333
- #: includes/models/class-listing.php:989
4334
  msgctxt "listing status"
4335
  msgid "Pending Upgrade"
4336
  msgstr "En attente de mise à niveau"
4337
 
4338
- #: includes/models/class-listing.php:990
4339
  msgctxt "listing status"
4340
  msgid "Expired"
4341
  msgstr "Expiré"
4342
 
4343
- #: includes/models/class-listing.php:991
4344
  msgctxt "listing status"
4345
  msgid "Pending Renewal"
4346
  msgstr "Actives + En attente de renouvellement"
4347
 
4348
- #: includes/models/class-listing.php:992
4349
  msgctxt "listing status"
4350
  msgid "Abandoned"
4351
  msgstr "Abandonné"
@@ -4851,13 +4854,13 @@ msgctxt "form-fields admin"
4851
  msgid "Create Missing Fields"
4852
  msgstr "Champs d'annonce"
4853
 
4854
- #: includes/admin/controllers/class-settings-admin.php:543
4855
  #, fuzzy
4856
  msgctxt "admin settings"
4857
  msgid "Remove"
4858
  msgstr "Supprimer"
4859
 
4860
- #: includes/admin/controllers/class-settings-admin.php:597
4861
  msgctxt "admin settings"
4862
  msgid "Valid placeholders: %s"
4863
  msgstr "Espaces réservés valides:% s"
@@ -5364,56 +5367,56 @@ msgctxt "admin settings"
5364
  msgid "User registration date"
5365
  msgstr "Date d'expiration de l'annonce"
5366
 
5367
- #: includes/admin/controllers/class-settings-admin.php:679
5368
  msgctxt "expiration notices"
5369
  msgid "Add notice"
5370
  msgstr "Ajouter un avis"
5371
 
5372
- #: includes/admin/controllers/class-settings-admin.php:698
5373
  msgctxt "expiration notices"
5374
  msgid "No notices configured."
5375
  msgstr "Aucun avis configuré."
5376
 
5377
- #: includes/admin/controllers/class-settings-admin.php:740
5378
  msgctxt "expiration notices"
5379
  msgid "recurring and non-recurring"
5380
  msgstr "permanent ou temporaire"
5381
 
5382
- #: includes/admin/controllers/class-settings-admin.php:742
5383
  msgctxt "expiration notices"
5384
  msgid "recurring only"
5385
  msgstr "récurrente uniquement"
5386
 
5387
- #: includes/admin/controllers/class-settings-admin.php:744
5388
  msgctxt "expiration notices"
5389
  msgid "non-recurring only"
5390
  msgstr "non récurrente seulement"
5391
 
5392
- #: includes/admin/controllers/class-settings-admin.php:748
5393
  msgctxt "expiration notices"
5394
  msgid "Sent when a listing (%s) is renewed."
5395
  msgstr "Envoyé lorsque vous renouvelez une liste (% s)."
5396
 
5397
- #: includes/admin/controllers/class-settings-admin.php:753
5398
  msgctxt "expiration notices"
5399
  msgid "Sent when a listing (%s) expires."
5400
  msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
5401
 
5402
- #: includes/admin/controllers/class-settings-admin.php:761
5403
  msgctxt "expiration notices"
5404
  msgid "%d day"
5405
  msgid_plural "%d days"
5406
  msgstr[0] "%d jour"
5407
  msgstr[1] "%d jours"
5408
 
5409
- #: includes/admin/controllers/class-settings-admin.php:764
5410
  msgctxt "expiration notices"
5411
  msgid "%d week"
5412
  msgid_plural "%d weeks"
5413
  msgstr[0] "%d semaine"
5414
  msgstr[1] "%d semaines"
5415
 
5416
- #: includes/admin/controllers/class-settings-admin.php:767
5417
  msgctxt "expiration notices"
5418
  msgid "%d month"
5419
  msgid_plural "%d months"
@@ -5422,146 +5425,146 @@ msgstr[1] "%d mois"
5422
 
5423
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5424
  #. non-recuring only)
5425
- #: includes/admin/controllers/class-settings-admin.php:773
5426
  msgctxt "expiration notices"
5427
  msgid "Sent %1$s before a listing (%2$s) expires."
5428
  msgstr "Envoyé %1$s avant l'expiration d'une liste (%2$s)."
5429
 
5430
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5431
  #. non-recuring only)
5432
- #: includes/admin/controllers/class-settings-admin.php:776
5433
  msgctxt "expiration notices"
5434
  msgid "Sent %1$s after a listing (%2$s) expires."
5435
  msgstr "Envoyé %1$s après une liste (%2$s) expire."
5436
 
5437
- #: includes/admin/controllers/class-settings-admin.php:793
5438
  msgctxt "expiration notices"
5439
  msgid "At the time of expiration"
5440
  msgstr "Au moment de l'expiration"
5441
 
5442
- #: includes/admin/controllers/class-settings-admin.php:794
5443
  msgctxt "expiration notices"
5444
  msgid "Right after a successful renewal"
5445
  msgstr "Renouvellement réussi"
5446
 
5447
- #: includes/admin/controllers/class-settings-admin.php:805
5448
  msgctxt "expiration notices"
5449
  msgid "%d day before expiration"
5450
  msgid_plural "%d days before expiration"
5451
  msgstr[0] "%d jour avant expiration"
5452
  msgstr[1] "%d jours avant expiration"
5453
 
5454
- #: includes/admin/controllers/class-settings-admin.php:805
5455
  msgctxt "expiration notices"
5456
  msgid "%d day after expiration"
5457
  msgid_plural "%d days after expiration"
5458
  msgstr[0] "%d jour après expiration"
5459
  msgstr[1] "%d jours après expiration"
5460
 
5461
- #: includes/admin/controllers/class-settings-admin.php:808
5462
  msgctxt "expiration notices"
5463
  msgid "%d week before expiration"
5464
  msgid_plural "%d weeks before expiration"
5465
  msgstr[0] "%d semaine avant expiration"
5466
  msgstr[1] "%d semaines avant expiration"
5467
 
5468
- #: includes/admin/controllers/class-settings-admin.php:808
5469
  msgctxt "expiration notices"
5470
  msgid "%d week after expiration"
5471
  msgid_plural "%d weeks after expiration"
5472
  msgstr[0] "%d semaine après expiration"
5473
  msgstr[1] "%d semaines après expiration"
5474
 
5475
- #: includes/admin/controllers/class-settings-admin.php:811
5476
  msgctxt "expiration notices"
5477
  msgid "%d month before expiration"
5478
  msgid_plural "%d months before expiration"
5479
  msgstr[0] "%d mois avant expiration"
5480
  msgstr[1] "%d mois avant expiration"
5481
 
5482
- #: includes/admin/controllers/class-settings-admin.php:811
5483
  msgctxt "expiration notices"
5484
  msgid "%d month after expiration"
5485
  msgid_plural "%d months after expiration"
5486
  msgstr[0] "%d mois après expiration"
5487
  msgstr[1] "%d mois après expiration"
5488
 
5489
- #: includes/admin/controllers/class-settings-admin.php:838
5490
  msgctxt "expiration notices"
5491
  msgid "Applies to"
5492
  msgstr "Appliqué à"
5493
 
5494
- #: includes/admin/controllers/class-settings-admin.php:841
5495
  msgctxt "expiration notices"
5496
  msgid "Non-recurring listings"
5497
  msgstr "Annonces temporaires"
5498
 
5499
- #: includes/admin/controllers/class-settings-admin.php:842
5500
  msgctxt "expiration notices"
5501
  msgid "Recurring listings"
5502
  msgstr "Retourner à l'annonce"
5503
 
5504
- #: includes/admin/controllers/class-settings-admin.php:843
5505
  msgctxt "expiration notices"
5506
  msgid "Recurring and non-recurring listings"
5507
  msgstr "Annonces permanentes et temporaires"
5508
 
5509
- #: includes/admin/controllers/class-settings-admin.php:848
5510
  msgctxt "expiration notices"
5511
  msgid "When to send?"
5512
  msgstr "Quand envoyer ?"
5513
 
5514
- #: includes/admin/controllers/class-settings-admin.php:715
5515
  #, fuzzy
5516
  msgctxt "settings"
5517
  msgid "Site title (with link)"
5518
  msgstr "Titre du site (avec lien)"
5519
 
5520
- #: includes/admin/controllers/class-settings-admin.php:716
5521
  msgctxt "settings"
5522
  msgid "Author's name"
5523
  msgstr "Nom de l'auteur"
5524
 
5525
- #: includes/admin/controllers/class-settings-admin.php:717
5526
  msgctxt "settings"
5527
  msgid "Listing's name (with link)"
5528
  msgstr "Nom de l'annonce (avec lien)"
5529
 
5530
- #: includes/admin/controllers/class-settings-admin.php:718
5531
  #, fuzzy
5532
  msgctxt "settings"
5533
  msgid "Listing's expiration date"
5534
  msgstr "Date d'expiration de l'annonce"
5535
 
5536
- #: includes/admin/controllers/class-settings-admin.php:719
5537
  msgctxt "settings"
5538
  msgid "Listing's renewal link, formatted with an anchor tag"
5539
  msgstr ""
5540
 
5541
- #: includes/admin/controllers/class-settings-admin.php:720
5542
  msgctxt "settings"
5543
  msgid "Listing's renewal URL, unformatted by any tags"
5544
  msgstr ""
5545
 
5546
- #: includes/admin/controllers/class-settings-admin.php:721
5547
  #, fuzzy
5548
  msgctxt "settings"
5549
  msgid "Listing's categories"
5550
  msgstr "Titre de l'annonce"
5551
 
5552
- #: includes/admin/controllers/class-settings-admin.php:722
5553
  #, fuzzy
5554
  msgctxt "settings"
5555
  msgid "Listing's last payment date"
5556
  msgstr "Date d'expiration de l'annonce"
5557
 
5558
- #: includes/admin/controllers/class-settings-admin.php:723
5559
  #, fuzzy
5560
  msgctxt "settings"
5561
  msgid "Listing's access key"
5562
  msgstr "Liste des clés d'accès"
5563
 
5564
- #: includes/admin/controllers/class-settings-admin.php:880
5565
  #, fuzzy
5566
  msgctxt "settings"
5567
  msgid "Settings reset to default."
@@ -6355,28 +6358,28 @@ msgctxt "settings"
6355
  msgid "Cropped"
6356
  msgstr ""
6357
 
 
6358
  #: includes/admin/settings/class-settings.php:494
6359
- #: includes/admin/settings/class-settings.php:505
6360
  msgctxt "settings"
6361
  msgid "\"%s\" can not be empty."
6362
  msgstr "\"%s\" ne peut pas être vide."
6363
 
6364
- #: includes/admin/settings/class-settings.php:522
6365
  msgctxt "settings"
6366
  msgid "The slug \"%s\" is already in use for another taxonomy."
6367
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6368
 
6369
- #: includes/licensing.php:237
6370
  msgctxt "settings"
6371
  msgid "Themes"
6372
  msgstr "Thèmes"
6373
 
6374
- #: includes/licensing.php:289 includes/licensing.php:290
6375
  msgctxt "settings"
6376
  msgid "Please wait..."
6377
  msgstr "Veuillez attendre..."
6378
 
6379
- #: includes/licensing.php:290
6380
  #, fuzzy
6381
  msgctxt "settings"
6382
  msgid "Deauthorize"
@@ -6392,12 +6395,12 @@ msgctxt "themes"
6392
  msgid "Could not change the active theme to \"%s\"."
6393
  msgstr "Vous ne pouvez pas changer le thème actif pour \"%s\"."
6394
 
6395
- #: includes/admin/controllers/class-themes-admin.php:150
6396
  msgctxt "themes"
6397
  msgid "Active theme changed to \"%s\"."
6398
  msgstr "Thème actuel modifié vers \"%s\"."
6399
 
6400
- #: includes/admin/controllers/class-themes-admin.php:153
6401
  msgctxt "themes"
6402
  msgid ""
6403
  "%s requires that you tag your existing fields to match some places we want "
@@ -6407,53 +6410,53 @@ msgstr ""
6407
  "correspondre les emplacements et mettre vos données sur le thème. Voici les "
6408
  "champs qui nous manquent."
6409
 
6410
- #: includes/admin/controllers/class-themes-admin.php:164
6411
  msgctxt "themes"
6412
  msgid "Map My Fields"
6413
  msgstr "Gestion des champs"
6414
 
6415
- #: includes/admin/controllers/class-themes-admin.php:172
6416
  msgctxt "themes"
6417
  msgid "Suggested fields created successfully."
6418
  msgstr "Champs créés avec succès."
6419
 
6420
- #: includes/admin/controllers/class-themes-admin.php:175
6421
  msgctxt "themes"
6422
  msgid "Theme installed successfully."
6423
  msgstr "Thème installé avec succès."
6424
 
6425
- #: includes/admin/controllers/class-themes-admin.php:178
6426
  msgctxt "themes"
6427
  msgid "Theme was deleted successfully."
6428
  msgstr "Le thème a été supprimé."
6429
 
6430
- #: includes/admin/controllers/class-themes-admin.php:181
6431
  msgctxt "themes"
6432
  msgid "Could not delete theme directory. Check permissions."
6433
  msgstr "Impossible de supprimer le dossier du thème. Vérifier les permissions."
6434
 
6435
- #: includes/admin/controllers/class-themes-admin.php:234
6436
  msgctxt "themes"
6437
  msgid "Please upload a valid theme file."
6438
  msgstr "Veuillez télécharger un fichier de thème valide."
6439
 
6440
- #: includes/admin/controllers/class-themes-admin.php:243
6441
  msgctxt "themes"
6442
  msgid "Could not move \"%s\" to a temporary directory."
6443
  msgstr "Impossible de déplacer \"%s\" vers un dossier temporaire."
6444
 
6445
- #: includes/admin/controllers/class-themes-admin.php:329
6446
  msgctxt "themes"
6447
  msgid "Activate your <a>license key</a> to use this theme."
6448
  msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
6449
 
6450
- #: includes/admin/controllers/class-themes-admin.php:372
6451
  #, fuzzy
6452
  msgctxt "themes"
6453
  msgid "Invalid theme ID"
6454
  msgstr "ID d'élément non valide"
6455
 
6456
- #: includes/admin/controllers/class-themes-admin.php:378
6457
  #: includes/admin/upgrades/class-themes-updater.php:172
6458
  msgctxt "themes"
6459
  msgid "Could not update theme: %s"
@@ -6480,17 +6483,17 @@ msgctxt "themes"
6480
  msgid "Theme was updated successfully."
6481
  msgstr "Le thème a été mis à jour avec succès."
6482
 
6483
- #: includes/themes.php:953
6484
  msgctxt "themes"
6485
  msgid "Could not create themes directory."
6486
  msgstr "Impossible de créer le répertoire de thèmes."
6487
 
6488
- #: includes/themes.php:964
6489
  msgctxt "themes"
6490
  msgid "Could not remove previous theme directory \"%s\"."
6491
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
6492
 
6493
- #: includes/themes.php:972
6494
  msgctxt "themes"
6495
  msgid "Could not move new theme into theme directory."
6496
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
@@ -6500,13 +6503,13 @@ msgctxt "admin csv-export"
6500
  msgid "Could not decode export state information."
6501
  msgstr "Impossible de décoder les informations d'état de l'exportation."
6502
 
6503
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6504
  msgctxt "admin csv-export"
6505
  msgid "Could not create a temporary directory for handling this CSV export."
6506
  msgstr ""
6507
  "Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
6508
 
6509
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6510
  msgctxt "admin csv-export"
6511
  msgid "Error while creating a temporary directory for CSV export: %s"
6512
  msgstr ""
@@ -6698,7 +6701,7 @@ msgctxt "admin csv-import"
6698
  msgid "Please upload or select a CSV file."
6699
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
6700
 
6701
- #: includes/admin/csv-import.php:374
6702
  msgctxt "admin csv-import"
6703
  msgid ""
6704
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6707,13 +6710,13 @@ msgstr ""
6707
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
6708
  "l'importation. Merci de résoudre ce problème avant de continuer."
6709
 
6710
- #: includes/admin/csv-import.php:383
6711
  msgctxt "admin csv-import"
6712
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6713
  msgstr ""
6714
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6715
 
6716
- #: includes/admin/helpers/csv/class-csv-import.php:531
6717
  msgctxt "admin csv-import"
6718
  msgid ""
6719
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6722,33 +6725,33 @@ msgstr ""
6722
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6723
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6724
 
6725
- #: includes/admin/helpers/csv/class-csv-import.php:537
6726
  msgctxt "admin csv-import"
6727
  msgid "Could not create listing category \"%s\""
6728
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6729
 
6730
- #: includes/admin/helpers/csv/class-csv-import.php:728
6731
  msgctxt "admin csv-import"
6732
  msgid "Username \"%s\" does not exist"
6733
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6734
 
6735
- #: includes/admin/helpers/csv/class-csv-import.php:755
6736
  #, fuzzy
6737
  msgctxt "admin csv-import"
6738
  msgid "There is no Plan with ID = <fee-id>"
6739
  msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
6740
 
6741
- #: includes/admin/helpers/csv/class-csv-import.php:786
6742
  msgctxt "admin csv-import"
6743
  msgid "Missing required field: %s"
6744
  msgstr "Absence d'un champ requis: %s"
6745
 
6746
- #: includes/admin/helpers/csv/class-csv-import.php:831
6747
  msgctxt "admin csv-import"
6748
  msgid "Listing category \"%s\" does not exist"
6749
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6750
 
6751
- #: includes/admin/helpers/csv/class-csv-import.php:905
6752
  msgctxt "admin csv-import"
6753
  msgid "The string <string> couldn't be converted into a valid date."
6754
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
@@ -6907,13 +6910,13 @@ msgctxt "admin csv-import"
6907
  msgid "Semicolon (;)"
6908
  msgstr "Point-virgule (;)"
6909
 
6910
- #: templates/admin/csv-import.tpl.php:194
6911
  #, fuzzy
6912
  msgctxt "admin csv-import"
6913
  msgid "Preserve existing status"
6914
  msgstr "Statut liste"
6915
 
6916
- #: templates/admin/csv-import.tpl.php:245
6917
  msgctxt "admin csv-import"
6918
  msgid ""
6919
  "Select a default user to be used if the username column is not present in "
@@ -6922,17 +6925,17 @@ msgstr ""
6922
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
6923
  "figure pas dans le fichier CSV."
6924
 
6925
- #: templates/admin/csv-import.tpl.php:279
6926
  msgctxt "admin csv-import"
6927
  msgid "Test Import"
6928
  msgstr "Tester l'importation"
6929
 
6930
- #: templates/admin/csv-import.tpl.php:280
6931
  msgctxt "admin csv-import"
6932
  msgid "Import Listings"
6933
  msgstr "Importation des listes"
6934
 
6935
- #: templates/admin/csv-import.tpl.php:330
6936
  #, fuzzy
6937
  msgctxt "admin csv-import"
6938
  msgid ""
@@ -6943,7 +6946,7 @@ msgstr ""
6943
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6944
  "externes."
6945
 
6946
- #: templates/admin/csv-import.tpl.php:351
6947
  msgctxt "admin csv-import"
6948
  msgid ""
6949
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6951,7 +6954,7 @@ msgstr ""
6951
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
6952
  "provenant de sources externes."
6953
 
6954
- #: templates/admin/csv-import.tpl.php:358
6955
  msgctxt "admin csv-import"
6956
  msgid ""
6957
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6974,12 +6977,12 @@ msgstr ""
6974
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
6975
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
6976
 
6977
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6978
  msgctxt "listing metabox"
6979
  msgid "Recent Payments"
6980
  msgstr "Paiements récents"
6981
 
6982
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6983
  msgctxt "listing metabox"
6984
  msgid "Access Key"
6985
  msgstr "Clés d'accès"
@@ -7011,33 +7014,33 @@ msgctxt "listing metabox"
7011
  msgid "# of images"
7012
  msgstr "# des images"
7013
 
7014
- #: includes/admin/helpers/class-listing-timeline.php:111
7015
  msgctxt "listing timeline"
7016
  msgid "Listing created"
7017
  msgstr "Annonce créée"
7018
 
7019
- #: includes/admin/helpers/class-listing-timeline.php:116
7020
  msgctxt "listing timeline"
7021
  msgid "Listing expired"
7022
  msgstr "Une annonce expire"
7023
 
7024
- #: includes/admin/helpers/class-listing-timeline.php:126
7025
  msgctxt "listing timeline"
7026
  msgid "T&C acceptance date"
7027
  msgstr ""
7028
 
7029
- #: includes/admin/helpers/class-listing-timeline.php:141
7030
  msgctxt "listing timeline"
7031
  msgid "Paid as admin"
7032
  msgstr ""
7033
 
7034
- #: includes/admin/helpers/class-listing-timeline.php:143
7035
  #, fuzzy
7036
  msgctxt "listing timeline"
7037
  msgid "Listing imported"
7038
  msgstr "Une annonce expire"
7039
 
7040
- #: includes/admin/helpers/class-listing-timeline.php:145
7041
  #, fuzzy
7042
  msgctxt "listing timeline"
7043
  msgid "Initial Payment"
@@ -7108,22 +7111,22 @@ msgctxt "tracking"
7108
  msgid "What do you track?"
7109
  msgstr "Qu'est-ce que vous analysez ?"
7110
 
7111
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7112
  msgctxt "manual-upgrade"
7113
  msgid "Continue"
7114
  msgstr "Continuer"
7115
 
7116
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7117
  msgctxt "manual-upgrade"
7118
  msgid "Start Upgrade"
7119
  msgstr "Démarrer la mise à jour"
7120
 
7121
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7122
  msgctxt "manual-upgrade"
7123
  msgid "Pause Upgrade"
7124
  msgstr "Mettre la mise à jour en pause"
7125
 
7126
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7127
  msgctxt "manual-upgrade"
7128
  msgid ""
7129
  "The upgrade was successfully performed. Business Directory Plugin is now "
@@ -7132,7 +7135,7 @@ msgstr ""
7132
  "La mise à jour s'est bien effectuée. Le plugin Business Directory est "
7133
  "maintenant disponible et fonctionnel."
7134
 
7135
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7136
  msgctxt "manual-upgrade"
7137
  msgid "Go to \"Directory Admin\""
7138
  msgstr "Aller à \"Administrateur de l'annuaire\""
@@ -7156,29 +7159,29 @@ msgctxt "installer"
7156
  msgid "Migrating license information to new format..."
7157
  msgstr "Migration des informations de licence au nouveau format. . ."
7158
 
7159
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7160
  msgctxt "installer"
7161
  msgid "Migrating email notices to new format..."
7162
  msgstr "Migration des avis au nouveau format par courriel . . ."
7163
 
7164
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7165
  #, fuzzy
7166
  msgctxt "installer"
7167
  msgid "Migrating plans..."
7168
  msgstr "Migration des plans d'honoraires. . ."
7169
 
7170
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7171
  msgctxt "installer"
7172
  msgid "! Could not migrate payment #%d"
7173
  msgstr "! Impossible de migrer le paiement #%d"
7174
 
7175
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7176
  msgctxt "installer"
7177
  msgid "Updating payment items format: %d items remaining..."
7178
  msgstr ""
7179
  "Mise à jour du format des éléments de paiement : %d éléments restants..."
7180
 
7181
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7182
  msgctxt "installer"
7183
  msgid "Migrating listing information: %d items remaining..."
7184
  msgstr "Migration des informations de soumission : %d éléments restants..."
@@ -7229,17 +7232,17 @@ msgctxt "installer"
7229
  msgid "Listing upgrade to featured"
7230
  msgstr "Mise à jour des annonces vers prioritaire"
7231
 
7232
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7233
  msgctxt "listings-api"
7234
  msgid "Featured Listing"
7235
  msgstr "Annonce sélectionnée"
7236
 
7237
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7238
  msgctxt "migrate-18"
7239
  msgid "Featured Levels migration is complete."
7240
  msgstr "La migration des niveaux en vedette est terminée."
7241
 
7242
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7243
  #, fuzzy
7244
  msgctxt "migrate-18"
7245
  msgid ""
@@ -7252,7 +7255,7 @@ msgstr ""
7252
  "restreintes pour les plans tarifaires, mais en supprimant la notion confuse "
7253
  "de «Niveau en vedette» qui se limitait à des annonces mises en avant."
7254
 
7255
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7256
  #, fuzzy
7257
  msgctxt "migrate-18"
7258
  msgid ""
@@ -7269,7 +7272,7 @@ msgstr ""
7269
  "ne savez pas quoi faire ici, <support-link>contactez le support</support-"
7270
  "link> et <cancel-link>annulez la migration</cancel-link>."
7271
 
7272
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7273
  #, fuzzy
7274
  msgctxt "migrate-18"
7275
  msgid ""
@@ -7281,27 +7284,27 @@ msgstr ""
7281
  "simples pour déplacer vos données de l'ancien \"Niveau Premium\" vers le "
7282
  "nouveau \"Plan tarifaire à fonctionnalités restreintes\" qui vous convient."
7283
 
7284
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7285
  msgctxt "migrate-18"
7286
  msgid "Move to: "
7287
  msgstr "Déplacez vers : "
7288
 
7289
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7290
  msgctxt "migrate-18"
7291
  msgid "New plan summary"
7292
  msgstr "Nouveau résumé du plan"
7293
 
7294
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7295
  msgctxt "migrate-18"
7296
  msgid "Perform migration"
7297
  msgstr "Effectuer la migration"
7298
 
7299
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7300
  msgctxt "migrate-18"
7301
  msgid "Business Directory Plugin - Featured Levels migration required."
7302
  msgstr "Business Directory Plugin - Migration des niveaux en vedette requise."
7303
 
7304
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7305
  msgctxt "migrate-18"
7306
  msgid ""
7307
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
@@ -7310,44 +7313,44 @@ msgstr ""
7310
  "Les statuts \"Premium\" ont été supprimés dans @next-release. Vous devez "
7311
  "effectuer la <a>migration des statuts \"Premium\" ici</a>."
7312
 
7313
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7314
  msgctxt "upgrade-18"
7315
  msgid "← Return to Directory dashboard"
7316
  msgstr "← Retourner à l'annuaire"
7317
 
7318
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7319
  msgctxt "upgrade-18"
7320
  msgid "Configure Plan"
7321
  msgstr "Configurez les plans de soumissions"
7322
 
7323
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7324
  msgctxt "upgrade-18"
7325
  msgid "Featured Level"
7326
  msgstr "Niveau en vedette"
7327
 
7328
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7329
  msgctxt "upgrade-18"
7330
  msgid "What to do with it?"
7331
  msgstr "Que dois-je faire avec ça ?"
7332
 
7333
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7334
  msgctxt "upgrade-18"
7335
  msgid "%d listing is on this level."
7336
  msgid_plural "%d listings are on this level."
7337
  msgstr[0] "liste %d est à ce niveau.."
7338
  msgstr[1] "%d annonces sont à ce niveau."
7339
 
7340
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7341
  msgctxt "upgrade-18"
7342
  msgid "Select an option"
7343
  msgstr "Sélectionnez une option"
7344
 
7345
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7346
  msgctxt "upgrade-18"
7347
  msgid "Remove \"sticky\" status for listings."
7348
  msgstr "Revoir le statut pour les listes \"récurrentes\"."
7349
 
7350
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7351
  #, fuzzy
7352
  msgctxt "upgrade-18"
7353
  msgid "Remove this (old) level, and leave the listing on the old plan."
@@ -7355,24 +7358,24 @@ msgstr ""
7355
  "Supprimez cet (ancien) niveau et laissez les annonces sur l'ancien plan "
7356
  "tarifaire."
7357
 
7358
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7359
  #, fuzzy
7360
  msgctxt "upgrade-18"
7361
  msgid "May change \"sticky\" status depending on plan."
7362
  msgstr "Peut changer le statut \"Premium\" en fonction du plan tarifaire."
7363
 
7364
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7365
  #, fuzzy
7366
  msgctxt "upgrade-18"
7367
  msgid "Move listings with this level to existing plan."
7368
  msgstr "Déplacez les annonces de ce niveau vers le plan tarifaire existant."
7369
 
7370
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7371
  msgctxt "upgrade-18"
7372
  msgid "Keep \"sticky\" status of listings."
7373
  msgstr "Revoir le statut pour les listes \"récurrentes\"."
7374
 
7375
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7376
  #, fuzzy
7377
  msgctxt "upgrade-18"
7378
  msgid "Replace this level with a new plan."
@@ -7393,35 +7396,35 @@ msgctxt "listing"
7393
  msgid "Add New Listing"
7394
  msgstr "Ajouter une nouvelle annonce"
7395
 
7396
- #: includes/models/class-listing.php:430
7397
  #, fuzzy
7398
  msgctxt "listing"
7399
  msgid "Listing has no registered payments"
7400
  msgstr "Date d'expiration de l'annonce"
7401
 
7402
- #: includes/models/class-listing.php:439
7403
  #, fuzzy
7404
  msgctxt "listing"
7405
  msgid "Can't delete payment"
7406
  msgstr "Supprimer le paiement"
7407
 
7408
- #: includes/models/class-listing.php:477
7409
  msgctxt "listing"
7410
  msgid "Listing expired"
7411
  msgstr "Une annonce expire"
7412
 
7413
- #: includes/models/class-listing.php:686
7414
  msgctxt "listing"
7415
  msgid "(Unavailable Plan)"
7416
  msgstr "(Plan indisponible disponible)"
7417
 
7418
- #: includes/models/class-listing.php:881
7419
  #, fuzzy
7420
  msgctxt "listing"
7421
  msgid "Plan \"%s\" (recurring)"
7422
  msgstr "(récurrent)"
7423
 
7424
- #: includes/models/class-listing.php:883
7425
  msgctxt "listing"
7426
  msgid "Plan \"%s\""
7427
  msgstr "Statut \"%s\""
@@ -7539,21 +7542,11 @@ msgctxt "notify email"
7539
  msgid "Report additional info"
7540
  msgstr ""
7541
 
7542
- #: includes/class-meta.php:37
7543
  msgctxt "rss feed"
7544
  msgid "%s Feed"
7545
  msgstr "%s diffusion"
7546
 
7547
- #: includes/class-meta.php:144
7548
- msgctxt "title"
7549
- msgid "Find a Listing"
7550
- msgstr "Trouver une annonce"
7551
-
7552
- #: includes/class-meta.php:172
7553
- msgctxt "title"
7554
- msgid "Listings tagged: %s"
7555
- msgstr "Annonces marquées: %s"
7556
-
7557
  #: includes/class-payment-gateways.php:95
7558
  msgctxt "payment-gateways"
7559
  msgid "Enable %s?"
@@ -7585,18 +7578,18 @@ msgctxt "recaptcha"
7585
  msgid "The reCAPTCHA validation score failed."
7586
  msgstr "Le code CAPTCHA n'a pas été rentré correctement."
7587
 
7588
- #: includes/class-wpbdp.php:463
7589
  #, fuzzy
7590
  msgctxt "listing image upload"
7591
  msgid "Please select a plan before uploading images to the listing"
7592
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
7593
 
7594
- #: includes/class-wpbdp.php:468
7595
  msgctxt "listing image upload"
7596
  msgid "Can not upload any more images for this listing."
7597
  msgstr "Impossible de télécharger d'images pour cette annonce."
7598
 
7599
- #: includes/class-wpbdp.php:472
7600
  #, fuzzy
7601
  msgctxt "listing image upload"
7602
  msgid ""
@@ -7617,34 +7610,34 @@ msgctxt "navxt"
7617
  msgid "Submit Listing"
7618
  msgstr "Soumettre l'annonce"
7619
 
7620
- #: includes/controllers/pages/class-checkout.php:111
7621
  msgctxt "checkout"
7622
  msgid "Can not process a payment at this time. Please try again later."
7623
  msgstr ""
7624
  "Ne peut pas traiter un paiement en ce moment. Veuillez réessayer plus tard."
7625
 
7626
- #: includes/controllers/pages/class-checkout.php:149
7627
  msgctxt "checkout"
7628
  msgid "Invalid nonce received."
7629
  msgstr "Demande reçue invalide."
7630
 
7631
- #: includes/controllers/pages/class-checkout.php:164
7632
  msgctxt "checkout"
7633
  msgid "Invalid gateway selected."
7634
  msgstr "Passerelle sélectionnée non valide."
7635
 
7636
- #: includes/controllers/pages/class-checkout.php:169
7637
  msgctxt "checkout"
7638
  msgid "Selected gateway does not support payment's currency."
7639
  msgstr ""
7640
  "La passerelle sélectionnée ne prend pas en charge la devise de paiement."
7641
 
7642
- #: includes/controllers/pages/class-checkout.php:228
7643
  msgctxt "checkout"
7644
  msgid "Unknown gateway error."
7645
  msgstr "Erreur inconnue de la passerelle de paiement. Veuillez réessayer."
7646
 
7647
- #: includes/controllers/pages/class-checkout.php:267
7648
  msgctxt "checkout"
7649
  msgid ""
7650
  "There was an error trying to process your request. No gateway is selected."
@@ -7836,12 +7829,12 @@ msgid ""
7836
  "an existing field"
7837
  msgstr ""
7838
 
7839
- #: includes/controllers/pages/class-submit-listing.php:1283
7840
  msgctxt "templates"
7841
  msgid "Please agree to the Terms and Conditions."
7842
  msgstr "Veuillez accepter les conditions d'utilisation."
7843
 
7844
- #: includes/controllers/pages/class-submit-listing.php:1297
7845
  msgctxt "templates"
7846
  msgid "I agree to the <a>Terms and Conditions</a>"
7847
  msgstr "J'accepte <a> Conditions générales </a>"
@@ -7852,12 +7845,12 @@ msgctxt "templates"
7852
  msgid "Return to results"
7853
  msgstr "Retourner vers l'annuaire"
7854
 
7855
- #: includes/helpers/functions/templates-ui.php:226
7856
  msgctxt "templates"
7857
  msgid "No listing categories found."
7858
  msgstr "Aucune catégorie d'annonce trouvée."
7859
 
7860
- #: includes/helpers/functions/templates-ui.php:377
7861
  msgctxt "templates"
7862
  msgid "Advanced Search"
7863
  msgstr "Recherche avancée"
@@ -7868,16 +7861,6 @@ msgctxt "templates"
7868
  msgid "Featured Listing"
7869
  msgstr "Annonce sélectionnée"
7870
 
7871
- #: templates/manage_listings.tpl.php:20
7872
- msgctxt "templates"
7873
- msgid ""
7874
- "Your current listings are shown below. To edit a listing click the edit "
7875
- "button. To delete a listing click the delete button."
7876
- msgstr ""
7877
- "Vos annonces actuelles sont présentés ci-dessous. Pour modifier une annonce, "
7878
- "cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
7879
- "bouton Supprimer."
7880
-
7881
  #: templates/parts/listing-buttons.tpl.php:15
7882
  msgctxt "templates"
7883
  msgid "Edit"
@@ -7927,11 +7910,6 @@ msgctxt "templates"
7927
  msgid "Return to plan selection"
7928
  msgstr "Retourner vers l'annonce."
7929
 
7930
- #: templates/search-form.tpl.php:3
7931
- msgctxt "templates"
7932
- msgid "Find a listing"
7933
- msgstr "Trouver une annonce"
7934
-
7935
  #: templates/submit-listing/extra-sections.tpl.php:1
7936
  msgctxt "templates"
7937
  msgid "Additional Information"
@@ -8010,12 +7988,12 @@ msgstr ""
8010
  "Veuillez vous <a> connecter </a> pour pouvoir envoyer des messages au "
8011
  "propriétaire de l'annonce."
8012
 
8013
- #: includes/controllers/pages/class-manage-recurring.php:36
8014
  msgctxt "manage subscription"
8015
  msgid "The listing with id = <listing-id> doesn't exists."
8016
  msgstr ""
8017
 
8018
- #: includes/controllers/pages/class-manage-recurring.php:45
8019
  #, fuzzy
8020
  msgctxt "manage subscriptions"
8021
  msgid ""
@@ -8023,13 +8001,13 @@ msgid ""
8023
  "invalid."
8024
  msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
8025
 
8026
- #: includes/controllers/pages/class-manage-recurring.php:56
8027
  msgctxt "manage subscriptions"
8028
  msgid "Invalid subscription."
8029
  msgstr "Abonnement non valide."
8030
 
8031
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
8032
- #: includes/controllers/pages/class-manage-recurring.php:79
8033
  #, fuzzy
8034
  msgctxt "manage subscriptions"
8035
  msgid "Your subscription was canceled."
@@ -8042,7 +8020,7 @@ msgctxt "manage subscriptions"
8042
  msgid "Subscription / Plan"
8043
  msgstr "Abonnement/ Plan de frais"
8044
 
8045
- #: includes/controllers/pages/class-manage-recurring.php:96
8046
  #, fuzzy
8047
  msgctxt "manage listings"
8048
  msgid "You are not on recurring payments for any of your listings."
@@ -8235,22 +8213,22 @@ msgstr ""
8235
  "Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
8236
 
8237
  #: includes/controllers/pages/class-submit-listing.php:866
8238
- #: includes/controllers/pages/class-submit-listing.php:992
8239
  msgctxt "submit listing"
8240
  msgid "Please select a category."
8241
  msgstr "Veuillez sélectionner une catégorie."
8242
 
8243
- #: includes/controllers/pages/class-submit-listing.php:890
8244
  msgctxt "submit listing"
8245
  msgid "Current active plan is disabled. Please select another plan."
8246
  msgstr ""
8247
 
8248
- #: includes/controllers/pages/class-submit-listing.php:892
8249
  msgctxt "submit listing"
8250
  msgid "Please choose a valid category for your plan."
8251
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
8252
 
8253
- #: includes/controllers/pages/class-submit-listing.php:895
8254
  #, fuzzy
8255
  msgctxt "submit listing"
8256
  msgid "Please choose a valid plan for your category selection."
@@ -8258,24 +8236,24 @@ msgstr ""
8258
  "S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
8259
  "catégorie."
8260
 
8261
- #: includes/controllers/pages/class-submit-listing.php:1203
8262
  msgctxt "submit listing"
8263
  msgid "Please enter your desired username."
8264
  msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
8265
 
8266
- #: includes/controllers/pages/class-submit-listing.php:1208
8267
  msgctxt "submit listing"
8268
  msgid "Please enter the e-mail for your new account."
8269
  msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
8270
 
8271
- #: includes/controllers/pages/class-submit-listing.php:1213
8272
  msgctxt "submit listing"
8273
  msgid "The username you chose is already in use. Please use a different one."
8274
  msgstr ""
8275
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
8276
  "utiliser un autre."
8277
 
8278
- #: includes/controllers/pages/class-submit-listing.php:1218
8279
  msgctxt "submit listing"
8280
  msgid "The e-mail address you chose for your account is already in use."
8281
  msgstr ""
@@ -8286,7 +8264,7 @@ msgctxt "submit listing"
8286
  msgid "Listing submitted by admin. Payment skipped."
8287
  msgstr "Annonce soumis par admin. Paiement sauté."
8288
 
8289
- #: includes/controllers/pages/class-submit-listing.php:1158
8290
  msgctxt "listing submit"
8291
  msgid ""
8292
  "Image upload is required, please provide at least one image and submit again."
@@ -8589,7 +8567,7 @@ msgctxt "fs helper"
8589
  msgid "Destination dir \"%s\" is not writable."
8590
  msgstr "Le dossier \"%s\" n'est pas accessible en écriture."
8591
 
8592
- #: includes/helpers/functions/templates-ui.php:404
8593
  msgctxt "templates sort"
8594
  msgid "Sort By:"
8595
  msgstr "Trier par:"
@@ -8620,12 +8598,12 @@ msgctxt "default category name"
8620
  msgid "General"
8621
  msgstr "Général"
8622
 
8623
- #: includes/licensing.php:540
8624
  msgctxt "licensing"
8625
  msgid "Could not contact licensing server"
8626
  msgstr "Impossible de contacter le serveur de licences"
8627
 
8628
- #: includes/licensing.php:553
8629
  #, fuzzy
8630
  msgctxt "licensing"
8631
  msgid ""
@@ -8636,7 +8614,7 @@ msgstr ""
8636
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
8637
  "TLS:"
8638
 
8639
- #: includes/licensing.php:555 includes/licensing.php:585
8640
  msgctxt "licensing"
8641
  msgid ""
8642
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8649,7 +8627,7 @@ msgstr ""
8649
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8650
  "est OpenSSL 1.0.1c)."
8651
 
8652
- #: includes/licensing.php:557 includes/licensing.php:587
8653
  msgctxt "licensing"
8654
  msgid ""
8655
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8661,7 +8639,7 @@ msgstr ""
8661
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8662
  "dernières normes de sécurité."
8663
 
8664
- #: includes/licensing.php:559
8665
  #, fuzzy
8666
  msgctxt "licensing"
8667
  msgid ""
@@ -8671,7 +8649,7 @@ msgstr ""
8671
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8672
  "à jour votre hébergement. Incluez ce message si nécessaire."
8673
 
8674
- #: includes/licensing.php:589
8675
  #, fuzzy
8676
  msgctxt "licensing"
8677
  msgid ""
@@ -8681,33 +8659,33 @@ msgstr ""
8681
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8682
  "à jour votre hébergement. Incluez ce message si nécessaire."
8683
 
8684
- #: includes/licensing.php:625
8685
  msgctxt "licensing"
8686
  msgid "The server returned a 403 Forbidden error."
8687
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8688
 
8689
- #: includes/licensing.php:871
8690
  msgctxt "licensing"
8691
  msgid "Could not activate license: %s."
8692
  msgstr "Impossible d'activer la licence: %s."
8693
 
8694
- #: includes/licensing.php:876
8695
  msgctxt "licensing"
8696
  msgid "License activated"
8697
  msgstr "Licence activée"
8698
 
8699
- #: includes/licensing.php:908
8700
  msgctxt "licensing"
8701
  msgid "Could not deactivate license: %s."
8702
  msgstr "Impossible de désactiver la licence: %s."
8703
 
8704
- #: includes/licensing.php:910
8705
  msgctxt "licensing"
8706
  msgid "License deactivated"
8707
  msgstr "Licence désactivée"
8708
 
8709
  #. translators: "<module-name>" version <version-number> is not...
8710
- #: includes/licensing.php:1150
8711
  #, fuzzy
8712
  msgctxt "deprecation"
8713
  msgid ""
@@ -8729,20 +8707,20 @@ msgid_plural "%d images allowed."
8729
  msgstr[0] "Image %d autorisée."
8730
  msgstr[1] "Images autorisées"
8731
 
8732
- #: includes/models/class-fee-plan.php:402
8733
  #, fuzzy
8734
  msgctxt "fees-api"
8735
  msgid "Plan label is required."
8736
  msgstr "Ce champ est requis."
8737
 
8738
- #: includes/models/class-fee-plan.php:408
8739
  msgctxt "fees-api"
8740
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8741
  msgstr ""
8742
  "La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
8743
  "jours)."
8744
 
8745
- #: includes/models/class-fee-plan.php:413
8746
  msgctxt "fees-api"
8747
  msgid ""
8748
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8750,7 +8728,7 @@ msgid ""
8750
  "<a>plan</a> appropriately."
8751
  msgstr ""
8752
 
8753
- #: includes/models/class-fee-plan.php:416
8754
  msgctxt "fees-api"
8755
  msgid ""
8756
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -9239,6 +9217,27 @@ msgctxt "send-access-keys"
9239
  msgid "Continue"
9240
  msgstr "Continuer"
9241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9242
  #~ msgctxt "listing metabox"
9243
  #~ msgid "General Info"
9244
  #~ msgstr "Informations générales"
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-11 00:03:39+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"
75
  #: includes/admin/settings/class-settings-bootstrap.php:691
76
  #: includes/admin/settings/class-settings-bootstrap.php:692
77
  #: includes/helpers/class-app.php:93
78
+ #: includes/helpers/functions/templates-ui.php:308
79
  msgid "Directory"
80
  msgstr "Annuaire"
81
 
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)"
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"
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
165
  #: includes/admin/helpers/tables/class-payments-table.php:64
166
  #: templates/email/listing-added.tpl.php:7
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 "
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
 
281
  #: includes/admin/controllers/class-admin-fees.php:46
282
  #: includes/admin/helpers/tables/class-payments-table.php:67
283
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
284
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
285
  #: templates/admin/payments-details.tpl.php:113
286
  #: templates/email/listing-payment-completed.tpl.php:21
292
  #: includes/admin/controllers/class-admin-fees.php:48
293
  #: includes/admin/helpers/tables/class-fees-table.php:65
294
  #: includes/admin/settings/class-settings-bootstrap.php:907
295
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php: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"
366
  msgstr "Attributs"
367
 
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"
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"
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
568
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
569
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
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
 
612
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
613
  #: includes/admin/helpers/tables/class-payments-table.php:63
614
  #: includes/admin/settings/class-settings-bootstrap.php:667
615
  #: includes/admin/settings/class-settings-bootstrap.php:668
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"
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
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é."
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"
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
1136
  msgid "Uninstall"
1137
  msgstr "Désinstaller"
1138
 
1139
+ #: includes/admin/settings/class-settings.php:503
1140
  msgid "%s cannot include spaces, commas, or &"
1141
  msgstr ""
1142
 
1188
  msgid "Directory Manual Upgrade"
1189
  msgstr "Business Directory - Mise à jour manuelle"
1190
 
1191
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1192
  msgid ""
1193
  "Business Directory features are currently disabled because the plugin needs "
1194
  "to perform a manual upgrade before it can be used."
1197
  "désactivées car le plugin a besoin d'effectuer une mise à jour manuelle afin "
1198
  "d'être pleinement utilisable."
1199
 
1200
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1201
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1202
  msgstr ""
1203
  "Cliquez sur \"Démarrer la mise à jour\" et patientez jusqu'à la fin du "
1205
 
1206
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1207
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1208
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1209
  msgid "Business Directory - Featured Levels Migration"
1210
  msgstr "Business Directory - Migration des niveaux en vedette"
1211
 
1212
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1213
  #: templates/admin/fees-form.tpl.php:17
1214
  #, fuzzy
1215
  msgid "Plan Label"
1216
  msgstr "Etiquette du champ"
1217
 
1218
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1219
  #, fuzzy
1220
  msgid "Duration"
1221
  msgstr "Durée"
1222
 
1223
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1224
  #, fuzzy
1225
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1226
  msgstr "! Impossible de migrer les frais \"%s\" (%d)"
1245
  msgid "View Docs"
1246
  msgstr "Vue"
1247
 
1248
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1249
  #, fuzzy
1250
  msgid "Settings"
1251
  msgstr "Paramètres"
1334
  msgstr "Voir l'annonce"
1335
 
1336
  #: includes/class-cpt-integration.php:22
1337
+ #: includes/helpers/functions/templates-ui.php:370
1338
  #: templates/main-box.tpl.php:23
1339
  msgid "Search Listings"
1340
  msgstr "Rechercher"
1347
  msgid "No listings found in trash"
1348
  msgstr "Aucunes annonces trouvées dans la corbeille"
1349
 
1350
+ #: includes/class-cpt-integration.php:47
1351
  msgid "Directory Categories"
1352
  msgstr "Catégories de l'annuaire"
1353
 
1354
+ #: includes/class-cpt-integration.php:48
1355
  msgid "Directory Category"
1356
  msgstr "Catégorie de l'annuaire"
1357
 
1358
+ #: includes/class-cpt-integration.php:59
1359
  msgid "Directory Tags"
1360
  msgstr "Etiquettes de l'annuaire"
1361
 
1362
+ #: includes/class-cpt-integration.php:60
1363
  msgid "Directory Tag"
1364
  msgstr "Etiquette de l'annuaire"
1365
 
1366
  #. translators: %s: listing count
1367
+ #: includes/class-cpt-integration.php:254
1368
  #, fuzzy
1369
  msgid "%s listing updated."
1370
  msgid_plural "%s listings updated."
1372
  msgstr[1] "Une annonce est éditée."
1373
 
1374
  #. translators: %s: listing count
1375
+ #: includes/class-cpt-integration.php:256
1376
  msgid "%s listing not updated, somebody is editing it."
1377
  msgid_plural "%s listings not updated, somebody is editing them."
1378
  msgstr[0] ""
1379
  msgstr[1] ""
1380
 
1381
  #. translators: %s: listing count
1382
+ #: includes/class-cpt-integration.php:258
1383
  #, fuzzy
1384
  msgid "%s listing permanently deleted."
1385
  msgid_plural "%s listings permanently deleted."
1387
  msgstr[1] "Date d'expiration de l'annonce"
1388
 
1389
  #. translators: %s: listing count
1390
+ #: includes/class-cpt-integration.php:260
1391
  #, fuzzy
1392
  msgid "%s listing moved to the Trash."
1393
  msgid_plural "%s listings moved to the Trash."
1395
  msgstr[1] "Aucunes annonces trouvées dans la corbeille"
1396
 
1397
  #. translators: %s: listing count
1398
+ #: includes/class-cpt-integration.php:262
1399
  #, fuzzy
1400
  msgid "%s listing restored from the Trash."
1401
  msgid_plural "%s listings restored from the Trash."
1407
  msgid "Free Listing"
1408
  msgstr "Annonce gratuite"
1409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1410
  #: includes/class-payment-gateways.php:146
1411
  msgid ""
1412
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1413
  "to set up a gateway. Until you do this, only free plans will be available."
1414
  msgstr ""
1415
 
1416
+ #: includes/class-wpbdp.php:574
1417
  #, fuzzy
1418
  msgid "Could not find listing ID"
1419
  msgstr "Impossible de contacter le serveur de licences"
1420
 
1421
+ #: includes/class-wpbdp.php:581
1422
  #, fuzzy
1423
  msgid ""
1424
  "Could not verify the image upload request. If problem persists contact site "
1427
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1428
  "erreurs et soumettre à nouveau."
1429
 
1430
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1431
  #, fuzzy
1432
  msgid "Could not find image ID"
1433
  msgstr "Impossible de mettre à jour le thème: %s"
1434
 
1435
+ #: includes/class-wpbdp.php:620
1436
  msgid ""
1437
  "The directory features are disabled at this time because a <a>manual "
1438
  "upgrade</a> is pending."
1441
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1442
  "de poursuivre."
1443
 
1444
+ #: includes/class-wpbdp.php:627
1445
  msgid ""
1446
  "The directory is not available at this time. Please try again in a few "
1447
  "minutes or contact the administrator if the problem persists."
1464
  #: includes/compatibility/class-navxt-integration.php:208
1465
  #: includes/widgets/widget-search.php:127
1466
  #: templates/admin/payments-index.tpl.php:13
1467
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1468
  #: templates/search.tpl.php:5
1469
  #, fuzzy
1470
  msgid "Search"
1574
  msgid "Go to SMTP settings"
1575
  msgstr "Aller vers votre annonce"
1576
 
1577
+ #: includes/controllers/pages/class-all-listings.php:6
1578
+ #: includes/helpers/functions/templates-ui.php:317
1579
+ msgid "View All Listings"
1580
+ msgstr "Voir toutes les annonces"
1581
+
1582
+ #: includes/controllers/pages/class-checkout.php:181
1583
  #: includes/controllers/pages/class-manage-listings.php:109
1584
  #, fuzzy
1585
  msgid "Pay Now"
1586
  msgstr "Payez maintenant"
1587
 
1588
+ #: includes/controllers/pages/class-checkout.php:181
1589
  #, fuzzy
1590
  msgid "Complete"
1591
  msgstr "Complet"
1642
  "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1643
  "publiée."
1644
 
1645
+ #: includes/controllers/pages/class-submit-listing.php:32
1646
+ #: includes/helpers/functions/templates-ui.php:330
1647
+ #: templates/submit-listing.tpl.php:17
1648
+ #, fuzzy
1649
+ msgid "Add Listing"
1650
+ msgstr "Ajouter les droits d'inscription"
1651
+
1652
  #: includes/controllers/pages/class-submit-listing.php:560
1653
  #, fuzzy
1654
  msgid "Listing Images"
1664
  msgid "Go to \"Plans\""
1665
  msgstr "Plan tarifaire"
1666
 
1667
+ #: includes/controllers/pages/class-submit-listing.php:884
1668
  #, fuzzy
1669
  msgid "Please choose a plan."
1670
  msgstr "(Veuillez choisir un tarif ci-dessus)"
1671
 
1672
+ #: includes/controllers/pages/class-submit-listing.php:1074
1673
  #, fuzzy
1674
  msgid "Please check the form for errors, correct them and submit again."
1675
  msgstr ""
1676
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1677
  "erreurs et soumettre à nouveau."
1678
 
1679
+ #: includes/controllers/pages/class-submit-listing.php:1234
1680
  #, fuzzy
1681
  msgid "Create a user account on this site"
1682
  msgstr "Créer un compte utilisateur sur ce site"
1683
 
1684
+ #: includes/controllers/pages/class-submit-listing.php:1241
1685
  #, fuzzy
1686
  msgid "Username"
1687
  msgstr "Nom d'utilisateur (login) :"
1688
 
1689
+ #: includes/controllers/pages/class-submit-listing.php:1263
1690
  #, fuzzy
1691
  msgid "Clear Form"
1692
  msgstr "Effacer le formulaire"
1927
  msgid "Telephone Number Validator"
1928
  msgstr "Validateur de nombre entier"
1929
 
1930
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1931
  #, fuzzy
1932
  msgid "Field"
1933
  msgstr "Champ"
2007
  msgid "Free"
2008
  msgstr "Gratuit"
2009
 
2010
+ #: includes/helpers/functions/general.php:1319
2011
+ #, fuzzy
2012
+ msgid "Return to Directory"
2013
+ msgstr "Retourner vers l'annuaire."
2014
+
2015
  #: includes/helpers/functions/listings.php:80
2016
  #, fuzzy
2017
  msgid "Untitled Listing"
2018
  msgstr "Editer l'annonce"
2019
 
2020
+ #: includes/helpers/functions/templates-ui.php:324
2021
  #, fuzzy
2022
  msgid "Manage Listings"
2023
  msgstr "Gérer annonces payées"
2028
  msgstr "Frais par défaut"
2029
 
2030
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2031
+ #: includes/licensing.php:151
2032
  msgid ""
2033
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2034
  "get updates."
2035
  msgstr ""
2036
 
2037
+ #: includes/licensing.php:207 includes/licensing.php:211
2038
  msgid "Licenses"
2039
  msgstr "Licences"
2040
 
2041
  #. translators: %s: item type.
2042
+ #: includes/licensing.php:268
2043
  msgid "%s will not get updates until license is reauthorized."
2044
  msgstr ""
2045
 
2046
+ #: includes/licensing.php:289
2047
  #, fuzzy
2048
  msgid "Enter License Key here"
2049
  msgstr "Entrer la clé de licence"
2050
 
2051
+ #: includes/licensing.php:290
2052
  #, fuzzy
2053
  msgid "Authorize"
2054
  msgstr "Activer Authorize.net"
2055
 
2056
+ #: includes/licensing.php:390
2057
  #, fuzzy
2058
  msgid "Invalid item ID"
2059
  msgstr "ID d'élément non valide"
2060
 
2061
+ #: includes/licensing.php:403
2062
  #, fuzzy
2063
  msgid "No license key provided"
2064
  msgstr "Aucune clé de licence fournie"
2065
 
2066
+ #: includes/licensing.php:448 includes/licensing.php:486
2067
  #, fuzzy
2068
  msgid "License key is invalid"
2069
  msgstr "La clé de licence est invalide"
2070
 
2071
+ #: includes/licensing.php:452
2072
  #, fuzzy
2073
  msgid "Deactivation failed"
2074
  msgstr "La désactivation a échoué"
2075
 
2076
+ #: includes/licensing.php:497
2077
  #, fuzzy
2078
  msgid "The license key was revoked."
2079
  msgstr "Aucune clé de licence fournie"
2080
 
2081
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2082
+ #: includes/licensing.php:501
2083
  #, fuzzy
2084
  msgid ""
2085
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2092
  "technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
2093
  "address> à la liste blanche."
2094
 
2095
+ #: includes/licensing.php:564
2096
  #, fuzzy
2097
  msgid ""
2098
  "It was not possible to establish a connection with the Business Directory "
2101
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
2102
  "Directory. La connexion a échoué avec l'erreur suivante:"
2103
 
2104
+ #: includes/licensing.php:577
2105
  #, fuzzy
2106
  msgid ""
2107
  "It was not possible to establish a connection with the Business Directory "
2111
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
2112
  "TLS:"
2113
 
2114
+ #: includes/licensing.php:624
2115
  #, fuzzy
2116
  msgid ""
2117
  "It looks like your server is not authorized to make outgoing requests to "
2122
  "aux serveurs de Business Directory. Contactez le support technique et "
2123
  "demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
2124
 
2125
+ #: includes/licensing.php:718
2126
  #, fuzzy
2127
  msgid "Business Directory license key is missing."
2128
  msgstr "Business Directory - Clé de licence expirée"
2129
 
2130
+ #: includes/licensing.php:719
2131
  #, fuzzy
2132
  msgid "Business Directory license key has expired"
2133
  msgstr "Business Directory - Clé de licence expirée"
2134
 
2135
+ #: includes/licensing.php:720
2136
  #, fuzzy
2137
  msgid "Could not verify Business Directory license."
2138
  msgstr "Aider à améliorer Business Directory"
2139
 
2140
+ #: includes/licensing.php:731
2141
  #, fuzzy
2142
  msgid "Review license keys"
2143
  msgstr "Renouveller la clé de licence"
2144
 
2145
+ #: includes/licensing.php:846
2146
  msgid "Missing data. Please reload this page and try again."
2147
  msgstr ""
2148
 
2149
+ #: includes/licensing.php:851
2150
  #, fuzzy
2151
  msgid "Please enter a license key."
2152
  msgstr "S'il vous plaît entrer une clé de licence."
2169
  msgid "Gateway Transaction ID:"
2170
  msgstr "Transaction passerelle ID:"
2171
 
2172
+ #: includes/payment.php:76
2173
  #, fuzzy
2174
  msgid "Bill To:"
2175
  msgstr "Facturé à :"
2176
 
2177
+ #: includes/payment.php:87
2178
  #, fuzzy
2179
  msgid "Print Receipt"
2180
  msgstr "Imprimer le reçu"
2181
 
2182
+ #: includes/payment.php:147
2183
  #, fuzzy
2184
  msgid "Return to plan selection"
2185
  msgstr "Retourner vers l'annonce."
2186
 
2187
+ #: includes/themes.php:918
2188
  #, fuzzy
2189
  msgid "ZIP file is not a valid Business Directory theme file."
2190
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
2403
  msgid "Post status of new imported listings"
2404
  msgstr "Statut des messages des annonces importées"
2405
 
2406
+ #: templates/admin/csv-import.tpl.php:193
2407
  #, fuzzy
2408
  msgid "Post status of existing imported listings"
2409
  msgstr "Statut des messages des annonces importées"
2410
 
2411
+ #: templates/admin/csv-import.tpl.php:212
2412
  #, fuzzy
2413
  msgid "Missing categories handling"
2414
  msgstr "Gestion des catégories manquantes"
2415
 
2416
+ #: templates/admin/csv-import.tpl.php:218
2417
  #, fuzzy
2418
  msgid "Auto-create categories"
2419
  msgstr "Création automatique des catégories"
2420
 
2421
+ #: templates/admin/csv-import.tpl.php:223
2422
  #, fuzzy
2423
  msgid "Generate errors when a category is not found"
2424
  msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
2425
 
2426
+ #: templates/admin/csv-import.tpl.php:231
2427
  #, fuzzy
2428
  msgid "Keep existing images"
2429
  msgstr "Liste des images."
2430
 
2431
+ #: templates/admin/csv-import.tpl.php:234
2432
  #, fuzzy
2433
  msgid "Appends new images while keeping current ones."
2434
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
2435
 
2436
+ #: templates/admin/csv-import.tpl.php:242
2437
  #, fuzzy
2438
  msgid "Assign listings to a user"
2439
  msgstr "Assigner des listes à un utilisateur ?"
2440
 
2441
+ #: templates/admin/csv-import.tpl.php:254
2442
  #, fuzzy
2443
  msgid "Default listing user"
2444
  msgstr "Annonce par défault de l'utilisateur"
2445
 
2446
+ #: templates/admin/csv-import.tpl.php:256
2447
  #, fuzzy
2448
  msgid ""
2449
  "This user will be used if the username column is not present in the CSV file."
2451
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
2452
  "figure pas dans le fichier CSV."
2453
 
2454
+ #: templates/admin/csv-import.tpl.php:263
2455
  #, fuzzy
2456
  msgid "Number of listings imported on every cycle"
2457
  msgstr "Nombre d'affichage d'annonce:"
2458
 
2459
+ #: templates/admin/csv-import.tpl.php:265
2460
  msgid ""
2461
  "If you are having trouble importing listings due to memory problems, try "
2462
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2464
  "success on shared hosting platforms and other resource-constrained servers."
2465
  msgstr ""
2466
 
2467
+ #: templates/admin/csv-import.tpl.php:277
2468
  #, fuzzy
2469
  msgid "Disable email notifications during import"
2470
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
2471
 
2472
+ #: templates/admin/csv-import.tpl.php:296
2473
  #, fuzzy
2474
  msgid ""
2475
  "The following are the valid header names to be used in the CSV file. "
2483
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
2484
  "d'importation devrait ressembler."
2485
 
2486
+ #: templates/admin/csv-import.tpl.php:305
2487
  #, fuzzy
2488
  msgid "Header name/label"
2489
  msgstr "Nom/Etiquette de l'en-tête"
2490
 
2491
+ #: templates/admin/csv-import.tpl.php:308
2492
  #, fuzzy
2493
  msgid "Required?"
2494
  msgstr "Requis ?"
2495
 
2496
+ #: templates/admin/csv-import.tpl.php:309
2497
  #, fuzzy
2498
  msgid "Multivalued?"
2499
  msgstr "Valeurs multiples ?"
2500
 
2501
+ #: templates/admin/csv-import.tpl.php:341
2502
  #, fuzzy
2503
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2504
  msgstr ""
2505
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
2506
  "fichier ZIP)"
2507
 
2508
+ #: templates/admin/csv-import.tpl.php:348
2509
  #, fuzzy
2510
  msgid "Listing author's username"
2511
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
3147
  msgid "Get debug info"
3148
  msgstr ""
3149
 
3150
+ #: templates/businessdirectory-listings.tpl.php:51
3151
  #: templates/deprecated/search.tpl.php:23
3152
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3153
  #, fuzzy
3154
  msgid "No listings found."
3155
  msgstr "Aucune annonce trouvée."
3299
  msgstr "Résultats de la recherche"
3300
 
3301
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3302
+ #: templates/manage_listings.tpl.php:36
3303
  #: templates/submit-listing-done.tpl.php:36
3304
  #, fuzzy
3305
  msgid "Return to directory"
3442
  "cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
3443
  "bouton Supprimer."
3444
 
3445
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3446
  #, fuzzy
3447
  msgid "You do not currently have any listings in the directory."
3448
  msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
3459
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3460
  msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
3461
 
3462
+ #: templates/manage_listings.tpl.php:13
3463
  #, fuzzy
3464
+ msgid "Your current listings are shown below."
3465
+ msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
3466
 
3467
  #: templates/parts/pagination.tpl.php:7
3468
  #, fuzzy
3504
  msgid "Recurring Plan Management"
3505
  msgstr "Gestion des frais récurrents"
3506
 
3507
+ #: templates/search-form.tpl.php:27
3508
  #, fuzzy
3509
  msgid "Clear"
3510
  msgstr "Effacer"
3840
  msgid "Business Directory Team"
3841
  msgstr "Annuaire Professionnel"
3842
 
3843
+ #: includes/abstracts/class-view.php:130
3844
  msgctxt "views"
3845
  msgid "Invalid credentials."
3846
  msgstr "Informations d'identification invalides."
3865
  msgid "Untitled Menu"
3866
  msgstr "Menu sans titre"
3867
 
3868
+ #: includes/admin/class-admin.php:898
3869
  msgctxt "admin"
3870
  msgid "Dismiss this notice."
3871
  msgstr "Ne tenez pas compte de cet avertissement."
3872
 
3873
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3874
  #, fuzzy
3875
  msgctxt "admin"
3876
  msgid "The listing has been updated."
3878
  msgstr[0] "L'annonce a été mise à jour."
3879
  msgstr[1] "Les annonces ont été mise à jour."
3880
 
3881
+ #: includes/admin/class-admin.php:1039
3882
  #, fuzzy
3883
  msgctxt "admin"
3884
  msgid "The plan was successfully assigned."
3885
  msgstr "Les frais ont bien été assignés."
3886
 
3887
+ #: includes/admin/class-admin.php:1049
3888
  msgctxt "admin"
3889
  msgid "Listing was renewed."
3890
  msgid_plural "Listings were renewed."
3891
  msgstr[0] "L'annonce a été renouvelée."
3892
  msgstr[1] "Les annonces ont été renouvelées."
3893
 
3894
+ #: includes/admin/class-admin.php:1061
3895
  msgctxt "admin"
3896
  msgid "Renewal email sent."
3897
  msgstr "Email de renouvellement envoyé."
3898
 
3899
+ #: includes/admin/class-admin.php:1074
3900
  #, fuzzy
3901
  msgctxt "admin"
3902
  msgid "Listing report deleted."
3904
  msgstr[0] "Date d'expiration de l'annonce"
3905
  msgstr[1] "Date d'expiration de l'annonce"
3906
 
3907
+ #: includes/admin/class-admin.php:1123
3908
  #, fuzzy
3909
  msgctxt "admin"
3910
  msgid "Access keys sent."
3911
  msgstr "Clés d'accès"
3912
 
3913
+ #: includes/admin/class-admin.php:1125
3914
  msgctxt "admin"
3915
  msgid "The access keys couldn't be sent."
3916
  msgstr ""
3917
 
3918
+ #: includes/admin/class-admin.php:1283
3919
  msgctxt "admin"
3920
  msgid ""
3921
  "<b>Business Directory Plugin</b> requires a page with the "
3924
  "<b>Business Directory Plugin</b> requiert une page avec le code "
3925
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
3926
 
3927
+ #: includes/admin/class-admin.php:1285
3928
  msgctxt "admin"
3929
  msgid ""
3930
  "You can create this page by yourself or let Business Directory do this for "
3933
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
3934
  "pour vous automatiquement."
3935
 
3936
+ #: includes/admin/class-admin.php:1290
3937
  msgctxt "admin"
3938
  msgid "Create required pages for me"
3939
  msgstr "Créer les pages requises pour moi"
3940
 
3941
+ #: includes/admin/class-admin.php:1343
3942
  msgctxt "admin"
3943
  msgid ""
3944
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
4014
  msgid "Debug"
4015
  msgstr "Déboguer"
4016
 
4017
+ #: includes/admin/controllers/class-settings-admin.php:39
4018
  #, fuzzy
4019
  msgctxt "admin menu"
4020
  msgid "Settings"
4308
  msgid "Reported"
4309
  msgstr ""
4310
 
4311
+ #: includes/models/class-listing.php:981
4312
  msgctxt "listing status"
4313
  msgid "Unknown"
4314
  msgstr "Inconnu"
4315
 
4316
+ #: includes/models/class-listing.php:982
4317
  msgctxt "listing status"
4318
  msgid "Legacy"
4319
  msgstr "Don"
4320
 
4321
+ #: includes/models/class-listing.php:983
4322
  msgctxt "listing status"
4323
  msgid "Incomplete"
4324
  msgstr "Incomplet"
4325
 
4326
+ #: includes/models/class-listing.php:984
4327
  msgctxt "listing status"
4328
  msgid "Pending Payment"
4329
  msgstr "Paiement en attente"
4330
 
4331
+ #: includes/models/class-listing.php:985
4332
  msgctxt "listing status"
4333
  msgid "Complete"
4334
  msgstr "Complet"
4335
 
4336
+ #: includes/models/class-listing.php:986
4337
  msgctxt "listing status"
4338
  msgid "Pending Upgrade"
4339
  msgstr "En attente de mise à niveau"
4340
 
4341
+ #: includes/models/class-listing.php:987
4342
  msgctxt "listing status"
4343
  msgid "Expired"
4344
  msgstr "Expiré"
4345
 
4346
+ #: includes/models/class-listing.php:988
4347
  msgctxt "listing status"
4348
  msgid "Pending Renewal"
4349
  msgstr "Actives + En attente de renouvellement"
4350
 
4351
+ #: includes/models/class-listing.php:989
4352
  msgctxt "listing status"
4353
  msgid "Abandoned"
4354
  msgstr "Abandonné"
4854
  msgid "Create Missing Fields"
4855
  msgstr "Champs d'annonce"
4856
 
4857
+ #: includes/admin/controllers/class-settings-admin.php:535
4858
  #, fuzzy
4859
  msgctxt "admin settings"
4860
  msgid "Remove"
4861
  msgstr "Supprimer"
4862
 
4863
+ #: includes/admin/controllers/class-settings-admin.php:589
4864
  msgctxt "admin settings"
4865
  msgid "Valid placeholders: %s"
4866
  msgstr "Espaces réservés valides:% s"
5367
  msgid "User registration date"
5368
  msgstr "Date d'expiration de l'annonce"
5369
 
5370
+ #: includes/admin/controllers/class-settings-admin.php:671
5371
  msgctxt "expiration notices"
5372
  msgid "Add notice"
5373
  msgstr "Ajouter un avis"
5374
 
5375
+ #: includes/admin/controllers/class-settings-admin.php:690
5376
  msgctxt "expiration notices"
5377
  msgid "No notices configured."
5378
  msgstr "Aucun avis configuré."
5379
 
5380
+ #: includes/admin/controllers/class-settings-admin.php:732
5381
  msgctxt "expiration notices"
5382
  msgid "recurring and non-recurring"
5383
  msgstr "permanent ou temporaire"
5384
 
5385
+ #: includes/admin/controllers/class-settings-admin.php:734
5386
  msgctxt "expiration notices"
5387
  msgid "recurring only"
5388
  msgstr "récurrente uniquement"
5389
 
5390
+ #: includes/admin/controllers/class-settings-admin.php:736
5391
  msgctxt "expiration notices"
5392
  msgid "non-recurring only"
5393
  msgstr "non récurrente seulement"
5394
 
5395
+ #: includes/admin/controllers/class-settings-admin.php:740
5396
  msgctxt "expiration notices"
5397
  msgid "Sent when a listing (%s) is renewed."
5398
  msgstr "Envoyé lorsque vous renouvelez une liste (% s)."
5399
 
5400
+ #: includes/admin/controllers/class-settings-admin.php:745
5401
  msgctxt "expiration notices"
5402
  msgid "Sent when a listing (%s) expires."
5403
  msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
5404
 
5405
+ #: includes/admin/controllers/class-settings-admin.php:753
5406
  msgctxt "expiration notices"
5407
  msgid "%d day"
5408
  msgid_plural "%d days"
5409
  msgstr[0] "%d jour"
5410
  msgstr[1] "%d jours"
5411
 
5412
+ #: includes/admin/controllers/class-settings-admin.php:756
5413
  msgctxt "expiration notices"
5414
  msgid "%d week"
5415
  msgid_plural "%d weeks"
5416
  msgstr[0] "%d semaine"
5417
  msgstr[1] "%d semaines"
5418
 
5419
+ #: includes/admin/controllers/class-settings-admin.php:759
5420
  msgctxt "expiration notices"
5421
  msgid "%d month"
5422
  msgid_plural "%d months"
5425
 
5426
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5427
  #. non-recuring only)
5428
+ #: includes/admin/controllers/class-settings-admin.php:765
5429
  msgctxt "expiration notices"
5430
  msgid "Sent %1$s before a listing (%2$s) expires."
5431
  msgstr "Envoyé %1$s avant l'expiration d'une liste (%2$s)."
5432
 
5433
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5434
  #. non-recuring only)
5435
+ #: includes/admin/controllers/class-settings-admin.php:768
5436
  msgctxt "expiration notices"
5437
  msgid "Sent %1$s after a listing (%2$s) expires."
5438
  msgstr "Envoyé %1$s après une liste (%2$s) expire."
5439
 
5440
+ #: includes/admin/controllers/class-settings-admin.php:785
5441
  msgctxt "expiration notices"
5442
  msgid "At the time of expiration"
5443
  msgstr "Au moment de l'expiration"
5444
 
5445
+ #: includes/admin/controllers/class-settings-admin.php:786
5446
  msgctxt "expiration notices"
5447
  msgid "Right after a successful renewal"
5448
  msgstr "Renouvellement réussi"
5449
 
5450
+ #: includes/admin/controllers/class-settings-admin.php:797
5451
  msgctxt "expiration notices"
5452
  msgid "%d day before expiration"
5453
  msgid_plural "%d days before expiration"
5454
  msgstr[0] "%d jour avant expiration"
5455
  msgstr[1] "%d jours avant expiration"
5456
 
5457
+ #: includes/admin/controllers/class-settings-admin.php:797
5458
  msgctxt "expiration notices"
5459
  msgid "%d day after expiration"
5460
  msgid_plural "%d days after expiration"
5461
  msgstr[0] "%d jour après expiration"
5462
  msgstr[1] "%d jours après expiration"
5463
 
5464
+ #: includes/admin/controllers/class-settings-admin.php:800
5465
  msgctxt "expiration notices"
5466
  msgid "%d week before expiration"
5467
  msgid_plural "%d weeks before expiration"
5468
  msgstr[0] "%d semaine avant expiration"
5469
  msgstr[1] "%d semaines avant expiration"
5470
 
5471
+ #: includes/admin/controllers/class-settings-admin.php:800
5472
  msgctxt "expiration notices"
5473
  msgid "%d week after expiration"
5474
  msgid_plural "%d weeks after expiration"
5475
  msgstr[0] "%d semaine après expiration"
5476
  msgstr[1] "%d semaines après expiration"
5477
 
5478
+ #: includes/admin/controllers/class-settings-admin.php:803
5479
  msgctxt "expiration notices"
5480
  msgid "%d month before expiration"
5481
  msgid_plural "%d months before expiration"
5482
  msgstr[0] "%d mois avant expiration"
5483
  msgstr[1] "%d mois avant expiration"
5484
 
5485
+ #: includes/admin/controllers/class-settings-admin.php:803
5486
  msgctxt "expiration notices"
5487
  msgid "%d month after expiration"
5488
  msgid_plural "%d months after expiration"
5489
  msgstr[0] "%d mois après expiration"
5490
  msgstr[1] "%d mois après expiration"
5491
 
5492
+ #: includes/admin/controllers/class-settings-admin.php:830
5493
  msgctxt "expiration notices"
5494
  msgid "Applies to"
5495
  msgstr "Appliqué à"
5496
 
5497
+ #: includes/admin/controllers/class-settings-admin.php:833
5498
  msgctxt "expiration notices"
5499
  msgid "Non-recurring listings"
5500
  msgstr "Annonces temporaires"
5501
 
5502
+ #: includes/admin/controllers/class-settings-admin.php:834
5503
  msgctxt "expiration notices"
5504
  msgid "Recurring listings"
5505
  msgstr "Retourner à l'annonce"
5506
 
5507
+ #: includes/admin/controllers/class-settings-admin.php:835
5508
  msgctxt "expiration notices"
5509
  msgid "Recurring and non-recurring listings"
5510
  msgstr "Annonces permanentes et temporaires"
5511
 
5512
+ #: includes/admin/controllers/class-settings-admin.php:840
5513
  msgctxt "expiration notices"
5514
  msgid "When to send?"
5515
  msgstr "Quand envoyer ?"
5516
 
5517
+ #: includes/admin/controllers/class-settings-admin.php:707
5518
  #, fuzzy
5519
  msgctxt "settings"
5520
  msgid "Site title (with link)"
5521
  msgstr "Titre du site (avec lien)"
5522
 
5523
+ #: includes/admin/controllers/class-settings-admin.php:708
5524
  msgctxt "settings"
5525
  msgid "Author's name"
5526
  msgstr "Nom de l'auteur"
5527
 
5528
+ #: includes/admin/controllers/class-settings-admin.php:709
5529
  msgctxt "settings"
5530
  msgid "Listing's name (with link)"
5531
  msgstr "Nom de l'annonce (avec lien)"
5532
 
5533
+ #: includes/admin/controllers/class-settings-admin.php:710
5534
  #, fuzzy
5535
  msgctxt "settings"
5536
  msgid "Listing's expiration date"
5537
  msgstr "Date d'expiration de l'annonce"
5538
 
5539
+ #: includes/admin/controllers/class-settings-admin.php:711
5540
  msgctxt "settings"
5541
  msgid "Listing's renewal link, formatted with an anchor tag"
5542
  msgstr ""
5543
 
5544
+ #: includes/admin/controllers/class-settings-admin.php:712
5545
  msgctxt "settings"
5546
  msgid "Listing's renewal URL, unformatted by any tags"
5547
  msgstr ""
5548
 
5549
+ #: includes/admin/controllers/class-settings-admin.php:713
5550
  #, fuzzy
5551
  msgctxt "settings"
5552
  msgid "Listing's categories"
5553
  msgstr "Titre de l'annonce"
5554
 
5555
+ #: includes/admin/controllers/class-settings-admin.php:714
5556
  #, fuzzy
5557
  msgctxt "settings"
5558
  msgid "Listing's last payment date"
5559
  msgstr "Date d'expiration de l'annonce"
5560
 
5561
+ #: includes/admin/controllers/class-settings-admin.php:715
5562
  #, fuzzy
5563
  msgctxt "settings"
5564
  msgid "Listing's access key"
5565
  msgstr "Liste des clés d'accès"
5566
 
5567
+ #: includes/admin/controllers/class-settings-admin.php:872
5568
  #, fuzzy
5569
  msgctxt "settings"
5570
  msgid "Settings reset to default."
6358
  msgid "Cropped"
6359
  msgstr ""
6360
 
6361
+ #: includes/admin/settings/class-settings.php:483
6362
  #: includes/admin/settings/class-settings.php:494
 
6363
  msgctxt "settings"
6364
  msgid "\"%s\" can not be empty."
6365
  msgstr "\"%s\" ne peut pas être vide."
6366
 
6367
+ #: includes/admin/settings/class-settings.php:511
6368
  msgctxt "settings"
6369
  msgid "The slug \"%s\" is already in use for another taxonomy."
6370
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6371
 
6372
+ #: includes/licensing.php:238
6373
  msgctxt "settings"
6374
  msgid "Themes"
6375
  msgstr "Thèmes"
6376
 
6377
+ #: includes/licensing.php:290 includes/licensing.php:291
6378
  msgctxt "settings"
6379
  msgid "Please wait..."
6380
  msgstr "Veuillez attendre..."
6381
 
6382
+ #: includes/licensing.php:291
6383
  #, fuzzy
6384
  msgctxt "settings"
6385
  msgid "Deauthorize"
6395
  msgid "Could not change the active theme to \"%s\"."
6396
  msgstr "Vous ne pouvez pas changer le thème actif pour \"%s\"."
6397
 
6398
+ #: includes/admin/controllers/class-themes-admin.php:147
6399
  msgctxt "themes"
6400
  msgid "Active theme changed to \"%s\"."
6401
  msgstr "Thème actuel modifié vers \"%s\"."
6402
 
6403
+ #: includes/admin/controllers/class-themes-admin.php:150
6404
  msgctxt "themes"
6405
  msgid ""
6406
  "%s requires that you tag your existing fields to match some places we want "
6410
  "correspondre les emplacements et mettre vos données sur le thème. Voici les "
6411
  "champs qui nous manquent."
6412
 
6413
+ #: includes/admin/controllers/class-themes-admin.php:161
6414
  msgctxt "themes"
6415
  msgid "Map My Fields"
6416
  msgstr "Gestion des champs"
6417
 
6418
+ #: includes/admin/controllers/class-themes-admin.php:169
6419
  msgctxt "themes"
6420
  msgid "Suggested fields created successfully."
6421
  msgstr "Champs créés avec succès."
6422
 
6423
+ #: includes/admin/controllers/class-themes-admin.php:172
6424
  msgctxt "themes"
6425
  msgid "Theme installed successfully."
6426
  msgstr "Thème installé avec succès."
6427
 
6428
+ #: includes/admin/controllers/class-themes-admin.php:175
6429
  msgctxt "themes"
6430
  msgid "Theme was deleted successfully."
6431
  msgstr "Le thème a été supprimé."
6432
 
6433
+ #: includes/admin/controllers/class-themes-admin.php:178
6434
  msgctxt "themes"
6435
  msgid "Could not delete theme directory. Check permissions."
6436
  msgstr "Impossible de supprimer le dossier du thème. Vérifier les permissions."
6437
 
6438
+ #: includes/admin/controllers/class-themes-admin.php:231
6439
  msgctxt "themes"
6440
  msgid "Please upload a valid theme file."
6441
  msgstr "Veuillez télécharger un fichier de thème valide."
6442
 
6443
+ #: includes/admin/controllers/class-themes-admin.php:240
6444
  msgctxt "themes"
6445
  msgid "Could not move \"%s\" to a temporary directory."
6446
  msgstr "Impossible de déplacer \"%s\" vers un dossier temporaire."
6447
 
6448
+ #: includes/admin/controllers/class-themes-admin.php:326
6449
  msgctxt "themes"
6450
  msgid "Activate your <a>license key</a> to use this theme."
6451
  msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
6452
 
6453
+ #: includes/admin/controllers/class-themes-admin.php:369
6454
  #, fuzzy
6455
  msgctxt "themes"
6456
  msgid "Invalid theme ID"
6457
  msgstr "ID d'élément non valide"
6458
 
6459
+ #: includes/admin/controllers/class-themes-admin.php:375
6460
  #: includes/admin/upgrades/class-themes-updater.php:172
6461
  msgctxt "themes"
6462
  msgid "Could not update theme: %s"
6483
  msgid "Theme was updated successfully."
6484
  msgstr "Le thème a été mis à jour avec succès."
6485
 
6486
+ #: includes/themes.php:926
6487
  msgctxt "themes"
6488
  msgid "Could not create themes directory."
6489
  msgstr "Impossible de créer le répertoire de thèmes."
6490
 
6491
+ #: includes/themes.php:937
6492
  msgctxt "themes"
6493
  msgid "Could not remove previous theme directory \"%s\"."
6494
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
6495
 
6496
+ #: includes/themes.php:945
6497
  msgctxt "themes"
6498
  msgid "Could not move new theme into theme directory."
6499
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
6503
  msgid "Could not decode export state information."
6504
  msgstr "Impossible de décoder les informations d'état de l'exportation."
6505
 
6506
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6507
  msgctxt "admin csv-export"
6508
  msgid "Could not create a temporary directory for handling this CSV export."
6509
  msgstr ""
6510
  "Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
6511
 
6512
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6513
  msgctxt "admin csv-export"
6514
  msgid "Error while creating a temporary directory for CSV export: %s"
6515
  msgstr ""
6701
  msgid "Please upload or select a CSV file."
6702
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
6703
 
6704
+ #: includes/admin/csv-import.php:370
6705
  msgctxt "admin csv-import"
6706
  msgid ""
6707
  "An error was detected while validating the CSV file for import. Please fix "
6710
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
6711
  "l'importation. Merci de résoudre ce problème avant de continuer."
6712
 
6713
+ #: includes/admin/csv-import.php:379
6714
  msgctxt "admin csv-import"
6715
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6716
  msgstr ""
6717
  "Importer est en \"mode test \". Rien ne sera inséré dans la base de données."
6718
 
6719
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6720
  msgctxt "admin csv-import"
6721
  msgid ""
6722
  "Could not create listing category \"<category-name>\". The operation failed "
6725
  "Impossible de créer la catégorie d'inscription \"<category-name>\". "
6726
  "L'opération a échoué avec l'erreur suivante : <error-message>."
6727
 
6728
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6729
  msgctxt "admin csv-import"
6730
  msgid "Could not create listing category \"%s\""
6731
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
6732
 
6733
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6734
  msgctxt "admin csv-import"
6735
  msgid "Username \"%s\" does not exist"
6736
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
6737
 
6738
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6739
  #, fuzzy
6740
  msgctxt "admin csv-import"
6741
  msgid "There is no Plan with ID = <fee-id>"
6742
  msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
6743
 
6744
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6745
  msgctxt "admin csv-import"
6746
  msgid "Missing required field: %s"
6747
  msgstr "Absence d'un champ requis: %s"
6748
 
6749
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6750
  msgctxt "admin csv-import"
6751
  msgid "Listing category \"%s\" does not exist"
6752
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
6753
 
6754
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6755
  msgctxt "admin csv-import"
6756
  msgid "The string <string> couldn't be converted into a valid date."
6757
  msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
6910
  msgid "Semicolon (;)"
6911
  msgstr "Point-virgule (;)"
6912
 
6913
+ #: templates/admin/csv-import.tpl.php:196
6914
  #, fuzzy
6915
  msgctxt "admin csv-import"
6916
  msgid "Preserve existing status"
6917
  msgstr "Statut liste"
6918
 
6919
+ #: templates/admin/csv-import.tpl.php:249
6920
  msgctxt "admin csv-import"
6921
  msgid ""
6922
  "Select a default user to be used if the username column is not present in "
6925
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
6926
  "figure pas dans le fichier CSV."
6927
 
6928
+ #: templates/admin/csv-import.tpl.php:283
6929
  msgctxt "admin csv-import"
6930
  msgid "Test Import"
6931
  msgstr "Tester l'importation"
6932
 
6933
+ #: templates/admin/csv-import.tpl.php:284
6934
  msgctxt "admin csv-import"
6935
  msgid "Import Listings"
6936
  msgstr "Importation des listes"
6937
 
6938
+ #: templates/admin/csv-import.tpl.php:334
6939
  #, fuzzy
6940
  msgctxt "admin csv-import"
6941
  msgid ""
6946
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
6947
  "externes."
6948
 
6949
+ #: templates/admin/csv-import.tpl.php:355
6950
  msgctxt "admin csv-import"
6951
  msgid ""
6952
  "Internal Sequence ID used to allow listing updates from external sources."
6954
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
6955
  "provenant de sources externes."
6956
 
6957
+ #: templates/admin/csv-import.tpl.php:362
6958
  msgctxt "admin csv-import"
6959
  msgid ""
6960
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6977
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
6978
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
6979
 
6980
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6981
  msgctxt "listing metabox"
6982
  msgid "Recent Payments"
6983
  msgstr "Paiements récents"
6984
 
6985
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6986
  msgctxt "listing metabox"
6987
  msgid "Access Key"
6988
  msgstr "Clés d'accès"
7014
  msgid "# of images"
7015
  msgstr "# des images"
7016
 
7017
+ #: includes/admin/helpers/class-listing-timeline.php:122
7018
  msgctxt "listing timeline"
7019
  msgid "Listing created"
7020
  msgstr "Annonce créée"
7021
 
7022
+ #: includes/admin/helpers/class-listing-timeline.php:130
7023
  msgctxt "listing timeline"
7024
  msgid "Listing expired"
7025
  msgstr "Une annonce expire"
7026
 
7027
+ #: includes/admin/helpers/class-listing-timeline.php:146
7028
  msgctxt "listing timeline"
7029
  msgid "T&C acceptance date"
7030
  msgstr ""
7031
 
7032
+ #: includes/admin/helpers/class-listing-timeline.php:164
7033
  msgctxt "listing timeline"
7034
  msgid "Paid as admin"
7035
  msgstr ""
7036
 
7037
+ #: includes/admin/helpers/class-listing-timeline.php:166
7038
  #, fuzzy
7039
  msgctxt "listing timeline"
7040
  msgid "Listing imported"
7041
  msgstr "Une annonce expire"
7042
 
7043
+ #: includes/admin/helpers/class-listing-timeline.php:168
7044
  #, fuzzy
7045
  msgctxt "listing timeline"
7046
  msgid "Initial Payment"
7111
  msgid "What do you track?"
7112
  msgstr "Qu'est-ce que vous analysez ?"
7113
 
7114
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7115
  msgctxt "manual-upgrade"
7116
  msgid "Continue"
7117
  msgstr "Continuer"
7118
 
7119
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7120
  msgctxt "manual-upgrade"
7121
  msgid "Start Upgrade"
7122
  msgstr "Démarrer la mise à jour"
7123
 
7124
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7125
  msgctxt "manual-upgrade"
7126
  msgid "Pause Upgrade"
7127
  msgstr "Mettre la mise à jour en pause"
7128
 
7129
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7130
  msgctxt "manual-upgrade"
7131
  msgid ""
7132
  "The upgrade was successfully performed. Business Directory Plugin is now "
7135
  "La mise à jour s'est bien effectuée. Le plugin Business Directory est "
7136
  "maintenant disponible et fonctionnel."
7137
 
7138
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7139
  msgctxt "manual-upgrade"
7140
  msgid "Go to \"Directory Admin\""
7141
  msgstr "Aller à \"Administrateur de l'annuaire\""
7159
  msgid "Migrating license information to new format..."
7160
  msgstr "Migration des informations de licence au nouveau format. . ."
7161
 
7162
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7163
  msgctxt "installer"
7164
  msgid "Migrating email notices to new format..."
7165
  msgstr "Migration des avis au nouveau format par courriel . . ."
7166
 
7167
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7168
  #, fuzzy
7169
  msgctxt "installer"
7170
  msgid "Migrating plans..."
7171
  msgstr "Migration des plans d'honoraires. . ."
7172
 
7173
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7174
  msgctxt "installer"
7175
  msgid "! Could not migrate payment #%d"
7176
  msgstr "! Impossible de migrer le paiement #%d"
7177
 
7178
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7179
  msgctxt "installer"
7180
  msgid "Updating payment items format: %d items remaining..."
7181
  msgstr ""
7182
  "Mise à jour du format des éléments de paiement : %d éléments restants..."
7183
 
7184
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7185
  msgctxt "installer"
7186
  msgid "Migrating listing information: %d items remaining..."
7187
  msgstr "Migration des informations de soumission : %d éléments restants..."
7232
  msgid "Listing upgrade to featured"
7233
  msgstr "Mise à jour des annonces vers prioritaire"
7234
 
7235
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7236
  msgctxt "listings-api"
7237
  msgid "Featured Listing"
7238
  msgstr "Annonce sélectionnée"
7239
 
7240
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7241
  msgctxt "migrate-18"
7242
  msgid "Featured Levels migration is complete."
7243
  msgstr "La migration des niveaux en vedette est terminée."
7244
 
7245
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7246
  #, fuzzy
7247
  msgctxt "migrate-18"
7248
  msgid ""
7255
  "restreintes pour les plans tarifaires, mais en supprimant la notion confuse "
7256
  "de «Niveau en vedette» qui se limitait à des annonces mises en avant."
7257
 
7258
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7259
  #, fuzzy
7260
  msgctxt "migrate-18"
7261
  msgid ""
7272
  "ne savez pas quoi faire ici, <support-link>contactez le support</support-"
7273
  "link> et <cancel-link>annulez la migration</cancel-link>."
7274
 
7275
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7276
  #, fuzzy
7277
  msgctxt "migrate-18"
7278
  msgid ""
7284
  "simples pour déplacer vos données de l'ancien \"Niveau Premium\" vers le "
7285
  "nouveau \"Plan tarifaire à fonctionnalités restreintes\" qui vous convient."
7286
 
7287
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7288
  msgctxt "migrate-18"
7289
  msgid "Move to: "
7290
  msgstr "Déplacez vers : "
7291
 
7292
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7293
  msgctxt "migrate-18"
7294
  msgid "New plan summary"
7295
  msgstr "Nouveau résumé du plan"
7296
 
7297
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7298
  msgctxt "migrate-18"
7299
  msgid "Perform migration"
7300
  msgstr "Effectuer la migration"
7301
 
7302
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7303
  msgctxt "migrate-18"
7304
  msgid "Business Directory Plugin - Featured Levels migration required."
7305
  msgstr "Business Directory Plugin - Migration des niveaux en vedette requise."
7306
 
7307
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7308
  msgctxt "migrate-18"
7309
  msgid ""
7310
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7313
  "Les statuts \"Premium\" ont été supprimés dans @next-release. Vous devez "
7314
  "effectuer la <a>migration des statuts \"Premium\" ici</a>."
7315
 
7316
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7317
  msgctxt "upgrade-18"
7318
  msgid "← Return to Directory dashboard"
7319
  msgstr "← Retourner à l'annuaire"
7320
 
7321
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7322
  msgctxt "upgrade-18"
7323
  msgid "Configure Plan"
7324
  msgstr "Configurez les plans de soumissions"
7325
 
7326
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7327
  msgctxt "upgrade-18"
7328
  msgid "Featured Level"
7329
  msgstr "Niveau en vedette"
7330
 
7331
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7332
  msgctxt "upgrade-18"
7333
  msgid "What to do with it?"
7334
  msgstr "Que dois-je faire avec ça ?"
7335
 
7336
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7337
  msgctxt "upgrade-18"
7338
  msgid "%d listing is on this level."
7339
  msgid_plural "%d listings are on this level."
7340
  msgstr[0] "liste %d est à ce niveau.."
7341
  msgstr[1] "%d annonces sont à ce niveau."
7342
 
7343
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7344
  msgctxt "upgrade-18"
7345
  msgid "Select an option"
7346
  msgstr "Sélectionnez une option"
7347
 
7348
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7349
  msgctxt "upgrade-18"
7350
  msgid "Remove \"sticky\" status for listings."
7351
  msgstr "Revoir le statut pour les listes \"récurrentes\"."
7352
 
7353
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7354
  #, fuzzy
7355
  msgctxt "upgrade-18"
7356
  msgid "Remove this (old) level, and leave the listing on the old plan."
7358
  "Supprimez cet (ancien) niveau et laissez les annonces sur l'ancien plan "
7359
  "tarifaire."
7360
 
7361
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7362
  #, fuzzy
7363
  msgctxt "upgrade-18"
7364
  msgid "May change \"sticky\" status depending on plan."
7365
  msgstr "Peut changer le statut \"Premium\" en fonction du plan tarifaire."
7366
 
7367
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7368
  #, fuzzy
7369
  msgctxt "upgrade-18"
7370
  msgid "Move listings with this level to existing plan."
7371
  msgstr "Déplacez les annonces de ce niveau vers le plan tarifaire existant."
7372
 
7373
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7374
  msgctxt "upgrade-18"
7375
  msgid "Keep \"sticky\" status of listings."
7376
  msgstr "Revoir le statut pour les listes \"récurrentes\"."
7377
 
7378
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7379
  #, fuzzy
7380
  msgctxt "upgrade-18"
7381
  msgid "Replace this level with a new plan."
7396
  msgid "Add New Listing"
7397
  msgstr "Ajouter une nouvelle annonce"
7398
 
7399
+ #: includes/models/class-listing.php:427
7400
  #, fuzzy
7401
  msgctxt "listing"
7402
  msgid "Listing has no registered payments"
7403
  msgstr "Date d'expiration de l'annonce"
7404
 
7405
+ #: includes/models/class-listing.php:436
7406
  #, fuzzy
7407
  msgctxt "listing"
7408
  msgid "Can't delete payment"
7409
  msgstr "Supprimer le paiement"
7410
 
7411
+ #: includes/models/class-listing.php:474
7412
  msgctxt "listing"
7413
  msgid "Listing expired"
7414
  msgstr "Une annonce expire"
7415
 
7416
+ #: includes/models/class-listing.php:683
7417
  msgctxt "listing"
7418
  msgid "(Unavailable Plan)"
7419
  msgstr "(Plan indisponible disponible)"
7420
 
7421
+ #: includes/models/class-listing.php:878
7422
  #, fuzzy
7423
  msgctxt "listing"
7424
  msgid "Plan \"%s\" (recurring)"
7425
  msgstr "(récurrent)"
7426
 
7427
+ #: includes/models/class-listing.php:880
7428
  msgctxt "listing"
7429
  msgid "Plan \"%s\""
7430
  msgstr "Statut \"%s\""
7542
  msgid "Report additional info"
7543
  msgstr ""
7544
 
7545
+ #: includes/class-meta.php:33
7546
  msgctxt "rss feed"
7547
  msgid "%s Feed"
7548
  msgstr "%s diffusion"
7549
 
 
 
 
 
 
 
 
 
 
 
7550
  #: includes/class-payment-gateways.php:95
7551
  msgctxt "payment-gateways"
7552
  msgid "Enable %s?"
7578
  msgid "The reCAPTCHA validation score failed."
7579
  msgstr "Le code CAPTCHA n'a pas été rentré correctement."
7580
 
7581
+ #: includes/class-wpbdp.php:460
7582
  #, fuzzy
7583
  msgctxt "listing image upload"
7584
  msgid "Please select a plan before uploading images to the listing"
7585
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
7586
 
7587
+ #: includes/class-wpbdp.php:465
7588
  msgctxt "listing image upload"
7589
  msgid "Can not upload any more images for this listing."
7590
  msgstr "Impossible de télécharger d'images pour cette annonce."
7591
 
7592
+ #: includes/class-wpbdp.php:469
7593
  #, fuzzy
7594
  msgctxt "listing image upload"
7595
  msgid ""
7610
  msgid "Submit Listing"
7611
  msgstr "Soumettre l'annonce"
7612
 
7613
+ #: includes/controllers/pages/class-checkout.php:112
7614
  msgctxt "checkout"
7615
  msgid "Can not process a payment at this time. Please try again later."
7616
  msgstr ""
7617
  "Ne peut pas traiter un paiement en ce moment. Veuillez réessayer plus tard."
7618
 
7619
+ #: includes/controllers/pages/class-checkout.php:150
7620
  msgctxt "checkout"
7621
  msgid "Invalid nonce received."
7622
  msgstr "Demande reçue invalide."
7623
 
7624
+ #: includes/controllers/pages/class-checkout.php:165
7625
  msgctxt "checkout"
7626
  msgid "Invalid gateway selected."
7627
  msgstr "Passerelle sélectionnée non valide."
7628
 
7629
+ #: includes/controllers/pages/class-checkout.php:170
7630
  msgctxt "checkout"
7631
  msgid "Selected gateway does not support payment's currency."
7632
  msgstr ""
7633
  "La passerelle sélectionnée ne prend pas en charge la devise de paiement."
7634
 
7635
+ #: includes/controllers/pages/class-checkout.php:229
7636
  msgctxt "checkout"
7637
  msgid "Unknown gateway error."
7638
  msgstr "Erreur inconnue de la passerelle de paiement. Veuillez réessayer."
7639
 
7640
+ #: includes/controllers/pages/class-checkout.php:268
7641
  msgctxt "checkout"
7642
  msgid ""
7643
  "There was an error trying to process your request. No gateway is selected."
7829
  "an existing field"
7830
  msgstr ""
7831
 
7832
+ #: includes/controllers/pages/class-submit-listing.php:1284
7833
  msgctxt "templates"
7834
  msgid "Please agree to the Terms and Conditions."
7835
  msgstr "Veuillez accepter les conditions d'utilisation."
7836
 
7837
+ #: includes/controllers/pages/class-submit-listing.php:1298
7838
  msgctxt "templates"
7839
  msgid "I agree to the <a>Terms and Conditions</a>"
7840
  msgstr "J'accepte <a> Conditions générales </a>"
7845
  msgid "Return to results"
7846
  msgstr "Retourner vers l'annuaire"
7847
 
7848
+ #: includes/helpers/functions/templates-ui.php:224
7849
  msgctxt "templates"
7850
  msgid "No listing categories found."
7851
  msgstr "Aucune catégorie d'annonce trouvée."
7852
 
7853
+ #: includes/helpers/functions/templates-ui.php:375
7854
  msgctxt "templates"
7855
  msgid "Advanced Search"
7856
  msgstr "Recherche avancée"
7861
  msgid "Featured Listing"
7862
  msgstr "Annonce sélectionnée"
7863
 
 
 
 
 
 
 
 
 
 
 
7864
  #: templates/parts/listing-buttons.tpl.php:15
7865
  msgctxt "templates"
7866
  msgid "Edit"
7910
  msgid "Return to plan selection"
7911
  msgstr "Retourner vers l'annonce."
7912
 
 
 
 
 
 
7913
  #: templates/submit-listing/extra-sections.tpl.php:1
7914
  msgctxt "templates"
7915
  msgid "Additional Information"
7988
  "Veuillez vous <a> connecter </a> pour pouvoir envoyer des messages au "
7989
  "propriétaire de l'annonce."
7990
 
7991
+ #: includes/controllers/pages/class-manage-recurring.php:33
7992
  msgctxt "manage subscription"
7993
  msgid "The listing with id = <listing-id> doesn't exists."
7994
  msgstr ""
7995
 
7996
+ #: includes/controllers/pages/class-manage-recurring.php:42
7997
  #, fuzzy
7998
  msgctxt "manage subscriptions"
7999
  msgid ""
8001
  "invalid."
8002
  msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
8003
 
8004
+ #: includes/controllers/pages/class-manage-recurring.php:53
8005
  msgctxt "manage subscriptions"
8006
  msgid "Invalid subscription."
8007
  msgstr "Abonnement non valide."
8008
 
8009
  # Je proposerais plutôt "Plan de financement" au lieu de "Plan de frais"
8010
+ #: includes/controllers/pages/class-manage-recurring.php:76
8011
  #, fuzzy
8012
  msgctxt "manage subscriptions"
8013
  msgid "Your subscription was canceled."
8020
  msgid "Subscription / Plan"
8021
  msgstr "Abonnement/ Plan de frais"
8022
 
8023
+ #: includes/controllers/pages/class-manage-recurring.php:93
8024
  #, fuzzy
8025
  msgctxt "manage listings"
8026
  msgid "You are not on recurring payments for any of your listings."
8213
  "Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
8214
 
8215
  #: includes/controllers/pages/class-submit-listing.php:866
8216
+ #: includes/controllers/pages/class-submit-listing.php:993
8217
  msgctxt "submit listing"
8218
  msgid "Please select a category."
8219
  msgstr "Veuillez sélectionner une catégorie."
8220
 
8221
+ #: includes/controllers/pages/class-submit-listing.php:891
8222
  msgctxt "submit listing"
8223
  msgid "Current active plan is disabled. Please select another plan."
8224
  msgstr ""
8225
 
8226
+ #: includes/controllers/pages/class-submit-listing.php:893
8227
  msgctxt "submit listing"
8228
  msgid "Please choose a valid category for your plan."
8229
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
8230
 
8231
+ #: includes/controllers/pages/class-submit-listing.php:896
8232
  #, fuzzy
8233
  msgctxt "submit listing"
8234
  msgid "Please choose a valid plan for your category selection."
8236
  "S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
8237
  "catégorie."
8238
 
8239
+ #: includes/controllers/pages/class-submit-listing.php:1204
8240
  msgctxt "submit listing"
8241
  msgid "Please enter your desired username."
8242
  msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
8243
 
8244
+ #: includes/controllers/pages/class-submit-listing.php:1209
8245
  msgctxt "submit listing"
8246
  msgid "Please enter the e-mail for your new account."
8247
  msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
8248
 
8249
+ #: includes/controllers/pages/class-submit-listing.php:1214
8250
  msgctxt "submit listing"
8251
  msgid "The username you chose is already in use. Please use a different one."
8252
  msgstr ""
8253
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
8254
  "utiliser un autre."
8255
 
8256
+ #: includes/controllers/pages/class-submit-listing.php:1219
8257
  msgctxt "submit listing"
8258
  msgid "The e-mail address you chose for your account is already in use."
8259
  msgstr ""
8264
  msgid "Listing submitted by admin. Payment skipped."
8265
  msgstr "Annonce soumis par admin. Paiement sauté."
8266
 
8267
+ #: includes/controllers/pages/class-submit-listing.php:1159
8268
  msgctxt "listing submit"
8269
  msgid ""
8270
  "Image upload is required, please provide at least one image and submit again."
8567
  msgid "Destination dir \"%s\" is not writable."
8568
  msgstr "Le dossier \"%s\" n'est pas accessible en écriture."
8569
 
8570
+ #: includes/helpers/functions/templates-ui.php:402
8571
  msgctxt "templates sort"
8572
  msgid "Sort By:"
8573
  msgstr "Trier par:"
8598
  msgid "General"
8599
  msgstr "Général"
8600
 
8601
+ #: includes/licensing.php:537
8602
  msgctxt "licensing"
8603
  msgid "Could not contact licensing server"
8604
  msgstr "Impossible de contacter le serveur de licences"
8605
 
8606
+ #: includes/licensing.php:550
8607
  #, fuzzy
8608
  msgctxt "licensing"
8609
  msgid ""
8614
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
8615
  "TLS:"
8616
 
8617
+ #: includes/licensing.php:552 includes/licensing.php:582
8618
  msgctxt "licensing"
8619
  msgid ""
8620
  "To ensure the security of our systems and adhere to industry best practices, "
8627
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8628
  "est OpenSSL 1.0.1c)."
8629
 
8630
+ #: includes/licensing.php:554 includes/licensing.php:584
8631
  msgctxt "licensing"
8632
  msgid ""
8633
  "Upgrading your system will not only allow you to communicate with Business "
8639
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8640
  "dernières normes de sécurité."
8641
 
8642
+ #: includes/licensing.php:556
8643
  #, fuzzy
8644
  msgctxt "licensing"
8645
  msgid ""
8649
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8650
  "à jour votre hébergement. Incluez ce message si nécessaire."
8651
 
8652
+ #: includes/licensing.php:586
8653
  #, fuzzy
8654
  msgctxt "licensing"
8655
  msgid ""
8659
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8660
  "à jour votre hébergement. Incluez ce message si nécessaire."
8661
 
8662
+ #: includes/licensing.php:622
8663
  msgctxt "licensing"
8664
  msgid "The server returned a 403 Forbidden error."
8665
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8666
 
8667
+ #: includes/licensing.php:868
8668
  msgctxt "licensing"
8669
  msgid "Could not activate license: %s."
8670
  msgstr "Impossible d'activer la licence: %s."
8671
 
8672
+ #: includes/licensing.php:873
8673
  msgctxt "licensing"
8674
  msgid "License activated"
8675
  msgstr "Licence activée"
8676
 
8677
+ #: includes/licensing.php:905
8678
  msgctxt "licensing"
8679
  msgid "Could not deactivate license: %s."
8680
  msgstr "Impossible de désactiver la licence: %s."
8681
 
8682
+ #: includes/licensing.php:907
8683
  msgctxt "licensing"
8684
  msgid "License deactivated"
8685
  msgstr "Licence désactivée"
8686
 
8687
  #. translators: "<module-name>" version <version-number> is not...
8688
+ #: includes/licensing.php:1147
8689
  #, fuzzy
8690
  msgctxt "deprecation"
8691
  msgid ""
8707
  msgstr[0] "Image %d autorisée."
8708
  msgstr[1] "Images autorisées"
8709
 
8710
+ #: includes/models/class-fee-plan.php:405
8711
  #, fuzzy
8712
  msgctxt "fees-api"
8713
  msgid "Plan label is required."
8714
  msgstr "Ce champ est requis."
8715
 
8716
+ #: includes/models/class-fee-plan.php:411
8717
  msgctxt "fees-api"
8718
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8719
  msgstr ""
8720
  "La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
8721
  "jours)."
8722
 
8723
+ #: includes/models/class-fee-plan.php:416
8724
  msgctxt "fees-api"
8725
  msgid ""
8726
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8728
  "<a>plan</a> appropriately."
8729
  msgstr ""
8730
 
8731
+ #: includes/models/class-fee-plan.php:419
8732
  msgctxt "fees-api"
8733
  msgid ""
8734
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
9217
  msgid "Continue"
9218
  msgstr "Continuer"
9219
 
9220
+ #~ msgctxt "title"
9221
+ #~ msgid "Find a Listing"
9222
+ #~ msgstr "Trouver une annonce"
9223
+
9224
+ #~ msgctxt "title"
9225
+ #~ msgid "Listings tagged: %s"
9226
+ #~ msgstr "Annonces marquées: %s"
9227
+
9228
+ #~ msgctxt "templates"
9229
+ #~ msgid ""
9230
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9231
+ #~ "button. To delete a listing click the delete button."
9232
+ #~ msgstr ""
9233
+ #~ "Vos annonces actuelles sont présentés ci-dessous. Pour modifier une "
9234
+ #~ "annonce, cliquez sur le bouton d'édition. Pour supprimer une annonce, "
9235
+ #~ "cliquez sur le bouton Supprimer."
9236
+
9237
+ #~ msgctxt "templates"
9238
+ #~ msgid "Find a listing"
9239
+ #~ msgstr "Trouver une annonce"
9240
+
9241
  #~ msgctxt "listing metabox"
9242
  #~ msgid "General Info"
9243
  #~ msgstr "Informations générales"
languages/business-directory-plugin-it_IT.mo CHANGED
Binary file
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-04-27 20:19:58+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -85,7 +85,7 @@ msgstr "Categoria della Directory"
85
  #: includes/admin/settings/class-settings-bootstrap.php:691
86
  #: includes/admin/settings/class-settings-bootstrap.php:692
87
  #: includes/helpers/class-app.php:93
88
- #: includes/helpers/functions/templates-ui.php:310
89
  msgid "Directory"
90
  msgstr "Directory"
91
 
@@ -144,7 +144,7 @@ msgid "Form Fields"
144
  msgstr "campi del modulo"
145
 
146
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
147
- #: includes/licensing.php:219
148
  #, fuzzy
149
  msgid "Modules"
150
  msgstr "(Tutti i moduli)"
@@ -154,7 +154,7 @@ msgstr "(Tutti i moduli)"
154
  msgid "Business Directory"
155
  msgstr "Business Directory"
156
 
157
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
158
  msgid "Upgrade to Premium"
159
  msgstr ""
160
 
@@ -163,12 +163,12 @@ msgstr ""
163
  msgid "Directory Listings"
164
  msgstr "Elenco Slug Annuncio"
165
 
166
- #: includes/admin/class-admin.php:1064
167
  #, fuzzy
168
  msgid "Could not send renewal email."
169
  msgstr "Inviare l'e-mail di rinnovo"
170
 
171
- #: includes/admin/class-admin.php:1198
172
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
173
  #: includes/admin/helpers/tables/class-payments-table.php:64
174
  #: templates/email/listing-added.tpl.php:7
@@ -178,13 +178,13 @@ msgstr "Inviare l'e-mail di rinnovo"
178
  msgid "ID"
179
  msgstr "ID"
180
 
181
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
182
  #: includes/admin/settings/class-settings-bootstrap.php:717
183
  #, fuzzy
184
  msgid "Listing Count"
185
  msgstr "Elenco luoghi"
186
 
187
- #: includes/admin/class-admin.php:1365
188
  #, fuzzy
189
  msgid ""
190
  "We noticed you want your Business Directory users to register before posting "
@@ -276,14 +276,14 @@ msgid "See an example CSV import file"
276
  msgstr "Vedere un esempio di file di importazione CSV"
277
 
278
  #: includes/admin/controllers/class-admin-csv.php:54
279
- #: templates/admin/csv-import.tpl.php:287
280
  #, fuzzy
281
  msgid "Help"
282
  msgstr "Aiuto"
283
 
284
  #: includes/admin/controllers/class-admin-fees.php:46
285
  #: includes/admin/helpers/tables/class-payments-table.php:67
286
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
287
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
288
  #: templates/admin/payments-details.tpl.php:113
289
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -295,13 +295,13 @@ msgstr "Importo"
295
  #: includes/admin/controllers/class-admin-fees.php:48
296
  #: includes/admin/helpers/tables/class-fees-table.php:65
297
  #: includes/admin/settings/class-settings-bootstrap.php:907
298
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
299
  #, fuzzy
300
  msgid "Images"
301
  msgstr "Immagini"
302
 
303
  #: includes/admin/controllers/class-admin-fees.php:80
304
- #: includes/admin/helpers/class-modules-list.php:236
305
  #, fuzzy
306
  msgid "Upgrade"
307
  msgstr "Avviare l'aggiornamento"
@@ -368,7 +368,7 @@ msgid "Attributes"
368
  msgstr "Attributi"
369
 
370
  #: includes/admin/controllers/class-admin-listings.php:339
371
- #: includes/helpers/class-listing-display-helper.php:132
372
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
373
  #, fuzzy
374
  msgid "Featured"
@@ -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:247
477
  #: templates/checkout-billing-form.tpl.php:75
478
  #, fuzzy
479
  msgid "Address"
@@ -537,35 +537,35 @@ msgstr "Twitter"
537
  msgid "Website"
538
  msgstr "Sito web"
539
 
540
- #: includes/admin/controllers/class-settings-admin.php:636
541
  msgid "Your license key provides access to new features and updates."
542
  msgstr ""
543
 
544
- #: includes/admin/controllers/class-settings-admin.php:638
545
  #, fuzzy
546
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
547
  msgstr "Perché stai eliminando Business Directory Plugin?"
548
 
549
- #: includes/admin/controllers/class-settings-admin.php:650
550
  msgid "Build more powerful directories"
551
  msgstr ""
552
 
553
- #: includes/admin/controllers/class-settings-admin.php:651
554
  msgid ""
555
  "Add category images, maps, filter by location, payment gateways, and more."
556
  msgstr ""
557
 
558
- #: includes/admin/controllers/class-settings-admin.php:652
559
- #: includes/admin/helpers/class-modules-list.php:235
560
  msgid "Upgrade Now"
561
  msgstr ""
562
 
563
- #: includes/admin/controllers/class-settings-admin.php:653
564
  #, fuzzy
565
  msgid "Already purchased?"
566
  msgstr "Già installato."
567
 
568
- #: includes/admin/controllers/class-settings-admin.php:712
569
  #: includes/admin/helpers/tables/class-fees-table.php:182
570
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
571
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -601,17 +601,17 @@ msgstr ""
601
  msgid "You are not allowed to do that."
602
  msgstr ""
603
 
604
- #: includes/admin/csv-import.php:428
605
  #, fuzzy
606
  msgid "There was an error uploading the file:"
607
  msgstr "C'è stato un errore nel caricare il file CSV."
608
 
609
- #: includes/admin/csv-import.php:433
610
  #, fuzzy
611
  msgid "Please upload the correct file type."
612
  msgstr "Si prega di caricare o selezionare un file CSV."
613
 
614
- #: includes/admin/helpers/class-listing-information-metabox.php:15
615
  #: includes/admin/helpers/tables/class-payments-table.php:63
616
  #: includes/admin/settings/class-settings-bootstrap.php:667
617
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -621,7 +621,7 @@ msgstr "Si prega di caricare o selezionare un file CSV."
621
  msgid "Listing"
622
  msgstr "Annuncio"
623
 
624
- #: includes/admin/helpers/class-listing-timeline.php:121
625
  #: includes/class-listings-api.php:33
626
  #, fuzzy
627
  msgid "Listing renewed"
@@ -644,7 +644,7 @@ msgstr "Attivo"
644
  msgid "Not Installed"
645
  msgstr "Non installato"
646
 
647
- #: includes/admin/helpers/class-modules-list.php:225
648
  #: includes/controllers/class-smtp.php:317
649
  #: templates/admin/themes-item.tpl.php:58
650
  #, fuzzy
@@ -656,7 +656,7 @@ msgstr "Attiva"
656
  msgid "Hide notifications"
657
  msgstr "Notifiche di posta elettronica"
658
 
659
- #: includes/admin/helpers/csv/class-csv-import.php:674
660
  msgid "Listing imported by admin. Payment skipped."
661
  msgstr "Elenco importato da admin. Pagamento saltato."
662
 
@@ -722,14 +722,14 @@ msgid "Disabled"
722
  msgstr "Disabilitato"
723
 
724
  #: includes/admin/helpers/tables/class-fees-table.php:297
725
- #: includes/helpers/functions/templates-ui.php:434
726
  #, fuzzy
727
  msgid "Default"
728
  msgstr "Canone predefinito"
729
 
730
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
731
  #: includes/fields/class-fieldtypes-social.php:135
732
- #: templates/admin/csv-import.tpl.php:303
733
  #, fuzzy
734
  msgid "Type"
735
  msgstr "Tipo"
@@ -773,7 +773,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:1249
777
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
778
  #: templates/listing-contactform.tpl.php:33
779
  #: templates/listing-flagging-form.tpl.php:39
@@ -1142,7 +1142,7 @@ msgstr ""
1142
  msgid "Uninstall"
1143
  msgstr "Disinstalla"
1144
 
1145
- #: includes/admin/settings/class-settings.php:514
1146
  msgid "%s cannot include spaces, commas, or &"
1147
  msgstr ""
1148
 
@@ -1193,7 +1193,7 @@ msgstr "Business Directory - Aggiornamento manuale"
1193
  msgid "Directory Manual Upgrade"
1194
  msgstr "Business Directory - Aggiornamento manuale"
1195
 
1196
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1197
  msgid ""
1198
  "Business Directory features are currently disabled because the plugin needs "
1199
  "to perform a manual upgrade before it can be used."
@@ -1201,29 +1201,29 @@ msgstr ""
1201
  "Le funzioni di Business Directory sono attualmente disabilitate perché il "
1202
  "plugin deve eseguire un aggiornamento manuale prima di poterlo utilizzare."
1203
 
1204
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1205
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1206
  msgstr "Fare clic su \"Avvia aggiornamento\" e attendere la fine del processo."
1207
 
1208
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1209
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1210
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1211
  #, fuzzy
1212
  msgid "Business Directory - Featured Levels Migration"
1213
  msgstr "Business Directory - Migrazione a livelli in primo piano"
1214
 
1215
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1216
  #: templates/admin/fees-form.tpl.php:17
1217
  #, fuzzy
1218
  msgid "Plan Label"
1219
  msgstr "Etichetta del campo"
1220
 
1221
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1222
  #, fuzzy
1223
  msgid "Duration"
1224
  msgstr "Durata"
1225
 
1226
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1227
  #, fuzzy
1228
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1229
  msgstr "! Impossibile migrare il canone \"%s\" (%d)"
@@ -1248,7 +1248,7 @@ msgstr ""
1248
  msgid "View Docs"
1249
  msgstr "Vedi"
1250
 
1251
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1252
  #, fuzzy
1253
  msgid "Settings"
1254
  msgstr "Impostazioni"
@@ -1337,7 +1337,7 @@ msgid "View Listing"
1337
  msgstr "Vedi Annuncio"
1338
 
1339
  #: includes/class-cpt-integration.php:22
1340
- #: includes/helpers/functions/templates-ui.php:372
1341
  #: templates/main-box.tpl.php:23
1342
  msgid "Search Listings"
1343
  msgstr "Cerca Annunci"
@@ -1350,24 +1350,24 @@ msgstr "No listings found"
1350
  msgid "No listings found in trash"
1351
  msgstr "Nessun annuncio trovato in rifiuti"
1352
 
1353
- #: includes/class-cpt-integration.php:46
1354
  msgid "Directory Categories"
1355
  msgstr "Categorie delle Directory"
1356
 
1357
- #: includes/class-cpt-integration.php:47
1358
  msgid "Directory Category"
1359
  msgstr "Categoria della Directory"
1360
 
1361
- #: includes/class-cpt-integration.php:58
1362
  msgid "Directory Tags"
1363
  msgstr "Tags directory"
1364
 
1365
- #: includes/class-cpt-integration.php:59
1366
  msgid "Directory Tag"
1367
  msgstr "Tag della directory"
1368
 
1369
  #. translators: %s: listing count
1370
- #: includes/class-cpt-integration.php:253
1371
  #, fuzzy
1372
  msgid "%s listing updated."
1373
  msgid_plural "%s listings updated."
@@ -1375,14 +1375,14 @@ msgstr[0] "Un annuncio viene modificato."
1375
  msgstr[1] "Un annuncio viene modificato."
1376
 
1377
  #. translators: %s: listing count
1378
- #: includes/class-cpt-integration.php:255
1379
  msgid "%s listing not updated, somebody is editing it."
1380
  msgid_plural "%s listings not updated, somebody is editing them."
1381
  msgstr[0] ""
1382
  msgstr[1] ""
1383
 
1384
  #. translators: %s: listing count
1385
- #: includes/class-cpt-integration.php:257
1386
  #, fuzzy
1387
  msgid "%s listing permanently deleted."
1388
  msgid_plural "%s listings permanently deleted."
@@ -1390,7 +1390,7 @@ msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
1390
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
1391
 
1392
  #. translators: %s: listing count
1393
- #: includes/class-cpt-integration.php:259
1394
  #, fuzzy
1395
  msgid "%s listing moved to the Trash."
1396
  msgid_plural "%s listings moved to the Trash."
@@ -1398,7 +1398,7 @@ msgstr[0] "Nessun annuncio trovato in rifiuti"
1398
  msgstr[1] "Nessun annuncio trovato in rifiuti"
1399
 
1400
  #. translators: %s: listing count
1401
- #: includes/class-cpt-integration.php:261
1402
  #, fuzzy
1403
  msgid "%s listing restored from the Trash."
1404
  msgid_plural "%s listings restored from the Trash."
@@ -1410,43 +1410,29 @@ msgstr[1] "Il tuo annuncio è stato rimosso dall'elenco."
1410
  msgid "Free Listing"
1411
  msgstr "Listing gratuito"
1412
 
1413
- #: includes/class-meta.php:139
1414
- #: includes/controllers/pages/class-submit-listing.php:32
1415
- #: includes/helpers/functions/templates-ui.php:332
1416
- #: templates/submit-listing.tpl.php:17
1417
- #, fuzzy
1418
- msgid "Add Listing"
1419
- msgstr "Aggiungi la quota di Donazione"
1420
-
1421
- #: includes/class-meta.php:149
1422
- #: includes/controllers/pages/class-all-listings.php:6
1423
- #: includes/helpers/functions/templates-ui.php:319
1424
- msgid "View All Listings"
1425
- msgstr "Visualizza tutti gli annunci"
1426
-
1427
  #: includes/class-payment-gateways.php:146
1428
  msgid ""
1429
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1430
  "to set up a gateway. Until you do this, only free plans will be available."
1431
  msgstr ""
1432
 
1433
- #: includes/class-wpbdp.php:577
1434
  #, fuzzy
1435
  msgid "Could not find listing ID"
1436
  msgstr "Impossibile contattare il server di licenza"
1437
 
1438
- #: includes/class-wpbdp.php:584
1439
  msgid ""
1440
  "Could not verify the image upload request. If problem persists contact site "
1441
  "admin."
1442
  msgstr ""
1443
 
1444
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1445
  #, fuzzy
1446
  msgid "Could not find image ID"
1447
  msgstr "Non è stato possibile aggiornare il tema: %s"
1448
 
1449
- #: includes/class-wpbdp.php:623
1450
  msgid ""
1451
  "The directory features are disabled at this time because a <a>manual "
1452
  "upgrade</a> is pending."
@@ -1454,7 +1440,7 @@ msgstr ""
1454
  "Le funzioni della directory sono disattivate in questo momento perché è in "
1455
  "attesa di un <a>aggiornamento manuale</a>."
1456
 
1457
- #: includes/class-wpbdp.php:630
1458
  msgid ""
1459
  "The directory is not available at this time. Please try again in a few "
1460
  "minutes or contact the administrator if the problem persists."
@@ -1477,7 +1463,7 @@ msgstr ""
1477
  #: includes/compatibility/class-navxt-integration.php:208
1478
  #: includes/widgets/widget-search.php:127
1479
  #: templates/admin/payments-index.tpl.php:13
1480
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1481
  #: templates/search.tpl.php:5
1482
  #, fuzzy
1483
  msgid "Search"
@@ -1586,13 +1572,18 @@ msgstr "Inizio Importazione"
1586
  msgid "Go to SMTP settings"
1587
  msgstr "Vai al tuo annuncio"
1588
 
1589
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1590
  #: includes/controllers/pages/class-manage-listings.php:109
1591
  #, fuzzy
1592
  msgid "Pay Now"
1593
  msgstr "Paga Adesso"
1594
 
1595
- #: includes/controllers/pages/class-checkout.php:180
1596
  #, fuzzy
1597
  msgid "Complete"
1598
  msgstr "Completato"
@@ -1651,6 +1642,13 @@ msgstr "Questo annuncio non è stato segnalato"
1651
  msgid "This is just a preview. The listing has not been published yet."
1652
  msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1653
 
 
 
 
 
 
 
 
1654
  #: includes/controllers/pages/class-submit-listing.php:560
1655
  #, fuzzy
1656
  msgid "Listing Images"
@@ -1666,29 +1664,29 @@ msgstr "Creazione account"
1666
  msgid "Go to \"Plans\""
1667
  msgstr "Nessun piano tariffario"
1668
 
1669
- #: includes/controllers/pages/class-submit-listing.php:883
1670
  #, fuzzy
1671
  msgid "Please choose a plan."
1672
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1673
 
1674
- #: includes/controllers/pages/class-submit-listing.php:1073
1675
  #, fuzzy
1676
  msgid "Please check the form for errors, correct them and submit again."
1677
  msgstr ""
1678
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1679
  "errori, correggerli e ripresentarli di nuovo."
1680
 
1681
- #: includes/controllers/pages/class-submit-listing.php:1233
1682
  #, fuzzy
1683
  msgid "Create a user account on this site"
1684
  msgstr "Creare un account utente su questo sito"
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:1240
1687
  #, fuzzy
1688
  msgid "Username"
1689
  msgstr "Nome utente:"
1690
 
1691
- #: includes/controllers/pages/class-submit-listing.php:1262
1692
  #, fuzzy
1693
  msgid "Clear Form"
1694
  msgstr "Cancella"
@@ -1930,7 +1928,7 @@ msgstr "Validatore del conteggio delle parole"
1930
  msgid "Telephone Number Validator"
1931
  msgstr "Validatore di numero intero"
1932
 
1933
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1934
  #, fuzzy
1935
  msgid "Field"
1936
  msgstr "Campo"
@@ -2012,12 +2010,17 @@ msgstr ""
2012
  msgid "Free"
2013
  msgstr "Gratis"
2014
 
 
 
 
 
 
2015
  #: includes/helpers/functions/listings.php:80
2016
  #, fuzzy
2017
  msgid "Untitled Listing"
2018
  msgstr "Modifica Annuncio"
2019
 
2020
- #: includes/helpers/functions/templates-ui.php:326
2021
  #, fuzzy
2022
  msgid "Manage Listings"
2023
  msgstr "Gestione delle Donazioni ricevute"
@@ -2028,58 +2031,58 @@ msgid "Default Plan"
2028
  msgstr "Canone predefinito"
2029
 
2030
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2031
- #: includes/licensing.php:150
2032
  msgid ""
2033
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2034
  "get updates."
2035
  msgstr ""
2036
 
2037
- #: includes/licensing.php:206 includes/licensing.php:210
2038
  msgid "Licenses"
2039
  msgstr "Licenze"
2040
 
2041
  #. translators: %s: item type.
2042
- #: includes/licensing.php:267
2043
  msgid "%s will not get updates until license is reauthorized."
2044
  msgstr ""
2045
 
2046
- #: includes/licensing.php:288
2047
  #, fuzzy
2048
  msgid "Enter License Key here"
2049
  msgstr "Inserisci qui il codice di licenza"
2050
 
2051
- #: includes/licensing.php:289
2052
  #, fuzzy
2053
  msgid "Authorize"
2054
  msgstr "Carta di Credito"
2055
 
2056
- #: includes/licensing.php:389
2057
  #, fuzzy
2058
  msgid "Invalid item ID"
2059
  msgstr "ID articolo non valido"
2060
 
2061
- #: includes/licensing.php:402
2062
  #, fuzzy
2063
  msgid "No license key provided"
2064
  msgstr "Nessuna chiave di licenza fornita"
2065
 
2066
- #: includes/licensing.php:451 includes/licensing.php:489
2067
  #, fuzzy
2068
  msgid "License key is invalid"
2069
  msgstr "La chiave di licenza non è valida"
2070
 
2071
- #: includes/licensing.php:455
2072
  #, fuzzy
2073
  msgid "Deactivation failed"
2074
  msgstr "Disattivazione fallita"
2075
 
2076
- #: includes/licensing.php:500
2077
  #, fuzzy
2078
  msgid "The license key was revoked."
2079
  msgstr "La chiave di licenza è stata revocata."
2080
 
2081
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2082
- #: includes/licensing.php:504
2083
  #, fuzzy
2084
  msgid ""
2085
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2091,7 +2094,7 @@ msgstr ""
2091
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
2092
  "stata segnalata come revocata dal software di licenza."
2093
 
2094
- #: includes/licensing.php:567
2095
  #, fuzzy
2096
  msgid ""
2097
  "It was not possible to establish a connection with the Business Directory "
@@ -2100,7 +2103,7 @@ msgstr ""
2100
  "Non è stato possibile stabilire una connessione con il server di Business "
2101
  "Directory. Il collegamento non è riuscito con il seguente errore:"
2102
 
2103
- #: includes/licensing.php:580
2104
  #, fuzzy
2105
  msgid ""
2106
  "It was not possible to establish a connection with the Business Directory "
@@ -2109,7 +2112,7 @@ msgstr ""
2109
  "Non è stato possibile stabilire una connessione con il server di Business "
2110
  "Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
2111
 
2112
- #: includes/licensing.php:627
2113
  #, fuzzy
2114
  msgid ""
2115
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2121,31 +2124,31 @@ msgstr ""
2121
  "support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
2122
  "address>alla whitelist."
2123
 
2124
- #: includes/licensing.php:721
2125
  #, fuzzy
2126
  msgid "Business Directory license key is missing."
2127
  msgstr "Business Directory - Chiave di licenza scaduta"
2128
 
2129
- #: includes/licensing.php:722
2130
  #, fuzzy
2131
  msgid "Business Directory license key has expired"
2132
  msgstr "Business Directory - Chiave di licenza scaduta"
2133
 
2134
- #: includes/licensing.php:723
2135
  #, fuzzy
2136
  msgid "Could not verify Business Directory license."
2137
  msgstr "Aiuta a migliorare la directory aziendale"
2138
 
2139
- #: includes/licensing.php:734
2140
  #, fuzzy
2141
  msgid "Review license keys"
2142
  msgstr "Rivedere le mie chiavi di licenza"
2143
 
2144
- #: includes/licensing.php:849
2145
  msgid "Missing data. Please reload this page and try again."
2146
  msgstr ""
2147
 
2148
- #: includes/licensing.php:854
2149
  #, fuzzy
2150
  msgid "Please enter a license key."
2151
  msgstr "Per favore inserisci una chiave di licenza."
@@ -2169,22 +2172,22 @@ msgstr "Il gateway di pagamento \"<payment-gateway>\" non è disponibile."
2169
  msgid "Gateway Transaction ID:"
2170
  msgstr "Gateway Transaction ID:"
2171
 
2172
- #: includes/payment.php:77
2173
  #, fuzzy
2174
  msgid "Bill To:"
2175
  msgstr "Intestata a:"
2176
 
2177
- #: includes/payment.php:88
2178
  #, fuzzy
2179
  msgid "Print Receipt"
2180
  msgstr "Stampa ricevuta"
2181
 
2182
- #: includes/payment.php:148
2183
  #, fuzzy
2184
  msgid "Return to plan selection"
2185
  msgstr "Ritorno alla selezione del piano tariffario"
2186
 
2187
- #: includes/themes.php:945
2188
  #, fuzzy
2189
  msgid "ZIP file is not a valid Business Directory theme file."
2190
  msgstr "Il file ZIP non è un file tema BD valido."
@@ -2405,47 +2408,47 @@ msgstr "Importa le impostazioni"
2405
  msgid "Post status of new imported listings"
2406
  msgstr "Stato delle inserzioni importate"
2407
 
2408
- #: templates/admin/csv-import.tpl.php:191
2409
  #, fuzzy
2410
  msgid "Post status of existing imported listings"
2411
  msgstr "Stato delle inserzioni importate"
2412
 
2413
- #: templates/admin/csv-import.tpl.php:208
2414
  #, fuzzy
2415
  msgid "Missing categories handling"
2416
  msgstr "Gestione delle categorie mancanti"
2417
 
2418
- #: templates/admin/csv-import.tpl.php:214
2419
  #, fuzzy
2420
  msgid "Auto-create categories"
2421
  msgstr "Creazione automatica delle categorie"
2422
 
2423
- #: templates/admin/csv-import.tpl.php:219
2424
  #, fuzzy
2425
  msgid "Generate errors when a category is not found"
2426
  msgstr "Generare errori quando una categoria non viene trovata"
2427
 
2428
- #: templates/admin/csv-import.tpl.php:227
2429
  #, fuzzy
2430
  msgid "Keep existing images"
2431
  msgstr "Conservare le immagini esistenti."
2432
 
2433
- #: templates/admin/csv-import.tpl.php:230
2434
  #, fuzzy
2435
  msgid "Appends new images while keeping current ones."
2436
  msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
2437
 
2438
- #: templates/admin/csv-import.tpl.php:238
2439
  #, fuzzy
2440
  msgid "Assign listings to a user"
2441
  msgstr "Assegna annunci a un utente?"
2442
 
2443
- #: templates/admin/csv-import.tpl.php:250
2444
  #, fuzzy
2445
  msgid "Default listing user"
2446
  msgstr "Utente predefinito"
2447
 
2448
- #: templates/admin/csv-import.tpl.php:252
2449
  #, fuzzy
2450
  msgid ""
2451
  "This user will be used if the username column is not present in the CSV file."
@@ -2453,12 +2456,12 @@ msgstr ""
2453
  "Questo utente verrà utilizzato se la colonna username non è presente nel "
2454
  "file CSV."
2455
 
2456
- #: templates/admin/csv-import.tpl.php:259
2457
  #, fuzzy
2458
  msgid "Number of listings imported on every cycle"
2459
  msgstr "Numero di elenchi importati per ogni ciclo"
2460
 
2461
- #: templates/admin/csv-import.tpl.php:261
2462
  #, fuzzy
2463
  msgid ""
2464
  "If you are having trouble importing listings due to memory problems, try "
@@ -2472,12 +2475,12 @@ msgstr ""
2472
  "più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
2473
  "condiviso e altri server con risorse limitate."
2474
 
2475
- #: templates/admin/csv-import.tpl.php:273
2476
  #, fuzzy
2477
  msgid "Disable email notifications during import"
2478
  msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
2479
 
2480
- #: templates/admin/csv-import.tpl.php:292
2481
  #, fuzzy
2482
  msgid ""
2483
  "The following are the valid header names to be used in the CSV file. "
@@ -2491,27 +2494,27 @@ msgstr ""
2491
  "file di importazione CSV\"</a> Per vedere come un file di importazione deve "
2492
  "essere."
2493
 
2494
- #: templates/admin/csv-import.tpl.php:301
2495
  #, fuzzy
2496
  msgid "Header name/label"
2497
  msgstr "Nome intestazione / etichetta"
2498
 
2499
- #: templates/admin/csv-import.tpl.php:304
2500
  #, fuzzy
2501
  msgid "Required?"
2502
  msgstr "Necessario?"
2503
 
2504
- #: templates/admin/csv-import.tpl.php:305
2505
  #, fuzzy
2506
  msgid "Multivalued?"
2507
  msgstr "Multivalore?"
2508
 
2509
- #: templates/admin/csv-import.tpl.php:337
2510
  #, fuzzy
2511
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2512
  msgstr "Elenco separato di immagini (dal file ZIP)"
2513
 
2514
- #: templates/admin/csv-import.tpl.php:344
2515
  #, fuzzy
2516
  msgid "Listing author's username"
2517
  msgstr "Elenco degli utenti"
@@ -3173,9 +3176,9 @@ msgstr "Portami alla schermata <b>Plugins</b>"
3173
  msgid "Get debug info"
3174
  msgstr ""
3175
 
3176
- #: templates/businessdirectory-listings.tpl.php:30
3177
  #: templates/deprecated/search.tpl.php:23
3178
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3179
  #, fuzzy
3180
  msgid "No listings found."
3181
  msgstr "Nessun annuncio trovato."
@@ -3335,7 +3338,7 @@ msgid "Search Results"
3335
  msgstr "Risultati di ricerca"
3336
 
3337
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3338
- #: templates/manage_listings.tpl.php:16
3339
  #: templates/submit-listing-done.tpl.php:36
3340
  #, fuzzy
3341
  msgid "Return to directory"
@@ -3479,7 +3482,7 @@ msgstr ""
3479
  "Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
3480
  "clic sul pulsante di cancellazione."
3481
 
3482
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3483
  #, fuzzy
3484
  msgid "You do not currently have any listings in the directory."
3485
  msgstr "Al momento non ci sono annunci nell'elenco."
@@ -3496,10 +3499,10 @@ msgstr "%s ogni %s giorni."
3496
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3497
  msgstr "%s ogni %s giorni. Il prossimo rinnovo è in %s."
3498
 
3499
- #: templates/parts/listing-buttons.tpl.php:39
3500
  #, fuzzy
3501
- msgid "Return to Directory"
3502
- msgstr "Torna all'elenco"
3503
 
3504
  #: templates/parts/pagination.tpl.php:7
3505
  #, fuzzy
@@ -3541,7 +3544,7 @@ msgstr "Piano privato a pagamento"
3541
  msgid "Recurring Plan Management"
3542
  msgstr "Gestione dei canoni ricorrenti"
3543
 
3544
- #: templates/search-form.tpl.php:28
3545
  #, fuzzy
3546
  msgid "Clear"
3547
  msgstr "Cancella"
@@ -3877,7 +3880,7 @@ msgstr ""
3877
  msgid "Business Directory Team"
3878
  msgstr "Business Directory"
3879
 
3880
- #: includes/abstracts/class-view.php:129
3881
  msgctxt "views"
3882
  msgid "Invalid credentials."
3883
  msgstr "Credenziali non valide."
@@ -3902,54 +3905,54 @@ msgctxt "admin"
3902
  msgid "Untitled Menu"
3903
  msgstr "Menu senza titolo"
3904
 
3905
- #: includes/admin/class-admin.php:897
3906
  msgctxt "admin"
3907
  msgid "Dismiss this notice."
3908
  msgstr "Rimuovi questo avviso."
3909
 
3910
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3911
  msgctxt "admin"
3912
  msgid "The listing has been updated."
3913
  msgid_plural "The listings have been updated."
3914
  msgstr[0] "L'Annuncio è stato aggiornato."
3915
  msgstr[1] "Gli annunci sono stati aggiornati."
3916
 
3917
- #: includes/admin/class-admin.php:1038
3918
  #, fuzzy
3919
  msgctxt "admin"
3920
  msgid "The plan was successfully assigned."
3921
  msgstr "Il canone è stata assegnato con successo."
3922
 
3923
- #: includes/admin/class-admin.php:1048
3924
  msgctxt "admin"
3925
  msgid "Listing was renewed."
3926
  msgid_plural "Listings were renewed."
3927
  msgstr[0] "L'Annuncio è stato rinnovato."
3928
  msgstr[1] "Gli annunci sono stati rinnovati."
3929
 
3930
- #: includes/admin/class-admin.php:1060
3931
  msgctxt "admin"
3932
  msgid "Renewal email sent."
3933
  msgstr "E-mail di rinnovo inviata."
3934
 
3935
- #: includes/admin/class-admin.php:1073
3936
  msgctxt "admin"
3937
  msgid "Listing report deleted."
3938
  msgid_plural "Listing reports deleted."
3939
  msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
3940
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
3941
 
3942
- #: includes/admin/class-admin.php:1122
3943
  msgctxt "admin"
3944
  msgid "Access keys sent."
3945
  msgstr "Dati di accesso inviati."
3946
 
3947
- #: includes/admin/class-admin.php:1124
3948
  msgctxt "admin"
3949
  msgid "The access keys couldn't be sent."
3950
  msgstr "Non è stato possibile inviare i dati di accesso."
3951
 
3952
- #: includes/admin/class-admin.php:1282
3953
  msgctxt "admin"
3954
  msgid ""
3955
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3958,7 +3961,7 @@ msgstr ""
3958
  "<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
3959
  "rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
3960
 
3961
- #: includes/admin/class-admin.php:1284
3962
  msgctxt "admin"
3963
  msgid ""
3964
  "You can create this page by yourself or let Business Directory do this for "
@@ -3967,12 +3970,12 @@ msgstr ""
3967
  "È possibile creare la pagina da soli o lasciare che Business Directory "
3968
  "faccia questo per voi automaticamente."
3969
 
3970
- #: includes/admin/class-admin.php:1289
3971
  msgctxt "admin"
3972
  msgid "Create required pages for me"
3973
  msgstr "Crea le pagine richieste per me"
3974
 
3975
- #: includes/admin/class-admin.php:1342
3976
  msgctxt "admin"
3977
  msgid ""
3978
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -4048,7 +4051,7 @@ msgctxt "admin menu"
4048
  msgid "Debug"
4049
  msgstr "Debug"
4050
 
4051
- #: includes/admin/controllers/class-settings-admin.php:45
4052
  #, fuzzy
4053
  msgctxt "admin menu"
4054
  msgid "Settings"
@@ -4337,47 +4340,47 @@ msgctxt "listing status"
4337
  msgid "Reported"
4338
  msgstr "Segnalato"
4339
 
4340
- #: includes/models/class-listing.php:984
4341
  msgctxt "listing status"
4342
  msgid "Unknown"
4343
  msgstr "Sconosciuto"
4344
 
4345
- #: includes/models/class-listing.php:985
4346
  msgctxt "listing status"
4347
  msgid "Legacy"
4348
  msgstr "Legacy"
4349
 
4350
- #: includes/models/class-listing.php:986
4351
  msgctxt "listing status"
4352
  msgid "Incomplete"
4353
  msgstr "Incompleto"
4354
 
4355
- #: includes/models/class-listing.php:987
4356
  msgctxt "listing status"
4357
  msgid "Pending Payment"
4358
  msgstr "Pagamento in attesa"
4359
 
4360
- #: includes/models/class-listing.php:988
4361
  msgctxt "listing status"
4362
  msgid "Complete"
4363
  msgstr "Completato"
4364
 
4365
- #: includes/models/class-listing.php:989
4366
  msgctxt "listing status"
4367
  msgid "Pending Upgrade"
4368
  msgstr "Aggiornamento in attesa"
4369
 
4370
- #: includes/models/class-listing.php:990
4371
  msgctxt "listing status"
4372
  msgid "Expired"
4373
  msgstr "Scaduto"
4374
 
4375
- #: includes/models/class-listing.php:991
4376
  msgctxt "listing status"
4377
  msgid "Pending Renewal"
4378
  msgstr "In attesa di rinnovo"
4379
 
4380
- #: includes/models/class-listing.php:992
4381
  msgctxt "listing status"
4382
  msgid "Abandoned"
4383
  msgstr "Abbandonato"
@@ -4879,12 +4882,12 @@ msgctxt "form-fields admin"
4879
  msgid "Create Missing Fields"
4880
  msgstr "Creare campi mancanti"
4881
 
4882
- #: includes/admin/controllers/class-settings-admin.php:543
4883
  msgctxt "admin settings"
4884
  msgid "Remove"
4885
  msgstr "Rimuovi"
4886
 
4887
- #: includes/admin/controllers/class-settings-admin.php:597
4888
  msgctxt "admin settings"
4889
  msgid "Valid placeholders: %s"
4890
  msgstr "Segnaposto validi: %s"
@@ -5384,56 +5387,56 @@ msgctxt "admin settings"
5384
  msgid "User registration date"
5385
  msgstr "Data di registrazione"
5386
 
5387
- #: includes/admin/controllers/class-settings-admin.php:679
5388
  msgctxt "expiration notices"
5389
  msgid "Add notice"
5390
  msgstr "Aggiungi nota"
5391
 
5392
- #: includes/admin/controllers/class-settings-admin.php:698
5393
  msgctxt "expiration notices"
5394
  msgid "No notices configured."
5395
  msgstr "Nessun avviso configurato."
5396
 
5397
- #: includes/admin/controllers/class-settings-admin.php:740
5398
  msgctxt "expiration notices"
5399
  msgid "recurring and non-recurring"
5400
  msgstr "ricorrente e non ricorrente"
5401
 
5402
- #: includes/admin/controllers/class-settings-admin.php:742
5403
  msgctxt "expiration notices"
5404
  msgid "recurring only"
5405
  msgstr "ricorrente solo"
5406
 
5407
- #: includes/admin/controllers/class-settings-admin.php:744
5408
  msgctxt "expiration notices"
5409
  msgid "non-recurring only"
5410
  msgstr "non ricorrente solo"
5411
 
5412
- #: includes/admin/controllers/class-settings-admin.php:748
5413
  msgctxt "expiration notices"
5414
  msgid "Sent when a listing (%s) is renewed."
5415
  msgstr "Inviato quando un annuncio (%s) viene rinnovato."
5416
 
5417
- #: includes/admin/controllers/class-settings-admin.php:753
5418
  msgctxt "expiration notices"
5419
  msgid "Sent when a listing (%s) expires."
5420
  msgstr "Inviato quando un annuncio (%s) scade."
5421
 
5422
- #: includes/admin/controllers/class-settings-admin.php:761
5423
  msgctxt "expiration notices"
5424
  msgid "%d day"
5425
  msgid_plural "%d days"
5426
  msgstr[0] "%d giorno"
5427
  msgstr[1] "%d giorni"
5428
 
5429
- #: includes/admin/controllers/class-settings-admin.php:764
5430
  msgctxt "expiration notices"
5431
  msgid "%d week"
5432
  msgid_plural "%d weeks"
5433
  msgstr[0] "%d settimana"
5434
  msgstr[1] "%d settimane"
5435
 
5436
- #: includes/admin/controllers/class-settings-admin.php:767
5437
  msgctxt "expiration notices"
5438
  msgid "%d month"
5439
  msgid_plural "%d months"
@@ -5442,141 +5445,141 @@ msgstr[1] "%d mesi"
5442
 
5443
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5444
  #. non-recuring only)
5445
- #: includes/admin/controllers/class-settings-admin.php:773
5446
  msgctxt "expiration notices"
5447
  msgid "Sent %1$s before a listing (%2$s) expires."
5448
  msgstr "Inviati %1$s prima della scadenza di un annuncio (%2$s)."
5449
 
5450
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5451
  #. non-recuring only)
5452
- #: includes/admin/controllers/class-settings-admin.php:776
5453
  msgctxt "expiration notices"
5454
  msgid "Sent %1$s after a listing (%2$s) expires."
5455
  msgstr "Inviati %1$s dopo la scadenza di un annuncio (%2$s)."
5456
 
5457
- #: includes/admin/controllers/class-settings-admin.php:793
5458
  msgctxt "expiration notices"
5459
  msgid "At the time of expiration"
5460
  msgstr "Al momento della scadenza"
5461
 
5462
- #: includes/admin/controllers/class-settings-admin.php:794
5463
  msgctxt "expiration notices"
5464
  msgid "Right after a successful renewal"
5465
  msgstr "Subito dopo un rinnovo di successo"
5466
 
5467
- #: includes/admin/controllers/class-settings-admin.php:805
5468
  msgctxt "expiration notices"
5469
  msgid "%d day before expiration"
5470
  msgid_plural "%d days before expiration"
5471
  msgstr[0] "%d giorno prima della scadenza"
5472
  msgstr[1] "%d giorni prima della scadenza"
5473
 
5474
- #: includes/admin/controllers/class-settings-admin.php:805
5475
  msgctxt "expiration notices"
5476
  msgid "%d day after expiration"
5477
  msgid_plural "%d days after expiration"
5478
  msgstr[0] "%d giorno dopo la scadenza"
5479
  msgstr[1] "%d giorni dopo la scadenza"
5480
 
5481
- #: includes/admin/controllers/class-settings-admin.php:808
5482
  msgctxt "expiration notices"
5483
  msgid "%d week before expiration"
5484
  msgid_plural "%d weeks before expiration"
5485
  msgstr[0] "%d settimana prima della scadenza"
5486
  msgstr[1] "%d settimane prima della scadenza"
5487
 
5488
- #: includes/admin/controllers/class-settings-admin.php:808
5489
  msgctxt "expiration notices"
5490
  msgid "%d week after expiration"
5491
  msgid_plural "%d weeks after expiration"
5492
  msgstr[0] "%d settimana dopo la scadenza"
5493
  msgstr[1] "%d settimane dopo la scadenza"
5494
 
5495
- #: includes/admin/controllers/class-settings-admin.php:811
5496
  msgctxt "expiration notices"
5497
  msgid "%d month before expiration"
5498
  msgid_plural "%d months before expiration"
5499
  msgstr[0] "%d mese prima della scadenza"
5500
  msgstr[1] "%d mesi prima della scadenza"
5501
 
5502
- #: includes/admin/controllers/class-settings-admin.php:811
5503
  msgctxt "expiration notices"
5504
  msgid "%d month after expiration"
5505
  msgid_plural "%d months after expiration"
5506
  msgstr[0] "%d mese dopo la scadenza"
5507
  msgstr[1] "%d mesi dopo la scadenza"
5508
 
5509
- #: includes/admin/controllers/class-settings-admin.php:838
5510
  msgctxt "expiration notices"
5511
  msgid "Applies to"
5512
  msgstr "Si applica a"
5513
 
5514
- #: includes/admin/controllers/class-settings-admin.php:841
5515
  msgctxt "expiration notices"
5516
  msgid "Non-recurring listings"
5517
  msgstr "Annunci non ricorrenti"
5518
 
5519
- #: includes/admin/controllers/class-settings-admin.php:842
5520
  msgctxt "expiration notices"
5521
  msgid "Recurring listings"
5522
  msgstr "Annunci ricorrenti"
5523
 
5524
- #: includes/admin/controllers/class-settings-admin.php:843
5525
  msgctxt "expiration notices"
5526
  msgid "Recurring and non-recurring listings"
5527
  msgstr "Annunci ricorrenti e non ricorrenti"
5528
 
5529
- #: includes/admin/controllers/class-settings-admin.php:848
5530
  msgctxt "expiration notices"
5531
  msgid "When to send?"
5532
  msgstr "Quando inviare?"
5533
 
5534
- #: includes/admin/controllers/class-settings-admin.php:715
5535
  msgctxt "settings"
5536
  msgid "Site title (with link)"
5537
  msgstr "Titolo del sito (con link)"
5538
 
5539
- #: includes/admin/controllers/class-settings-admin.php:716
5540
  msgctxt "settings"
5541
  msgid "Author's name"
5542
  msgstr "Nome dell'autore"
5543
 
5544
- #: includes/admin/controllers/class-settings-admin.php:717
5545
  msgctxt "settings"
5546
  msgid "Listing's name (with link)"
5547
  msgstr "Nome dell'elenco (with link)"
5548
 
5549
- #: includes/admin/controllers/class-settings-admin.php:718
5550
  msgctxt "settings"
5551
  msgid "Listing's expiration date"
5552
  msgstr "Data di scadenza dell'annuncio"
5553
 
5554
- #: includes/admin/controllers/class-settings-admin.php:719
5555
  msgctxt "settings"
5556
  msgid "Listing's renewal link, formatted with an anchor tag"
5557
  msgstr ""
5558
 
5559
- #: includes/admin/controllers/class-settings-admin.php:720
5560
  msgctxt "settings"
5561
  msgid "Listing's renewal URL, unformatted by any tags"
5562
  msgstr ""
5563
 
5564
- #: includes/admin/controllers/class-settings-admin.php:721
5565
  msgctxt "settings"
5566
  msgid "Listing's categories"
5567
  msgstr "Categorie di annunci"
5568
 
5569
- #: includes/admin/controllers/class-settings-admin.php:722
5570
  msgctxt "settings"
5571
  msgid "Listing's last payment date"
5572
  msgstr "Data dell'ultimo pagamento dell'annuncio"
5573
 
5574
- #: includes/admin/controllers/class-settings-admin.php:723
5575
  msgctxt "settings"
5576
  msgid "Listing's access key"
5577
  msgstr "Chiave di accesso all'annuncio"
5578
 
5579
- #: includes/admin/controllers/class-settings-admin.php:880
5580
  msgctxt "settings"
5581
  msgid "Settings reset to default."
5582
  msgstr "Le impostazioni vengono riportate ai valori predefiniti."
@@ -6392,28 +6395,28 @@ msgctxt "settings"
6392
  msgid "Cropped"
6393
  msgstr ""
6394
 
 
6395
  #: includes/admin/settings/class-settings.php:494
6396
- #: includes/admin/settings/class-settings.php:505
6397
  msgctxt "settings"
6398
  msgid "\"%s\" can not be empty."
6399
  msgstr "\"%s\" non può essere vuoto."
6400
 
6401
- #: includes/admin/settings/class-settings.php:522
6402
  msgctxt "settings"
6403
  msgid "The slug \"%s\" is already in use for another taxonomy."
6404
  msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
6405
 
6406
- #: includes/licensing.php:237
6407
  msgctxt "settings"
6408
  msgid "Themes"
6409
  msgstr "Temi"
6410
 
6411
- #: includes/licensing.php:289 includes/licensing.php:290
6412
  msgctxt "settings"
6413
  msgid "Please wait..."
6414
  msgstr "Attendi..."
6415
 
6416
- #: includes/licensing.php:290
6417
  #, fuzzy
6418
  msgctxt "settings"
6419
  msgid "Deauthorize"
@@ -6429,12 +6432,12 @@ msgctxt "themes"
6429
  msgid "Could not change the active theme to \"%s\"."
6430
  msgstr "Impossibile modificare il tema attivo \"%s\"."
6431
 
6432
- #: includes/admin/controllers/class-themes-admin.php:150
6433
  msgctxt "themes"
6434
  msgid "Active theme changed to \"%s\"."
6435
  msgstr "Il tema attivo è stato modificato \"%s\"."
6436
 
6437
- #: includes/admin/controllers/class-themes-admin.php:153
6438
  msgctxt "themes"
6439
  msgid ""
6440
  "%s requires that you tag your existing fields to match some places we want "
@@ -6444,53 +6447,53 @@ msgstr ""
6444
  "ad alcuni luoghi in cui vogliamo inserire i tuoi dati sul tema. Di seguito "
6445
  "sono riportati i campi che riteniamo manchino."
6446
 
6447
- #: includes/admin/controllers/class-themes-admin.php:164
6448
  msgctxt "themes"
6449
  msgid "Map My Fields"
6450
  msgstr "Mappa I miei campi"
6451
 
6452
- #: includes/admin/controllers/class-themes-admin.php:172
6453
  msgctxt "themes"
6454
  msgid "Suggested fields created successfully."
6455
  msgstr "Campi suggeriti creati con successo."
6456
 
6457
- #: includes/admin/controllers/class-themes-admin.php:175
6458
  msgctxt "themes"
6459
  msgid "Theme installed successfully."
6460
  msgstr "Recensione inviata."
6461
 
6462
- #: includes/admin/controllers/class-themes-admin.php:178
6463
  msgctxt "themes"
6464
  msgid "Theme was deleted successfully."
6465
  msgstr "Il tema è stato eliminato con successo."
6466
 
6467
- #: includes/admin/controllers/class-themes-admin.php:181
6468
  msgctxt "themes"
6469
  msgid "Could not delete theme directory. Check permissions."
6470
  msgstr "Impossibile eliminare l'elenco dei temi. Controlla i permessi."
6471
 
6472
- #: includes/admin/controllers/class-themes-admin.php:234
6473
  msgctxt "themes"
6474
  msgid "Please upload a valid theme file."
6475
  msgstr "Si prega di caricare un file valido del tema."
6476
 
6477
- #: includes/admin/controllers/class-themes-admin.php:243
6478
  msgctxt "themes"
6479
  msgid "Could not move \"%s\" to a temporary directory."
6480
  msgstr "Non è stato possibile spostare \"%s\" in un elenco temporaneo."
6481
 
6482
- #: includes/admin/controllers/class-themes-admin.php:329
6483
  msgctxt "themes"
6484
  msgid "Activate your <a>license key</a> to use this theme."
6485
  msgstr "Attivare la <a>chiave di licenza</a> per utilizzare questo tema."
6486
 
6487
- #: includes/admin/controllers/class-themes-admin.php:372
6488
  #, fuzzy
6489
  msgctxt "themes"
6490
  msgid "Invalid theme ID"
6491
  msgstr "ID articolo non valido"
6492
 
6493
- #: includes/admin/controllers/class-themes-admin.php:378
6494
  #: includes/admin/upgrades/class-themes-updater.php:172
6495
  msgctxt "themes"
6496
  msgid "Could not update theme: %s"
@@ -6516,17 +6519,17 @@ msgctxt "themes"
6516
  msgid "Theme was updated successfully."
6517
  msgstr "Il tema è stato aggiornato con successo."
6518
 
6519
- #: includes/themes.php:953
6520
  msgctxt "themes"
6521
  msgid "Could not create themes directory."
6522
  msgstr "Impossibile creare una directory dei temi."
6523
 
6524
- #: includes/themes.php:964
6525
  msgctxt "themes"
6526
  msgid "Could not remove previous theme directory \"%s\"."
6527
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
6528
 
6529
- #: includes/themes.php:972
6530
  msgctxt "themes"
6531
  msgid "Could not move new theme into theme directory."
6532
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
@@ -6536,14 +6539,14 @@ msgctxt "admin csv-export"
6536
  msgid "Could not decode export state information."
6537
  msgstr "Impossibile decodificare le informazioni sullo stato di esportazione."
6538
 
6539
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6540
  msgctxt "admin csv-export"
6541
  msgid "Could not create a temporary directory for handling this CSV export."
6542
  msgstr ""
6543
  "Impossibile creare una directory temporanea per la gestione di questa "
6544
  "esportazione CSV."
6545
 
6546
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6547
  msgctxt "admin csv-export"
6548
  msgid "Error while creating a temporary directory for CSV export: %s"
6549
  msgstr ""
@@ -6735,7 +6738,7 @@ msgctxt "admin csv-import"
6735
  msgid "Please upload or select a CSV file."
6736
  msgstr "Si prega di caricare o selezionare un file CSV."
6737
 
6738
- #: includes/admin/csv-import.php:374
6739
  msgctxt "admin csv-import"
6740
  msgid ""
6741
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6744,13 +6747,13 @@ msgstr ""
6744
  "È stato rilevato un errore durante la convalida del file CSV per "
6745
  "l'importazione. Si prega di risolvere il problema prima di procedere."
6746
 
6747
- #: includes/admin/csv-import.php:383
6748
  msgctxt "admin csv-import"
6749
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6750
  msgstr ""
6751
  "L'importazione è in \"modalità test\". Non verrà inserito nulla nel database."
6752
 
6753
- #: includes/admin/helpers/csv/class-csv-import.php:531
6754
  msgctxt "admin csv-import"
6755
  msgid ""
6756
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6759,33 +6762,33 @@ msgstr ""
6759
  "Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
6760
  "non è riuscita per il seguente errore: <error-message>."
6761
 
6762
- #: includes/admin/helpers/csv/class-csv-import.php:537
6763
  msgctxt "admin csv-import"
6764
  msgid "Could not create listing category \"%s\""
6765
  msgstr "Impossibile creare la categoria \"%s\""
6766
 
6767
- #: includes/admin/helpers/csv/class-csv-import.php:728
6768
  msgctxt "admin csv-import"
6769
  msgid "Username \"%s\" does not exist"
6770
  msgstr "Nome Utente \"%s\" non esiste"
6771
 
6772
- #: includes/admin/helpers/csv/class-csv-import.php:755
6773
  #, fuzzy
6774
  msgctxt "admin csv-import"
6775
  msgid "There is no Plan with ID = <fee-id>"
6776
  msgstr "Non esiste un piano tariffario con ID = <fee-id>"
6777
 
6778
- #: includes/admin/helpers/csv/class-csv-import.php:786
6779
  msgctxt "admin csv-import"
6780
  msgid "Missing required field: %s"
6781
  msgstr "Campo obbligatorio mancante: %s"
6782
 
6783
- #: includes/admin/helpers/csv/class-csv-import.php:831
6784
  msgctxt "admin csv-import"
6785
  msgid "Listing category \"%s\" does not exist"
6786
  msgstr "La categoria \"%s\" non esiste"
6787
 
6788
- #: includes/admin/helpers/csv/class-csv-import.php:905
6789
  msgctxt "admin csv-import"
6790
  msgid "The string <string> couldn't be converted into a valid date."
6791
  msgstr "La stringa <string>non poteva essere convertita in una data valida."
@@ -6945,13 +6948,13 @@ msgctxt "admin csv-import"
6945
  msgid "Semicolon (;)"
6946
  msgstr "Punto e virgola (;)"
6947
 
6948
- #: templates/admin/csv-import.tpl.php:194
6949
  #, fuzzy
6950
  msgctxt "admin csv-import"
6951
  msgid "Preserve existing status"
6952
  msgstr "Stato Inserzione"
6953
 
6954
- #: templates/admin/csv-import.tpl.php:245
6955
  msgctxt "admin csv-import"
6956
  msgid ""
6957
  "Select a default user to be used if the username column is not present in "
@@ -6960,17 +6963,17 @@ msgstr ""
6960
  "Selezionare un utente predefinito da utilizzare se la colonna nome utente "
6961
  "non è presente nel file CSV."
6962
 
6963
- #: templates/admin/csv-import.tpl.php:279
6964
  msgctxt "admin csv-import"
6965
  msgid "Test Import"
6966
  msgstr "Test importazione"
6967
 
6968
- #: templates/admin/csv-import.tpl.php:280
6969
  msgctxt "admin csv-import"
6970
  msgid "Import Listings"
6971
  msgstr "Importa Annunci"
6972
 
6973
- #: templates/admin/csv-import.tpl.php:330
6974
  msgctxt "admin csv-import"
6975
  msgid ""
6976
  "Fee ID (integer) associated to a listing. Use this column when adding or "
@@ -6979,7 +6982,7 @@ msgstr ""
6979
  "Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
6980
  "aggiungere o aggiornare gli elenchi da fonti esterne."
6981
 
6982
- #: templates/admin/csv-import.tpl.php:351
6983
  msgctxt "admin csv-import"
6984
  msgid ""
6985
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6987,7 +6990,7 @@ msgstr ""
6987
  "ID di sequenza interna utilizzata per consentire l'elenco degli "
6988
  "aggiornamenti da fonti esterne."
6989
 
6990
- #: templates/admin/csv-import.tpl.php:358
6991
  msgctxt "admin csv-import"
6992
  msgid ""
6993
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -7009,12 +7012,12 @@ msgstr ""
7009
  "ma questo percorso non sembra essere scrivibile. Si prega di consultare il "
7010
  "proprio ospite."
7011
 
7012
- #: includes/admin/helpers/class-listing-information-metabox.php:20
7013
  msgctxt "listing metabox"
7014
  msgid "Recent Payments"
7015
  msgstr "Pagamenti recenti"
7016
 
7017
- #: includes/admin/helpers/class-listing-information-metabox.php:24
7018
  msgctxt "listing metabox"
7019
  msgid "Access Key"
7020
  msgstr "Chiave d'accesso"
@@ -7045,32 +7048,32 @@ msgctxt "listing metabox"
7045
  msgid "# of images"
7046
  msgstr "# di immagini"
7047
 
7048
- #: includes/admin/helpers/class-listing-timeline.php:111
7049
  msgctxt "listing timeline"
7050
  msgid "Listing created"
7051
  msgstr "Annuncio creato"
7052
 
7053
- #: includes/admin/helpers/class-listing-timeline.php:116
7054
  msgctxt "listing timeline"
7055
  msgid "Listing expired"
7056
  msgstr "Annuncio scaduto"
7057
 
7058
- #: includes/admin/helpers/class-listing-timeline.php:126
7059
  msgctxt "listing timeline"
7060
  msgid "T&C acceptance date"
7061
  msgstr ""
7062
 
7063
- #: includes/admin/helpers/class-listing-timeline.php:141
7064
  msgctxt "listing timeline"
7065
  msgid "Paid as admin"
7066
  msgstr "Pagato come amministratore"
7067
 
7068
- #: includes/admin/helpers/class-listing-timeline.php:143
7069
  msgctxt "listing timeline"
7070
  msgid "Listing imported"
7071
  msgstr "Annuncio importato"
7072
 
7073
- #: includes/admin/helpers/class-listing-timeline.php:145
7074
  msgctxt "listing timeline"
7075
  msgid "Initial Payment"
7076
  msgstr "Sottoscrizione"
@@ -7140,22 +7143,22 @@ msgctxt "tracking"
7140
  msgid "What do you track?"
7141
  msgstr "Cosa traccia?"
7142
 
7143
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7144
  msgctxt "manual-upgrade"
7145
  msgid "Continue"
7146
  msgstr "Continua"
7147
 
7148
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7149
  msgctxt "manual-upgrade"
7150
  msgid "Start Upgrade"
7151
  msgstr "Avviare l'aggiornamento"
7152
 
7153
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7154
  msgctxt "manual-upgrade"
7155
  msgid "Pause Upgrade"
7156
  msgstr "Pausa Aggiornamento"
7157
 
7158
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7159
  msgctxt "manual-upgrade"
7160
  msgid ""
7161
  "The upgrade was successfully performed. Business Directory Plugin is now "
@@ -7164,7 +7167,7 @@ msgstr ""
7164
  "L'aggiornamento è stato eseguito correttamente. Plugin Business Directory è "
7165
  "ora disponibile."
7166
 
7167
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7168
  msgctxt "manual-upgrade"
7169
  msgid "Go to \"Directory Admin\""
7170
  msgstr "Vai a \"Directory Admin\""
@@ -7189,29 +7192,29 @@ msgctxt "installer"
7189
  msgid "Migrating license information to new format..."
7190
  msgstr "Migrazione delle informazioni sulla licenza in un nuovo formato....."
7191
 
7192
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7193
  msgctxt "installer"
7194
  msgid "Migrating email notices to new format..."
7195
  msgstr "Migrazione degli avvisi e-mail in un nuovo formato....."
7196
 
7197
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7198
  #, fuzzy
7199
  msgctxt "installer"
7200
  msgid "Migrating plans..."
7201
  msgstr "Migrazione dei piani tariffari....."
7202
 
7203
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7204
  msgctxt "installer"
7205
  msgid "! Could not migrate payment #%d"
7206
  msgstr "! Non posso migrare il pagamento #%d"
7207
 
7208
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7209
  msgctxt "installer"
7210
  msgid "Updating payment items format: %d items remaining..."
7211
  msgstr ""
7212
  "Aggiornamento del formato delle voci di pagamento: %d voci rimanenti....."
7213
 
7214
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7215
  msgctxt "installer"
7216
  msgid "Migrating listing information: %d items remaining..."
7217
  msgstr ""
@@ -7261,18 +7264,18 @@ msgctxt "installer"
7261
  msgid "Listing upgrade to featured"
7262
  msgstr "Upgrade ell'annuncio a In Evidenza"
7263
 
7264
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7265
  msgctxt "listings-api"
7266
  msgid "Featured Listing"
7267
  msgstr "Annuncio in primo piano"
7268
 
7269
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7270
  #, fuzzy
7271
  msgctxt "migrate-18"
7272
  msgid "Featured Levels migration is complete."
7273
  msgstr "La migrazione dei livelli consigliati è completa."
7274
 
7275
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7276
  #, fuzzy
7277
  msgctxt "migrate-18"
7278
  msgid ""
@@ -7285,7 +7288,7 @@ msgstr ""
7285
  "tariffari, ma eliminando la confusa nozione di \"livello di funzionalità\" "
7286
  "che si limitava agli elenchi in evidenza."
7287
 
7288
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7289
  #, fuzzy
7290
  msgctxt "migrate-18"
7291
  msgid ""
@@ -7302,7 +7305,7 @@ msgstr ""
7302
  "non sei sicuro di cosa fare qui, <support-link>contatta il supporto</support-"
7303
  "link> e <cancel-link>annulla la migrazione</cancel-link>."
7304
 
7305
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7306
  #, fuzzy
7307
  msgctxt "migrate-18"
7308
  msgid ""
@@ -7314,29 +7317,29 @@ msgstr ""
7314
  "domande per spostare i vostri dati dal vecchio \"livello di funzionalità\" "
7315
  "al nuovo \"restricted feature fee plan\" che fa per voi."
7316
 
7317
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7318
  msgctxt "migrate-18"
7319
  msgid "Move to: "
7320
  msgstr "Muovi in:"
7321
 
7322
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7323
  msgctxt "migrate-18"
7324
  msgid "New plan summary"
7325
  msgstr "Riassunto Nuovo piano"
7326
 
7327
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7328
  msgctxt "migrate-18"
7329
  msgid "Perform migration"
7330
  msgstr "Eseguire la migrazione"
7331
 
7332
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7333
  msgctxt "migrate-18"
7334
  msgid "Business Directory Plugin - Featured Levels migration required."
7335
  msgstr ""
7336
  "Business Directory Plugin - La migrazione dei livelli in primo piano è "
7337
  "richiesta."
7338
 
7339
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7340
  msgctxt "migrate-18"
7341
  msgid ""
7342
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
@@ -7345,44 +7348,44 @@ msgstr ""
7345
  "I livelli consigliati sono stati rimossi in 5.0. È necessario eseguire "
7346
  "<a>qui la migrazione dei livelli consigliati</a>."
7347
 
7348
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7349
  msgctxt "upgrade-18"
7350
  msgid "← Return to Directory dashboard"
7351
  msgstr "← Ritorno al dashboard della Directory"
7352
 
7353
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7354
  msgctxt "upgrade-18"
7355
  msgid "Configure Plan"
7356
  msgstr "Configurare il piano"
7357
 
7358
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7359
  msgctxt "upgrade-18"
7360
  msgid "Featured Level"
7361
  msgstr "Livello in primo piano"
7362
 
7363
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7364
  msgctxt "upgrade-18"
7365
  msgid "What to do with it?"
7366
  msgstr "Cosa traccia?"
7367
 
7368
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7369
  msgctxt "upgrade-18"
7370
  msgid "%d listing is on this level."
7371
  msgid_plural "%d listings are on this level."
7372
  msgstr[0] "%d annuncio è a questo livello."
7373
  msgstr[1] "%d annunci sono a questo livello."
7374
 
7375
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7376
  msgctxt "upgrade-18"
7377
  msgid "Select an option"
7378
  msgstr "Seleziona un'opzione"
7379
 
7380
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7381
  msgctxt "upgrade-18"
7382
  msgid "Remove \"sticky\" status for listings."
7383
  msgstr "Rimuovere lo stato \"in evidenza\" per gli annunci."
7384
 
7385
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7386
  #, fuzzy
7387
  msgctxt "upgrade-18"
7388
  msgid "Remove this (old) level, and leave the listing on the old plan."
@@ -7390,24 +7393,24 @@ msgstr ""
7390
  "Rimuovi questo (vecchio) livello e lascia l'elenco del vecchio piano "
7391
  "tariffario."
7392
 
7393
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7394
  #, fuzzy
7395
  msgctxt "upgrade-18"
7396
  msgid "May change \"sticky\" status depending on plan."
7397
  msgstr "Può cambiare lo stato \"in evidenza\" a seconda del piano tariffario."
7398
 
7399
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7400
  #, fuzzy
7401
  msgctxt "upgrade-18"
7402
  msgid "Move listings with this level to existing plan."
7403
  msgstr "Spostare gli annunci con questo livello al piano tariffario esistente."
7404
 
7405
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7406
  msgctxt "upgrade-18"
7407
  msgid "Keep \"sticky\" status of listings."
7408
  msgstr "Mantenere lo stato \"in evidenza\" degli annunci."
7409
 
7410
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7411
  #, fuzzy
7412
  msgctxt "upgrade-18"
7413
  msgid "Replace this level with a new plan."
@@ -7428,32 +7431,32 @@ msgctxt "listing"
7428
  msgid "Add New Listing"
7429
  msgstr "Aggiungi Nuovo Annuncio"
7430
 
7431
- #: includes/models/class-listing.php:430
7432
  msgctxt "listing"
7433
  msgid "Listing has no registered payments"
7434
  msgstr "L'annuncio non ha pagamenti registrati"
7435
 
7436
- #: includes/models/class-listing.php:439
7437
  msgctxt "listing"
7438
  msgid "Can't delete payment"
7439
  msgstr "Non è possibile cancellare il pagamento"
7440
 
7441
- #: includes/models/class-listing.php:477
7442
  msgctxt "listing"
7443
  msgid "Listing expired"
7444
  msgstr "Annuncio scaduto"
7445
 
7446
- #: includes/models/class-listing.php:686
7447
  msgctxt "listing"
7448
  msgid "(Unavailable Plan)"
7449
  msgstr "(Piano non disponibile)"
7450
 
7451
- #: includes/models/class-listing.php:881
7452
  msgctxt "listing"
7453
  msgid "Plan \"%s\" (recurring)"
7454
  msgstr "Piano \"%s\" (ricorrente)"
7455
 
7456
- #: includes/models/class-listing.php:883
7457
  msgctxt "listing"
7458
  msgid "Plan \"%s\""
7459
  msgstr "Piano \"%s\"."
@@ -7566,22 +7569,12 @@ msgctxt "notify email"
7566
  msgid "Report additional info"
7567
  msgstr "Segnala ulteriori informazioni"
7568
 
7569
- #: includes/class-meta.php:37
7570
  #, fuzzy
7571
  msgctxt "rss feed"
7572
  msgid "%s Feed"
7573
  msgstr "%s Mangimi"
7574
 
7575
- #: includes/class-meta.php:144
7576
- msgctxt "title"
7577
- msgid "Find a Listing"
7578
- msgstr "Trova un annuncio"
7579
-
7580
- #: includes/class-meta.php:172
7581
- msgctxt "title"
7582
- msgid "Listings tagged: %s"
7583
- msgstr "Annunci taggati: %s"
7584
-
7585
  #: includes/class-payment-gateways.php:95
7586
  msgctxt "payment-gateways"
7587
  msgid "Enable %s?"
@@ -7612,18 +7605,18 @@ msgctxt "recaptcha"
7612
  msgid "The reCAPTCHA validation score failed."
7613
  msgstr "Il punteggio di convalida reCAPTCHA non è riuscito."
7614
 
7615
- #: includes/class-wpbdp.php:463
7616
  #, fuzzy
7617
  msgctxt "listing image upload"
7618
  msgid "Please select a plan before uploading images to the listing"
7619
  msgstr "Si prega di selezionare il motivo per segnalare questo annuncio:"
7620
 
7621
- #: includes/class-wpbdp.php:468
7622
  msgctxt "listing image upload"
7623
  msgid "Can not upload any more images for this listing."
7624
  msgstr "Non è possibile caricare altre immagini per questo annuncio."
7625
 
7626
- #: includes/class-wpbdp.php:472
7627
  #, fuzzy
7628
  msgctxt "listing image upload"
7629
  msgid ""
@@ -7644,35 +7637,35 @@ msgctxt "navxt"
7644
  msgid "Submit Listing"
7645
  msgstr "Invia annuncio"
7646
 
7647
- #: includes/controllers/pages/class-checkout.php:111
7648
  msgctxt "checkout"
7649
  msgid "Can not process a payment at this time. Please try again later."
7650
  msgstr ""
7651
  "Non è possibile elaborare un pagamento in questo momento. Per favore, "
7652
  "riprova più tardi."
7653
 
7654
- #: includes/controllers/pages/class-checkout.php:149
7655
  #, fuzzy
7656
  msgctxt "checkout"
7657
  msgid "Invalid nonce received."
7658
  msgstr "Invalid nonce ricevuto."
7659
 
7660
- #: includes/controllers/pages/class-checkout.php:164
7661
  msgctxt "checkout"
7662
  msgid "Invalid gateway selected."
7663
  msgstr "Gateway non valido selezionato."
7664
 
7665
- #: includes/controllers/pages/class-checkout.php:169
7666
  msgctxt "checkout"
7667
  msgid "Selected gateway does not support payment's currency."
7668
  msgstr "Il gateway selezionato non supporta la valuta del pagamento."
7669
 
7670
- #: includes/controllers/pages/class-checkout.php:228
7671
  msgctxt "checkout"
7672
  msgid "Unknown gateway error."
7673
  msgstr "Errore gateway sconosciuto."
7674
 
7675
- #: includes/controllers/pages/class-checkout.php:267
7676
  #, fuzzy
7677
  msgctxt "checkout"
7678
  msgid ""
@@ -7873,12 +7866,12 @@ msgstr ""
7873
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7874
  "associazione ad un campo esistente."
7875
 
7876
- #: includes/controllers/pages/class-submit-listing.php:1283
7877
  msgctxt "templates"
7878
  msgid "Please agree to the Terms and Conditions."
7879
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7880
 
7881
- #: includes/controllers/pages/class-submit-listing.php:1297
7882
  msgctxt "templates"
7883
  msgid "I agree to the <a>Terms and Conditions</a>"
7884
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
@@ -7888,12 +7881,12 @@ msgctxt "templates"
7888
  msgid "Return to results"
7889
  msgstr "Ritorno ai risultati"
7890
 
7891
- #: includes/helpers/functions/templates-ui.php:226
7892
  msgctxt "templates"
7893
  msgid "No listing categories found."
7894
  msgstr "Nessuna categoria di annunci trovata."
7895
 
7896
- #: includes/helpers/functions/templates-ui.php:377
7897
  msgctxt "templates"
7898
  msgid "Advanced Search"
7899
  msgstr "Ricerca Avanzata"
@@ -7904,16 +7897,6 @@ msgctxt "templates"
7904
  msgid "Featured Listing"
7905
  msgstr "Annuncio in primo piano"
7906
 
7907
- #: templates/manage_listings.tpl.php:20
7908
- msgctxt "templates"
7909
- msgid ""
7910
- "Your current listings are shown below. To edit a listing click the edit "
7911
- "button. To delete a listing click the delete button."
7912
- msgstr ""
7913
- "LI tuoi attuali Annunci sono riportati di seguito. Per modificare un "
7914
- "Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
7915
- "clic sul pulsante di cancellazione."
7916
-
7917
  #: templates/parts/listing-buttons.tpl.php:15
7918
  msgctxt "templates"
7919
  msgid "Edit"
@@ -7961,11 +7944,6 @@ msgctxt "templates"
7961
  msgid "Return to plan selection"
7962
  msgstr "Ritorno alla selezione del piano tariffario"
7963
 
7964
- #: templates/search-form.tpl.php:3
7965
- msgctxt "templates"
7966
- msgid "Find a listing"
7967
- msgstr "Trova un annuncio"
7968
-
7969
  #: templates/submit-listing/extra-sections.tpl.php:1
7970
  msgctxt "templates"
7971
  msgid "Additional Information"
@@ -8041,12 +8019,12 @@ msgctxt "view:manage-listings"
8041
  msgid "Please <a>login</a> to manage your listings."
8042
  msgstr "Effettua il <a>login</a> per gestire i tuoi annunci."
8043
 
8044
- #: includes/controllers/pages/class-manage-recurring.php:36
8045
  msgctxt "manage subscription"
8046
  msgid "The listing with id = <listing-id> doesn't exists."
8047
  msgstr "L'elenco con id = <listing-id>non esiste."
8048
 
8049
- #: includes/controllers/pages/class-manage-recurring.php:45
8050
  msgctxt "manage subscriptions"
8051
  msgid ""
8052
  "You are not authorized to cancel this subscription. The link you followed is "
@@ -8055,12 +8033,12 @@ msgstr ""
8055
  "Non sei autorizzato a cancellare questo abbonamento. Il link che hai seguito "
8056
  "non è valido."
8057
 
8058
- #: includes/controllers/pages/class-manage-recurring.php:56
8059
  msgctxt "manage subscriptions"
8060
  msgid "Invalid subscription."
8061
  msgstr "Sottoscrizione non valida."
8062
 
8063
- #: includes/controllers/pages/class-manage-recurring.php:79
8064
  msgctxt "manage subscriptions"
8065
  msgid "Your subscription was canceled."
8066
  msgstr "Il tuo abbonamento è stato cancellato."
@@ -8071,7 +8049,7 @@ msgctxt "manage subscriptions"
8071
  msgid "Subscription / Plan"
8072
  msgstr "Abbonamento / Piano tariffario"
8073
 
8074
- #: includes/controllers/pages/class-manage-recurring.php:96
8075
  msgctxt "manage listings"
8076
  msgid "You are not on recurring payments for any of your listings."
8077
  msgstr "Non sei su pagamenti ricorrenti per nessuno dei tuoi annunci."
@@ -8259,22 +8237,22 @@ msgstr ""
8259
  "più tardi."
8260
 
8261
  #: includes/controllers/pages/class-submit-listing.php:866
8262
- #: includes/controllers/pages/class-submit-listing.php:992
8263
  msgctxt "submit listing"
8264
  msgid "Please select a category."
8265
  msgstr "Per favore seleziona una categoria."
8266
 
8267
- #: includes/controllers/pages/class-submit-listing.php:890
8268
  msgctxt "submit listing"
8269
  msgid "Current active plan is disabled. Please select another plan."
8270
  msgstr ""
8271
 
8272
- #: includes/controllers/pages/class-submit-listing.php:892
8273
  msgctxt "submit listing"
8274
  msgid "Please choose a valid category for your plan."
8275
  msgstr "Scegli una categoria valida per il tuo piano."
8276
 
8277
- #: includes/controllers/pages/class-submit-listing.php:895
8278
  #, fuzzy
8279
  msgctxt "submit listing"
8280
  msgid "Please choose a valid plan for your category selection."
@@ -8282,22 +8260,22 @@ msgstr ""
8282
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8283
  "categoria."
8284
 
8285
- #: includes/controllers/pages/class-submit-listing.php:1203
8286
  msgctxt "submit listing"
8287
  msgid "Please enter your desired username."
8288
  msgstr "Inserisci il nome utente desiderato."
8289
 
8290
- #: includes/controllers/pages/class-submit-listing.php:1208
8291
  msgctxt "submit listing"
8292
  msgid "Please enter the e-mail for your new account."
8293
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8294
 
8295
- #: includes/controllers/pages/class-submit-listing.php:1213
8296
  msgctxt "submit listing"
8297
  msgid "The username you chose is already in use. Please use a different one."
8298
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8299
 
8300
- #: includes/controllers/pages/class-submit-listing.php:1218
8301
  msgctxt "submit listing"
8302
  msgid "The e-mail address you chose for your account is already in use."
8303
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
@@ -8307,7 +8285,7 @@ msgctxt "submit listing"
8307
  msgid "Listing submitted by admin. Payment skipped."
8308
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8309
 
8310
- #: includes/controllers/pages/class-submit-listing.php:1158
8311
  msgctxt "listing submit"
8312
  msgid ""
8313
  "Image upload is required, please provide at least one image and submit again."
@@ -8613,7 +8591,7 @@ msgctxt "fs helper"
8613
  msgid "Destination dir \"%s\" is not writable."
8614
  msgstr "La destinazione dir \"%s\" non è scrivibile."
8615
 
8616
- #: includes/helpers/functions/templates-ui.php:404
8617
  msgctxt "templates sort"
8618
  msgid "Sort By:"
8619
  msgstr "Ordina per:"
@@ -8644,12 +8622,12 @@ msgctxt "default category name"
8644
  msgid "General"
8645
  msgstr "Generale"
8646
 
8647
- #: includes/licensing.php:540
8648
  msgctxt "licensing"
8649
  msgid "Could not contact licensing server"
8650
  msgstr "Impossibile contattare il server di licenza"
8651
 
8652
- #: includes/licensing.php:553
8653
  msgctxt "licensing"
8654
  msgid ""
8655
  "It was not possible to establish a connection with Business Directory's "
@@ -8658,7 +8636,7 @@ msgstr ""
8658
  "Non è stato possibile stabilire una connessione con il server di Business "
8659
  "Directory. cURL non è stato trovato nel sistema."
8660
 
8661
- #: includes/licensing.php:555 includes/licensing.php:585
8662
  msgctxt "licensing"
8663
  msgid ""
8664
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8671,7 +8649,7 @@ msgstr ""
8671
  "recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
8672
  "minima con supporto è OpenSSL 1.0.1.1c)."
8673
 
8674
- #: includes/licensing.php:557 includes/licensing.php:587
8675
  msgctxt "licensing"
8676
  msgid ""
8677
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8683,7 +8661,7 @@ msgstr ""
8683
  "sito web a interagire con i servizi utilizzando i più recenti standard di "
8684
  "sicurezza."
8685
 
8686
- #: includes/licensing.php:559
8687
  msgctxt "licensing"
8688
  msgid ""
8689
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8692,7 +8670,7 @@ msgstr ""
8692
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8693
  "sistema. Includere questo messaggio se necessario"
8694
 
8695
- #: includes/licensing.php:589
8696
  msgctxt "licensing"
8697
  msgid ""
8698
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8701,33 +8679,33 @@ msgstr ""
8701
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8702
  "sistema. Includere questo messaggio se necessario."
8703
 
8704
- #: includes/licensing.php:625
8705
  msgctxt "licensing"
8706
  msgid "The server returned a 403 Forbidden error."
8707
  msgstr "Il server ha restituito un errore 403 Forbidden error."
8708
 
8709
- #: includes/licensing.php:871
8710
  msgctxt "licensing"
8711
  msgid "Could not activate license: %s."
8712
  msgstr "Impossibile attivare la licenza: %s."
8713
 
8714
- #: includes/licensing.php:876
8715
  msgctxt "licensing"
8716
  msgid "License activated"
8717
  msgstr "Licenza attivata"
8718
 
8719
- #: includes/licensing.php:908
8720
  msgctxt "licensing"
8721
  msgid "Could not deactivate license: %s."
8722
  msgstr "Impossibile disattivare la licenza: %s."
8723
 
8724
- #: includes/licensing.php:910
8725
  msgctxt "licensing"
8726
  msgid "License deactivated"
8727
  msgstr "Licenza disattivata"
8728
 
8729
  #. translators: "<module-name>" version <version-number> is not...
8730
- #: includes/licensing.php:1150
8731
  msgctxt "deprecation"
8732
  msgid ""
8733
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8748,19 +8726,19 @@ msgid_plural "%d images allowed."
8748
  msgstr[0] "%d immagine consentita."
8749
  msgstr[1] "%d immagini consentite."
8750
 
8751
- #: includes/models/class-fee-plan.php:402
8752
  #, fuzzy
8753
  msgctxt "fees-api"
8754
  msgid "Plan label is required."
8755
  msgstr "È richiesta l'etichetta del campo."
8756
 
8757
- #: includes/models/class-fee-plan.php:408
8758
  msgctxt "fees-api"
8759
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8760
  msgstr ""
8761
  "Il canone per l'annuncio deve essere inferiore a 10 anni (3650 giorni)."
8762
 
8763
- #: includes/models/class-fee-plan.php:413
8764
  #, fuzzy
8765
  msgctxt "fees-api"
8766
  msgid ""
@@ -8773,7 +8751,7 @@ msgstr ""
8773
  "l'inserimento dell'annuncio, si prega di modificare il <a>piano tariffario</"
8774
  "a> in modo appropriato."
8775
 
8776
- #: includes/models/class-fee-plan.php:416
8777
  #, fuzzy
8778
  msgctxt "fees-api"
8779
  msgid ""
@@ -9256,6 +9234,27 @@ msgctxt "send-access-keys"
9256
  msgid "Continue"
9257
  msgstr "Continua"
9258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9259
  #~ msgctxt "listing metabox"
9260
  #~ msgid "General Info"
9261
  #~ msgstr "Informazioni generali"
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-11 00:03:39+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
85
  #: includes/admin/settings/class-settings-bootstrap.php:691
86
  #: includes/admin/settings/class-settings-bootstrap.php:692
87
  #: includes/helpers/class-app.php:93
88
+ #: includes/helpers/functions/templates-ui.php:308
89
  msgid "Directory"
90
  msgstr "Directory"
91
 
144
  msgstr "campi del modulo"
145
 
146
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
147
+ #: includes/licensing.php:220
148
  #, fuzzy
149
  msgid "Modules"
150
  msgstr "(Tutti i moduli)"
154
  msgid "Business Directory"
155
  msgstr "Business Directory"
156
 
157
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
158
  msgid "Upgrade to Premium"
159
  msgstr ""
160
 
163
  msgid "Directory Listings"
164
  msgstr "Elenco Slug Annuncio"
165
 
166
+ #: includes/admin/class-admin.php:1065
167
  #, fuzzy
168
  msgid "Could not send renewal email."
169
  msgstr "Inviare l'e-mail di rinnovo"
170
 
171
+ #: includes/admin/class-admin.php:1199
172
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
173
  #: includes/admin/helpers/tables/class-payments-table.php:64
174
  #: templates/email/listing-added.tpl.php:7
178
  msgid "ID"
179
  msgstr "ID"
180
 
181
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
182
  #: includes/admin/settings/class-settings-bootstrap.php:717
183
  #, fuzzy
184
  msgid "Listing Count"
185
  msgstr "Elenco luoghi"
186
 
187
+ #: includes/admin/class-admin.php:1366
188
  #, fuzzy
189
  msgid ""
190
  "We noticed you want your Business Directory users to register before posting "
276
  msgstr "Vedere un esempio di file di importazione CSV"
277
 
278
  #: includes/admin/controllers/class-admin-csv.php:54
279
+ #: templates/admin/csv-import.tpl.php:291
280
  #, fuzzy
281
  msgid "Help"
282
  msgstr "Aiuto"
283
 
284
  #: includes/admin/controllers/class-admin-fees.php:46
285
  #: includes/admin/helpers/tables/class-payments-table.php:67
286
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
287
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
288
  #: templates/admin/payments-details.tpl.php:113
289
  #: templates/email/listing-payment-completed.tpl.php:21
295
  #: includes/admin/controllers/class-admin-fees.php:48
296
  #: includes/admin/helpers/tables/class-fees-table.php:65
297
  #: includes/admin/settings/class-settings-bootstrap.php:907
298
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
299
  #, fuzzy
300
  msgid "Images"
301
  msgstr "Immagini"
302
 
303
  #: includes/admin/controllers/class-admin-fees.php:80
304
+ #: includes/admin/helpers/class-modules-list.php:237
305
  #, fuzzy
306
  msgid "Upgrade"
307
  msgstr "Avviare l'aggiornamento"
368
  msgstr "Attributi"
369
 
370
  #: includes/admin/controllers/class-admin-listings.php:339
371
+ #: includes/helpers/class-listing-display-helper.php:137
372
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
373
  #, fuzzy
374
  msgid "Featured"
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"
537
  msgid "Website"
538
  msgstr "Sito web"
539
 
540
+ #: includes/admin/controllers/class-settings-admin.php:628
541
  msgid "Your license key provides access to new features and updates."
542
  msgstr ""
543
 
544
+ #: includes/admin/controllers/class-settings-admin.php:630
545
  #, fuzzy
546
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
547
  msgstr "Perché stai eliminando Business Directory Plugin?"
548
 
549
+ #: includes/admin/controllers/class-settings-admin.php:642
550
  msgid "Build more powerful directories"
551
  msgstr ""
552
 
553
+ #: includes/admin/controllers/class-settings-admin.php:643
554
  msgid ""
555
  "Add category images, maps, filter by location, payment gateways, and more."
556
  msgstr ""
557
 
558
+ #: includes/admin/controllers/class-settings-admin.php:644
559
+ #: includes/admin/helpers/class-modules-list.php:236
560
  msgid "Upgrade Now"
561
  msgstr ""
562
 
563
+ #: includes/admin/controllers/class-settings-admin.php:645
564
  #, fuzzy
565
  msgid "Already purchased?"
566
  msgstr "Già installato."
567
 
568
+ #: includes/admin/controllers/class-settings-admin.php:704
569
  #: includes/admin/helpers/tables/class-fees-table.php:182
570
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
571
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
601
  msgid "You are not allowed to do that."
602
  msgstr ""
603
 
604
+ #: includes/admin/csv-import.php:424
605
  #, fuzzy
606
  msgid "There was an error uploading the file:"
607
  msgstr "C'è stato un errore nel caricare il file CSV."
608
 
609
+ #: includes/admin/csv-import.php:429
610
  #, fuzzy
611
  msgid "Please upload the correct file type."
612
  msgstr "Si prega di caricare o selezionare un file CSV."
613
 
614
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
615
  #: includes/admin/helpers/tables/class-payments-table.php:63
616
  #: includes/admin/settings/class-settings-bootstrap.php:667
617
  #: includes/admin/settings/class-settings-bootstrap.php:668
621
  msgid "Listing"
622
  msgstr "Annuncio"
623
 
624
+ #: includes/admin/helpers/class-listing-timeline.php:138
625
  #: includes/class-listings-api.php:33
626
  #, fuzzy
627
  msgid "Listing renewed"
644
  msgid "Not Installed"
645
  msgstr "Non installato"
646
 
647
+ #: includes/admin/helpers/class-modules-list.php:226
648
  #: includes/controllers/class-smtp.php:317
649
  #: templates/admin/themes-item.tpl.php:58
650
  #, fuzzy
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
 
722
  msgstr "Disabilitato"
723
 
724
  #: includes/admin/helpers/tables/class-fees-table.php:297
725
+ #: includes/helpers/functions/templates-ui.php:432
726
  #, fuzzy
727
  msgid "Default"
728
  msgstr "Canone predefinito"
729
 
730
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
731
  #: includes/fields/class-fieldtypes-social.php:135
732
+ #: templates/admin/csv-import.tpl.php:307
733
  #, fuzzy
734
  msgid "Type"
735
  msgstr "Tipo"
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
1142
  msgid "Uninstall"
1143
  msgstr "Disinstalla"
1144
 
1145
+ #: includes/admin/settings/class-settings.php:503
1146
  msgid "%s cannot include spaces, commas, or &"
1147
  msgstr ""
1148
 
1193
  msgid "Directory Manual Upgrade"
1194
  msgstr "Business Directory - Aggiornamento manuale"
1195
 
1196
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1197
  msgid ""
1198
  "Business Directory features are currently disabled because the plugin needs "
1199
  "to perform a manual upgrade before it can be used."
1201
  "Le funzioni di Business Directory sono attualmente disabilitate perché il "
1202
  "plugin deve eseguire un aggiornamento manuale prima di poterlo utilizzare."
1203
 
1204
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1205
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1206
  msgstr "Fare clic su \"Avvia aggiornamento\" e attendere la fine del processo."
1207
 
1208
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1209
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1210
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1211
  #, fuzzy
1212
  msgid "Business Directory - Featured Levels Migration"
1213
  msgstr "Business Directory - Migrazione a livelli in primo piano"
1214
 
1215
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1216
  #: templates/admin/fees-form.tpl.php:17
1217
  #, fuzzy
1218
  msgid "Plan Label"
1219
  msgstr "Etichetta del campo"
1220
 
1221
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1222
  #, fuzzy
1223
  msgid "Duration"
1224
  msgstr "Durata"
1225
 
1226
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1227
  #, fuzzy
1228
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1229
  msgstr "! Impossibile migrare il canone \"%s\" (%d)"
1248
  msgid "View Docs"
1249
  msgstr "Vedi"
1250
 
1251
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1252
  #, fuzzy
1253
  msgid "Settings"
1254
  msgstr "Impostazioni"
1337
  msgstr "Vedi Annuncio"
1338
 
1339
  #: includes/class-cpt-integration.php:22
1340
+ #: includes/helpers/functions/templates-ui.php:370
1341
  #: templates/main-box.tpl.php:23
1342
  msgid "Search Listings"
1343
  msgstr "Cerca Annunci"
1350
  msgid "No listings found in trash"
1351
  msgstr "Nessun annuncio trovato in rifiuti"
1352
 
1353
+ #: includes/class-cpt-integration.php:47
1354
  msgid "Directory Categories"
1355
  msgstr "Categorie delle Directory"
1356
 
1357
+ #: includes/class-cpt-integration.php:48
1358
  msgid "Directory Category"
1359
  msgstr "Categoria della Directory"
1360
 
1361
+ #: includes/class-cpt-integration.php:59
1362
  msgid "Directory Tags"
1363
  msgstr "Tags directory"
1364
 
1365
+ #: includes/class-cpt-integration.php:60
1366
  msgid "Directory Tag"
1367
  msgstr "Tag della directory"
1368
 
1369
  #. translators: %s: listing count
1370
+ #: includes/class-cpt-integration.php:254
1371
  #, fuzzy
1372
  msgid "%s listing updated."
1373
  msgid_plural "%s listings updated."
1375
  msgstr[1] "Un annuncio viene modificato."
1376
 
1377
  #. translators: %s: listing count
1378
+ #: includes/class-cpt-integration.php:256
1379
  msgid "%s listing not updated, somebody is editing it."
1380
  msgid_plural "%s listings not updated, somebody is editing them."
1381
  msgstr[0] ""
1382
  msgstr[1] ""
1383
 
1384
  #. translators: %s: listing count
1385
+ #: includes/class-cpt-integration.php:258
1386
  #, fuzzy
1387
  msgid "%s listing permanently deleted."
1388
  msgid_plural "%s listings permanently deleted."
1390
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
1391
 
1392
  #. translators: %s: listing count
1393
+ #: includes/class-cpt-integration.php:260
1394
  #, fuzzy
1395
  msgid "%s listing moved to the Trash."
1396
  msgid_plural "%s listings moved to the Trash."
1398
  msgstr[1] "Nessun annuncio trovato in rifiuti"
1399
 
1400
  #. translators: %s: listing count
1401
+ #: includes/class-cpt-integration.php:262
1402
  #, fuzzy
1403
  msgid "%s listing restored from the Trash."
1404
  msgid_plural "%s listings restored from the Trash."
1410
  msgid "Free Listing"
1411
  msgstr "Listing gratuito"
1412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1413
  #: includes/class-payment-gateways.php:146
1414
  msgid ""
1415
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1416
  "to set up a gateway. Until you do this, only free plans will be available."
1417
  msgstr ""
1418
 
1419
+ #: includes/class-wpbdp.php:574
1420
  #, fuzzy
1421
  msgid "Could not find listing ID"
1422
  msgstr "Impossibile contattare il server di licenza"
1423
 
1424
+ #: includes/class-wpbdp.php:581
1425
  msgid ""
1426
  "Could not verify the image upload request. If problem persists contact site "
1427
  "admin."
1428
  msgstr ""
1429
 
1430
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1431
  #, fuzzy
1432
  msgid "Could not find image ID"
1433
  msgstr "Non è stato possibile aggiornare il tema: %s"
1434
 
1435
+ #: includes/class-wpbdp.php:620
1436
  msgid ""
1437
  "The directory features are disabled at this time because a <a>manual "
1438
  "upgrade</a> is pending."
1440
  "Le funzioni della directory sono disattivate in questo momento perché è in "
1441
  "attesa di un <a>aggiornamento manuale</a>."
1442
 
1443
+ #: includes/class-wpbdp.php:627
1444
  msgid ""
1445
  "The directory is not available at this time. Please try again in a few "
1446
  "minutes or contact the administrator if the problem persists."
1463
  #: includes/compatibility/class-navxt-integration.php:208
1464
  #: includes/widgets/widget-search.php:127
1465
  #: templates/admin/payments-index.tpl.php:13
1466
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1467
  #: templates/search.tpl.php:5
1468
  #, fuzzy
1469
  msgid "Search"
1572
  msgid "Go to SMTP settings"
1573
  msgstr "Vai al tuo annuncio"
1574
 
1575
+ #: includes/controllers/pages/class-all-listings.php:6
1576
+ #: includes/helpers/functions/templates-ui.php:317
1577
+ msgid "View All Listings"
1578
+ msgstr "Visualizza tutti gli annunci"
1579
+
1580
+ #: includes/controllers/pages/class-checkout.php:181
1581
  #: includes/controllers/pages/class-manage-listings.php:109
1582
  #, fuzzy
1583
  msgid "Pay Now"
1584
  msgstr "Paga Adesso"
1585
 
1586
+ #: includes/controllers/pages/class-checkout.php:181
1587
  #, fuzzy
1588
  msgid "Complete"
1589
  msgstr "Completato"
1642
  msgid "This is just a preview. The listing has not been published yet."
1643
  msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1644
 
1645
+ #: includes/controllers/pages/class-submit-listing.php:32
1646
+ #: includes/helpers/functions/templates-ui.php:330
1647
+ #: templates/submit-listing.tpl.php:17
1648
+ #, fuzzy
1649
+ msgid "Add Listing"
1650
+ msgstr "Aggiungi la quota di Donazione"
1651
+
1652
  #: includes/controllers/pages/class-submit-listing.php:560
1653
  #, fuzzy
1654
  msgid "Listing Images"
1664
  msgid "Go to \"Plans\""
1665
  msgstr "Nessun piano tariffario"
1666
 
1667
+ #: includes/controllers/pages/class-submit-listing.php:884
1668
  #, fuzzy
1669
  msgid "Please choose a plan."
1670
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1671
 
1672
+ #: includes/controllers/pages/class-submit-listing.php:1074
1673
  #, fuzzy
1674
  msgid "Please check the form for errors, correct them and submit again."
1675
  msgstr ""
1676
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1677
  "errori, correggerli e ripresentarli di nuovo."
1678
 
1679
+ #: includes/controllers/pages/class-submit-listing.php:1234
1680
  #, fuzzy
1681
  msgid "Create a user account on this site"
1682
  msgstr "Creare un account utente su questo sito"
1683
 
1684
+ #: includes/controllers/pages/class-submit-listing.php:1241
1685
  #, fuzzy
1686
  msgid "Username"
1687
  msgstr "Nome utente:"
1688
 
1689
+ #: includes/controllers/pages/class-submit-listing.php:1263
1690
  #, fuzzy
1691
  msgid "Clear Form"
1692
  msgstr "Cancella"
1928
  msgid "Telephone Number Validator"
1929
  msgstr "Validatore di numero intero"
1930
 
1931
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1932
  #, fuzzy
1933
  msgid "Field"
1934
  msgstr "Campo"
2010
  msgid "Free"
2011
  msgstr "Gratis"
2012
 
2013
+ #: includes/helpers/functions/general.php:1319
2014
+ #, fuzzy
2015
+ msgid "Return to Directory"
2016
+ msgstr "Torna all'elenco"
2017
+
2018
  #: includes/helpers/functions/listings.php:80
2019
  #, fuzzy
2020
  msgid "Untitled Listing"
2021
  msgstr "Modifica Annuncio"
2022
 
2023
+ #: includes/helpers/functions/templates-ui.php:324
2024
  #, fuzzy
2025
  msgid "Manage Listings"
2026
  msgstr "Gestione delle Donazioni ricevute"
2031
  msgstr "Canone predefinito"
2032
 
2033
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2034
+ #: includes/licensing.php:151
2035
  msgid ""
2036
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2037
  "get updates."
2038
  msgstr ""
2039
 
2040
+ #: includes/licensing.php:207 includes/licensing.php:211
2041
  msgid "Licenses"
2042
  msgstr "Licenze"
2043
 
2044
  #. translators: %s: item type.
2045
+ #: includes/licensing.php:268
2046
  msgid "%s will not get updates until license is reauthorized."
2047
  msgstr ""
2048
 
2049
+ #: includes/licensing.php:289
2050
  #, fuzzy
2051
  msgid "Enter License Key here"
2052
  msgstr "Inserisci qui il codice di licenza"
2053
 
2054
+ #: includes/licensing.php:290
2055
  #, fuzzy
2056
  msgid "Authorize"
2057
  msgstr "Carta di Credito"
2058
 
2059
+ #: includes/licensing.php:390
2060
  #, fuzzy
2061
  msgid "Invalid item ID"
2062
  msgstr "ID articolo non valido"
2063
 
2064
+ #: includes/licensing.php:403
2065
  #, fuzzy
2066
  msgid "No license key provided"
2067
  msgstr "Nessuna chiave di licenza fornita"
2068
 
2069
+ #: includes/licensing.php:448 includes/licensing.php:486
2070
  #, fuzzy
2071
  msgid "License key is invalid"
2072
  msgstr "La chiave di licenza non è valida"
2073
 
2074
+ #: includes/licensing.php:452
2075
  #, fuzzy
2076
  msgid "Deactivation failed"
2077
  msgstr "Disattivazione fallita"
2078
 
2079
+ #: includes/licensing.php:497
2080
  #, fuzzy
2081
  msgid "The license key was revoked."
2082
  msgstr "La chiave di licenza è stata revocata."
2083
 
2084
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2085
+ #: includes/licensing.php:501
2086
  #, fuzzy
2087
  msgid ""
2088
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2094
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
2095
  "stata segnalata come revocata dal software di licenza."
2096
 
2097
+ #: includes/licensing.php:564
2098
  #, fuzzy
2099
  msgid ""
2100
  "It was not possible to establish a connection with the Business Directory "
2103
  "Non è stato possibile stabilire una connessione con il server di Business "
2104
  "Directory. Il collegamento non è riuscito con il seguente errore:"
2105
 
2106
+ #: includes/licensing.php:577
2107
  #, fuzzy
2108
  msgid ""
2109
  "It was not possible to establish a connection with the Business Directory "
2112
  "Non è stato possibile stabilire una connessione con il server di Business "
2113
  "Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
2114
 
2115
+ #: includes/licensing.php:624
2116
  #, fuzzy
2117
  msgid ""
2118
  "It looks like your server is not authorized to make outgoing requests to "
2124
  "support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
2125
  "address>alla whitelist."
2126
 
2127
+ #: includes/licensing.php:718
2128
  #, fuzzy
2129
  msgid "Business Directory license key is missing."
2130
  msgstr "Business Directory - Chiave di licenza scaduta"
2131
 
2132
+ #: includes/licensing.php:719
2133
  #, fuzzy
2134
  msgid "Business Directory license key has expired"
2135
  msgstr "Business Directory - Chiave di licenza scaduta"
2136
 
2137
+ #: includes/licensing.php:720
2138
  #, fuzzy
2139
  msgid "Could not verify Business Directory license."
2140
  msgstr "Aiuta a migliorare la directory aziendale"
2141
 
2142
+ #: includes/licensing.php:731
2143
  #, fuzzy
2144
  msgid "Review license keys"
2145
  msgstr "Rivedere le mie chiavi di licenza"
2146
 
2147
+ #: includes/licensing.php:846
2148
  msgid "Missing data. Please reload this page and try again."
2149
  msgstr ""
2150
 
2151
+ #: includes/licensing.php:851
2152
  #, fuzzy
2153
  msgid "Please enter a license key."
2154
  msgstr "Per favore inserisci una chiave di licenza."
2172
  msgid "Gateway Transaction ID:"
2173
  msgstr "Gateway Transaction ID:"
2174
 
2175
+ #: includes/payment.php:76
2176
  #, fuzzy
2177
  msgid "Bill To:"
2178
  msgstr "Intestata a:"
2179
 
2180
+ #: includes/payment.php:87
2181
  #, fuzzy
2182
  msgid "Print Receipt"
2183
  msgstr "Stampa ricevuta"
2184
 
2185
+ #: includes/payment.php:147
2186
  #, fuzzy
2187
  msgid "Return to plan selection"
2188
  msgstr "Ritorno alla selezione del piano tariffario"
2189
 
2190
+ #: includes/themes.php:918
2191
  #, fuzzy
2192
  msgid "ZIP file is not a valid Business Directory theme file."
2193
  msgstr "Il file ZIP non è un file tema BD valido."
2408
  msgid "Post status of new imported listings"
2409
  msgstr "Stato delle inserzioni importate"
2410
 
2411
+ #: templates/admin/csv-import.tpl.php:193
2412
  #, fuzzy
2413
  msgid "Post status of existing imported listings"
2414
  msgstr "Stato delle inserzioni importate"
2415
 
2416
+ #: templates/admin/csv-import.tpl.php:212
2417
  #, fuzzy
2418
  msgid "Missing categories handling"
2419
  msgstr "Gestione delle categorie mancanti"
2420
 
2421
+ #: templates/admin/csv-import.tpl.php:218
2422
  #, fuzzy
2423
  msgid "Auto-create categories"
2424
  msgstr "Creazione automatica delle categorie"
2425
 
2426
+ #: templates/admin/csv-import.tpl.php:223
2427
  #, fuzzy
2428
  msgid "Generate errors when a category is not found"
2429
  msgstr "Generare errori quando una categoria non viene trovata"
2430
 
2431
+ #: templates/admin/csv-import.tpl.php:231
2432
  #, fuzzy
2433
  msgid "Keep existing images"
2434
  msgstr "Conservare le immagini esistenti."
2435
 
2436
+ #: templates/admin/csv-import.tpl.php:234
2437
  #, fuzzy
2438
  msgid "Appends new images while keeping current ones."
2439
  msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
2440
 
2441
+ #: templates/admin/csv-import.tpl.php:242
2442
  #, fuzzy
2443
  msgid "Assign listings to a user"
2444
  msgstr "Assegna annunci a un utente?"
2445
 
2446
+ #: templates/admin/csv-import.tpl.php:254
2447
  #, fuzzy
2448
  msgid "Default listing user"
2449
  msgstr "Utente predefinito"
2450
 
2451
+ #: templates/admin/csv-import.tpl.php:256
2452
  #, fuzzy
2453
  msgid ""
2454
  "This user will be used if the username column is not present in the CSV file."
2456
  "Questo utente verrà utilizzato se la colonna username non è presente nel "
2457
  "file CSV."
2458
 
2459
+ #: templates/admin/csv-import.tpl.php:263
2460
  #, fuzzy
2461
  msgid "Number of listings imported on every cycle"
2462
  msgstr "Numero di elenchi importati per ogni ciclo"
2463
 
2464
+ #: templates/admin/csv-import.tpl.php:265
2465
  #, fuzzy
2466
  msgid ""
2467
  "If you are having trouble importing listings due to memory problems, try "
2475
  "più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
2476
  "condiviso e altri server con risorse limitate."
2477
 
2478
+ #: templates/admin/csv-import.tpl.php:277
2479
  #, fuzzy
2480
  msgid "Disable email notifications during import"
2481
  msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
2482
 
2483
+ #: templates/admin/csv-import.tpl.php:296
2484
  #, fuzzy
2485
  msgid ""
2486
  "The following are the valid header names to be used in the CSV file. "
2494
  "file di importazione CSV\"</a> Per vedere come un file di importazione deve "
2495
  "essere."
2496
 
2497
+ #: templates/admin/csv-import.tpl.php:305
2498
  #, fuzzy
2499
  msgid "Header name/label"
2500
  msgstr "Nome intestazione / etichetta"
2501
 
2502
+ #: templates/admin/csv-import.tpl.php:308
2503
  #, fuzzy
2504
  msgid "Required?"
2505
  msgstr "Necessario?"
2506
 
2507
+ #: templates/admin/csv-import.tpl.php:309
2508
  #, fuzzy
2509
  msgid "Multivalued?"
2510
  msgstr "Multivalore?"
2511
 
2512
+ #: templates/admin/csv-import.tpl.php:341
2513
  #, fuzzy
2514
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2515
  msgstr "Elenco separato di immagini (dal file ZIP)"
2516
 
2517
+ #: templates/admin/csv-import.tpl.php:348
2518
  #, fuzzy
2519
  msgid "Listing author's username"
2520
  msgstr "Elenco degli utenti"
3176
  msgid "Get debug info"
3177
  msgstr ""
3178
 
3179
+ #: templates/businessdirectory-listings.tpl.php:51
3180
  #: templates/deprecated/search.tpl.php:23
3181
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3182
  #, fuzzy
3183
  msgid "No listings found."
3184
  msgstr "Nessun annuncio trovato."
3338
  msgstr "Risultati di ricerca"
3339
 
3340
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3341
+ #: templates/manage_listings.tpl.php:36
3342
  #: templates/submit-listing-done.tpl.php:36
3343
  #, fuzzy
3344
  msgid "Return to directory"
3482
  "Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
3483
  "clic sul pulsante di cancellazione."
3484
 
3485
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3486
  #, fuzzy
3487
  msgid "You do not currently have any listings in the directory."
3488
  msgstr "Al momento non ci sono annunci nell'elenco."
3499
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3500
  msgstr "%s ogni %s giorni. Il prossimo rinnovo è in %s."
3501
 
3502
+ #: templates/manage_listings.tpl.php:13
3503
  #, fuzzy
3504
+ msgid "Your current listings are shown below."
3505
+ msgstr "Al momento non ci sono annunci nell'elenco."
3506
 
3507
  #: templates/parts/pagination.tpl.php:7
3508
  #, fuzzy
3544
  msgid "Recurring Plan Management"
3545
  msgstr "Gestione dei canoni ricorrenti"
3546
 
3547
+ #: templates/search-form.tpl.php:27
3548
  #, fuzzy
3549
  msgid "Clear"
3550
  msgstr "Cancella"
3880
  msgid "Business Directory Team"
3881
  msgstr "Business Directory"
3882
 
3883
+ #: includes/abstracts/class-view.php:130
3884
  msgctxt "views"
3885
  msgid "Invalid credentials."
3886
  msgstr "Credenziali non valide."
3905
  msgid "Untitled Menu"
3906
  msgstr "Menu senza titolo"
3907
 
3908
+ #: includes/admin/class-admin.php:898
3909
  msgctxt "admin"
3910
  msgid "Dismiss this notice."
3911
  msgstr "Rimuovi questo avviso."
3912
 
3913
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3914
  msgctxt "admin"
3915
  msgid "The listing has been updated."
3916
  msgid_plural "The listings have been updated."
3917
  msgstr[0] "L'Annuncio è stato aggiornato."
3918
  msgstr[1] "Gli annunci sono stati aggiornati."
3919
 
3920
+ #: includes/admin/class-admin.php:1039
3921
  #, fuzzy
3922
  msgctxt "admin"
3923
  msgid "The plan was successfully assigned."
3924
  msgstr "Il canone è stata assegnato con successo."
3925
 
3926
+ #: includes/admin/class-admin.php:1049
3927
  msgctxt "admin"
3928
  msgid "Listing was renewed."
3929
  msgid_plural "Listings were renewed."
3930
  msgstr[0] "L'Annuncio è stato rinnovato."
3931
  msgstr[1] "Gli annunci sono stati rinnovati."
3932
 
3933
+ #: includes/admin/class-admin.php:1061
3934
  msgctxt "admin"
3935
  msgid "Renewal email sent."
3936
  msgstr "E-mail di rinnovo inviata."
3937
 
3938
+ #: includes/admin/class-admin.php:1074
3939
  msgctxt "admin"
3940
  msgid "Listing report deleted."
3941
  msgid_plural "Listing reports deleted."
3942
  msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
3943
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
3944
 
3945
+ #: includes/admin/class-admin.php:1123
3946
  msgctxt "admin"
3947
  msgid "Access keys sent."
3948
  msgstr "Dati di accesso inviati."
3949
 
3950
+ #: includes/admin/class-admin.php:1125
3951
  msgctxt "admin"
3952
  msgid "The access keys couldn't be sent."
3953
  msgstr "Non è stato possibile inviare i dati di accesso."
3954
 
3955
+ #: includes/admin/class-admin.php:1283
3956
  msgctxt "admin"
3957
  msgid ""
3958
  "<b>Business Directory Plugin</b> requires a page with the "
3961
  "<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
3962
  "rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
3963
 
3964
+ #: includes/admin/class-admin.php:1285
3965
  msgctxt "admin"
3966
  msgid ""
3967
  "You can create this page by yourself or let Business Directory do this for "
3970
  "È possibile creare la pagina da soli o lasciare che Business Directory "
3971
  "faccia questo per voi automaticamente."
3972
 
3973
+ #: includes/admin/class-admin.php:1290
3974
  msgctxt "admin"
3975
  msgid "Create required pages for me"
3976
  msgstr "Crea le pagine richieste per me"
3977
 
3978
+ #: includes/admin/class-admin.php:1343
3979
  msgctxt "admin"
3980
  msgid ""
3981
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
4051
  msgid "Debug"
4052
  msgstr "Debug"
4053
 
4054
+ #: includes/admin/controllers/class-settings-admin.php:39
4055
  #, fuzzy
4056
  msgctxt "admin menu"
4057
  msgid "Settings"
4340
  msgid "Reported"
4341
  msgstr "Segnalato"
4342
 
4343
+ #: includes/models/class-listing.php:981
4344
  msgctxt "listing status"
4345
  msgid "Unknown"
4346
  msgstr "Sconosciuto"
4347
 
4348
+ #: includes/models/class-listing.php:982
4349
  msgctxt "listing status"
4350
  msgid "Legacy"
4351
  msgstr "Legacy"
4352
 
4353
+ #: includes/models/class-listing.php:983
4354
  msgctxt "listing status"
4355
  msgid "Incomplete"
4356
  msgstr "Incompleto"
4357
 
4358
+ #: includes/models/class-listing.php:984
4359
  msgctxt "listing status"
4360
  msgid "Pending Payment"
4361
  msgstr "Pagamento in attesa"
4362
 
4363
+ #: includes/models/class-listing.php:985
4364
  msgctxt "listing status"
4365
  msgid "Complete"
4366
  msgstr "Completato"
4367
 
4368
+ #: includes/models/class-listing.php:986
4369
  msgctxt "listing status"
4370
  msgid "Pending Upgrade"
4371
  msgstr "Aggiornamento in attesa"
4372
 
4373
+ #: includes/models/class-listing.php:987
4374
  msgctxt "listing status"
4375
  msgid "Expired"
4376
  msgstr "Scaduto"
4377
 
4378
+ #: includes/models/class-listing.php:988
4379
  msgctxt "listing status"
4380
  msgid "Pending Renewal"
4381
  msgstr "In attesa di rinnovo"
4382
 
4383
+ #: includes/models/class-listing.php:989
4384
  msgctxt "listing status"
4385
  msgid "Abandoned"
4386
  msgstr "Abbandonato"
4882
  msgid "Create Missing Fields"
4883
  msgstr "Creare campi mancanti"
4884
 
4885
+ #: includes/admin/controllers/class-settings-admin.php:535
4886
  msgctxt "admin settings"
4887
  msgid "Remove"
4888
  msgstr "Rimuovi"
4889
 
4890
+ #: includes/admin/controllers/class-settings-admin.php:589
4891
  msgctxt "admin settings"
4892
  msgid "Valid placeholders: %s"
4893
  msgstr "Segnaposto validi: %s"
5387
  msgid "User registration date"
5388
  msgstr "Data di registrazione"
5389
 
5390
+ #: includes/admin/controllers/class-settings-admin.php:671
5391
  msgctxt "expiration notices"
5392
  msgid "Add notice"
5393
  msgstr "Aggiungi nota"
5394
 
5395
+ #: includes/admin/controllers/class-settings-admin.php:690
5396
  msgctxt "expiration notices"
5397
  msgid "No notices configured."
5398
  msgstr "Nessun avviso configurato."
5399
 
5400
+ #: includes/admin/controllers/class-settings-admin.php:732
5401
  msgctxt "expiration notices"
5402
  msgid "recurring and non-recurring"
5403
  msgstr "ricorrente e non ricorrente"
5404
 
5405
+ #: includes/admin/controllers/class-settings-admin.php:734
5406
  msgctxt "expiration notices"
5407
  msgid "recurring only"
5408
  msgstr "ricorrente solo"
5409
 
5410
+ #: includes/admin/controllers/class-settings-admin.php:736
5411
  msgctxt "expiration notices"
5412
  msgid "non-recurring only"
5413
  msgstr "non ricorrente solo"
5414
 
5415
+ #: includes/admin/controllers/class-settings-admin.php:740
5416
  msgctxt "expiration notices"
5417
  msgid "Sent when a listing (%s) is renewed."
5418
  msgstr "Inviato quando un annuncio (%s) viene rinnovato."
5419
 
5420
+ #: includes/admin/controllers/class-settings-admin.php:745
5421
  msgctxt "expiration notices"
5422
  msgid "Sent when a listing (%s) expires."
5423
  msgstr "Inviato quando un annuncio (%s) scade."
5424
 
5425
+ #: includes/admin/controllers/class-settings-admin.php:753
5426
  msgctxt "expiration notices"
5427
  msgid "%d day"
5428
  msgid_plural "%d days"
5429
  msgstr[0] "%d giorno"
5430
  msgstr[1] "%d giorni"
5431
 
5432
+ #: includes/admin/controllers/class-settings-admin.php:756
5433
  msgctxt "expiration notices"
5434
  msgid "%d week"
5435
  msgid_plural "%d weeks"
5436
  msgstr[0] "%d settimana"
5437
  msgstr[1] "%d settimane"
5438
 
5439
+ #: includes/admin/controllers/class-settings-admin.php:759
5440
  msgctxt "expiration notices"
5441
  msgid "%d month"
5442
  msgid_plural "%d months"
5445
 
5446
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5447
  #. non-recuring only)
5448
+ #: includes/admin/controllers/class-settings-admin.php:765
5449
  msgctxt "expiration notices"
5450
  msgid "Sent %1$s before a listing (%2$s) expires."
5451
  msgstr "Inviati %1$s prima della scadenza di un annuncio (%2$s)."
5452
 
5453
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5454
  #. non-recuring only)
5455
+ #: includes/admin/controllers/class-settings-admin.php:768
5456
  msgctxt "expiration notices"
5457
  msgid "Sent %1$s after a listing (%2$s) expires."
5458
  msgstr "Inviati %1$s dopo la scadenza di un annuncio (%2$s)."
5459
 
5460
+ #: includes/admin/controllers/class-settings-admin.php:785
5461
  msgctxt "expiration notices"
5462
  msgid "At the time of expiration"
5463
  msgstr "Al momento della scadenza"
5464
 
5465
+ #: includes/admin/controllers/class-settings-admin.php:786
5466
  msgctxt "expiration notices"
5467
  msgid "Right after a successful renewal"
5468
  msgstr "Subito dopo un rinnovo di successo"
5469
 
5470
+ #: includes/admin/controllers/class-settings-admin.php:797
5471
  msgctxt "expiration notices"
5472
  msgid "%d day before expiration"
5473
  msgid_plural "%d days before expiration"
5474
  msgstr[0] "%d giorno prima della scadenza"
5475
  msgstr[1] "%d giorni prima della scadenza"
5476
 
5477
+ #: includes/admin/controllers/class-settings-admin.php:797
5478
  msgctxt "expiration notices"
5479
  msgid "%d day after expiration"
5480
  msgid_plural "%d days after expiration"
5481
  msgstr[0] "%d giorno dopo la scadenza"
5482
  msgstr[1] "%d giorni dopo la scadenza"
5483
 
5484
+ #: includes/admin/controllers/class-settings-admin.php:800
5485
  msgctxt "expiration notices"
5486
  msgid "%d week before expiration"
5487
  msgid_plural "%d weeks before expiration"
5488
  msgstr[0] "%d settimana prima della scadenza"
5489
  msgstr[1] "%d settimane prima della scadenza"
5490
 
5491
+ #: includes/admin/controllers/class-settings-admin.php:800
5492
  msgctxt "expiration notices"
5493
  msgid "%d week after expiration"
5494
  msgid_plural "%d weeks after expiration"
5495
  msgstr[0] "%d settimana dopo la scadenza"
5496
  msgstr[1] "%d settimane dopo la scadenza"
5497
 
5498
+ #: includes/admin/controllers/class-settings-admin.php:803
5499
  msgctxt "expiration notices"
5500
  msgid "%d month before expiration"
5501
  msgid_plural "%d months before expiration"
5502
  msgstr[0] "%d mese prima della scadenza"
5503
  msgstr[1] "%d mesi prima della scadenza"
5504
 
5505
+ #: includes/admin/controllers/class-settings-admin.php:803
5506
  msgctxt "expiration notices"
5507
  msgid "%d month after expiration"
5508
  msgid_plural "%d months after expiration"
5509
  msgstr[0] "%d mese dopo la scadenza"
5510
  msgstr[1] "%d mesi dopo la scadenza"
5511
 
5512
+ #: includes/admin/controllers/class-settings-admin.php:830
5513
  msgctxt "expiration notices"
5514
  msgid "Applies to"
5515
  msgstr "Si applica a"
5516
 
5517
+ #: includes/admin/controllers/class-settings-admin.php:833
5518
  msgctxt "expiration notices"
5519
  msgid "Non-recurring listings"
5520
  msgstr "Annunci non ricorrenti"
5521
 
5522
+ #: includes/admin/controllers/class-settings-admin.php:834
5523
  msgctxt "expiration notices"
5524
  msgid "Recurring listings"
5525
  msgstr "Annunci ricorrenti"
5526
 
5527
+ #: includes/admin/controllers/class-settings-admin.php:835
5528
  msgctxt "expiration notices"
5529
  msgid "Recurring and non-recurring listings"
5530
  msgstr "Annunci ricorrenti e non ricorrenti"
5531
 
5532
+ #: includes/admin/controllers/class-settings-admin.php:840
5533
  msgctxt "expiration notices"
5534
  msgid "When to send?"
5535
  msgstr "Quando inviare?"
5536
 
5537
+ #: includes/admin/controllers/class-settings-admin.php:707
5538
  msgctxt "settings"
5539
  msgid "Site title (with link)"
5540
  msgstr "Titolo del sito (con link)"
5541
 
5542
+ #: includes/admin/controllers/class-settings-admin.php:708
5543
  msgctxt "settings"
5544
  msgid "Author's name"
5545
  msgstr "Nome dell'autore"
5546
 
5547
+ #: includes/admin/controllers/class-settings-admin.php:709
5548
  msgctxt "settings"
5549
  msgid "Listing's name (with link)"
5550
  msgstr "Nome dell'elenco (with link)"
5551
 
5552
+ #: includes/admin/controllers/class-settings-admin.php:710
5553
  msgctxt "settings"
5554
  msgid "Listing's expiration date"
5555
  msgstr "Data di scadenza dell'annuncio"
5556
 
5557
+ #: includes/admin/controllers/class-settings-admin.php:711
5558
  msgctxt "settings"
5559
  msgid "Listing's renewal link, formatted with an anchor tag"
5560
  msgstr ""
5561
 
5562
+ #: includes/admin/controllers/class-settings-admin.php:712
5563
  msgctxt "settings"
5564
  msgid "Listing's renewal URL, unformatted by any tags"
5565
  msgstr ""
5566
 
5567
+ #: includes/admin/controllers/class-settings-admin.php:713
5568
  msgctxt "settings"
5569
  msgid "Listing's categories"
5570
  msgstr "Categorie di annunci"
5571
 
5572
+ #: includes/admin/controllers/class-settings-admin.php:714
5573
  msgctxt "settings"
5574
  msgid "Listing's last payment date"
5575
  msgstr "Data dell'ultimo pagamento dell'annuncio"
5576
 
5577
+ #: includes/admin/controllers/class-settings-admin.php:715
5578
  msgctxt "settings"
5579
  msgid "Listing's access key"
5580
  msgstr "Chiave di accesso all'annuncio"
5581
 
5582
+ #: includes/admin/controllers/class-settings-admin.php:872
5583
  msgctxt "settings"
5584
  msgid "Settings reset to default."
5585
  msgstr "Le impostazioni vengono riportate ai valori predefiniti."
6395
  msgid "Cropped"
6396
  msgstr ""
6397
 
6398
+ #: includes/admin/settings/class-settings.php:483
6399
  #: includes/admin/settings/class-settings.php:494
 
6400
  msgctxt "settings"
6401
  msgid "\"%s\" can not be empty."
6402
  msgstr "\"%s\" non può essere vuoto."
6403
 
6404
+ #: includes/admin/settings/class-settings.php:511
6405
  msgctxt "settings"
6406
  msgid "The slug \"%s\" is already in use for another taxonomy."
6407
  msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
6408
 
6409
+ #: includes/licensing.php:238
6410
  msgctxt "settings"
6411
  msgid "Themes"
6412
  msgstr "Temi"
6413
 
6414
+ #: includes/licensing.php:290 includes/licensing.php:291
6415
  msgctxt "settings"
6416
  msgid "Please wait..."
6417
  msgstr "Attendi..."
6418
 
6419
+ #: includes/licensing.php:291
6420
  #, fuzzy
6421
  msgctxt "settings"
6422
  msgid "Deauthorize"
6432
  msgid "Could not change the active theme to \"%s\"."
6433
  msgstr "Impossibile modificare il tema attivo \"%s\"."
6434
 
6435
+ #: includes/admin/controllers/class-themes-admin.php:147
6436
  msgctxt "themes"
6437
  msgid "Active theme changed to \"%s\"."
6438
  msgstr "Il tema attivo è stato modificato \"%s\"."
6439
 
6440
+ #: includes/admin/controllers/class-themes-admin.php:150
6441
  msgctxt "themes"
6442
  msgid ""
6443
  "%s requires that you tag your existing fields to match some places we want "
6447
  "ad alcuni luoghi in cui vogliamo inserire i tuoi dati sul tema. Di seguito "
6448
  "sono riportati i campi che riteniamo manchino."
6449
 
6450
+ #: includes/admin/controllers/class-themes-admin.php:161
6451
  msgctxt "themes"
6452
  msgid "Map My Fields"
6453
  msgstr "Mappa I miei campi"
6454
 
6455
+ #: includes/admin/controllers/class-themes-admin.php:169
6456
  msgctxt "themes"
6457
  msgid "Suggested fields created successfully."
6458
  msgstr "Campi suggeriti creati con successo."
6459
 
6460
+ #: includes/admin/controllers/class-themes-admin.php:172
6461
  msgctxt "themes"
6462
  msgid "Theme installed successfully."
6463
  msgstr "Recensione inviata."
6464
 
6465
+ #: includes/admin/controllers/class-themes-admin.php:175
6466
  msgctxt "themes"
6467
  msgid "Theme was deleted successfully."
6468
  msgstr "Il tema è stato eliminato con successo."
6469
 
6470
+ #: includes/admin/controllers/class-themes-admin.php:178
6471
  msgctxt "themes"
6472
  msgid "Could not delete theme directory. Check permissions."
6473
  msgstr "Impossibile eliminare l'elenco dei temi. Controlla i permessi."
6474
 
6475
+ #: includes/admin/controllers/class-themes-admin.php:231
6476
  msgctxt "themes"
6477
  msgid "Please upload a valid theme file."
6478
  msgstr "Si prega di caricare un file valido del tema."
6479
 
6480
+ #: includes/admin/controllers/class-themes-admin.php:240
6481
  msgctxt "themes"
6482
  msgid "Could not move \"%s\" to a temporary directory."
6483
  msgstr "Non è stato possibile spostare \"%s\" in un elenco temporaneo."
6484
 
6485
+ #: includes/admin/controllers/class-themes-admin.php:326
6486
  msgctxt "themes"
6487
  msgid "Activate your <a>license key</a> to use this theme."
6488
  msgstr "Attivare la <a>chiave di licenza</a> per utilizzare questo tema."
6489
 
6490
+ #: includes/admin/controllers/class-themes-admin.php:369
6491
  #, fuzzy
6492
  msgctxt "themes"
6493
  msgid "Invalid theme ID"
6494
  msgstr "ID articolo non valido"
6495
 
6496
+ #: includes/admin/controllers/class-themes-admin.php:375
6497
  #: includes/admin/upgrades/class-themes-updater.php:172
6498
  msgctxt "themes"
6499
  msgid "Could not update theme: %s"
6519
  msgid "Theme was updated successfully."
6520
  msgstr "Il tema è stato aggiornato con successo."
6521
 
6522
+ #: includes/themes.php:926
6523
  msgctxt "themes"
6524
  msgid "Could not create themes directory."
6525
  msgstr "Impossibile creare una directory dei temi."
6526
 
6527
+ #: includes/themes.php:937
6528
  msgctxt "themes"
6529
  msgid "Could not remove previous theme directory \"%s\"."
6530
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
6531
 
6532
+ #: includes/themes.php:945
6533
  msgctxt "themes"
6534
  msgid "Could not move new theme into theme directory."
6535
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
6539
  msgid "Could not decode export state information."
6540
  msgstr "Impossibile decodificare le informazioni sullo stato di esportazione."
6541
 
6542
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6543
  msgctxt "admin csv-export"
6544
  msgid "Could not create a temporary directory for handling this CSV export."
6545
  msgstr ""
6546
  "Impossibile creare una directory temporanea per la gestione di questa "
6547
  "esportazione CSV."
6548
 
6549
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6550
  msgctxt "admin csv-export"
6551
  msgid "Error while creating a temporary directory for CSV export: %s"
6552
  msgstr ""
6738
  msgid "Please upload or select a CSV file."
6739
  msgstr "Si prega di caricare o selezionare un file CSV."
6740
 
6741
+ #: includes/admin/csv-import.php:370
6742
  msgctxt "admin csv-import"
6743
  msgid ""
6744
  "An error was detected while validating the CSV file for import. Please fix "
6747
  "È stato rilevato un errore durante la convalida del file CSV per "
6748
  "l'importazione. Si prega di risolvere il problema prima di procedere."
6749
 
6750
+ #: includes/admin/csv-import.php:379
6751
  msgctxt "admin csv-import"
6752
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6753
  msgstr ""
6754
  "L'importazione è in \"modalità test\". Non verrà inserito nulla nel database."
6755
 
6756
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6757
  msgctxt "admin csv-import"
6758
  msgid ""
6759
  "Could not create listing category \"<category-name>\". The operation failed "
6762
  "Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
6763
  "non è riuscita per il seguente errore: <error-message>."
6764
 
6765
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6766
  msgctxt "admin csv-import"
6767
  msgid "Could not create listing category \"%s\""
6768
  msgstr "Impossibile creare la categoria \"%s\""
6769
 
6770
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6771
  msgctxt "admin csv-import"
6772
  msgid "Username \"%s\" does not exist"
6773
  msgstr "Nome Utente \"%s\" non esiste"
6774
 
6775
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6776
  #, fuzzy
6777
  msgctxt "admin csv-import"
6778
  msgid "There is no Plan with ID = <fee-id>"
6779
  msgstr "Non esiste un piano tariffario con ID = <fee-id>"
6780
 
6781
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6782
  msgctxt "admin csv-import"
6783
  msgid "Missing required field: %s"
6784
  msgstr "Campo obbligatorio mancante: %s"
6785
 
6786
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6787
  msgctxt "admin csv-import"
6788
  msgid "Listing category \"%s\" does not exist"
6789
  msgstr "La categoria \"%s\" non esiste"
6790
 
6791
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6792
  msgctxt "admin csv-import"
6793
  msgid "The string <string> couldn't be converted into a valid date."
6794
  msgstr "La stringa <string>non poteva essere convertita in una data valida."
6948
  msgid "Semicolon (;)"
6949
  msgstr "Punto e virgola (;)"
6950
 
6951
+ #: templates/admin/csv-import.tpl.php:196
6952
  #, fuzzy
6953
  msgctxt "admin csv-import"
6954
  msgid "Preserve existing status"
6955
  msgstr "Stato Inserzione"
6956
 
6957
+ #: templates/admin/csv-import.tpl.php:249
6958
  msgctxt "admin csv-import"
6959
  msgid ""
6960
  "Select a default user to be used if the username column is not present in "
6963
  "Selezionare un utente predefinito da utilizzare se la colonna nome utente "
6964
  "non è presente nel file CSV."
6965
 
6966
+ #: templates/admin/csv-import.tpl.php:283
6967
  msgctxt "admin csv-import"
6968
  msgid "Test Import"
6969
  msgstr "Test importazione"
6970
 
6971
+ #: templates/admin/csv-import.tpl.php:284
6972
  msgctxt "admin csv-import"
6973
  msgid "Import Listings"
6974
  msgstr "Importa Annunci"
6975
 
6976
+ #: templates/admin/csv-import.tpl.php:334
6977
  msgctxt "admin csv-import"
6978
  msgid ""
6979
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6982
  "Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
6983
  "aggiungere o aggiornare gli elenchi da fonti esterne."
6984
 
6985
+ #: templates/admin/csv-import.tpl.php:355
6986
  msgctxt "admin csv-import"
6987
  msgid ""
6988
  "Internal Sequence ID used to allow listing updates from external sources."
6990
  "ID di sequenza interna utilizzata per consentire l'elenco degli "
6991
  "aggiornamenti da fonti esterne."
6992
 
6993
+ #: templates/admin/csv-import.tpl.php:362
6994
  msgctxt "admin csv-import"
6995
  msgid ""
6996
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
7012
  "ma questo percorso non sembra essere scrivibile. Si prega di consultare il "
7013
  "proprio ospite."
7014
 
7015
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
7016
  msgctxt "listing metabox"
7017
  msgid "Recent Payments"
7018
  msgstr "Pagamenti recenti"
7019
 
7020
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
7021
  msgctxt "listing metabox"
7022
  msgid "Access Key"
7023
  msgstr "Chiave d'accesso"
7048
  msgid "# of images"
7049
  msgstr "# di immagini"
7050
 
7051
+ #: includes/admin/helpers/class-listing-timeline.php:122
7052
  msgctxt "listing timeline"
7053
  msgid "Listing created"
7054
  msgstr "Annuncio creato"
7055
 
7056
+ #: includes/admin/helpers/class-listing-timeline.php:130
7057
  msgctxt "listing timeline"
7058
  msgid "Listing expired"
7059
  msgstr "Annuncio scaduto"
7060
 
7061
+ #: includes/admin/helpers/class-listing-timeline.php:146
7062
  msgctxt "listing timeline"
7063
  msgid "T&C acceptance date"
7064
  msgstr ""
7065
 
7066
+ #: includes/admin/helpers/class-listing-timeline.php:164
7067
  msgctxt "listing timeline"
7068
  msgid "Paid as admin"
7069
  msgstr "Pagato come amministratore"
7070
 
7071
+ #: includes/admin/helpers/class-listing-timeline.php:166
7072
  msgctxt "listing timeline"
7073
  msgid "Listing imported"
7074
  msgstr "Annuncio importato"
7075
 
7076
+ #: includes/admin/helpers/class-listing-timeline.php:168
7077
  msgctxt "listing timeline"
7078
  msgid "Initial Payment"
7079
  msgstr "Sottoscrizione"
7143
  msgid "What do you track?"
7144
  msgstr "Cosa traccia?"
7145
 
7146
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7147
  msgctxt "manual-upgrade"
7148
  msgid "Continue"
7149
  msgstr "Continua"
7150
 
7151
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7152
  msgctxt "manual-upgrade"
7153
  msgid "Start Upgrade"
7154
  msgstr "Avviare l'aggiornamento"
7155
 
7156
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7157
  msgctxt "manual-upgrade"
7158
  msgid "Pause Upgrade"
7159
  msgstr "Pausa Aggiornamento"
7160
 
7161
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7162
  msgctxt "manual-upgrade"
7163
  msgid ""
7164
  "The upgrade was successfully performed. Business Directory Plugin is now "
7167
  "L'aggiornamento è stato eseguito correttamente. Plugin Business Directory è "
7168
  "ora disponibile."
7169
 
7170
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7171
  msgctxt "manual-upgrade"
7172
  msgid "Go to \"Directory Admin\""
7173
  msgstr "Vai a \"Directory Admin\""
7192
  msgid "Migrating license information to new format..."
7193
  msgstr "Migrazione delle informazioni sulla licenza in un nuovo formato....."
7194
 
7195
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7196
  msgctxt "installer"
7197
  msgid "Migrating email notices to new format..."
7198
  msgstr "Migrazione degli avvisi e-mail in un nuovo formato....."
7199
 
7200
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7201
  #, fuzzy
7202
  msgctxt "installer"
7203
  msgid "Migrating plans..."
7204
  msgstr "Migrazione dei piani tariffari....."
7205
 
7206
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7207
  msgctxt "installer"
7208
  msgid "! Could not migrate payment #%d"
7209
  msgstr "! Non posso migrare il pagamento #%d"
7210
 
7211
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7212
  msgctxt "installer"
7213
  msgid "Updating payment items format: %d items remaining..."
7214
  msgstr ""
7215
  "Aggiornamento del formato delle voci di pagamento: %d voci rimanenti....."
7216
 
7217
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7218
  msgctxt "installer"
7219
  msgid "Migrating listing information: %d items remaining..."
7220
  msgstr ""
7264
  msgid "Listing upgrade to featured"
7265
  msgstr "Upgrade ell'annuncio a In Evidenza"
7266
 
7267
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7268
  msgctxt "listings-api"
7269
  msgid "Featured Listing"
7270
  msgstr "Annuncio in primo piano"
7271
 
7272
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7273
  #, fuzzy
7274
  msgctxt "migrate-18"
7275
  msgid "Featured Levels migration is complete."
7276
  msgstr "La migrazione dei livelli consigliati è completa."
7277
 
7278
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7279
  #, fuzzy
7280
  msgctxt "migrate-18"
7281
  msgid ""
7288
  "tariffari, ma eliminando la confusa nozione di \"livello di funzionalità\" "
7289
  "che si limitava agli elenchi in evidenza."
7290
 
7291
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7292
  #, fuzzy
7293
  msgctxt "migrate-18"
7294
  msgid ""
7305
  "non sei sicuro di cosa fare qui, <support-link>contatta il supporto</support-"
7306
  "link> e <cancel-link>annulla la migrazione</cancel-link>."
7307
 
7308
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7309
  #, fuzzy
7310
  msgctxt "migrate-18"
7311
  msgid ""
7317
  "domande per spostare i vostri dati dal vecchio \"livello di funzionalità\" "
7318
  "al nuovo \"restricted feature fee plan\" che fa per voi."
7319
 
7320
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7321
  msgctxt "migrate-18"
7322
  msgid "Move to: "
7323
  msgstr "Muovi in:"
7324
 
7325
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7326
  msgctxt "migrate-18"
7327
  msgid "New plan summary"
7328
  msgstr "Riassunto Nuovo piano"
7329
 
7330
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7331
  msgctxt "migrate-18"
7332
  msgid "Perform migration"
7333
  msgstr "Eseguire la migrazione"
7334
 
7335
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7336
  msgctxt "migrate-18"
7337
  msgid "Business Directory Plugin - Featured Levels migration required."
7338
  msgstr ""
7339
  "Business Directory Plugin - La migrazione dei livelli in primo piano è "
7340
  "richiesta."
7341
 
7342
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7343
  msgctxt "migrate-18"
7344
  msgid ""
7345
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7348
  "I livelli consigliati sono stati rimossi in 5.0. È necessario eseguire "
7349
  "<a>qui la migrazione dei livelli consigliati</a>."
7350
 
7351
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7352
  msgctxt "upgrade-18"
7353
  msgid "← Return to Directory dashboard"
7354
  msgstr "← Ritorno al dashboard della Directory"
7355
 
7356
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7357
  msgctxt "upgrade-18"
7358
  msgid "Configure Plan"
7359
  msgstr "Configurare il piano"
7360
 
7361
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7362
  msgctxt "upgrade-18"
7363
  msgid "Featured Level"
7364
  msgstr "Livello in primo piano"
7365
 
7366
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7367
  msgctxt "upgrade-18"
7368
  msgid "What to do with it?"
7369
  msgstr "Cosa traccia?"
7370
 
7371
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7372
  msgctxt "upgrade-18"
7373
  msgid "%d listing is on this level."
7374
  msgid_plural "%d listings are on this level."
7375
  msgstr[0] "%d annuncio è a questo livello."
7376
  msgstr[1] "%d annunci sono a questo livello."
7377
 
7378
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7379
  msgctxt "upgrade-18"
7380
  msgid "Select an option"
7381
  msgstr "Seleziona un'opzione"
7382
 
7383
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7384
  msgctxt "upgrade-18"
7385
  msgid "Remove \"sticky\" status for listings."
7386
  msgstr "Rimuovere lo stato \"in evidenza\" per gli annunci."
7387
 
7388
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7389
  #, fuzzy
7390
  msgctxt "upgrade-18"
7391
  msgid "Remove this (old) level, and leave the listing on the old plan."
7393
  "Rimuovi questo (vecchio) livello e lascia l'elenco del vecchio piano "
7394
  "tariffario."
7395
 
7396
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7397
  #, fuzzy
7398
  msgctxt "upgrade-18"
7399
  msgid "May change \"sticky\" status depending on plan."
7400
  msgstr "Può cambiare lo stato \"in evidenza\" a seconda del piano tariffario."
7401
 
7402
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7403
  #, fuzzy
7404
  msgctxt "upgrade-18"
7405
  msgid "Move listings with this level to existing plan."
7406
  msgstr "Spostare gli annunci con questo livello al piano tariffario esistente."
7407
 
7408
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7409
  msgctxt "upgrade-18"
7410
  msgid "Keep \"sticky\" status of listings."
7411
  msgstr "Mantenere lo stato \"in evidenza\" degli annunci."
7412
 
7413
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7414
  #, fuzzy
7415
  msgctxt "upgrade-18"
7416
  msgid "Replace this level with a new plan."
7431
  msgid "Add New Listing"
7432
  msgstr "Aggiungi Nuovo Annuncio"
7433
 
7434
+ #: includes/models/class-listing.php:427
7435
  msgctxt "listing"
7436
  msgid "Listing has no registered payments"
7437
  msgstr "L'annuncio non ha pagamenti registrati"
7438
 
7439
+ #: includes/models/class-listing.php:436
7440
  msgctxt "listing"
7441
  msgid "Can't delete payment"
7442
  msgstr "Non è possibile cancellare il pagamento"
7443
 
7444
+ #: includes/models/class-listing.php:474
7445
  msgctxt "listing"
7446
  msgid "Listing expired"
7447
  msgstr "Annuncio scaduto"
7448
 
7449
+ #: includes/models/class-listing.php:683
7450
  msgctxt "listing"
7451
  msgid "(Unavailable Plan)"
7452
  msgstr "(Piano non disponibile)"
7453
 
7454
+ #: includes/models/class-listing.php:878
7455
  msgctxt "listing"
7456
  msgid "Plan \"%s\" (recurring)"
7457
  msgstr "Piano \"%s\" (ricorrente)"
7458
 
7459
+ #: includes/models/class-listing.php:880
7460
  msgctxt "listing"
7461
  msgid "Plan \"%s\""
7462
  msgstr "Piano \"%s\"."
7569
  msgid "Report additional info"
7570
  msgstr "Segnala ulteriori informazioni"
7571
 
7572
+ #: includes/class-meta.php:33
7573
  #, fuzzy
7574
  msgctxt "rss feed"
7575
  msgid "%s Feed"
7576
  msgstr "%s Mangimi"
7577
 
 
 
 
 
 
 
 
 
 
 
7578
  #: includes/class-payment-gateways.php:95
7579
  msgctxt "payment-gateways"
7580
  msgid "Enable %s?"
7605
  msgid "The reCAPTCHA validation score failed."
7606
  msgstr "Il punteggio di convalida reCAPTCHA non è riuscito."
7607
 
7608
+ #: includes/class-wpbdp.php:460
7609
  #, fuzzy
7610
  msgctxt "listing image upload"
7611
  msgid "Please select a plan before uploading images to the listing"
7612
  msgstr "Si prega di selezionare il motivo per segnalare questo annuncio:"
7613
 
7614
+ #: includes/class-wpbdp.php:465
7615
  msgctxt "listing image upload"
7616
  msgid "Can not upload any more images for this listing."
7617
  msgstr "Non è possibile caricare altre immagini per questo annuncio."
7618
 
7619
+ #: includes/class-wpbdp.php:469
7620
  #, fuzzy
7621
  msgctxt "listing image upload"
7622
  msgid ""
7637
  msgid "Submit Listing"
7638
  msgstr "Invia annuncio"
7639
 
7640
+ #: includes/controllers/pages/class-checkout.php:112
7641
  msgctxt "checkout"
7642
  msgid "Can not process a payment at this time. Please try again later."
7643
  msgstr ""
7644
  "Non è possibile elaborare un pagamento in questo momento. Per favore, "
7645
  "riprova più tardi."
7646
 
7647
+ #: includes/controllers/pages/class-checkout.php:150
7648
  #, fuzzy
7649
  msgctxt "checkout"
7650
  msgid "Invalid nonce received."
7651
  msgstr "Invalid nonce ricevuto."
7652
 
7653
+ #: includes/controllers/pages/class-checkout.php:165
7654
  msgctxt "checkout"
7655
  msgid "Invalid gateway selected."
7656
  msgstr "Gateway non valido selezionato."
7657
 
7658
+ #: includes/controllers/pages/class-checkout.php:170
7659
  msgctxt "checkout"
7660
  msgid "Selected gateway does not support payment's currency."
7661
  msgstr "Il gateway selezionato non supporta la valuta del pagamento."
7662
 
7663
+ #: includes/controllers/pages/class-checkout.php:229
7664
  msgctxt "checkout"
7665
  msgid "Unknown gateway error."
7666
  msgstr "Errore gateway sconosciuto."
7667
 
7668
+ #: includes/controllers/pages/class-checkout.php:268
7669
  #, fuzzy
7670
  msgctxt "checkout"
7671
  msgid ""
7866
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7867
  "associazione ad un campo esistente."
7868
 
7869
+ #: includes/controllers/pages/class-submit-listing.php:1284
7870
  msgctxt "templates"
7871
  msgid "Please agree to the Terms and Conditions."
7872
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7873
 
7874
+ #: includes/controllers/pages/class-submit-listing.php:1298
7875
  msgctxt "templates"
7876
  msgid "I agree to the <a>Terms and Conditions</a>"
7877
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
7881
  msgid "Return to results"
7882
  msgstr "Ritorno ai risultati"
7883
 
7884
+ #: includes/helpers/functions/templates-ui.php:224
7885
  msgctxt "templates"
7886
  msgid "No listing categories found."
7887
  msgstr "Nessuna categoria di annunci trovata."
7888
 
7889
+ #: includes/helpers/functions/templates-ui.php:375
7890
  msgctxt "templates"
7891
  msgid "Advanced Search"
7892
  msgstr "Ricerca Avanzata"
7897
  msgid "Featured Listing"
7898
  msgstr "Annuncio in primo piano"
7899
 
 
 
 
 
 
 
 
 
 
 
7900
  #: templates/parts/listing-buttons.tpl.php:15
7901
  msgctxt "templates"
7902
  msgid "Edit"
7944
  msgid "Return to plan selection"
7945
  msgstr "Ritorno alla selezione del piano tariffario"
7946
 
 
 
 
 
 
7947
  #: templates/submit-listing/extra-sections.tpl.php:1
7948
  msgctxt "templates"
7949
  msgid "Additional Information"
8019
  msgid "Please <a>login</a> to manage your listings."
8020
  msgstr "Effettua il <a>login</a> per gestire i tuoi annunci."
8021
 
8022
+ #: includes/controllers/pages/class-manage-recurring.php:33
8023
  msgctxt "manage subscription"
8024
  msgid "The listing with id = <listing-id> doesn't exists."
8025
  msgstr "L'elenco con id = <listing-id>non esiste."
8026
 
8027
+ #: includes/controllers/pages/class-manage-recurring.php:42
8028
  msgctxt "manage subscriptions"
8029
  msgid ""
8030
  "You are not authorized to cancel this subscription. The link you followed is "
8033
  "Non sei autorizzato a cancellare questo abbonamento. Il link che hai seguito "
8034
  "non è valido."
8035
 
8036
+ #: includes/controllers/pages/class-manage-recurring.php:53
8037
  msgctxt "manage subscriptions"
8038
  msgid "Invalid subscription."
8039
  msgstr "Sottoscrizione non valida."
8040
 
8041
+ #: includes/controllers/pages/class-manage-recurring.php:76
8042
  msgctxt "manage subscriptions"
8043
  msgid "Your subscription was canceled."
8044
  msgstr "Il tuo abbonamento è stato cancellato."
8049
  msgid "Subscription / Plan"
8050
  msgstr "Abbonamento / Piano tariffario"
8051
 
8052
+ #: includes/controllers/pages/class-manage-recurring.php:93
8053
  msgctxt "manage listings"
8054
  msgid "You are not on recurring payments for any of your listings."
8055
  msgstr "Non sei su pagamenti ricorrenti per nessuno dei tuoi annunci."
8237
  "più tardi."
8238
 
8239
  #: includes/controllers/pages/class-submit-listing.php:866
8240
+ #: includes/controllers/pages/class-submit-listing.php:993
8241
  msgctxt "submit listing"
8242
  msgid "Please select a category."
8243
  msgstr "Per favore seleziona una categoria."
8244
 
8245
+ #: includes/controllers/pages/class-submit-listing.php:891
8246
  msgctxt "submit listing"
8247
  msgid "Current active plan is disabled. Please select another plan."
8248
  msgstr ""
8249
 
8250
+ #: includes/controllers/pages/class-submit-listing.php:893
8251
  msgctxt "submit listing"
8252
  msgid "Please choose a valid category for your plan."
8253
  msgstr "Scegli una categoria valida per il tuo piano."
8254
 
8255
+ #: includes/controllers/pages/class-submit-listing.php:896
8256
  #, fuzzy
8257
  msgctxt "submit listing"
8258
  msgid "Please choose a valid plan for your category selection."
8260
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8261
  "categoria."
8262
 
8263
+ #: includes/controllers/pages/class-submit-listing.php:1204
8264
  msgctxt "submit listing"
8265
  msgid "Please enter your desired username."
8266
  msgstr "Inserisci il nome utente desiderato."
8267
 
8268
+ #: includes/controllers/pages/class-submit-listing.php:1209
8269
  msgctxt "submit listing"
8270
  msgid "Please enter the e-mail for your new account."
8271
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8272
 
8273
+ #: includes/controllers/pages/class-submit-listing.php:1214
8274
  msgctxt "submit listing"
8275
  msgid "The username you chose is already in use. Please use a different one."
8276
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8277
 
8278
+ #: includes/controllers/pages/class-submit-listing.php:1219
8279
  msgctxt "submit listing"
8280
  msgid "The e-mail address you chose for your account is already in use."
8281
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
8285
  msgid "Listing submitted by admin. Payment skipped."
8286
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8287
 
8288
+ #: includes/controllers/pages/class-submit-listing.php:1159
8289
  msgctxt "listing submit"
8290
  msgid ""
8291
  "Image upload is required, please provide at least one image and submit again."
8591
  msgid "Destination dir \"%s\" is not writable."
8592
  msgstr "La destinazione dir \"%s\" non è scrivibile."
8593
 
8594
+ #: includes/helpers/functions/templates-ui.php:402
8595
  msgctxt "templates sort"
8596
  msgid "Sort By:"
8597
  msgstr "Ordina per:"
8622
  msgid "General"
8623
  msgstr "Generale"
8624
 
8625
+ #: includes/licensing.php:537
8626
  msgctxt "licensing"
8627
  msgid "Could not contact licensing server"
8628
  msgstr "Impossibile contattare il server di licenza"
8629
 
8630
+ #: includes/licensing.php:550
8631
  msgctxt "licensing"
8632
  msgid ""
8633
  "It was not possible to establish a connection with Business Directory's "
8636
  "Non è stato possibile stabilire una connessione con il server di Business "
8637
  "Directory. cURL non è stato trovato nel sistema."
8638
 
8639
+ #: includes/licensing.php:552 includes/licensing.php:582
8640
  msgctxt "licensing"
8641
  msgid ""
8642
  "To ensure the security of our systems and adhere to industry best practices, "
8649
  "recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
8650
  "minima con supporto è OpenSSL 1.0.1.1c)."
8651
 
8652
+ #: includes/licensing.php:554 includes/licensing.php:584
8653
  msgctxt "licensing"
8654
  msgid ""
8655
  "Upgrading your system will not only allow you to communicate with Business "
8661
  "sito web a interagire con i servizi utilizzando i più recenti standard di "
8662
  "sicurezza."
8663
 
8664
+ #: includes/licensing.php:556
8665
  msgctxt "licensing"
8666
  msgid ""
8667
  "Please contact your hosting provider and ask them to upgrade your system. "
8670
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8671
  "sistema. Includere questo messaggio se necessario"
8672
 
8673
+ #: includes/licensing.php:586
8674
  msgctxt "licensing"
8675
  msgid ""
8676
  "Please contact your hosting provider and ask them to upgrade your system. "
8679
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8680
  "sistema. Includere questo messaggio se necessario."
8681
 
8682
+ #: includes/licensing.php:622
8683
  msgctxt "licensing"
8684
  msgid "The server returned a 403 Forbidden error."
8685
  msgstr "Il server ha restituito un errore 403 Forbidden error."
8686
 
8687
+ #: includes/licensing.php:868
8688
  msgctxt "licensing"
8689
  msgid "Could not activate license: %s."
8690
  msgstr "Impossibile attivare la licenza: %s."
8691
 
8692
+ #: includes/licensing.php:873
8693
  msgctxt "licensing"
8694
  msgid "License activated"
8695
  msgstr "Licenza attivata"
8696
 
8697
+ #: includes/licensing.php:905
8698
  msgctxt "licensing"
8699
  msgid "Could not deactivate license: %s."
8700
  msgstr "Impossibile disattivare la licenza: %s."
8701
 
8702
+ #: includes/licensing.php:907
8703
  msgctxt "licensing"
8704
  msgid "License deactivated"
8705
  msgstr "Licenza disattivata"
8706
 
8707
  #. translators: "<module-name>" version <version-number> is not...
8708
+ #: includes/licensing.php:1147
8709
  msgctxt "deprecation"
8710
  msgid ""
8711
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8726
  msgstr[0] "%d immagine consentita."
8727
  msgstr[1] "%d immagini consentite."
8728
 
8729
+ #: includes/models/class-fee-plan.php:405
8730
  #, fuzzy
8731
  msgctxt "fees-api"
8732
  msgid "Plan label is required."
8733
  msgstr "È richiesta l'etichetta del campo."
8734
 
8735
+ #: includes/models/class-fee-plan.php:411
8736
  msgctxt "fees-api"
8737
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8738
  msgstr ""
8739
  "Il canone per l'annuncio deve essere inferiore a 10 anni (3650 giorni)."
8740
 
8741
+ #: includes/models/class-fee-plan.php:416
8742
  #, fuzzy
8743
  msgctxt "fees-api"
8744
  msgid ""
8751
  "l'inserimento dell'annuncio, si prega di modificare il <a>piano tariffario</"
8752
  "a> in modo appropriato."
8753
 
8754
+ #: includes/models/class-fee-plan.php:419
8755
  #, fuzzy
8756
  msgctxt "fees-api"
8757
  msgid ""
9234
  msgid "Continue"
9235
  msgstr "Continua"
9236
 
9237
+ #~ msgctxt "title"
9238
+ #~ msgid "Find a Listing"
9239
+ #~ msgstr "Trova un annuncio"
9240
+
9241
+ #~ msgctxt "title"
9242
+ #~ msgid "Listings tagged: %s"
9243
+ #~ msgstr "Annunci taggati: %s"
9244
+
9245
+ #~ msgctxt "templates"
9246
+ #~ msgid ""
9247
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9248
+ #~ "button. To delete a listing click the delete button."
9249
+ #~ msgstr ""
9250
+ #~ "LI tuoi attuali Annunci sono riportati di seguito. Per modificare un "
9251
+ #~ "Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
9252
+ #~ "clic sul pulsante di cancellazione."
9253
+
9254
+ #~ msgctxt "templates"
9255
+ #~ msgid "Find a listing"
9256
+ #~ msgstr "Trova un annuncio"
9257
+
9258
  #~ msgctxt "listing metabox"
9259
  #~ msgid "General Info"
9260
  #~ msgstr "Informazioni generali"
languages/business-directory-plugin-nl_NL.mo CHANGED
Binary file
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-04-27 20:19:58+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"
@@ -72,7 +72,7 @@ msgstr "Register Categorie"
72
  #: includes/admin/settings/class-settings-bootstrap.php:691
73
  #: includes/admin/settings/class-settings-bootstrap.php:692
74
  #: includes/helpers/class-app.php:93
75
- #: includes/helpers/functions/templates-ui.php:310
76
  msgid "Directory"
77
  msgstr "Registers"
78
 
@@ -122,7 +122,7 @@ msgid "Form Fields"
122
  msgstr "Formulier velden"
123
 
124
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
125
- #: includes/licensing.php:219
126
  msgid "Modules"
127
  msgstr ""
128
 
@@ -131,7 +131,7 @@ msgstr ""
131
  msgid "Business Directory"
132
  msgstr "Business Directory - Zoeken"
133
 
134
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
135
  #, fuzzy
136
  msgid "Upgrade to Premium"
137
  msgstr "Opwaarderen tot %s"
@@ -141,11 +141,11 @@ msgstr "Opwaarderen tot %s"
141
  msgid "Directory Listings"
142
  msgstr "Sorteer registraties (vermeldingen) op"
143
 
144
- #: includes/admin/class-admin.php:1064
145
  msgid "Could not send renewal email."
146
  msgstr ""
147
 
148
- #: includes/admin/class-admin.php:1198
149
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
150
  #: includes/admin/helpers/tables/class-payments-table.php:64
151
  #: templates/email/listing-added.tpl.php:7
@@ -154,13 +154,13 @@ msgstr ""
154
  msgid "ID"
155
  msgstr ""
156
 
157
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
158
  #: includes/admin/settings/class-settings-bootstrap.php:717
159
  #, fuzzy
160
  msgid "Listing Count"
161
  msgstr "Aantal registraties"
162
 
163
- #: includes/admin/class-admin.php:1365
164
  msgid ""
165
  "We noticed you want your Business Directory users to register before posting "
166
  "listings, but Registration for your site is currently disabled. Go %1$shere"
@@ -245,13 +245,13 @@ msgid "See an example CSV import file"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-csv.php:54
248
- #: templates/admin/csv-import.tpl.php:287
249
  msgid "Help"
250
  msgstr ""
251
 
252
  #: includes/admin/controllers/class-admin-fees.php:46
253
  #: includes/admin/helpers/tables/class-payments-table.php:67
254
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
255
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
256
  #: templates/admin/payments-details.tpl.php:113
257
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -263,13 +263,13 @@ msgstr "Bedrag"
263
  #: includes/admin/controllers/class-admin-fees.php:48
264
  #: includes/admin/helpers/tables/class-fees-table.php:65
265
  #: includes/admin/settings/class-settings-bootstrap.php:907
266
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
267
  #, fuzzy
268
  msgid "Images"
269
  msgstr "Beelden"
270
 
271
  #: includes/admin/controllers/class-admin-fees.php:80
272
- #: includes/admin/helpers/class-modules-list.php:236
273
  #, fuzzy
274
  msgid "Upgrade"
275
  msgstr "Opwaarderen tot %s"
@@ -340,7 +340,7 @@ msgid "Attributes"
340
  msgstr "Veld attributen"
341
 
342
  #: includes/admin/controllers/class-admin-listings.php:339
343
- #: includes/helpers/class-listing-display-helper.php:132
344
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
345
  #, fuzzy
346
  msgid "Featured"
@@ -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:247
443
  #: templates/checkout-billing-form.tpl.php:75
444
  #, fuzzy
445
  msgid "Address"
@@ -501,35 +501,35 @@ msgstr ""
501
  msgid "Website"
502
  msgstr ""
503
 
504
- #: includes/admin/controllers/class-settings-admin.php:636
505
  msgid "Your license key provides access to new features and updates."
506
  msgstr ""
507
 
508
- #: includes/admin/controllers/class-settings-admin.php:638
509
  #, fuzzy
510
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
511
  msgstr "Business Directory instellingen"
512
 
513
- #: includes/admin/controllers/class-settings-admin.php:650
514
  msgid "Build more powerful directories"
515
  msgstr ""
516
 
517
- #: includes/admin/controllers/class-settings-admin.php:651
518
  msgid ""
519
  "Add category images, maps, filter by location, payment gateways, and more."
520
  msgstr ""
521
 
522
- #: includes/admin/controllers/class-settings-admin.php:652
523
- #: includes/admin/helpers/class-modules-list.php:235
524
  #, fuzzy
525
  msgid "Upgrade Now"
526
  msgstr "Opwaarderen tot %s"
527
 
528
- #: includes/admin/controllers/class-settings-admin.php:653
529
  msgid "Already purchased?"
530
  msgstr ""
531
 
532
- #: includes/admin/controllers/class-settings-admin.php:712
533
  #: includes/admin/helpers/tables/class-fees-table.php:182
534
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
535
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -564,15 +564,15 @@ msgstr ""
564
  msgid "You are not allowed to do that."
565
  msgstr ""
566
 
567
- #: includes/admin/csv-import.php:428
568
  msgid "There was an error uploading the file:"
569
  msgstr ""
570
 
571
- #: includes/admin/csv-import.php:433
572
  msgid "Please upload the correct file type."
573
  msgstr ""
574
 
575
- #: includes/admin/helpers/class-listing-information-metabox.php:15
576
  #: includes/admin/helpers/tables/class-payments-table.php:63
577
  #: includes/admin/settings/class-settings-bootstrap.php:667
578
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -582,7 +582,7 @@ msgstr ""
582
  msgid "Listing"
583
  msgstr "Registratie"
584
 
585
- #: includes/admin/helpers/class-listing-timeline.php:121
586
  #: includes/class-listings-api.php:33
587
  #, fuzzy
588
  msgid "Listing renewed"
@@ -605,7 +605,7 @@ msgstr "Actief"
605
  msgid "Not Installed"
606
  msgstr "Geinstalleerd: %s"
607
 
608
- #: includes/admin/helpers/class-modules-list.php:225
609
  #: includes/controllers/class-smtp.php:317
610
  #: templates/admin/themes-item.tpl.php:58
611
  #, fuzzy
@@ -617,7 +617,7 @@ msgstr "Actief"
617
  msgid "Hide notifications"
618
  msgstr "E-Mail Notificaties"
619
 
620
- #: includes/admin/helpers/csv/class-csv-import.php:674
621
  msgid "Listing imported by admin. Payment skipped."
622
  msgstr ""
623
 
@@ -678,14 +678,14 @@ msgid "Disabled"
678
  msgstr "Uitgezet"
679
 
680
  #: includes/admin/helpers/tables/class-fees-table.php:297
681
- #: includes/helpers/functions/templates-ui.php:434
682
  #, fuzzy
683
  msgid "Default"
684
  msgstr "Standaard kosten"
685
 
686
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
687
  #: includes/fields/class-fieldtypes-social.php:135
688
- #: templates/admin/csv-import.tpl.php:303
689
  #, fuzzy
690
  msgid "Type"
691
  msgstr "Type"
@@ -729,7 +729,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:1249
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
@@ -1071,7 +1071,7 @@ msgstr ""
1071
  msgid "Uninstall"
1072
  msgstr ""
1073
 
1074
- #: includes/admin/settings/class-settings.php:514
1075
  msgid "%s cannot include spaces, commas, or &"
1076
  msgstr ""
1077
 
@@ -1117,35 +1117,35 @@ msgstr ""
1117
  msgid "Directory Manual Upgrade"
1118
  msgstr "Directory thema's"
1119
 
1120
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1121
  msgid ""
1122
  "Business Directory features are currently disabled because the plugin needs "
1123
  "to perform a manual upgrade before it can be used."
1124
  msgstr ""
1125
 
1126
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1127
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1128
  msgstr ""
1129
 
1130
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1131
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1132
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1133
  #, fuzzy
1134
  msgid "Business Directory - Featured Levels Migration"
1135
  msgstr "Business Directory instellingen"
1136
 
1137
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1138
  #: templates/admin/fees-form.tpl.php:17
1139
  #, fuzzy
1140
  msgid "Plan Label"
1141
  msgstr "Veld label"
1142
 
1143
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1144
  #, fuzzy
1145
  msgid "Duration"
1146
  msgstr "Tijdsduur"
1147
 
1148
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1149
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1150
  msgstr ""
1151
 
@@ -1168,7 +1168,7 @@ msgstr ""
1168
  msgid "View Docs"
1169
  msgstr "Bekijk "
1170
 
1171
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1172
  #, fuzzy
1173
  msgid "Settings"
1174
  msgstr "Instellingen"
@@ -1253,7 +1253,7 @@ msgid "View Listing"
1253
  msgstr "Registratie bekijken"
1254
 
1255
  #: includes/class-cpt-integration.php:22
1256
- #: includes/helpers/functions/templates-ui.php:372
1257
  #: templates/main-box.tpl.php:23
1258
  msgid "Search Listings"
1259
  msgstr "Doorzoek registraties"
@@ -1266,24 +1266,24 @@ msgstr "Geen registraties gevonden"
1266
  msgid "No listings found in trash"
1267
  msgstr ""
1268
 
1269
- #: includes/class-cpt-integration.php:46
1270
  msgid "Directory Categories"
1271
  msgstr "Register Categorieën"
1272
 
1273
- #: includes/class-cpt-integration.php:47
1274
  msgid "Directory Category"
1275
  msgstr "Register Categorie"
1276
 
1277
- #: includes/class-cpt-integration.php:58
1278
  msgid "Directory Tags"
1279
  msgstr ""
1280
 
1281
- #: includes/class-cpt-integration.php:59
1282
  msgid "Directory Tag"
1283
  msgstr ""
1284
 
1285
  #. translators: %s: listing count
1286
- #: includes/class-cpt-integration.php:253
1287
  #, fuzzy
1288
  msgid "%s listing updated."
1289
  msgid_plural "%s listings updated."
@@ -1291,14 +1291,14 @@ msgstr[0] "Een registratie is gewijzigd."
1291
  msgstr[1] "Een registratie is gewijzigd."
1292
 
1293
  #. translators: %s: listing count
1294
- #: includes/class-cpt-integration.php:255
1295
  msgid "%s listing not updated, somebody is editing it."
1296
  msgid_plural "%s listings not updated, somebody is editing them."
1297
  msgstr[0] ""
1298
  msgstr[1] ""
1299
 
1300
  #. translators: %s: listing count
1301
- #: includes/class-cpt-integration.php:257
1302
  #, fuzzy
1303
  msgid "%s listing permanently deleted."
1304
  msgid_plural "%s listings permanently deleted."
@@ -1306,14 +1306,14 @@ msgstr[0] "Registratie vernieuwing"
1306
  msgstr[1] "Registratie vernieuwing"
1307
 
1308
  #. translators: %s: listing count
1309
- #: includes/class-cpt-integration.php:259
1310
  msgid "%s listing moved to the Trash."
1311
  msgid_plural "%s listings moved to the Trash."
1312
  msgstr[0] ""
1313
  msgstr[1] ""
1314
 
1315
  #. translators: %s: listing count
1316
- #: includes/class-cpt-integration.php:261
1317
  #, fuzzy
1318
  msgid "%s listing restored from the Trash."
1319
  msgid_plural "%s listings restored from the Trash."
@@ -1325,47 +1325,33 @@ msgstr[1] "Je registratie is verwijderd."
1325
  msgid "Free Listing"
1326
  msgstr "Gratis registratie"
1327
 
1328
- #: includes/class-meta.php:139
1329
- #: includes/controllers/pages/class-submit-listing.php:32
1330
- #: includes/helpers/functions/templates-ui.php:332
1331
- #: templates/submit-listing.tpl.php:17
1332
- #, fuzzy
1333
- msgid "Add Listing"
1334
- msgstr "Nieuwe registratie toevoegen"
1335
-
1336
- #: includes/class-meta.php:149
1337
- #: includes/controllers/pages/class-all-listings.php:6
1338
- #: includes/helpers/functions/templates-ui.php:319
1339
- msgid "View All Listings"
1340
- msgstr "Bekijk alle registratie"
1341
-
1342
  #: includes/class-payment-gateways.php:146
1343
  msgid ""
1344
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1345
  "to set up a gateway. Until you do this, only free plans will be available."
1346
  msgstr ""
1347
 
1348
- #: includes/class-wpbdp.php:577
1349
  msgid "Could not find listing ID"
1350
  msgstr ""
1351
 
1352
- #: includes/class-wpbdp.php:584
1353
  msgid ""
1354
  "Could not verify the image upload request. If problem persists contact site "
1355
  "admin."
1356
  msgstr ""
1357
 
1358
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1359
  msgid "Could not find image ID"
1360
  msgstr ""
1361
 
1362
- #: includes/class-wpbdp.php:623
1363
  msgid ""
1364
  "The directory features are disabled at this time because a <a>manual "
1365
  "upgrade</a> is pending."
1366
  msgstr ""
1367
 
1368
- #: includes/class-wpbdp.php:630
1369
  msgid ""
1370
  "The directory is not available at this time. Please try again in a few "
1371
  "minutes or contact the administrator if the problem persists."
@@ -1386,7 +1372,7 @@ msgstr ""
1386
  #: includes/compatibility/class-navxt-integration.php:208
1387
  #: includes/widgets/widget-search.php:127
1388
  #: templates/admin/payments-index.tpl.php:13
1389
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1390
  #: templates/search.tpl.php:5
1391
  #, fuzzy
1392
  msgid "Search"
@@ -1495,12 +1481,17 @@ msgstr ""
1495
  msgid "Go to SMTP settings"
1496
  msgstr "ga naar de registratie"
1497
 
1498
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1499
  #: includes/controllers/pages/class-manage-listings.php:109
1500
  msgid "Pay Now"
1501
  msgstr ""
1502
 
1503
- #: includes/controllers/pages/class-checkout.php:180
1504
  #, fuzzy
1505
  msgid "Complete"
1506
  msgstr "Afgerond"
@@ -1554,6 +1545,13 @@ msgid "This is just a preview. The listing has not been published yet."
1554
  msgstr ""
1555
  "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
1556
 
 
 
 
 
 
 
 
1557
  #: includes/controllers/pages/class-submit-listing.php:560
1558
  #, fuzzy
1559
  msgid "Listing Images"
@@ -1568,24 +1566,24 @@ msgstr ""
1568
  msgid "Go to \"Plans\""
1569
  msgstr "Ga naar \"instellen formulier velden\""
1570
 
1571
- #: includes/controllers/pages/class-submit-listing.php:883
1572
  msgid "Please choose a plan."
1573
  msgstr ""
1574
 
1575
- #: includes/controllers/pages/class-submit-listing.php:1073
1576
  msgid "Please check the form for errors, correct them and submit again."
1577
  msgstr ""
1578
 
1579
- #: includes/controllers/pages/class-submit-listing.php:1233
1580
  msgid "Create a user account on this site"
1581
  msgstr ""
1582
 
1583
- #: includes/controllers/pages/class-submit-listing.php:1240
1584
  #, fuzzy
1585
  msgid "Username"
1586
  msgstr "Gebruiker"
1587
 
1588
- #: includes/controllers/pages/class-submit-listing.php:1262
1589
  #, fuzzy
1590
  msgid "Clear Form"
1591
  msgstr "Leegmaken"
@@ -1803,7 +1801,7 @@ msgstr ""
1803
  msgid "Telephone Number Validator"
1804
  msgstr ""
1805
 
1806
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1807
  #, fuzzy
1808
  msgid "Field"
1809
  msgstr "Veld"
@@ -1880,12 +1878,17 @@ msgstr ""
1880
  msgid "Free"
1881
  msgstr "Gratis"
1882
 
 
 
 
 
 
1883
  #: includes/helpers/functions/listings.php:80
1884
  #, fuzzy
1885
  msgid "Untitled Listing"
1886
  msgstr "Registratie bewerken"
1887
 
1888
- #: includes/helpers/functions/templates-ui.php:326
1889
  #, fuzzy
1890
  msgid "Manage Listings"
1891
  msgstr "Opties beheren"
@@ -1896,55 +1899,55 @@ msgid "Default Plan"
1896
  msgstr "Standaard kosten"
1897
 
1898
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1899
- #: includes/licensing.php:150
1900
  msgid ""
1901
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1902
  "get updates."
1903
  msgstr ""
1904
 
1905
- #: includes/licensing.php:206 includes/licensing.php:210
1906
  msgid "Licenses"
1907
  msgstr ""
1908
 
1909
  #. translators: %s: item type.
1910
- #: includes/licensing.php:267
1911
  msgid "%s will not get updates until license is reauthorized."
1912
  msgstr ""
1913
 
1914
- #: includes/licensing.php:288
1915
  #, fuzzy
1916
  msgid "Enter License Key here"
1917
  msgstr "Beelden bij de registratie"
1918
 
1919
- #: includes/licensing.php:289
1920
  #, fuzzy
1921
  msgid "Authorize"
1922
  msgstr "Auteur"
1923
 
1924
- #: includes/licensing.php:389
1925
  msgid "Invalid item ID"
1926
  msgstr ""
1927
 
1928
- #: includes/licensing.php:402
1929
  msgid "No license key provided"
1930
  msgstr ""
1931
 
1932
- #: includes/licensing.php:451 includes/licensing.php:489
1933
  #, fuzzy
1934
  msgid "License key is invalid"
1935
  msgstr "Beelden bij de registratie"
1936
 
1937
- #: includes/licensing.php:455
1938
  #, fuzzy
1939
  msgid "Deactivation failed"
1940
  msgstr "Actief"
1941
 
1942
- #: includes/licensing.php:500
1943
  msgid "The license key was revoked."
1944
  msgstr ""
1945
 
1946
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1947
- #: includes/licensing.php:504
1948
  msgid ""
1949
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1950
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1952,49 +1955,49 @@ msgid ""
1952
  "with your report."
1953
  msgstr ""
1954
 
1955
- #: includes/licensing.php:567
1956
  msgid ""
1957
  "It was not possible to establish a connection with the Business Directory "
1958
  "server. The connection failed with the following error:"
1959
  msgstr ""
1960
 
1961
- #: includes/licensing.php:580
1962
  msgid ""
1963
  "It was not possible to establish a connection with the Business Directory "
1964
  "server. A problem occurred in the SSL/TSL handshake:"
1965
  msgstr ""
1966
 
1967
- #: includes/licensing.php:627
1968
  msgid ""
1969
  "It looks like your server is not authorized to make outgoing requests to "
1970
  "Business Directory servers. Please contact your webhost and ask them to add "
1971
  "our IP address 52.0.78.177 to your allow list."
1972
  msgstr ""
1973
 
1974
- #: includes/licensing.php:721
1975
  #, fuzzy
1976
  msgid "Business Directory license key is missing."
1977
  msgstr "Business Directory - Zoeken"
1978
 
1979
- #: includes/licensing.php:722
1980
  #, fuzzy
1981
  msgid "Business Directory license key has expired"
1982
  msgstr "Business Directory - Zoeken"
1983
 
1984
- #: includes/licensing.php:723
1985
  #, fuzzy
1986
  msgid "Could not verify Business Directory license."
1987
  msgstr "Business Directory instellingen"
1988
 
1989
- #: includes/licensing.php:734
1990
  msgid "Review license keys"
1991
  msgstr ""
1992
 
1993
- #: includes/licensing.php:849
1994
  msgid "Missing data. Please reload this page and try again."
1995
  msgstr ""
1996
 
1997
- #: includes/licensing.php:854
1998
  msgid "Please enter a license key."
1999
  msgstr ""
2000
 
@@ -2016,20 +2019,20 @@ msgstr ""
2016
  msgid "Gateway Transaction ID:"
2017
  msgstr "Transacties"
2018
 
2019
- #: includes/payment.php:77
2020
  msgid "Bill To:"
2021
  msgstr ""
2022
 
2023
- #: includes/payment.php:88
2024
  msgid "Print Receipt"
2025
  msgstr ""
2026
 
2027
- #: includes/payment.php:148
2028
  #, fuzzy
2029
  msgid "Return to plan selection"
2030
  msgstr "Terug naar registratie."
2031
 
2032
- #: includes/themes.php:945
2033
  msgid "ZIP file is not a valid Business Directory theme file."
2034
  msgstr ""
2035
 
@@ -2213,55 +2216,55 @@ msgstr "Vernieuw registratie"
2213
  msgid "Post status of new imported listings"
2214
  msgstr "Status van verwijderde registraties"
2215
 
2216
- #: templates/admin/csv-import.tpl.php:191
2217
  #, fuzzy
2218
  msgid "Post status of existing imported listings"
2219
  msgstr "Status van verwijderde registraties"
2220
 
2221
- #: templates/admin/csv-import.tpl.php:208
2222
  #, fuzzy
2223
  msgid "Missing categories handling"
2224
  msgstr "Titel registratie"
2225
 
2226
- #: templates/admin/csv-import.tpl.php:214
2227
  #, fuzzy
2228
  msgid "Auto-create categories"
2229
  msgstr "Alle Categorieën"
2230
 
2231
- #: templates/admin/csv-import.tpl.php:219
2232
  msgid "Generate errors when a category is not found"
2233
  msgstr ""
2234
 
2235
- #: templates/admin/csv-import.tpl.php:227
2236
  #, fuzzy
2237
  msgid "Keep existing images"
2238
  msgstr "Beelden bij de registratie"
2239
 
2240
- #: templates/admin/csv-import.tpl.php:230
2241
  msgid "Appends new images while keeping current ones."
2242
  msgstr ""
2243
 
2244
- #: templates/admin/csv-import.tpl.php:238
2245
  #, fuzzy
2246
  msgid "Assign listings to a user"
2247
  msgstr "Zoek geregistreerden <keywords>"
2248
 
2249
- #: templates/admin/csv-import.tpl.php:250
2250
  #, fuzzy
2251
  msgid "Default listing user"
2252
  msgstr "Standaard status nieuwe registratie"
2253
 
2254
- #: templates/admin/csv-import.tpl.php:252
2255
  msgid ""
2256
  "This user will be used if the username column is not present in the CSV file."
2257
  msgstr ""
2258
 
2259
- #: templates/admin/csv-import.tpl.php:259
2260
  #, fuzzy
2261
  msgid "Number of listings imported on every cycle"
2262
  msgstr "Aantal registraties tonen:"
2263
 
2264
- #: templates/admin/csv-import.tpl.php:261
2265
  msgid ""
2266
  "If you are having trouble importing listings due to memory problems, try "
2267
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2269,12 +2272,12 @@ msgid ""
2269
  "success on shared hosting platforms and other resource-constrained servers."
2270
  msgstr ""
2271
 
2272
- #: templates/admin/csv-import.tpl.php:273
2273
  #, fuzzy
2274
  msgid "Disable email notifications during import"
2275
  msgstr "E-Mail Notificaties"
2276
 
2277
- #: templates/admin/csv-import.tpl.php:292
2278
  msgid ""
2279
  "The following are the valid header names to be used in the CSV file. "
2280
  "Multivalued fields (such as category or tags) can appear multiple times in "
@@ -2282,24 +2285,24 @@ msgid ""
2282
  "how an import file should look like."
2283
  msgstr ""
2284
 
2285
- #: templates/admin/csv-import.tpl.php:301
2286
  msgid "Header name/label"
2287
  msgstr ""
2288
 
2289
- #: templates/admin/csv-import.tpl.php:304
2290
  #, fuzzy
2291
  msgid "Required?"
2292
  msgstr "Vereist?"
2293
 
2294
- #: templates/admin/csv-import.tpl.php:305
2295
  msgid "Multivalued?"
2296
  msgstr ""
2297
 
2298
- #: templates/admin/csv-import.tpl.php:337
2299
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2300
  msgstr ""
2301
 
2302
- #: templates/admin/csv-import.tpl.php:344
2303
  #, fuzzy
2304
  msgid "Listing author's username"
2305
  msgstr "Naam auteur"
@@ -2876,9 +2879,9 @@ msgstr ""
2876
  msgid "Get debug info"
2877
  msgstr ""
2878
 
2879
- #: templates/businessdirectory-listings.tpl.php:30
2880
  #: templates/deprecated/search.tpl.php:23
2881
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
2882
  #, fuzzy
2883
  msgid "No listings found."
2884
  msgstr "Geen registraties gevonden."
@@ -3010,7 +3013,7 @@ msgid "Search Results"
3010
  msgstr "Zoek resultaten"
3011
 
3012
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3013
- #: templates/manage_listings.tpl.php:16
3014
  #: templates/submit-listing-done.tpl.php:36
3015
  #, fuzzy
3016
  msgid "Return to directory"
@@ -3137,7 +3140,7 @@ msgid ""
3137
  "button. To delete a listing click the delete button."
3138
  msgstr ""
3139
 
3140
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3141
  msgid "You do not currently have any listings in the directory."
3142
  msgstr ""
3143
 
@@ -3151,10 +3154,9 @@ msgstr ""
3151
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3152
  msgstr ""
3153
 
3154
- #: templates/parts/listing-buttons.tpl.php:39
3155
- #, fuzzy
3156
- msgid "Return to Directory"
3157
- msgstr "Terug naar Registers"
3158
 
3159
  #: templates/parts/pagination.tpl.php:7
3160
  #, fuzzy
@@ -3192,7 +3194,7 @@ msgstr "Actief"
3192
  msgid "Recurring Plan Management"
3193
  msgstr "Terug naar registratie."
3194
 
3195
- #: templates/search-form.tpl.php:28
3196
  #, fuzzy
3197
  msgid "Clear"
3198
  msgstr "Leegmaken"
@@ -3518,7 +3520,7 @@ msgstr ""
3518
  msgid "Business Directory Team"
3519
  msgstr "Business Directory - Zoeken"
3520
 
3521
- #: includes/abstracts/class-view.php:129
3522
  #, fuzzy
3523
  msgctxt "views"
3524
  msgid "Invalid credentials."
@@ -3544,12 +3546,12 @@ msgctxt "admin"
3544
  msgid "Untitled Menu"
3545
  msgstr ""
3546
 
3547
- #: includes/admin/class-admin.php:897
3548
  msgctxt "admin"
3549
  msgid "Dismiss this notice."
3550
  msgstr ""
3551
 
3552
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3553
  #, fuzzy
3554
  msgctxt "admin"
3555
  msgid "The listing has been updated."
@@ -3557,24 +3559,24 @@ msgid_plural "The listings have been updated."
3557
  msgstr[0] "De registratie / vermelding is bijgewerkt."
3558
  msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
3559
 
3560
- #: includes/admin/class-admin.php:1038
3561
  msgctxt "admin"
3562
  msgid "The plan was successfully assigned."
3563
  msgstr ""
3564
 
3565
- #: includes/admin/class-admin.php:1048
3566
  msgctxt "admin"
3567
  msgid "Listing was renewed."
3568
  msgid_plural "Listings were renewed."
3569
  msgstr[0] ""
3570
  msgstr[1] ""
3571
 
3572
- #: includes/admin/class-admin.php:1060
3573
  msgctxt "admin"
3574
  msgid "Renewal email sent."
3575
  msgstr ""
3576
 
3577
- #: includes/admin/class-admin.php:1073
3578
  #, fuzzy
3579
  msgctxt "admin"
3580
  msgid "Listing report deleted."
@@ -3582,36 +3584,36 @@ msgid_plural "Listing reports deleted."
3582
  msgstr[0] "Registratie vernieuwing"
3583
  msgstr[1] "Registratie vernieuwing"
3584
 
3585
- #: includes/admin/class-admin.php:1122
3586
  msgctxt "admin"
3587
  msgid "Access keys sent."
3588
  msgstr ""
3589
 
3590
- #: includes/admin/class-admin.php:1124
3591
  msgctxt "admin"
3592
  msgid "The access keys couldn't be sent."
3593
  msgstr ""
3594
 
3595
- #: includes/admin/class-admin.php:1282
3596
  msgctxt "admin"
3597
  msgid ""
3598
  "<b>Business Directory Plugin</b> requires a page with the "
3599
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3600
  msgstr ""
3601
 
3602
- #: includes/admin/class-admin.php:1284
3603
  msgctxt "admin"
3604
  msgid ""
3605
  "You can create this page by yourself or let Business Directory do this for "
3606
  "you automatically."
3607
  msgstr ""
3608
 
3609
- #: includes/admin/class-admin.php:1289
3610
  msgctxt "admin"
3611
  msgid "Create required pages for me"
3612
  msgstr ""
3613
 
3614
- #: includes/admin/class-admin.php:1342
3615
  msgctxt "admin"
3616
  msgid ""
3617
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3683,7 +3685,7 @@ msgctxt "admin menu"
3683
  msgid "Debug"
3684
  msgstr ""
3685
 
3686
- #: includes/admin/controllers/class-settings-admin.php:45
3687
  #, fuzzy
3688
  msgctxt "admin menu"
3689
  msgid "Settings"
@@ -3978,53 +3980,53 @@ msgctxt "listing status"
3978
  msgid "Reported"
3979
  msgstr ""
3980
 
3981
- #: includes/models/class-listing.php:984
3982
  msgctxt "listing status"
3983
  msgid "Unknown"
3984
  msgstr ""
3985
 
3986
- #: includes/models/class-listing.php:985
3987
  msgctxt "listing status"
3988
  msgid "Legacy"
3989
  msgstr ""
3990
 
3991
- #: includes/models/class-listing.php:986
3992
  #, fuzzy
3993
  msgctxt "listing status"
3994
  msgid "Incomplete"
3995
  msgstr "Afgerond"
3996
 
3997
- #: includes/models/class-listing.php:987
3998
  #, fuzzy
3999
  msgctxt "listing status"
4000
  msgid "Pending Payment"
4001
  msgstr "Wachtend op upgrade"
4002
 
4003
- #: includes/models/class-listing.php:988
4004
  #, fuzzy
4005
  msgctxt "listing status"
4006
  msgid "Complete"
4007
  msgstr "Afgerond"
4008
 
4009
- #: includes/models/class-listing.php:989
4010
  #, fuzzy
4011
  msgctxt "listing status"
4012
  msgid "Pending Upgrade"
4013
  msgstr "Wachtend op upgrade"
4014
 
4015
- #: includes/models/class-listing.php:990
4016
  #, fuzzy
4017
  msgctxt "listing status"
4018
  msgid "Expired"
4019
  msgstr "Verlopen"
4020
 
4021
- #: includes/models/class-listing.php:991
4022
  #, fuzzy
4023
  msgctxt "listing status"
4024
  msgid "Pending Renewal"
4025
  msgstr "Registratie vernieuwing"
4026
 
4027
- #: includes/models/class-listing.php:992
4028
  msgctxt "listing status"
4029
  msgid "Abandoned"
4030
  msgstr ""
@@ -4519,13 +4521,13 @@ msgctxt "form-fields admin"
4519
  msgid "Create Missing Fields"
4520
  msgstr ""
4521
 
4522
- #: includes/admin/controllers/class-settings-admin.php:543
4523
  #, fuzzy
4524
  msgctxt "admin settings"
4525
  msgid "Remove"
4526
  msgstr "Verwijder"
4527
 
4528
- #: includes/admin/controllers/class-settings-admin.php:597
4529
  msgctxt "admin settings"
4530
  msgid "Valid placeholders: %s"
4531
  msgstr ""
@@ -5020,45 +5022,45 @@ msgctxt "admin settings"
5020
  msgid "User registration date"
5021
  msgstr "Gebruikers registratie datum"
5022
 
5023
- #: includes/admin/controllers/class-settings-admin.php:679
5024
  #, fuzzy
5025
  msgctxt "expiration notices"
5026
  msgid "Add notice"
5027
  msgstr "Veld toevoegen "
5028
 
5029
- #: includes/admin/controllers/class-settings-admin.php:698
5030
  msgctxt "expiration notices"
5031
  msgid "No notices configured."
5032
  msgstr ""
5033
 
5034
- #: includes/admin/controllers/class-settings-admin.php:740
5035
  msgctxt "expiration notices"
5036
  msgid "recurring and non-recurring"
5037
  msgstr ""
5038
 
5039
- #: includes/admin/controllers/class-settings-admin.php:742
5040
  msgctxt "expiration notices"
5041
  msgid "recurring only"
5042
  msgstr ""
5043
 
5044
- #: includes/admin/controllers/class-settings-admin.php:744
5045
  msgctxt "expiration notices"
5046
  msgid "non-recurring only"
5047
  msgstr ""
5048
 
5049
- #: includes/admin/controllers/class-settings-admin.php:748
5050
  #, fuzzy
5051
  msgctxt "expiration notices"
5052
  msgid "Sent when a listing (%s) is renewed."
5053
  msgstr "Verzonden nadat een registratie is ingediend."
5054
 
5055
- #: includes/admin/controllers/class-settings-admin.php:753
5056
  #, fuzzy
5057
  msgctxt "expiration notices"
5058
  msgid "Sent when a listing (%s) expires."
5059
  msgstr "Een registratie verloopt."
5060
 
5061
- #: includes/admin/controllers/class-settings-admin.php:761
5062
  #, fuzzy
5063
  msgctxt "expiration notices"
5064
  msgid "%d day"
@@ -5066,14 +5068,14 @@ msgid_plural "%d days"
5066
  msgstr[0] "%d dag"
5067
  msgstr[1] "%d dagen"
5068
 
5069
- #: includes/admin/controllers/class-settings-admin.php:764
5070
  msgctxt "expiration notices"
5071
  msgid "%d week"
5072
  msgid_plural "%d weeks"
5073
  msgstr[0] ""
5074
  msgstr[1] ""
5075
 
5076
- #: includes/admin/controllers/class-settings-admin.php:767
5077
  msgctxt "expiration notices"
5078
  msgid "%d month"
5079
  msgid_plural "%d months"
@@ -5082,148 +5084,148 @@ msgstr[1] ""
5082
 
5083
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5084
  #. non-recuring only)
5085
- #: includes/admin/controllers/class-settings-admin.php:773
5086
  msgctxt "expiration notices"
5087
  msgid "Sent %1$s before a listing (%2$s) expires."
5088
  msgstr ""
5089
 
5090
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5091
  #. non-recuring only)
5092
- #: includes/admin/controllers/class-settings-admin.php:776
5093
  #, fuzzy
5094
  msgctxt "expiration notices"
5095
  msgid "Sent %1$s after a listing (%2$s) expires."
5096
  msgstr "Verzonden nadat een registratie is ingediend."
5097
 
5098
- #: includes/admin/controllers/class-settings-admin.php:793
5099
  msgctxt "expiration notices"
5100
  msgid "At the time of expiration"
5101
  msgstr ""
5102
 
5103
- #: includes/admin/controllers/class-settings-admin.php:794
5104
  msgctxt "expiration notices"
5105
  msgid "Right after a successful renewal"
5106
  msgstr ""
5107
 
5108
- #: includes/admin/controllers/class-settings-admin.php:805
5109
  msgctxt "expiration notices"
5110
  msgid "%d day before expiration"
5111
  msgid_plural "%d days before expiration"
5112
  msgstr[0] ""
5113
  msgstr[1] ""
5114
 
5115
- #: includes/admin/controllers/class-settings-admin.php:805
5116
  msgctxt "expiration notices"
5117
  msgid "%d day after expiration"
5118
  msgid_plural "%d days after expiration"
5119
  msgstr[0] ""
5120
  msgstr[1] ""
5121
 
5122
- #: includes/admin/controllers/class-settings-admin.php:808
5123
  msgctxt "expiration notices"
5124
  msgid "%d week before expiration"
5125
  msgid_plural "%d weeks before expiration"
5126
  msgstr[0] ""
5127
  msgstr[1] ""
5128
 
5129
- #: includes/admin/controllers/class-settings-admin.php:808
5130
  msgctxt "expiration notices"
5131
  msgid "%d week after expiration"
5132
  msgid_plural "%d weeks after expiration"
5133
  msgstr[0] ""
5134
  msgstr[1] ""
5135
 
5136
- #: includes/admin/controllers/class-settings-admin.php:811
5137
  msgctxt "expiration notices"
5138
  msgid "%d month before expiration"
5139
  msgid_plural "%d months before expiration"
5140
  msgstr[0] ""
5141
  msgstr[1] ""
5142
 
5143
- #: includes/admin/controllers/class-settings-admin.php:811
5144
  msgctxt "expiration notices"
5145
  msgid "%d month after expiration"
5146
  msgid_plural "%d months after expiration"
5147
  msgstr[0] ""
5148
  msgstr[1] ""
5149
 
5150
- #: includes/admin/controllers/class-settings-admin.php:838
5151
  msgctxt "expiration notices"
5152
  msgid "Applies to"
5153
  msgstr ""
5154
 
5155
- #: includes/admin/controllers/class-settings-admin.php:841
5156
  msgctxt "expiration notices"
5157
  msgid "Non-recurring listings"
5158
  msgstr ""
5159
 
5160
- #: includes/admin/controllers/class-settings-admin.php:842
5161
  #, fuzzy
5162
  msgctxt "expiration notices"
5163
  msgid "Recurring listings"
5164
  msgstr "Terug naar registratie."
5165
 
5166
- #: includes/admin/controllers/class-settings-admin.php:843
5167
  msgctxt "expiration notices"
5168
  msgid "Recurring and non-recurring listings"
5169
  msgstr ""
5170
 
5171
- #: includes/admin/controllers/class-settings-admin.php:848
5172
  msgctxt "expiration notices"
5173
  msgid "When to send?"
5174
  msgstr ""
5175
 
5176
- #: includes/admin/controllers/class-settings-admin.php:715
5177
  #, fuzzy
5178
  msgctxt "settings"
5179
  msgid "Site title (with link)"
5180
  msgstr "Site titel (met link)"
5181
 
5182
- #: includes/admin/controllers/class-settings-admin.php:716
5183
  msgctxt "settings"
5184
  msgid "Author's name"
5185
  msgstr "Naam auteur"
5186
 
5187
- #: includes/admin/controllers/class-settings-admin.php:717
5188
  msgctxt "settings"
5189
  msgid "Listing's name (with link)"
5190
  msgstr "Naam registratie (met link)"
5191
 
5192
- #: includes/admin/controllers/class-settings-admin.php:718
5193
  #, fuzzy
5194
  msgctxt "settings"
5195
  msgid "Listing's expiration date"
5196
  msgstr "Een registratie verloopt."
5197
 
5198
- #: includes/admin/controllers/class-settings-admin.php:719
5199
  msgctxt "settings"
5200
  msgid "Listing's renewal link, formatted with an anchor tag"
5201
  msgstr ""
5202
 
5203
- #: includes/admin/controllers/class-settings-admin.php:720
5204
  msgctxt "settings"
5205
  msgid "Listing's renewal URL, unformatted by any tags"
5206
  msgstr ""
5207
 
5208
- #: includes/admin/controllers/class-settings-admin.php:721
5209
  #, fuzzy
5210
  msgctxt "settings"
5211
  msgid "Listing's categories"
5212
  msgstr "Titel registratie"
5213
 
5214
- #: includes/admin/controllers/class-settings-admin.php:722
5215
  #, fuzzy
5216
  msgctxt "settings"
5217
  msgid "Listing's last payment date"
5218
  msgstr "Registraties per pagina"
5219
 
5220
- #: includes/admin/controllers/class-settings-admin.php:723
5221
  #, fuzzy
5222
  msgctxt "settings"
5223
  msgid "Listing's access key"
5224
  msgstr "Beelden bij de registratie"
5225
 
5226
- #: includes/admin/controllers/class-settings-admin.php:880
5227
  msgctxt "settings"
5228
  msgid "Settings reset to default."
5229
  msgstr ""
@@ -6048,29 +6050,29 @@ msgctxt "settings"
6048
  msgid "Cropped"
6049
  msgstr ""
6050
 
 
6051
  #: includes/admin/settings/class-settings.php:494
6052
- #: includes/admin/settings/class-settings.php:505
6053
  msgctxt "settings"
6054
  msgid "\"%s\" can not be empty."
6055
  msgstr ""
6056
 
6057
- #: includes/admin/settings/class-settings.php:522
6058
  msgctxt "settings"
6059
  msgid "The slug \"%s\" is already in use for another taxonomy."
6060
  msgstr ""
6061
 
6062
- #: includes/licensing.php:237
6063
  #, fuzzy
6064
  msgctxt "settings"
6065
  msgid "Themes"
6066
  msgstr "Thema's"
6067
 
6068
- #: includes/licensing.php:289 includes/licensing.php:290
6069
  msgctxt "settings"
6070
  msgid "Please wait..."
6071
  msgstr ""
6072
 
6073
- #: includes/licensing.php:290
6074
  #, fuzzy
6075
  msgctxt "settings"
6076
  msgid "Deauthorize"
@@ -6086,64 +6088,64 @@ msgctxt "themes"
6086
  msgid "Could not change the active theme to \"%s\"."
6087
  msgstr ""
6088
 
6089
- #: includes/admin/controllers/class-themes-admin.php:150
6090
  msgctxt "themes"
6091
  msgid "Active theme changed to \"%s\"."
6092
  msgstr ""
6093
 
6094
- #: includes/admin/controllers/class-themes-admin.php:153
6095
  msgctxt "themes"
6096
  msgid ""
6097
  "%s requires that you tag your existing fields to match some places we want "
6098
  "to put your data on the theme. Below are fields we think are missing."
6099
  msgstr ""
6100
 
6101
- #: includes/admin/controllers/class-themes-admin.php:164
6102
  msgctxt "themes"
6103
  msgid "Map My Fields"
6104
  msgstr ""
6105
 
6106
- #: includes/admin/controllers/class-themes-admin.php:172
6107
  msgctxt "themes"
6108
  msgid "Suggested fields created successfully."
6109
  msgstr ""
6110
 
6111
- #: includes/admin/controllers/class-themes-admin.php:175
6112
  msgctxt "themes"
6113
  msgid "Theme installed successfully."
6114
  msgstr ""
6115
 
6116
- #: includes/admin/controllers/class-themes-admin.php:178
6117
  msgctxt "themes"
6118
  msgid "Theme was deleted successfully."
6119
  msgstr ""
6120
 
6121
- #: includes/admin/controllers/class-themes-admin.php:181
6122
  msgctxt "themes"
6123
  msgid "Could not delete theme directory. Check permissions."
6124
  msgstr ""
6125
 
6126
- #: includes/admin/controllers/class-themes-admin.php:234
6127
  msgctxt "themes"
6128
  msgid "Please upload a valid theme file."
6129
  msgstr ""
6130
 
6131
- #: includes/admin/controllers/class-themes-admin.php:243
6132
  msgctxt "themes"
6133
  msgid "Could not move \"%s\" to a temporary directory."
6134
  msgstr ""
6135
 
6136
- #: includes/admin/controllers/class-themes-admin.php:329
6137
  msgctxt "themes"
6138
  msgid "Activate your <a>license key</a> to use this theme."
6139
  msgstr ""
6140
 
6141
- #: includes/admin/controllers/class-themes-admin.php:372
6142
  msgctxt "themes"
6143
  msgid "Invalid theme ID"
6144
  msgstr ""
6145
 
6146
- #: includes/admin/controllers/class-themes-admin.php:378
6147
  #: includes/admin/upgrades/class-themes-updater.php:172
6148
  msgctxt "themes"
6149
  msgid "Could not update theme: %s"
@@ -6169,17 +6171,17 @@ msgctxt "themes"
6169
  msgid "Theme was updated successfully."
6170
  msgstr ""
6171
 
6172
- #: includes/themes.php:953
6173
  msgctxt "themes"
6174
  msgid "Could not create themes directory."
6175
  msgstr ""
6176
 
6177
- #: includes/themes.php:964
6178
  msgctxt "themes"
6179
  msgid "Could not remove previous theme directory \"%s\"."
6180
  msgstr ""
6181
 
6182
- #: includes/themes.php:972
6183
  msgctxt "themes"
6184
  msgid "Could not move new theme into theme directory."
6185
  msgstr ""
@@ -6189,12 +6191,12 @@ msgctxt "admin csv-export"
6189
  msgid "Could not decode export state information."
6190
  msgstr ""
6191
 
6192
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6193
  msgctxt "admin csv-export"
6194
  msgid "Could not create a temporary directory for handling this CSV export."
6195
  msgstr ""
6196
 
6197
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6198
  msgctxt "admin csv-export"
6199
  msgid "Error while creating a temporary directory for CSV export: %s"
6200
  msgstr ""
@@ -6372,51 +6374,51 @@ msgctxt "admin csv-import"
6372
  msgid "Please upload or select a CSV file."
6373
  msgstr ""
6374
 
6375
- #: includes/admin/csv-import.php:374
6376
  msgctxt "admin csv-import"
6377
  msgid ""
6378
  "An error was detected while validating the CSV file for import. Please fix "
6379
  "this before proceeding."
6380
  msgstr ""
6381
 
6382
- #: includes/admin/csv-import.php:383
6383
  msgctxt "admin csv-import"
6384
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6385
  msgstr ""
6386
 
6387
- #: includes/admin/helpers/csv/class-csv-import.php:531
6388
  msgctxt "admin csv-import"
6389
  msgid ""
6390
  "Could not create listing category \"<category-name>\". The operation failed "
6391
  "with the following error: <error-message>."
6392
  msgstr ""
6393
 
6394
- #: includes/admin/helpers/csv/class-csv-import.php:537
6395
  msgctxt "admin csv-import"
6396
  msgid "Could not create listing category \"%s\""
6397
  msgstr ""
6398
 
6399
- #: includes/admin/helpers/csv/class-csv-import.php:728
6400
  msgctxt "admin csv-import"
6401
  msgid "Username \"%s\" does not exist"
6402
  msgstr ""
6403
 
6404
- #: includes/admin/helpers/csv/class-csv-import.php:755
6405
  msgctxt "admin csv-import"
6406
  msgid "There is no Plan with ID = <fee-id>"
6407
  msgstr ""
6408
 
6409
- #: includes/admin/helpers/csv/class-csv-import.php:786
6410
  msgctxt "admin csv-import"
6411
  msgid "Missing required field: %s"
6412
  msgstr "Mist vereist veld: %s"
6413
 
6414
- #: includes/admin/helpers/csv/class-csv-import.php:831
6415
  msgctxt "admin csv-import"
6416
  msgid "Listing category \"%s\" does not exist"
6417
  msgstr ""
6418
 
6419
- #: includes/admin/helpers/csv/class-csv-import.php:905
6420
  msgctxt "admin csv-import"
6421
  msgid "The string <string> couldn't be converted into a valid date."
6422
  msgstr ""
@@ -6565,43 +6567,43 @@ msgctxt "admin csv-import"
6565
  msgid "Semicolon (;)"
6566
  msgstr ""
6567
 
6568
- #: templates/admin/csv-import.tpl.php:194
6569
  #, fuzzy
6570
  msgctxt "admin csv-import"
6571
  msgid "Preserve existing status"
6572
  msgstr "Registraties"
6573
 
6574
- #: templates/admin/csv-import.tpl.php:245
6575
  msgctxt "admin csv-import"
6576
  msgid ""
6577
  "Select a default user to be used if the username column is not present in "
6578
  "the CSV file."
6579
  msgstr ""
6580
 
6581
- #: templates/admin/csv-import.tpl.php:279
6582
  msgctxt "admin csv-import"
6583
  msgid "Test Import"
6584
  msgstr ""
6585
 
6586
- #: templates/admin/csv-import.tpl.php:280
6587
  msgctxt "admin csv-import"
6588
  msgid "Import Listings"
6589
  msgstr ""
6590
 
6591
- #: templates/admin/csv-import.tpl.php:330
6592
  msgctxt "admin csv-import"
6593
  msgid ""
6594
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6595
  "updating listings from external sources."
6596
  msgstr ""
6597
 
6598
- #: templates/admin/csv-import.tpl.php:351
6599
  msgctxt "admin csv-import"
6600
  msgid ""
6601
  "Internal Sequence ID used to allow listing updates from external sources."
6602
  msgstr ""
6603
 
6604
- #: templates/admin/csv-import.tpl.php:358
6605
  msgctxt "admin csv-import"
6606
  msgid ""
6607
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6616,13 +6618,13 @@ msgid ""
6616
  "not seem to be writable. Please consult with your host."
6617
  msgstr ""
6618
 
6619
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6620
  #, fuzzy
6621
  msgctxt "listing metabox"
6622
  msgid "Recent Payments"
6623
  msgstr "Betaling"
6624
 
6625
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6626
  msgctxt "listing metabox"
6627
  msgid "Access Key"
6628
  msgstr ""
@@ -6655,35 +6657,35 @@ msgctxt "listing metabox"
6655
  msgid "# of images"
6656
  msgstr "Beelden toestaan?"
6657
 
6658
- #: includes/admin/helpers/class-listing-timeline.php:111
6659
  #, fuzzy
6660
  msgctxt "listing timeline"
6661
  msgid "Listing created"
6662
  msgstr "Beelden bij de registratie"
6663
 
6664
- #: includes/admin/helpers/class-listing-timeline.php:116
6665
  #, fuzzy
6666
  msgctxt "listing timeline"
6667
  msgid "Listing expired"
6668
  msgstr "Een registratie verloopt."
6669
 
6670
- #: includes/admin/helpers/class-listing-timeline.php:126
6671
  msgctxt "listing timeline"
6672
  msgid "T&C acceptance date"
6673
  msgstr ""
6674
 
6675
- #: includes/admin/helpers/class-listing-timeline.php:141
6676
  msgctxt "listing timeline"
6677
  msgid "Paid as admin"
6678
  msgstr ""
6679
 
6680
- #: includes/admin/helpers/class-listing-timeline.php:143
6681
  #, fuzzy
6682
  msgctxt "listing timeline"
6683
  msgid "Listing imported"
6684
  msgstr "Een registratie verloopt."
6685
 
6686
- #: includes/admin/helpers/class-listing-timeline.php:145
6687
  #, fuzzy
6688
  msgctxt "listing timeline"
6689
  msgid "Initial Payment"
@@ -6751,30 +6753,30 @@ msgctxt "tracking"
6751
  msgid "What do you track?"
6752
  msgstr ""
6753
 
6754
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
6755
  #, fuzzy
6756
  msgctxt "manual-upgrade"
6757
  msgid "Continue"
6758
  msgstr "Doorgaan"
6759
 
6760
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
6761
  msgctxt "manual-upgrade"
6762
  msgid "Start Upgrade"
6763
  msgstr ""
6764
 
6765
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6766
  msgctxt "manual-upgrade"
6767
  msgid "Pause Upgrade"
6768
  msgstr ""
6769
 
6770
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
6771
  msgctxt "manual-upgrade"
6772
  msgid ""
6773
  "The upgrade was successfully performed. Business Directory Plugin is now "
6774
  "available."
6775
  msgstr ""
6776
 
6777
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
6778
  msgctxt "manual-upgrade"
6779
  msgid "Go to \"Directory Admin\""
6780
  msgstr ""
@@ -6796,28 +6798,28 @@ msgctxt "installer"
6796
  msgid "Migrating license information to new format..."
6797
  msgstr ""
6798
 
6799
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
6800
  msgctxt "installer"
6801
  msgid "Migrating email notices to new format..."
6802
  msgstr ""
6803
 
6804
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
6805
  #, fuzzy
6806
  msgctxt "installer"
6807
  msgid "Migrating plans..."
6808
  msgstr "Registratie informatie"
6809
 
6810
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
6811
  msgctxt "installer"
6812
  msgid "! Could not migrate payment #%d"
6813
  msgstr ""
6814
 
6815
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
6816
  msgctxt "installer"
6817
  msgid "Updating payment items format: %d items remaining..."
6818
  msgstr ""
6819
 
6820
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
6821
  msgctxt "installer"
6822
  msgid "Migrating listing information: %d items remaining..."
6823
  msgstr ""
@@ -6861,17 +6863,17 @@ msgctxt "installer"
6861
  msgid "Listing upgrade to featured"
6862
  msgstr ""
6863
 
6864
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
6865
  msgctxt "listings-api"
6866
  msgid "Featured Listing"
6867
  msgstr "Aanbieding registratie"
6868
 
6869
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
6870
  msgctxt "migrate-18"
6871
  msgid "Featured Levels migration is complete."
6872
  msgstr ""
6873
 
6874
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
6875
  msgctxt "migrate-18"
6876
  msgid ""
6877
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -6879,7 +6881,7 @@ msgid ""
6879
  "confusing notion of a \"featured level\" that was limited to sticky listings."
6880
  msgstr ""
6881
 
6882
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
6883
  msgctxt "migrate-18"
6884
  msgid ""
6885
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -6889,7 +6891,7 @@ msgid ""
6889
  "link> and <cancel-link>cancel migration</cancel-link>."
6890
  msgstr ""
6891
 
6892
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
6893
  msgctxt "migrate-18"
6894
  msgid ""
6895
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -6897,56 +6899,56 @@ msgid ""
6897
  "plan\" that is right for you."
6898
  msgstr ""
6899
 
6900
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
6901
  msgctxt "migrate-18"
6902
  msgid "Move to: "
6903
  msgstr ""
6904
 
6905
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
6906
  msgctxt "migrate-18"
6907
  msgid "New plan summary"
6908
  msgstr ""
6909
 
6910
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
6911
  msgctxt "migrate-18"
6912
  msgid "Perform migration"
6913
  msgstr ""
6914
 
6915
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
6916
  msgctxt "migrate-18"
6917
  msgid "Business Directory Plugin - Featured Levels migration required."
6918
  msgstr ""
6919
 
6920
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
6921
  msgctxt "migrate-18"
6922
  msgid ""
6923
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6924
  "Levels migration here</a>."
6925
  msgstr ""
6926
 
6927
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
6928
  #, fuzzy
6929
  msgctxt "upgrade-18"
6930
  msgid "← Return to Directory dashboard"
6931
  msgstr "← Terg naar Register."
6932
 
6933
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
6934
  msgctxt "upgrade-18"
6935
  msgid "Configure Plan"
6936
  msgstr ""
6937
 
6938
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6939
  #, fuzzy
6940
  msgctxt "upgrade-18"
6941
  msgid "Featured Level"
6942
  msgstr "Aanbieding registratie"
6943
 
6944
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
6945
  msgctxt "upgrade-18"
6946
  msgid "What to do with it?"
6947
  msgstr ""
6948
 
6949
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
6950
  #, fuzzy
6951
  msgctxt "upgrade-18"
6952
  msgid "%d listing is on this level."
@@ -6954,38 +6956,38 @@ msgid_plural "%d listings are on this level."
6954
  msgstr[0] "Een registratie is gewijzigd."
6955
  msgstr[1] "Een registratie is gewijzigd."
6956
 
6957
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6958
  msgctxt "upgrade-18"
6959
  msgid "Select an option"
6960
  msgstr ""
6961
 
6962
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6963
  msgctxt "upgrade-18"
6964
  msgid "Remove \"sticky\" status for listings."
6965
  msgstr ""
6966
 
6967
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6968
  msgctxt "upgrade-18"
6969
  msgid "Remove this (old) level, and leave the listing on the old plan."
6970
  msgstr ""
6971
 
6972
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6973
  msgctxt "upgrade-18"
6974
  msgid "May change \"sticky\" status depending on plan."
6975
  msgstr ""
6976
 
6977
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6978
  msgctxt "upgrade-18"
6979
  msgid "Move listings with this level to existing plan."
6980
  msgstr ""
6981
 
6982
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6983
  #, fuzzy
6984
  msgctxt "upgrade-18"
6985
  msgid "Keep \"sticky\" status of listings."
6986
  msgstr "Sticky aanbiedingen aanzetten?"
6987
 
6988
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6989
  msgctxt "upgrade-18"
6990
  msgid "Replace this level with a new plan."
6991
  msgstr ""
@@ -7005,35 +7007,35 @@ msgctxt "listing"
7005
  msgid "Add New Listing"
7006
  msgstr "Nieuwe registratie toevoegen"
7007
 
7008
- #: includes/models/class-listing.php:430
7009
  #, fuzzy
7010
  msgctxt "listing"
7011
  msgid "Listing has no registered payments"
7012
  msgstr "Registraties per pagina"
7013
 
7014
- #: includes/models/class-listing.php:439
7015
  #, fuzzy
7016
  msgctxt "listing"
7017
  msgid "Can't delete payment"
7018
  msgstr "Verwijder beeld"
7019
 
7020
- #: includes/models/class-listing.php:477
7021
  #, fuzzy
7022
  msgctxt "listing"
7023
  msgid "Listing expired"
7024
  msgstr "Een registratie verloopt."
7025
 
7026
- #: includes/models/class-listing.php:686
7027
  msgctxt "listing"
7028
  msgid "(Unavailable Plan)"
7029
  msgstr ""
7030
 
7031
- #: includes/models/class-listing.php:881
7032
  msgctxt "listing"
7033
  msgid "Plan \"%s\" (recurring)"
7034
  msgstr ""
7035
 
7036
- #: includes/models/class-listing.php:883
7037
  msgctxt "listing"
7038
  msgid "Plan \"%s\""
7039
  msgstr ""
@@ -7151,21 +7153,11 @@ msgctxt "notify email"
7151
  msgid "Report additional info"
7152
  msgstr ""
7153
 
7154
- #: includes/class-meta.php:37
7155
  msgctxt "rss feed"
7156
  msgid "%s Feed"
7157
  msgstr ""
7158
 
7159
- #: includes/class-meta.php:144
7160
- msgctxt "title"
7161
- msgid "Find a Listing"
7162
- msgstr "Registratie zoeken"
7163
-
7164
- #: includes/class-meta.php:172
7165
- msgctxt "title"
7166
- msgid "Listings tagged: %s"
7167
- msgstr ""
7168
-
7169
  #: includes/class-payment-gateways.php:95
7170
  #, fuzzy
7171
  msgctxt "payment-gateways"
@@ -7194,18 +7186,18 @@ msgctxt "recaptcha"
7194
  msgid "The reCAPTCHA validation score failed."
7195
  msgstr ""
7196
 
7197
- #: includes/class-wpbdp.php:463
7198
  #, fuzzy
7199
  msgctxt "listing image upload"
7200
  msgid "Please select a plan before uploading images to the listing"
7201
  msgstr "Login vereist om Registratie te creëren?"
7202
 
7203
- #: includes/class-wpbdp.php:468
7204
  msgctxt "listing image upload"
7205
  msgid "Can not upload any more images for this listing."
7206
  msgstr ""
7207
 
7208
- #: includes/class-wpbdp.php:472
7209
  msgctxt "listing image upload"
7210
  msgid ""
7211
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -7221,32 +7213,32 @@ msgctxt "navxt"
7221
  msgid "Submit Listing"
7222
  msgstr "Registratie Creëren"
7223
 
7224
- #: includes/controllers/pages/class-checkout.php:111
7225
  msgctxt "checkout"
7226
  msgid "Can not process a payment at this time. Please try again later."
7227
  msgstr ""
7228
 
7229
- #: includes/controllers/pages/class-checkout.php:149
7230
  msgctxt "checkout"
7231
  msgid "Invalid nonce received."
7232
  msgstr ""
7233
 
7234
- #: includes/controllers/pages/class-checkout.php:164
7235
  msgctxt "checkout"
7236
  msgid "Invalid gateway selected."
7237
  msgstr ""
7238
 
7239
- #: includes/controllers/pages/class-checkout.php:169
7240
  msgctxt "checkout"
7241
  msgid "Selected gateway does not support payment's currency."
7242
  msgstr ""
7243
 
7244
- #: includes/controllers/pages/class-checkout.php:228
7245
  msgctxt "checkout"
7246
  msgid "Unknown gateway error."
7247
  msgstr ""
7248
 
7249
- #: includes/controllers/pages/class-checkout.php:267
7250
  msgctxt "checkout"
7251
  msgid ""
7252
  "There was an error trying to process your request. No gateway is selected."
@@ -7412,12 +7404,12 @@ msgid ""
7412
  "an existing field"
7413
  msgstr ""
7414
 
7415
- #: includes/controllers/pages/class-submit-listing.php:1283
7416
  msgctxt "templates"
7417
  msgid "Please agree to the Terms and Conditions."
7418
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7419
 
7420
- #: includes/controllers/pages/class-submit-listing.php:1297
7421
  #, fuzzy
7422
  msgctxt "templates"
7423
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7429,12 +7421,12 @@ msgctxt "templates"
7429
  msgid "Return to results"
7430
  msgstr "Terug naar Registers"
7431
 
7432
- #: includes/helpers/functions/templates-ui.php:226
7433
  msgctxt "templates"
7434
  msgid "No listing categories found."
7435
  msgstr ""
7436
 
7437
- #: includes/helpers/functions/templates-ui.php:377
7438
  msgctxt "templates"
7439
  msgid "Advanced Search"
7440
  msgstr "Geavanceerd zoeken"
@@ -7445,13 +7437,6 @@ msgctxt "templates"
7445
  msgid "Featured Listing"
7446
  msgstr "Aanbieding Registratie/Vermelding"
7447
 
7448
- #: templates/manage_listings.tpl.php:20
7449
- msgctxt "templates"
7450
- msgid ""
7451
- "Your current listings are shown below. To edit a listing click the edit "
7452
- "button. To delete a listing click the delete button."
7453
- msgstr ""
7454
-
7455
  #: templates/parts/listing-buttons.tpl.php:15
7456
  msgctxt "templates"
7457
  msgid "Edit"
@@ -7497,11 +7482,6 @@ msgctxt "templates"
7497
  msgid "Return to plan selection"
7498
  msgstr "Terug naar registratie."
7499
 
7500
- #: templates/search-form.tpl.php:3
7501
- msgctxt "templates"
7502
- msgid "Find a listing"
7503
- msgstr "Geregistreerde vinden"
7504
-
7505
  #: templates/submit-listing/extra-sections.tpl.php:1
7506
  msgctxt "templates"
7507
  msgid "Additional Information"
@@ -7577,24 +7557,24 @@ msgctxt "view:manage-listings"
7577
  msgid "Please <a>login</a> to manage your listings."
7578
  msgstr ""
7579
 
7580
- #: includes/controllers/pages/class-manage-recurring.php:36
7581
  msgctxt "manage subscription"
7582
  msgid "The listing with id = <listing-id> doesn't exists."
7583
  msgstr ""
7584
 
7585
- #: includes/controllers/pages/class-manage-recurring.php:45
7586
  msgctxt "manage subscriptions"
7587
  msgid ""
7588
  "You are not authorized to cancel this subscription. The link you followed is "
7589
  "invalid."
7590
  msgstr ""
7591
 
7592
- #: includes/controllers/pages/class-manage-recurring.php:56
7593
  msgctxt "manage subscriptions"
7594
  msgid "Invalid subscription."
7595
  msgstr ""
7596
 
7597
- #: includes/controllers/pages/class-manage-recurring.php:79
7598
  #, fuzzy
7599
  msgctxt "manage subscriptions"
7600
  msgid "Your subscription was canceled."
@@ -7606,7 +7586,7 @@ msgctxt "manage subscriptions"
7606
  msgid "Subscription / Plan"
7607
  msgstr "Je registratie is verwijderd."
7608
 
7609
- #: includes/controllers/pages/class-manage-recurring.php:96
7610
  #, fuzzy
7611
  msgctxt "manage listings"
7612
  msgid "You are not on recurring payments for any of your listings."
@@ -7792,42 +7772,42 @@ msgid "Can not submit a listing at this moment. Please try again later."
7792
  msgstr ""
7793
 
7794
  #: includes/controllers/pages/class-submit-listing.php:866
7795
- #: includes/controllers/pages/class-submit-listing.php:992
7796
  msgctxt "submit listing"
7797
  msgid "Please select a category."
7798
  msgstr ""
7799
 
7800
- #: includes/controllers/pages/class-submit-listing.php:890
7801
  msgctxt "submit listing"
7802
  msgid "Current active plan is disabled. Please select another plan."
7803
  msgstr ""
7804
 
7805
- #: includes/controllers/pages/class-submit-listing.php:892
7806
  msgctxt "submit listing"
7807
  msgid "Please choose a valid category for your plan."
7808
  msgstr ""
7809
 
7810
- #: includes/controllers/pages/class-submit-listing.php:895
7811
  msgctxt "submit listing"
7812
  msgid "Please choose a valid plan for your category selection."
7813
  msgstr ""
7814
 
7815
- #: includes/controllers/pages/class-submit-listing.php:1203
7816
  msgctxt "submit listing"
7817
  msgid "Please enter your desired username."
7818
  msgstr ""
7819
 
7820
- #: includes/controllers/pages/class-submit-listing.php:1208
7821
  msgctxt "submit listing"
7822
  msgid "Please enter the e-mail for your new account."
7823
  msgstr ""
7824
 
7825
- #: includes/controllers/pages/class-submit-listing.php:1213
7826
  msgctxt "submit listing"
7827
  msgid "The username you chose is already in use. Please use a different one."
7828
  msgstr ""
7829
 
7830
- #: includes/controllers/pages/class-submit-listing.php:1218
7831
  msgctxt "submit listing"
7832
  msgid "The e-mail address you chose for your account is already in use."
7833
  msgstr ""
@@ -7837,7 +7817,7 @@ msgctxt "submit listing"
7837
  msgid "Listing submitted by admin. Payment skipped."
7838
  msgstr ""
7839
 
7840
- #: includes/controllers/pages/class-submit-listing.php:1158
7841
  msgctxt "listing submit"
7842
  msgid ""
7843
  "Image upload is required, please provide at least one image and submit again."
@@ -8120,7 +8100,7 @@ msgctxt "fs helper"
8120
  msgid "Destination dir \"%s\" is not writable."
8121
  msgstr ""
8122
 
8123
- #: includes/helpers/functions/templates-ui.php:404
8124
  msgctxt "templates sort"
8125
  msgid "Sort By:"
8126
  msgstr "Sorteer op:"
@@ -8151,19 +8131,19 @@ msgctxt "default category name"
8151
  msgid "General"
8152
  msgstr "Algemeen"
8153
 
8154
- #: includes/licensing.php:540
8155
  msgctxt "licensing"
8156
  msgid "Could not contact licensing server"
8157
  msgstr ""
8158
 
8159
- #: includes/licensing.php:553
8160
  msgctxt "licensing"
8161
  msgid ""
8162
  "It was not possible to establish a connection with Business Directory's "
8163
  "server. cURL was not found in your system"
8164
  msgstr ""
8165
 
8166
- #: includes/licensing.php:555 includes/licensing.php:585
8167
  msgctxt "licensing"
8168
  msgid ""
8169
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8172,7 +8152,7 @@ msgid ""
8172
  "1.0.1c)."
8173
  msgstr ""
8174
 
8175
- #: includes/licensing.php:557 includes/licensing.php:587
8176
  msgctxt "licensing"
8177
  msgid ""
8178
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8180,47 +8160,47 @@ msgid ""
8180
  "services using the latest security standards."
8181
  msgstr ""
8182
 
8183
- #: includes/licensing.php:559
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
 
8190
- #: includes/licensing.php:589
8191
  msgctxt "licensing"
8192
  msgid ""
8193
  "Please contact your hosting provider and ask them to upgrade your system. "
8194
  "Include this message if necessary."
8195
  msgstr ""
8196
 
8197
- #: includes/licensing.php:625
8198
  msgctxt "licensing"
8199
  msgid "The server returned a 403 Forbidden error."
8200
  msgstr ""
8201
 
8202
- #: includes/licensing.php:871
8203
  msgctxt "licensing"
8204
  msgid "Could not activate license: %s."
8205
  msgstr ""
8206
 
8207
- #: includes/licensing.php:876
8208
  msgctxt "licensing"
8209
  msgid "License activated"
8210
  msgstr ""
8211
 
8212
- #: includes/licensing.php:908
8213
  msgctxt "licensing"
8214
  msgid "Could not deactivate license: %s."
8215
  msgstr ""
8216
 
8217
- #: includes/licensing.php:910
8218
  msgctxt "licensing"
8219
  msgid "License deactivated"
8220
  msgstr ""
8221
 
8222
  #. translators: "<module-name>" version <version-number> is not...
8223
- #: includes/licensing.php:1150
8224
  msgctxt "deprecation"
8225
  msgid ""
8226
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8240,20 +8220,20 @@ msgid_plural "%d images allowed."
8240
  msgstr[0] "%d beeld"
8241
  msgstr[1] "%d beelden"
8242
 
8243
- #: includes/models/class-fee-plan.php:402
8244
  #, fuzzy
8245
  msgctxt "fees-api"
8246
  msgid "Plan label is required."
8247
  msgstr "Dit veld is vereist."
8248
 
8249
- #: includes/models/class-fee-plan.php:408
8250
  msgctxt "fees-api"
8251
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8252
  msgstr ""
8253
  "Betaalde registratie vertoningstijd als nummer, minder dan 10 jaar (3650 "
8254
  "dagen)."
8255
 
8256
- #: includes/models/class-fee-plan.php:413
8257
  msgctxt "fees-api"
8258
  msgid ""
8259
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8261,7 +8241,7 @@ msgid ""
8261
  "<a>plan</a> appropriately."
8262
  msgstr ""
8263
 
8264
- #: includes/models/class-fee-plan.php:416
8265
  msgctxt "fees-api"
8266
  msgid ""
8267
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -8735,6 +8715,14 @@ msgctxt "send-access-keys"
8735
  msgid "Continue"
8736
  msgstr "Doorgaan"
8737
 
 
 
 
 
 
 
 
 
8738
  #, fuzzy
8739
  #~ msgctxt "listing metabox"
8740
  #~ msgid "General Info"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-05-11 00:03:39+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"
72
  #: includes/admin/settings/class-settings-bootstrap.php:691
73
  #: includes/admin/settings/class-settings-bootstrap.php:692
74
  #: includes/helpers/class-app.php:93
75
+ #: includes/helpers/functions/templates-ui.php:308
76
  msgid "Directory"
77
  msgstr "Registers"
78
 
122
  msgstr "Formulier velden"
123
 
124
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
125
+ #: includes/licensing.php:220
126
  msgid "Modules"
127
  msgstr ""
128
 
131
  msgid "Business Directory"
132
  msgstr "Business Directory - Zoeken"
133
 
134
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
135
  #, fuzzy
136
  msgid "Upgrade to Premium"
137
  msgstr "Opwaarderen tot %s"
141
  msgid "Directory Listings"
142
  msgstr "Sorteer registraties (vermeldingen) op"
143
 
144
+ #: includes/admin/class-admin.php:1065
145
  msgid "Could not send renewal email."
146
  msgstr ""
147
 
148
+ #: includes/admin/class-admin.php:1199
149
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
150
  #: includes/admin/helpers/tables/class-payments-table.php:64
151
  #: templates/email/listing-added.tpl.php:7
154
  msgid "ID"
155
  msgstr ""
156
 
157
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
158
  #: includes/admin/settings/class-settings-bootstrap.php:717
159
  #, fuzzy
160
  msgid "Listing Count"
161
  msgstr "Aantal registraties"
162
 
163
+ #: includes/admin/class-admin.php:1366
164
  msgid ""
165
  "We noticed you want your Business Directory users to register before posting "
166
  "listings, but Registration for your site is currently disabled. Go %1$shere"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-csv.php:54
248
+ #: templates/admin/csv-import.tpl.php:291
249
  msgid "Help"
250
  msgstr ""
251
 
252
  #: includes/admin/controllers/class-admin-fees.php:46
253
  #: includes/admin/helpers/tables/class-payments-table.php:67
254
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
255
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
256
  #: templates/admin/payments-details.tpl.php:113
257
  #: templates/email/listing-payment-completed.tpl.php:21
263
  #: includes/admin/controllers/class-admin-fees.php:48
264
  #: includes/admin/helpers/tables/class-fees-table.php:65
265
  #: includes/admin/settings/class-settings-bootstrap.php:907
266
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
267
  #, fuzzy
268
  msgid "Images"
269
  msgstr "Beelden"
270
 
271
  #: includes/admin/controllers/class-admin-fees.php:80
272
+ #: includes/admin/helpers/class-modules-list.php:237
273
  #, fuzzy
274
  msgid "Upgrade"
275
  msgstr "Opwaarderen tot %s"
340
  msgstr "Veld attributen"
341
 
342
  #: includes/admin/controllers/class-admin-listings.php:339
343
+ #: includes/helpers/class-listing-display-helper.php:137
344
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
345
  #, fuzzy
346
  msgid "Featured"
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"
501
  msgid "Website"
502
  msgstr ""
503
 
504
+ #: includes/admin/controllers/class-settings-admin.php:628
505
  msgid "Your license key provides access to new features and updates."
506
  msgstr ""
507
 
508
+ #: includes/admin/controllers/class-settings-admin.php:630
509
  #, fuzzy
510
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
511
  msgstr "Business Directory instellingen"
512
 
513
+ #: includes/admin/controllers/class-settings-admin.php:642
514
  msgid "Build more powerful directories"
515
  msgstr ""
516
 
517
+ #: includes/admin/controllers/class-settings-admin.php:643
518
  msgid ""
519
  "Add category images, maps, filter by location, payment gateways, and more."
520
  msgstr ""
521
 
522
+ #: includes/admin/controllers/class-settings-admin.php:644
523
+ #: includes/admin/helpers/class-modules-list.php:236
524
  #, fuzzy
525
  msgid "Upgrade Now"
526
  msgstr "Opwaarderen tot %s"
527
 
528
+ #: includes/admin/controllers/class-settings-admin.php:645
529
  msgid "Already purchased?"
530
  msgstr ""
531
 
532
+ #: includes/admin/controllers/class-settings-admin.php:704
533
  #: includes/admin/helpers/tables/class-fees-table.php:182
534
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
535
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
564
  msgid "You are not allowed to do that."
565
  msgstr ""
566
 
567
+ #: includes/admin/csv-import.php:424
568
  msgid "There was an error uploading the file:"
569
  msgstr ""
570
 
571
+ #: includes/admin/csv-import.php:429
572
  msgid "Please upload the correct file type."
573
  msgstr ""
574
 
575
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
576
  #: includes/admin/helpers/tables/class-payments-table.php:63
577
  #: includes/admin/settings/class-settings-bootstrap.php:667
578
  #: includes/admin/settings/class-settings-bootstrap.php:668
582
  msgid "Listing"
583
  msgstr "Registratie"
584
 
585
+ #: includes/admin/helpers/class-listing-timeline.php:138
586
  #: includes/class-listings-api.php:33
587
  #, fuzzy
588
  msgid "Listing renewed"
605
  msgid "Not Installed"
606
  msgstr "Geinstalleerd: %s"
607
 
608
+ #: includes/admin/helpers/class-modules-list.php:226
609
  #: includes/controllers/class-smtp.php:317
610
  #: templates/admin/themes-item.tpl.php:58
611
  #, fuzzy
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
 
678
  msgstr "Uitgezet"
679
 
680
  #: includes/admin/helpers/tables/class-fees-table.php:297
681
+ #: includes/helpers/functions/templates-ui.php:432
682
  #, fuzzy
683
  msgid "Default"
684
  msgstr "Standaard kosten"
685
 
686
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
687
  #: includes/fields/class-fieldtypes-social.php:135
688
+ #: templates/admin/csv-import.tpl.php:307
689
  #, fuzzy
690
  msgid "Type"
691
  msgstr "Type"
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
1071
  msgid "Uninstall"
1072
  msgstr ""
1073
 
1074
+ #: includes/admin/settings/class-settings.php:503
1075
  msgid "%s cannot include spaces, commas, or &"
1076
  msgstr ""
1077
 
1117
  msgid "Directory Manual Upgrade"
1118
  msgstr "Directory thema's"
1119
 
1120
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1121
  msgid ""
1122
  "Business Directory features are currently disabled because the plugin needs "
1123
  "to perform a manual upgrade before it can be used."
1124
  msgstr ""
1125
 
1126
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1127
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1128
  msgstr ""
1129
 
1130
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1131
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1132
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1133
  #, fuzzy
1134
  msgid "Business Directory - Featured Levels Migration"
1135
  msgstr "Business Directory instellingen"
1136
 
1137
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1138
  #: templates/admin/fees-form.tpl.php:17
1139
  #, fuzzy
1140
  msgid "Plan Label"
1141
  msgstr "Veld label"
1142
 
1143
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1144
  #, fuzzy
1145
  msgid "Duration"
1146
  msgstr "Tijdsduur"
1147
 
1148
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1149
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1150
  msgstr ""
1151
 
1168
  msgid "View Docs"
1169
  msgstr "Bekijk "
1170
 
1171
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1172
  #, fuzzy
1173
  msgid "Settings"
1174
  msgstr "Instellingen"
1253
  msgstr "Registratie bekijken"
1254
 
1255
  #: includes/class-cpt-integration.php:22
1256
+ #: includes/helpers/functions/templates-ui.php:370
1257
  #: templates/main-box.tpl.php:23
1258
  msgid "Search Listings"
1259
  msgstr "Doorzoek registraties"
1266
  msgid "No listings found in trash"
1267
  msgstr ""
1268
 
1269
+ #: includes/class-cpt-integration.php:47
1270
  msgid "Directory Categories"
1271
  msgstr "Register Categorieën"
1272
 
1273
+ #: includes/class-cpt-integration.php:48
1274
  msgid "Directory Category"
1275
  msgstr "Register Categorie"
1276
 
1277
+ #: includes/class-cpt-integration.php:59
1278
  msgid "Directory Tags"
1279
  msgstr ""
1280
 
1281
+ #: includes/class-cpt-integration.php:60
1282
  msgid "Directory Tag"
1283
  msgstr ""
1284
 
1285
  #. translators: %s: listing count
1286
+ #: includes/class-cpt-integration.php:254
1287
  #, fuzzy
1288
  msgid "%s listing updated."
1289
  msgid_plural "%s listings updated."
1291
  msgstr[1] "Een registratie is gewijzigd."
1292
 
1293
  #. translators: %s: listing count
1294
+ #: includes/class-cpt-integration.php:256
1295
  msgid "%s listing not updated, somebody is editing it."
1296
  msgid_plural "%s listings not updated, somebody is editing them."
1297
  msgstr[0] ""
1298
  msgstr[1] ""
1299
 
1300
  #. translators: %s: listing count
1301
+ #: includes/class-cpt-integration.php:258
1302
  #, fuzzy
1303
  msgid "%s listing permanently deleted."
1304
  msgid_plural "%s listings permanently deleted."
1306
  msgstr[1] "Registratie vernieuwing"
1307
 
1308
  #. translators: %s: listing count
1309
+ #: includes/class-cpt-integration.php:260
1310
  msgid "%s listing moved to the Trash."
1311
  msgid_plural "%s listings moved to the Trash."
1312
  msgstr[0] ""
1313
  msgstr[1] ""
1314
 
1315
  #. translators: %s: listing count
1316
+ #: includes/class-cpt-integration.php:262
1317
  #, fuzzy
1318
  msgid "%s listing restored from the Trash."
1319
  msgid_plural "%s listings restored from the Trash."
1325
  msgid "Free Listing"
1326
  msgstr "Gratis registratie"
1327
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1328
  #: includes/class-payment-gateways.php:146
1329
  msgid ""
1330
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1331
  "to set up a gateway. Until you do this, only free plans will be available."
1332
  msgstr ""
1333
 
1334
+ #: includes/class-wpbdp.php:574
1335
  msgid "Could not find listing ID"
1336
  msgstr ""
1337
 
1338
+ #: includes/class-wpbdp.php:581
1339
  msgid ""
1340
  "Could not verify the image upload request. If problem persists contact site "
1341
  "admin."
1342
  msgstr ""
1343
 
1344
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1345
  msgid "Could not find image ID"
1346
  msgstr ""
1347
 
1348
+ #: includes/class-wpbdp.php:620
1349
  msgid ""
1350
  "The directory features are disabled at this time because a <a>manual "
1351
  "upgrade</a> is pending."
1352
  msgstr ""
1353
 
1354
+ #: includes/class-wpbdp.php:627
1355
  msgid ""
1356
  "The directory is not available at this time. Please try again in a few "
1357
  "minutes or contact the administrator if the problem persists."
1372
  #: includes/compatibility/class-navxt-integration.php:208
1373
  #: includes/widgets/widget-search.php:127
1374
  #: templates/admin/payments-index.tpl.php:13
1375
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1376
  #: templates/search.tpl.php:5
1377
  #, fuzzy
1378
  msgid "Search"
1481
  msgid "Go to SMTP settings"
1482
  msgstr "ga naar de registratie"
1483
 
1484
+ #: includes/controllers/pages/class-all-listings.php:6
1485
+ #: includes/helpers/functions/templates-ui.php:317
1486
+ msgid "View All Listings"
1487
+ msgstr "Bekijk alle registratie"
1488
+
1489
+ #: includes/controllers/pages/class-checkout.php:181
1490
  #: includes/controllers/pages/class-manage-listings.php:109
1491
  msgid "Pay Now"
1492
  msgstr ""
1493
 
1494
+ #: includes/controllers/pages/class-checkout.php:181
1495
  #, fuzzy
1496
  msgid "Complete"
1497
  msgstr "Afgerond"
1545
  msgstr ""
1546
  "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
1547
 
1548
+ #: includes/controllers/pages/class-submit-listing.php:32
1549
+ #: includes/helpers/functions/templates-ui.php:330
1550
+ #: templates/submit-listing.tpl.php:17
1551
+ #, fuzzy
1552
+ msgid "Add Listing"
1553
+ msgstr "Nieuwe registratie toevoegen"
1554
+
1555
  #: includes/controllers/pages/class-submit-listing.php:560
1556
  #, fuzzy
1557
  msgid "Listing Images"
1566
  msgid "Go to \"Plans\""
1567
  msgstr "Ga naar \"instellen formulier velden\""
1568
 
1569
+ #: includes/controllers/pages/class-submit-listing.php:884
1570
  msgid "Please choose a plan."
1571
  msgstr ""
1572
 
1573
+ #: includes/controllers/pages/class-submit-listing.php:1074
1574
  msgid "Please check the form for errors, correct them and submit again."
1575
  msgstr ""
1576
 
1577
+ #: includes/controllers/pages/class-submit-listing.php:1234
1578
  msgid "Create a user account on this site"
1579
  msgstr ""
1580
 
1581
+ #: includes/controllers/pages/class-submit-listing.php:1241
1582
  #, fuzzy
1583
  msgid "Username"
1584
  msgstr "Gebruiker"
1585
 
1586
+ #: includes/controllers/pages/class-submit-listing.php:1263
1587
  #, fuzzy
1588
  msgid "Clear Form"
1589
  msgstr "Leegmaken"
1801
  msgid "Telephone Number Validator"
1802
  msgstr ""
1803
 
1804
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1805
  #, fuzzy
1806
  msgid "Field"
1807
  msgstr "Veld"
1878
  msgid "Free"
1879
  msgstr "Gratis"
1880
 
1881
+ #: includes/helpers/functions/general.php:1319
1882
+ #, fuzzy
1883
+ msgid "Return to Directory"
1884
+ msgstr "Terug naar Registers"
1885
+
1886
  #: includes/helpers/functions/listings.php:80
1887
  #, fuzzy
1888
  msgid "Untitled Listing"
1889
  msgstr "Registratie bewerken"
1890
 
1891
+ #: includes/helpers/functions/templates-ui.php:324
1892
  #, fuzzy
1893
  msgid "Manage Listings"
1894
  msgstr "Opties beheren"
1899
  msgstr "Standaard kosten"
1900
 
1901
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1902
+ #: includes/licensing.php:151
1903
  msgid ""
1904
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1905
  "get updates."
1906
  msgstr ""
1907
 
1908
+ #: includes/licensing.php:207 includes/licensing.php:211
1909
  msgid "Licenses"
1910
  msgstr ""
1911
 
1912
  #. translators: %s: item type.
1913
+ #: includes/licensing.php:268
1914
  msgid "%s will not get updates until license is reauthorized."
1915
  msgstr ""
1916
 
1917
+ #: includes/licensing.php:289
1918
  #, fuzzy
1919
  msgid "Enter License Key here"
1920
  msgstr "Beelden bij de registratie"
1921
 
1922
+ #: includes/licensing.php:290
1923
  #, fuzzy
1924
  msgid "Authorize"
1925
  msgstr "Auteur"
1926
 
1927
+ #: includes/licensing.php:390
1928
  msgid "Invalid item ID"
1929
  msgstr ""
1930
 
1931
+ #: includes/licensing.php:403
1932
  msgid "No license key provided"
1933
  msgstr ""
1934
 
1935
+ #: includes/licensing.php:448 includes/licensing.php:486
1936
  #, fuzzy
1937
  msgid "License key is invalid"
1938
  msgstr "Beelden bij de registratie"
1939
 
1940
+ #: includes/licensing.php:452
1941
  #, fuzzy
1942
  msgid "Deactivation failed"
1943
  msgstr "Actief"
1944
 
1945
+ #: includes/licensing.php:497
1946
  msgid "The license key was revoked."
1947
  msgstr ""
1948
 
1949
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1950
+ #: includes/licensing.php:501
1951
  msgid ""
1952
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1953
  "%2$s and let them know your license is being reported as revoked by the "
1955
  "with your report."
1956
  msgstr ""
1957
 
1958
+ #: includes/licensing.php:564
1959
  msgid ""
1960
  "It was not possible to establish a connection with the Business Directory "
1961
  "server. The connection failed with the following error:"
1962
  msgstr ""
1963
 
1964
+ #: includes/licensing.php:577
1965
  msgid ""
1966
  "It was not possible to establish a connection with the Business Directory "
1967
  "server. A problem occurred in the SSL/TSL handshake:"
1968
  msgstr ""
1969
 
1970
+ #: includes/licensing.php:624
1971
  msgid ""
1972
  "It looks like your server is not authorized to make outgoing requests to "
1973
  "Business Directory servers. Please contact your webhost and ask them to add "
1974
  "our IP address 52.0.78.177 to your allow list."
1975
  msgstr ""
1976
 
1977
+ #: includes/licensing.php:718
1978
  #, fuzzy
1979
  msgid "Business Directory license key is missing."
1980
  msgstr "Business Directory - Zoeken"
1981
 
1982
+ #: includes/licensing.php:719
1983
  #, fuzzy
1984
  msgid "Business Directory license key has expired"
1985
  msgstr "Business Directory - Zoeken"
1986
 
1987
+ #: includes/licensing.php:720
1988
  #, fuzzy
1989
  msgid "Could not verify Business Directory license."
1990
  msgstr "Business Directory instellingen"
1991
 
1992
+ #: includes/licensing.php:731
1993
  msgid "Review license keys"
1994
  msgstr ""
1995
 
1996
+ #: includes/licensing.php:846
1997
  msgid "Missing data. Please reload this page and try again."
1998
  msgstr ""
1999
 
2000
+ #: includes/licensing.php:851
2001
  msgid "Please enter a license key."
2002
  msgstr ""
2003
 
2019
  msgid "Gateway Transaction ID:"
2020
  msgstr "Transacties"
2021
 
2022
+ #: includes/payment.php:76
2023
  msgid "Bill To:"
2024
  msgstr ""
2025
 
2026
+ #: includes/payment.php:87
2027
  msgid "Print Receipt"
2028
  msgstr ""
2029
 
2030
+ #: includes/payment.php:147
2031
  #, fuzzy
2032
  msgid "Return to plan selection"
2033
  msgstr "Terug naar registratie."
2034
 
2035
+ #: includes/themes.php:918
2036
  msgid "ZIP file is not a valid Business Directory theme file."
2037
  msgstr ""
2038
 
2216
  msgid "Post status of new imported listings"
2217
  msgstr "Status van verwijderde registraties"
2218
 
2219
+ #: templates/admin/csv-import.tpl.php:193
2220
  #, fuzzy
2221
  msgid "Post status of existing imported listings"
2222
  msgstr "Status van verwijderde registraties"
2223
 
2224
+ #: templates/admin/csv-import.tpl.php:212
2225
  #, fuzzy
2226
  msgid "Missing categories handling"
2227
  msgstr "Titel registratie"
2228
 
2229
+ #: templates/admin/csv-import.tpl.php:218
2230
  #, fuzzy
2231
  msgid "Auto-create categories"
2232
  msgstr "Alle Categorieën"
2233
 
2234
+ #: templates/admin/csv-import.tpl.php:223
2235
  msgid "Generate errors when a category is not found"
2236
  msgstr ""
2237
 
2238
+ #: templates/admin/csv-import.tpl.php:231
2239
  #, fuzzy
2240
  msgid "Keep existing images"
2241
  msgstr "Beelden bij de registratie"
2242
 
2243
+ #: templates/admin/csv-import.tpl.php:234
2244
  msgid "Appends new images while keeping current ones."
2245
  msgstr ""
2246
 
2247
+ #: templates/admin/csv-import.tpl.php:242
2248
  #, fuzzy
2249
  msgid "Assign listings to a user"
2250
  msgstr "Zoek geregistreerden <keywords>"
2251
 
2252
+ #: templates/admin/csv-import.tpl.php:254
2253
  #, fuzzy
2254
  msgid "Default listing user"
2255
  msgstr "Standaard status nieuwe registratie"
2256
 
2257
+ #: templates/admin/csv-import.tpl.php:256
2258
  msgid ""
2259
  "This user will be used if the username column is not present in the CSV file."
2260
  msgstr ""
2261
 
2262
+ #: templates/admin/csv-import.tpl.php:263
2263
  #, fuzzy
2264
  msgid "Number of listings imported on every cycle"
2265
  msgstr "Aantal registraties tonen:"
2266
 
2267
+ #: templates/admin/csv-import.tpl.php:265
2268
  msgid ""
2269
  "If you are having trouble importing listings due to memory problems, try "
2270
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2272
  "success on shared hosting platforms and other resource-constrained servers."
2273
  msgstr ""
2274
 
2275
+ #: templates/admin/csv-import.tpl.php:277
2276
  #, fuzzy
2277
  msgid "Disable email notifications during import"
2278
  msgstr "E-Mail Notificaties"
2279
 
2280
+ #: templates/admin/csv-import.tpl.php:296
2281
  msgid ""
2282
  "The following are the valid header names to be used in the CSV file. "
2283
  "Multivalued fields (such as category or tags) can appear multiple times in "
2285
  "how an import file should look like."
2286
  msgstr ""
2287
 
2288
+ #: templates/admin/csv-import.tpl.php:305
2289
  msgid "Header name/label"
2290
  msgstr ""
2291
 
2292
+ #: templates/admin/csv-import.tpl.php:308
2293
  #, fuzzy
2294
  msgid "Required?"
2295
  msgstr "Vereist?"
2296
 
2297
+ #: templates/admin/csv-import.tpl.php:309
2298
  msgid "Multivalued?"
2299
  msgstr ""
2300
 
2301
+ #: templates/admin/csv-import.tpl.php:341
2302
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2303
  msgstr ""
2304
 
2305
+ #: templates/admin/csv-import.tpl.php:348
2306
  #, fuzzy
2307
  msgid "Listing author's username"
2308
  msgstr "Naam auteur"
2879
  msgid "Get debug info"
2880
  msgstr ""
2881
 
2882
+ #: templates/businessdirectory-listings.tpl.php:51
2883
  #: templates/deprecated/search.tpl.php:23
2884
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
2885
  #, fuzzy
2886
  msgid "No listings found."
2887
  msgstr "Geen registraties gevonden."
3013
  msgstr "Zoek resultaten"
3014
 
3015
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3016
+ #: templates/manage_listings.tpl.php:36
3017
  #: templates/submit-listing-done.tpl.php:36
3018
  #, fuzzy
3019
  msgid "Return to directory"
3140
  "button. To delete a listing click the delete button."
3141
  msgstr ""
3142
 
3143
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3144
  msgid "You do not currently have any listings in the directory."
3145
  msgstr ""
3146
 
3154
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3155
  msgstr ""
3156
 
3157
+ #: templates/manage_listings.tpl.php:13
3158
+ msgid "Your current listings are shown below."
3159
+ msgstr ""
 
3160
 
3161
  #: templates/parts/pagination.tpl.php:7
3162
  #, fuzzy
3194
  msgid "Recurring Plan Management"
3195
  msgstr "Terug naar registratie."
3196
 
3197
+ #: templates/search-form.tpl.php:27
3198
  #, fuzzy
3199
  msgid "Clear"
3200
  msgstr "Leegmaken"
3520
  msgid "Business Directory Team"
3521
  msgstr "Business Directory - Zoeken"
3522
 
3523
+ #: includes/abstracts/class-view.php:130
3524
  #, fuzzy
3525
  msgctxt "views"
3526
  msgid "Invalid credentials."
3546
  msgid "Untitled Menu"
3547
  msgstr ""
3548
 
3549
+ #: includes/admin/class-admin.php:898
3550
  msgctxt "admin"
3551
  msgid "Dismiss this notice."
3552
  msgstr ""
3553
 
3554
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3555
  #, fuzzy
3556
  msgctxt "admin"
3557
  msgid "The listing has been updated."
3559
  msgstr[0] "De registratie / vermelding is bijgewerkt."
3560
  msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
3561
 
3562
+ #: includes/admin/class-admin.php:1039
3563
  msgctxt "admin"
3564
  msgid "The plan was successfully assigned."
3565
  msgstr ""
3566
 
3567
+ #: includes/admin/class-admin.php:1049
3568
  msgctxt "admin"
3569
  msgid "Listing was renewed."
3570
  msgid_plural "Listings were renewed."
3571
  msgstr[0] ""
3572
  msgstr[1] ""
3573
 
3574
+ #: includes/admin/class-admin.php:1061
3575
  msgctxt "admin"
3576
  msgid "Renewal email sent."
3577
  msgstr ""
3578
 
3579
+ #: includes/admin/class-admin.php:1074
3580
  #, fuzzy
3581
  msgctxt "admin"
3582
  msgid "Listing report deleted."
3584
  msgstr[0] "Registratie vernieuwing"
3585
  msgstr[1] "Registratie vernieuwing"
3586
 
3587
+ #: includes/admin/class-admin.php:1123
3588
  msgctxt "admin"
3589
  msgid "Access keys sent."
3590
  msgstr ""
3591
 
3592
+ #: includes/admin/class-admin.php:1125
3593
  msgctxt "admin"
3594
  msgid "The access keys couldn't be sent."
3595
  msgstr ""
3596
 
3597
+ #: includes/admin/class-admin.php:1283
3598
  msgctxt "admin"
3599
  msgid ""
3600
  "<b>Business Directory Plugin</b> requires a page with the "
3601
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3602
  msgstr ""
3603
 
3604
+ #: includes/admin/class-admin.php:1285
3605
  msgctxt "admin"
3606
  msgid ""
3607
  "You can create this page by yourself or let Business Directory do this for "
3608
  "you automatically."
3609
  msgstr ""
3610
 
3611
+ #: includes/admin/class-admin.php:1290
3612
  msgctxt "admin"
3613
  msgid "Create required pages for me"
3614
  msgstr ""
3615
 
3616
+ #: includes/admin/class-admin.php:1343
3617
  msgctxt "admin"
3618
  msgid ""
3619
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3685
  msgid "Debug"
3686
  msgstr ""
3687
 
3688
+ #: includes/admin/controllers/class-settings-admin.php:39
3689
  #, fuzzy
3690
  msgctxt "admin menu"
3691
  msgid "Settings"
3980
  msgid "Reported"
3981
  msgstr ""
3982
 
3983
+ #: includes/models/class-listing.php:981
3984
  msgctxt "listing status"
3985
  msgid "Unknown"
3986
  msgstr ""
3987
 
3988
+ #: includes/models/class-listing.php:982
3989
  msgctxt "listing status"
3990
  msgid "Legacy"
3991
  msgstr ""
3992
 
3993
+ #: includes/models/class-listing.php:983
3994
  #, fuzzy
3995
  msgctxt "listing status"
3996
  msgid "Incomplete"
3997
  msgstr "Afgerond"
3998
 
3999
+ #: includes/models/class-listing.php:984
4000
  #, fuzzy
4001
  msgctxt "listing status"
4002
  msgid "Pending Payment"
4003
  msgstr "Wachtend op upgrade"
4004
 
4005
+ #: includes/models/class-listing.php:985
4006
  #, fuzzy
4007
  msgctxt "listing status"
4008
  msgid "Complete"
4009
  msgstr "Afgerond"
4010
 
4011
+ #: includes/models/class-listing.php:986
4012
  #, fuzzy
4013
  msgctxt "listing status"
4014
  msgid "Pending Upgrade"
4015
  msgstr "Wachtend op upgrade"
4016
 
4017
+ #: includes/models/class-listing.php:987
4018
  #, fuzzy
4019
  msgctxt "listing status"
4020
  msgid "Expired"
4021
  msgstr "Verlopen"
4022
 
4023
+ #: includes/models/class-listing.php:988
4024
  #, fuzzy
4025
  msgctxt "listing status"
4026
  msgid "Pending Renewal"
4027
  msgstr "Registratie vernieuwing"
4028
 
4029
+ #: includes/models/class-listing.php:989
4030
  msgctxt "listing status"
4031
  msgid "Abandoned"
4032
  msgstr ""
4521
  msgid "Create Missing Fields"
4522
  msgstr ""
4523
 
4524
+ #: includes/admin/controllers/class-settings-admin.php:535
4525
  #, fuzzy
4526
  msgctxt "admin settings"
4527
  msgid "Remove"
4528
  msgstr "Verwijder"
4529
 
4530
+ #: includes/admin/controllers/class-settings-admin.php:589
4531
  msgctxt "admin settings"
4532
  msgid "Valid placeholders: %s"
4533
  msgstr ""
5022
  msgid "User registration date"
5023
  msgstr "Gebruikers registratie datum"
5024
 
5025
+ #: includes/admin/controllers/class-settings-admin.php:671
5026
  #, fuzzy
5027
  msgctxt "expiration notices"
5028
  msgid "Add notice"
5029
  msgstr "Veld toevoegen "
5030
 
5031
+ #: includes/admin/controllers/class-settings-admin.php:690
5032
  msgctxt "expiration notices"
5033
  msgid "No notices configured."
5034
  msgstr ""
5035
 
5036
+ #: includes/admin/controllers/class-settings-admin.php:732
5037
  msgctxt "expiration notices"
5038
  msgid "recurring and non-recurring"
5039
  msgstr ""
5040
 
5041
+ #: includes/admin/controllers/class-settings-admin.php:734
5042
  msgctxt "expiration notices"
5043
  msgid "recurring only"
5044
  msgstr ""
5045
 
5046
+ #: includes/admin/controllers/class-settings-admin.php:736
5047
  msgctxt "expiration notices"
5048
  msgid "non-recurring only"
5049
  msgstr ""
5050
 
5051
+ #: includes/admin/controllers/class-settings-admin.php:740
5052
  #, fuzzy
5053
  msgctxt "expiration notices"
5054
  msgid "Sent when a listing (%s) is renewed."
5055
  msgstr "Verzonden nadat een registratie is ingediend."
5056
 
5057
+ #: includes/admin/controllers/class-settings-admin.php:745
5058
  #, fuzzy
5059
  msgctxt "expiration notices"
5060
  msgid "Sent when a listing (%s) expires."
5061
  msgstr "Een registratie verloopt."
5062
 
5063
+ #: includes/admin/controllers/class-settings-admin.php:753
5064
  #, fuzzy
5065
  msgctxt "expiration notices"
5066
  msgid "%d day"
5068
  msgstr[0] "%d dag"
5069
  msgstr[1] "%d dagen"
5070
 
5071
+ #: includes/admin/controllers/class-settings-admin.php:756
5072
  msgctxt "expiration notices"
5073
  msgid "%d week"
5074
  msgid_plural "%d weeks"
5075
  msgstr[0] ""
5076
  msgstr[1] ""
5077
 
5078
+ #: includes/admin/controllers/class-settings-admin.php:759
5079
  msgctxt "expiration notices"
5080
  msgid "%d month"
5081
  msgid_plural "%d months"
5084
 
5085
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5086
  #. non-recuring only)
5087
+ #: includes/admin/controllers/class-settings-admin.php:765
5088
  msgctxt "expiration notices"
5089
  msgid "Sent %1$s before a listing (%2$s) expires."
5090
  msgstr ""
5091
 
5092
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5093
  #. non-recuring only)
5094
+ #: includes/admin/controllers/class-settings-admin.php:768
5095
  #, fuzzy
5096
  msgctxt "expiration notices"
5097
  msgid "Sent %1$s after a listing (%2$s) expires."
5098
  msgstr "Verzonden nadat een registratie is ingediend."
5099
 
5100
+ #: includes/admin/controllers/class-settings-admin.php:785
5101
  msgctxt "expiration notices"
5102
  msgid "At the time of expiration"
5103
  msgstr ""
5104
 
5105
+ #: includes/admin/controllers/class-settings-admin.php:786
5106
  msgctxt "expiration notices"
5107
  msgid "Right after a successful renewal"
5108
  msgstr ""
5109
 
5110
+ #: includes/admin/controllers/class-settings-admin.php:797
5111
  msgctxt "expiration notices"
5112
  msgid "%d day before expiration"
5113
  msgid_plural "%d days before expiration"
5114
  msgstr[0] ""
5115
  msgstr[1] ""
5116
 
5117
+ #: includes/admin/controllers/class-settings-admin.php:797
5118
  msgctxt "expiration notices"
5119
  msgid "%d day after expiration"
5120
  msgid_plural "%d days after expiration"
5121
  msgstr[0] ""
5122
  msgstr[1] ""
5123
 
5124
+ #: includes/admin/controllers/class-settings-admin.php:800
5125
  msgctxt "expiration notices"
5126
  msgid "%d week before expiration"
5127
  msgid_plural "%d weeks before expiration"
5128
  msgstr[0] ""
5129
  msgstr[1] ""
5130
 
5131
+ #: includes/admin/controllers/class-settings-admin.php:800
5132
  msgctxt "expiration notices"
5133
  msgid "%d week after expiration"
5134
  msgid_plural "%d weeks after expiration"
5135
  msgstr[0] ""
5136
  msgstr[1] ""
5137
 
5138
+ #: includes/admin/controllers/class-settings-admin.php:803
5139
  msgctxt "expiration notices"
5140
  msgid "%d month before expiration"
5141
  msgid_plural "%d months before expiration"
5142
  msgstr[0] ""
5143
  msgstr[1] ""
5144
 
5145
+ #: includes/admin/controllers/class-settings-admin.php:803
5146
  msgctxt "expiration notices"
5147
  msgid "%d month after expiration"
5148
  msgid_plural "%d months after expiration"
5149
  msgstr[0] ""
5150
  msgstr[1] ""
5151
 
5152
+ #: includes/admin/controllers/class-settings-admin.php:830
5153
  msgctxt "expiration notices"
5154
  msgid "Applies to"
5155
  msgstr ""
5156
 
5157
+ #: includes/admin/controllers/class-settings-admin.php:833
5158
  msgctxt "expiration notices"
5159
  msgid "Non-recurring listings"
5160
  msgstr ""
5161
 
5162
+ #: includes/admin/controllers/class-settings-admin.php:834
5163
  #, fuzzy
5164
  msgctxt "expiration notices"
5165
  msgid "Recurring listings"
5166
  msgstr "Terug naar registratie."
5167
 
5168
+ #: includes/admin/controllers/class-settings-admin.php:835
5169
  msgctxt "expiration notices"
5170
  msgid "Recurring and non-recurring listings"
5171
  msgstr ""
5172
 
5173
+ #: includes/admin/controllers/class-settings-admin.php:840
5174
  msgctxt "expiration notices"
5175
  msgid "When to send?"
5176
  msgstr ""
5177
 
5178
+ #: includes/admin/controllers/class-settings-admin.php:707
5179
  #, fuzzy
5180
  msgctxt "settings"
5181
  msgid "Site title (with link)"
5182
  msgstr "Site titel (met link)"
5183
 
5184
+ #: includes/admin/controllers/class-settings-admin.php:708
5185
  msgctxt "settings"
5186
  msgid "Author's name"
5187
  msgstr "Naam auteur"
5188
 
5189
+ #: includes/admin/controllers/class-settings-admin.php:709
5190
  msgctxt "settings"
5191
  msgid "Listing's name (with link)"
5192
  msgstr "Naam registratie (met link)"
5193
 
5194
+ #: includes/admin/controllers/class-settings-admin.php:710
5195
  #, fuzzy
5196
  msgctxt "settings"
5197
  msgid "Listing's expiration date"
5198
  msgstr "Een registratie verloopt."
5199
 
5200
+ #: includes/admin/controllers/class-settings-admin.php:711
5201
  msgctxt "settings"
5202
  msgid "Listing's renewal link, formatted with an anchor tag"
5203
  msgstr ""
5204
 
5205
+ #: includes/admin/controllers/class-settings-admin.php:712
5206
  msgctxt "settings"
5207
  msgid "Listing's renewal URL, unformatted by any tags"
5208
  msgstr ""
5209
 
5210
+ #: includes/admin/controllers/class-settings-admin.php:713
5211
  #, fuzzy
5212
  msgctxt "settings"
5213
  msgid "Listing's categories"
5214
  msgstr "Titel registratie"
5215
 
5216
+ #: includes/admin/controllers/class-settings-admin.php:714
5217
  #, fuzzy
5218
  msgctxt "settings"
5219
  msgid "Listing's last payment date"
5220
  msgstr "Registraties per pagina"
5221
 
5222
+ #: includes/admin/controllers/class-settings-admin.php:715
5223
  #, fuzzy
5224
  msgctxt "settings"
5225
  msgid "Listing's access key"
5226
  msgstr "Beelden bij de registratie"
5227
 
5228
+ #: includes/admin/controllers/class-settings-admin.php:872
5229
  msgctxt "settings"
5230
  msgid "Settings reset to default."
5231
  msgstr ""
6050
  msgid "Cropped"
6051
  msgstr ""
6052
 
6053
+ #: includes/admin/settings/class-settings.php:483
6054
  #: includes/admin/settings/class-settings.php:494
 
6055
  msgctxt "settings"
6056
  msgid "\"%s\" can not be empty."
6057
  msgstr ""
6058
 
6059
+ #: includes/admin/settings/class-settings.php:511
6060
  msgctxt "settings"
6061
  msgid "The slug \"%s\" is already in use for another taxonomy."
6062
  msgstr ""
6063
 
6064
+ #: includes/licensing.php:238
6065
  #, fuzzy
6066
  msgctxt "settings"
6067
  msgid "Themes"
6068
  msgstr "Thema's"
6069
 
6070
+ #: includes/licensing.php:290 includes/licensing.php:291
6071
  msgctxt "settings"
6072
  msgid "Please wait..."
6073
  msgstr ""
6074
 
6075
+ #: includes/licensing.php:291
6076
  #, fuzzy
6077
  msgctxt "settings"
6078
  msgid "Deauthorize"
6088
  msgid "Could not change the active theme to \"%s\"."
6089
  msgstr ""
6090
 
6091
+ #: includes/admin/controllers/class-themes-admin.php:147
6092
  msgctxt "themes"
6093
  msgid "Active theme changed to \"%s\"."
6094
  msgstr ""
6095
 
6096
+ #: includes/admin/controllers/class-themes-admin.php:150
6097
  msgctxt "themes"
6098
  msgid ""
6099
  "%s requires that you tag your existing fields to match some places we want "
6100
  "to put your data on the theme. Below are fields we think are missing."
6101
  msgstr ""
6102
 
6103
+ #: includes/admin/controllers/class-themes-admin.php:161
6104
  msgctxt "themes"
6105
  msgid "Map My Fields"
6106
  msgstr ""
6107
 
6108
+ #: includes/admin/controllers/class-themes-admin.php:169
6109
  msgctxt "themes"
6110
  msgid "Suggested fields created successfully."
6111
  msgstr ""
6112
 
6113
+ #: includes/admin/controllers/class-themes-admin.php:172
6114
  msgctxt "themes"
6115
  msgid "Theme installed successfully."
6116
  msgstr ""
6117
 
6118
+ #: includes/admin/controllers/class-themes-admin.php:175
6119
  msgctxt "themes"
6120
  msgid "Theme was deleted successfully."
6121
  msgstr ""
6122
 
6123
+ #: includes/admin/controllers/class-themes-admin.php:178
6124
  msgctxt "themes"
6125
  msgid "Could not delete theme directory. Check permissions."
6126
  msgstr ""
6127
 
6128
+ #: includes/admin/controllers/class-themes-admin.php:231
6129
  msgctxt "themes"
6130
  msgid "Please upload a valid theme file."
6131
  msgstr ""
6132
 
6133
+ #: includes/admin/controllers/class-themes-admin.php:240
6134
  msgctxt "themes"
6135
  msgid "Could not move \"%s\" to a temporary directory."
6136
  msgstr ""
6137
 
6138
+ #: includes/admin/controllers/class-themes-admin.php:326
6139
  msgctxt "themes"
6140
  msgid "Activate your <a>license key</a> to use this theme."
6141
  msgstr ""
6142
 
6143
+ #: includes/admin/controllers/class-themes-admin.php:369
6144
  msgctxt "themes"
6145
  msgid "Invalid theme ID"
6146
  msgstr ""
6147
 
6148
+ #: includes/admin/controllers/class-themes-admin.php:375
6149
  #: includes/admin/upgrades/class-themes-updater.php:172
6150
  msgctxt "themes"
6151
  msgid "Could not update theme: %s"
6171
  msgid "Theme was updated successfully."
6172
  msgstr ""
6173
 
6174
+ #: includes/themes.php:926
6175
  msgctxt "themes"
6176
  msgid "Could not create themes directory."
6177
  msgstr ""
6178
 
6179
+ #: includes/themes.php:937
6180
  msgctxt "themes"
6181
  msgid "Could not remove previous theme directory \"%s\"."
6182
  msgstr ""
6183
 
6184
+ #: includes/themes.php:945
6185
  msgctxt "themes"
6186
  msgid "Could not move new theme into theme directory."
6187
  msgstr ""
6191
  msgid "Could not decode export state information."
6192
  msgstr ""
6193
 
6194
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6195
  msgctxt "admin csv-export"
6196
  msgid "Could not create a temporary directory for handling this CSV export."
6197
  msgstr ""
6198
 
6199
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6200
  msgctxt "admin csv-export"
6201
  msgid "Error while creating a temporary directory for CSV export: %s"
6202
  msgstr ""
6374
  msgid "Please upload or select a CSV file."
6375
  msgstr ""
6376
 
6377
+ #: includes/admin/csv-import.php:370
6378
  msgctxt "admin csv-import"
6379
  msgid ""
6380
  "An error was detected while validating the CSV file for import. Please fix "
6381
  "this before proceeding."
6382
  msgstr ""
6383
 
6384
+ #: includes/admin/csv-import.php:379
6385
  msgctxt "admin csv-import"
6386
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6387
  msgstr ""
6388
 
6389
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6390
  msgctxt "admin csv-import"
6391
  msgid ""
6392
  "Could not create listing category \"<category-name>\". The operation failed "
6393
  "with the following error: <error-message>."
6394
  msgstr ""
6395
 
6396
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6397
  msgctxt "admin csv-import"
6398
  msgid "Could not create listing category \"%s\""
6399
  msgstr ""
6400
 
6401
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6402
  msgctxt "admin csv-import"
6403
  msgid "Username \"%s\" does not exist"
6404
  msgstr ""
6405
 
6406
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6407
  msgctxt "admin csv-import"
6408
  msgid "There is no Plan with ID = <fee-id>"
6409
  msgstr ""
6410
 
6411
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6412
  msgctxt "admin csv-import"
6413
  msgid "Missing required field: %s"
6414
  msgstr "Mist vereist veld: %s"
6415
 
6416
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6417
  msgctxt "admin csv-import"
6418
  msgid "Listing category \"%s\" does not exist"
6419
  msgstr ""
6420
 
6421
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6422
  msgctxt "admin csv-import"
6423
  msgid "The string <string> couldn't be converted into a valid date."
6424
  msgstr ""
6567
  msgid "Semicolon (;)"
6568
  msgstr ""
6569
 
6570
+ #: templates/admin/csv-import.tpl.php:196
6571
  #, fuzzy
6572
  msgctxt "admin csv-import"
6573
  msgid "Preserve existing status"
6574
  msgstr "Registraties"
6575
 
6576
+ #: templates/admin/csv-import.tpl.php:249
6577
  msgctxt "admin csv-import"
6578
  msgid ""
6579
  "Select a default user to be used if the username column is not present in "
6580
  "the CSV file."
6581
  msgstr ""
6582
 
6583
+ #: templates/admin/csv-import.tpl.php:283
6584
  msgctxt "admin csv-import"
6585
  msgid "Test Import"
6586
  msgstr ""
6587
 
6588
+ #: templates/admin/csv-import.tpl.php:284
6589
  msgctxt "admin csv-import"
6590
  msgid "Import Listings"
6591
  msgstr ""
6592
 
6593
+ #: templates/admin/csv-import.tpl.php:334
6594
  msgctxt "admin csv-import"
6595
  msgid ""
6596
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6597
  "updating listings from external sources."
6598
  msgstr ""
6599
 
6600
+ #: templates/admin/csv-import.tpl.php:355
6601
  msgctxt "admin csv-import"
6602
  msgid ""
6603
  "Internal Sequence ID used to allow listing updates from external sources."
6604
  msgstr ""
6605
 
6606
+ #: templates/admin/csv-import.tpl.php:362
6607
  msgctxt "admin csv-import"
6608
  msgid ""
6609
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6618
  "not seem to be writable. Please consult with your host."
6619
  msgstr ""
6620
 
6621
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6622
  #, fuzzy
6623
  msgctxt "listing metabox"
6624
  msgid "Recent Payments"
6625
  msgstr "Betaling"
6626
 
6627
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6628
  msgctxt "listing metabox"
6629
  msgid "Access Key"
6630
  msgstr ""
6657
  msgid "# of images"
6658
  msgstr "Beelden toestaan?"
6659
 
6660
+ #: includes/admin/helpers/class-listing-timeline.php:122
6661
  #, fuzzy
6662
  msgctxt "listing timeline"
6663
  msgid "Listing created"
6664
  msgstr "Beelden bij de registratie"
6665
 
6666
+ #: includes/admin/helpers/class-listing-timeline.php:130
6667
  #, fuzzy
6668
  msgctxt "listing timeline"
6669
  msgid "Listing expired"
6670
  msgstr "Een registratie verloopt."
6671
 
6672
+ #: includes/admin/helpers/class-listing-timeline.php:146
6673
  msgctxt "listing timeline"
6674
  msgid "T&C acceptance date"
6675
  msgstr ""
6676
 
6677
+ #: includes/admin/helpers/class-listing-timeline.php:164
6678
  msgctxt "listing timeline"
6679
  msgid "Paid as admin"
6680
  msgstr ""
6681
 
6682
+ #: includes/admin/helpers/class-listing-timeline.php:166
6683
  #, fuzzy
6684
  msgctxt "listing timeline"
6685
  msgid "Listing imported"
6686
  msgstr "Een registratie verloopt."
6687
 
6688
+ #: includes/admin/helpers/class-listing-timeline.php:168
6689
  #, fuzzy
6690
  msgctxt "listing timeline"
6691
  msgid "Initial Payment"
6753
  msgid "What do you track?"
6754
  msgstr ""
6755
 
6756
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
6757
  #, fuzzy
6758
  msgctxt "manual-upgrade"
6759
  msgid "Continue"
6760
  msgstr "Doorgaan"
6761
 
6762
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6763
  msgctxt "manual-upgrade"
6764
  msgid "Start Upgrade"
6765
  msgstr ""
6766
 
6767
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
6768
  msgctxt "manual-upgrade"
6769
  msgid "Pause Upgrade"
6770
  msgstr ""
6771
 
6772
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
6773
  msgctxt "manual-upgrade"
6774
  msgid ""
6775
  "The upgrade was successfully performed. Business Directory Plugin is now "
6776
  "available."
6777
  msgstr ""
6778
 
6779
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
6780
  msgctxt "manual-upgrade"
6781
  msgid "Go to \"Directory Admin\""
6782
  msgstr ""
6798
  msgid "Migrating license information to new format..."
6799
  msgstr ""
6800
 
6801
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
6802
  msgctxt "installer"
6803
  msgid "Migrating email notices to new format..."
6804
  msgstr ""
6805
 
6806
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
6807
  #, fuzzy
6808
  msgctxt "installer"
6809
  msgid "Migrating plans..."
6810
  msgstr "Registratie informatie"
6811
 
6812
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
6813
  msgctxt "installer"
6814
  msgid "! Could not migrate payment #%d"
6815
  msgstr ""
6816
 
6817
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
6818
  msgctxt "installer"
6819
  msgid "Updating payment items format: %d items remaining..."
6820
  msgstr ""
6821
 
6822
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
6823
  msgctxt "installer"
6824
  msgid "Migrating listing information: %d items remaining..."
6825
  msgstr ""
6863
  msgid "Listing upgrade to featured"
6864
  msgstr ""
6865
 
6866
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
6867
  msgctxt "listings-api"
6868
  msgid "Featured Listing"
6869
  msgstr "Aanbieding registratie"
6870
 
6871
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
6872
  msgctxt "migrate-18"
6873
  msgid "Featured Levels migration is complete."
6874
  msgstr ""
6875
 
6876
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
6877
  msgctxt "migrate-18"
6878
  msgid ""
6879
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
6881
  "confusing notion of a \"featured level\" that was limited to sticky listings."
6882
  msgstr ""
6883
 
6884
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
6885
  msgctxt "migrate-18"
6886
  msgid ""
6887
  "We need to migrate your existing \"featured levels\" to plans for use by the "
6891
  "link> and <cancel-link>cancel migration</cancel-link>."
6892
  msgstr ""
6893
 
6894
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
6895
  msgctxt "migrate-18"
6896
  msgid ""
6897
  "Before we do the migration, we need to ask a few simple questions to move "
6899
  "plan\" that is right for you."
6900
  msgstr ""
6901
 
6902
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
6903
  msgctxt "migrate-18"
6904
  msgid "Move to: "
6905
  msgstr ""
6906
 
6907
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
6908
  msgctxt "migrate-18"
6909
  msgid "New plan summary"
6910
  msgstr ""
6911
 
6912
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
6913
  msgctxt "migrate-18"
6914
  msgid "Perform migration"
6915
  msgstr ""
6916
 
6917
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
6918
  msgctxt "migrate-18"
6919
  msgid "Business Directory Plugin - Featured Levels migration required."
6920
  msgstr ""
6921
 
6922
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
6923
  msgctxt "migrate-18"
6924
  msgid ""
6925
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6926
  "Levels migration here</a>."
6927
  msgstr ""
6928
 
6929
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
6930
  #, fuzzy
6931
  msgctxt "upgrade-18"
6932
  msgid "← Return to Directory dashboard"
6933
  msgstr "← Terg naar Register."
6934
 
6935
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
6936
  msgctxt "upgrade-18"
6937
  msgid "Configure Plan"
6938
  msgstr ""
6939
 
6940
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
6941
  #, fuzzy
6942
  msgctxt "upgrade-18"
6943
  msgid "Featured Level"
6944
  msgstr "Aanbieding registratie"
6945
 
6946
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6947
  msgctxt "upgrade-18"
6948
  msgid "What to do with it?"
6949
  msgstr ""
6950
 
6951
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
6952
  #, fuzzy
6953
  msgctxt "upgrade-18"
6954
  msgid "%d listing is on this level."
6956
  msgstr[0] "Een registratie is gewijzigd."
6957
  msgstr[1] "Een registratie is gewijzigd."
6958
 
6959
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
6960
  msgctxt "upgrade-18"
6961
  msgid "Select an option"
6962
  msgstr ""
6963
 
6964
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6965
  msgctxt "upgrade-18"
6966
  msgid "Remove \"sticky\" status for listings."
6967
  msgstr ""
6968
 
6969
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6970
  msgctxt "upgrade-18"
6971
  msgid "Remove this (old) level, and leave the listing on the old plan."
6972
  msgstr ""
6973
 
6974
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6975
  msgctxt "upgrade-18"
6976
  msgid "May change \"sticky\" status depending on plan."
6977
  msgstr ""
6978
 
6979
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6980
  msgctxt "upgrade-18"
6981
  msgid "Move listings with this level to existing plan."
6982
  msgstr ""
6983
 
6984
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6985
  #, fuzzy
6986
  msgctxt "upgrade-18"
6987
  msgid "Keep \"sticky\" status of listings."
6988
  msgstr "Sticky aanbiedingen aanzetten?"
6989
 
6990
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6991
  msgctxt "upgrade-18"
6992
  msgid "Replace this level with a new plan."
6993
  msgstr ""
7007
  msgid "Add New Listing"
7008
  msgstr "Nieuwe registratie toevoegen"
7009
 
7010
+ #: includes/models/class-listing.php:427
7011
  #, fuzzy
7012
  msgctxt "listing"
7013
  msgid "Listing has no registered payments"
7014
  msgstr "Registraties per pagina"
7015
 
7016
+ #: includes/models/class-listing.php:436
7017
  #, fuzzy
7018
  msgctxt "listing"
7019
  msgid "Can't delete payment"
7020
  msgstr "Verwijder beeld"
7021
 
7022
+ #: includes/models/class-listing.php:474
7023
  #, fuzzy
7024
  msgctxt "listing"
7025
  msgid "Listing expired"
7026
  msgstr "Een registratie verloopt."
7027
 
7028
+ #: includes/models/class-listing.php:683
7029
  msgctxt "listing"
7030
  msgid "(Unavailable Plan)"
7031
  msgstr ""
7032
 
7033
+ #: includes/models/class-listing.php:878
7034
  msgctxt "listing"
7035
  msgid "Plan \"%s\" (recurring)"
7036
  msgstr ""
7037
 
7038
+ #: includes/models/class-listing.php:880
7039
  msgctxt "listing"
7040
  msgid "Plan \"%s\""
7041
  msgstr ""
7153
  msgid "Report additional info"
7154
  msgstr ""
7155
 
7156
+ #: includes/class-meta.php:33
7157
  msgctxt "rss feed"
7158
  msgid "%s Feed"
7159
  msgstr ""
7160
 
 
 
 
 
 
 
 
 
 
 
7161
  #: includes/class-payment-gateways.php:95
7162
  #, fuzzy
7163
  msgctxt "payment-gateways"
7186
  msgid "The reCAPTCHA validation score failed."
7187
  msgstr ""
7188
 
7189
+ #: includes/class-wpbdp.php:460
7190
  #, fuzzy
7191
  msgctxt "listing image upload"
7192
  msgid "Please select a plan before uploading images to the listing"
7193
  msgstr "Login vereist om Registratie te creëren?"
7194
 
7195
+ #: includes/class-wpbdp.php:465
7196
  msgctxt "listing image upload"
7197
  msgid "Can not upload any more images for this listing."
7198
  msgstr ""
7199
 
7200
+ #: includes/class-wpbdp.php:469
7201
  msgctxt "listing image upload"
7202
  msgid ""
7203
  "You're trying to upload %1$d images, but only have %2$d slot available. "
7213
  msgid "Submit Listing"
7214
  msgstr "Registratie Creëren"
7215
 
7216
+ #: includes/controllers/pages/class-checkout.php:112
7217
  msgctxt "checkout"
7218
  msgid "Can not process a payment at this time. Please try again later."
7219
  msgstr ""
7220
 
7221
+ #: includes/controllers/pages/class-checkout.php:150
7222
  msgctxt "checkout"
7223
  msgid "Invalid nonce received."
7224
  msgstr ""
7225
 
7226
+ #: includes/controllers/pages/class-checkout.php:165
7227
  msgctxt "checkout"
7228
  msgid "Invalid gateway selected."
7229
  msgstr ""
7230
 
7231
+ #: includes/controllers/pages/class-checkout.php:170
7232
  msgctxt "checkout"
7233
  msgid "Selected gateway does not support payment's currency."
7234
  msgstr ""
7235
 
7236
+ #: includes/controllers/pages/class-checkout.php:229
7237
  msgctxt "checkout"
7238
  msgid "Unknown gateway error."
7239
  msgstr ""
7240
 
7241
+ #: includes/controllers/pages/class-checkout.php:268
7242
  msgctxt "checkout"
7243
  msgid ""
7244
  "There was an error trying to process your request. No gateway is selected."
7404
  "an existing field"
7405
  msgstr ""
7406
 
7407
+ #: includes/controllers/pages/class-submit-listing.php:1284
7408
  msgctxt "templates"
7409
  msgid "Please agree to the Terms and Conditions."
7410
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7411
 
7412
+ #: includes/controllers/pages/class-submit-listing.php:1298
7413
  #, fuzzy
7414
  msgctxt "templates"
7415
  msgid "I agree to the <a>Terms and Conditions</a>"
7421
  msgid "Return to results"
7422
  msgstr "Terug naar Registers"
7423
 
7424
+ #: includes/helpers/functions/templates-ui.php:224
7425
  msgctxt "templates"
7426
  msgid "No listing categories found."
7427
  msgstr ""
7428
 
7429
+ #: includes/helpers/functions/templates-ui.php:375
7430
  msgctxt "templates"
7431
  msgid "Advanced Search"
7432
  msgstr "Geavanceerd zoeken"
7437
  msgid "Featured Listing"
7438
  msgstr "Aanbieding Registratie/Vermelding"
7439
 
 
 
 
 
 
 
 
7440
  #: templates/parts/listing-buttons.tpl.php:15
7441
  msgctxt "templates"
7442
  msgid "Edit"
7482
  msgid "Return to plan selection"
7483
  msgstr "Terug naar registratie."
7484
 
 
 
 
 
 
7485
  #: templates/submit-listing/extra-sections.tpl.php:1
7486
  msgctxt "templates"
7487
  msgid "Additional Information"
7557
  msgid "Please <a>login</a> to manage your listings."
7558
  msgstr ""
7559
 
7560
+ #: includes/controllers/pages/class-manage-recurring.php:33
7561
  msgctxt "manage subscription"
7562
  msgid "The listing with id = <listing-id> doesn't exists."
7563
  msgstr ""
7564
 
7565
+ #: includes/controllers/pages/class-manage-recurring.php:42
7566
  msgctxt "manage subscriptions"
7567
  msgid ""
7568
  "You are not authorized to cancel this subscription. The link you followed is "
7569
  "invalid."
7570
  msgstr ""
7571
 
7572
+ #: includes/controllers/pages/class-manage-recurring.php:53
7573
  msgctxt "manage subscriptions"
7574
  msgid "Invalid subscription."
7575
  msgstr ""
7576
 
7577
+ #: includes/controllers/pages/class-manage-recurring.php:76
7578
  #, fuzzy
7579
  msgctxt "manage subscriptions"
7580
  msgid "Your subscription was canceled."
7586
  msgid "Subscription / Plan"
7587
  msgstr "Je registratie is verwijderd."
7588
 
7589
+ #: includes/controllers/pages/class-manage-recurring.php:93
7590
  #, fuzzy
7591
  msgctxt "manage listings"
7592
  msgid "You are not on recurring payments for any of your listings."
7772
  msgstr ""
7773
 
7774
  #: includes/controllers/pages/class-submit-listing.php:866
7775
+ #: includes/controllers/pages/class-submit-listing.php:993
7776
  msgctxt "submit listing"
7777
  msgid "Please select a category."
7778
  msgstr ""
7779
 
7780
+ #: includes/controllers/pages/class-submit-listing.php:891
7781
  msgctxt "submit listing"
7782
  msgid "Current active plan is disabled. Please select another plan."
7783
  msgstr ""
7784
 
7785
+ #: includes/controllers/pages/class-submit-listing.php:893
7786
  msgctxt "submit listing"
7787
  msgid "Please choose a valid category for your plan."
7788
  msgstr ""
7789
 
7790
+ #: includes/controllers/pages/class-submit-listing.php:896
7791
  msgctxt "submit listing"
7792
  msgid "Please choose a valid plan for your category selection."
7793
  msgstr ""
7794
 
7795
+ #: includes/controllers/pages/class-submit-listing.php:1204
7796
  msgctxt "submit listing"
7797
  msgid "Please enter your desired username."
7798
  msgstr ""
7799
 
7800
+ #: includes/controllers/pages/class-submit-listing.php:1209
7801
  msgctxt "submit listing"
7802
  msgid "Please enter the e-mail for your new account."
7803
  msgstr ""
7804
 
7805
+ #: includes/controllers/pages/class-submit-listing.php:1214
7806
  msgctxt "submit listing"
7807
  msgid "The username you chose is already in use. Please use a different one."
7808
  msgstr ""
7809
 
7810
+ #: includes/controllers/pages/class-submit-listing.php:1219
7811
  msgctxt "submit listing"
7812
  msgid "The e-mail address you chose for your account is already in use."
7813
  msgstr ""
7817
  msgid "Listing submitted by admin. Payment skipped."
7818
  msgstr ""
7819
 
7820
+ #: includes/controllers/pages/class-submit-listing.php:1159
7821
  msgctxt "listing submit"
7822
  msgid ""
7823
  "Image upload is required, please provide at least one image and submit again."
8100
  msgid "Destination dir \"%s\" is not writable."
8101
  msgstr ""
8102
 
8103
+ #: includes/helpers/functions/templates-ui.php:402
8104
  msgctxt "templates sort"
8105
  msgid "Sort By:"
8106
  msgstr "Sorteer op:"
8131
  msgid "General"
8132
  msgstr "Algemeen"
8133
 
8134
+ #: includes/licensing.php:537
8135
  msgctxt "licensing"
8136
  msgid "Could not contact licensing server"
8137
  msgstr ""
8138
 
8139
+ #: includes/licensing.php:550
8140
  msgctxt "licensing"
8141
  msgid ""
8142
  "It was not possible to establish a connection with Business Directory's "
8143
  "server. cURL was not found in your system"
8144
  msgstr ""
8145
 
8146
+ #: includes/licensing.php:552 includes/licensing.php:582
8147
  msgctxt "licensing"
8148
  msgid ""
8149
  "To ensure the security of our systems and adhere to industry best practices, "
8152
  "1.0.1c)."
8153
  msgstr ""
8154
 
8155
+ #: includes/licensing.php:554 includes/licensing.php:584
8156
  msgctxt "licensing"
8157
  msgid ""
8158
  "Upgrading your system will not only allow you to communicate with Business "
8160
  "services using the latest security standards."
8161
  msgstr ""
8162
 
8163
+ #: includes/licensing.php:556
8164
  msgctxt "licensing"
8165
  msgid ""
8166
  "Please contact your hosting provider and ask them to upgrade your system. "
8167
  "Include this message if necessary"
8168
  msgstr ""
8169
 
8170
+ #: includes/licensing.php:586
8171
  msgctxt "licensing"
8172
  msgid ""
8173
  "Please contact your hosting provider and ask them to upgrade your system. "
8174
  "Include this message if necessary."
8175
  msgstr ""
8176
 
8177
+ #: includes/licensing.php:622
8178
  msgctxt "licensing"
8179
  msgid "The server returned a 403 Forbidden error."
8180
  msgstr ""
8181
 
8182
+ #: includes/licensing.php:868
8183
  msgctxt "licensing"
8184
  msgid "Could not activate license: %s."
8185
  msgstr ""
8186
 
8187
+ #: includes/licensing.php:873
8188
  msgctxt "licensing"
8189
  msgid "License activated"
8190
  msgstr ""
8191
 
8192
+ #: includes/licensing.php:905
8193
  msgctxt "licensing"
8194
  msgid "Could not deactivate license: %s."
8195
  msgstr ""
8196
 
8197
+ #: includes/licensing.php:907
8198
  msgctxt "licensing"
8199
  msgid "License deactivated"
8200
  msgstr ""
8201
 
8202
  #. translators: "<module-name>" version <version-number> is not...
8203
+ #: includes/licensing.php:1147
8204
  msgctxt "deprecation"
8205
  msgid ""
8206
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8220
  msgstr[0] "%d beeld"
8221
  msgstr[1] "%d beelden"
8222
 
8223
+ #: includes/models/class-fee-plan.php:405
8224
  #, fuzzy
8225
  msgctxt "fees-api"
8226
  msgid "Plan label is required."
8227
  msgstr "Dit veld is vereist."
8228
 
8229
+ #: includes/models/class-fee-plan.php:411
8230
  msgctxt "fees-api"
8231
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8232
  msgstr ""
8233
  "Betaalde registratie vertoningstijd als nummer, minder dan 10 jaar (3650 "
8234
  "dagen)."
8235
 
8236
+ #: includes/models/class-fee-plan.php:416
8237
  msgctxt "fees-api"
8238
  msgid ""
8239
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8241
  "<a>plan</a> appropriately."
8242
  msgstr ""
8243
 
8244
+ #: includes/models/class-fee-plan.php:419
8245
  msgctxt "fees-api"
8246
  msgid ""
8247
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
8715
  msgid "Continue"
8716
  msgstr "Doorgaan"
8717
 
8718
+ #~ msgctxt "title"
8719
+ #~ msgid "Find a Listing"
8720
+ #~ msgstr "Registratie zoeken"
8721
+
8722
+ #~ msgctxt "templates"
8723
+ #~ msgid "Find a listing"
8724
+ #~ msgstr "Geregistreerde vinden"
8725
+
8726
  #, fuzzy
8727
  #~ msgctxt "listing metabox"
8728
  #~ msgid "General Info"
languages/business-directory-plugin-pl_PL.mo CHANGED
Binary file
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-04-27 20:19:58+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"
@@ -87,7 +87,7 @@ msgstr "Kategorie Katalogu"
87
  #: includes/admin/settings/class-settings-bootstrap.php:691
88
  #: includes/admin/settings/class-settings-bootstrap.php:692
89
  #: includes/helpers/class-app.php:93
90
- #: includes/helpers/functions/templates-ui.php:310
91
  msgid "Directory"
92
  msgstr "Katalog"
93
 
@@ -152,7 +152,7 @@ msgstr "Pola formularza"
152
 
153
  # @ WPBDM
154
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
155
- #: includes/licensing.php:219
156
  #, fuzzy
157
  msgid "Modules"
158
  msgstr "Zainstalowane moduły"
@@ -164,7 +164,7 @@ msgid "Business Directory"
164
  msgstr "Katalog Firm"
165
 
166
  # @ WPBDM
167
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
168
  #, fuzzy
169
  msgid "Upgrade to Premium"
170
  msgstr "Podnieś status do %s"
@@ -176,13 +176,13 @@ msgid "Directory Listings"
176
  msgstr "Slug Katalogu Firm"
177
 
178
  # @ WPBDM
179
- #: includes/admin/class-admin.php:1064
180
  #, fuzzy
181
  msgid "Could not send renewal email."
182
  msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
183
 
184
  # @ WPBDM
185
- #: includes/admin/class-admin.php:1198
186
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
187
  #: includes/admin/helpers/tables/class-payments-table.php:64
188
  #: templates/email/listing-added.tpl.php:7
@@ -193,14 +193,14 @@ msgid "ID"
193
  msgstr "ID"
194
 
195
  # @ WPBDM
196
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
197
  #: includes/admin/settings/class-settings-bootstrap.php:717
198
  #, fuzzy
199
  msgid "Listing Count"
200
  msgstr "Licznik ofert"
201
 
202
  # @ WPBDM
203
- #: includes/admin/class-admin.php:1365
204
  #, fuzzy
205
  msgid ""
206
  "We noticed you want your Business Directory users to register before posting "
@@ -313,7 +313,7 @@ msgstr "Zobacz przykład importowanego pliku CSV"
313
 
314
  # @ WPBDM
315
  #: includes/admin/controllers/class-admin-csv.php:54
316
- #: templates/admin/csv-import.tpl.php:287
317
  #, fuzzy
318
  msgid "Help"
319
  msgstr "Pomoc"
@@ -321,7 +321,7 @@ msgstr "Pomoc"
321
  # @ WPBDM
322
  #: includes/admin/controllers/class-admin-fees.php:46
323
  #: includes/admin/helpers/tables/class-payments-table.php:67
324
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
325
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
326
  #: templates/admin/payments-details.tpl.php:113
327
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -334,14 +334,14 @@ msgstr "Kwota"
334
  #: includes/admin/controllers/class-admin-fees.php:48
335
  #: includes/admin/helpers/tables/class-fees-table.php:65
336
  #: includes/admin/settings/class-settings-bootstrap.php:907
337
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
338
  #, fuzzy
339
  msgid "Images"
340
  msgstr "Obrazy"
341
 
342
  # @ WPBDM
343
  #: includes/admin/controllers/class-admin-fees.php:80
344
- #: includes/admin/helpers/class-modules-list.php:236
345
  #, fuzzy
346
  msgid "Upgrade"
347
  msgstr "Podnieś status do %s"
@@ -423,7 +423,7 @@ msgstr "Atrybuty pola"
423
 
424
  # @ WPBDM
425
  #: includes/admin/controllers/class-admin-listings.php:339
426
- #: includes/helpers/class-listing-display-helper.php:132
427
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
428
  #, fuzzy
429
  msgid "Featured"
@@ -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:247
542
  #: templates/checkout-billing-form.tpl.php:75
543
  #, fuzzy
544
  msgid "Address"
@@ -607,40 +607,40 @@ msgstr ""
607
  msgid "Website"
608
  msgstr ""
609
 
610
- #: includes/admin/controllers/class-settings-admin.php:636
611
  msgid "Your license key provides access to new features and updates."
612
  msgstr ""
613
 
614
  # @ WPBDM
615
- #: includes/admin/controllers/class-settings-admin.php:638
616
  #, fuzzy
617
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
618
  msgstr "Dla czego odinstalowujesz Katalog Firm?"
619
 
620
- #: includes/admin/controllers/class-settings-admin.php:650
621
  msgid "Build more powerful directories"
622
  msgstr ""
623
 
624
- #: includes/admin/controllers/class-settings-admin.php:651
625
  msgid ""
626
  "Add category images, maps, filter by location, payment gateways, and more."
627
  msgstr ""
628
 
629
  # @ WPBDM
630
- #: includes/admin/controllers/class-settings-admin.php:652
631
- #: includes/admin/helpers/class-modules-list.php:235
632
  #, fuzzy
633
  msgid "Upgrade Now"
634
  msgstr "Podnieś status do %s"
635
 
636
  # @ WPBDM
637
- #: includes/admin/controllers/class-settings-admin.php:653
638
  #, fuzzy
639
  msgid "Already purchased?"
640
  msgstr "Już zainstalowano."
641
 
642
  # @ WPBDM
643
- #: includes/admin/controllers/class-settings-admin.php:712
644
  #: includes/admin/helpers/tables/class-fees-table.php:182
645
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
646
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -678,19 +678,19 @@ msgid "You are not allowed to do that."
678
  msgstr ""
679
 
680
  # @ WPBDM
681
- #: includes/admin/csv-import.php:428
682
  #, fuzzy
683
  msgid "There was an error uploading the file:"
684
  msgstr "Błąd podczas przesyłania pliku CSV."
685
 
686
  # @ WPBDM
687
- #: includes/admin/csv-import.php:433
688
  #, fuzzy
689
  msgid "Please upload the correct file type."
690
  msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
691
 
692
  # @ WPBDM
693
- #: includes/admin/helpers/class-listing-information-metabox.php:15
694
  #: includes/admin/helpers/tables/class-payments-table.php:63
695
  #: includes/admin/settings/class-settings-bootstrap.php:667
696
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -701,7 +701,7 @@ msgid "Listing"
701
  msgstr "Oferta"
702
 
703
  # @ WPBDM
704
- #: includes/admin/helpers/class-listing-timeline.php:121
705
  #: includes/class-listings-api.php:33
706
  #, fuzzy
707
  msgid "Listing renewed"
@@ -728,7 +728,7 @@ msgid "Not Installed"
728
  msgstr "Nie zainstalowane"
729
 
730
  # @ WPBDM
731
- #: includes/admin/helpers/class-modules-list.php:225
732
  #: includes/controllers/class-smtp.php:317
733
  #: templates/admin/themes-item.tpl.php:58
734
  #, fuzzy
@@ -742,7 +742,7 @@ msgid "Hide notifications"
742
  msgstr "Powiadomienia E-mail"
743
 
744
  # @ WPBDM
745
- #: includes/admin/helpers/csv/class-csv-import.php:674
746
  #, fuzzy
747
  msgid "Listing imported by admin. Payment skipped."
748
  msgstr "Prześlij ofertę"
@@ -814,7 +814,7 @@ msgstr "Abonament usunięty "
814
 
815
  # @ WPBDM
816
  #: includes/admin/helpers/tables/class-fees-table.php:297
817
- #: includes/helpers/functions/templates-ui.php:434
818
  #, fuzzy
819
  msgid "Default"
820
  msgstr "Usuń abonament"
@@ -822,7 +822,7 @@ msgstr "Usuń abonament"
822
  # @ WPBDM
823
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
824
  #: includes/fields/class-fieldtypes-social.php:135
825
- #: templates/admin/csv-import.tpl.php:303
826
  #, fuzzy
827
  msgid "Type"
828
  msgstr "Rodzaj"
@@ -872,7 +872,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:1249
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
@@ -1249,7 +1249,7 @@ msgstr ""
1249
  msgid "Uninstall"
1250
  msgstr "Odinstaluj "
1251
 
1252
- #: includes/admin/settings/class-settings.php:514
1253
  msgid "%s cannot include spaces, commas, or &"
1254
  msgstr ""
1255
 
@@ -1306,7 +1306,7 @@ msgid "Directory Manual Upgrade"
1306
  msgstr "Katalog Firm - Ręczna Aktualizacja"
1307
 
1308
  # @ WPBDM
1309
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1310
  msgid ""
1311
  "Business Directory features are currently disabled because the plugin needs "
1312
  "to perform a manual upgrade before it can be used."
@@ -1315,7 +1315,7 @@ msgstr ""
1315
  "na ręczną aktualizację, zanim będzie mógł być użyty."
1316
 
1317
  # @ WPBDM
1318
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1319
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1320
  msgstr ""
1321
  "Kliknij \"Start Aktualizacji\" i czekaj do zakończenia procesuand wait until "
@@ -1324,26 +1324,26 @@ msgstr ""
1324
  # @ WPBDM
1325
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1326
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1327
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1328
  #, fuzzy
1329
  msgid "Business Directory - Featured Levels Migration"
1330
  msgstr "Katalog Firm - Wyróżnione Oferty"
1331
 
1332
  # @ WPBDM
1333
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1334
  #: templates/admin/fees-form.tpl.php:17
1335
  #, fuzzy
1336
  msgid "Plan Label"
1337
  msgstr "Etykieta pola"
1338
 
1339
  # @ WPBDM
1340
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1341
  #, fuzzy
1342
  msgid "Duration"
1343
  msgstr "Czas trwania"
1344
 
1345
  # @ WPBDM
1346
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1347
  #, fuzzy
1348
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1349
  msgstr "Nie możemy deaktywować Licencji: %s."
@@ -1372,7 +1372,7 @@ msgid "View Docs"
1372
  msgstr "Pokaż"
1373
 
1374
  # @ WPBDM
1375
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1376
  #, fuzzy
1377
  msgid "Settings"
1378
  msgstr "Ustawienia"
@@ -1465,7 +1465,7 @@ msgstr "Widok"
1465
 
1466
  # @ WPBDM
1467
  #: includes/class-cpt-integration.php:22
1468
- #: includes/helpers/functions/templates-ui.php:372
1469
  #: templates/main-box.tpl.php:23
1470
  msgid "Search Listings"
1471
  msgstr "Szukaj Firmy"
@@ -1481,28 +1481,28 @@ msgid "No listings found in trash"
1481
  msgstr "Nie znaleziono "
1482
 
1483
  # @ WPBDM
1484
- #: includes/class-cpt-integration.php:46
1485
  msgid "Directory Categories"
1486
  msgstr "Kategorie Katalogu"
1487
 
1488
  # @ WPBDM
1489
- #: includes/class-cpt-integration.php:47
1490
  msgid "Directory Category"
1491
  msgstr "Kategorie Katalogu"
1492
 
1493
  # @ WPBDM
1494
- #: includes/class-cpt-integration.php:58
1495
  msgid "Directory Tags"
1496
  msgstr "Katalog"
1497
 
1498
  # @ WPBDM
1499
- #: includes/class-cpt-integration.php:59
1500
  msgid "Directory Tag"
1501
  msgstr "Katalog"
1502
 
1503
  # @ WPBDM
1504
  #. translators: %s: listing count
1505
- #: includes/class-cpt-integration.php:253
1506
  #, fuzzy
1507
  msgid "%s listing updated."
1508
  msgid_plural "%s listings updated."
@@ -1511,7 +1511,7 @@ msgstr[1] "Edytowano ofertę."
1511
  msgstr[2] "Edytowano ofertę."
1512
 
1513
  #. translators: %s: listing count
1514
- #: includes/class-cpt-integration.php:255
1515
  msgid "%s listing not updated, somebody is editing it."
1516
  msgid_plural "%s listings not updated, somebody is editing them."
1517
  msgstr[0] ""
@@ -1520,7 +1520,7 @@ msgstr[2] ""
1520
 
1521
  # @ WPBDM
1522
  #. translators: %s: listing count
1523
- #: includes/class-cpt-integration.php:257
1524
  #, fuzzy
1525
  msgid "%s listing permanently deleted."
1526
  msgid_plural "%s listings permanently deleted."
@@ -1530,7 +1530,7 @@ msgstr[2] "Data zakończenia emisji oferty"
1530
 
1531
  # @ WPBDM
1532
  #. translators: %s: listing count
1533
- #: includes/class-cpt-integration.php:259
1534
  #, fuzzy
1535
  msgid "%s listing moved to the Trash."
1536
  msgid_plural "%s listings moved to the Trash."
@@ -1540,7 +1540,7 @@ msgstr[2] "Nie znaleziono "
1540
 
1541
  # @ WPBDM
1542
  #. translators: %s: listing count
1543
- #: includes/class-cpt-integration.php:261
1544
  #, fuzzy
1545
  msgid "%s listing restored from the Trash."
1546
  msgid_plural "%s listings restored from the Trash."
@@ -1554,22 +1554,6 @@ msgstr[2] "Twoja oferta została usunięta."
1554
  msgid "Free Listing"
1555
  msgstr "Oferta Bezpłatna"
1556
 
1557
- # @ WPBDM
1558
- #: includes/class-meta.php:139
1559
- #: includes/controllers/pages/class-submit-listing.php:32
1560
- #: includes/helpers/functions/templates-ui.php:332
1561
- #: templates/submit-listing.tpl.php:17
1562
- #, fuzzy
1563
- msgid "Add Listing"
1564
- msgstr "Dodaj Abonament oferty"
1565
-
1566
- # @ WPBDM
1567
- #: includes/class-meta.php:149
1568
- #: includes/controllers/pages/class-all-listings.php:6
1569
- #: includes/helpers/functions/templates-ui.php:319
1570
- msgid "View All Listings"
1571
- msgstr "Zobacz wszystkie Firmy"
1572
-
1573
  #: includes/class-payment-gateways.php:146
1574
  msgid ""
1575
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
@@ -1577,25 +1561,25 @@ msgid ""
1577
  msgstr ""
1578
 
1579
  # @ WPBDM
1580
- #: includes/class-wpbdp.php:577
1581
  #, fuzzy
1582
  msgid "Could not find listing ID"
1583
  msgstr "Nie można połączyć z serwerem danych licencji"
1584
 
1585
- #: includes/class-wpbdp.php:584
1586
  msgid ""
1587
  "Could not verify the image upload request. If problem persists contact site "
1588
  "admin."
1589
  msgstr ""
1590
 
1591
  # @ WPBDM
1592
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1593
  #, fuzzy
1594
  msgid "Could not find image ID"
1595
  msgstr "Nie możemy deaktywować Licencji: %s."
1596
 
1597
  # @ WPBDM
1598
- #: includes/class-wpbdp.php:623
1599
  #, fuzzy
1600
  msgid ""
1601
  "The directory features are disabled at this time because a <a>manual "
@@ -1604,7 +1588,7 @@ msgstr ""
1604
  "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
1605
  "na ręczną aktualizację, przed kontynuacją."
1606
 
1607
- #: includes/class-wpbdp.php:630
1608
  msgid ""
1609
  "The directory is not available at this time. Please try again in a few "
1610
  "minutes or contact the administrator if the problem persists."
@@ -1626,7 +1610,7 @@ msgstr ""
1626
  #: includes/compatibility/class-navxt-integration.php:208
1627
  #: includes/widgets/widget-search.php:127
1628
  #: templates/admin/payments-index.tpl.php:13
1629
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1630
  #: templates/search.tpl.php:5
1631
  #, fuzzy
1632
  msgid "Search"
@@ -1740,13 +1724,19 @@ msgstr "Start Import"
1740
  msgid "Go to SMTP settings"
1741
  msgstr "Przejdź do Twojej oferty."
1742
 
1743
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
 
1744
  #: includes/controllers/pages/class-manage-listings.php:109
1745
  msgid "Pay Now"
1746
  msgstr ""
1747
 
1748
  # @ WPBDM
1749
- #: includes/controllers/pages/class-checkout.php:180
1750
  #, fuzzy
1751
  msgid "Complete"
1752
  msgstr "Zakończona"
@@ -1811,6 +1801,14 @@ msgstr "Podniesiono status oferty."
1811
  msgid "This is just a preview. The listing has not been published yet."
1812
  msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
1813
 
 
 
 
 
 
 
 
 
1814
  # @ WPBDM
1815
  #: includes/controllers/pages/class-submit-listing.php:560
1816
  #, fuzzy
@@ -1828,25 +1826,25 @@ msgid "Go to \"Plans\""
1828
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1829
 
1830
  # @ WPBDM
1831
- #: includes/controllers/pages/class-submit-listing.php:883
1832
  #, fuzzy
1833
  msgid "Please choose a plan."
1834
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1835
 
1836
- #: includes/controllers/pages/class-submit-listing.php:1073
1837
  msgid "Please check the form for errors, correct them and submit again."
1838
  msgstr ""
1839
 
1840
- #: includes/controllers/pages/class-submit-listing.php:1233
1841
  msgid "Create a user account on this site"
1842
  msgstr ""
1843
 
1844
- #: includes/controllers/pages/class-submit-listing.php:1240
1845
  msgid "Username"
1846
  msgstr ""
1847
 
1848
  # @ WPBDM
1849
- #: includes/controllers/pages/class-submit-listing.php:1262
1850
  #, fuzzy
1851
  msgid "Clear Form"
1852
  msgstr "Wyczyść"
@@ -2119,7 +2117,7 @@ msgid "Telephone Number Validator"
2119
  msgstr "Weryfikator liczb całkowitych"
2120
 
2121
  # @ WPBDM
2122
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
2123
  #, fuzzy
2124
  msgid "Field"
2125
  msgstr "Pole"
@@ -2212,6 +2210,12 @@ msgstr ""
2212
  msgid "Free"
2213
  msgstr "Tryb Bezpłatny"
2214
 
 
 
 
 
 
 
2215
  # @ WPBDM
2216
  #: includes/helpers/functions/listings.php:80
2217
  #, fuzzy
@@ -2219,7 +2223,7 @@ msgid "Untitled Listing"
2219
  msgstr "Edycja Firmy"
2220
 
2221
  # @ WPBDM
2222
- #: includes/helpers/functions/templates-ui.php:326
2223
  #, fuzzy
2224
  msgid "Manage Listings"
2225
  msgstr "Zarządzaj ofertami płatnymi"
@@ -2231,67 +2235,67 @@ msgid "Default Plan"
2231
  msgstr "Usuń abonament"
2232
 
2233
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2234
- #: includes/licensing.php:150
2235
  msgid ""
2236
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2237
  "get updates."
2238
  msgstr ""
2239
 
2240
  # @ WPBDM
2241
- #: includes/licensing.php:206 includes/licensing.php:210
2242
  #, fuzzy
2243
  msgid "Licenses"
2244
  msgstr "Licencje"
2245
 
2246
  #. translators: %s: item type.
2247
- #: includes/licensing.php:267
2248
  msgid "%s will not get updates until license is reauthorized."
2249
  msgstr ""
2250
 
2251
  # @ WPBDM
2252
- #: includes/licensing.php:288
2253
  #, fuzzy
2254
  msgid "Enter License Key here"
2255
  msgstr "Odśwież Klucz Licencji"
2256
 
2257
  # @ authorize-net
2258
- #: includes/licensing.php:289
2259
  #, fuzzy
2260
  msgid "Authorize"
2261
  msgstr "Aktywować Authorize.net?"
2262
 
2263
  # @ WPBDM
2264
- #: includes/licensing.php:389
2265
  #, fuzzy
2266
  msgid "Invalid item ID"
2267
  msgstr "Niewłaściwe ID Pola"
2268
 
2269
  # @ WPBDM
2270
- #: includes/licensing.php:402
2271
  #, fuzzy
2272
  msgid "No license key provided"
2273
  msgstr "Nie wprowadzono klucz licencji"
2274
 
2275
  # @ WPBDM
2276
- #: includes/licensing.php:451 includes/licensing.php:489
2277
  #, fuzzy
2278
  msgid "License key is invalid"
2279
  msgstr "Niewłaściwy Klucz Licencji"
2280
 
2281
  # @ WPBDM
2282
- #: includes/licensing.php:455
2283
  #, fuzzy
2284
  msgid "Deactivation failed"
2285
  msgstr "Błąd Deaktywacji"
2286
 
2287
  # @ WPBDM
2288
- #: includes/licensing.php:500
2289
  #, fuzzy
2290
  msgid "The license key was revoked."
2291
  msgstr "Nie wprowadzono klucz licencji"
2292
 
2293
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2294
- #: includes/licensing.php:504
2295
  msgid ""
2296
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2297
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2299,19 +2303,19 @@ msgid ""
2299
  "with your report."
2300
  msgstr ""
2301
 
2302
- #: includes/licensing.php:567
2303
  msgid ""
2304
  "It was not possible to establish a connection with the Business Directory "
2305
  "server. The connection failed with the following error:"
2306
  msgstr ""
2307
 
2308
- #: includes/licensing.php:580
2309
  msgid ""
2310
  "It was not possible to establish a connection with the Business Directory "
2311
  "server. A problem occurred in the SSL/TSL handshake:"
2312
  msgstr ""
2313
 
2314
- #: includes/licensing.php:627
2315
  msgid ""
2316
  "It looks like your server is not authorized to make outgoing requests to "
2317
  "Business Directory servers. Please contact your webhost and ask them to add "
@@ -2319,35 +2323,35 @@ msgid ""
2319
  msgstr ""
2320
 
2321
  # @ WPBDM
2322
- #: includes/licensing.php:721
2323
  #, fuzzy
2324
  msgid "Business Directory license key is missing."
2325
  msgstr "Katalog firm - wygasł Klucz Licencji"
2326
 
2327
  # @ WPBDM
2328
- #: includes/licensing.php:722
2329
  #, fuzzy
2330
  msgid "Business Directory license key has expired"
2331
  msgstr "Katalog firm - wygasł Klucz Licencji"
2332
 
2333
  # @ WPBDM
2334
- #: includes/licensing.php:723
2335
  #, fuzzy
2336
  msgid "Could not verify Business Directory license."
2337
  msgstr "Pomóż doskonalić Katalog Firm"
2338
 
2339
  # @ WPBDM
2340
- #: includes/licensing.php:734
2341
  #, fuzzy
2342
  msgid "Review license keys"
2343
  msgstr "Odśwież Klucz Licencji"
2344
 
2345
- #: includes/licensing.php:849
2346
  msgid "Missing data. Please reload this page and try again."
2347
  msgstr ""
2348
 
2349
  # @ WPBDM
2350
- #: includes/licensing.php:854
2351
  #, fuzzy
2352
  msgid "Please enter a license key."
2353
  msgstr "Proszę wprowadzić poprawny adres e-mail."
@@ -2371,22 +2375,22 @@ msgstr ""
2371
  msgid "Gateway Transaction ID:"
2372
  msgstr "transakcja"
2373
 
2374
- #: includes/payment.php:77
2375
  msgid "Bill To:"
2376
  msgstr ""
2377
 
2378
- #: includes/payment.php:88
2379
  msgid "Print Receipt"
2380
  msgstr ""
2381
 
2382
  # @ WPBDM
2383
- #: includes/payment.php:148
2384
  #, fuzzy
2385
  msgid "Return to plan selection"
2386
  msgstr "Powrót do oferty."
2387
 
2388
  # @ WPBDM
2389
- #: includes/themes.php:945
2390
  #, fuzzy
2391
  msgid "ZIP file is not a valid Business Directory theme file."
2392
  msgstr "Proszę wprowadzić poprawny adres e-mail."
@@ -2624,53 +2628,53 @@ msgid "Post status of new imported listings"
2624
  msgstr "Status dla zaimportowanych plików"
2625
 
2626
  # @ WPBDM
2627
- #: templates/admin/csv-import.tpl.php:191
2628
  #, fuzzy
2629
  msgid "Post status of existing imported listings"
2630
  msgstr "Status dla zaimportowanych plików"
2631
 
2632
  # @ WPBDM
2633
- #: templates/admin/csv-import.tpl.php:208
2634
  #, fuzzy
2635
  msgid "Missing categories handling"
2636
  msgstr "Brakująca obsługa kategorii "
2637
 
2638
  # @ WPBDM
2639
- #: templates/admin/csv-import.tpl.php:214
2640
  #, fuzzy
2641
  msgid "Auto-create categories"
2642
  msgstr "Automatyczne tworzenie kategorii"
2643
 
2644
  # @ WPBDM
2645
- #: templates/admin/csv-import.tpl.php:219
2646
  #, fuzzy
2647
  msgid "Generate errors when a category is not found"
2648
  msgstr "Generować błędy gdy kategorii nie znaleziono"
2649
 
2650
  # @ WPBDM
2651
- #: templates/admin/csv-import.tpl.php:227
2652
  #, fuzzy
2653
  msgid "Keep existing images"
2654
  msgstr "Obrazy"
2655
 
2656
- #: templates/admin/csv-import.tpl.php:230
2657
  msgid "Appends new images while keeping current ones."
2658
  msgstr ""
2659
 
2660
  # @ WPBDM
2661
- #: templates/admin/csv-import.tpl.php:238
2662
  #, fuzzy
2663
  msgid "Assign listings to a user"
2664
  msgstr "Przypisać oferty do użytkownika?"
2665
 
2666
  # @ WPBDM
2667
- #: templates/admin/csv-import.tpl.php:250
2668
  #, fuzzy
2669
  msgid "Default listing user"
2670
  msgstr "Domyślny użytkownik oferty"
2671
 
2672
  # @ WPBDM
2673
- #: templates/admin/csv-import.tpl.php:252
2674
  #, fuzzy
2675
  msgid ""
2676
  "This user will be used if the username column is not present in the CSV file."
@@ -2679,12 +2683,12 @@ msgstr ""
2679
  "obecny w pliku CSV."
2680
 
2681
  # @ WPBDM
2682
- #: templates/admin/csv-import.tpl.php:259
2683
  #, fuzzy
2684
  msgid "Number of listings imported on every cycle"
2685
  msgstr "Liczba wyświetlanych ofert"
2686
 
2687
- #: templates/admin/csv-import.tpl.php:261
2688
  msgid ""
2689
  "If you are having trouble importing listings due to memory problems, try "
2690
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2693,13 +2697,13 @@ msgid ""
2693
  msgstr ""
2694
 
2695
  # @ WPBDM
2696
- #: templates/admin/csv-import.tpl.php:273
2697
  #, fuzzy
2698
  msgid "Disable email notifications during import"
2699
  msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
2700
 
2701
  # @ WPBDM
2702
- #: templates/admin/csv-import.tpl.php:292
2703
  #, fuzzy
2704
  msgid ""
2705
  "The following are the valid header names to be used in the CSV file. "
@@ -2713,31 +2717,31 @@ msgstr ""
2713
  "\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
2714
 
2715
  # @ WPBDM
2716
- #: templates/admin/csv-import.tpl.php:301
2717
  #, fuzzy
2718
  msgid "Header name/label"
2719
  msgstr "Nagłówek/Etykieta"
2720
 
2721
  # @ WPBDM
2722
- #: templates/admin/csv-import.tpl.php:304
2723
  #, fuzzy
2724
  msgid "Required?"
2725
  msgstr "Wymagane?"
2726
 
2727
  # @ WPBDM
2728
- #: templates/admin/csv-import.tpl.php:305
2729
  #, fuzzy
2730
  msgid "Multivalued?"
2731
  msgstr "Wielowartościowe?"
2732
 
2733
  # @ WPBDM
2734
- #: templates/admin/csv-import.tpl.php:337
2735
  #, fuzzy
2736
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2737
  msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
2738
 
2739
  # @ WPBDM
2740
- #: templates/admin/csv-import.tpl.php:344
2741
  #, fuzzy
2742
  msgid "Listing author's username"
2743
  msgstr "Autor oferty - Nazwa Użytkownika"
@@ -3420,9 +3424,9 @@ msgid "Get debug info"
3420
  msgstr ""
3421
 
3422
  # @ WPBDM
3423
- #: templates/businessdirectory-listings.tpl.php:30
3424
  #: templates/deprecated/search.tpl.php:23
3425
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3426
  #, fuzzy
3427
  msgid "No listings found."
3428
  msgstr "Nie znaleziono Firm"
@@ -3582,7 +3586,7 @@ msgstr "Wyniki wyszukiwania"
3582
 
3583
  # @ WPBDM
3584
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3585
- #: templates/manage_listings.tpl.php:16
3586
  #: templates/submit-listing-done.tpl.php:36
3587
  #, fuzzy
3588
  msgid "Return to directory"
@@ -3742,7 +3746,7 @@ msgstr ""
3742
  "\"Usun\" aby usunąć ofertę."
3743
 
3744
  # @ WPBDM
3745
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3746
  #, fuzzy
3747
  msgid "You do not currently have any listings in the directory."
3748
  msgstr "Nie masz aktualnie ofert w katalogu."
@@ -3762,10 +3766,10 @@ msgid "%1$s each %2$s days. Next renewal is on %3$s."
3762
  msgstr "%s z %s dni. Następne odnowienie w dniu %s."
3763
 
3764
  # @ WPBDM
3765
- #: templates/parts/listing-buttons.tpl.php:39
3766
  #, fuzzy
3767
- msgid "Return to Directory"
3768
- msgstr "Powrót do Katalogu."
3769
 
3770
  # @ WPBDM
3771
  #: templates/parts/pagination.tpl.php:7
@@ -3810,7 +3814,7 @@ msgid "Recurring Plan Management"
3810
  msgstr "Zarządzanie powtarzającymi sie Abonamentami"
3811
 
3812
  # @ WPBDM
3813
- #: templates/search-form.tpl.php:28
3814
  #, fuzzy
3815
  msgid "Clear"
3816
  msgstr "Wyczyść"
@@ -4166,7 +4170,7 @@ msgid "Business Directory Team"
4166
  msgstr "Katalog Firm"
4167
 
4168
  # @ WPBDM
4169
- #: includes/abstracts/class-view.php:129
4170
  #, fuzzy
4171
  msgctxt "views"
4172
  msgid "Invalid credentials."
@@ -4195,13 +4199,13 @@ msgctxt "admin"
4195
  msgid "Untitled Menu"
4196
  msgstr ""
4197
 
4198
- #: includes/admin/class-admin.php:897
4199
  msgctxt "admin"
4200
  msgid "Dismiss this notice."
4201
  msgstr ""
4202
 
4203
  # @ WPBDM
4204
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
4205
  #, fuzzy
4206
  msgctxt "admin"
4207
  msgid "The listing has been updated."
@@ -4211,14 +4215,14 @@ msgstr[1] "Podniesiono status ofert."
4211
  msgstr[2] "Podniesiono status ofert."
4212
 
4213
  # @ WPBDM
4214
- #: includes/admin/class-admin.php:1038
4215
  #, fuzzy
4216
  msgctxt "admin"
4217
  msgid "The plan was successfully assigned."
4218
  msgstr "Abonament został przypisany do oferty."
4219
 
4220
  # @ WPBDM
4221
- #: includes/admin/class-admin.php:1048
4222
  msgctxt "admin"
4223
  msgid "Listing was renewed."
4224
  msgid_plural "Listings were renewed."
@@ -4227,13 +4231,13 @@ msgstr[1] "Odnowiono oferty."
4227
  msgstr[2] "Odnowiono ofert."
4228
 
4229
  # @ WPBDM
4230
- #: includes/admin/class-admin.php:1060
4231
  msgctxt "admin"
4232
  msgid "Renewal email sent."
4233
  msgstr "Wysłano e-mail potwierdzający odnowienie."
4234
 
4235
  # @ WPBDM
4236
- #: includes/admin/class-admin.php:1073
4237
  #, fuzzy
4238
  msgctxt "admin"
4239
  msgid "Listing report deleted."
@@ -4243,19 +4247,19 @@ msgstr[1] "Data zakończenia emisji oferty"
4243
  msgstr[2] "Data zakończenia emisji oferty"
4244
 
4245
  # @ WPBDM
4246
- #: includes/admin/class-admin.php:1122
4247
  #, fuzzy
4248
  msgctxt "admin"
4249
  msgid "Access keys sent."
4250
  msgstr "Pola/Obrazy"
4251
 
4252
- #: includes/admin/class-admin.php:1124
4253
  msgctxt "admin"
4254
  msgid "The access keys couldn't be sent."
4255
  msgstr ""
4256
 
4257
  # @ WPBDM
4258
- #: includes/admin/class-admin.php:1282
4259
  msgctxt "admin"
4260
  msgid ""
4261
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -4265,7 +4269,7 @@ msgstr ""
4265
  "<tt>[businessdirectory]</tt> aby działać prawidłowo."
4266
 
4267
  # @ WPBDM
4268
- #: includes/admin/class-admin.php:1284
4269
  msgctxt "admin"
4270
  msgid ""
4271
  "You can create this page by yourself or let Business Directory do this for "
@@ -4275,12 +4279,12 @@ msgstr ""
4275
  "automatycznie."
4276
 
4277
  # @ WPBDM
4278
- #: includes/admin/class-admin.php:1289
4279
  msgctxt "admin"
4280
  msgid "Create required pages for me"
4281
  msgstr "Stwórz wymagane pola dla mnie"
4282
 
4283
- #: includes/admin/class-admin.php:1342
4284
  msgctxt "admin"
4285
  msgid ""
4286
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -4368,7 +4372,7 @@ msgid "Debug"
4368
  msgstr "Debug"
4369
 
4370
  # @ WPBDM
4371
- #: includes/admin/controllers/class-settings-admin.php:45
4372
  #, fuzzy
4373
  msgctxt "admin menu"
4374
  msgid "Settings"
@@ -4708,60 +4712,60 @@ msgctxt "listing status"
4708
  msgid "Reported"
4709
  msgstr ""
4710
 
4711
- #: includes/models/class-listing.php:984
4712
  msgctxt "listing status"
4713
  msgid "Unknown"
4714
  msgstr ""
4715
 
4716
- #: includes/models/class-listing.php:985
4717
  msgctxt "listing status"
4718
  msgid "Legacy"
4719
  msgstr ""
4720
 
4721
  # @ WPBDM
4722
- #: includes/models/class-listing.php:986
4723
  #, fuzzy
4724
  msgctxt "listing status"
4725
  msgid "Incomplete"
4726
  msgstr "Zakończona"
4727
 
4728
  # @ WPBDM
4729
- #: includes/models/class-listing.php:987
4730
  #, fuzzy
4731
  msgctxt "listing status"
4732
  msgid "Pending Payment"
4733
  msgstr "Oczekujące na abonament"
4734
 
4735
  # @ WPBDM
4736
- #: includes/models/class-listing.php:988
4737
  #, fuzzy
4738
  msgctxt "listing status"
4739
  msgid "Complete"
4740
  msgstr "Zakończona"
4741
 
4742
  # @ WPBDM
4743
- #: includes/models/class-listing.php:989
4744
  #, fuzzy
4745
  msgctxt "listing status"
4746
  msgid "Pending Upgrade"
4747
  msgstr "Oferty oczekujące na zatwierdzenie"
4748
 
4749
  # @ WPBDM
4750
- #: includes/models/class-listing.php:990
4751
  #, fuzzy
4752
  msgctxt "listing status"
4753
  msgid "Expired"
4754
  msgstr "Wygasłe"
4755
 
4756
  # @ WPBDM
4757
- #: includes/models/class-listing.php:991
4758
  #, fuzzy
4759
  msgctxt "listing status"
4760
  msgid "Pending Renewal"
4761
  msgstr "Tylko aktywne i oczekujące na odświeżenie "
4762
 
4763
  # @ WPBDM
4764
- #: includes/models/class-listing.php:992
4765
  #, fuzzy
4766
  msgctxt "listing status"
4767
  msgid "Abandoned"
@@ -5336,14 +5340,14 @@ msgid "Create Missing Fields"
5336
  msgstr "Pola ofert"
5337
 
5338
  # @ WPBDM
5339
- #: includes/admin/controllers/class-settings-admin.php:543
5340
  #, fuzzy
5341
  msgctxt "admin settings"
5342
  msgid "Remove"
5343
  msgstr "Usuń"
5344
 
5345
  # @ WPBDM
5346
- #: includes/admin/controllers/class-settings-admin.php:597
5347
  msgctxt "admin settings"
5348
  msgid "Valid placeholders: %s"
5349
  msgstr "Dopuszczalne wypełnienie pola: %s"
@@ -5910,52 +5914,52 @@ msgid "User registration date"
5910
  msgstr "Data zakończenia emisji oferty"
5911
 
5912
  # @ WPBDM
5913
- #: includes/admin/controllers/class-settings-admin.php:679
5914
  #, fuzzy
5915
  msgctxt "expiration notices"
5916
  msgid "Add notice"
5917
  msgstr "Dodaj Pole "
5918
 
5919
- #: includes/admin/controllers/class-settings-admin.php:698
5920
  msgctxt "expiration notices"
5921
  msgid "No notices configured."
5922
  msgstr ""
5923
 
5924
- #: includes/admin/controllers/class-settings-admin.php:740
5925
  msgctxt "expiration notices"
5926
  msgid "recurring and non-recurring"
5927
  msgstr ""
5928
 
5929
  # @ WPBDM
5930
- #: includes/admin/controllers/class-settings-admin.php:742
5931
  #, fuzzy
5932
  msgctxt "expiration notices"
5933
  msgid "recurring only"
5934
  msgstr "(powtarzające się)"
5935
 
5936
  # @ WPBDM
5937
- #: includes/admin/controllers/class-settings-admin.php:744
5938
  #, fuzzy
5939
  msgctxt "expiration notices"
5940
  msgid "non-recurring only"
5941
  msgstr "(powtarzające się)"
5942
 
5943
  # @ WPBDM
5944
- #: includes/admin/controllers/class-settings-admin.php:748
5945
  #, fuzzy
5946
  msgctxt "expiration notices"
5947
  msgid "Sent when a listing (%s) is renewed."
5948
  msgstr "Wysłane po zapisaniu oferty."
5949
 
5950
  # @ WPBDM
5951
- #: includes/admin/controllers/class-settings-admin.php:753
5952
  #, fuzzy
5953
  msgctxt "expiration notices"
5954
  msgid "Sent when a listing (%s) expires."
5955
  msgstr "Upłynął okres ważności oferty."
5956
 
5957
  # @ WPBDM
5958
- #: includes/admin/controllers/class-settings-admin.php:761
5959
  #, fuzzy
5960
  msgctxt "expiration notices"
5961
  msgid "%d day"
@@ -5964,7 +5968,7 @@ msgstr[0] "%d dzień"
5964
  msgstr[1] "%d dni"
5965
  msgstr[2] "%d dni"
5966
 
5967
- #: includes/admin/controllers/class-settings-admin.php:764
5968
  msgctxt "expiration notices"
5969
  msgid "%d week"
5970
  msgid_plural "%d weeks"
@@ -5972,7 +5976,7 @@ msgstr[0] ""
5972
  msgstr[1] ""
5973
  msgstr[2] ""
5974
 
5975
- #: includes/admin/controllers/class-settings-admin.php:767
5976
  msgctxt "expiration notices"
5977
  msgid "%d month"
5978
  msgid_plural "%d months"
@@ -5982,7 +5986,7 @@ msgstr[2] ""
5982
 
5983
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5984
  #. non-recuring only)
5985
- #: includes/admin/controllers/class-settings-admin.php:773
5986
  msgctxt "expiration notices"
5987
  msgid "Sent %1$s before a listing (%2$s) expires."
5988
  msgstr ""
@@ -5990,25 +5994,25 @@ msgstr ""
5990
  # @ WPBDM
5991
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5992
  #. non-recuring only)
5993
- #: includes/admin/controllers/class-settings-admin.php:776
5994
  #, fuzzy
5995
  msgctxt "expiration notices"
5996
  msgid "Sent %1$s after a listing (%2$s) expires."
5997
  msgstr "Wysłane po zapisaniu oferty."
5998
 
5999
- #: includes/admin/controllers/class-settings-admin.php:793
6000
  msgctxt "expiration notices"
6001
  msgid "At the time of expiration"
6002
  msgstr ""
6003
 
6004
  # @ WPBDM
6005
- #: includes/admin/controllers/class-settings-admin.php:794
6006
  #, fuzzy
6007
  msgctxt "expiration notices"
6008
  msgid "Right after a successful renewal"
6009
  msgstr "Abonament został przypisany do oferty."
6010
 
6011
- #: includes/admin/controllers/class-settings-admin.php:805
6012
  msgctxt "expiration notices"
6013
  msgid "%d day before expiration"
6014
  msgid_plural "%d days before expiration"
@@ -6016,7 +6020,7 @@ msgstr[0] ""
6016
  msgstr[1] ""
6017
  msgstr[2] ""
6018
 
6019
- #: includes/admin/controllers/class-settings-admin.php:805
6020
  msgctxt "expiration notices"
6021
  msgid "%d day after expiration"
6022
  msgid_plural "%d days after expiration"
@@ -6024,7 +6028,7 @@ msgstr[0] ""
6024
  msgstr[1] ""
6025
  msgstr[2] ""
6026
 
6027
- #: includes/admin/controllers/class-settings-admin.php:808
6028
  msgctxt "expiration notices"
6029
  msgid "%d week before expiration"
6030
  msgid_plural "%d weeks before expiration"
@@ -6032,7 +6036,7 @@ msgstr[0] ""
6032
  msgstr[1] ""
6033
  msgstr[2] ""
6034
 
6035
- #: includes/admin/controllers/class-settings-admin.php:808
6036
  msgctxt "expiration notices"
6037
  msgid "%d week after expiration"
6038
  msgid_plural "%d weeks after expiration"
@@ -6040,7 +6044,7 @@ msgstr[0] ""
6040
  msgstr[1] ""
6041
  msgstr[2] ""
6042
 
6043
- #: includes/admin/controllers/class-settings-admin.php:811
6044
  msgctxt "expiration notices"
6045
  msgid "%d month before expiration"
6046
  msgid_plural "%d months before expiration"
@@ -6048,7 +6052,7 @@ msgstr[0] ""
6048
  msgstr[1] ""
6049
  msgstr[2] ""
6050
 
6051
- #: includes/admin/controllers/class-settings-admin.php:811
6052
  msgctxt "expiration notices"
6053
  msgid "%d month after expiration"
6054
  msgid_plural "%d months after expiration"
@@ -6057,93 +6061,93 @@ msgstr[1] ""
6057
  msgstr[2] ""
6058
 
6059
  # @ WPBDM
6060
- #: includes/admin/controllers/class-settings-admin.php:838
6061
  #, fuzzy
6062
  msgctxt "expiration notices"
6063
  msgid "Applies to"
6064
  msgstr "Stosowane do"
6065
 
6066
- #: includes/admin/controllers/class-settings-admin.php:841
6067
  msgctxt "expiration notices"
6068
  msgid "Non-recurring listings"
6069
  msgstr ""
6070
 
6071
  # @ WPBDM
6072
- #: includes/admin/controllers/class-settings-admin.php:842
6073
  #, fuzzy
6074
  msgctxt "expiration notices"
6075
  msgid "Recurring listings"
6076
  msgstr "Powrót do oferty."
6077
 
6078
- #: includes/admin/controllers/class-settings-admin.php:843
6079
  msgctxt "expiration notices"
6080
  msgid "Recurring and non-recurring listings"
6081
  msgstr ""
6082
 
6083
- #: includes/admin/controllers/class-settings-admin.php:848
6084
  msgctxt "expiration notices"
6085
  msgid "When to send?"
6086
  msgstr ""
6087
 
6088
  # @ WPBDM
6089
- #: includes/admin/controllers/class-settings-admin.php:715
6090
  #, fuzzy
6091
  msgctxt "settings"
6092
  msgid "Site title (with link)"
6093
  msgstr "Tytuł strony (z linkiem)"
6094
 
6095
  # @ WPBDM
6096
- #: includes/admin/controllers/class-settings-admin.php:716
6097
  msgctxt "settings"
6098
  msgid "Author's name"
6099
  msgstr "Nazwisko Autora"
6100
 
6101
  # @ WPBDM
6102
- #: includes/admin/controllers/class-settings-admin.php:717
6103
  msgctxt "settings"
6104
  msgid "Listing's name (with link)"
6105
  msgstr "Nazwa Oferty (z linkiem)"
6106
 
6107
  # @ WPBDM
6108
- #: includes/admin/controllers/class-settings-admin.php:718
6109
  #, fuzzy
6110
  msgctxt "settings"
6111
  msgid "Listing's expiration date"
6112
  msgstr "Data zakończenia emisji oferty"
6113
 
6114
- #: includes/admin/controllers/class-settings-admin.php:719
6115
  msgctxt "settings"
6116
  msgid "Listing's renewal link, formatted with an anchor tag"
6117
  msgstr ""
6118
 
6119
- #: includes/admin/controllers/class-settings-admin.php:720
6120
  msgctxt "settings"
6121
  msgid "Listing's renewal URL, unformatted by any tags"
6122
  msgstr ""
6123
 
6124
  # @ WPBDM
6125
- #: includes/admin/controllers/class-settings-admin.php:721
6126
  #, fuzzy
6127
  msgctxt "settings"
6128
  msgid "Listing's categories"
6129
  msgstr "Tytuł oferty"
6130
 
6131
  # @ WPBDM
6132
- #: includes/admin/controllers/class-settings-admin.php:722
6133
  #, fuzzy
6134
  msgctxt "settings"
6135
  msgid "Listing's last payment date"
6136
  msgstr "Data zakończenia emisji oferty"
6137
 
6138
  # @ WPBDM
6139
- #: includes/admin/controllers/class-settings-admin.php:723
6140
  #, fuzzy
6141
  msgctxt "settings"
6142
  msgid "Listing's access key"
6143
  msgstr "Pola/Obrazy"
6144
 
6145
  # @ WPBDM
6146
- #: includes/admin/controllers/class-settings-admin.php:880
6147
  #, fuzzy
6148
  msgctxt "settings"
6149
  msgid "Settings reset to default."
@@ -7095,29 +7099,29 @@ msgctxt "settings"
7095
  msgid "Cropped"
7096
  msgstr ""
7097
 
 
7098
  #: includes/admin/settings/class-settings.php:494
7099
- #: includes/admin/settings/class-settings.php:505
7100
  msgctxt "settings"
7101
  msgid "\"%s\" can not be empty."
7102
  msgstr ""
7103
 
7104
- #: includes/admin/settings/class-settings.php:522
7105
  msgctxt "settings"
7106
  msgid "The slug \"%s\" is already in use for another taxonomy."
7107
  msgstr ""
7108
 
7109
- #: includes/licensing.php:237
7110
  msgctxt "settings"
7111
  msgid "Themes"
7112
  msgstr ""
7113
 
7114
- #: includes/licensing.php:289 includes/licensing.php:290
7115
  msgctxt "settings"
7116
  msgid "Please wait..."
7117
  msgstr ""
7118
 
7119
  # @ authorize-net
7120
- #: includes/licensing.php:290
7121
  #, fuzzy
7122
  msgctxt "settings"
7123
  msgid "Deauthorize"
@@ -7135,12 +7139,12 @@ msgctxt "themes"
7135
  msgid "Could not change the active theme to \"%s\"."
7136
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7137
 
7138
- #: includes/admin/controllers/class-themes-admin.php:150
7139
  msgctxt "themes"
7140
  msgid "Active theme changed to \"%s\"."
7141
  msgstr ""
7142
 
7143
- #: includes/admin/controllers/class-themes-admin.php:153
7144
  msgctxt "themes"
7145
  msgid ""
7146
  "%s requires that you tag your existing fields to match some places we want "
@@ -7148,61 +7152,61 @@ msgid ""
7148
  msgstr ""
7149
 
7150
  # @ WPBDM
7151
- #: includes/admin/controllers/class-themes-admin.php:164
7152
  msgctxt "themes"
7153
  msgid "Map My Fields"
7154
  msgstr "Zarządzaj polami formularzy"
7155
 
7156
  # @ WPBDM
7157
- #: includes/admin/controllers/class-themes-admin.php:172
7158
  msgctxt "themes"
7159
  msgid "Suggested fields created successfully."
7160
  msgstr "Pola wymagane zostały pomyślnie utworzone."
7161
 
7162
  # @ WPBDM
7163
- #: includes/admin/controllers/class-themes-admin.php:175
7164
  msgctxt "themes"
7165
  msgid "Theme installed successfully."
7166
  msgstr "Pola wymagane zostały pomyślnie utworzone."
7167
 
7168
  # @ WPBDM
7169
- #: includes/admin/controllers/class-themes-admin.php:178
7170
  #, fuzzy
7171
  msgctxt "themes"
7172
  msgid "Theme was deleted successfully."
7173
  msgstr "Import zakończony pełnym sukcesem."
7174
 
7175
- #: includes/admin/controllers/class-themes-admin.php:181
7176
  msgctxt "themes"
7177
  msgid "Could not delete theme directory. Check permissions."
7178
  msgstr ""
7179
 
7180
  # @ WPBDM
7181
- #: includes/admin/controllers/class-themes-admin.php:234
7182
  msgctxt "themes"
7183
  msgid "Please upload a valid theme file."
7184
  msgstr "Proszę wprowadzić poprawny adres e-mail."
7185
 
7186
  # @ WPBDM
7187
- #: includes/admin/controllers/class-themes-admin.php:243
7188
  msgctxt "themes"
7189
  msgid "Could not move \"%s\" to a temporary directory."
7190
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
7191
 
7192
- #: includes/admin/controllers/class-themes-admin.php:329
7193
  msgctxt "themes"
7194
  msgid "Activate your <a>license key</a> to use this theme."
7195
  msgstr ""
7196
 
7197
  # @ WPBDM
7198
- #: includes/admin/controllers/class-themes-admin.php:372
7199
  #, fuzzy
7200
  msgctxt "themes"
7201
  msgid "Invalid theme ID"
7202
  msgstr "Niewłaściwe ID Pola"
7203
 
7204
  # @ WPBDM
7205
- #: includes/admin/controllers/class-themes-admin.php:378
7206
  #: includes/admin/upgrades/class-themes-updater.php:172
7207
  msgctxt "themes"
7208
  msgid "Could not update theme: %s"
@@ -7232,19 +7236,19 @@ msgid "Theme was updated successfully."
7232
  msgstr "Import zakończony pełnym sukcesem."
7233
 
7234
  # @ WPBDM
7235
- #: includes/themes.php:953
7236
  msgctxt "themes"
7237
  msgid "Could not create themes directory."
7238
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
7239
 
7240
  # @ WPBDM
7241
- #: includes/themes.php:964
7242
  msgctxt "themes"
7243
  msgid "Could not remove previous theme directory \"%s\"."
7244
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7245
 
7246
  # @ WPBDM
7247
- #: includes/themes.php:972
7248
  msgctxt "themes"
7249
  msgid "Could not move new theme into theme directory."
7250
  msgstr "Nie masz aktualnie ofert w katalogu."
@@ -7255,14 +7259,14 @@ msgid "Could not decode export state information."
7255
  msgstr ""
7256
 
7257
  # @ WPBDM
7258
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
7259
  msgctxt "admin csv-export"
7260
  msgid "Could not create a temporary directory for handling this CSV export."
7261
  msgstr ""
7262
  "Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
7263
 
7264
  # @ WPBDM
7265
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
7266
  msgctxt "admin csv-export"
7267
  msgid "Error while creating a temporary directory for CSV export: %s"
7268
  msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
@@ -7479,7 +7483,7 @@ msgid "Please upload or select a CSV file."
7479
  msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
7480
 
7481
  # @ WPBDM
7482
- #: includes/admin/csv-import.php:374
7483
  msgctxt "admin csv-import"
7484
  msgid ""
7485
  "An error was detected while validating the CSV file for import. Please fix "
@@ -7489,14 +7493,14 @@ msgstr ""
7489
  "sprawdzić przed kontynuacją."
7490
 
7491
  # @ WPBDM
7492
- #: includes/admin/csv-import.php:383
7493
  msgctxt "admin csv-import"
7494
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
7495
  msgstr ""
7496
  "IMPORT jest obecnie w \"trybie testowym\". Niec nie zostanie dodane do bazy "
7497
  "danych."
7498
 
7499
- #: includes/admin/helpers/csv/class-csv-import.php:531
7500
  msgctxt "admin csv-import"
7501
  msgid ""
7502
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -7504,35 +7508,35 @@ msgid ""
7504
  msgstr ""
7505
 
7506
  # @ WPBDM
7507
- #: includes/admin/helpers/csv/class-csv-import.php:537
7508
  msgctxt "admin csv-import"
7509
  msgid "Could not create listing category \"%s\""
7510
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7511
 
7512
  # @ WPBDM
7513
- #: includes/admin/helpers/csv/class-csv-import.php:728
7514
  msgctxt "admin csv-import"
7515
  msgid "Username \"%s\" does not exist"
7516
  msgstr "Użytkownik \"%s\" nie istnieje"
7517
 
7518
- #: includes/admin/helpers/csv/class-csv-import.php:755
7519
  msgctxt "admin csv-import"
7520
  msgid "There is no Plan with ID = <fee-id>"
7521
  msgstr ""
7522
 
7523
  # @ WPBDM
7524
- #: includes/admin/helpers/csv/class-csv-import.php:786
7525
  msgctxt "admin csv-import"
7526
  msgid "Missing required field: %s"
7527
  msgstr "Brak wymaganego pola: %s"
7528
 
7529
  # @ WPBDM
7530
- #: includes/admin/helpers/csv/class-csv-import.php:831
7531
  msgctxt "admin csv-import"
7532
  msgid "Listing category \"%s\" does not exist"
7533
  msgstr "Kategoria \"%s\" nie istnieje"
7534
 
7535
- #: includes/admin/helpers/csv/class-csv-import.php:905
7536
  msgctxt "admin csv-import"
7537
  msgid "The string <string> couldn't be converted into a valid date."
7538
  msgstr ""
@@ -7713,14 +7717,14 @@ msgid "Semicolon (;)"
7713
  msgstr ""
7714
 
7715
  # @ WPBDM
7716
- #: templates/admin/csv-import.tpl.php:194
7717
  #, fuzzy
7718
  msgctxt "admin csv-import"
7719
  msgid "Preserve existing status"
7720
  msgstr "Oferty"
7721
 
7722
  # @ WPBDM
7723
- #: templates/admin/csv-import.tpl.php:245
7724
  msgctxt "admin csv-import"
7725
  msgid ""
7726
  "Select a default user to be used if the username column is not present in "
@@ -7730,19 +7734,19 @@ msgstr ""
7730
  "obecny w pliku CSV."
7731
 
7732
  # @ WPBDM
7733
- #: templates/admin/csv-import.tpl.php:279
7734
  msgctxt "admin csv-import"
7735
  msgid "Test Import"
7736
  msgstr "Test importu"
7737
 
7738
  # @ WPBDM
7739
- #: templates/admin/csv-import.tpl.php:280
7740
  msgctxt "admin csv-import"
7741
  msgid "Import Listings"
7742
  msgstr "Import ofert"
7743
 
7744
  # @ WPBDM
7745
- #: templates/admin/csv-import.tpl.php:330
7746
  #, fuzzy
7747
  msgctxt "admin csv-import"
7748
  msgid ""
@@ -7753,7 +7757,7 @@ msgstr ""
7753
  "podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
7754
 
7755
  # @ WPBDM
7756
- #: templates/admin/csv-import.tpl.php:351
7757
  msgctxt "admin csv-import"
7758
  msgid ""
7759
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -7762,7 +7766,7 @@ msgstr ""
7762
  "ofercie aktualizacji ze źródeł zewnętrznych."
7763
 
7764
  # @ WPBDM
7765
- #: templates/admin/csv-import.tpl.php:358
7766
  msgctxt "admin csv-import"
7767
  msgid ""
7768
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -7785,14 +7789,14 @@ msgstr ""
7785
  "mieć prawa zapisu. Proszę skontaktować się z hostem."
7786
 
7787
  # @ WPBDM
7788
- #: includes/admin/helpers/class-listing-information-metabox.php:20
7789
  #, fuzzy
7790
  msgctxt "listing metabox"
7791
  msgid "Recent Payments"
7792
  msgstr "Odrzucenie płatności"
7793
 
7794
  # @ WPBDM
7795
- #: includes/admin/helpers/class-listing-information-metabox.php:24
7796
  #, fuzzy
7797
  msgctxt "listing metabox"
7798
  msgid "Access Key"
@@ -7834,38 +7838,38 @@ msgid "# of images"
7834
  msgstr "Liczba Obrazów"
7835
 
7836
  # @ WPBDM
7837
- #: includes/admin/helpers/class-listing-timeline.php:111
7838
  #, fuzzy
7839
  msgctxt "listing timeline"
7840
  msgid "Listing created"
7841
  msgstr "Obrazy"
7842
 
7843
  # @ WPBDM
7844
- #: includes/admin/helpers/class-listing-timeline.php:116
7845
  #, fuzzy
7846
  msgctxt "listing timeline"
7847
  msgid "Listing expired"
7848
  msgstr "Upłynął okres ważności oferty."
7849
 
7850
- #: includes/admin/helpers/class-listing-timeline.php:126
7851
  msgctxt "listing timeline"
7852
  msgid "T&C acceptance date"
7853
  msgstr ""
7854
 
7855
- #: includes/admin/helpers/class-listing-timeline.php:141
7856
  msgctxt "listing timeline"
7857
  msgid "Paid as admin"
7858
  msgstr ""
7859
 
7860
  # @ WPBDM
7861
- #: includes/admin/helpers/class-listing-timeline.php:143
7862
  #, fuzzy
7863
  msgctxt "listing timeline"
7864
  msgid "Listing imported"
7865
  msgstr "Upłynął okres ważności oferty."
7866
 
7867
  # @ WPBDM
7868
- #: includes/admin/helpers/class-listing-timeline.php:145
7869
  #, fuzzy
7870
  msgctxt "listing timeline"
7871
  msgid "Initial Payment"
@@ -7945,26 +7949,26 @@ msgid "What do you track?"
7945
  msgstr "Co śledzicie?"
7946
 
7947
  # @ WPBDM
7948
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7949
  #, fuzzy
7950
  msgctxt "manual-upgrade"
7951
  msgid "Continue"
7952
  msgstr "Kontynuacja"
7953
 
7954
  # @ WPBDM
7955
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7956
  msgctxt "manual-upgrade"
7957
  msgid "Start Upgrade"
7958
  msgstr "Rozpocznij Aktualizację"
7959
 
7960
  # @ WPBDM
7961
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7962
  msgctxt "manual-upgrade"
7963
  msgid "Pause Upgrade"
7964
  msgstr "Wstrzymaj Aktualizację"
7965
 
7966
  # @ WPBDM
7967
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7968
  #, fuzzy
7969
  msgctxt "manual-upgrade"
7970
  msgid ""
@@ -7973,7 +7977,7 @@ msgid ""
7973
  msgstr "Aktualizacja przebiegła pomyślnie. Katalog Firm jest teraz dostępny."
7974
 
7975
  # @ WPBDM
7976
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7977
  msgctxt "manual-upgrade"
7978
  msgid "Go to \"Directory Admin\""
7979
  msgstr "Przejdź do \"Katalog Administracja\""
@@ -7999,7 +8003,7 @@ msgstr ""
7999
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
8000
 
8001
  # @ WPBDM
8002
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
8003
  #, fuzzy
8004
  msgctxt "installer"
8005
  msgid "Migrating email notices to new format..."
@@ -8007,25 +8011,25 @@ msgstr ""
8007
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
8008
 
8009
  # @ WPBDM
8010
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
8011
  #, fuzzy
8012
  msgctxt "installer"
8013
  msgid "Migrating plans..."
8014
  msgstr "Aktywowanie Licencji"
8015
 
8016
  # @ WPBDM
8017
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
8018
  #, fuzzy
8019
  msgctxt "installer"
8020
  msgid "! Could not migrate payment #%d"
8021
  msgstr "Nie można kontynuować płatności."
8022
 
8023
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
8024
  msgctxt "installer"
8025
  msgid "Updating payment items format: %d items remaining..."
8026
  msgstr ""
8027
 
8028
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
8029
  msgctxt "installer"
8030
  msgid "Migrating listing information: %d items remaining..."
8031
  msgstr ""
@@ -8084,19 +8088,19 @@ msgid "Listing upgrade to featured"
8084
  msgstr "Podniesienie statusu do WYRÓŻNIONE"
8085
 
8086
  # @ WPBDM
8087
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
8088
  msgctxt "listings-api"
8089
  msgid "Featured Listing"
8090
  msgstr "Wyróżniona oferta"
8091
 
8092
  # @ WPBDM
8093
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
8094
  #, fuzzy
8095
  msgctxt "migrate-18"
8096
  msgid "Featured Levels migration is complete."
8097
  msgstr "Moduł poziomów wyróżnień"
8098
 
8099
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
8100
  msgctxt "migrate-18"
8101
  msgid ""
8102
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -8104,7 +8108,7 @@ msgid ""
8104
  "confusing notion of a \"featured level\" that was limited to sticky listings."
8105
  msgstr ""
8106
 
8107
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
8108
  msgctxt "migrate-18"
8109
  msgid ""
8110
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -8114,7 +8118,7 @@ msgid ""
8114
  "link> and <cancel-link>cancel migration</cancel-link>."
8115
  msgstr ""
8116
 
8117
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
8118
  msgctxt "migrate-18"
8119
  msgid ""
8120
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -8122,31 +8126,31 @@ msgid ""
8122
  "plan\" that is right for you."
8123
  msgstr ""
8124
 
8125
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
8126
  msgctxt "migrate-18"
8127
  msgid "Move to: "
8128
  msgstr ""
8129
 
8130
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
8131
  msgctxt "migrate-18"
8132
  msgid "New plan summary"
8133
  msgstr ""
8134
 
8135
  # @ WPBDM
8136
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
8137
  #, fuzzy
8138
  msgctxt "migrate-18"
8139
  msgid "Perform migration"
8140
  msgstr "Informacje o abonamencie"
8141
 
8142
  # @ WPBDM
8143
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
8144
  #, fuzzy
8145
  msgctxt "migrate-18"
8146
  msgid "Business Directory Plugin - Featured Levels migration required."
8147
  msgstr "Katalog Firm - Wyróżnione Oferty"
8148
 
8149
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
8150
  msgctxt "migrate-18"
8151
  msgid ""
8152
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
@@ -8154,31 +8158,31 @@ msgid ""
8154
  msgstr ""
8155
 
8156
  # @ WPBDM
8157
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
8158
  #, fuzzy
8159
  msgctxt "upgrade-18"
8160
  msgid "← Return to Directory dashboard"
8161
  msgstr "← Powrót do Katalogu."
8162
 
8163
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
8164
  msgctxt "upgrade-18"
8165
  msgid "Configure Plan"
8166
  msgstr ""
8167
 
8168
  # @ WPBDM
8169
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
8170
  #, fuzzy
8171
  msgctxt "upgrade-18"
8172
  msgid "Featured Level"
8173
  msgstr "Moduł poziomów wyróżnień"
8174
 
8175
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
8176
  msgctxt "upgrade-18"
8177
  msgid "What to do with it?"
8178
  msgstr ""
8179
 
8180
  # @ WPBDM
8181
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
8182
  #, fuzzy
8183
  msgctxt "upgrade-18"
8184
  msgid "%d listing is on this level."
@@ -8187,41 +8191,41 @@ msgstr[0] "Edytowano ofertę."
8187
  msgstr[1] "Edytowano ofertę."
8188
  msgstr[2] "Edytowano ofertę."
8189
 
8190
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
8191
  msgctxt "upgrade-18"
8192
  msgid "Select an option"
8193
  msgstr ""
8194
 
8195
  # @ WPBDM
8196
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
8197
  #, fuzzy
8198
  msgctxt "upgrade-18"
8199
  msgid "Remove \"sticky\" status for listings."
8200
  msgstr "Status dla zaimportowanych plików"
8201
 
8202
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
8203
  msgctxt "upgrade-18"
8204
  msgid "Remove this (old) level, and leave the listing on the old plan."
8205
  msgstr ""
8206
 
8207
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
8208
  msgctxt "upgrade-18"
8209
  msgid "May change \"sticky\" status depending on plan."
8210
  msgstr ""
8211
 
8212
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
8213
  msgctxt "upgrade-18"
8214
  msgid "Move listings with this level to existing plan."
8215
  msgstr ""
8216
 
8217
  # @ WPBDM
8218
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
8219
  #, fuzzy
8220
  msgctxt "upgrade-18"
8221
  msgid "Keep \"sticky\" status of listings."
8222
  msgstr "Status dla zaimportowanych plików"
8223
 
8224
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
8225
  msgctxt "upgrade-18"
8226
  msgid "Replace this level with a new plan."
8227
  msgstr ""
@@ -8245,41 +8249,41 @@ msgid "Add New Listing"
8245
  msgstr "Dodaj nową ofertę"
8246
 
8247
  # @ WPBDM
8248
- #: includes/models/class-listing.php:430
8249
  #, fuzzy
8250
  msgctxt "listing"
8251
  msgid "Listing has no registered payments"
8252
  msgstr "Data zakończenia emisji oferty"
8253
 
8254
  # @ WPBDM
8255
- #: includes/models/class-listing.php:439
8256
  #, fuzzy
8257
  msgctxt "listing"
8258
  msgid "Can't delete payment"
8259
  msgstr "Odrzucenie płatności"
8260
 
8261
  # @ WPBDM
8262
- #: includes/models/class-listing.php:477
8263
  #, fuzzy
8264
  msgctxt "listing"
8265
  msgid "Listing expired"
8266
  msgstr "Upłynął okres ważności oferty."
8267
 
8268
  # @ WPBDM
8269
- #: includes/models/class-listing.php:686
8270
  #, fuzzy
8271
  msgctxt "listing"
8272
  msgid "(Unavailable Plan)"
8273
  msgstr "(Abonament niedostępny)"
8274
 
8275
  # @ WPBDM
8276
- #: includes/models/class-listing.php:881
8277
  #, fuzzy
8278
  msgctxt "listing"
8279
  msgid "Plan \"%s\" (recurring)"
8280
  msgstr "(powtarzające się)"
8281
 
8282
- #: includes/models/class-listing.php:883
8283
  msgctxt "listing"
8284
  msgid "Plan \"%s\""
8285
  msgstr ""
@@ -8411,23 +8415,11 @@ msgid "Report additional info"
8411
  msgstr ""
8412
 
8413
  # @ WPBDM
8414
- #: includes/class-meta.php:37
8415
  msgctxt "rss feed"
8416
  msgid "%s Feed"
8417
  msgstr "%s RSS"
8418
 
8419
- # @ WPBDM
8420
- #: includes/class-meta.php:144
8421
- msgctxt "title"
8422
- msgid "Find a Listing"
8423
- msgstr "Znajdź Firmę"
8424
-
8425
- # @ WPBDM
8426
- #: includes/class-meta.php:172
8427
- msgctxt "title"
8428
- msgid "Listings tagged: %s"
8429
- msgstr "Oferty otagowane: %s"
8430
-
8431
  # @ WPBDM
8432
  #: includes/class-payment-gateways.php:95
8433
  #, fuzzy
@@ -8466,20 +8458,20 @@ msgid "The reCAPTCHA validation score failed."
8466
  msgstr "ReCaptcha nie została poprawnie wprowadzona."
8467
 
8468
  # @ WPBDM
8469
- #: includes/class-wpbdp.php:463
8470
  #, fuzzy
8471
  msgctxt "listing image upload"
8472
  msgid "Please select a plan before uploading images to the listing"
8473
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
8474
 
8475
  # @ WPBDM
8476
- #: includes/class-wpbdp.php:468
8477
  #, fuzzy
8478
  msgctxt "listing image upload"
8479
  msgid "Can not upload any more images for this listing."
8480
  msgstr "Kategorie dla tej oferty"
8481
 
8482
- #: includes/class-wpbdp.php:472
8483
  msgctxt "listing image upload"
8484
  msgid ""
8485
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -8498,7 +8490,7 @@ msgid "Submit Listing"
8498
  msgstr "Prześlij Ofertę"
8499
 
8500
  # @ WPBDM
8501
- #: includes/controllers/pages/class-checkout.php:111
8502
  #, fuzzy
8503
  msgctxt "checkout"
8504
  msgid "Can not process a payment at this time. Please try again later."
@@ -8507,30 +8499,30 @@ msgstr ""
8507
  "później."
8508
 
8509
  # @ WPBDM
8510
- #: includes/controllers/pages/class-checkout.php:149
8511
  #, fuzzy
8512
  msgctxt "checkout"
8513
  msgid "Invalid nonce received."
8514
  msgstr "Niewłaściwe ID płatności"
8515
 
8516
  # @ WPBDM
8517
- #: includes/controllers/pages/class-checkout.php:164
8518
  #, fuzzy
8519
  msgctxt "checkout"
8520
  msgid "Invalid gateway selected."
8521
  msgstr "Niepoprawny Kraj."
8522
 
8523
- #: includes/controllers/pages/class-checkout.php:169
8524
  msgctxt "checkout"
8525
  msgid "Selected gateway does not support payment's currency."
8526
  msgstr ""
8527
 
8528
- #: includes/controllers/pages/class-checkout.php:228
8529
  msgctxt "checkout"
8530
  msgid "Unknown gateway error."
8531
  msgstr ""
8532
 
8533
- #: includes/controllers/pages/class-checkout.php:267
8534
  msgctxt "checkout"
8535
  msgid ""
8536
  "There was an error trying to process your request. No gateway is selected."
@@ -8734,13 +8726,13 @@ msgid ""
8734
  msgstr ""
8735
 
8736
  # @ WPBDM
8737
- #: includes/controllers/pages/class-submit-listing.php:1283
8738
  msgctxt "templates"
8739
  msgid "Please agree to the Terms and Conditions."
8740
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8741
 
8742
  # @ WPBDM
8743
- #: includes/controllers/pages/class-submit-listing.php:1297
8744
  #, fuzzy
8745
  msgctxt "templates"
8746
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -8754,13 +8746,13 @@ msgid "Return to results"
8754
  msgstr "Powrót do Katalogu."
8755
 
8756
  # @ WPBDM
8757
- #: includes/helpers/functions/templates-ui.php:226
8758
  msgctxt "templates"
8759
  msgid "No listing categories found."
8760
  msgstr "Nie znaleziono kategorii ofert."
8761
 
8762
  # @ WPBDM
8763
- #: includes/helpers/functions/templates-ui.php:377
8764
  msgctxt "templates"
8765
  msgid "Advanced Search"
8766
  msgstr "Zaawansowane szukanie"
@@ -8772,16 +8764,6 @@ msgctxt "templates"
8772
  msgid "Featured Listing"
8773
  msgstr "Wyróżniona oferta"
8774
 
8775
- # @ WPBDM
8776
- #: templates/manage_listings.tpl.php:20
8777
- msgctxt "templates"
8778
- msgid ""
8779
- "Your current listings are shown below. To edit a listing click the edit "
8780
- "button. To delete a listing click the delete button."
8781
- msgstr ""
8782
- "Twoje oferty są pokazane poniżej. Kliknij \"Edytuj\" aby edytować ofertę lub "
8783
- "\"Usun\" aby usunąć ofertę."
8784
-
8785
  # @ WPBDM
8786
  #: templates/parts/listing-buttons.tpl.php:15
8787
  msgctxt "templates"
@@ -8840,12 +8822,6 @@ msgctxt "templates"
8840
  msgid "Return to plan selection"
8841
  msgstr "Powrót do oferty."
8842
 
8843
- # @ WPBDM
8844
- #: templates/search-form.tpl.php:3
8845
- msgctxt "templates"
8846
- msgid "Find a listing"
8847
- msgstr "Znajdź Firmę"
8848
-
8849
  # @ WPBDM
8850
  #: templates/submit-listing/extra-sections.tpl.php:1
8851
  msgctxt "templates"
@@ -8934,13 +8910,13 @@ msgstr ""
8934
  "Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej "
8935
  "za kontakt z klientem."
8936
 
8937
- #: includes/controllers/pages/class-manage-recurring.php:36
8938
  msgctxt "manage subscription"
8939
  msgid "The listing with id = <listing-id> doesn't exists."
8940
  msgstr ""
8941
 
8942
  # @ WPBDM
8943
- #: includes/controllers/pages/class-manage-recurring.php:45
8944
  #, fuzzy
8945
  msgctxt "manage subscriptions"
8946
  msgid ""
@@ -8949,13 +8925,13 @@ msgid ""
8949
  msgstr "Nie masz uprawnień do edycji tej oferty."
8950
 
8951
  # @ WPBDM
8952
- #: includes/controllers/pages/class-manage-recurring.php:56
8953
  msgctxt "manage subscriptions"
8954
  msgid "Invalid subscription."
8955
  msgstr "Niepoprawna subkrypcja."
8956
 
8957
  # @ WPBDM
8958
- #: includes/controllers/pages/class-manage-recurring.php:79
8959
  #, fuzzy
8960
  msgctxt "manage subscriptions"
8961
  msgid "Your subscription was canceled."
@@ -8969,7 +8945,7 @@ msgid "Subscription / Plan"
8969
  msgstr "Plan Subskrypcji/Abonamentu"
8970
 
8971
  # @ WPBDM
8972
- #: includes/controllers/pages/class-manage-recurring.php:96
8973
  #, fuzzy
8974
  msgctxt "manage listings"
8975
  msgid "You are not on recurring payments for any of your listings."
@@ -9188,49 +9164,49 @@ msgstr ""
9188
 
9189
  # @ WPBDM
9190
  #: includes/controllers/pages/class-submit-listing.php:866
9191
- #: includes/controllers/pages/class-submit-listing.php:992
9192
  #, fuzzy
9193
  msgctxt "submit listing"
9194
  msgid "Please select a category."
9195
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9196
 
9197
- #: includes/controllers/pages/class-submit-listing.php:890
9198
  msgctxt "submit listing"
9199
  msgid "Current active plan is disabled. Please select another plan."
9200
  msgstr ""
9201
 
9202
- #: includes/controllers/pages/class-submit-listing.php:892
9203
  msgctxt "submit listing"
9204
  msgid "Please choose a valid category for your plan."
9205
  msgstr ""
9206
 
9207
  # @ WPBDM
9208
- #: includes/controllers/pages/class-submit-listing.php:895
9209
  #, fuzzy
9210
  msgctxt "submit listing"
9211
  msgid "Please choose a valid plan for your category selection."
9212
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9213
 
9214
  # @ WPBDM
9215
- #: includes/controllers/pages/class-submit-listing.php:1203
9216
  #, fuzzy
9217
  msgctxt "submit listing"
9218
  msgid "Please enter your desired username."
9219
  msgstr "Proszę wprowadzić Imię"
9220
 
9221
  # @ WPBDM
9222
- #: includes/controllers/pages/class-submit-listing.php:1208
9223
  #, fuzzy
9224
  msgctxt "submit listing"
9225
  msgid "Please enter the e-mail for your new account."
9226
  msgstr "Proszę wprowadzić Imię"
9227
 
9228
- #: includes/controllers/pages/class-submit-listing.php:1213
9229
  msgctxt "submit listing"
9230
  msgid "The username you chose is already in use. Please use a different one."
9231
  msgstr ""
9232
 
9233
- #: includes/controllers/pages/class-submit-listing.php:1218
9234
  msgctxt "submit listing"
9235
  msgid "The e-mail address you chose for your account is already in use."
9236
  msgstr ""
@@ -9242,7 +9218,7 @@ msgctxt "submit listing"
9242
  msgid "Listing submitted by admin. Payment skipped."
9243
  msgstr "Prześlij ofertę"
9244
 
9245
- #: includes/controllers/pages/class-submit-listing.php:1158
9246
  msgctxt "listing submit"
9247
  msgid ""
9248
  "Image upload is required, please provide at least one image and submit again."
@@ -9576,7 +9552,7 @@ msgid "Destination dir \"%s\" is not writable."
9576
  msgstr "Kategoria \"%s\" nie istnieje"
9577
 
9578
  # @ WPBDM
9579
- #: includes/helpers/functions/templates-ui.php:404
9580
  msgctxt "templates sort"
9581
  msgid "Sort By:"
9582
  msgstr "Sortuj według: "
@@ -9609,19 +9585,19 @@ msgid "General"
9609
  msgstr "Główna"
9610
 
9611
  # @ WPBDM
9612
- #: includes/licensing.php:540
9613
  msgctxt "licensing"
9614
  msgid "Could not contact licensing server"
9615
  msgstr "Nie można połączyć z serwerem danych licencji"
9616
 
9617
- #: includes/licensing.php:553
9618
  msgctxt "licensing"
9619
  msgid ""
9620
  "It was not possible to establish a connection with Business Directory's "
9621
  "server. cURL was not found in your system"
9622
  msgstr ""
9623
 
9624
- #: includes/licensing.php:555 includes/licensing.php:585
9625
  msgctxt "licensing"
9626
  msgid ""
9627
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -9630,7 +9606,7 @@ msgid ""
9630
  "1.0.1c)."
9631
  msgstr ""
9632
 
9633
- #: includes/licensing.php:557 includes/licensing.php:587
9634
  msgctxt "licensing"
9635
  msgid ""
9636
  "Upgrading your system will not only allow you to communicate with Business "
@@ -9638,51 +9614,51 @@ msgid ""
9638
  "services using the latest security standards."
9639
  msgstr ""
9640
 
9641
- #: includes/licensing.php:559
9642
  msgctxt "licensing"
9643
  msgid ""
9644
  "Please contact your hosting provider and ask them to upgrade your system. "
9645
  "Include this message if necessary"
9646
  msgstr ""
9647
 
9648
- #: includes/licensing.php:589
9649
  msgctxt "licensing"
9650
  msgid ""
9651
  "Please contact your hosting provider and ask them to upgrade your system. "
9652
  "Include this message if necessary."
9653
  msgstr ""
9654
 
9655
- #: includes/licensing.php:625
9656
  msgctxt "licensing"
9657
  msgid "The server returned a 403 Forbidden error."
9658
  msgstr ""
9659
 
9660
  # @ WPBDM
9661
- #: includes/licensing.php:871
9662
  msgctxt "licensing"
9663
  msgid "Could not activate license: %s."
9664
  msgstr "Nie możemy aktywować Licencji: %s."
9665
 
9666
  # @ WPBDM
9667
- #: includes/licensing.php:876
9668
  msgctxt "licensing"
9669
  msgid "License activated"
9670
  msgstr "Licencja została aktywowana"
9671
 
9672
  # @ WPBDM
9673
- #: includes/licensing.php:908
9674
  msgctxt "licensing"
9675
  msgid "Could not deactivate license: %s."
9676
  msgstr "Nie możemy deaktywować Licencji: %s."
9677
 
9678
  # @ WPBDM
9679
- #: includes/licensing.php:910
9680
  msgctxt "licensing"
9681
  msgid "License deactivated"
9682
  msgstr "Licencja deaktywowana"
9683
 
9684
  #. translators: "<module-name>" version <version-number> is not...
9685
- #: includes/licensing.php:1150
9686
  msgctxt "deprecation"
9687
  msgid ""
9688
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -9707,21 +9683,21 @@ msgstr[1] "Liczba dozwolonych obrazów"
9707
  msgstr[2] "Liczba dozwolonych obrazów"
9708
 
9709
  # @ WPBDM
9710
- #: includes/models/class-fee-plan.php:402
9711
  #, fuzzy
9712
  msgctxt "fees-api"
9713
  msgid "Plan label is required."
9714
  msgstr "Etykieta pola jest wymagana."
9715
 
9716
  # @ WPBDM
9717
- #: includes/models/class-fee-plan.php:408
9718
  msgctxt "fees-api"
9719
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
9720
  msgstr ""
9721
  "Abonament dla okresu ważności oferty musi zawierać się w liczbie dodatniej, "
9722
  "całkowitej."
9723
 
9724
- #: includes/models/class-fee-plan.php:413
9725
  msgctxt "fees-api"
9726
  msgid ""
9727
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -9729,7 +9705,7 @@ msgid ""
9729
  "<a>plan</a> appropriately."
9730
  msgstr ""
9731
 
9732
- #: includes/models/class-fee-plan.php:416
9733
  msgctxt "fees-api"
9734
  msgid ""
9735
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -10295,6 +10271,30 @@ msgctxt "send-access-keys"
10295
  msgid "Continue"
10296
  msgstr "Kontynuacja"
10297
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10298
  # @ WPBDM
10299
  #, fuzzy
10300
  #~ msgctxt "listing metabox"
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-11 00:03:39+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"
87
  #: includes/admin/settings/class-settings-bootstrap.php:691
88
  #: includes/admin/settings/class-settings-bootstrap.php:692
89
  #: includes/helpers/class-app.php:93
90
+ #: includes/helpers/functions/templates-ui.php:308
91
  msgid "Directory"
92
  msgstr "Katalog"
93
 
152
 
153
  # @ WPBDM
154
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
155
+ #: includes/licensing.php:220
156
  #, fuzzy
157
  msgid "Modules"
158
  msgstr "Zainstalowane moduły"
164
  msgstr "Katalog Firm"
165
 
166
  # @ WPBDM
167
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
168
  #, fuzzy
169
  msgid "Upgrade to Premium"
170
  msgstr "Podnieś status do %s"
176
  msgstr "Slug Katalogu Firm"
177
 
178
  # @ WPBDM
179
+ #: includes/admin/class-admin.php:1065
180
  #, fuzzy
181
  msgid "Could not send renewal email."
182
  msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
183
 
184
  # @ WPBDM
185
+ #: includes/admin/class-admin.php:1199
186
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
187
  #: includes/admin/helpers/tables/class-payments-table.php:64
188
  #: templates/email/listing-added.tpl.php:7
193
  msgstr "ID"
194
 
195
  # @ WPBDM
196
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
197
  #: includes/admin/settings/class-settings-bootstrap.php:717
198
  #, fuzzy
199
  msgid "Listing Count"
200
  msgstr "Licznik ofert"
201
 
202
  # @ WPBDM
203
+ #: includes/admin/class-admin.php:1366
204
  #, fuzzy
205
  msgid ""
206
  "We noticed you want your Business Directory users to register before posting "
313
 
314
  # @ WPBDM
315
  #: includes/admin/controllers/class-admin-csv.php:54
316
+ #: templates/admin/csv-import.tpl.php:291
317
  #, fuzzy
318
  msgid "Help"
319
  msgstr "Pomoc"
321
  # @ WPBDM
322
  #: includes/admin/controllers/class-admin-fees.php:46
323
  #: includes/admin/helpers/tables/class-payments-table.php:67
324
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
325
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
326
  #: templates/admin/payments-details.tpl.php:113
327
  #: templates/email/listing-payment-completed.tpl.php:21
334
  #: includes/admin/controllers/class-admin-fees.php:48
335
  #: includes/admin/helpers/tables/class-fees-table.php:65
336
  #: includes/admin/settings/class-settings-bootstrap.php:907
337
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
338
  #, fuzzy
339
  msgid "Images"
340
  msgstr "Obrazy"
341
 
342
  # @ WPBDM
343
  #: includes/admin/controllers/class-admin-fees.php:80
344
+ #: includes/admin/helpers/class-modules-list.php:237
345
  #, fuzzy
346
  msgid "Upgrade"
347
  msgstr "Podnieś status do %s"
423
 
424
  # @ WPBDM
425
  #: includes/admin/controllers/class-admin-listings.php:339
426
+ #: includes/helpers/class-listing-display-helper.php:137
427
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
428
  #, fuzzy
429
  msgid "Featured"
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"
607
  msgid "Website"
608
  msgstr ""
609
 
610
+ #: includes/admin/controllers/class-settings-admin.php:628
611
  msgid "Your license key provides access to new features and updates."
612
  msgstr ""
613
 
614
  # @ WPBDM
615
+ #: includes/admin/controllers/class-settings-admin.php:630
616
  #, fuzzy
617
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
618
  msgstr "Dla czego odinstalowujesz Katalog Firm?"
619
 
620
+ #: includes/admin/controllers/class-settings-admin.php:642
621
  msgid "Build more powerful directories"
622
  msgstr ""
623
 
624
+ #: includes/admin/controllers/class-settings-admin.php:643
625
  msgid ""
626
  "Add category images, maps, filter by location, payment gateways, and more."
627
  msgstr ""
628
 
629
  # @ WPBDM
630
+ #: includes/admin/controllers/class-settings-admin.php:644
631
+ #: includes/admin/helpers/class-modules-list.php:236
632
  #, fuzzy
633
  msgid "Upgrade Now"
634
  msgstr "Podnieś status do %s"
635
 
636
  # @ WPBDM
637
+ #: includes/admin/controllers/class-settings-admin.php:645
638
  #, fuzzy
639
  msgid "Already purchased?"
640
  msgstr "Już zainstalowano."
641
 
642
  # @ WPBDM
643
+ #: includes/admin/controllers/class-settings-admin.php:704
644
  #: includes/admin/helpers/tables/class-fees-table.php:182
645
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
646
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
678
  msgstr ""
679
 
680
  # @ WPBDM
681
+ #: includes/admin/csv-import.php:424
682
  #, fuzzy
683
  msgid "There was an error uploading the file:"
684
  msgstr "Błąd podczas przesyłania pliku CSV."
685
 
686
  # @ WPBDM
687
+ #: includes/admin/csv-import.php:429
688
  #, fuzzy
689
  msgid "Please upload the correct file type."
690
  msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
691
 
692
  # @ WPBDM
693
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
694
  #: includes/admin/helpers/tables/class-payments-table.php:63
695
  #: includes/admin/settings/class-settings-bootstrap.php:667
696
  #: includes/admin/settings/class-settings-bootstrap.php:668
701
  msgstr "Oferta"
702
 
703
  # @ WPBDM
704
+ #: includes/admin/helpers/class-listing-timeline.php:138
705
  #: includes/class-listings-api.php:33
706
  #, fuzzy
707
  msgid "Listing renewed"
728
  msgstr "Nie zainstalowane"
729
 
730
  # @ WPBDM
731
+ #: includes/admin/helpers/class-modules-list.php:226
732
  #: includes/controllers/class-smtp.php:317
733
  #: templates/admin/themes-item.tpl.php:58
734
  #, fuzzy
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ę"
814
 
815
  # @ WPBDM
816
  #: includes/admin/helpers/tables/class-fees-table.php:297
817
+ #: includes/helpers/functions/templates-ui.php:432
818
  #, fuzzy
819
  msgid "Default"
820
  msgstr "Usuń abonament"
822
  # @ WPBDM
823
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
824
  #: includes/fields/class-fieldtypes-social.php:135
825
+ #: templates/admin/csv-import.tpl.php:307
826
  #, fuzzy
827
  msgid "Type"
828
  msgstr "Rodzaj"
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
1249
  msgid "Uninstall"
1250
  msgstr "Odinstaluj "
1251
 
1252
+ #: includes/admin/settings/class-settings.php:503
1253
  msgid "%s cannot include spaces, commas, or &"
1254
  msgstr ""
1255
 
1306
  msgstr "Katalog Firm - Ręczna Aktualizacja"
1307
 
1308
  # @ WPBDM
1309
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1310
  msgid ""
1311
  "Business Directory features are currently disabled because the plugin needs "
1312
  "to perform a manual upgrade before it can be used."
1315
  "na ręczną aktualizację, zanim będzie mógł być użyty."
1316
 
1317
  # @ WPBDM
1318
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1319
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1320
  msgstr ""
1321
  "Kliknij \"Start Aktualizacji\" i czekaj do zakończenia procesuand wait until "
1324
  # @ WPBDM
1325
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1326
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1327
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1328
  #, fuzzy
1329
  msgid "Business Directory - Featured Levels Migration"
1330
  msgstr "Katalog Firm - Wyróżnione Oferty"
1331
 
1332
  # @ WPBDM
1333
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1334
  #: templates/admin/fees-form.tpl.php:17
1335
  #, fuzzy
1336
  msgid "Plan Label"
1337
  msgstr "Etykieta pola"
1338
 
1339
  # @ WPBDM
1340
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1341
  #, fuzzy
1342
  msgid "Duration"
1343
  msgstr "Czas trwania"
1344
 
1345
  # @ WPBDM
1346
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1347
  #, fuzzy
1348
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1349
  msgstr "Nie możemy deaktywować Licencji: %s."
1372
  msgstr "Pokaż"
1373
 
1374
  # @ WPBDM
1375
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1376
  #, fuzzy
1377
  msgid "Settings"
1378
  msgstr "Ustawienia"
1465
 
1466
  # @ WPBDM
1467
  #: includes/class-cpt-integration.php:22
1468
+ #: includes/helpers/functions/templates-ui.php:370
1469
  #: templates/main-box.tpl.php:23
1470
  msgid "Search Listings"
1471
  msgstr "Szukaj Firmy"
1481
  msgstr "Nie znaleziono "
1482
 
1483
  # @ WPBDM
1484
+ #: includes/class-cpt-integration.php:47
1485
  msgid "Directory Categories"
1486
  msgstr "Kategorie Katalogu"
1487
 
1488
  # @ WPBDM
1489
+ #: includes/class-cpt-integration.php:48
1490
  msgid "Directory Category"
1491
  msgstr "Kategorie Katalogu"
1492
 
1493
  # @ WPBDM
1494
+ #: includes/class-cpt-integration.php:59
1495
  msgid "Directory Tags"
1496
  msgstr "Katalog"
1497
 
1498
  # @ WPBDM
1499
+ #: includes/class-cpt-integration.php:60
1500
  msgid "Directory Tag"
1501
  msgstr "Katalog"
1502
 
1503
  # @ WPBDM
1504
  #. translators: %s: listing count
1505
+ #: includes/class-cpt-integration.php:254
1506
  #, fuzzy
1507
  msgid "%s listing updated."
1508
  msgid_plural "%s listings updated."
1511
  msgstr[2] "Edytowano ofertę."
1512
 
1513
  #. translators: %s: listing count
1514
+ #: includes/class-cpt-integration.php:256
1515
  msgid "%s listing not updated, somebody is editing it."
1516
  msgid_plural "%s listings not updated, somebody is editing them."
1517
  msgstr[0] ""
1520
 
1521
  # @ WPBDM
1522
  #. translators: %s: listing count
1523
+ #: includes/class-cpt-integration.php:258
1524
  #, fuzzy
1525
  msgid "%s listing permanently deleted."
1526
  msgid_plural "%s listings permanently deleted."
1530
 
1531
  # @ WPBDM
1532
  #. translators: %s: listing count
1533
+ #: includes/class-cpt-integration.php:260
1534
  #, fuzzy
1535
  msgid "%s listing moved to the Trash."
1536
  msgid_plural "%s listings moved to the Trash."
1540
 
1541
  # @ WPBDM
1542
  #. translators: %s: listing count
1543
+ #: includes/class-cpt-integration.php:262
1544
  #, fuzzy
1545
  msgid "%s listing restored from the Trash."
1546
  msgid_plural "%s listings restored from the Trash."
1554
  msgid "Free Listing"
1555
  msgstr "Oferta Bezpłatna"
1556
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1557
  #: includes/class-payment-gateways.php:146
1558
  msgid ""
1559
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1561
  msgstr ""
1562
 
1563
  # @ WPBDM
1564
+ #: includes/class-wpbdp.php:574
1565
  #, fuzzy
1566
  msgid "Could not find listing ID"
1567
  msgstr "Nie można połączyć z serwerem danych licencji"
1568
 
1569
+ #: includes/class-wpbdp.php:581
1570
  msgid ""
1571
  "Could not verify the image upload request. If problem persists contact site "
1572
  "admin."
1573
  msgstr ""
1574
 
1575
  # @ WPBDM
1576
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1577
  #, fuzzy
1578
  msgid "Could not find image ID"
1579
  msgstr "Nie możemy deaktywować Licencji: %s."
1580
 
1581
  # @ WPBDM
1582
+ #: includes/class-wpbdp.php:620
1583
  #, fuzzy
1584
  msgid ""
1585
  "The directory features are disabled at this time because a <a>manual "
1588
  "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
1589
  "na ręczną aktualizację, przed kontynuacją."
1590
 
1591
+ #: includes/class-wpbdp.php:627
1592
  msgid ""
1593
  "The directory is not available at this time. Please try again in a few "
1594
  "minutes or contact the administrator if the problem persists."
1610
  #: includes/compatibility/class-navxt-integration.php:208
1611
  #: includes/widgets/widget-search.php:127
1612
  #: templates/admin/payments-index.tpl.php:13
1613
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1614
  #: templates/search.tpl.php:5
1615
  #, fuzzy
1616
  msgid "Search"
1724
  msgid "Go to SMTP settings"
1725
  msgstr "Przejdź do Twojej oferty."
1726
 
1727
+ # @ WPBDM
1728
+ #: includes/controllers/pages/class-all-listings.php:6
1729
+ #: includes/helpers/functions/templates-ui.php:317
1730
+ msgid "View All Listings"
1731
+ msgstr "Zobacz wszystkie Firmy"
1732
+
1733
+ #: includes/controllers/pages/class-checkout.php:181
1734
  #: includes/controllers/pages/class-manage-listings.php:109
1735
  msgid "Pay Now"
1736
  msgstr ""
1737
 
1738
  # @ WPBDM
1739
+ #: includes/controllers/pages/class-checkout.php:181
1740
  #, fuzzy
1741
  msgid "Complete"
1742
  msgstr "Zakończona"
1801
  msgid "This is just a preview. The listing has not been published yet."
1802
  msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
1803
 
1804
+ # @ WPBDM
1805
+ #: includes/controllers/pages/class-submit-listing.php:32
1806
+ #: includes/helpers/functions/templates-ui.php:330
1807
+ #: templates/submit-listing.tpl.php:17
1808
+ #, fuzzy
1809
+ msgid "Add Listing"
1810
+ msgstr "Dodaj Abonament oferty"
1811
+
1812
  # @ WPBDM
1813
  #: includes/controllers/pages/class-submit-listing.php:560
1814
  #, fuzzy
1826
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1827
 
1828
  # @ WPBDM
1829
+ #: includes/controllers/pages/class-submit-listing.php:884
1830
  #, fuzzy
1831
  msgid "Please choose a plan."
1832
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1833
 
1834
+ #: includes/controllers/pages/class-submit-listing.php:1074
1835
  msgid "Please check the form for errors, correct them and submit again."
1836
  msgstr ""
1837
 
1838
+ #: includes/controllers/pages/class-submit-listing.php:1234
1839
  msgid "Create a user account on this site"
1840
  msgstr ""
1841
 
1842
+ #: includes/controllers/pages/class-submit-listing.php:1241
1843
  msgid "Username"
1844
  msgstr ""
1845
 
1846
  # @ WPBDM
1847
+ #: includes/controllers/pages/class-submit-listing.php:1263
1848
  #, fuzzy
1849
  msgid "Clear Form"
1850
  msgstr "Wyczyść"
2117
  msgstr "Weryfikator liczb całkowitych"
2118
 
2119
  # @ WPBDM
2120
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
2121
  #, fuzzy
2122
  msgid "Field"
2123
  msgstr "Pole"
2210
  msgid "Free"
2211
  msgstr "Tryb Bezpłatny"
2212
 
2213
+ # @ WPBDM
2214
+ #: includes/helpers/functions/general.php:1319
2215
+ #, fuzzy
2216
+ msgid "Return to Directory"
2217
+ msgstr "Powrót do Katalogu."
2218
+
2219
  # @ WPBDM
2220
  #: includes/helpers/functions/listings.php:80
2221
  #, fuzzy
2223
  msgstr "Edycja Firmy"
2224
 
2225
  # @ WPBDM
2226
+ #: includes/helpers/functions/templates-ui.php:324
2227
  #, fuzzy
2228
  msgid "Manage Listings"
2229
  msgstr "Zarządzaj ofertami płatnymi"
2235
  msgstr "Usuń abonament"
2236
 
2237
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2238
+ #: includes/licensing.php:151
2239
  msgid ""
2240
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2241
  "get updates."
2242
  msgstr ""
2243
 
2244
  # @ WPBDM
2245
+ #: includes/licensing.php:207 includes/licensing.php:211
2246
  #, fuzzy
2247
  msgid "Licenses"
2248
  msgstr "Licencje"
2249
 
2250
  #. translators: %s: item type.
2251
+ #: includes/licensing.php:268
2252
  msgid "%s will not get updates until license is reauthorized."
2253
  msgstr ""
2254
 
2255
  # @ WPBDM
2256
+ #: includes/licensing.php:289
2257
  #, fuzzy
2258
  msgid "Enter License Key here"
2259
  msgstr "Odśwież Klucz Licencji"
2260
 
2261
  # @ authorize-net
2262
+ #: includes/licensing.php:290
2263
  #, fuzzy
2264
  msgid "Authorize"
2265
  msgstr "Aktywować Authorize.net?"
2266
 
2267
  # @ WPBDM
2268
+ #: includes/licensing.php:390
2269
  #, fuzzy
2270
  msgid "Invalid item ID"
2271
  msgstr "Niewłaściwe ID Pola"
2272
 
2273
  # @ WPBDM
2274
+ #: includes/licensing.php:403
2275
  #, fuzzy
2276
  msgid "No license key provided"
2277
  msgstr "Nie wprowadzono klucz licencji"
2278
 
2279
  # @ WPBDM
2280
+ #: includes/licensing.php:448 includes/licensing.php:486
2281
  #, fuzzy
2282
  msgid "License key is invalid"
2283
  msgstr "Niewłaściwy Klucz Licencji"
2284
 
2285
  # @ WPBDM
2286
+ #: includes/licensing.php:452
2287
  #, fuzzy
2288
  msgid "Deactivation failed"
2289
  msgstr "Błąd Deaktywacji"
2290
 
2291
  # @ WPBDM
2292
+ #: includes/licensing.php:497
2293
  #, fuzzy
2294
  msgid "The license key was revoked."
2295
  msgstr "Nie wprowadzono klucz licencji"
2296
 
2297
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2298
+ #: includes/licensing.php:501
2299
  msgid ""
2300
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2301
  "%2$s and let them know your license is being reported as revoked by the "
2303
  "with your report."
2304
  msgstr ""
2305
 
2306
+ #: includes/licensing.php:564
2307
  msgid ""
2308
  "It was not possible to establish a connection with the Business Directory "
2309
  "server. The connection failed with the following error:"
2310
  msgstr ""
2311
 
2312
+ #: includes/licensing.php:577
2313
  msgid ""
2314
  "It was not possible to establish a connection with the Business Directory "
2315
  "server. A problem occurred in the SSL/TSL handshake:"
2316
  msgstr ""
2317
 
2318
+ #: includes/licensing.php:624
2319
  msgid ""
2320
  "It looks like your server is not authorized to make outgoing requests to "
2321
  "Business Directory servers. Please contact your webhost and ask them to add "
2323
  msgstr ""
2324
 
2325
  # @ WPBDM
2326
+ #: includes/licensing.php:718
2327
  #, fuzzy
2328
  msgid "Business Directory license key is missing."
2329
  msgstr "Katalog firm - wygasł Klucz Licencji"
2330
 
2331
  # @ WPBDM
2332
+ #: includes/licensing.php:719
2333
  #, fuzzy
2334
  msgid "Business Directory license key has expired"
2335
  msgstr "Katalog firm - wygasł Klucz Licencji"
2336
 
2337
  # @ WPBDM
2338
+ #: includes/licensing.php:720
2339
  #, fuzzy
2340
  msgid "Could not verify Business Directory license."
2341
  msgstr "Pomóż doskonalić Katalog Firm"
2342
 
2343
  # @ WPBDM
2344
+ #: includes/licensing.php:731
2345
  #, fuzzy
2346
  msgid "Review license keys"
2347
  msgstr "Odśwież Klucz Licencji"
2348
 
2349
+ #: includes/licensing.php:846
2350
  msgid "Missing data. Please reload this page and try again."
2351
  msgstr ""
2352
 
2353
  # @ WPBDM
2354
+ #: includes/licensing.php:851
2355
  #, fuzzy
2356
  msgid "Please enter a license key."
2357
  msgstr "Proszę wprowadzić poprawny adres e-mail."
2375
  msgid "Gateway Transaction ID:"
2376
  msgstr "transakcja"
2377
 
2378
+ #: includes/payment.php:76
2379
  msgid "Bill To:"
2380
  msgstr ""
2381
 
2382
+ #: includes/payment.php:87
2383
  msgid "Print Receipt"
2384
  msgstr ""
2385
 
2386
  # @ WPBDM
2387
+ #: includes/payment.php:147
2388
  #, fuzzy
2389
  msgid "Return to plan selection"
2390
  msgstr "Powrót do oferty."
2391
 
2392
  # @ WPBDM
2393
+ #: includes/themes.php:918
2394
  #, fuzzy
2395
  msgid "ZIP file is not a valid Business Directory theme file."
2396
  msgstr "Proszę wprowadzić poprawny adres e-mail."
2628
  msgstr "Status dla zaimportowanych plików"
2629
 
2630
  # @ WPBDM
2631
+ #: templates/admin/csv-import.tpl.php:193
2632
  #, fuzzy
2633
  msgid "Post status of existing imported listings"
2634
  msgstr "Status dla zaimportowanych plików"
2635
 
2636
  # @ WPBDM
2637
+ #: templates/admin/csv-import.tpl.php:212
2638
  #, fuzzy
2639
  msgid "Missing categories handling"
2640
  msgstr "Brakująca obsługa kategorii "
2641
 
2642
  # @ WPBDM
2643
+ #: templates/admin/csv-import.tpl.php:218
2644
  #, fuzzy
2645
  msgid "Auto-create categories"
2646
  msgstr "Automatyczne tworzenie kategorii"
2647
 
2648
  # @ WPBDM
2649
+ #: templates/admin/csv-import.tpl.php:223
2650
  #, fuzzy
2651
  msgid "Generate errors when a category is not found"
2652
  msgstr "Generować błędy gdy kategorii nie znaleziono"
2653
 
2654
  # @ WPBDM
2655
+ #: templates/admin/csv-import.tpl.php:231
2656
  #, fuzzy
2657
  msgid "Keep existing images"
2658
  msgstr "Obrazy"
2659
 
2660
+ #: templates/admin/csv-import.tpl.php:234
2661
  msgid "Appends new images while keeping current ones."
2662
  msgstr ""
2663
 
2664
  # @ WPBDM
2665
+ #: templates/admin/csv-import.tpl.php:242
2666
  #, fuzzy
2667
  msgid "Assign listings to a user"
2668
  msgstr "Przypisać oferty do użytkownika?"
2669
 
2670
  # @ WPBDM
2671
+ #: templates/admin/csv-import.tpl.php:254
2672
  #, fuzzy
2673
  msgid "Default listing user"
2674
  msgstr "Domyślny użytkownik oferty"
2675
 
2676
  # @ WPBDM
2677
+ #: templates/admin/csv-import.tpl.php:256
2678
  #, fuzzy
2679
  msgid ""
2680
  "This user will be used if the username column is not present in the CSV file."
2683
  "obecny w pliku CSV."
2684
 
2685
  # @ WPBDM
2686
+ #: templates/admin/csv-import.tpl.php:263
2687
  #, fuzzy
2688
  msgid "Number of listings imported on every cycle"
2689
  msgstr "Liczba wyświetlanych ofert"
2690
 
2691
+ #: templates/admin/csv-import.tpl.php:265
2692
  msgid ""
2693
  "If you are having trouble importing listings due to memory problems, try "
2694
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2697
  msgstr ""
2698
 
2699
  # @ WPBDM
2700
+ #: templates/admin/csv-import.tpl.php:277
2701
  #, fuzzy
2702
  msgid "Disable email notifications during import"
2703
  msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
2704
 
2705
  # @ WPBDM
2706
+ #: templates/admin/csv-import.tpl.php:296
2707
  #, fuzzy
2708
  msgid ""
2709
  "The following are the valid header names to be used in the CSV file. "
2717
  "\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
2718
 
2719
  # @ WPBDM
2720
+ #: templates/admin/csv-import.tpl.php:305
2721
  #, fuzzy
2722
  msgid "Header name/label"
2723
  msgstr "Nagłówek/Etykieta"
2724
 
2725
  # @ WPBDM
2726
+ #: templates/admin/csv-import.tpl.php:308
2727
  #, fuzzy
2728
  msgid "Required?"
2729
  msgstr "Wymagane?"
2730
 
2731
  # @ WPBDM
2732
+ #: templates/admin/csv-import.tpl.php:309
2733
  #, fuzzy
2734
  msgid "Multivalued?"
2735
  msgstr "Wielowartościowe?"
2736
 
2737
  # @ WPBDM
2738
+ #: templates/admin/csv-import.tpl.php:341
2739
  #, fuzzy
2740
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2741
  msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
2742
 
2743
  # @ WPBDM
2744
+ #: templates/admin/csv-import.tpl.php:348
2745
  #, fuzzy
2746
  msgid "Listing author's username"
2747
  msgstr "Autor oferty - Nazwa Użytkownika"
3424
  msgstr ""
3425
 
3426
  # @ WPBDM
3427
+ #: templates/businessdirectory-listings.tpl.php:51
3428
  #: templates/deprecated/search.tpl.php:23
3429
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3430
  #, fuzzy
3431
  msgid "No listings found."
3432
  msgstr "Nie znaleziono Firm"
3586
 
3587
  # @ WPBDM
3588
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3589
+ #: templates/manage_listings.tpl.php:36
3590
  #: templates/submit-listing-done.tpl.php:36
3591
  #, fuzzy
3592
  msgid "Return to directory"
3746
  "\"Usun\" aby usunąć ofertę."
3747
 
3748
  # @ WPBDM
3749
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3750
  #, fuzzy
3751
  msgid "You do not currently have any listings in the directory."
3752
  msgstr "Nie masz aktualnie ofert w katalogu."
3766
  msgstr "%s z %s dni. Następne odnowienie w dniu %s."
3767
 
3768
  # @ WPBDM
3769
+ #: templates/manage_listings.tpl.php:13
3770
  #, fuzzy
3771
+ msgid "Your current listings are shown below."
3772
+ msgstr "Chwilowo brak ofert w Katalogu."
3773
 
3774
  # @ WPBDM
3775
  #: templates/parts/pagination.tpl.php:7
3814
  msgstr "Zarządzanie powtarzającymi sie Abonamentami"
3815
 
3816
  # @ WPBDM
3817
+ #: templates/search-form.tpl.php:27
3818
  #, fuzzy
3819
  msgid "Clear"
3820
  msgstr "Wyczyść"
4170
  msgstr "Katalog Firm"
4171
 
4172
  # @ WPBDM
4173
+ #: includes/abstracts/class-view.php:130
4174
  #, fuzzy
4175
  msgctxt "views"
4176
  msgid "Invalid credentials."
4199
  msgid "Untitled Menu"
4200
  msgstr ""
4201
 
4202
+ #: includes/admin/class-admin.php:898
4203
  msgctxt "admin"
4204
  msgid "Dismiss this notice."
4205
  msgstr ""
4206
 
4207
  # @ WPBDM
4208
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
4209
  #, fuzzy
4210
  msgctxt "admin"
4211
  msgid "The listing has been updated."
4215
  msgstr[2] "Podniesiono status ofert."
4216
 
4217
  # @ WPBDM
4218
+ #: includes/admin/class-admin.php:1039
4219
  #, fuzzy
4220
  msgctxt "admin"
4221
  msgid "The plan was successfully assigned."
4222
  msgstr "Abonament został przypisany do oferty."
4223
 
4224
  # @ WPBDM
4225
+ #: includes/admin/class-admin.php:1049
4226
  msgctxt "admin"
4227
  msgid "Listing was renewed."
4228
  msgid_plural "Listings were renewed."
4231
  msgstr[2] "Odnowiono ofert."
4232
 
4233
  # @ WPBDM
4234
+ #: includes/admin/class-admin.php:1061
4235
  msgctxt "admin"
4236
  msgid "Renewal email sent."
4237
  msgstr "Wysłano e-mail potwierdzający odnowienie."
4238
 
4239
  # @ WPBDM
4240
+ #: includes/admin/class-admin.php:1074
4241
  #, fuzzy
4242
  msgctxt "admin"
4243
  msgid "Listing report deleted."
4247
  msgstr[2] "Data zakończenia emisji oferty"
4248
 
4249
  # @ WPBDM
4250
+ #: includes/admin/class-admin.php:1123
4251
  #, fuzzy
4252
  msgctxt "admin"
4253
  msgid "Access keys sent."
4254
  msgstr "Pola/Obrazy"
4255
 
4256
+ #: includes/admin/class-admin.php:1125
4257
  msgctxt "admin"
4258
  msgid "The access keys couldn't be sent."
4259
  msgstr ""
4260
 
4261
  # @ WPBDM
4262
+ #: includes/admin/class-admin.php:1283
4263
  msgctxt "admin"
4264
  msgid ""
4265
  "<b>Business Directory Plugin</b> requires a page with the "
4269
  "<tt>[businessdirectory]</tt> aby działać prawidłowo."
4270
 
4271
  # @ WPBDM
4272
+ #: includes/admin/class-admin.php:1285
4273
  msgctxt "admin"
4274
  msgid ""
4275
  "You can create this page by yourself or let Business Directory do this for "
4279
  "automatycznie."
4280
 
4281
  # @ WPBDM
4282
+ #: includes/admin/class-admin.php:1290
4283
  msgctxt "admin"
4284
  msgid "Create required pages for me"
4285
  msgstr "Stwórz wymagane pola dla mnie"
4286
 
4287
+ #: includes/admin/class-admin.php:1343
4288
  msgctxt "admin"
4289
  msgid ""
4290
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
4372
  msgstr "Debug"
4373
 
4374
  # @ WPBDM
4375
+ #: includes/admin/controllers/class-settings-admin.php:39
4376
  #, fuzzy
4377
  msgctxt "admin menu"
4378
  msgid "Settings"
4712
  msgid "Reported"
4713
  msgstr ""
4714
 
4715
+ #: includes/models/class-listing.php:981
4716
  msgctxt "listing status"
4717
  msgid "Unknown"
4718
  msgstr ""
4719
 
4720
+ #: includes/models/class-listing.php:982
4721
  msgctxt "listing status"
4722
  msgid "Legacy"
4723
  msgstr ""
4724
 
4725
  # @ WPBDM
4726
+ #: includes/models/class-listing.php:983
4727
  #, fuzzy
4728
  msgctxt "listing status"
4729
  msgid "Incomplete"
4730
  msgstr "Zakończona"
4731
 
4732
  # @ WPBDM
4733
+ #: includes/models/class-listing.php:984
4734
  #, fuzzy
4735
  msgctxt "listing status"
4736
  msgid "Pending Payment"
4737
  msgstr "Oczekujące na abonament"
4738
 
4739
  # @ WPBDM
4740
+ #: includes/models/class-listing.php:985
4741
  #, fuzzy
4742
  msgctxt "listing status"
4743
  msgid "Complete"
4744
  msgstr "Zakończona"
4745
 
4746
  # @ WPBDM
4747
+ #: includes/models/class-listing.php:986
4748
  #, fuzzy
4749
  msgctxt "listing status"
4750
  msgid "Pending Upgrade"
4751
  msgstr "Oferty oczekujące na zatwierdzenie"
4752
 
4753
  # @ WPBDM
4754
+ #: includes/models/class-listing.php:987
4755
  #, fuzzy
4756
  msgctxt "listing status"
4757
  msgid "Expired"
4758
  msgstr "Wygasłe"
4759
 
4760
  # @ WPBDM
4761
+ #: includes/models/class-listing.php:988
4762
  #, fuzzy
4763
  msgctxt "listing status"
4764
  msgid "Pending Renewal"
4765
  msgstr "Tylko aktywne i oczekujące na odświeżenie "
4766
 
4767
  # @ WPBDM
4768
+ #: includes/models/class-listing.php:989
4769
  #, fuzzy
4770
  msgctxt "listing status"
4771
  msgid "Abandoned"
5340
  msgstr "Pola ofert"
5341
 
5342
  # @ WPBDM
5343
+ #: includes/admin/controllers/class-settings-admin.php:535
5344
  #, fuzzy
5345
  msgctxt "admin settings"
5346
  msgid "Remove"
5347
  msgstr "Usuń"
5348
 
5349
  # @ WPBDM
5350
+ #: includes/admin/controllers/class-settings-admin.php:589
5351
  msgctxt "admin settings"
5352
  msgid "Valid placeholders: %s"
5353
  msgstr "Dopuszczalne wypełnienie pola: %s"
5914
  msgstr "Data zakończenia emisji oferty"
5915
 
5916
  # @ WPBDM
5917
+ #: includes/admin/controllers/class-settings-admin.php:671
5918
  #, fuzzy
5919
  msgctxt "expiration notices"
5920
  msgid "Add notice"
5921
  msgstr "Dodaj Pole "
5922
 
5923
+ #: includes/admin/controllers/class-settings-admin.php:690
5924
  msgctxt "expiration notices"
5925
  msgid "No notices configured."
5926
  msgstr ""
5927
 
5928
+ #: includes/admin/controllers/class-settings-admin.php:732
5929
  msgctxt "expiration notices"
5930
  msgid "recurring and non-recurring"
5931
  msgstr ""
5932
 
5933
  # @ WPBDM
5934
+ #: includes/admin/controllers/class-settings-admin.php:734
5935
  #, fuzzy
5936
  msgctxt "expiration notices"
5937
  msgid "recurring only"
5938
  msgstr "(powtarzające się)"
5939
 
5940
  # @ WPBDM
5941
+ #: includes/admin/controllers/class-settings-admin.php:736
5942
  #, fuzzy
5943
  msgctxt "expiration notices"
5944
  msgid "non-recurring only"
5945
  msgstr "(powtarzające się)"
5946
 
5947
  # @ WPBDM
5948
+ #: includes/admin/controllers/class-settings-admin.php:740
5949
  #, fuzzy
5950
  msgctxt "expiration notices"
5951
  msgid "Sent when a listing (%s) is renewed."
5952
  msgstr "Wysłane po zapisaniu oferty."
5953
 
5954
  # @ WPBDM
5955
+ #: includes/admin/controllers/class-settings-admin.php:745
5956
  #, fuzzy
5957
  msgctxt "expiration notices"
5958
  msgid "Sent when a listing (%s) expires."
5959
  msgstr "Upłynął okres ważności oferty."
5960
 
5961
  # @ WPBDM
5962
+ #: includes/admin/controllers/class-settings-admin.php:753
5963
  #, fuzzy
5964
  msgctxt "expiration notices"
5965
  msgid "%d day"
5968
  msgstr[1] "%d dni"
5969
  msgstr[2] "%d dni"
5970
 
5971
+ #: includes/admin/controllers/class-settings-admin.php:756
5972
  msgctxt "expiration notices"
5973
  msgid "%d week"
5974
  msgid_plural "%d weeks"
5976
  msgstr[1] ""
5977
  msgstr[2] ""
5978
 
5979
+ #: includes/admin/controllers/class-settings-admin.php:759
5980
  msgctxt "expiration notices"
5981
  msgid "%d month"
5982
  msgid_plural "%d months"
5986
 
5987
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5988
  #. non-recuring only)
5989
+ #: includes/admin/controllers/class-settings-admin.php:765
5990
  msgctxt "expiration notices"
5991
  msgid "Sent %1$s before a listing (%2$s) expires."
5992
  msgstr ""
5994
  # @ WPBDM
5995
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5996
  #. non-recuring only)
5997
+ #: includes/admin/controllers/class-settings-admin.php:768
5998
  #, fuzzy
5999
  msgctxt "expiration notices"
6000
  msgid "Sent %1$s after a listing (%2$s) expires."
6001
  msgstr "Wysłane po zapisaniu oferty."
6002
 
6003
+ #: includes/admin/controllers/class-settings-admin.php:785
6004
  msgctxt "expiration notices"
6005
  msgid "At the time of expiration"
6006
  msgstr ""
6007
 
6008
  # @ WPBDM
6009
+ #: includes/admin/controllers/class-settings-admin.php:786
6010
  #, fuzzy
6011
  msgctxt "expiration notices"
6012
  msgid "Right after a successful renewal"
6013
  msgstr "Abonament został przypisany do oferty."
6014
 
6015
+ #: includes/admin/controllers/class-settings-admin.php:797
6016
  msgctxt "expiration notices"
6017
  msgid "%d day before expiration"
6018
  msgid_plural "%d days before expiration"
6020
  msgstr[1] ""
6021
  msgstr[2] ""
6022
 
6023
+ #: includes/admin/controllers/class-settings-admin.php:797
6024
  msgctxt "expiration notices"
6025
  msgid "%d day after expiration"
6026
  msgid_plural "%d days after expiration"
6028
  msgstr[1] ""
6029
  msgstr[2] ""
6030
 
6031
+ #: includes/admin/controllers/class-settings-admin.php:800
6032
  msgctxt "expiration notices"
6033
  msgid "%d week before expiration"
6034
  msgid_plural "%d weeks before expiration"
6036
  msgstr[1] ""
6037
  msgstr[2] ""
6038
 
6039
+ #: includes/admin/controllers/class-settings-admin.php:800
6040
  msgctxt "expiration notices"
6041
  msgid "%d week after expiration"
6042
  msgid_plural "%d weeks after expiration"
6044
  msgstr[1] ""
6045
  msgstr[2] ""
6046
 
6047
+ #: includes/admin/controllers/class-settings-admin.php:803
6048
  msgctxt "expiration notices"
6049
  msgid "%d month before expiration"
6050
  msgid_plural "%d months before expiration"
6052
  msgstr[1] ""
6053
  msgstr[2] ""
6054
 
6055
+ #: includes/admin/controllers/class-settings-admin.php:803
6056
  msgctxt "expiration notices"
6057
  msgid "%d month after expiration"
6058
  msgid_plural "%d months after expiration"
6061
  msgstr[2] ""
6062
 
6063
  # @ WPBDM
6064
+ #: includes/admin/controllers/class-settings-admin.php:830
6065
  #, fuzzy
6066
  msgctxt "expiration notices"
6067
  msgid "Applies to"
6068
  msgstr "Stosowane do"
6069
 
6070
+ #: includes/admin/controllers/class-settings-admin.php:833
6071
  msgctxt "expiration notices"
6072
  msgid "Non-recurring listings"
6073
  msgstr ""
6074
 
6075
  # @ WPBDM
6076
+ #: includes/admin/controllers/class-settings-admin.php:834
6077
  #, fuzzy
6078
  msgctxt "expiration notices"
6079
  msgid "Recurring listings"
6080
  msgstr "Powrót do oferty."
6081
 
6082
+ #: includes/admin/controllers/class-settings-admin.php:835
6083
  msgctxt "expiration notices"
6084
  msgid "Recurring and non-recurring listings"
6085
  msgstr ""
6086
 
6087
+ #: includes/admin/controllers/class-settings-admin.php:840
6088
  msgctxt "expiration notices"
6089
  msgid "When to send?"
6090
  msgstr ""
6091
 
6092
  # @ WPBDM
6093
+ #: includes/admin/controllers/class-settings-admin.php:707
6094
  #, fuzzy
6095
  msgctxt "settings"
6096
  msgid "Site title (with link)"
6097
  msgstr "Tytuł strony (z linkiem)"
6098
 
6099
  # @ WPBDM
6100
+ #: includes/admin/controllers/class-settings-admin.php:708
6101
  msgctxt "settings"
6102
  msgid "Author's name"
6103
  msgstr "Nazwisko Autora"
6104
 
6105
  # @ WPBDM
6106
+ #: includes/admin/controllers/class-settings-admin.php:709
6107
  msgctxt "settings"
6108
  msgid "Listing's name (with link)"
6109
  msgstr "Nazwa Oferty (z linkiem)"
6110
 
6111
  # @ WPBDM
6112
+ #: includes/admin/controllers/class-settings-admin.php:710
6113
  #, fuzzy
6114
  msgctxt "settings"
6115
  msgid "Listing's expiration date"
6116
  msgstr "Data zakończenia emisji oferty"
6117
 
6118
+ #: includes/admin/controllers/class-settings-admin.php:711
6119
  msgctxt "settings"
6120
  msgid "Listing's renewal link, formatted with an anchor tag"
6121
  msgstr ""
6122
 
6123
+ #: includes/admin/controllers/class-settings-admin.php:712
6124
  msgctxt "settings"
6125
  msgid "Listing's renewal URL, unformatted by any tags"
6126
  msgstr ""
6127
 
6128
  # @ WPBDM
6129
+ #: includes/admin/controllers/class-settings-admin.php:713
6130
  #, fuzzy
6131
  msgctxt "settings"
6132
  msgid "Listing's categories"
6133
  msgstr "Tytuł oferty"
6134
 
6135
  # @ WPBDM
6136
+ #: includes/admin/controllers/class-settings-admin.php:714
6137
  #, fuzzy
6138
  msgctxt "settings"
6139
  msgid "Listing's last payment date"
6140
  msgstr "Data zakończenia emisji oferty"
6141
 
6142
  # @ WPBDM
6143
+ #: includes/admin/controllers/class-settings-admin.php:715
6144
  #, fuzzy
6145
  msgctxt "settings"
6146
  msgid "Listing's access key"
6147
  msgstr "Pola/Obrazy"
6148
 
6149
  # @ WPBDM
6150
+ #: includes/admin/controllers/class-settings-admin.php:872
6151
  #, fuzzy
6152
  msgctxt "settings"
6153
  msgid "Settings reset to default."
7099
  msgid "Cropped"
7100
  msgstr ""
7101
 
7102
+ #: includes/admin/settings/class-settings.php:483
7103
  #: includes/admin/settings/class-settings.php:494
 
7104
  msgctxt "settings"
7105
  msgid "\"%s\" can not be empty."
7106
  msgstr ""
7107
 
7108
+ #: includes/admin/settings/class-settings.php:511
7109
  msgctxt "settings"
7110
  msgid "The slug \"%s\" is already in use for another taxonomy."
7111
  msgstr ""
7112
 
7113
+ #: includes/licensing.php:238
7114
  msgctxt "settings"
7115
  msgid "Themes"
7116
  msgstr ""
7117
 
7118
+ #: includes/licensing.php:290 includes/licensing.php:291
7119
  msgctxt "settings"
7120
  msgid "Please wait..."
7121
  msgstr ""
7122
 
7123
  # @ authorize-net
7124
+ #: includes/licensing.php:291
7125
  #, fuzzy
7126
  msgctxt "settings"
7127
  msgid "Deauthorize"
7139
  msgid "Could not change the active theme to \"%s\"."
7140
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7141
 
7142
+ #: includes/admin/controllers/class-themes-admin.php:147
7143
  msgctxt "themes"
7144
  msgid "Active theme changed to \"%s\"."
7145
  msgstr ""
7146
 
7147
+ #: includes/admin/controllers/class-themes-admin.php:150
7148
  msgctxt "themes"
7149
  msgid ""
7150
  "%s requires that you tag your existing fields to match some places we want "
7152
  msgstr ""
7153
 
7154
  # @ WPBDM
7155
+ #: includes/admin/controllers/class-themes-admin.php:161
7156
  msgctxt "themes"
7157
  msgid "Map My Fields"
7158
  msgstr "Zarządzaj polami formularzy"
7159
 
7160
  # @ WPBDM
7161
+ #: includes/admin/controllers/class-themes-admin.php:169
7162
  msgctxt "themes"
7163
  msgid "Suggested fields created successfully."
7164
  msgstr "Pola wymagane zostały pomyślnie utworzone."
7165
 
7166
  # @ WPBDM
7167
+ #: includes/admin/controllers/class-themes-admin.php:172
7168
  msgctxt "themes"
7169
  msgid "Theme installed successfully."
7170
  msgstr "Pola wymagane zostały pomyślnie utworzone."
7171
 
7172
  # @ WPBDM
7173
+ #: includes/admin/controllers/class-themes-admin.php:175
7174
  #, fuzzy
7175
  msgctxt "themes"
7176
  msgid "Theme was deleted successfully."
7177
  msgstr "Import zakończony pełnym sukcesem."
7178
 
7179
+ #: includes/admin/controllers/class-themes-admin.php:178
7180
  msgctxt "themes"
7181
  msgid "Could not delete theme directory. Check permissions."
7182
  msgstr ""
7183
 
7184
  # @ WPBDM
7185
+ #: includes/admin/controllers/class-themes-admin.php:231
7186
  msgctxt "themes"
7187
  msgid "Please upload a valid theme file."
7188
  msgstr "Proszę wprowadzić poprawny adres e-mail."
7189
 
7190
  # @ WPBDM
7191
+ #: includes/admin/controllers/class-themes-admin.php:240
7192
  msgctxt "themes"
7193
  msgid "Could not move \"%s\" to a temporary directory."
7194
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
7195
 
7196
+ #: includes/admin/controllers/class-themes-admin.php:326
7197
  msgctxt "themes"
7198
  msgid "Activate your <a>license key</a> to use this theme."
7199
  msgstr ""
7200
 
7201
  # @ WPBDM
7202
+ #: includes/admin/controllers/class-themes-admin.php:369
7203
  #, fuzzy
7204
  msgctxt "themes"
7205
  msgid "Invalid theme ID"
7206
  msgstr "Niewłaściwe ID Pola"
7207
 
7208
  # @ WPBDM
7209
+ #: includes/admin/controllers/class-themes-admin.php:375
7210
  #: includes/admin/upgrades/class-themes-updater.php:172
7211
  msgctxt "themes"
7212
  msgid "Could not update theme: %s"
7236
  msgstr "Import zakończony pełnym sukcesem."
7237
 
7238
  # @ WPBDM
7239
+ #: includes/themes.php:926
7240
  msgctxt "themes"
7241
  msgid "Could not create themes directory."
7242
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
7243
 
7244
  # @ WPBDM
7245
+ #: includes/themes.php:937
7246
  msgctxt "themes"
7247
  msgid "Could not remove previous theme directory \"%s\"."
7248
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7249
 
7250
  # @ WPBDM
7251
+ #: includes/themes.php:945
7252
  msgctxt "themes"
7253
  msgid "Could not move new theme into theme directory."
7254
  msgstr "Nie masz aktualnie ofert w katalogu."
7259
  msgstr ""
7260
 
7261
  # @ WPBDM
7262
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
7263
  msgctxt "admin csv-export"
7264
  msgid "Could not create a temporary directory for handling this CSV export."
7265
  msgstr ""
7266
  "Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
7267
 
7268
  # @ WPBDM
7269
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
7270
  msgctxt "admin csv-export"
7271
  msgid "Error while creating a temporary directory for CSV export: %s"
7272
  msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
7483
  msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
7484
 
7485
  # @ WPBDM
7486
+ #: includes/admin/csv-import.php:370
7487
  msgctxt "admin csv-import"
7488
  msgid ""
7489
  "An error was detected while validating the CSV file for import. Please fix "
7493
  "sprawdzić przed kontynuacją."
7494
 
7495
  # @ WPBDM
7496
+ #: includes/admin/csv-import.php:379
7497
  msgctxt "admin csv-import"
7498
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
7499
  msgstr ""
7500
  "IMPORT jest obecnie w \"trybie testowym\". Niec nie zostanie dodane do bazy "
7501
  "danych."
7502
 
7503
+ #: includes/admin/helpers/csv/class-csv-import.php:532
7504
  msgctxt "admin csv-import"
7505
  msgid ""
7506
  "Could not create listing category \"<category-name>\". The operation failed "
7508
  msgstr ""
7509
 
7510
  # @ WPBDM
7511
+ #: includes/admin/helpers/csv/class-csv-import.php:538
7512
  msgctxt "admin csv-import"
7513
  msgid "Could not create listing category \"%s\""
7514
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
7515
 
7516
  # @ WPBDM
7517
+ #: includes/admin/helpers/csv/class-csv-import.php:730
7518
  msgctxt "admin csv-import"
7519
  msgid "Username \"%s\" does not exist"
7520
  msgstr "Użytkownik \"%s\" nie istnieje"
7521
 
7522
+ #: includes/admin/helpers/csv/class-csv-import.php:757
7523
  msgctxt "admin csv-import"
7524
  msgid "There is no Plan with ID = <fee-id>"
7525
  msgstr ""
7526
 
7527
  # @ WPBDM
7528
+ #: includes/admin/helpers/csv/class-csv-import.php:788
7529
  msgctxt "admin csv-import"
7530
  msgid "Missing required field: %s"
7531
  msgstr "Brak wymaganego pola: %s"
7532
 
7533
  # @ WPBDM
7534
+ #: includes/admin/helpers/csv/class-csv-import.php:829
7535
  msgctxt "admin csv-import"
7536
  msgid "Listing category \"%s\" does not exist"
7537
  msgstr "Kategoria \"%s\" nie istnieje"
7538
 
7539
+ #: includes/admin/helpers/csv/class-csv-import.php:903
7540
  msgctxt "admin csv-import"
7541
  msgid "The string <string> couldn't be converted into a valid date."
7542
  msgstr ""
7717
  msgstr ""
7718
 
7719
  # @ WPBDM
7720
+ #: templates/admin/csv-import.tpl.php:196
7721
  #, fuzzy
7722
  msgctxt "admin csv-import"
7723
  msgid "Preserve existing status"
7724
  msgstr "Oferty"
7725
 
7726
  # @ WPBDM
7727
+ #: templates/admin/csv-import.tpl.php:249
7728
  msgctxt "admin csv-import"
7729
  msgid ""
7730
  "Select a default user to be used if the username column is not present in "
7734
  "obecny w pliku CSV."
7735
 
7736
  # @ WPBDM
7737
+ #: templates/admin/csv-import.tpl.php:283
7738
  msgctxt "admin csv-import"
7739
  msgid "Test Import"
7740
  msgstr "Test importu"
7741
 
7742
  # @ WPBDM
7743
+ #: templates/admin/csv-import.tpl.php:284
7744
  msgctxt "admin csv-import"
7745
  msgid "Import Listings"
7746
  msgstr "Import ofert"
7747
 
7748
  # @ WPBDM
7749
+ #: templates/admin/csv-import.tpl.php:334
7750
  #, fuzzy
7751
  msgctxt "admin csv-import"
7752
  msgid ""
7757
  "podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
7758
 
7759
  # @ WPBDM
7760
+ #: templates/admin/csv-import.tpl.php:355
7761
  msgctxt "admin csv-import"
7762
  msgid ""
7763
  "Internal Sequence ID used to allow listing updates from external sources."
7766
  "ofercie aktualizacji ze źródeł zewnętrznych."
7767
 
7768
  # @ WPBDM
7769
+ #: templates/admin/csv-import.tpl.php:362
7770
  msgctxt "admin csv-import"
7771
  msgid ""
7772
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
7789
  "mieć prawa zapisu. Proszę skontaktować się z hostem."
7790
 
7791
  # @ WPBDM
7792
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
7793
  #, fuzzy
7794
  msgctxt "listing metabox"
7795
  msgid "Recent Payments"
7796
  msgstr "Odrzucenie płatności"
7797
 
7798
  # @ WPBDM
7799
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
7800
  #, fuzzy
7801
  msgctxt "listing metabox"
7802
  msgid "Access Key"
7838
  msgstr "Liczba Obrazów"
7839
 
7840
  # @ WPBDM
7841
+ #: includes/admin/helpers/class-listing-timeline.php:122
7842
  #, fuzzy
7843
  msgctxt "listing timeline"
7844
  msgid "Listing created"
7845
  msgstr "Obrazy"
7846
 
7847
  # @ WPBDM
7848
+ #: includes/admin/helpers/class-listing-timeline.php:130
7849
  #, fuzzy
7850
  msgctxt "listing timeline"
7851
  msgid "Listing expired"
7852
  msgstr "Upłynął okres ważności oferty."
7853
 
7854
+ #: includes/admin/helpers/class-listing-timeline.php:146
7855
  msgctxt "listing timeline"
7856
  msgid "T&C acceptance date"
7857
  msgstr ""
7858
 
7859
+ #: includes/admin/helpers/class-listing-timeline.php:164
7860
  msgctxt "listing timeline"
7861
  msgid "Paid as admin"
7862
  msgstr ""
7863
 
7864
  # @ WPBDM
7865
+ #: includes/admin/helpers/class-listing-timeline.php:166
7866
  #, fuzzy
7867
  msgctxt "listing timeline"
7868
  msgid "Listing imported"
7869
  msgstr "Upłynął okres ważności oferty."
7870
 
7871
  # @ WPBDM
7872
+ #: includes/admin/helpers/class-listing-timeline.php:168
7873
  #, fuzzy
7874
  msgctxt "listing timeline"
7875
  msgid "Initial Payment"
7949
  msgstr "Co śledzicie?"
7950
 
7951
  # @ WPBDM
7952
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7953
  #, fuzzy
7954
  msgctxt "manual-upgrade"
7955
  msgid "Continue"
7956
  msgstr "Kontynuacja"
7957
 
7958
  # @ WPBDM
7959
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7960
  msgctxt "manual-upgrade"
7961
  msgid "Start Upgrade"
7962
  msgstr "Rozpocznij Aktualizację"
7963
 
7964
  # @ WPBDM
7965
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7966
  msgctxt "manual-upgrade"
7967
  msgid "Pause Upgrade"
7968
  msgstr "Wstrzymaj Aktualizację"
7969
 
7970
  # @ WPBDM
7971
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7972
  #, fuzzy
7973
  msgctxt "manual-upgrade"
7974
  msgid ""
7977
  msgstr "Aktualizacja przebiegła pomyślnie. Katalog Firm jest teraz dostępny."
7978
 
7979
  # @ WPBDM
7980
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7981
  msgctxt "manual-upgrade"
7982
  msgid "Go to \"Directory Admin\""
7983
  msgstr "Przejdź do \"Katalog Administracja\""
8003
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
8004
 
8005
  # @ WPBDM
8006
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
8007
  #, fuzzy
8008
  msgctxt "installer"
8009
  msgid "Migrating email notices to new format..."
8011
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
8012
 
8013
  # @ WPBDM
8014
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
8015
  #, fuzzy
8016
  msgctxt "installer"
8017
  msgid "Migrating plans..."
8018
  msgstr "Aktywowanie Licencji"
8019
 
8020
  # @ WPBDM
8021
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
8022
  #, fuzzy
8023
  msgctxt "installer"
8024
  msgid "! Could not migrate payment #%d"
8025
  msgstr "Nie można kontynuować płatności."
8026
 
8027
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
8028
  msgctxt "installer"
8029
  msgid "Updating payment items format: %d items remaining..."
8030
  msgstr ""
8031
 
8032
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
8033
  msgctxt "installer"
8034
  msgid "Migrating listing information: %d items remaining..."
8035
  msgstr ""
8088
  msgstr "Podniesienie statusu do WYRÓŻNIONE"
8089
 
8090
  # @ WPBDM
8091
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
8092
  msgctxt "listings-api"
8093
  msgid "Featured Listing"
8094
  msgstr "Wyróżniona oferta"
8095
 
8096
  # @ WPBDM
8097
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
8098
  #, fuzzy
8099
  msgctxt "migrate-18"
8100
  msgid "Featured Levels migration is complete."
8101
  msgstr "Moduł poziomów wyróżnień"
8102
 
8103
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
8104
  msgctxt "migrate-18"
8105
  msgid ""
8106
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
8108
  "confusing notion of a \"featured level\" that was limited to sticky listings."
8109
  msgstr ""
8110
 
8111
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
8112
  msgctxt "migrate-18"
8113
  msgid ""
8114
  "We need to migrate your existing \"featured levels\" to plans for use by the "
8118
  "link> and <cancel-link>cancel migration</cancel-link>."
8119
  msgstr ""
8120
 
8121
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
8122
  msgctxt "migrate-18"
8123
  msgid ""
8124
  "Before we do the migration, we need to ask a few simple questions to move "
8126
  "plan\" that is right for you."
8127
  msgstr ""
8128
 
8129
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
8130
  msgctxt "migrate-18"
8131
  msgid "Move to: "
8132
  msgstr ""
8133
 
8134
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
8135
  msgctxt "migrate-18"
8136
  msgid "New plan summary"
8137
  msgstr ""
8138
 
8139
  # @ WPBDM
8140
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
8141
  #, fuzzy
8142
  msgctxt "migrate-18"
8143
  msgid "Perform migration"
8144
  msgstr "Informacje o abonamencie"
8145
 
8146
  # @ WPBDM
8147
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
8148
  #, fuzzy
8149
  msgctxt "migrate-18"
8150
  msgid "Business Directory Plugin - Featured Levels migration required."
8151
  msgstr "Katalog Firm - Wyróżnione Oferty"
8152
 
8153
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
8154
  msgctxt "migrate-18"
8155
  msgid ""
8156
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
8158
  msgstr ""
8159
 
8160
  # @ WPBDM
8161
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
8162
  #, fuzzy
8163
  msgctxt "upgrade-18"
8164
  msgid "← Return to Directory dashboard"
8165
  msgstr "← Powrót do Katalogu."
8166
 
8167
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
8168
  msgctxt "upgrade-18"
8169
  msgid "Configure Plan"
8170
  msgstr ""
8171
 
8172
  # @ WPBDM
8173
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
8174
  #, fuzzy
8175
  msgctxt "upgrade-18"
8176
  msgid "Featured Level"
8177
  msgstr "Moduł poziomów wyróżnień"
8178
 
8179
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
8180
  msgctxt "upgrade-18"
8181
  msgid "What to do with it?"
8182
  msgstr ""
8183
 
8184
  # @ WPBDM
8185
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
8186
  #, fuzzy
8187
  msgctxt "upgrade-18"
8188
  msgid "%d listing is on this level."
8191
  msgstr[1] "Edytowano ofertę."
8192
  msgstr[2] "Edytowano ofertę."
8193
 
8194
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
8195
  msgctxt "upgrade-18"
8196
  msgid "Select an option"
8197
  msgstr ""
8198
 
8199
  # @ WPBDM
8200
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
8201
  #, fuzzy
8202
  msgctxt "upgrade-18"
8203
  msgid "Remove \"sticky\" status for listings."
8204
  msgstr "Status dla zaimportowanych plików"
8205
 
8206
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
8207
  msgctxt "upgrade-18"
8208
  msgid "Remove this (old) level, and leave the listing on the old plan."
8209
  msgstr ""
8210
 
8211
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
8212
  msgctxt "upgrade-18"
8213
  msgid "May change \"sticky\" status depending on plan."
8214
  msgstr ""
8215
 
8216
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
8217
  msgctxt "upgrade-18"
8218
  msgid "Move listings with this level to existing plan."
8219
  msgstr ""
8220
 
8221
  # @ WPBDM
8222
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
8223
  #, fuzzy
8224
  msgctxt "upgrade-18"
8225
  msgid "Keep \"sticky\" status of listings."
8226
  msgstr "Status dla zaimportowanych plików"
8227
 
8228
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
8229
  msgctxt "upgrade-18"
8230
  msgid "Replace this level with a new plan."
8231
  msgstr ""
8249
  msgstr "Dodaj nową ofertę"
8250
 
8251
  # @ WPBDM
8252
+ #: includes/models/class-listing.php:427
8253
  #, fuzzy
8254
  msgctxt "listing"
8255
  msgid "Listing has no registered payments"
8256
  msgstr "Data zakończenia emisji oferty"
8257
 
8258
  # @ WPBDM
8259
+ #: includes/models/class-listing.php:436
8260
  #, fuzzy
8261
  msgctxt "listing"
8262
  msgid "Can't delete payment"
8263
  msgstr "Odrzucenie płatności"
8264
 
8265
  # @ WPBDM
8266
+ #: includes/models/class-listing.php:474
8267
  #, fuzzy
8268
  msgctxt "listing"
8269
  msgid "Listing expired"
8270
  msgstr "Upłynął okres ważności oferty."
8271
 
8272
  # @ WPBDM
8273
+ #: includes/models/class-listing.php:683
8274
  #, fuzzy
8275
  msgctxt "listing"
8276
  msgid "(Unavailable Plan)"
8277
  msgstr "(Abonament niedostępny)"
8278
 
8279
  # @ WPBDM
8280
+ #: includes/models/class-listing.php:878
8281
  #, fuzzy
8282
  msgctxt "listing"
8283
  msgid "Plan \"%s\" (recurring)"
8284
  msgstr "(powtarzające się)"
8285
 
8286
+ #: includes/models/class-listing.php:880
8287
  msgctxt "listing"
8288
  msgid "Plan \"%s\""
8289
  msgstr ""
8415
  msgstr ""
8416
 
8417
  # @ WPBDM
8418
+ #: includes/class-meta.php:33
8419
  msgctxt "rss feed"
8420
  msgid "%s Feed"
8421
  msgstr "%s RSS"
8422
 
 
 
 
 
 
 
 
 
 
 
 
 
8423
  # @ WPBDM
8424
  #: includes/class-payment-gateways.php:95
8425
  #, fuzzy
8458
  msgstr "ReCaptcha nie została poprawnie wprowadzona."
8459
 
8460
  # @ WPBDM
8461
+ #: includes/class-wpbdp.php:460
8462
  #, fuzzy
8463
  msgctxt "listing image upload"
8464
  msgid "Please select a plan before uploading images to the listing"
8465
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
8466
 
8467
  # @ WPBDM
8468
+ #: includes/class-wpbdp.php:465
8469
  #, fuzzy
8470
  msgctxt "listing image upload"
8471
  msgid "Can not upload any more images for this listing."
8472
  msgstr "Kategorie dla tej oferty"
8473
 
8474
+ #: includes/class-wpbdp.php:469
8475
  msgctxt "listing image upload"
8476
  msgid ""
8477
  "You're trying to upload %1$d images, but only have %2$d slot available. "
8490
  msgstr "Prześlij Ofertę"
8491
 
8492
  # @ WPBDM
8493
+ #: includes/controllers/pages/class-checkout.php:112
8494
  #, fuzzy
8495
  msgctxt "checkout"
8496
  msgid "Can not process a payment at this time. Please try again later."
8499
  "później."
8500
 
8501
  # @ WPBDM
8502
+ #: includes/controllers/pages/class-checkout.php:150
8503
  #, fuzzy
8504
  msgctxt "checkout"
8505
  msgid "Invalid nonce received."
8506
  msgstr "Niewłaściwe ID płatności"
8507
 
8508
  # @ WPBDM
8509
+ #: includes/controllers/pages/class-checkout.php:165
8510
  #, fuzzy
8511
  msgctxt "checkout"
8512
  msgid "Invalid gateway selected."
8513
  msgstr "Niepoprawny Kraj."
8514
 
8515
+ #: includes/controllers/pages/class-checkout.php:170
8516
  msgctxt "checkout"
8517
  msgid "Selected gateway does not support payment's currency."
8518
  msgstr ""
8519
 
8520
+ #: includes/controllers/pages/class-checkout.php:229
8521
  msgctxt "checkout"
8522
  msgid "Unknown gateway error."
8523
  msgstr ""
8524
 
8525
+ #: includes/controllers/pages/class-checkout.php:268
8526
  msgctxt "checkout"
8527
  msgid ""
8528
  "There was an error trying to process your request. No gateway is selected."
8726
  msgstr ""
8727
 
8728
  # @ WPBDM
8729
+ #: includes/controllers/pages/class-submit-listing.php:1284
8730
  msgctxt "templates"
8731
  msgid "Please agree to the Terms and Conditions."
8732
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8733
 
8734
  # @ WPBDM
8735
+ #: includes/controllers/pages/class-submit-listing.php:1298
8736
  #, fuzzy
8737
  msgctxt "templates"
8738
  msgid "I agree to the <a>Terms and Conditions</a>"
8746
  msgstr "Powrót do Katalogu."
8747
 
8748
  # @ WPBDM
8749
+ #: includes/helpers/functions/templates-ui.php:224
8750
  msgctxt "templates"
8751
  msgid "No listing categories found."
8752
  msgstr "Nie znaleziono kategorii ofert."
8753
 
8754
  # @ WPBDM
8755
+ #: includes/helpers/functions/templates-ui.php:375
8756
  msgctxt "templates"
8757
  msgid "Advanced Search"
8758
  msgstr "Zaawansowane szukanie"
8764
  msgid "Featured Listing"
8765
  msgstr "Wyróżniona oferta"
8766
 
 
 
 
 
 
 
 
 
 
 
8767
  # @ WPBDM
8768
  #: templates/parts/listing-buttons.tpl.php:15
8769
  msgctxt "templates"
8822
  msgid "Return to plan selection"
8823
  msgstr "Powrót do oferty."
8824
 
 
 
 
 
 
 
8825
  # @ WPBDM
8826
  #: templates/submit-listing/extra-sections.tpl.php:1
8827
  msgctxt "templates"
8910
  "Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej "
8911
  "za kontakt z klientem."
8912
 
8913
+ #: includes/controllers/pages/class-manage-recurring.php:33
8914
  msgctxt "manage subscription"
8915
  msgid "The listing with id = <listing-id> doesn't exists."
8916
  msgstr ""
8917
 
8918
  # @ WPBDM
8919
+ #: includes/controllers/pages/class-manage-recurring.php:42
8920
  #, fuzzy
8921
  msgctxt "manage subscriptions"
8922
  msgid ""
8925
  msgstr "Nie masz uprawnień do edycji tej oferty."
8926
 
8927
  # @ WPBDM
8928
+ #: includes/controllers/pages/class-manage-recurring.php:53
8929
  msgctxt "manage subscriptions"
8930
  msgid "Invalid subscription."
8931
  msgstr "Niepoprawna subkrypcja."
8932
 
8933
  # @ WPBDM
8934
+ #: includes/controllers/pages/class-manage-recurring.php:76
8935
  #, fuzzy
8936
  msgctxt "manage subscriptions"
8937
  msgid "Your subscription was canceled."
8945
  msgstr "Plan Subskrypcji/Abonamentu"
8946
 
8947
  # @ WPBDM
8948
+ #: includes/controllers/pages/class-manage-recurring.php:93
8949
  #, fuzzy
8950
  msgctxt "manage listings"
8951
  msgid "You are not on recurring payments for any of your listings."
9164
 
9165
  # @ WPBDM
9166
  #: includes/controllers/pages/class-submit-listing.php:866
9167
+ #: includes/controllers/pages/class-submit-listing.php:993
9168
  #, fuzzy
9169
  msgctxt "submit listing"
9170
  msgid "Please select a category."
9171
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9172
 
9173
+ #: includes/controllers/pages/class-submit-listing.php:891
9174
  msgctxt "submit listing"
9175
  msgid "Current active plan is disabled. Please select another plan."
9176
  msgstr ""
9177
 
9178
+ #: includes/controllers/pages/class-submit-listing.php:893
9179
  msgctxt "submit listing"
9180
  msgid "Please choose a valid category for your plan."
9181
  msgstr ""
9182
 
9183
  # @ WPBDM
9184
+ #: includes/controllers/pages/class-submit-listing.php:896
9185
  #, fuzzy
9186
  msgctxt "submit listing"
9187
  msgid "Please choose a valid plan for your category selection."
9188
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9189
 
9190
  # @ WPBDM
9191
+ #: includes/controllers/pages/class-submit-listing.php:1204
9192
  #, fuzzy
9193
  msgctxt "submit listing"
9194
  msgid "Please enter your desired username."
9195
  msgstr "Proszę wprowadzić Imię"
9196
 
9197
  # @ WPBDM
9198
+ #: includes/controllers/pages/class-submit-listing.php:1209
9199
  #, fuzzy
9200
  msgctxt "submit listing"
9201
  msgid "Please enter the e-mail for your new account."
9202
  msgstr "Proszę wprowadzić Imię"
9203
 
9204
+ #: includes/controllers/pages/class-submit-listing.php:1214
9205
  msgctxt "submit listing"
9206
  msgid "The username you chose is already in use. Please use a different one."
9207
  msgstr ""
9208
 
9209
+ #: includes/controllers/pages/class-submit-listing.php:1219
9210
  msgctxt "submit listing"
9211
  msgid "The e-mail address you chose for your account is already in use."
9212
  msgstr ""
9218
  msgid "Listing submitted by admin. Payment skipped."
9219
  msgstr "Prześlij ofertę"
9220
 
9221
+ #: includes/controllers/pages/class-submit-listing.php:1159
9222
  msgctxt "listing submit"
9223
  msgid ""
9224
  "Image upload is required, please provide at least one image and submit again."
9552
  msgstr "Kategoria \"%s\" nie istnieje"
9553
 
9554
  # @ WPBDM
9555
+ #: includes/helpers/functions/templates-ui.php:402
9556
  msgctxt "templates sort"
9557
  msgid "Sort By:"
9558
  msgstr "Sortuj według: "
9585
  msgstr "Główna"
9586
 
9587
  # @ WPBDM
9588
+ #: includes/licensing.php:537
9589
  msgctxt "licensing"
9590
  msgid "Could not contact licensing server"
9591
  msgstr "Nie można połączyć z serwerem danych licencji"
9592
 
9593
+ #: includes/licensing.php:550
9594
  msgctxt "licensing"
9595
  msgid ""
9596
  "It was not possible to establish a connection with Business Directory's "
9597
  "server. cURL was not found in your system"
9598
  msgstr ""
9599
 
9600
+ #: includes/licensing.php:552 includes/licensing.php:582
9601
  msgctxt "licensing"
9602
  msgid ""
9603
  "To ensure the security of our systems and adhere to industry best practices, "
9606
  "1.0.1c)."
9607
  msgstr ""
9608
 
9609
+ #: includes/licensing.php:554 includes/licensing.php:584
9610
  msgctxt "licensing"
9611
  msgid ""
9612
  "Upgrading your system will not only allow you to communicate with Business "
9614
  "services using the latest security standards."
9615
  msgstr ""
9616
 
9617
+ #: includes/licensing.php:556
9618
  msgctxt "licensing"
9619
  msgid ""
9620
  "Please contact your hosting provider and ask them to upgrade your system. "
9621
  "Include this message if necessary"
9622
  msgstr ""
9623
 
9624
+ #: includes/licensing.php:586
9625
  msgctxt "licensing"
9626
  msgid ""
9627
  "Please contact your hosting provider and ask them to upgrade your system. "
9628
  "Include this message if necessary."
9629
  msgstr ""
9630
 
9631
+ #: includes/licensing.php:622
9632
  msgctxt "licensing"
9633
  msgid "The server returned a 403 Forbidden error."
9634
  msgstr ""
9635
 
9636
  # @ WPBDM
9637
+ #: includes/licensing.php:868
9638
  msgctxt "licensing"
9639
  msgid "Could not activate license: %s."
9640
  msgstr "Nie możemy aktywować Licencji: %s."
9641
 
9642
  # @ WPBDM
9643
+ #: includes/licensing.php:873
9644
  msgctxt "licensing"
9645
  msgid "License activated"
9646
  msgstr "Licencja została aktywowana"
9647
 
9648
  # @ WPBDM
9649
+ #: includes/licensing.php:905
9650
  msgctxt "licensing"
9651
  msgid "Could not deactivate license: %s."
9652
  msgstr "Nie możemy deaktywować Licencji: %s."
9653
 
9654
  # @ WPBDM
9655
+ #: includes/licensing.php:907
9656
  msgctxt "licensing"
9657
  msgid "License deactivated"
9658
  msgstr "Licencja deaktywowana"
9659
 
9660
  #. translators: "<module-name>" version <version-number> is not...
9661
+ #: includes/licensing.php:1147
9662
  msgctxt "deprecation"
9663
  msgid ""
9664
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
9683
  msgstr[2] "Liczba dozwolonych obrazów"
9684
 
9685
  # @ WPBDM
9686
+ #: includes/models/class-fee-plan.php:405
9687
  #, fuzzy
9688
  msgctxt "fees-api"
9689
  msgid "Plan label is required."
9690
  msgstr "Etykieta pola jest wymagana."
9691
 
9692
  # @ WPBDM
9693
+ #: includes/models/class-fee-plan.php:411
9694
  msgctxt "fees-api"
9695
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
9696
  msgstr ""
9697
  "Abonament dla okresu ważności oferty musi zawierać się w liczbie dodatniej, "
9698
  "całkowitej."
9699
 
9700
+ #: includes/models/class-fee-plan.php:416
9701
  msgctxt "fees-api"
9702
  msgid ""
9703
  "To set this plan as \"Recurring\" you must have a time for the listing to "
9705
  "<a>plan</a> appropriately."
9706
  msgstr ""
9707
 
9708
+ #: includes/models/class-fee-plan.php:419
9709
  msgctxt "fees-api"
9710
  msgid ""
9711
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
10271
  msgid "Continue"
10272
  msgstr "Kontynuacja"
10273
 
10274
+ # @ WPBDM
10275
+ #~ msgctxt "title"
10276
+ #~ msgid "Find a Listing"
10277
+ #~ msgstr "Znajdź Firmę"
10278
+
10279
+ # @ WPBDM
10280
+ #~ msgctxt "title"
10281
+ #~ msgid "Listings tagged: %s"
10282
+ #~ msgstr "Oferty otagowane: %s"
10283
+
10284
+ # @ WPBDM
10285
+ #~ msgctxt "templates"
10286
+ #~ msgid ""
10287
+ #~ "Your current listings are shown below. To edit a listing click the edit "
10288
+ #~ "button. To delete a listing click the delete button."
10289
+ #~ msgstr ""
10290
+ #~ "Twoje oferty są pokazane poniżej. Kliknij \"Edytuj\" aby edytować ofertę "
10291
+ #~ "lub \"Usun\" aby usunąć ofertę."
10292
+
10293
+ # @ WPBDM
10294
+ #~ msgctxt "templates"
10295
+ #~ msgid "Find a listing"
10296
+ #~ msgstr "Znajdź Firmę"
10297
+
10298
  # @ WPBDM
10299
  #, fuzzy
10300
  #~ msgctxt "listing metabox"
languages/business-directory-plugin-ru_RU.mo CHANGED
Binary file
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-04-27 20:19:58+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"
@@ -82,7 +82,7 @@ msgstr "Рубрики справочника"
82
  #: includes/admin/settings/class-settings-bootstrap.php:691
83
  #: includes/admin/settings/class-settings-bootstrap.php:692
84
  #: includes/helpers/class-app.php:93
85
- #: includes/helpers/functions/templates-ui.php:310
86
  msgid "Directory"
87
  msgstr "Все рубрики"
88
 
@@ -140,7 +140,7 @@ msgid "Form Fields"
140
  msgstr "поля формы"
141
 
142
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
143
- #: includes/licensing.php:219
144
  #, fuzzy
145
  msgid "Modules"
146
  msgstr "Установленные модули:"
@@ -150,7 +150,7 @@ msgstr "Установленные модули:"
150
  msgid "Business Directory"
151
  msgstr "Справочник услуг"
152
 
153
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
154
  #, fuzzy
155
  msgid "Upgrade to Premium"
156
  msgstr "Поднять статус до %s"
@@ -160,12 +160,12 @@ msgstr "Поднять статус до %s"
160
  msgid "Directory Listings"
161
  msgstr "Ярлык раздела справочник"
162
 
163
- #: includes/admin/class-admin.php:1064
164
  #, fuzzy
165
  msgid "Could not send renewal email."
166
  msgstr "Послать уведомление о продлении автору по электронной почте"
167
 
168
- #: includes/admin/class-admin.php:1198
169
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
170
  #: includes/admin/helpers/tables/class-payments-table.php:64
171
  #: templates/email/listing-added.tpl.php:7
@@ -175,13 +175,13 @@ msgstr "Послать уведомление о продлении автору
175
  msgid "ID"
176
  msgstr "№"
177
 
178
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
179
  #: includes/admin/settings/class-settings-bootstrap.php:717
180
  #, fuzzy
181
  msgid "Listing Count"
182
  msgstr "Количество записей"
183
 
184
- #: includes/admin/class-admin.php:1365
185
  #, fuzzy
186
  msgid ""
187
  "We noticed you want your Business Directory users to register before posting "
@@ -279,14 +279,14 @@ msgid "See an example CSV import file"
279
  msgstr "Посмотрите образец файла CSV для иморта"
280
 
281
  #: includes/admin/controllers/class-admin-csv.php:54
282
- #: templates/admin/csv-import.tpl.php:287
283
  #, fuzzy
284
  msgid "Help"
285
  msgstr "Подсказка"
286
 
287
  #: includes/admin/controllers/class-admin-fees.php:46
288
  #: includes/admin/helpers/tables/class-payments-table.php:67
289
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
290
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
291
  #: templates/admin/payments-details.tpl.php:113
292
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -298,13 +298,13 @@ msgstr "Стоимость"
298
  #: includes/admin/controllers/class-admin-fees.php:48
299
  #: includes/admin/helpers/tables/class-fees-table.php:65
300
  #: includes/admin/settings/class-settings-bootstrap.php:907
301
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
302
  #, fuzzy
303
  msgid "Images"
304
  msgstr "Изображений"
305
 
306
  #: includes/admin/controllers/class-admin-fees.php:80
307
- #: includes/admin/helpers/class-modules-list.php:236
308
  #, fuzzy
309
  msgid "Upgrade"
310
  msgstr "Поднять статус до %s"
@@ -375,7 +375,7 @@ msgid "Attributes"
375
  msgstr "Атрибуты"
376
 
377
  #: includes/admin/controllers/class-admin-listings.php:339
378
- #: includes/helpers/class-listing-display-helper.php:132
379
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
380
  #, fuzzy
381
  msgid "Featured"
@@ -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:247
481
  #: templates/checkout-billing-form.tpl.php:75
482
  #, fuzzy
483
  msgid "Address"
@@ -541,36 +541,36 @@ msgstr "Twitter"
541
  msgid "Website"
542
  msgstr "адрес сайта"
543
 
544
- #: includes/admin/controllers/class-settings-admin.php:636
545
  msgid "Your license key provides access to new features and updates."
546
  msgstr ""
547
 
548
- #: includes/admin/controllers/class-settings-admin.php:638
549
  #, fuzzy
550
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
551
  msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
552
 
553
- #: includes/admin/controllers/class-settings-admin.php:650
554
  msgid "Build more powerful directories"
555
  msgstr ""
556
 
557
- #: includes/admin/controllers/class-settings-admin.php:651
558
  msgid ""
559
  "Add category images, maps, filter by location, payment gateways, and more."
560
  msgstr ""
561
 
562
- #: includes/admin/controllers/class-settings-admin.php:652
563
- #: includes/admin/helpers/class-modules-list.php:235
564
  #, fuzzy
565
  msgid "Upgrade Now"
566
  msgstr "Поднять статус до %s"
567
 
568
- #: includes/admin/controllers/class-settings-admin.php:653
569
  #, fuzzy
570
  msgid "Already purchased?"
571
  msgstr "Уже устновлен."
572
 
573
- #: includes/admin/controllers/class-settings-admin.php:712
574
  #: includes/admin/helpers/tables/class-fees-table.php:182
575
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
576
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -606,17 +606,17 @@ msgstr ""
606
  msgid "You are not allowed to do that."
607
  msgstr ""
608
 
609
- #: includes/admin/csv-import.php:428
610
  #, fuzzy
611
  msgid "There was an error uploading the file:"
612
  msgstr "Произошла ошибка при загрузке файла CSV."
613
 
614
- #: includes/admin/csv-import.php:433
615
  #, fuzzy
616
  msgid "Please upload the correct file type."
617
  msgstr "Пожалуйста загрузите или выберите файл CSV."
618
 
619
- #: includes/admin/helpers/class-listing-information-metabox.php:15
620
  #: includes/admin/helpers/tables/class-payments-table.php:63
621
  #: includes/admin/settings/class-settings-bootstrap.php:667
622
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -626,7 +626,7 @@ msgstr "Пожалуйста загрузите или выберите файл
626
  msgid "Listing"
627
  msgstr "Запись"
628
 
629
- #: includes/admin/helpers/class-listing-timeline.php:121
630
  #: includes/class-listings-api.php:33
631
  #, fuzzy
632
  msgid "Listing renewed"
@@ -649,7 +649,7 @@ msgstr "Активно:"
649
  msgid "Not Installed"
650
  msgstr "Не установлен"
651
 
652
- #: includes/admin/helpers/class-modules-list.php:225
653
  #: includes/controllers/class-smtp.php:317
654
  #: templates/admin/themes-item.tpl.php:58
655
  #, fuzzy
@@ -661,7 +661,7 @@ msgstr "Активировать"
661
  msgid "Hide notifications"
662
  msgstr "Оповещения по электронной почте"
663
 
664
- #: includes/admin/helpers/csv/class-csv-import.php:674
665
  msgid "Listing imported by admin. Payment skipped."
666
  msgstr ""
667
 
@@ -723,14 +723,14 @@ msgid "Disabled"
723
  msgstr "Тариф удалён."
724
 
725
  #: includes/admin/helpers/tables/class-fees-table.php:297
726
- #: includes/helpers/functions/templates-ui.php:434
727
  #, fuzzy
728
  msgid "Default"
729
  msgstr "Удалить тариф"
730
 
731
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
732
  #: includes/fields/class-fieldtypes-social.php:135
733
- #: templates/admin/csv-import.tpl.php:303
734
  #, fuzzy
735
  msgid "Type"
736
  msgstr "Тип"
@@ -773,7 +773,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:1249
777
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
778
  #: templates/listing-contactform.tpl.php:33
779
  #: templates/listing-flagging-form.tpl.php:39
@@ -1120,7 +1120,7 @@ msgstr ""
1120
  msgid "Uninstall"
1121
  msgstr "Удалить"
1122
 
1123
- #: includes/admin/settings/class-settings.php:514
1124
  msgid "%s cannot include spaces, commas, or &"
1125
  msgstr ""
1126
 
@@ -1169,7 +1169,7 @@ msgstr "Справочник Услуг - ручное обновление"
1169
  msgid "Directory Manual Upgrade"
1170
  msgstr "Справочник Услуг - ручное обновление"
1171
 
1172
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1173
  msgid ""
1174
  "Business Directory features are currently disabled because the plugin needs "
1175
  "to perform a manual upgrade before it can be used."
@@ -1177,29 +1177,29 @@ msgstr ""
1177
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1178
  "необходимо произвести ручное обновление плагина."
1179
 
1180
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1181
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1182
  msgstr "Нажмите \"Начать обновление\" и подождите пока процесс завершится."
1183
 
1184
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1185
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1186
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1187
  #, fuzzy
1188
  msgid "Business Directory - Featured Levels Migration"
1189
  msgstr "Справочник Услуг - Особые записи"
1190
 
1191
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1192
  #: templates/admin/fees-form.tpl.php:17
1193
  #, fuzzy
1194
  msgid "Plan Label"
1195
  msgstr "Метка"
1196
 
1197
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1198
  #, fuzzy
1199
  msgid "Duration"
1200
  msgstr "По сроку действия"
1201
 
1202
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1203
  #, fuzzy
1204
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1205
  msgstr "Не удалось обновить тему: %s"
@@ -1224,7 +1224,7 @@ msgstr ""
1224
  msgid "View Docs"
1225
  msgstr "Открыть"
1226
 
1227
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1228
  #, fuzzy
1229
  msgid "Settings"
1230
  msgstr "Настройки"
@@ -1309,7 +1309,7 @@ msgid "View Listing"
1309
  msgstr "Показать запись"
1310
 
1311
  #: includes/class-cpt-integration.php:22
1312
- #: includes/helpers/functions/templates-ui.php:372
1313
  #: templates/main-box.tpl.php:23
1314
  msgid "Search Listings"
1315
  msgstr "Искать записи"
@@ -1322,24 +1322,24 @@ msgstr "Записи не найдены"
1322
  msgid "No listings found in trash"
1323
  msgstr "В корзине записи не найдены"
1324
 
1325
- #: includes/class-cpt-integration.php:46
1326
  msgid "Directory Categories"
1327
  msgstr "Рубрики справочника"
1328
 
1329
- #: includes/class-cpt-integration.php:47
1330
  msgid "Directory Category"
1331
  msgstr "Рубрики справочника"
1332
 
1333
- #: includes/class-cpt-integration.php:58
1334
  msgid "Directory Tags"
1335
  msgstr "Темы справочника"
1336
 
1337
- #: includes/class-cpt-integration.php:59
1338
  msgid "Directory Tag"
1339
  msgstr "Все рубрики"
1340
 
1341
  #. translators: %s: listing count
1342
- #: includes/class-cpt-integration.php:253
1343
  #, fuzzy
1344
  msgid "%s listing updated."
1345
  msgid_plural "%s listings updated."
@@ -1348,7 +1348,7 @@ msgstr[1] "Запись была изменена"
1348
  msgstr[2] "Запись была изменена"
1349
 
1350
  #. translators: %s: listing count
1351
- #: includes/class-cpt-integration.php:255
1352
  msgid "%s listing not updated, somebody is editing it."
1353
  msgid_plural "%s listings not updated, somebody is editing them."
1354
  msgstr[0] ""
@@ -1356,7 +1356,7 @@ msgstr[1] ""
1356
  msgstr[2] ""
1357
 
1358
  #. translators: %s: listing count
1359
- #: includes/class-cpt-integration.php:257
1360
  #, fuzzy
1361
  msgid "%s listing permanently deleted."
1362
  msgid_plural "%s listings permanently deleted."
@@ -1365,7 +1365,7 @@ msgstr[1] "Дата окончания срока действия"
1365
  msgstr[2] "Дата окончания срока действия"
1366
 
1367
  #. translators: %s: listing count
1368
- #: includes/class-cpt-integration.php:259
1369
  #, fuzzy
1370
  msgid "%s listing moved to the Trash."
1371
  msgid_plural "%s listings moved to the Trash."
@@ -1374,7 +1374,7 @@ msgstr[1] "В корзине записи не найдены"
1374
  msgstr[2] "В корзине записи не найдены"
1375
 
1376
  #. translators: %s: listing count
1377
- #: includes/class-cpt-integration.php:261
1378
  #, fuzzy
1379
  msgid "%s listing restored from the Trash."
1380
  msgid_plural "%s listings restored from the Trash."
@@ -1387,43 +1387,29 @@ msgstr[2] "Запись была удалена."
1387
  msgid "Free Listing"
1388
  msgstr "Бесплатные записи"
1389
 
1390
- #: includes/class-meta.php:139
1391
- #: includes/controllers/pages/class-submit-listing.php:32
1392
- #: includes/helpers/functions/templates-ui.php:332
1393
- #: templates/submit-listing.tpl.php:17
1394
- #, fuzzy
1395
- msgid "Add Listing"
1396
- msgstr "Добавить тариф"
1397
-
1398
- #: includes/class-meta.php:149
1399
- #: includes/controllers/pages/class-all-listings.php:6
1400
- #: includes/helpers/functions/templates-ui.php:319
1401
- msgid "View All Listings"
1402
- msgstr "Показать все записи"
1403
-
1404
  #: includes/class-payment-gateways.php:146
1405
  msgid ""
1406
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1407
  "to set up a gateway. Until you do this, only free plans will be available."
1408
  msgstr ""
1409
 
1410
- #: includes/class-wpbdp.php:577
1411
  #, fuzzy
1412
  msgid "Could not find listing ID"
1413
  msgstr "Не удалось связаться с сервером лицензий"
1414
 
1415
- #: includes/class-wpbdp.php:584
1416
  msgid ""
1417
  "Could not verify the image upload request. If problem persists contact site "
1418
  "admin."
1419
  msgstr ""
1420
 
1421
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1422
  #, fuzzy
1423
  msgid "Could not find image ID"
1424
  msgstr "Не удалось обновить тему: %s"
1425
 
1426
- #: includes/class-wpbdp.php:623
1427
  #, fuzzy
1428
  msgid ""
1429
  "The directory features are disabled at this time because a <a>manual "
@@ -1432,7 +1418,7 @@ msgstr ""
1432
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1433
  "необходимо произвести ручное обновление плагина."
1434
 
1435
- #: includes/class-wpbdp.php:630
1436
  msgid ""
1437
  "The directory is not available at this time. Please try again in a few "
1438
  "minutes or contact the administrator if the problem persists."
@@ -1453,7 +1439,7 @@ msgstr ""
1453
  #: includes/compatibility/class-navxt-integration.php:208
1454
  #: includes/widgets/widget-search.php:127
1455
  #: templates/admin/payments-index.tpl.php:13
1456
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1457
  #: templates/search.tpl.php:5
1458
  #, fuzzy
1459
  msgid "Search"
@@ -1563,12 +1549,17 @@ msgstr "Начать импорт"
1563
  msgid "Go to SMTP settings"
1564
  msgstr "Перейти к Вашей записи"
1565
 
1566
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1567
  #: includes/controllers/pages/class-manage-listings.php:109
1568
  msgid "Pay Now"
1569
  msgstr ""
1570
 
1571
- #: includes/controllers/pages/class-checkout.php:180
1572
  #, fuzzy
1573
  msgid "Complete"
1574
  msgstr "Завершено"
@@ -1623,6 +1614,13 @@ msgstr "Статус записи был поднят."
1623
  msgid "This is just a preview. The listing has not been published yet."
1624
  msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
1625
 
 
 
 
 
 
 
 
1626
  #: includes/controllers/pages/class-submit-listing.php:560
1627
  #, fuzzy
1628
  msgid "Listing Images"
@@ -1637,24 +1635,24 @@ msgstr ""
1637
  msgid "Go to \"Plans\""
1638
  msgstr "Перейти в раздел \"Управление / Форма\""
1639
 
1640
- #: includes/controllers/pages/class-submit-listing.php:883
1641
  #, fuzzy
1642
  msgid "Please choose a plan."
1643
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1644
 
1645
- #: includes/controllers/pages/class-submit-listing.php:1073
1646
  msgid "Please check the form for errors, correct them and submit again."
1647
  msgstr ""
1648
 
1649
- #: includes/controllers/pages/class-submit-listing.php:1233
1650
  msgid "Create a user account on this site"
1651
  msgstr ""
1652
 
1653
- #: includes/controllers/pages/class-submit-listing.php:1240
1654
  msgid "Username"
1655
  msgstr ""
1656
 
1657
- #: includes/controllers/pages/class-submit-listing.php:1262
1658
  #, fuzzy
1659
  msgid "Clear Form"
1660
  msgstr "Очистить форму"
@@ -1891,7 +1889,7 @@ msgstr "Проверка целого числа"
1891
  msgid "Telephone Number Validator"
1892
  msgstr "Проверка целого числа"
1893
 
1894
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1895
  #, fuzzy
1896
  msgid "Field"
1897
  msgstr "Поле"
@@ -1973,12 +1971,17 @@ msgstr ""
1973
  msgid "Free"
1974
  msgstr "Бесплатно"
1975
 
 
 
 
 
 
1976
  #: includes/helpers/functions/listings.php:80
1977
  #, fuzzy
1978
  msgid "Untitled Listing"
1979
  msgstr "Изменить запись"
1980
 
1981
- #: includes/helpers/functions/templates-ui.php:326
1982
  #, fuzzy
1983
  msgid "Manage Listings"
1984
  msgstr "Платные записи"
@@ -1989,59 +1992,59 @@ msgid "Default Plan"
1989
  msgstr "Удалить тариф"
1990
 
1991
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1992
- #: includes/licensing.php:150
1993
  msgid ""
1994
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1995
  "get updates."
1996
  msgstr ""
1997
 
1998
- #: includes/licensing.php:206 includes/licensing.php:210
1999
  #, fuzzy
2000
  msgid "Licenses"
2001
  msgstr "Лицензии"
2002
 
2003
  #. translators: %s: item type.
2004
- #: includes/licensing.php:267
2005
  msgid "%s will not get updates until license is reauthorized."
2006
  msgstr ""
2007
 
2008
- #: includes/licensing.php:288
2009
  #, fuzzy
2010
  msgid "Enter License Key here"
2011
  msgstr "Обновить лицензионный ключ"
2012
 
2013
- #: includes/licensing.php:289
2014
  #, fuzzy
2015
  msgid "Authorize"
2016
  msgstr "Активировать шлюз Authorize.net?"
2017
 
2018
- #: includes/licensing.php:389
2019
  #, fuzzy
2020
  msgid "Invalid item ID"
2021
  msgstr "Некорректный номер поля"
2022
 
2023
- #: includes/licensing.php:402
2024
  #, fuzzy
2025
  msgid "No license key provided"
2026
  msgstr "Не указан лицензионный ключ"
2027
 
2028
- #: includes/licensing.php:451 includes/licensing.php:489
2029
  #, fuzzy
2030
  msgid "License key is invalid"
2031
  msgstr "Лицензионный ключ не правильный"
2032
 
2033
- #: includes/licensing.php:455
2034
  #, fuzzy
2035
  msgid "Deactivation failed"
2036
  msgstr "Деактивация не удалась"
2037
 
2038
- #: includes/licensing.php:500
2039
  #, fuzzy
2040
  msgid "The license key was revoked."
2041
  msgstr "Не указан лицензионный ключ"
2042
 
2043
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2044
- #: includes/licensing.php:504
2045
  msgid ""
2046
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2047
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2049,50 +2052,50 @@ msgid ""
2049
  "with your report."
2050
  msgstr ""
2051
 
2052
- #: includes/licensing.php:567
2053
  msgid ""
2054
  "It was not possible to establish a connection with the Business Directory "
2055
  "server. The connection failed with the following error:"
2056
  msgstr ""
2057
 
2058
- #: includes/licensing.php:580
2059
  msgid ""
2060
  "It was not possible to establish a connection with the Business Directory "
2061
  "server. A problem occurred in the SSL/TSL handshake:"
2062
  msgstr ""
2063
 
2064
- #: includes/licensing.php:627
2065
  msgid ""
2066
  "It looks like your server is not authorized to make outgoing requests to "
2067
  "Business Directory servers. Please contact your webhost and ask them to add "
2068
  "our IP address 52.0.78.177 to your allow list."
2069
  msgstr ""
2070
 
2071
- #: includes/licensing.php:721
2072
  #, fuzzy
2073
  msgid "Business Directory license key is missing."
2074
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2075
 
2076
- #: includes/licensing.php:722
2077
  #, fuzzy
2078
  msgid "Business Directory license key has expired"
2079
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2080
 
2081
- #: includes/licensing.php:723
2082
  #, fuzzy
2083
  msgid "Could not verify Business Directory license."
2084
  msgstr "Помогите нам улучшить Справочник Услуг"
2085
 
2086
- #: includes/licensing.php:734
2087
  #, fuzzy
2088
  msgid "Review license keys"
2089
  msgstr "Обновить лицензионный ключ"
2090
 
2091
- #: includes/licensing.php:849
2092
  msgid "Missing data. Please reload this page and try again."
2093
  msgstr ""
2094
 
2095
- #: includes/licensing.php:854
2096
  #, fuzzy
2097
  msgid "Please enter a license key."
2098
  msgstr "Пожалуйста введите правильный электронный адрес."
@@ -2115,20 +2118,20 @@ msgstr ""
2115
  msgid "Gateway Transaction ID:"
2116
  msgstr "Ключ транзакции"
2117
 
2118
- #: includes/payment.php:77
2119
  msgid "Bill To:"
2120
  msgstr ""
2121
 
2122
- #: includes/payment.php:88
2123
  msgid "Print Receipt"
2124
  msgstr ""
2125
 
2126
- #: includes/payment.php:148
2127
  #, fuzzy
2128
  msgid "Return to plan selection"
2129
  msgstr "Вернуться в справочник."
2130
 
2131
- #: includes/themes.php:945
2132
  #, fuzzy
2133
  msgid "ZIP file is not a valid Business Directory theme file."
2134
  msgstr "Файл ZIP - не является файлом темы плагина."
@@ -2339,47 +2342,47 @@ msgstr "Настройки импорта"
2339
  msgid "Post status of new imported listings"
2340
  msgstr "Статус записей по окончании импорта"
2341
 
2342
- #: templates/admin/csv-import.tpl.php:191
2343
  #, fuzzy
2344
  msgid "Post status of existing imported listings"
2345
  msgstr "Статус записей по окончании импорта"
2346
 
2347
- #: templates/admin/csv-import.tpl.php:208
2348
  #, fuzzy
2349
  msgid "Missing categories handling"
2350
  msgstr "Обработка новых рубрик"
2351
 
2352
- #: templates/admin/csv-import.tpl.php:214
2353
  #, fuzzy
2354
  msgid "Auto-create categories"
2355
  msgstr "Автоматически создавать"
2356
 
2357
- #: templates/admin/csv-import.tpl.php:219
2358
  #, fuzzy
2359
  msgid "Generate errors when a category is not found"
2360
  msgstr "Выдавать ошибку \"рубрика не найдена\""
2361
 
2362
- #: templates/admin/csv-import.tpl.php:227
2363
  #, fuzzy
2364
  msgid "Keep existing images"
2365
  msgstr "Соранить."
2366
 
2367
- #: templates/admin/csv-import.tpl.php:230
2368
  #, fuzzy
2369
  msgid "Appends new images while keeping current ones."
2370
  msgstr "Будет добавлять новые изображения и не удалит существующие."
2371
 
2372
- #: templates/admin/csv-import.tpl.php:238
2373
  #, fuzzy
2374
  msgid "Assign listings to a user"
2375
  msgstr "Автор?"
2376
 
2377
- #: templates/admin/csv-import.tpl.php:250
2378
  #, fuzzy
2379
  msgid "Default listing user"
2380
  msgstr "Пользователь по-умолчанию для новых записей:"
2381
 
2382
- #: templates/admin/csv-import.tpl.php:252
2383
  #, fuzzy
2384
  msgid ""
2385
  "This user will be used if the username column is not present in the CSV file."
@@ -2387,12 +2390,12 @@ msgstr ""
2387
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
2388
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
2389
 
2390
- #: templates/admin/csv-import.tpl.php:259
2391
  #, fuzzy
2392
  msgid "Number of listings imported on every cycle"
2393
  msgstr "Количество записей:"
2394
 
2395
- #: templates/admin/csv-import.tpl.php:261
2396
  msgid ""
2397
  "If you are having trouble importing listings due to memory problems, try "
2398
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2400,12 +2403,12 @@ msgid ""
2400
  "success on shared hosting platforms and other resource-constrained servers."
2401
  msgstr ""
2402
 
2403
- #: templates/admin/csv-import.tpl.php:273
2404
  #, fuzzy
2405
  msgid "Disable email notifications during import"
2406
  msgstr "Оповещения по электронной почте:"
2407
 
2408
- #: templates/admin/csv-import.tpl.php:292
2409
  #, fuzzy
2410
  msgid ""
2411
  "The following are the valid header names to be used in the CSV file. "
@@ -2419,27 +2422,27 @@ msgstr ""
2419
  "\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
2420
  "выглядеть."
2421
 
2422
- #: templates/admin/csv-import.tpl.php:301
2423
  #, fuzzy
2424
  msgid "Header name/label"
2425
  msgstr "Имя или метка заголовка"
2426
 
2427
- #: templates/admin/csv-import.tpl.php:304
2428
  #, fuzzy
2429
  msgid "Required?"
2430
  msgstr "Обязательно?"
2431
 
2432
- #: templates/admin/csv-import.tpl.php:305
2433
  #, fuzzy
2434
  msgid "Multivalued?"
2435
  msgstr "Множественные значения?"
2436
 
2437
- #: templates/admin/csv-import.tpl.php:337
2438
  #, fuzzy
2439
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2440
  msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
2441
 
2442
- #: templates/admin/csv-import.tpl.php:344
2443
  #, fuzzy
2444
  msgid "Listing author's username"
2445
  msgstr "Учётная запись автора записи"
@@ -3048,9 +3051,9 @@ msgstr ""
3048
  msgid "Get debug info"
3049
  msgstr ""
3050
 
3051
- #: templates/businessdirectory-listings.tpl.php:30
3052
  #: templates/deprecated/search.tpl.php:23
3053
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3054
  #, fuzzy
3055
  msgid "No listings found."
3056
  msgstr "Записи не найдены."
@@ -3191,7 +3194,7 @@ msgid "Search Results"
3191
  msgstr "Результаты поиска"
3192
 
3193
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3194
- #: templates/manage_listings.tpl.php:16
3195
  #: templates/submit-listing-done.tpl.php:36
3196
  #, fuzzy
3197
  msgid "Return to directory"
@@ -3328,7 +3331,7 @@ msgstr ""
3328
  "Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
3329
  "\". Для удаления записи кликните на кнопку \"Удалить\"."
3330
 
3331
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3332
  #, fuzzy
3333
  msgid "You do not currently have any listings in the directory."
3334
  msgstr "У Вас нет ни одной записи в справочнике."
@@ -3345,10 +3348,10 @@ msgstr "%s каждые %s дней(я)."
3345
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3346
  msgstr "%s каждые %s дней(я). Следующее обновление - %s."
3347
 
3348
- #: templates/parts/listing-buttons.tpl.php:39
3349
  #, fuzzy
3350
- msgid "Return to Directory"
3351
- msgstr "Вернуться в Справочник."
3352
 
3353
  #: templates/parts/pagination.tpl.php:7
3354
  #, fuzzy
@@ -3386,7 +3389,7 @@ msgstr "Активация лицензии..."
3386
  msgid "Recurring Plan Management"
3387
  msgstr "Управление периодический оплатой"
3388
 
3389
- #: templates/search-form.tpl.php:28
3390
  #, fuzzy
3391
  msgid "Clear"
3392
  msgstr "Очистить форму"
@@ -3722,7 +3725,7 @@ msgstr ""
3722
  msgid "Business Directory Team"
3723
  msgstr "Справочник услуг"
3724
 
3725
- #: includes/abstracts/class-view.php:129
3726
  #, fuzzy
3727
  msgctxt "views"
3728
  msgid "Invalid credentials."
@@ -3748,12 +3751,12 @@ msgctxt "admin"
3748
  msgid "Untitled Menu"
3749
  msgstr ""
3750
 
3751
- #: includes/admin/class-admin.php:897
3752
  msgctxt "admin"
3753
  msgid "Dismiss this notice."
3754
  msgstr "Убрать это предупреждение"
3755
 
3756
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3757
  #, fuzzy
3758
  msgctxt "admin"
3759
  msgid "The listing has been updated."
@@ -3762,13 +3765,13 @@ msgstr[0] "Статус записи был поднят."
3762
  msgstr[1] "Статус записей был поднят."
3763
  msgstr[2] ""
3764
 
3765
- #: includes/admin/class-admin.php:1038
3766
  #, fuzzy
3767
  msgctxt "admin"
3768
  msgid "The plan was successfully assigned."
3769
  msgstr "Тариф был успешно назначен."
3770
 
3771
- #: includes/admin/class-admin.php:1048
3772
  msgctxt "admin"
3773
  msgid "Listing was renewed."
3774
  msgid_plural "Listings were renewed."
@@ -3776,12 +3779,12 @@ msgstr[0] "Запись была продлена."
3776
  msgstr[1] "Записи были продлены."
3777
  msgstr[2] ""
3778
 
3779
- #: includes/admin/class-admin.php:1060
3780
  msgctxt "admin"
3781
  msgid "Renewal email sent."
3782
  msgstr "Оповещение о продлении было отправлено по электронной почте."
3783
 
3784
- #: includes/admin/class-admin.php:1073
3785
  #, fuzzy
3786
  msgctxt "admin"
3787
  msgid "Listing report deleted."
@@ -3790,18 +3793,18 @@ msgstr[0] "Дата окончания срока действия"
3790
  msgstr[1] "Дата окончания срока действия"
3791
  msgstr[2] "Дата окончания срока действия"
3792
 
3793
- #: includes/admin/class-admin.php:1122
3794
  #, fuzzy
3795
  msgctxt "admin"
3796
  msgid "Access keys sent."
3797
  msgstr "Поля и Изображения записи"
3798
 
3799
- #: includes/admin/class-admin.php:1124
3800
  msgctxt "admin"
3801
  msgid "The access keys couldn't be sent."
3802
  msgstr ""
3803
 
3804
- #: includes/admin/class-admin.php:1282
3805
  msgctxt "admin"
3806
  msgid ""
3807
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3810,7 +3813,7 @@ msgstr ""
3810
  "Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
3811
  "страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
3812
 
3813
- #: includes/admin/class-admin.php:1284
3814
  msgctxt "admin"
3815
  msgid ""
3816
  "You can create this page by yourself or let Business Directory do this for "
@@ -3819,12 +3822,12 @@ msgstr ""
3819
  "Вы можете создать такую страницу сами, или позвольте плагину создать её для "
3820
  "Вас автоматически."
3821
 
3822
- #: includes/admin/class-admin.php:1289
3823
  msgctxt "admin"
3824
  msgid "Create required pages for me"
3825
  msgstr "Создать необходимые страницы автоматически"
3826
 
3827
- #: includes/admin/class-admin.php:1342
3828
  msgctxt "admin"
3829
  msgid ""
3830
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3901,7 +3904,7 @@ msgctxt "admin menu"
3901
  msgid "Debug"
3902
  msgstr "Отладка"
3903
 
3904
- #: includes/admin/controllers/class-settings-admin.php:45
3905
  #, fuzzy
3906
  msgctxt "admin menu"
3907
  msgid "Settings"
@@ -4204,53 +4207,53 @@ msgctxt "listing status"
4204
  msgid "Reported"
4205
  msgstr ""
4206
 
4207
- #: includes/models/class-listing.php:984
4208
  msgctxt "listing status"
4209
  msgid "Unknown"
4210
  msgstr ""
4211
 
4212
- #: includes/models/class-listing.php:985
4213
  msgctxt "listing status"
4214
  msgid "Legacy"
4215
  msgstr ""
4216
 
4217
- #: includes/models/class-listing.php:986
4218
  #, fuzzy
4219
  msgctxt "listing status"
4220
  msgid "Incomplete"
4221
  msgstr "Завершено"
4222
 
4223
- #: includes/models/class-listing.php:987
4224
  #, fuzzy
4225
  msgctxt "listing status"
4226
  msgid "Pending Payment"
4227
  msgstr "Платёж был заброшен."
4228
 
4229
- #: includes/models/class-listing.php:988
4230
  #, fuzzy
4231
  msgctxt "listing status"
4232
  msgid "Complete"
4233
  msgstr "Завершено"
4234
 
4235
- #: includes/models/class-listing.php:989
4236
  #, fuzzy
4237
  msgctxt "listing status"
4238
  msgid "Pending Upgrade"
4239
  msgstr "Ожидается подтверждение"
4240
 
4241
- #: includes/models/class-listing.php:990
4242
  #, fuzzy
4243
  msgctxt "listing status"
4244
  msgid "Expired"
4245
  msgstr "Истекло"
4246
 
4247
- #: includes/models/class-listing.php:991
4248
  #, fuzzy
4249
  msgctxt "listing status"
4250
  msgid "Pending Renewal"
4251
  msgstr "Активные + ожидающие продление"
4252
 
4253
- #: includes/models/class-listing.php:992
4254
  #, fuzzy
4255
  msgctxt "listing status"
4256
  msgid "Abandoned"
@@ -4762,13 +4765,13 @@ msgctxt "form-fields admin"
4762
  msgid "Create Missing Fields"
4763
  msgstr "Поля записи:"
4764
 
4765
- #: includes/admin/controllers/class-settings-admin.php:543
4766
  #, fuzzy
4767
  msgctxt "admin settings"
4768
  msgid "Remove"
4769
  msgstr "Удалить"
4770
 
4771
- #: includes/admin/controllers/class-settings-admin.php:597
4772
  msgctxt "admin settings"
4773
  msgid "Valid placeholders: %s"
4774
  msgstr "Корректные служебные слова: %s"
@@ -5268,47 +5271,47 @@ msgctxt "admin settings"
5268
  msgid "User registration date"
5269
  msgstr "Дата окончания срока действия"
5270
 
5271
- #: includes/admin/controllers/class-settings-admin.php:679
5272
  #, fuzzy
5273
  msgctxt "expiration notices"
5274
  msgid "Add notice"
5275
  msgstr "Добавить поле"
5276
 
5277
- #: includes/admin/controllers/class-settings-admin.php:698
5278
  msgctxt "expiration notices"
5279
  msgid "No notices configured."
5280
  msgstr ""
5281
 
5282
- #: includes/admin/controllers/class-settings-admin.php:740
5283
  msgctxt "expiration notices"
5284
  msgid "recurring and non-recurring"
5285
  msgstr ""
5286
 
5287
- #: includes/admin/controllers/class-settings-admin.php:742
5288
  #, fuzzy
5289
  msgctxt "expiration notices"
5290
  msgid "recurring only"
5291
  msgstr "(периодически)"
5292
 
5293
- #: includes/admin/controllers/class-settings-admin.php:744
5294
  #, fuzzy
5295
  msgctxt "expiration notices"
5296
  msgid "non-recurring only"
5297
  msgstr "(периодически)"
5298
 
5299
- #: includes/admin/controllers/class-settings-admin.php:748
5300
  #, fuzzy
5301
  msgctxt "expiration notices"
5302
  msgid "Sent when a listing (%s) is renewed."
5303
  msgstr "Посылается как только новая запись была помещена в базу данных."
5304
 
5305
- #: includes/admin/controllers/class-settings-admin.php:753
5306
  #, fuzzy
5307
  msgctxt "expiration notices"
5308
  msgid "Sent when a listing (%s) expires."
5309
  msgstr "Срок действия записи истёк"
5310
 
5311
- #: includes/admin/controllers/class-settings-admin.php:761
5312
  #, fuzzy
5313
  msgctxt "expiration notices"
5314
  msgid "%d day"
@@ -5317,7 +5320,7 @@ msgstr[0] "%d день"
5317
  msgstr[1] "%d дней"
5318
  msgstr[2] ""
5319
 
5320
- #: includes/admin/controllers/class-settings-admin.php:764
5321
  msgctxt "expiration notices"
5322
  msgid "%d week"
5323
  msgid_plural "%d weeks"
@@ -5325,7 +5328,7 @@ msgstr[0] ""
5325
  msgstr[1] ""
5326
  msgstr[2] ""
5327
 
5328
- #: includes/admin/controllers/class-settings-admin.php:767
5329
  msgctxt "expiration notices"
5330
  msgid "%d month"
5331
  msgid_plural "%d months"
@@ -5335,31 +5338,31 @@ msgstr[2] ""
5335
 
5336
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5337
  #. non-recuring only)
5338
- #: includes/admin/controllers/class-settings-admin.php:773
5339
  msgctxt "expiration notices"
5340
  msgid "Sent %1$s before a listing (%2$s) expires."
5341
  msgstr ""
5342
 
5343
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5344
  #. non-recuring only)
5345
- #: includes/admin/controllers/class-settings-admin.php:776
5346
  #, fuzzy
5347
  msgctxt "expiration notices"
5348
  msgid "Sent %1$s after a listing (%2$s) expires."
5349
  msgstr "Посылается как только новая запись была помещена в базу данных."
5350
 
5351
- #: includes/admin/controllers/class-settings-admin.php:793
5352
  msgctxt "expiration notices"
5353
  msgid "At the time of expiration"
5354
  msgstr ""
5355
 
5356
- #: includes/admin/controllers/class-settings-admin.php:794
5357
  #, fuzzy
5358
  msgctxt "expiration notices"
5359
  msgid "Right after a successful renewal"
5360
  msgstr "Тариф был успешно назначен."
5361
 
5362
- #: includes/admin/controllers/class-settings-admin.php:805
5363
  msgctxt "expiration notices"
5364
  msgid "%d day before expiration"
5365
  msgid_plural "%d days before expiration"
@@ -5367,7 +5370,7 @@ msgstr[0] ""
5367
  msgstr[1] ""
5368
  msgstr[2] ""
5369
 
5370
- #: includes/admin/controllers/class-settings-admin.php:805
5371
  msgctxt "expiration notices"
5372
  msgid "%d day after expiration"
5373
  msgid_plural "%d days after expiration"
@@ -5375,7 +5378,7 @@ msgstr[0] ""
5375
  msgstr[1] ""
5376
  msgstr[2] ""
5377
 
5378
- #: includes/admin/controllers/class-settings-admin.php:808
5379
  msgctxt "expiration notices"
5380
  msgid "%d week before expiration"
5381
  msgid_plural "%d weeks before expiration"
@@ -5383,7 +5386,7 @@ msgstr[0] ""
5383
  msgstr[1] ""
5384
  msgstr[2] ""
5385
 
5386
- #: includes/admin/controllers/class-settings-admin.php:808
5387
  msgctxt "expiration notices"
5388
  msgid "%d week after expiration"
5389
  msgid_plural "%d weeks after expiration"
@@ -5391,7 +5394,7 @@ msgstr[0] ""
5391
  msgstr[1] ""
5392
  msgstr[2] ""
5393
 
5394
- #: includes/admin/controllers/class-settings-admin.php:811
5395
  msgctxt "expiration notices"
5396
  msgid "%d month before expiration"
5397
  msgid_plural "%d months before expiration"
@@ -5399,7 +5402,7 @@ msgstr[0] ""
5399
  msgstr[1] ""
5400
  msgstr[2] ""
5401
 
5402
- #: includes/admin/controllers/class-settings-admin.php:811
5403
  msgctxt "expiration notices"
5404
  msgid "%d month after expiration"
5405
  msgid_plural "%d months after expiration"
@@ -5407,84 +5410,84 @@ msgstr[0] ""
5407
  msgstr[1] ""
5408
  msgstr[2] ""
5409
 
5410
- #: includes/admin/controllers/class-settings-admin.php:838
5411
  #, fuzzy
5412
  msgctxt "expiration notices"
5413
  msgid "Applies to"
5414
  msgstr "Применимо к..."
5415
 
5416
- #: includes/admin/controllers/class-settings-admin.php:841
5417
  msgctxt "expiration notices"
5418
  msgid "Non-recurring listings"
5419
  msgstr ""
5420
 
5421
- #: includes/admin/controllers/class-settings-admin.php:842
5422
  #, fuzzy
5423
  msgctxt "expiration notices"
5424
  msgid "Recurring listings"
5425
  msgstr "Вернуться к записям."
5426
 
5427
- #: includes/admin/controllers/class-settings-admin.php:843
5428
  msgctxt "expiration notices"
5429
  msgid "Recurring and non-recurring listings"
5430
  msgstr ""
5431
 
5432
- #: includes/admin/controllers/class-settings-admin.php:848
5433
  msgctxt "expiration notices"
5434
  msgid "When to send?"
5435
  msgstr ""
5436
 
5437
- #: includes/admin/controllers/class-settings-admin.php:715
5438
  #, fuzzy
5439
  msgctxt "settings"
5440
  msgid "Site title (with link)"
5441
  msgstr "Название сайта (со ссылкой)"
5442
 
5443
- #: includes/admin/controllers/class-settings-admin.php:716
5444
  msgctxt "settings"
5445
  msgid "Author's name"
5446
  msgstr "Имя автора"
5447
 
5448
- #: includes/admin/controllers/class-settings-admin.php:717
5449
  msgctxt "settings"
5450
  msgid "Listing's name (with link)"
5451
  msgstr "Имя записи (вместе со ссылкой)"
5452
 
5453
- #: includes/admin/controllers/class-settings-admin.php:718
5454
  #, fuzzy
5455
  msgctxt "settings"
5456
  msgid "Listing's expiration date"
5457
  msgstr "Дата окончания срока действия"
5458
 
5459
- #: includes/admin/controllers/class-settings-admin.php:719
5460
  msgctxt "settings"
5461
  msgid "Listing's renewal link, formatted with an anchor tag"
5462
  msgstr ""
5463
 
5464
- #: includes/admin/controllers/class-settings-admin.php:720
5465
  msgctxt "settings"
5466
  msgid "Listing's renewal URL, unformatted by any tags"
5467
  msgstr ""
5468
 
5469
- #: includes/admin/controllers/class-settings-admin.php:721
5470
  #, fuzzy
5471
  msgctxt "settings"
5472
  msgid "Listing's categories"
5473
  msgstr "Название записи"
5474
 
5475
- #: includes/admin/controllers/class-settings-admin.php:722
5476
  #, fuzzy
5477
  msgctxt "settings"
5478
  msgid "Listing's last payment date"
5479
  msgstr "Дата окончания срока действия"
5480
 
5481
- #: includes/admin/controllers/class-settings-admin.php:723
5482
  #, fuzzy
5483
  msgctxt "settings"
5484
  msgid "Listing's access key"
5485
  msgstr "Поля и Изображения записи"
5486
 
5487
- #: includes/admin/controllers/class-settings-admin.php:880
5488
  #, fuzzy
5489
  msgctxt "settings"
5490
  msgid "Settings reset to default."
@@ -6348,29 +6351,29 @@ msgctxt "settings"
6348
  msgid "Cropped"
6349
  msgstr ""
6350
 
 
6351
  #: includes/admin/settings/class-settings.php:494
6352
- #: includes/admin/settings/class-settings.php:505
6353
  msgctxt "settings"
6354
  msgid "\"%s\" can not be empty."
6355
  msgstr ""
6356
 
6357
- #: includes/admin/settings/class-settings.php:522
6358
  msgctxt "settings"
6359
  msgid "The slug \"%s\" is already in use for another taxonomy."
6360
  msgstr ""
6361
 
6362
- #: includes/licensing.php:237
6363
  #, fuzzy
6364
  msgctxt "settings"
6365
  msgid "Themes"
6366
  msgstr "Темы"
6367
 
6368
- #: includes/licensing.php:289 includes/licensing.php:290
6369
  msgctxt "settings"
6370
  msgid "Please wait..."
6371
  msgstr ""
6372
 
6373
- #: includes/licensing.php:290
6374
  #, fuzzy
6375
  msgctxt "settings"
6376
  msgid "Deauthorize"
@@ -6386,66 +6389,66 @@ msgctxt "themes"
6386
  msgid "Could not change the active theme to \"%s\"."
6387
  msgstr "Не удалось сменить активную тему на \"%s\"."
6388
 
6389
- #: includes/admin/controllers/class-themes-admin.php:150
6390
  msgctxt "themes"
6391
  msgid "Active theme changed to \"%s\"."
6392
  msgstr "Активная тема была сменена на \"%s\"."
6393
 
6394
- #: includes/admin/controllers/class-themes-admin.php:153
6395
  msgctxt "themes"
6396
  msgid ""
6397
  "%s requires that you tag your existing fields to match some places we want "
6398
  "to put your data on the theme. Below are fields we think are missing."
6399
  msgstr ""
6400
 
6401
- #: includes/admin/controllers/class-themes-admin.php:164
6402
  msgctxt "themes"
6403
  msgid "Map My Fields"
6404
  msgstr "Форма"
6405
 
6406
- #: includes/admin/controllers/class-themes-admin.php:172
6407
  msgctxt "themes"
6408
  msgid "Suggested fields created successfully."
6409
  msgstr "Рекомендуемые поля успешно созданы."
6410
 
6411
- #: includes/admin/controllers/class-themes-admin.php:175
6412
  msgctxt "themes"
6413
  msgid "Theme installed successfully."
6414
  msgstr "Тема успешно установлена."
6415
 
6416
- #: includes/admin/controllers/class-themes-admin.php:178
6417
  #, fuzzy
6418
  msgctxt "themes"
6419
  msgid "Theme was deleted successfully."
6420
  msgstr "Тема успешно удалена."
6421
 
6422
- #: includes/admin/controllers/class-themes-admin.php:181
6423
  msgctxt "themes"
6424
  msgid "Could not delete theme directory. Check permissions."
6425
  msgstr "Не удалось удалить директорию темы - проверьте права доступа к файлам."
6426
 
6427
- #: includes/admin/controllers/class-themes-admin.php:234
6428
  msgctxt "themes"
6429
  msgid "Please upload a valid theme file."
6430
  msgstr "Пожалуйста загрузите корректный файл темы."
6431
 
6432
- #: includes/admin/controllers/class-themes-admin.php:243
6433
  msgctxt "themes"
6434
  msgid "Could not move \"%s\" to a temporary directory."
6435
  msgstr "Не удалось перемести \"%s\" во временную директорию."
6436
 
6437
- #: includes/admin/controllers/class-themes-admin.php:329
6438
  msgctxt "themes"
6439
  msgid "Activate your <a>license key</a> to use this theme."
6440
  msgstr ""
6441
 
6442
- #: includes/admin/controllers/class-themes-admin.php:372
6443
  #, fuzzy
6444
  msgctxt "themes"
6445
  msgid "Invalid theme ID"
6446
  msgstr "Некорректный номер поля"
6447
 
6448
- #: includes/admin/controllers/class-themes-admin.php:378
6449
  #: includes/admin/upgrades/class-themes-updater.php:172
6450
  msgctxt "themes"
6451
  msgid "Could not update theme: %s"
@@ -6472,17 +6475,17 @@ msgctxt "themes"
6472
  msgid "Theme was updated successfully."
6473
  msgstr "Тема была успешно обновлена."
6474
 
6475
- #: includes/themes.php:953
6476
  msgctxt "themes"
6477
  msgid "Could not create themes directory."
6478
  msgstr "Не удалось создать директорию для темы плагина."
6479
 
6480
- #: includes/themes.php:964
6481
  msgctxt "themes"
6482
  msgid "Could not remove previous theme directory \"%s\"."
6483
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
6484
 
6485
- #: includes/themes.php:972
6486
  msgctxt "themes"
6487
  msgid "Could not move new theme into theme directory."
6488
  msgstr "Не удалось переместить новую тему в директорию темы."
@@ -6492,13 +6495,13 @@ msgctxt "admin csv-export"
6492
  msgid "Could not decode export state information."
6493
  msgstr ""
6494
 
6495
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6496
  msgctxt "admin csv-export"
6497
  msgid "Could not create a temporary directory for handling this CSV export."
6498
  msgstr ""
6499
  "Не удалось создать временную директорию для создания экспортных файлов."
6500
 
6501
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6502
  msgctxt "admin csv-export"
6503
  msgid "Error while creating a temporary directory for CSV export: %s"
6504
  msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
@@ -6688,7 +6691,7 @@ msgctxt "admin csv-import"
6688
  msgid "Please upload or select a CSV file."
6689
  msgstr "Пожалуйста загрузите или выберите файл CSV."
6690
 
6691
- #: includes/admin/csv-import.php:374
6692
  msgctxt "admin csv-import"
6693
  msgid ""
6694
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6697,46 +6700,46 @@ msgstr ""
6697
  "Произошла ошибка при проверке импортного файла CSV. Пожалуйста исправьте "
6698
  "ошибки перед тем, как попытаться импортировать файл ещё раз."
6699
 
6700
- #: includes/admin/csv-import.php:383
6701
  msgctxt "admin csv-import"
6702
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6703
  msgstr ""
6704
  "Импорт происходит в \"тестовом режиме\". В базу данных ничего не будет "
6705
  "загружено."
6706
 
6707
- #: includes/admin/helpers/csv/class-csv-import.php:531
6708
  msgctxt "admin csv-import"
6709
  msgid ""
6710
  "Could not create listing category \"<category-name>\". The operation failed "
6711
  "with the following error: <error-message>."
6712
  msgstr ""
6713
 
6714
- #: includes/admin/helpers/csv/class-csv-import.php:537
6715
  msgctxt "admin csv-import"
6716
  msgid "Could not create listing category \"%s\""
6717
  msgstr "Не удалось создать рубрику \"%s\""
6718
 
6719
- #: includes/admin/helpers/csv/class-csv-import.php:728
6720
  msgctxt "admin csv-import"
6721
  msgid "Username \"%s\" does not exist"
6722
  msgstr "Имя учётной записи \"%s\" не существует"
6723
 
6724
- #: includes/admin/helpers/csv/class-csv-import.php:755
6725
  msgctxt "admin csv-import"
6726
  msgid "There is no Plan with ID = <fee-id>"
6727
  msgstr ""
6728
 
6729
- #: includes/admin/helpers/csv/class-csv-import.php:786
6730
  msgctxt "admin csv-import"
6731
  msgid "Missing required field: %s"
6732
  msgstr "Отсутствует обязательное поле: %s"
6733
 
6734
- #: includes/admin/helpers/csv/class-csv-import.php:831
6735
  msgctxt "admin csv-import"
6736
  msgid "Listing category \"%s\" does not exist"
6737
  msgstr "Рубрика \"%s\" не существует"
6738
 
6739
- #: includes/admin/helpers/csv/class-csv-import.php:905
6740
  msgctxt "admin csv-import"
6741
  msgid "The string <string> couldn't be converted into a valid date."
6742
  msgstr ""
@@ -6891,13 +6894,13 @@ msgctxt "admin csv-import"
6891
  msgid "Semicolon (;)"
6892
  msgstr ""
6893
 
6894
- #: templates/admin/csv-import.tpl.php:194
6895
  #, fuzzy
6896
  msgctxt "admin csv-import"
6897
  msgid "Preserve existing status"
6898
  msgstr "Записи"
6899
 
6900
- #: templates/admin/csv-import.tpl.php:245
6901
  msgctxt "admin csv-import"
6902
  msgid ""
6903
  "Select a default user to be used if the username column is not present in "
@@ -6906,17 +6909,17 @@ msgstr ""
6906
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
6907
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
6908
 
6909
- #: templates/admin/csv-import.tpl.php:279
6910
  msgctxt "admin csv-import"
6911
  msgid "Test Import"
6912
  msgstr "Тест импорта"
6913
 
6914
- #: templates/admin/csv-import.tpl.php:280
6915
  msgctxt "admin csv-import"
6916
  msgid "Import Listings"
6917
  msgstr "Импортировать записи"
6918
 
6919
- #: templates/admin/csv-import.tpl.php:330
6920
  #, fuzzy
6921
  msgctxt "admin csv-import"
6922
  msgid ""
@@ -6926,7 +6929,7 @@ msgstr ""
6926
  "Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
6927
  "эту колонку при добавлении или изменении записей."
6928
 
6929
- #: templates/admin/csv-import.tpl.php:351
6930
  msgctxt "admin csv-import"
6931
  msgid ""
6932
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6934,7 +6937,7 @@ msgstr ""
6934
  "Был использован внутренний последовательный номер, чтобы позволить загрузку "
6935
  "данных из справочника с другого сайта."
6936
 
6937
- #: templates/admin/csv-import.tpl.php:358
6938
  msgctxt "admin csv-import"
6939
  msgid ""
6940
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6956,13 +6959,13 @@ msgstr ""
6956
  "Ваш сервер использует \"%s\", но эта директория, похоже, не доступна для "
6957
  "записи. Проверьте этот вопрос со своим хостингом."
6958
 
6959
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6960
  #, fuzzy
6961
  msgctxt "listing metabox"
6962
  msgid "Recent Payments"
6963
  msgstr "Отказать в платеже"
6964
 
6965
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6966
  #, fuzzy
6967
  msgctxt "listing metabox"
6968
  msgid "Access Key"
@@ -6999,35 +7002,35 @@ msgctxt "listing metabox"
6999
  msgid "# of images"
7000
  msgstr "Картинок"
7001
 
7002
- #: includes/admin/helpers/class-listing-timeline.php:111
7003
  #, fuzzy
7004
  msgctxt "listing timeline"
7005
  msgid "Listing created"
7006
  msgstr "Изображение записи"
7007
 
7008
- #: includes/admin/helpers/class-listing-timeline.php:116
7009
  #, fuzzy
7010
  msgctxt "listing timeline"
7011
  msgid "Listing expired"
7012
  msgstr "Срок действия записи истёк"
7013
 
7014
- #: includes/admin/helpers/class-listing-timeline.php:126
7015
  msgctxt "listing timeline"
7016
  msgid "T&C acceptance date"
7017
  msgstr ""
7018
 
7019
- #: includes/admin/helpers/class-listing-timeline.php:141
7020
  msgctxt "listing timeline"
7021
  msgid "Paid as admin"
7022
  msgstr ""
7023
 
7024
- #: includes/admin/helpers/class-listing-timeline.php:143
7025
  #, fuzzy
7026
  msgctxt "listing timeline"
7027
  msgid "Listing imported"
7028
  msgstr "Срок действия записи истёк"
7029
 
7030
- #: includes/admin/helpers/class-listing-timeline.php:145
7031
  #, fuzzy
7032
  msgctxt "listing timeline"
7033
  msgid "Initial Payment"
@@ -7098,23 +7101,23 @@ msgctxt "tracking"
7098
  msgid "What do you track?"
7099
  msgstr "Что отслеживается?"
7100
 
7101
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7102
  #, fuzzy
7103
  msgctxt "manual-upgrade"
7104
  msgid "Continue"
7105
  msgstr "Далее"
7106
 
7107
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7108
  msgctxt "manual-upgrade"
7109
  msgid "Start Upgrade"
7110
  msgstr "Начать обновление"
7111
 
7112
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7113
  msgctxt "manual-upgrade"
7114
  msgid "Pause Upgrade"
7115
  msgstr "Поставить на паузу"
7116
 
7117
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7118
  #, fuzzy
7119
  msgctxt "manual-upgrade"
7120
  msgid ""
@@ -7124,7 +7127,7 @@ msgstr ""
7124
  "Обновление успешно завершилось. Все функции плагина Справочник Услуг сейчас "
7125
  "доступны."
7126
 
7127
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7128
  msgctxt "manual-upgrade"
7129
  msgid "Go to \"Directory Admin\""
7130
  msgstr "Перейти в \"Управление Справочником\""
@@ -7148,31 +7151,31 @@ msgid "Migrating license information to new format..."
7148
  msgstr ""
7149
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7150
 
7151
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7152
  #, fuzzy
7153
  msgctxt "installer"
7154
  msgid "Migrating email notices to new format..."
7155
  msgstr ""
7156
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7157
 
7158
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7159
  #, fuzzy
7160
  msgctxt "installer"
7161
  msgid "Migrating plans..."
7162
  msgstr "Активация лицензии..."
7163
 
7164
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7165
  #, fuzzy
7166
  msgctxt "installer"
7167
  msgid "! Could not migrate payment #%d"
7168
  msgstr "Не удалось провести платёж."
7169
 
7170
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7171
  msgctxt "installer"
7172
  msgid "Updating payment items format: %d items remaining..."
7173
  msgstr ""
7174
 
7175
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7176
  msgctxt "installer"
7177
  msgid "Migrating listing information: %d items remaining..."
7178
  msgstr ""
@@ -7223,18 +7226,18 @@ msgctxt "installer"
7223
  msgid "Listing upgrade to featured"
7224
  msgstr "Сделать запись Особой"
7225
 
7226
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7227
  msgctxt "listings-api"
7228
  msgid "Featured Listing"
7229
  msgstr "Особая запись"
7230
 
7231
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7232
  #, fuzzy
7233
  msgctxt "migrate-18"
7234
  msgid "Featured Levels migration is complete."
7235
  msgstr "Специальные платные функции"
7236
 
7237
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7238
  msgctxt "migrate-18"
7239
  msgid ""
7240
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
@@ -7242,7 +7245,7 @@ msgid ""
7242
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7243
  msgstr ""
7244
 
7245
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7246
  msgctxt "migrate-18"
7247
  msgid ""
7248
  "We need to migrate your existing \"featured levels\" to plans for use by the "
@@ -7252,7 +7255,7 @@ msgid ""
7252
  "link> and <cancel-link>cancel migration</cancel-link>."
7253
  msgstr ""
7254
 
7255
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7256
  msgctxt "migrate-18"
7257
  msgid ""
7258
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -7260,58 +7263,58 @@ msgid ""
7260
  "plan\" that is right for you."
7261
  msgstr ""
7262
 
7263
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7264
  msgctxt "migrate-18"
7265
  msgid "Move to: "
7266
  msgstr ""
7267
 
7268
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7269
  msgctxt "migrate-18"
7270
  msgid "New plan summary"
7271
  msgstr ""
7272
 
7273
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7274
  #, fuzzy
7275
  msgctxt "migrate-18"
7276
  msgid "Perform migration"
7277
  msgstr "Информация о тарифах"
7278
 
7279
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7280
  #, fuzzy
7281
  msgctxt "migrate-18"
7282
  msgid "Business Directory Plugin - Featured Levels migration required."
7283
  msgstr "Справочник Услуг - Особые записи"
7284
 
7285
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7286
  msgctxt "migrate-18"
7287
  msgid ""
7288
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7289
  "Levels migration here</a>."
7290
  msgstr ""
7291
 
7292
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7293
  #, fuzzy
7294
  msgctxt "upgrade-18"
7295
  msgid "← Return to Directory dashboard"
7296
  msgstr "← Вернуться в справочник."
7297
 
7298
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7299
  msgctxt "upgrade-18"
7300
  msgid "Configure Plan"
7301
  msgstr ""
7302
 
7303
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7304
  #, fuzzy
7305
  msgctxt "upgrade-18"
7306
  msgid "Featured Level"
7307
  msgstr "Специальные платные функции"
7308
 
7309
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7310
  msgctxt "upgrade-18"
7311
  msgid "What to do with it?"
7312
  msgstr ""
7313
 
7314
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7315
  #, fuzzy
7316
  msgctxt "upgrade-18"
7317
  msgid "%d listing is on this level."
@@ -7320,39 +7323,39 @@ msgstr[0] "Запись была изменена"
7320
  msgstr[1] "Запись была изменена"
7321
  msgstr[2] "Запись была изменена"
7322
 
7323
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7324
  msgctxt "upgrade-18"
7325
  msgid "Select an option"
7326
  msgstr ""
7327
 
7328
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7329
  #, fuzzy
7330
  msgctxt "upgrade-18"
7331
  msgid "Remove \"sticky\" status for listings."
7332
  msgstr "Статус записей по окончании импорта"
7333
 
7334
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7335
  msgctxt "upgrade-18"
7336
  msgid "Remove this (old) level, and leave the listing on the old plan."
7337
  msgstr ""
7338
 
7339
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7340
  msgctxt "upgrade-18"
7341
  msgid "May change \"sticky\" status depending on plan."
7342
  msgstr ""
7343
 
7344
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7345
  msgctxt "upgrade-18"
7346
  msgid "Move listings with this level to existing plan."
7347
  msgstr ""
7348
 
7349
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7350
  #, fuzzy
7351
  msgctxt "upgrade-18"
7352
  msgid "Keep \"sticky\" status of listings."
7353
  msgstr "Статус записей по окончании импорта"
7354
 
7355
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7356
  msgctxt "upgrade-18"
7357
  msgid "Replace this level with a new plan."
7358
  msgstr ""
@@ -7372,37 +7375,37 @@ msgctxt "listing"
7372
  msgid "Add New Listing"
7373
  msgstr "Добавить запись"
7374
 
7375
- #: includes/models/class-listing.php:430
7376
  #, fuzzy
7377
  msgctxt "listing"
7378
  msgid "Listing has no registered payments"
7379
  msgstr "Дата окончания срока действия"
7380
 
7381
- #: includes/models/class-listing.php:439
7382
  #, fuzzy
7383
  msgctxt "listing"
7384
  msgid "Can't delete payment"
7385
  msgstr "Отказать в платеже"
7386
 
7387
- #: includes/models/class-listing.php:477
7388
  #, fuzzy
7389
  msgctxt "listing"
7390
  msgid "Listing expired"
7391
  msgstr "Срок действия записи истёк"
7392
 
7393
- #: includes/models/class-listing.php:686
7394
  #, fuzzy
7395
  msgctxt "listing"
7396
  msgid "(Unavailable Plan)"
7397
  msgstr "(Тариф недоступен)"
7398
 
7399
- #: includes/models/class-listing.php:881
7400
  #, fuzzy
7401
  msgctxt "listing"
7402
  msgid "Plan \"%s\" (recurring)"
7403
  msgstr "(периодически)"
7404
 
7405
- #: includes/models/class-listing.php:883
7406
  msgctxt "listing"
7407
  msgid "Plan \"%s\""
7408
  msgstr ""
@@ -7519,21 +7522,11 @@ msgctxt "notify email"
7519
  msgid "Report additional info"
7520
  msgstr ""
7521
 
7522
- #: includes/class-meta.php:37
7523
  msgctxt "rss feed"
7524
  msgid "%s Feed"
7525
  msgstr "Лента %ы"
7526
 
7527
- #: includes/class-meta.php:144
7528
- msgctxt "title"
7529
- msgid "Find a Listing"
7530
- msgstr "Найти запись"
7531
-
7532
- #: includes/class-meta.php:172
7533
- msgctxt "title"
7534
- msgid "Listings tagged: %s"
7535
- msgstr "Записи помеченные меткой \"%s\""
7536
-
7537
  #: includes/class-payment-gateways.php:95
7538
  #, fuzzy
7539
  msgctxt "payment-gateways"
@@ -7567,19 +7560,19 @@ msgctxt "recaptcha"
7567
  msgid "The reCAPTCHA validation score failed."
7568
  msgstr "Код reCAPTCHA был введён неправильно."
7569
 
7570
- #: includes/class-wpbdp.php:463
7571
  #, fuzzy
7572
  msgctxt "listing image upload"
7573
  msgid "Please select a plan before uploading images to the listing"
7574
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
7575
 
7576
- #: includes/class-wpbdp.php:468
7577
  #, fuzzy
7578
  msgctxt "listing image upload"
7579
  msgid "Can not upload any more images for this listing."
7580
  msgstr "Рубрики этой записи"
7581
 
7582
- #: includes/class-wpbdp.php:472
7583
  msgctxt "listing image upload"
7584
  msgid ""
7585
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -7596,7 +7589,7 @@ msgctxt "navxt"
7596
  msgid "Submit Listing"
7597
  msgstr "Добавить"
7598
 
7599
- #: includes/controllers/pages/class-checkout.php:111
7600
  #, fuzzy
7601
  msgctxt "checkout"
7602
  msgid "Can not process a payment at this time. Please try again later."
@@ -7604,29 +7597,29 @@ msgstr ""
7604
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
7605
  "пожалуйста."
7606
 
7607
- #: includes/controllers/pages/class-checkout.php:149
7608
  #, fuzzy
7609
  msgctxt "checkout"
7610
  msgid "Invalid nonce received."
7611
  msgstr "Некорректный номер платежа."
7612
 
7613
- #: includes/controllers/pages/class-checkout.php:164
7614
  #, fuzzy
7615
  msgctxt "checkout"
7616
  msgid "Invalid gateway selected."
7617
  msgstr "Некорректное состояние продления."
7618
 
7619
- #: includes/controllers/pages/class-checkout.php:169
7620
  msgctxt "checkout"
7621
  msgid "Selected gateway does not support payment's currency."
7622
  msgstr ""
7623
 
7624
- #: includes/controllers/pages/class-checkout.php:228
7625
  msgctxt "checkout"
7626
  msgid "Unknown gateway error."
7627
  msgstr ""
7628
 
7629
- #: includes/controllers/pages/class-checkout.php:267
7630
  msgctxt "checkout"
7631
  msgid ""
7632
  "There was an error trying to process your request. No gateway is selected."
@@ -7812,12 +7805,12 @@ msgid ""
7812
  "an existing field"
7813
  msgstr ""
7814
 
7815
- #: includes/controllers/pages/class-submit-listing.php:1283
7816
  msgctxt "templates"
7817
  msgid "Please agree to the Terms and Conditions."
7818
  msgstr "Пожалуйста примите наши Условия и Положения."
7819
 
7820
- #: includes/controllers/pages/class-submit-listing.php:1297
7821
  #, fuzzy
7822
  msgctxt "templates"
7823
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7829,12 +7822,12 @@ msgctxt "templates"
7829
  msgid "Return to results"
7830
  msgstr "Вернуться к справочнику"
7831
 
7832
- #: includes/helpers/functions/templates-ui.php:226
7833
  msgctxt "templates"
7834
  msgid "No listing categories found."
7835
  msgstr "Рубрики не обнаружены."
7836
 
7837
- #: includes/helpers/functions/templates-ui.php:377
7838
  msgctxt "templates"
7839
  msgid "Advanced Search"
7840
  msgstr "Расширенный поиск"
@@ -7845,15 +7838,6 @@ msgctxt "templates"
7845
  msgid "Featured Listing"
7846
  msgstr "Особая запись"
7847
 
7848
- #: templates/manage_listings.tpl.php:20
7849
- msgctxt "templates"
7850
- msgid ""
7851
- "Your current listings are shown below. To edit a listing click the edit "
7852
- "button. To delete a listing click the delete button."
7853
- msgstr ""
7854
- "Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
7855
- "\". Для удаления записи кликните на кнопку \"Удалить\"."
7856
-
7857
  #: templates/parts/listing-buttons.tpl.php:15
7858
  msgctxt "templates"
7859
  msgid "Edit"
@@ -7904,11 +7888,6 @@ msgctxt "templates"
7904
  msgid "Return to plan selection"
7905
  msgstr "Вернуться в справочник."
7906
 
7907
- #: templates/search-form.tpl.php:3
7908
- msgctxt "templates"
7909
- msgid "Find a listing"
7910
- msgstr "Найти запись"
7911
-
7912
  #: templates/submit-listing/extra-sections.tpl.php:1
7913
  msgctxt "templates"
7914
  msgid "Additional Information"
@@ -7986,12 +7965,12 @@ msgstr ""
7986
  "Пожалуйста <a>войдите в сайт</a> чтобы получить возможность отправить "
7987
  "сообщение владельцу бизнеса."
7988
 
7989
- #: includes/controllers/pages/class-manage-recurring.php:36
7990
  msgctxt "manage subscription"
7991
  msgid "The listing with id = <listing-id> doesn't exists."
7992
  msgstr ""
7993
 
7994
- #: includes/controllers/pages/class-manage-recurring.php:45
7995
  #, fuzzy
7996
  msgctxt "manage subscriptions"
7997
  msgid ""
@@ -7999,12 +7978,12 @@ msgid ""
7999
  "invalid."
8000
  msgstr "Вам не разрешено изменять эту запись."
8001
 
8002
- #: includes/controllers/pages/class-manage-recurring.php:56
8003
  msgctxt "manage subscriptions"
8004
  msgid "Invalid subscription."
8005
  msgstr "Некорректная подписка."
8006
 
8007
- #: includes/controllers/pages/class-manage-recurring.php:79
8008
  #, fuzzy
8009
  msgctxt "manage subscriptions"
8010
  msgid "Your subscription was canceled."
@@ -8016,7 +7995,7 @@ msgctxt "manage subscriptions"
8016
  msgid "Subscription / Plan"
8017
  msgstr "Подписка / Бесплатный План"
8018
 
8019
- #: includes/controllers/pages/class-manage-recurring.php:96
8020
  #, fuzzy
8021
  msgctxt "manage listings"
8022
  msgid "You are not on recurring payments for any of your listings."
@@ -8209,46 +8188,46 @@ msgstr ""
8209
  "пожалуйста."
8210
 
8211
  #: includes/controllers/pages/class-submit-listing.php:866
8212
- #: includes/controllers/pages/class-submit-listing.php:992
8213
  #, fuzzy
8214
  msgctxt "submit listing"
8215
  msgid "Please select a category."
8216
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8217
 
8218
- #: includes/controllers/pages/class-submit-listing.php:890
8219
  msgctxt "submit listing"
8220
  msgid "Current active plan is disabled. Please select another plan."
8221
  msgstr ""
8222
 
8223
- #: includes/controllers/pages/class-submit-listing.php:892
8224
  msgctxt "submit listing"
8225
  msgid "Please choose a valid category for your plan."
8226
  msgstr ""
8227
 
8228
- #: includes/controllers/pages/class-submit-listing.php:895
8229
  #, fuzzy
8230
  msgctxt "submit listing"
8231
  msgid "Please choose a valid plan for your category selection."
8232
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8233
 
8234
- #: includes/controllers/pages/class-submit-listing.php:1203
8235
  #, fuzzy
8236
  msgctxt "submit listing"
8237
  msgid "Please enter your desired username."
8238
  msgstr "Пожалуйста введите Ваше имя."
8239
 
8240
- #: includes/controllers/pages/class-submit-listing.php:1208
8241
  #, fuzzy
8242
  msgctxt "submit listing"
8243
  msgid "Please enter the e-mail for your new account."
8244
  msgstr "Пожалуйста введите Ваше имя."
8245
 
8246
- #: includes/controllers/pages/class-submit-listing.php:1213
8247
  msgctxt "submit listing"
8248
  msgid "The username you chose is already in use. Please use a different one."
8249
  msgstr ""
8250
 
8251
- #: includes/controllers/pages/class-submit-listing.php:1218
8252
  msgctxt "submit listing"
8253
  msgid "The e-mail address you chose for your account is already in use."
8254
  msgstr ""
@@ -8258,7 +8237,7 @@ msgctxt "submit listing"
8258
  msgid "Listing submitted by admin. Payment skipped."
8259
  msgstr ""
8260
 
8261
- #: includes/controllers/pages/class-submit-listing.php:1158
8262
  msgctxt "listing submit"
8263
  msgid ""
8264
  "Image upload is required, please provide at least one image and submit again."
@@ -8550,7 +8529,7 @@ msgctxt "fs helper"
8550
  msgid "Destination dir \"%s\" is not writable."
8551
  msgstr "Директория назначения \"%s\" не доступна для записи."
8552
 
8553
- #: includes/helpers/functions/templates-ui.php:404
8554
  msgctxt "templates sort"
8555
  msgid "Sort By:"
8556
  msgstr "Сортировка по:"
@@ -8581,19 +8560,19 @@ msgctxt "default category name"
8581
  msgid "General"
8582
  msgstr "Основное"
8583
 
8584
- #: includes/licensing.php:540
8585
  msgctxt "licensing"
8586
  msgid "Could not contact licensing server"
8587
  msgstr "Не удалось связаться с сервером лицензий"
8588
 
8589
- #: includes/licensing.php:553
8590
  msgctxt "licensing"
8591
  msgid ""
8592
  "It was not possible to establish a connection with Business Directory's "
8593
  "server. cURL was not found in your system"
8594
  msgstr ""
8595
 
8596
- #: includes/licensing.php:555 includes/licensing.php:585
8597
  msgctxt "licensing"
8598
  msgid ""
8599
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8602,7 +8581,7 @@ msgid ""
8602
  "1.0.1c)."
8603
  msgstr ""
8604
 
8605
- #: includes/licensing.php:557 includes/licensing.php:587
8606
  msgctxt "licensing"
8607
  msgid ""
8608
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8610,47 +8589,47 @@ msgid ""
8610
  "services using the latest security standards."
8611
  msgstr ""
8612
 
8613
- #: includes/licensing.php:559
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "Please contact your hosting provider and ask them to upgrade your system. "
8617
  "Include this message if necessary"
8618
  msgstr ""
8619
 
8620
- #: includes/licensing.php:589
8621
  msgctxt "licensing"
8622
  msgid ""
8623
  "Please contact your hosting provider and ask them to upgrade your system. "
8624
  "Include this message if necessary."
8625
  msgstr ""
8626
 
8627
- #: includes/licensing.php:625
8628
  msgctxt "licensing"
8629
  msgid "The server returned a 403 Forbidden error."
8630
  msgstr ""
8631
 
8632
- #: includes/licensing.php:871
8633
  msgctxt "licensing"
8634
  msgid "Could not activate license: %s."
8635
  msgstr "Не удалось активировать лицензию: %s."
8636
 
8637
- #: includes/licensing.php:876
8638
  msgctxt "licensing"
8639
  msgid "License activated"
8640
  msgstr "Лицензия активирована"
8641
 
8642
- #: includes/licensing.php:908
8643
  msgctxt "licensing"
8644
  msgid "Could not deactivate license: %s."
8645
  msgstr "Не удалось деактивировать лицензию: %s."
8646
 
8647
- #: includes/licensing.php:910
8648
  msgctxt "licensing"
8649
  msgid "License deactivated"
8650
  msgstr "Лицензия была деактивирована."
8651
 
8652
  #. translators: "<module-name>" version <version-number> is not...
8653
- #: includes/licensing.php:1150
8654
  msgctxt "deprecation"
8655
  msgid ""
8656
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8672,18 +8651,18 @@ msgstr[0] "Разрешено изображений"
8672
  msgstr[1] "Разрешено изображений"
8673
  msgstr[2] "Разрешено изображений"
8674
 
8675
- #: includes/models/class-fee-plan.php:402
8676
  #, fuzzy
8677
  msgctxt "fees-api"
8678
  msgid "Plan label is required."
8679
  msgstr "Метка поля обязательна."
8680
 
8681
- #: includes/models/class-fee-plan.php:408
8682
  msgctxt "fees-api"
8683
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8684
  msgstr "Срок действия тарифа должен быть меньше 10 лет (3650 дней)."
8685
 
8686
- #: includes/models/class-fee-plan.php:413
8687
  msgctxt "fees-api"
8688
  msgid ""
8689
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8691,7 +8670,7 @@ msgid ""
8691
  "<a>plan</a> appropriately."
8692
  msgstr ""
8693
 
8694
- #: includes/models/class-fee-plan.php:416
8695
  msgctxt "fees-api"
8696
  msgid ""
8697
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -9184,6 +9163,26 @@ msgctxt "send-access-keys"
9184
  msgid "Continue"
9185
  msgstr "Далее"
9186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9187
  #, fuzzy
9188
  #~ msgctxt "listing metabox"
9189
  #~ msgid "General Info"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-05-11 00:03:39+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"
82
  #: includes/admin/settings/class-settings-bootstrap.php:691
83
  #: includes/admin/settings/class-settings-bootstrap.php:692
84
  #: includes/helpers/class-app.php:93
85
+ #: includes/helpers/functions/templates-ui.php:308
86
  msgid "Directory"
87
  msgstr "Все рубрики"
88
 
140
  msgstr "поля формы"
141
 
142
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
143
+ #: includes/licensing.php:220
144
  #, fuzzy
145
  msgid "Modules"
146
  msgstr "Установленные модули:"
150
  msgid "Business Directory"
151
  msgstr "Справочник услуг"
152
 
153
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
154
  #, fuzzy
155
  msgid "Upgrade to Premium"
156
  msgstr "Поднять статус до %s"
160
  msgid "Directory Listings"
161
  msgstr "Ярлык раздела справочник"
162
 
163
+ #: includes/admin/class-admin.php:1065
164
  #, fuzzy
165
  msgid "Could not send renewal email."
166
  msgstr "Послать уведомление о продлении автору по электронной почте"
167
 
168
+ #: includes/admin/class-admin.php:1199
169
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
170
  #: includes/admin/helpers/tables/class-payments-table.php:64
171
  #: templates/email/listing-added.tpl.php:7
175
  msgid "ID"
176
  msgstr "№"
177
 
178
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
179
  #: includes/admin/settings/class-settings-bootstrap.php:717
180
  #, fuzzy
181
  msgid "Listing Count"
182
  msgstr "Количество записей"
183
 
184
+ #: includes/admin/class-admin.php:1366
185
  #, fuzzy
186
  msgid ""
187
  "We noticed you want your Business Directory users to register before posting "
279
  msgstr "Посмотрите образец файла CSV для иморта"
280
 
281
  #: includes/admin/controllers/class-admin-csv.php:54
282
+ #: templates/admin/csv-import.tpl.php:291
283
  #, fuzzy
284
  msgid "Help"
285
  msgstr "Подсказка"
286
 
287
  #: includes/admin/controllers/class-admin-fees.php:46
288
  #: includes/admin/helpers/tables/class-payments-table.php:67
289
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
290
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
291
  #: templates/admin/payments-details.tpl.php:113
292
  #: templates/email/listing-payment-completed.tpl.php:21
298
  #: includes/admin/controllers/class-admin-fees.php:48
299
  #: includes/admin/helpers/tables/class-fees-table.php:65
300
  #: includes/admin/settings/class-settings-bootstrap.php:907
301
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
302
  #, fuzzy
303
  msgid "Images"
304
  msgstr "Изображений"
305
 
306
  #: includes/admin/controllers/class-admin-fees.php:80
307
+ #: includes/admin/helpers/class-modules-list.php:237
308
  #, fuzzy
309
  msgid "Upgrade"
310
  msgstr "Поднять статус до %s"
375
  msgstr "Атрибуты"
376
 
377
  #: includes/admin/controllers/class-admin-listings.php:339
378
+ #: includes/helpers/class-listing-display-helper.php:137
379
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
380
  #, fuzzy
381
  msgid "Featured"
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"
541
  msgid "Website"
542
  msgstr "адрес сайта"
543
 
544
+ #: includes/admin/controllers/class-settings-admin.php:628
545
  msgid "Your license key provides access to new features and updates."
546
  msgstr ""
547
 
548
+ #: includes/admin/controllers/class-settings-admin.php:630
549
  #, fuzzy
550
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
551
  msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
552
 
553
+ #: includes/admin/controllers/class-settings-admin.php:642
554
  msgid "Build more powerful directories"
555
  msgstr ""
556
 
557
+ #: includes/admin/controllers/class-settings-admin.php:643
558
  msgid ""
559
  "Add category images, maps, filter by location, payment gateways, and more."
560
  msgstr ""
561
 
562
+ #: includes/admin/controllers/class-settings-admin.php:644
563
+ #: includes/admin/helpers/class-modules-list.php:236
564
  #, fuzzy
565
  msgid "Upgrade Now"
566
  msgstr "Поднять статус до %s"
567
 
568
+ #: includes/admin/controllers/class-settings-admin.php:645
569
  #, fuzzy
570
  msgid "Already purchased?"
571
  msgstr "Уже устновлен."
572
 
573
+ #: includes/admin/controllers/class-settings-admin.php:704
574
  #: includes/admin/helpers/tables/class-fees-table.php:182
575
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
576
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
606
  msgid "You are not allowed to do that."
607
  msgstr ""
608
 
609
+ #: includes/admin/csv-import.php:424
610
  #, fuzzy
611
  msgid "There was an error uploading the file:"
612
  msgstr "Произошла ошибка при загрузке файла CSV."
613
 
614
+ #: includes/admin/csv-import.php:429
615
  #, fuzzy
616
  msgid "Please upload the correct file type."
617
  msgstr "Пожалуйста загрузите или выберите файл CSV."
618
 
619
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
620
  #: includes/admin/helpers/tables/class-payments-table.php:63
621
  #: includes/admin/settings/class-settings-bootstrap.php:667
622
  #: includes/admin/settings/class-settings-bootstrap.php:668
626
  msgid "Listing"
627
  msgstr "Запись"
628
 
629
+ #: includes/admin/helpers/class-listing-timeline.php:138
630
  #: includes/class-listings-api.php:33
631
  #, fuzzy
632
  msgid "Listing renewed"
649
  msgid "Not Installed"
650
  msgstr "Не установлен"
651
 
652
+ #: includes/admin/helpers/class-modules-list.php:226
653
  #: includes/controllers/class-smtp.php:317
654
  #: templates/admin/themes-item.tpl.php:58
655
  #, fuzzy
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
 
723
  msgstr "Тариф удалён."
724
 
725
  #: includes/admin/helpers/tables/class-fees-table.php:297
726
+ #: includes/helpers/functions/templates-ui.php:432
727
  #, fuzzy
728
  msgid "Default"
729
  msgstr "Удалить тариф"
730
 
731
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
732
  #: includes/fields/class-fieldtypes-social.php:135
733
+ #: templates/admin/csv-import.tpl.php:307
734
  #, fuzzy
735
  msgid "Type"
736
  msgstr "Тип"
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
1120
  msgid "Uninstall"
1121
  msgstr "Удалить"
1122
 
1123
+ #: includes/admin/settings/class-settings.php:503
1124
  msgid "%s cannot include spaces, commas, or &"
1125
  msgstr ""
1126
 
1169
  msgid "Directory Manual Upgrade"
1170
  msgstr "Справочник Услуг - ручное обновление"
1171
 
1172
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1173
  msgid ""
1174
  "Business Directory features are currently disabled because the plugin needs "
1175
  "to perform a manual upgrade before it can be used."
1177
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1178
  "необходимо произвести ручное обновление плагина."
1179
 
1180
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1181
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1182
  msgstr "Нажмите \"Начать обновление\" и подождите пока процесс завершится."
1183
 
1184
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1185
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1186
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1187
  #, fuzzy
1188
  msgid "Business Directory - Featured Levels Migration"
1189
  msgstr "Справочник Услуг - Особые записи"
1190
 
1191
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1192
  #: templates/admin/fees-form.tpl.php:17
1193
  #, fuzzy
1194
  msgid "Plan Label"
1195
  msgstr "Метка"
1196
 
1197
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1198
  #, fuzzy
1199
  msgid "Duration"
1200
  msgstr "По сроку действия"
1201
 
1202
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1203
  #, fuzzy
1204
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1205
  msgstr "Не удалось обновить тему: %s"
1224
  msgid "View Docs"
1225
  msgstr "Открыть"
1226
 
1227
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1228
  #, fuzzy
1229
  msgid "Settings"
1230
  msgstr "Настройки"
1309
  msgstr "Показать запись"
1310
 
1311
  #: includes/class-cpt-integration.php:22
1312
+ #: includes/helpers/functions/templates-ui.php:370
1313
  #: templates/main-box.tpl.php:23
1314
  msgid "Search Listings"
1315
  msgstr "Искать записи"
1322
  msgid "No listings found in trash"
1323
  msgstr "В корзине записи не найдены"
1324
 
1325
+ #: includes/class-cpt-integration.php:47
1326
  msgid "Directory Categories"
1327
  msgstr "Рубрики справочника"
1328
 
1329
+ #: includes/class-cpt-integration.php:48
1330
  msgid "Directory Category"
1331
  msgstr "Рубрики справочника"
1332
 
1333
+ #: includes/class-cpt-integration.php:59
1334
  msgid "Directory Tags"
1335
  msgstr "Темы справочника"
1336
 
1337
+ #: includes/class-cpt-integration.php:60
1338
  msgid "Directory Tag"
1339
  msgstr "Все рубрики"
1340
 
1341
  #. translators: %s: listing count
1342
+ #: includes/class-cpt-integration.php:254
1343
  #, fuzzy
1344
  msgid "%s listing updated."
1345
  msgid_plural "%s listings updated."
1348
  msgstr[2] "Запись была изменена"
1349
 
1350
  #. translators: %s: listing count
1351
+ #: includes/class-cpt-integration.php:256
1352
  msgid "%s listing not updated, somebody is editing it."
1353
  msgid_plural "%s listings not updated, somebody is editing them."
1354
  msgstr[0] ""
1356
  msgstr[2] ""
1357
 
1358
  #. translators: %s: listing count
1359
+ #: includes/class-cpt-integration.php:258
1360
  #, fuzzy
1361
  msgid "%s listing permanently deleted."
1362
  msgid_plural "%s listings permanently deleted."
1365
  msgstr[2] "Дата окончания срока действия"
1366
 
1367
  #. translators: %s: listing count
1368
+ #: includes/class-cpt-integration.php:260
1369
  #, fuzzy
1370
  msgid "%s listing moved to the Trash."
1371
  msgid_plural "%s listings moved to the Trash."
1374
  msgstr[2] "В корзине записи не найдены"
1375
 
1376
  #. translators: %s: listing count
1377
+ #: includes/class-cpt-integration.php:262
1378
  #, fuzzy
1379
  msgid "%s listing restored from the Trash."
1380
  msgid_plural "%s listings restored from the Trash."
1387
  msgid "Free Listing"
1388
  msgstr "Бесплатные записи"
1389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1390
  #: includes/class-payment-gateways.php:146
1391
  msgid ""
1392
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1393
  "to set up a gateway. Until you do this, only free plans will be available."
1394
  msgstr ""
1395
 
1396
+ #: includes/class-wpbdp.php:574
1397
  #, fuzzy
1398
  msgid "Could not find listing ID"
1399
  msgstr "Не удалось связаться с сервером лицензий"
1400
 
1401
+ #: includes/class-wpbdp.php:581
1402
  msgid ""
1403
  "Could not verify the image upload request. If problem persists contact site "
1404
  "admin."
1405
  msgstr ""
1406
 
1407
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1408
  #, fuzzy
1409
  msgid "Could not find image ID"
1410
  msgstr "Не удалось обновить тему: %s"
1411
 
1412
+ #: includes/class-wpbdp.php:620
1413
  #, fuzzy
1414
  msgid ""
1415
  "The directory features are disabled at this time because a <a>manual "
1418
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1419
  "необходимо произвести ручное обновление плагина."
1420
 
1421
+ #: includes/class-wpbdp.php:627
1422
  msgid ""
1423
  "The directory is not available at this time. Please try again in a few "
1424
  "minutes or contact the administrator if the problem persists."
1439
  #: includes/compatibility/class-navxt-integration.php:208
1440
  #: includes/widgets/widget-search.php:127
1441
  #: templates/admin/payments-index.tpl.php:13
1442
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1443
  #: templates/search.tpl.php:5
1444
  #, fuzzy
1445
  msgid "Search"
1549
  msgid "Go to SMTP settings"
1550
  msgstr "Перейти к Вашей записи"
1551
 
1552
+ #: includes/controllers/pages/class-all-listings.php:6
1553
+ #: includes/helpers/functions/templates-ui.php:317
1554
+ msgid "View All Listings"
1555
+ msgstr "Показать все записи"
1556
+
1557
+ #: includes/controllers/pages/class-checkout.php:181
1558
  #: includes/controllers/pages/class-manage-listings.php:109
1559
  msgid "Pay Now"
1560
  msgstr ""
1561
 
1562
+ #: includes/controllers/pages/class-checkout.php:181
1563
  #, fuzzy
1564
  msgid "Complete"
1565
  msgstr "Завершено"
1614
  msgid "This is just a preview. The listing has not been published yet."
1615
  msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
1616
 
1617
+ #: includes/controllers/pages/class-submit-listing.php:32
1618
+ #: includes/helpers/functions/templates-ui.php:330
1619
+ #: templates/submit-listing.tpl.php:17
1620
+ #, fuzzy
1621
+ msgid "Add Listing"
1622
+ msgstr "Добавить тариф"
1623
+
1624
  #: includes/controllers/pages/class-submit-listing.php:560
1625
  #, fuzzy
1626
  msgid "Listing Images"
1635
  msgid "Go to \"Plans\""
1636
  msgstr "Перейти в раздел \"Управление / Форма\""
1637
 
1638
+ #: includes/controllers/pages/class-submit-listing.php:884
1639
  #, fuzzy
1640
  msgid "Please choose a plan."
1641
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1642
 
1643
+ #: includes/controllers/pages/class-submit-listing.php:1074
1644
  msgid "Please check the form for errors, correct them and submit again."
1645
  msgstr ""
1646
 
1647
+ #: includes/controllers/pages/class-submit-listing.php:1234
1648
  msgid "Create a user account on this site"
1649
  msgstr ""
1650
 
1651
+ #: includes/controllers/pages/class-submit-listing.php:1241
1652
  msgid "Username"
1653
  msgstr ""
1654
 
1655
+ #: includes/controllers/pages/class-submit-listing.php:1263
1656
  #, fuzzy
1657
  msgid "Clear Form"
1658
  msgstr "Очистить форму"
1889
  msgid "Telephone Number Validator"
1890
  msgstr "Проверка целого числа"
1891
 
1892
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1893
  #, fuzzy
1894
  msgid "Field"
1895
  msgstr "Поле"
1971
  msgid "Free"
1972
  msgstr "Бесплатно"
1973
 
1974
+ #: includes/helpers/functions/general.php:1319
1975
+ #, fuzzy
1976
+ msgid "Return to Directory"
1977
+ msgstr "Вернуться в Справочник."
1978
+
1979
  #: includes/helpers/functions/listings.php:80
1980
  #, fuzzy
1981
  msgid "Untitled Listing"
1982
  msgstr "Изменить запись"
1983
 
1984
+ #: includes/helpers/functions/templates-ui.php:324
1985
  #, fuzzy
1986
  msgid "Manage Listings"
1987
  msgstr "Платные записи"
1992
  msgstr "Удалить тариф"
1993
 
1994
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1995
+ #: includes/licensing.php:151
1996
  msgid ""
1997
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1998
  "get updates."
1999
  msgstr ""
2000
 
2001
+ #: includes/licensing.php:207 includes/licensing.php:211
2002
  #, fuzzy
2003
  msgid "Licenses"
2004
  msgstr "Лицензии"
2005
 
2006
  #. translators: %s: item type.
2007
+ #: includes/licensing.php:268
2008
  msgid "%s will not get updates until license is reauthorized."
2009
  msgstr ""
2010
 
2011
+ #: includes/licensing.php:289
2012
  #, fuzzy
2013
  msgid "Enter License Key here"
2014
  msgstr "Обновить лицензионный ключ"
2015
 
2016
+ #: includes/licensing.php:290
2017
  #, fuzzy
2018
  msgid "Authorize"
2019
  msgstr "Активировать шлюз Authorize.net?"
2020
 
2021
+ #: includes/licensing.php:390
2022
  #, fuzzy
2023
  msgid "Invalid item ID"
2024
  msgstr "Некорректный номер поля"
2025
 
2026
+ #: includes/licensing.php:403
2027
  #, fuzzy
2028
  msgid "No license key provided"
2029
  msgstr "Не указан лицензионный ключ"
2030
 
2031
+ #: includes/licensing.php:448 includes/licensing.php:486
2032
  #, fuzzy
2033
  msgid "License key is invalid"
2034
  msgstr "Лицензионный ключ не правильный"
2035
 
2036
+ #: includes/licensing.php:452
2037
  #, fuzzy
2038
  msgid "Deactivation failed"
2039
  msgstr "Деактивация не удалась"
2040
 
2041
+ #: includes/licensing.php:497
2042
  #, fuzzy
2043
  msgid "The license key was revoked."
2044
  msgstr "Не указан лицензионный ключ"
2045
 
2046
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2047
+ #: includes/licensing.php:501
2048
  msgid ""
2049
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2050
  "%2$s and let them know your license is being reported as revoked by the "
2052
  "with your report."
2053
  msgstr ""
2054
 
2055
+ #: includes/licensing.php:564
2056
  msgid ""
2057
  "It was not possible to establish a connection with the Business Directory "
2058
  "server. The connection failed with the following error:"
2059
  msgstr ""
2060
 
2061
+ #: includes/licensing.php:577
2062
  msgid ""
2063
  "It was not possible to establish a connection with the Business Directory "
2064
  "server. A problem occurred in the SSL/TSL handshake:"
2065
  msgstr ""
2066
 
2067
+ #: includes/licensing.php:624
2068
  msgid ""
2069
  "It looks like your server is not authorized to make outgoing requests to "
2070
  "Business Directory servers. Please contact your webhost and ask them to add "
2071
  "our IP address 52.0.78.177 to your allow list."
2072
  msgstr ""
2073
 
2074
+ #: includes/licensing.php:718
2075
  #, fuzzy
2076
  msgid "Business Directory license key is missing."
2077
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2078
 
2079
+ #: includes/licensing.php:719
2080
  #, fuzzy
2081
  msgid "Business Directory license key has expired"
2082
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2083
 
2084
+ #: includes/licensing.php:720
2085
  #, fuzzy
2086
  msgid "Could not verify Business Directory license."
2087
  msgstr "Помогите нам улучшить Справочник Услуг"
2088
 
2089
+ #: includes/licensing.php:731
2090
  #, fuzzy
2091
  msgid "Review license keys"
2092
  msgstr "Обновить лицензионный ключ"
2093
 
2094
+ #: includes/licensing.php:846
2095
  msgid "Missing data. Please reload this page and try again."
2096
  msgstr ""
2097
 
2098
+ #: includes/licensing.php:851
2099
  #, fuzzy
2100
  msgid "Please enter a license key."
2101
  msgstr "Пожалуйста введите правильный электронный адрес."
2118
  msgid "Gateway Transaction ID:"
2119
  msgstr "Ключ транзакции"
2120
 
2121
+ #: includes/payment.php:76
2122
  msgid "Bill To:"
2123
  msgstr ""
2124
 
2125
+ #: includes/payment.php:87
2126
  msgid "Print Receipt"
2127
  msgstr ""
2128
 
2129
+ #: includes/payment.php:147
2130
  #, fuzzy
2131
  msgid "Return to plan selection"
2132
  msgstr "Вернуться в справочник."
2133
 
2134
+ #: includes/themes.php:918
2135
  #, fuzzy
2136
  msgid "ZIP file is not a valid Business Directory theme file."
2137
  msgstr "Файл ZIP - не является файлом темы плагина."
2342
  msgid "Post status of new imported listings"
2343
  msgstr "Статус записей по окончании импорта"
2344
 
2345
+ #: templates/admin/csv-import.tpl.php:193
2346
  #, fuzzy
2347
  msgid "Post status of existing imported listings"
2348
  msgstr "Статус записей по окончании импорта"
2349
 
2350
+ #: templates/admin/csv-import.tpl.php:212
2351
  #, fuzzy
2352
  msgid "Missing categories handling"
2353
  msgstr "Обработка новых рубрик"
2354
 
2355
+ #: templates/admin/csv-import.tpl.php:218
2356
  #, fuzzy
2357
  msgid "Auto-create categories"
2358
  msgstr "Автоматически создавать"
2359
 
2360
+ #: templates/admin/csv-import.tpl.php:223
2361
  #, fuzzy
2362
  msgid "Generate errors when a category is not found"
2363
  msgstr "Выдавать ошибку \"рубрика не найдена\""
2364
 
2365
+ #: templates/admin/csv-import.tpl.php:231
2366
  #, fuzzy
2367
  msgid "Keep existing images"
2368
  msgstr "Соранить."
2369
 
2370
+ #: templates/admin/csv-import.tpl.php:234
2371
  #, fuzzy
2372
  msgid "Appends new images while keeping current ones."
2373
  msgstr "Будет добавлять новые изображения и не удалит существующие."
2374
 
2375
+ #: templates/admin/csv-import.tpl.php:242
2376
  #, fuzzy
2377
  msgid "Assign listings to a user"
2378
  msgstr "Автор?"
2379
 
2380
+ #: templates/admin/csv-import.tpl.php:254
2381
  #, fuzzy
2382
  msgid "Default listing user"
2383
  msgstr "Пользователь по-умолчанию для новых записей:"
2384
 
2385
+ #: templates/admin/csv-import.tpl.php:256
2386
  #, fuzzy
2387
  msgid ""
2388
  "This user will be used if the username column is not present in the CSV file."
2390
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
2391
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
2392
 
2393
+ #: templates/admin/csv-import.tpl.php:263
2394
  #, fuzzy
2395
  msgid "Number of listings imported on every cycle"
2396
  msgstr "Количество записей:"
2397
 
2398
+ #: templates/admin/csv-import.tpl.php:265
2399
  msgid ""
2400
  "If you are having trouble importing listings due to memory problems, try "
2401
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2403
  "success on shared hosting platforms and other resource-constrained servers."
2404
  msgstr ""
2405
 
2406
+ #: templates/admin/csv-import.tpl.php:277
2407
  #, fuzzy
2408
  msgid "Disable email notifications during import"
2409
  msgstr "Оповещения по электронной почте:"
2410
 
2411
+ #: templates/admin/csv-import.tpl.php:296
2412
  #, fuzzy
2413
  msgid ""
2414
  "The following are the valid header names to be used in the CSV file. "
2422
  "\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
2423
  "выглядеть."
2424
 
2425
+ #: templates/admin/csv-import.tpl.php:305
2426
  #, fuzzy
2427
  msgid "Header name/label"
2428
  msgstr "Имя или метка заголовка"
2429
 
2430
+ #: templates/admin/csv-import.tpl.php:308
2431
  #, fuzzy
2432
  msgid "Required?"
2433
  msgstr "Обязательно?"
2434
 
2435
+ #: templates/admin/csv-import.tpl.php:309
2436
  #, fuzzy
2437
  msgid "Multivalued?"
2438
  msgstr "Множественные значения?"
2439
 
2440
+ #: templates/admin/csv-import.tpl.php:341
2441
  #, fuzzy
2442
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2443
  msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
2444
 
2445
+ #: templates/admin/csv-import.tpl.php:348
2446
  #, fuzzy
2447
  msgid "Listing author's username"
2448
  msgstr "Учётная запись автора записи"
3051
  msgid "Get debug info"
3052
  msgstr ""
3053
 
3054
+ #: templates/businessdirectory-listings.tpl.php:51
3055
  #: templates/deprecated/search.tpl.php:23
3056
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3057
  #, fuzzy
3058
  msgid "No listings found."
3059
  msgstr "Записи не найдены."
3194
  msgstr "Результаты поиска"
3195
 
3196
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3197
+ #: templates/manage_listings.tpl.php:36
3198
  #: templates/submit-listing-done.tpl.php:36
3199
  #, fuzzy
3200
  msgid "Return to directory"
3331
  "Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
3332
  "\". Для удаления записи кликните на кнопку \"Удалить\"."
3333
 
3334
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3335
  #, fuzzy
3336
  msgid "You do not currently have any listings in the directory."
3337
  msgstr "У Вас нет ни одной записи в справочнике."
3348
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3349
  msgstr "%s каждые %s дней(я). Следующее обновление - %s."
3350
 
3351
+ #: templates/manage_listings.tpl.php:13
3352
  #, fuzzy
3353
+ msgid "Your current listings are shown below."
3354
+ msgstr "В справочнике нет ни одного изображения."
3355
 
3356
  #: templates/parts/pagination.tpl.php:7
3357
  #, fuzzy
3389
  msgid "Recurring Plan Management"
3390
  msgstr "Управление периодический оплатой"
3391
 
3392
+ #: templates/search-form.tpl.php:27
3393
  #, fuzzy
3394
  msgid "Clear"
3395
  msgstr "Очистить форму"
3725
  msgid "Business Directory Team"
3726
  msgstr "Справочник услуг"
3727
 
3728
+ #: includes/abstracts/class-view.php:130
3729
  #, fuzzy
3730
  msgctxt "views"
3731
  msgid "Invalid credentials."
3751
  msgid "Untitled Menu"
3752
  msgstr ""
3753
 
3754
+ #: includes/admin/class-admin.php:898
3755
  msgctxt "admin"
3756
  msgid "Dismiss this notice."
3757
  msgstr "Убрать это предупреждение"
3758
 
3759
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3760
  #, fuzzy
3761
  msgctxt "admin"
3762
  msgid "The listing has been updated."
3765
  msgstr[1] "Статус записей был поднят."
3766
  msgstr[2] ""
3767
 
3768
+ #: includes/admin/class-admin.php:1039
3769
  #, fuzzy
3770
  msgctxt "admin"
3771
  msgid "The plan was successfully assigned."
3772
  msgstr "Тариф был успешно назначен."
3773
 
3774
+ #: includes/admin/class-admin.php:1049
3775
  msgctxt "admin"
3776
  msgid "Listing was renewed."
3777
  msgid_plural "Listings were renewed."
3779
  msgstr[1] "Записи были продлены."
3780
  msgstr[2] ""
3781
 
3782
+ #: includes/admin/class-admin.php:1061
3783
  msgctxt "admin"
3784
  msgid "Renewal email sent."
3785
  msgstr "Оповещение о продлении было отправлено по электронной почте."
3786
 
3787
+ #: includes/admin/class-admin.php:1074
3788
  #, fuzzy
3789
  msgctxt "admin"
3790
  msgid "Listing report deleted."
3793
  msgstr[1] "Дата окончания срока действия"
3794
  msgstr[2] "Дата окончания срока действия"
3795
 
3796
+ #: includes/admin/class-admin.php:1123
3797
  #, fuzzy
3798
  msgctxt "admin"
3799
  msgid "Access keys sent."
3800
  msgstr "Поля и Изображения записи"
3801
 
3802
+ #: includes/admin/class-admin.php:1125
3803
  msgctxt "admin"
3804
  msgid "The access keys couldn't be sent."
3805
  msgstr ""
3806
 
3807
+ #: includes/admin/class-admin.php:1283
3808
  msgctxt "admin"
3809
  msgid ""
3810
  "<b>Business Directory Plugin</b> requires a page with the "
3813
  "Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
3814
  "страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
3815
 
3816
+ #: includes/admin/class-admin.php:1285
3817
  msgctxt "admin"
3818
  msgid ""
3819
  "You can create this page by yourself or let Business Directory do this for "
3822
  "Вы можете создать такую страницу сами, или позвольте плагину создать её для "
3823
  "Вас автоматически."
3824
 
3825
+ #: includes/admin/class-admin.php:1290
3826
  msgctxt "admin"
3827
  msgid "Create required pages for me"
3828
  msgstr "Создать необходимые страницы автоматически"
3829
 
3830
+ #: includes/admin/class-admin.php:1343
3831
  msgctxt "admin"
3832
  msgid ""
3833
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3904
  msgid "Debug"
3905
  msgstr "Отладка"
3906
 
3907
+ #: includes/admin/controllers/class-settings-admin.php:39
3908
  #, fuzzy
3909
  msgctxt "admin menu"
3910
  msgid "Settings"
4207
  msgid "Reported"
4208
  msgstr ""
4209
 
4210
+ #: includes/models/class-listing.php:981
4211
  msgctxt "listing status"
4212
  msgid "Unknown"
4213
  msgstr ""
4214
 
4215
+ #: includes/models/class-listing.php:982
4216
  msgctxt "listing status"
4217
  msgid "Legacy"
4218
  msgstr ""
4219
 
4220
+ #: includes/models/class-listing.php:983
4221
  #, fuzzy
4222
  msgctxt "listing status"
4223
  msgid "Incomplete"
4224
  msgstr "Завершено"
4225
 
4226
+ #: includes/models/class-listing.php:984
4227
  #, fuzzy
4228
  msgctxt "listing status"
4229
  msgid "Pending Payment"
4230
  msgstr "Платёж был заброшен."
4231
 
4232
+ #: includes/models/class-listing.php:985
4233
  #, fuzzy
4234
  msgctxt "listing status"
4235
  msgid "Complete"
4236
  msgstr "Завершено"
4237
 
4238
+ #: includes/models/class-listing.php:986
4239
  #, fuzzy
4240
  msgctxt "listing status"
4241
  msgid "Pending Upgrade"
4242
  msgstr "Ожидается подтверждение"
4243
 
4244
+ #: includes/models/class-listing.php:987
4245
  #, fuzzy
4246
  msgctxt "listing status"
4247
  msgid "Expired"
4248
  msgstr "Истекло"
4249
 
4250
+ #: includes/models/class-listing.php:988
4251
  #, fuzzy
4252
  msgctxt "listing status"
4253
  msgid "Pending Renewal"
4254
  msgstr "Активные + ожидающие продление"
4255
 
4256
+ #: includes/models/class-listing.php:989
4257
  #, fuzzy
4258
  msgctxt "listing status"
4259
  msgid "Abandoned"
4765
  msgid "Create Missing Fields"
4766
  msgstr "Поля записи:"
4767
 
4768
+ #: includes/admin/controllers/class-settings-admin.php:535
4769
  #, fuzzy
4770
  msgctxt "admin settings"
4771
  msgid "Remove"
4772
  msgstr "Удалить"
4773
 
4774
+ #: includes/admin/controllers/class-settings-admin.php:589
4775
  msgctxt "admin settings"
4776
  msgid "Valid placeholders: %s"
4777
  msgstr "Корректные служебные слова: %s"
5271
  msgid "User registration date"
5272
  msgstr "Дата окончания срока действия"
5273
 
5274
+ #: includes/admin/controllers/class-settings-admin.php:671
5275
  #, fuzzy
5276
  msgctxt "expiration notices"
5277
  msgid "Add notice"
5278
  msgstr "Добавить поле"
5279
 
5280
+ #: includes/admin/controllers/class-settings-admin.php:690
5281
  msgctxt "expiration notices"
5282
  msgid "No notices configured."
5283
  msgstr ""
5284
 
5285
+ #: includes/admin/controllers/class-settings-admin.php:732
5286
  msgctxt "expiration notices"
5287
  msgid "recurring and non-recurring"
5288
  msgstr ""
5289
 
5290
+ #: includes/admin/controllers/class-settings-admin.php:734
5291
  #, fuzzy
5292
  msgctxt "expiration notices"
5293
  msgid "recurring only"
5294
  msgstr "(периодически)"
5295
 
5296
+ #: includes/admin/controllers/class-settings-admin.php:736
5297
  #, fuzzy
5298
  msgctxt "expiration notices"
5299
  msgid "non-recurring only"
5300
  msgstr "(периодически)"
5301
 
5302
+ #: includes/admin/controllers/class-settings-admin.php:740
5303
  #, fuzzy
5304
  msgctxt "expiration notices"
5305
  msgid "Sent when a listing (%s) is renewed."
5306
  msgstr "Посылается как только новая запись была помещена в базу данных."
5307
 
5308
+ #: includes/admin/controllers/class-settings-admin.php:745
5309
  #, fuzzy
5310
  msgctxt "expiration notices"
5311
  msgid "Sent when a listing (%s) expires."
5312
  msgstr "Срок действия записи истёк"
5313
 
5314
+ #: includes/admin/controllers/class-settings-admin.php:753
5315
  #, fuzzy
5316
  msgctxt "expiration notices"
5317
  msgid "%d day"
5320
  msgstr[1] "%d дней"
5321
  msgstr[2] ""
5322
 
5323
+ #: includes/admin/controllers/class-settings-admin.php:756
5324
  msgctxt "expiration notices"
5325
  msgid "%d week"
5326
  msgid_plural "%d weeks"
5328
  msgstr[1] ""
5329
  msgstr[2] ""
5330
 
5331
+ #: includes/admin/controllers/class-settings-admin.php:759
5332
  msgctxt "expiration notices"
5333
  msgid "%d month"
5334
  msgid_plural "%d months"
5338
 
5339
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5340
  #. non-recuring only)
5341
+ #: includes/admin/controllers/class-settings-admin.php:765
5342
  msgctxt "expiration notices"
5343
  msgid "Sent %1$s before a listing (%2$s) expires."
5344
  msgstr ""
5345
 
5346
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5347
  #. non-recuring only)
5348
+ #: includes/admin/controllers/class-settings-admin.php:768
5349
  #, fuzzy
5350
  msgctxt "expiration notices"
5351
  msgid "Sent %1$s after a listing (%2$s) expires."
5352
  msgstr "Посылается как только новая запись была помещена в базу данных."
5353
 
5354
+ #: includes/admin/controllers/class-settings-admin.php:785
5355
  msgctxt "expiration notices"
5356
  msgid "At the time of expiration"
5357
  msgstr ""
5358
 
5359
+ #: includes/admin/controllers/class-settings-admin.php:786
5360
  #, fuzzy
5361
  msgctxt "expiration notices"
5362
  msgid "Right after a successful renewal"
5363
  msgstr "Тариф был успешно назначен."
5364
 
5365
+ #: includes/admin/controllers/class-settings-admin.php:797
5366
  msgctxt "expiration notices"
5367
  msgid "%d day before expiration"
5368
  msgid_plural "%d days before expiration"
5370
  msgstr[1] ""
5371
  msgstr[2] ""
5372
 
5373
+ #: includes/admin/controllers/class-settings-admin.php:797
5374
  msgctxt "expiration notices"
5375
  msgid "%d day after expiration"
5376
  msgid_plural "%d days after expiration"
5378
  msgstr[1] ""
5379
  msgstr[2] ""
5380
 
5381
+ #: includes/admin/controllers/class-settings-admin.php:800
5382
  msgctxt "expiration notices"
5383
  msgid "%d week before expiration"
5384
  msgid_plural "%d weeks before expiration"
5386
  msgstr[1] ""
5387
  msgstr[2] ""
5388
 
5389
+ #: includes/admin/controllers/class-settings-admin.php:800
5390
  msgctxt "expiration notices"
5391
  msgid "%d week after expiration"
5392
  msgid_plural "%d weeks after expiration"
5394
  msgstr[1] ""
5395
  msgstr[2] ""
5396
 
5397
+ #: includes/admin/controllers/class-settings-admin.php:803
5398
  msgctxt "expiration notices"
5399
  msgid "%d month before expiration"
5400
  msgid_plural "%d months before expiration"
5402
  msgstr[1] ""
5403
  msgstr[2] ""
5404
 
5405
+ #: includes/admin/controllers/class-settings-admin.php:803
5406
  msgctxt "expiration notices"
5407
  msgid "%d month after expiration"
5408
  msgid_plural "%d months after expiration"
5410
  msgstr[1] ""
5411
  msgstr[2] ""
5412
 
5413
+ #: includes/admin/controllers/class-settings-admin.php:830
5414
  #, fuzzy
5415
  msgctxt "expiration notices"
5416
  msgid "Applies to"
5417
  msgstr "Применимо к..."
5418
 
5419
+ #: includes/admin/controllers/class-settings-admin.php:833
5420
  msgctxt "expiration notices"
5421
  msgid "Non-recurring listings"
5422
  msgstr ""
5423
 
5424
+ #: includes/admin/controllers/class-settings-admin.php:834
5425
  #, fuzzy
5426
  msgctxt "expiration notices"
5427
  msgid "Recurring listings"
5428
  msgstr "Вернуться к записям."
5429
 
5430
+ #: includes/admin/controllers/class-settings-admin.php:835
5431
  msgctxt "expiration notices"
5432
  msgid "Recurring and non-recurring listings"
5433
  msgstr ""
5434
 
5435
+ #: includes/admin/controllers/class-settings-admin.php:840
5436
  msgctxt "expiration notices"
5437
  msgid "When to send?"
5438
  msgstr ""
5439
 
5440
+ #: includes/admin/controllers/class-settings-admin.php:707
5441
  #, fuzzy
5442
  msgctxt "settings"
5443
  msgid "Site title (with link)"
5444
  msgstr "Название сайта (со ссылкой)"
5445
 
5446
+ #: includes/admin/controllers/class-settings-admin.php:708
5447
  msgctxt "settings"
5448
  msgid "Author's name"
5449
  msgstr "Имя автора"
5450
 
5451
+ #: includes/admin/controllers/class-settings-admin.php:709
5452
  msgctxt "settings"
5453
  msgid "Listing's name (with link)"
5454
  msgstr "Имя записи (вместе со ссылкой)"
5455
 
5456
+ #: includes/admin/controllers/class-settings-admin.php:710
5457
  #, fuzzy
5458
  msgctxt "settings"
5459
  msgid "Listing's expiration date"
5460
  msgstr "Дата окончания срока действия"
5461
 
5462
+ #: includes/admin/controllers/class-settings-admin.php:711
5463
  msgctxt "settings"
5464
  msgid "Listing's renewal link, formatted with an anchor tag"
5465
  msgstr ""
5466
 
5467
+ #: includes/admin/controllers/class-settings-admin.php:712
5468
  msgctxt "settings"
5469
  msgid "Listing's renewal URL, unformatted by any tags"
5470
  msgstr ""
5471
 
5472
+ #: includes/admin/controllers/class-settings-admin.php:713
5473
  #, fuzzy
5474
  msgctxt "settings"
5475
  msgid "Listing's categories"
5476
  msgstr "Название записи"
5477
 
5478
+ #: includes/admin/controllers/class-settings-admin.php:714
5479
  #, fuzzy
5480
  msgctxt "settings"
5481
  msgid "Listing's last payment date"
5482
  msgstr "Дата окончания срока действия"
5483
 
5484
+ #: includes/admin/controllers/class-settings-admin.php:715
5485
  #, fuzzy
5486
  msgctxt "settings"
5487
  msgid "Listing's access key"
5488
  msgstr "Поля и Изображения записи"
5489
 
5490
+ #: includes/admin/controllers/class-settings-admin.php:872
5491
  #, fuzzy
5492
  msgctxt "settings"
5493
  msgid "Settings reset to default."
6351
  msgid "Cropped"
6352
  msgstr ""
6353
 
6354
+ #: includes/admin/settings/class-settings.php:483
6355
  #: includes/admin/settings/class-settings.php:494
 
6356
  msgctxt "settings"
6357
  msgid "\"%s\" can not be empty."
6358
  msgstr ""
6359
 
6360
+ #: includes/admin/settings/class-settings.php:511
6361
  msgctxt "settings"
6362
  msgid "The slug \"%s\" is already in use for another taxonomy."
6363
  msgstr ""
6364
 
6365
+ #: includes/licensing.php:238
6366
  #, fuzzy
6367
  msgctxt "settings"
6368
  msgid "Themes"
6369
  msgstr "Темы"
6370
 
6371
+ #: includes/licensing.php:290 includes/licensing.php:291
6372
  msgctxt "settings"
6373
  msgid "Please wait..."
6374
  msgstr ""
6375
 
6376
+ #: includes/licensing.php:291
6377
  #, fuzzy
6378
  msgctxt "settings"
6379
  msgid "Deauthorize"
6389
  msgid "Could not change the active theme to \"%s\"."
6390
  msgstr "Не удалось сменить активную тему на \"%s\"."
6391
 
6392
+ #: includes/admin/controllers/class-themes-admin.php:147
6393
  msgctxt "themes"
6394
  msgid "Active theme changed to \"%s\"."
6395
  msgstr "Активная тема была сменена на \"%s\"."
6396
 
6397
+ #: includes/admin/controllers/class-themes-admin.php:150
6398
  msgctxt "themes"
6399
  msgid ""
6400
  "%s requires that you tag your existing fields to match some places we want "
6401
  "to put your data on the theme. Below are fields we think are missing."
6402
  msgstr ""
6403
 
6404
+ #: includes/admin/controllers/class-themes-admin.php:161
6405
  msgctxt "themes"
6406
  msgid "Map My Fields"
6407
  msgstr "Форма"
6408
 
6409
+ #: includes/admin/controllers/class-themes-admin.php:169
6410
  msgctxt "themes"
6411
  msgid "Suggested fields created successfully."
6412
  msgstr "Рекомендуемые поля успешно созданы."
6413
 
6414
+ #: includes/admin/controllers/class-themes-admin.php:172
6415
  msgctxt "themes"
6416
  msgid "Theme installed successfully."
6417
  msgstr "Тема успешно установлена."
6418
 
6419
+ #: includes/admin/controllers/class-themes-admin.php:175
6420
  #, fuzzy
6421
  msgctxt "themes"
6422
  msgid "Theme was deleted successfully."
6423
  msgstr "Тема успешно удалена."
6424
 
6425
+ #: includes/admin/controllers/class-themes-admin.php:178
6426
  msgctxt "themes"
6427
  msgid "Could not delete theme directory. Check permissions."
6428
  msgstr "Не удалось удалить директорию темы - проверьте права доступа к файлам."
6429
 
6430
+ #: includes/admin/controllers/class-themes-admin.php:231
6431
  msgctxt "themes"
6432
  msgid "Please upload a valid theme file."
6433
  msgstr "Пожалуйста загрузите корректный файл темы."
6434
 
6435
+ #: includes/admin/controllers/class-themes-admin.php:240
6436
  msgctxt "themes"
6437
  msgid "Could not move \"%s\" to a temporary directory."
6438
  msgstr "Не удалось перемести \"%s\" во временную директорию."
6439
 
6440
+ #: includes/admin/controllers/class-themes-admin.php:326
6441
  msgctxt "themes"
6442
  msgid "Activate your <a>license key</a> to use this theme."
6443
  msgstr ""
6444
 
6445
+ #: includes/admin/controllers/class-themes-admin.php:369
6446
  #, fuzzy
6447
  msgctxt "themes"
6448
  msgid "Invalid theme ID"
6449
  msgstr "Некорректный номер поля"
6450
 
6451
+ #: includes/admin/controllers/class-themes-admin.php:375
6452
  #: includes/admin/upgrades/class-themes-updater.php:172
6453
  msgctxt "themes"
6454
  msgid "Could not update theme: %s"
6475
  msgid "Theme was updated successfully."
6476
  msgstr "Тема была успешно обновлена."
6477
 
6478
+ #: includes/themes.php:926
6479
  msgctxt "themes"
6480
  msgid "Could not create themes directory."
6481
  msgstr "Не удалось создать директорию для темы плагина."
6482
 
6483
+ #: includes/themes.php:937
6484
  msgctxt "themes"
6485
  msgid "Could not remove previous theme directory \"%s\"."
6486
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
6487
 
6488
+ #: includes/themes.php:945
6489
  msgctxt "themes"
6490
  msgid "Could not move new theme into theme directory."
6491
  msgstr "Не удалось переместить новую тему в директорию темы."
6495
  msgid "Could not decode export state information."
6496
  msgstr ""
6497
 
6498
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6499
  msgctxt "admin csv-export"
6500
  msgid "Could not create a temporary directory for handling this CSV export."
6501
  msgstr ""
6502
  "Не удалось создать временную директорию для создания экспортных файлов."
6503
 
6504
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6505
  msgctxt "admin csv-export"
6506
  msgid "Error while creating a temporary directory for CSV export: %s"
6507
  msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
6691
  msgid "Please upload or select a CSV file."
6692
  msgstr "Пожалуйста загрузите или выберите файл CSV."
6693
 
6694
+ #: includes/admin/csv-import.php:370
6695
  msgctxt "admin csv-import"
6696
  msgid ""
6697
  "An error was detected while validating the CSV file for import. Please fix "
6700
  "Произошла ошибка при проверке импортного файла CSV. Пожалуйста исправьте "
6701
  "ошибки перед тем, как попытаться импортировать файл ещё раз."
6702
 
6703
+ #: includes/admin/csv-import.php:379
6704
  msgctxt "admin csv-import"
6705
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6706
  msgstr ""
6707
  "Импорт происходит в \"тестовом режиме\". В базу данных ничего не будет "
6708
  "загружено."
6709
 
6710
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6711
  msgctxt "admin csv-import"
6712
  msgid ""
6713
  "Could not create listing category \"<category-name>\". The operation failed "
6714
  "with the following error: <error-message>."
6715
  msgstr ""
6716
 
6717
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6718
  msgctxt "admin csv-import"
6719
  msgid "Could not create listing category \"%s\""
6720
  msgstr "Не удалось создать рубрику \"%s\""
6721
 
6722
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6723
  msgctxt "admin csv-import"
6724
  msgid "Username \"%s\" does not exist"
6725
  msgstr "Имя учётной записи \"%s\" не существует"
6726
 
6727
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6728
  msgctxt "admin csv-import"
6729
  msgid "There is no Plan with ID = <fee-id>"
6730
  msgstr ""
6731
 
6732
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6733
  msgctxt "admin csv-import"
6734
  msgid "Missing required field: %s"
6735
  msgstr "Отсутствует обязательное поле: %s"
6736
 
6737
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6738
  msgctxt "admin csv-import"
6739
  msgid "Listing category \"%s\" does not exist"
6740
  msgstr "Рубрика \"%s\" не существует"
6741
 
6742
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6743
  msgctxt "admin csv-import"
6744
  msgid "The string <string> couldn't be converted into a valid date."
6745
  msgstr ""
6894
  msgid "Semicolon (;)"
6895
  msgstr ""
6896
 
6897
+ #: templates/admin/csv-import.tpl.php:196
6898
  #, fuzzy
6899
  msgctxt "admin csv-import"
6900
  msgid "Preserve existing status"
6901
  msgstr "Записи"
6902
 
6903
+ #: templates/admin/csv-import.tpl.php:249
6904
  msgctxt "admin csv-import"
6905
  msgid ""
6906
  "Select a default user to be used if the username column is not present in "
6909
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
6910
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
6911
 
6912
+ #: templates/admin/csv-import.tpl.php:283
6913
  msgctxt "admin csv-import"
6914
  msgid "Test Import"
6915
  msgstr "Тест импорта"
6916
 
6917
+ #: templates/admin/csv-import.tpl.php:284
6918
  msgctxt "admin csv-import"
6919
  msgid "Import Listings"
6920
  msgstr "Импортировать записи"
6921
 
6922
+ #: templates/admin/csv-import.tpl.php:334
6923
  #, fuzzy
6924
  msgctxt "admin csv-import"
6925
  msgid ""
6929
  "Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
6930
  "эту колонку при добавлении или изменении записей."
6931
 
6932
+ #: templates/admin/csv-import.tpl.php:355
6933
  msgctxt "admin csv-import"
6934
  msgid ""
6935
  "Internal Sequence ID used to allow listing updates from external sources."
6937
  "Был использован внутренний последовательный номер, чтобы позволить загрузку "
6938
  "данных из справочника с другого сайта."
6939
 
6940
+ #: templates/admin/csv-import.tpl.php:362
6941
  msgctxt "admin csv-import"
6942
  msgid ""
6943
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6959
  "Ваш сервер использует \"%s\", но эта директория, похоже, не доступна для "
6960
  "записи. Проверьте этот вопрос со своим хостингом."
6961
 
6962
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6963
  #, fuzzy
6964
  msgctxt "listing metabox"
6965
  msgid "Recent Payments"
6966
  msgstr "Отказать в платеже"
6967
 
6968
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6969
  #, fuzzy
6970
  msgctxt "listing metabox"
6971
  msgid "Access Key"
7002
  msgid "# of images"
7003
  msgstr "Картинок"
7004
 
7005
+ #: includes/admin/helpers/class-listing-timeline.php:122
7006
  #, fuzzy
7007
  msgctxt "listing timeline"
7008
  msgid "Listing created"
7009
  msgstr "Изображение записи"
7010
 
7011
+ #: includes/admin/helpers/class-listing-timeline.php:130
7012
  #, fuzzy
7013
  msgctxt "listing timeline"
7014
  msgid "Listing expired"
7015
  msgstr "Срок действия записи истёк"
7016
 
7017
+ #: includes/admin/helpers/class-listing-timeline.php:146
7018
  msgctxt "listing timeline"
7019
  msgid "T&C acceptance date"
7020
  msgstr ""
7021
 
7022
+ #: includes/admin/helpers/class-listing-timeline.php:164
7023
  msgctxt "listing timeline"
7024
  msgid "Paid as admin"
7025
  msgstr ""
7026
 
7027
+ #: includes/admin/helpers/class-listing-timeline.php:166
7028
  #, fuzzy
7029
  msgctxt "listing timeline"
7030
  msgid "Listing imported"
7031
  msgstr "Срок действия записи истёк"
7032
 
7033
+ #: includes/admin/helpers/class-listing-timeline.php:168
7034
  #, fuzzy
7035
  msgctxt "listing timeline"
7036
  msgid "Initial Payment"
7101
  msgid "What do you track?"
7102
  msgstr "Что отслеживается?"
7103
 
7104
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7105
  #, fuzzy
7106
  msgctxt "manual-upgrade"
7107
  msgid "Continue"
7108
  msgstr "Далее"
7109
 
7110
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7111
  msgctxt "manual-upgrade"
7112
  msgid "Start Upgrade"
7113
  msgstr "Начать обновление"
7114
 
7115
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7116
  msgctxt "manual-upgrade"
7117
  msgid "Pause Upgrade"
7118
  msgstr "Поставить на паузу"
7119
 
7120
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7121
  #, fuzzy
7122
  msgctxt "manual-upgrade"
7123
  msgid ""
7127
  "Обновление успешно завершилось. Все функции плагина Справочник Услуг сейчас "
7128
  "доступны."
7129
 
7130
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7131
  msgctxt "manual-upgrade"
7132
  msgid "Go to \"Directory Admin\""
7133
  msgstr "Перейти в \"Управление Справочником\""
7151
  msgstr ""
7152
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7153
 
7154
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7155
  #, fuzzy
7156
  msgctxt "installer"
7157
  msgid "Migrating email notices to new format..."
7158
  msgstr ""
7159
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7160
 
7161
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7162
  #, fuzzy
7163
  msgctxt "installer"
7164
  msgid "Migrating plans..."
7165
  msgstr "Активация лицензии..."
7166
 
7167
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7168
  #, fuzzy
7169
  msgctxt "installer"
7170
  msgid "! Could not migrate payment #%d"
7171
  msgstr "Не удалось провести платёж."
7172
 
7173
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7174
  msgctxt "installer"
7175
  msgid "Updating payment items format: %d items remaining..."
7176
  msgstr ""
7177
 
7178
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7179
  msgctxt "installer"
7180
  msgid "Migrating listing information: %d items remaining..."
7181
  msgstr ""
7226
  msgid "Listing upgrade to featured"
7227
  msgstr "Сделать запись Особой"
7228
 
7229
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7230
  msgctxt "listings-api"
7231
  msgid "Featured Listing"
7232
  msgstr "Особая запись"
7233
 
7234
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7235
  #, fuzzy
7236
  msgctxt "migrate-18"
7237
  msgid "Featured Levels migration is complete."
7238
  msgstr "Специальные платные функции"
7239
 
7240
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7241
  msgctxt "migrate-18"
7242
  msgid ""
7243
  "Business Directory <b>version 5.0</b> is changing how Featured Levels plugin "
7245
  "confusing notion of a \"featured level\" that was limited to sticky listings."
7246
  msgstr ""
7247
 
7248
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7249
  msgctxt "migrate-18"
7250
  msgid ""
7251
  "We need to migrate your existing \"featured levels\" to plans for use by the "
7255
  "link> and <cancel-link>cancel migration</cancel-link>."
7256
  msgstr ""
7257
 
7258
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7259
  msgctxt "migrate-18"
7260
  msgid ""
7261
  "Before we do the migration, we need to ask a few simple questions to move "
7263
  "plan\" that is right for you."
7264
  msgstr ""
7265
 
7266
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7267
  msgctxt "migrate-18"
7268
  msgid "Move to: "
7269
  msgstr ""
7270
 
7271
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7272
  msgctxt "migrate-18"
7273
  msgid "New plan summary"
7274
  msgstr ""
7275
 
7276
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7277
  #, fuzzy
7278
  msgctxt "migrate-18"
7279
  msgid "Perform migration"
7280
  msgstr "Информация о тарифах"
7281
 
7282
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7283
  #, fuzzy
7284
  msgctxt "migrate-18"
7285
  msgid "Business Directory Plugin - Featured Levels migration required."
7286
  msgstr "Справочник Услуг - Особые записи"
7287
 
7288
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7289
  msgctxt "migrate-18"
7290
  msgid ""
7291
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7292
  "Levels migration here</a>."
7293
  msgstr ""
7294
 
7295
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7296
  #, fuzzy
7297
  msgctxt "upgrade-18"
7298
  msgid "← Return to Directory dashboard"
7299
  msgstr "← Вернуться в справочник."
7300
 
7301
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7302
  msgctxt "upgrade-18"
7303
  msgid "Configure Plan"
7304
  msgstr ""
7305
 
7306
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7307
  #, fuzzy
7308
  msgctxt "upgrade-18"
7309
  msgid "Featured Level"
7310
  msgstr "Специальные платные функции"
7311
 
7312
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7313
  msgctxt "upgrade-18"
7314
  msgid "What to do with it?"
7315
  msgstr ""
7316
 
7317
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7318
  #, fuzzy
7319
  msgctxt "upgrade-18"
7320
  msgid "%d listing is on this level."
7323
  msgstr[1] "Запись была изменена"
7324
  msgstr[2] "Запись была изменена"
7325
 
7326
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7327
  msgctxt "upgrade-18"
7328
  msgid "Select an option"
7329
  msgstr ""
7330
 
7331
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7332
  #, fuzzy
7333
  msgctxt "upgrade-18"
7334
  msgid "Remove \"sticky\" status for listings."
7335
  msgstr "Статус записей по окончании импорта"
7336
 
7337
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7338
  msgctxt "upgrade-18"
7339
  msgid "Remove this (old) level, and leave the listing on the old plan."
7340
  msgstr ""
7341
 
7342
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7343
  msgctxt "upgrade-18"
7344
  msgid "May change \"sticky\" status depending on plan."
7345
  msgstr ""
7346
 
7347
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7348
  msgctxt "upgrade-18"
7349
  msgid "Move listings with this level to existing plan."
7350
  msgstr ""
7351
 
7352
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7353
  #, fuzzy
7354
  msgctxt "upgrade-18"
7355
  msgid "Keep \"sticky\" status of listings."
7356
  msgstr "Статус записей по окончании импорта"
7357
 
7358
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7359
  msgctxt "upgrade-18"
7360
  msgid "Replace this level with a new plan."
7361
  msgstr ""
7375
  msgid "Add New Listing"
7376
  msgstr "Добавить запись"
7377
 
7378
+ #: includes/models/class-listing.php:427
7379
  #, fuzzy
7380
  msgctxt "listing"
7381
  msgid "Listing has no registered payments"
7382
  msgstr "Дата окончания срока действия"
7383
 
7384
+ #: includes/models/class-listing.php:436
7385
  #, fuzzy
7386
  msgctxt "listing"
7387
  msgid "Can't delete payment"
7388
  msgstr "Отказать в платеже"
7389
 
7390
+ #: includes/models/class-listing.php:474
7391
  #, fuzzy
7392
  msgctxt "listing"
7393
  msgid "Listing expired"
7394
  msgstr "Срок действия записи истёк"
7395
 
7396
+ #: includes/models/class-listing.php:683
7397
  #, fuzzy
7398
  msgctxt "listing"
7399
  msgid "(Unavailable Plan)"
7400
  msgstr "(Тариф недоступен)"
7401
 
7402
+ #: includes/models/class-listing.php:878
7403
  #, fuzzy
7404
  msgctxt "listing"
7405
  msgid "Plan \"%s\" (recurring)"
7406
  msgstr "(периодически)"
7407
 
7408
+ #: includes/models/class-listing.php:880
7409
  msgctxt "listing"
7410
  msgid "Plan \"%s\""
7411
  msgstr ""
7522
  msgid "Report additional info"
7523
  msgstr ""
7524
 
7525
+ #: includes/class-meta.php:33
7526
  msgctxt "rss feed"
7527
  msgid "%s Feed"
7528
  msgstr "Лента %ы"
7529
 
 
 
 
 
 
 
 
 
 
 
7530
  #: includes/class-payment-gateways.php:95
7531
  #, fuzzy
7532
  msgctxt "payment-gateways"
7560
  msgid "The reCAPTCHA validation score failed."
7561
  msgstr "Код reCAPTCHA был введён неправильно."
7562
 
7563
+ #: includes/class-wpbdp.php:460
7564
  #, fuzzy
7565
  msgctxt "listing image upload"
7566
  msgid "Please select a plan before uploading images to the listing"
7567
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
7568
 
7569
+ #: includes/class-wpbdp.php:465
7570
  #, fuzzy
7571
  msgctxt "listing image upload"
7572
  msgid "Can not upload any more images for this listing."
7573
  msgstr "Рубрики этой записи"
7574
 
7575
+ #: includes/class-wpbdp.php:469
7576
  msgctxt "listing image upload"
7577
  msgid ""
7578
  "You're trying to upload %1$d images, but only have %2$d slot available. "
7589
  msgid "Submit Listing"
7590
  msgstr "Добавить"
7591
 
7592
+ #: includes/controllers/pages/class-checkout.php:112
7593
  #, fuzzy
7594
  msgctxt "checkout"
7595
  msgid "Can not process a payment at this time. Please try again later."
7597
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
7598
  "пожалуйста."
7599
 
7600
+ #: includes/controllers/pages/class-checkout.php:150
7601
  #, fuzzy
7602
  msgctxt "checkout"
7603
  msgid "Invalid nonce received."
7604
  msgstr "Некорректный номер платежа."
7605
 
7606
+ #: includes/controllers/pages/class-checkout.php:165
7607
  #, fuzzy
7608
  msgctxt "checkout"
7609
  msgid "Invalid gateway selected."
7610
  msgstr "Некорректное состояние продления."
7611
 
7612
+ #: includes/controllers/pages/class-checkout.php:170
7613
  msgctxt "checkout"
7614
  msgid "Selected gateway does not support payment's currency."
7615
  msgstr ""
7616
 
7617
+ #: includes/controllers/pages/class-checkout.php:229
7618
  msgctxt "checkout"
7619
  msgid "Unknown gateway error."
7620
  msgstr ""
7621
 
7622
+ #: includes/controllers/pages/class-checkout.php:268
7623
  msgctxt "checkout"
7624
  msgid ""
7625
  "There was an error trying to process your request. No gateway is selected."
7805
  "an existing field"
7806
  msgstr ""
7807
 
7808
+ #: includes/controllers/pages/class-submit-listing.php:1284
7809
  msgctxt "templates"
7810
  msgid "Please agree to the Terms and Conditions."
7811
  msgstr "Пожалуйста примите наши Условия и Положения."
7812
 
7813
+ #: includes/controllers/pages/class-submit-listing.php:1298
7814
  #, fuzzy
7815
  msgctxt "templates"
7816
  msgid "I agree to the <a>Terms and Conditions</a>"
7822
  msgid "Return to results"
7823
  msgstr "Вернуться к справочнику"
7824
 
7825
+ #: includes/helpers/functions/templates-ui.php:224
7826
  msgctxt "templates"
7827
  msgid "No listing categories found."
7828
  msgstr "Рубрики не обнаружены."
7829
 
7830
+ #: includes/helpers/functions/templates-ui.php:375
7831
  msgctxt "templates"
7832
  msgid "Advanced Search"
7833
  msgstr "Расширенный поиск"
7838
  msgid "Featured Listing"
7839
  msgstr "Особая запись"
7840
 
 
 
 
 
 
 
 
 
 
7841
  #: templates/parts/listing-buttons.tpl.php:15
7842
  msgctxt "templates"
7843
  msgid "Edit"
7888
  msgid "Return to plan selection"
7889
  msgstr "Вернуться в справочник."
7890
 
 
 
 
 
 
7891
  #: templates/submit-listing/extra-sections.tpl.php:1
7892
  msgctxt "templates"
7893
  msgid "Additional Information"
7965
  "Пожалуйста <a>войдите в сайт</a> чтобы получить возможность отправить "
7966
  "сообщение владельцу бизнеса."
7967
 
7968
+ #: includes/controllers/pages/class-manage-recurring.php:33
7969
  msgctxt "manage subscription"
7970
  msgid "The listing with id = <listing-id> doesn't exists."
7971
  msgstr ""
7972
 
7973
+ #: includes/controllers/pages/class-manage-recurring.php:42
7974
  #, fuzzy
7975
  msgctxt "manage subscriptions"
7976
  msgid ""
7978
  "invalid."
7979
  msgstr "Вам не разрешено изменять эту запись."
7980
 
7981
+ #: includes/controllers/pages/class-manage-recurring.php:53
7982
  msgctxt "manage subscriptions"
7983
  msgid "Invalid subscription."
7984
  msgstr "Некорректная подписка."
7985
 
7986
+ #: includes/controllers/pages/class-manage-recurring.php:76
7987
  #, fuzzy
7988
  msgctxt "manage subscriptions"
7989
  msgid "Your subscription was canceled."
7995
  msgid "Subscription / Plan"
7996
  msgstr "Подписка / Бесплатный План"
7997
 
7998
+ #: includes/controllers/pages/class-manage-recurring.php:93
7999
  #, fuzzy
8000
  msgctxt "manage listings"
8001
  msgid "You are not on recurring payments for any of your listings."
8188
  "пожалуйста."
8189
 
8190
  #: includes/controllers/pages/class-submit-listing.php:866
8191
+ #: includes/controllers/pages/class-submit-listing.php:993
8192
  #, fuzzy
8193
  msgctxt "submit listing"
8194
  msgid "Please select a category."
8195
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8196
 
8197
+ #: includes/controllers/pages/class-submit-listing.php:891
8198
  msgctxt "submit listing"
8199
  msgid "Current active plan is disabled. Please select another plan."
8200
  msgstr ""
8201
 
8202
+ #: includes/controllers/pages/class-submit-listing.php:893
8203
  msgctxt "submit listing"
8204
  msgid "Please choose a valid category for your plan."
8205
  msgstr ""
8206
 
8207
+ #: includes/controllers/pages/class-submit-listing.php:896
8208
  #, fuzzy
8209
  msgctxt "submit listing"
8210
  msgid "Please choose a valid plan for your category selection."
8211
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8212
 
8213
+ #: includes/controllers/pages/class-submit-listing.php:1204
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "Please enter your desired username."
8217
  msgstr "Пожалуйста введите Ваше имя."
8218
 
8219
+ #: includes/controllers/pages/class-submit-listing.php:1209
8220
  #, fuzzy
8221
  msgctxt "submit listing"
8222
  msgid "Please enter the e-mail for your new account."
8223
  msgstr "Пожалуйста введите Ваше имя."
8224
 
8225
+ #: includes/controllers/pages/class-submit-listing.php:1214
8226
  msgctxt "submit listing"
8227
  msgid "The username you chose is already in use. Please use a different one."
8228
  msgstr ""
8229
 
8230
+ #: includes/controllers/pages/class-submit-listing.php:1219
8231
  msgctxt "submit listing"
8232
  msgid "The e-mail address you chose for your account is already in use."
8233
  msgstr ""
8237
  msgid "Listing submitted by admin. Payment skipped."
8238
  msgstr ""
8239
 
8240
+ #: includes/controllers/pages/class-submit-listing.php:1159
8241
  msgctxt "listing submit"
8242
  msgid ""
8243
  "Image upload is required, please provide at least one image and submit again."
8529
  msgid "Destination dir \"%s\" is not writable."
8530
  msgstr "Директория назначения \"%s\" не доступна для записи."
8531
 
8532
+ #: includes/helpers/functions/templates-ui.php:402
8533
  msgctxt "templates sort"
8534
  msgid "Sort By:"
8535
  msgstr "Сортировка по:"
8560
  msgid "General"
8561
  msgstr "Основное"
8562
 
8563
+ #: includes/licensing.php:537
8564
  msgctxt "licensing"
8565
  msgid "Could not contact licensing server"
8566
  msgstr "Не удалось связаться с сервером лицензий"
8567
 
8568
+ #: includes/licensing.php:550
8569
  msgctxt "licensing"
8570
  msgid ""
8571
  "It was not possible to establish a connection with Business Directory's "
8572
  "server. cURL was not found in your system"
8573
  msgstr ""
8574
 
8575
+ #: includes/licensing.php:552 includes/licensing.php:582
8576
  msgctxt "licensing"
8577
  msgid ""
8578
  "To ensure the security of our systems and adhere to industry best practices, "
8581
  "1.0.1c)."
8582
  msgstr ""
8583
 
8584
+ #: includes/licensing.php:554 includes/licensing.php:584
8585
  msgctxt "licensing"
8586
  msgid ""
8587
  "Upgrading your system will not only allow you to communicate with Business "
8589
  "services using the latest security standards."
8590
  msgstr ""
8591
 
8592
+ #: includes/licensing.php:556
8593
  msgctxt "licensing"
8594
  msgid ""
8595
  "Please contact your hosting provider and ask them to upgrade your system. "
8596
  "Include this message if necessary"
8597
  msgstr ""
8598
 
8599
+ #: includes/licensing.php:586
8600
  msgctxt "licensing"
8601
  msgid ""
8602
  "Please contact your hosting provider and ask them to upgrade your system. "
8603
  "Include this message if necessary."
8604
  msgstr ""
8605
 
8606
+ #: includes/licensing.php:622
8607
  msgctxt "licensing"
8608
  msgid "The server returned a 403 Forbidden error."
8609
  msgstr ""
8610
 
8611
+ #: includes/licensing.php:868
8612
  msgctxt "licensing"
8613
  msgid "Could not activate license: %s."
8614
  msgstr "Не удалось активировать лицензию: %s."
8615
 
8616
+ #: includes/licensing.php:873
8617
  msgctxt "licensing"
8618
  msgid "License activated"
8619
  msgstr "Лицензия активирована"
8620
 
8621
+ #: includes/licensing.php:905
8622
  msgctxt "licensing"
8623
  msgid "Could not deactivate license: %s."
8624
  msgstr "Не удалось деактивировать лицензию: %s."
8625
 
8626
+ #: includes/licensing.php:907
8627
  msgctxt "licensing"
8628
  msgid "License deactivated"
8629
  msgstr "Лицензия была деактивирована."
8630
 
8631
  #. translators: "<module-name>" version <version-number> is not...
8632
+ #: includes/licensing.php:1147
8633
  msgctxt "deprecation"
8634
  msgid ""
8635
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8651
  msgstr[1] "Разрешено изображений"
8652
  msgstr[2] "Разрешено изображений"
8653
 
8654
+ #: includes/models/class-fee-plan.php:405
8655
  #, fuzzy
8656
  msgctxt "fees-api"
8657
  msgid "Plan label is required."
8658
  msgstr "Метка поля обязательна."
8659
 
8660
+ #: includes/models/class-fee-plan.php:411
8661
  msgctxt "fees-api"
8662
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8663
  msgstr "Срок действия тарифа должен быть меньше 10 лет (3650 дней)."
8664
 
8665
+ #: includes/models/class-fee-plan.php:416
8666
  msgctxt "fees-api"
8667
  msgid ""
8668
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8670
  "<a>plan</a> appropriately."
8671
  msgstr ""
8672
 
8673
+ #: includes/models/class-fee-plan.php:419
8674
  msgctxt "fees-api"
8675
  msgid ""
8676
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
9163
  msgid "Continue"
9164
  msgstr "Далее"
9165
 
9166
+ #~ msgctxt "title"
9167
+ #~ msgid "Find a Listing"
9168
+ #~ msgstr "Найти запись"
9169
+
9170
+ #~ msgctxt "title"
9171
+ #~ msgid "Listings tagged: %s"
9172
+ #~ msgstr "Записи помеченные меткой \"%s\""
9173
+
9174
+ #~ msgctxt "templates"
9175
+ #~ msgid ""
9176
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9177
+ #~ "button. To delete a listing click the delete button."
9178
+ #~ msgstr ""
9179
+ #~ "Ваши записи показаны ниже. Для изменения записи кликните на кнопку "
9180
+ #~ "\"Изменить\". Для удаления записи кликните на кнопку \"Удалить\"."
9181
+
9182
+ #~ msgctxt "templates"
9183
+ #~ msgid "Find a listing"
9184
+ #~ msgstr "Найти запись"
9185
+
9186
  #, fuzzy
9187
  #~ msgctxt "listing metabox"
9188
  #~ msgid "General Info"
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-04-27 20:19:58+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -74,7 +74,7 @@ msgstr "Katalogkategori"
74
  #: includes/admin/settings/class-settings-bootstrap.php:691
75
  #: includes/admin/settings/class-settings-bootstrap.php:692
76
  #: includes/helpers/class-app.php:93
77
- #: includes/helpers/functions/templates-ui.php:310
78
  msgid "Directory"
79
  msgstr "Katalog"
80
 
@@ -131,7 +131,7 @@ msgid "Form Fields"
131
  msgstr "Formulärfält"
132
 
133
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
134
- #: includes/licensing.php:219
135
  #, fuzzy
136
  msgid "Modules"
137
  msgstr "(Alla moduler)"
@@ -141,7 +141,7 @@ msgstr "(Alla moduler)"
141
  msgid "Business Directory"
142
  msgstr "Business Directory"
143
 
144
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
145
  #, fuzzy
146
  msgid "Upgrade to Premium"
147
  msgstr "Uppgradera till %s"
@@ -151,12 +151,12 @@ msgstr "Uppgradera till %s"
151
  msgid "Directory Listings"
152
  msgstr "Directory Listings Slug"
153
 
154
- #: includes/admin/class-admin.php:1064
155
  #, fuzzy
156
  msgid "Could not send renewal email."
157
  msgstr "Skicka e-post om förnyelse"
158
 
159
- #: includes/admin/class-admin.php:1198
160
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
161
  #: includes/admin/helpers/tables/class-payments-table.php:64
162
  #: templates/email/listing-added.tpl.php:7
@@ -166,13 +166,13 @@ msgstr "Skicka e-post om förnyelse"
166
  msgid "ID"
167
  msgstr "ID"
168
 
169
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
170
  #: includes/admin/settings/class-settings-bootstrap.php:717
171
  #, fuzzy
172
  msgid "Listing Count"
173
  msgstr "Annonsräknare"
174
 
175
- #: includes/admin/class-admin.php:1365
176
  #, fuzzy
177
  msgid ""
178
  "We noticed you want your Business Directory users to register before posting "
@@ -268,14 +268,14 @@ msgid "See an example CSV import file"
268
  msgstr "Se ett exempel av en CSV importfil"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
- #: templates/admin/csv-import.tpl.php:287
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "Hjälp"
275
 
276
  #: includes/admin/controllers/class-admin-fees.php:46
277
  #: includes/admin/helpers/tables/class-payments-table.php:67
278
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
279
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -287,13 +287,13 @@ msgstr "Belopp"
287
  #: includes/admin/controllers/class-admin-fees.php:48
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
  #: includes/admin/settings/class-settings-bootstrap.php:907
290
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "Bilder"
294
 
295
  #: includes/admin/controllers/class-admin-fees.php:80
296
- #: includes/admin/helpers/class-modules-list.php:236
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "Uppgradera till %s"
@@ -361,7 +361,7 @@ msgid "Attributes"
361
  msgstr "Attribut"
362
 
363
  #: includes/admin/controllers/class-admin-listings.php:339
364
- #: includes/helpers/class-listing-display-helper.php:132
365
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
366
  #, fuzzy
367
  msgid "Featured"
@@ -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:247
469
  #: templates/checkout-billing-form.tpl.php:75
470
  #, fuzzy
471
  msgid "Address"
@@ -529,36 +529,36 @@ msgstr "Twitter"
529
  msgid "Website"
530
  msgstr "Webbplats"
531
 
532
- #: includes/admin/controllers/class-settings-admin.php:636
533
  msgid "Your license key provides access to new features and updates."
534
  msgstr ""
535
 
536
- #: includes/admin/controllers/class-settings-admin.php:638
537
  #, fuzzy
538
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
539
  msgstr "Varför avinstallerar du Business Directory Plugin?"
540
 
541
- #: includes/admin/controllers/class-settings-admin.php:650
542
  msgid "Build more powerful directories"
543
  msgstr ""
544
 
545
- #: includes/admin/controllers/class-settings-admin.php:651
546
  msgid ""
547
  "Add category images, maps, filter by location, payment gateways, and more."
548
  msgstr ""
549
 
550
- #: includes/admin/controllers/class-settings-admin.php:652
551
- #: includes/admin/helpers/class-modules-list.php:235
552
  #, fuzzy
553
  msgid "Upgrade Now"
554
  msgstr "Uppgradera till %s"
555
 
556
- #: includes/admin/controllers/class-settings-admin.php:653
557
  #, fuzzy
558
  msgid "Already purchased?"
559
  msgstr "Redan installerad."
560
 
561
- #: includes/admin/controllers/class-settings-admin.php:712
562
  #: includes/admin/helpers/tables/class-fees-table.php:182
563
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
564
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -594,17 +594,17 @@ msgstr ""
594
  msgid "You are not allowed to do that."
595
  msgstr ""
596
 
597
- #: includes/admin/csv-import.php:428
598
  #, fuzzy
599
  msgid "There was an error uploading the file:"
600
  msgstr "Det uppstod ett fel vid överföringen av CSV-filen."
601
 
602
- #: includes/admin/csv-import.php:433
603
  #, fuzzy
604
  msgid "Please upload the correct file type."
605
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
606
 
607
- #: includes/admin/helpers/class-listing-information-metabox.php:15
608
  #: includes/admin/helpers/tables/class-payments-table.php:63
609
  #: includes/admin/settings/class-settings-bootstrap.php:667
610
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -614,7 +614,7 @@ msgstr "Vänligen ladda upp eller välj en CSV-fil."
614
  msgid "Listing"
615
  msgstr "Annons"
616
 
617
- #: includes/admin/helpers/class-listing-timeline.php:121
618
  #: includes/class-listings-api.php:33
619
  #, fuzzy
620
  msgid "Listing renewed"
@@ -637,7 +637,7 @@ msgstr "Aktiv"
637
  msgid "Not Installed"
638
  msgstr "Ej installerad"
639
 
640
- #: includes/admin/helpers/class-modules-list.php:225
641
  #: includes/controllers/class-smtp.php:317
642
  #: templates/admin/themes-item.tpl.php:58
643
  #, fuzzy
@@ -649,7 +649,7 @@ msgstr "Aktivera:"
649
  msgid "Hide notifications"
650
  msgstr "E-postnotifikationer"
651
 
652
- #: includes/admin/helpers/csv/class-csv-import.php:674
653
  #, fuzzy
654
  msgid "Listing imported by admin. Payment skipped."
655
  msgstr "Notering skickas in av admin. Betalning hoppas över."
@@ -714,14 +714,14 @@ msgid "Disabled"
714
  msgstr "Inaktiverad"
715
 
716
  #: includes/admin/helpers/tables/class-fees-table.php:297
717
- #: includes/helpers/functions/templates-ui.php:434
718
  #, fuzzy
719
  msgid "Default"
720
  msgstr "Standardavgift"
721
 
722
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
723
  #: includes/fields/class-fieldtypes-social.php:135
724
- #: templates/admin/csv-import.tpl.php:303
725
  #, fuzzy
726
  msgid "Type"
727
  msgstr "Typ"
@@ -765,7 +765,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:1249
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
@@ -1125,7 +1125,7 @@ msgstr ""
1125
  msgid "Uninstall"
1126
  msgstr "Avinstallera"
1127
 
1128
- #: includes/admin/settings/class-settings.php:514
1129
  msgid "%s cannot include spaces, commas, or &"
1130
  msgstr ""
1131
 
@@ -1176,7 +1176,7 @@ msgstr "Business Directory - Manuell uppgradering"
1176
  msgid "Directory Manual Upgrade"
1177
  msgstr "Business Directory - Manuell uppgradering"
1178
 
1179
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
1180
  msgid ""
1181
  "Business Directory features are currently disabled because the plugin needs "
1182
  "to perform a manual upgrade before it can be used."
@@ -1184,28 +1184,28 @@ msgstr ""
1184
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1185
  "att pluginet behöver en manuell uppgradering innan det kan användas."
1186
 
1187
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1188
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1189
  msgstr "Klicka på \"Börja uppgradera\" och vänta tills processen är klar."
1190
 
1191
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1192
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1193
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
1194
  msgid "Business Directory - Featured Levels Migration"
1195
  msgstr "Business Directory - Migration av utvalda annonser"
1196
 
1197
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1198
  #: templates/admin/fees-form.tpl.php:17
1199
  #, fuzzy
1200
  msgid "Plan Label"
1201
  msgstr "Fältetikett"
1202
 
1203
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1204
  #, fuzzy
1205
  msgid "Duration"
1206
  msgstr "Varaktighet"
1207
 
1208
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1209
  #, fuzzy
1210
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1211
  msgstr "! Det gick inte att migrera avgiften \"%s\" (%d)"
@@ -1230,7 +1230,7 @@ msgstr ""
1230
  msgid "View Docs"
1231
  msgstr "Visa"
1232
 
1233
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1234
  #, fuzzy
1235
  msgid "Settings"
1236
  msgstr "Inställningar"
@@ -1318,7 +1318,7 @@ msgid "View Listing"
1318
  msgstr "Visa annons"
1319
 
1320
  #: includes/class-cpt-integration.php:22
1321
- #: includes/helpers/functions/templates-ui.php:372
1322
  #: templates/main-box.tpl.php:23
1323
  msgid "Search Listings"
1324
  msgstr "Sök annonser"
@@ -1331,24 +1331,24 @@ msgstr "Inga annonser funna"
1331
  msgid "No listings found in trash"
1332
  msgstr "Inga annonser funna i papperskorgen"
1333
 
1334
- #: includes/class-cpt-integration.php:46
1335
  msgid "Directory Categories"
1336
  msgstr "Katalogkategorier"
1337
 
1338
- #: includes/class-cpt-integration.php:47
1339
  msgid "Directory Category"
1340
  msgstr "Katalogkategori"
1341
 
1342
- #: includes/class-cpt-integration.php:58
1343
  msgid "Directory Tags"
1344
  msgstr "Katalogtaggar"
1345
 
1346
- #: includes/class-cpt-integration.php:59
1347
  msgid "Directory Tag"
1348
  msgstr "Katalogtag"
1349
 
1350
  #. translators: %s: listing count
1351
- #: includes/class-cpt-integration.php:253
1352
  #, fuzzy
1353
  msgid "%s listing updated."
1354
  msgid_plural "%s listings updated."
@@ -1356,14 +1356,14 @@ msgstr[0] "En annons är redigerad."
1356
  msgstr[1] "En annons är redigerad."
1357
 
1358
  #. translators: %s: listing count
1359
- #: includes/class-cpt-integration.php:255
1360
  msgid "%s listing not updated, somebody is editing it."
1361
  msgid_plural "%s listings not updated, somebody is editing them."
1362
  msgstr[0] ""
1363
  msgstr[1] ""
1364
 
1365
  #. translators: %s: listing count
1366
- #: includes/class-cpt-integration.php:257
1367
  #, fuzzy
1368
  msgid "%s listing permanently deleted."
1369
  msgid_plural "%s listings permanently deleted."
@@ -1371,7 +1371,7 @@ msgstr[0] "Utgångsdatum för annons"
1371
  msgstr[1] "Utgångsdatum för annons"
1372
 
1373
  #. translators: %s: listing count
1374
- #: includes/class-cpt-integration.php:259
1375
  #, fuzzy
1376
  msgid "%s listing moved to the Trash."
1377
  msgid_plural "%s listings moved to the Trash."
@@ -1379,7 +1379,7 @@ msgstr[0] "Inga annonser funna i papperskorgen"
1379
  msgstr[1] "Inga annonser funna i papperskorgen"
1380
 
1381
  #. translators: %s: listing count
1382
- #: includes/class-cpt-integration.php:261
1383
  #, fuzzy
1384
  msgid "%s listing restored from the Trash."
1385
  msgid_plural "%s listings restored from the Trash."
@@ -1391,32 +1391,18 @@ msgstr[1] "Din annons har tagits bort."
1391
  msgid "Free Listing"
1392
  msgstr "Gratis annons"
1393
 
1394
- #: includes/class-meta.php:139
1395
- #: includes/controllers/pages/class-submit-listing.php:32
1396
- #: includes/helpers/functions/templates-ui.php:332
1397
- #: templates/submit-listing.tpl.php:17
1398
- #, fuzzy
1399
- msgid "Add Listing"
1400
- msgstr "Lägg till annonsavgift"
1401
-
1402
- #: includes/class-meta.php:149
1403
- #: includes/controllers/pages/class-all-listings.php:6
1404
- #: includes/helpers/functions/templates-ui.php:319
1405
- msgid "View All Listings"
1406
- msgstr "Visa alla annonser"
1407
-
1408
  #: includes/class-payment-gateways.php:146
1409
  msgid ""
1410
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1411
  "to set up a gateway. Until you do this, only free plans will be available."
1412
  msgstr ""
1413
 
1414
- #: includes/class-wpbdp.php:577
1415
  #, fuzzy
1416
  msgid "Could not find listing ID"
1417
  msgstr "Det gick inte att kontakta licensservern"
1418
 
1419
- #: includes/class-wpbdp.php:584
1420
  #, fuzzy
1421
  msgid ""
1422
  "Could not verify the image upload request. If problem persists contact site "
@@ -1425,12 +1411,12 @@ msgstr ""
1425
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1426
  "skicka igen."
1427
 
1428
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1429
  #, fuzzy
1430
  msgid "Could not find image ID"
1431
  msgstr "Det gick inte att uppdatera tema:%s"
1432
 
1433
- #: includes/class-wpbdp.php:623
1434
  msgid ""
1435
  "The directory features are disabled at this time because a <a>manual "
1436
  "upgrade</a> is pending."
@@ -1438,7 +1424,7 @@ msgstr ""
1438
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1439
  "att pluginet behöver <a> en manuell uppgradering</a>."
1440
 
1441
- #: includes/class-wpbdp.php:630
1442
  msgid ""
1443
  "The directory is not available at this time. Please try again in a few "
1444
  "minutes or contact the administrator if the problem persists."
@@ -1461,7 +1447,7 @@ msgstr ""
1461
  #: includes/compatibility/class-navxt-integration.php:208
1462
  #: includes/widgets/widget-search.php:127
1463
  #: templates/admin/payments-index.tpl.php:13
1464
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1465
  #: templates/search.tpl.php:5
1466
  #, fuzzy
1467
  msgid "Search"
@@ -1571,13 +1557,18 @@ msgstr "Starta import"
1571
  msgid "Go to SMTP settings"
1572
  msgstr "Gå till din annons."
1573
 
1574
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1575
  #: includes/controllers/pages/class-manage-listings.php:109
1576
  #, fuzzy
1577
  msgid "Pay Now"
1578
  msgstr "Betala nu"
1579
 
1580
- #: includes/controllers/pages/class-checkout.php:180
1581
  #, fuzzy
1582
  msgid "Complete"
1583
  msgstr "Genomförd"
@@ -1633,6 +1624,13 @@ msgid "This is just a preview. The listing has not been published yet."
1633
  msgstr ""
1634
  "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
1635
 
 
 
 
 
 
 
 
1636
  #: includes/controllers/pages/class-submit-listing.php:560
1637
  #, fuzzy
1638
  msgid "Listing Images"
@@ -1648,29 +1646,29 @@ msgstr "Konto skapas"
1648
  msgid "Go to \"Plans\""
1649
  msgstr "Avgiftsplan"
1650
 
1651
- #: includes/controllers/pages/class-submit-listing.php:883
1652
  #, fuzzy
1653
  msgid "Please choose a plan."
1654
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1655
 
1656
- #: includes/controllers/pages/class-submit-listing.php:1073
1657
  #, fuzzy
1658
  msgid "Please check the form for errors, correct them and submit again."
1659
  msgstr ""
1660
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1661
  "skicka igen."
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:1233
1664
  #, fuzzy
1665
  msgid "Create a user account on this site"
1666
  msgstr "Skapa ett användarkonto på denna webbplats"
1667
 
1668
- #: includes/controllers/pages/class-submit-listing.php:1240
1669
  #, fuzzy
1670
  msgid "Username"
1671
  msgstr "Användarnamn:"
1672
 
1673
- #: includes/controllers/pages/class-submit-listing.php:1262
1674
  #, fuzzy
1675
  msgid "Clear Form"
1676
  msgstr "Rensa"
@@ -1909,7 +1907,7 @@ msgstr "Heltal Validator"
1909
  msgid "Telephone Number Validator"
1910
  msgstr "Heltal Validator"
1911
 
1912
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1913
  #, fuzzy
1914
  msgid "Field"
1915
  msgstr "Fält"
@@ -1990,12 +1988,17 @@ msgstr ""
1990
  msgid "Free"
1991
  msgstr "Gratis"
1992
 
 
 
 
 
 
1993
  #: includes/helpers/functions/listings.php:80
1994
  #, fuzzy
1995
  msgid "Untitled Listing"
1996
  msgstr "Redigera annons"
1997
 
1998
- #: includes/helpers/functions/templates-ui.php:326
1999
  #, fuzzy
2000
  msgid "Manage Listings"
2001
  msgstr "Hantera betalda annonser"
@@ -2006,58 +2009,58 @@ msgid "Default Plan"
2006
  msgstr "Standardavgift"
2007
 
2008
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2009
- #: includes/licensing.php:150
2010
  msgid ""
2011
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2012
  "get updates."
2013
  msgstr ""
2014
 
2015
- #: includes/licensing.php:206 includes/licensing.php:210
2016
  msgid "Licenses"
2017
  msgstr "Licenser"
2018
 
2019
  #. translators: %s: item type.
2020
- #: includes/licensing.php:267
2021
  msgid "%s will not get updates until license is reauthorized."
2022
  msgstr ""
2023
 
2024
- #: includes/licensing.php:288
2025
  #, fuzzy
2026
  msgid "Enter License Key here"
2027
  msgstr "Ange licensnyckel här"
2028
 
2029
- #: includes/licensing.php:289
2030
  #, fuzzy
2031
  msgid "Authorize"
2032
  msgstr "Authorize.net"
2033
 
2034
- #: includes/licensing.php:389
2035
  #, fuzzy
2036
  msgid "Invalid item ID"
2037
  msgstr "Ogiltigt objekt-ID"
2038
 
2039
- #: includes/licensing.php:402
2040
  #, fuzzy
2041
  msgid "No license key provided"
2042
  msgstr "Ingen licensnyckel angiven"
2043
 
2044
- #: includes/licensing.php:451 includes/licensing.php:489
2045
  #, fuzzy
2046
  msgid "License key is invalid"
2047
  msgstr "Licensnyckel är ogiltig"
2048
 
2049
- #: includes/licensing.php:455
2050
  #, fuzzy
2051
  msgid "Deactivation failed"
2052
  msgstr "Deaktivering misslyckades"
2053
 
2054
- #: includes/licensing.php:500
2055
  #, fuzzy
2056
  msgid "The license key was revoked."
2057
  msgstr "Ingen licensnyckel angiven"
2058
 
2059
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2060
- #: includes/licensing.php:504
2061
  #, fuzzy
2062
  msgid ""
2063
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2069,7 +2072,7 @@ msgstr ""
2069
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2070
  "Directory support</support-link> och be dem vitlista din IP-adress."
2071
 
2072
- #: includes/licensing.php:567
2073
  #, fuzzy
2074
  msgid ""
2075
  "It was not possible to establish a connection with the Business Directory "
@@ -2078,7 +2081,7 @@ msgstr ""
2078
  "Det var inte möjligt att upprätta en anslutning med Business Directory "
2079
  "server. Anslutningen misslyckades med följande fel:"
2080
 
2081
- #: includes/licensing.php:580
2082
  #, fuzzy
2083
  msgid ""
2084
  "It was not possible to establish a connection with the Business Directory "
@@ -2087,7 +2090,7 @@ msgstr ""
2087
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
2088
  "Ett problem inträffade i SSL/TSL handskakning:"
2089
 
2090
- #: includes/licensing.php:627
2091
  #, fuzzy
2092
  msgid ""
2093
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2098,31 +2101,31 @@ msgstr ""
2098
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2099
  "Directory support</support-link> och be dem vitlista din IP-adress."
2100
 
2101
- #: includes/licensing.php:721
2102
  #, fuzzy
2103
  msgid "Business Directory license key is missing."
2104
  msgstr "Business Directory - Licensnyckel har upphört"
2105
 
2106
- #: includes/licensing.php:722
2107
  #, fuzzy
2108
  msgid "Business Directory license key has expired"
2109
  msgstr "Business Directory - Licensnyckel har upphört"
2110
 
2111
- #: includes/licensing.php:723
2112
  #, fuzzy
2113
  msgid "Could not verify Business Directory license."
2114
  msgstr "Hjälp oss förbättra Business Directory"
2115
 
2116
- #: includes/licensing.php:734
2117
  #, fuzzy
2118
  msgid "Review license keys"
2119
  msgstr "Granska mina licensnycklar"
2120
 
2121
- #: includes/licensing.php:849
2122
  msgid "Missing data. Please reload this page and try again."
2123
  msgstr ""
2124
 
2125
- #: includes/licensing.php:854
2126
  #, fuzzy
2127
  msgid "Please enter a license key."
2128
  msgstr "Skriv in licensnyckel"
@@ -2145,22 +2148,22 @@ msgstr ""
2145
  msgid "Gateway Transaction ID:"
2146
  msgstr "Transaktions-ID i betalmodul:"
2147
 
2148
- #: includes/payment.php:77
2149
  #, fuzzy
2150
  msgid "Bill To:"
2151
  msgstr "Fakturera till:"
2152
 
2153
- #: includes/payment.php:88
2154
  #, fuzzy
2155
  msgid "Print Receipt"
2156
  msgstr "Skriv ut kvitto"
2157
 
2158
- #: includes/payment.php:148
2159
  #, fuzzy
2160
  msgid "Return to plan selection"
2161
  msgstr "Återvänd till annons"
2162
 
2163
- #: includes/themes.php:945
2164
  #, fuzzy
2165
  msgid "ZIP file is not a valid Business Directory theme file."
2166
  msgstr "ZIP-filen är inte en giltig BD temafil."
@@ -2374,47 +2377,47 @@ msgstr "Importera inställningar"
2374
  msgid "Post status of new imported listings"
2375
  msgstr "Status av importerade annonser"
2376
 
2377
- #: templates/admin/csv-import.tpl.php:191
2378
  #, fuzzy
2379
  msgid "Post status of existing imported listings"
2380
  msgstr "Status av importerade annonser"
2381
 
2382
- #: templates/admin/csv-import.tpl.php:208
2383
  #, fuzzy
2384
  msgid "Missing categories handling"
2385
  msgstr "Hantera saknade kategorier"
2386
 
2387
- #: templates/admin/csv-import.tpl.php:214
2388
  #, fuzzy
2389
  msgid "Auto-create categories"
2390
  msgstr "Autoskapa kategorier"
2391
 
2392
- #: templates/admin/csv-import.tpl.php:219
2393
  #, fuzzy
2394
  msgid "Generate errors when a category is not found"
2395
  msgstr "Generera fel när en kategori inte hittas"
2396
 
2397
- #: templates/admin/csv-import.tpl.php:227
2398
  #, fuzzy
2399
  msgid "Keep existing images"
2400
  msgstr "Behåll befintliga bilder."
2401
 
2402
- #: templates/admin/csv-import.tpl.php:230
2403
  #, fuzzy
2404
  msgid "Appends new images while keeping current ones."
2405
  msgstr "Lägger till nya bilder och behåller de existerande."
2406
 
2407
- #: templates/admin/csv-import.tpl.php:238
2408
  #, fuzzy
2409
  msgid "Assign listings to a user"
2410
  msgstr "Tilldela annons till användare?"
2411
 
2412
- #: templates/admin/csv-import.tpl.php:250
2413
  #, fuzzy
2414
  msgid "Default listing user"
2415
  msgstr "standardanvändare"
2416
 
2417
- #: templates/admin/csv-import.tpl.php:252
2418
  #, fuzzy
2419
  msgid ""
2420
  "This user will be used if the username column is not present in the CSV file."
@@ -2422,12 +2425,12 @@ msgstr ""
2422
  "Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
2423
  "filen."
2424
 
2425
- #: templates/admin/csv-import.tpl.php:259
2426
  #, fuzzy
2427
  msgid "Number of listings imported on every cycle"
2428
  msgstr "Antal annonser att visa:"
2429
 
2430
- #: templates/admin/csv-import.tpl.php:261
2431
  msgid ""
2432
  "If you are having trouble importing listings due to memory problems, try "
2433
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2435,12 +2438,12 @@ msgid ""
2435
  "success on shared hosting platforms and other resource-constrained servers."
2436
  msgstr ""
2437
 
2438
- #: templates/admin/csv-import.tpl.php:273
2439
  #, fuzzy
2440
  msgid "Disable email notifications during import"
2441
  msgstr "Inaktivera e-postmeddelanden vid import?"
2442
 
2443
- #: templates/admin/csv-import.tpl.php:292
2444
  #, fuzzy
2445
  msgid ""
2446
  "The following are the valid header names to be used in the CSV file. "
@@ -2453,27 +2456,27 @@ msgstr ""
2453
  "Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
2454
  "en importfil ska se ut."
2455
 
2456
- #: templates/admin/csv-import.tpl.php:301
2457
  #, fuzzy
2458
  msgid "Header name/label"
2459
  msgstr "Rubriknamn / etikett"
2460
 
2461
- #: templates/admin/csv-import.tpl.php:304
2462
  #, fuzzy
2463
  msgid "Required?"
2464
  msgstr "Obligatoriskt?"
2465
 
2466
- #: templates/admin/csv-import.tpl.php:305
2467
  #, fuzzy
2468
  msgid "Multivalued?"
2469
  msgstr "Fler värden?"
2470
 
2471
- #: templates/admin/csv-import.tpl.php:337
2472
  #, fuzzy
2473
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2474
  msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
2475
 
2476
- #: templates/admin/csv-import.tpl.php:344
2477
  #, fuzzy
2478
  msgid "Listing author's username"
2479
  msgstr "Annonsens författares användarnamn"
@@ -3107,9 +3110,9 @@ msgstr "Ta mig till panelen <b>Tillägg</b>"
3107
  msgid "Get debug info"
3108
  msgstr ""
3109
 
3110
- #: templates/businessdirectory-listings.tpl.php:30
3111
  #: templates/deprecated/search.tpl.php:23
3112
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
3113
  #, fuzzy
3114
  msgid "No listings found."
3115
  msgstr "Inga annonser hittades"
@@ -3260,7 +3263,7 @@ msgid "Search Results"
3260
  msgstr "Sökresultat"
3261
 
3262
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3263
- #: templates/manage_listings.tpl.php:16
3264
  #: templates/submit-listing-done.tpl.php:36
3265
  #, fuzzy
3266
  msgid "Return to directory"
@@ -3400,7 +3403,7 @@ msgstr ""
3400
  "Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
3401
  "knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
3402
 
3403
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
3404
  #, fuzzy
3405
  msgid "You do not currently have any listings in the directory."
3406
  msgstr "Du har för närvarande inte har några listor i katalogen."
@@ -3417,10 +3420,10 @@ msgstr "%s var %s dagar."
3417
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3418
  msgstr "%s varje %s dagar. Nästa förnyelse är %s."
3419
 
3420
- #: templates/parts/listing-buttons.tpl.php:39
3421
  #, fuzzy
3422
- msgid "Return to Directory"
3423
- msgstr "Återgå till Directory."
3424
 
3425
  #: templates/parts/pagination.tpl.php:7
3426
  #, fuzzy
@@ -3462,7 +3465,7 @@ msgstr "Migrerar avgiftsplan..."
3462
  msgid "Recurring Plan Management"
3463
  msgstr "Hantera återkommande avgifter"
3464
 
3465
- #: templates/search-form.tpl.php:28
3466
  #, fuzzy
3467
  msgid "Clear"
3468
  msgstr "Rensa"
@@ -3798,7 +3801,7 @@ msgstr ""
3798
  msgid "Business Directory Team"
3799
  msgstr "Business Directory"
3800
 
3801
- #: includes/abstracts/class-view.php:129
3802
  msgctxt "views"
3803
  msgid "Invalid credentials."
3804
  msgstr "Ogiltiga uppgifter."
@@ -3823,12 +3826,12 @@ msgctxt "admin"
3823
  msgid "Untitled Menu"
3824
  msgstr "Meny utan titel"
3825
 
3826
- #: includes/admin/class-admin.php:897
3827
  msgctxt "admin"
3828
  msgid "Dismiss this notice."
3829
  msgstr "Avvisa denna notering."
3830
 
3831
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3832
  #, fuzzy
3833
  msgctxt "admin"
3834
  msgid "The listing has been updated."
@@ -3836,25 +3839,25 @@ msgid_plural "The listings have been updated."
3836
  msgstr[0] "Annonsen har uppgraderats."
3837
  msgstr[1] "Annonserna har uppgraderats."
3838
 
3839
- #: includes/admin/class-admin.php:1038
3840
  #, fuzzy
3841
  msgctxt "admin"
3842
  msgid "The plan was successfully assigned."
3843
  msgstr "Avgiften tilldelades med framgång."
3844
 
3845
- #: includes/admin/class-admin.php:1048
3846
  msgctxt "admin"
3847
  msgid "Listing was renewed."
3848
  msgid_plural "Listings were renewed."
3849
  msgstr[0] "Annonsen har förnyats."
3850
  msgstr[1] "Annonserna har förnyats."
3851
 
3852
- #: includes/admin/class-admin.php:1060
3853
  msgctxt "admin"
3854
  msgid "Renewal email sent."
3855
  msgstr "E-postmeddelande om förnyelse skickat."
3856
 
3857
- #: includes/admin/class-admin.php:1073
3858
  #, fuzzy
3859
  msgctxt "admin"
3860
  msgid "Listing report deleted."
@@ -3862,18 +3865,18 @@ msgid_plural "Listing reports deleted."
3862
  msgstr[0] "Utgångsdatum för annons"
3863
  msgstr[1] "Utgångsdatum för annons"
3864
 
3865
- #: includes/admin/class-admin.php:1122
3866
  #, fuzzy
3867
  msgctxt "admin"
3868
  msgid "Access keys sent."
3869
  msgstr "Åtkomstnyckel"
3870
 
3871
- #: includes/admin/class-admin.php:1124
3872
  msgctxt "admin"
3873
  msgid "The access keys couldn't be sent."
3874
  msgstr ""
3875
 
3876
- #: includes/admin/class-admin.php:1282
3877
  msgctxt "admin"
3878
  msgid ""
3879
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -3882,7 +3885,7 @@ msgstr ""
3882
  "<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
3883
  "<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
3884
 
3885
- #: includes/admin/class-admin.php:1284
3886
  msgctxt "admin"
3887
  msgid ""
3888
  "You can create this page by yourself or let Business Directory do this for "
@@ -3891,12 +3894,12 @@ msgstr ""
3891
  "Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
3892
  "åt dig automatiskt."
3893
 
3894
- #: includes/admin/class-admin.php:1289
3895
  msgctxt "admin"
3896
  msgid "Create required pages for me"
3897
  msgstr "Skapa nödvändiga sidor åt mig."
3898
 
3899
- #: includes/admin/class-admin.php:1342
3900
  msgctxt "admin"
3901
  msgid ""
3902
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -3971,7 +3974,7 @@ msgctxt "admin menu"
3971
  msgid "Debug"
3972
  msgstr "Debug"
3973
 
3974
- #: includes/admin/controllers/class-settings-admin.php:45
3975
  #, fuzzy
3976
  msgctxt "admin menu"
3977
  msgid "Settings"
@@ -4265,47 +4268,47 @@ msgctxt "listing status"
4265
  msgid "Reported"
4266
  msgstr ""
4267
 
4268
- #: includes/models/class-listing.php:984
4269
  msgctxt "listing status"
4270
  msgid "Unknown"
4271
  msgstr "Okänd"
4272
 
4273
- #: includes/models/class-listing.php:985
4274
  msgctxt "listing status"
4275
  msgid "Legacy"
4276
  msgstr "Legat"
4277
 
4278
- #: includes/models/class-listing.php:986
4279
  msgctxt "listing status"
4280
  msgid "Incomplete"
4281
  msgstr "Ofullständig"
4282
 
4283
- #: includes/models/class-listing.php:987
4284
  msgctxt "listing status"
4285
  msgid "Pending Payment"
4286
  msgstr "Väntar på betalning."
4287
 
4288
- #: includes/models/class-listing.php:988
4289
  msgctxt "listing status"
4290
  msgid "Complete"
4291
  msgstr "Genomförd"
4292
 
4293
- #: includes/models/class-listing.php:989
4294
  msgctxt "listing status"
4295
  msgid "Pending Upgrade"
4296
  msgstr "Väntar på uppgradering"
4297
 
4298
- #: includes/models/class-listing.php:990
4299
  msgctxt "listing status"
4300
  msgid "Expired"
4301
  msgstr "Utgången"
4302
 
4303
- #: includes/models/class-listing.php:991
4304
  msgctxt "listing status"
4305
  msgid "Pending Renewal"
4306
  msgstr "Inväntar förnyelse"
4307
 
4308
- #: includes/models/class-listing.php:992
4309
  msgctxt "listing status"
4310
  msgid "Abandoned"
4311
  msgstr "Övergiven"
@@ -4806,13 +4809,13 @@ msgctxt "form-fields admin"
4806
  msgid "Create Missing Fields"
4807
  msgstr "Skapa saknade fält"
4808
 
4809
- #: includes/admin/controllers/class-settings-admin.php:543
4810
  #, fuzzy
4811
  msgctxt "admin settings"
4812
  msgid "Remove"
4813
  msgstr "Ta bort"
4814
 
4815
- #: includes/admin/controllers/class-settings-admin.php:597
4816
  msgctxt "admin settings"
4817
  msgid "Valid placeholders: %s"
4818
  msgstr "Giltiga platshållare:%s"
@@ -5319,56 +5322,56 @@ msgctxt "admin settings"
5319
  msgid "User registration date"
5320
  msgstr "Användarens registreringsdatum"
5321
 
5322
- #: includes/admin/controllers/class-settings-admin.php:679
5323
  msgctxt "expiration notices"
5324
  msgid "Add notice"
5325
  msgstr "Lägg till notering"
5326
 
5327
- #: includes/admin/controllers/class-settings-admin.php:698
5328
  msgctxt "expiration notices"
5329
  msgid "No notices configured."
5330
  msgstr "Inga meddelanden har konfigurerats."
5331
 
5332
- #: includes/admin/controllers/class-settings-admin.php:740
5333
  msgctxt "expiration notices"
5334
  msgid "recurring and non-recurring"
5335
  msgstr "återkommande och icke återkommande"
5336
 
5337
- #: includes/admin/controllers/class-settings-admin.php:742
5338
  msgctxt "expiration notices"
5339
  msgid "recurring only"
5340
  msgstr "endast återkommande"
5341
 
5342
- #: includes/admin/controllers/class-settings-admin.php:744
5343
  msgctxt "expiration notices"
5344
  msgid "non-recurring only"
5345
  msgstr "endast icke-återkommande"
5346
 
5347
- #: includes/admin/controllers/class-settings-admin.php:748
5348
  msgctxt "expiration notices"
5349
  msgid "Sent when a listing (%s) is renewed."
5350
  msgstr "Skickas efter en annons (%s) har förnyats."
5351
 
5352
- #: includes/admin/controllers/class-settings-admin.php:753
5353
  msgctxt "expiration notices"
5354
  msgid "Sent when a listing (%s) expires."
5355
  msgstr "Skickas efter en annons (%s) har förfallit."
5356
 
5357
- #: includes/admin/controllers/class-settings-admin.php:761
5358
  msgctxt "expiration notices"
5359
  msgid "%d day"
5360
  msgid_plural "%d days"
5361
  msgstr[0] "%d dag"
5362
  msgstr[1] "%d dagar"
5363
 
5364
- #: includes/admin/controllers/class-settings-admin.php:764
5365
  msgctxt "expiration notices"
5366
  msgid "%d week"
5367
  msgid_plural "%d weeks"
5368
  msgstr[0] "%d vecka"
5369
  msgstr[1] "%d veckor"
5370
 
5371
- #: includes/admin/controllers/class-settings-admin.php:767
5372
  msgctxt "expiration notices"
5373
  msgid "%d month"
5374
  msgid_plural "%d months"
@@ -5377,146 +5380,146 @@ msgstr[1] "%d månader"
5377
 
5378
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5379
  #. non-recuring only)
5380
- #: includes/admin/controllers/class-settings-admin.php:773
5381
  msgctxt "expiration notices"
5382
  msgid "Sent %1$s before a listing (%2$s) expires."
5383
  msgstr "Skickat %1$s före en annons (%2$s) förfaller."
5384
 
5385
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5386
  #. non-recuring only)
5387
- #: includes/admin/controllers/class-settings-admin.php:776
5388
  msgctxt "expiration notices"
5389
  msgid "Sent %1$s after a listing (%2$s) expires."
5390
  msgstr "Skickas %1$s efter en annons (%2$s) upphör."
5391
 
5392
- #: includes/admin/controllers/class-settings-admin.php:793
5393
  msgctxt "expiration notices"
5394
  msgid "At the time of expiration"
5395
  msgstr "Vid förfallotidpunkten."
5396
 
5397
- #: includes/admin/controllers/class-settings-admin.php:794
5398
  msgctxt "expiration notices"
5399
  msgid "Right after a successful renewal"
5400
  msgstr "Direkt efter en förnyelse."
5401
 
5402
- #: includes/admin/controllers/class-settings-admin.php:805
5403
  msgctxt "expiration notices"
5404
  msgid "%d day before expiration"
5405
  msgid_plural "%d days before expiration"
5406
  msgstr[0] "%d dag före förfallodagen"
5407
  msgstr[1] "%d dagar före förfallodagen"
5408
 
5409
- #: includes/admin/controllers/class-settings-admin.php:805
5410
  msgctxt "expiration notices"
5411
  msgid "%d day after expiration"
5412
  msgid_plural "%d days after expiration"
5413
  msgstr[0] "%d dag efter förfallodatum"
5414
  msgstr[1] "%d dagar efter förfallodatum"
5415
 
5416
- #: includes/admin/controllers/class-settings-admin.php:808
5417
  msgctxt "expiration notices"
5418
  msgid "%d week before expiration"
5419
  msgid_plural "%d weeks before expiration"
5420
  msgstr[0] "%d vecka före utgången"
5421
  msgstr[1] "%d veckor före utgången"
5422
 
5423
- #: includes/admin/controllers/class-settings-admin.php:808
5424
  msgctxt "expiration notices"
5425
  msgid "%d week after expiration"
5426
  msgid_plural "%d weeks after expiration"
5427
  msgstr[0] "%d vecka efter förfallodatum"
5428
  msgstr[1] "%d veckor efter förfallodatum"
5429
 
5430
- #: includes/admin/controllers/class-settings-admin.php:811
5431
  msgctxt "expiration notices"
5432
  msgid "%d month before expiration"
5433
  msgid_plural "%d months before expiration"
5434
  msgstr[0] "%d månad före förfallodatum"
5435
  msgstr[1] "%d månader före förfallodatum"
5436
 
5437
- #: includes/admin/controllers/class-settings-admin.php:811
5438
  msgctxt "expiration notices"
5439
  msgid "%d month after expiration"
5440
  msgid_plural "%d months after expiration"
5441
  msgstr[0] "%d månad efter förfallodatum"
5442
  msgstr[1] "%d månader efter förfallodatum"
5443
 
5444
- #: includes/admin/controllers/class-settings-admin.php:838
5445
  msgctxt "expiration notices"
5446
  msgid "Applies to"
5447
  msgstr "Avser"
5448
 
5449
- #: includes/admin/controllers/class-settings-admin.php:841
5450
  msgctxt "expiration notices"
5451
  msgid "Non-recurring listings"
5452
  msgstr "Icke återkommande annonser"
5453
 
5454
- #: includes/admin/controllers/class-settings-admin.php:842
5455
  msgctxt "expiration notices"
5456
  msgid "Recurring listings"
5457
  msgstr "Återkommande annons"
5458
 
5459
- #: includes/admin/controllers/class-settings-admin.php:843
5460
  msgctxt "expiration notices"
5461
  msgid "Recurring and non-recurring listings"
5462
  msgstr "Återkommande och icke återkommande annonser"
5463
 
5464
- #: includes/admin/controllers/class-settings-admin.php:848
5465
  msgctxt "expiration notices"
5466
  msgid "When to send?"
5467
  msgstr "När ska den skickas?"
5468
 
5469
- #: includes/admin/controllers/class-settings-admin.php:715
5470
  #, fuzzy
5471
  msgctxt "settings"
5472
  msgid "Site title (with link)"
5473
  msgstr "Webbplatstitel (med länk)"
5474
 
5475
- #: includes/admin/controllers/class-settings-admin.php:716
5476
  msgctxt "settings"
5477
  msgid "Author's name"
5478
  msgstr "Författarens namn"
5479
 
5480
- #: includes/admin/controllers/class-settings-admin.php:717
5481
  msgctxt "settings"
5482
  msgid "Listing's name (with link)"
5483
  msgstr "Annonsens namn (med länk)"
5484
 
5485
- #: includes/admin/controllers/class-settings-admin.php:718
5486
  #, fuzzy
5487
  msgctxt "settings"
5488
  msgid "Listing's expiration date"
5489
  msgstr "Utgångsdatum för annons"
5490
 
5491
- #: includes/admin/controllers/class-settings-admin.php:719
5492
  msgctxt "settings"
5493
  msgid "Listing's renewal link, formatted with an anchor tag"
5494
  msgstr ""
5495
 
5496
- #: includes/admin/controllers/class-settings-admin.php:720
5497
  msgctxt "settings"
5498
  msgid "Listing's renewal URL, unformatted by any tags"
5499
  msgstr ""
5500
 
5501
- #: includes/admin/controllers/class-settings-admin.php:721
5502
  #, fuzzy
5503
  msgctxt "settings"
5504
  msgid "Listing's categories"
5505
  msgstr "Annonsens titel"
5506
 
5507
- #: includes/admin/controllers/class-settings-admin.php:722
5508
  #, fuzzy
5509
  msgctxt "settings"
5510
  msgid "Listing's last payment date"
5511
  msgstr "Utgångsdatum för annons"
5512
 
5513
- #: includes/admin/controllers/class-settings-admin.php:723
5514
  #, fuzzy
5515
  msgctxt "settings"
5516
  msgid "Listing's access key"
5517
  msgstr "Åtkomstnycklar till annons"
5518
 
5519
- #: includes/admin/controllers/class-settings-admin.php:880
5520
  #, fuzzy
5521
  msgctxt "settings"
5522
  msgid "Settings reset to default."
@@ -6296,28 +6299,28 @@ msgctxt "settings"
6296
  msgid "Cropped"
6297
  msgstr ""
6298
 
 
6299
  #: includes/admin/settings/class-settings.php:494
6300
- #: includes/admin/settings/class-settings.php:505
6301
  msgctxt "settings"
6302
  msgid "\"%s\" can not be empty."
6303
  msgstr "\"%s\" får inte vara tomt."
6304
 
6305
- #: includes/admin/settings/class-settings.php:522
6306
  msgctxt "settings"
6307
  msgid "The slug \"%s\" is already in use for another taxonomy."
6308
  msgstr "Sluggen “%s” används redan för en annan taxonomi."
6309
 
6310
- #: includes/licensing.php:237
6311
  msgctxt "settings"
6312
  msgid "Themes"
6313
  msgstr "Teman"
6314
 
6315
- #: includes/licensing.php:289 includes/licensing.php:290
6316
  msgctxt "settings"
6317
  msgid "Please wait..."
6318
  msgstr "Vänligen vänta..."
6319
 
6320
- #: includes/licensing.php:290
6321
  #, fuzzy
6322
  msgctxt "settings"
6323
  msgid "Deauthorize"
@@ -6333,12 +6336,12 @@ msgctxt "themes"
6333
  msgid "Could not change the active theme to \"%s\"."
6334
  msgstr "Kunde inte ändra det aktiva temat till \"%s\"."
6335
 
6336
- #: includes/admin/controllers/class-themes-admin.php:150
6337
  msgctxt "themes"
6338
  msgid "Active theme changed to \"%s\"."
6339
  msgstr "Aktiverat tema ändrat till \"%s\"."
6340
 
6341
- #: includes/admin/controllers/class-themes-admin.php:153
6342
  msgctxt "themes"
6343
  msgid ""
6344
  "%s requires that you tag your existing fields to match some places we want "
@@ -6347,53 +6350,53 @@ msgstr ""
6347
  "%s kräver att du taggar dina befintliga fält för att matcha några platser vi "
6348
  "vill sätta dina data på temat. Nedan finns fält som vi tycker saknas."
6349
 
6350
- #: includes/admin/controllers/class-themes-admin.php:164
6351
  msgctxt "themes"
6352
  msgid "Map My Fields"
6353
  msgstr "Mappa min fält"
6354
 
6355
- #: includes/admin/controllers/class-themes-admin.php:172
6356
  msgctxt "themes"
6357
  msgid "Suggested fields created successfully."
6358
  msgstr "Föreslagna fält skapats."
6359
 
6360
- #: includes/admin/controllers/class-themes-admin.php:175
6361
  msgctxt "themes"
6362
  msgid "Theme installed successfully."
6363
  msgstr "Temat har installerats med framgång."
6364
 
6365
- #: includes/admin/controllers/class-themes-admin.php:178
6366
  msgctxt "themes"
6367
  msgid "Theme was deleted successfully."
6368
  msgstr "Temat är borttaget."
6369
 
6370
- #: includes/admin/controllers/class-themes-admin.php:181
6371
  msgctxt "themes"
6372
  msgid "Could not delete theme directory. Check permissions."
6373
  msgstr "Det gick inte att ta bort tema katalog. Kontrollera behörigheterna."
6374
 
6375
- #: includes/admin/controllers/class-themes-admin.php:234
6376
  msgctxt "themes"
6377
  msgid "Please upload a valid theme file."
6378
  msgstr "Vänligen ladda upp en giltig temafil."
6379
 
6380
- #: includes/admin/controllers/class-themes-admin.php:243
6381
  msgctxt "themes"
6382
  msgid "Could not move \"%s\" to a temporary directory."
6383
  msgstr "Det gick inte att flytta \"%s\" till en tillfällig katalog."
6384
 
6385
- #: includes/admin/controllers/class-themes-admin.php:329
6386
  msgctxt "themes"
6387
  msgid "Activate your <a>license key</a> to use this theme."
6388
  msgstr "Aktivera din <a>licensnyckel</a> för att använda detta tema."
6389
 
6390
- #: includes/admin/controllers/class-themes-admin.php:372
6391
  #, fuzzy
6392
  msgctxt "themes"
6393
  msgid "Invalid theme ID"
6394
  msgstr "Ogiltigt objekt-ID"
6395
 
6396
- #: includes/admin/controllers/class-themes-admin.php:378
6397
  #: includes/admin/upgrades/class-themes-updater.php:172
6398
  msgctxt "themes"
6399
  msgid "Could not update theme: %s"
@@ -6419,17 +6422,17 @@ msgctxt "themes"
6419
  msgid "Theme was updated successfully."
6420
  msgstr "Temat har uppdaterats."
6421
 
6422
- #: includes/themes.php:953
6423
  msgctxt "themes"
6424
  msgid "Could not create themes directory."
6425
  msgstr "Det gick inte att skapa temakatalogen."
6426
 
6427
- #: includes/themes.php:964
6428
  msgctxt "themes"
6429
  msgid "Could not remove previous theme directory \"%s\"."
6430
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
6431
 
6432
- #: includes/themes.php:972
6433
  msgctxt "themes"
6434
  msgid "Could not move new theme into theme directory."
6435
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
@@ -6439,14 +6442,14 @@ msgctxt "admin csv-export"
6439
  msgid "Could not decode export state information."
6440
  msgstr "Kunde inte avkoda exporttillståndsinformation."
6441
 
6442
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
6443
  msgctxt "admin csv-export"
6444
  msgid "Could not create a temporary directory for handling this CSV export."
6445
  msgstr ""
6446
  "Det gick inte att skapa en temporär katalog för hantering av denna CSV "
6447
  "export."
6448
 
6449
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
6450
  msgctxt "admin csv-export"
6451
  msgid "Error while creating a temporary directory for CSV export: %s"
6452
  msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
@@ -6633,7 +6636,7 @@ msgctxt "admin csv-import"
6633
  msgid "Please upload or select a CSV file."
6634
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
6635
 
6636
- #: includes/admin/csv-import.php:374
6637
  msgctxt "admin csv-import"
6638
  msgid ""
6639
  "An error was detected while validating the CSV file for import. Please fix "
@@ -6642,12 +6645,12 @@ msgstr ""
6642
  "Ett fel upptäcktes vid valideringen av CSV-filen för import. Vänligen "
6643
  "åtgärda detta innan du fortsätter."
6644
 
6645
- #: includes/admin/csv-import.php:383
6646
  msgctxt "admin csv-import"
6647
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6648
  msgstr "Import är i \"testläge\". Ingenting kommer att införas i databasen."
6649
 
6650
- #: includes/admin/helpers/csv/class-csv-import.php:531
6651
  msgctxt "admin csv-import"
6652
  msgid ""
6653
  "Could not create listing category \"<category-name>\". The operation failed "
@@ -6656,33 +6659,33 @@ msgstr ""
6656
  "Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
6657
  "på grund av följande fel: <error-message>"
6658
 
6659
- #: includes/admin/helpers/csv/class-csv-import.php:537
6660
  msgctxt "admin csv-import"
6661
  msgid "Could not create listing category \"%s\""
6662
  msgstr "Det gick inte att skapa annonskategori \"%s\""
6663
 
6664
- #: includes/admin/helpers/csv/class-csv-import.php:728
6665
  msgctxt "admin csv-import"
6666
  msgid "Username \"%s\" does not exist"
6667
  msgstr "Användarnamn \"%s\" existerar inte"
6668
 
6669
- #: includes/admin/helpers/csv/class-csv-import.php:755
6670
  #, fuzzy
6671
  msgctxt "admin csv-import"
6672
  msgid "There is no Plan with ID = <fee-id>"
6673
  msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
6674
 
6675
- #: includes/admin/helpers/csv/class-csv-import.php:786
6676
  msgctxt "admin csv-import"
6677
  msgid "Missing required field: %s"
6678
  msgstr "Saknar det obligatoriska fältet %s"
6679
 
6680
- #: includes/admin/helpers/csv/class-csv-import.php:831
6681
  msgctxt "admin csv-import"
6682
  msgid "Listing category \"%s\" does not exist"
6683
  msgstr "Annonskategorin \"%s\" existerar inte"
6684
 
6685
- #: includes/admin/helpers/csv/class-csv-import.php:905
6686
  msgctxt "admin csv-import"
6687
  msgid "The string <string> couldn't be converted into a valid date."
6688
  msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
@@ -6836,13 +6839,13 @@ msgctxt "admin csv-import"
6836
  msgid "Semicolon (;)"
6837
  msgstr "Semikolon (;)"
6838
 
6839
- #: templates/admin/csv-import.tpl.php:194
6840
  #, fuzzy
6841
  msgctxt "admin csv-import"
6842
  msgid "Preserve existing status"
6843
  msgstr "Annonsstatus"
6844
 
6845
- #: templates/admin/csv-import.tpl.php:245
6846
  msgctxt "admin csv-import"
6847
  msgid ""
6848
  "Select a default user to be used if the username column is not present in "
@@ -6851,17 +6854,17 @@ msgstr ""
6851
  "Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
6852
  "filen."
6853
 
6854
- #: templates/admin/csv-import.tpl.php:279
6855
  msgctxt "admin csv-import"
6856
  msgid "Test Import"
6857
  msgstr "Testimport"
6858
 
6859
- #: templates/admin/csv-import.tpl.php:280
6860
  msgctxt "admin csv-import"
6861
  msgid "Import Listings"
6862
  msgstr "Importera annonser"
6863
 
6864
- #: templates/admin/csv-import.tpl.php:330
6865
  #, fuzzy
6866
  msgctxt "admin csv-import"
6867
  msgid ""
@@ -6871,7 +6874,7 @@ msgstr ""
6871
  "Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
6872
  "när du lägger till eller uppdaterar listor från externa källor."
6873
 
6874
- #: templates/admin/csv-import.tpl.php:351
6875
  msgctxt "admin csv-import"
6876
  msgid ""
6877
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -6879,7 +6882,7 @@ msgstr ""
6879
  "Intern sekvens ID som används för att tillåta notering uppdateringar från "
6880
  "externa källor."
6881
 
6882
- #: templates/admin/csv-import.tpl.php:358
6883
  msgctxt "admin csv-import"
6884
  msgid ""
6885
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6900,12 +6903,12 @@ msgstr ""
6900
  "fungera. Servern använder \"%s\", men denna väg verkar inte vara skrivbar. "
6901
  "Rådgör med din värd."
6902
 
6903
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6904
  msgctxt "listing metabox"
6905
  msgid "Recent Payments"
6906
  msgstr "Senaste betalning"
6907
 
6908
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6909
  msgctxt "listing metabox"
6910
  msgid "Access Key"
6911
  msgstr "Åtkomstnyckel"
@@ -6937,33 +6940,33 @@ msgctxt "listing metabox"
6937
  msgid "# of images"
6938
  msgstr "# Bilder"
6939
 
6940
- #: includes/admin/helpers/class-listing-timeline.php:111
6941
  msgctxt "listing timeline"
6942
  msgid "Listing created"
6943
  msgstr "Annons skapad"
6944
 
6945
- #: includes/admin/helpers/class-listing-timeline.php:116
6946
  msgctxt "listing timeline"
6947
  msgid "Listing expired"
6948
  msgstr "Annonsen förfallit."
6949
 
6950
- #: includes/admin/helpers/class-listing-timeline.php:126
6951
  msgctxt "listing timeline"
6952
  msgid "T&C acceptance date"
6953
  msgstr ""
6954
 
6955
- #: includes/admin/helpers/class-listing-timeline.php:141
6956
  msgctxt "listing timeline"
6957
  msgid "Paid as admin"
6958
  msgstr ""
6959
 
6960
- #: includes/admin/helpers/class-listing-timeline.php:143
6961
  #, fuzzy
6962
  msgctxt "listing timeline"
6963
  msgid "Listing imported"
6964
  msgstr "Annonsen förfallit."
6965
 
6966
- #: includes/admin/helpers/class-listing-timeline.php:145
6967
  #, fuzzy
6968
  msgctxt "listing timeline"
6969
  msgid "Initial Payment"
@@ -7034,29 +7037,29 @@ msgctxt "tracking"
7034
  msgid "What do you track?"
7035
  msgstr "Vad spårar ni?"
7036
 
7037
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
7038
  msgctxt "manual-upgrade"
7039
  msgid "Continue"
7040
  msgstr "Fortsätt "
7041
 
7042
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
7043
  msgctxt "manual-upgrade"
7044
  msgid "Start Upgrade"
7045
  msgstr "Börja uppgradera"
7046
 
7047
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7048
  msgctxt "manual-upgrade"
7049
  msgid "Pause Upgrade"
7050
  msgstr "Pausa uppgraderingen"
7051
 
7052
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
7053
  msgctxt "manual-upgrade"
7054
  msgid ""
7055
  "The upgrade was successfully performed. Business Directory Plugin is now "
7056
  "available."
7057
  msgstr "Uppdateringen lyckades. Business Directory Plugin är nu tillgängligt."
7058
 
7059
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
7060
  msgctxt "manual-upgrade"
7061
  msgid "Go to \"Directory Admin\""
7062
  msgstr "Gå till \"Directory Admin\""
@@ -7079,28 +7082,28 @@ msgctxt "installer"
7079
  msgid "Migrating license information to new format..."
7080
  msgstr "Migrerar licensinformation till nytt format..."
7081
 
7082
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
7083
  msgctxt "installer"
7084
  msgid "Migrating email notices to new format..."
7085
  msgstr "Migrerar e-postnotifikationer till nytt format..."
7086
 
7087
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
7088
  #, fuzzy
7089
  msgctxt "installer"
7090
  msgid "Migrating plans..."
7091
  msgstr "Migrerar avgiftsplan..."
7092
 
7093
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
7094
  msgctxt "installer"
7095
  msgid "! Could not migrate payment #%d"
7096
  msgstr "! Det gick inte att migrera betalningen #%d"
7097
 
7098
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
7099
  msgctxt "installer"
7100
  msgid "Updating payment items format: %d items remaining..."
7101
  msgstr "Uppdaterar betalning"
7102
 
7103
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
7104
  msgctxt "installer"
7105
  msgid "Migrating listing information: %d items remaining..."
7106
  msgstr "Migrerar annonsinformation: %d objekt återstår..."
@@ -7149,17 +7152,17 @@ msgctxt "installer"
7149
  msgid "Listing upgrade to featured"
7150
  msgstr "Uppgradera till Utvald"
7151
 
7152
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
7153
  msgctxt "listings-api"
7154
  msgid "Featured Listing"
7155
  msgstr "Utvald annons"
7156
 
7157
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
7158
  msgctxt "migrate-18"
7159
  msgid "Featured Levels migration is complete."
7160
  msgstr "Migrering för utvalda nivåer är klar."
7161
 
7162
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
7163
  #, fuzzy
7164
  msgctxt "migrate-18"
7165
  msgid ""
@@ -7172,7 +7175,7 @@ msgstr ""
7172
  "tar bort det förvirrade begreppet för \"utvald annons\" som tidigare var "
7173
  "begränsat till klistrade/fästa annonser."
7174
 
7175
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
7176
  #, fuzzy
7177
  msgctxt "migrate-18"
7178
  msgid ""
@@ -7189,7 +7192,7 @@ msgstr ""
7189
  "link>kontakta support</support-link> och <cancel-link>avbryt migreringen</"
7190
  "cancel-link>."
7191
 
7192
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
7193
  #, fuzzy
7194
  msgctxt "migrate-18"
7195
  msgid ""
@@ -7201,27 +7204,27 @@ msgstr ""
7201
  "data från den gamla ”utvalda nivån” till den nya ”begränsad funktion avgift "
7202
  "plan” som är rätt för dig."
7203
 
7204
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
7205
  msgctxt "migrate-18"
7206
  msgid "Move to: "
7207
  msgstr "Flytta till:"
7208
 
7209
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
7210
  msgctxt "migrate-18"
7211
  msgid "New plan summary"
7212
  msgstr "Ny plan sammanfattning"
7213
 
7214
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
7215
  msgctxt "migrate-18"
7216
  msgid "Perform migration"
7217
  msgstr "Utför migrering"
7218
 
7219
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
7220
  msgctxt "migrate-18"
7221
  msgid "Business Directory Plugin - Featured Levels migration required."
7222
  msgstr "Business Directory - migrering av uvalda nivåer krävs."
7223
 
7224
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
7225
  msgctxt "migrate-18"
7226
  msgid ""
7227
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
@@ -7230,68 +7233,68 @@ msgstr ""
7230
  "Utvalda nivåer togs bort i 5.0. Du behöver utföra din <a>migration av "
7231
  "utvalda nivåer här</a>"
7232
 
7233
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
7234
  msgctxt "upgrade-18"
7235
  msgid "← Return to Directory dashboard"
7236
  msgstr "← Tillbaka till katalogpanelen."
7237
 
7238
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
7239
  msgctxt "upgrade-18"
7240
  msgid "Configure Plan"
7241
  msgstr "Konfigurera plan"
7242
 
7243
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7244
  msgctxt "upgrade-18"
7245
  msgid "Featured Level"
7246
  msgstr "Utvald nivå"
7247
 
7248
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
7249
  msgctxt "upgrade-18"
7250
  msgid "What to do with it?"
7251
  msgstr "Vad ska göras med det?"
7252
 
7253
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
7254
  msgctxt "upgrade-18"
7255
  msgid "%d listing is on this level."
7256
  msgid_plural "%d listings are on this level."
7257
  msgstr[0] "%d annons finns på denna nivå."
7258
  msgstr[1] "%d annonser finns på denna nivå."
7259
 
7260
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7261
  msgctxt "upgrade-18"
7262
  msgid "Select an option"
7263
  msgstr "Välj ett alternativ"
7264
 
7265
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7266
  msgctxt "upgrade-18"
7267
  msgid "Remove \"sticky\" status for listings."
7268
  msgstr "Ta bort statusen \"klistrad\" för annonser."
7269
 
7270
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
7271
  #, fuzzy
7272
  msgctxt "upgrade-18"
7273
  msgid "Remove this (old) level, and leave the listing on the old plan."
7274
  msgstr ""
7275
  "Ta bort denna (gamla) nivå, och lämna annons på den gamla avgift-planen."
7276
 
7277
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7278
  #, fuzzy
7279
  msgctxt "upgrade-18"
7280
  msgid "May change \"sticky\" status depending on plan."
7281
  msgstr "Kan ändra ”klistrad” status beroende på avgiftsplan."
7282
 
7283
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
7284
  #, fuzzy
7285
  msgctxt "upgrade-18"
7286
  msgid "Move listings with this level to existing plan."
7287
  msgstr "Flytta annonser med denna nivå till existerande avgiftsplan."
7288
 
7289
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7290
  msgctxt "upgrade-18"
7291
  msgid "Keep \"sticky\" status of listings."
7292
  msgstr "Behåll statusen \"klistrad\" på annonser."
7293
 
7294
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
7295
  #, fuzzy
7296
  msgctxt "upgrade-18"
7297
  msgid "Replace this level with a new plan."
@@ -7312,35 +7315,35 @@ msgctxt "listing"
7312
  msgid "Add New Listing"
7313
  msgstr "Lägg till ny annons"
7314
 
7315
- #: includes/models/class-listing.php:430
7316
  #, fuzzy
7317
  msgctxt "listing"
7318
  msgid "Listing has no registered payments"
7319
  msgstr "Utgångsdatum för annons"
7320
 
7321
- #: includes/models/class-listing.php:439
7322
  #, fuzzy
7323
  msgctxt "listing"
7324
  msgid "Can't delete payment"
7325
  msgstr "Ta bort betalning"
7326
 
7327
- #: includes/models/class-listing.php:477
7328
  msgctxt "listing"
7329
  msgid "Listing expired"
7330
  msgstr "Annonsen förfallit."
7331
 
7332
- #: includes/models/class-listing.php:686
7333
  msgctxt "listing"
7334
  msgid "(Unavailable Plan)"
7335
  msgstr "(Avgiftsplan inte tillgänglig)"
7336
 
7337
- #: includes/models/class-listing.php:881
7338
  #, fuzzy
7339
  msgctxt "listing"
7340
  msgid "Plan \"%s\" (recurring)"
7341
  msgstr "(återkommande)"
7342
 
7343
- #: includes/models/class-listing.php:883
7344
  msgctxt "listing"
7345
  msgid "Plan \"%s\""
7346
  msgstr "Plan ”%s”"
@@ -7458,21 +7461,11 @@ msgctxt "notify email"
7458
  msgid "Report additional info"
7459
  msgstr ""
7460
 
7461
- #: includes/class-meta.php:37
7462
  msgctxt "rss feed"
7463
  msgid "%s Feed"
7464
  msgstr "%s-flöde"
7465
 
7466
- #: includes/class-meta.php:144
7467
- msgctxt "title"
7468
- msgid "Find a Listing"
7469
- msgstr "Hitta en annons"
7470
-
7471
- #: includes/class-meta.php:172
7472
- msgctxt "title"
7473
- msgid "Listings tagged: %s"
7474
- msgstr "Annonser med tagg: %s"
7475
-
7476
  #: includes/class-payment-gateways.php:95
7477
  msgctxt "payment-gateways"
7478
  msgid "Enable %s?"
@@ -7503,18 +7496,18 @@ msgctxt "recaptcha"
7503
  msgid "The reCAPTCHA validation score failed."
7504
  msgstr "reCAPTCHA angavs inte korrekt"
7505
 
7506
- #: includes/class-wpbdp.php:463
7507
  #, fuzzy
7508
  msgctxt "listing image upload"
7509
  msgid "Please select a plan before uploading images to the listing"
7510
  msgstr "Välj en kategori för din annons."
7511
 
7512
- #: includes/class-wpbdp.php:468
7513
  msgctxt "listing image upload"
7514
  msgid "Can not upload any more images for this listing."
7515
  msgstr "Fler bilder kan inte laddas upp för denna annons."
7516
 
7517
- #: includes/class-wpbdp.php:472
7518
  #, fuzzy
7519
  msgctxt "listing image upload"
7520
  msgid ""
@@ -7535,32 +7528,32 @@ msgctxt "navxt"
7535
  msgid "Submit Listing"
7536
  msgstr "Lägg till ny annons"
7537
 
7538
- #: includes/controllers/pages/class-checkout.php:111
7539
  msgctxt "checkout"
7540
  msgid "Can not process a payment at this time. Please try again later."
7541
  msgstr "Vi kan inte behandla din betalning just nu. Försök igen senare."
7542
 
7543
- #: includes/controllers/pages/class-checkout.php:149
7544
  msgctxt "checkout"
7545
  msgid "Invalid nonce received."
7546
  msgstr "Ogiltigt svar från server."
7547
 
7548
- #: includes/controllers/pages/class-checkout.php:164
7549
  msgctxt "checkout"
7550
  msgid "Invalid gateway selected."
7551
  msgstr "Ogiltig betalmodul vald."
7552
 
7553
- #: includes/controllers/pages/class-checkout.php:169
7554
  msgctxt "checkout"
7555
  msgid "Selected gateway does not support payment's currency."
7556
  msgstr "Valda gateway stöder inte betalningens valuta."
7557
 
7558
- #: includes/controllers/pages/class-checkout.php:228
7559
  msgctxt "checkout"
7560
  msgid "Unknown gateway error."
7561
  msgstr "Okänd gateway fel."
7562
 
7563
- #: includes/controllers/pages/class-checkout.php:267
7564
  msgctxt "checkout"
7565
  msgid ""
7566
  "There was an error trying to process your request. No gateway is selected."
@@ -7747,12 +7740,12 @@ msgid ""
7747
  "an existing field"
7748
  msgstr ""
7749
 
7750
- #: includes/controllers/pages/class-submit-listing.php:1283
7751
  msgctxt "templates"
7752
  msgid "Please agree to the Terms and Conditions."
7753
  msgstr "Vänligen godkänn villkoren"
7754
 
7755
- #: includes/controllers/pages/class-submit-listing.php:1297
7756
  msgctxt "templates"
7757
  msgid "I agree to the <a>Terms and Conditions</a>"
7758
  msgstr "Jag godtar <a>villkoren</a>."
@@ -7763,12 +7756,12 @@ msgctxt "templates"
7763
  msgid "Return to results"
7764
  msgstr "Återgå till katalogen"
7765
 
7766
- #: includes/helpers/functions/templates-ui.php:226
7767
  msgctxt "templates"
7768
  msgid "No listing categories found."
7769
  msgstr "Inga kategorier hittades."
7770
 
7771
- #: includes/helpers/functions/templates-ui.php:377
7772
  msgctxt "templates"
7773
  msgid "Advanced Search"
7774
  msgstr "Avancerad Sökning"
@@ -7779,15 +7772,6 @@ msgctxt "templates"
7779
  msgid "Featured Listing"
7780
  msgstr "Utvald annons"
7781
 
7782
- #: templates/manage_listings.tpl.php:20
7783
- msgctxt "templates"
7784
- msgid ""
7785
- "Your current listings are shown below. To edit a listing click the edit "
7786
- "button. To delete a listing click the delete button."
7787
- msgstr ""
7788
- "Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
7789
- "knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
7790
-
7791
  #: templates/parts/listing-buttons.tpl.php:15
7792
  msgctxt "templates"
7793
  msgid "Edit"
@@ -7837,11 +7821,6 @@ msgctxt "templates"
7837
  msgid "Return to plan selection"
7838
  msgstr "Återvänd till annons"
7839
 
7840
- #: templates/search-form.tpl.php:3
7841
- msgctxt "templates"
7842
- msgid "Find a listing"
7843
- msgstr "Hitta en annons"
7844
-
7845
  #: templates/submit-listing/extra-sections.tpl.php:1
7846
  msgctxt "templates"
7847
  msgid "Additional Information"
@@ -7919,12 +7898,12 @@ msgid "Please <a>login</a> to manage your listings."
7919
  msgstr ""
7920
  "Vänligen <a>logga in</a> för att kunna skicka meddelanden till annonsägaren."
7921
 
7922
- #: includes/controllers/pages/class-manage-recurring.php:36
7923
  msgctxt "manage subscription"
7924
  msgid "The listing with id = <listing-id> doesn't exists."
7925
  msgstr ""
7926
 
7927
- #: includes/controllers/pages/class-manage-recurring.php:45
7928
  #, fuzzy
7929
  msgctxt "manage subscriptions"
7930
  msgid ""
@@ -7932,12 +7911,12 @@ msgid ""
7932
  "invalid."
7933
  msgstr "Du har inte behörighet att redigera den här annonsen."
7934
 
7935
- #: includes/controllers/pages/class-manage-recurring.php:56
7936
  msgctxt "manage subscriptions"
7937
  msgid "Invalid subscription."
7938
  msgstr "Ogiltigt abonnemang."
7939
 
7940
- #: includes/controllers/pages/class-manage-recurring.php:79
7941
  #, fuzzy
7942
  msgctxt "manage subscriptions"
7943
  msgid "Your subscription was canceled."
@@ -7949,7 +7928,7 @@ msgctxt "manage subscriptions"
7949
  msgid "Subscription / Plan"
7950
  msgstr "Prenumeration / Avgiftsplan"
7951
 
7952
- #: includes/controllers/pages/class-manage-recurring.php:96
7953
  #, fuzzy
7954
  msgctxt "manage listings"
7955
  msgid "You are not on recurring payments for any of your listings."
@@ -8135,43 +8114,43 @@ msgid "Can not submit a listing at this moment. Please try again later."
8135
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8136
 
8137
  #: includes/controllers/pages/class-submit-listing.php:866
8138
- #: includes/controllers/pages/class-submit-listing.php:992
8139
  msgctxt "submit listing"
8140
  msgid "Please select a category."
8141
  msgstr "Välj en kategori."
8142
 
8143
- #: includes/controllers/pages/class-submit-listing.php:890
8144
  msgctxt "submit listing"
8145
  msgid "Current active plan is disabled. Please select another plan."
8146
  msgstr ""
8147
 
8148
- #: includes/controllers/pages/class-submit-listing.php:892
8149
  msgctxt "submit listing"
8150
  msgid "Please choose a valid category for your plan."
8151
  msgstr "Välj en giltig kategori för din plan."
8152
 
8153
- #: includes/controllers/pages/class-submit-listing.php:895
8154
  #, fuzzy
8155
  msgctxt "submit listing"
8156
  msgid "Please choose a valid plan for your category selection."
8157
  msgstr "Välj en avgiftsplan för ditt kategorival."
8158
 
8159
- #: includes/controllers/pages/class-submit-listing.php:1203
8160
  msgctxt "submit listing"
8161
  msgid "Please enter your desired username."
8162
  msgstr "Fyll i ditt önskade användarnamn."
8163
 
8164
- #: includes/controllers/pages/class-submit-listing.php:1208
8165
  msgctxt "submit listing"
8166
  msgid "Please enter the e-mail for your new account."
8167
  msgstr "Fyll i e-postadressen för ditt nya konto."
8168
 
8169
- #: includes/controllers/pages/class-submit-listing.php:1213
8170
  msgctxt "submit listing"
8171
  msgid "The username you chose is already in use. Please use a different one."
8172
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8173
 
8174
- #: includes/controllers/pages/class-submit-listing.php:1218
8175
  msgctxt "submit listing"
8176
  msgid "The e-mail address you chose for your account is already in use."
8177
  msgstr "E-postadressen du valt för ditt konto används redan."
@@ -8181,7 +8160,7 @@ msgctxt "submit listing"
8181
  msgid "Listing submitted by admin. Payment skipped."
8182
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8183
 
8184
- #: includes/controllers/pages/class-submit-listing.php:1158
8185
  msgctxt "listing submit"
8186
  msgid ""
8187
  "Image upload is required, please provide at least one image and submit again."
@@ -8479,7 +8458,7 @@ msgctxt "fs helper"
8479
  msgid "Destination dir \"%s\" is not writable."
8480
  msgstr "Destination dir \"%s\" är inte skrivbar."
8481
 
8482
- #: includes/helpers/functions/templates-ui.php:404
8483
  msgctxt "templates sort"
8484
  msgid "Sort By:"
8485
  msgstr "Sortering:"
@@ -8510,12 +8489,12 @@ msgctxt "default category name"
8510
  msgid "General"
8511
  msgstr "Allmän"
8512
 
8513
- #: includes/licensing.php:540
8514
  msgctxt "licensing"
8515
  msgid "Could not contact licensing server"
8516
  msgstr "Det gick inte att kontakta licensservern"
8517
 
8518
- #: includes/licensing.php:553
8519
  #, fuzzy
8520
  msgctxt "licensing"
8521
  msgid ""
@@ -8525,7 +8504,7 @@ msgstr ""
8525
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
8526
  "Ett problem inträffade i SSL/TSL handskakning:"
8527
 
8528
- #: includes/licensing.php:555 includes/licensing.php:585
8529
  msgctxt "licensing"
8530
  msgid ""
8531
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8538,7 +8517,7 @@ msgstr ""
8538
  "version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
8539
  "1.0.1c)."
8540
 
8541
- #: includes/licensing.php:557 includes/licensing.php:587
8542
  msgctxt "licensing"
8543
  msgid ""
8544
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8550,7 +8529,7 @@ msgstr ""
8550
  "webbplats för att interagera med tjänster som använder de senaste "
8551
  "säkerhetsstandarderna."
8552
 
8553
- #: includes/licensing.php:559
8554
  #, fuzzy
8555
  msgctxt "licensing"
8556
  msgid ""
@@ -8560,7 +8539,7 @@ msgstr ""
8560
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8561
  "detta meddelande om nödvändigt."
8562
 
8563
- #: includes/licensing.php:589
8564
  #, fuzzy
8565
  msgctxt "licensing"
8566
  msgid ""
@@ -8570,33 +8549,33 @@ msgstr ""
8570
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8571
  "detta meddelande om nödvändigt."
8572
 
8573
- #: includes/licensing.php:625
8574
  msgctxt "licensing"
8575
  msgid "The server returned a 403 Forbidden error."
8576
  msgstr "Servern returnerade ett 403 Forbidden fel."
8577
 
8578
- #: includes/licensing.php:871
8579
  msgctxt "licensing"
8580
  msgid "Could not activate license: %s."
8581
  msgstr "Det gick inte att aktivera licens:%s."
8582
 
8583
- #: includes/licensing.php:876
8584
  msgctxt "licensing"
8585
  msgid "License activated"
8586
  msgstr "Licens aktiverad"
8587
 
8588
- #: includes/licensing.php:908
8589
  msgctxt "licensing"
8590
  msgid "Could not deactivate license: %s."
8591
  msgstr "Det gick inte att inaktivera licens:%s."
8592
 
8593
- #: includes/licensing.php:910
8594
  msgctxt "licensing"
8595
  msgid "License deactivated"
8596
  msgstr "Licensnyckel avaktiverad"
8597
 
8598
  #. translators: "<module-name>" version <version-number> is not...
8599
- #: includes/licensing.php:1150
8600
  #, fuzzy
8601
  msgctxt "deprecation"
8602
  msgid ""
@@ -8618,18 +8597,18 @@ msgid_plural "%d images allowed."
8618
  msgstr[0] "%d bild tillåten."
8619
  msgstr[1] "%d bilder tillåtna."
8620
 
8621
- #: includes/models/class-fee-plan.php:402
8622
  #, fuzzy
8623
  msgctxt "fees-api"
8624
  msgid "Plan label is required."
8625
  msgstr "Fältetikett krävs"
8626
 
8627
- #: includes/models/class-fee-plan.php:408
8628
  msgctxt "fees-api"
8629
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8630
  msgstr "Avgiftens varaktighet måste vara ett tal mindre än 10 år (3650 dagar)."
8631
 
8632
- #: includes/models/class-fee-plan.php:413
8633
  msgctxt "fees-api"
8634
  msgid ""
8635
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -8637,7 +8616,7 @@ msgid ""
8637
  "<a>plan</a> appropriately."
8638
  msgstr ""
8639
 
8640
- #: includes/models/class-fee-plan.php:416
8641
  msgctxt "fees-api"
8642
  msgid ""
8643
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
@@ -9114,6 +9093,27 @@ msgctxt "send-access-keys"
9114
  msgid "Continue"
9115
  msgstr "Fortsätt "
9116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9117
  #~ msgctxt "listing metabox"
9118
  #~ msgid "General Info"
9119
  #~ msgstr "Allmän information"
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-11 00:03:39+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
74
  #: includes/admin/settings/class-settings-bootstrap.php:691
75
  #: includes/admin/settings/class-settings-bootstrap.php:692
76
  #: includes/helpers/class-app.php:93
77
+ #: includes/helpers/functions/templates-ui.php:308
78
  msgid "Directory"
79
  msgstr "Katalog"
80
 
131
  msgstr "Formulärfält"
132
 
133
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
134
+ #: includes/licensing.php:220
135
  #, fuzzy
136
  msgid "Modules"
137
  msgstr "(Alla moduler)"
141
  msgid "Business Directory"
142
  msgstr "Business Directory"
143
 
144
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
145
  #, fuzzy
146
  msgid "Upgrade to Premium"
147
  msgstr "Uppgradera till %s"
151
  msgid "Directory Listings"
152
  msgstr "Directory Listings Slug"
153
 
154
+ #: includes/admin/class-admin.php:1065
155
  #, fuzzy
156
  msgid "Could not send renewal email."
157
  msgstr "Skicka e-post om förnyelse"
158
 
159
+ #: includes/admin/class-admin.php:1199
160
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
161
  #: includes/admin/helpers/tables/class-payments-table.php:64
162
  #: templates/email/listing-added.tpl.php:7
166
  msgid "ID"
167
  msgstr "ID"
168
 
169
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
170
  #: includes/admin/settings/class-settings-bootstrap.php:717
171
  #, fuzzy
172
  msgid "Listing Count"
173
  msgstr "Annonsräknare"
174
 
175
+ #: includes/admin/class-admin.php:1366
176
  #, fuzzy
177
  msgid ""
178
  "We noticed you want your Business Directory users to register before posting "
268
  msgstr "Se ett exempel av en CSV importfil"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
+ #: templates/admin/csv-import.tpl.php:291
272
  #, fuzzy
273
  msgid "Help"
274
  msgstr "Hjälp"
275
 
276
  #: includes/admin/controllers/class-admin-fees.php:46
277
  #: includes/admin/helpers/tables/class-payments-table.php:67
278
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
279
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
280
  #: templates/admin/payments-details.tpl.php:113
281
  #: templates/email/listing-payment-completed.tpl.php:21
287
  #: includes/admin/controllers/class-admin-fees.php:48
288
  #: includes/admin/helpers/tables/class-fees-table.php:65
289
  #: includes/admin/settings/class-settings-bootstrap.php:907
290
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
291
  #, fuzzy
292
  msgid "Images"
293
  msgstr "Bilder"
294
 
295
  #: includes/admin/controllers/class-admin-fees.php:80
296
+ #: includes/admin/helpers/class-modules-list.php:237
297
  #, fuzzy
298
  msgid "Upgrade"
299
  msgstr "Uppgradera till %s"
361
  msgstr "Attribut"
362
 
363
  #: includes/admin/controllers/class-admin-listings.php:339
364
+ #: includes/helpers/class-listing-display-helper.php:137
365
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
366
  #, fuzzy
367
  msgid "Featured"
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"
529
  msgid "Website"
530
  msgstr "Webbplats"
531
 
532
+ #: includes/admin/controllers/class-settings-admin.php:628
533
  msgid "Your license key provides access to new features and updates."
534
  msgstr ""
535
 
536
+ #: includes/admin/controllers/class-settings-admin.php:630
537
  #, fuzzy
538
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
539
  msgstr "Varför avinstallerar du Business Directory Plugin?"
540
 
541
+ #: includes/admin/controllers/class-settings-admin.php:642
542
  msgid "Build more powerful directories"
543
  msgstr ""
544
 
545
+ #: includes/admin/controllers/class-settings-admin.php:643
546
  msgid ""
547
  "Add category images, maps, filter by location, payment gateways, and more."
548
  msgstr ""
549
 
550
+ #: includes/admin/controllers/class-settings-admin.php:644
551
+ #: includes/admin/helpers/class-modules-list.php:236
552
  #, fuzzy
553
  msgid "Upgrade Now"
554
  msgstr "Uppgradera till %s"
555
 
556
+ #: includes/admin/controllers/class-settings-admin.php:645
557
  #, fuzzy
558
  msgid "Already purchased?"
559
  msgstr "Redan installerad."
560
 
561
+ #: includes/admin/controllers/class-settings-admin.php:704
562
  #: includes/admin/helpers/tables/class-fees-table.php:182
563
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
564
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
594
  msgid "You are not allowed to do that."
595
  msgstr ""
596
 
597
+ #: includes/admin/csv-import.php:424
598
  #, fuzzy
599
  msgid "There was an error uploading the file:"
600
  msgstr "Det uppstod ett fel vid överföringen av CSV-filen."
601
 
602
+ #: includes/admin/csv-import.php:429
603
  #, fuzzy
604
  msgid "Please upload the correct file type."
605
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
606
 
607
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
608
  #: includes/admin/helpers/tables/class-payments-table.php:63
609
  #: includes/admin/settings/class-settings-bootstrap.php:667
610
  #: includes/admin/settings/class-settings-bootstrap.php:668
614
  msgid "Listing"
615
  msgstr "Annons"
616
 
617
+ #: includes/admin/helpers/class-listing-timeline.php:138
618
  #: includes/class-listings-api.php:33
619
  #, fuzzy
620
  msgid "Listing renewed"
637
  msgid "Not Installed"
638
  msgstr "Ej installerad"
639
 
640
+ #: includes/admin/helpers/class-modules-list.php:226
641
  #: includes/controllers/class-smtp.php:317
642
  #: templates/admin/themes-item.tpl.php:58
643
  #, fuzzy
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."
714
  msgstr "Inaktiverad"
715
 
716
  #: includes/admin/helpers/tables/class-fees-table.php:297
717
+ #: includes/helpers/functions/templates-ui.php:432
718
  #, fuzzy
719
  msgid "Default"
720
  msgstr "Standardavgift"
721
 
722
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
723
  #: includes/fields/class-fieldtypes-social.php:135
724
+ #: templates/admin/csv-import.tpl.php:307
725
  #, fuzzy
726
  msgid "Type"
727
  msgstr "Typ"
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
1125
  msgid "Uninstall"
1126
  msgstr "Avinstallera"
1127
 
1128
+ #: includes/admin/settings/class-settings.php:503
1129
  msgid "%s cannot include spaces, commas, or &"
1130
  msgstr ""
1131
 
1176
  msgid "Directory Manual Upgrade"
1177
  msgstr "Business Directory - Manuell uppgradering"
1178
 
1179
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
1180
  msgid ""
1181
  "Business Directory features are currently disabled because the plugin needs "
1182
  "to perform a manual upgrade before it can be used."
1184
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1185
  "att pluginet behöver en manuell uppgradering innan det kan användas."
1186
 
1187
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
1188
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
1189
  msgstr "Klicka på \"Börja uppgradera\" och vänta tills processen är klar."
1190
 
1191
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
1192
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
1193
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
1194
  msgid "Business Directory - Featured Levels Migration"
1195
  msgstr "Business Directory - Migration av utvalda annonser"
1196
 
1197
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1198
  #: templates/admin/fees-form.tpl.php:17
1199
  #, fuzzy
1200
  msgid "Plan Label"
1201
  msgstr "Fältetikett"
1202
 
1203
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1204
  #, fuzzy
1205
  msgid "Duration"
1206
  msgstr "Varaktighet"
1207
 
1208
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1209
  #, fuzzy
1210
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1211
  msgstr "! Det gick inte att migrera avgiften \"%s\" (%d)"
1230
  msgid "View Docs"
1231
  msgstr "Visa"
1232
 
1233
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1234
  #, fuzzy
1235
  msgid "Settings"
1236
  msgstr "Inställningar"
1318
  msgstr "Visa annons"
1319
 
1320
  #: includes/class-cpt-integration.php:22
1321
+ #: includes/helpers/functions/templates-ui.php:370
1322
  #: templates/main-box.tpl.php:23
1323
  msgid "Search Listings"
1324
  msgstr "Sök annonser"
1331
  msgid "No listings found in trash"
1332
  msgstr "Inga annonser funna i papperskorgen"
1333
 
1334
+ #: includes/class-cpt-integration.php:47
1335
  msgid "Directory Categories"
1336
  msgstr "Katalogkategorier"
1337
 
1338
+ #: includes/class-cpt-integration.php:48
1339
  msgid "Directory Category"
1340
  msgstr "Katalogkategori"
1341
 
1342
+ #: includes/class-cpt-integration.php:59
1343
  msgid "Directory Tags"
1344
  msgstr "Katalogtaggar"
1345
 
1346
+ #: includes/class-cpt-integration.php:60
1347
  msgid "Directory Tag"
1348
  msgstr "Katalogtag"
1349
 
1350
  #. translators: %s: listing count
1351
+ #: includes/class-cpt-integration.php:254
1352
  #, fuzzy
1353
  msgid "%s listing updated."
1354
  msgid_plural "%s listings updated."
1356
  msgstr[1] "En annons är redigerad."
1357
 
1358
  #. translators: %s: listing count
1359
+ #: includes/class-cpt-integration.php:256
1360
  msgid "%s listing not updated, somebody is editing it."
1361
  msgid_plural "%s listings not updated, somebody is editing them."
1362
  msgstr[0] ""
1363
  msgstr[1] ""
1364
 
1365
  #. translators: %s: listing count
1366
+ #: includes/class-cpt-integration.php:258
1367
  #, fuzzy
1368
  msgid "%s listing permanently deleted."
1369
  msgid_plural "%s listings permanently deleted."
1371
  msgstr[1] "Utgångsdatum för annons"
1372
 
1373
  #. translators: %s: listing count
1374
+ #: includes/class-cpt-integration.php:260
1375
  #, fuzzy
1376
  msgid "%s listing moved to the Trash."
1377
  msgid_plural "%s listings moved to the Trash."
1379
  msgstr[1] "Inga annonser funna i papperskorgen"
1380
 
1381
  #. translators: %s: listing count
1382
+ #: includes/class-cpt-integration.php:262
1383
  #, fuzzy
1384
  msgid "%s listing restored from the Trash."
1385
  msgid_plural "%s listings restored from the Trash."
1391
  msgid "Free Listing"
1392
  msgstr "Gratis annons"
1393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1394
  #: includes/class-payment-gateways.php:146
1395
  msgid ""
1396
  "You have paid plans but no payment gateway. Go to %1$sSettings - Payment%2$s "
1397
  "to set up a gateway. Until you do this, only free plans will be available."
1398
  msgstr ""
1399
 
1400
+ #: includes/class-wpbdp.php:574
1401
  #, fuzzy
1402
  msgid "Could not find listing ID"
1403
  msgstr "Det gick inte att kontakta licensservern"
1404
 
1405
+ #: includes/class-wpbdp.php:581
1406
  #, fuzzy
1407
  msgid ""
1408
  "Could not verify the image upload request. If problem persists contact site "
1411
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1412
  "skicka igen."
1413
 
1414
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1415
  #, fuzzy
1416
  msgid "Could not find image ID"
1417
  msgstr "Det gick inte att uppdatera tema:%s"
1418
 
1419
+ #: includes/class-wpbdp.php:620
1420
  msgid ""
1421
  "The directory features are disabled at this time because a <a>manual "
1422
  "upgrade</a> is pending."
1424
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1425
  "att pluginet behöver <a> en manuell uppgradering</a>."
1426
 
1427
+ #: includes/class-wpbdp.php:627
1428
  msgid ""
1429
  "The directory is not available at this time. Please try again in a few "
1430
  "minutes or contact the administrator if the problem persists."
1447
  #: includes/compatibility/class-navxt-integration.php:208
1448
  #: includes/widgets/widget-search.php:127
1449
  #: templates/admin/payments-index.tpl.php:13
1450
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1451
  #: templates/search.tpl.php:5
1452
  #, fuzzy
1453
  msgid "Search"
1557
  msgid "Go to SMTP settings"
1558
  msgstr "Gå till din annons."
1559
 
1560
+ #: includes/controllers/pages/class-all-listings.php:6
1561
+ #: includes/helpers/functions/templates-ui.php:317
1562
+ msgid "View All Listings"
1563
+ msgstr "Visa alla annonser"
1564
+
1565
+ #: includes/controllers/pages/class-checkout.php:181
1566
  #: includes/controllers/pages/class-manage-listings.php:109
1567
  #, fuzzy
1568
  msgid "Pay Now"
1569
  msgstr "Betala nu"
1570
 
1571
+ #: includes/controllers/pages/class-checkout.php:181
1572
  #, fuzzy
1573
  msgid "Complete"
1574
  msgstr "Genomförd"
1624
  msgstr ""
1625
  "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
1626
 
1627
+ #: includes/controllers/pages/class-submit-listing.php:32
1628
+ #: includes/helpers/functions/templates-ui.php:330
1629
+ #: templates/submit-listing.tpl.php:17
1630
+ #, fuzzy
1631
+ msgid "Add Listing"
1632
+ msgstr "Lägg till annonsavgift"
1633
+
1634
  #: includes/controllers/pages/class-submit-listing.php:560
1635
  #, fuzzy
1636
  msgid "Listing Images"
1646
  msgid "Go to \"Plans\""
1647
  msgstr "Avgiftsplan"
1648
 
1649
+ #: includes/controllers/pages/class-submit-listing.php:884
1650
  #, fuzzy
1651
  msgid "Please choose a plan."
1652
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1653
 
1654
+ #: includes/controllers/pages/class-submit-listing.php:1074
1655
  #, fuzzy
1656
  msgid "Please check the form for errors, correct them and submit again."
1657
  msgstr ""
1658
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1659
  "skicka igen."
1660
 
1661
+ #: includes/controllers/pages/class-submit-listing.php:1234
1662
  #, fuzzy
1663
  msgid "Create a user account on this site"
1664
  msgstr "Skapa ett användarkonto på denna webbplats"
1665
 
1666
+ #: includes/controllers/pages/class-submit-listing.php:1241
1667
  #, fuzzy
1668
  msgid "Username"
1669
  msgstr "Användarnamn:"
1670
 
1671
+ #: includes/controllers/pages/class-submit-listing.php:1263
1672
  #, fuzzy
1673
  msgid "Clear Form"
1674
  msgstr "Rensa"
1907
  msgid "Telephone Number Validator"
1908
  msgstr "Heltal Validator"
1909
 
1910
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1911
  #, fuzzy
1912
  msgid "Field"
1913
  msgstr "Fält"
1988
  msgid "Free"
1989
  msgstr "Gratis"
1990
 
1991
+ #: includes/helpers/functions/general.php:1319
1992
+ #, fuzzy
1993
+ msgid "Return to Directory"
1994
+ msgstr "Återgå till Directory."
1995
+
1996
  #: includes/helpers/functions/listings.php:80
1997
  #, fuzzy
1998
  msgid "Untitled Listing"
1999
  msgstr "Redigera annons"
2000
 
2001
+ #: includes/helpers/functions/templates-ui.php:324
2002
  #, fuzzy
2003
  msgid "Manage Listings"
2004
  msgstr "Hantera betalda annonser"
2009
  msgstr "Standardavgift"
2010
 
2011
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2012
+ #: includes/licensing.php:151
2013
  msgid ""
2014
  "The license key could not be verified. Please %1$scheck your license%2$s to "
2015
  "get updates."
2016
  msgstr ""
2017
 
2018
+ #: includes/licensing.php:207 includes/licensing.php:211
2019
  msgid "Licenses"
2020
  msgstr "Licenser"
2021
 
2022
  #. translators: %s: item type.
2023
+ #: includes/licensing.php:268
2024
  msgid "%s will not get updates until license is reauthorized."
2025
  msgstr ""
2026
 
2027
+ #: includes/licensing.php:289
2028
  #, fuzzy
2029
  msgid "Enter License Key here"
2030
  msgstr "Ange licensnyckel här"
2031
 
2032
+ #: includes/licensing.php:290
2033
  #, fuzzy
2034
  msgid "Authorize"
2035
  msgstr "Authorize.net"
2036
 
2037
+ #: includes/licensing.php:390
2038
  #, fuzzy
2039
  msgid "Invalid item ID"
2040
  msgstr "Ogiltigt objekt-ID"
2041
 
2042
+ #: includes/licensing.php:403
2043
  #, fuzzy
2044
  msgid "No license key provided"
2045
  msgstr "Ingen licensnyckel angiven"
2046
 
2047
+ #: includes/licensing.php:448 includes/licensing.php:486
2048
  #, fuzzy
2049
  msgid "License key is invalid"
2050
  msgstr "Licensnyckel är ogiltig"
2051
 
2052
+ #: includes/licensing.php:452
2053
  #, fuzzy
2054
  msgid "Deactivation failed"
2055
  msgstr "Deaktivering misslyckades"
2056
 
2057
+ #: includes/licensing.php:497
2058
  #, fuzzy
2059
  msgid "The license key was revoked."
2060
  msgstr "Ingen licensnyckel angiven"
2061
 
2062
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2063
+ #: includes/licensing.php:501
2064
  #, fuzzy
2065
  msgid ""
2066
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2072
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2073
  "Directory support</support-link> och be dem vitlista din IP-adress."
2074
 
2075
+ #: includes/licensing.php:564
2076
  #, fuzzy
2077
  msgid ""
2078
  "It was not possible to establish a connection with the Business Directory "
2081
  "Det var inte möjligt att upprätta en anslutning med Business Directory "
2082
  "server. Anslutningen misslyckades med följande fel:"
2083
 
2084
+ #: includes/licensing.php:577
2085
  #, fuzzy
2086
  msgid ""
2087
  "It was not possible to establish a connection with the Business Directory "
2090
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
2091
  "Ett problem inträffade i SSL/TSL handskakning:"
2092
 
2093
+ #: includes/licensing.php:624
2094
  #, fuzzy
2095
  msgid ""
2096
  "It looks like your server is not authorized to make outgoing requests to "
2101
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2102
  "Directory support</support-link> och be dem vitlista din IP-adress."
2103
 
2104
+ #: includes/licensing.php:718
2105
  #, fuzzy
2106
  msgid "Business Directory license key is missing."
2107
  msgstr "Business Directory - Licensnyckel har upphört"
2108
 
2109
+ #: includes/licensing.php:719
2110
  #, fuzzy
2111
  msgid "Business Directory license key has expired"
2112
  msgstr "Business Directory - Licensnyckel har upphört"
2113
 
2114
+ #: includes/licensing.php:720
2115
  #, fuzzy
2116
  msgid "Could not verify Business Directory license."
2117
  msgstr "Hjälp oss förbättra Business Directory"
2118
 
2119
+ #: includes/licensing.php:731
2120
  #, fuzzy
2121
  msgid "Review license keys"
2122
  msgstr "Granska mina licensnycklar"
2123
 
2124
+ #: includes/licensing.php:846
2125
  msgid "Missing data. Please reload this page and try again."
2126
  msgstr ""
2127
 
2128
+ #: includes/licensing.php:851
2129
  #, fuzzy
2130
  msgid "Please enter a license key."
2131
  msgstr "Skriv in licensnyckel"
2148
  msgid "Gateway Transaction ID:"
2149
  msgstr "Transaktions-ID i betalmodul:"
2150
 
2151
+ #: includes/payment.php:76
2152
  #, fuzzy
2153
  msgid "Bill To:"
2154
  msgstr "Fakturera till:"
2155
 
2156
+ #: includes/payment.php:87
2157
  #, fuzzy
2158
  msgid "Print Receipt"
2159
  msgstr "Skriv ut kvitto"
2160
 
2161
+ #: includes/payment.php:147
2162
  #, fuzzy
2163
  msgid "Return to plan selection"
2164
  msgstr "Återvänd till annons"
2165
 
2166
+ #: includes/themes.php:918
2167
  #, fuzzy
2168
  msgid "ZIP file is not a valid Business Directory theme file."
2169
  msgstr "ZIP-filen är inte en giltig BD temafil."
2377
  msgid "Post status of new imported listings"
2378
  msgstr "Status av importerade annonser"
2379
 
2380
+ #: templates/admin/csv-import.tpl.php:193
2381
  #, fuzzy
2382
  msgid "Post status of existing imported listings"
2383
  msgstr "Status av importerade annonser"
2384
 
2385
+ #: templates/admin/csv-import.tpl.php:212
2386
  #, fuzzy
2387
  msgid "Missing categories handling"
2388
  msgstr "Hantera saknade kategorier"
2389
 
2390
+ #: templates/admin/csv-import.tpl.php:218
2391
  #, fuzzy
2392
  msgid "Auto-create categories"
2393
  msgstr "Autoskapa kategorier"
2394
 
2395
+ #: templates/admin/csv-import.tpl.php:223
2396
  #, fuzzy
2397
  msgid "Generate errors when a category is not found"
2398
  msgstr "Generera fel när en kategori inte hittas"
2399
 
2400
+ #: templates/admin/csv-import.tpl.php:231
2401
  #, fuzzy
2402
  msgid "Keep existing images"
2403
  msgstr "Behåll befintliga bilder."
2404
 
2405
+ #: templates/admin/csv-import.tpl.php:234
2406
  #, fuzzy
2407
  msgid "Appends new images while keeping current ones."
2408
  msgstr "Lägger till nya bilder och behåller de existerande."
2409
 
2410
+ #: templates/admin/csv-import.tpl.php:242
2411
  #, fuzzy
2412
  msgid "Assign listings to a user"
2413
  msgstr "Tilldela annons till användare?"
2414
 
2415
+ #: templates/admin/csv-import.tpl.php:254
2416
  #, fuzzy
2417
  msgid "Default listing user"
2418
  msgstr "standardanvändare"
2419
 
2420
+ #: templates/admin/csv-import.tpl.php:256
2421
  #, fuzzy
2422
  msgid ""
2423
  "This user will be used if the username column is not present in the CSV file."
2425
  "Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
2426
  "filen."
2427
 
2428
+ #: templates/admin/csv-import.tpl.php:263
2429
  #, fuzzy
2430
  msgid "Number of listings imported on every cycle"
2431
  msgstr "Antal annonser att visa:"
2432
 
2433
+ #: templates/admin/csv-import.tpl.php:265
2434
  msgid ""
2435
  "If you are having trouble importing listings due to memory problems, try "
2436
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2438
  "success on shared hosting platforms and other resource-constrained servers."
2439
  msgstr ""
2440
 
2441
+ #: templates/admin/csv-import.tpl.php:277
2442
  #, fuzzy
2443
  msgid "Disable email notifications during import"
2444
  msgstr "Inaktivera e-postmeddelanden vid import?"
2445
 
2446
+ #: templates/admin/csv-import.tpl.php:296
2447
  #, fuzzy
2448
  msgid ""
2449
  "The following are the valid header names to be used in the CSV file. "
2456
  "Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
2457
  "en importfil ska se ut."
2458
 
2459
+ #: templates/admin/csv-import.tpl.php:305
2460
  #, fuzzy
2461
  msgid "Header name/label"
2462
  msgstr "Rubriknamn / etikett"
2463
 
2464
+ #: templates/admin/csv-import.tpl.php:308
2465
  #, fuzzy
2466
  msgid "Required?"
2467
  msgstr "Obligatoriskt?"
2468
 
2469
+ #: templates/admin/csv-import.tpl.php:309
2470
  #, fuzzy
2471
  msgid "Multivalued?"
2472
  msgstr "Fler värden?"
2473
 
2474
+ #: templates/admin/csv-import.tpl.php:341
2475
  #, fuzzy
2476
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2477
  msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
2478
 
2479
+ #: templates/admin/csv-import.tpl.php:348
2480
  #, fuzzy
2481
  msgid "Listing author's username"
2482
  msgstr "Annonsens författares användarnamn"
3110
  msgid "Get debug info"
3111
  msgstr ""
3112
 
3113
+ #: templates/businessdirectory-listings.tpl.php:51
3114
  #: templates/deprecated/search.tpl.php:23
3115
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
3116
  #, fuzzy
3117
  msgid "No listings found."
3118
  msgstr "Inga annonser hittades"
3263
  msgstr "Sökresultat"
3264
 
3265
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
3266
+ #: templates/manage_listings.tpl.php:36
3267
  #: templates/submit-listing-done.tpl.php:36
3268
  #, fuzzy
3269
  msgid "Return to directory"
3403
  "Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
3404
  "knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
3405
 
3406
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3407
  #, fuzzy
3408
  msgid "You do not currently have any listings in the directory."
3409
  msgstr "Du har för närvarande inte har några listor i katalogen."
3420
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
3421
  msgstr "%s varje %s dagar. Nästa förnyelse är %s."
3422
 
3423
+ #: templates/manage_listings.tpl.php:13
3424
  #, fuzzy
3425
+ msgid "Your current listings are shown below."
3426
+ msgstr "Det finns inga annonser för närvarande i registret."
3427
 
3428
  #: templates/parts/pagination.tpl.php:7
3429
  #, fuzzy
3465
  msgid "Recurring Plan Management"
3466
  msgstr "Hantera återkommande avgifter"
3467
 
3468
+ #: templates/search-form.tpl.php:27
3469
  #, fuzzy
3470
  msgid "Clear"
3471
  msgstr "Rensa"
3801
  msgid "Business Directory Team"
3802
  msgstr "Business Directory"
3803
 
3804
+ #: includes/abstracts/class-view.php:130
3805
  msgctxt "views"
3806
  msgid "Invalid credentials."
3807
  msgstr "Ogiltiga uppgifter."
3826
  msgid "Untitled Menu"
3827
  msgstr "Meny utan titel"
3828
 
3829
+ #: includes/admin/class-admin.php:898
3830
  msgctxt "admin"
3831
  msgid "Dismiss this notice."
3832
  msgstr "Avvisa denna notering."
3833
 
3834
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3835
  #, fuzzy
3836
  msgctxt "admin"
3837
  msgid "The listing has been updated."
3839
  msgstr[0] "Annonsen har uppgraderats."
3840
  msgstr[1] "Annonserna har uppgraderats."
3841
 
3842
+ #: includes/admin/class-admin.php:1039
3843
  #, fuzzy
3844
  msgctxt "admin"
3845
  msgid "The plan was successfully assigned."
3846
  msgstr "Avgiften tilldelades med framgång."
3847
 
3848
+ #: includes/admin/class-admin.php:1049
3849
  msgctxt "admin"
3850
  msgid "Listing was renewed."
3851
  msgid_plural "Listings were renewed."
3852
  msgstr[0] "Annonsen har förnyats."
3853
  msgstr[1] "Annonserna har förnyats."
3854
 
3855
+ #: includes/admin/class-admin.php:1061
3856
  msgctxt "admin"
3857
  msgid "Renewal email sent."
3858
  msgstr "E-postmeddelande om förnyelse skickat."
3859
 
3860
+ #: includes/admin/class-admin.php:1074
3861
  #, fuzzy
3862
  msgctxt "admin"
3863
  msgid "Listing report deleted."
3865
  msgstr[0] "Utgångsdatum för annons"
3866
  msgstr[1] "Utgångsdatum för annons"
3867
 
3868
+ #: includes/admin/class-admin.php:1123
3869
  #, fuzzy
3870
  msgctxt "admin"
3871
  msgid "Access keys sent."
3872
  msgstr "Åtkomstnyckel"
3873
 
3874
+ #: includes/admin/class-admin.php:1125
3875
  msgctxt "admin"
3876
  msgid "The access keys couldn't be sent."
3877
  msgstr ""
3878
 
3879
+ #: includes/admin/class-admin.php:1283
3880
  msgctxt "admin"
3881
  msgid ""
3882
  "<b>Business Directory Plugin</b> requires a page with the "
3885
  "<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
3886
  "<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
3887
 
3888
+ #: includes/admin/class-admin.php:1285
3889
  msgctxt "admin"
3890
  msgid ""
3891
  "You can create this page by yourself or let Business Directory do this for "
3894
  "Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
3895
  "åt dig automatiskt."
3896
 
3897
+ #: includes/admin/class-admin.php:1290
3898
  msgctxt "admin"
3899
  msgid "Create required pages for me"
3900
  msgstr "Skapa nödvändiga sidor åt mig."
3901
 
3902
+ #: includes/admin/class-admin.php:1343
3903
  msgctxt "admin"
3904
  msgid ""
3905
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
3974
  msgid "Debug"
3975
  msgstr "Debug"
3976
 
3977
+ #: includes/admin/controllers/class-settings-admin.php:39
3978
  #, fuzzy
3979
  msgctxt "admin menu"
3980
  msgid "Settings"
4268
  msgid "Reported"
4269
  msgstr ""
4270
 
4271
+ #: includes/models/class-listing.php:981
4272
  msgctxt "listing status"
4273
  msgid "Unknown"
4274
  msgstr "Okänd"
4275
 
4276
+ #: includes/models/class-listing.php:982
4277
  msgctxt "listing status"
4278
  msgid "Legacy"
4279
  msgstr "Legat"
4280
 
4281
+ #: includes/models/class-listing.php:983
4282
  msgctxt "listing status"
4283
  msgid "Incomplete"
4284
  msgstr "Ofullständig"
4285
 
4286
+ #: includes/models/class-listing.php:984
4287
  msgctxt "listing status"
4288
  msgid "Pending Payment"
4289
  msgstr "Väntar på betalning."
4290
 
4291
+ #: includes/models/class-listing.php:985
4292
  msgctxt "listing status"
4293
  msgid "Complete"
4294
  msgstr "Genomförd"
4295
 
4296
+ #: includes/models/class-listing.php:986
4297
  msgctxt "listing status"
4298
  msgid "Pending Upgrade"
4299
  msgstr "Väntar på uppgradering"
4300
 
4301
+ #: includes/models/class-listing.php:987
4302
  msgctxt "listing status"
4303
  msgid "Expired"
4304
  msgstr "Utgången"
4305
 
4306
+ #: includes/models/class-listing.php:988
4307
  msgctxt "listing status"
4308
  msgid "Pending Renewal"
4309
  msgstr "Inväntar förnyelse"
4310
 
4311
+ #: includes/models/class-listing.php:989
4312
  msgctxt "listing status"
4313
  msgid "Abandoned"
4314
  msgstr "Övergiven"
4809
  msgid "Create Missing Fields"
4810
  msgstr "Skapa saknade fält"
4811
 
4812
+ #: includes/admin/controllers/class-settings-admin.php:535
4813
  #, fuzzy
4814
  msgctxt "admin settings"
4815
  msgid "Remove"
4816
  msgstr "Ta bort"
4817
 
4818
+ #: includes/admin/controllers/class-settings-admin.php:589
4819
  msgctxt "admin settings"
4820
  msgid "Valid placeholders: %s"
4821
  msgstr "Giltiga platshållare:%s"
5322
  msgid "User registration date"
5323
  msgstr "Användarens registreringsdatum"
5324
 
5325
+ #: includes/admin/controllers/class-settings-admin.php:671
5326
  msgctxt "expiration notices"
5327
  msgid "Add notice"
5328
  msgstr "Lägg till notering"
5329
 
5330
+ #: includes/admin/controllers/class-settings-admin.php:690
5331
  msgctxt "expiration notices"
5332
  msgid "No notices configured."
5333
  msgstr "Inga meddelanden har konfigurerats."
5334
 
5335
+ #: includes/admin/controllers/class-settings-admin.php:732
5336
  msgctxt "expiration notices"
5337
  msgid "recurring and non-recurring"
5338
  msgstr "återkommande och icke återkommande"
5339
 
5340
+ #: includes/admin/controllers/class-settings-admin.php:734
5341
  msgctxt "expiration notices"
5342
  msgid "recurring only"
5343
  msgstr "endast återkommande"
5344
 
5345
+ #: includes/admin/controllers/class-settings-admin.php:736
5346
  msgctxt "expiration notices"
5347
  msgid "non-recurring only"
5348
  msgstr "endast icke-återkommande"
5349
 
5350
+ #: includes/admin/controllers/class-settings-admin.php:740
5351
  msgctxt "expiration notices"
5352
  msgid "Sent when a listing (%s) is renewed."
5353
  msgstr "Skickas efter en annons (%s) har förnyats."
5354
 
5355
+ #: includes/admin/controllers/class-settings-admin.php:745
5356
  msgctxt "expiration notices"
5357
  msgid "Sent when a listing (%s) expires."
5358
  msgstr "Skickas efter en annons (%s) har förfallit."
5359
 
5360
+ #: includes/admin/controllers/class-settings-admin.php:753
5361
  msgctxt "expiration notices"
5362
  msgid "%d day"
5363
  msgid_plural "%d days"
5364
  msgstr[0] "%d dag"
5365
  msgstr[1] "%d dagar"
5366
 
5367
+ #: includes/admin/controllers/class-settings-admin.php:756
5368
  msgctxt "expiration notices"
5369
  msgid "%d week"
5370
  msgid_plural "%d weeks"
5371
  msgstr[0] "%d vecka"
5372
  msgstr[1] "%d veckor"
5373
 
5374
+ #: includes/admin/controllers/class-settings-admin.php:759
5375
  msgctxt "expiration notices"
5376
  msgid "%d month"
5377
  msgid_plural "%d months"
5380
 
5381
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5382
  #. non-recuring only)
5383
+ #: includes/admin/controllers/class-settings-admin.php:765
5384
  msgctxt "expiration notices"
5385
  msgid "Sent %1$s before a listing (%2$s) expires."
5386
  msgstr "Skickat %1$s före en annons (%2$s) förfaller."
5387
 
5388
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
5389
  #. non-recuring only)
5390
+ #: includes/admin/controllers/class-settings-admin.php:768
5391
  msgctxt "expiration notices"
5392
  msgid "Sent %1$s after a listing (%2$s) expires."
5393
  msgstr "Skickas %1$s efter en annons (%2$s) upphör."
5394
 
5395
+ #: includes/admin/controllers/class-settings-admin.php:785
5396
  msgctxt "expiration notices"
5397
  msgid "At the time of expiration"
5398
  msgstr "Vid förfallotidpunkten."
5399
 
5400
+ #: includes/admin/controllers/class-settings-admin.php:786
5401
  msgctxt "expiration notices"
5402
  msgid "Right after a successful renewal"
5403
  msgstr "Direkt efter en förnyelse."
5404
 
5405
+ #: includes/admin/controllers/class-settings-admin.php:797
5406
  msgctxt "expiration notices"
5407
  msgid "%d day before expiration"
5408
  msgid_plural "%d days before expiration"
5409
  msgstr[0] "%d dag före förfallodagen"
5410
  msgstr[1] "%d dagar före förfallodagen"
5411
 
5412
+ #: includes/admin/controllers/class-settings-admin.php:797
5413
  msgctxt "expiration notices"
5414
  msgid "%d day after expiration"
5415
  msgid_plural "%d days after expiration"
5416
  msgstr[0] "%d dag efter förfallodatum"
5417
  msgstr[1] "%d dagar efter förfallodatum"
5418
 
5419
+ #: includes/admin/controllers/class-settings-admin.php:800
5420
  msgctxt "expiration notices"
5421
  msgid "%d week before expiration"
5422
  msgid_plural "%d weeks before expiration"
5423
  msgstr[0] "%d vecka före utgången"
5424
  msgstr[1] "%d veckor före utgången"
5425
 
5426
+ #: includes/admin/controllers/class-settings-admin.php:800
5427
  msgctxt "expiration notices"
5428
  msgid "%d week after expiration"
5429
  msgid_plural "%d weeks after expiration"
5430
  msgstr[0] "%d vecka efter förfallodatum"
5431
  msgstr[1] "%d veckor efter förfallodatum"
5432
 
5433
+ #: includes/admin/controllers/class-settings-admin.php:803
5434
  msgctxt "expiration notices"
5435
  msgid "%d month before expiration"
5436
  msgid_plural "%d months before expiration"
5437
  msgstr[0] "%d månad före förfallodatum"
5438
  msgstr[1] "%d månader före förfallodatum"
5439
 
5440
+ #: includes/admin/controllers/class-settings-admin.php:803
5441
  msgctxt "expiration notices"
5442
  msgid "%d month after expiration"
5443
  msgid_plural "%d months after expiration"
5444
  msgstr[0] "%d månad efter förfallodatum"
5445
  msgstr[1] "%d månader efter förfallodatum"
5446
 
5447
+ #: includes/admin/controllers/class-settings-admin.php:830
5448
  msgctxt "expiration notices"
5449
  msgid "Applies to"
5450
  msgstr "Avser"
5451
 
5452
+ #: includes/admin/controllers/class-settings-admin.php:833
5453
  msgctxt "expiration notices"
5454
  msgid "Non-recurring listings"
5455
  msgstr "Icke återkommande annonser"
5456
 
5457
+ #: includes/admin/controllers/class-settings-admin.php:834
5458
  msgctxt "expiration notices"
5459
  msgid "Recurring listings"
5460
  msgstr "Återkommande annons"
5461
 
5462
+ #: includes/admin/controllers/class-settings-admin.php:835
5463
  msgctxt "expiration notices"
5464
  msgid "Recurring and non-recurring listings"
5465
  msgstr "Återkommande och icke återkommande annonser"
5466
 
5467
+ #: includes/admin/controllers/class-settings-admin.php:840
5468
  msgctxt "expiration notices"
5469
  msgid "When to send?"
5470
  msgstr "När ska den skickas?"
5471
 
5472
+ #: includes/admin/controllers/class-settings-admin.php:707
5473
  #, fuzzy
5474
  msgctxt "settings"
5475
  msgid "Site title (with link)"
5476
  msgstr "Webbplatstitel (med länk)"
5477
 
5478
+ #: includes/admin/controllers/class-settings-admin.php:708
5479
  msgctxt "settings"
5480
  msgid "Author's name"
5481
  msgstr "Författarens namn"
5482
 
5483
+ #: includes/admin/controllers/class-settings-admin.php:709
5484
  msgctxt "settings"
5485
  msgid "Listing's name (with link)"
5486
  msgstr "Annonsens namn (med länk)"
5487
 
5488
+ #: includes/admin/controllers/class-settings-admin.php:710
5489
  #, fuzzy
5490
  msgctxt "settings"
5491
  msgid "Listing's expiration date"
5492
  msgstr "Utgångsdatum för annons"
5493
 
5494
+ #: includes/admin/controllers/class-settings-admin.php:711
5495
  msgctxt "settings"
5496
  msgid "Listing's renewal link, formatted with an anchor tag"
5497
  msgstr ""
5498
 
5499
+ #: includes/admin/controllers/class-settings-admin.php:712
5500
  msgctxt "settings"
5501
  msgid "Listing's renewal URL, unformatted by any tags"
5502
  msgstr ""
5503
 
5504
+ #: includes/admin/controllers/class-settings-admin.php:713
5505
  #, fuzzy
5506
  msgctxt "settings"
5507
  msgid "Listing's categories"
5508
  msgstr "Annonsens titel"
5509
 
5510
+ #: includes/admin/controllers/class-settings-admin.php:714
5511
  #, fuzzy
5512
  msgctxt "settings"
5513
  msgid "Listing's last payment date"
5514
  msgstr "Utgångsdatum för annons"
5515
 
5516
+ #: includes/admin/controllers/class-settings-admin.php:715
5517
  #, fuzzy
5518
  msgctxt "settings"
5519
  msgid "Listing's access key"
5520
  msgstr "Åtkomstnycklar till annons"
5521
 
5522
+ #: includes/admin/controllers/class-settings-admin.php:872
5523
  #, fuzzy
5524
  msgctxt "settings"
5525
  msgid "Settings reset to default."
6299
  msgid "Cropped"
6300
  msgstr ""
6301
 
6302
+ #: includes/admin/settings/class-settings.php:483
6303
  #: includes/admin/settings/class-settings.php:494
 
6304
  msgctxt "settings"
6305
  msgid "\"%s\" can not be empty."
6306
  msgstr "\"%s\" får inte vara tomt."
6307
 
6308
+ #: includes/admin/settings/class-settings.php:511
6309
  msgctxt "settings"
6310
  msgid "The slug \"%s\" is already in use for another taxonomy."
6311
  msgstr "Sluggen “%s” används redan för en annan taxonomi."
6312
 
6313
+ #: includes/licensing.php:238
6314
  msgctxt "settings"
6315
  msgid "Themes"
6316
  msgstr "Teman"
6317
 
6318
+ #: includes/licensing.php:290 includes/licensing.php:291
6319
  msgctxt "settings"
6320
  msgid "Please wait..."
6321
  msgstr "Vänligen vänta..."
6322
 
6323
+ #: includes/licensing.php:291
6324
  #, fuzzy
6325
  msgctxt "settings"
6326
  msgid "Deauthorize"
6336
  msgid "Could not change the active theme to \"%s\"."
6337
  msgstr "Kunde inte ändra det aktiva temat till \"%s\"."
6338
 
6339
+ #: includes/admin/controllers/class-themes-admin.php:147
6340
  msgctxt "themes"
6341
  msgid "Active theme changed to \"%s\"."
6342
  msgstr "Aktiverat tema ändrat till \"%s\"."
6343
 
6344
+ #: includes/admin/controllers/class-themes-admin.php:150
6345
  msgctxt "themes"
6346
  msgid ""
6347
  "%s requires that you tag your existing fields to match some places we want "
6350
  "%s kräver att du taggar dina befintliga fält för att matcha några platser vi "
6351
  "vill sätta dina data på temat. Nedan finns fält som vi tycker saknas."
6352
 
6353
+ #: includes/admin/controllers/class-themes-admin.php:161
6354
  msgctxt "themes"
6355
  msgid "Map My Fields"
6356
  msgstr "Mappa min fält"
6357
 
6358
+ #: includes/admin/controllers/class-themes-admin.php:169
6359
  msgctxt "themes"
6360
  msgid "Suggested fields created successfully."
6361
  msgstr "Föreslagna fält skapats."
6362
 
6363
+ #: includes/admin/controllers/class-themes-admin.php:172
6364
  msgctxt "themes"
6365
  msgid "Theme installed successfully."
6366
  msgstr "Temat har installerats med framgång."
6367
 
6368
+ #: includes/admin/controllers/class-themes-admin.php:175
6369
  msgctxt "themes"
6370
  msgid "Theme was deleted successfully."
6371
  msgstr "Temat är borttaget."
6372
 
6373
+ #: includes/admin/controllers/class-themes-admin.php:178
6374
  msgctxt "themes"
6375
  msgid "Could not delete theme directory. Check permissions."
6376
  msgstr "Det gick inte att ta bort tema katalog. Kontrollera behörigheterna."
6377
 
6378
+ #: includes/admin/controllers/class-themes-admin.php:231
6379
  msgctxt "themes"
6380
  msgid "Please upload a valid theme file."
6381
  msgstr "Vänligen ladda upp en giltig temafil."
6382
 
6383
+ #: includes/admin/controllers/class-themes-admin.php:240
6384
  msgctxt "themes"
6385
  msgid "Could not move \"%s\" to a temporary directory."
6386
  msgstr "Det gick inte att flytta \"%s\" till en tillfällig katalog."
6387
 
6388
+ #: includes/admin/controllers/class-themes-admin.php:326
6389
  msgctxt "themes"
6390
  msgid "Activate your <a>license key</a> to use this theme."
6391
  msgstr "Aktivera din <a>licensnyckel</a> för att använda detta tema."
6392
 
6393
+ #: includes/admin/controllers/class-themes-admin.php:369
6394
  #, fuzzy
6395
  msgctxt "themes"
6396
  msgid "Invalid theme ID"
6397
  msgstr "Ogiltigt objekt-ID"
6398
 
6399
+ #: includes/admin/controllers/class-themes-admin.php:375
6400
  #: includes/admin/upgrades/class-themes-updater.php:172
6401
  msgctxt "themes"
6402
  msgid "Could not update theme: %s"
6422
  msgid "Theme was updated successfully."
6423
  msgstr "Temat har uppdaterats."
6424
 
6425
+ #: includes/themes.php:926
6426
  msgctxt "themes"
6427
  msgid "Could not create themes directory."
6428
  msgstr "Det gick inte att skapa temakatalogen."
6429
 
6430
+ #: includes/themes.php:937
6431
  msgctxt "themes"
6432
  msgid "Could not remove previous theme directory \"%s\"."
6433
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
6434
 
6435
+ #: includes/themes.php:945
6436
  msgctxt "themes"
6437
  msgid "Could not move new theme into theme directory."
6438
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
6442
  msgid "Could not decode export state information."
6443
  msgstr "Kunde inte avkoda exporttillståndsinformation."
6444
 
6445
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
6446
  msgctxt "admin csv-export"
6447
  msgid "Could not create a temporary directory for handling this CSV export."
6448
  msgstr ""
6449
  "Det gick inte att skapa en temporär katalog för hantering av denna CSV "
6450
  "export."
6451
 
6452
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
6453
  msgctxt "admin csv-export"
6454
  msgid "Error while creating a temporary directory for CSV export: %s"
6455
  msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
6636
  msgid "Please upload or select a CSV file."
6637
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
6638
 
6639
+ #: includes/admin/csv-import.php:370
6640
  msgctxt "admin csv-import"
6641
  msgid ""
6642
  "An error was detected while validating the CSV file for import. Please fix "
6645
  "Ett fel upptäcktes vid valideringen av CSV-filen för import. Vänligen "
6646
  "åtgärda detta innan du fortsätter."
6647
 
6648
+ #: includes/admin/csv-import.php:379
6649
  msgctxt "admin csv-import"
6650
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
6651
  msgstr "Import är i \"testläge\". Ingenting kommer att införas i databasen."
6652
 
6653
+ #: includes/admin/helpers/csv/class-csv-import.php:532
6654
  msgctxt "admin csv-import"
6655
  msgid ""
6656
  "Could not create listing category \"<category-name>\". The operation failed "
6659
  "Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
6660
  "på grund av följande fel: <error-message>"
6661
 
6662
+ #: includes/admin/helpers/csv/class-csv-import.php:538
6663
  msgctxt "admin csv-import"
6664
  msgid "Could not create listing category \"%s\""
6665
  msgstr "Det gick inte att skapa annonskategori \"%s\""
6666
 
6667
+ #: includes/admin/helpers/csv/class-csv-import.php:730
6668
  msgctxt "admin csv-import"
6669
  msgid "Username \"%s\" does not exist"
6670
  msgstr "Användarnamn \"%s\" existerar inte"
6671
 
6672
+ #: includes/admin/helpers/csv/class-csv-import.php:757
6673
  #, fuzzy
6674
  msgctxt "admin csv-import"
6675
  msgid "There is no Plan with ID = <fee-id>"
6676
  msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
6677
 
6678
+ #: includes/admin/helpers/csv/class-csv-import.php:788
6679
  msgctxt "admin csv-import"
6680
  msgid "Missing required field: %s"
6681
  msgstr "Saknar det obligatoriska fältet %s"
6682
 
6683
+ #: includes/admin/helpers/csv/class-csv-import.php:829
6684
  msgctxt "admin csv-import"
6685
  msgid "Listing category \"%s\" does not exist"
6686
  msgstr "Annonskategorin \"%s\" existerar inte"
6687
 
6688
+ #: includes/admin/helpers/csv/class-csv-import.php:903
6689
  msgctxt "admin csv-import"
6690
  msgid "The string <string> couldn't be converted into a valid date."
6691
  msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
6839
  msgid "Semicolon (;)"
6840
  msgstr "Semikolon (;)"
6841
 
6842
+ #: templates/admin/csv-import.tpl.php:196
6843
  #, fuzzy
6844
  msgctxt "admin csv-import"
6845
  msgid "Preserve existing status"
6846
  msgstr "Annonsstatus"
6847
 
6848
+ #: templates/admin/csv-import.tpl.php:249
6849
  msgctxt "admin csv-import"
6850
  msgid ""
6851
  "Select a default user to be used if the username column is not present in "
6854
  "Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
6855
  "filen."
6856
 
6857
+ #: templates/admin/csv-import.tpl.php:283
6858
  msgctxt "admin csv-import"
6859
  msgid "Test Import"
6860
  msgstr "Testimport"
6861
 
6862
+ #: templates/admin/csv-import.tpl.php:284
6863
  msgctxt "admin csv-import"
6864
  msgid "Import Listings"
6865
  msgstr "Importera annonser"
6866
 
6867
+ #: templates/admin/csv-import.tpl.php:334
6868
  #, fuzzy
6869
  msgctxt "admin csv-import"
6870
  msgid ""
6874
  "Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
6875
  "när du lägger till eller uppdaterar listor från externa källor."
6876
 
6877
+ #: templates/admin/csv-import.tpl.php:355
6878
  msgctxt "admin csv-import"
6879
  msgid ""
6880
  "Internal Sequence ID used to allow listing updates from external sources."
6882
  "Intern sekvens ID som används för att tillåta notering uppdateringar från "
6883
  "externa källor."
6884
 
6885
+ #: templates/admin/csv-import.tpl.php:362
6886
  msgctxt "admin csv-import"
6887
  msgid ""
6888
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6903
  "fungera. Servern använder \"%s\", men denna väg verkar inte vara skrivbar. "
6904
  "Rådgör med din värd."
6905
 
6906
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6907
  msgctxt "listing metabox"
6908
  msgid "Recent Payments"
6909
  msgstr "Senaste betalning"
6910
 
6911
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6912
  msgctxt "listing metabox"
6913
  msgid "Access Key"
6914
  msgstr "Åtkomstnyckel"
6940
  msgid "# of images"
6941
  msgstr "# Bilder"
6942
 
6943
+ #: includes/admin/helpers/class-listing-timeline.php:122
6944
  msgctxt "listing timeline"
6945
  msgid "Listing created"
6946
  msgstr "Annons skapad"
6947
 
6948
+ #: includes/admin/helpers/class-listing-timeline.php:130
6949
  msgctxt "listing timeline"
6950
  msgid "Listing expired"
6951
  msgstr "Annonsen förfallit."
6952
 
6953
+ #: includes/admin/helpers/class-listing-timeline.php:146
6954
  msgctxt "listing timeline"
6955
  msgid "T&C acceptance date"
6956
  msgstr ""
6957
 
6958
+ #: includes/admin/helpers/class-listing-timeline.php:164
6959
  msgctxt "listing timeline"
6960
  msgid "Paid as admin"
6961
  msgstr ""
6962
 
6963
+ #: includes/admin/helpers/class-listing-timeline.php:166
6964
  #, fuzzy
6965
  msgctxt "listing timeline"
6966
  msgid "Listing imported"
6967
  msgstr "Annonsen förfallit."
6968
 
6969
+ #: includes/admin/helpers/class-listing-timeline.php:168
6970
  #, fuzzy
6971
  msgctxt "listing timeline"
6972
  msgid "Initial Payment"
7037
  msgid "What do you track?"
7038
  msgstr "Vad spårar ni?"
7039
 
7040
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
7041
  msgctxt "manual-upgrade"
7042
  msgid "Continue"
7043
  msgstr "Fortsätt "
7044
 
7045
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
7046
  msgctxt "manual-upgrade"
7047
  msgid "Start Upgrade"
7048
  msgstr "Börja uppgradera"
7049
 
7050
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
7051
  msgctxt "manual-upgrade"
7052
  msgid "Pause Upgrade"
7053
  msgstr "Pausa uppgraderingen"
7054
 
7055
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
7056
  msgctxt "manual-upgrade"
7057
  msgid ""
7058
  "The upgrade was successfully performed. Business Directory Plugin is now "
7059
  "available."
7060
  msgstr "Uppdateringen lyckades. Business Directory Plugin är nu tillgängligt."
7061
 
7062
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
7063
  msgctxt "manual-upgrade"
7064
  msgid "Go to \"Directory Admin\""
7065
  msgstr "Gå till \"Directory Admin\""
7082
  msgid "Migrating license information to new format..."
7083
  msgstr "Migrerar licensinformation till nytt format..."
7084
 
7085
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
7086
  msgctxt "installer"
7087
  msgid "Migrating email notices to new format..."
7088
  msgstr "Migrerar e-postnotifikationer till nytt format..."
7089
 
7090
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
7091
  #, fuzzy
7092
  msgctxt "installer"
7093
  msgid "Migrating plans..."
7094
  msgstr "Migrerar avgiftsplan..."
7095
 
7096
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
7097
  msgctxt "installer"
7098
  msgid "! Could not migrate payment #%d"
7099
  msgstr "! Det gick inte att migrera betalningen #%d"
7100
 
7101
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
7102
  msgctxt "installer"
7103
  msgid "Updating payment items format: %d items remaining..."
7104
  msgstr "Uppdaterar betalning"
7105
 
7106
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
7107
  msgctxt "installer"
7108
  msgid "Migrating listing information: %d items remaining..."
7109
  msgstr "Migrerar annonsinformation: %d objekt återstår..."
7152
  msgid "Listing upgrade to featured"
7153
  msgstr "Uppgradera till Utvald"
7154
 
7155
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
7156
  msgctxt "listings-api"
7157
  msgid "Featured Listing"
7158
  msgstr "Utvald annons"
7159
 
7160
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
7161
  msgctxt "migrate-18"
7162
  msgid "Featured Levels migration is complete."
7163
  msgstr "Migrering för utvalda nivåer är klar."
7164
 
7165
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
7166
  #, fuzzy
7167
  msgctxt "migrate-18"
7168
  msgid ""
7175
  "tar bort det förvirrade begreppet för \"utvald annons\" som tidigare var "
7176
  "begränsat till klistrade/fästa annonser."
7177
 
7178
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
7179
  #, fuzzy
7180
  msgctxt "migrate-18"
7181
  msgid ""
7192
  "link>kontakta support</support-link> och <cancel-link>avbryt migreringen</"
7193
  "cancel-link>."
7194
 
7195
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
7196
  #, fuzzy
7197
  msgctxt "migrate-18"
7198
  msgid ""
7204
  "data från den gamla ”utvalda nivån” till den nya ”begränsad funktion avgift "
7205
  "plan” som är rätt för dig."
7206
 
7207
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
7208
  msgctxt "migrate-18"
7209
  msgid "Move to: "
7210
  msgstr "Flytta till:"
7211
 
7212
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
7213
  msgctxt "migrate-18"
7214
  msgid "New plan summary"
7215
  msgstr "Ny plan sammanfattning"
7216
 
7217
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
7218
  msgctxt "migrate-18"
7219
  msgid "Perform migration"
7220
  msgstr "Utför migrering"
7221
 
7222
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
7223
  msgctxt "migrate-18"
7224
  msgid "Business Directory Plugin - Featured Levels migration required."
7225
  msgstr "Business Directory - migrering av uvalda nivåer krävs."
7226
 
7227
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
7228
  msgctxt "migrate-18"
7229
  msgid ""
7230
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
7233
  "Utvalda nivåer togs bort i 5.0. Du behöver utföra din <a>migration av "
7234
  "utvalda nivåer här</a>"
7235
 
7236
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
7237
  msgctxt "upgrade-18"
7238
  msgid "← Return to Directory dashboard"
7239
  msgstr "← Tillbaka till katalogpanelen."
7240
 
7241
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
7242
  msgctxt "upgrade-18"
7243
  msgid "Configure Plan"
7244
  msgstr "Konfigurera plan"
7245
 
7246
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
7247
  msgctxt "upgrade-18"
7248
  msgid "Featured Level"
7249
  msgstr "Utvald nivå"
7250
 
7251
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
7252
  msgctxt "upgrade-18"
7253
  msgid "What to do with it?"
7254
  msgstr "Vad ska göras med det?"
7255
 
7256
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
7257
  msgctxt "upgrade-18"
7258
  msgid "%d listing is on this level."
7259
  msgid_plural "%d listings are on this level."
7260
  msgstr[0] "%d annons finns på denna nivå."
7261
  msgstr[1] "%d annonser finns på denna nivå."
7262
 
7263
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
7264
  msgctxt "upgrade-18"
7265
  msgid "Select an option"
7266
  msgstr "Välj ett alternativ"
7267
 
7268
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7269
  msgctxt "upgrade-18"
7270
  msgid "Remove \"sticky\" status for listings."
7271
  msgstr "Ta bort statusen \"klistrad\" för annonser."
7272
 
7273
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
7274
  #, fuzzy
7275
  msgctxt "upgrade-18"
7276
  msgid "Remove this (old) level, and leave the listing on the old plan."
7277
  msgstr ""
7278
  "Ta bort denna (gamla) nivå, och lämna annons på den gamla avgift-planen."
7279
 
7280
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7281
  #, fuzzy
7282
  msgctxt "upgrade-18"
7283
  msgid "May change \"sticky\" status depending on plan."
7284
  msgstr "Kan ändra ”klistrad” status beroende på avgiftsplan."
7285
 
7286
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
7287
  #, fuzzy
7288
  msgctxt "upgrade-18"
7289
  msgid "Move listings with this level to existing plan."
7290
  msgstr "Flytta annonser med denna nivå till existerande avgiftsplan."
7291
 
7292
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7293
  msgctxt "upgrade-18"
7294
  msgid "Keep \"sticky\" status of listings."
7295
  msgstr "Behåll statusen \"klistrad\" på annonser."
7296
 
7297
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
7298
  #, fuzzy
7299
  msgctxt "upgrade-18"
7300
  msgid "Replace this level with a new plan."
7315
  msgid "Add New Listing"
7316
  msgstr "Lägg till ny annons"
7317
 
7318
+ #: includes/models/class-listing.php:427
7319
  #, fuzzy
7320
  msgctxt "listing"
7321
  msgid "Listing has no registered payments"
7322
  msgstr "Utgångsdatum för annons"
7323
 
7324
+ #: includes/models/class-listing.php:436
7325
  #, fuzzy
7326
  msgctxt "listing"
7327
  msgid "Can't delete payment"
7328
  msgstr "Ta bort betalning"
7329
 
7330
+ #: includes/models/class-listing.php:474
7331
  msgctxt "listing"
7332
  msgid "Listing expired"
7333
  msgstr "Annonsen förfallit."
7334
 
7335
+ #: includes/models/class-listing.php:683
7336
  msgctxt "listing"
7337
  msgid "(Unavailable Plan)"
7338
  msgstr "(Avgiftsplan inte tillgänglig)"
7339
 
7340
+ #: includes/models/class-listing.php:878
7341
  #, fuzzy
7342
  msgctxt "listing"
7343
  msgid "Plan \"%s\" (recurring)"
7344
  msgstr "(återkommande)"
7345
 
7346
+ #: includes/models/class-listing.php:880
7347
  msgctxt "listing"
7348
  msgid "Plan \"%s\""
7349
  msgstr "Plan ”%s”"
7461
  msgid "Report additional info"
7462
  msgstr ""
7463
 
7464
+ #: includes/class-meta.php:33
7465
  msgctxt "rss feed"
7466
  msgid "%s Feed"
7467
  msgstr "%s-flöde"
7468
 
 
 
 
 
 
 
 
 
 
 
7469
  #: includes/class-payment-gateways.php:95
7470
  msgctxt "payment-gateways"
7471
  msgid "Enable %s?"
7496
  msgid "The reCAPTCHA validation score failed."
7497
  msgstr "reCAPTCHA angavs inte korrekt"
7498
 
7499
+ #: includes/class-wpbdp.php:460
7500
  #, fuzzy
7501
  msgctxt "listing image upload"
7502
  msgid "Please select a plan before uploading images to the listing"
7503
  msgstr "Välj en kategori för din annons."
7504
 
7505
+ #: includes/class-wpbdp.php:465
7506
  msgctxt "listing image upload"
7507
  msgid "Can not upload any more images for this listing."
7508
  msgstr "Fler bilder kan inte laddas upp för denna annons."
7509
 
7510
+ #: includes/class-wpbdp.php:469
7511
  #, fuzzy
7512
  msgctxt "listing image upload"
7513
  msgid ""
7528
  msgid "Submit Listing"
7529
  msgstr "Lägg till ny annons"
7530
 
7531
+ #: includes/controllers/pages/class-checkout.php:112
7532
  msgctxt "checkout"
7533
  msgid "Can not process a payment at this time. Please try again later."
7534
  msgstr "Vi kan inte behandla din betalning just nu. Försök igen senare."
7535
 
7536
+ #: includes/controllers/pages/class-checkout.php:150
7537
  msgctxt "checkout"
7538
  msgid "Invalid nonce received."
7539
  msgstr "Ogiltigt svar från server."
7540
 
7541
+ #: includes/controllers/pages/class-checkout.php:165
7542
  msgctxt "checkout"
7543
  msgid "Invalid gateway selected."
7544
  msgstr "Ogiltig betalmodul vald."
7545
 
7546
+ #: includes/controllers/pages/class-checkout.php:170
7547
  msgctxt "checkout"
7548
  msgid "Selected gateway does not support payment's currency."
7549
  msgstr "Valda gateway stöder inte betalningens valuta."
7550
 
7551
+ #: includes/controllers/pages/class-checkout.php:229
7552
  msgctxt "checkout"
7553
  msgid "Unknown gateway error."
7554
  msgstr "Okänd gateway fel."
7555
 
7556
+ #: includes/controllers/pages/class-checkout.php:268
7557
  msgctxt "checkout"
7558
  msgid ""
7559
  "There was an error trying to process your request. No gateway is selected."
7740
  "an existing field"
7741
  msgstr ""
7742
 
7743
+ #: includes/controllers/pages/class-submit-listing.php:1284
7744
  msgctxt "templates"
7745
  msgid "Please agree to the Terms and Conditions."
7746
  msgstr "Vänligen godkänn villkoren"
7747
 
7748
+ #: includes/controllers/pages/class-submit-listing.php:1298
7749
  msgctxt "templates"
7750
  msgid "I agree to the <a>Terms and Conditions</a>"
7751
  msgstr "Jag godtar <a>villkoren</a>."
7756
  msgid "Return to results"
7757
  msgstr "Återgå till katalogen"
7758
 
7759
+ #: includes/helpers/functions/templates-ui.php:224
7760
  msgctxt "templates"
7761
  msgid "No listing categories found."
7762
  msgstr "Inga kategorier hittades."
7763
 
7764
+ #: includes/helpers/functions/templates-ui.php:375
7765
  msgctxt "templates"
7766
  msgid "Advanced Search"
7767
  msgstr "Avancerad Sökning"
7772
  msgid "Featured Listing"
7773
  msgstr "Utvald annons"
7774
 
 
 
 
 
 
 
 
 
 
7775
  #: templates/parts/listing-buttons.tpl.php:15
7776
  msgctxt "templates"
7777
  msgid "Edit"
7821
  msgid "Return to plan selection"
7822
  msgstr "Återvänd till annons"
7823
 
 
 
 
 
 
7824
  #: templates/submit-listing/extra-sections.tpl.php:1
7825
  msgctxt "templates"
7826
  msgid "Additional Information"
7898
  msgstr ""
7899
  "Vänligen <a>logga in</a> för att kunna skicka meddelanden till annonsägaren."
7900
 
7901
+ #: includes/controllers/pages/class-manage-recurring.php:33
7902
  msgctxt "manage subscription"
7903
  msgid "The listing with id = <listing-id> doesn't exists."
7904
  msgstr ""
7905
 
7906
+ #: includes/controllers/pages/class-manage-recurring.php:42
7907
  #, fuzzy
7908
  msgctxt "manage subscriptions"
7909
  msgid ""
7911
  "invalid."
7912
  msgstr "Du har inte behörighet att redigera den här annonsen."
7913
 
7914
+ #: includes/controllers/pages/class-manage-recurring.php:53
7915
  msgctxt "manage subscriptions"
7916
  msgid "Invalid subscription."
7917
  msgstr "Ogiltigt abonnemang."
7918
 
7919
+ #: includes/controllers/pages/class-manage-recurring.php:76
7920
  #, fuzzy
7921
  msgctxt "manage subscriptions"
7922
  msgid "Your subscription was canceled."
7928
  msgid "Subscription / Plan"
7929
  msgstr "Prenumeration / Avgiftsplan"
7930
 
7931
+ #: includes/controllers/pages/class-manage-recurring.php:93
7932
  #, fuzzy
7933
  msgctxt "manage listings"
7934
  msgid "You are not on recurring payments for any of your listings."
8114
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8115
 
8116
  #: includes/controllers/pages/class-submit-listing.php:866
8117
+ #: includes/controllers/pages/class-submit-listing.php:993
8118
  msgctxt "submit listing"
8119
  msgid "Please select a category."
8120
  msgstr "Välj en kategori."
8121
 
8122
+ #: includes/controllers/pages/class-submit-listing.php:891
8123
  msgctxt "submit listing"
8124
  msgid "Current active plan is disabled. Please select another plan."
8125
  msgstr ""
8126
 
8127
+ #: includes/controllers/pages/class-submit-listing.php:893
8128
  msgctxt "submit listing"
8129
  msgid "Please choose a valid category for your plan."
8130
  msgstr "Välj en giltig kategori för din plan."
8131
 
8132
+ #: includes/controllers/pages/class-submit-listing.php:896
8133
  #, fuzzy
8134
  msgctxt "submit listing"
8135
  msgid "Please choose a valid plan for your category selection."
8136
  msgstr "Välj en avgiftsplan för ditt kategorival."
8137
 
8138
+ #: includes/controllers/pages/class-submit-listing.php:1204
8139
  msgctxt "submit listing"
8140
  msgid "Please enter your desired username."
8141
  msgstr "Fyll i ditt önskade användarnamn."
8142
 
8143
+ #: includes/controllers/pages/class-submit-listing.php:1209
8144
  msgctxt "submit listing"
8145
  msgid "Please enter the e-mail for your new account."
8146
  msgstr "Fyll i e-postadressen för ditt nya konto."
8147
 
8148
+ #: includes/controllers/pages/class-submit-listing.php:1214
8149
  msgctxt "submit listing"
8150
  msgid "The username you chose is already in use. Please use a different one."
8151
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8152
 
8153
+ #: includes/controllers/pages/class-submit-listing.php:1219
8154
  msgctxt "submit listing"
8155
  msgid "The e-mail address you chose for your account is already in use."
8156
  msgstr "E-postadressen du valt för ditt konto används redan."
8160
  msgid "Listing submitted by admin. Payment skipped."
8161
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8162
 
8163
+ #: includes/controllers/pages/class-submit-listing.php:1159
8164
  msgctxt "listing submit"
8165
  msgid ""
8166
  "Image upload is required, please provide at least one image and submit again."
8458
  msgid "Destination dir \"%s\" is not writable."
8459
  msgstr "Destination dir \"%s\" är inte skrivbar."
8460
 
8461
+ #: includes/helpers/functions/templates-ui.php:402
8462
  msgctxt "templates sort"
8463
  msgid "Sort By:"
8464
  msgstr "Sortering:"
8489
  msgid "General"
8490
  msgstr "Allmän"
8491
 
8492
+ #: includes/licensing.php:537
8493
  msgctxt "licensing"
8494
  msgid "Could not contact licensing server"
8495
  msgstr "Det gick inte att kontakta licensservern"
8496
 
8497
+ #: includes/licensing.php:550
8498
  #, fuzzy
8499
  msgctxt "licensing"
8500
  msgid ""
8504
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
8505
  "Ett problem inträffade i SSL/TSL handskakning:"
8506
 
8507
+ #: includes/licensing.php:552 includes/licensing.php:582
8508
  msgctxt "licensing"
8509
  msgid ""
8510
  "To ensure the security of our systems and adhere to industry best practices, "
8517
  "version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
8518
  "1.0.1c)."
8519
 
8520
+ #: includes/licensing.php:554 includes/licensing.php:584
8521
  msgctxt "licensing"
8522
  msgid ""
8523
  "Upgrading your system will not only allow you to communicate with Business "
8529
  "webbplats för att interagera med tjänster som använder de senaste "
8530
  "säkerhetsstandarderna."
8531
 
8532
+ #: includes/licensing.php:556
8533
  #, fuzzy
8534
  msgctxt "licensing"
8535
  msgid ""
8539
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8540
  "detta meddelande om nödvändigt."
8541
 
8542
+ #: includes/licensing.php:586
8543
  #, fuzzy
8544
  msgctxt "licensing"
8545
  msgid ""
8549
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8550
  "detta meddelande om nödvändigt."
8551
 
8552
+ #: includes/licensing.php:622
8553
  msgctxt "licensing"
8554
  msgid "The server returned a 403 Forbidden error."
8555
  msgstr "Servern returnerade ett 403 Forbidden fel."
8556
 
8557
+ #: includes/licensing.php:868
8558
  msgctxt "licensing"
8559
  msgid "Could not activate license: %s."
8560
  msgstr "Det gick inte att aktivera licens:%s."
8561
 
8562
+ #: includes/licensing.php:873
8563
  msgctxt "licensing"
8564
  msgid "License activated"
8565
  msgstr "Licens aktiverad"
8566
 
8567
+ #: includes/licensing.php:905
8568
  msgctxt "licensing"
8569
  msgid "Could not deactivate license: %s."
8570
  msgstr "Det gick inte att inaktivera licens:%s."
8571
 
8572
+ #: includes/licensing.php:907
8573
  msgctxt "licensing"
8574
  msgid "License deactivated"
8575
  msgstr "Licensnyckel avaktiverad"
8576
 
8577
  #. translators: "<module-name>" version <version-number> is not...
8578
+ #: includes/licensing.php:1147
8579
  #, fuzzy
8580
  msgctxt "deprecation"
8581
  msgid ""
8597
  msgstr[0] "%d bild tillåten."
8598
  msgstr[1] "%d bilder tillåtna."
8599
 
8600
+ #: includes/models/class-fee-plan.php:405
8601
  #, fuzzy
8602
  msgctxt "fees-api"
8603
  msgid "Plan label is required."
8604
  msgstr "Fältetikett krävs"
8605
 
8606
+ #: includes/models/class-fee-plan.php:411
8607
  msgctxt "fees-api"
8608
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
8609
  msgstr "Avgiftens varaktighet måste vara ett tal mindre än 10 år (3650 dagar)."
8610
 
8611
+ #: includes/models/class-fee-plan.php:416
8612
  msgctxt "fees-api"
8613
  msgid ""
8614
  "To set this plan as \"Recurring\" you must have a time for the listing to "
8616
  "<a>plan</a> appropriately."
8617
  msgstr ""
8618
 
8619
+ #: includes/models/class-fee-plan.php:419
8620
  msgctxt "fees-api"
8621
  msgid ""
8622
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
9093
  msgid "Continue"
9094
  msgstr "Fortsätt "
9095
 
9096
+ #~ msgctxt "title"
9097
+ #~ msgid "Find a Listing"
9098
+ #~ msgstr "Hitta en annons"
9099
+
9100
+ #~ msgctxt "title"
9101
+ #~ msgid "Listings tagged: %s"
9102
+ #~ msgstr "Annonser med tagg: %s"
9103
+
9104
+ #~ msgctxt "templates"
9105
+ #~ msgid ""
9106
+ #~ "Your current listings are shown below. To edit a listing click the edit "
9107
+ #~ "button. To delete a listing click the delete button."
9108
+ #~ msgstr ""
9109
+ #~ "Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka "
9110
+ #~ "på knappen Redigera. För att ta bort en notering klicka på knappen Ta "
9111
+ #~ "bort."
9112
+
9113
+ #~ msgctxt "templates"
9114
+ #~ msgid "Find a listing"
9115
+ #~ msgstr "Hitta en annons"
9116
+
9117
  #~ msgctxt "listing metabox"
9118
  #~ msgid "General Info"
9119
  #~ msgstr "Allmän information"
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.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2022-04-27 20:27:57+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -64,7 +64,7 @@ msgstr ""
64
  #: includes/admin/settings/class-settings-bootstrap.php:691
65
  #: includes/admin/settings/class-settings-bootstrap.php:692
66
  #: includes/helpers/class-app.php:93
67
- #: includes/helpers/functions/templates-ui.php:310
68
  msgid "Directory"
69
  msgstr ""
70
 
@@ -109,7 +109,7 @@ msgid "Form Fields"
109
  msgstr ""
110
 
111
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
112
- #: includes/licensing.php:219
113
  msgid "Modules"
114
  msgstr ""
115
 
@@ -117,7 +117,7 @@ msgstr ""
117
  msgid "Business Directory"
118
  msgstr ""
119
 
120
- #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:369
121
  msgid "Upgrade to Premium"
122
  msgstr ""
123
 
@@ -125,11 +125,11 @@ msgstr ""
125
  msgid "Directory Listings"
126
  msgstr ""
127
 
128
- #: includes/admin/class-admin.php:1064
129
  msgid "Could not send renewal email."
130
  msgstr ""
131
 
132
- #: includes/admin/class-admin.php:1198
133
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
134
  #: includes/admin/helpers/tables/class-payments-table.php:64
135
  #: templates/email/listing-added.tpl.php:7
@@ -138,12 +138,12 @@ msgstr ""
138
  msgid "ID"
139
  msgstr ""
140
 
141
- #: includes/admin/class-admin.php:1200 includes/admin/class-admin.php:1208
142
  #: includes/admin/settings/class-settings-bootstrap.php:717
143
  msgid "Listing Count"
144
  msgstr ""
145
 
146
- #: includes/admin/class-admin.php:1365
147
  msgid ""
148
  "We noticed you want your Business Directory users to register before "
149
  "posting listings, but Registration for your site is currently disabled. Go "
@@ -220,13 +220,13 @@ msgid "See an example CSV import file"
220
  msgstr ""
221
 
222
  #: includes/admin/controllers/class-admin-csv.php:54
223
- #: templates/admin/csv-import.tpl.php:287
224
  msgid "Help"
225
  msgstr ""
226
 
227
  #: includes/admin/controllers/class-admin-fees.php:46
228
  #: includes/admin/helpers/tables/class-payments-table.php:67
229
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
230
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
231
  #: templates/admin/payments-details.tpl.php:113
232
  #: templates/email/listing-payment-completed.tpl.php:21
@@ -237,12 +237,12 @@ msgstr ""
237
  #: includes/admin/controllers/class-admin-fees.php:48
238
  #: includes/admin/helpers/tables/class-fees-table.php:65
239
  #: includes/admin/settings/class-settings-bootstrap.php:907
240
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:279
241
  msgid "Images"
242
  msgstr ""
243
 
244
  #: includes/admin/controllers/class-admin-fees.php:80
245
- #: includes/admin/helpers/class-modules-list.php:236
246
  msgid "Upgrade"
247
  msgstr ""
248
 
@@ -303,7 +303,7 @@ msgid "Attributes"
303
  msgstr ""
304
 
305
  #: includes/admin/controllers/class-admin-listings.php:339
306
- #: includes/helpers/class-listing-display-helper.php:132
307
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
308
  msgid "Featured"
309
  msgstr ""
@@ -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:247
396
  #: templates/checkout-billing-form.tpl.php:75
397
  msgid "Address"
398
  msgstr ""
@@ -446,32 +446,32 @@ msgstr ""
446
  msgid "Website"
447
  msgstr ""
448
 
449
- #: includes/admin/controllers/class-settings-admin.php:636
450
  msgid "Your license key provides access to new features and updates."
451
  msgstr ""
452
 
453
- #: includes/admin/controllers/class-settings-admin.php:638
454
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
455
  msgstr ""
456
 
457
- #: includes/admin/controllers/class-settings-admin.php:650
458
  msgid "Build more powerful directories"
459
  msgstr ""
460
 
461
- #: includes/admin/controllers/class-settings-admin.php:651
462
  msgid "Add category images, maps, filter by location, payment gateways, and more."
463
  msgstr ""
464
 
465
- #: includes/admin/controllers/class-settings-admin.php:652
466
- #: includes/admin/helpers/class-modules-list.php:235
467
  msgid "Upgrade Now"
468
  msgstr ""
469
 
470
- #: includes/admin/controllers/class-settings-admin.php:653
471
  msgid "Already purchased?"
472
  msgstr ""
473
 
474
- #: includes/admin/controllers/class-settings-admin.php:712
475
  #: includes/admin/helpers/tables/class-fees-table.php:182
476
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
477
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -503,15 +503,15 @@ msgstr ""
503
  msgid "You are not allowed to do that."
504
  msgstr ""
505
 
506
- #: includes/admin/csv-import.php:428
507
  msgid "There was an error uploading the file:"
508
  msgstr ""
509
 
510
- #: includes/admin/csv-import.php:433
511
  msgid "Please upload the correct file type."
512
  msgstr ""
513
 
514
- #: includes/admin/helpers/class-listing-information-metabox.php:15
515
  #: includes/admin/helpers/tables/class-payments-table.php:63
516
  #: includes/admin/settings/class-settings-bootstrap.php:667
517
  #: includes/admin/settings/class-settings-bootstrap.php:668
@@ -520,7 +520,7 @@ msgstr ""
520
  msgid "Listing"
521
  msgstr ""
522
 
523
- #: includes/admin/helpers/class-listing-timeline.php:121
524
  #: includes/class-listings-api.php:33
525
  msgid "Listing renewed"
526
  msgstr ""
@@ -539,7 +539,7 @@ msgstr ""
539
  msgid "Not Installed"
540
  msgstr ""
541
 
542
- #: includes/admin/helpers/class-modules-list.php:225
543
  #: includes/controllers/class-smtp.php:317
544
  #: templates/admin/themes-item.tpl.php:58
545
  msgid "Activate"
@@ -549,7 +549,7 @@ msgstr ""
549
  msgid "Hide notifications"
550
  msgstr ""
551
 
552
- #: includes/admin/helpers/csv/class-csv-import.php:674
553
  msgid "Listing imported by admin. Payment skipped."
554
  msgstr ""
555
 
@@ -603,13 +603,13 @@ msgid "Disabled"
603
  msgstr ""
604
 
605
  #: includes/admin/helpers/tables/class-fees-table.php:297
606
- #: includes/helpers/functions/templates-ui.php:434
607
  msgid "Default"
608
  msgstr ""
609
 
610
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
611
  #: includes/fields/class-fieldtypes-social.php:135
612
- #: templates/admin/csv-import.tpl.php:303
613
  msgid "Type"
614
  msgstr ""
615
 
@@ -647,7 +647,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:1249
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
@@ -937,7 +937,7 @@ msgstr ""
937
  msgid "Uninstall"
938
  msgstr ""
939
 
940
- #: includes/admin/settings/class-settings.php:514
941
  msgid "%s cannot include spaces, commas, or &"
942
  msgstr ""
943
 
@@ -982,32 +982,32 @@ msgstr ""
982
  msgid "Directory Manual Upgrade"
983
  msgstr ""
984
 
985
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:180
986
  msgid ""
987
  "Business Directory features are currently disabled because the plugin needs "
988
  "to perform a manual upgrade before it can be used."
989
  msgstr ""
990
 
991
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
992
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
993
  msgstr ""
994
 
995
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
996
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
997
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:189
998
  msgid "Business Directory - Featured Levels Migration"
999
  msgstr ""
1000
 
1001
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
1002
  #: templates/admin/fees-form.tpl.php:17
1003
  msgid "Plan Label"
1004
  msgstr ""
1005
 
1006
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
1007
  msgid "Duration"
1008
  msgstr ""
1009
 
1010
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
1011
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1012
  msgstr ""
1013
 
@@ -1028,7 +1028,7 @@ msgstr ""
1028
  msgid "View Docs"
1029
  msgstr ""
1030
 
1031
- #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:372
1032
  msgid "Settings"
1033
  msgstr ""
1034
 
@@ -1107,7 +1107,7 @@ msgid "View Listing"
1107
  msgstr ""
1108
 
1109
  #: includes/class-cpt-integration.php:22
1110
- #: includes/helpers/functions/templates-ui.php:372
1111
  #: templates/main-box.tpl.php:23
1112
  msgid "Search Listings"
1113
  msgstr ""
@@ -1120,51 +1120,51 @@ msgstr ""
1120
  msgid "No listings found in trash"
1121
  msgstr ""
1122
 
1123
- #: includes/class-cpt-integration.php:46
1124
  msgid "Directory Categories"
1125
  msgstr ""
1126
 
1127
- #: includes/class-cpt-integration.php:47
1128
  msgid "Directory Category"
1129
  msgstr ""
1130
 
1131
- #: includes/class-cpt-integration.php:58
1132
  msgid "Directory Tags"
1133
  msgstr ""
1134
 
1135
- #: includes/class-cpt-integration.php:59
1136
  msgid "Directory Tag"
1137
  msgstr ""
1138
 
1139
- #: includes/class-cpt-integration.php:253
1140
  #. translators: %s: listing count
1141
  msgid "%s listing updated."
1142
  msgid_plural "%s listings updated."
1143
  msgstr[0] ""
1144
  msgstr[1] ""
1145
 
1146
- #: includes/class-cpt-integration.php:255
1147
  #. translators: %s: listing count
1148
  msgid "%s listing not updated, somebody is editing it."
1149
  msgid_plural "%s listings not updated, somebody is editing them."
1150
  msgstr[0] ""
1151
  msgstr[1] ""
1152
 
1153
- #: includes/class-cpt-integration.php:257
1154
  #. translators: %s: listing count
1155
  msgid "%s listing permanently deleted."
1156
  msgid_plural "%s listings permanently deleted."
1157
  msgstr[0] ""
1158
  msgstr[1] ""
1159
 
1160
- #: includes/class-cpt-integration.php:259
1161
  #. translators: %s: listing count
1162
  msgid "%s listing moved to the Trash."
1163
  msgid_plural "%s listings moved to the Trash."
1164
  msgstr[0] ""
1165
  msgstr[1] ""
1166
 
1167
- #: includes/class-cpt-integration.php:261
1168
  #. translators: %s: listing count
1169
  msgid "%s listing restored from the Trash."
1170
  msgid_plural "%s listings restored from the Trash."
@@ -1175,19 +1175,6 @@ msgstr[1] ""
1175
  msgid "Free Listing"
1176
  msgstr ""
1177
 
1178
- #: includes/class-meta.php:139
1179
- #: includes/controllers/pages/class-submit-listing.php:32
1180
- #: includes/helpers/functions/templates-ui.php:332
1181
- #: templates/submit-listing.tpl.php:17
1182
- msgid "Add Listing"
1183
- msgstr ""
1184
-
1185
- #: includes/class-meta.php:149
1186
- #: includes/controllers/pages/class-all-listings.php:6
1187
- #: includes/helpers/functions/templates-ui.php:319
1188
- msgid "View All Listings"
1189
- msgstr ""
1190
-
1191
  #: includes/class-payment-gateways.php:146
1192
  msgid ""
1193
  "You have paid plans but no payment gateway. Go to %1$sSettings - "
@@ -1195,27 +1182,27 @@ msgid ""
1195
  "available."
1196
  msgstr ""
1197
 
1198
- #: includes/class-wpbdp.php:577
1199
  msgid "Could not find listing ID"
1200
  msgstr ""
1201
 
1202
- #: includes/class-wpbdp.php:584
1203
  msgid ""
1204
  "Could not verify the image upload request. If problem persists contact site "
1205
  "admin."
1206
  msgstr ""
1207
 
1208
- #: includes/class-wpbdp.php:591 includes/fields/class-fieldtypes-image.php:322
1209
  msgid "Could not find image ID"
1210
  msgstr ""
1211
 
1212
- #: includes/class-wpbdp.php:623
1213
  msgid ""
1214
  "The directory features are disabled at this time because a <a>manual "
1215
  "upgrade</a> is pending."
1216
  msgstr ""
1217
 
1218
- #: includes/class-wpbdp.php:630
1219
  msgid ""
1220
  "The directory is not available at this time. Please try again in a few "
1221
  "minutes or contact the administrator if the problem persists."
@@ -1236,7 +1223,7 @@ msgstr ""
1236
  #: includes/compatibility/class-navxt-integration.php:208
1237
  #: includes/widgets/widget-search.php:127
1238
  #: templates/admin/payments-index.tpl.php:13
1239
- #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:27
1240
  #: templates/search.tpl.php:5
1241
  msgid "Search"
1242
  msgstr ""
@@ -1338,12 +1325,17 @@ msgstr ""
1338
  msgid "Go to SMTP settings"
1339
  msgstr ""
1340
 
1341
- #: includes/controllers/pages/class-checkout.php:180
 
 
 
 
 
1342
  #: includes/controllers/pages/class-manage-listings.php:109
1343
  msgid "Pay Now"
1344
  msgstr ""
1345
 
1346
- #: includes/controllers/pages/class-checkout.php:180
1347
  msgid "Complete"
1348
  msgstr ""
1349
 
@@ -1389,6 +1381,12 @@ msgstr ""
1389
  msgid "This is just a preview. The listing has not been published yet."
1390
  msgstr ""
1391
 
 
 
 
 
 
 
1392
  #: includes/controllers/pages/class-submit-listing.php:560
1393
  msgid "Listing Images"
1394
  msgstr ""
@@ -1401,23 +1399,23 @@ msgstr ""
1401
  msgid "Go to \"Plans\""
1402
  msgstr ""
1403
 
1404
- #: includes/controllers/pages/class-submit-listing.php:883
1405
  msgid "Please choose a plan."
1406
  msgstr ""
1407
 
1408
- #: includes/controllers/pages/class-submit-listing.php:1073
1409
  msgid "Please check the form for errors, correct them and submit again."
1410
  msgstr ""
1411
 
1412
- #: includes/controllers/pages/class-submit-listing.php:1233
1413
  msgid "Create a user account on this site"
1414
  msgstr ""
1415
 
1416
- #: includes/controllers/pages/class-submit-listing.php:1240
1417
  msgid "Username"
1418
  msgstr ""
1419
 
1420
- #: includes/controllers/pages/class-submit-listing.php:1262
1421
  msgid "Clear Form"
1422
  msgstr ""
1423
 
@@ -1612,7 +1610,7 @@ msgstr ""
1612
  msgid "Telephone Number Validator"
1613
  msgstr ""
1614
 
1615
- #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:302
1616
  msgid "Field"
1617
  msgstr ""
1618
 
@@ -1681,11 +1679,15 @@ msgstr ""
1681
  msgid "Free"
1682
  msgstr ""
1683
 
 
 
 
 
1684
  #: includes/helpers/functions/listings.php:80
1685
  msgid "Untitled Listing"
1686
  msgstr ""
1687
 
1688
- #: includes/helpers/functions/templates-ui.php:326
1689
  msgid "Manage Listings"
1690
  msgstr ""
1691
 
@@ -1693,51 +1695,51 @@ msgstr ""
1693
  msgid "Default Plan"
1694
  msgstr ""
1695
 
1696
- #: includes/licensing.php:150
1697
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1698
  msgid ""
1699
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1700
  "get updates."
1701
  msgstr ""
1702
 
1703
- #: includes/licensing.php:206 includes/licensing.php:210
1704
  msgid "Licenses"
1705
  msgstr ""
1706
 
1707
- #: includes/licensing.php:267
1708
  #. translators: %s: item type.
1709
  msgid "%s will not get updates until license is reauthorized."
1710
  msgstr ""
1711
 
1712
- #: includes/licensing.php:288
1713
  msgid "Enter License Key here"
1714
  msgstr ""
1715
 
1716
- #: includes/licensing.php:289
1717
  msgid "Authorize"
1718
  msgstr ""
1719
 
1720
- #: includes/licensing.php:389
1721
  msgid "Invalid item ID"
1722
  msgstr ""
1723
 
1724
- #: includes/licensing.php:402
1725
  msgid "No license key provided"
1726
  msgstr ""
1727
 
1728
- #: includes/licensing.php:451 includes/licensing.php:489
1729
  msgid "License key is invalid"
1730
  msgstr ""
1731
 
1732
- #: includes/licensing.php:455
1733
  msgid "Deactivation failed"
1734
  msgstr ""
1735
 
1736
- #: includes/licensing.php:500
1737
  msgid "The license key was revoked."
1738
  msgstr ""
1739
 
1740
- #: includes/licensing.php:504
1741
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1742
  msgid ""
1743
  "If you think this is a mistake, please contact %1$sBusiness Directory "
@@ -1746,46 +1748,46 @@ msgid ""
1746
  "purchase with your report."
1747
  msgstr ""
1748
 
1749
- #: includes/licensing.php:567
1750
  msgid ""
1751
  "It was not possible to establish a connection with the Business Directory "
1752
  "server. The connection failed with the following error:"
1753
  msgstr ""
1754
 
1755
- #: includes/licensing.php:580
1756
  msgid ""
1757
  "It was not possible to establish a connection with the Business Directory "
1758
  "server. A problem occurred in the SSL/TSL handshake:"
1759
  msgstr ""
1760
 
1761
- #: includes/licensing.php:627
1762
  msgid ""
1763
  "It looks like your server is not authorized to make outgoing requests to "
1764
  "Business Directory servers. Please contact your webhost and ask them to add "
1765
  "our IP address 52.0.78.177 to your allow list."
1766
  msgstr ""
1767
 
1768
- #: includes/licensing.php:721
1769
  msgid "Business Directory license key is missing."
1770
  msgstr ""
1771
 
1772
- #: includes/licensing.php:722
1773
  msgid "Business Directory license key has expired"
1774
  msgstr ""
1775
 
1776
- #: includes/licensing.php:723
1777
  msgid "Could not verify Business Directory license."
1778
  msgstr ""
1779
 
1780
- #: includes/licensing.php:734
1781
  msgid "Review license keys"
1782
  msgstr ""
1783
 
1784
- #: includes/licensing.php:849
1785
  msgid "Missing data. Please reload this page and try again."
1786
  msgstr ""
1787
 
1788
- #: includes/licensing.php:854
1789
  msgid "Please enter a license key."
1790
  msgstr ""
1791
 
@@ -1806,19 +1808,19 @@ msgstr ""
1806
  msgid "Gateway Transaction ID:"
1807
  msgstr ""
1808
 
1809
- #: includes/payment.php:77
1810
  msgid "Bill To:"
1811
  msgstr ""
1812
 
1813
- #: includes/payment.php:88
1814
  msgid "Print Receipt"
1815
  msgstr ""
1816
 
1817
- #: includes/payment.php:148
1818
  msgid "Return to plan selection"
1819
  msgstr ""
1820
 
1821
- #: includes/themes.php:945
1822
  msgid "ZIP file is not a valid Business Directory theme file."
1823
  msgstr ""
1824
 
@@ -1988,49 +1990,49 @@ msgstr ""
1988
  msgid "Post status of new imported listings"
1989
  msgstr ""
1990
 
1991
- #: templates/admin/csv-import.tpl.php:191
1992
  msgid "Post status of existing imported listings"
1993
  msgstr ""
1994
 
1995
- #: templates/admin/csv-import.tpl.php:208
1996
  msgid "Missing categories handling"
1997
  msgstr ""
1998
 
1999
- #: templates/admin/csv-import.tpl.php:214
2000
  msgid "Auto-create categories"
2001
  msgstr ""
2002
 
2003
- #: templates/admin/csv-import.tpl.php:219
2004
  msgid "Generate errors when a category is not found"
2005
  msgstr ""
2006
 
2007
- #: templates/admin/csv-import.tpl.php:227
2008
  msgid "Keep existing images"
2009
  msgstr ""
2010
 
2011
- #: templates/admin/csv-import.tpl.php:230
2012
  msgid "Appends new images while keeping current ones."
2013
  msgstr ""
2014
 
2015
- #: templates/admin/csv-import.tpl.php:238
2016
  msgid "Assign listings to a user"
2017
  msgstr ""
2018
 
2019
- #: templates/admin/csv-import.tpl.php:250
2020
  msgid "Default listing user"
2021
  msgstr ""
2022
 
2023
- #: templates/admin/csv-import.tpl.php:252
2024
  msgid ""
2025
  "This user will be used if the username column is not present in the CSV "
2026
  "file."
2027
  msgstr ""
2028
 
2029
- #: templates/admin/csv-import.tpl.php:259
2030
  msgid "Number of listings imported on every cycle"
2031
  msgstr ""
2032
 
2033
- #: templates/admin/csv-import.tpl.php:261
2034
  msgid ""
2035
  "If you are having trouble importing listings due to memory problems, try "
2036
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
@@ -2038,11 +2040,11 @@ msgid ""
2038
  "success on shared hosting platforms and other resource-constrained servers."
2039
  msgstr ""
2040
 
2041
- #: templates/admin/csv-import.tpl.php:273
2042
  msgid "Disable email notifications during import"
2043
  msgstr ""
2044
 
2045
- #: templates/admin/csv-import.tpl.php:292
2046
  msgid ""
2047
  "The following are the valid header names to be used in the CSV file. "
2048
  "Multivalued fields (such as category or tags) can appear multiple times in "
@@ -2050,23 +2052,23 @@ msgid ""
2050
  "see how an import file should look like."
2051
  msgstr ""
2052
 
2053
- #: templates/admin/csv-import.tpl.php:301
2054
  msgid "Header name/label"
2055
  msgstr ""
2056
 
2057
- #: templates/admin/csv-import.tpl.php:304
2058
  msgid "Required?"
2059
  msgstr ""
2060
 
2061
- #: templates/admin/csv-import.tpl.php:305
2062
  msgid "Multivalued?"
2063
  msgstr ""
2064
 
2065
- #: templates/admin/csv-import.tpl.php:337
2066
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2067
  msgstr ""
2068
 
2069
- #: templates/admin/csv-import.tpl.php:344
2070
  msgid "Listing author's username"
2071
  msgstr ""
2072
 
@@ -2583,9 +2585,9 @@ msgstr ""
2583
  msgid "Get debug info"
2584
  msgstr ""
2585
 
2586
- #: templates/businessdirectory-listings.tpl.php:30
2587
  #: templates/deprecated/search.tpl.php:23
2588
- #: templates/parts/listings-loop.tpl.php:5 templates/search.tpl.php:30
2589
  msgid "No listings found."
2590
  msgstr ""
2591
 
@@ -2704,7 +2706,7 @@ msgid "Search Results"
2704
  msgstr ""
2705
 
2706
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
2707
- #: templates/manage_listings.tpl.php:16
2708
  #: templates/submit-listing-done.tpl.php:36
2709
  msgid "Return to directory"
2710
  msgstr ""
@@ -2812,7 +2814,7 @@ msgid ""
2812
  "button. To delete a listing click the delete button."
2813
  msgstr ""
2814
 
2815
- #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:11
2816
  msgid "You do not currently have any listings in the directory."
2817
  msgstr ""
2818
 
@@ -2826,8 +2828,8 @@ msgstr ""
2826
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2827
  msgstr ""
2828
 
2829
- #: templates/parts/listing-buttons.tpl.php:39
2830
- msgid "Return to Directory"
2831
  msgstr ""
2832
 
2833
  #: templates/parts/pagination.tpl.php:7
@@ -2860,7 +2862,7 @@ msgstr ""
2860
  msgid "Recurring Plan Management"
2861
  msgstr ""
2862
 
2863
- #: templates/search-form.tpl.php:28
2864
  msgid "Clear"
2865
  msgstr ""
2866
 
@@ -3164,7 +3166,7 @@ msgstr ""
3164
  msgid "Business Directory Team"
3165
  msgstr ""
3166
 
3167
- #: includes/abstracts/class-view.php:129
3168
  msgctxt "views"
3169
  msgid "Invalid credentials."
3170
  msgstr ""
@@ -3189,72 +3191,72 @@ msgctxt "admin"
3189
  msgid "Untitled Menu"
3190
  msgstr ""
3191
 
3192
- #: includes/admin/class-admin.php:897
3193
  msgctxt "admin"
3194
  msgid "Dismiss this notice."
3195
  msgstr ""
3196
 
3197
- #: includes/admin/class-admin.php:1002 includes/admin/class-admin.php:1012
3198
  msgctxt "admin"
3199
  msgid "The listing has been updated."
3200
  msgid_plural "The listings have been updated."
3201
  msgstr[0] ""
3202
  msgstr[1] ""
3203
 
3204
- #: includes/admin/class-admin.php:1038
3205
  msgctxt "admin"
3206
  msgid "The plan was successfully assigned."
3207
  msgstr ""
3208
 
3209
- #: includes/admin/class-admin.php:1048
3210
  msgctxt "admin"
3211
  msgid "Listing was renewed."
3212
  msgid_plural "Listings were renewed."
3213
  msgstr[0] ""
3214
  msgstr[1] ""
3215
 
3216
- #: includes/admin/class-admin.php:1060
3217
  msgctxt "admin"
3218
  msgid "Renewal email sent."
3219
  msgstr ""
3220
 
3221
- #: includes/admin/class-admin.php:1073
3222
  msgctxt "admin"
3223
  msgid "Listing report deleted."
3224
  msgid_plural "Listing reports deleted."
3225
  msgstr[0] ""
3226
  msgstr[1] ""
3227
 
3228
- #: includes/admin/class-admin.php:1122
3229
  msgctxt "admin"
3230
  msgid "Access keys sent."
3231
  msgstr ""
3232
 
3233
- #: includes/admin/class-admin.php:1124
3234
  msgctxt "admin"
3235
  msgid "The access keys couldn't be sent."
3236
  msgstr ""
3237
 
3238
- #: includes/admin/class-admin.php:1282
3239
  msgctxt "admin"
3240
  msgid ""
3241
  "<b>Business Directory Plugin</b> requires a page with the "
3242
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3243
  msgstr ""
3244
 
3245
- #: includes/admin/class-admin.php:1284
3246
  msgctxt "admin"
3247
  msgid ""
3248
  "You can create this page by yourself or let Business Directory do this for "
3249
  "you automatically."
3250
  msgstr ""
3251
 
3252
- #: includes/admin/class-admin.php:1289
3253
  msgctxt "admin"
3254
  msgid "Create required pages for me"
3255
  msgstr ""
3256
 
3257
- #: includes/admin/class-admin.php:1342
3258
  msgctxt "admin"
3259
  msgid ""
3260
  "<strong>Business Directory Plugin</strong> requires <strong>PHP "
@@ -3322,7 +3324,7 @@ msgctxt "admin menu"
3322
  msgid "Debug"
3323
  msgstr ""
3324
 
3325
- #: includes/admin/controllers/class-settings-admin.php:45
3326
  msgctxt "admin menu"
3327
  msgid "Settings"
3328
  msgstr ""
@@ -3597,47 +3599,47 @@ msgctxt "listing status"
3597
  msgid "Reported"
3598
  msgstr ""
3599
 
3600
- #: includes/models/class-listing.php:984
3601
  msgctxt "listing status"
3602
  msgid "Unknown"
3603
  msgstr ""
3604
 
3605
- #: includes/models/class-listing.php:985
3606
  msgctxt "listing status"
3607
  msgid "Legacy"
3608
  msgstr ""
3609
 
3610
- #: includes/models/class-listing.php:986
3611
  msgctxt "listing status"
3612
  msgid "Incomplete"
3613
  msgstr ""
3614
 
3615
- #: includes/models/class-listing.php:987
3616
  msgctxt "listing status"
3617
  msgid "Pending Payment"
3618
  msgstr ""
3619
 
3620
- #: includes/models/class-listing.php:988
3621
  msgctxt "listing status"
3622
  msgid "Complete"
3623
  msgstr ""
3624
 
3625
- #: includes/models/class-listing.php:989
3626
  msgctxt "listing status"
3627
  msgid "Pending Upgrade"
3628
  msgstr ""
3629
 
3630
- #: includes/models/class-listing.php:990
3631
  msgctxt "listing status"
3632
  msgid "Expired"
3633
  msgstr ""
3634
 
3635
- #: includes/models/class-listing.php:991
3636
  msgctxt "listing status"
3637
  msgid "Pending Renewal"
3638
  msgstr ""
3639
 
3640
- #: includes/models/class-listing.php:992
3641
  msgctxt "listing status"
3642
  msgid "Abandoned"
3643
  msgstr ""
@@ -4113,12 +4115,12 @@ msgctxt "form-fields admin"
4113
  msgid "Create Missing Fields"
4114
  msgstr ""
4115
 
4116
- #: includes/admin/controllers/class-settings-admin.php:543
4117
  msgctxt "admin settings"
4118
  msgid "Remove"
4119
  msgstr ""
4120
 
4121
- #: includes/admin/controllers/class-settings-admin.php:597
4122
  msgctxt "admin settings"
4123
  msgid "Valid placeholders: %s"
4124
  msgstr ""
@@ -4589,199 +4591,199 @@ msgctxt "admin settings"
4589
  msgid "User registration date"
4590
  msgstr ""
4591
 
4592
- #: includes/admin/controllers/class-settings-admin.php:679
4593
  msgctxt "expiration notices"
4594
  msgid "Add notice"
4595
  msgstr ""
4596
 
4597
- #: includes/admin/controllers/class-settings-admin.php:698
4598
  msgctxt "expiration notices"
4599
  msgid "No notices configured."
4600
  msgstr ""
4601
 
4602
- #: includes/admin/controllers/class-settings-admin.php:740
4603
  msgctxt "expiration notices"
4604
  msgid "recurring and non-recurring"
4605
  msgstr ""
4606
 
4607
- #: includes/admin/controllers/class-settings-admin.php:742
4608
  msgctxt "expiration notices"
4609
  msgid "recurring only"
4610
  msgstr ""
4611
 
4612
- #: includes/admin/controllers/class-settings-admin.php:744
4613
  msgctxt "expiration notices"
4614
  msgid "non-recurring only"
4615
  msgstr ""
4616
 
4617
- #: includes/admin/controllers/class-settings-admin.php:748
4618
  msgctxt "expiration notices"
4619
  msgid "Sent when a listing (%s) is renewed."
4620
  msgstr ""
4621
 
4622
- #: includes/admin/controllers/class-settings-admin.php:753
4623
  msgctxt "expiration notices"
4624
  msgid "Sent when a listing (%s) expires."
4625
  msgstr ""
4626
 
4627
- #: includes/admin/controllers/class-settings-admin.php:761
4628
  msgctxt "expiration notices"
4629
  msgid "%d day"
4630
  msgid_plural "%d days"
4631
  msgstr[0] ""
4632
  msgstr[1] ""
4633
 
4634
- #: includes/admin/controllers/class-settings-admin.php:764
4635
  msgctxt "expiration notices"
4636
  msgid "%d week"
4637
  msgid_plural "%d weeks"
4638
  msgstr[0] ""
4639
  msgstr[1] ""
4640
 
4641
- #: includes/admin/controllers/class-settings-admin.php:767
4642
  msgctxt "expiration notices"
4643
  msgid "%d month"
4644
  msgid_plural "%d months"
4645
  msgstr[0] ""
4646
  msgstr[1] ""
4647
 
4648
- #: includes/admin/controllers/class-settings-admin.php:773
4649
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4650
  #. non-recuring only)
4651
  msgctxt "expiration notices"
4652
  msgid "Sent %1$s before a listing (%2$s) expires."
4653
  msgstr ""
4654
 
4655
- #: includes/admin/controllers/class-settings-admin.php:776
4656
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4657
  #. non-recuring only)
4658
  msgctxt "expiration notices"
4659
  msgid "Sent %1$s after a listing (%2$s) expires."
4660
  msgstr ""
4661
 
4662
- #: includes/admin/controllers/class-settings-admin.php:793
4663
  msgctxt "expiration notices"
4664
  msgid "At the time of expiration"
4665
  msgstr ""
4666
 
4667
- #: includes/admin/controllers/class-settings-admin.php:794
4668
  msgctxt "expiration notices"
4669
  msgid "Right after a successful renewal"
4670
  msgstr ""
4671
 
4672
- #: includes/admin/controllers/class-settings-admin.php:805
4673
  msgctxt "expiration notices"
4674
  msgid "%d day before expiration"
4675
  msgid_plural "%d days before expiration"
4676
  msgstr[0] ""
4677
  msgstr[1] ""
4678
 
4679
- #: includes/admin/controllers/class-settings-admin.php:805
4680
  msgctxt "expiration notices"
4681
  msgid "%d day after expiration"
4682
  msgid_plural "%d days after expiration"
4683
  msgstr[0] ""
4684
  msgstr[1] ""
4685
 
4686
- #: includes/admin/controllers/class-settings-admin.php:808
4687
  msgctxt "expiration notices"
4688
  msgid "%d week before expiration"
4689
  msgid_plural "%d weeks before expiration"
4690
  msgstr[0] ""
4691
  msgstr[1] ""
4692
 
4693
- #: includes/admin/controllers/class-settings-admin.php:808
4694
  msgctxt "expiration notices"
4695
  msgid "%d week after expiration"
4696
  msgid_plural "%d weeks after expiration"
4697
  msgstr[0] ""
4698
  msgstr[1] ""
4699
 
4700
- #: includes/admin/controllers/class-settings-admin.php:811
4701
  msgctxt "expiration notices"
4702
  msgid "%d month before expiration"
4703
  msgid_plural "%d months before expiration"
4704
  msgstr[0] ""
4705
  msgstr[1] ""
4706
 
4707
- #: includes/admin/controllers/class-settings-admin.php:811
4708
  msgctxt "expiration notices"
4709
  msgid "%d month after expiration"
4710
  msgid_plural "%d months after expiration"
4711
  msgstr[0] ""
4712
  msgstr[1] ""
4713
 
4714
- #: includes/admin/controllers/class-settings-admin.php:838
4715
  msgctxt "expiration notices"
4716
  msgid "Applies to"
4717
  msgstr ""
4718
 
4719
- #: includes/admin/controllers/class-settings-admin.php:841
4720
  msgctxt "expiration notices"
4721
  msgid "Non-recurring listings"
4722
  msgstr ""
4723
 
4724
- #: includes/admin/controllers/class-settings-admin.php:842
4725
  msgctxt "expiration notices"
4726
  msgid "Recurring listings"
4727
  msgstr ""
4728
 
4729
- #: includes/admin/controllers/class-settings-admin.php:843
4730
  msgctxt "expiration notices"
4731
  msgid "Recurring and non-recurring listings"
4732
  msgstr ""
4733
 
4734
- #: includes/admin/controllers/class-settings-admin.php:848
4735
  msgctxt "expiration notices"
4736
  msgid "When to send?"
4737
  msgstr ""
4738
 
4739
- #: includes/admin/controllers/class-settings-admin.php:715
4740
  msgctxt "settings"
4741
  msgid "Site title (with link)"
4742
  msgstr ""
4743
 
4744
- #: includes/admin/controllers/class-settings-admin.php:716
4745
  msgctxt "settings"
4746
  msgid "Author's name"
4747
  msgstr ""
4748
 
4749
- #: includes/admin/controllers/class-settings-admin.php:717
4750
  msgctxt "settings"
4751
  msgid "Listing's name (with link)"
4752
  msgstr ""
4753
 
4754
- #: includes/admin/controllers/class-settings-admin.php:718
4755
  msgctxt "settings"
4756
  msgid "Listing's expiration date"
4757
  msgstr ""
4758
 
4759
- #: includes/admin/controllers/class-settings-admin.php:719
4760
  msgctxt "settings"
4761
  msgid "Listing's renewal link, formatted with an anchor tag"
4762
  msgstr ""
4763
 
4764
- #: includes/admin/controllers/class-settings-admin.php:720
4765
  msgctxt "settings"
4766
  msgid "Listing's renewal URL, unformatted by any tags"
4767
  msgstr ""
4768
 
4769
- #: includes/admin/controllers/class-settings-admin.php:721
4770
  msgctxt "settings"
4771
  msgid "Listing's categories"
4772
  msgstr ""
4773
 
4774
- #: includes/admin/controllers/class-settings-admin.php:722
4775
  msgctxt "settings"
4776
  msgid "Listing's last payment date"
4777
  msgstr ""
4778
 
4779
- #: includes/admin/controllers/class-settings-admin.php:723
4780
  msgctxt "settings"
4781
  msgid "Listing's access key"
4782
  msgstr ""
4783
 
4784
- #: includes/admin/controllers/class-settings-admin.php:880
4785
  msgctxt "settings"
4786
  msgid "Settings reset to default."
4787
  msgstr ""
@@ -5482,28 +5484,28 @@ msgctxt "settings"
5482
  msgid "Cropped"
5483
  msgstr ""
5484
 
 
5485
  #: includes/admin/settings/class-settings.php:494
5486
- #: includes/admin/settings/class-settings.php:505
5487
  msgctxt "settings"
5488
  msgid "\"%s\" can not be empty."
5489
  msgstr ""
5490
 
5491
- #: includes/admin/settings/class-settings.php:522
5492
  msgctxt "settings"
5493
  msgid "The slug \"%s\" is already in use for another taxonomy."
5494
  msgstr ""
5495
 
5496
- #: includes/licensing.php:237
5497
  msgctxt "settings"
5498
  msgid "Themes"
5499
  msgstr ""
5500
 
5501
- #: includes/licensing.php:289 includes/licensing.php:290
5502
  msgctxt "settings"
5503
  msgid "Please wait..."
5504
  msgstr ""
5505
 
5506
- #: includes/licensing.php:290
5507
  msgctxt "settings"
5508
  msgid "Deauthorize"
5509
  msgstr ""
@@ -5518,64 +5520,64 @@ msgctxt "themes"
5518
  msgid "Could not change the active theme to \"%s\"."
5519
  msgstr ""
5520
 
5521
- #: includes/admin/controllers/class-themes-admin.php:150
5522
  msgctxt "themes"
5523
  msgid "Active theme changed to \"%s\"."
5524
  msgstr ""
5525
 
5526
- #: includes/admin/controllers/class-themes-admin.php:153
5527
  msgctxt "themes"
5528
  msgid ""
5529
  "%s requires that you tag your existing fields to match some places we want "
5530
  "to put your data on the theme. Below are fields we think are missing."
5531
  msgstr ""
5532
 
5533
- #: includes/admin/controllers/class-themes-admin.php:164
5534
  msgctxt "themes"
5535
  msgid "Map My Fields"
5536
  msgstr ""
5537
 
5538
- #: includes/admin/controllers/class-themes-admin.php:172
5539
  msgctxt "themes"
5540
  msgid "Suggested fields created successfully."
5541
  msgstr ""
5542
 
5543
- #: includes/admin/controllers/class-themes-admin.php:175
5544
  msgctxt "themes"
5545
  msgid "Theme installed successfully."
5546
  msgstr ""
5547
 
5548
- #: includes/admin/controllers/class-themes-admin.php:178
5549
  msgctxt "themes"
5550
  msgid "Theme was deleted successfully."
5551
  msgstr ""
5552
 
5553
- #: includes/admin/controllers/class-themes-admin.php:181
5554
  msgctxt "themes"
5555
  msgid "Could not delete theme directory. Check permissions."
5556
  msgstr ""
5557
 
5558
- #: includes/admin/controllers/class-themes-admin.php:234
5559
  msgctxt "themes"
5560
  msgid "Please upload a valid theme file."
5561
  msgstr ""
5562
 
5563
- #: includes/admin/controllers/class-themes-admin.php:243
5564
  msgctxt "themes"
5565
  msgid "Could not move \"%s\" to a temporary directory."
5566
  msgstr ""
5567
 
5568
- #: includes/admin/controllers/class-themes-admin.php:329
5569
  msgctxt "themes"
5570
  msgid "Activate your <a>license key</a> to use this theme."
5571
  msgstr ""
5572
 
5573
- #: includes/admin/controllers/class-themes-admin.php:372
5574
  msgctxt "themes"
5575
  msgid "Invalid theme ID"
5576
  msgstr ""
5577
 
5578
- #: includes/admin/controllers/class-themes-admin.php:378
5579
  #: includes/admin/upgrades/class-themes-updater.php:172
5580
  msgctxt "themes"
5581
  msgid "Could not update theme: %s"
@@ -5601,17 +5603,17 @@ msgctxt "themes"
5601
  msgid "Theme was updated successfully."
5602
  msgstr ""
5603
 
5604
- #: includes/themes.php:953
5605
  msgctxt "themes"
5606
  msgid "Could not create themes directory."
5607
  msgstr ""
5608
 
5609
- #: includes/themes.php:964
5610
  msgctxt "themes"
5611
  msgid "Could not remove previous theme directory \"%s\"."
5612
  msgstr ""
5613
 
5614
- #: includes/themes.php:972
5615
  msgctxt "themes"
5616
  msgid "Could not move new theme into theme directory."
5617
  msgstr ""
@@ -5621,12 +5623,12 @@ msgctxt "admin csv-export"
5621
  msgid "Could not decode export state information."
5622
  msgstr ""
5623
 
5624
- #: includes/admin/helpers/csv/class-csv-exporter.php:110
5625
  msgctxt "admin csv-export"
5626
  msgid "Could not create a temporary directory for handling this CSV export."
5627
  msgstr ""
5628
 
5629
- #: includes/admin/helpers/csv/class-csv-exporter.php:111
5630
  msgctxt "admin csv-export"
5631
  msgid "Error while creating a temporary directory for CSV export: %s"
5632
  msgstr ""
@@ -5801,51 +5803,51 @@ msgctxt "admin csv-import"
5801
  msgid "Please upload or select a CSV file."
5802
  msgstr ""
5803
 
5804
- #: includes/admin/csv-import.php:374
5805
  msgctxt "admin csv-import"
5806
  msgid ""
5807
  "An error was detected while validating the CSV file for import. Please fix "
5808
  "this before proceeding."
5809
  msgstr ""
5810
 
5811
- #: includes/admin/csv-import.php:383
5812
  msgctxt "admin csv-import"
5813
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5814
  msgstr ""
5815
 
5816
- #: includes/admin/helpers/csv/class-csv-import.php:531
5817
  msgctxt "admin csv-import"
5818
  msgid ""
5819
  "Could not create listing category \"<category-name>\". The operation failed "
5820
  "with the following error: <error-message>."
5821
  msgstr ""
5822
 
5823
- #: includes/admin/helpers/csv/class-csv-import.php:537
5824
  msgctxt "admin csv-import"
5825
  msgid "Could not create listing category \"%s\""
5826
  msgstr ""
5827
 
5828
- #: includes/admin/helpers/csv/class-csv-import.php:728
5829
  msgctxt "admin csv-import"
5830
  msgid "Username \"%s\" does not exist"
5831
  msgstr ""
5832
 
5833
- #: includes/admin/helpers/csv/class-csv-import.php:755
5834
  msgctxt "admin csv-import"
5835
  msgid "There is no Plan with ID = <fee-id>"
5836
  msgstr ""
5837
 
5838
- #: includes/admin/helpers/csv/class-csv-import.php:786
5839
  msgctxt "admin csv-import"
5840
  msgid "Missing required field: %s"
5841
  msgstr ""
5842
 
5843
- #: includes/admin/helpers/csv/class-csv-import.php:831
5844
  msgctxt "admin csv-import"
5845
  msgid "Listing category \"%s\" does not exist"
5846
  msgstr ""
5847
 
5848
- #: includes/admin/helpers/csv/class-csv-import.php:905
5849
  msgctxt "admin csv-import"
5850
  msgid "The string <string> couldn't be converted into a valid date."
5851
  msgstr ""
@@ -5994,41 +5996,41 @@ msgctxt "admin csv-import"
5994
  msgid "Semicolon (;)"
5995
  msgstr ""
5996
 
5997
- #: templates/admin/csv-import.tpl.php:194
5998
  msgctxt "admin csv-import"
5999
  msgid "Preserve existing status"
6000
  msgstr ""
6001
 
6002
- #: templates/admin/csv-import.tpl.php:245
6003
  msgctxt "admin csv-import"
6004
  msgid ""
6005
  "Select a default user to be used if the username column is not present in "
6006
  "the CSV file."
6007
  msgstr ""
6008
 
6009
- #: templates/admin/csv-import.tpl.php:279
6010
  msgctxt "admin csv-import"
6011
  msgid "Test Import"
6012
  msgstr ""
6013
 
6014
- #: templates/admin/csv-import.tpl.php:280
6015
  msgctxt "admin csv-import"
6016
  msgid "Import Listings"
6017
  msgstr ""
6018
 
6019
- #: templates/admin/csv-import.tpl.php:330
6020
  msgctxt "admin csv-import"
6021
  msgid ""
6022
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6023
  "updating listings from external sources."
6024
  msgstr ""
6025
 
6026
- #: templates/admin/csv-import.tpl.php:351
6027
  msgctxt "admin csv-import"
6028
  msgid "Internal Sequence ID used to allow listing updates from external sources."
6029
  msgstr ""
6030
 
6031
- #: templates/admin/csv-import.tpl.php:358
6032
  msgctxt "admin csv-import"
6033
  msgid ""
6034
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -6043,12 +6045,12 @@ msgid ""
6043
  "does not seem to be writable. Please consult with your host."
6044
  msgstr ""
6045
 
6046
- #: includes/admin/helpers/class-listing-information-metabox.php:20
6047
  msgctxt "listing metabox"
6048
  msgid "Recent Payments"
6049
  msgstr ""
6050
 
6051
- #: includes/admin/helpers/class-listing-information-metabox.php:24
6052
  msgctxt "listing metabox"
6053
  msgid "Access Key"
6054
  msgstr ""
@@ -6078,32 +6080,32 @@ msgctxt "listing metabox"
6078
  msgid "# of images"
6079
  msgstr ""
6080
 
6081
- #: includes/admin/helpers/class-listing-timeline.php:111
6082
  msgctxt "listing timeline"
6083
  msgid "Listing created"
6084
  msgstr ""
6085
 
6086
- #: includes/admin/helpers/class-listing-timeline.php:116
6087
  msgctxt "listing timeline"
6088
  msgid "Listing expired"
6089
  msgstr ""
6090
 
6091
- #: includes/admin/helpers/class-listing-timeline.php:126
6092
  msgctxt "listing timeline"
6093
  msgid "T&C acceptance date"
6094
  msgstr ""
6095
 
6096
- #: includes/admin/helpers/class-listing-timeline.php:141
6097
  msgctxt "listing timeline"
6098
  msgid "Paid as admin"
6099
  msgstr ""
6100
 
6101
- #: includes/admin/helpers/class-listing-timeline.php:143
6102
  msgctxt "listing timeline"
6103
  msgid "Listing imported"
6104
  msgstr ""
6105
 
6106
- #: includes/admin/helpers/class-listing-timeline.php:145
6107
  msgctxt "listing timeline"
6108
  msgid "Initial Payment"
6109
  msgstr ""
@@ -6170,29 +6172,29 @@ msgctxt "tracking"
6170
  msgid "What do you track?"
6171
  msgstr ""
6172
 
6173
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:171
6174
  msgctxt "manual-upgrade"
6175
  msgid "Continue"
6176
  msgstr ""
6177
 
6178
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:185
6179
  msgctxt "manual-upgrade"
6180
  msgid "Start Upgrade"
6181
  msgstr ""
6182
 
6183
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6184
  msgctxt "manual-upgrade"
6185
  msgid "Pause Upgrade"
6186
  msgstr ""
6187
 
6188
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:193
6189
  msgctxt "manual-upgrade"
6190
  msgid ""
6191
  "The upgrade was successfully performed. Business Directory Plugin is now "
6192
  "available."
6193
  msgstr ""
6194
 
6195
- #: includes/admin/upgrades/class-manual-upgrade-helper.php:197
6196
  msgctxt "manual-upgrade"
6197
  msgid "Go to \"Directory Admin\""
6198
  msgstr ""
@@ -6214,27 +6216,27 @@ msgctxt "installer"
6214
  msgid "Migrating license information to new format..."
6215
  msgstr ""
6216
 
6217
- #: includes/admin/upgrades/migrations/migration-18_0.php:196
6218
  msgctxt "installer"
6219
  msgid "Migrating email notices to new format..."
6220
  msgstr ""
6221
 
6222
- #: includes/admin/upgrades/migrations/migration-18_0.php:207
6223
  msgctxt "installer"
6224
  msgid "Migrating plans..."
6225
  msgstr ""
6226
 
6227
- #: includes/admin/upgrades/migrations/migration-18_0.php:324
6228
  msgctxt "installer"
6229
  msgid "! Could not migrate payment #%d"
6230
  msgstr ""
6231
 
6232
- #: includes/admin/upgrades/migrations/migration-18_0.php:329
6233
  msgctxt "installer"
6234
  msgid "Updating payment items format: %d items remaining..."
6235
  msgstr ""
6236
 
6237
- #: includes/admin/upgrades/migrations/migration-18_0.php:390
6238
  msgctxt "installer"
6239
  msgid "Migrating listing information: %d items remaining..."
6240
  msgstr ""
@@ -6277,17 +6279,17 @@ msgctxt "installer"
6277
  msgid "Listing upgrade to featured"
6278
  msgstr ""
6279
 
6280
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:182
6281
  msgctxt "listings-api"
6282
  msgid "Featured Listing"
6283
  msgstr ""
6284
 
6285
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:198
6286
  msgctxt "migrate-18"
6287
  msgid "Featured Levels migration is complete."
6288
  msgstr ""
6289
 
6290
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:214
6291
  msgctxt "migrate-18"
6292
  msgid ""
6293
  "Business Directory <b>version 5.0</b> is changing how Featured Levels "
@@ -6296,7 +6298,7 @@ msgid ""
6296
  "listings."
6297
  msgstr ""
6298
 
6299
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:216
6300
  msgctxt "migrate-18"
6301
  msgid ""
6302
  "We need to migrate your existing \"featured levels\" to plans for use by "
@@ -6306,7 +6308,7 @@ msgid ""
6306
  "support</support-link> and <cancel-link>cancel migration</cancel-link>."
6307
  msgstr ""
6308
 
6309
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:218
6310
  msgctxt "migrate-18"
6311
  msgid ""
6312
  "Before we do the migration, we need to ask a few simple questions to move "
@@ -6314,91 +6316,91 @@ msgid ""
6314
  "plan\" that is right for you."
6315
  msgstr ""
6316
 
6317
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:263
6318
  msgctxt "migrate-18"
6319
  msgid "Move to: "
6320
  msgstr ""
6321
 
6322
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
6323
  msgctxt "migrate-18"
6324
  msgid "New plan summary"
6325
  msgstr ""
6326
 
6327
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:300
6328
  msgctxt "migrate-18"
6329
  msgid "Perform migration"
6330
  msgstr ""
6331
 
6332
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:345
6333
  msgctxt "migrate-18"
6334
  msgid "Business Directory Plugin - Featured Levels migration required."
6335
  msgstr ""
6336
 
6337
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:350
6338
  msgctxt "migrate-18"
6339
  msgid ""
6340
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6341
  "Levels migration here</a>."
6342
  msgstr ""
6343
 
6344
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:200
6345
  msgctxt "upgrade-18"
6346
  msgid "← Return to Directory dashboard"
6347
  msgstr ""
6348
 
6349
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:210
6350
  msgctxt "upgrade-18"
6351
  msgid "Configure Plan"
6352
  msgstr ""
6353
 
6354
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6355
  msgctxt "upgrade-18"
6356
  msgid "Featured Level"
6357
  msgstr ""
6358
 
6359
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:236
6360
  msgctxt "upgrade-18"
6361
  msgid "What to do with it?"
6362
  msgstr ""
6363
 
6364
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:245
6365
  msgctxt "upgrade-18"
6366
  msgid "%d listing is on this level."
6367
  msgid_plural "%d listings are on this level."
6368
  msgstr[0] ""
6369
  msgstr[1] ""
6370
 
6371
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6372
  msgctxt "upgrade-18"
6373
  msgid "Select an option"
6374
  msgstr ""
6375
 
6376
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6377
  msgctxt "upgrade-18"
6378
  msgid "Remove \"sticky\" status for listings."
6379
  msgstr ""
6380
 
6381
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:250
6382
  msgctxt "upgrade-18"
6383
  msgid "Remove this (old) level, and leave the listing on the old plan."
6384
  msgstr ""
6385
 
6386
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6387
  msgctxt "upgrade-18"
6388
  msgid "May change \"sticky\" status depending on plan."
6389
  msgstr ""
6390
 
6391
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:253
6392
  msgctxt "upgrade-18"
6393
  msgid "Move listings with this level to existing plan."
6394
  msgstr ""
6395
 
6396
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6397
  msgctxt "upgrade-18"
6398
  msgid "Keep \"sticky\" status of listings."
6399
  msgstr ""
6400
 
6401
- #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:256
6402
  msgctxt "upgrade-18"
6403
  msgid "Replace this level with a new plan."
6404
  msgstr ""
@@ -6418,32 +6420,32 @@ msgctxt "listing"
6418
  msgid "Add New Listing"
6419
  msgstr ""
6420
 
6421
- #: includes/models/class-listing.php:430
6422
  msgctxt "listing"
6423
  msgid "Listing has no registered payments"
6424
  msgstr ""
6425
 
6426
- #: includes/models/class-listing.php:439
6427
  msgctxt "listing"
6428
  msgid "Can't delete payment"
6429
  msgstr ""
6430
 
6431
- #: includes/models/class-listing.php:477
6432
  msgctxt "listing"
6433
  msgid "Listing expired"
6434
  msgstr ""
6435
 
6436
- #: includes/models/class-listing.php:686
6437
  msgctxt "listing"
6438
  msgid "(Unavailable Plan)"
6439
  msgstr ""
6440
 
6441
- #: includes/models/class-listing.php:881
6442
  msgctxt "listing"
6443
  msgid "Plan \"%s\" (recurring)"
6444
  msgstr ""
6445
 
6446
- #: includes/models/class-listing.php:883
6447
  msgctxt "listing"
6448
  msgid "Plan \"%s\""
6449
  msgstr ""
@@ -6551,21 +6553,11 @@ msgctxt "notify email"
6551
  msgid "Report additional info"
6552
  msgstr ""
6553
 
6554
- #: includes/class-meta.php:37
6555
  msgctxt "rss feed"
6556
  msgid "%s Feed"
6557
  msgstr ""
6558
 
6559
- #: includes/class-meta.php:144
6560
- msgctxt "title"
6561
- msgid "Find a Listing"
6562
- msgstr ""
6563
-
6564
- #: includes/class-meta.php:172
6565
- msgctxt "title"
6566
- msgid "Listings tagged: %s"
6567
- msgstr ""
6568
-
6569
  #: includes/class-payment-gateways.php:95
6570
  msgctxt "payment-gateways"
6571
  msgid "Enable %s?"
@@ -6593,17 +6585,17 @@ msgctxt "recaptcha"
6593
  msgid "The reCAPTCHA validation score failed."
6594
  msgstr ""
6595
 
6596
- #: includes/class-wpbdp.php:463
6597
  msgctxt "listing image upload"
6598
  msgid "Please select a plan before uploading images to the listing"
6599
  msgstr ""
6600
 
6601
- #: includes/class-wpbdp.php:468
6602
  msgctxt "listing image upload"
6603
  msgid "Can not upload any more images for this listing."
6604
  msgstr ""
6605
 
6606
- #: includes/class-wpbdp.php:472
6607
  msgctxt "listing image upload"
6608
  msgid ""
6609
  "You're trying to upload %1$d images, but only have %2$d slot available. "
@@ -6619,32 +6611,32 @@ msgctxt "navxt"
6619
  msgid "Submit Listing"
6620
  msgstr ""
6621
 
6622
- #: includes/controllers/pages/class-checkout.php:111
6623
  msgctxt "checkout"
6624
  msgid "Can not process a payment at this time. Please try again later."
6625
  msgstr ""
6626
 
6627
- #: includes/controllers/pages/class-checkout.php:149
6628
  msgctxt "checkout"
6629
  msgid "Invalid nonce received."
6630
  msgstr ""
6631
 
6632
- #: includes/controllers/pages/class-checkout.php:164
6633
  msgctxt "checkout"
6634
  msgid "Invalid gateway selected."
6635
  msgstr ""
6636
 
6637
- #: includes/controllers/pages/class-checkout.php:169
6638
  msgctxt "checkout"
6639
  msgid "Selected gateway does not support payment's currency."
6640
  msgstr ""
6641
 
6642
- #: includes/controllers/pages/class-checkout.php:228
6643
  msgctxt "checkout"
6644
  msgid "Unknown gateway error."
6645
  msgstr ""
6646
 
6647
- #: includes/controllers/pages/class-checkout.php:267
6648
  msgctxt "checkout"
6649
  msgid "There was an error trying to process your request. No gateway is selected."
6650
  msgstr ""
@@ -6807,12 +6799,12 @@ msgid ""
6807
  "an existing field"
6808
  msgstr ""
6809
 
6810
- #: includes/controllers/pages/class-submit-listing.php:1283
6811
  msgctxt "templates"
6812
  msgid "Please agree to the Terms and Conditions."
6813
  msgstr ""
6814
 
6815
- #: includes/controllers/pages/class-submit-listing.php:1297
6816
  msgctxt "templates"
6817
  msgid "I agree to the <a>Terms and Conditions</a>"
6818
  msgstr ""
@@ -6822,12 +6814,12 @@ msgctxt "templates"
6822
  msgid "Return to results"
6823
  msgstr ""
6824
 
6825
- #: includes/helpers/functions/templates-ui.php:226
6826
  msgctxt "templates"
6827
  msgid "No listing categories found."
6828
  msgstr ""
6829
 
6830
- #: includes/helpers/functions/templates-ui.php:377
6831
  msgctxt "templates"
6832
  msgid "Advanced Search"
6833
  msgstr ""
@@ -6838,13 +6830,6 @@ msgctxt "templates"
6838
  msgid "Featured Listing"
6839
  msgstr ""
6840
 
6841
- #: templates/manage_listings.tpl.php:20
6842
- msgctxt "templates"
6843
- msgid ""
6844
- "Your current listings are shown below. To edit a listing click the edit "
6845
- "button. To delete a listing click the delete button."
6846
- msgstr ""
6847
-
6848
  #: templates/parts/listing-buttons.tpl.php:15
6849
  msgctxt "templates"
6850
  msgid "Edit"
@@ -6888,11 +6873,6 @@ msgctxt "templates"
6888
  msgid "Return to plan selection"
6889
  msgstr ""
6890
 
6891
- #: templates/search-form.tpl.php:3
6892
- msgctxt "templates"
6893
- msgid "Find a listing"
6894
- msgstr ""
6895
-
6896
  #: templates/submit-listing/extra-sections.tpl.php:1
6897
  msgctxt "templates"
6898
  msgid "Additional Information"
@@ -6962,24 +6942,24 @@ msgctxt "view:manage-listings"
6962
  msgid "Please <a>login</a> to manage your listings."
6963
  msgstr ""
6964
 
6965
- #: includes/controllers/pages/class-manage-recurring.php:36
6966
  msgctxt "manage subscription"
6967
  msgid "The listing with id = <listing-id> doesn't exists."
6968
  msgstr ""
6969
 
6970
- #: includes/controllers/pages/class-manage-recurring.php:45
6971
  msgctxt "manage subscriptions"
6972
  msgid ""
6973
  "You are not authorized to cancel this subscription. The link you followed "
6974
  "is invalid."
6975
  msgstr ""
6976
 
6977
- #: includes/controllers/pages/class-manage-recurring.php:56
6978
  msgctxt "manage subscriptions"
6979
  msgid "Invalid subscription."
6980
  msgstr ""
6981
 
6982
- #: includes/controllers/pages/class-manage-recurring.php:79
6983
  msgctxt "manage subscriptions"
6984
  msgid "Your subscription was canceled."
6985
  msgstr ""
@@ -6989,7 +6969,7 @@ msgctxt "manage subscriptions"
6989
  msgid "Subscription / Plan"
6990
  msgstr ""
6991
 
6992
- #: includes/controllers/pages/class-manage-recurring.php:96
6993
  msgctxt "manage listings"
6994
  msgid "You are not on recurring payments for any of your listings."
6995
  msgstr ""
@@ -7159,42 +7139,42 @@ msgid "Can not submit a listing at this moment. Please try again later."
7159
  msgstr ""
7160
 
7161
  #: includes/controllers/pages/class-submit-listing.php:866
7162
- #: includes/controllers/pages/class-submit-listing.php:992
7163
  msgctxt "submit listing"
7164
  msgid "Please select a category."
7165
  msgstr ""
7166
 
7167
- #: includes/controllers/pages/class-submit-listing.php:890
7168
  msgctxt "submit listing"
7169
  msgid "Current active plan is disabled. Please select another plan."
7170
  msgstr ""
7171
 
7172
- #: includes/controllers/pages/class-submit-listing.php:892
7173
  msgctxt "submit listing"
7174
  msgid "Please choose a valid category for your plan."
7175
  msgstr ""
7176
 
7177
- #: includes/controllers/pages/class-submit-listing.php:895
7178
  msgctxt "submit listing"
7179
  msgid "Please choose a valid plan for your category selection."
7180
  msgstr ""
7181
 
7182
- #: includes/controllers/pages/class-submit-listing.php:1203
7183
  msgctxt "submit listing"
7184
  msgid "Please enter your desired username."
7185
  msgstr ""
7186
 
7187
- #: includes/controllers/pages/class-submit-listing.php:1208
7188
  msgctxt "submit listing"
7189
  msgid "Please enter the e-mail for your new account."
7190
  msgstr ""
7191
 
7192
- #: includes/controllers/pages/class-submit-listing.php:1213
7193
  msgctxt "submit listing"
7194
  msgid "The username you chose is already in use. Please use a different one."
7195
  msgstr ""
7196
 
7197
- #: includes/controllers/pages/class-submit-listing.php:1218
7198
  msgctxt "submit listing"
7199
  msgid "The e-mail address you chose for your account is already in use."
7200
  msgstr ""
@@ -7204,7 +7184,7 @@ msgctxt "submit listing"
7204
  msgid "Listing submitted by admin. Payment skipped."
7205
  msgstr ""
7206
 
7207
- #: includes/controllers/pages/class-submit-listing.php:1158
7208
  msgctxt "listing submit"
7209
  msgid ""
7210
  "Image upload is required, please provide at least one image and submit "
@@ -7479,7 +7459,7 @@ msgctxt "fs helper"
7479
  msgid "Destination dir \"%s\" is not writable."
7480
  msgstr ""
7481
 
7482
- #: includes/helpers/functions/templates-ui.php:404
7483
  msgctxt "templates sort"
7484
  msgid "Sort By:"
7485
  msgstr ""
@@ -7510,19 +7490,19 @@ msgctxt "default category name"
7510
  msgid "General"
7511
  msgstr ""
7512
 
7513
- #: includes/licensing.php:540
7514
  msgctxt "licensing"
7515
  msgid "Could not contact licensing server"
7516
  msgstr ""
7517
 
7518
- #: includes/licensing.php:553
7519
  msgctxt "licensing"
7520
  msgid ""
7521
  "It was not possible to establish a connection with Business Directory's "
7522
  "server. cURL was not found in your system"
7523
  msgstr ""
7524
 
7525
- #: includes/licensing.php:555 includes/licensing.php:585
7526
  msgctxt "licensing"
7527
  msgid ""
7528
  "To ensure the security of our systems and adhere to industry best "
@@ -7531,7 +7511,7 @@ msgid ""
7531
  "OpenSSL 1.0.1c)."
7532
  msgstr ""
7533
 
7534
- #: includes/licensing.php:557 includes/licensing.php:587
7535
  msgctxt "licensing"
7536
  msgid ""
7537
  "Upgrading your system will not only allow you to communicate with Business "
@@ -7539,46 +7519,46 @@ msgid ""
7539
  "services using the latest security standards."
7540
  msgstr ""
7541
 
7542
- #: includes/licensing.php:559
7543
  msgctxt "licensing"
7544
  msgid ""
7545
  "Please contact your hosting provider and ask them to upgrade your system. "
7546
  "Include this message if necessary"
7547
  msgstr ""
7548
 
7549
- #: includes/licensing.php:589
7550
  msgctxt "licensing"
7551
  msgid ""
7552
  "Please contact your hosting provider and ask them to upgrade your system. "
7553
  "Include this message if necessary."
7554
  msgstr ""
7555
 
7556
- #: includes/licensing.php:625
7557
  msgctxt "licensing"
7558
  msgid "The server returned a 403 Forbidden error."
7559
  msgstr ""
7560
 
7561
- #: includes/licensing.php:871
7562
  msgctxt "licensing"
7563
  msgid "Could not activate license: %s."
7564
  msgstr ""
7565
 
7566
- #: includes/licensing.php:876
7567
  msgctxt "licensing"
7568
  msgid "License activated"
7569
  msgstr ""
7570
 
7571
- #: includes/licensing.php:908
7572
  msgctxt "licensing"
7573
  msgid "Could not deactivate license: %s."
7574
  msgstr ""
7575
 
7576
- #: includes/licensing.php:910
7577
  msgctxt "licensing"
7578
  msgid "License deactivated"
7579
  msgstr ""
7580
 
7581
- #: includes/licensing.php:1150
7582
  #. translators: "<module-name>" version <version-number> is not...
7583
  msgctxt "deprecation"
7584
  msgid ""
@@ -7598,17 +7578,17 @@ msgid_plural "%d images allowed."
7598
  msgstr[0] ""
7599
  msgstr[1] ""
7600
 
7601
- #: includes/models/class-fee-plan.php:402
7602
  msgctxt "fees-api"
7603
  msgid "Plan label is required."
7604
  msgstr ""
7605
 
7606
- #: includes/models/class-fee-plan.php:408
7607
  msgctxt "fees-api"
7608
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7609
  msgstr ""
7610
 
7611
- #: includes/models/class-fee-plan.php:413
7612
  msgctxt "fees-api"
7613
  msgid ""
7614
  "To set this plan as \"Recurring\" you must have a time for the listing to "
@@ -7616,7 +7596,7 @@ msgid ""
7616
  "<a>plan</a> appropriately."
7617
  msgstr ""
7618
 
7619
- #: includes/models/class-fee-plan.php:416
7620
  msgctxt "fees-api"
7621
  msgid ""
7622
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
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\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2022-05-11 00:03:39+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
64
  #: includes/admin/settings/class-settings-bootstrap.php:691
65
  #: includes/admin/settings/class-settings-bootstrap.php:692
66
  #: includes/helpers/class-app.php:93
67
+ #: includes/helpers/functions/templates-ui.php:308
68
  msgid "Directory"
69
  msgstr ""
70
 
109
  msgstr ""
110
 
111
  #: includes/admin/class-admin.php:352 includes/admin/class-admin.php:353
112
+ #: includes/licensing.php:220
113
  msgid "Modules"
114
  msgstr ""
115
 
117
  msgid "Business Directory"
118
  msgstr ""
119
 
120
+ #: includes/admin/class-admin.php:479 includes/class-wpbdp.php:367
121
  msgid "Upgrade to Premium"
122
  msgstr ""
123
 
125
  msgid "Directory Listings"
126
  msgstr ""
127
 
128
+ #: includes/admin/class-admin.php:1065
129
  msgid "Could not send renewal email."
130
  msgstr ""
131
 
132
+ #: includes/admin/class-admin.php:1199
133
  #: includes/admin/helpers/tables/class-form-fields-table.php:129
134
  #: includes/admin/helpers/tables/class-payments-table.php:64
135
  #: templates/email/listing-added.tpl.php:7
138
  msgid "ID"
139
  msgstr ""
140
 
141
+ #: includes/admin/class-admin.php:1201 includes/admin/class-admin.php:1209
142
  #: includes/admin/settings/class-settings-bootstrap.php:717
143
  msgid "Listing Count"
144
  msgstr ""
145
 
146
+ #: includes/admin/class-admin.php:1366
147
  msgid ""
148
  "We noticed you want your Business Directory users to register before "
149
  "posting listings, but Registration for your site is currently disabled. Go "
220
  msgstr ""
221
 
222
  #: includes/admin/controllers/class-admin-csv.php:54
223
+ #: templates/admin/csv-import.tpl.php:291
224
  msgid "Help"
225
  msgstr ""
226
 
227
  #: includes/admin/controllers/class-admin-fees.php:46
228
  #: includes/admin/helpers/tables/class-payments-table.php:67
229
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:276
230
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:79
231
  #: templates/admin/payments-details.tpl.php:113
232
  #: templates/email/listing-payment-completed.tpl.php:21
237
  #: includes/admin/controllers/class-admin-fees.php:48
238
  #: includes/admin/helpers/tables/class-fees-table.php:65
239
  #: includes/admin/settings/class-settings-bootstrap.php:907
240
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:278
241
  msgid "Images"
242
  msgstr ""
243
 
244
  #: includes/admin/controllers/class-admin-fees.php:80
245
+ #: includes/admin/helpers/class-modules-list.php:237
246
  msgid "Upgrade"
247
  msgstr ""
248
 
303
  msgstr ""
304
 
305
  #: includes/admin/controllers/class-admin-listings.php:339
306
+ #: includes/helpers/class-listing-display-helper.php:137
307
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:116
308
  msgid "Featured"
309
  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 ""
446
  msgid "Website"
447
  msgstr ""
448
 
449
+ #: includes/admin/controllers/class-settings-admin.php:628
450
  msgid "Your license key provides access to new features and updates."
451
  msgstr ""
452
 
453
+ #: includes/admin/controllers/class-settings-admin.php:630
454
  msgid "You're using Business Directory Plugin Lite. Enjoy!"
455
  msgstr ""
456
 
457
+ #: includes/admin/controllers/class-settings-admin.php:642
458
  msgid "Build more powerful directories"
459
  msgstr ""
460
 
461
+ #: includes/admin/controllers/class-settings-admin.php:643
462
  msgid "Add category images, maps, filter by location, payment gateways, and more."
463
  msgstr ""
464
 
465
+ #: includes/admin/controllers/class-settings-admin.php:644
466
+ #: includes/admin/helpers/class-modules-list.php:236
467
  msgid "Upgrade Now"
468
  msgstr ""
469
 
470
+ #: includes/admin/controllers/class-settings-admin.php:645
471
  msgid "Already purchased?"
472
  msgstr ""
473
 
474
+ #: includes/admin/controllers/class-settings-admin.php:704
475
  #: includes/admin/helpers/tables/class-fees-table.php:182
476
  #: includes/admin/helpers/tables/class-form-fields-table.php:105
477
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
503
  msgid "You are not allowed to do that."
504
  msgstr ""
505
 
506
+ #: includes/admin/csv-import.php:424
507
  msgid "There was an error uploading the file:"
508
  msgstr ""
509
 
510
+ #: includes/admin/csv-import.php:429
511
  msgid "Please upload the correct file type."
512
  msgstr ""
513
 
514
+ #: includes/admin/helpers/class-listing-information-metabox.php:18
515
  #: includes/admin/helpers/tables/class-payments-table.php:63
516
  #: includes/admin/settings/class-settings-bootstrap.php:667
517
  #: includes/admin/settings/class-settings-bootstrap.php:668
520
  msgid "Listing"
521
  msgstr ""
522
 
523
+ #: includes/admin/helpers/class-listing-timeline.php:138
524
  #: includes/class-listings-api.php:33
525
  msgid "Listing renewed"
526
  msgstr ""
539
  msgid "Not Installed"
540
  msgstr ""
541
 
542
+ #: includes/admin/helpers/class-modules-list.php:226
543
  #: includes/controllers/class-smtp.php:317
544
  #: templates/admin/themes-item.tpl.php:58
545
  msgid "Activate"
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
 
603
  msgstr ""
604
 
605
  #: includes/admin/helpers/tables/class-fees-table.php:297
606
+ #: includes/helpers/functions/templates-ui.php:432
607
  msgid "Default"
608
  msgstr ""
609
 
610
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
611
  #: includes/fields/class-fieldtypes-social.php:135
612
+ #: templates/admin/csv-import.tpl.php:307
613
  msgid "Type"
614
  msgstr ""
615
 
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
937
  msgid "Uninstall"
938
  msgstr ""
939
 
940
+ #: includes/admin/settings/class-settings.php:503
941
  msgid "%s cannot include spaces, commas, or &"
942
  msgstr ""
943
 
982
  msgid "Directory Manual Upgrade"
983
  msgstr ""
984
 
985
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:182
986
  msgid ""
987
  "Business Directory features are currently disabled because the plugin needs "
988
  "to perform a manual upgrade before it can be used."
989
  msgstr ""
990
 
991
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:184
992
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
993
  msgstr ""
994
 
995
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:21
996
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:22
997
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:188
998
  msgid "Business Directory - Featured Levels Migration"
999
  msgstr ""
1000
 
1001
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
1002
  #: templates/admin/fees-form.tpl.php:17
1003
  msgid "Plan Label"
1004
  msgstr ""
1005
 
1006
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:277
1007
  msgid "Duration"
1008
  msgstr ""
1009
 
1010
+ #: includes/admin/upgrades/migrations/migration-18_0.php:249
1011
  msgid "Could not migrate plan \"%1$s\" (%2$d)"
1012
  msgstr ""
1013
 
1028
  msgid "View Docs"
1029
  msgstr ""
1030
 
1031
+ #: includes/admin/views/modules/list.php:77 includes/class-wpbdp.php:370
1032
  msgid "Settings"
1033
  msgstr ""
1034
 
1107
  msgstr ""
1108
 
1109
  #: includes/class-cpt-integration.php:22
1110
+ #: includes/helpers/functions/templates-ui.php:370
1111
  #: templates/main-box.tpl.php:23
1112
  msgid "Search Listings"
1113
  msgstr ""
1120
  msgid "No listings found in trash"
1121
  msgstr ""
1122
 
1123
+ #: includes/class-cpt-integration.php:47
1124
  msgid "Directory Categories"
1125
  msgstr ""
1126
 
1127
+ #: includes/class-cpt-integration.php:48
1128
  msgid "Directory Category"
1129
  msgstr ""
1130
 
1131
+ #: includes/class-cpt-integration.php:59
1132
  msgid "Directory Tags"
1133
  msgstr ""
1134
 
1135
+ #: includes/class-cpt-integration.php:60
1136
  msgid "Directory Tag"
1137
  msgstr ""
1138
 
1139
+ #: includes/class-cpt-integration.php:254
1140
  #. translators: %s: listing count
1141
  msgid "%s listing updated."
1142
  msgid_plural "%s listings updated."
1143
  msgstr[0] ""
1144
  msgstr[1] ""
1145
 
1146
+ #: includes/class-cpt-integration.php:256
1147
  #. translators: %s: listing count
1148
  msgid "%s listing not updated, somebody is editing it."
1149
  msgid_plural "%s listings not updated, somebody is editing them."
1150
  msgstr[0] ""
1151
  msgstr[1] ""
1152
 
1153
+ #: includes/class-cpt-integration.php:258
1154
  #. translators: %s: listing count
1155
  msgid "%s listing permanently deleted."
1156
  msgid_plural "%s listings permanently deleted."
1157
  msgstr[0] ""
1158
  msgstr[1] ""
1159
 
1160
+ #: includes/class-cpt-integration.php:260
1161
  #. translators: %s: listing count
1162
  msgid "%s listing moved to the Trash."
1163
  msgid_plural "%s listings moved to the Trash."
1164
  msgstr[0] ""
1165
  msgstr[1] ""
1166
 
1167
+ #: includes/class-cpt-integration.php:262
1168
  #. translators: %s: listing count
1169
  msgid "%s listing restored from the Trash."
1170
  msgid_plural "%s listings restored from the Trash."
1175
  msgid "Free Listing"
1176
  msgstr ""
1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1178
  #: includes/class-payment-gateways.php:146
1179
  msgid ""
1180
  "You have paid plans but no payment gateway. Go to %1$sSettings - "
1182
  "available."
1183
  msgstr ""
1184
 
1185
+ #: includes/class-wpbdp.php:574
1186
  msgid "Could not find listing ID"
1187
  msgstr ""
1188
 
1189
+ #: includes/class-wpbdp.php:581
1190
  msgid ""
1191
  "Could not verify the image upload request. If problem persists contact site "
1192
  "admin."
1193
  msgstr ""
1194
 
1195
+ #: includes/class-wpbdp.php:588 includes/fields/class-fieldtypes-image.php:322
1196
  msgid "Could not find image ID"
1197
  msgstr ""
1198
 
1199
+ #: includes/class-wpbdp.php:620
1200
  msgid ""
1201
  "The directory features are disabled at this time because a <a>manual "
1202
  "upgrade</a> is pending."
1203
  msgstr ""
1204
 
1205
+ #: includes/class-wpbdp.php:627
1206
  msgid ""
1207
  "The directory is not available at this time. Please try again in a few "
1208
  "minutes or contact the administrator if the problem persists."
1223
  #: includes/compatibility/class-navxt-integration.php:208
1224
  #: includes/widgets/widget-search.php:127
1225
  #: templates/admin/payments-index.tpl.php:13
1226
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:26
1227
  #: templates/search.tpl.php:5
1228
  msgid "Search"
1229
  msgstr ""
1325
  msgid "Go to SMTP settings"
1326
  msgstr ""
1327
 
1328
+ #: includes/controllers/pages/class-all-listings.php:6
1329
+ #: includes/helpers/functions/templates-ui.php:317
1330
+ msgid "View All Listings"
1331
+ msgstr ""
1332
+
1333
+ #: includes/controllers/pages/class-checkout.php:181
1334
  #: includes/controllers/pages/class-manage-listings.php:109
1335
  msgid "Pay Now"
1336
  msgstr ""
1337
 
1338
+ #: includes/controllers/pages/class-checkout.php:181
1339
  msgid "Complete"
1340
  msgstr ""
1341
 
1381
  msgid "This is just a preview. The listing has not been published yet."
1382
  msgstr ""
1383
 
1384
+ #: includes/controllers/pages/class-submit-listing.php:32
1385
+ #: includes/helpers/functions/templates-ui.php:330
1386
+ #: templates/submit-listing.tpl.php:17
1387
+ msgid "Add Listing"
1388
+ msgstr ""
1389
+
1390
  #: includes/controllers/pages/class-submit-listing.php:560
1391
  msgid "Listing Images"
1392
  msgstr ""
1399
  msgid "Go to \"Plans\""
1400
  msgstr ""
1401
 
1402
+ #: includes/controllers/pages/class-submit-listing.php:884
1403
  msgid "Please choose a plan."
1404
  msgstr ""
1405
 
1406
+ #: includes/controllers/pages/class-submit-listing.php:1074
1407
  msgid "Please check the form for errors, correct them and submit again."
1408
  msgstr ""
1409
 
1410
+ #: includes/controllers/pages/class-submit-listing.php:1234
1411
  msgid "Create a user account on this site"
1412
  msgstr ""
1413
 
1414
+ #: includes/controllers/pages/class-submit-listing.php:1241
1415
  msgid "Username"
1416
  msgstr ""
1417
 
1418
+ #: includes/controllers/pages/class-submit-listing.php:1263
1419
  msgid "Clear Form"
1420
  msgstr ""
1421
 
1610
  msgid "Telephone Number Validator"
1611
  msgstr ""
1612
 
1613
+ #: includes/form-fields.php:595 templates/admin/csv-import.tpl.php:306
1614
  msgid "Field"
1615
  msgstr ""
1616
 
1679
  msgid "Free"
1680
  msgstr ""
1681
 
1682
+ #: includes/helpers/functions/general.php:1319
1683
+ msgid "Return to Directory"
1684
+ msgstr ""
1685
+
1686
  #: includes/helpers/functions/listings.php:80
1687
  msgid "Untitled Listing"
1688
  msgstr ""
1689
 
1690
+ #: includes/helpers/functions/templates-ui.php:324
1691
  msgid "Manage Listings"
1692
  msgstr ""
1693
 
1695
  msgid "Default Plan"
1696
  msgstr ""
1697
 
1698
+ #: includes/licensing.php:151
1699
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1700
  msgid ""
1701
  "The license key could not be verified. Please %1$scheck your license%2$s to "
1702
  "get updates."
1703
  msgstr ""
1704
 
1705
+ #: includes/licensing.php:207 includes/licensing.php:211
1706
  msgid "Licenses"
1707
  msgstr ""
1708
 
1709
+ #: includes/licensing.php:268
1710
  #. translators: %s: item type.
1711
  msgid "%s will not get updates until license is reauthorized."
1712
  msgstr ""
1713
 
1714
+ #: includes/licensing.php:289
1715
  msgid "Enter License Key here"
1716
  msgstr ""
1717
 
1718
+ #: includes/licensing.php:290
1719
  msgid "Authorize"
1720
  msgstr ""
1721
 
1722
+ #: includes/licensing.php:390
1723
  msgid "Invalid item ID"
1724
  msgstr ""
1725
 
1726
+ #: includes/licensing.php:403
1727
  msgid "No license key provided"
1728
  msgstr ""
1729
 
1730
+ #: includes/licensing.php:448 includes/licensing.php:486
1731
  msgid "License key is invalid"
1732
  msgstr ""
1733
 
1734
+ #: includes/licensing.php:452
1735
  msgid "Deactivation failed"
1736
  msgstr ""
1737
 
1738
+ #: includes/licensing.php:497
1739
  msgid "The license key was revoked."
1740
  msgstr ""
1741
 
1742
+ #: includes/licensing.php:501
1743
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1744
  msgid ""
1745
  "If you think this is a mistake, please contact %1$sBusiness Directory "
1748
  "purchase with your report."
1749
  msgstr ""
1750
 
1751
+ #: includes/licensing.php:564
1752
  msgid ""
1753
  "It was not possible to establish a connection with the Business Directory "
1754
  "server. The connection failed with the following error:"
1755
  msgstr ""
1756
 
1757
+ #: includes/licensing.php:577
1758
  msgid ""
1759
  "It was not possible to establish a connection with the Business Directory "
1760
  "server. A problem occurred in the SSL/TSL handshake:"
1761
  msgstr ""
1762
 
1763
+ #: includes/licensing.php:624
1764
  msgid ""
1765
  "It looks like your server is not authorized to make outgoing requests to "
1766
  "Business Directory servers. Please contact your webhost and ask them to add "
1767
  "our IP address 52.0.78.177 to your allow list."
1768
  msgstr ""
1769
 
1770
+ #: includes/licensing.php:718
1771
  msgid "Business Directory license key is missing."
1772
  msgstr ""
1773
 
1774
+ #: includes/licensing.php:719
1775
  msgid "Business Directory license key has expired"
1776
  msgstr ""
1777
 
1778
+ #: includes/licensing.php:720
1779
  msgid "Could not verify Business Directory license."
1780
  msgstr ""
1781
 
1782
+ #: includes/licensing.php:731
1783
  msgid "Review license keys"
1784
  msgstr ""
1785
 
1786
+ #: includes/licensing.php:846
1787
  msgid "Missing data. Please reload this page and try again."
1788
  msgstr ""
1789
 
1790
+ #: includes/licensing.php:851
1791
  msgid "Please enter a license key."
1792
  msgstr ""
1793
 
1808
  msgid "Gateway Transaction ID:"
1809
  msgstr ""
1810
 
1811
+ #: includes/payment.php:76
1812
  msgid "Bill To:"
1813
  msgstr ""
1814
 
1815
+ #: includes/payment.php:87
1816
  msgid "Print Receipt"
1817
  msgstr ""
1818
 
1819
+ #: includes/payment.php:147
1820
  msgid "Return to plan selection"
1821
  msgstr ""
1822
 
1823
+ #: includes/themes.php:918
1824
  msgid "ZIP file is not a valid Business Directory theme file."
1825
  msgstr ""
1826
 
1990
  msgid "Post status of new imported listings"
1991
  msgstr ""
1992
 
1993
+ #: templates/admin/csv-import.tpl.php:193
1994
  msgid "Post status of existing imported listings"
1995
  msgstr ""
1996
 
1997
+ #: templates/admin/csv-import.tpl.php:212
1998
  msgid "Missing categories handling"
1999
  msgstr ""
2000
 
2001
+ #: templates/admin/csv-import.tpl.php:218
2002
  msgid "Auto-create categories"
2003
  msgstr ""
2004
 
2005
+ #: templates/admin/csv-import.tpl.php:223
2006
  msgid "Generate errors when a category is not found"
2007
  msgstr ""
2008
 
2009
+ #: templates/admin/csv-import.tpl.php:231
2010
  msgid "Keep existing images"
2011
  msgstr ""
2012
 
2013
+ #: templates/admin/csv-import.tpl.php:234
2014
  msgid "Appends new images while keeping current ones."
2015
  msgstr ""
2016
 
2017
+ #: templates/admin/csv-import.tpl.php:242
2018
  msgid "Assign listings to a user"
2019
  msgstr ""
2020
 
2021
+ #: templates/admin/csv-import.tpl.php:254
2022
  msgid "Default listing user"
2023
  msgstr ""
2024
 
2025
+ #: templates/admin/csv-import.tpl.php:256
2026
  msgid ""
2027
  "This user will be used if the username column is not present in the CSV "
2028
  "file."
2029
  msgstr ""
2030
 
2031
+ #: templates/admin/csv-import.tpl.php:263
2032
  msgid "Number of listings imported on every cycle"
2033
  msgstr ""
2034
 
2035
+ #: templates/admin/csv-import.tpl.php:265
2036
  msgid ""
2037
  "If you are having trouble importing listings due to memory problems, try "
2038
  "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2040
  "success on shared hosting platforms and other resource-constrained servers."
2041
  msgstr ""
2042
 
2043
+ #: templates/admin/csv-import.tpl.php:277
2044
  msgid "Disable email notifications during import"
2045
  msgstr ""
2046
 
2047
+ #: templates/admin/csv-import.tpl.php:296
2048
  msgid ""
2049
  "The following are the valid header names to be used in the CSV file. "
2050
  "Multivalued fields (such as category or tags) can appear multiple times in "
2052
  "see how an import file should look like."
2053
  msgstr ""
2054
 
2055
+ #: templates/admin/csv-import.tpl.php:305
2056
  msgid "Header name/label"
2057
  msgstr ""
2058
 
2059
+ #: templates/admin/csv-import.tpl.php:308
2060
  msgid "Required?"
2061
  msgstr ""
2062
 
2063
+ #: templates/admin/csv-import.tpl.php:309
2064
  msgid "Multivalued?"
2065
  msgstr ""
2066
 
2067
+ #: templates/admin/csv-import.tpl.php:341
2068
  msgid "Semicolon separated list of listing images (from the ZIP file)"
2069
  msgstr ""
2070
 
2071
+ #: templates/admin/csv-import.tpl.php:348
2072
  msgid "Listing author's username"
2073
  msgstr ""
2074
 
2585
  msgid "Get debug info"
2586
  msgstr ""
2587
 
2588
+ #: templates/businessdirectory-listings.tpl.php:51
2589
  #: templates/deprecated/search.tpl.php:23
2590
+ #: templates/parts/listings-loop.tpl.php:19 templates/search.tpl.php:30
2591
  msgid "No listings found."
2592
  msgstr ""
2593
 
2706
  msgstr ""
2707
 
2708
  #: templates/deprecated/search.tpl.php:29 templates/manage-listings.tpl.php:14
2709
+ #: templates/manage_listings.tpl.php:36
2710
  #: templates/submit-listing-done.tpl.php:36
2711
  msgid "Return to directory"
2712
  msgstr ""
2814
  "button. To delete a listing click the delete button."
2815
  msgstr ""
2816
 
2817
+ #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
2818
  msgid "You do not currently have any listings in the directory."
2819
  msgstr ""
2820
 
2828
  msgid "%1$s each %2$s days. Next renewal is on %3$s."
2829
  msgstr ""
2830
 
2831
+ #: templates/manage_listings.tpl.php:13
2832
+ msgid "Your current listings are shown below."
2833
  msgstr ""
2834
 
2835
  #: templates/parts/pagination.tpl.php:7
2862
  msgid "Recurring Plan Management"
2863
  msgstr ""
2864
 
2865
+ #: templates/search-form.tpl.php:27
2866
  msgid "Clear"
2867
  msgstr ""
2868
 
3166
  msgid "Business Directory Team"
3167
  msgstr ""
3168
 
3169
+ #: includes/abstracts/class-view.php:130
3170
  msgctxt "views"
3171
  msgid "Invalid credentials."
3172
  msgstr ""
3191
  msgid "Untitled Menu"
3192
  msgstr ""
3193
 
3194
+ #: includes/admin/class-admin.php:898
3195
  msgctxt "admin"
3196
  msgid "Dismiss this notice."
3197
  msgstr ""
3198
 
3199
+ #: includes/admin/class-admin.php:1003 includes/admin/class-admin.php:1013
3200
  msgctxt "admin"
3201
  msgid "The listing has been updated."
3202
  msgid_plural "The listings have been updated."
3203
  msgstr[0] ""
3204
  msgstr[1] ""
3205
 
3206
+ #: includes/admin/class-admin.php:1039
3207
  msgctxt "admin"
3208
  msgid "The plan was successfully assigned."
3209
  msgstr ""
3210
 
3211
+ #: includes/admin/class-admin.php:1049
3212
  msgctxt "admin"
3213
  msgid "Listing was renewed."
3214
  msgid_plural "Listings were renewed."
3215
  msgstr[0] ""
3216
  msgstr[1] ""
3217
 
3218
+ #: includes/admin/class-admin.php:1061
3219
  msgctxt "admin"
3220
  msgid "Renewal email sent."
3221
  msgstr ""
3222
 
3223
+ #: includes/admin/class-admin.php:1074
3224
  msgctxt "admin"
3225
  msgid "Listing report deleted."
3226
  msgid_plural "Listing reports deleted."
3227
  msgstr[0] ""
3228
  msgstr[1] ""
3229
 
3230
+ #: includes/admin/class-admin.php:1123
3231
  msgctxt "admin"
3232
  msgid "Access keys sent."
3233
  msgstr ""
3234
 
3235
+ #: includes/admin/class-admin.php:1125
3236
  msgctxt "admin"
3237
  msgid "The access keys couldn't be sent."
3238
  msgstr ""
3239
 
3240
+ #: includes/admin/class-admin.php:1283
3241
  msgctxt "admin"
3242
  msgid ""
3243
  "<b>Business Directory Plugin</b> requires a page with the "
3244
  "<tt>[businessdirectory]</tt> shortcode to function properly."
3245
  msgstr ""
3246
 
3247
+ #: includes/admin/class-admin.php:1285
3248
  msgctxt "admin"
3249
  msgid ""
3250
  "You can create this page by yourself or let Business Directory do this for "
3251
  "you automatically."
3252
  msgstr ""
3253
 
3254
+ #: includes/admin/class-admin.php:1290
3255
  msgctxt "admin"
3256
  msgid "Create required pages for me"
3257
  msgstr ""
3258
 
3259
+ #: includes/admin/class-admin.php:1343
3260
  msgctxt "admin"
3261
  msgid ""
3262
  "<strong>Business Directory Plugin</strong> requires <strong>PHP "
3324
  msgid "Debug"
3325
  msgstr ""
3326
 
3327
+ #: includes/admin/controllers/class-settings-admin.php:39
3328
  msgctxt "admin menu"
3329
  msgid "Settings"
3330
  msgstr ""
3599
  msgid "Reported"
3600
  msgstr ""
3601
 
3602
+ #: includes/models/class-listing.php:981
3603
  msgctxt "listing status"
3604
  msgid "Unknown"
3605
  msgstr ""
3606
 
3607
+ #: includes/models/class-listing.php:982
3608
  msgctxt "listing status"
3609
  msgid "Legacy"
3610
  msgstr ""
3611
 
3612
+ #: includes/models/class-listing.php:983
3613
  msgctxt "listing status"
3614
  msgid "Incomplete"
3615
  msgstr ""
3616
 
3617
+ #: includes/models/class-listing.php:984
3618
  msgctxt "listing status"
3619
  msgid "Pending Payment"
3620
  msgstr ""
3621
 
3622
+ #: includes/models/class-listing.php:985
3623
  msgctxt "listing status"
3624
  msgid "Complete"
3625
  msgstr ""
3626
 
3627
+ #: includes/models/class-listing.php:986
3628
  msgctxt "listing status"
3629
  msgid "Pending Upgrade"
3630
  msgstr ""
3631
 
3632
+ #: includes/models/class-listing.php:987
3633
  msgctxt "listing status"
3634
  msgid "Expired"
3635
  msgstr ""
3636
 
3637
+ #: includes/models/class-listing.php:988
3638
  msgctxt "listing status"
3639
  msgid "Pending Renewal"
3640
  msgstr ""
3641
 
3642
+ #: includes/models/class-listing.php:989
3643
  msgctxt "listing status"
3644
  msgid "Abandoned"
3645
  msgstr ""
4115
  msgid "Create Missing Fields"
4116
  msgstr ""
4117
 
4118
+ #: includes/admin/controllers/class-settings-admin.php:535
4119
  msgctxt "admin settings"
4120
  msgid "Remove"
4121
  msgstr ""
4122
 
4123
+ #: includes/admin/controllers/class-settings-admin.php:589
4124
  msgctxt "admin settings"
4125
  msgid "Valid placeholders: %s"
4126
  msgstr ""
4591
  msgid "User registration date"
4592
  msgstr ""
4593
 
4594
+ #: includes/admin/controllers/class-settings-admin.php:671
4595
  msgctxt "expiration notices"
4596
  msgid "Add notice"
4597
  msgstr ""
4598
 
4599
+ #: includes/admin/controllers/class-settings-admin.php:690
4600
  msgctxt "expiration notices"
4601
  msgid "No notices configured."
4602
  msgstr ""
4603
 
4604
+ #: includes/admin/controllers/class-settings-admin.php:732
4605
  msgctxt "expiration notices"
4606
  msgid "recurring and non-recurring"
4607
  msgstr ""
4608
 
4609
+ #: includes/admin/controllers/class-settings-admin.php:734
4610
  msgctxt "expiration notices"
4611
  msgid "recurring only"
4612
  msgstr ""
4613
 
4614
+ #: includes/admin/controllers/class-settings-admin.php:736
4615
  msgctxt "expiration notices"
4616
  msgid "non-recurring only"
4617
  msgstr ""
4618
 
4619
+ #: includes/admin/controllers/class-settings-admin.php:740
4620
  msgctxt "expiration notices"
4621
  msgid "Sent when a listing (%s) is renewed."
4622
  msgstr ""
4623
 
4624
+ #: includes/admin/controllers/class-settings-admin.php:745
4625
  msgctxt "expiration notices"
4626
  msgid "Sent when a listing (%s) expires."
4627
  msgstr ""
4628
 
4629
+ #: includes/admin/controllers/class-settings-admin.php:753
4630
  msgctxt "expiration notices"
4631
  msgid "%d day"
4632
  msgid_plural "%d days"
4633
  msgstr[0] ""
4634
  msgstr[1] ""
4635
 
4636
+ #: includes/admin/controllers/class-settings-admin.php:756
4637
  msgctxt "expiration notices"
4638
  msgid "%d week"
4639
  msgid_plural "%d weeks"
4640
  msgstr[0] ""
4641
  msgstr[1] ""
4642
 
4643
+ #: includes/admin/controllers/class-settings-admin.php:759
4644
  msgctxt "expiration notices"
4645
  msgid "%d month"
4646
  msgid_plural "%d months"
4647
  msgstr[0] ""
4648
  msgstr[1] ""
4649
 
4650
+ #: includes/admin/controllers/class-settings-admin.php:765
4651
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4652
  #. non-recuring only)
4653
  msgctxt "expiration notices"
4654
  msgid "Sent %1$s before a listing (%2$s) expires."
4655
  msgstr ""
4656
 
4657
+ #: includes/admin/controllers/class-settings-admin.php:768
4658
  #. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
4659
  #. non-recuring only)
4660
  msgctxt "expiration notices"
4661
  msgid "Sent %1$s after a listing (%2$s) expires."
4662
  msgstr ""
4663
 
4664
+ #: includes/admin/controllers/class-settings-admin.php:785
4665
  msgctxt "expiration notices"
4666
  msgid "At the time of expiration"
4667
  msgstr ""
4668
 
4669
+ #: includes/admin/controllers/class-settings-admin.php:786
4670
  msgctxt "expiration notices"
4671
  msgid "Right after a successful renewal"
4672
  msgstr ""
4673
 
4674
+ #: includes/admin/controllers/class-settings-admin.php:797
4675
  msgctxt "expiration notices"
4676
  msgid "%d day before expiration"
4677
  msgid_plural "%d days before expiration"
4678
  msgstr[0] ""
4679
  msgstr[1] ""
4680
 
4681
+ #: includes/admin/controllers/class-settings-admin.php:797
4682
  msgctxt "expiration notices"
4683
  msgid "%d day after expiration"
4684
  msgid_plural "%d days after expiration"
4685
  msgstr[0] ""
4686
  msgstr[1] ""
4687
 
4688
+ #: includes/admin/controllers/class-settings-admin.php:800
4689
  msgctxt "expiration notices"
4690
  msgid "%d week before expiration"
4691
  msgid_plural "%d weeks before expiration"
4692
  msgstr[0] ""
4693
  msgstr[1] ""
4694
 
4695
+ #: includes/admin/controllers/class-settings-admin.php:800
4696
  msgctxt "expiration notices"
4697
  msgid "%d week after expiration"
4698
  msgid_plural "%d weeks after expiration"
4699
  msgstr[0] ""
4700
  msgstr[1] ""
4701
 
4702
+ #: includes/admin/controllers/class-settings-admin.php:803
4703
  msgctxt "expiration notices"
4704
  msgid "%d month before expiration"
4705
  msgid_plural "%d months before expiration"
4706
  msgstr[0] ""
4707
  msgstr[1] ""
4708
 
4709
+ #: includes/admin/controllers/class-settings-admin.php:803
4710
  msgctxt "expiration notices"
4711
  msgid "%d month after expiration"
4712
  msgid_plural "%d months after expiration"
4713
  msgstr[0] ""
4714
  msgstr[1] ""
4715
 
4716
+ #: includes/admin/controllers/class-settings-admin.php:830
4717
  msgctxt "expiration notices"
4718
  msgid "Applies to"
4719
  msgstr ""
4720
 
4721
+ #: includes/admin/controllers/class-settings-admin.php:833
4722
  msgctxt "expiration notices"
4723
  msgid "Non-recurring listings"
4724
  msgstr ""
4725
 
4726
+ #: includes/admin/controllers/class-settings-admin.php:834
4727
  msgctxt "expiration notices"
4728
  msgid "Recurring listings"
4729
  msgstr ""
4730
 
4731
+ #: includes/admin/controllers/class-settings-admin.php:835
4732
  msgctxt "expiration notices"
4733
  msgid "Recurring and non-recurring listings"
4734
  msgstr ""
4735
 
4736
+ #: includes/admin/controllers/class-settings-admin.php:840
4737
  msgctxt "expiration notices"
4738
  msgid "When to send?"
4739
  msgstr ""
4740
 
4741
+ #: includes/admin/controllers/class-settings-admin.php:707
4742
  msgctxt "settings"
4743
  msgid "Site title (with link)"
4744
  msgstr ""
4745
 
4746
+ #: includes/admin/controllers/class-settings-admin.php:708
4747
  msgctxt "settings"
4748
  msgid "Author's name"
4749
  msgstr ""
4750
 
4751
+ #: includes/admin/controllers/class-settings-admin.php:709
4752
  msgctxt "settings"
4753
  msgid "Listing's name (with link)"
4754
  msgstr ""
4755
 
4756
+ #: includes/admin/controllers/class-settings-admin.php:710
4757
  msgctxt "settings"
4758
  msgid "Listing's expiration date"
4759
  msgstr ""
4760
 
4761
+ #: includes/admin/controllers/class-settings-admin.php:711
4762
  msgctxt "settings"
4763
  msgid "Listing's renewal link, formatted with an anchor tag"
4764
  msgstr ""
4765
 
4766
+ #: includes/admin/controllers/class-settings-admin.php:712
4767
  msgctxt "settings"
4768
  msgid "Listing's renewal URL, unformatted by any tags"
4769
  msgstr ""
4770
 
4771
+ #: includes/admin/controllers/class-settings-admin.php:713
4772
  msgctxt "settings"
4773
  msgid "Listing's categories"
4774
  msgstr ""
4775
 
4776
+ #: includes/admin/controllers/class-settings-admin.php:714
4777
  msgctxt "settings"
4778
  msgid "Listing's last payment date"
4779
  msgstr ""
4780
 
4781
+ #: includes/admin/controllers/class-settings-admin.php:715
4782
  msgctxt "settings"
4783
  msgid "Listing's access key"
4784
  msgstr ""
4785
 
4786
+ #: includes/admin/controllers/class-settings-admin.php:872
4787
  msgctxt "settings"
4788
  msgid "Settings reset to default."
4789
  msgstr ""
5484
  msgid "Cropped"
5485
  msgstr ""
5486
 
5487
+ #: includes/admin/settings/class-settings.php:483
5488
  #: includes/admin/settings/class-settings.php:494
 
5489
  msgctxt "settings"
5490
  msgid "\"%s\" can not be empty."
5491
  msgstr ""
5492
 
5493
+ #: includes/admin/settings/class-settings.php:511
5494
  msgctxt "settings"
5495
  msgid "The slug \"%s\" is already in use for another taxonomy."
5496
  msgstr ""
5497
 
5498
+ #: includes/licensing.php:238
5499
  msgctxt "settings"
5500
  msgid "Themes"
5501
  msgstr ""
5502
 
5503
+ #: includes/licensing.php:290 includes/licensing.php:291
5504
  msgctxt "settings"
5505
  msgid "Please wait..."
5506
  msgstr ""
5507
 
5508
+ #: includes/licensing.php:291
5509
  msgctxt "settings"
5510
  msgid "Deauthorize"
5511
  msgstr ""
5520
  msgid "Could not change the active theme to \"%s\"."
5521
  msgstr ""
5522
 
5523
+ #: includes/admin/controllers/class-themes-admin.php:147
5524
  msgctxt "themes"
5525
  msgid "Active theme changed to \"%s\"."
5526
  msgstr ""
5527
 
5528
+ #: includes/admin/controllers/class-themes-admin.php:150
5529
  msgctxt "themes"
5530
  msgid ""
5531
  "%s requires that you tag your existing fields to match some places we want "
5532
  "to put your data on the theme. Below are fields we think are missing."
5533
  msgstr ""
5534
 
5535
+ #: includes/admin/controllers/class-themes-admin.php:161
5536
  msgctxt "themes"
5537
  msgid "Map My Fields"
5538
  msgstr ""
5539
 
5540
+ #: includes/admin/controllers/class-themes-admin.php:169
5541
  msgctxt "themes"
5542
  msgid "Suggested fields created successfully."
5543
  msgstr ""
5544
 
5545
+ #: includes/admin/controllers/class-themes-admin.php:172
5546
  msgctxt "themes"
5547
  msgid "Theme installed successfully."
5548
  msgstr ""
5549
 
5550
+ #: includes/admin/controllers/class-themes-admin.php:175
5551
  msgctxt "themes"
5552
  msgid "Theme was deleted successfully."
5553
  msgstr ""
5554
 
5555
+ #: includes/admin/controllers/class-themes-admin.php:178
5556
  msgctxt "themes"
5557
  msgid "Could not delete theme directory. Check permissions."
5558
  msgstr ""
5559
 
5560
+ #: includes/admin/controllers/class-themes-admin.php:231
5561
  msgctxt "themes"
5562
  msgid "Please upload a valid theme file."
5563
  msgstr ""
5564
 
5565
+ #: includes/admin/controllers/class-themes-admin.php:240
5566
  msgctxt "themes"
5567
  msgid "Could not move \"%s\" to a temporary directory."
5568
  msgstr ""
5569
 
5570
+ #: includes/admin/controllers/class-themes-admin.php:326
5571
  msgctxt "themes"
5572
  msgid "Activate your <a>license key</a> to use this theme."
5573
  msgstr ""
5574
 
5575
+ #: includes/admin/controllers/class-themes-admin.php:369
5576
  msgctxt "themes"
5577
  msgid "Invalid theme ID"
5578
  msgstr ""
5579
 
5580
+ #: includes/admin/controllers/class-themes-admin.php:375
5581
  #: includes/admin/upgrades/class-themes-updater.php:172
5582
  msgctxt "themes"
5583
  msgid "Could not update theme: %s"
5603
  msgid "Theme was updated successfully."
5604
  msgstr ""
5605
 
5606
+ #: includes/themes.php:926
5607
  msgctxt "themes"
5608
  msgid "Could not create themes directory."
5609
  msgstr ""
5610
 
5611
+ #: includes/themes.php:937
5612
  msgctxt "themes"
5613
  msgid "Could not remove previous theme directory \"%s\"."
5614
  msgstr ""
5615
 
5616
+ #: includes/themes.php:945
5617
  msgctxt "themes"
5618
  msgid "Could not move new theme into theme directory."
5619
  msgstr ""
5623
  msgid "Could not decode export state information."
5624
  msgstr ""
5625
 
5626
+ #: includes/admin/helpers/csv/class-csv-exporter.php:109
5627
  msgctxt "admin csv-export"
5628
  msgid "Could not create a temporary directory for handling this CSV export."
5629
  msgstr ""
5630
 
5631
+ #: includes/admin/helpers/csv/class-csv-exporter.php:110
5632
  msgctxt "admin csv-export"
5633
  msgid "Error while creating a temporary directory for CSV export: %s"
5634
  msgstr ""
5803
  msgid "Please upload or select a CSV file."
5804
  msgstr ""
5805
 
5806
+ #: includes/admin/csv-import.php:370
5807
  msgctxt "admin csv-import"
5808
  msgid ""
5809
  "An error was detected while validating the CSV file for import. Please fix "
5810
  "this before proceeding."
5811
  msgstr ""
5812
 
5813
+ #: includes/admin/csv-import.php:379
5814
  msgctxt "admin csv-import"
5815
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
5816
  msgstr ""
5817
 
5818
+ #: includes/admin/helpers/csv/class-csv-import.php:532
5819
  msgctxt "admin csv-import"
5820
  msgid ""
5821
  "Could not create listing category \"<category-name>\". The operation failed "
5822
  "with the following error: <error-message>."
5823
  msgstr ""
5824
 
5825
+ #: includes/admin/helpers/csv/class-csv-import.php:538
5826
  msgctxt "admin csv-import"
5827
  msgid "Could not create listing category \"%s\""
5828
  msgstr ""
5829
 
5830
+ #: includes/admin/helpers/csv/class-csv-import.php:730
5831
  msgctxt "admin csv-import"
5832
  msgid "Username \"%s\" does not exist"
5833
  msgstr ""
5834
 
5835
+ #: includes/admin/helpers/csv/class-csv-import.php:757
5836
  msgctxt "admin csv-import"
5837
  msgid "There is no Plan with ID = <fee-id>"
5838
  msgstr ""
5839
 
5840
+ #: includes/admin/helpers/csv/class-csv-import.php:788
5841
  msgctxt "admin csv-import"
5842
  msgid "Missing required field: %s"
5843
  msgstr ""
5844
 
5845
+ #: includes/admin/helpers/csv/class-csv-import.php:829
5846
  msgctxt "admin csv-import"
5847
  msgid "Listing category \"%s\" does not exist"
5848
  msgstr ""
5849
 
5850
+ #: includes/admin/helpers/csv/class-csv-import.php:903
5851
  msgctxt "admin csv-import"
5852
  msgid "The string <string> couldn't be converted into a valid date."
5853
  msgstr ""
5996
  msgid "Semicolon (;)"
5997
  msgstr ""
5998
 
5999
+ #: templates/admin/csv-import.tpl.php:196
6000
  msgctxt "admin csv-import"
6001
  msgid "Preserve existing status"
6002
  msgstr ""
6003
 
6004
+ #: templates/admin/csv-import.tpl.php:249
6005
  msgctxt "admin csv-import"
6006
  msgid ""
6007
  "Select a default user to be used if the username column is not present in "
6008
  "the CSV file."
6009
  msgstr ""
6010
 
6011
+ #: templates/admin/csv-import.tpl.php:283
6012
  msgctxt "admin csv-import"
6013
  msgid "Test Import"
6014
  msgstr ""
6015
 
6016
+ #: templates/admin/csv-import.tpl.php:284
6017
  msgctxt "admin csv-import"
6018
  msgid "Import Listings"
6019
  msgstr ""
6020
 
6021
+ #: templates/admin/csv-import.tpl.php:334
6022
  msgctxt "admin csv-import"
6023
  msgid ""
6024
  "Fee ID (integer) associated to a listing. Use this column when adding or "
6025
  "updating listings from external sources."
6026
  msgstr ""
6027
 
6028
+ #: templates/admin/csv-import.tpl.php:355
6029
  msgctxt "admin csv-import"
6030
  msgid "Internal Sequence ID used to allow listing updates from external sources."
6031
  msgstr ""
6032
 
6033
+ #: templates/admin/csv-import.tpl.php:362
6034
  msgctxt "admin csv-import"
6035
  msgid ""
6036
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
6045
  "does not seem to be writable. Please consult with your host."
6046
  msgstr ""
6047
 
6048
+ #: includes/admin/helpers/class-listing-information-metabox.php:23
6049
  msgctxt "listing metabox"
6050
  msgid "Recent Payments"
6051
  msgstr ""
6052
 
6053
+ #: includes/admin/helpers/class-listing-information-metabox.php:27
6054
  msgctxt "listing metabox"
6055
  msgid "Access Key"
6056
  msgstr ""
6080
  msgid "# of images"
6081
  msgstr ""
6082
 
6083
+ #: includes/admin/helpers/class-listing-timeline.php:122
6084
  msgctxt "listing timeline"
6085
  msgid "Listing created"
6086
  msgstr ""
6087
 
6088
+ #: includes/admin/helpers/class-listing-timeline.php:130
6089
  msgctxt "listing timeline"
6090
  msgid "Listing expired"
6091
  msgstr ""
6092
 
6093
+ #: includes/admin/helpers/class-listing-timeline.php:146
6094
  msgctxt "listing timeline"
6095
  msgid "T&C acceptance date"
6096
  msgstr ""
6097
 
6098
+ #: includes/admin/helpers/class-listing-timeline.php:164
6099
  msgctxt "listing timeline"
6100
  msgid "Paid as admin"
6101
  msgstr ""
6102
 
6103
+ #: includes/admin/helpers/class-listing-timeline.php:166
6104
  msgctxt "listing timeline"
6105
  msgid "Listing imported"
6106
  msgstr ""
6107
 
6108
+ #: includes/admin/helpers/class-listing-timeline.php:168
6109
  msgctxt "listing timeline"
6110
  msgid "Initial Payment"
6111
  msgstr ""
6172
  msgid "What do you track?"
6173
  msgstr ""
6174
 
6175
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:173
6176
  msgctxt "manual-upgrade"
6177
  msgid "Continue"
6178
  msgstr ""
6179
 
6180
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:187
6181
  msgctxt "manual-upgrade"
6182
  msgid "Start Upgrade"
6183
  msgstr ""
6184
 
6185
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:189
6186
  msgctxt "manual-upgrade"
6187
  msgid "Pause Upgrade"
6188
  msgstr ""
6189
 
6190
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:195
6191
  msgctxt "manual-upgrade"
6192
  msgid ""
6193
  "The upgrade was successfully performed. Business Directory Plugin is now "
6194
  "available."
6195
  msgstr ""
6196
 
6197
+ #: includes/admin/upgrades/class-manual-upgrade-helper.php:199
6198
  msgctxt "manual-upgrade"
6199
  msgid "Go to \"Directory Admin\""
6200
  msgstr ""
6216
  msgid "Migrating license information to new format..."
6217
  msgstr ""
6218
 
6219
+ #: includes/admin/upgrades/migrations/migration-18_0.php:194
6220
  msgctxt "installer"
6221
  msgid "Migrating email notices to new format..."
6222
  msgstr ""
6223
 
6224
+ #: includes/admin/upgrades/migrations/migration-18_0.php:205
6225
  msgctxt "installer"
6226
  msgid "Migrating plans..."
6227
  msgstr ""
6228
 
6229
+ #: includes/admin/upgrades/migrations/migration-18_0.php:322
6230
  msgctxt "installer"
6231
  msgid "! Could not migrate payment #%d"
6232
  msgstr ""
6233
 
6234
+ #: includes/admin/upgrades/migrations/migration-18_0.php:327
6235
  msgctxt "installer"
6236
  msgid "Updating payment items format: %d items remaining..."
6237
  msgstr ""
6238
 
6239
+ #: includes/admin/upgrades/migrations/migration-18_0.php:384
6240
  msgctxt "installer"
6241
  msgid "Migrating listing information: %d items remaining..."
6242
  msgstr ""
6279
  msgid "Listing upgrade to featured"
6280
  msgstr ""
6281
 
6282
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:181
6283
  msgctxt "listings-api"
6284
  msgid "Featured Listing"
6285
  msgstr ""
6286
 
6287
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:197
6288
  msgctxt "migrate-18"
6289
  msgid "Featured Levels migration is complete."
6290
  msgstr ""
6291
 
6292
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:213
6293
  msgctxt "migrate-18"
6294
  msgid ""
6295
  "Business Directory <b>version 5.0</b> is changing how Featured Levels "
6298
  "listings."
6299
  msgstr ""
6300
 
6301
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:215
6302
  msgctxt "migrate-18"
6303
  msgid ""
6304
  "We need to migrate your existing \"featured levels\" to plans for use by "
6308
  "support</support-link> and <cancel-link>cancel migration</cancel-link>."
6309
  msgstr ""
6310
 
6311
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:217
6312
  msgctxt "migrate-18"
6313
  msgid ""
6314
  "Before we do the migration, we need to ask a few simple questions to move "
6316
  "plan\" that is right for you."
6317
  msgstr ""
6318
 
6319
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:262
6320
  msgctxt "migrate-18"
6321
  msgid "Move to: "
6322
  msgstr ""
6323
 
6324
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
6325
  msgctxt "migrate-18"
6326
  msgid "New plan summary"
6327
  msgstr ""
6328
 
6329
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:299
6330
  msgctxt "migrate-18"
6331
  msgid "Perform migration"
6332
  msgstr ""
6333
 
6334
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:344
6335
  msgctxt "migrate-18"
6336
  msgid "Business Directory Plugin - Featured Levels migration required."
6337
  msgstr ""
6338
 
6339
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:349
6340
  msgctxt "migrate-18"
6341
  msgid ""
6342
  "Featured levels were removed in 5.0. You need to perform your <a>Featured "
6343
  "Levels migration here</a>."
6344
  msgstr ""
6345
 
6346
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:199
6347
  msgctxt "upgrade-18"
6348
  msgid "← Return to Directory dashboard"
6349
  msgstr ""
6350
 
6351
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:209
6352
  msgctxt "upgrade-18"
6353
  msgid "Configure Plan"
6354
  msgstr ""
6355
 
6356
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:234
6357
  msgctxt "upgrade-18"
6358
  msgid "Featured Level"
6359
  msgstr ""
6360
 
6361
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:235
6362
  msgctxt "upgrade-18"
6363
  msgid "What to do with it?"
6364
  msgstr ""
6365
 
6366
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:244
6367
  msgctxt "upgrade-18"
6368
  msgid "%d listing is on this level."
6369
  msgid_plural "%d listings are on this level."
6370
  msgstr[0] ""
6371
  msgstr[1] ""
6372
 
6373
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:248
6374
  msgctxt "upgrade-18"
6375
  msgid "Select an option"
6376
  msgstr ""
6377
 
6378
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6379
  msgctxt "upgrade-18"
6380
  msgid "Remove \"sticky\" status for listings."
6381
  msgstr ""
6382
 
6383
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:249
6384
  msgctxt "upgrade-18"
6385
  msgid "Remove this (old) level, and leave the listing on the old plan."
6386
  msgstr ""
6387
 
6388
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6389
  msgctxt "upgrade-18"
6390
  msgid "May change \"sticky\" status depending on plan."
6391
  msgstr ""
6392
 
6393
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:252
6394
  msgctxt "upgrade-18"
6395
  msgid "Move listings with this level to existing plan."
6396
  msgstr ""
6397
 
6398
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6399
  msgctxt "upgrade-18"
6400
  msgid "Keep \"sticky\" status of listings."
6401
  msgstr ""
6402
 
6403
+ #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:255
6404
  msgctxt "upgrade-18"
6405
  msgid "Replace this level with a new plan."
6406
  msgstr ""
6420
  msgid "Add New Listing"
6421
  msgstr ""
6422
 
6423
+ #: includes/models/class-listing.php:427
6424
  msgctxt "listing"
6425
  msgid "Listing has no registered payments"
6426
  msgstr ""
6427
 
6428
+ #: includes/models/class-listing.php:436
6429
  msgctxt "listing"
6430
  msgid "Can't delete payment"
6431
  msgstr ""
6432
 
6433
+ #: includes/models/class-listing.php:474
6434
  msgctxt "listing"
6435
  msgid "Listing expired"
6436
  msgstr ""
6437
 
6438
+ #: includes/models/class-listing.php:683
6439
  msgctxt "listing"
6440
  msgid "(Unavailable Plan)"
6441
  msgstr ""
6442
 
6443
+ #: includes/models/class-listing.php:878
6444
  msgctxt "listing"
6445
  msgid "Plan \"%s\" (recurring)"
6446
  msgstr ""
6447
 
6448
+ #: includes/models/class-listing.php:880
6449
  msgctxt "listing"
6450
  msgid "Plan \"%s\""
6451
  msgstr ""
6553
  msgid "Report additional info"
6554
  msgstr ""
6555
 
6556
+ #: includes/class-meta.php:33
6557
  msgctxt "rss feed"
6558
  msgid "%s Feed"
6559
  msgstr ""
6560
 
 
 
 
 
 
 
 
 
 
 
6561
  #: includes/class-payment-gateways.php:95
6562
  msgctxt "payment-gateways"
6563
  msgid "Enable %s?"
6585
  msgid "The reCAPTCHA validation score failed."
6586
  msgstr ""
6587
 
6588
+ #: includes/class-wpbdp.php:460
6589
  msgctxt "listing image upload"
6590
  msgid "Please select a plan before uploading images to the listing"
6591
  msgstr ""
6592
 
6593
+ #: includes/class-wpbdp.php:465
6594
  msgctxt "listing image upload"
6595
  msgid "Can not upload any more images for this listing."
6596
  msgstr ""
6597
 
6598
+ #: includes/class-wpbdp.php:469
6599
  msgctxt "listing image upload"
6600
  msgid ""
6601
  "You're trying to upload %1$d images, but only have %2$d slot available. "
6611
  msgid "Submit Listing"
6612
  msgstr ""
6613
 
6614
+ #: includes/controllers/pages/class-checkout.php:112
6615
  msgctxt "checkout"
6616
  msgid "Can not process a payment at this time. Please try again later."
6617
  msgstr ""
6618
 
6619
+ #: includes/controllers/pages/class-checkout.php:150
6620
  msgctxt "checkout"
6621
  msgid "Invalid nonce received."
6622
  msgstr ""
6623
 
6624
+ #: includes/controllers/pages/class-checkout.php:165
6625
  msgctxt "checkout"
6626
  msgid "Invalid gateway selected."
6627
  msgstr ""
6628
 
6629
+ #: includes/controllers/pages/class-checkout.php:170
6630
  msgctxt "checkout"
6631
  msgid "Selected gateway does not support payment's currency."
6632
  msgstr ""
6633
 
6634
+ #: includes/controllers/pages/class-checkout.php:229
6635
  msgctxt "checkout"
6636
  msgid "Unknown gateway error."
6637
  msgstr ""
6638
 
6639
+ #: includes/controllers/pages/class-checkout.php:268
6640
  msgctxt "checkout"
6641
  msgid "There was an error trying to process your request. No gateway is selected."
6642
  msgstr ""
6799
  "an existing field"
6800
  msgstr ""
6801
 
6802
+ #: includes/controllers/pages/class-submit-listing.php:1284
6803
  msgctxt "templates"
6804
  msgid "Please agree to the Terms and Conditions."
6805
  msgstr ""
6806
 
6807
+ #: includes/controllers/pages/class-submit-listing.php:1298
6808
  msgctxt "templates"
6809
  msgid "I agree to the <a>Terms and Conditions</a>"
6810
  msgstr ""
6814
  msgid "Return to results"
6815
  msgstr ""
6816
 
6817
+ #: includes/helpers/functions/templates-ui.php:224
6818
  msgctxt "templates"
6819
  msgid "No listing categories found."
6820
  msgstr ""
6821
 
6822
+ #: includes/helpers/functions/templates-ui.php:375
6823
  msgctxt "templates"
6824
  msgid "Advanced Search"
6825
  msgstr ""
6830
  msgid "Featured Listing"
6831
  msgstr ""
6832
 
 
 
 
 
 
 
 
6833
  #: templates/parts/listing-buttons.tpl.php:15
6834
  msgctxt "templates"
6835
  msgid "Edit"
6873
  msgid "Return to plan selection"
6874
  msgstr ""
6875
 
 
 
 
 
 
6876
  #: templates/submit-listing/extra-sections.tpl.php:1
6877
  msgctxt "templates"
6878
  msgid "Additional Information"
6942
  msgid "Please <a>login</a> to manage your listings."
6943
  msgstr ""
6944
 
6945
+ #: includes/controllers/pages/class-manage-recurring.php:33
6946
  msgctxt "manage subscription"
6947
  msgid "The listing with id = <listing-id> doesn't exists."
6948
  msgstr ""
6949
 
6950
+ #: includes/controllers/pages/class-manage-recurring.php:42
6951
  msgctxt "manage subscriptions"
6952
  msgid ""
6953
  "You are not authorized to cancel this subscription. The link you followed "
6954
  "is invalid."
6955
  msgstr ""
6956
 
6957
+ #: includes/controllers/pages/class-manage-recurring.php:53
6958
  msgctxt "manage subscriptions"
6959
  msgid "Invalid subscription."
6960
  msgstr ""
6961
 
6962
+ #: includes/controllers/pages/class-manage-recurring.php:76
6963
  msgctxt "manage subscriptions"
6964
  msgid "Your subscription was canceled."
6965
  msgstr ""
6969
  msgid "Subscription / Plan"
6970
  msgstr ""
6971
 
6972
+ #: includes/controllers/pages/class-manage-recurring.php:93
6973
  msgctxt "manage listings"
6974
  msgid "You are not on recurring payments for any of your listings."
6975
  msgstr ""
7139
  msgstr ""
7140
 
7141
  #: includes/controllers/pages/class-submit-listing.php:866
7142
+ #: includes/controllers/pages/class-submit-listing.php:993
7143
  msgctxt "submit listing"
7144
  msgid "Please select a category."
7145
  msgstr ""
7146
 
7147
+ #: includes/controllers/pages/class-submit-listing.php:891
7148
  msgctxt "submit listing"
7149
  msgid "Current active plan is disabled. Please select another plan."
7150
  msgstr ""
7151
 
7152
+ #: includes/controllers/pages/class-submit-listing.php:893
7153
  msgctxt "submit listing"
7154
  msgid "Please choose a valid category for your plan."
7155
  msgstr ""
7156
 
7157
+ #: includes/controllers/pages/class-submit-listing.php:896
7158
  msgctxt "submit listing"
7159
  msgid "Please choose a valid plan for your category selection."
7160
  msgstr ""
7161
 
7162
+ #: includes/controllers/pages/class-submit-listing.php:1204
7163
  msgctxt "submit listing"
7164
  msgid "Please enter your desired username."
7165
  msgstr ""
7166
 
7167
+ #: includes/controllers/pages/class-submit-listing.php:1209
7168
  msgctxt "submit listing"
7169
  msgid "Please enter the e-mail for your new account."
7170
  msgstr ""
7171
 
7172
+ #: includes/controllers/pages/class-submit-listing.php:1214
7173
  msgctxt "submit listing"
7174
  msgid "The username you chose is already in use. Please use a different one."
7175
  msgstr ""
7176
 
7177
+ #: includes/controllers/pages/class-submit-listing.php:1219
7178
  msgctxt "submit listing"
7179
  msgid "The e-mail address you chose for your account is already in use."
7180
  msgstr ""
7184
  msgid "Listing submitted by admin. Payment skipped."
7185
  msgstr ""
7186
 
7187
+ #: includes/controllers/pages/class-submit-listing.php:1159
7188
  msgctxt "listing submit"
7189
  msgid ""
7190
  "Image upload is required, please provide at least one image and submit "
7459
  msgid "Destination dir \"%s\" is not writable."
7460
  msgstr ""
7461
 
7462
+ #: includes/helpers/functions/templates-ui.php:402
7463
  msgctxt "templates sort"
7464
  msgid "Sort By:"
7465
  msgstr ""
7490
  msgid "General"
7491
  msgstr ""
7492
 
7493
+ #: includes/licensing.php:537
7494
  msgctxt "licensing"
7495
  msgid "Could not contact licensing server"
7496
  msgstr ""
7497
 
7498
+ #: includes/licensing.php:550
7499
  msgctxt "licensing"
7500
  msgid ""
7501
  "It was not possible to establish a connection with Business Directory's "
7502
  "server. cURL was not found in your system"
7503
  msgstr ""
7504
 
7505
+ #: includes/licensing.php:552 includes/licensing.php:582
7506
  msgctxt "licensing"
7507
  msgid ""
7508
  "To ensure the security of our systems and adhere to industry best "
7511
  "OpenSSL 1.0.1c)."
7512
  msgstr ""
7513
 
7514
+ #: includes/licensing.php:554 includes/licensing.php:584
7515
  msgctxt "licensing"
7516
  msgid ""
7517
  "Upgrading your system will not only allow you to communicate with Business "
7519
  "services using the latest security standards."
7520
  msgstr ""
7521
 
7522
+ #: includes/licensing.php:556
7523
  msgctxt "licensing"
7524
  msgid ""
7525
  "Please contact your hosting provider and ask them to upgrade your system. "
7526
  "Include this message if necessary"
7527
  msgstr ""
7528
 
7529
+ #: includes/licensing.php:586
7530
  msgctxt "licensing"
7531
  msgid ""
7532
  "Please contact your hosting provider and ask them to upgrade your system. "
7533
  "Include this message if necessary."
7534
  msgstr ""
7535
 
7536
+ #: includes/licensing.php:622
7537
  msgctxt "licensing"
7538
  msgid "The server returned a 403 Forbidden error."
7539
  msgstr ""
7540
 
7541
+ #: includes/licensing.php:868
7542
  msgctxt "licensing"
7543
  msgid "Could not activate license: %s."
7544
  msgstr ""
7545
 
7546
+ #: includes/licensing.php:873
7547
  msgctxt "licensing"
7548
  msgid "License activated"
7549
  msgstr ""
7550
 
7551
+ #: includes/licensing.php:905
7552
  msgctxt "licensing"
7553
  msgid "Could not deactivate license: %s."
7554
  msgstr ""
7555
 
7556
+ #: includes/licensing.php:907
7557
  msgctxt "licensing"
7558
  msgid "License deactivated"
7559
  msgstr ""
7560
 
7561
+ #: includes/licensing.php:1147
7562
  #. translators: "<module-name>" version <version-number> is not...
7563
  msgctxt "deprecation"
7564
  msgid ""
7578
  msgstr[0] ""
7579
  msgstr[1] ""
7580
 
7581
+ #: includes/models/class-fee-plan.php:405
7582
  msgctxt "fees-api"
7583
  msgid "Plan label is required."
7584
  msgstr ""
7585
 
7586
+ #: includes/models/class-fee-plan.php:411
7587
  msgctxt "fees-api"
7588
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
7589
  msgstr ""
7590
 
7591
+ #: includes/models/class-fee-plan.php:416
7592
  msgctxt "fees-api"
7593
  msgid ""
7594
  "To set this plan as \"Recurring\" you must have a time for the listing to "
7596
  "<a>plan</a> appropriately."
7597
  msgstr ""
7598
 
7599
+ #: includes/models/class-fee-plan.php:419
7600
  msgctxt "fees-api"
7601
  msgid ""
7602
  "To set this plan as \"Recurring\" you must set a price for your plan. To "
phpstan.neon CHANGED
@@ -1,4 +1,5 @@
1
  parameters:
 
2
  reportUnmatchedIgnoredErrors: false
3
  bootstrapFiles:
4
  - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
1
  parameters:
2
+ level: 4
3
  reportUnmatchedIgnoredErrors: false
4
  bootstrapFiles:
5
  - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
templates/admin/csv-import.tpl.php CHANGED
@@ -176,10 +176,12 @@ printf(
176
  <label> <?php esc_html_e( 'Post status of new imported listings', 'business-directory-plugin' ); ?></label>
177
  </div>
178
  <select name="settings[post-status]">
179
- <?php foreach ( get_post_statuses() as $post_status => $post_status_label ) : ?>
180
- <?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
181
- <?php continue; ?>
182
- <?php endif; ?>
 
 
183
  <option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'post-status', 'publish' ) == $post_status ? 'selected="selected"' : ''; ?>>
184
  <?php echo esc_html( $post_status_label ); ?>
185
  </option>
@@ -192,10 +194,12 @@ printf(
192
  </div>
193
  <select name="settings[existing-post-status]">
194
  <option value="preserve_status" <?php echo _defaults_or( $defaults, 'existing-post-status', 'preserve_status' ) == 'preserve_status' ? 'selected="selected"' : ''; ?>><?php _ex( 'Preserve existing status', 'admin csv-import', 'business-directory-plugin' ); ?></option>
195
- <?php foreach ( get_post_statuses() as $post_status => $post_status_label ) : ?>
196
- <?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
197
- <?php continue; ?>
198
- <?php endif; ?>
 
 
199
  <option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'existing-post-status', 'preserve_status' ) == $post_status ? 'selected="selected"' : ''; ?>>
200
  <?php echo esc_html( $post_status_label ); ?>
201
  </option>
176
  <label> <?php esc_html_e( 'Post status of new imported listings', 'business-directory-plugin' ); ?></label>
177
  </div>
178
  <select name="settings[post-status]">
179
+ <?php
180
+ foreach ( get_post_statuses() as $post_status => $post_status_label ) :
181
+ if ( ! in_array( $post_status, array( 'publish', 'pending' ), true ) ) :
182
+ continue;
183
+ endif;
184
+ ?>
185
  <option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'post-status', 'publish' ) == $post_status ? 'selected="selected"' : ''; ?>>
186
  <?php echo esc_html( $post_status_label ); ?>
187
  </option>
194
  </div>
195
  <select name="settings[existing-post-status]">
196
  <option value="preserve_status" <?php echo _defaults_or( $defaults, 'existing-post-status', 'preserve_status' ) == 'preserve_status' ? 'selected="selected"' : ''; ?>><?php _ex( 'Preserve existing status', 'admin csv-import', 'business-directory-plugin' ); ?></option>
197
+ <?php
198
+ foreach ( get_post_statuses() as $post_status => $post_status_label ) :
199
+ if ( ! in_array( $post_status, array( 'publish', 'pending' ), true ) ) :
200
+ continue;
201
+ endif;
202
+ ?>
203
  <option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'existing-post-status', 'preserve_status' ) == $post_status ? 'selected="selected"' : ''; ?>>
204
  <?php echo esc_html( $post_status_label ); ?>
205
  </option>
templates/businessdirectory-listings.tpl.php CHANGED
@@ -26,14 +26,18 @@ $query = isset( $query ) ? $query : wpbdp_current_query();
26
 
27
  <?php wpbdp_the_listing_sort_options(); ?>
28
 
29
- <?php if ( ! $query->have_posts() ) : ?>
30
- <?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
31
- <?php else : ?>
32
  <div class="listings wpbdp-listings-list">
33
- <?php while ( $query->have_posts() ) : $query->the_post(); ?>
34
- <?php wpbdp_render_listing( null, 'excerpt', 'echo' ); ?>
35
- <?php endwhile; ?>
36
  <?php
 
 
 
 
 
 
 
37
  wpbdp_x_part(
38
  'parts/pagination',
39
  array(
@@ -42,7 +46,11 @@ $query = isset( $query ) ? $query : wpbdp_current_query();
42
  );
43
  ?>
44
  </div>
45
- <?php endif; ?>
 
 
 
 
46
 
47
  </div>
48
 
26
 
27
  <?php wpbdp_the_listing_sort_options(); ?>
28
 
29
+ <?php
30
+ if ( $query->have_posts() ) :
31
+ ?>
32
  <div class="listings wpbdp-listings-list">
 
 
 
33
  <?php
34
+ /** @phpstan-ignore-next-line */
35
+ while ( $query->have_posts() ) {
36
+ $query->the_post();
37
+ wpbdp_render_listing( null, 'excerpt', 'echo' );
38
+ }
39
+
40
+ /** @phpstan-ignore-next-line */
41
  wpbdp_x_part(
42
  'parts/pagination',
43
  array(
46
  );
47
  ?>
48
  </div>
49
+ <?php
50
+ else :
51
+ esc_html_e( 'No listings found.', 'business-directory-plugin' );
52
+ endif;
53
+ ?>
54
 
55
  </div>
56
 
templates/manage_listings.tpl.php CHANGED
@@ -7,30 +7,34 @@
7
 
8
  ?>
9
  <div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
10
- <?php if ( ! $query->have_posts() ) : ?>
11
- <p><?php esc_html_e( 'You do not currently have any listings in the directory.', 'business-directory-plugin' ); ?></p>
12
- <?php
13
- echo sprintf(
14
- '<a href="%s">%s</a>.',
15
- esc_attr( wpbdp_get_page_link( 'main' ) ),
16
- esc_html__( 'Return to directory', 'business-directory-plugin' )
17
- );
18
- else :
19
  ?>
20
- <p><?php echo esc_html_x( 'Your current listings are shown below. To edit a listing click the edit button. To delete a listing click the delete button.', 'templates', 'business-directory-plugin' ); ?></p>
21
  <?php
22
- while ( $query->have_posts() ) :
 
23
  $query->the_post();
24
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
25
  echo WPBDP_Listing_Display_Helper::excerpt();
26
- endwhile;
27
 
 
28
  wpbdp_x_part(
29
  'parts/pagination',
30
  array(
31
  'query' => $query,
32
  )
33
  );
 
 
 
 
 
 
 
 
 
34
  endif;
35
  ?>
36
  </div>
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
  ?>
13
+ <p><?php esc_html_e( 'Your current listings are shown below.', 'business-directory-plugin' ); ?></p>
14
  <?php
15
+ /** @phpstan-ignore-next-line */
16
+ while ( $query->have_posts() ) {
17
  $query->the_post();
18
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
19
  echo WPBDP_Listing_Display_Helper::excerpt();
20
+ }
21
 
22
+ /** @phpstan-ignore-next-line */
23
  wpbdp_x_part(
24
  'parts/pagination',
25
  array(
26
  'query' => $query,
27
  )
28
  );
29
+ else :
30
+ ?>
31
+ <p><?php esc_html_e( 'You do not currently have any listings in the directory.', 'business-directory-plugin' ); ?></p>
32
+ <?php
33
+ echo sprintf(
34
+ '<a href="%s">%s</a>.',
35
+ esc_attr( wpbdp_get_page_link( 'main' ) ),
36
+ esc_html__( 'Return to directory', 'business-directory-plugin' )
37
+ );
38
  endif;
39
  ?>
40
  </div>
templates/parts/listing-buttons.tpl.php CHANGED
@@ -32,13 +32,12 @@ if ( 'single' === $view || 'excerpt' === $view ) :
32
  );
33
  endif;
34
  endif;
 
35
  if ( 'single' === $view ) :
36
  if ( wpbdp_get_option( 'show-directory-button' ) ) :
37
- $buttons .= sprintf(
38
- '<span class="back-to-dir-buttons"><a href="%2$s" class="back-to-dir">%1$s</a></span>',
39
- esc_html__( 'Return to Directory', 'business-directory-plugin' ),
40
- esc_url( wpbdp_url( '/' ) )
41
- );
42
  endif;
43
  endif;
44
 
32
  );
33
  endif;
34
  endif;
35
+
36
  if ( 'single' === $view ) :
37
  if ( wpbdp_get_option( 'show-directory-button' ) ) :
38
+ ob_start();
39
+ wpbdp_get_return_link();
40
+ $buttons .= ob_get_clean();
 
 
41
  endif;
42
  endif;
43
 
templates/parts/listing-title.tpl.php CHANGED
@@ -5,9 +5,13 @@
5
  * @package BDP/Templates/parts
6
  */
7
  ?>
8
- <div class="listing-title">
9
- <<?php echo esc_attr( $title_type ); ?>><?php echo esc_html( $title ); ?></<?php echo esc_attr( $title_type ); ?>>
10
- <?php if ( in_array( 'single', wpbdp_get_option( 'display-sticky-badge' ) ) ) : ?>
11
- <?php echo $sticky_tag; ?>
12
- <?php endif; ?>
13
- </div>
 
 
 
 
5
  * @package BDP/Templates/parts
6
  */
7
  ?>
8
+ <?php if ( $title_type !== 'h1' ) : ?>
9
+ <div class="listing-title">
10
+ <<?php echo esc_attr( $title_type ); ?>><?php echo esc_html( $title ); ?></<?php echo esc_attr( $title_type ); ?>>
11
+ <?php endif; ?>
12
+ <?php if ( in_array( 'single', wpbdp_get_option( 'display-sticky-badge' ), true ) ) : ?>
13
+ <?php echo $sticky_tag; ?>
14
+ <?php endif; ?>
15
+ <?php if ( $title_type !== 'h1' ) : ?>
16
+ </div>
17
+ <?php endif; ?>
templates/parts/listings-loop.tpl.php CHANGED
@@ -1,21 +1,22 @@
1
  <?php
2
- if ( ! $query->have_posts() ) :
3
- ?>
4
- <span class="no-listings">
5
- <?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
6
- </span>
7
- <?php
8
- else :
9
  while ( $query->have_posts() ) {
10
  $query->the_post();
11
  wpbdp_render_listing( null, 'excerpt', 'echo' );
12
  }
13
 
 
14
  wpbdp_x_part(
15
  'parts/pagination',
16
  array(
17
  'query' => $query,
18
  )
19
  );
20
-
 
 
 
 
 
21
  endif;
1
  <?php
2
+ if ( $query->have_posts() ) :
3
+ /** @phpstan-ignore-next-line */
 
 
 
 
 
4
  while ( $query->have_posts() ) {
5
  $query->the_post();
6
  wpbdp_render_listing( null, 'excerpt', 'echo' );
7
  }
8
 
9
+ /** @phpstan-ignore-next-line */
10
  wpbdp_x_part(
11
  'parts/pagination',
12
  array(
13
  'query' => $query,
14
  )
15
  );
16
+ else :
17
+ ?>
18
+ <span class="no-listings">
19
+ <?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
20
+ </span>
21
+ <?php
22
  endif;
templates/search-form.tpl.php CHANGED
@@ -1,6 +1,5 @@
1
  <div id="wpbdp-search-form-wrapper">
2
 
3
- <h3><?php echo esc_html_x( 'Find a listing', 'templates', 'business-directory-plugin' ); ?></h3>
4
  <form action="<?php echo esc_url( wpbdp_url( 'search' ) ); ?>" id="wpbdp-search-form" method="get">
5
  <input type="hidden" name="dosrch" value="1" />
6
  <input type="hidden" name="q" value="" />
1
  <div id="wpbdp-search-form-wrapper">
2
 
 
3
  <form action="<?php echo esc_url( wpbdp_url( 'search' ) ); ?>" id="wpbdp-search-form" method="get">
4
  <input type="hidden" name="dosrch" value="1" />
5
  <input type="hidden" name="q" value="" />
templates/single.tpl.php CHANGED
@@ -7,7 +7,6 @@
7
  ?>
8
 
9
  <div id="<?php echo esc_attr( $listing_css_id ); ?>" class="<?php echo esc_attr( $listing_css_class ); ?>">
10
- <?php wpbdp_get_return_link(); ?>
11
  <?php wpbdp_x_part( 'parts/listing-title' ); ?>
12
  <?php
13
  wpbdp_x_part(
7
  ?>
8
 
9
  <div id="<?php echo esc_attr( $listing_css_id ); ?>" class="<?php echo esc_attr( $listing_css_class ); ?>">
 
10
  <?php wpbdp_x_part( 'parts/listing-title' ); ?>
11
  <?php
12
  wpbdp_x_part(
themes/default/assets/styles.css CHANGED
@@ -48,10 +48,6 @@
48
  display: block;
49
  }
50
 
51
- .wpbdp-listing .listing-actions {
52
- text-align: right;
53
- }
54
-
55
  .wpbdp-view-show_listing h3 {
56
  font-size: 28px;
57
  }
48
  display: block;
49
  }
50
 
 
 
 
 
51
  .wpbdp-view-show_listing h3 {
52
  font-size: 28px;
53
  }
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.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",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",