Business Directory Plugin - Version 5.13.3

Version Description

Download this release

Release Info

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

Code changes from version 5.13.2 to 5.13.3

Files changed (117) hide show
  1. README.TXT +18 -19
  2. business-directory-plugin.php +1 -1
  3. includes/admin/class-admin-controller.php +5 -4
  4. includes/admin/class-admin.php +8 -8
  5. includes/admin/class-themes-admin.php +12 -39
  6. includes/admin/helpers/class-payments-table.php +1 -1
  7. includes/admin/page-debug.php +1 -1
  8. includes/admin/settings/class-settings.php +28 -23
  9. includes/admin/tracking.php +8 -7
  10. includes/admin/upgrades/class-themes-updater.php +5 -4
  11. includes/admin/upgrades/migrations/migration-17_0.php +2 -2
  12. includes/admin/upgrades/migrations/migration-18_0.php +13 -9
  13. includes/admin/upgrades/migrations/migration-2_0.php +3 -3
  14. includes/admin/upgrades/migrations/migration-2_1.php +27 -26
  15. includes/admin/upgrades/migrations/migration-2_2.php +3 -3
  16. includes/admin/upgrades/migrations/migration-2_3.php +16 -16
  17. includes/admin/upgrades/migrations/migration-2_4.php +1 -1
  18. includes/admin/upgrades/migrations/migration-2_5.php +18 -18
  19. includes/admin/upgrades/migrations/migration-3_1.php +4 -3
  20. includes/admin/upgrades/migrations/migration-3_2.php +1 -1
  21. includes/admin/upgrades/migrations/migration-3_6.php +1 -1
  22. includes/admin/upgrades/migrations/migration-3_7.php +7 -5
  23. includes/admin/upgrades/migrations/migration-5_0.php +3 -2
  24. includes/class-abandoned-payment-notification.php +1 -1
  25. includes/class-dispatcher.php +5 -4
  26. includes/class-listing-email-notification.php +2 -2
  27. includes/class-listing-expiration.php +1 -1
  28. includes/class-listing.php +8 -7
  29. includes/class-meta.php +9 -5
  30. includes/class-query-integration.php +1 -1
  31. includes/class-recaptcha.php +7 -2
  32. includes/class-rewrite.php +2 -2
  33. includes/class-shortcodes.php +8 -6
  34. includes/class-wordpress-template-integration.php +6 -6
  35. includes/class-wpbdp.php +12 -11
  36. includes/compatibility/class-acf-boldmove-compat.php +3 -3
  37. includes/compatibility/class-cornerstone-compat.php +1 -1
  38. includes/compatibility/class-custom-permalinks-integration.php +1 -1
  39. includes/compatibility/deprecated.php +29 -24
  40. includes/compatibility/deprecated/class-db-model2.php +16 -12
  41. includes/compatibility/templates/businessdirectory-category.tpl.php +2 -2
  42. includes/db/class-db-model.php +2 -2
  43. includes/db/class-db-query-set.php +15 -11
  44. includes/debugging.php +32 -27
  45. includes/fields/class-fieldtypes-checkbox.php +1 -1
  46. includes/fields/class-fieldtypes-date.php +5 -4
  47. includes/fields/class-fieldtypes-facebook.php +1 -1
  48. includes/fields/class-fieldtypes-image.php +2 -2
  49. includes/fields/class-fieldtypes-multiselect.php +2 -2
  50. includes/fields/class-fieldtypes-textarea.php +2 -2
  51. includes/fields/class-fieldtypes-twitter.php +1 -1
  52. includes/fields/class-form-field-type.php +6 -4
  53. includes/form-fields.php +6 -4
  54. includes/gateways/class-gateway-authorize-net.php +2 -2
  55. includes/helpers/class-app.php +2 -2
  56. includes/helpers/class-field-display-list.php +2 -2
  57. includes/helpers/class-fs.php +3 -2
  58. includes/helpers/listing_flagging.php +2 -2
  59. includes/installer.php +8 -9
  60. includes/licensing.php +1 -1
  61. includes/payment.php +1 -1
  62. includes/themes.php +4 -3
  63. includes/utils.php +77 -55
  64. includes/views/all_listings.php +4 -4
  65. includes/views/manage_recurring.php +2 -2
  66. includes/views/search.php +1 -1
  67. includes/views/show_listing.php +1 -1
  68. includes/views/submit_listing.php +3 -2
  69. includes/widgets/class-listings-widget.php +1 -1
  70. includes/widgets/class-widgets.php +8 -8
  71. includes/widgets/widget-latest-listings.php +4 -2
  72. includes/widgets/widget-search.php +59 -46
  73. languages/business-directory-plugin-ar.mo +0 -0
  74. languages/business-directory-plugin-ar.po +334 -331
  75. languages/business-directory-plugin-de_DE.mo +0 -0
  76. languages/business-directory-plugin-de_DE.po +340 -334
  77. languages/business-directory-plugin-en_US.po +260 -320
  78. languages/business-directory-plugin-fr_FR.mo +0 -0
  79. languages/business-directory-plugin-fr_FR.po +353 -345
  80. languages/business-directory-plugin-it_IT.mo +0 -0
  81. languages/business-directory-plugin-it_IT.po +355 -344
  82. languages/business-directory-plugin-nl_NL.mo +0 -0
  83. languages/business-directory-plugin-nl_NL.po +277 -324
  84. languages/business-directory-plugin-pl_PL.mo +0 -0
  85. languages/business-directory-plugin-pl_PL.po +375 -369
  86. languages/business-directory-plugin-ru_RU.mo +0 -0
  87. languages/business-directory-plugin-ru_RU.po +343 -335
  88. languages/business-directory-plugin-sv_SE.mo +0 -0
  89. languages/business-directory-plugin-sv_SE.po +335 -331
  90. languages/business-directory-plugin.pot +262 -322
  91. templates/admin/csv-export.tpl.php +4 -2
  92. templates/admin/csv-import.tpl.php +48 -28
  93. templates/admin/fees-index.tpl.php +1 -1
  94. templates/admin/form-fields-addoredit.tpl.php +1 -1
  95. templates/admin/metaboxes-listing-information-plan.tpl.php +2 -2
  96. templates/admin/themes-delete-confirm.tpl.php +3 -3
  97. templates/admin/themes-install.tpl.php +1 -1
  98. templates/admin/themes-item.tpl.php +2 -2
  99. templates/businessdirectory-excerpt.tpl.php +1 -1
  100. templates/businessdirectory-listings.tpl.php +7 -7
  101. templates/delete-listing-confirm.tpl.php +2 -2
  102. templates/deprecated/businessdirectory-main-page.tpl.php +2 -2
  103. templates/deprecated/category.tpl.php +1 -1
  104. templates/deprecated/search.tpl.php +3 -3
  105. templates/email/listing-added.tpl.php +6 -5
  106. templates/email/listing-payment-completed.tpl.php +1 -1
  107. templates/email/listing-reported.tpl.php +3 -3
  108. templates/listing-flagging-form.tpl.php +5 -5
  109. templates/manage-listings.tpl.php +2 -2
  110. templates/manage-recurring.tpl.php +2 -2
  111. templates/parts/listings-loop.tpl.php +1 -1
  112. templates/parts/pagination.tpl.php +2 -2
  113. templates/plan-selection-plan.tpl.php +4 -4
  114. templates/search-form.tpl.php +1 -1
  115. templates/search.tpl.php +1 -1
  116. templates/submit-listing/checkout.tpl.php +1 -1
  117. themes/default/theme.json +1 -1
README.TXT CHANGED
@@ -4,16 +4,14 @@ Tags: business directory, listings, directory plugin, staff directory, member di
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
- Stable tag: 5.13.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.
11
 
12
  == Description ==
13
 
14
- [Main Site](https://businessdirectoryplugin.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) | [Docs](https://businessdirectoryplugin.com/knowledge-base/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
15
-
16
- Are you looking for a simple directory website builder with WordPress? With Business Directory Plugin, it's never been easier to be in control with directories for any business type. All without a developer!
17
 
18
  == The Best Business Directory Plugin for WordPress ==
19
  You've found the most popular, versatile, and easy to use WordPress directory plugin available. Increase interaction on your WordPress site, improve customer retention and add a generate revenue with our WordPress business directory plugin!
@@ -22,11 +20,11 @@ Our easy WordPress directory plugin allows you to take the listings you want and
22
 
23
  Not only can you create business listings, but you can also build any other kind of listings directory. Build a team or employee directory, company directory, medical directory, and other web directory sites with our easy listing plugin.
24
 
25
- [See Business Directory Plugin demo](https://demo.businessdirectoryplugin.com/).
26
 
27
  Need a classifieds listings site? Try [Another WordPress Classifieds Plugin - AWPCP](https://wordpress.org/plugins/another-wordpress-classifieds-plugin/).
28
 
29
- == Get Simple Business Directory Listing Solutions ==
30
  Here are just a few things our community is doing with Business Directory Plugin to build connections, help communities, and grow traffic with our directory website builder:
31
 
32
  * Start a listing manager service for providers. (Like counselors, plumbers, electricians, house cleaning, locksmiths, therapists, wedding vendors, veterinarians, consultants, photographers, artists, authors, etc.)
@@ -52,9 +50,9 @@ See all WordPress listing plugin [features](https://businessdirectoryplugin.com/
52
  * Built in CSV import and export for easy directory listing creation
53
  * Avoid spam listings with ReCaptcha
54
  * Sorting options for categories, listings, and front-end for users to choose sort order
55
- * Users who post can edit listings without access to the WP dashboard. Our directory software is a great listing manager.
56
  * SEO Friendly using Yoast SEO, Rank Math, or All in One SEO
57
- * Quick-search and sorting bar for listings for simple directory searches
58
  * Advanced search screen with ability to show/hide fields available for search
59
  * Mobile-friendly, responsive support when installed with a responsive theme
60
  * Multilingual directories with WPML
@@ -82,7 +80,7 @@ For a detailed list of features, please visit: [BusinessDirectoryPlugin.com](htt
82
  * [PayFast Gateway](https://businessdirectoryplugin.com/downloads/payfast-payment-module/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) - Accept payments using PayFast.
83
  * [Authorize.net Gateway](https://businessdirectoryplugin.com/knowledge-base/authorize-net-module/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
84
 
85
- == Premium Business Directory Themes ==
86
  Transform your WP directory site the easy way with a few clicks. Our business directory templates are designed not to take over as a full WordPress theme.
87
 
88
  * [Elegant Grid Theme](https://businessdirectoryplugin.com/downloads/elegant-grid-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
@@ -102,7 +100,9 @@ Please see our [Business Directory Plugin Documentation](https://businessdirecto
102
  == Installation ==
103
  Please see our detailed [Installation Guide](https://businessdirectoryplugin.com/knowledge-base/installation-guide/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion), the [Getting Started Guide](https://businessdirectoryplugin.com/article-categories/getting-started/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) for common how-to scenarios, and our [Initial Setup](https://businessdirectoryplugin.com/knowledge-base/installation-guide/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) page for instructions on how to get going quickly with our business directory software.
104
 
105
- [Full documentation](https://businessdirectoryplugin.com/knowledge-base/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) for Business Directory Plugin is also available.
 
 
106
 
107
  == Screenshots ==
108
 
@@ -112,8 +112,8 @@ Please see our detailed [Installation Guide](https://businessdirectoryplugin.com
112
 
113
  For the definitive FAQ section, please visit the [FAQ Section](https://businessdirectoryplugin.com/article-categories/faqs/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion), or our [Getting Started](https://businessdirectoryplugin.com/article-categories/getting-started/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) guide.
114
 
115
- = Can I accept paid and free listings with Business Directory Plugin? =
116
- Yes it can. You can do this by creating fee plans for 0.00 and some other paid amount at the same time. For more details, read [this article](https://businessdirectoryplugin.com/knowledge-base/how-to-run-bd-in-free-mode/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
117
 
118
  = Do you have video tutorials for building WordPress directories? =
119
  Yes we do. They can be found [here](https://businessdirectoryplugin.com/video-tutorials/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
@@ -137,13 +137,13 @@ Yes! We offer many user-provided translations under the /languages folder. It is
137
 
138
  And you can also easily [translate it yourself](https://translate.wordpress.org/projects/wp-plugins/business-directory-plugin/).
139
 
140
- = Is Business Directory Plugin compatible with WordPress Multisite (WPMU)? =
141
  Yes it is. However, you cannot "network activate" the plugin (as this will share the database). Activate it on only the sub sites you need it.
142
 
143
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
144
 
145
  = What types of directories can I build? =
146
- Our directory website builder software combined with our add-on modules is the most powerful directory plugin on the market. The options are limitless. Here are a few types of directories you can create:
147
 
148
  * Business listings
149
  * Company directory
@@ -165,6 +165,10 @@ Our directory website builder software combined with our add-on modules is the m
165
  * Book review sites
166
 
167
  == Changelog ==
 
 
 
 
168
  = 5.13.2 =
169
  * New: Added support for using id=# in several shortcodes. ie [businessdirectory-socials id=251], [businessdirectory-buttons id=251], [businessdirectory-details id=251], [businessdirectory-images id=251]
170
  * Fix: Check template override locations more consistently
@@ -204,9 +208,4 @@ Our directory website builder software combined with our add-on modules is the m
204
  * Fix: Some listing images were not being removed correctly from a listing when removed from the back-end.
205
  * Fix: Prevent an error when the default free plan is deleted.
206
 
207
- = 5.11.2 =
208
- * Security: Lots of security fixes after a security audit. This includes XSS, Cross-Site Request Forgery, and unprotected import and export files.
209
- * Fix: Some combination of add-ons was preventing the listing form from progressing.
210
- * Fix: Post duplicator plugins were resulting in an endless loop when updating or deleting a duplicated listing.
211
-
212
  <a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
+ Stable tag: 5.13.3
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
11
 
12
  == Description ==
13
 
14
+ Business Directory Plugin is the perfect solution for professionals who are looking for a simple directory website builder for WordPress! If you're not tech savvy, no worries. You can quickly get started by installing this simple plugin. It doesn't require any developer knowledge whatsoever on your end.
 
 
15
 
16
  == The Best Business Directory Plugin for WordPress ==
17
  You've found the most popular, versatile, and easy to use WordPress directory plugin available. Increase interaction on your WordPress site, improve customer retention and add a generate revenue with our WordPress business directory plugin!
20
 
21
  Not only can you create business listings, but you can also build any other kind of listings directory. Build a team or employee directory, company directory, medical directory, and other web directory sites with our easy listing plugin.
22
 
23
+ [See demo](https://demo.businessdirectoryplugin.com/).
24
 
25
  Need a classifieds listings site? Try [Another WordPress Classifieds Plugin - AWPCP](https://wordpress.org/plugins/another-wordpress-classifieds-plugin/).
26
 
27
+ == Get Simple Directory Listing Solutions ==
28
  Here are just a few things our community is doing with Business Directory Plugin to build connections, help communities, and grow traffic with our directory website builder:
29
 
30
  * Start a listing manager service for providers. (Like counselors, plumbers, electricians, house cleaning, locksmiths, therapists, wedding vendors, veterinarians, consultants, photographers, artists, authors, etc.)
50
  * Built in CSV import and export for easy directory listing creation
51
  * Avoid spam listings with ReCaptcha
52
  * Sorting options for categories, listings, and front-end for users to choose sort order
53
+ * Users who post can edit listings without access to the WP dashboard. (It's a great listing manager.)
54
  * SEO Friendly using Yoast SEO, Rank Math, or All in One SEO
55
+ * Quick-search and sorting bar for listings for simple directory software searches
56
  * Advanced search screen with ability to show/hide fields available for search
57
  * Mobile-friendly, responsive support when installed with a responsive theme
58
  * Multilingual directories with WPML
80
  * [PayFast Gateway](https://businessdirectoryplugin.com/downloads/payfast-payment-module/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) - Accept payments using PayFast.
81
  * [Authorize.net Gateway](https://businessdirectoryplugin.com/knowledge-base/authorize-net-module/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
82
 
83
+ == Premium Themes ==
84
  Transform your WP directory site the easy way with a few clicks. Our business directory templates are designed not to take over as a full WordPress theme.
85
 
86
  * [Elegant Grid Theme](https://businessdirectoryplugin.com/downloads/elegant-grid-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
100
  == Installation ==
101
  Please see our detailed [Installation Guide](https://businessdirectoryplugin.com/knowledge-base/installation-guide/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion), the [Getting Started Guide](https://businessdirectoryplugin.com/article-categories/getting-started/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) for common how-to scenarios, and our [Initial Setup](https://businessdirectoryplugin.com/knowledge-base/installation-guide/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) page for instructions on how to get going quickly with our business directory software.
102
 
103
+ [Main Site](https://businessdirectoryplugin.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
104
+
105
+ [Full documentation](https://businessdirectoryplugin.com/knowledge-base/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) is also available.
106
 
107
  == Screenshots ==
108
 
112
 
113
  For the definitive FAQ section, please visit the [FAQ Section](https://businessdirectoryplugin.com/article-categories/faqs/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion), or our [Getting Started](https://businessdirectoryplugin.com/article-categories/getting-started/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) guide.
114
 
115
+ = Can I accept paid and free listings? =
116
+ Yes you can. You can do this by creating fee plans for 0.00 and some other paid amount at the same time. For more details, read [this article](https://businessdirectoryplugin.com/knowledge-base/how-to-run-bd-in-free-mode/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
117
 
118
  = Do you have video tutorials for building WordPress directories? =
119
  Yes we do. They can be found [here](https://businessdirectoryplugin.com/video-tutorials/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion).
137
 
138
  And you can also easily [translate it yourself](https://translate.wordpress.org/projects/wp-plugins/business-directory-plugin/).
139
 
140
+ = Is this plugin compatible with WordPress Multisite? =
141
  Yes it is. However, you cannot "network activate" the plugin (as this will share the database). Activate it on only the sub sites you need it.
142
 
143
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
144
 
145
  = What types of directories can I build? =
146
+ Our directory website builder software combined with the add-on modules is the most powerful directory plugin on the market. The options are limitless. Here are a few types of directories you can create:
147
 
148
  * Business listings
149
  * Company directory
165
  * Book review sites
166
 
167
  == Changelog ==
168
+ = 5.13.3 =
169
+ * Fix: An warning message was showing in the admin area when it shouldn't.
170
+ * Update for code styling and more escaping.
171
+
172
  = 5.13.2 =
173
  * New: Added support for using id=# in several shortcodes. ie [businessdirectory-socials id=251], [businessdirectory-buttons id=251], [businessdirectory-details id=251], [businessdirectory-images id=251]
174
  * Fix: Check template override locations more consistently
208
  * Fix: Some listing images were not being removed correctly from a listing when removed from the back-end.
209
  * Fix: Prevent an error when the default free plan is deleted.
210
 
 
 
 
 
 
211
  <a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 5.13.2
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 5.13.3
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/admin/class-admin-controller.php CHANGED
@@ -57,10 +57,11 @@ class WPBDP__Admin__Controller {
57
  if ( is_array( $result ) ) {
58
  $template = WPBDP_PATH . 'templates/admin/' . $this->controller_id . '-' . $this->current_view . '.tpl.php';
59
 
60
- if ( ! file_exists( $template ) )
61
- $output = json_encode( $result );
62
- else
63
- $output = wpbdp_render_page( $template, $result );
 
64
  } else {
65
  $output = $result;
66
  }
57
  if ( is_array( $result ) ) {
58
  $template = WPBDP_PATH . 'templates/admin/' . $this->controller_id . '-' . $this->current_view . '.tpl.php';
59
 
60
+ if ( ! file_exists( $template ) ) {
61
+ $output = json_encode( $result );
62
+ } else {
63
+ $output = wpbdp_render_page( $template, $result );
64
+ }
65
  } else {
66
  $output = $result;
67
  }
includes/admin/class-admin.php CHANGED
@@ -78,11 +78,11 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
78
  add_action( 'current_screen', array( $this, 'admin_view_dispatch' ), 9999 );
79
  add_action( 'wp_ajax_wpbdp_admin_ajax', array( $this, 'admin_ajax_dispatch' ), 9999 );
80
 
81
- add_filter('admin_head-post.php', array( $this, 'maybe_highlight_menu' ) );
82
- add_filter('admin_head-post-new.php', array( $this, 'maybe_highlight_menu' ) );
83
- add_filter('admin_head-post.php', array( $this, 'maybe_highlight_menu' ) );
84
- add_filter('admin_head-edit.php', array( $this, 'maybe_highlight_menu' ) );
85
- add_filter('admin_head-edit-tags.php', array( $this, 'maybe_highlight_menu' ) );
86
 
87
  require_once WPBDP_PATH . 'includes/controllers/class-addons.php';
88
  WPBDP_Addons_Controller::load_hooks();
@@ -390,8 +390,8 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
390
  $cpt_menu = sprintf( 'edit.php?post_type=%s', WPBDP_POST_TYPE );
391
  $admin_menu = 'wpbdp_admin';
392
 
393
- if( isset( $submenu[$cpt_menu] ) && isset( $submenu[$admin_menu] ) ) {
394
- $submenu[$admin_menu] = array_merge( $submenu[$cpt_menu], $submenu[$admin_menu] );
395
  }
396
  }
397
 
@@ -477,7 +477,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
477
  return;
478
  }
479
 
480
- $this->current_controller = new $classname;
481
 
482
  ob_start();
483
  $this->current_controller->_dispatch();
78
  add_action( 'current_screen', array( $this, 'admin_view_dispatch' ), 9999 );
79
  add_action( 'wp_ajax_wpbdp_admin_ajax', array( $this, 'admin_ajax_dispatch' ), 9999 );
80
 
81
+ add_filter( 'admin_head-post.php', array( $this, 'maybe_highlight_menu' ) );
82
+ add_filter( 'admin_head-post-new.php', array( $this, 'maybe_highlight_menu' ) );
83
+ add_filter( 'admin_head-post.php', array( $this, 'maybe_highlight_menu' ) );
84
+ add_filter( 'admin_head-edit.php', array( $this, 'maybe_highlight_menu' ) );
85
+ add_filter( 'admin_head-edit-tags.php', array( $this, 'maybe_highlight_menu' ) );
86
 
87
  require_once WPBDP_PATH . 'includes/controllers/class-addons.php';
88
  WPBDP_Addons_Controller::load_hooks();
390
  $cpt_menu = sprintf( 'edit.php?post_type=%s', WPBDP_POST_TYPE );
391
  $admin_menu = 'wpbdp_admin';
392
 
393
+ if ( isset( $submenu[ $cpt_menu ] ) && isset( $submenu[ $admin_menu ] ) ) {
394
+ $submenu[ $admin_menu ] = array_merge( $submenu[ $cpt_menu ], $submenu[ $admin_menu ] );
395
  }
396
  }
397
 
477
  return;
478
  }
479
 
480
+ $this->current_controller = new $classname();
481
 
482
  ob_start();
483
  $this->current_controller->_dispatch();
includes/admin/class-themes-admin.php CHANGED
@@ -17,8 +17,6 @@ class WPBDP_Themes_Admin {
17
  add_action( 'wpbdp_admin_menu', array( &$this, 'admin_menu' ) );
18
  add_filter( 'wpbdp_admin_menu_reorder', array( &$this, 'admin_menu_move_themes_up' ) );
19
 
20
- add_action( 'wpbdp_admin_notices', array( &$this, 'pre_themes_templates_warning' ) );
21
-
22
  add_action( 'admin_enqueue_scripts', array( &$this, 'enqueue_scripts' ) );
23
 
24
  add_action( 'wpbdp_action_set-active-theme', array( &$this, 'set_active_theme' ) );
@@ -75,43 +73,6 @@ class WPBDP_Themes_Admin {
75
  return $menu;
76
  }
77
 
78
- function pre_themes_templates_warning() {
79
- global $wpbdp;
80
-
81
- $pre_themes_templates = array(
82
- 'businessdirectory-excerpt',
83
- 'businessdirectory-listing',
84
- 'businessdirectory-listings',
85
- 'businessdirectory-main-page',
86
- );
87
- $overridden = array();
88
-
89
- foreach ( $pre_themes_templates as $t ) {
90
- $f = $wpbdp->themes->template_has_override( $t );
91
- if ( ! empty( $f ) ) {
92
- $overridden[ $t ] = str_replace( WP_CONTENT_DIR, '', $f );
93
- }
94
- }
95
-
96
- if ( ! $overridden ) {
97
- return;
98
- }
99
-
100
- $msg = '';
101
- $msg .= '<strong>' . _x( 'Business Directory Plugin - Your template overrides need to be reviewed!', 'admin themes', 'business-directory-plugin' ) . '</strong>';
102
- $msg .= '<br />';
103
- $msg .= _x( 'Starting with version 4.0, Business Directory is using a new theming system that is not compatible with the templates used in previous versions.', 'admin themes', 'business-directory-plugin' );
104
- $msg .= '<br />';
105
- $msg .= _x( 'Because of this, your template overrides below have been disabled. You should <a>review our documentation on customization</a> in order adjust your templates.', 'admin themes', 'business-directory-plugin' );
106
- $msg .= '<br /><br />';
107
-
108
- foreach ( $overridden as $t => $relpath ) {
109
- $msg .= '&#149; <tt>' . $relpath . '</tt><br />';
110
- }
111
-
112
- wpbdp_admin_message( $msg, 'error' );
113
- }
114
-
115
  function enqueue_scripts( $hook ) {
116
  global $pagenow;
117
 
@@ -508,4 +469,16 @@ class WPBDP_Themes_Admin {
508
  return true;
509
  }
510
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  }
17
  add_action( 'wpbdp_admin_menu', array( &$this, 'admin_menu' ) );
18
  add_filter( 'wpbdp_admin_menu_reorder', array( &$this, 'admin_menu_move_themes_up' ) );
19
 
 
 
20
  add_action( 'admin_enqueue_scripts', array( &$this, 'enqueue_scripts' ) );
21
 
22
  add_action( 'wpbdp_action_set-active-theme', array( &$this, 'set_active_theme' ) );
73
  return $menu;
74
  }
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  function enqueue_scripts( $hook ) {
77
  global $pagenow;
78
 
469
  return true;
470
  }
471
 
472
+ function pre_themes_templates_warning() {
473
+ _deprecated_function( __METHOD__, '5.13.3' );
474
+
475
+ // TODO: Remove these templates from the code.
476
+ // This function showed a warning for v4.0 if any of the following templates were used:
477
+ $pre_themes_templates = array(
478
+ 'businessdirectory-excerpt',
479
+ 'businessdirectory-listing',
480
+ 'businessdirectory-listings',
481
+ 'businessdirectory-main-page',
482
+ );
483
+ }
484
  }
includes/admin/helpers/class-payments-table.php CHANGED
@@ -40,7 +40,7 @@ class WPBDP__Admin__Payments_Table extends WP_List_Table {
40
  foreach ( $views_ as $view_id => $view_data ) {
41
  $views[ $view_id ] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
42
  esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&status=' . $view_id ) ),
43
- $view_id == $this->get_current_view() ? 'current': '',
44
  $view_data[0],
45
  number_format_i18n( $view_data[1] ) );
46
  }
40
  foreach ( $views_ as $view_id => $view_data ) {
41
  $views[ $view_id ] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
42
  esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&status=' . $view_id ) ),
43
+ $view_id == $this->get_current_view() ? 'current' : '',
44
  $view_data[0],
45
  number_format_i18n( $view_data[1] ) );
46
  }
includes/admin/page-debug.php CHANGED
@@ -96,7 +96,7 @@ class WPBDP_Admin_Debug_Page {
96
  }
97
  }
98
 
99
- printf( '%-33s = %s', esc_html( $k ), is_array( $v ) ? esc_html( $v['value'] ) : esc_html( $v ) );
100
  print PHP_EOL;
101
  }
102
 
96
  }
97
  }
98
 
99
+ printf( '%-33s = %s', esc_html( $k ), is_array( $v ) ? esc_html( $v['value'] ) : esc_html( $v ) );
100
  print PHP_EOL;
101
  }
102
 
includes/admin/settings/class-settings.php CHANGED
@@ -99,7 +99,7 @@ class WPBDP__Settings {
99
  $parents = array();
100
  $parent_ = $parent;
101
 
102
- while( $parent_ ) {
103
  $parents[] = $parent_;
104
  $parent_ = $this->groups[ $parent_ ]['parent'];
105
  }
@@ -414,10 +414,11 @@ class WPBDP__Settings {
414
  $legacy_options = array();
415
 
416
  foreach ($this->pre_2_0_options() as $old_key => $new_key) {
417
- $setting_value = $this->get($new_key);
418
 
419
- if ($new_key == 'googlecheckout' || $new_key == 'paypal' || $new_key == '2checkout')
420
- $setting_value = !$setting_value;
 
421
 
422
  if ($this->settings[$new_key]->type == 'boolean') {
423
  $setting_value = $setting_value == true ? 'yes' : 'no';
@@ -621,47 +622,51 @@ class WPBDP__Settings {
621
  }
622
 
623
  public function upgrade_options() {
624
- if (!$this->settings)
625
- $this->_register_settings();
 
626
 
627
  $translations = $this->pre_2_0_options();
628
 
629
- if ($old_options = get_option('wpbusdirman_settings_config')) {
 
630
  foreach ($old_options as $option) {
631
- $id = strtolower($option['id']);
632
- $type = strtolower($option['type']);
633
  $value = $option['std'];
634
 
635
- if ($type == 'titles' || $id == 'wpbusdirman_settings_config_25' || empty($value))
636
  continue;
 
637
 
638
- if ($id == 'wpbusdirman_settings_config_40') {
639
- $this->set('googlecheckout', $value == 'yes' ? false : true);
640
- } elseif ($id == 'wpbusdirman_settings_config_41') {
641
- $this->set('paypal', $value == 'yes' ? false : true);
642
- } elseif ($id == 'wpbusdirman_settings_config_43') {
643
- $this->set('2checkout', $value == 'yes' ? false : true);
644
- } else {
645
- if (!isset($this->settings[$translations[$id]]))
646
- continue;
 
647
 
648
- $newsetting = $this->settings[$translations[$id]];
649
 
650
  switch ($newsetting->type) {
651
  case 'boolean':
652
- $this->set($newsetting->name, $value == 'yes' ? true : false);
653
  break;
654
  case 'choice':
655
  case 'text':
656
  default:
657
- $this->set($newsetting->name, $value);
658
  break;
659
  }
660
  }
661
 
662
  }
663
 
664
- delete_option('wpbusdirman_settings_config');
665
  }
666
  }
667
 
99
  $parents = array();
100
  $parent_ = $parent;
101
 
102
+ while ( $parent_ ) {
103
  $parents[] = $parent_;
104
  $parent_ = $this->groups[ $parent_ ]['parent'];
105
  }
414
  $legacy_options = array();
415
 
416
  foreach ($this->pre_2_0_options() as $old_key => $new_key) {
417
+ $setting_value = $this->get( $new_key );
418
 
419
+ if ( $new_key === 'paypal' || $new_key === '2checkout' ) {
420
+ $setting_value = ! $setting_value;
421
+ }
422
 
423
  if ($this->settings[$new_key]->type == 'boolean') {
424
  $setting_value = $setting_value == true ? 'yes' : 'no';
622
  }
623
 
624
  public function upgrade_options() {
625
+ if ( ! $this->settings ) {
626
+ $this->_register_settings();
627
+ }
628
 
629
  $translations = $this->pre_2_0_options();
630
 
631
+ $old_options = get_option( 'wpbusdirman_settings_config' );
632
+ if ( $old_options ) {
633
  foreach ($old_options as $option) {
634
+ $id = strtolower( $option['id'] );
635
+ $type = strtolower( $option['type'] );
636
  $value = $option['std'];
637
 
638
+ if ( $type === 'titles' || $id === 'wpbusdirman_settings_config_25' || empty( $value ) ) {
639
  continue;
640
+ }
641
 
642
+ if ( $id === 'wpbusdirman_settings_config_40' ) {
643
+ $this->set( 'googlecheckout', $value === 'yes' ? false : true );
644
+ } elseif ( $id === 'wpbusdirman_settings_config_41' ) {
645
+ $this->set( 'paypal', $value === 'yes' ? false : true );
646
+ } elseif ( $id === 'wpbusdirman_settings_config_43' ) {
647
+ $this->set( '2checkout', $value === 'yes' ? false : true );
648
+ } else {
649
+ if ( ! isset( $this->settings[ $translations[ $id ] ] ) ) {
650
+ continue;
651
+ }
652
 
653
+ $newsetting = $this->settings[ $translations[ $id ] ];
654
 
655
  switch ($newsetting->type) {
656
  case 'boolean':
657
+ $this->set( $newsetting->name, $value === 'yes' );
658
  break;
659
  case 'choice':
660
  case 'text':
661
  default:
662
+ $this->set( $newsetting->name, $value );
663
  break;
664
  }
665
  }
666
 
667
  }
668
 
669
+ delete_option( 'wpbusdirman_settings_config' );
670
  }
671
  }
672
 
includes/admin/tracking.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
- if ( !defined( 'WPBDP_VERSION' ) ) die; // This page should not be called directly.
3
 
4
  /**
5
  * @package admin
6
  */
7
 
8
- if ( !class_exists( 'WPBDP_SiteTracking' ) ) {
9
 
10
  /**
11
  * Class used for anonymously tracking of users setups.
@@ -19,7 +19,7 @@ class WPBDP_SiteTracking {
19
  if ( ! wpbdp_get_option( 'tracking-on', false ) )
20
  return;
21
 
22
- if ( !wp_next_scheduled( 'wpbdp_site_tracking' ) ) {
23
  wp_schedule_event( current_time( 'timestamp' ), 'daily', 'wpbdp_site_tracking' );
24
  }
25
 
@@ -30,7 +30,7 @@ class WPBDP_SiteTracking {
30
  public function site_hash() {
31
  $hash = get_option( 'wpbdp-site_tracking_hash', '' );
32
 
33
- if ( !$hash ) {
34
  $hash = sha1( site_url() );
35
  update_option( 'wpbdp-site_tracking_hash', $hash );
36
  }
@@ -46,7 +46,7 @@ class WPBDP_SiteTracking {
46
  $site_hash = $this->site_hash();
47
  $data = get_transient( 'wpbdp-site_tracking_data' );
48
 
49
- if ( !$data ) {
50
  wpbdp_log( 'Gathering site tracking metrics.' );
51
 
52
  $data = array();
@@ -63,8 +63,9 @@ class WPBDP_SiteTracking {
63
  );
64
 
65
  // Plugins info.
66
- if ( !function_exists( 'get_plugin_data' ) )
67
- require_once ABSPATH . 'wp-admin/includes/admin.php';
 
68
 
69
  $data['plugins'] = array();
70
  foreach ( get_option( 'active_plugins' ) as $path ) {
1
  <?php
2
+ if ( ! defined( 'WPBDP_VERSION' ) ) die; // This page should not be called directly.
3
 
4
  /**
5
  * @package admin
6
  */
7
 
8
+ if ( ! class_exists( 'WPBDP_SiteTracking' ) ) {
9
 
10
  /**
11
  * Class used for anonymously tracking of users setups.
19
  if ( ! wpbdp_get_option( 'tracking-on', false ) )
20
  return;
21
 
22
+ if ( ! wp_next_scheduled( 'wpbdp_site_tracking' ) ) {
23
  wp_schedule_event( current_time( 'timestamp' ), 'daily', 'wpbdp_site_tracking' );
24
  }
25
 
30
  public function site_hash() {
31
  $hash = get_option( 'wpbdp-site_tracking_hash', '' );
32
 
33
+ if ( ! $hash ) {
34
  $hash = sha1( site_url() );
35
  update_option( 'wpbdp-site_tracking_hash', $hash );
36
  }
46
  $site_hash = $this->site_hash();
47
  $data = get_transient( 'wpbdp-site_tracking_data' );
48
 
49
+ if ( ! $data ) {
50
  wpbdp_log( 'Gathering site tracking metrics.' );
51
 
52
  $data = array();
63
  );
64
 
65
  // Plugins info.
66
+ if ( ! function_exists( 'get_plugin_data' ) ) {
67
+ require_once ABSPATH . 'wp-admin/includes/admin.php';
68
+ }
69
 
70
  $data['plugins'] = array();
71
  foreach ( get_option( 'active_plugins' ) as $path ) {
includes/admin/upgrades/class-themes-updater.php CHANGED
@@ -94,10 +94,11 @@ class WPBDP_Themes_Updater {
94
  $url = $data->package;
95
 
96
  $sections = isset( $data->sections ) ? unserialize( $data->sections ) : false;
97
- if ( $sections && isset( $sections['changelog'] ) )
98
- $changelog = $sections['changelog'];
99
- else
100
- $changelog = '';
 
101
 
102
  return array( $new_version, $changelog, $url );
103
  }
94
  $url = $data->package;
95
 
96
  $sections = isset( $data->sections ) ? unserialize( $data->sections ) : false;
97
+ if ( $sections && isset( $sections['changelog'] ) ) {
98
+ $changelog = $sections['changelog'];
99
+ } else {
100
+ $changelog = '';
101
+ }
102
 
103
  return array( $new_version, $changelog, $url );
104
  }
includes/admin/upgrades/migrations/migration-17_0.php CHANGED
@@ -44,8 +44,8 @@ class WPBDP__Migrations__17_0 extends WPBDP__Migration {
44
  }
45
 
46
  $sql = "SELECT post_id, meta_id, meta_key, meta_value FROM {$wpdb->postmeta} ";
47
- $sql.= "WHERE meta_key IN (%s) AND meta_value REGEXP '^ |\\t | \\t| $|[\\r\\n]' ";
48
- $sql.= "LIMIT 50";
49
 
50
  $sql = sprintf( $sql, "'" . implode( "', '", $meta_keys ) . "'" );
51
 
44
  }
45
 
46
  $sql = "SELECT post_id, meta_id, meta_key, meta_value FROM {$wpdb->postmeta} ";
47
+ $sql .= "WHERE meta_key IN (%s) AND meta_value REGEXP '^ |\\t | \\t| $|[\\r\\n]' ";
48
+ $sql .= "LIMIT 50";
49
 
50
  $sql = sprintf( $sql, "'" . implode( "', '", $meta_keys ) . "'" );
51
 
includes/admin/upgrades/migrations/migration-18_0.php CHANGED
@@ -248,7 +248,7 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
248
  }
249
 
250
  if ( ! $success ) {
251
- $msg = sprintf( _x( '! Could not migrate fee "%s" (%d)', 'installer', 'business-directory-plugin' ), $fee->label, $fee->id );
252
  return false;
253
  }
254
  }
@@ -443,10 +443,12 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
443
 
444
  foreach ( $fees as $fee ) {
445
  if ( $fee->recurring ) {
446
- if ( $x = wpbdp_get_fee( $fee->fee_id ) )
447
- $price = $x->amount;
448
- else
449
- $price = 0.0;
 
 
450
 
451
  return array(
452
  'listing_id' => $listing_id,
@@ -465,10 +467,12 @@ class WPBDP__Migrations__18_0 extends WPBDP__Migration {
465
  $oldkey = isset( $key_translations[ $key ] ) ? $key_translations[ $key ] : $key;
466
 
467
  if ( 'fee_price' == $key ) {
468
- if ( $x = wpbdp_get_fee( $fee->fee_id ) )
469
- $fee->fee_price = $x->amount;
470
- else
471
- $fee->fee_price = 0.0;
 
 
472
  }
473
 
474
  if ( 'expiration_date' == $key && ! $fee->expires_on )
248
  }
249
 
250
  if ( ! $success ) {
251
+ $msg = sprintf( __( 'Could not migrate fee "%1$s" (%2$d)', 'business-directory-plugin' ), $fee->label, $fee->id );
252
  return false;
253
  }
254
  }
443
 
444
  foreach ( $fees as $fee ) {
445
  if ( $fee->recurring ) {
446
+ $x = wpbdp_get_fee( $fee->fee_id );
447
+ if ( $x ) {
448
+ $price = $x->amount;
449
+ } else {
450
+ $price = 0.0;
451
+ }
452
 
453
  return array(
454
  'listing_id' => $listing_id,
467
  $oldkey = isset( $key_translations[ $key ] ) ? $key_translations[ $key ] : $key;
468
 
469
  if ( 'fee_price' == $key ) {
470
+ $x = wpbdp_get_fee( $fee->fee_id );
471
+ if ( $x ) {
472
+ $fee->fee_price = $x->amount;
473
+ } else {
474
+ $fee->fee_price = 0.0;
475
+ }
476
  }
477
 
478
  if ( 'expiration_date' == $key && ! $fee->expires_on )
includes/admin/upgrades/migrations/migration-2_0.php CHANGED
@@ -7,7 +7,7 @@ class WPBDP__Migrations__2_0 extends WPBDP__Migration {
7
  global $wpbdp;
8
 
9
  $wpbdp->settings->upgrade_options();
10
- wpbdp_log('WPBDP settings updated to 2.0-style');
11
 
12
  // make directory-related metadata hidden
13
  $old_meta_keys = array(
@@ -18,9 +18,9 @@ class WPBDP__Migrations__2_0 extends WPBDP__Migration {
18
  foreach ($old_meta_keys as $meta_key) {
19
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
20
  '_wpbdp_' . $meta_key, $meta_key, 'wpbdm-directory');
21
- $wpdb->query($query);
22
  }
23
 
24
- wpbdp_log('Made WPBDP directory metadata hidden attributes');
25
  }
26
  }
7
  global $wpbdp;
8
 
9
  $wpbdp->settings->upgrade_options();
10
+ wpbdp_log( 'WPBDP settings updated to 2.0-style' );
11
 
12
  // make directory-related metadata hidden
13
  $old_meta_keys = array(
18
  foreach ($old_meta_keys as $meta_key) {
19
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
20
  '_wpbdp_' . $meta_key, $meta_key, 'wpbdm-directory');
21
+ $wpdb->query( $query );
22
  }
23
 
24
+ wpbdp_log( 'Made WPBDP directory metadata hidden attributes' );
25
  }
26
  }
includes/admin/upgrades/migrations/migration-2_1.php CHANGED
@@ -30,40 +30,41 @@ class WPBDP__Migrations__2_1 extends WPBDP__Migration {
30
  );
31
 
32
  $field_count = $wpdb->get_var(
33
- sprintf("SELECT COUNT(*) FROM {$wpdb->prefix}options WHERE option_name LIKE '%%%s%%'", 'wpbusdirman_postform_field_label'));
 
34
 
35
- for ($i = 1; $i <= $field_count; $i++) {
36
- $label = get_option('wpbusdirman_postform_field_label_' . $i);
37
- $type = get_option('wpbusdirman_postform_field_type_'. $i);
38
- $validation = get_option('wpbusdirman_postform_field_validation_'. $i);
39
- $association = get_option('wpbusdirman_postform_field_association_'. $i);
40
- $required = strtolower(get_option('wpbusdirman_postform_field_required_'. $i));
41
- $show_in_excerpt = strtolower(get_option('wpbusdirman_postform_field_showinexcerpt_'. $i));
42
- $hide_field = strtolower(get_option('wpbusdirman_postform_field_hide_'. $i));
43
- $options = get_option('wpbusdirman_postform_field_options_'. $i);
44
 
45
  $newfield = array();
46
  $newfield['label'] = $label;
47
- $newfield['type'] = wpbdp_getv($pre_2_1_types, intval($type), 'textfield');
48
- $newfield['validator'] = wpbdp_getv($pre_2_1_validators, $validation, null);
49
- $newfield['association'] = wpbdp_getv($pre_2_1_associations, $association, 'meta');
50
- $newfield['is_required'] = $required == 'yes' ? true : false;
51
  $newfield['display_options'] = serialize(
52
- array('show_in_excerpt' => $show_in_excerpt == 'yes' ? true : false,
53
  'hide_field' => $hide_field == 'yes' ? true : false)
54
  );
55
- $newfield['field_data'] = $options ? serialize(array('options' => explode(',', $options))) : null;
56
 
57
- if ($wpdb->insert($wpdb->prefix . 'wpbdp_form_fields', $newfield)) {
58
- delete_option('wpbusdirman_postform_field_label_' . $i);
59
- delete_option('wpbusdirman_postform_field_type_' . $i);
60
- delete_option('wpbusdirman_postform_field_validation_' . $i);
61
- delete_option('wpbusdirman_postform_field_association_' . $i);
62
- delete_option('wpbusdirman_postform_field_required_' . $i);
63
- delete_option('wpbusdirman_postform_field_showinexcerpt_' . $i);
64
- delete_option('wpbusdirman_postform_field_hide_' . $i);
65
- delete_option('wpbusdirman_postform_field_options_' . $i);
66
- delete_option('wpbusdirman_postform_field_order_' . $i);
67
  }
68
 
69
  }
30
  );
31
 
32
  $field_count = $wpdb->get_var(
33
+ sprintf( "SELECT COUNT(*) FROM {$wpdb->prefix}options WHERE option_name LIKE '%%%s%%'", 'wpbusdirman_postform_field_label' )
34
+ );
35
 
36
+ for ( $i = 1; $i <= $field_count; $i++ ) {
37
+ $label = get_option( 'wpbusdirman_postform_field_label_' . $i );
38
+ $type = get_option( 'wpbusdirman_postform_field_type_'. $i );
39
+ $validation = get_option( 'wpbusdirman_postform_field_validation_'. $i );
40
+ $association = get_option( 'wpbusdirman_postform_field_association_'. $i );
41
+ $required = strtolower( get_option( 'wpbusdirman_postform_field_required_'. $i ) );
42
+ $show_in_excerpt = strtolower( get_option( 'wpbusdirman_postform_field_showinexcerpt_'. $i ) );
43
+ $hide_field = strtolower( get_option( 'wpbusdirman_postform_field_hide_'. $i ) );
44
+ $options = get_option( 'wpbusdirman_postform_field_options_'. $i );
45
 
46
  $newfield = array();
47
  $newfield['label'] = $label;
48
+ $newfield['type'] = wpbdp_getv( $pre_2_1_types, intval( $type ), 'textfield');
49
+ $newfield['validator'] = wpbdp_getv( $pre_2_1_validators, $validation, null );
50
+ $newfield['association'] = wpbdp_getv( $pre_2_1_associations, $association, 'meta' );
51
+ $newfield['is_required'] = $required === 'yes';
52
  $newfield['display_options'] = serialize(
53
+ array( 'show_in_excerpt' => $show_in_excerpt == 'yes' ? true : false,
54
  'hide_field' => $hide_field == 'yes' ? true : false)
55
  );
56
+ $newfield['field_data'] = $options ? serialize( array( 'options' => explode( ',', $options ) ) ) : null;
57
 
58
+ if ( $wpdb->insert( $wpdb->prefix . 'wpbdp_form_fields', $newfield ) ) {
59
+ delete_option( 'wpbusdirman_postform_field_label_' . $i );
60
+ delete_option( 'wpbusdirman_postform_field_type_' . $i );
61
+ delete_option( 'wpbusdirman_postform_field_validation_' . $i );
62
+ delete_option( 'wpbusdirman_postform_field_association_' . $i );
63
+ delete_option( 'wpbusdirman_postform_field_required_' . $i );
64
+ delete_option( 'wpbusdirman_postform_field_showinexcerpt_' . $i );
65
+ delete_option( 'wpbusdirman_postform_field_hide_' . $i );
66
+ delete_option( 'wpbusdirman_postform_field_options_' . $i );
67
+ delete_option( 'wpbusdirman_postform_field_order_' . $i );
68
  }
69
 
70
  }
includes/admin/upgrades/migrations/migration-2_2.php CHANGED
@@ -4,9 +4,9 @@ class WPBDP__Migrations__2_2 extends WPBDP__Migration {
4
 
5
  public function migrate() {
6
  global $wpdb;
7
- $wpdb->query("ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHARACTER SET utf8 COLLATE utf8_general_ci");
8
- $wpdb->query("ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHANGE `label` `label` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL");
9
- $wpdb->query("ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHANGE `description` `description` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL");
10
  }
11
 
12
  }
4
 
5
  public function migrate() {
6
  global $wpdb;
7
+ $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHARACTER SET utf8 COLLATE utf8_general_ci" );
8
+ $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHANGE `label` `label` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL" );
9
+ $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_form_fields CHANGE `description` `description` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL" );
10
  }
11
 
12
  }
includes/admin/upgrades/migrations/migration-2_3.php CHANGED
@@ -6,14 +6,14 @@ class WPBDP__Migrations__2_3 extends WPBDP__Migration {
6
  global $wpdb;
7
 
8
  $count = $wpdb->get_var(
9
- sprintf("SELECT COUNT(*) FROM {$wpdb->prefix}options WHERE option_name LIKE '%%%s%%'", 'wpbusdirman_settings_fees_label_'));
10
 
11
- for ($i = 1; $i <= $count; $i++) {
12
- $label = get_option('_settings_fees_label_' . $i, get_option('wpbusdirman_settings_fees_label_' . $i));
13
- $amount = get_option('_settings_fees_amount' . $i, get_option('wpbusdirman_settings_fees_amount_' . $i, '0.00'));
14
- $days = intval( get_option('_settings_fees_increment_' . $i, get_option('wpbusdirman_settings_fees_increment_' . $i, 0)) );
15
- $images = intval( get_option('_settings_fees_images_' . $i, get_option('wpbusdirman_settings_fees_images_' . $i, 0)) );
16
- $categories = get_option('_settings_fees_categories_' . $i, get_option('wpbusdirman_settings_fees_categories_' . $i, ''));
17
 
18
  $newfee = array();
19
  $newfee['label'] = $label;
@@ -25,24 +25,24 @@ class WPBDP__Migrations__2_3 extends WPBDP__Migration {
25
  if ($categories == '0') {
26
  $category_data['all'] = true;
27
  } else {
28
- foreach (explode(',', $categories) as $category_id) {
29
- $category_data['categories'][] = intval($category_id);
30
  }
31
  }
32
 
33
- $newfee['categories'] = serialize($category_data);
34
 
35
- if ($wpdb->insert($wpdb->prefix . 'wpbdp_fees', $newfee)) {
36
  $new_id = $wpdb->insert_id;
37
 
38
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
39
  $new_id, '_wpbdp_listingfeeid', $i, 'wpbdm-directory');
40
- $wpdb->query($query);
41
 
42
- foreach (array('label', 'amount', 'increment', 'images', 'categories') as $k) {
43
- delete_option('wpbusdirman_settings_fees_' . $k . '_' . $i);
44
- delete_option('_settings_fees_' . $k . '_' . $i);
45
- }
46
  }
47
 
48
  }
6
  global $wpdb;
7
 
8
  $count = $wpdb->get_var(
9
+ sprintf( "SELECT COUNT(*) FROM {$wpdb->prefix}options WHERE option_name LIKE '%%%s%%'", 'wpbusdirman_settings_fees_label_' ) );
10
 
11
+ for ( $i = 1; $i <= $count; $i++ ) {
12
+ $label = get_option( '_settings_fees_label_' . $i, get_option( 'wpbusdirman_settings_fees_label_' . $i ) );
13
+ $amount = get_option( '_settings_fees_amount' . $i, get_option( 'wpbusdirman_settings_fees_amount_' . $i, '0.00' ) );
14
+ $days = intval( get_option( '_settings_fees_increment_' . $i, get_option( 'wpbusdirman_settings_fees_increment_' . $i, 0 ) ) );
15
+ $images = intval( get_option( '_settings_fees_images_' . $i, get_option( 'wpbusdirman_settings_fees_images_' . $i, 0 ) ) );
16
+ $categories = get_option( '_settings_fees_categories_' . $i, get_option( 'wpbusdirman_settings_fees_categories_' . $i, '' ) );
17
 
18
  $newfee = array();
19
  $newfee['label'] = $label;
25
  if ($categories == '0') {
26
  $category_data['all'] = true;
27
  } else {
28
+ foreach ( explode( ',', $categories ) as $category_id ) {
29
+ $category_data['categories'][] = intval( $category_id );
30
  }
31
  }
32
 
33
+ $newfee['categories'] = serialize( $category_data );
34
 
35
+ if ( $wpdb->insert( $wpdb->prefix . 'wpbdp_fees', $newfee ) ) {
36
  $new_id = $wpdb->insert_id;
37
 
38
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
39
  $new_id, '_wpbdp_listingfeeid', $i, 'wpbdm-directory');
40
+ $wpdb->query( $query );
41
 
42
+ foreach ( array( 'label', 'amount', 'increment', 'images', 'categories' ) as $k ) {
43
+ delete_option( 'wpbusdirman_settings_fees_' . $k . '_' . $i );
44
+ delete_option( '_settings_fees_' . $k . '_' . $i );
45
+ }
46
  }
47
 
48
  }
includes/admin/upgrades/migrations/migration-2_4.php CHANGED
@@ -11,7 +11,7 @@ class WPBDP__Migrations__2_4 extends WPBDP__Migration {
11
  foreach ($fields as &$field) {
12
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
13
  '_wpbdp[fields][' . $field->get_id() . ']', $field->get_label(), 'wpbdm-directory');
14
- $wpdb->query($query);
15
  }
16
  }
17
 
11
  foreach ($fields as &$field) {
12
  $query = $wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s AND {$wpdb->postmeta}.post_id IN (SELECT ID FROM {$wpdb->posts} WHERE post_type = %s)",
13
  '_wpbdp[fields][' . $field->get_id() . ']', $field->get_label(), 'wpbdm-directory');
14
+ $wpdb->query( $query );
15
  }
16
  }
17
 
includes/admin/upgrades/migrations/migration-2_5.php CHANGED
@@ -5,41 +5,41 @@ class WPBDP__Migrations__2_5 extends WPBDP__Migration {
5
  public function migrate() {
6
  global $wpdb;
7
 
8
- wpbdp_log('Updating payment/sticky status values.');
9
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s", '_wpbdp[sticky]', '_wpbdp_sticky'));
10
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value = %s", 'sticky', '_wpbdp[sticky]', 'approved'));
11
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value != %s", 'pending', '_wpbdp[sticky]', 'approved'));
12
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s", '_wpbdp[payment_status]', '_wpbdp_paymentstatus'));
13
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value != %s", 'not-paid', '_wpbdp[payment_status]', 'paid'));
14
 
15
  // Misc updates
16
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_totalallowedimages'));
17
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_termlength'));
18
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_costoflisting'));
19
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_listingfeeid'));
20
 
21
- wpbdp_log('Updating listing images to new framework.');
22
 
23
- $old_images = $wpdb->get_results($wpdb->prepare("SELECT * FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_image'));
24
  foreach ($old_images as $old_image) {
25
- require_once(ABSPATH . 'wp-admin/includes/file.php');
26
- require_once(ABSPATH . 'wp-admin/includes/image.php');
27
 
28
  $filename = ABSPATH . 'wp-content/uploads/wpbdm/' . $old_image->meta_value;
29
 
30
- $wp_filetype = wp_check_filetype(basename($filename), null);
31
 
32
  $attachment_id = wp_insert_attachment(array(
33
  'post_mime_type' => $wp_filetype['type'],
34
- 'post_title' => preg_replace('/\.[^.]+$/', '', basename($filename)),
35
  'post_content' => '',
36
  'post_status' => 'inherit'
37
  ), $filename, $old_image->post_id);
38
  $attach_data = wp_generate_attachment_metadata( $attachment_id, $filename );
39
  wp_update_attachment_metadata( $attachment_id, $attach_data );
40
  }
41
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_image'));
42
- $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_thumbnail'));
43
  }
44
 
45
  }
5
  public function migrate() {
6
  global $wpdb;
7
 
8
+ wpbdp_log( 'Updating payment/sticky status values.' );
9
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s", '_wpbdp[sticky]', '_wpbdp_sticky' ) );
10
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value = %s", 'sticky', '_wpbdp[sticky]', 'approved' ) );
11
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value != %s", 'pending', '_wpbdp[sticky]', 'approved' ) );
12
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_key = %s WHERE meta_key = %s", '_wpbdp[payment_status]', '_wpbdp_paymentstatus' ) );
13
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_value = %s WHERE meta_key = %s AND meta_value != %s", 'not-paid', '_wpbdp[payment_status]', 'paid' ) );
14
 
15
  // Misc updates
16
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_totalallowedimages' ) );
17
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_termlength' ) );
18
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_costoflisting' ) );
19
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_listingfeeid' ) );
20
 
21
+ wpbdp_log( 'Updating listing images to new framework.' );
22
 
23
+ $old_images = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_image' ) );
24
  foreach ($old_images as $old_image) {
25
+ require_once ABSPATH . 'wp-admin/includes/file.php';
26
+ require_once ABSPATH . 'wp-admin/includes/image.php';
27
 
28
  $filename = ABSPATH . 'wp-content/uploads/wpbdm/' . $old_image->meta_value;
29
 
30
+ $wp_filetype = wp_check_filetype( basename( $filename ), null );
31
 
32
  $attachment_id = wp_insert_attachment(array(
33
  'post_mime_type' => $wp_filetype['type'],
34
+ 'post_title' => preg_replace( '/\.[^.]+$/', '', basename( $filename ) ),
35
  'post_content' => '',
36
  'post_status' => 'inherit'
37
  ), $filename, $old_image->post_id);
38
  $attach_data = wp_generate_attachment_metadata( $attachment_id, $filename );
39
  wp_update_attachment_metadata( $attachment_id, $attach_data );
40
  }
41
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_image' ) );
42
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp_thumbnail' ) );
43
  }
44
 
45
  }
includes/admin/upgrades/migrations/migration-3_1.php CHANGED
@@ -5,10 +5,11 @@ class WPBDP__Migrations__3_1 extends WPBDP__Migration {
5
  public function migrate() {
6
  global $wpdb;
7
 
8
- $wpdb->query($wpdb->prepare("UPDATE {$wpdb->posts} SET post_type = %s WHERE post_type = %s", WPBDP_POST_TYPE, 'wpbdm-directory'));
9
 
10
- if (function_exists('flush_rewrite_rules'))
11
- flush_rewrite_rules(false);
 
12
  }
13
 
14
  }
5
  public function migrate() {
6
  global $wpdb;
7
 
8
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->posts} SET post_type = %s WHERE post_type = %s", WPBDP_POST_TYPE, 'wpbdm-directory' ) );
9
 
10
+ if ( function_exists( 'flush_rewrite_rules' ) ) {
11
+ flush_rewrite_rules( false );
12
+ }
13
  }
14
 
15
  }
includes/admin/upgrades/migrations/migration-3_2.php CHANGED
@@ -30,7 +30,7 @@ class WPBDP__Migrations__3_2 extends WPBDP__Migration {
30
  $newfield['validators'] = array();
31
 
32
  // display options
33
- $f_display_options = array_merge(array('show_in_excerpt' => true, 'show_in_listing' => true, 'show_in_search' => true), $f->display_options ? (array) unserialize($f->display_options) : array());
34
  if ( isset( $f_display_options['hide_field'] ) && $f_display_options['hide_field'] ) {
35
  // do nothing
36
  } else {
30
  $newfield['validators'] = array();
31
 
32
  // display options
33
+ $f_display_options = array_merge( array( 'show_in_excerpt' => true, 'show_in_listing' => true, 'show_in_search' => true ), $f->display_options ? (array) unserialize( $f->display_options ) : array() );
34
  if ( isset( $f_display_options['hide_field'] ) && $f_display_options['hide_field'] ) {
35
  // do nothing
36
  } else {
includes/admin/upgrades/migrations/migration-3_6.php CHANGED
@@ -10,7 +10,7 @@ class WPBDP__Migrations__3_6 extends WPBDP__Migration {
10
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_payments MODIFY id bigint(20) AUTO_INCREMENT" );
11
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_listing_fees MODIFY id bigint(20) AUTO_INCREMENT" );
12
 
13
- update_option(WPBDP_Settings::PREFIX . "listings-per-page", get_option("posts_per_page"));
14
  }
15
 
16
  }
10
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_payments MODIFY id bigint(20) AUTO_INCREMENT" );
11
  $wpdb->query( "ALTER TABLE {$wpdb->prefix}wpbdp_listing_fees MODIFY id bigint(20) AUTO_INCREMENT" );
12
 
13
+ update_option( WPBDP_Settings::PREFIX . "listings-per-page", get_option( 'posts_per_page' ) );
14
  }
15
 
16
  }
includes/admin/upgrades/migrations/migration-3_7.php CHANGED
@@ -58,7 +58,7 @@ class WPBDP__Migrations__3_7 extends WPBDP__Migration {
58
  $fees_done = ( $n_fees_migrated == $n_fees ) ? true : false;
59
 
60
  if ( ! $fees_done ) {
61
- $status_msg = sprintf( _x( 'Cleaning up listing fees information... %d/%d', 'installer', 'business-directory-plugin' ), $n_fees_migrated, $n_fees );
62
 
63
  $fees = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}wpbdp_listing_fees WHERE migrated = %d ORDER BY id ASC LIMIT 50", 0 ), ARRAY_A );
64
 
@@ -116,7 +116,7 @@ class WPBDP__Migrations__3_7 extends WPBDP__Migration {
116
  }
117
  $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp[payment_status]' ) );
118
  } else {
119
- $status_msg = sprintf( _x( 'Migrating previous transactions to new Payments API... %d/%d', 'installer', 'business-directory-plugin' ), $n_transactions_migrated, $n_transactions );
120
 
121
  $transactions = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}wpbdp_payments WHERE migrated = %d ORDER BY id ASC LIMIT 50", 0 ), ARRAY_A );
122
 
@@ -177,9 +177,11 @@ class WPBDP__Migrations__3_7 extends WPBDP__Migration {
177
  $item['payment_id'] = $t['id'];
178
  $item['amount'] = $t['amount'];
179
  $item['item_type'] = 'fee';
180
- $item['description'] = sprintf( _x( 'Renewal fee "%s" for category "%s"', 'installer', 'business-directory-plugin' ),
181
- $fee_info->fee['label'],
182
- wpbdp_get_term_name( $fee_info->category_id ) );
 
 
183
  $item['data'] = serialize( array( 'fee' => $fee_info->fee ) );
184
  $item['rel_id_1'] = $fee_info->category_id;
185
  $item['rel_id_2'] = $fee_info->fee['id'];
58
  $fees_done = ( $n_fees_migrated == $n_fees ) ? true : false;
59
 
60
  if ( ! $fees_done ) {
61
+ $status_msg = sprintf( _x( 'Cleaning up listing fees information... %1$d/%2$d', 'installer', 'business-directory-plugin' ), $n_fees_migrated, $n_fees );
62
 
63
  $fees = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}wpbdp_listing_fees WHERE migrated = %d ORDER BY id ASC LIMIT 50", 0 ), ARRAY_A );
64
 
116
  }
117
  $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->postmeta} WHERE meta_key = %s", '_wpbdp[payment_status]' ) );
118
  } else {
119
+ $status_msg = sprintf( _x( 'Migrating previous transactions to new Payments API... %1$d/%2$d', 'installer', 'business-directory-plugin' ), $n_transactions_migrated, $n_transactions );
120
 
121
  $transactions = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}wpbdp_payments WHERE migrated = %d ORDER BY id ASC LIMIT 50", 0 ), ARRAY_A );
122
 
177
  $item['payment_id'] = $t['id'];
178
  $item['amount'] = $t['amount'];
179
  $item['item_type'] = 'fee';
180
+ $item['description'] = sprintf(
181
+ __( 'Renewal fee "%1$s" for category "%2$s"', 'business-directory-plugin' ),
182
+ $fee_info->fee['label'],
183
+ wpbdp_get_term_name( $fee_info->category_id )
184
+ );
185
  $item['data'] = serialize( array( 'fee' => $fee_info->fee ) );
186
  $item['rel_id_1'] = $fee_info->category_id;
187
  $item['rel_id_2'] = $fee_info->fee['id'];
includes/admin/upgrades/migrations/migration-5_0.php CHANGED
@@ -54,8 +54,9 @@ class WPBDP__Migrations__5_0 extends WPBDP__Migration {
54
  // Category images.
55
  $imgs = get_option( 'wpbdp[category_images]', false );
56
  if ( $imgs && is_array( $imgs ) ) {
57
- if ( !empty ( $imgs['images'] ) )
58
- $res = array_merge( $res, array_keys( $imgs['images'] ) );
 
59
 
60
  if ( ! empty( $imgs['temp'] ) )
61
  $res = array_merge( $res, array_keys( $imgs['temp'] ) );
54
  // Category images.
55
  $imgs = get_option( 'wpbdp[category_images]', false );
56
  if ( $imgs && is_array( $imgs ) ) {
57
+ if ( ! empty( $imgs['images'] ) ) {
58
+ $res = array_merge( $res, array_keys( $imgs['images'] ) );
59
+ }
60
 
61
  if ( ! empty( $imgs['temp'] ) )
62
  $res = array_merge( $res, array_keys( $imgs['temp'] ) );
includes/class-abandoned-payment-notification.php CHANGED
@@ -44,7 +44,7 @@ class WPBDP__Abandoned_Payment_Notification {
44
  $payment = WPBDP_Payment::objects()->get( $data->id );
45
  $listing = $payment->get_listing();
46
 
47
- if( ! $listing ) {
48
  continue;
49
  }
50
 
44
  $payment = WPBDP_Payment::objects()->get( $data->id );
45
  $listing = $payment->get_listing();
46
 
47
+ if ( ! $listing ) {
48
  continue;
49
  }
50
 
includes/class-dispatcher.php CHANGED
@@ -109,10 +109,11 @@ class WPBDP__Dispatcher {
109
  if ( ! $view )
110
  return;
111
 
112
- if ( ! $function )
113
- $function = 'ajax_dispatch';
114
- else
115
- $function = 'ajax_' . $function;
 
116
 
117
  if ( ! method_exists( $view, $function ) )
118
  return;
109
  if ( ! $view )
110
  return;
111
 
112
+ if ( ! $function ) {
113
+ $function = 'ajax_dispatch';
114
+ } else {
115
+ $function = 'ajax_' . $function;
116
+ }
117
 
118
  if ( ! method_exists( $view, $function ) )
119
  return;
includes/class-listing-email-notification.php CHANGED
@@ -398,7 +398,7 @@ class WPBDP__Listing_Email_Notification {
398
  public function payment_completed_email( $payment, $old_status, $new_status ) {
399
  $listing = wpbdp_get_listing( $payment->listing_id );
400
 
401
- if( ! $listing || $old_status === $new_status ) {
402
  return;
403
  }
404
 
@@ -408,7 +408,7 @@ class WPBDP__Listing_Email_Notification {
408
 
409
  $plan = $listing->get_fee_plan();
410
 
411
- if( ! $plan ) {
412
  return;
413
  }
414
 
398
  public function payment_completed_email( $payment, $old_status, $new_status ) {
399
  $listing = wpbdp_get_listing( $payment->listing_id );
400
 
401
+ if ( ! $listing || $old_status === $new_status ) {
402
  return;
403
  }
404
 
408
 
409
  $plan = $listing->get_fee_plan();
410
 
411
+ if ( ! $plan ) {
412
  return;
413
  }
414
 
includes/class-listing-expiration.php CHANGED
@@ -121,7 +121,7 @@ class WPBDP__Listing_Expiration {
121
  private function maybe_renew_free_listing( $listing ) {
122
  $plan = $listing->get_fee_plan();
123
 
124
- if( ! $plan->is_recurring ) {
125
  return false;
126
  }
127
 
121
  private function maybe_renew_free_listing( $listing ) {
122
  $plan = $listing->get_fee_plan();
123
 
124
+ if ( ! $plan->is_recurring ) {
125
  return false;
126
  }
127
 
includes/class-listing.php CHANGED
@@ -955,7 +955,7 @@ class WPBDP_Listing {
955
  if ( 'all' == $args['post_status'] ) {
956
  $args['post_status'] = array_keys( get_post_statuses() );
957
  } else {
958
- $args['post_status']= explode( ',', $args['post_status'] );
959
  }
960
  }
961
 
@@ -978,10 +978,10 @@ class WPBDP_Listing {
978
  $query_post_statuses = "'" . implode( "','", $args['post_status'] ) . "'";
979
 
980
  $query = "SELECT COUNT(*) FROM {$wpdb->posts} p ";
981
- $query.= "LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON ( p.ID = l.listing_id ) ";
982
- $query.= "WHERE p.post_type = %s ";
983
- $query.= "AND post_status IN ({$query_post_statuses}) ";
984
- $query.= "AND l.listing_id IS NULL ";
985
 
986
  return absint( $wpdb->get_var( $wpdb->prepare( $query, WPBDP_POST_TYPE ) ) );
987
  }
@@ -1025,10 +1025,11 @@ class WPBDP_Listing {
1025
  '_wpbdp[import_sequence_id]' ) ) );
1026
  $candidate++;
1027
 
1028
- if ( false == add_post_meta( $this->id, '_wpbdp[import_sequence_id]', $candidate, true ) )
1029
  $sequence_id = 0;
1030
- else
1031
  $sequence_id = $candidate;
 
1032
  }
1033
 
1034
  return $sequence_id;
955
  if ( 'all' == $args['post_status'] ) {
956
  $args['post_status'] = array_keys( get_post_statuses() );
957
  } else {
958
+ $args['post_status'] = explode( ',', $args['post_status'] );
959
  }
960
  }
961
 
978
  $query_post_statuses = "'" . implode( "','", $args['post_status'] ) . "'";
979
 
980
  $query = "SELECT COUNT(*) FROM {$wpdb->posts} p ";
981
+ $query .= "LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON ( p.ID = l.listing_id ) ";
982
+ $query .= "WHERE p.post_type = %s ";
983
+ $query .= "AND post_status IN ({$query_post_statuses}) ";
984
+ $query .= "AND l.listing_id IS NULL ";
985
 
986
  return absint( $wpdb->get_var( $wpdb->prepare( $query, WPBDP_POST_TYPE ) ) );
987
  }
1025
  '_wpbdp[import_sequence_id]' ) ) );
1026
  $candidate++;
1027
 
1028
+ if ( false == add_post_meta( $this->id, '_wpbdp[import_sequence_id]', $candidate, true ) ) {
1029
  $sequence_id = 0;
1030
+ } else {
1031
  $sequence_id = $candidate;
1032
+ }
1033
  }
1034
 
1035
  return $sequence_id;
includes/class-meta.php CHANGED
@@ -184,8 +184,9 @@ class WPBDP__Meta {
184
  $title = trim( wpseo_get_term_meta( $term, $term->taxonomy, 'title' ) );
185
  }
186
 
187
- if ( !empty( $title ) )
188
  return wpseo_replace_vars( $title, (array) $term );
 
189
 
190
  if ( is_object( $wpseo_front ) )
191
  return $wpseo_front->get_title_from_options( 'title-tax-' . $term->taxonomy, $term );
@@ -217,8 +218,9 @@ class WPBDP__Meta {
217
  $title = trim( wpseo_get_term_meta( $term, $term->taxonomy, 'title' ) );
218
  }
219
 
220
- if ( !empty( $title ) )
221
  return wpseo_replace_vars( $title, (array) $term );
 
222
 
223
  if ( is_object( $wpseo_front ) )
224
  return $wpseo_front->get_title_from_options( 'title-tax-' . $term->taxonomy, $term );
@@ -242,7 +244,7 @@ class WPBDP__Meta {
242
  return $title;
243
  break;
244
  } else {
245
- $post_title = get_the_title($listing_id);
246
  }
247
 
248
  return $post_title . ' '. $sep . ' ' . $title;
@@ -324,8 +326,9 @@ class WPBDP__Meta {
324
  WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'desc' ) :
325
  wpseo_get_term_meta( $term, $term->taxonomy, 'desc' );
326
 
327
- if ( !$metadesc && is_object( $wpseo_front ) && isset( $wpseo_front->options['metadesc-tax-' . $term->taxonomy] ) )
328
  $metadesc = wpseo_replace_vars( $wpseo_front->options['metadesc-tax-' . $term->taxonomy], (array) $term );
 
329
 
330
  if ( $metadesc )
331
  echo '<meta name="description" content="' . esc_attr( strip_tags( stripslashes( $metadesc ) ) ) . '"/>' . "\n";
@@ -351,8 +354,9 @@ class WPBDP__Meta {
351
  public function _meta_rel_canonical() {
352
  $action = wpbdp_current_view();
353
 
354
- if ( !$action )
355
  return rel_canonical();
 
356
 
357
  $not_supported_views = array(
358
  'edit_listing', 'submit_listing', 'delete_listing', 'renew_listing',
184
  $title = trim( wpseo_get_term_meta( $term, $term->taxonomy, 'title' ) );
185
  }
186
 
187
+ if ( ! empty( $title ) ) {
188
  return wpseo_replace_vars( $title, (array) $term );
189
+ }
190
 
191
  if ( is_object( $wpseo_front ) )
192
  return $wpseo_front->get_title_from_options( 'title-tax-' . $term->taxonomy, $term );
218
  $title = trim( wpseo_get_term_meta( $term, $term->taxonomy, 'title' ) );
219
  }
220
 
221
+ if ( ! empty( $title ) ) {
222
  return wpseo_replace_vars( $title, (array) $term );
223
+ }
224
 
225
  if ( is_object( $wpseo_front ) )
226
  return $wpseo_front->get_title_from_options( 'title-tax-' . $term->taxonomy, $term );
244
  return $title;
245
  break;
246
  } else {
247
+ $post_title = get_the_title( $listing_id );
248
  }
249
 
250
  return $post_title . ' '. $sep . ' ' . $title;
326
  WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'desc' ) :
327
  wpseo_get_term_meta( $term, $term->taxonomy, 'desc' );
328
 
329
+ if ( ! $metadesc && is_object( $wpseo_front ) && isset( $wpseo_front->options[ 'metadesc-tax-' . $term->taxonomy ] ) ) {
330
  $metadesc = wpseo_replace_vars( $wpseo_front->options['metadesc-tax-' . $term->taxonomy], (array) $term );
331
+ }
332
 
333
  if ( $metadesc )
334
  echo '<meta name="description" content="' . esc_attr( strip_tags( stripslashes( $metadesc ) ) ) . '"/>' . "\n";
354
  public function _meta_rel_canonical() {
355
  $action = wpbdp_current_view();
356
 
357
+ if ( ! $action ) {
358
  return rel_canonical();
359
+ }
360
 
361
  $not_supported_views = array(
362
  'edit_listing', 'submit_listing', 'delete_listing', 'renew_listing',
includes/class-query-integration.php CHANGED
@@ -387,7 +387,7 @@ class WPBDP__Query_Integration {
387
  if ( $wpbdp_404_query ) {
388
  $query->query( $query->query );
389
  $query->set_404();
390
- status_header(404);
391
  }
392
  }
393
  }
387
  if ( $wpbdp_404_query ) {
388
  $query->query( $query->query );
389
  $query->set_404();
390
+ status_header( 404 );
391
  }
392
  }
393
  }
includes/class-recaptcha.php CHANGED
@@ -198,7 +198,12 @@ class WPBDP_reCAPTCHA {
198
 
199
  if ( ! $this->verify() ) {
200
  $this->comment_error = true;
201
- add_filter( 'pre_comment_approved', function( $a ) { return 'spam'; } );
 
 
 
 
 
202
  }
203
 
204
  return $comment_data;
@@ -289,7 +294,7 @@ JS;
289
  return false;
290
  }
291
 
292
- if( ! ( wpbdp_get_option( 'recaptcha-on' ) || wpbdp_get_option( 'recaptcha-for-submits' ) || wpbdp_get_option( 'recaptcha-for-edits' ) || wpbdp_get_option( 'recaptcha-for-flagging' ) || wpbdp_get_option( 'recaptcha-for-comments' ) ) ) {
293
  return false;
294
  }
295
 
198
 
199
  if ( ! $this->verify() ) {
200
  $this->comment_error = true;
201
+ add_filter(
202
+ 'pre_comment_approved',
203
+ function( $a ) {
204
+ return 'spam';
205
+ }
206
+ );
207
  }
208
 
209
  return $comment_data;
294
  return false;
295
  }
296
 
297
+ if ( ! ( wpbdp_get_option( 'recaptcha-on' ) || wpbdp_get_option( 'recaptcha-for-submits' ) || wpbdp_get_option( 'recaptcha-for-edits' ) || wpbdp_get_option( 'recaptcha-for-flagging' ) || wpbdp_get_option( 'recaptcha-for-comments' ) ) ) {
298
  return false;
299
  }
300
 
includes/class-rewrite.php CHANGED
@@ -100,7 +100,7 @@ class WPBDP__Rewrite {
100
  public function _wp_loaded() {
101
  if ($rules = get_option( 'rewrite_rules' )) {
102
  foreach ($this->get_rewrite_rules() as $k => $v) {
103
- if (!isset($rules[$k]) || $rules[$k] != $v) {
104
  global $wp_rewrite;
105
  $wp_rewrite->flush_rules();
106
  return;
@@ -122,7 +122,7 @@ class WPBDP__Rewrite {
122
  global $wp_query;
123
 
124
  if ( $main_page_id = wpbdp_get_page_id( 'main' ) ) {
125
- if ( is_page() && !is_feed() && isset( $wp_query->queried_object ) &&
126
  get_option( 'show_on_front' ) == 'page' &&
127
  get_option( 'page_on_front' ) == $wp_query->queried_object->ID ) {
128
  return $requested_url;
100
  public function _wp_loaded() {
101
  if ($rules = get_option( 'rewrite_rules' )) {
102
  foreach ($this->get_rewrite_rules() as $k => $v) {
103
+ if ( ! isset( $rules[ $k ] ) || $rules[ $k ] != $v ) {
104
  global $wp_rewrite;
105
  $wp_rewrite->flush_rules();
106
  return;
122
  global $wp_query;
123
 
124
  if ( $main_page_id = wpbdp_get_page_id( 'main' ) ) {
125
+ if ( is_page() && ! is_feed() && isset( $wp_query->queried_object ) &&
126
  get_option( 'show_on_front' ) == 'page' &&
127
  get_option( 'page_on_front' ) == $wp_query->queried_object->ID ) {
128
  return $requested_url;
includes/class-shortcodes.php CHANGED
@@ -327,11 +327,13 @@ class WPBDP__Shortcodes {
327
 
328
  foreach ( $requested_categories as $cat ) {
329
  $term = null;
330
- if ( !is_numeric( $cat ) )
331
- $term = get_term_by( 'slug', $cat, WPBDP_CATEGORY_TAX );
 
332
 
333
- if ( !$term && is_numeric( $cat ) )
334
- $term = get_term_by( 'id', $cat, WPBDP_CATEGORY_TAX );
 
335
 
336
  if ( $term )
337
  $categories[] = $term->term_id;
@@ -894,7 +896,7 @@ class WPBDP__Shortcodes {
894
  $sc_atts['items_per_page'] = ! isset( $sc_atts['pagination'] ) ? ( wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1 ) : -1;
895
  }
896
 
897
- if ( ! empty( $sc_atts['pagination'] ) && 0 > intval( $sc_atts['items_per_page'] ) ) {
898
  $sc_atts['items_per_page'] = wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1;
899
  }
900
 
@@ -904,7 +906,7 @@ class WPBDP__Shortcodes {
904
  }
905
 
906
  private function maybe_paginate_frontpage( $query ) {
907
- if ( ! function_exists('wp_pagenavi' ) && is_front_page() && isset( $query->query['paged'] ) ) {
908
  global $paged;
909
  $paged = $query->query['paged'];
910
  }
327
 
328
  foreach ( $requested_categories as $cat ) {
329
  $term = null;
330
+ if ( ! is_numeric( $cat ) ) {
331
+ $term = get_term_by( 'slug', $cat, WPBDP_CATEGORY_TAX );
332
+ }
333
 
334
+ if ( ! $term && is_numeric( $cat ) ) {
335
+ $term = get_term_by( 'id', $cat, WPBDP_CATEGORY_TAX );
336
+ }
337
 
338
  if ( $term )
339
  $categories[] = $term->term_id;
896
  $sc_atts['items_per_page'] = ! isset( $sc_atts['pagination'] ) ? ( wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1 ) : -1;
897
  }
898
 
899
+ if ( ! empty( $sc_atts['pagination'] ) && 0 > intval( $sc_atts['items_per_page'] ) ) {
900
  $sc_atts['items_per_page'] = wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1;
901
  }
902
 
906
  }
907
 
908
  private function maybe_paginate_frontpage( $query ) {
909
+ if ( ! function_exists( 'wp_pagenavi' ) && is_front_page() && isset( $query->query['paged'] ) ) {
910
  global $paged;
911
  $paged = $query->query['paged'];
912
  }
includes/class-wordpress-template-integration.php CHANGED
@@ -14,9 +14,9 @@ class WPBDP__WordPress_Template_Integration {
14
  add_filter( 'body_class', array( &$this, 'add_advanced_body_classes' ), 10 );
15
 
16
  if ( wpbdp_get_option( 'disable-cpt' ) ) {
17
- add_filter('comments_template', array( &$this, '_comments_template'));
18
- add_filter('taxonomy_template', array( &$this, '_category_template'));
19
- add_filter('single_template', array( &$this, '_single_template'));
20
 
21
  return;
22
  }
@@ -297,8 +297,8 @@ class WPBDP__WordPress_Template_Integration {
297
  }
298
 
299
  public function _category_template($template) {
300
- if (get_query_var(WPBDP_CATEGORY_TAX) && taxonomy_exists(WPBDP_CATEGORY_TAX)) {
301
- return wpbdp_locate_template(array('businessdirectory-category', 'wpbusdirman-category'));
302
  }
303
 
304
  return $template;
@@ -306,7 +306,7 @@ class WPBDP__WordPress_Template_Integration {
306
 
307
  public function _single_template($template) {
308
  if (is_single() && get_post_type() == WPBDP_POST_TYPE) {
309
- return wpbdp_locate_template(array('businessdirectory-single', 'wpbusdirman-single'));
310
  }
311
 
312
  return $template;
14
  add_filter( 'body_class', array( &$this, 'add_advanced_body_classes' ), 10 );
15
 
16
  if ( wpbdp_get_option( 'disable-cpt' ) ) {
17
+ add_filter( 'comments_template', array( &$this, '_comments_template' ) );
18
+ add_filter( 'taxonomy_template', array( &$this, '_category_template' ) );
19
+ add_filter( 'single_template', array( &$this, '_single_template' ) );
20
 
21
  return;
22
  }
297
  }
298
 
299
  public function _category_template($template) {
300
+ if ( get_query_var( WPBDP_CATEGORY_TAX ) && taxonomy_exists( WPBDP_CATEGORY_TAX ) ) {
301
+ return wpbdp_locate_template( array( 'businessdirectory-category', 'wpbusdirman-category' ) );
302
  }
303
 
304
  return $template;
306
 
307
  public function _single_template($template) {
308
  if (is_single() && get_post_type() == WPBDP_POST_TYPE) {
309
+ return wpbdp_locate_template( array( 'businessdirectory-single', 'wpbusdirman-single' ) );
310
  }
311
 
312
  return $template;
includes/class-wpbdp.php CHANGED
@@ -23,7 +23,7 @@ final class WPBDP {
23
  }
24
 
25
  private function setup_constants() {
26
- define( 'WPBDP_VERSION', '5.13.2' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
@@ -171,11 +171,11 @@ final class WPBDP {
171
 
172
  $this->payment_gateways = new WPBDP__Payment_Gateways();
173
 
174
- do_action('wpbdp_modules_loaded');
175
 
176
  do_action_ref_array( 'wpbdp_register_settings', array( &$this->settings ) );
177
- do_action('wpbdp_register_fields', $this->formfields);
178
- do_action('wpbdp_modules_init');
179
 
180
  $this->listings = new WPBDP_Listings_API();
181
  $this->payments = new WPBDP_PaymentsAPI();
@@ -478,8 +478,8 @@ final class WPBDP {
478
  return $res->send_error(
479
  sprintf(
480
  _nx(
481
- 'You\'re trying to upload %d images, but only have %d slot available. Please adjust your selection.',
482
- 'You\'re trying to upload %d images, but only have %d slots available. Please adjust your selection.',
483
  $slots_available,
484
  'listing image upload',
485
  'business-directory-plugin'
@@ -504,10 +504,11 @@ final class WPBDP {
504
  ),
505
  $image_error ); // TODO: handle errors.
506
 
507
- if ( $image_error )
508
- $errors[ $file['name'] ] = $image_error;
509
- else
510
- $attachments[] = $attachment_id;
 
511
  }
512
 
513
 
@@ -597,7 +598,7 @@ final class WPBDP {
597
  WPBDP_Listing_Image::maybe_set_post_parent( $image_ids, $listing_id );
598
 
599
  $html = '';
600
- foreach( $image_ids as $id ) {
601
  $html .= wpbdp_render(
602
  'submit-listing-images-single',
603
  array(
23
  }
24
 
25
  private function setup_constants() {
26
+ define( 'WPBDP_VERSION', '5.13.3' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
171
 
172
  $this->payment_gateways = new WPBDP__Payment_Gateways();
173
 
174
+ do_action( 'wpbdp_modules_loaded' );
175
 
176
  do_action_ref_array( 'wpbdp_register_settings', array( &$this->settings ) );
177
+ do_action( 'wpbdp_register_fields', $this->formfields );
178
+ do_action( 'wpbdp_modules_init' );
179
 
180
  $this->listings = new WPBDP_Listings_API();
181
  $this->payments = new WPBDP_PaymentsAPI();
478
  return $res->send_error(
479
  sprintf(
480
  _nx(
481
+ 'You\'re trying to upload %1$d images, but only have %2$d slot available. Please adjust your selection.',
482
+ 'You\'re trying to upload %1$d images, but only have %2$d slots available. Please adjust your selection.',
483
  $slots_available,
484
  'listing image upload',
485
  'business-directory-plugin'
504
  ),
505
  $image_error ); // TODO: handle errors.
506
 
507
+ if ( $image_error ) {
508
+ $errors[ $file['name'] ] = $image_error;
509
+ } else {
510
+ $attachments[] = $attachment_id;
511
+ }
512
  }
513
 
514
 
598
  WPBDP_Listing_Image::maybe_set_post_parent( $image_ids, $listing_id );
599
 
600
  $html = '';
601
+ foreach ( $image_ids as $id ) {
602
  $html .= wpbdp_render(
603
  'submit-listing-images-single',
604
  array(
includes/compatibility/class-acf-boldmove-compat.php CHANGED
@@ -8,16 +8,16 @@ class WPBDP_ACF_Compat {
8
  add_action( 'body_class', array( $this, 'change_query' ), 9999 );
9
  }
10
 
11
- public function change_query( $classes = array() ){
12
  global $wp_query;
13
 
14
- if( ! $wp_query->wpbdp_our_query ) {
15
  return $classes;
16
  }
17
 
18
  $page_id = wpbdp_get_page_id( 'main' );
19
 
20
- if( $page_id === $wp_query->queried_object_id ) {
21
  return $classes;
22
  }
23
 
8
  add_action( 'body_class', array( $this, 'change_query' ), 9999 );
9
  }
10
 
11
+ public function change_query( $classes = array() ) {
12
  global $wp_query;
13
 
14
+ if ( ! $wp_query->wpbdp_our_query ) {
15
  return $classes;
16
  }
17
 
18
  $page_id = wpbdp_get_page_id( 'main' );
19
 
20
+ if ( $page_id === $wp_query->queried_object_id ) {
21
  return $classes;
22
  }
23
 
includes/compatibility/class-cornerstone-compat.php CHANGED
@@ -9,7 +9,7 @@ class WPBDP_Cornerstone_Compat {
9
  }
10
 
11
  public function cornerstone_wpbdp_has_shortcode( $has_shortcode, $post, $shortcode ) {
12
- if( $has_shortcode ) {
13
  return $has_shortcode;
14
  }
15
 
9
  }
10
 
11
  public function cornerstone_wpbdp_has_shortcode( $has_shortcode, $post, $shortcode ) {
12
+ if ( $has_shortcode ) {
13
  return $has_shortcode;
14
  }
15
 
includes/compatibility/class-custom-permalinks-integration.php CHANGED
@@ -20,7 +20,7 @@ class WPBDP_Custom_Permalink_Integration {
20
  * @param $page_id Current Page ID.
21
  * @since 5.1.10
22
  */
23
- public function wpbdp_cp_base_url( $page_link, $page_id ){
24
  return apply_filters( 'page_link', $page_link, $page_id );
25
  }
26
  }
20
  * @param $page_id Current Page ID.
21
  * @since 5.1.10
22
  */
23
+ public function wpbdp_cp_base_url( $page_link, $page_id ) {
24
  return apply_filters( 'page_link', $page_link, $page_id );
25
  }
26
  }
includes/compatibility/deprecated.php CHANGED
@@ -9,7 +9,7 @@ $wpbdmposttype = "wpbdp_listing";
9
  $wpbdmposttypecategory = "wpbdp_category";
10
  $wpbdmposttypetags = "wpbdp_tag";
11
 
12
- define('WPBUSDIRMAN_TEMPLATES_PATH', WPBDP_PATH . '/includes/compatibility/templates');
13
 
14
 
15
  /* template-related */
@@ -62,8 +62,9 @@ function wpbusdirman_the_listing_meta($excerptorsingle) {
62
  $fields = wpbdp_get_form_fields( array( 'association' => 'meta' ) );
63
 
64
  foreach ( $fields as &$f ) {
65
- if ( $excerptorsingle == 'excerpt' && !$field->display_in( 'excerpt' ) )
66
  continue;
 
67
 
68
  $html .= $f->display( get_the_ID() );
69
  }
@@ -71,9 +72,9 @@ function wpbusdirman_the_listing_meta($excerptorsingle) {
71
  return $html;
72
  }
73
 
74
- function wpbusdirman_display_excerpt($deprecated=null) {
75
  _deprecated_function( __FUNCTION__, '', 'wpbusdirman_post_excerpt' );
76
- echo wpbusdirman_post_excerpt($deprecated);
77
  }
78
 
79
  function wpbusdirman_post_excerpt() {
@@ -119,12 +120,13 @@ function wpbusdirman_post_extra_thumbnails() {
119
  if ($img->ID == $thumbnail_id)
120
  continue;
121
 
122
- $html .= sprintf('<a class="thickbox" href="%s"><img class="wpbdmthumbs" src="%s" alt="%s" title="%s" border="0" /></a>',
123
- wp_get_attachment_url($img->ID),
124
- wp_get_attachment_thumb_url($img->ID),
125
- the_title(null, null, false),
126
- the_title(null, null, false)
127
- );
 
128
  }
129
 
130
  $html .= '</div>';
@@ -141,8 +143,9 @@ function wpbusdirman_display_the_listing_fields() {
141
  $html = '';
142
 
143
  foreach ( wpbdp_formfields_api()->get_fields() as $field ) {
144
- if ( !$field->display_in( 'excerpt' ) )
145
  continue;
 
146
 
147
  $html .= $field->display( $post->ID, 'excerpt' );
148
  }
@@ -163,22 +166,22 @@ function wpbusdirman_sticky_loop() {
163
 
164
  function wpbusdirman_latest_listings($numlistings) {
165
  _deprecated_function( __FUNCTION__, '', 'wpbdp_latest_listings' );
166
- return wpbdp_latest_listings($numlistings);
167
  }
168
 
169
  function wpbusdirman_post_catpage_title() {
170
  _deprecated_function( __FUNCTION__, '' );
171
  $categories = WPBDP_CATEGORY_TAX;
172
 
173
- if ( get_query_var($categories) ) {
174
- $term = get_term_by('slug', get_query_var($categories), $categories);
175
- } else if ( get_query_var('taxonomy') == $categories ) {
176
- $term = get_term_by('slug', get_query_var('term'), $categories);
177
- } elseif ( get_query_var('taxonomy') == WPBDP_TAGS_TAX ) {
178
- $term = get_term_by('slug', get_query_var('term'), WPBDP_TAGS_TAX);
179
- }
180
 
181
- return esc_attr($term->name);
182
  }
183
 
184
  function wpbusdirman_list_categories() {
@@ -240,15 +243,17 @@ function wpbusdirman_get_the_business_email($post_id) {
240
  $email_field_value = trim( $email_field->plain_value( $post_id ) );
241
  }
242
 
243
- if ( $email_mode == 'field' && !empty( $email_field_value ) )
244
  return $email_field_value;
 
245
 
246
  $author_email = '';
247
  $post = get_post( $post_id );
248
  $author_email = trim( get_the_author_meta( 'user_email', $post->post_author ) );
249
 
250
- if ( empty( $author_email ) && !empty( $email_field_value ) )
251
  return $email_field_value;
 
252
 
253
  return $author_email ? $author_email : '';
254
  }
@@ -310,8 +315,8 @@ function wpbdp_categories_list($parent=0, $hierarchical=true) {
310
  ));
311
 
312
  if ($hierarchical) {
313
- foreach ($terms as &$term) {
314
- $term->subcategories = wpbdp_categories_list($term->term_id, true);
315
  }
316
  }
317
 
9
  $wpbdmposttypecategory = "wpbdp_category";
10
  $wpbdmposttypetags = "wpbdp_tag";
11
 
12
+ define( 'WPBUSDIRMAN_TEMPLATES_PATH', WPBDP_PATH . '/includes/compatibility/templates' );
13
 
14
 
15
  /* template-related */
62
  $fields = wpbdp_get_form_fields( array( 'association' => 'meta' ) );
63
 
64
  foreach ( $fields as &$f ) {
65
+ if ( $excerptorsingle === 'excerpt' && ! $field->display_in( 'excerpt' ) ) {
66
  continue;
67
+ }
68
 
69
  $html .= $f->display( get_the_ID() );
70
  }
72
  return $html;
73
  }
74
 
75
+ function wpbusdirman_display_excerpt( $deprecated = null ) {
76
  _deprecated_function( __FUNCTION__, '', 'wpbusdirman_post_excerpt' );
77
+ echo wpbusdirman_post_excerpt( $deprecated );
78
  }
79
 
80
  function wpbusdirman_post_excerpt() {
120
  if ($img->ID == $thumbnail_id)
121
  continue;
122
 
123
+ $html .= sprintf(
124
+ '<a class="thickbox" href="%s"><img class="wpbdmthumbs" src="%s" alt="%s" title="%s" border="0" /></a>',
125
+ esc_url( wp_get_attachment_url( $img->ID ) ),
126
+ esc_url( wp_get_attachment_thumb_url( $img->ID ) ),
127
+ esc_attr( the_title( null, null, false ) ),
128
+ esc_attr( the_title( null, null, false ) )
129
+ );
130
  }
131
 
132
  $html .= '</div>';
143
  $html = '';
144
 
145
  foreach ( wpbdp_formfields_api()->get_fields() as $field ) {
146
+ if ( ! $field->display_in( 'excerpt' ) ) {
147
  continue;
148
+ }
149
 
150
  $html .= $field->display( $post->ID, 'excerpt' );
151
  }
166
 
167
  function wpbusdirman_latest_listings($numlistings) {
168
  _deprecated_function( __FUNCTION__, '', 'wpbdp_latest_listings' );
169
+ return wpbdp_latest_listings( $numlistings );
170
  }
171
 
172
  function wpbusdirman_post_catpage_title() {
173
  _deprecated_function( __FUNCTION__, '' );
174
  $categories = WPBDP_CATEGORY_TAX;
175
 
176
+ if ( get_query_var( $categories ) ) {
177
+ $term = get_term_by( 'slug', get_query_var( $categories ), $categories );
178
+ } elseif ( get_query_var( 'taxonomy' ) == $categories ) {
179
+ $term = get_term_by( 'slug', get_query_var( 'term' ), $categories );
180
+ } elseif ( get_query_var( 'taxonomy' ) == WPBDP_TAGS_TAX ) {
181
+ $term = get_term_by( 'slug', get_query_var( 'term' ), WPBDP_TAGS_TAX );
182
+ }
183
 
184
+ return esc_attr( $term->name );
185
  }
186
 
187
  function wpbusdirman_list_categories() {
243
  $email_field_value = trim( $email_field->plain_value( $post_id ) );
244
  }
245
 
246
+ if ( $email_mode === 'field' && ! empty( $email_field_value ) ) {
247
  return $email_field_value;
248
+ }
249
 
250
  $author_email = '';
251
  $post = get_post( $post_id );
252
  $author_email = trim( get_the_author_meta( 'user_email', $post->post_author ) );
253
 
254
+ if ( empty( $author_email ) && ! empty( $email_field_value ) ) {
255
  return $email_field_value;
256
+ }
257
 
258
  return $author_email ? $author_email : '';
259
  }
315
  ));
316
 
317
  if ($hierarchical) {
318
+ foreach ( $terms as &$term ) {
319
+ $term->subcategories = wpbdp_categories_list( $term->term_id, true );
320
  }
321
  }
322
 
includes/compatibility/deprecated/class-db-model2.php CHANGED
@@ -67,10 +67,10 @@ class WPBDP_DB_Model2 {
67
  if ( $validate )
68
  $this->sanitize();
69
 
70
- if ( isset( $this->attrs['id'] ) && $this->attrs['id'] )
71
  return $this->update( $validate );
72
- else
73
- return $this->insert( $validate );
74
  }
75
 
76
  public function delete() {
@@ -94,7 +94,7 @@ class WPBDP_DB_Model2 {
94
  if ( is_null( $v ) )
95
  continue;
96
 
97
- $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ): $v;
98
  }
99
 
100
  $row = $this->update_timestamps( $row );
@@ -113,8 +113,9 @@ class WPBDP_DB_Model2 {
113
 
114
  $row = array();
115
  foreach ( $this->attrs as $k => $v ) {
116
- if ( ! is_null( $v ) )
117
- $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ): $v;
 
118
  }
119
 
120
  $row = $this->update_timestamps( $row );
@@ -165,7 +166,7 @@ class WPBDP_DB_Model2 {
165
  * @return array
166
  */
167
  public static function find( $id, $args = array() ) {
168
- throw new Exception('find() method not implemented.');
169
  }
170
 
171
  protected static function _find( $id, $args = array(), $table = '', $classname = '' ) {
@@ -199,7 +200,7 @@ class WPBDP_DB_Model2 {
199
  break;
200
  }
201
 
202
- $single = ( ! $single && isset( $args['_single'] ) && true == $args['_single'] ) ? true : $single;
203
  $order = isset( $args['_order'] ) ? $args['_order'] : '';
204
  $limit = isset( $args['_limit'] ) ? $args['_limit'] : '';
205
  $extra = isset( $args['_query_extra'] ) ? $args['_query_extra'] : array();
@@ -238,20 +239,23 @@ class WPBDP_DB_Model2 {
238
  $order_field = wpbdp_starts_with( $order, '-' ) ? substr( $order, 1 ) : $order;
239
  $order_dir = wpbdp_starts_with( $order, '-' ) ? 'DESC' : 'ASC';
240
 
241
- if ( isset( $extra['orderby'] ) )
242
  $query .= ' ORDER BY ' . $extra['orderby'];
243
- else
244
  $query .= " ORDER BY t.{$order_field} {$order_dir}";
 
245
  }
246
 
247
  if ( $limit > 0 )
248
  $query .= " LIMIT {$limit}";
249
 
250
  if ( $single ) {
251
- if ( $row = $wpdb->get_row( $query, ARRAY_A ) )
 
252
  return new $classname( $row );
253
- else
254
  return null;
 
255
  }
256
 
257
  return array_map(
67
  if ( $validate )
68
  $this->sanitize();
69
 
70
+ if ( isset( $this->attrs['id'] ) && $this->attrs['id'] ) {
71
  return $this->update( $validate );
72
+ }
73
+ return $this->insert( $validate );
74
  }
75
 
76
  public function delete() {
94
  if ( is_null( $v ) )
95
  continue;
96
 
97
+ $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ) : $v;
98
  }
99
 
100
  $row = $this->update_timestamps( $row );
113
 
114
  $row = array();
115
  foreach ( $this->attrs as $k => $v ) {
116
+ if ( ! is_null( $v ) ) {
117
+ $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ) : $v;
118
+ }
119
  }
120
 
121
  $row = $this->update_timestamps( $row );
166
  * @return array
167
  */
168
  public static function find( $id, $args = array() ) {
169
+ throw new Exception( 'find() method not implemented.' );
170
  }
171
 
172
  protected static function _find( $id, $args = array(), $table = '', $classname = '' ) {
200
  break;
201
  }
202
 
203
+ $single = ( ! $single && isset( $args['_single'] ) && true == $args['_single'] ) ? true : $single;
204
  $order = isset( $args['_order'] ) ? $args['_order'] : '';
205
  $limit = isset( $args['_limit'] ) ? $args['_limit'] : '';
206
  $extra = isset( $args['_query_extra'] ) ? $args['_query_extra'] : array();
239
  $order_field = wpbdp_starts_with( $order, '-' ) ? substr( $order, 1 ) : $order;
240
  $order_dir = wpbdp_starts_with( $order, '-' ) ? 'DESC' : 'ASC';
241
 
242
+ if ( isset( $extra['orderby'] ) ) {
243
  $query .= ' ORDER BY ' . $extra['orderby'];
244
+ } else {
245
  $query .= " ORDER BY t.{$order_field} {$order_dir}";
246
+ }
247
  }
248
 
249
  if ( $limit > 0 )
250
  $query .= " LIMIT {$limit}";
251
 
252
  if ( $single ) {
253
+ $row = $wpdb->get_row( $query, ARRAY_A );
254
+ if ( $row ) {
255
  return new $classname( $row );
256
+ } else {
257
  return null;
258
+ }
259
  }
260
 
261
  return array_map(
includes/compatibility/templates/businessdirectory-category.tpl.php CHANGED
@@ -12,8 +12,8 @@
12
  </div>
13
 
14
  <h2 class="category-name"><?php echo wpbusdirman_post_catpage_title(); ?></h2>
15
- <?php echo wpbdp_render('businessdirectory-listings'); ?>
16
  </div>
17
 
18
  </div>
19
- <?php get_footer(); ?>
12
  </div>
13
 
14
  <h2 class="category-name"><?php echo wpbusdirman_post_catpage_title(); ?></h2>
15
+ <?php echo wpbdp_render( 'businessdirectory-listings' ); ?>
16
  </div>
17
 
18
  </div>
19
+ <?php get_footer(); ?>
includes/db/class-db-model.php CHANGED
@@ -178,7 +178,7 @@ class WPBDP__DB__Model {
178
  $this->clean( $errors );
179
 
180
  if ( $errors )
181
- throw new Exception('Invalid model instance!');
182
 
183
  $this->_saving = true;
184
 
@@ -244,7 +244,7 @@ class WPBDP__DB__Model {
244
  }
245
 
246
  public static function objects() {
247
- throw new Exception('Method not overridden in subclass!');
248
  }
249
 
250
  public static function _objects( $classname ) {
178
  $this->clean( $errors );
179
 
180
  if ( $errors )
181
+ throw new Exception( 'Invalid model instance!' );
182
 
183
  $this->_saving = true;
184
 
244
  }
245
 
246
  public static function objects() {
247
+ throw new Exception( 'Method not overridden in subclass!' );
248
  }
249
 
250
  public static function _objects( $classname ) {
includes/db/class-db-query-set.php CHANGED
@@ -22,16 +22,18 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
22
  $this->db = $wpdb;
23
  $this->model = is_array( $model ) ? $model : WPBDP__DB__Model::get_model_info( $model );
24
 
25
- if ( $query )
26
  $this->query = $query;
27
- else
28
  $this->query = array( 'where' => '',
29
  'join' => '',
30
  'groupby' => '',
31
  'orderby' => '',
32
  'distinct' => '',
33
  'limits' => '',
34
- 'fields' => '' );
 
 
35
  $this->is_manager = $is_manager;
36
  }
37
 
@@ -93,10 +95,11 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
93
  $order = array();
94
 
95
  foreach ( $args as $o ) {
96
- if ( '-' == $o[0] )
97
- $order[] = substr( $o, 1 ) . ' DESC';
98
- else
99
- $order[] = $o . ' ASC';
 
100
  }
101
 
102
  $order = implode( ',', $order );
@@ -198,10 +201,11 @@ class WPBDP__DB__Query_Set implements IteratorAggregate {
198
  }
199
  }
200
 
201
- if ( is_array( $v ) )
202
- $filters[] = "$f IN ('" . implode( '\',\'', $v ) . "')";
203
- else
204
- $filters[] = $this->db->prepare( "$f $op %s", $v );
 
205
  }
206
 
207
  return $filters;
22
  $this->db = $wpdb;
23
  $this->model = is_array( $model ) ? $model : WPBDP__DB__Model::get_model_info( $model );
24
 
25
+ if ( $query ) {
26
  $this->query = $query;
27
+ } else {
28
  $this->query = array( 'where' => '',
29
  'join' => '',
30
  'groupby' => '',
31
  'orderby' => '',
32
  'distinct' => '',
33
  'limits' => '',
34
+ 'fields' => ''
35
+ );
36
+ }
37
  $this->is_manager = $is_manager;
38
  }
39
 
95
  $order = array();
96
 
97
  foreach ( $args as $o ) {
98
+ if ( '-' == $o[0] ) {
99
+ $order[] = substr( $o, 1 ) . ' DESC';
100
+ } else {
101
+ $order[] = $o . ' ASC';
102
+ }
103
  }
104
 
105
  $order = implode( ',', $order );
201
  }
202
  }
203
 
204
+ if ( is_array( $v ) ) {
205
+ $filters[] = "$f IN ('" . implode( '\',\'', $v ) . "')";
206
+ } else {
207
+ $filters[] = $this->db->prepare( "$f $op %s", $v );
208
+ }
209
  }
210
 
211
  return $filters;
includes/debugging.php CHANGED
@@ -11,20 +11,20 @@ class WPBDP_Debugging {
11
  public static function debug_on() {
12
  self::$debug = true;
13
 
14
- error_reporting(E_ALL | E_DEPRECATED);
15
 
16
  // Disable our debug util for AJAX requests in order to be able to see the errors.
17
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX )
18
  return;
19
 
20
- // @ini_set('display_errors', '1');
21
- set_error_handler(array('WPBDP_Debugging', '_php_error_handler'));
22
 
23
  add_action( 'wp_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
24
  add_action( 'admin_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
25
 
26
- add_action('admin_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
27
- add_action('wp_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
28
  }
29
 
30
  public static function _enqueue_scripts() {
@@ -64,19 +64,21 @@ class WPBDP_Debugging {
64
  public static function debug_off() {
65
  self::$debug = false;
66
 
67
- remove_action('admin_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
68
- remove_action('wp_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
69
  }
70
 
71
  public static function _debug_bar_footer() {
72
- if (!self::$debug)
73
  return;
 
74
 
75
  global $wpdb;
76
  $queries = $wpdb->queries;
77
 
78
- if (!self::$messages && !$queries)
79
  return;
 
80
 
81
  echo '<div id="wpbdp-debugging">';
82
  echo '<ul class="tab-selector">';
@@ -91,14 +93,14 @@ class WPBDP_Debugging {
91
 
92
  echo '<tr class="' . $item['type'] . '">';
93
  echo '<td class="handle">&raquo;</td>';
94
- echo '<td class="timestamp">' . date('H:i:s', $time[1]) . '</td>';
95
 
96
  echo '<td class="type">' . $item['type'] . '</td>';
97
  echo '<td class="message">' . $item['message'] . '</td>';
98
 
99
  if ($item['context']) {
100
  echo '<td class="context">' . $item['context']['function'] . '</td>';
101
- echo '<td class="file">' . basename($item['context']['file']) . ':' . $item['context']['line'] . '</td>';
102
  } else {
103
  echo '<td class="context"></td><td class="file"></td>';
104
  }
@@ -109,7 +111,7 @@ class WPBDP_Debugging {
109
  echo '</div>';
110
 
111
  echo '<div class="tab" id="wpbdp-debugging-tab-wpdbqueries">';
112
- if ( !$queries ) {
113
  echo 'No SQL queries were logged.';
114
  } else {
115
  echo '<table>';
@@ -136,8 +138,9 @@ class WPBDP_Debugging {
136
  }
137
 
138
  private static function _extract_context($stack) {
139
- if ( !is_array( $stack ) || empty( $stack ) )
140
  return array();
 
141
 
142
  $context = array( 'class' => '', 'file' => '', 'function' => '', 'line' => '' );
143
 
@@ -167,7 +170,7 @@ class WPBDP_Debugging {
167
  self::$messages[] = array( 'timestamp' => microtime(),
168
  'message' => $msg,
169
  'type' => $type,
170
- 'context' => wpbdp_starts_with( $type, 'php', false ) ? $context : self::_extract_context($context),
171
  );
172
  }
173
 
@@ -175,48 +178,50 @@ class WPBDP_Debugging {
175
  if ( is_bool( $var ) || is_int( $var ) || ( is_string( $var ) && empty( $var ) ) )
176
  return var_export( $var, true );
177
 
178
- return print_r($var, true);
179
  }
180
 
181
  /* API */
182
 
183
  public static function debug() {
184
  if (self::$debug) {
185
- foreach (func_get_args() as $var)
186
- self::add_debug_msg(self::_var_dump($var), 'debug', debug_backtrace());
 
187
  }
188
  }
189
 
190
  public static function debug_e() {
191
  $ret = '';
192
 
193
- foreach (func_get_args() as $arg)
194
- $ret .= self::_var_dump($arg) . "\n";
 
195
 
196
- wp_die(sprintf('<pre>%s</pre>', $ret), '');
197
  }
198
 
199
- public static function log($msg, $type='info') {
200
- self::add_debug_msg($msg, sprintf('log-%s', $type), debug_backtrace());
201
  }
202
 
203
  }
204
 
205
- function wpbdp_log($msg, $type='info') {
206
- call_user_func(array('WPBDP_Debugging', 'log'), $msg, $type);
207
  }
208
 
209
  function wpbdp_log_deprecated() {
210
- wpbdp_log('Deprecated function called.', 'deprecated');
211
  }
212
 
213
  function wpbdp_debug() {
214
  $args = func_get_args();
215
- call_user_func_array(array('WPBDP_Debugging', 'debug'), $args);
216
  }
217
 
218
  function wpbdp_debug_e() {
219
  $args = func_get_args();
220
- call_user_func_array(array('WPBDP_Debugging', 'debug_e'), $args);
221
  }
222
 
11
  public static function debug_on() {
12
  self::$debug = true;
13
 
14
+ error_reporting( E_ALL | E_DEPRECATED );
15
 
16
  // Disable our debug util for AJAX requests in order to be able to see the errors.
17
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX )
18
  return;
19
 
20
+ // @ini_set( 'display_errors', '1' );
21
+ set_error_handler( array( 'WPBDP_Debugging', '_php_error_handler' ) );
22
 
23
  add_action( 'wp_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
24
  add_action( 'admin_enqueue_scripts', array( 'WPBDP_Debugging', '_enqueue_scripts' ) );
25
 
26
+ add_action( 'admin_footer', array( 'WPBDP_Debugging', '_debug_bar_footer' ), 99999 );
27
+ add_action( 'wp_footer', array( 'WPBDP_Debugging', '_debug_bar_footer' ), 99999 );
28
  }
29
 
30
  public static function _enqueue_scripts() {
64
  public static function debug_off() {
65
  self::$debug = false;
66
 
67
+ remove_action( 'admin_footer', array( 'WPBDP_Debugging', '_debug_bar_footer' ), 99999 );
68
+ remove_action( 'wp_footer', array( 'WPBDP_Debugging', '_debug_bar_footer' ), 99999 );
69
  }
70
 
71
  public static function _debug_bar_footer() {
72
+ if ( ! self::$debug ) {
73
  return;
74
+ }
75
 
76
  global $wpdb;
77
  $queries = $wpdb->queries;
78
 
79
+ if ( ! self::$messages && ! $queries ) {
80
  return;
81
+ }
82
 
83
  echo '<div id="wpbdp-debugging">';
84
  echo '<ul class="tab-selector">';
93
 
94
  echo '<tr class="' . $item['type'] . '">';
95
  echo '<td class="handle">&raquo;</td>';
96
+ echo '<td class="timestamp">' . date( 'H:i:s', $time[1] ) . '</td>';
97
 
98
  echo '<td class="type">' . $item['type'] . '</td>';
99
  echo '<td class="message">' . $item['message'] . '</td>';
100
 
101
  if ($item['context']) {
102
  echo '<td class="context">' . $item['context']['function'] . '</td>';
103
+ echo '<td class="file">' . basename( $item['context']['file'] ) . ':' . $item['context']['line'] . '</td>';
104
  } else {
105
  echo '<td class="context"></td><td class="file"></td>';
106
  }
111
  echo '</div>';
112
 
113
  echo '<div class="tab" id="wpbdp-debugging-tab-wpdbqueries">';
114
+ if ( ! $queries ) {
115
  echo 'No SQL queries were logged.';
116
  } else {
117
  echo '<table>';
138
  }
139
 
140
  private static function _extract_context($stack) {
141
+ if ( ! is_array( $stack ) || empty( $stack ) ) {
142
  return array();
143
+ }
144
 
145
  $context = array( 'class' => '', 'file' => '', 'function' => '', 'line' => '' );
146
 
170
  self::$messages[] = array( 'timestamp' => microtime(),
171
  'message' => $msg,
172
  'type' => $type,
173
+ 'context' => wpbdp_starts_with( $type, 'php', false ) ? $context : self::_extract_context( $context ),
174
  );
175
  }
176
 
178
  if ( is_bool( $var ) || is_int( $var ) || ( is_string( $var ) && empty( $var ) ) )
179
  return var_export( $var, true );
180
 
181
+ return print_r( $var, true );
182
  }
183
 
184
  /* API */
185
 
186
  public static function debug() {
187
  if (self::$debug) {
188
+ foreach ( func_get_args() as $var ) {
189
+ self::add_debug_msg( self::_var_dump( $var ), 'debug', debug_backtrace() );
190
+ }
191
  }
192
  }
193
 
194
  public static function debug_e() {
195
  $ret = '';
196
 
197
+ foreach ( func_get_args() as $arg ) {
198
+ $ret .= self::_var_dump( $arg ) . "\n";
199
+ }
200
 
201
+ wp_die( sprintf( '<pre>%s</pre>', $ret ), '' );
202
  }
203
 
204
+ public static function log( $msg, $type = 'info' ) {
205
+ self::add_debug_msg( $msg, sprintf( 'log-%s', $type ), debug_backtrace() );
206
  }
207
 
208
  }
209
 
210
+ function wpbdp_log( $msg, $type = 'info' ) {
211
+ call_user_func( array( 'WPBDP_Debugging', 'log' ), $msg, $type );
212
  }
213
 
214
  function wpbdp_log_deprecated() {
215
+ wpbdp_log( 'Deprecated function called.', 'deprecated' );
216
  }
217
 
218
  function wpbdp_debug() {
219
  $args = func_get_args();
220
+ call_user_func_array( array( 'WPBDP_Debugging', 'debug' ), $args );
221
  }
222
 
223
  function wpbdp_debug_e() {
224
  $args = func_get_args();
225
+ call_user_func_array( array( 'WPBDP_Debugging', 'debug_e' ), $args );
226
  }
227
 
includes/fields/class-fieldtypes-checkbox.php CHANGED
@@ -33,7 +33,7 @@ class WPBDP_FieldTypes_Checkbox extends WPBDP_Form_Field_Type {
33
  )
34
  );
35
 
36
- if( $tags && ! is_wp_error( $tags ) ) {
37
  $options = array_unique( array_merge( $options, $tags ) );
38
  }
39
  $options = array_combine( $options, $options );
33
  )
34
  );
35
 
36
+ if ( $tags && ! is_wp_error( $tags ) ) {
37
  $options = array_unique( array_merge( $options, $tags ) );
38
  }
39
  $options = array_combine( $options, $options );
includes/fields/class-fieldtypes-date.php CHANGED
@@ -154,10 +154,11 @@ class WPBDP_FieldTypes_Date extends WPBDP_FieldTypes_TextField {
154
  if ( strlen( $y ) < 4 ) {
155
  $y_ = intval( $y );
156
 
157
- if ( $y_ < 0 )
158
- $y = '19' . $y;
159
- else
160
- $y = '20' . $y;
 
161
  }
162
 
163
  $value = sprintf( "%'.04d%'.02d%'.02d", $y, $m, $d );
154
  if ( strlen( $y ) < 4 ) {
155
  $y_ = intval( $y );
156
 
157
+ if ( $y_ < 0 ) {
158
+ $y = '19' . $y;
159
+ } else {
160
+ $y = '20' . $y;
161
+ }
162
  }
163
 
164
  $value = sprintf( "%'.04d%'.02d%'.02d", $y, $m, $d );
includes/fields/class-fieldtypes-facebook.php CHANGED
@@ -3,7 +3,7 @@
3
  class WPBDP_FieldTypes_Facebook extends WPBDP_Form_Field_Type {
4
 
5
  public function __construct() {
6
- parent::__construct( _x('Social Site (Facebook page)', 'form-fields api', 'business-directory-plugin' ) );
7
  }
8
 
9
  public function get_id() {
3
  class WPBDP_FieldTypes_Facebook extends WPBDP_Form_Field_Type {
4
 
5
  public function __construct() {
6
+ parent::__construct( _x( 'Social Site (Facebook page)', 'form-fields api', 'business-directory-plugin' ) );
7
  }
8
 
9
  public function get_id() {
includes/fields/class-fieldtypes-image.php CHANGED
@@ -263,7 +263,7 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
263
  $element = wpbdp_get_var( array( 'param' => 'element', 'default' => "listingfields[$field_id][0]" ), 'request' );
264
 
265
  $field = wpbdp_get_form_field( $field_id );
266
- if ( ! $field || ! in_array( $field->get_field_type_id(), array( 'image', 'social-network') ) ) {
267
  die;
268
  }
269
 
@@ -318,7 +318,7 @@ class WPBDP_FieldTypes_Image extends WPBDP_Form_Field_Type {
318
 
319
  $image_id = wpbdp_get_var( array( 'param' => 'image_ids', 'default' => 0 ), 'request' );
320
 
321
- if( ! $image_id ) {
322
  return wp_send_json_error( array( 'errors' => __( 'Could not find image ID', 'business-directory-plugin' ) ) );
323
  }
324
 
263
  $element = wpbdp_get_var( array( 'param' => 'element', 'default' => "listingfields[$field_id][0]" ), 'request' );
264
 
265
  $field = wpbdp_get_form_field( $field_id );
266
+ if ( ! $field || ! in_array( $field->get_field_type_id(), array( 'image', 'social-network') ) ) {
267
  die;
268
  }
269
 
318
 
319
  $image_id = wpbdp_get_var( array( 'param' => 'image_ids', 'default' => 0 ), 'request' );
320
 
321
+ if ( ! $image_id ) {
322
  return wp_send_json_error( array( 'errors' => __( 'Could not find image ID', 'business-directory-plugin' ) ) );
323
  }
324
 
includes/fields/class-fieldtypes-multiselect.php CHANGED
@@ -3,7 +3,7 @@
3
  class WPBDP_FieldTypes_MultiSelect extends WPBDP_FieldTypes_Select {
4
 
5
  public function __construct() {
6
- parent::__construct( _x('Multiple select list', 'form-fields api', 'business-directory-plugin' ) );
7
  $this->set_multiple( true );
8
  }
9
 
@@ -26,7 +26,7 @@ class WPBDP_FieldTypes_MultiSelect extends WPBDP_FieldTypes_Select {
26
  $description = _x( 'The height of the list will be adjusted to accommodate the specified number of options.', 'form-fields-admin', 'business-directory-plugin' );
27
 
28
  $content = '<span class="description">' . $description . '</span><br />';
29
- $content.= '<input name="field[x_size]" type="number" value="%d">';
30
 
31
  $settings['size'] = array( $label, sprintf( $content, $field ? $field->data( 'size', 4 ) : 4 ) );
32
 
3
  class WPBDP_FieldTypes_MultiSelect extends WPBDP_FieldTypes_Select {
4
 
5
  public function __construct() {
6
+ parent::__construct( _x( 'Multiple select list', 'form-fields api', 'business-directory-plugin' ) );
7
  $this->set_multiple( true );
8
  }
9
 
26
  $description = _x( 'The height of the list will be adjusted to accommodate the specified number of options.', 'form-fields-admin', 'business-directory-plugin' );
27
 
28
  $content = '<span class="description">' . $description . '</span><br />';
29
+ $content .= '<input name="field[x_size]" type="number" value="%d">';
30
 
31
  $settings['size'] = array( $label, sprintf( $content, $field ? $field->data( 'size', 4 ) : 4 ) );
32
 
includes/fields/class-fieldtypes-textarea.php CHANGED
@@ -9,7 +9,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
9
  private $quicktags_settings = array();
10
 
11
  public function __construct() {
12
- parent::__construct( _x('Textarea', 'form-fields api', 'business-directory-plugin' ) );
13
 
14
  add_filter( 'wpbdp_form_field_html_value', array( $this, 'maybe_shorten_output_in_excerpt' ), 10, 4 );
15
  add_filter( 'wpbdp_render_listing_fields', array( $this, 'maybe_hide_excerpt_field' ), 10, 3 );
@@ -129,7 +129,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
129
  $value ? esc_attr( $value ) : ''
130
  );
131
 
132
- $html.= sprintf(
133
  '<script>
134
  var WPBDPTinyMCESettings = WPBDPTinyMCESettings || {};
135
 
9
  private $quicktags_settings = array();
10
 
11
  public function __construct() {
12
+ parent::__construct( _x( 'Textarea', 'form-fields api', 'business-directory-plugin' ) );
13
 
14
  add_filter( 'wpbdp_form_field_html_value', array( $this, 'maybe_shorten_output_in_excerpt' ), 10, 4 );
15
  add_filter( 'wpbdp_render_listing_fields', array( $this, 'maybe_hide_excerpt_field' ), 10, 3 );
129
  $value ? esc_attr( $value ) : ''
130
  );
131
 
132
+ $html .= sprintf(
133
  '<script>
134
  var WPBDPTinyMCESettings = WPBDPTinyMCESettings || {};
135
 
includes/fields/class-fieldtypes-twitter.php CHANGED
@@ -3,7 +3,7 @@
3
  class WPBDP_FieldTypes_Twitter extends WPBDP_Form_Field_Type {
4
 
5
  public function __construct() {
6
- parent::__construct( _x('Social Site (Twitter handle)', 'form-fields api', 'business-directory-plugin' ) );
7
  }
8
 
9
  public function get_id() {
3
  class WPBDP_FieldTypes_Twitter extends WPBDP_Form_Field_Type {
4
 
5
  public function __construct() {
6
+ parent::__construct( _x( 'Social Site (Twitter handle)', 'form-fields api', 'business-directory-plugin' ) );
7
  }
8
 
9
  public function get_id() {
includes/fields/class-form-field-type.php CHANGED
@@ -64,8 +64,9 @@ class WPBDP_Form_Field_Type {
64
  public function get_field_value( &$field, $post_id ) {
65
  $post = get_post( $post_id );
66
 
67
- if ( !$post )
68
  return null;
 
69
 
70
  switch ( $field->get_association() ) {
71
  case 'title':
@@ -428,9 +429,10 @@ class WPBDP_Form_Field_Type {
428
  return $html;
429
  }
430
 
431
- public static function render_admin_settings( $admin_settings=array() ) {
432
- if ( !$admin_settings )
433
- return '';
 
434
 
435
  $html = '';
436
  $html .= '<table class="form-table">';
64
  public function get_field_value( &$field, $post_id ) {
65
  $post = get_post( $post_id );
66
 
67
+ if ( ! $post ) {
68
  return null;
69
+ }
70
 
71
  switch ( $field->get_association() ) {
72
  case 'title':
429
  return $html;
430
  }
431
 
432
+ public static function render_admin_settings( $admin_settings = array() ) {
433
+ if ( ! $admin_settings ) {
434
+ return '';
435
+ }
436
 
437
  $html = '';
438
  $html .= '<table class="form-table">';
includes/form-fields.php CHANGED
@@ -790,14 +790,14 @@ if ( ! class_exists( 'WPBDP_FieldValidation' ) ) {
790
  private function word_number( $value, $args = array() ) {
791
  $word_count = $args['field']->data( 'word_count' );
792
 
793
- if( empty( $word_count ) ) {
794
  return;
795
  }
796
 
797
  $no_html_text = preg_replace( '/(<[^>]+>)/i', '', $value );
798
- $input_array = preg_split("/[\s,]+/", $no_html_text );
799
 
800
- if( $word_count < count( $input_array ) ) {
801
  /* translators: %1$s: field label, %2$d: max word count */
802
  return WPBDP_ValidationError( sprintf( esc_html__( '%1$s must have less than %2$d words.', 'business-directory-plugin' ), esc_attr( $args['field-label'] ), $word_count ) );
803
  }
@@ -808,7 +808,9 @@ if ( ! class_exists( 'WPBDP_FieldValidation' ) ) {
808
  $args = wp_parse_args(
809
  $args, array(
810
  'values' => array(),
811
- 'formatter' => function( $x ) { return join( ",", $x ); },
 
 
812
  )
813
  );
814
  extract( $args, EXTR_SKIP );
790
  private function word_number( $value, $args = array() ) {
791
  $word_count = $args['field']->data( 'word_count' );
792
 
793
+ if ( empty( $word_count ) ) {
794
  return;
795
  }
796
 
797
  $no_html_text = preg_replace( '/(<[^>]+>)/i', '', $value );
798
+ $input_array = preg_split( '/[\s,]+/', $no_html_text );
799
 
800
+ if ( $word_count < count( $input_array ) ) {
801
  /* translators: %1$s: field label, %2$d: max word count */
802
  return WPBDP_ValidationError( sprintf( esc_html__( '%1$s must have less than %2$d words.', 'business-directory-plugin' ), esc_attr( $args['field-label'] ), $word_count ) );
803
  }
808
  $args = wp_parse_args(
809
  $args, array(
810
  'values' => array(),
811
+ 'formatter' => function( $x ) {
812
+ return join( ',', $x );
813
+ },
814
  )
815
  );
816
  extract( $args, EXTR_SKIP );
includes/gateways/class-gateway-authorize-net.php CHANGED
@@ -49,7 +49,7 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
49
  }
50
 
51
  if ( ! $class ) {
52
- throw new AuthorizeNetException;
53
  }
54
 
55
  if ( 'ARB' == $class ) {
@@ -371,4 +371,4 @@ class WPBDP__Gateway__Authorize_Net extends WPBDP__Payment_Gateway {
371
  $subscription->cancel();
372
  }
373
 
374
- }
49
  }
50
 
51
  if ( ! $class ) {
52
+ throw new AuthorizeNetException();
53
  }
54
 
55
  if ( 'ARB' == $class ) {
371
  $subscription->cancel();
372
  }
373
 
374
+ }
includes/helpers/class-app.php CHANGED
@@ -74,10 +74,10 @@ class WPBDP_App_Helper {
74
  $msg = str_replace( ' ' . $find . '.', ' ' . $replace . '.', $msg );
75
 
76
  // Beginning of string
77
- $msg = preg_replace('/^' . $find . ' /', $replace . ' ', $msg );
78
 
79
  // End of string
80
- $msg = preg_replace('/ ' . $find . '$/', ' ' . $replace, $msg );
81
  }
82
 
83
  /**
74
  $msg = str_replace( ' ' . $find . '.', ' ' . $replace . '.', $msg );
75
 
76
  // Beginning of string
77
+ $msg = preg_replace( '/^' . $find . ' /', $replace . ' ', $msg );
78
 
79
  // End of string
80
+ $msg = preg_replace( '/ ' . $find . '$/', ' ' . $replace, $msg );
81
  }
82
 
83
  /**
includes/helpers/class-field-display-list.php CHANGED
@@ -212,8 +212,8 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
212
  $second_line = $address2;
213
 
214
  $third_line = $city;
215
- $third_line.= ( $city && $state ) ? ', ' . $state : $state;
216
- $third_line.= $zip ? ' ' . $zip : '';
217
 
218
  return implode(
219
  '<br />',
212
  $second_line = $address2;
213
 
214
  $third_line = $city;
215
+ $third_line .= ( $city && $state ) ? ', ' . $state : $state;
216
+ $third_line .= $zip ? ' ' . $zip : '';
217
 
218
  return implode(
219
  '<br />',
includes/helpers/class-fs.php CHANGED
@@ -195,8 +195,9 @@ final class WPBDP_FS {
195
  if ( ! self::copydir( $dir, $destdir ) )
196
  return false;
197
 
198
- if (! self::rmdir( $dir ) )
199
- return false;
 
200
 
201
  return true;
202
  }
195
  if ( ! self::copydir( $dir, $destdir ) )
196
  return false;
197
 
198
+ if ( ! self::rmdir( $dir ) ) {
199
+ return false;
200
+ }
201
 
202
  return true;
203
  }
includes/helpers/listing_flagging.php CHANGED
@@ -25,7 +25,7 @@ class WPBDP__Listing_Flagging {
25
  }
26
 
27
  public static function user_has_flagged( $listing_id, $user_id ) {
28
- if( ! $user_id ) {
29
  return false;
30
  }
31
 
@@ -85,7 +85,7 @@ class WPBDP__Listing_Flagging {
85
  }
86
  }
87
 
88
- if( ! isset( $data[ 'date' ] ) ) {
89
  $data[ 'date' ] = time();
90
  }
91
 
25
  }
26
 
27
  public static function user_has_flagged( $listing_id, $user_id ) {
28
+ if ( ! $user_id ) {
29
  return false;
30
  }
31
 
85
  }
86
  }
87
 
88
+ if ( ! isset( $data[ 'date' ] ) ) {
89
  $data[ 'date' ] = time();
90
  }
91
 
includes/installer.php CHANGED
@@ -26,12 +26,11 @@ class WPBDP_Installer {
26
 
27
  // TODO: Is this event now unnecessary? Check wpbdp_daily_events event.
28
  // schedule expiration hook if needed
29
- if (!wp_next_scheduled('wpbdp_listings_expiration_check')) {
30
- wpbdp_log('Expiration check was not in schedule. Scheduling.');
31
- wp_schedule_event(current_time('timestamp'), 'hourly', 'wpbdp_listings_expiration_check');
32
  } else {
33
- // error_log( 'Expiration check was in schedule. Nothing to do.' );
34
- wpbdp_log('Expiration check was in schedule. Nothing to do.');
35
  }
36
 
37
  if ( false === get_option( 'wpbdp-db-migrations', false ) )
@@ -43,10 +42,10 @@ class WPBDP_Installer {
43
  $this->update_database_schema();
44
 
45
  if ( $this->installed_version ) {
46
- wpbdp_log('WPBDP is already installed.');
47
  return $this->_update();
48
  } else if ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
49
- wpbdp_log('New installation. Creating default form fields.');
50
  global $wpbdp;
51
 
52
  // Create default category.
@@ -71,7 +70,7 @@ class WPBDP_Installer {
71
  throw new Exception( "Table {$wpdb->prefix}wpbdp_form_fields was not created!" );
72
  }
73
 
74
- update_option('wpbdp-db-version', self::DB_VERSION);
75
  }
76
 
77
  /**
@@ -174,7 +173,7 @@ class WPBDP_Installer {
174
  }
175
 
176
  public function update_database_schema() {
177
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
178
 
179
  wpbdp_log( 'Running dbDelta.' );
180
 
26
 
27
  // TODO: Is this event now unnecessary? Check wpbdp_daily_events event.
28
  // schedule expiration hook if needed
29
+ if ( ! wp_next_scheduled( 'wpbdp_listings_expiration_check' ) ) {
30
+ wpbdp_log( 'Expiration check was not in schedule. Scheduling.' );
31
+ wp_schedule_event( current_time( 'timestamp' ), 'hourly', 'wpbdp_listings_expiration_check' );
32
  } else {
33
+ wpbdp_log( 'Expiration check was in schedule. Nothing to do.' );
 
34
  }
35
 
36
  if ( false === get_option( 'wpbdp-db-migrations', false ) )
42
  $this->update_database_schema();
43
 
44
  if ( $this->installed_version ) {
45
+ wpbdp_log( 'WPBDP is already installed.' );
46
  return $this->_update();
47
  } else if ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
48
+ wpbdp_log( 'New installation. Creating default form fields.' );
49
  global $wpbdp;
50
 
51
  // Create default category.
70
  throw new Exception( "Table {$wpdb->prefix}wpbdp_form_fields was not created!" );
71
  }
72
 
73
+ update_option( 'wpbdp-db-version', self::DB_VERSION );
74
  }
75
 
76
  /**
173
  }
174
 
175
  public function update_database_schema() {
176
+ require_once ABSPATH . 'wp-admin/includes/upgrade.php';
177
 
178
  wpbdp_log( 'Running dbDelta.' );
179
 
includes/licensing.php CHANGED
@@ -452,7 +452,7 @@ class WPBDP_Licensing {
452
  if ( 'deactivate' !== $action ) {
453
  $license = $this->process_license_response( $response, $item_type, $item_id, $key );
454
 
455
- if( is_wp_error( $license ) ) {
456
  $this->licenses_errors[ $item_id ] = $license->get_error_message();
457
  $this->save_license_errors();
458
  return $license;
452
  if ( 'deactivate' !== $action ) {
453
  $license = $this->process_license_response( $response, $item_type, $item_id, $key );
454
 
455
+ if ( is_wp_error( $license ) ) {
456
  $this->licenses_errors[ $item_id ] = $license->get_error_message();
457
  $this->save_license_errors();
458
  return $license;
includes/payment.php CHANGED
@@ -269,7 +269,7 @@ class WPBDP_PaymentsAPI {
269
 
270
 
271
 
272
- function _return_fee_list_button( $payment ){
273
  if ( 'renewal' !== $payment->payment_type ) {
274
  return;
275
  }
269
 
270
 
271
 
272
+ function _return_fee_list_button( $payment ) {
273
  if ( 'renewal' !== $payment->payment_type ) {
274
  return;
275
  }
includes/themes.php CHANGED
@@ -610,9 +610,10 @@ class WPBDP_Themes {
610
  return true;
611
  }
612
 
613
- $last = array_pop( $this->template_dirs );
614
- $this->template_dirs[] = $path;
615
- $this->template_dirs[] = $last;
 
616
 
617
  return true;
618
  }
610
  return true;
611
  }
612
 
613
+ // Add the template before core.
614
+ unset( $this->template_dirs['core'] );
615
+ $this->template_dirs[] = $path;
616
+ $this->add_core_template_dir();
617
 
618
  return true;
619
  }
includes/utils.php CHANGED
@@ -291,10 +291,11 @@ function wpbdp_flatten_files_array( $files = array() ) {
291
  * @param mixed $default Optional. Defaults to `false`.
292
  */
293
  function wpbdp_getv($dict, $key, $default=false) {
294
- $_dict = is_object($dict) ? (array) $dict : $dict;
295
 
296
- if (is_array($_dict) && isset($_dict[$key]))
297
- return $_dict[$key];
 
298
 
299
  return $default;
300
  }
@@ -364,14 +365,14 @@ function wpbdp_capture_action($hook) {
364
  $output = '';
365
 
366
  $args = func_get_args();
367
- if (count($args) > 1) {
368
- $args = array_slice($args, 1);
369
  } else {
370
  $args = array();
371
  }
372
 
373
  ob_start();
374
- do_action_ref_array($hook, $args);
375
  $output = ob_get_contents();
376
  ob_end_clean();
377
 
@@ -382,7 +383,7 @@ function wpbdp_capture_action_array($hook, $args=array()) {
382
  $output = '';
383
 
384
  ob_start();
385
- do_action_ref_array($hook, $args);
386
  $output = ob_get_contents();
387
  ob_end_clean();
388
 
@@ -392,7 +393,7 @@ function wpbdp_capture_action_array($hook, $args=array()) {
392
  function wpbdp_php_ini_size_to_bytes( $val ) {
393
  $val = trim( $val );
394
  $size = intval( $val );
395
- $unit = strtoupper( $val[strlen($val) - 1] );
396
 
397
  switch ( $unit ) {
398
  case 'G':
@@ -425,8 +426,8 @@ function wpbdp_media_upload_check_env( &$error ) {
425
  * @since 2.1.6
426
  */
427
  function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false, $constraints=array(), &$error_msg=null, $sideload=false) {
428
- require_once(ABSPATH . 'wp-admin/includes/file.php');
429
- require_once(ABSPATH . 'wp-admin/includes/image.php');
430
 
431
  $sideload = ( is_string( $file_ ) && file_exists( $file_ ) ) ? true : false;
432
 
@@ -460,23 +461,25 @@ function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false,
460
 
461
  if ($file['error'] == 0) {
462
  if ($constraints['max-size'] > 0 && $file['size'] > $constraints['max-size'] ) {
463
- $error_msg = sprintf( _x( 'File size (%s) exceeds maximum file size of %s', 'utils', 'business-directory-plugin' ),
464
- size_format ($file['size'], 2),
465
- size_format ($constraints['max-size'], 2)
466
- );
 
467
  return false;
468
  }
469
 
470
  if ( $constraints['min-size'] > 0 && $file['size'] < $constraints['min-size'] ) {
471
- $error_msg = sprintf( _x( 'File size (%s) is inferior to the required minimum file size of %s', 'utils', 'business-directory-plugin' ),
472
- size_format( $file['size'], 2 ),
473
- size_format( $constraints['min-size'], 2 )
474
- );
 
475
  return false;
476
  }
477
 
478
  if ( is_array( $constraints['mimetypes'] ) ) {
479
- if ( !in_array( strtolower( $file['type'] ), $constraints['mimetypes'] ) ) {
480
  $error_msg = sprintf( _x( 'File type "%s" is not allowed', 'utils', 'business-directory-plugin' ), $file['type'] );
481
  return false;
482
  }
@@ -490,17 +493,18 @@ function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false,
490
 
491
  $upload = $sideload ? wp_handle_sideload( $file, array( 'test_form' => FALSE ) ) : wp_handle_upload( $file, array('test_form' => FALSE) );
492
 
493
- if( ! $upload || ! is_array( $upload ) || isset( $upload['error'] ) ) {
494
  $error_msg = isset( $upload['error'] ) ? $upload['error'] : _x( 'Unkown error while uploading file.', 'utils', 'business-directory-plugin' );
495
  return false;
496
  }
497
 
498
- if ( !$use_media_library )
499
  return $upload;
 
500
 
501
  if ( $attachment_id = wp_insert_attachment(array(
502
  'post_mime_type' => $upload['type'],
503
- 'post_title' => preg_replace('/\.[^.]+$/', '', basename($upload['file'])),
504
  'post_content' => '',
505
  'post_status' => 'inherit'
506
  ), $upload['file']) ) {
@@ -510,7 +514,7 @@ function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false,
510
  if ( $check_image && ! wp_attachment_is_image( $attachment_id ) ) {
511
  wp_delete_attachment( $attachment_id, true );
512
 
513
- $error_msg = _x('Uploaded file is not an image', 'utils', 'business-directory-plugin' );
514
  return false;
515
  }
516
 
@@ -519,27 +523,35 @@ function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false,
519
  $failed = false;
520
 
521
  if ( ! $failed && $meta && $constraints['min-width'] > 0 && $meta['width'] < $constraints['min-width'] ) {
522
- $error_msg = sprintf( _x( 'Image width (%s px) is inferior to minimum required width of %s px.', 'utils', 'business-directory-plugin' ),
523
- $meta['width'],
524
- $constraints['min-width'] );
 
 
525
  }
526
 
527
  if ( ! $failed && $meta && $constraints['min-height'] > 0 && $meta['height'] < $constraints['min-height'] ) {
528
- $error_msg = sprintf( _x( 'Image height (%s px) is inferior to minimum required height of %s px.', 'utils', 'business-directory-plugin' ),
529
- $meta['height'],
530
- $constraints['min-height'] );
 
 
531
  }
532
 
533
  if ( ! $failed && $meta && $constraints['max-width'] > 0 && $meta['width'] > $constraints['max-width'] ) {
534
- $error_msg = sprintf( _x( 'Image width (%s px) is greater than maximum allowed width of %s px.', 'utils', 'business-directory-plugin' ),
535
- $meta['width'],
536
- $constraints['max-width'] );
 
 
537
  }
538
 
539
  if ( ! $failed && $meta && $constraints['max-height'] > 0 && $meta['height'] > $constraints['max-height'] ) {
540
- $error_msg = sprintf( _x( 'Image height (%s px) is greater than maximum required height of %s px.', 'utils', 'business-directory-plugin' ),
541
- $meta['height'],
542
- $constraints['max-height'] );
 
 
543
  }
544
 
545
  if ( $failed ) {
@@ -551,7 +563,7 @@ function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false,
551
  return $attachment_id;
552
  }
553
  } else {
554
- $error_msg = _x('Error while uploading file', 'utils', 'business-directory-plugin' );
555
  }
556
 
557
  return false;
@@ -592,13 +604,13 @@ function wpbdp_get_mimetype( $file ) {
592
  */
593
  function wpbdp_get_current_domain($www=true, $prefix='') {
594
  $domain = wpbdp_get_server_value( 'HTTP_HOST' );
595
- if (empty($domain)) {
596
- $domain = wpbdp_get_server_value( 'SERVER_NAME' );
597
- }
598
 
599
- if (!$www && substr($domain, 0, 4) === 'www.') {
600
- $domain = $prefix . substr($domain, 4);
601
- }
602
 
603
  return $domain;
604
  }
@@ -657,8 +669,8 @@ function wpbdp_ajaxurl($overwrite=false) {
657
  static $ajaxurl = false;
658
 
659
  if ($overwrite || $ajaxurl === false) {
660
- $url = admin_url('admin-ajax.php');
661
- $parts = parse_url($url);
662
 
663
  $domain = wpbdp_get_current_domain();
664
 
@@ -666,7 +678,7 @@ function wpbdp_ajaxurl($overwrite=false) {
666
  if ( isset( $parts['port'] ) && $parts['port'] )
667
  $domain = str_replace( ':' . $parts['port'], '', $domain );
668
 
669
- $ajaxurl = str_replace($parts['host'], $domain, $url);
670
  }
671
 
672
  return $ajaxurl;
@@ -694,8 +706,9 @@ function wpbdp_array_remove_value( &$array_, &$value_ ) {
694
  * @since 3.0.3
695
  */
696
  function wpbdp_starts_with( $str, $prefix, $case_sensitive=true ) {
697
- if ( !$case_sensitive )
698
  return stripos( $str, $prefix, 0 ) === 0;
 
699
 
700
  return strpos( $str, $prefix, 0 ) === 0;
701
  }
@@ -723,8 +736,9 @@ function wpbdp_format_time( $time=null, $format='mysql', $time_is_date=false ) {
723
  * @since 3.3
724
  */
725
  function wpbdp_scandir( $path, $args = array() ) {
726
- if ( !is_dir( $path ) )
727
  return array();
 
728
  /*
729
  $defaults = array(
730
  'filter' => false
@@ -920,7 +934,7 @@ jQuery(function( $ ) {
920
  'buttons': function( e, t ) {
921
  <?php if ( ! $secondary_button ): ?>
922
  var b = $( '<a id="wpbdp-pointer-b1" class="button button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
923
- <?php else: ?>
924
  var b = $( '<a id="wpbdp-pointer-b2" class="button" style="margin-right: 15px;">' + '<?php echo $secondary_button; ?>' + '</a>' );
925
  <?php endif; ?>
926
  return b;
@@ -965,8 +979,15 @@ class WPBDP_NoopObject {
965
  }
966
 
967
  public function __set( $k, $v ) { }
968
- public function __get( $k ) { return null; }
969
- public function __isset( $k ) { return false; }
 
 
 
 
 
 
 
970
  public function __unset( $k ) { }
971
 
972
  public function __call( $name, $args = array() ) {
@@ -1009,10 +1030,11 @@ function wpbdp_detect_encoding( $content ) {
1009
  // See documentation for mb_detect_order()
1010
  return mb_detect_encoding( $content, $encodings, true );
1011
  } else {
1012
- if ( ! function_exists( 'iconv' ) )
1013
- return 'UTF-8';
1014
- else
1015
- return wpbdp_mb_detect_encoding( $content, $encodings );
 
1016
  }
1017
  }
1018
 
@@ -1065,7 +1087,7 @@ function wpbdp_render_user_field( $args = array() ) {
1065
  $hidden_field_id = 'autocomplete-value-' . uniqid();
1066
 
1067
  $output = '<input class="wpbdp-user-autocomplete ' . esc_attr( $args['class'] ) . '" type="text" value="' . esc_attr( $text_value ) . '" data-hidden-field="' . $hidden_field_id . '" />';
1068
- $output.= '<input id="' . $hidden_field_id . '" name="' . esc_attr( $args['name'] ) . '" type="hidden" value="' . esc_attr( $hidden_value ) . '">';
1069
  }
1070
 
1071
  return $output;
291
  * @param mixed $default Optional. Defaults to `false`.
292
  */
293
  function wpbdp_getv($dict, $key, $default=false) {
294
+ $_dict = is_object( $dict ) ? (array) $dict : $dict;
295
 
296
+ if ( is_array( $_dict ) && isset( $_dict[ $key ] ) ) {
297
+ return $_dict[ $key ];
298
+ }
299
 
300
  return $default;
301
  }
365
  $output = '';
366
 
367
  $args = func_get_args();
368
+ if ( count( $args ) > 1 ) {
369
+ $args = array_slice( $args, 1 );
370
  } else {
371
  $args = array();
372
  }
373
 
374
  ob_start();
375
+ do_action_ref_array( $hook, $args );
376
  $output = ob_get_contents();
377
  ob_end_clean();
378
 
383
  $output = '';
384
 
385
  ob_start();
386
+ do_action_ref_array( $hook, $args );
387
  $output = ob_get_contents();
388
  ob_end_clean();
389
 
393
  function wpbdp_php_ini_size_to_bytes( $val ) {
394
  $val = trim( $val );
395
  $size = intval( $val );
396
+ $unit = strtoupper( $val[ strlen( $val ) - 1 ] );
397
 
398
  switch ( $unit ) {
399
  case 'G':
426
  * @since 2.1.6
427
  */
428
  function wpbdp_media_upload($file_, $use_media_library=true, $check_image=false, $constraints=array(), &$error_msg=null, $sideload=false) {
429
+ require_once ABSPATH . 'wp-admin/includes/file.php';
430
+ require_once ABSPATH . 'wp-admin/includes/image.php';
431
 
432
  $sideload = ( is_string( $file_ ) && file_exists( $file_ ) ) ? true : false;
433
 
461
 
462
  if ($file['error'] == 0) {
463
  if ($constraints['max-size'] > 0 && $file['size'] > $constraints['max-size'] ) {
464
+ $error_msg = sprintf(
465
+ __( 'File size (%1$s) exceeds maximum file size of %2$s', 'business-directory-plugin' ),
466
+ size_format( $file['size'], 2 ),
467
+ size_format( $constraints['max-size'], 2 )
468
+ );
469
  return false;
470
  }
471
 
472
  if ( $constraints['min-size'] > 0 && $file['size'] < $constraints['min-size'] ) {
473
+ $error_msg = sprintf(
474
+ __( 'File size (%1$s) is smaller than the minimum file size of %2$s', 'business-directory-plugin' ),
475
+ size_format( $file['size'], 2 ),
476
+ size_format( $constraints['min-size'], 2 )
477
+ );
478
  return false;
479
  }
480
 
481
  if ( is_array( $constraints['mimetypes'] ) ) {
482
+ if ( ! in_array( strtolower( $file['type'] ), $constraints['mimetypes'] ) ) {
483
  $error_msg = sprintf( _x( 'File type "%s" is not allowed', 'utils', 'business-directory-plugin' ), $file['type'] );
484
  return false;
485
  }
493
 
494
  $upload = $sideload ? wp_handle_sideload( $file, array( 'test_form' => FALSE ) ) : wp_handle_upload( $file, array('test_form' => FALSE) );
495
 
496
+ if ( ! $upload || ! is_array( $upload ) || isset( $upload['error'] ) ) {
497
  $error_msg = isset( $upload['error'] ) ? $upload['error'] : _x( 'Unkown error while uploading file.', 'utils', 'business-directory-plugin' );
498
  return false;
499
  }
500
 
501
+ if ( ! $use_media_library ) {
502
  return $upload;
503
+ }
504
 
505
  if ( $attachment_id = wp_insert_attachment(array(
506
  'post_mime_type' => $upload['type'],
507
+ 'post_title' => preg_replace( '/\.[^.]+$/', '', basename( $upload['file'] ) ),
508
  'post_content' => '',
509
  'post_status' => 'inherit'
510
  ), $upload['file']) ) {
514
  if ( $check_image && ! wp_attachment_is_image( $attachment_id ) ) {
515
  wp_delete_attachment( $attachment_id, true );
516
 
517
+ $error_msg = _x( 'Uploaded file is not an image', 'utils', 'business-directory-plugin' );
518
  return false;
519
  }
520
 
523
  $failed = false;
524
 
525
  if ( ! $failed && $meta && $constraints['min-width'] > 0 && $meta['width'] < $constraints['min-width'] ) {
526
+ $error_msg = sprintf(
527
+ __( 'Image width (%1$s px) is smaller than the minimum width of %2$s px.', 'business-directory-plugin' ),
528
+ $meta['width'],
529
+ $constraints['min-width']
530
+ );
531
  }
532
 
533
  if ( ! $failed && $meta && $constraints['min-height'] > 0 && $meta['height'] < $constraints['min-height'] ) {
534
+ $error_msg = sprintf(
535
+ __( 'Image height (%1$s px) is smaller than the minimum height of %2$s px.', 'business-directory-plugin' ),
536
+ $meta['height'],
537
+ $constraints['min-height']
538
+ );
539
  }
540
 
541
  if ( ! $failed && $meta && $constraints['max-width'] > 0 && $meta['width'] > $constraints['max-width'] ) {
542
+ $error_msg = sprintf(
543
+ __( 'Image width (%1$s px) is greater than maximum width of %2$s px.', 'business-directory-plugin' ),
544
+ $meta['width'],
545
+ $constraints['max-width']
546
+ );
547
  }
548
 
549
  if ( ! $failed && $meta && $constraints['max-height'] > 0 && $meta['height'] > $constraints['max-height'] ) {
550
+ $error_msg = sprintf(
551
+ __( 'Image height (%1$s px) is greater than maximum height of %2$s px.', 'business-directory-plugin' ),
552
+ $meta['height'],
553
+ $constraints['max-height']
554
+ );
555
  }
556
 
557
  if ( $failed ) {
563
  return $attachment_id;
564
  }
565
  } else {
566
+ $error_msg = _x( 'Error while uploading file', 'utils', 'business-directory-plugin' );
567
  }
568
 
569
  return false;
604
  */
605
  function wpbdp_get_current_domain($www=true, $prefix='') {
606
  $domain = wpbdp_get_server_value( 'HTTP_HOST' );
607
+ if ( empty( $domain ) ) {
608
+ $domain = wpbdp_get_server_value( 'SERVER_NAME' );
609
+ }
610
 
611
+ if ( ! $www && substr( $domain, 0, 4 ) === 'www.' ) {
612
+ $domain = $prefix . substr( $domain, 4 );
613
+ }
614
 
615
  return $domain;
616
  }
669
  static $ajaxurl = false;
670
 
671
  if ($overwrite || $ajaxurl === false) {
672
+ $url = admin_url( 'admin-ajax.php' );
673
+ $parts = parse_url( $url );
674
 
675
  $domain = wpbdp_get_current_domain();
676
 
678
  if ( isset( $parts['port'] ) && $parts['port'] )
679
  $domain = str_replace( ':' . $parts['port'], '', $domain );
680
 
681
+ $ajaxurl = str_replace( $parts['host'], $domain, $url );
682
  }
683
 
684
  return $ajaxurl;
706
  * @since 3.0.3
707
  */
708
  function wpbdp_starts_with( $str, $prefix, $case_sensitive=true ) {
709
+ if ( ! $case_sensitive ) {
710
  return stripos( $str, $prefix, 0 ) === 0;
711
+ }
712
 
713
  return strpos( $str, $prefix, 0 ) === 0;
714
  }
736
  * @since 3.3
737
  */
738
  function wpbdp_scandir( $path, $args = array() ) {
739
+ if ( ! is_dir( $path ) ) {
740
  return array();
741
+ }
742
  /*
743
  $defaults = array(
744
  'filter' => false
934
  'buttons': function( e, t ) {
935
  <?php if ( ! $secondary_button ): ?>
936
  var b = $( '<a id="wpbdp-pointer-b1" class="button button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
937
+ <?php else : ?>
938
  var b = $( '<a id="wpbdp-pointer-b2" class="button" style="margin-right: 15px;">' + '<?php echo $secondary_button; ?>' + '</a>' );
939
  <?php endif; ?>
940
  return b;
979
  }
980
 
981
  public function __set( $k, $v ) { }
982
+
983
+ public function __get( $k ) {
984
+ return null;
985
+ }
986
+
987
+ public function __isset( $k ) {
988
+ return false;
989
+ }
990
+
991
  public function __unset( $k ) { }
992
 
993
  public function __call( $name, $args = array() ) {
1030
  // See documentation for mb_detect_order()
1031
  return mb_detect_encoding( $content, $encodings, true );
1032
  } else {
1033
+ if ( ! function_exists( 'iconv' ) ) {
1034
+ return 'UTF-8';
1035
+ } else {
1036
+ return wpbdp_mb_detect_encoding( $content, $encodings );
1037
+ }
1038
  }
1039
  }
1040
 
1087
  $hidden_field_id = 'autocomplete-value-' . uniqid();
1088
 
1089
  $output = '<input class="wpbdp-user-autocomplete ' . esc_attr( $args['class'] ) . '" type="text" value="' . esc_attr( $text_value ) . '" data-hidden-field="' . $hidden_field_id . '" />';
1090
+ $output .= '<input id="' . esc_attr( $hidden_field_id ) . '" name="' . esc_attr( $args['name'] ) . '" type="hidden" value="' . esc_attr( $hidden_value ) . '">';
1091
  }
1092
 
1093
  return $output;
includes/views/all_listings.php CHANGED
@@ -14,9 +14,9 @@ class WPBDP__Views__All_Listings extends WPBDP__View {
14
  'post_type' => WPBDP_POST_TYPE,
15
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
16
  'post_status' => 'publish',
17
- 'paged' => intval($paged),
18
- 'orderby' => wpbdp_get_option('listings-order-by', 'date'),
19
- 'order' => wpbdp_get_option('listings-sort', 'ASC'),
20
  'wpbdp_main_query' => true,
21
  'wpbdp_in_shortcode' => true,
22
  );
@@ -47,7 +47,7 @@ class WPBDP__Views__All_Listings extends WPBDP__View {
47
  '_bar' => $show_menu,
48
  'query' => $q );
49
 
50
- if ( ! function_exists('wp_pagenavi' ) && is_front_page() ) {
51
  global $paged;
52
  $paged = $q->query['paged'];
53
  }
14
  'post_type' => WPBDP_POST_TYPE,
15
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
16
  'post_status' => 'publish',
17
+ 'paged' => intval( $paged ),
18
+ 'orderby' => wpbdp_get_option( 'listings-order-by', 'date' ),
19
+ 'order' => wpbdp_get_option( 'listings-sort', 'ASC' ),
20
  'wpbdp_main_query' => true,
21
  'wpbdp_in_shortcode' => true,
22
  );
47
  '_bar' => $show_menu,
48
  'query' => $q );
49
 
50
+ if ( ! function_exists( 'wp_pagenavi' ) && is_front_page() ) {
51
  global $paged;
52
  $paged = $q->query['paged'];
53
  }
includes/views/manage_recurring.php CHANGED
@@ -103,8 +103,8 @@ class WPBDP__Views__Manage_Recurring extends WPBDP__View {
103
  global $wpdb;
104
 
105
  $sql = "SELECT * FROM {$wpdb->posts} p ";
106
- $sql.= "LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON ( p.ID = l.listing_id ) ";
107
- $sql.= 'WHERE post_type = %s AND post_author = %d AND is_recurring = %d ';
108
 
109
  $listings = $wpdb->get_col( $wpdb->prepare( $sql, WPBDP_POST_TYPE, get_current_user_id(), true ) );
110
 
103
  global $wpdb;
104
 
105
  $sql = "SELECT * FROM {$wpdb->posts} p ";
106
+ $sql .= "LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON ( p.ID = l.listing_id ) ";
107
+ $sql .= 'WHERE post_type = %s AND post_author = %d AND is_recurring = %d ';
108
 
109
  $listings = $wpdb->get_col( $wpdb->prepare( $sql, WPBDP_POST_TYPE, get_current_user_id(), true ) );
110
 
includes/views/search.php CHANGED
@@ -17,7 +17,7 @@ class WPBDP__Views__Search extends WPBDP__View {
17
  $search = null;
18
  $redirect = ! $searching && isset( $_GET['kw'] ) && 'none' === wpbdp_get_option( 'search-form-in-results' );
19
 
20
- if( $redirect ) {
21
  $this->_redirect( wpbdp_url( 'all_listings' ) );
22
  }
23
 
17
  $search = null;
18
  $redirect = ! $searching && isset( $_GET['kw'] ) && 'none' === wpbdp_get_option( 'search-form-in-results' );
19
 
20
+ if ( $redirect ) {
21
  $this->_redirect( wpbdp_url( 'all_listings' ) );
22
  }
23
 
includes/views/show_listing.php CHANGED
@@ -9,7 +9,7 @@ class WPBDP__Views__Show_Listing extends WPBDP__View {
9
 
10
  $html = '';
11
  if ( 'publish' != get_post_status( get_the_ID() ) && current_user_can( 'edit_posts' ) ) {
12
- $html .= wpbdp_render_msg( _x('This is just a preview. The listing has not been published yet.', 'preview', 'business-directory-plugin' ) );
13
  }
14
 
15
  /* // Handle ?v=viewname argument for alternative views (other than 'single').
9
 
10
  $html = '';
11
  if ( 'publish' != get_post_status( get_the_ID() ) && current_user_can( 'edit_posts' ) ) {
12
+ $html .= wpbdp_render_msg( __( 'This is just a preview. The listing has not been published yet.', 'business-directory-plugin' ) );
13
  }
14
 
15
  /* // Handle ?v=viewname argument for alternative views (other than 'single').
includes/views/submit_listing.php CHANGED
@@ -1273,10 +1273,11 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1273
  $html .= '<input id="wpbdp-terms-and-conditions-agreement" type="checkbox" name="terms-and-conditions-agreement" value="1" ' . ( $accepted ? 'checked="checked"' : '' ) . ' /> ';
1274
  $label = _x( 'I agree to the <a>Terms and Conditions</a>', 'templates', 'business-directory-plugin' );
1275
 
1276
- if ( $is_url )
1277
  $label = str_replace( '<a>', '<a href="' . esc_url( $tos ) . '" target="_blank" rel="noopener">', $label );
1278
- else
1279
  $label = str_replace( array( '<a>', '</a>' ), '', $label );
 
1280
 
1281
  $html .= $label;
1282
  $html .= '</label>';
1273
  $html .= '<input id="wpbdp-terms-and-conditions-agreement" type="checkbox" name="terms-and-conditions-agreement" value="1" ' . ( $accepted ? 'checked="checked"' : '' ) . ' /> ';
1274
  $label = _x( 'I agree to the <a>Terms and Conditions</a>', 'templates', 'business-directory-plugin' );
1275
 
1276
+ if ( $is_url ) {
1277
  $label = str_replace( '<a>', '<a href="' . esc_url( $tos ) . '" target="_blank" rel="noopener">', $label );
1278
+ } else {
1279
  $label = str_replace( array( '<a>', '</a>' ), '', $label );
1280
+ }
1281
 
1282
  $html .= $label;
1283
  $html .= '</label>';
includes/widgets/class-listings-widget.php CHANGED
@@ -105,7 +105,7 @@ class WPBDP_Listings_Widget extends WP_Widget {
105
  }
106
 
107
  public function widget( $args, $instance ) {
108
- extract($args);
109
  $title = apply_filters( 'widget_title', $instance['title'] );
110
 
111
  echo $before_widget;
105
  }
106
 
107
  public function widget( $args, $instance ) {
108
+ extract( $args );
109
  $title = apply_filters( 'widget_title', $instance['title'] );
110
 
111
  echo $before_widget;
includes/widgets/class-widgets.php CHANGED
@@ -9,17 +9,17 @@ class WPBDP__Widgets {
9
  }
10
 
11
  public function register_widgets() {
12
- include_once ( WPBDP_INC . 'widgets/widget-featured-listings.php' );
13
- register_widget('WPBDP_FeaturedListingsWidget');
14
 
15
- include_once ( WPBDP_INC . 'widgets/widget-latest-listings.php' );
16
- register_widget('WPBDP_LatestListingsWidget');
17
 
18
- include_once ( WPBDP_INC . 'widgets/widget-random-listings.php' );
19
- register_widget('WPBDP_RandomListingsWidget');
20
 
21
- include_once ( WPBDP_INC . 'widgets/widget-search.php' );
22
- register_widget('WPBDP_SearchWidget');
23
  }
24
 
25
  }
9
  }
10
 
11
  public function register_widgets() {
12
+ include_once WPBDP_INC . 'widgets/widget-featured-listings.php';
13
+ register_widget( 'WPBDP_FeaturedListingsWidget' );
14
 
15
+ include_once WPBDP_INC . 'widgets/widget-latest-listings.php';
16
+ register_widget( 'WPBDP_LatestListingsWidget' );
17
 
18
+ include_once WPBDP_INC . 'widgets/widget-random-listings.php';
19
+ register_widget( 'WPBDP_RandomListingsWidget' );
20
 
21
+ include_once WPBDP_INC . 'widgets/widget-search.php';
22
+ register_widget( 'WPBDP_SearchWidget' );
23
  }
24
 
25
  }
includes/widgets/widget-latest-listings.php CHANGED
@@ -8,8 +8,10 @@ require_once( WPBDP_PATH . 'includes/widgets/class-listings-widget.php' );
8
  class WPBDP_LatestListingsWidget extends WPBDP_Listings_Widget {
9
 
10
  public function __construct() {
11
- parent::__construct( _x( 'Business Directory - Latest Listings', 'widgets', 'business-directory-plugin' ),
12
- _x('Displays a list of the latest listings in the Business Directory.', 'widgets', 'business-directory-plugin' ) );
 
 
13
 
14
  $this->set_default_option_value( 'title', _x( 'Latest Listings', 'widgets', 'business-directory-plugin' ) );
15
  }
8
  class WPBDP_LatestListingsWidget extends WPBDP_Listings_Widget {
9
 
10
  public function __construct() {
11
+ parent::__construct(
12
+ _x( 'Business Directory - Latest Listings', 'widgets', 'business-directory-plugin' ),
13
+ _x( 'Displays a list of the latest listings in the Business Directory.', 'widgets', 'business-directory-plugin' )
14
+ );
15
 
16
  $this->set_default_option_value( 'title', _x( 'Latest Listings', 'widgets', 'business-directory-plugin' ) );
17
  }
includes/widgets/widget-search.php CHANGED
@@ -6,61 +6,73 @@
6
  class WPBDP_SearchWidget extends WP_Widget {
7
 
8
  public function __construct() {
9
- parent::__construct(false,
10
- _x('Business Directory - Search', 'widgets', 'business-directory-plugin' ),
11
- array('description' => _x('Displays a search form to look for Business Directory listings.', 'widgets', 'business-directory-plugin' )));
 
 
 
 
12
  }
13
 
14
  public function form($instance) {
15
- if (isset($instance['title']))
16
- $title = $instance['title'];
17
- else
18
- $title = _x('Search the Business Directory', 'widgets', 'business-directory-plugin' );
19
-
20
- echo sprintf('<p><label for="%s">%s</label> <input class="widefat" id="%s" name="%s" type="text" value="%s" /></p>',
21
- $this->get_field_id('title'),
22
- _x('Title:', 'widgets', 'business-directory-plugin' ),
23
- $this->get_field_id('title'),
24
- $this->get_field_name('title'),
25
- esc_attr($title)
26
- );
 
 
27
  echo '<p>';
28
 
29
- echo _x('Form Style:', 'widgets', 'business-directory-plugin' );
30
  echo '<br/>';
31
- echo sprintf('<input id="%s" name="%s" type="radio" value="%s" %s/> <label for="%s">%s</label>',
32
- $this->get_field_id('use_basic_form'),
33
- $this->get_field_name('form_mode'),
34
- 'basic',
35
- wpbdp_getv($instance, 'form_mode', 'basic') == 'basic' ? 'checked="checked"' : '',
36
- $this->get_field_id('use_basic_form'),
37
- _x('Basic', 'widgets', 'business-directory-plugin' ) );
 
 
38
  echo '&nbsp;&nbsp;';
39
- echo sprintf('<input id="%s" name="%s" type="radio" value="%s" %s/> <label for="%s">%s</label>',
40
- $this->get_field_id('use_advanced_form'),
41
- $this->get_field_name('form_mode'),
42
- 'advanced',
43
- wpbdp_getv($instance, 'form_mode', 'basic') == 'advanced' ? 'checked="checked"' : '',
44
- $this->get_field_id('use_advanced_form'),
45
- _x('Advanced', 'widgets', 'business-directory-plugin' ) );
 
 
46
  echo '</p>';
47
 
48
  echo '<p class="wpbdp-search-widget-advanced-settings">';
49
- echo _x('Search Fields (advanced mode):', 'widgets', 'business-directory-plugin' ) . '<br/>';
50
- echo ' <span class="description">' . _x('Display the following fields in the form.', 'widgets', 'business-directory-plugin' ) . '</span>';
51
 
52
  $instance_fields = wpbdp_getv( $instance, 'search_fields', array() );
53
 
54
  $api = wpbdp_formfields_api();
55
 
56
- echo sprintf('<select name="%s[]" multiple="multiple">', $this->get_field_name('search_fields'));
57
 
58
  foreach ( $api->get_fields() as $field ) {
59
  if ( $field->display_in( 'search' ) ) {
60
- echo sprintf( '<option value="%s" %s>%s</option>',
61
- $field->get_id(),
62
- ( !$instance_fields || in_array( $field->get_id(), $instance_fields) ) ? 'selected="selected"' : '',
63
- esc_attr( $field->get_label() ) );
 
 
64
  }
65
  }
66
 
@@ -69,31 +81,32 @@ class WPBDP_SearchWidget extends WP_Widget {
69
  }
70
 
71
  public function update($new_instance, $old_instance) {
72
- $new_instance['title'] = strip_tags($new_instance['title']);
73
- $new_instance['form_mode'] = wpbdp_getv($new_instance, 'form_mode', 'basic');
74
- $new_instance['search_fields'] = wpbdp_getv($new_instance, 'search_fields', array());
75
  return $new_instance;
76
  }
77
 
78
  public function widget($args, $instance) {
79
- extract($args);
80
  $title = apply_filters( 'widget_title', $instance['title'] );
81
 
82
  echo $before_widget;
83
  if ( ! empty( $title ) ) echo $before_title . $title . $after_title;
84
 
85
- echo sprintf('<form action="%s" method="get">', wpbdp_url( '/' ) );
86
 
87
- if ( ! wpbdp_rewrite_on() )
88
- echo sprintf('<input type="hidden" name="page_id" value="%s" />', wpbdp_get_page_id('main'));
 
89
 
90
  echo '<input type="hidden" name="wpbdp_view" value="search" />';
91
  echo '<input type="hidden" name="dosrch" value="1" />';
92
 
93
- if (wpbdp_getv($instance, 'form_mode', 'basic') == 'advanced') {
94
  $fields_api = wpbdp_formfields_api();
95
 
96
- foreach ( $fields_api->get_fields() as $field ) {
97
  if ( $field->display_in( 'search' ) && in_array( $field->get_id(), $instance['search_fields'] ) ) {
98
  echo $field->render( null, 'search' );
99
  }
6
  class WPBDP_SearchWidget extends WP_Widget {
7
 
8
  public function __construct() {
9
+ parent::__construct(
10
+ false,
11
+ _x( 'Business Directory - Search', 'widgets', 'business-directory-plugin' ),
12
+ array(
13
+ 'description' => _x( 'Displays a search form to look for Business Directory listings.', 'widgets', 'business-directory-plugin' )
14
+ )
15
+ );
16
  }
17
 
18
  public function form($instance) {
19
+ if ( isset( $instance['title'] ) ) {
20
+ $title = $instance['title'];
21
+ } else {
22
+ $title = _x( 'Search the Business Directory', 'widgets', 'business-directory-plugin' );
23
+ }
24
+
25
+ echo sprintf(
26
+ '<p><label for="%s">%s</label> <input class="widefat" id="%s" name="%s" type="text" value="%s" /></p>',
27
+ esc_attr( $this->get_field_id( 'title' ) ),
28
+ esc_html_x( 'Title:', 'widgets', 'business-directory-plugin' ),
29
+ esc_attr( $this->get_field_id( 'title' ) ),
30
+ esc_attr( $this->get_field_name( 'title' ) ),
31
+ esc_attr( $title )
32
+ );
33
  echo '<p>';
34
 
35
+ echo _x( 'Form Style:', 'widgets', 'business-directory-plugin' );
36
  echo '<br/>';
37
+ echo sprintf(
38
+ '<input id="%s" name="%s" type="radio" value="%s" %s/> <label for="%s">%s</label>',
39
+ esc_attr( $this->get_field_id( 'use_basic_form' ) ),
40
+ esc_attr( $this->get_field_name( 'form_mode' ) ),
41
+ 'basic',
42
+ wpbdp_getv( $instance, 'form_mode', 'basic') === 'basic' ? 'checked="checked"' : '',
43
+ esc_attr( $this->get_field_id( 'use_basic_form' ) ),
44
+ esc_html_x( 'Basic', 'widgets', 'business-directory-plugin' )
45
+ );
46
  echo '&nbsp;&nbsp;';
47
+ echo sprintf(
48
+ '<input id="%s" name="%s" type="radio" value="%s" %s/> <label for="%s">%s</label>',
49
+ esc_attr( $this->get_field_id( 'use_advanced_form' ) ),
50
+ esc_attr( $this->get_field_name( 'form_mode' ) ),
51
+ 'advanced',
52
+ wpbdp_getv( $instance, 'form_mode', 'basic' ) === 'advanced' ? 'checked="checked"' : '',
53
+ esc_attr( $this->get_field_id( 'use_advanced_form' ) ),
54
+ esc_html_x( 'Advanced', 'widgets', 'business-directory-plugin' )
55
+ );
56
  echo '</p>';
57
 
58
  echo '<p class="wpbdp-search-widget-advanced-settings">';
59
+ echo esc_html_x( 'Search Fields (advanced mode):', 'widgets', 'business-directory-plugin' ) . '<br/>';
60
+ echo ' <span class="description">' . esc_html_x( 'Display the following fields in the form.', 'widgets', 'business-directory-plugin' ) . '</span>';
61
 
62
  $instance_fields = wpbdp_getv( $instance, 'search_fields', array() );
63
 
64
  $api = wpbdp_formfields_api();
65
 
66
+ printf( '<select name="%s[]" multiple="multiple">', esc_attr( $this->get_field_name( 'search_fields' ) ) );
67
 
68
  foreach ( $api->get_fields() as $field ) {
69
  if ( $field->display_in( 'search' ) ) {
70
+ printf(
71
+ '<option value="%s" %s>%s</option>',
72
+ esc_attr( $field->get_id() ),
73
+ ( ! $instance_fields || in_array( $field->get_id(), $instance_fields ) ) ? 'selected="selected"' : '',
74
+ esc_html( $field->get_label() )
75
+ );
76
  }
77
  }
78
 
81
  }
82
 
83
  public function update($new_instance, $old_instance) {
84
+ $new_instance['title'] = strip_tags( $new_instance['title'] );
85
+ $new_instance['form_mode'] = wpbdp_getv( $new_instance, 'form_mode', 'basic' );
86
+ $new_instance['search_fields'] = wpbdp_getv( $new_instance, 'search_fields', array() );
87
  return $new_instance;
88
  }
89
 
90
  public function widget($args, $instance) {
91
+ extract( $args );
92
  $title = apply_filters( 'widget_title', $instance['title'] );
93
 
94
  echo $before_widget;
95
  if ( ! empty( $title ) ) echo $before_title . $title . $after_title;
96
 
97
+ printf( '<form action="%s" method="get">', esc_attr( wpbdp_url( '/' ) ) );
98
 
99
+ if ( ! wpbdp_rewrite_on() ) {
100
+ printf( '<input type="hidden" name="page_id" value="%s" />', esc_attr( wpbdp_get_page_id( 'main' ) ) );
101
+ }
102
 
103
  echo '<input type="hidden" name="wpbdp_view" value="search" />';
104
  echo '<input type="hidden" name="dosrch" value="1" />';
105
 
106
+ if ( wpbdp_getv( $instance, 'form_mode', 'basic' ) === 'advanced' ) {
107
  $fields_api = wpbdp_formfields_api();
108
 
109
+ foreach ( $fields_api->get_fields() as $field ) {
110
  if ( $field->display_in( 'search' ) && in_array( $field->get_id(), $instance['search_fields'] ) ) {
111
  echo $field->render( null, 'search' );
112
  }
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: 2021-08-24 19:42:43+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"
@@ -18,14 +18,14 @@ msgstr ""
18
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
 
21
- #: includes/admin/class-admin-controller.php:80
22
  #: templates/admin/payments-note.tpl.php:13
23
  #: templates/delete-listing-confirm.tpl.php:19
24
  #, fuzzy
25
  msgid "Are you sure you want to do this?"
26
  msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
27
 
28
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
29
  #, fuzzy
30
  msgid "Help"
31
  msgstr "المساعدة"
@@ -100,7 +100,7 @@ msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال
100
  msgid "Yes, please!"
101
  msgstr "نعم، من فضلك!"
102
 
103
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
104
  #, fuzzy
105
  msgid "No, thanks"
106
  msgstr "لا، شكرًا"
@@ -261,7 +261,7 @@ msgstr "الصور"
261
 
262
  #: includes/admin/form-fields.php:31
263
  #: includes/fields/class-fieldtypes-social.php:138
264
- #: templates/admin/csv-import.tpl.php:305
265
  #, fuzzy
266
  msgid "Type"
267
  msgstr "نوع"
@@ -800,11 +800,11 @@ msgstr "إدخال بريدك إلكتروني"
800
  msgid "Uninstall"
801
  msgstr "حذف"
802
 
803
- #: includes/admin/settings/class-settings.php:512
804
  msgid "%s cannot include spaces, commas, or &"
805
  msgstr ""
806
 
807
- #: includes/admin/tracking.php:220
808
  #, fuzzy
809
  msgid "Allow Tracking"
810
  msgstr "السماح بالتتبع"
@@ -876,6 +876,16 @@ msgstr "تسمية الرسوم"
876
  msgid "Duration"
877
  msgstr "المدة"
878
 
 
 
 
 
 
 
 
 
 
 
879
  #: includes/admin/views/modules/list.php:10
880
  #, fuzzy
881
  msgid "Directory Modules"
@@ -1066,23 +1076,23 @@ msgstr "ترقية إلى %s"
1066
  msgid "Settings"
1067
  msgstr "إعدادات"
1068
 
1069
- #: includes/class-wpbdp.php:578
1070
  #, fuzzy
1071
  msgid "Could not find listing ID"
1072
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1073
 
1074
- #: includes/class-wpbdp.php:585
1075
  msgid ""
1076
  "Could not verify the image upload request. If problem persists contact site "
1077
  "admin."
1078
  msgstr ""
1079
 
1080
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1081
  #, fuzzy
1082
  msgid "Could not find image ID"
1083
  msgstr "تعذر تحديث القالب : %s"
1084
 
1085
- #: includes/class-wpbdp.php:624
1086
  #, fuzzy
1087
  msgid ""
1088
  "The directory features are disabled at this time because a <a>manual "
@@ -1091,14 +1101,14 @@ msgstr ""
1091
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1092
  "يدوية قبل المتابعة."
1093
 
1094
- #: includes/class-wpbdp.php:631
1095
  msgid ""
1096
  "The directory is not available at this time. Please try again in a few "
1097
  "minutes or contact the administrator if the problem persists."
1098
  msgstr ""
1099
 
1100
  #: includes/compatibility/class-navxt-integration.php:204
1101
- #: includes/widgets/widget-search.php:112
1102
  #: templates/admin/payments-index.tpl.php:13
1103
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1104
  #: templates/search.tpl.php:3
@@ -1271,8 +1281,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1271
  msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
1272
 
1273
  #: includes/fields/class-fieldtypes-select.php:262
1274
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1275
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1276
  #, fuzzy
1277
  msgid "required"
1278
  msgstr "مطلوب"
@@ -1438,7 +1452,7 @@ msgstr "المصادقة على التاريخ"
1438
  msgid "Word Count Validator"
1439
  msgstr "المصادقة على رقم صحيح"
1440
 
1441
- #: includes/form-fields.php:594
1442
  #, fuzzy
1443
  msgid "Field"
1444
  msgstr "حقل"
@@ -1491,7 +1505,7 @@ msgid "%1$s must have less than %2$d words."
1491
  msgstr "%s يجب أن يكون بتنسيق %s."
1492
 
1493
  #. translators: %1$s: field label, %2$s allowed values
1494
- #: includes/form-fields.php:822
1495
  #, fuzzy
1496
  msgid "%1$s is invalid. Value most be one of %2$s."
1497
  msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s."
@@ -1678,11 +1692,43 @@ msgstr "إدارة الإعلانات المدفوعة"
1678
  msgid "Default"
1679
  msgstr "رسوم افتراضية"
1680
 
1681
- #: includes/themes.php:951
1682
  #, fuzzy
1683
  msgid "ZIP file is not a valid Business Directory theme file."
1684
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
1685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1686
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1687
  #: includes/views/flag_listing.php:56
1688
  #, fuzzy
@@ -1727,6 +1773,13 @@ msgstr "تجديد الإعلان"
1727
  msgid "That listing cannot yet be renewed."
1728
  msgstr "تمت ترقية الإعلان."
1729
 
 
 
 
 
 
 
 
1730
  #: includes/views/submit_listing.php:544
1731
  #, fuzzy
1732
  msgid "Listing Images"
@@ -1784,6 +1837,17 @@ msgstr ""
1784
  "إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
1785
  "أخرى جديدة، قم بتحديد هذا الخيار!"
1786
 
 
 
 
 
 
 
 
 
 
 
 
1787
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1788
  #: templates/admin/csv-import.tpl.php:34
1789
  #, fuzzy
@@ -1794,16 +1858,138 @@ msgstr ""
1794
  "نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
1795
  "بالأشياء بالترتيب الصحيح."
1796
 
1797
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1798
  #, fuzzy
1799
  msgid "Disable email notifications during import?"
1800
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
1801
 
1802
- #: templates/admin/csv-import.tpl.php:281
1803
  #, fuzzy
1804
  msgid "Disable email notifications."
1805
  msgstr "تعطيل التنبيهات."
1806
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1807
  #: templates/admin/debug-info.tpl.php:5
1808
  #, fuzzy
1809
  msgid ""
@@ -2266,6 +2452,7 @@ msgid "Preview email"
2266
  msgstr "معاينة البريد الإلكتروني"
2267
 
2268
  #: templates/admin/settings-email.tpl.php:103
 
2269
  #: templates/listing-flagging-form.tpl.php:64
2270
  #, fuzzy
2271
  msgid "Cancel"
@@ -2400,6 +2587,12 @@ msgstr "هل أحببت هذه الإضافة؟"
2400
  msgid "Need help?"
2401
  msgstr ""
2402
 
 
 
 
 
 
 
2403
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2404
  #, fuzzy
2405
  msgid "Upload Directory Theme"
@@ -2614,6 +2807,16 @@ msgstr "محتوى المقالة"
2614
  msgid "Next"
2615
  msgstr ""
2616
 
 
 
 
 
 
 
 
 
 
 
2617
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2618
  #, fuzzy
2619
  msgid "Search Results"
@@ -2632,6 +2835,10 @@ msgstr "العودة إلى الدليل."
2632
  msgid "(not published yet)"
2633
  msgstr "(لم تنشر بعد)"
2634
 
 
 
 
 
2635
  #: templates/email-access-keys.tpl.php:1
2636
  #, fuzzy
2637
  msgid ""
@@ -2909,12 +3116,12 @@ msgstr ""
2909
  msgid "Business Directory Team"
2910
  msgstr "دليل الأعمال"
2911
 
2912
- #: includes/admin/class-admin-controller.php:82
2913
  msgctxt "admin confirm"
2914
  msgid "No, go back"
2915
  msgstr ""
2916
 
2917
- #: includes/admin/class-admin-controller.php:83
2918
  msgctxt "admin confirm"
2919
  msgid "Yes, I'm sure"
2920
  msgstr ""
@@ -3129,135 +3336,58 @@ msgctxt "admin csv-import"
3129
  msgid "Here, you can import data into your directory using the CSV format."
3130
  msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
3131
 
3132
- #: templates/admin/csv-import.tpl.php:45
3133
- msgctxt "admin csv-import"
3134
- msgid "Import Files"
3135
- msgstr "استيراد الملفات"
3136
-
3137
- #: templates/admin/csv-import.tpl.php:50
3138
- msgctxt "admin csv-import"
3139
- msgid "CSV File"
3140
- msgstr "ملف CSV"
3141
-
3142
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3143
  msgctxt "admin csv-import"
3144
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3145
  msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
3146
 
3147
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3148
  msgctxt "admin csv-import"
3149
  msgid "(Upload new file)"
3150
  msgstr "(رفع ملف جديد)"
3151
 
3152
- #: templates/admin/csv-import.tpl.php:81
3153
- msgctxt "admin csv-import"
3154
- msgid "ZIP file containing images"
3155
- msgstr "ملف مضغوط يحتوي على صور"
3156
-
3157
- #: templates/admin/csv-import.tpl.php:113
3158
- msgctxt "admin csv-import"
3159
- msgid "CSV File Settings"
3160
- msgstr "إعدادات ملف CSV"
3161
-
3162
- #: templates/admin/csv-import.tpl.php:117
3163
- msgctxt "admin csv-import"
3164
- msgid "Column Separator"
3165
- msgstr "فاصلة الأعمدة"
3166
-
3167
- #: templates/admin/csv-import.tpl.php:125
3168
  msgctxt "admin csv-import"
3169
  msgid "Comma (,)"
3170
  msgstr ""
3171
 
3172
- #: templates/admin/csv-import.tpl.php:131
3173
  msgctxt "admin csv-import"
3174
  msgid "Semicolon (;)"
3175
  msgstr ""
3176
 
3177
- #: templates/admin/csv-import.tpl.php:137
3178
  msgctxt "admin csv-import"
3179
  msgid "TAB"
3180
  msgstr ""
3181
 
3182
- #: templates/admin/csv-import.tpl.php:143
3183
- msgctxt "admin csv-import"
3184
- msgid "Image Separator"
3185
- msgstr "فاصلة الصورة "
3186
-
3187
- #: templates/admin/csv-import.tpl.php:154
3188
- msgctxt "admin csv-import"
3189
- msgid "Category Separator"
3190
- msgstr "فاصلة التصنيف"
3191
-
3192
- #: templates/admin/csv-import.tpl.php:165
3193
- msgctxt "admin csv-import"
3194
- msgid "Import settings"
3195
- msgstr "إعدادات الاستيراد"
3196
-
3197
- #: templates/admin/csv-import.tpl.php:169
3198
- #, fuzzy
3199
- msgctxt "admin csv-import"
3200
- msgid "Post status of new imported listings"
3201
- msgstr "حالة مقالة الإعلانات المستوردة"
3202
-
3203
- #: templates/admin/csv-import.tpl.php:186
3204
- #, fuzzy
3205
- msgctxt "admin csv-import"
3206
- msgid "Post status of existing imported listings"
3207
- msgstr "حالة مقالة الإعلانات المستوردة"
3208
-
3209
- #: templates/admin/csv-import.tpl.php:190
3210
  #, fuzzy
3211
  msgctxt "admin csv-import"
3212
  msgid "Preserve existing status"
3213
  msgstr "الإعلانات"
3214
 
3215
- #: templates/admin/csv-import.tpl.php:204
3216
- msgctxt "admin csv-import"
3217
- msgid "Missing categories handling"
3218
- msgstr "معالجة التصنيفات المفقودة"
3219
-
3220
- #: templates/admin/csv-import.tpl.php:209
3221
- msgctxt "admin csv-import"
3222
- msgid "Auto-create categories"
3223
- msgstr "الإنشاء التلقائي للتصنيفات"
3224
-
3225
- #: templates/admin/csv-import.tpl.php:212
3226
- msgctxt "admin csv-import"
3227
- msgid "Generate errors when a category is not found"
3228
- msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
3229
-
3230
- #: templates/admin/csv-import.tpl.php:217
3231
  msgctxt "admin csv-import"
3232
  msgid "Keep existing listing images?"
3233
  msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
3234
 
3235
- #: templates/admin/csv-import.tpl.php:222
3236
  msgctxt "admin csv-import"
3237
  msgid "Keep existing images."
3238
  msgstr "الاحتفاظ بالصور الموجودة."
3239
 
3240
- #: templates/admin/csv-import.tpl.php:223
3241
  msgctxt "admin csv-import"
3242
  msgid "Appends new images while keeping current ones."
3243
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
3244
 
3245
- #: templates/admin/csv-import.tpl.php:228
3246
- msgctxt "admin csv-import"
3247
- msgid "Assign listings to a user?"
3248
- msgstr "تعيين إعلانات للعضو؟"
3249
-
3250
- #: templates/admin/csv-import.tpl.php:234
3251
- msgctxt "admin csv-import"
3252
- msgid "Assign listings to a user."
3253
- msgstr "تعيين إعلانات للعضو."
3254
-
3255
- #: templates/admin/csv-import.tpl.php:239
3256
  msgctxt "admin csv-import"
3257
  msgid "Use a default user for listings?"
3258
  msgstr "استخدام العضو الافتراضي للإعلانات؟"
3259
 
3260
- #: templates/admin/csv-import.tpl.php:245
3261
  msgctxt "admin csv-import"
3262
  msgid ""
3263
  "Select a default user to be used if the username column is not present in "
@@ -3266,75 +3396,17 @@ msgstr ""
3266
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
3267
  "CSV."
3268
 
3269
- #: templates/admin/csv-import.tpl.php:250
3270
- msgctxt "admin csv-import"
3271
- msgid "Default listing user"
3272
- msgstr "إعلان العضو الافتراضي"
3273
-
3274
- #: templates/admin/csv-import.tpl.php:256
3275
- msgctxt "admin csv-import"
3276
- msgid ""
3277
- "This user will be used if the username column is not present in the CSV file."
3278
- msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
3279
-
3280
- #: templates/admin/csv-import.tpl.php:261
3281
- #, fuzzy
3282
- msgctxt "admin csv-import"
3283
- msgid "Number of listings imported on every cycle"
3284
- msgstr "عدد الإعلانات للعرض"
3285
-
3286
- #: templates/admin/csv-import.tpl.php:269
3287
- msgctxt "admin csv-import"
3288
- msgid ""
3289
- "If you are having trouble importing listings due to memory problems, try "
3290
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3291
- "result in a longer batch import time, but will increase the chance of "
3292
- "success on shared hosting platforms and other resource-constrained servers."
3293
- msgstr ""
3294
-
3295
- #: templates/admin/csv-import.tpl.php:288
3296
  msgctxt "admin csv-import"
3297
  msgid "Test Import"
3298
  msgstr "اختبار الاستيراد"
3299
 
3300
- #: templates/admin/csv-import.tpl.php:289
3301
  msgctxt "admin csv-import"
3302
  msgid "Import Listings"
3303
  msgstr "استيراد الإعلانات"
3304
 
3305
- #: templates/admin/csv-import.tpl.php:296
3306
- msgctxt "admin csv-import"
3307
- msgid ""
3308
- "The following are the valid header names to be used in the CSV file. "
3309
- "Multivalued fields (such as category or tags) can appear multiple times in "
3310
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3311
- "how an import file should look like."
3312
- msgstr ""
3313
- "فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
3314
- "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
3315
- "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
3316
-
3317
- #: templates/admin/csv-import.tpl.php:303
3318
- msgctxt "admin csv-import"
3319
- msgid "Header name/label"
3320
- msgstr "إسم رأس/التسمية"
3321
-
3322
- #: templates/admin/csv-import.tpl.php:304
3323
- msgctxt "admin csv-import"
3324
- msgid "Field"
3325
- msgstr "حقل"
3326
-
3327
- #: templates/admin/csv-import.tpl.php:306
3328
- msgctxt "admin csv-import"
3329
- msgid "Required?"
3330
- msgstr "مطلوب؟"
3331
-
3332
- #: templates/admin/csv-import.tpl.php:307
3333
- msgctxt "admin csv-import"
3334
- msgid "Multivalued?"
3335
- msgstr "متعدد القيم؟"
3336
-
3337
- #: templates/admin/csv-import.tpl.php:332
3338
  #, fuzzy
3339
  msgctxt "admin csv-import"
3340
  msgid ""
@@ -3344,24 +3416,14 @@ msgstr ""
3344
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
3345
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
3346
 
3347
- #: templates/admin/csv-import.tpl.php:339
3348
- msgctxt "admin csv-import"
3349
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3350
- msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
3351
-
3352
- #: templates/admin/csv-import.tpl.php:346
3353
- msgctxt "admin csv-import"
3354
- msgid "Listing author's username"
3355
- msgstr "إسم مستخدم كاتب الإعلان"
3356
-
3357
- #: templates/admin/csv-import.tpl.php:353
3358
  msgctxt "admin csv-import"
3359
  msgid ""
3360
  "Internal Sequence ID used to allow listing updates from external sources."
3361
  msgstr ""
3362
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
3363
 
3364
- #: templates/admin/csv-import.tpl.php:360
3365
  msgctxt "admin csv-import"
3366
  msgid ""
3367
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3886,11 +3948,6 @@ msgctxt "admin csv-export"
3886
  msgid "Listing T&C acceptance date"
3887
  msgstr "صور الإعلانات"
3888
 
3889
- #: templates/admin/csv-export.tpl.php:93
3890
- msgctxt "admin csv-export"
3891
- msgid "CSV File Settings"
3892
- msgstr "إعدادات ملف CSV"
3893
-
3894
  #: templates/admin/csv-export.tpl.php:97
3895
  msgctxt "admin csv-export"
3896
  msgid "What operating system will you use to edit the CSV file?"
@@ -3915,27 +3972,22 @@ msgid ""
3915
  "each operating system."
3916
  msgstr ""
3917
 
3918
- #: templates/admin/csv-export.tpl.php:116
3919
- msgctxt "admin csv-export"
3920
- msgid "Image Separator"
3921
- msgstr "فاصلة الصورة "
3922
-
3923
- #: templates/admin/csv-export.tpl.php:127
3924
  msgctxt "admin csv-export"
3925
  msgid "Category Separator"
3926
  msgstr "فاصلة التصنيف"
3927
 
3928
- #: templates/admin/csv-export.tpl.php:139
3929
  msgctxt "admin csv-export"
3930
  msgid "Export Listings"
3931
  msgstr "الإعلانات المصدرة"
3932
 
3933
- #: templates/admin/csv-export.tpl.php:145
3934
  msgctxt "admin csv-export"
3935
  msgid "Export in Progress..."
3936
  msgstr "جاري التصدير..."
3937
 
3938
- #: templates/admin/csv-export.tpl.php:146
3939
  msgctxt "admin csv-export"
3940
  msgid ""
3941
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -3943,40 +3995,40 @@ msgid ""
3943
  msgstr ""
3944
  "جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
3945
 
3946
- #: templates/admin/csv-export.tpl.php:149
3947
  msgctxt "admin csv-export"
3948
  msgid "No. of listings:"
3949
  msgstr "أرقام الإعلانات:"
3950
 
3951
- #: templates/admin/csv-export.tpl.php:151
3952
  msgctxt "admin csv-export"
3953
  msgid "Approximate export file size:"
3954
  msgstr "الحجم التقريبي لملف التصدير:"
3955
 
3956
- #: templates/admin/csv-export.tpl.php:158
3957
  msgctxt "admin csv-export"
3958
  msgid "Cancel Export"
3959
  msgstr "إلغاء التصدير"
3960
 
3961
- #: templates/admin/csv-export.tpl.php:163
3962
  msgctxt "admin csv-export"
3963
  msgid "Export Complete"
3964
  msgstr "تم التصدير"
3965
 
3966
- #: templates/admin/csv-export.tpl.php:164
3967
  msgctxt "admin csv-export"
3968
  msgid ""
3969
  "Your export file has been successfully created and it is now ready for "
3970
  "download."
3971
  msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
3972
 
3973
- #: templates/admin/csv-export.tpl.php:168
3974
  #, fuzzy
3975
  msgctxt "admin csv-export"
3976
  msgid "Download %1$s (%2$s)"
3977
  msgstr "تحميل %s (%s)"
3978
 
3979
- #: templates/admin/csv-export.tpl.php:175
3980
  msgctxt "admin csv-export"
3981
  msgid ""
3982
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -3985,22 +4037,22 @@ msgstr ""
3985
  "إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
3986
  "إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
3987
 
3988
- #: templates/admin/csv-export.tpl.php:176
3989
  msgctxt "admin csv-export"
3990
  msgid "Cleanup"
3991
  msgstr "نظف"
3992
 
3993
- #: templates/admin/csv-export.tpl.php:181
3994
  msgctxt "admin csv-export"
3995
  msgid "Export Canceled"
3996
  msgstr "ألغي التصدير"
3997
 
3998
- #: templates/admin/csv-export.tpl.php:182
3999
  msgctxt "admin csv-export"
4000
  msgid "The export has been canceled."
4001
  msgstr "تم إلغاء التصدير"
4002
 
4003
- #: templates/admin/csv-export.tpl.php:183
4004
  msgctxt "admin csv-export"
4005
  msgid "← Return to CSV Export"
4006
  msgstr "← العودة إلى تصدير CSV"
@@ -4082,43 +4134,43 @@ msgid "Invalid theme ID"
4082
  msgstr "معرف حقل غير صالح"
4083
 
4084
  #: includes/admin/class-themes-admin.php:421
4085
- #: includes/admin/upgrades/class-themes-updater.php:169
4086
  msgctxt "themes"
4087
  msgid "Could not update theme: %s"
4088
  msgstr "تعذر تحديث القالب : %s"
4089
 
4090
- #: includes/admin/upgrades/class-themes-updater.php:131
4091
  msgctxt "themes"
4092
  msgid "Updating theme..."
4093
  msgstr "تحديث القالب..."
4094
 
4095
- #: includes/admin/upgrades/class-themes-updater.php:132
4096
  msgctxt "themes"
4097
  msgid "Theme updated."
4098
  msgstr "تم تحديث القالب"
4099
 
4100
- #: includes/admin/upgrades/class-themes-updater.php:134
4101
  msgctxt "themes"
4102
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4103
  msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
4104
 
4105
- #: includes/admin/upgrades/class-themes-updater.php:175
4106
  #, fuzzy
4107
  msgctxt "themes"
4108
  msgid "Theme was updated successfully."
4109
  msgstr "تم تحديث القالب بنجاح."
4110
 
4111
- #: includes/themes.php:959
4112
  msgctxt "themes"
4113
  msgid "Could not create themes directory."
4114
  msgstr "تعذر إنشاء مجلد القوالب."
4115
 
4116
- #: includes/themes.php:970
4117
  msgctxt "themes"
4118
  msgid "Could not remove previous theme directory \"%s\"."
4119
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
4120
 
4121
- #: includes/themes.php:978
4122
  msgctxt "themes"
4123
  msgid "Could not move new theme into theme directory."
4124
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
@@ -6825,13 +6877,13 @@ msgctxt "settings"
6825
  msgid "Cropped"
6826
  msgstr ""
6827
 
6828
- #: includes/admin/settings/class-settings.php:492
6829
- #: includes/admin/settings/class-settings.php:503
6830
  msgctxt "settings"
6831
  msgid "\"%s\" can not be empty."
6832
  msgstr ""
6833
 
6834
- #: includes/admin/settings/class-settings.php:520
6835
  msgctxt "settings"
6836
  msgid "The slug \"%s\" is already in use for another taxonomy."
6837
  msgstr ""
@@ -6892,12 +6944,12 @@ msgctxt "contact email"
6892
  msgid "Time: %s"
6893
  msgstr "الوقت: %s"
6894
 
6895
- #: includes/admin/tracking.php:187
6896
  msgctxt "tracking"
6897
  msgid "Help Improve Business Directory"
6898
  msgstr "المساعدة في تحسين دليل الأعمال"
6899
 
6900
- #: includes/admin/tracking.php:189
6901
  msgctxt "tracking"
6902
  msgid ""
6903
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6908,7 +6960,7 @@ msgstr ""
6908
  "المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
6909
  "للإصدارات المستقبلية؟"
6910
 
6911
- #: includes/admin/tracking.php:191
6912
  msgctxt "tracking"
6913
  msgid "What do you track?"
6914
  msgstr "ما الذي تتتبع؟"
@@ -6972,12 +7024,6 @@ msgctxt "installer"
6972
  msgid "Migrating fee plans..."
6973
  msgstr "ترخيص مفعل"
6974
 
6975
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6976
- #, fuzzy
6977
- msgctxt "installer"
6978
- msgid "! Could not migrate fee \"%s\" (%d)"
6979
- msgstr "تعذر تحديث القالب : %s"
6980
-
6981
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6982
  #, fuzzy
6983
  msgctxt "installer"
@@ -7011,13 +7057,15 @@ msgid "Migrating payments information."
7011
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7012
 
7013
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
7014
  msgctxt "installer"
7015
- msgid "Cleaning up listing fees information... %d/%d"
7016
  msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
7017
 
7018
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
7019
  msgctxt "installer"
7020
- msgid "Migrating previous transactions to new Payments API... %d/%d"
7021
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7022
 
7023
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -7030,17 +7078,12 @@ msgctxt "installer"
7030
  msgid "Listing edit payment (BD < 3.4)"
7031
  msgstr "دفعة تحرير الإعلان (BD < 3.4)"
7032
 
7033
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
7034
- msgctxt "installer"
7035
- msgid "Renewal fee \"%s\" for category \"%s\""
7036
- msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
7037
-
7038
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
7039
  msgctxt "installer"
7040
  msgid "Listing upgrade to featured"
7041
  msgstr "الترقية الى إعلان مميز"
7042
 
7043
- #: includes/installer.php:62
7044
  msgctxt "installer"
7045
  msgid "Default Fee"
7046
  msgstr "رسوم افتراضية"
@@ -7337,11 +7380,6 @@ msgctxt "notify email"
7337
  msgid "Payment Details"
7338
  msgstr "تفاصيل الدفع"
7339
 
7340
- #: templates/email/listing-payment-completed.tpl.php:25
7341
- msgctxt "notify email"
7342
- msgid "Plan"
7343
- msgstr ""
7344
-
7345
  #: templates/email/listing-payment-completed.tpl.php:32
7346
  #, fuzzy
7347
  msgctxt "notify email"
@@ -7403,7 +7441,7 @@ msgctxt "title"
7403
  msgid "Find a Listing"
7404
  msgstr "العثور على إعلان"
7405
 
7406
- #: includes/class-meta.php:194
7407
  msgctxt "title"
7408
  msgid "Listings tagged: %s"
7409
  msgstr "إعلانات ذات وسم: %s"
@@ -7660,11 +7698,11 @@ msgstr "التصنيفات لهذا الإعلان"
7660
  #: includes/class-wpbdp.php:480
7661
  msgctxt "listing image upload"
7662
  msgid ""
7663
- "You're trying to upload %d images, but only have %d slot available. Please "
7664
- "adjust your selection."
7665
  msgid_plural ""
7666
- "You're trying to upload %d images, but only have %d slots available. Please "
7667
- "adjust your selection."
7668
  msgstr[0] ""
7669
  msgstr[1] ""
7670
  msgstr[2] ""
@@ -8227,7 +8265,7 @@ msgctxt "flag listing"
8227
  msgid "Report comment is required to save a report"
8228
  msgstr ""
8229
 
8230
- #: includes/installer.php:53
8231
  msgctxt "default category name"
8232
  msgid "General"
8233
  msgstr "عام"
@@ -8418,7 +8456,7 @@ msgctxt "templates sort"
8418
  msgid "Sort By:"
8419
  msgstr "ترتيب حسب:"
8420
 
8421
- #: includes/utils.php:416
8422
  msgctxt "utils"
8423
  msgid ""
8424
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8426,54 +8464,22 @@ msgstr ""
8426
  "تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
8427
  "\"post_max_size\"."
8428
 
8429
- #: includes/utils.php:463
8430
- msgctxt "utils"
8431
- msgid "File size (%s) exceeds maximum file size of %s"
8432
- msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
8433
-
8434
- #: includes/utils.php:471
8435
- msgctxt "utils"
8436
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8437
- msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
8438
-
8439
- #: includes/utils.php:480 includes/utils.php:487
8440
  msgctxt "utils"
8441
  msgid "File type \"%s\" is not allowed"
8442
  msgstr "غير مسموح بنوع الملف \"%s\""
8443
 
8444
- #: includes/utils.php:494
8445
  msgctxt "utils"
8446
  msgid "Unkown error while uploading file."
8447
  msgstr "حدث خطأ مجهول أثناء رفع الملف."
8448
 
8449
- #: includes/utils.php:513
8450
  msgctxt "utils"
8451
  msgid "Uploaded file is not an image"
8452
  msgstr "الملف الذي تم رفعه ليس صورة"
8453
 
8454
- #: includes/utils.php:522
8455
- msgctxt "utils"
8456
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8457
- msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
8458
-
8459
- #: includes/utils.php:528
8460
- msgctxt "utils"
8461
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8462
- msgstr ""
8463
- "ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
8464
-
8465
- #: includes/utils.php:534
8466
- msgctxt "utils"
8467
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8468
- msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
8469
-
8470
- #: includes/utils.php:540
8471
- msgctxt "utils"
8472
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8473
- msgstr ""
8474
- "ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
8475
-
8476
- #: includes/utils.php:554
8477
  msgctxt "utils"
8478
  msgid "Error while uploading file"
8479
  msgstr "حدث خطأ أثناء رفع الملف."
@@ -8507,16 +8513,6 @@ msgctxt "delete listing"
8507
  msgid "You are about to remove your listing \"%s\" from the directory."
8508
  msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
8509
 
8510
- #: templates/delete-listing-confirm.tpl.php:24
8511
- msgctxt "delete listing"
8512
- msgid "No. Take me back to the directory."
8513
- msgstr "لا. أرجعني إلى الدليل."
8514
-
8515
- #: templates/delete-listing-confirm.tpl.php:25
8516
- msgctxt "delete listing"
8517
- msgid "Yes. Delete my listing."
8518
- msgstr "نعم. إحذف إعلاني."
8519
-
8520
  #: includes/views/listing_contact.php:51
8521
  msgctxt "contact-message"
8522
  msgid "Please enter your name."
@@ -8714,13 +8710,6 @@ msgctxt "search"
8714
  msgid "Clear"
8715
  msgstr "مسح"
8716
 
8717
- #: includes/views/show_listing.php:12
8718
- msgctxt "preview"
8719
- msgid "This is just a preview. The listing has not been published yet."
8720
- msgstr ""
8721
- "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
8722
- "publiée."
8723
-
8724
  #: includes/views/submit_listing.php:1138
8725
  msgctxt "listing submit"
8726
  msgid ""
@@ -8734,7 +8723,7 @@ msgid "Change category/plan"
8734
  msgstr "تم تجديد التصنيف"
8735
 
8736
  #: includes/widgets/class-listings-widget.php:45
8737
- #: includes/widgets/widget-search.php:22
8738
  msgctxt "widgets"
8739
  msgid "Title:"
8740
  msgstr "العنوان:"
@@ -8794,17 +8783,17 @@ msgctxt "widgets"
8794
  msgid "Display listings in random order"
8795
  msgstr "عرض الإعلانات في ترتيب عشوائي"
8796
 
8797
- #: includes/widgets/widget-latest-listings.php:11
8798
  msgctxt "widgets"
8799
  msgid "Business Directory - Latest Listings"
8800
  msgstr "دليل الأعمال - آخر الإعلانات"
8801
 
8802
- #: includes/widgets/widget-latest-listings.php:12
8803
  msgctxt "widgets"
8804
  msgid "Displays a list of the latest listings in the Business Directory."
8805
  msgstr "عرض قائمة بآخر الإعلانات في الدليل الأعمال."
8806
 
8807
- #: includes/widgets/widget-latest-listings.php:14
8808
  msgctxt "widgets"
8809
  msgid "Latest Listings"
8810
  msgstr "آخر الإعلانات "
@@ -8824,52 +8813,47 @@ msgctxt "widgets"
8824
  msgid "Random Listings"
8825
  msgstr "إعلانات عشوائية"
8826
 
8827
- #: includes/widgets/widget-search.php:10
8828
  msgctxt "widgets"
8829
  msgid "Business Directory - Search"
8830
  msgstr "دليل الأعمال - بحث"
8831
 
8832
- #: includes/widgets/widget-search.php:11
8833
  msgctxt "widgets"
8834
  msgid "Displays a search form to look for Business Directory listings."
8835
  msgstr "عرض نموذج بحث للبحث عن إعلانات دليل الأعمال."
8836
 
8837
- #: includes/widgets/widget-search.php:18
8838
  msgctxt "widgets"
8839
  msgid "Search the Business Directory"
8840
  msgstr "البحث في دليل الأعمال"
8841
 
8842
- #: includes/widgets/widget-search.php:29
8843
  msgctxt "widgets"
8844
  msgid "Form Style:"
8845
  msgstr "شكل النموذج:"
8846
 
8847
- #: includes/widgets/widget-search.php:37
8848
  msgctxt "widgets"
8849
  msgid "Basic"
8850
  msgstr "أساسي"
8851
 
8852
- #: includes/widgets/widget-search.php:45
8853
  msgctxt "widgets"
8854
  msgid "Advanced"
8855
  msgstr "متقدم"
8856
 
8857
- #: includes/widgets/widget-search.php:49
8858
  msgctxt "widgets"
8859
  msgid "Search Fields (advanced mode):"
8860
  msgstr "الحقول البحث (الوضع المتقدم):"
8861
 
8862
- #: includes/widgets/widget-search.php:50
8863
  msgctxt "widgets"
8864
  msgid "Display the following fields in the form."
8865
  msgstr "عرض الحقول التالية في النموذج."
8866
 
8867
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8868
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8869
- #: templates/admin/csv-import.tpl.php:117
8870
- #: templates/admin/csv-import.tpl.php:143
8871
- #: templates/admin/csv-import.tpl.php:154
8872
- #: templates/admin/csv-import.tpl.php:204
8873
  msgctxt "admin forms"
8874
  msgid "required"
8875
  msgstr "مطلوب"
@@ -8957,22 +8941,11 @@ msgctxt "admin sidebar"
8957
  msgid "Video Tutorials"
8958
  msgstr "دروس الفيديو التعليمية"
8959
 
8960
- #: templates/admin/themes-delete-confirm.tpl.php:1
8961
- #: templates/admin/themes-delete-confirm.tpl.php:13
8962
- msgctxt "themes admin"
8963
- msgid "Delete Directory Theme"
8964
- msgstr "حذف قالب الدليل"
8965
-
8966
  #: templates/admin/themes-delete-confirm.tpl.php:3
8967
  msgctxt "themes admin"
8968
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8969
  msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
8970
 
8971
- #: templates/admin/themes-delete-confirm.tpl.php:12
8972
- msgctxt "themes admin"
8973
- msgid "Cancel"
8974
- msgstr "إلغاء"
8975
-
8976
  #: templates/admin/uninstall-capture-form.tpl.php:5
8977
  msgctxt "uninstall"
8978
  msgid "It doesn't work with my theme/plugins/site"
@@ -9225,6 +9198,36 @@ msgctxt "send-access-keys"
9225
  msgid "Continue"
9226
  msgstr "متابعة"
9227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9228
  #~ msgctxt "admin settings"
9229
  #~ msgid ""
9230
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+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"
18
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
 
21
+ #: includes/admin/class-admin-controller.php:81
22
  #: templates/admin/payments-note.tpl.php:13
23
  #: templates/delete-listing-confirm.tpl.php:19
24
  #, fuzzy
25
  msgid "Are you sure you want to do this?"
26
  msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
27
 
28
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
29
  #, fuzzy
30
  msgid "Help"
31
  msgstr "المساعدة"
100
  msgid "Yes, please!"
101
  msgstr "نعم، من فضلك!"
102
 
103
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
104
  #, fuzzy
105
  msgid "No, thanks"
106
  msgstr "لا، شكرًا"
261
 
262
  #: includes/admin/form-fields.php:31
263
  #: includes/fields/class-fieldtypes-social.php:138
264
+ #: templates/admin/csv-import.tpl.php:325
265
  #, fuzzy
266
  msgid "Type"
267
  msgstr "نوع"
800
  msgid "Uninstall"
801
  msgstr "حذف"
802
 
803
+ #: includes/admin/settings/class-settings.php:513
804
  msgid "%s cannot include spaces, commas, or &"
805
  msgstr ""
806
 
807
+ #: includes/admin/tracking.php:221
808
  #, fuzzy
809
  msgid "Allow Tracking"
810
  msgstr "السماح بالتتبع"
876
  msgid "Duration"
877
  msgstr "المدة"
878
 
879
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
880
+ #, fuzzy
881
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
882
+ msgstr "تعذر تحديث القالب : %s"
883
+
884
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
885
+ #, fuzzy
886
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
887
+ msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
888
+
889
  #: includes/admin/views/modules/list.php:10
890
  #, fuzzy
891
  msgid "Directory Modules"
1076
  msgid "Settings"
1077
  msgstr "إعدادات"
1078
 
1079
+ #: includes/class-wpbdp.php:579
1080
  #, fuzzy
1081
  msgid "Could not find listing ID"
1082
  msgstr "لا يمكن الاتصال بخادم الترخيص"
1083
 
1084
+ #: includes/class-wpbdp.php:586
1085
  msgid ""
1086
  "Could not verify the image upload request. If problem persists contact site "
1087
  "admin."
1088
  msgstr ""
1089
 
1090
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1091
  #, fuzzy
1092
  msgid "Could not find image ID"
1093
  msgstr "تعذر تحديث القالب : %s"
1094
 
1095
+ #: includes/class-wpbdp.php:625
1096
  #, fuzzy
1097
  msgid ""
1098
  "The directory features are disabled at this time because a <a>manual "
1101
  "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
1102
  "يدوية قبل المتابعة."
1103
 
1104
+ #: includes/class-wpbdp.php:632
1105
  msgid ""
1106
  "The directory is not available at this time. Please try again in a few "
1107
  "minutes or contact the administrator if the problem persists."
1108
  msgstr ""
1109
 
1110
  #: includes/compatibility/class-navxt-integration.php:204
1111
+ #: includes/widgets/widget-search.php:125
1112
  #: templates/admin/payments-index.tpl.php:13
1113
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1114
  #: templates/search.tpl.php:3
1281
  msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
1282
 
1283
  #: includes/fields/class-fieldtypes-select.php:262
1284
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1285
+ #: templates/admin/csv-import.tpl.php:120
1286
+ #: templates/admin/csv-import.tpl.php:148
1287
+ #: templates/admin/csv-import.tpl.php:161
1288
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1289
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1290
  #, fuzzy
1291
  msgid "required"
1292
  msgstr "مطلوب"
1452
  msgid "Word Count Validator"
1453
  msgstr "المصادقة على رقم صحيح"
1454
 
1455
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1456
  #, fuzzy
1457
  msgid "Field"
1458
  msgstr "حقل"
1505
  msgstr "%s يجب أن يكون بتنسيق %s."
1506
 
1507
  #. translators: %1$s: field label, %2$s allowed values
1508
+ #: includes/form-fields.php:824
1509
  #, fuzzy
1510
  msgid "%1$s is invalid. Value most be one of %2$s."
1511
  msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s."
1692
  msgid "Default"
1693
  msgstr "رسوم افتراضية"
1694
 
1695
+ #: includes/themes.php:952
1696
  #, fuzzy
1697
  msgid "ZIP file is not a valid Business Directory theme file."
1698
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
1699
 
1700
+ #: includes/utils.php:465
1701
+ #, fuzzy
1702
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1703
+ msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
1704
+
1705
+ #: includes/utils.php:474
1706
+ #, fuzzy
1707
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1708
+ msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
1709
+
1710
+ #: includes/utils.php:527
1711
+ #, fuzzy
1712
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1713
+ msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
1714
+
1715
+ #: includes/utils.php:535
1716
+ #, fuzzy
1717
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1718
+ msgstr ""
1719
+ "ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
1720
+
1721
+ #: includes/utils.php:543
1722
+ #, fuzzy
1723
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1724
+ msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
1725
+
1726
+ #: includes/utils.php:551
1727
+ #, fuzzy
1728
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1729
+ msgstr ""
1730
+ "ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
1731
+
1732
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1733
  #: includes/views/flag_listing.php:56
1734
  #, fuzzy
1773
  msgid "That listing cannot yet be renewed."
1774
  msgstr "تمت ترقية الإعلان."
1775
 
1776
+ #: includes/views/show_listing.php:12
1777
+ #, fuzzy
1778
+ msgid "This is just a preview. The listing has not been published yet."
1779
+ msgstr ""
1780
+ "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1781
+ "publiée."
1782
+
1783
  #: includes/views/submit_listing.php:544
1784
  #, fuzzy
1785
  msgid "Listing Images"
1837
  "إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
1838
  "أخرى جديدة، قم بتحديد هذا الخيار!"
1839
 
1840
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1841
+ #, fuzzy
1842
+ msgid "CSV File Settings"
1843
+ msgstr "إعدادات ملف CSV"
1844
+
1845
+ #: templates/admin/csv-export.tpl.php:116
1846
+ #: templates/admin/csv-import.tpl.php:147
1847
+ #, fuzzy
1848
+ msgid "Image Separator"
1849
+ msgstr "فاصلة الصورة "
1850
+
1851
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1852
  #: templates/admin/csv-import.tpl.php:34
1853
  #, fuzzy
1858
  "نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
1859
  "بالأشياء بالترتيب الصحيح."
1860
 
1861
+ #: templates/admin/csv-import.tpl.php:45
1862
+ #, fuzzy
1863
+ msgid "Import Files"
1864
+ msgstr "استيراد الملفات"
1865
+
1866
+ #: templates/admin/csv-import.tpl.php:50
1867
+ #, fuzzy
1868
+ msgid "CSV File"
1869
+ msgstr "ملف CSV"
1870
+
1871
+ #: templates/admin/csv-import.tpl.php:83
1872
+ #, fuzzy
1873
+ msgid "ZIP file containing images"
1874
+ msgstr "ملف مضغوط يحتوي على صور"
1875
+
1876
+ #: templates/admin/csv-import.tpl.php:119
1877
+ #, fuzzy
1878
+ msgid "Column Separator"
1879
+ msgstr "فاصلة الأعمدة"
1880
+
1881
+ #: templates/admin/csv-import.tpl.php:160
1882
+ #, fuzzy
1883
+ msgid "Category Separator"
1884
+ msgstr "فاصلة التصنيف"
1885
+
1886
+ #: templates/admin/csv-import.tpl.php:173
1887
+ #, fuzzy
1888
+ msgid "Import settings"
1889
+ msgstr "إعدادات الاستيراد"
1890
+
1891
+ #: templates/admin/csv-import.tpl.php:177
1892
+ #, fuzzy
1893
+ msgid "Post status of new imported listings"
1894
+ msgstr "حالة مقالة الإعلانات المستوردة"
1895
+
1896
+ #: templates/admin/csv-import.tpl.php:194
1897
+ #, fuzzy
1898
+ msgid "Post status of existing imported listings"
1899
+ msgstr "حالة مقالة الإعلانات المستوردة"
1900
+
1901
+ #: templates/admin/csv-import.tpl.php:212
1902
+ #, fuzzy
1903
+ msgid "Missing categories handling"
1904
+ msgstr "معالجة التصنيفات المفقودة"
1905
+
1906
+ #: templates/admin/csv-import.tpl.php:220
1907
+ #, fuzzy
1908
+ msgid "Auto-create categories"
1909
+ msgstr "الإنشاء التلقائي للتصنيفات"
1910
+
1911
+ #: templates/admin/csv-import.tpl.php:225
1912
+ #, fuzzy
1913
+ msgid "Generate errors when a category is not found"
1914
+ msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
1915
+
1916
+ #: templates/admin/csv-import.tpl.php:242
1917
+ #: templates/admin/csv-import.tpl.php:249
1918
+ #, fuzzy
1919
+ msgid "Assign listings to a user?"
1920
+ msgstr "تعيين إعلانات للعضو؟"
1921
+
1922
+ #: templates/admin/csv-import.tpl.php:266
1923
+ #, fuzzy
1924
+ msgid "Default listing user"
1925
+ msgstr "إعلان العضو الافتراضي"
1926
+
1927
+ #: templates/admin/csv-import.tpl.php:272
1928
+ #, fuzzy
1929
+ msgid ""
1930
+ "This user will be used if the username column is not present in the CSV file."
1931
+ msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
1932
+
1933
+ #: templates/admin/csv-import.tpl.php:277
1934
+ #, fuzzy
1935
+ msgid "Number of listings imported on every cycle"
1936
+ msgstr "عدد الإعلانات للعرض"
1937
+
1938
+ #: templates/admin/csv-import.tpl.php:285
1939
+ msgid ""
1940
+ "If you are having trouble importing listings due to memory problems, try "
1941
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1942
+ "result in a longer batch import time, but will increase the chance of "
1943
+ "success on shared hosting platforms and other resource-constrained servers."
1944
+ msgstr ""
1945
+
1946
+ #: templates/admin/csv-import.tpl.php:290
1947
  #, fuzzy
1948
  msgid "Disable email notifications during import?"
1949
  msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
1950
 
1951
+ #: templates/admin/csv-import.tpl.php:297
1952
  #, fuzzy
1953
  msgid "Disable email notifications."
1954
  msgstr "تعطيل التنبيهات."
1955
 
1956
+ #: templates/admin/csv-import.tpl.php:314
1957
+ #, fuzzy
1958
+ msgid ""
1959
+ "The following are the valid header names to be used in the CSV file. "
1960
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1961
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1962
+ "how an import file should look like."
1963
+ msgstr ""
1964
+ "فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
1965
+ "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
1966
+ "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
1967
+
1968
+ #: templates/admin/csv-import.tpl.php:323
1969
+ #, fuzzy
1970
+ msgid "Header name/label"
1971
+ msgstr "إسم رأس/التسمية"
1972
+
1973
+ #: templates/admin/csv-import.tpl.php:326
1974
+ #, fuzzy
1975
+ msgid "Required?"
1976
+ msgstr "مطلوب؟"
1977
+
1978
+ #: templates/admin/csv-import.tpl.php:327
1979
+ #, fuzzy
1980
+ msgid "Multivalued?"
1981
+ msgstr "متعدد القيم؟"
1982
+
1983
+ #: templates/admin/csv-import.tpl.php:359
1984
+ #, fuzzy
1985
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1986
+ msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
1987
+
1988
+ #: templates/admin/csv-import.tpl.php:366
1989
+ #, fuzzy
1990
+ msgid "Listing author's username"
1991
+ msgstr "إسم مستخدم كاتب الإعلان"
1992
+
1993
  #: templates/admin/debug-info.tpl.php:5
1994
  #, fuzzy
1995
  msgid ""
2452
  msgstr "معاينة البريد الإلكتروني"
2453
 
2454
  #: templates/admin/settings-email.tpl.php:103
2455
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2456
  #: templates/listing-flagging-form.tpl.php:64
2457
  #, fuzzy
2458
  msgid "Cancel"
2587
  msgid "Need help?"
2588
  msgstr ""
2589
 
2590
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2591
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2592
+ #, fuzzy
2593
+ msgid "Delete Directory Theme"
2594
+ msgstr "حذف قالب الدليل"
2595
+
2596
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2597
  #, fuzzy
2598
  msgid "Upload Directory Theme"
2807
  msgid "Next"
2808
  msgstr ""
2809
 
2810
+ #: templates/delete-listing-confirm.tpl.php:24
2811
+ #, fuzzy
2812
+ msgid "No. Take me back to the directory."
2813
+ msgstr "لا. أرجعني إلى الدليل."
2814
+
2815
+ #: templates/delete-listing-confirm.tpl.php:25
2816
+ #, fuzzy
2817
+ msgid "Yes. Delete my listing."
2818
+ msgstr "نعم. إحذف إعلاني."
2819
+
2820
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2821
  #, fuzzy
2822
  msgid "Search Results"
2835
  msgid "(not published yet)"
2836
  msgstr "(لم تنشر بعد)"
2837
 
2838
+ #: templates/email/listing-payment-completed.tpl.php:25
2839
+ msgid "Plan"
2840
+ msgstr ""
2841
+
2842
  #: templates/email-access-keys.tpl.php:1
2843
  #, fuzzy
2844
  msgid ""
3116
  msgid "Business Directory Team"
3117
  msgstr "دليل الأعمال"
3118
 
3119
+ #: includes/admin/class-admin-controller.php:83
3120
  msgctxt "admin confirm"
3121
  msgid "No, go back"
3122
  msgstr ""
3123
 
3124
+ #: includes/admin/class-admin-controller.php:84
3125
  msgctxt "admin confirm"
3126
  msgid "Yes, I'm sure"
3127
  msgstr ""
3336
  msgid "Here, you can import data into your directory using the CSV format."
3337
  msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
3338
 
3339
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3340
  msgctxt "admin csv-import"
3341
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3342
  msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
3343
 
3344
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3345
  msgctxt "admin csv-import"
3346
  msgid "(Upload new file)"
3347
  msgstr "(رفع ملف جديد)"
3348
 
3349
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3350
  msgctxt "admin csv-import"
3351
  msgid "Comma (,)"
3352
  msgstr ""
3353
 
3354
+ #: templates/admin/csv-import.tpl.php:135
3355
  msgctxt "admin csv-import"
3356
  msgid "Semicolon (;)"
3357
  msgstr ""
3358
 
3359
+ #: templates/admin/csv-import.tpl.php:141
3360
  msgctxt "admin csv-import"
3361
  msgid "TAB"
3362
  msgstr ""
3363
 
3364
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3365
  #, fuzzy
3366
  msgctxt "admin csv-import"
3367
  msgid "Preserve existing status"
3368
  msgstr "الإعلانات"
3369
 
3370
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3371
  msgctxt "admin csv-import"
3372
  msgid "Keep existing listing images?"
3373
  msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
3374
 
3375
+ #: templates/admin/csv-import.tpl.php:236
3376
  msgctxt "admin csv-import"
3377
  msgid "Keep existing images."
3378
  msgstr "الاحتفاظ بالصور الموجودة."
3379
 
3380
+ #: templates/admin/csv-import.tpl.php:237
3381
  msgctxt "admin csv-import"
3382
  msgid "Appends new images while keeping current ones."
3383
  msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
3384
 
3385
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3386
  msgctxt "admin csv-import"
3387
  msgid "Use a default user for listings?"
3388
  msgstr "استخدام العضو الافتراضي للإعلانات؟"
3389
 
3390
+ #: templates/admin/csv-import.tpl.php:261
3391
  msgctxt "admin csv-import"
3392
  msgid ""
3393
  "Select a default user to be used if the username column is not present in "
3396
  "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
3397
  "CSV."
3398
 
3399
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3400
  msgctxt "admin csv-import"
3401
  msgid "Test Import"
3402
  msgstr "اختبار الاستيراد"
3403
 
3404
+ #: templates/admin/csv-import.tpl.php:305
3405
  msgctxt "admin csv-import"
3406
  msgid "Import Listings"
3407
  msgstr "استيراد الإعلانات"
3408
 
3409
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3410
  #, fuzzy
3411
  msgctxt "admin csv-import"
3412
  msgid ""
3416
  "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
3417
  "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
3418
 
3419
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3420
  msgctxt "admin csv-import"
3421
  msgid ""
3422
  "Internal Sequence ID used to allow listing updates from external sources."
3423
  msgstr ""
3424
  "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
3425
 
3426
+ #: templates/admin/csv-import.tpl.php:380
3427
  msgctxt "admin csv-import"
3428
  msgid ""
3429
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3948
  msgid "Listing T&C acceptance date"
3949
  msgstr "صور الإعلانات"
3950
 
 
 
 
 
 
3951
  #: templates/admin/csv-export.tpl.php:97
3952
  msgctxt "admin csv-export"
3953
  msgid "What operating system will you use to edit the CSV file?"
3972
  "each operating system."
3973
  msgstr ""
3974
 
3975
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3976
  msgctxt "admin csv-export"
3977
  msgid "Category Separator"
3978
  msgstr "فاصلة التصنيف"
3979
 
3980
+ #: templates/admin/csv-export.tpl.php:141
3981
  msgctxt "admin csv-export"
3982
  msgid "Export Listings"
3983
  msgstr "الإعلانات المصدرة"
3984
 
3985
+ #: templates/admin/csv-export.tpl.php:147
3986
  msgctxt "admin csv-export"
3987
  msgid "Export in Progress..."
3988
  msgstr "جاري التصدير..."
3989
 
3990
+ #: templates/admin/csv-export.tpl.php:148
3991
  msgctxt "admin csv-export"
3992
  msgid ""
3993
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3995
  msgstr ""
3996
  "جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
3997
 
3998
+ #: templates/admin/csv-export.tpl.php:151
3999
  msgctxt "admin csv-export"
4000
  msgid "No. of listings:"
4001
  msgstr "أرقام الإعلانات:"
4002
 
4003
+ #: templates/admin/csv-export.tpl.php:153
4004
  msgctxt "admin csv-export"
4005
  msgid "Approximate export file size:"
4006
  msgstr "الحجم التقريبي لملف التصدير:"
4007
 
4008
+ #: templates/admin/csv-export.tpl.php:160
4009
  msgctxt "admin csv-export"
4010
  msgid "Cancel Export"
4011
  msgstr "إلغاء التصدير"
4012
 
4013
+ #: templates/admin/csv-export.tpl.php:165
4014
  msgctxt "admin csv-export"
4015
  msgid "Export Complete"
4016
  msgstr "تم التصدير"
4017
 
4018
+ #: templates/admin/csv-export.tpl.php:166
4019
  msgctxt "admin csv-export"
4020
  msgid ""
4021
  "Your export file has been successfully created and it is now ready for "
4022
  "download."
4023
  msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
4024
 
4025
+ #: templates/admin/csv-export.tpl.php:170
4026
  #, fuzzy
4027
  msgctxt "admin csv-export"
4028
  msgid "Download %1$s (%2$s)"
4029
  msgstr "تحميل %s (%s)"
4030
 
4031
+ #: templates/admin/csv-export.tpl.php:177
4032
  msgctxt "admin csv-export"
4033
  msgid ""
4034
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4037
  "إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
4038
  "إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
4039
 
4040
+ #: templates/admin/csv-export.tpl.php:178
4041
  msgctxt "admin csv-export"
4042
  msgid "Cleanup"
4043
  msgstr "نظف"
4044
 
4045
+ #: templates/admin/csv-export.tpl.php:183
4046
  msgctxt "admin csv-export"
4047
  msgid "Export Canceled"
4048
  msgstr "ألغي التصدير"
4049
 
4050
+ #: templates/admin/csv-export.tpl.php:184
4051
  msgctxt "admin csv-export"
4052
  msgid "The export has been canceled."
4053
  msgstr "تم إلغاء التصدير"
4054
 
4055
+ #: templates/admin/csv-export.tpl.php:185
4056
  msgctxt "admin csv-export"
4057
  msgid "← Return to CSV Export"
4058
  msgstr "← العودة إلى تصدير CSV"
4134
  msgstr "معرف حقل غير صالح"
4135
 
4136
  #: includes/admin/class-themes-admin.php:421
4137
+ #: includes/admin/upgrades/class-themes-updater.php:170
4138
  msgctxt "themes"
4139
  msgid "Could not update theme: %s"
4140
  msgstr "تعذر تحديث القالب : %s"
4141
 
4142
+ #: includes/admin/upgrades/class-themes-updater.php:132
4143
  msgctxt "themes"
4144
  msgid "Updating theme..."
4145
  msgstr "تحديث القالب..."
4146
 
4147
+ #: includes/admin/upgrades/class-themes-updater.php:133
4148
  msgctxt "themes"
4149
  msgid "Theme updated."
4150
  msgstr "تم تحديث القالب"
4151
 
4152
+ #: includes/admin/upgrades/class-themes-updater.php:135
4153
  msgctxt "themes"
4154
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4155
  msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
4156
 
4157
+ #: includes/admin/upgrades/class-themes-updater.php:176
4158
  #, fuzzy
4159
  msgctxt "themes"
4160
  msgid "Theme was updated successfully."
4161
  msgstr "تم تحديث القالب بنجاح."
4162
 
4163
+ #: includes/themes.php:960
4164
  msgctxt "themes"
4165
  msgid "Could not create themes directory."
4166
  msgstr "تعذر إنشاء مجلد القوالب."
4167
 
4168
+ #: includes/themes.php:971
4169
  msgctxt "themes"
4170
  msgid "Could not remove previous theme directory \"%s\"."
4171
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
4172
 
4173
+ #: includes/themes.php:979
4174
  msgctxt "themes"
4175
  msgid "Could not move new theme into theme directory."
4176
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
6877
  msgid "Cropped"
6878
  msgstr ""
6879
 
6880
+ #: includes/admin/settings/class-settings.php:493
6881
+ #: includes/admin/settings/class-settings.php:504
6882
  msgctxt "settings"
6883
  msgid "\"%s\" can not be empty."
6884
  msgstr ""
6885
 
6886
+ #: includes/admin/settings/class-settings.php:521
6887
  msgctxt "settings"
6888
  msgid "The slug \"%s\" is already in use for another taxonomy."
6889
  msgstr ""
6944
  msgid "Time: %s"
6945
  msgstr "الوقت: %s"
6946
 
6947
+ #: includes/admin/tracking.php:188
6948
  msgctxt "tracking"
6949
  msgid "Help Improve Business Directory"
6950
  msgstr "المساعدة في تحسين دليل الأعمال"
6951
 
6952
+ #: includes/admin/tracking.php:190
6953
  msgctxt "tracking"
6954
  msgid ""
6955
  "Can Business Directory keep track of your theme, plugins, and other non-"
6960
  "المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
6961
  "للإصدارات المستقبلية؟"
6962
 
6963
+ #: includes/admin/tracking.php:192
6964
  msgctxt "tracking"
6965
  msgid "What do you track?"
6966
  msgstr "ما الذي تتتبع؟"
7024
  msgid "Migrating fee plans..."
7025
  msgstr "ترخيص مفعل"
7026
 
 
 
 
 
 
 
7027
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
7028
  #, fuzzy
7029
  msgctxt "installer"
7057
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7058
 
7059
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7060
+ #, fuzzy
7061
  msgctxt "installer"
7062
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7063
  msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
7064
 
7065
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7066
+ #, fuzzy
7067
  msgctxt "installer"
7068
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7069
  msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
7070
 
7071
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
7078
  msgid "Listing edit payment (BD < 3.4)"
7079
  msgstr "دفعة تحرير الإعلان (BD < 3.4)"
7080
 
7081
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
7082
  msgctxt "installer"
7083
  msgid "Listing upgrade to featured"
7084
  msgstr "الترقية الى إعلان مميز"
7085
 
7086
+ #: includes/installer.php:61
7087
  msgctxt "installer"
7088
  msgid "Default Fee"
7089
  msgstr "رسوم افتراضية"
7380
  msgid "Payment Details"
7381
  msgstr "تفاصيل الدفع"
7382
 
 
 
 
 
 
7383
  #: templates/email/listing-payment-completed.tpl.php:32
7384
  #, fuzzy
7385
  msgctxt "notify email"
7441
  msgid "Find a Listing"
7442
  msgstr "العثور على إعلان"
7443
 
7444
+ #: includes/class-meta.php:195
7445
  msgctxt "title"
7446
  msgid "Listings tagged: %s"
7447
  msgstr "إعلانات ذات وسم: %s"
7698
  #: includes/class-wpbdp.php:480
7699
  msgctxt "listing image upload"
7700
  msgid ""
7701
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7702
+ "Please adjust your selection."
7703
  msgid_plural ""
7704
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7705
+ "Please adjust your selection."
7706
  msgstr[0] ""
7707
  msgstr[1] ""
7708
  msgstr[2] ""
8265
  msgid "Report comment is required to save a report"
8266
  msgstr ""
8267
 
8268
+ #: includes/installer.php:52
8269
  msgctxt "default category name"
8270
  msgid "General"
8271
  msgstr "عام"
8456
  msgid "Sort By:"
8457
  msgstr "ترتيب حسب:"
8458
 
8459
+ #: includes/utils.php:417
8460
  msgctxt "utils"
8461
  msgid ""
8462
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8464
  "تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
8465
  "\"post_max_size\"."
8466
 
8467
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
8468
  msgctxt "utils"
8469
  msgid "File type \"%s\" is not allowed"
8470
  msgstr "غير مسموح بنوع الملف \"%s\""
8471
 
8472
+ #: includes/utils.php:497
8473
  msgctxt "utils"
8474
  msgid "Unkown error while uploading file."
8475
  msgstr "حدث خطأ مجهول أثناء رفع الملف."
8476
 
8477
+ #: includes/utils.php:517
8478
  msgctxt "utils"
8479
  msgid "Uploaded file is not an image"
8480
  msgstr "الملف الذي تم رفعه ليس صورة"
8481
 
8482
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8483
  msgctxt "utils"
8484
  msgid "Error while uploading file"
8485
  msgstr "حدث خطأ أثناء رفع الملف."
8513
  msgid "You are about to remove your listing \"%s\" from the directory."
8514
  msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
8515
 
 
 
 
 
 
 
 
 
 
 
8516
  #: includes/views/listing_contact.php:51
8517
  msgctxt "contact-message"
8518
  msgid "Please enter your name."
8710
  msgid "Clear"
8711
  msgstr "مسح"
8712
 
 
 
 
 
 
 
 
8713
  #: includes/views/submit_listing.php:1138
8714
  msgctxt "listing submit"
8715
  msgid ""
8723
  msgstr "تم تجديد التصنيف"
8724
 
8725
  #: includes/widgets/class-listings-widget.php:45
8726
+ #: includes/widgets/widget-search.php:28
8727
  msgctxt "widgets"
8728
  msgid "Title:"
8729
  msgstr "العنوان:"
8783
  msgid "Display listings in random order"
8784
  msgstr "عرض الإعلانات في ترتيب عشوائي"
8785
 
8786
+ #: includes/widgets/widget-latest-listings.php:12
8787
  msgctxt "widgets"
8788
  msgid "Business Directory - Latest Listings"
8789
  msgstr "دليل الأعمال - آخر الإعلانات"
8790
 
8791
+ #: includes/widgets/widget-latest-listings.php:13
8792
  msgctxt "widgets"
8793
  msgid "Displays a list of the latest listings in the Business Directory."
8794
  msgstr "عرض قائمة بآخر الإعلانات في الدليل الأعمال."
8795
 
8796
+ #: includes/widgets/widget-latest-listings.php:16
8797
  msgctxt "widgets"
8798
  msgid "Latest Listings"
8799
  msgstr "آخر الإعلانات "
8813
  msgid "Random Listings"
8814
  msgstr "إعلانات عشوائية"
8815
 
8816
+ #: includes/widgets/widget-search.php:11
8817
  msgctxt "widgets"
8818
  msgid "Business Directory - Search"
8819
  msgstr "دليل الأعمال - بحث"
8820
 
8821
+ #: includes/widgets/widget-search.php:13
8822
  msgctxt "widgets"
8823
  msgid "Displays a search form to look for Business Directory listings."
8824
  msgstr "عرض نموذج بحث للبحث عن إعلانات دليل الأعمال."
8825
 
8826
+ #: includes/widgets/widget-search.php:22
8827
  msgctxt "widgets"
8828
  msgid "Search the Business Directory"
8829
  msgstr "البحث في دليل الأعمال"
8830
 
8831
+ #: includes/widgets/widget-search.php:35
8832
  msgctxt "widgets"
8833
  msgid "Form Style:"
8834
  msgstr "شكل النموذج:"
8835
 
8836
+ #: includes/widgets/widget-search.php:44
8837
  msgctxt "widgets"
8838
  msgid "Basic"
8839
  msgstr "أساسي"
8840
 
8841
+ #: includes/widgets/widget-search.php:54
8842
  msgctxt "widgets"
8843
  msgid "Advanced"
8844
  msgstr "متقدم"
8845
 
8846
+ #: includes/widgets/widget-search.php:59
8847
  msgctxt "widgets"
8848
  msgid "Search Fields (advanced mode):"
8849
  msgstr "الحقول البحث (الوضع المتقدم):"
8850
 
8851
+ #: includes/widgets/widget-search.php:60
8852
  msgctxt "widgets"
8853
  msgid "Display the following fields in the form."
8854
  msgstr "عرض الحقول التالية في النموذج."
8855
 
8856
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8857
  msgctxt "admin forms"
8858
  msgid "required"
8859
  msgstr "مطلوب"
8941
  msgid "Video Tutorials"
8942
  msgstr "دروس الفيديو التعليمية"
8943
 
 
 
 
 
 
 
8944
  #: templates/admin/themes-delete-confirm.tpl.php:3
8945
  msgctxt "themes admin"
8946
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8947
  msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
8948
 
 
 
 
 
 
8949
  #: templates/admin/uninstall-capture-form.tpl.php:5
8950
  msgctxt "uninstall"
8951
  msgid "It doesn't work with my theme/plugins/site"
9198
  msgid "Continue"
9199
  msgstr "متابعة"
9200
 
9201
+ #~ msgctxt "admin csv-import"
9202
+ #~ msgid "Assign listings to a user."
9203
+ #~ msgstr "تعيين إعلانات للعضو."
9204
+
9205
+ #~ msgctxt "admin csv-import"
9206
+ #~ msgid "Field"
9207
+ #~ msgstr "حقل"
9208
+
9209
+ #~ msgctxt "admin csv-export"
9210
+ #~ msgid "CSV File Settings"
9211
+ #~ msgstr "إعدادات ملف CSV"
9212
+
9213
+ #~ msgctxt "admin csv-export"
9214
+ #~ msgid "Image Separator"
9215
+ #~ msgstr "فاصلة الصورة "
9216
+
9217
+ #~ msgctxt "utils"
9218
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9219
+ #~ msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
9220
+
9221
+ #~ msgctxt "utils"
9222
+ #~ msgid ""
9223
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9224
+ #~ msgstr ""
9225
+ #~ "ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
9226
+
9227
+ #~ msgctxt "themes admin"
9228
+ #~ msgid "Cancel"
9229
+ #~ msgstr "إلغاء"
9230
+
9231
  #~ msgctxt "admin settings"
9232
  #~ msgid ""
9233
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-24 19:42:43+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."
@@ -18,14 +18,14 @@ msgstr ""
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
 
21
- #: includes/admin/class-admin-controller.php:80
22
  #: templates/admin/payments-note.tpl.php:13
23
  #: templates/delete-listing-confirm.tpl.php:19
24
  #, fuzzy
25
  msgid "Are you sure you want to do this?"
26
  msgstr "Möchtest du das wirklich tun?"
27
 
28
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
29
  #, fuzzy
30
  msgid "Help"
31
  msgstr "Hilfe "
@@ -101,7 +101,7 @@ msgstr ""
101
  msgid "Yes, please!"
102
  msgstr "Ja, bitte!"
103
 
104
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
105
  #, fuzzy
106
  msgid "No, thanks"
107
  msgstr "Nein, danke"
@@ -262,7 +262,7 @@ msgstr "Bilder"
262
 
263
  #: includes/admin/form-fields.php:31
264
  #: includes/fields/class-fieldtypes-social.php:138
265
- #: templates/admin/csv-import.tpl.php:305
266
  #, fuzzy
267
  msgid "Type"
268
  msgstr "Typ"
@@ -791,11 +791,11 @@ msgstr "Ungültiger Erneuerungszustand."
791
  msgid "Uninstall"
792
  msgstr "Deinstallieren"
793
 
794
- #: includes/admin/settings/class-settings.php:512
795
  msgid "%s cannot include spaces, commas, or &"
796
  msgstr ""
797
 
798
- #: includes/admin/tracking.php:220
799
  #, fuzzy
800
  msgid "Allow Tracking"
801
  msgstr "Verfolgung erlauben"
@@ -870,6 +870,16 @@ msgstr "Preisbezeichnung"
870
  msgid "Duration"
871
  msgstr "Zeitraum"
872
 
 
 
 
 
 
 
 
 
 
 
873
  #: includes/admin/views/modules/list.php:10
874
  #, fuzzy
875
  msgid "Directory Modules"
@@ -1041,23 +1051,23 @@ msgstr "Aktualisieren auf %s"
1041
  msgid "Settings"
1042
  msgstr "Einstellungen"
1043
 
1044
- #: includes/class-wpbdp.php:578
1045
  #, fuzzy
1046
  msgid "Could not find listing ID"
1047
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1048
 
1049
- #: includes/class-wpbdp.php:585
1050
  msgid ""
1051
  "Could not verify the image upload request. If problem persists contact site "
1052
  "admin."
1053
  msgstr ""
1054
 
1055
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1056
  #, fuzzy
1057
  msgid "Could not find image ID"
1058
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1059
 
1060
- #: includes/class-wpbdp.php:624
1061
  #, fuzzy
1062
  msgid ""
1063
  "The directory features are disabled at this time because a <a>manual "
@@ -1066,14 +1076,14 @@ msgstr ""
1066
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1067
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1068
 
1069
- #: includes/class-wpbdp.php:631
1070
  msgid ""
1071
  "The directory is not available at this time. Please try again in a few "
1072
  "minutes or contact the administrator if the problem persists."
1073
  msgstr ""
1074
 
1075
  #: includes/compatibility/class-navxt-integration.php:204
1076
- #: includes/widgets/widget-search.php:112
1077
  #: templates/admin/payments-index.tpl.php:13
1078
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1079
  #: templates/search.tpl.php:3
@@ -1247,8 +1257,12 @@ msgstr ""
1247
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
1248
 
1249
  #: includes/fields/class-fieldtypes-select.php:262
1250
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1251
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1252
  #, fuzzy
1253
  msgid "required"
1254
  msgstr "Pflichtfeld"
@@ -1410,7 +1424,7 @@ msgstr "Datum Validierung"
1410
  msgid "Word Count Validator"
1411
  msgstr "Ganze Nummern Validierung"
1412
 
1413
- #: includes/form-fields.php:594
1414
  #, fuzzy
1415
  msgid "Field"
1416
  msgstr "Feld"
@@ -1465,7 +1479,7 @@ msgid "%1$s must have less than %2$d words."
1465
  msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
1466
 
1467
  #. translators: %1$s: field label, %2$s allowed values
1468
- #: includes/form-fields.php:822
1469
  #, fuzzy
1470
  msgid "%1$s is invalid. Value most be one of %2$s."
1471
  msgstr "%s ist ungültig. Wert meistens einer von %s"
@@ -1652,11 +1666,47 @@ msgstr "Bezahlte Einträge verwalten"
1652
  msgid "Default"
1653
  msgstr "Standard Preis"
1654
 
1655
- #: includes/themes.php:951
1656
  #, fuzzy
1657
  msgid "ZIP file is not a valid Business Directory theme file."
1658
  msgstr "Bitte eine gültige E-mailadresse eingeben."
1659
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1660
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1661
  #: includes/views/flag_listing.php:56
1662
  #, fuzzy
@@ -1702,6 +1752,11 @@ msgstr "Eintrag erneuern"
1702
  msgid "That listing cannot yet be renewed."
1703
  msgstr "Der Eintrag wurde aktualisiert"
1704
 
 
 
 
 
 
1705
  #: includes/views/submit_listing.php:544
1706
  #, fuzzy
1707
  msgid "Listing Images"
@@ -1759,6 +1814,17 @@ msgstr ""
1759
  "Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
1760
  "erstellen wollen, wählen Sie diese Option!"
1761
 
 
 
 
 
 
 
 
 
 
 
 
1762
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1763
  #: templates/admin/csv-import.tpl.php:34
1764
  #, fuzzy
@@ -1769,16 +1835,141 @@ msgstr ""
1769
  "Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
1770
  "lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
1771
 
1772
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1773
  #, fuzzy
1774
  msgid "Disable email notifications during import?"
1775
  msgstr "E-Mail-Benachrichtigungen"
1776
 
1777
- #: templates/admin/csv-import.tpl.php:281
1778
  #, fuzzy
1779
  msgid "Disable email notifications."
1780
  msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
1781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1782
  #: templates/admin/debug-info.tpl.php:5
1783
  #, fuzzy
1784
  msgid ""
@@ -2245,6 +2436,7 @@ msgid "Preview email"
2245
  msgstr "Vorschau E-mail"
2246
 
2247
  #: templates/admin/settings-email.tpl.php:103
 
2248
  #: templates/listing-flagging-form.tpl.php:64
2249
  #, fuzzy
2250
  msgid "Cancel"
@@ -2380,6 +2572,12 @@ msgstr "Mögen Sie diese Erweiterung?"
2380
  msgid "Need help?"
2381
  msgstr ""
2382
 
 
 
 
 
 
 
2383
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2384
  #, fuzzy
2385
  msgid "Upload Directory Theme"
@@ -2600,6 +2798,16 @@ msgstr "Post Inhalt"
2600
  msgid "Next"
2601
  msgstr ""
2602
 
 
 
 
 
 
 
 
 
 
 
2603
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2604
  #, fuzzy
2605
  msgid "Search Results"
@@ -2618,6 +2826,10 @@ msgstr "Zurück zum Verzeichnis"
2618
  msgid "(not published yet)"
2619
  msgstr "(bisher nicht publiziert)"
2620
 
 
 
 
 
2621
  #: templates/email-access-keys.tpl.php:1
2622
  #, fuzzy
2623
  msgid ""
@@ -2898,12 +3110,12 @@ msgstr ""
2898
  msgid "Business Directory Team"
2899
  msgstr "Branchenverzeichnis"
2900
 
2901
- #: includes/admin/class-admin-controller.php:82
2902
  msgctxt "admin confirm"
2903
  msgid "No, go back"
2904
  msgstr ""
2905
 
2906
- #: includes/admin/class-admin-controller.php:83
2907
  msgctxt "admin confirm"
2908
  msgid "Yes, I'm sure"
2909
  msgstr ""
@@ -3126,136 +3338,59 @@ msgid "Here, you can import data into your directory using the CSV format."
3126
  msgstr ""
3127
  "Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
3128
 
3129
- #: templates/admin/csv-import.tpl.php:45
3130
- msgctxt "admin csv-import"
3131
- msgid "Import Files"
3132
- msgstr "Import Dateien"
3133
-
3134
- #: templates/admin/csv-import.tpl.php:50
3135
- msgctxt "admin csv-import"
3136
- msgid "CSV File"
3137
- msgstr "CSV-Datei"
3138
-
3139
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3140
  msgctxt "admin csv-import"
3141
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3142
  msgstr ""
3143
  "... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
3144
 
3145
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3146
  msgctxt "admin csv-import"
3147
  msgid "(Upload new file)"
3148
  msgstr "(Neue Datei hochladen)"
3149
 
3150
- #: templates/admin/csv-import.tpl.php:81
3151
- msgctxt "admin csv-import"
3152
- msgid "ZIP file containing images"
3153
- msgstr "ZIP-Datei mit Bildern"
3154
-
3155
- #: templates/admin/csv-import.tpl.php:113
3156
- msgctxt "admin csv-import"
3157
- msgid "CSV File Settings"
3158
- msgstr "CSV-Datei Einstellungen"
3159
-
3160
- #: templates/admin/csv-import.tpl.php:117
3161
- msgctxt "admin csv-import"
3162
- msgid "Column Separator"
3163
- msgstr "Spaltentrenner"
3164
-
3165
- #: templates/admin/csv-import.tpl.php:125
3166
  msgctxt "admin csv-import"
3167
  msgid "Comma (,)"
3168
  msgstr "Komma (,)"
3169
 
3170
- #: templates/admin/csv-import.tpl.php:131
3171
  msgctxt "admin csv-import"
3172
  msgid "Semicolon (;)"
3173
  msgstr "Semikolon (;)"
3174
 
3175
- #: templates/admin/csv-import.tpl.php:137
3176
  msgctxt "admin csv-import"
3177
  msgid "TAB"
3178
  msgstr "TAB"
3179
 
3180
- #: templates/admin/csv-import.tpl.php:143
3181
- msgctxt "admin csv-import"
3182
- msgid "Image Separator"
3183
- msgstr "Bildertrenner"
3184
-
3185
- #: templates/admin/csv-import.tpl.php:154
3186
- msgctxt "admin csv-import"
3187
- msgid "Category Separator"
3188
- msgstr "Kategorietrenner"
3189
-
3190
- #: templates/admin/csv-import.tpl.php:165
3191
- msgctxt "admin csv-import"
3192
- msgid "Import settings"
3193
- msgstr "Importeinstellungen"
3194
-
3195
- #: templates/admin/csv-import.tpl.php:169
3196
- #, fuzzy
3197
- msgctxt "admin csv-import"
3198
- msgid "Post status of new imported listings"
3199
- msgstr "Status der importierten Einträge"
3200
-
3201
- #: templates/admin/csv-import.tpl.php:186
3202
- #, fuzzy
3203
- msgctxt "admin csv-import"
3204
- msgid "Post status of existing imported listings"
3205
- msgstr "Status der importierten Einträge"
3206
-
3207
- #: templates/admin/csv-import.tpl.php:190
3208
  #, fuzzy
3209
  msgctxt "admin csv-import"
3210
  msgid "Preserve existing status"
3211
  msgstr "Einträge"
3212
 
3213
- #: templates/admin/csv-import.tpl.php:204
3214
- msgctxt "admin csv-import"
3215
- msgid "Missing categories handling"
3216
- msgstr "Verhalten bei nicht vorhandener Kategorie"
3217
-
3218
- #: templates/admin/csv-import.tpl.php:209
3219
- msgctxt "admin csv-import"
3220
- msgid "Auto-create categories"
3221
- msgstr "Kategorie automatisch erstellen"
3222
-
3223
- #: templates/admin/csv-import.tpl.php:212
3224
- msgctxt "admin csv-import"
3225
- msgid "Generate errors when a category is not found"
3226
- msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
3227
-
3228
- #: templates/admin/csv-import.tpl.php:217
3229
  msgctxt "admin csv-import"
3230
  msgid "Keep existing listing images?"
3231
  msgstr "Vorhandene Bilder beibehalten?"
3232
 
3233
- #: templates/admin/csv-import.tpl.php:222
3234
  msgctxt "admin csv-import"
3235
  msgid "Keep existing images."
3236
  msgstr "Vorhandene Bilder behalten."
3237
 
3238
- #: templates/admin/csv-import.tpl.php:223
3239
  msgctxt "admin csv-import"
3240
  msgid "Appends new images while keeping current ones."
3241
  msgstr "Hängt neue Bilder an und behaltet die alten."
3242
 
3243
- #: templates/admin/csv-import.tpl.php:228
3244
- msgctxt "admin csv-import"
3245
- msgid "Assign listings to a user?"
3246
- msgstr "Zuweisung"
3247
-
3248
- #: templates/admin/csv-import.tpl.php:234
3249
- msgctxt "admin csv-import"
3250
- msgid "Assign listings to a user."
3251
- msgstr "Einträge einem Benutzer zuweisen."
3252
-
3253
- #: templates/admin/csv-import.tpl.php:239
3254
  msgctxt "admin csv-import"
3255
  msgid "Use a default user for listings?"
3256
  msgstr "Voreingestellter-Nutzer für neue Einträge?"
3257
 
3258
- #: templates/admin/csv-import.tpl.php:245
3259
  msgctxt "admin csv-import"
3260
  msgid ""
3261
  "Select a default user to be used if the username column is not present in "
@@ -3264,78 +3399,17 @@ msgstr ""
3264
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
3265
  "Spalte in der CSV-Datei nicht vorhanden ist."
3266
 
3267
- #: templates/admin/csv-import.tpl.php:250
3268
- msgctxt "admin csv-import"
3269
- msgid "Default listing user"
3270
- msgstr "Voreingestellter-Nutzer"
3271
-
3272
- #: templates/admin/csv-import.tpl.php:256
3273
- msgctxt "admin csv-import"
3274
- msgid ""
3275
- "This user will be used if the username column is not present in the CSV file."
3276
- msgstr ""
3277
- "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
3278
- "Datei vorhanden ist."
3279
-
3280
- #: templates/admin/csv-import.tpl.php:261
3281
- #, fuzzy
3282
- msgctxt "admin csv-import"
3283
- msgid "Number of listings imported on every cycle"
3284
- msgstr "Nummer der Einträge zum Anzeigen:"
3285
-
3286
- #: templates/admin/csv-import.tpl.php:269
3287
- msgctxt "admin csv-import"
3288
- msgid ""
3289
- "If you are having trouble importing listings due to memory problems, try "
3290
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3291
- "result in a longer batch import time, but will increase the chance of "
3292
- "success on shared hosting platforms and other resource-constrained servers."
3293
- msgstr ""
3294
-
3295
- #: templates/admin/csv-import.tpl.php:288
3296
  msgctxt "admin csv-import"
3297
  msgid "Test Import"
3298
  msgstr "Importtest"
3299
 
3300
- #: templates/admin/csv-import.tpl.php:289
3301
  msgctxt "admin csv-import"
3302
  msgid "Import Listings"
3303
  msgstr "Einträge importieren"
3304
 
3305
- #: templates/admin/csv-import.tpl.php:296
3306
- msgctxt "admin csv-import"
3307
- msgid ""
3308
- "The following are the valid header names to be used in the CSV file. "
3309
- "Multivalued fields (such as category or tags) can appear multiple times in "
3310
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3311
- "how an import file should look like."
3312
- msgstr ""
3313
- "Folgendes sind Spaltennamen die in der CSV-Datei verwendet werden. Mehrfach "
3314
- "belegte Felder (so wie Kategorien oder Tags) können öfters in der Datei "
3315
- "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
3316
- "um zu sehen wie eine Importdatei aufgebaut sein muss."
3317
-
3318
- #: templates/admin/csv-import.tpl.php:303
3319
- msgctxt "admin csv-import"
3320
- msgid "Header name/label"
3321
- msgstr "Kopfname/Bezeichnung"
3322
-
3323
- #: templates/admin/csv-import.tpl.php:304
3324
- msgctxt "admin csv-import"
3325
- msgid "Field"
3326
- msgstr "Feld"
3327
-
3328
- #: templates/admin/csv-import.tpl.php:306
3329
- msgctxt "admin csv-import"
3330
- msgid "Required?"
3331
- msgstr "Pflichtfeld?"
3332
-
3333
- #: templates/admin/csv-import.tpl.php:307
3334
- msgctxt "admin csv-import"
3335
- msgid "Multivalued?"
3336
- msgstr "Mehrfachwert?"
3337
-
3338
- #: templates/admin/csv-import.tpl.php:332
3339
  #, fuzzy
3340
  msgctxt "admin csv-import"
3341
  msgid ""
@@ -3345,17 +3419,7 @@ msgstr ""
3345
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
3346
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
3347
 
3348
- #: templates/admin/csv-import.tpl.php:339
3349
- msgctxt "admin csv-import"
3350
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3351
- msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
3352
-
3353
- #: templates/admin/csv-import.tpl.php:346
3354
- msgctxt "admin csv-import"
3355
- msgid "Listing author's username"
3356
- msgstr "Benutzername des Authors"
3357
-
3358
- #: templates/admin/csv-import.tpl.php:353
3359
  msgctxt "admin csv-import"
3360
  msgid ""
3361
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3363,7 +3427,7 @@ msgstr ""
3363
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
3364
  "externer Quellen durchzuführen."
3365
 
3366
- #: templates/admin/csv-import.tpl.php:360
3367
  msgctxt "admin csv-import"
3368
  msgid ""
3369
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3886,11 +3950,6 @@ msgctxt "admin csv-export"
3886
  msgid "Listing T&C acceptance date"
3887
  msgstr "Eintrag Bilder"
3888
 
3889
- #: templates/admin/csv-export.tpl.php:93
3890
- msgctxt "admin csv-export"
3891
- msgid "CSV File Settings"
3892
- msgstr "CSV-Datei Einstellungen"
3893
-
3894
  #: templates/admin/csv-export.tpl.php:97
3895
  msgctxt "admin csv-export"
3896
  msgid "What operating system will you use to edit the CSV file?"
@@ -3920,27 +3979,22 @@ msgstr ""
3920
  "müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
3921
  "generieren."
3922
 
3923
- #: templates/admin/csv-export.tpl.php:116
3924
- msgctxt "admin csv-export"
3925
- msgid "Image Separator"
3926
- msgstr "Bildtrenner"
3927
-
3928
- #: templates/admin/csv-export.tpl.php:127
3929
  msgctxt "admin csv-export"
3930
  msgid "Category Separator"
3931
  msgstr "Kategorietrenner"
3932
 
3933
- #: templates/admin/csv-export.tpl.php:139
3934
  msgctxt "admin csv-export"
3935
  msgid "Export Listings"
3936
  msgstr "Export Einträge"
3937
 
3938
- #: templates/admin/csv-export.tpl.php:145
3939
  msgctxt "admin csv-export"
3940
  msgid "Export in Progress..."
3941
  msgstr "Export wird durchgeführt..."
3942
 
3943
- #: templates/admin/csv-export.tpl.php:146
3944
  msgctxt "admin csv-export"
3945
  msgid ""
3946
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -3949,27 +4003,27 @@ msgstr ""
3949
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
3950
  "bis der Export abgeschlossen wurde."
3951
 
3952
- #: templates/admin/csv-export.tpl.php:149
3953
  msgctxt "admin csv-export"
3954
  msgid "No. of listings:"
3955
  msgstr "Anzahl der Einträge:"
3956
 
3957
- #: templates/admin/csv-export.tpl.php:151
3958
  msgctxt "admin csv-export"
3959
  msgid "Approximate export file size:"
3960
  msgstr "Exportdatei Größe ca. :"
3961
 
3962
- #: templates/admin/csv-export.tpl.php:158
3963
  msgctxt "admin csv-export"
3964
  msgid "Cancel Export"
3965
  msgstr "Export abbrechen"
3966
 
3967
- #: templates/admin/csv-export.tpl.php:163
3968
  msgctxt "admin csv-export"
3969
  msgid "Export Complete"
3970
  msgstr "Export vollständig"
3971
 
3972
- #: templates/admin/csv-export.tpl.php:164
3973
  msgctxt "admin csv-export"
3974
  msgid ""
3975
  "Your export file has been successfully created and it is now ready for "
@@ -3978,13 +4032,13 @@ msgstr ""
3978
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
3979
  "Verfügung."
3980
 
3981
- #: templates/admin/csv-export.tpl.php:168
3982
  #, fuzzy
3983
  msgctxt "admin csv-export"
3984
  msgid "Download %1$s (%2$s)"
3985
  msgstr "Herunterladen %s (%s)"
3986
 
3987
- #: templates/admin/csv-export.tpl.php:175
3988
  msgctxt "admin csv-export"
3989
  msgid ""
3990
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -3993,22 +4047,22 @@ msgstr ""
3993
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
3994
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
3995
 
3996
- #: templates/admin/csv-export.tpl.php:176
3997
  msgctxt "admin csv-export"
3998
  msgid "Cleanup"
3999
  msgstr "Bereinigen"
4000
 
4001
- #: templates/admin/csv-export.tpl.php:181
4002
  msgctxt "admin csv-export"
4003
  msgid "Export Canceled"
4004
  msgstr "Export abgebrochen"
4005
 
4006
- #: templates/admin/csv-export.tpl.php:182
4007
  msgctxt "admin csv-export"
4008
  msgid "The export has been canceled."
4009
  msgstr "Der Export wurde abgebrochen."
4010
 
4011
- #: templates/admin/csv-export.tpl.php:183
4012
  msgctxt "admin csv-export"
4013
  msgid "← Return to CSV Export"
4014
  msgstr "← Zurück nach CSV Export"
@@ -4092,43 +4146,43 @@ msgid "Invalid theme ID"
4092
  msgstr "Ungültige Feld ID"
4093
 
4094
  #: includes/admin/class-themes-admin.php:421
4095
- #: includes/admin/upgrades/class-themes-updater.php:169
4096
  msgctxt "themes"
4097
  msgid "Could not update theme: %s"
4098
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
4099
 
4100
- #: includes/admin/upgrades/class-themes-updater.php:131
4101
  msgctxt "themes"
4102
  msgid "Updating theme..."
4103
  msgstr "Theme wird aktualisiert…"
4104
 
4105
- #: includes/admin/upgrades/class-themes-updater.php:132
4106
  msgctxt "themes"
4107
  msgid "Theme updated."
4108
  msgstr "Preis aktualisiert."
4109
 
4110
- #: includes/admin/upgrades/class-themes-updater.php:134
4111
  msgctxt "themes"
4112
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4113
  msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
4114
 
4115
- #: includes/admin/upgrades/class-themes-updater.php:175
4116
  #, fuzzy
4117
  msgctxt "themes"
4118
  msgid "Theme was updated successfully."
4119
  msgstr "Der Import wurde erfolgreich abgeschlossen."
4120
 
4121
- #: includes/themes.php:959
4122
  msgctxt "themes"
4123
  msgid "Could not create themes directory."
4124
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
4125
 
4126
- #: includes/themes.php:970
4127
  msgctxt "themes"
4128
  msgid "Could not remove previous theme directory \"%s\"."
4129
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
4130
 
4131
- #: includes/themes.php:978
4132
  msgctxt "themes"
4133
  msgid "Could not move new theme into theme directory."
4134
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
@@ -6804,13 +6858,13 @@ msgctxt "settings"
6804
  msgid "Cropped"
6805
  msgstr ""
6806
 
6807
- #: includes/admin/settings/class-settings.php:492
6808
- #: includes/admin/settings/class-settings.php:503
6809
  msgctxt "settings"
6810
  msgid "\"%s\" can not be empty."
6811
  msgstr ""
6812
 
6813
- #: includes/admin/settings/class-settings.php:520
6814
  msgctxt "settings"
6815
  msgid "The slug \"%s\" is already in use for another taxonomy."
6816
  msgstr ""
@@ -6871,12 +6925,12 @@ msgctxt "contact email"
6871
  msgid "Time: %s"
6872
  msgstr "Zeit: %s"
6873
 
6874
- #: includes/admin/tracking.php:187
6875
  msgctxt "tracking"
6876
  msgid "Help Improve Business Directory"
6877
  msgstr "Hilf Business Directory zu unterstützen"
6878
 
6879
- #: includes/admin/tracking.php:189
6880
  msgctxt "tracking"
6881
  msgid ""
6882
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6887,7 +6941,7 @@ msgstr ""
6887
  "verfolgen um Informationen zu sammeln die uns helfen, das Modul weiter zu "
6888
  "entwickeln?"
6889
 
6890
- #: includes/admin/tracking.php:191
6891
  msgctxt "tracking"
6892
  msgid "What do you track?"
6893
  msgstr "Was verfolgst du?"
@@ -6953,12 +7007,6 @@ msgctxt "installer"
6953
  msgid "Migrating fee plans..."
6954
  msgstr "Aktiviere Lizenz..."
6955
 
6956
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6957
- #, fuzzy
6958
- msgctxt "installer"
6959
- msgid "! Could not migrate fee \"%s\" (%d)"
6960
- msgstr "Konnte Lizenz nicht deaktivieren: %s"
6961
-
6962
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6963
  #, fuzzy
6964
  msgctxt "installer"
@@ -6993,13 +7041,15 @@ msgid "Migrating payments information."
6993
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
6994
 
6995
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
6996
  msgctxt "installer"
6997
- msgid "Cleaning up listing fees information... %d/%d"
6998
  msgstr "Informationen der Preispakte säubern... %d/%d"
6999
 
7000
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
7001
  msgctxt "installer"
7002
- msgid "Migrating previous transactions to new Payments API... %d/%d"
7003
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7004
 
7005
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -7012,17 +7062,12 @@ msgctxt "installer"
7012
  msgid "Listing edit payment (BD < 3.4)"
7013
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
7014
 
7015
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
7016
- msgctxt "installer"
7017
- msgid "Renewal fee \"%s\" for category \"%s\""
7018
- msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
7019
-
7020
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
7021
  msgctxt "installer"
7022
  msgid "Listing upgrade to featured"
7023
  msgstr "Eintrag aktualisieren auf Hervorhebung"
7024
 
7025
- #: includes/installer.php:62
7026
  msgctxt "installer"
7027
  msgid "Default Fee"
7028
  msgstr "Standard Preis"
@@ -7311,11 +7356,6 @@ msgctxt "notify email"
7311
  msgid "Payment Details"
7312
  msgstr "Bezahldetails"
7313
 
7314
- #: templates/email/listing-payment-completed.tpl.php:25
7315
- msgctxt "notify email"
7316
- msgid "Plan"
7317
- msgstr ""
7318
-
7319
  #: templates/email/listing-payment-completed.tpl.php:32
7320
  #, fuzzy
7321
  msgctxt "notify email"
@@ -7377,7 +7417,7 @@ msgctxt "title"
7377
  msgid "Find a Listing"
7378
  msgstr "Eintrag finden"
7379
 
7380
- #: includes/class-meta.php:194
7381
  msgctxt "title"
7382
  msgid "Listings tagged: %s"
7383
  msgstr "Einträge getaggt: %s"
@@ -7637,11 +7677,11 @@ msgstr "Kategorie für diesen Eintrag"
7637
  #: includes/class-wpbdp.php:480
7638
  msgctxt "listing image upload"
7639
  msgid ""
7640
- "You're trying to upload %d images, but only have %d slot available. Please "
7641
- "adjust your selection."
7642
  msgid_plural ""
7643
- "You're trying to upload %d images, but only have %d slots available. Please "
7644
- "adjust your selection."
7645
  msgstr[0] ""
7646
  msgstr[1] ""
7647
 
@@ -8202,7 +8242,7 @@ msgctxt "flag listing"
8202
  msgid "Report comment is required to save a report"
8203
  msgstr ""
8204
 
8205
- #: includes/installer.php:53
8206
  msgctxt "default category name"
8207
  msgid "General"
8208
  msgstr "Allgemein"
@@ -8391,7 +8431,7 @@ msgctxt "templates sort"
8391
  msgid "Sort By:"
8392
  msgstr "Sortieren nach"
8393
 
8394
- #: includes/utils.php:416
8395
  msgctxt "utils"
8396
  msgid ""
8397
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8399,56 +8439,22 @@ msgstr ""
8399
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
8400
  "\"in deiner php.ini an."
8401
 
8402
- #: includes/utils.php:463
8403
- msgctxt "utils"
8404
- msgid "File size (%s) exceeds maximum file size of %s"
8405
- msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
8406
-
8407
- #: includes/utils.php:471
8408
- msgctxt "utils"
8409
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8410
- msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
8411
-
8412
- #: includes/utils.php:480 includes/utils.php:487
8413
  msgctxt "utils"
8414
  msgid "File type \"%s\" is not allowed"
8415
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
8416
 
8417
- #: includes/utils.php:494
8418
  msgctxt "utils"
8419
  msgid "Unkown error while uploading file."
8420
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
8421
 
8422
- #: includes/utils.php:513
8423
  msgctxt "utils"
8424
  msgid "Uploaded file is not an image"
8425
  msgstr "Hochgeladene Datei ist kein Bild."
8426
 
8427
- #: includes/utils.php:522
8428
- msgctxt "utils"
8429
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8430
- msgstr "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
8431
-
8432
- #: includes/utils.php:528
8433
- msgctxt "utils"
8434
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8435
- msgstr ""
8436
- "Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
8437
-
8438
- #: includes/utils.php:534
8439
- msgctxt "utils"
8440
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8441
- msgstr ""
8442
- "Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
8443
- "Pixel."
8444
-
8445
- #: includes/utils.php:540
8446
- msgctxt "utils"
8447
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8448
- msgstr ""
8449
- "Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
8450
-
8451
- #: includes/utils.php:554
8452
  msgctxt "utils"
8453
  msgid "Error while uploading file"
8454
  msgstr "Fehler während des Hochladens der Datei"
@@ -8486,16 +8492,6 @@ msgstr ""
8486
  "Sie sind im Begriff Ihren Eintrag \"%s\" aus dem Branchenverzeichnis zu "
8487
  "entfernen."
8488
 
8489
- #: templates/delete-listing-confirm.tpl.php:24
8490
- msgctxt "delete listing"
8491
- msgid "No. Take me back to the directory."
8492
- msgstr "Nein, zurück zum Verzeichnis."
8493
-
8494
- #: templates/delete-listing-confirm.tpl.php:25
8495
- msgctxt "delete listing"
8496
- msgid "Yes. Delete my listing."
8497
- msgstr "Ja, meinen Eintrag löschen."
8498
-
8499
  #: includes/views/listing_contact.php:51
8500
  msgctxt "contact-message"
8501
  msgid "Please enter your name."
@@ -8699,11 +8695,6 @@ msgctxt "search"
8699
  msgid "Clear"
8700
  msgstr "Zurücksetzen"
8701
 
8702
- #: includes/views/show_listing.php:12
8703
- msgctxt "preview"
8704
- msgid "This is just a preview. The listing has not been published yet."
8705
- msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
8706
-
8707
  #: includes/views/submit_listing.php:1138
8708
  msgctxt "listing submit"
8709
  msgid ""
@@ -8717,7 +8708,7 @@ msgid "Change category/plan"
8717
  msgstr "Erneuerte Kategorie"
8718
 
8719
  #: includes/widgets/class-listings-widget.php:45
8720
- #: includes/widgets/widget-search.php:22
8721
  msgctxt "widgets"
8722
  msgid "Title:"
8723
  msgstr "Titel:"
@@ -8779,17 +8770,17 @@ msgctxt "widgets"
8779
  msgid "Display listings in random order"
8780
  msgstr "Einträge zufällig anordnen"
8781
 
8782
- #: includes/widgets/widget-latest-listings.php:11
8783
  msgctxt "widgets"
8784
  msgid "Business Directory - Latest Listings"
8785
  msgstr "Branchenverzeichnis - letzte Einträge"
8786
 
8787
- #: includes/widgets/widget-latest-listings.php:12
8788
  msgctxt "widgets"
8789
  msgid "Displays a list of the latest listings in the Business Directory."
8790
  msgstr "Eine List der letzten Einträge im Branchenverzeichnis anzeigen."
8791
 
8792
- #: includes/widgets/widget-latest-listings.php:14
8793
  msgctxt "widgets"
8794
  msgid "Latest Listings"
8795
  msgstr "Neuste Einträge"
@@ -8809,52 +8800,47 @@ msgctxt "widgets"
8809
  msgid "Random Listings"
8810
  msgstr "Zufällige Einträge"
8811
 
8812
- #: includes/widgets/widget-search.php:10
8813
  msgctxt "widgets"
8814
  msgid "Business Directory - Search"
8815
  msgstr "Branchenverzeichnis - Suche"
8816
 
8817
- #: includes/widgets/widget-search.php:11
8818
  msgctxt "widgets"
8819
  msgid "Displays a search form to look for Business Directory listings."
8820
  msgstr "Anzeige einer Suchform um Branchenverzeichnis Einträge anzuzeigen."
8821
 
8822
- #: includes/widgets/widget-search.php:18
8823
  msgctxt "widgets"
8824
  msgid "Search the Business Directory"
8825
  msgstr "Firmenverzeichnis durchsuchen"
8826
 
8827
- #: includes/widgets/widget-search.php:29
8828
  msgctxt "widgets"
8829
  msgid "Form Style:"
8830
  msgstr "Formstil:"
8831
 
8832
- #: includes/widgets/widget-search.php:37
8833
  msgctxt "widgets"
8834
  msgid "Basic"
8835
  msgstr "Basis"
8836
 
8837
- #: includes/widgets/widget-search.php:45
8838
  msgctxt "widgets"
8839
  msgid "Advanced"
8840
  msgstr "Erweitert"
8841
 
8842
- #: includes/widgets/widget-search.php:49
8843
  msgctxt "widgets"
8844
  msgid "Search Fields (advanced mode):"
8845
  msgstr "Felder durchsuchen (erweiterter Modus)"
8846
 
8847
- #: includes/widgets/widget-search.php:50
8848
  msgctxt "widgets"
8849
  msgid "Display the following fields in the form."
8850
  msgstr "Diese Felder in der Form anzeigen."
8851
 
8852
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8853
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8854
- #: templates/admin/csv-import.tpl.php:117
8855
- #: templates/admin/csv-import.tpl.php:143
8856
- #: templates/admin/csv-import.tpl.php:154
8857
- #: templates/admin/csv-import.tpl.php:204
8858
  msgctxt "admin forms"
8859
  msgid "required"
8860
  msgstr "Pflichtfeld"
@@ -8948,23 +8934,12 @@ msgctxt "admin sidebar"
8948
  msgid "Video Tutorials"
8949
  msgstr "Video Anleitungen"
8950
 
8951
- #: templates/admin/themes-delete-confirm.tpl.php:1
8952
- #: templates/admin/themes-delete-confirm.tpl.php:13
8953
- msgctxt "themes admin"
8954
- msgid "Delete Directory Theme"
8955
- msgstr "Verzeichnis Theme löschen"
8956
-
8957
  #: templates/admin/themes-delete-confirm.tpl.php:3
8958
  msgctxt "themes admin"
8959
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8960
  msgstr ""
8961
  "Bist du sicher, dass du dieses Directory-Theme \"%s\" löschen möchtest?"
8962
 
8963
- #: templates/admin/themes-delete-confirm.tpl.php:12
8964
- msgctxt "themes admin"
8965
- msgid "Cancel"
8966
- msgstr "Abbrechen"
8967
-
8968
  #: templates/admin/uninstall-capture-form.tpl.php:5
8969
  msgctxt "uninstall"
8970
  msgid "It doesn't work with my theme/plugins/site"
@@ -9221,6 +9196,37 @@ msgctxt "send-access-keys"
9221
  msgid "Continue"
9222
  msgstr "Weiter"
9223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9224
  #~ msgctxt "admin settings"
9225
  #~ msgid ""
9226
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+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."
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
 
21
+ #: includes/admin/class-admin-controller.php:81
22
  #: templates/admin/payments-note.tpl.php:13
23
  #: templates/delete-listing-confirm.tpl.php:19
24
  #, fuzzy
25
  msgid "Are you sure you want to do this?"
26
  msgstr "Möchtest du das wirklich tun?"
27
 
28
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
29
  #, fuzzy
30
  msgid "Help"
31
  msgstr "Hilfe "
101
  msgid "Yes, please!"
102
  msgstr "Ja, bitte!"
103
 
104
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
105
  #, fuzzy
106
  msgid "No, thanks"
107
  msgstr "Nein, danke"
262
 
263
  #: includes/admin/form-fields.php:31
264
  #: includes/fields/class-fieldtypes-social.php:138
265
+ #: templates/admin/csv-import.tpl.php:325
266
  #, fuzzy
267
  msgid "Type"
268
  msgstr "Typ"
791
  msgid "Uninstall"
792
  msgstr "Deinstallieren"
793
 
794
+ #: includes/admin/settings/class-settings.php:513
795
  msgid "%s cannot include spaces, commas, or &"
796
  msgstr ""
797
 
798
+ #: includes/admin/tracking.php:221
799
  #, fuzzy
800
  msgid "Allow Tracking"
801
  msgstr "Verfolgung erlauben"
870
  msgid "Duration"
871
  msgstr "Zeitraum"
872
 
873
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
874
+ #, fuzzy
875
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
876
+ msgstr "Konnte Lizenz nicht deaktivieren: %s"
877
+
878
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
879
+ #, fuzzy
880
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
881
+ msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
882
+
883
  #: includes/admin/views/modules/list.php:10
884
  #, fuzzy
885
  msgid "Directory Modules"
1051
  msgid "Settings"
1052
  msgstr "Einstellungen"
1053
 
1054
+ #: includes/class-wpbdp.php:579
1055
  #, fuzzy
1056
  msgid "Could not find listing ID"
1057
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
1058
 
1059
+ #: includes/class-wpbdp.php:586
1060
  msgid ""
1061
  "Could not verify the image upload request. If problem persists contact site "
1062
  "admin."
1063
  msgstr ""
1064
 
1065
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1066
  #, fuzzy
1067
  msgid "Could not find image ID"
1068
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
1069
 
1070
+ #: includes/class-wpbdp.php:625
1071
  #, fuzzy
1072
  msgid ""
1073
  "The directory features are disabled at this time because a <a>manual "
1076
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
1077
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
1078
 
1079
+ #: includes/class-wpbdp.php:632
1080
  msgid ""
1081
  "The directory is not available at this time. Please try again in a few "
1082
  "minutes or contact the administrator if the problem persists."
1083
  msgstr ""
1084
 
1085
  #: includes/compatibility/class-navxt-integration.php:204
1086
+ #: includes/widgets/widget-search.php:125
1087
  #: templates/admin/payments-index.tpl.php:13
1088
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1089
  #: templates/search.tpl.php:3
1257
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
1258
 
1259
  #: includes/fields/class-fieldtypes-select.php:262
1260
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1261
+ #: templates/admin/csv-import.tpl.php:120
1262
+ #: templates/admin/csv-import.tpl.php:148
1263
+ #: templates/admin/csv-import.tpl.php:161
1264
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1265
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1266
  #, fuzzy
1267
  msgid "required"
1268
  msgstr "Pflichtfeld"
1424
  msgid "Word Count Validator"
1425
  msgstr "Ganze Nummern Validierung"
1426
 
1427
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1428
  #, fuzzy
1429
  msgid "Field"
1430
  msgstr "Feld"
1479
  msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
1480
 
1481
  #. translators: %1$s: field label, %2$s allowed values
1482
+ #: includes/form-fields.php:824
1483
  #, fuzzy
1484
  msgid "%1$s is invalid. Value most be one of %2$s."
1485
  msgstr "%s ist ungültig. Wert meistens einer von %s"
1666
  msgid "Default"
1667
  msgstr "Standard Preis"
1668
 
1669
+ #: includes/themes.php:952
1670
  #, fuzzy
1671
  msgid "ZIP file is not a valid Business Directory theme file."
1672
  msgstr "Bitte eine gültige E-mailadresse eingeben."
1673
 
1674
+ #: includes/utils.php:465
1675
+ #, fuzzy
1676
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1677
+ msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
1678
+
1679
+ #: includes/utils.php:474
1680
+ #, fuzzy
1681
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1682
+ msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
1683
+
1684
+ #: includes/utils.php:527
1685
+ #, fuzzy
1686
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1687
+ msgstr ""
1688
+ "Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
1689
+ "Pixel."
1690
+
1691
+ #: includes/utils.php:535
1692
+ #, fuzzy
1693
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1694
+ msgstr ""
1695
+ "Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
1696
+
1697
+ #: includes/utils.php:543
1698
+ #, fuzzy
1699
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1700
+ msgstr ""
1701
+ "Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
1702
+ "Pixel."
1703
+
1704
+ #: includes/utils.php:551
1705
+ #, fuzzy
1706
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1707
+ msgstr ""
1708
+ "Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
1709
+
1710
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1711
  #: includes/views/flag_listing.php:56
1712
  #, fuzzy
1752
  msgid "That listing cannot yet be renewed."
1753
  msgstr "Der Eintrag wurde aktualisiert"
1754
 
1755
+ #: includes/views/show_listing.php:12
1756
+ #, fuzzy
1757
+ msgid "This is just a preview. The listing has not been published yet."
1758
+ msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1759
+
1760
  #: includes/views/submit_listing.php:544
1761
  #, fuzzy
1762
  msgid "Listing Images"
1814
  "Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
1815
  "erstellen wollen, wählen Sie diese Option!"
1816
 
1817
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1818
+ #, fuzzy
1819
+ msgid "CSV File Settings"
1820
+ msgstr "CSV-Datei Einstellungen"
1821
+
1822
+ #: templates/admin/csv-export.tpl.php:116
1823
+ #: templates/admin/csv-import.tpl.php:147
1824
+ #, fuzzy
1825
+ msgid "Image Separator"
1826
+ msgstr "Bildertrenner"
1827
+
1828
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1829
  #: templates/admin/csv-import.tpl.php:34
1830
  #, fuzzy
1835
  "Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
1836
  "lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
1837
 
1838
+ #: templates/admin/csv-import.tpl.php:45
1839
+ #, fuzzy
1840
+ msgid "Import Files"
1841
+ msgstr "Import Dateien"
1842
+
1843
+ #: templates/admin/csv-import.tpl.php:50
1844
+ #, fuzzy
1845
+ msgid "CSV File"
1846
+ msgstr "CSV-Datei"
1847
+
1848
+ #: templates/admin/csv-import.tpl.php:83
1849
+ #, fuzzy
1850
+ msgid "ZIP file containing images"
1851
+ msgstr "ZIP-Datei mit Bildern"
1852
+
1853
+ #: templates/admin/csv-import.tpl.php:119
1854
+ #, fuzzy
1855
+ msgid "Column Separator"
1856
+ msgstr "Spaltentrenner"
1857
+
1858
+ #: templates/admin/csv-import.tpl.php:160
1859
+ #, fuzzy
1860
+ msgid "Category Separator"
1861
+ msgstr "Kategorietrenner"
1862
+
1863
+ #: templates/admin/csv-import.tpl.php:173
1864
+ #, fuzzy
1865
+ msgid "Import settings"
1866
+ msgstr "Importeinstellungen"
1867
+
1868
+ #: templates/admin/csv-import.tpl.php:177
1869
+ #, fuzzy
1870
+ msgid "Post status of new imported listings"
1871
+ msgstr "Status der importierten Einträge"
1872
+
1873
+ #: templates/admin/csv-import.tpl.php:194
1874
+ #, fuzzy
1875
+ msgid "Post status of existing imported listings"
1876
+ msgstr "Status der importierten Einträge"
1877
+
1878
+ #: templates/admin/csv-import.tpl.php:212
1879
+ #, fuzzy
1880
+ msgid "Missing categories handling"
1881
+ msgstr "Verhalten bei nicht vorhandener Kategorie"
1882
+
1883
+ #: templates/admin/csv-import.tpl.php:220
1884
+ #, fuzzy
1885
+ msgid "Auto-create categories"
1886
+ msgstr "Kategorie automatisch erstellen"
1887
+
1888
+ #: templates/admin/csv-import.tpl.php:225
1889
+ #, fuzzy
1890
+ msgid "Generate errors when a category is not found"
1891
+ msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
1892
+
1893
+ #: templates/admin/csv-import.tpl.php:242
1894
+ #: templates/admin/csv-import.tpl.php:249
1895
+ #, fuzzy
1896
+ msgid "Assign listings to a user?"
1897
+ msgstr "Zuweisung"
1898
+
1899
+ #: templates/admin/csv-import.tpl.php:266
1900
+ #, fuzzy
1901
+ msgid "Default listing user"
1902
+ msgstr "Voreingestellter-Nutzer"
1903
+
1904
+ #: templates/admin/csv-import.tpl.php:272
1905
+ #, fuzzy
1906
+ msgid ""
1907
+ "This user will be used if the username column is not present in the CSV file."
1908
+ msgstr ""
1909
+ "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
1910
+ "Datei vorhanden ist."
1911
+
1912
+ #: templates/admin/csv-import.tpl.php:277
1913
+ #, fuzzy
1914
+ msgid "Number of listings imported on every cycle"
1915
+ msgstr "Nummer der Einträge zum Anzeigen:"
1916
+
1917
+ #: templates/admin/csv-import.tpl.php:285
1918
+ msgid ""
1919
+ "If you are having trouble importing listings due to memory problems, try "
1920
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1921
+ "result in a longer batch import time, but will increase the chance of "
1922
+ "success on shared hosting platforms and other resource-constrained servers."
1923
+ msgstr ""
1924
+
1925
+ #: templates/admin/csv-import.tpl.php:290
1926
  #, fuzzy
1927
  msgid "Disable email notifications during import?"
1928
  msgstr "E-Mail-Benachrichtigungen"
1929
 
1930
+ #: templates/admin/csv-import.tpl.php:297
1931
  #, fuzzy
1932
  msgid "Disable email notifications."
1933
  msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
1934
 
1935
+ #: templates/admin/csv-import.tpl.php:314
1936
+ #, fuzzy
1937
+ msgid ""
1938
+ "The following are the valid header names to be used in the CSV file. "
1939
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1940
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1941
+ "how an import file should look like."
1942
+ msgstr ""
1943
+ "Folgendes sind Spaltennamen die in der CSV-Datei verwendet werden. Mehrfach "
1944
+ "belegte Felder (so wie Kategorien oder Tags) können öfters in der Datei "
1945
+ "erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
1946
+ "um zu sehen wie eine Importdatei aufgebaut sein muss."
1947
+
1948
+ #: templates/admin/csv-import.tpl.php:323
1949
+ #, fuzzy
1950
+ msgid "Header name/label"
1951
+ msgstr "Kopfname/Bezeichnung"
1952
+
1953
+ #: templates/admin/csv-import.tpl.php:326
1954
+ #, fuzzy
1955
+ msgid "Required?"
1956
+ msgstr "Pflichtfeld?"
1957
+
1958
+ #: templates/admin/csv-import.tpl.php:327
1959
+ #, fuzzy
1960
+ msgid "Multivalued?"
1961
+ msgstr "Mehrfachwert?"
1962
+
1963
+ #: templates/admin/csv-import.tpl.php:359
1964
+ #, fuzzy
1965
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1966
+ msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
1967
+
1968
+ #: templates/admin/csv-import.tpl.php:366
1969
+ #, fuzzy
1970
+ msgid "Listing author's username"
1971
+ msgstr "Benutzername des Authors"
1972
+
1973
  #: templates/admin/debug-info.tpl.php:5
1974
  #, fuzzy
1975
  msgid ""
2436
  msgstr "Vorschau E-mail"
2437
 
2438
  #: templates/admin/settings-email.tpl.php:103
2439
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2440
  #: templates/listing-flagging-form.tpl.php:64
2441
  #, fuzzy
2442
  msgid "Cancel"
2572
  msgid "Need help?"
2573
  msgstr ""
2574
 
2575
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2576
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2577
+ #, fuzzy
2578
+ msgid "Delete Directory Theme"
2579
+ msgstr "Verzeichnis Theme löschen"
2580
+
2581
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2582
  #, fuzzy
2583
  msgid "Upload Directory Theme"
2798
  msgid "Next"
2799
  msgstr ""
2800
 
2801
+ #: templates/delete-listing-confirm.tpl.php:24
2802
+ #, fuzzy
2803
+ msgid "No. Take me back to the directory."
2804
+ msgstr "Nein, zurück zum Verzeichnis."
2805
+
2806
+ #: templates/delete-listing-confirm.tpl.php:25
2807
+ #, fuzzy
2808
+ msgid "Yes. Delete my listing."
2809
+ msgstr "Ja, meinen Eintrag löschen."
2810
+
2811
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2812
  #, fuzzy
2813
  msgid "Search Results"
2826
  msgid "(not published yet)"
2827
  msgstr "(bisher nicht publiziert)"
2828
 
2829
+ #: templates/email/listing-payment-completed.tpl.php:25
2830
+ msgid "Plan"
2831
+ msgstr ""
2832
+
2833
  #: templates/email-access-keys.tpl.php:1
2834
  #, fuzzy
2835
  msgid ""
3110
  msgid "Business Directory Team"
3111
  msgstr "Branchenverzeichnis"
3112
 
3113
+ #: includes/admin/class-admin-controller.php:83
3114
  msgctxt "admin confirm"
3115
  msgid "No, go back"
3116
  msgstr ""
3117
 
3118
+ #: includes/admin/class-admin-controller.php:84
3119
  msgctxt "admin confirm"
3120
  msgid "Yes, I'm sure"
3121
  msgstr ""
3338
  msgstr ""
3339
  "Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
3340
 
3341
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3342
  msgctxt "admin csv-import"
3343
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3344
  msgstr ""
3345
  "... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
3346
 
3347
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3348
  msgctxt "admin csv-import"
3349
  msgid "(Upload new file)"
3350
  msgstr "(Neue Datei hochladen)"
3351
 
3352
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3353
  msgctxt "admin csv-import"
3354
  msgid "Comma (,)"
3355
  msgstr "Komma (,)"
3356
 
3357
+ #: templates/admin/csv-import.tpl.php:135
3358
  msgctxt "admin csv-import"
3359
  msgid "Semicolon (;)"
3360
  msgstr "Semikolon (;)"
3361
 
3362
+ #: templates/admin/csv-import.tpl.php:141
3363
  msgctxt "admin csv-import"
3364
  msgid "TAB"
3365
  msgstr "TAB"
3366
 
3367
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3368
  #, fuzzy
3369
  msgctxt "admin csv-import"
3370
  msgid "Preserve existing status"
3371
  msgstr "Einträge"
3372
 
3373
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3374
  msgctxt "admin csv-import"
3375
  msgid "Keep existing listing images?"
3376
  msgstr "Vorhandene Bilder beibehalten?"
3377
 
3378
+ #: templates/admin/csv-import.tpl.php:236
3379
  msgctxt "admin csv-import"
3380
  msgid "Keep existing images."
3381
  msgstr "Vorhandene Bilder behalten."
3382
 
3383
+ #: templates/admin/csv-import.tpl.php:237
3384
  msgctxt "admin csv-import"
3385
  msgid "Appends new images while keeping current ones."
3386
  msgstr "Hängt neue Bilder an und behaltet die alten."
3387
 
3388
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3389
  msgctxt "admin csv-import"
3390
  msgid "Use a default user for listings?"
3391
  msgstr "Voreingestellter-Nutzer für neue Einträge?"
3392
 
3393
+ #: templates/admin/csv-import.tpl.php:261
3394
  msgctxt "admin csv-import"
3395
  msgid ""
3396
  "Select a default user to be used if the username column is not present in "
3399
  "Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
3400
  "Spalte in der CSV-Datei nicht vorhanden ist."
3401
 
3402
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3403
  msgctxt "admin csv-import"
3404
  msgid "Test Import"
3405
  msgstr "Importtest"
3406
 
3407
+ #: templates/admin/csv-import.tpl.php:305
3408
  msgctxt "admin csv-import"
3409
  msgid "Import Listings"
3410
  msgstr "Einträge importieren"
3411
 
3412
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3413
  #, fuzzy
3414
  msgctxt "admin csv-import"
3415
  msgid ""
3419
  "Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
3420
  "Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
3421
 
3422
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3423
  msgctxt "admin csv-import"
3424
  msgid ""
3425
  "Internal Sequence ID used to allow listing updates from external sources."
3427
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
3428
  "externer Quellen durchzuführen."
3429
 
3430
+ #: templates/admin/csv-import.tpl.php:380
3431
  msgctxt "admin csv-import"
3432
  msgid ""
3433
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3950
  msgid "Listing T&C acceptance date"
3951
  msgstr "Eintrag Bilder"
3952
 
 
 
 
 
 
3953
  #: templates/admin/csv-export.tpl.php:97
3954
  msgctxt "admin csv-export"
3955
  msgid "What operating system will you use to edit the CSV file?"
3979
  "müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
3980
  "generieren."
3981
 
3982
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3983
  msgctxt "admin csv-export"
3984
  msgid "Category Separator"
3985
  msgstr "Kategorietrenner"
3986
 
3987
+ #: templates/admin/csv-export.tpl.php:141
3988
  msgctxt "admin csv-export"
3989
  msgid "Export Listings"
3990
  msgstr "Export Einträge"
3991
 
3992
+ #: templates/admin/csv-export.tpl.php:147
3993
  msgctxt "admin csv-export"
3994
  msgid "Export in Progress..."
3995
  msgstr "Export wird durchgeführt..."
3996
 
3997
+ #: templates/admin/csv-export.tpl.php:148
3998
  msgctxt "admin csv-export"
3999
  msgid ""
4000
  "Your export file is being prepared. Please <u>do not leave</u> this page "
4003
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
4004
  "bis der Export abgeschlossen wurde."
4005
 
4006
+ #: templates/admin/csv-export.tpl.php:151
4007
  msgctxt "admin csv-export"
4008
  msgid "No. of listings:"
4009
  msgstr "Anzahl der Einträge:"
4010
 
4011
+ #: templates/admin/csv-export.tpl.php:153
4012
  msgctxt "admin csv-export"
4013
  msgid "Approximate export file size:"
4014
  msgstr "Exportdatei Größe ca. :"
4015
 
4016
+ #: templates/admin/csv-export.tpl.php:160
4017
  msgctxt "admin csv-export"
4018
  msgid "Cancel Export"
4019
  msgstr "Export abbrechen"
4020
 
4021
+ #: templates/admin/csv-export.tpl.php:165
4022
  msgctxt "admin csv-export"
4023
  msgid "Export Complete"
4024
  msgstr "Export vollständig"
4025
 
4026
+ #: templates/admin/csv-export.tpl.php:166
4027
  msgctxt "admin csv-export"
4028
  msgid ""
4029
  "Your export file has been successfully created and it is now ready for "
4032
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
4033
  "Verfügung."
4034
 
4035
+ #: templates/admin/csv-export.tpl.php:170
4036
  #, fuzzy
4037
  msgctxt "admin csv-export"
4038
  msgid "Download %1$s (%2$s)"
4039
  msgstr "Herunterladen %s (%s)"
4040
 
4041
+ #: templates/admin/csv-export.tpl.php:177
4042
  msgctxt "admin csv-export"
4043
  msgid ""
4044
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4047
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
4048
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
4049
 
4050
+ #: templates/admin/csv-export.tpl.php:178
4051
  msgctxt "admin csv-export"
4052
  msgid "Cleanup"
4053
  msgstr "Bereinigen"
4054
 
4055
+ #: templates/admin/csv-export.tpl.php:183
4056
  msgctxt "admin csv-export"
4057
  msgid "Export Canceled"
4058
  msgstr "Export abgebrochen"
4059
 
4060
+ #: templates/admin/csv-export.tpl.php:184
4061
  msgctxt "admin csv-export"
4062
  msgid "The export has been canceled."
4063
  msgstr "Der Export wurde abgebrochen."
4064
 
4065
+ #: templates/admin/csv-export.tpl.php:185
4066
  msgctxt "admin csv-export"
4067
  msgid "← Return to CSV Export"
4068
  msgstr "← Zurück nach CSV Export"
4146
  msgstr "Ungültige Feld ID"
4147
 
4148
  #: includes/admin/class-themes-admin.php:421
4149
+ #: includes/admin/upgrades/class-themes-updater.php:170
4150
  msgctxt "themes"
4151
  msgid "Could not update theme: %s"
4152
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
4153
 
4154
+ #: includes/admin/upgrades/class-themes-updater.php:132
4155
  msgctxt "themes"
4156
  msgid "Updating theme..."
4157
  msgstr "Theme wird aktualisiert…"
4158
 
4159
+ #: includes/admin/upgrades/class-themes-updater.php:133
4160
  msgctxt "themes"
4161
  msgid "Theme updated."
4162
  msgstr "Preis aktualisiert."
4163
 
4164
+ #: includes/admin/upgrades/class-themes-updater.php:135
4165
  msgctxt "themes"
4166
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4167
  msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
4168
 
4169
+ #: includes/admin/upgrades/class-themes-updater.php:176
4170
  #, fuzzy
4171
  msgctxt "themes"
4172
  msgid "Theme was updated successfully."
4173
  msgstr "Der Import wurde erfolgreich abgeschlossen."
4174
 
4175
+ #: includes/themes.php:960
4176
  msgctxt "themes"
4177
  msgid "Could not create themes directory."
4178
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
4179
 
4180
+ #: includes/themes.php:971
4181
  msgctxt "themes"
4182
  msgid "Could not remove previous theme directory \"%s\"."
4183
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
4184
 
4185
+ #: includes/themes.php:979
4186
  msgctxt "themes"
4187
  msgid "Could not move new theme into theme directory."
4188
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
6858
  msgid "Cropped"
6859
  msgstr ""
6860
 
6861
+ #: includes/admin/settings/class-settings.php:493
6862
+ #: includes/admin/settings/class-settings.php:504
6863
  msgctxt "settings"
6864
  msgid "\"%s\" can not be empty."
6865
  msgstr ""
6866
 
6867
+ #: includes/admin/settings/class-settings.php:521
6868
  msgctxt "settings"
6869
  msgid "The slug \"%s\" is already in use for another taxonomy."
6870
  msgstr ""
6925
  msgid "Time: %s"
6926
  msgstr "Zeit: %s"
6927
 
6928
+ #: includes/admin/tracking.php:188
6929
  msgctxt "tracking"
6930
  msgid "Help Improve Business Directory"
6931
  msgstr "Hilf Business Directory zu unterstützen"
6932
 
6933
+ #: includes/admin/tracking.php:190
6934
  msgctxt "tracking"
6935
  msgid ""
6936
  "Can Business Directory keep track of your theme, plugins, and other non-"
6941
  "verfolgen um Informationen zu sammeln die uns helfen, das Modul weiter zu "
6942
  "entwickeln?"
6943
 
6944
+ #: includes/admin/tracking.php:192
6945
  msgctxt "tracking"
6946
  msgid "What do you track?"
6947
  msgstr "Was verfolgst du?"
7007
  msgid "Migrating fee plans..."
7008
  msgstr "Aktiviere Lizenz..."
7009
 
 
 
 
 
 
 
7010
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
7011
  #, fuzzy
7012
  msgctxt "installer"
7041
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7042
 
7043
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7044
+ #, fuzzy
7045
  msgctxt "installer"
7046
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7047
  msgstr "Informationen der Preispakte säubern... %d/%d"
7048
 
7049
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7050
+ #, fuzzy
7051
  msgctxt "installer"
7052
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7053
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
7054
 
7055
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
7062
  msgid "Listing edit payment (BD < 3.4)"
7063
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
7064
 
7065
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
7066
  msgctxt "installer"
7067
  msgid "Listing upgrade to featured"
7068
  msgstr "Eintrag aktualisieren auf Hervorhebung"
7069
 
7070
+ #: includes/installer.php:61
7071
  msgctxt "installer"
7072
  msgid "Default Fee"
7073
  msgstr "Standard Preis"
7356
  msgid "Payment Details"
7357
  msgstr "Bezahldetails"
7358
 
 
 
 
 
 
7359
  #: templates/email/listing-payment-completed.tpl.php:32
7360
  #, fuzzy
7361
  msgctxt "notify email"
7417
  msgid "Find a Listing"
7418
  msgstr "Eintrag finden"
7419
 
7420
+ #: includes/class-meta.php:195
7421
  msgctxt "title"
7422
  msgid "Listings tagged: %s"
7423
  msgstr "Einträge getaggt: %s"
7677
  #: includes/class-wpbdp.php:480
7678
  msgctxt "listing image upload"
7679
  msgid ""
7680
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7681
+ "Please adjust your selection."
7682
  msgid_plural ""
7683
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7684
+ "Please adjust your selection."
7685
  msgstr[0] ""
7686
  msgstr[1] ""
7687
 
8242
  msgid "Report comment is required to save a report"
8243
  msgstr ""
8244
 
8245
+ #: includes/installer.php:52
8246
  msgctxt "default category name"
8247
  msgid "General"
8248
  msgstr "Allgemein"
8431
  msgid "Sort By:"
8432
  msgstr "Sortieren nach"
8433
 
8434
+ #: includes/utils.php:417
8435
  msgctxt "utils"
8436
  msgid ""
8437
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8439
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
8440
  "\"in deiner php.ini an."
8441
 
8442
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
8443
  msgctxt "utils"
8444
  msgid "File type \"%s\" is not allowed"
8445
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
8446
 
8447
+ #: includes/utils.php:497
8448
  msgctxt "utils"
8449
  msgid "Unkown error while uploading file."
8450
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
8451
 
8452
+ #: includes/utils.php:517
8453
  msgctxt "utils"
8454
  msgid "Uploaded file is not an image"
8455
  msgstr "Hochgeladene Datei ist kein Bild."
8456
 
8457
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8458
  msgctxt "utils"
8459
  msgid "Error while uploading file"
8460
  msgstr "Fehler während des Hochladens der Datei"
8492
  "Sie sind im Begriff Ihren Eintrag \"%s\" aus dem Branchenverzeichnis zu "
8493
  "entfernen."
8494
 
 
 
 
 
 
 
 
 
 
 
8495
  #: includes/views/listing_contact.php:51
8496
  msgctxt "contact-message"
8497
  msgid "Please enter your name."
8695
  msgid "Clear"
8696
  msgstr "Zurücksetzen"
8697
 
 
 
 
 
 
8698
  #: includes/views/submit_listing.php:1138
8699
  msgctxt "listing submit"
8700
  msgid ""
8708
  msgstr "Erneuerte Kategorie"
8709
 
8710
  #: includes/widgets/class-listings-widget.php:45
8711
+ #: includes/widgets/widget-search.php:28
8712
  msgctxt "widgets"
8713
  msgid "Title:"
8714
  msgstr "Titel:"
8770
  msgid "Display listings in random order"
8771
  msgstr "Einträge zufällig anordnen"
8772
 
8773
+ #: includes/widgets/widget-latest-listings.php:12
8774
  msgctxt "widgets"
8775
  msgid "Business Directory - Latest Listings"
8776
  msgstr "Branchenverzeichnis - letzte Einträge"
8777
 
8778
+ #: includes/widgets/widget-latest-listings.php:13
8779
  msgctxt "widgets"
8780
  msgid "Displays a list of the latest listings in the Business Directory."
8781
  msgstr "Eine List der letzten Einträge im Branchenverzeichnis anzeigen."
8782
 
8783
+ #: includes/widgets/widget-latest-listings.php:16
8784
  msgctxt "widgets"
8785
  msgid "Latest Listings"
8786
  msgstr "Neuste Einträge"
8800
  msgid "Random Listings"
8801
  msgstr "Zufällige Einträge"
8802
 
8803
+ #: includes/widgets/widget-search.php:11
8804
  msgctxt "widgets"
8805
  msgid "Business Directory - Search"
8806
  msgstr "Branchenverzeichnis - Suche"
8807
 
8808
+ #: includes/widgets/widget-search.php:13
8809
  msgctxt "widgets"
8810
  msgid "Displays a search form to look for Business Directory listings."
8811
  msgstr "Anzeige einer Suchform um Branchenverzeichnis Einträge anzuzeigen."
8812
 
8813
+ #: includes/widgets/widget-search.php:22
8814
  msgctxt "widgets"
8815
  msgid "Search the Business Directory"
8816
  msgstr "Firmenverzeichnis durchsuchen"
8817
 
8818
+ #: includes/widgets/widget-search.php:35
8819
  msgctxt "widgets"
8820
  msgid "Form Style:"
8821
  msgstr "Formstil:"
8822
 
8823
+ #: includes/widgets/widget-search.php:44
8824
  msgctxt "widgets"
8825
  msgid "Basic"
8826
  msgstr "Basis"
8827
 
8828
+ #: includes/widgets/widget-search.php:54
8829
  msgctxt "widgets"
8830
  msgid "Advanced"
8831
  msgstr "Erweitert"
8832
 
8833
+ #: includes/widgets/widget-search.php:59
8834
  msgctxt "widgets"
8835
  msgid "Search Fields (advanced mode):"
8836
  msgstr "Felder durchsuchen (erweiterter Modus)"
8837
 
8838
+ #: includes/widgets/widget-search.php:60
8839
  msgctxt "widgets"
8840
  msgid "Display the following fields in the form."
8841
  msgstr "Diese Felder in der Form anzeigen."
8842
 
8843
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8844
  msgctxt "admin forms"
8845
  msgid "required"
8846
  msgstr "Pflichtfeld"
8934
  msgid "Video Tutorials"
8935
  msgstr "Video Anleitungen"
8936
 
 
 
 
 
 
 
8937
  #: templates/admin/themes-delete-confirm.tpl.php:3
8938
  msgctxt "themes admin"
8939
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8940
  msgstr ""
8941
  "Bist du sicher, dass du dieses Directory-Theme \"%s\" löschen möchtest?"
8942
 
 
 
 
 
 
8943
  #: templates/admin/uninstall-capture-form.tpl.php:5
8944
  msgctxt "uninstall"
8945
  msgid "It doesn't work with my theme/plugins/site"
9196
  msgid "Continue"
9197
  msgstr "Weiter"
9198
 
9199
+ #~ msgctxt "admin csv-import"
9200
+ #~ msgid "Assign listings to a user."
9201
+ #~ msgstr "Einträge einem Benutzer zuweisen."
9202
+
9203
+ #~ msgctxt "admin csv-import"
9204
+ #~ msgid "Field"
9205
+ #~ msgstr "Feld"
9206
+
9207
+ #~ msgctxt "admin csv-export"
9208
+ #~ msgid "CSV File Settings"
9209
+ #~ msgstr "CSV-Datei Einstellungen"
9210
+
9211
+ #~ msgctxt "admin csv-export"
9212
+ #~ msgid "Image Separator"
9213
+ #~ msgstr "Bildtrenner"
9214
+
9215
+ #~ msgctxt "utils"
9216
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9217
+ #~ msgstr ""
9218
+ #~ "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
9219
+
9220
+ #~ msgctxt "utils"
9221
+ #~ msgid ""
9222
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9223
+ #~ msgstr ""
9224
+ #~ "Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
9225
+
9226
+ #~ msgctxt "themes admin"
9227
+ #~ msgid "Cancel"
9228
+ #~ msgstr "Abbrechen"
9229
+
9230
  #~ msgctxt "admin settings"
9231
  #~ msgid ""
9232
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-24 19:42:43+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"
@@ -17,13 +17,13 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
 
20
- #: includes/admin/class-admin-controller.php:80
21
  #: templates/admin/payments-note.tpl.php:13
22
  #: templates/delete-listing-confirm.tpl.php:19
23
  msgid "Are you sure you want to do this?"
24
  msgstr ""
25
 
26
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
27
  msgid "Help"
28
  msgstr ""
29
 
@@ -85,7 +85,7 @@ msgstr ""
85
  msgid "Yes, please!"
86
  msgstr ""
87
 
88
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
89
  msgid "No, thanks"
90
  msgstr ""
91
 
@@ -222,7 +222,7 @@ msgstr ""
222
 
223
  #: includes/admin/form-fields.php:31
224
  #: includes/fields/class-fieldtypes-social.php:138
225
- #: templates/admin/csv-import.tpl.php:305
226
  msgid "Type"
227
  msgstr ""
228
 
@@ -674,11 +674,11 @@ msgstr ""
674
  msgid "Uninstall"
675
  msgstr ""
676
 
677
- #: includes/admin/settings/class-settings.php:512
678
  msgid "%s cannot include spaces, commas, or &"
679
  msgstr ""
680
 
681
- #: includes/admin/tracking.php:220
682
  msgid "Allow Tracking"
683
  msgstr ""
684
 
@@ -742,6 +742,14 @@ msgstr ""
742
  msgid "Duration"
743
  msgstr ""
744
 
 
 
 
 
 
 
 
 
745
  #: includes/admin/views/modules/list.php:10
746
  msgid "Directory Modules"
747
  msgstr ""
@@ -894,34 +902,34 @@ msgstr ""
894
  msgid "Settings"
895
  msgstr ""
896
 
897
- #: includes/class-wpbdp.php:578
898
  msgid "Could not find listing ID"
899
  msgstr ""
900
 
901
- #: includes/class-wpbdp.php:585
902
  msgid ""
903
  "Could not verify the image upload request. If problem persists contact site "
904
  "admin."
905
  msgstr ""
906
 
907
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
908
  msgid "Could not find image ID"
909
  msgstr ""
910
 
911
- #: includes/class-wpbdp.php:624
912
  msgid ""
913
  "The directory features are disabled at this time because a <a>manual "
914
  "upgrade</a> is pending."
915
  msgstr ""
916
 
917
- #: includes/class-wpbdp.php:631
918
  msgid ""
919
  "The directory is not available at this time. Please try again in a few "
920
  "minutes or contact the administrator if the problem persists."
921
  msgstr ""
922
 
923
  #: includes/compatibility/class-navxt-integration.php:204
924
- #: includes/widgets/widget-search.php:112
925
  #: templates/admin/payments-index.tpl.php:13
926
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
927
  #: templates/search.tpl.php:3
@@ -1080,8 +1088,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1080
  msgstr ""
1081
 
1082
  #: includes/fields/class-fieldtypes-select.php:262
1083
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1084
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1085
  msgid "required"
1086
  msgstr ""
1087
 
@@ -1215,7 +1227,7 @@ msgstr ""
1215
  msgid "Word Count Validator"
1216
  msgstr ""
1217
 
1218
- #: includes/form-fields.php:594
1219
  msgid "Field"
1220
  msgstr ""
1221
 
@@ -1259,7 +1271,7 @@ msgid "%1$s must have less than %2$d words."
1259
  msgstr ""
1260
 
1261
  #. translators: %1$s: field label, %2$s allowed values
1262
- #: includes/form-fields.php:822
1263
  msgid "%1$s is invalid. Value most be one of %2$s."
1264
  msgstr ""
1265
 
@@ -1425,10 +1437,34 @@ msgstr ""
1425
  msgid "Default"
1426
  msgstr ""
1427
 
1428
- #: includes/themes.php:951
1429
  msgid "ZIP file is not a valid Business Directory theme file."
1430
  msgstr ""
1431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1432
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1433
  #: includes/views/flag_listing.php:56
1434
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
@@ -1466,6 +1502,10 @@ msgstr ""
1466
  msgid "That listing cannot yet be renewed."
1467
  msgstr ""
1468
 
 
 
 
 
1469
  #: includes/views/submit_listing.php:544
1470
  msgid "Listing Images"
1471
  msgstr ""
@@ -1511,6 +1551,15 @@ msgid ""
1511
  "ones created, select this option!"
1512
  msgstr ""
1513
 
 
 
 
 
 
 
 
 
 
1514
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1515
  #: templates/admin/csv-import.tpl.php:34
1516
  msgid ""
@@ -1518,14 +1567,112 @@ msgid ""
1518
  "help you do things in the right order."
1519
  msgstr ""
1520
 
1521
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1522
  msgid "Disable email notifications during import?"
1523
  msgstr ""
1524
 
1525
- #: templates/admin/csv-import.tpl.php:281
1526
  msgid "Disable email notifications."
1527
  msgstr ""
1528
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1529
  #: templates/admin/debug-info.tpl.php:5
1530
  msgid ""
1531
  "The following information can help our team debug possible problems with "
@@ -1909,6 +2056,7 @@ msgid "Preview email"
1909
  msgstr ""
1910
 
1911
  #: templates/admin/settings-email.tpl.php:103
 
1912
  #: templates/listing-flagging-form.tpl.php:64
1913
  msgid "Cancel"
1914
  msgstr ""
@@ -2020,6 +2168,11 @@ msgstr ""
2020
  msgid "Need help?"
2021
  msgstr ""
2022
 
 
 
 
 
 
2023
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2024
  msgid "Upload Directory Theme"
2025
  msgstr ""
@@ -2203,6 +2356,14 @@ msgstr ""
2203
  msgid "Next"
2204
  msgstr ""
2205
 
 
 
 
 
 
 
 
 
2206
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2207
  msgid "Search Results"
2208
  msgstr ""
@@ -2218,6 +2379,10 @@ msgstr ""
2218
  msgid "(not published yet)"
2219
  msgstr ""
2220
 
 
 
 
 
2221
  #: templates/email-access-keys.tpl.php:1
2222
  msgid ""
2223
  "Below you'll find the access keys for all the listings registered with your "
@@ -2437,12 +2602,12 @@ msgstr ""
2437
  msgid "Business Directory Team"
2438
  msgstr ""
2439
 
2440
- #: includes/admin/class-admin-controller.php:82
2441
  msgctxt "admin confirm"
2442
  msgid "No, go back"
2443
  msgstr ""
2444
 
2445
- #: includes/admin/class-admin-controller.php:83
2446
  msgctxt "admin confirm"
2447
  msgid "Yes, I'm sure"
2448
  msgstr ""
@@ -2650,226 +2815,87 @@ msgctxt "admin csv-import"
2650
  msgid "Here, you can import data into your directory using the CSV format."
2651
  msgstr ""
2652
 
2653
- #: templates/admin/csv-import.tpl.php:45
2654
- msgctxt "admin csv-import"
2655
- msgid "Import Files"
2656
- msgstr ""
2657
-
2658
- #: templates/admin/csv-import.tpl.php:50
2659
- msgctxt "admin csv-import"
2660
- msgid "CSV File"
2661
- msgstr ""
2662
-
2663
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
2664
  msgctxt "admin csv-import"
2665
  msgid "... or <a>select a file uploaded to the imports folder</a>"
2666
  msgstr ""
2667
 
2668
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
2669
  msgctxt "admin csv-import"
2670
  msgid "(Upload new file)"
2671
  msgstr ""
2672
 
2673
- #: templates/admin/csv-import.tpl.php:81
2674
- msgctxt "admin csv-import"
2675
- msgid "ZIP file containing images"
2676
- msgstr ""
2677
-
2678
- #: templates/admin/csv-import.tpl.php:113
2679
- msgctxt "admin csv-import"
2680
- msgid "CSV File Settings"
2681
- msgstr ""
2682
-
2683
- #: templates/admin/csv-import.tpl.php:117
2684
- msgctxt "admin csv-import"
2685
- msgid "Column Separator"
2686
- msgstr ""
2687
-
2688
- #: templates/admin/csv-import.tpl.php:125
2689
  msgctxt "admin csv-import"
2690
  msgid "Comma (,)"
2691
  msgstr ""
2692
 
2693
- #: templates/admin/csv-import.tpl.php:131
2694
  msgctxt "admin csv-import"
2695
  msgid "Semicolon (;)"
2696
  msgstr ""
2697
 
2698
- #: templates/admin/csv-import.tpl.php:137
2699
  msgctxt "admin csv-import"
2700
  msgid "TAB"
2701
  msgstr ""
2702
 
2703
- #: templates/admin/csv-import.tpl.php:143
2704
- msgctxt "admin csv-import"
2705
- msgid "Image Separator"
2706
- msgstr ""
2707
-
2708
- #: templates/admin/csv-import.tpl.php:154
2709
- msgctxt "admin csv-import"
2710
- msgid "Category Separator"
2711
- msgstr ""
2712
-
2713
- #: templates/admin/csv-import.tpl.php:165
2714
- msgctxt "admin csv-import"
2715
- msgid "Import settings"
2716
- msgstr ""
2717
-
2718
- #: templates/admin/csv-import.tpl.php:169
2719
- msgctxt "admin csv-import"
2720
- msgid "Post status of new imported listings"
2721
- msgstr ""
2722
-
2723
- #: templates/admin/csv-import.tpl.php:186
2724
- msgctxt "admin csv-import"
2725
- msgid "Post status of existing imported listings"
2726
- msgstr ""
2727
-
2728
- #: templates/admin/csv-import.tpl.php:190
2729
  msgctxt "admin csv-import"
2730
  msgid "Preserve existing status"
2731
  msgstr ""
2732
 
2733
- #: templates/admin/csv-import.tpl.php:204
2734
- msgctxt "admin csv-import"
2735
- msgid "Missing categories handling"
2736
- msgstr ""
2737
-
2738
- #: templates/admin/csv-import.tpl.php:209
2739
- msgctxt "admin csv-import"
2740
- msgid "Auto-create categories"
2741
- msgstr ""
2742
-
2743
- #: templates/admin/csv-import.tpl.php:212
2744
- msgctxt "admin csv-import"
2745
- msgid "Generate errors when a category is not found"
2746
- msgstr ""
2747
-
2748
- #: templates/admin/csv-import.tpl.php:217
2749
  msgctxt "admin csv-import"
2750
  msgid "Keep existing listing images?"
2751
  msgstr ""
2752
 
2753
- #: templates/admin/csv-import.tpl.php:222
2754
  msgctxt "admin csv-import"
2755
  msgid "Keep existing images."
2756
  msgstr ""
2757
 
2758
- #: templates/admin/csv-import.tpl.php:223
2759
  msgctxt "admin csv-import"
2760
  msgid "Appends new images while keeping current ones."
2761
  msgstr ""
2762
 
2763
- #: templates/admin/csv-import.tpl.php:228
2764
- msgctxt "admin csv-import"
2765
- msgid "Assign listings to a user?"
2766
- msgstr ""
2767
-
2768
- #: templates/admin/csv-import.tpl.php:234
2769
- msgctxt "admin csv-import"
2770
- msgid "Assign listings to a user."
2771
- msgstr ""
2772
-
2773
- #: templates/admin/csv-import.tpl.php:239
2774
  msgctxt "admin csv-import"
2775
  msgid "Use a default user for listings?"
2776
  msgstr ""
2777
 
2778
- #: templates/admin/csv-import.tpl.php:245
2779
  msgctxt "admin csv-import"
2780
  msgid ""
2781
  "Select a default user to be used if the username column is not present in "
2782
  "the CSV file."
2783
  msgstr ""
2784
 
2785
- #: templates/admin/csv-import.tpl.php:250
2786
- msgctxt "admin csv-import"
2787
- msgid "Default listing user"
2788
- msgstr ""
2789
-
2790
- #: templates/admin/csv-import.tpl.php:256
2791
- msgctxt "admin csv-import"
2792
- msgid ""
2793
- "This user will be used if the username column is not present in the CSV file."
2794
- msgstr ""
2795
-
2796
- #: templates/admin/csv-import.tpl.php:261
2797
- msgctxt "admin csv-import"
2798
- msgid "Number of listings imported on every cycle"
2799
- msgstr ""
2800
-
2801
- #: templates/admin/csv-import.tpl.php:269
2802
- msgctxt "admin csv-import"
2803
- msgid ""
2804
- "If you are having trouble importing listings due to memory problems, try "
2805
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2806
- "result in a longer batch import time, but will increase the chance of "
2807
- "success on shared hosting platforms and other resource-constrained servers."
2808
- msgstr ""
2809
-
2810
- #: templates/admin/csv-import.tpl.php:288
2811
  msgctxt "admin csv-import"
2812
  msgid "Test Import"
2813
  msgstr ""
2814
 
2815
- #: templates/admin/csv-import.tpl.php:289
2816
  msgctxt "admin csv-import"
2817
  msgid "Import Listings"
2818
  msgstr ""
2819
 
2820
- #: templates/admin/csv-import.tpl.php:296
2821
- msgctxt "admin csv-import"
2822
- msgid ""
2823
- "The following are the valid header names to be used in the CSV file. "
2824
- "Multivalued fields (such as category or tags) can appear multiple times in "
2825
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
2826
- "how an import file should look like."
2827
- msgstr ""
2828
-
2829
- #: templates/admin/csv-import.tpl.php:303
2830
- msgctxt "admin csv-import"
2831
- msgid "Header name/label"
2832
- msgstr ""
2833
-
2834
- #: templates/admin/csv-import.tpl.php:304
2835
- msgctxt "admin csv-import"
2836
- msgid "Field"
2837
- msgstr ""
2838
-
2839
- #: templates/admin/csv-import.tpl.php:306
2840
- msgctxt "admin csv-import"
2841
- msgid "Required?"
2842
- msgstr ""
2843
-
2844
- #: templates/admin/csv-import.tpl.php:307
2845
- msgctxt "admin csv-import"
2846
- msgid "Multivalued?"
2847
- msgstr ""
2848
-
2849
- #: templates/admin/csv-import.tpl.php:332
2850
  msgctxt "admin csv-import"
2851
  msgid ""
2852
  "Fee ID (integer) associated to a listing. Use this column when adding or "
2853
  "updating listings from external sources."
2854
  msgstr ""
2855
 
2856
- #: templates/admin/csv-import.tpl.php:339
2857
- msgctxt "admin csv-import"
2858
- msgid "Semicolon separated list of listing images (from the ZIP file)"
2859
- msgstr ""
2860
-
2861
- #: templates/admin/csv-import.tpl.php:346
2862
- msgctxt "admin csv-import"
2863
- msgid "Listing author's username"
2864
- msgstr ""
2865
-
2866
- #: templates/admin/csv-import.tpl.php:353
2867
  msgctxt "admin csv-import"
2868
  msgid ""
2869
  "Internal Sequence ID used to allow listing updates from external sources."
2870
  msgstr ""
2871
 
2872
- #: templates/admin/csv-import.tpl.php:360
2873
  msgctxt "admin csv-import"
2874
  msgid ""
2875
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3322,11 +3348,6 @@ msgctxt "admin csv-export"
3322
  msgid "Listing T&C acceptance date"
3323
  msgstr ""
3324
 
3325
- #: templates/admin/csv-export.tpl.php:93
3326
- msgctxt "admin csv-export"
3327
- msgid "CSV File Settings"
3328
- msgstr ""
3329
-
3330
  #: templates/admin/csv-export.tpl.php:97
3331
  msgctxt "admin csv-export"
3332
  msgid "What operating system will you use to edit the CSV file?"
@@ -3351,88 +3372,83 @@ msgid ""
3351
  "each operating system."
3352
  msgstr ""
3353
 
3354
- #: templates/admin/csv-export.tpl.php:116
3355
- msgctxt "admin csv-export"
3356
- msgid "Image Separator"
3357
- msgstr ""
3358
-
3359
- #: templates/admin/csv-export.tpl.php:127
3360
  msgctxt "admin csv-export"
3361
  msgid "Category Separator"
3362
  msgstr ""
3363
 
3364
- #: templates/admin/csv-export.tpl.php:139
3365
  msgctxt "admin csv-export"
3366
  msgid "Export Listings"
3367
  msgstr ""
3368
 
3369
- #: templates/admin/csv-export.tpl.php:145
3370
  msgctxt "admin csv-export"
3371
  msgid "Export in Progress..."
3372
  msgstr ""
3373
 
3374
- #: templates/admin/csv-export.tpl.php:146
3375
  msgctxt "admin csv-export"
3376
  msgid ""
3377
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3378
  "until the export finishes."
3379
  msgstr ""
3380
 
3381
- #: templates/admin/csv-export.tpl.php:149
3382
  msgctxt "admin csv-export"
3383
  msgid "No. of listings:"
3384
  msgstr ""
3385
 
3386
- #: templates/admin/csv-export.tpl.php:151
3387
  msgctxt "admin csv-export"
3388
  msgid "Approximate export file size:"
3389
  msgstr ""
3390
 
3391
- #: templates/admin/csv-export.tpl.php:158
3392
  msgctxt "admin csv-export"
3393
  msgid "Cancel Export"
3394
  msgstr ""
3395
 
3396
- #: templates/admin/csv-export.tpl.php:163
3397
  msgctxt "admin csv-export"
3398
  msgid "Export Complete"
3399
  msgstr ""
3400
 
3401
- #: templates/admin/csv-export.tpl.php:164
3402
  msgctxt "admin csv-export"
3403
  msgid ""
3404
  "Your export file has been successfully created and it is now ready for "
3405
  "download."
3406
  msgstr ""
3407
 
3408
- #: templates/admin/csv-export.tpl.php:168
3409
  msgctxt "admin csv-export"
3410
  msgid "Download %1$s (%2$s)"
3411
  msgstr ""
3412
 
3413
- #: templates/admin/csv-export.tpl.php:175
3414
  msgctxt "admin csv-export"
3415
  msgid ""
3416
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3417
  "temporary data created by Business Directory during the export process."
3418
  msgstr ""
3419
 
3420
- #: templates/admin/csv-export.tpl.php:176
3421
  msgctxt "admin csv-export"
3422
  msgid "Cleanup"
3423
  msgstr ""
3424
 
3425
- #: templates/admin/csv-export.tpl.php:181
3426
  msgctxt "admin csv-export"
3427
  msgid "Export Canceled"
3428
  msgstr ""
3429
 
3430
- #: templates/admin/csv-export.tpl.php:182
3431
  msgctxt "admin csv-export"
3432
  msgid "The export has been canceled."
3433
  msgstr ""
3434
 
3435
- #: templates/admin/csv-export.tpl.php:183
3436
  msgctxt "admin csv-export"
3437
  msgid "← Return to CSV Export"
3438
  msgstr ""
@@ -3510,42 +3526,42 @@ msgid "Invalid theme ID"
3510
  msgstr ""
3511
 
3512
  #: includes/admin/class-themes-admin.php:421
3513
- #: includes/admin/upgrades/class-themes-updater.php:169
3514
  msgctxt "themes"
3515
  msgid "Could not update theme: %s"
3516
  msgstr ""
3517
 
3518
- #: includes/admin/upgrades/class-themes-updater.php:131
3519
  msgctxt "themes"
3520
  msgid "Updating theme..."
3521
  msgstr ""
3522
 
3523
- #: includes/admin/upgrades/class-themes-updater.php:132
3524
  msgctxt "themes"
3525
  msgid "Theme updated."
3526
  msgstr ""
3527
 
3528
- #: includes/admin/upgrades/class-themes-updater.php:134
3529
  msgctxt "themes"
3530
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3531
  msgstr ""
3532
 
3533
- #: includes/admin/upgrades/class-themes-updater.php:175
3534
  msgctxt "themes"
3535
  msgid "Theme was updated successfully."
3536
  msgstr ""
3537
 
3538
- #: includes/themes.php:959
3539
  msgctxt "themes"
3540
  msgid "Could not create themes directory."
3541
  msgstr ""
3542
 
3543
- #: includes/themes.php:970
3544
  msgctxt "themes"
3545
  msgid "Could not remove previous theme directory \"%s\"."
3546
  msgstr ""
3547
 
3548
- #: includes/themes.php:978
3549
  msgctxt "themes"
3550
  msgid "Could not move new theme into theme directory."
3551
  msgstr ""
@@ -5922,13 +5938,13 @@ msgctxt "settings"
5922
  msgid "Cropped"
5923
  msgstr ""
5924
 
5925
- #: includes/admin/settings/class-settings.php:492
5926
- #: includes/admin/settings/class-settings.php:503
5927
  msgctxt "settings"
5928
  msgid "\"%s\" can not be empty."
5929
  msgstr ""
5930
 
5931
- #: includes/admin/settings/class-settings.php:520
5932
  msgctxt "settings"
5933
  msgid "The slug \"%s\" is already in use for another taxonomy."
5934
  msgstr ""
@@ -5987,12 +6003,12 @@ msgctxt "contact email"
5987
  msgid "Time: %s"
5988
  msgstr ""
5989
 
5990
- #: includes/admin/tracking.php:187
5991
  msgctxt "tracking"
5992
  msgid "Help Improve Business Directory"
5993
  msgstr ""
5994
 
5995
- #: includes/admin/tracking.php:189
5996
  msgctxt "tracking"
5997
  msgid ""
5998
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6000,7 +6016,7 @@ msgid ""
6000
  "future releases?"
6001
  msgstr ""
6002
 
6003
- #: includes/admin/tracking.php:191
6004
  msgctxt "tracking"
6005
  msgid "What do you track?"
6006
  msgstr ""
@@ -6059,11 +6075,6 @@ msgctxt "installer"
6059
  msgid "Migrating fee plans..."
6060
  msgstr ""
6061
 
6062
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6063
- msgctxt "installer"
6064
- msgid "! Could not migrate fee \"%s\" (%d)"
6065
- msgstr ""
6066
-
6067
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6068
  msgctxt "installer"
6069
  msgid "! Could not migrate payment #%d"
@@ -6094,12 +6105,12 @@ msgstr ""
6094
 
6095
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6096
  msgctxt "installer"
6097
- msgid "Cleaning up listing fees information... %d/%d"
6098
  msgstr ""
6099
 
6100
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6101
  msgctxt "installer"
6102
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6103
  msgstr ""
6104
 
6105
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -6112,17 +6123,12 @@ msgctxt "installer"
6112
  msgid "Listing edit payment (BD < 3.4)"
6113
  msgstr ""
6114
 
6115
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6116
- msgctxt "installer"
6117
- msgid "Renewal fee \"%s\" for category \"%s\""
6118
- msgstr ""
6119
-
6120
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6121
  msgctxt "installer"
6122
  msgid "Listing upgrade to featured"
6123
  msgstr ""
6124
 
6125
- #: includes/installer.php:62
6126
  msgctxt "installer"
6127
  msgid "Default Fee"
6128
  msgstr ""
@@ -6392,11 +6398,6 @@ msgctxt "notify email"
6392
  msgid "Payment Details"
6393
  msgstr ""
6394
 
6395
- #: templates/email/listing-payment-completed.tpl.php:25
6396
- msgctxt "notify email"
6397
- msgid "Plan"
6398
- msgstr ""
6399
-
6400
  #: templates/email/listing-payment-completed.tpl.php:32
6401
  msgctxt "notify email"
6402
  msgid "Listing URL"
@@ -6452,7 +6453,7 @@ msgctxt "title"
6452
  msgid "Find a Listing"
6453
  msgstr ""
6454
 
6455
- #: includes/class-meta.php:194
6456
  msgctxt "title"
6457
  msgid "Listings tagged: %s"
6458
  msgstr ""
@@ -6676,11 +6677,11 @@ msgstr ""
6676
  #: includes/class-wpbdp.php:480
6677
  msgctxt "listing image upload"
6678
  msgid ""
6679
- "You're trying to upload %d images, but only have %d slot available. Please "
6680
- "adjust your selection."
6681
  msgid_plural ""
6682
- "You're trying to upload %d images, but only have %d slots available. Please "
6683
- "adjust your selection."
6684
  msgstr[0] ""
6685
  msgstr[1] ""
6686
 
@@ -7193,7 +7194,7 @@ msgctxt "flag listing"
7193
  msgid "Report comment is required to save a report"
7194
  msgstr ""
7195
 
7196
- #: includes/installer.php:53
7197
  msgctxt "default category name"
7198
  msgid "General"
7199
  msgstr ""
@@ -7372,58 +7373,28 @@ msgctxt "templates sort"
7372
  msgid "Sort By:"
7373
  msgstr ""
7374
 
7375
- #: includes/utils.php:416
7376
  msgctxt "utils"
7377
  msgid ""
7378
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7379
  msgstr ""
7380
 
7381
- #: includes/utils.php:463
7382
- msgctxt "utils"
7383
- msgid "File size (%s) exceeds maximum file size of %s"
7384
- msgstr ""
7385
-
7386
- #: includes/utils.php:471
7387
- msgctxt "utils"
7388
- msgid "File size (%s) is inferior to the required minimum file size of %s"
7389
- msgstr ""
7390
-
7391
- #: includes/utils.php:480 includes/utils.php:487
7392
  msgctxt "utils"
7393
  msgid "File type \"%s\" is not allowed"
7394
  msgstr ""
7395
 
7396
- #: includes/utils.php:494
7397
  msgctxt "utils"
7398
  msgid "Unkown error while uploading file."
7399
  msgstr ""
7400
 
7401
- #: includes/utils.php:513
7402
  msgctxt "utils"
7403
  msgid "Uploaded file is not an image"
7404
  msgstr ""
7405
 
7406
- #: includes/utils.php:522
7407
- msgctxt "utils"
7408
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
7409
- msgstr ""
7410
-
7411
- #: includes/utils.php:528
7412
- msgctxt "utils"
7413
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
7414
- msgstr ""
7415
-
7416
- #: includes/utils.php:534
7417
- msgctxt "utils"
7418
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
7419
- msgstr ""
7420
-
7421
- #: includes/utils.php:540
7422
- msgctxt "utils"
7423
- msgid "Image height (%s px) is greater than maximum required height of %s px."
7424
- msgstr ""
7425
-
7426
- #: includes/utils.php:554
7427
  msgctxt "utils"
7428
  msgid "Error while uploading file"
7429
  msgstr ""
@@ -7453,16 +7424,6 @@ msgctxt "delete listing"
7453
  msgid "You are about to remove your listing \"%s\" from the directory."
7454
  msgstr ""
7455
 
7456
- #: templates/delete-listing-confirm.tpl.php:24
7457
- msgctxt "delete listing"
7458
- msgid "No. Take me back to the directory."
7459
- msgstr ""
7460
-
7461
- #: templates/delete-listing-confirm.tpl.php:25
7462
- msgctxt "delete listing"
7463
- msgid "Yes. Delete my listing."
7464
- msgstr ""
7465
-
7466
  #: includes/views/listing_contact.php:51
7467
  msgctxt "contact-message"
7468
  msgid "Please enter your name."
@@ -7644,11 +7605,6 @@ msgctxt "search"
7644
  msgid "Clear"
7645
  msgstr ""
7646
 
7647
- #: includes/views/show_listing.php:12
7648
- msgctxt "preview"
7649
- msgid "This is just a preview. The listing has not been published yet."
7650
- msgstr ""
7651
-
7652
  #: includes/views/submit_listing.php:1138
7653
  msgctxt "listing submit"
7654
  msgid ""
@@ -7661,7 +7617,7 @@ msgid "Change category/plan"
7661
  msgstr ""
7662
 
7663
  #: includes/widgets/class-listings-widget.php:45
7664
- #: includes/widgets/widget-search.php:22
7665
  msgctxt "widgets"
7666
  msgid "Title:"
7667
  msgstr ""
@@ -7721,17 +7677,17 @@ msgctxt "widgets"
7721
  msgid "Display listings in random order"
7722
  msgstr ""
7723
 
7724
- #: includes/widgets/widget-latest-listings.php:11
7725
  msgctxt "widgets"
7726
  msgid "Business Directory - Latest Listings"
7727
  msgstr ""
7728
 
7729
- #: includes/widgets/widget-latest-listings.php:12
7730
  msgctxt "widgets"
7731
  msgid "Displays a list of the latest listings in the Business Directory."
7732
  msgstr ""
7733
 
7734
- #: includes/widgets/widget-latest-listings.php:14
7735
  msgctxt "widgets"
7736
  msgid "Latest Listings"
7737
  msgstr ""
@@ -7751,52 +7707,47 @@ msgctxt "widgets"
7751
  msgid "Random Listings"
7752
  msgstr ""
7753
 
7754
- #: includes/widgets/widget-search.php:10
7755
  msgctxt "widgets"
7756
  msgid "Business Directory - Search"
7757
  msgstr ""
7758
 
7759
- #: includes/widgets/widget-search.php:11
7760
  msgctxt "widgets"
7761
  msgid "Displays a search form to look for Business Directory listings."
7762
  msgstr ""
7763
 
7764
- #: includes/widgets/widget-search.php:18
7765
  msgctxt "widgets"
7766
  msgid "Search the Business Directory"
7767
  msgstr ""
7768
 
7769
- #: includes/widgets/widget-search.php:29
7770
  msgctxt "widgets"
7771
  msgid "Form Style:"
7772
  msgstr ""
7773
 
7774
- #: includes/widgets/widget-search.php:37
7775
  msgctxt "widgets"
7776
  msgid "Basic"
7777
  msgstr ""
7778
 
7779
- #: includes/widgets/widget-search.php:45
7780
  msgctxt "widgets"
7781
  msgid "Advanced"
7782
  msgstr ""
7783
 
7784
- #: includes/widgets/widget-search.php:49
7785
  msgctxt "widgets"
7786
  msgid "Search Fields (advanced mode):"
7787
  msgstr ""
7788
 
7789
- #: includes/widgets/widget-search.php:50
7790
  msgctxt "widgets"
7791
  msgid "Display the following fields in the form."
7792
  msgstr ""
7793
 
7794
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7795
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7796
- #: templates/admin/csv-import.tpl.php:117
7797
- #: templates/admin/csv-import.tpl.php:143
7798
- #: templates/admin/csv-import.tpl.php:154
7799
- #: templates/admin/csv-import.tpl.php:204
7800
  msgctxt "admin forms"
7801
  msgid "required"
7802
  msgstr ""
@@ -7874,22 +7825,11 @@ msgctxt "admin sidebar"
7874
  msgid "Video Tutorials"
7875
  msgstr ""
7876
 
7877
- #: templates/admin/themes-delete-confirm.tpl.php:1
7878
- #: templates/admin/themes-delete-confirm.tpl.php:13
7879
- msgctxt "themes admin"
7880
- msgid "Delete Directory Theme"
7881
- msgstr ""
7882
-
7883
  #: templates/admin/themes-delete-confirm.tpl.php:3
7884
  msgctxt "themes admin"
7885
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7886
  msgstr ""
7887
 
7888
- #: templates/admin/themes-delete-confirm.tpl.php:12
7889
- msgctxt "themes admin"
7890
- msgid "Cancel"
7891
- msgstr ""
7892
-
7893
  #: templates/admin/uninstall-capture-form.tpl.php:5
7894
  msgctxt "uninstall"
7895
  msgid "It doesn't work with my theme/plugins/site"
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: 2021-08-26 18:29:37+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"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
 
20
+ #: includes/admin/class-admin-controller.php:81
21
  #: templates/admin/payments-note.tpl.php:13
22
  #: templates/delete-listing-confirm.tpl.php:19
23
  msgid "Are you sure you want to do this?"
24
  msgstr ""
25
 
26
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
27
  msgid "Help"
28
  msgstr ""
29
 
85
  msgid "Yes, please!"
86
  msgstr ""
87
 
88
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
89
  msgid "No, thanks"
90
  msgstr ""
91
 
222
 
223
  #: includes/admin/form-fields.php:31
224
  #: includes/fields/class-fieldtypes-social.php:138
225
+ #: templates/admin/csv-import.tpl.php:325
226
  msgid "Type"
227
  msgstr ""
228
 
674
  msgid "Uninstall"
675
  msgstr ""
676
 
677
+ #: includes/admin/settings/class-settings.php:513
678
  msgid "%s cannot include spaces, commas, or &"
679
  msgstr ""
680
 
681
+ #: includes/admin/tracking.php:221
682
  msgid "Allow Tracking"
683
  msgstr ""
684
 
742
  msgid "Duration"
743
  msgstr ""
744
 
745
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
746
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
747
+ msgstr ""
748
+
749
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
750
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
751
+ msgstr ""
752
+
753
  #: includes/admin/views/modules/list.php:10
754
  msgid "Directory Modules"
755
  msgstr ""
902
  msgid "Settings"
903
  msgstr ""
904
 
905
+ #: includes/class-wpbdp.php:579
906
  msgid "Could not find listing ID"
907
  msgstr ""
908
 
909
+ #: includes/class-wpbdp.php:586
910
  msgid ""
911
  "Could not verify the image upload request. If problem persists contact site "
912
  "admin."
913
  msgstr ""
914
 
915
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
916
  msgid "Could not find image ID"
917
  msgstr ""
918
 
919
+ #: includes/class-wpbdp.php:625
920
  msgid ""
921
  "The directory features are disabled at this time because a <a>manual "
922
  "upgrade</a> is pending."
923
  msgstr ""
924
 
925
+ #: includes/class-wpbdp.php:632
926
  msgid ""
927
  "The directory is not available at this time. Please try again in a few "
928
  "minutes or contact the administrator if the problem persists."
929
  msgstr ""
930
 
931
  #: includes/compatibility/class-navxt-integration.php:204
932
+ #: includes/widgets/widget-search.php:125
933
  #: templates/admin/payments-index.tpl.php:13
934
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
935
  #: templates/search.tpl.php:3
1088
  msgstr ""
1089
 
1090
  #: includes/fields/class-fieldtypes-select.php:262
1091
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1092
+ #: templates/admin/csv-import.tpl.php:120
1093
+ #: templates/admin/csv-import.tpl.php:148
1094
+ #: templates/admin/csv-import.tpl.php:161
1095
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1096
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1097
  msgid "required"
1098
  msgstr ""
1099
 
1227
  msgid "Word Count Validator"
1228
  msgstr ""
1229
 
1230
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1231
  msgid "Field"
1232
  msgstr ""
1233
 
1271
  msgstr ""
1272
 
1273
  #. translators: %1$s: field label, %2$s allowed values
1274
+ #: includes/form-fields.php:824
1275
  msgid "%1$s is invalid. Value most be one of %2$s."
1276
  msgstr ""
1277
 
1437
  msgid "Default"
1438
  msgstr ""
1439
 
1440
+ #: includes/themes.php:952
1441
  msgid "ZIP file is not a valid Business Directory theme file."
1442
  msgstr ""
1443
 
1444
+ #: includes/utils.php:465
1445
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1446
+ msgstr ""
1447
+
1448
+ #: includes/utils.php:474
1449
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1450
+ msgstr ""
1451
+
1452
+ #: includes/utils.php:527
1453
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1454
+ msgstr ""
1455
+
1456
+ #: includes/utils.php:535
1457
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1458
+ msgstr ""
1459
+
1460
+ #: includes/utils.php:543
1461
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1462
+ msgstr ""
1463
+
1464
+ #: includes/utils.php:551
1465
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1466
+ msgstr ""
1467
+
1468
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1469
  #: includes/views/flag_listing.php:56
1470
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
1502
  msgid "That listing cannot yet be renewed."
1503
  msgstr ""
1504
 
1505
+ #: includes/views/show_listing.php:12
1506
+ msgid "This is just a preview. The listing has not been published yet."
1507
+ msgstr ""
1508
+
1509
  #: includes/views/submit_listing.php:544
1510
  msgid "Listing Images"
1511
  msgstr ""
1551
  "ones created, select this option!"
1552
  msgstr ""
1553
 
1554
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1555
+ msgid "CSV File Settings"
1556
+ msgstr ""
1557
+
1558
+ #: templates/admin/csv-export.tpl.php:116
1559
+ #: templates/admin/csv-import.tpl.php:147
1560
+ msgid "Image Separator"
1561
+ msgstr ""
1562
+
1563
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1564
  #: templates/admin/csv-import.tpl.php:34
1565
  msgid ""
1567
  "help you do things in the right order."
1568
  msgstr ""
1569
 
1570
+ #: templates/admin/csv-import.tpl.php:45
1571
+ msgid "Import Files"
1572
+ msgstr ""
1573
+
1574
+ #: templates/admin/csv-import.tpl.php:50
1575
+ msgid "CSV File"
1576
+ msgstr ""
1577
+
1578
+ #: templates/admin/csv-import.tpl.php:83
1579
+ msgid "ZIP file containing images"
1580
+ msgstr ""
1581
+
1582
+ #: templates/admin/csv-import.tpl.php:119
1583
+ msgid "Column Separator"
1584
+ msgstr ""
1585
+
1586
+ #: templates/admin/csv-import.tpl.php:160
1587
+ msgid "Category Separator"
1588
+ msgstr ""
1589
+
1590
+ #: templates/admin/csv-import.tpl.php:173
1591
+ msgid "Import settings"
1592
+ msgstr ""
1593
+
1594
+ #: templates/admin/csv-import.tpl.php:177
1595
+ msgid "Post status of new imported listings"
1596
+ msgstr ""
1597
+
1598
+ #: templates/admin/csv-import.tpl.php:194
1599
+ msgid "Post status of existing imported listings"
1600
+ msgstr ""
1601
+
1602
+ #: templates/admin/csv-import.tpl.php:212
1603
+ msgid "Missing categories handling"
1604
+ msgstr ""
1605
+
1606
+ #: templates/admin/csv-import.tpl.php:220
1607
+ msgid "Auto-create categories"
1608
+ msgstr ""
1609
+
1610
+ #: templates/admin/csv-import.tpl.php:225
1611
+ msgid "Generate errors when a category is not found"
1612
+ msgstr ""
1613
+
1614
+ #: templates/admin/csv-import.tpl.php:242
1615
+ #: templates/admin/csv-import.tpl.php:249
1616
+ msgid "Assign listings to a user?"
1617
+ msgstr ""
1618
+
1619
+ #: templates/admin/csv-import.tpl.php:266
1620
+ msgid "Default listing user"
1621
+ msgstr ""
1622
+
1623
+ #: templates/admin/csv-import.tpl.php:272
1624
+ msgid ""
1625
+ "This user will be used if the username column is not present in the CSV file."
1626
+ msgstr ""
1627
+
1628
+ #: templates/admin/csv-import.tpl.php:277
1629
+ msgid "Number of listings imported on every cycle"
1630
+ msgstr ""
1631
+
1632
+ #: templates/admin/csv-import.tpl.php:285
1633
+ msgid ""
1634
+ "If you are having trouble importing listings due to memory problems, try "
1635
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1636
+ "result in a longer batch import time, but will increase the chance of "
1637
+ "success on shared hosting platforms and other resource-constrained servers."
1638
+ msgstr ""
1639
+
1640
+ #: templates/admin/csv-import.tpl.php:290
1641
  msgid "Disable email notifications during import?"
1642
  msgstr ""
1643
 
1644
+ #: templates/admin/csv-import.tpl.php:297
1645
  msgid "Disable email notifications."
1646
  msgstr ""
1647
 
1648
+ #: templates/admin/csv-import.tpl.php:314
1649
+ msgid ""
1650
+ "The following are the valid header names to be used in the CSV file. "
1651
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1652
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1653
+ "how an import file should look like."
1654
+ msgstr ""
1655
+
1656
+ #: templates/admin/csv-import.tpl.php:323
1657
+ msgid "Header name/label"
1658
+ msgstr ""
1659
+
1660
+ #: templates/admin/csv-import.tpl.php:326
1661
+ msgid "Required?"
1662
+ msgstr ""
1663
+
1664
+ #: templates/admin/csv-import.tpl.php:327
1665
+ msgid "Multivalued?"
1666
+ msgstr ""
1667
+
1668
+ #: templates/admin/csv-import.tpl.php:359
1669
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1670
+ msgstr ""
1671
+
1672
+ #: templates/admin/csv-import.tpl.php:366
1673
+ msgid "Listing author's username"
1674
+ msgstr ""
1675
+
1676
  #: templates/admin/debug-info.tpl.php:5
1677
  msgid ""
1678
  "The following information can help our team debug possible problems with "
2056
  msgstr ""
2057
 
2058
  #: templates/admin/settings-email.tpl.php:103
2059
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2060
  #: templates/listing-flagging-form.tpl.php:64
2061
  msgid "Cancel"
2062
  msgstr ""
2168
  msgid "Need help?"
2169
  msgstr ""
2170
 
2171
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2172
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2173
+ msgid "Delete Directory Theme"
2174
+ msgstr ""
2175
+
2176
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2177
  msgid "Upload Directory Theme"
2178
  msgstr ""
2356
  msgid "Next"
2357
  msgstr ""
2358
 
2359
+ #: templates/delete-listing-confirm.tpl.php:24
2360
+ msgid "No. Take me back to the directory."
2361
+ msgstr ""
2362
+
2363
+ #: templates/delete-listing-confirm.tpl.php:25
2364
+ msgid "Yes. Delete my listing."
2365
+ msgstr ""
2366
+
2367
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2368
  msgid "Search Results"
2369
  msgstr ""
2379
  msgid "(not published yet)"
2380
  msgstr ""
2381
 
2382
+ #: templates/email/listing-payment-completed.tpl.php:25
2383
+ msgid "Plan"
2384
+ msgstr ""
2385
+
2386
  #: templates/email-access-keys.tpl.php:1
2387
  msgid ""
2388
  "Below you'll find the access keys for all the listings registered with your "
2602
  msgid "Business Directory Team"
2603
  msgstr ""
2604
 
2605
+ #: includes/admin/class-admin-controller.php:83
2606
  msgctxt "admin confirm"
2607
  msgid "No, go back"
2608
  msgstr ""
2609
 
2610
+ #: includes/admin/class-admin-controller.php:84
2611
  msgctxt "admin confirm"
2612
  msgid "Yes, I'm sure"
2613
  msgstr ""
2815
  msgid "Here, you can import data into your directory using the CSV format."
2816
  msgstr ""
2817
 
2818
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
2819
  msgctxt "admin csv-import"
2820
  msgid "... or <a>select a file uploaded to the imports folder</a>"
2821
  msgstr ""
2822
 
2823
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
2824
  msgctxt "admin csv-import"
2825
  msgid "(Upload new file)"
2826
  msgstr ""
2827
 
2828
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2829
  msgctxt "admin csv-import"
2830
  msgid "Comma (,)"
2831
  msgstr ""
2832
 
2833
+ #: templates/admin/csv-import.tpl.php:135
2834
  msgctxt "admin csv-import"
2835
  msgid "Semicolon (;)"
2836
  msgstr ""
2837
 
2838
+ #: templates/admin/csv-import.tpl.php:141
2839
  msgctxt "admin csv-import"
2840
  msgid "TAB"
2841
  msgstr ""
2842
 
2843
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2844
  msgctxt "admin csv-import"
2845
  msgid "Preserve existing status"
2846
  msgstr ""
2847
 
2848
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2849
  msgctxt "admin csv-import"
2850
  msgid "Keep existing listing images?"
2851
  msgstr ""
2852
 
2853
+ #: templates/admin/csv-import.tpl.php:236
2854
  msgctxt "admin csv-import"
2855
  msgid "Keep existing images."
2856
  msgstr ""
2857
 
2858
+ #: templates/admin/csv-import.tpl.php:237
2859
  msgctxt "admin csv-import"
2860
  msgid "Appends new images while keeping current ones."
2861
  msgstr ""
2862
 
2863
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
2864
  msgctxt "admin csv-import"
2865
  msgid "Use a default user for listings?"
2866
  msgstr ""
2867
 
2868
+ #: templates/admin/csv-import.tpl.php:261
2869
  msgctxt "admin csv-import"
2870
  msgid ""
2871
  "Select a default user to be used if the username column is not present in "
2872
  "the CSV file."
2873
  msgstr ""
2874
 
2875
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2876
  msgctxt "admin csv-import"
2877
  msgid "Test Import"
2878
  msgstr ""
2879
 
2880
+ #: templates/admin/csv-import.tpl.php:305
2881
  msgctxt "admin csv-import"
2882
  msgid "Import Listings"
2883
  msgstr ""
2884
 
2885
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2886
  msgctxt "admin csv-import"
2887
  msgid ""
2888
  "Fee ID (integer) associated to a listing. Use this column when adding or "
2889
  "updating listings from external sources."
2890
  msgstr ""
2891
 
2892
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
2893
  msgctxt "admin csv-import"
2894
  msgid ""
2895
  "Internal Sequence ID used to allow listing updates from external sources."
2896
  msgstr ""
2897
 
2898
+ #: templates/admin/csv-import.tpl.php:380
2899
  msgctxt "admin csv-import"
2900
  msgid ""
2901
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3348
  msgid "Listing T&C acceptance date"
3349
  msgstr ""
3350
 
 
 
 
 
 
3351
  #: templates/admin/csv-export.tpl.php:97
3352
  msgctxt "admin csv-export"
3353
  msgid "What operating system will you use to edit the CSV file?"
3372
  "each operating system."
3373
  msgstr ""
3374
 
3375
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3376
  msgctxt "admin csv-export"
3377
  msgid "Category Separator"
3378
  msgstr ""
3379
 
3380
+ #: templates/admin/csv-export.tpl.php:141
3381
  msgctxt "admin csv-export"
3382
  msgid "Export Listings"
3383
  msgstr ""
3384
 
3385
+ #: templates/admin/csv-export.tpl.php:147
3386
  msgctxt "admin csv-export"
3387
  msgid "Export in Progress..."
3388
  msgstr ""
3389
 
3390
+ #: templates/admin/csv-export.tpl.php:148
3391
  msgctxt "admin csv-export"
3392
  msgid ""
3393
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3394
  "until the export finishes."
3395
  msgstr ""
3396
 
3397
+ #: templates/admin/csv-export.tpl.php:151
3398
  msgctxt "admin csv-export"
3399
  msgid "No. of listings:"
3400
  msgstr ""
3401
 
3402
+ #: templates/admin/csv-export.tpl.php:153
3403
  msgctxt "admin csv-export"
3404
  msgid "Approximate export file size:"
3405
  msgstr ""
3406
 
3407
+ #: templates/admin/csv-export.tpl.php:160
3408
  msgctxt "admin csv-export"
3409
  msgid "Cancel Export"
3410
  msgstr ""
3411
 
3412
+ #: templates/admin/csv-export.tpl.php:165
3413
  msgctxt "admin csv-export"
3414
  msgid "Export Complete"
3415
  msgstr ""
3416
 
3417
+ #: templates/admin/csv-export.tpl.php:166
3418
  msgctxt "admin csv-export"
3419
  msgid ""
3420
  "Your export file has been successfully created and it is now ready for "
3421
  "download."
3422
  msgstr ""
3423
 
3424
+ #: templates/admin/csv-export.tpl.php:170
3425
  msgctxt "admin csv-export"
3426
  msgid "Download %1$s (%2$s)"
3427
  msgstr ""
3428
 
3429
+ #: templates/admin/csv-export.tpl.php:177
3430
  msgctxt "admin csv-export"
3431
  msgid ""
3432
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3433
  "temporary data created by Business Directory during the export process."
3434
  msgstr ""
3435
 
3436
+ #: templates/admin/csv-export.tpl.php:178
3437
  msgctxt "admin csv-export"
3438
  msgid "Cleanup"
3439
  msgstr ""
3440
 
3441
+ #: templates/admin/csv-export.tpl.php:183
3442
  msgctxt "admin csv-export"
3443
  msgid "Export Canceled"
3444
  msgstr ""
3445
 
3446
+ #: templates/admin/csv-export.tpl.php:184
3447
  msgctxt "admin csv-export"
3448
  msgid "The export has been canceled."
3449
  msgstr ""
3450
 
3451
+ #: templates/admin/csv-export.tpl.php:185
3452
  msgctxt "admin csv-export"
3453
  msgid "← Return to CSV Export"
3454
  msgstr ""
3526
  msgstr ""
3527
 
3528
  #: includes/admin/class-themes-admin.php:421
3529
+ #: includes/admin/upgrades/class-themes-updater.php:170
3530
  msgctxt "themes"
3531
  msgid "Could not update theme: %s"
3532
  msgstr ""
3533
 
3534
+ #: includes/admin/upgrades/class-themes-updater.php:132
3535
  msgctxt "themes"
3536
  msgid "Updating theme..."
3537
  msgstr ""
3538
 
3539
+ #: includes/admin/upgrades/class-themes-updater.php:133
3540
  msgctxt "themes"
3541
  msgid "Theme updated."
3542
  msgstr ""
3543
 
3544
+ #: includes/admin/upgrades/class-themes-updater.php:135
3545
  msgctxt "themes"
3546
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3547
  msgstr ""
3548
 
3549
+ #: includes/admin/upgrades/class-themes-updater.php:176
3550
  msgctxt "themes"
3551
  msgid "Theme was updated successfully."
3552
  msgstr ""
3553
 
3554
+ #: includes/themes.php:960
3555
  msgctxt "themes"
3556
  msgid "Could not create themes directory."
3557
  msgstr ""
3558
 
3559
+ #: includes/themes.php:971
3560
  msgctxt "themes"
3561
  msgid "Could not remove previous theme directory \"%s\"."
3562
  msgstr ""
3563
 
3564
+ #: includes/themes.php:979
3565
  msgctxt "themes"
3566
  msgid "Could not move new theme into theme directory."
3567
  msgstr ""
5938
  msgid "Cropped"
5939
  msgstr ""
5940
 
5941
+ #: includes/admin/settings/class-settings.php:493
5942
+ #: includes/admin/settings/class-settings.php:504
5943
  msgctxt "settings"
5944
  msgid "\"%s\" can not be empty."
5945
  msgstr ""
5946
 
5947
+ #: includes/admin/settings/class-settings.php:521
5948
  msgctxt "settings"
5949
  msgid "The slug \"%s\" is already in use for another taxonomy."
5950
  msgstr ""
6003
  msgid "Time: %s"
6004
  msgstr ""
6005
 
6006
+ #: includes/admin/tracking.php:188
6007
  msgctxt "tracking"
6008
  msgid "Help Improve Business Directory"
6009
  msgstr ""
6010
 
6011
+ #: includes/admin/tracking.php:190
6012
  msgctxt "tracking"
6013
  msgid ""
6014
  "Can Business Directory keep track of your theme, plugins, and other non-"
6016
  "future releases?"
6017
  msgstr ""
6018
 
6019
+ #: includes/admin/tracking.php:192
6020
  msgctxt "tracking"
6021
  msgid "What do you track?"
6022
  msgstr ""
6075
  msgid "Migrating fee plans..."
6076
  msgstr ""
6077
 
 
 
 
 
 
6078
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6079
  msgctxt "installer"
6080
  msgid "! Could not migrate payment #%d"
6105
 
6106
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6107
  msgctxt "installer"
6108
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
6109
  msgstr ""
6110
 
6111
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6112
  msgctxt "installer"
6113
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6114
  msgstr ""
6115
 
6116
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
6123
  msgid "Listing edit payment (BD < 3.4)"
6124
  msgstr ""
6125
 
6126
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
6127
  msgctxt "installer"
6128
  msgid "Listing upgrade to featured"
6129
  msgstr ""
6130
 
6131
+ #: includes/installer.php:61
6132
  msgctxt "installer"
6133
  msgid "Default Fee"
6134
  msgstr ""
6398
  msgid "Payment Details"
6399
  msgstr ""
6400
 
 
 
 
 
 
6401
  #: templates/email/listing-payment-completed.tpl.php:32
6402
  msgctxt "notify email"
6403
  msgid "Listing URL"
6453
  msgid "Find a Listing"
6454
  msgstr ""
6455
 
6456
+ #: includes/class-meta.php:195
6457
  msgctxt "title"
6458
  msgid "Listings tagged: %s"
6459
  msgstr ""
6677
  #: includes/class-wpbdp.php:480
6678
  msgctxt "listing image upload"
6679
  msgid ""
6680
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
6681
+ "Please adjust your selection."
6682
  msgid_plural ""
6683
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
6684
+ "Please adjust your selection."
6685
  msgstr[0] ""
6686
  msgstr[1] ""
6687
 
7194
  msgid "Report comment is required to save a report"
7195
  msgstr ""
7196
 
7197
+ #: includes/installer.php:52
7198
  msgctxt "default category name"
7199
  msgid "General"
7200
  msgstr ""
7373
  msgid "Sort By:"
7374
  msgstr ""
7375
 
7376
+ #: includes/utils.php:417
7377
  msgctxt "utils"
7378
  msgid ""
7379
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7380
  msgstr ""
7381
 
7382
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
7383
  msgctxt "utils"
7384
  msgid "File type \"%s\" is not allowed"
7385
  msgstr ""
7386
 
7387
+ #: includes/utils.php:497
7388
  msgctxt "utils"
7389
  msgid "Unkown error while uploading file."
7390
  msgstr ""
7391
 
7392
+ #: includes/utils.php:517
7393
  msgctxt "utils"
7394
  msgid "Uploaded file is not an image"
7395
  msgstr ""
7396
 
7397
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7398
  msgctxt "utils"
7399
  msgid "Error while uploading file"
7400
  msgstr ""
7424
  msgid "You are about to remove your listing \"%s\" from the directory."
7425
  msgstr ""
7426
 
 
 
 
 
 
 
 
 
 
 
7427
  #: includes/views/listing_contact.php:51
7428
  msgctxt "contact-message"
7429
  msgid "Please enter your name."
7605
  msgid "Clear"
7606
  msgstr ""
7607
 
 
 
 
 
 
7608
  #: includes/views/submit_listing.php:1138
7609
  msgctxt "listing submit"
7610
  msgid ""
7617
  msgstr ""
7618
 
7619
  #: includes/widgets/class-listings-widget.php:45
7620
+ #: includes/widgets/widget-search.php:28
7621
  msgctxt "widgets"
7622
  msgid "Title:"
7623
  msgstr ""
7677
  msgid "Display listings in random order"
7678
  msgstr ""
7679
 
7680
+ #: includes/widgets/widget-latest-listings.php:12
7681
  msgctxt "widgets"
7682
  msgid "Business Directory - Latest Listings"
7683
  msgstr ""
7684
 
7685
+ #: includes/widgets/widget-latest-listings.php:13
7686
  msgctxt "widgets"
7687
  msgid "Displays a list of the latest listings in the Business Directory."
7688
  msgstr ""
7689
 
7690
+ #: includes/widgets/widget-latest-listings.php:16
7691
  msgctxt "widgets"
7692
  msgid "Latest Listings"
7693
  msgstr ""
7707
  msgid "Random Listings"
7708
  msgstr ""
7709
 
7710
+ #: includes/widgets/widget-search.php:11
7711
  msgctxt "widgets"
7712
  msgid "Business Directory - Search"
7713
  msgstr ""
7714
 
7715
+ #: includes/widgets/widget-search.php:13
7716
  msgctxt "widgets"
7717
  msgid "Displays a search form to look for Business Directory listings."
7718
  msgstr ""
7719
 
7720
+ #: includes/widgets/widget-search.php:22
7721
  msgctxt "widgets"
7722
  msgid "Search the Business Directory"
7723
  msgstr ""
7724
 
7725
+ #: includes/widgets/widget-search.php:35
7726
  msgctxt "widgets"
7727
  msgid "Form Style:"
7728
  msgstr ""
7729
 
7730
+ #: includes/widgets/widget-search.php:44
7731
  msgctxt "widgets"
7732
  msgid "Basic"
7733
  msgstr ""
7734
 
7735
+ #: includes/widgets/widget-search.php:54
7736
  msgctxt "widgets"
7737
  msgid "Advanced"
7738
  msgstr ""
7739
 
7740
+ #: includes/widgets/widget-search.php:59
7741
  msgctxt "widgets"
7742
  msgid "Search Fields (advanced mode):"
7743
  msgstr ""
7744
 
7745
+ #: includes/widgets/widget-search.php:60
7746
  msgctxt "widgets"
7747
  msgid "Display the following fields in the form."
7748
  msgstr ""
7749
 
7750
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
7751
  msgctxt "admin forms"
7752
  msgid "required"
7753
  msgstr ""
7825
  msgid "Video Tutorials"
7826
  msgstr ""
7827
 
 
 
 
 
 
 
7828
  #: templates/admin/themes-delete-confirm.tpl.php:3
7829
  msgctxt "themes admin"
7830
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7831
  msgstr ""
7832
 
 
 
 
 
 
7833
  #: templates/admin/uninstall-capture-form.tpl.php:5
7834
  msgctxt "uninstall"
7835
  msgid "It doesn't work with my theme/plugins/site"
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: 2021-08-24 19:42:43+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"
@@ -17,14 +17,14 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
 
20
- #: includes/admin/class-admin-controller.php:80
21
  #: templates/admin/payments-note.tpl.php:13
22
  #: templates/delete-listing-confirm.tpl.php:19
23
  #, fuzzy
24
  msgid "Are you sure you want to do this?"
25
  msgstr "Êtes-vous sûr de vouloir faire ça ?"
26
 
27
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
28
  #, fuzzy
29
  msgid "Help"
30
  msgstr "Aide"
@@ -98,7 +98,7 @@ msgstr ""
98
  msgid "Yes, please!"
99
  msgstr "Oui, s'il vous plait !"
100
 
101
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
102
  #, fuzzy
103
  msgid "No, thanks"
104
  msgstr "Non, merci"
@@ -260,7 +260,7 @@ msgstr "Images"
260
 
261
  #: includes/admin/form-fields.php:31
262
  #: includes/fields/class-fieldtypes-social.php:138
263
- #: templates/admin/csv-import.tpl.php:305
264
  #, fuzzy
265
  msgid "Type"
266
  msgstr "Type"
@@ -811,11 +811,11 @@ msgstr "Adresse e-mail non valide"
811
  msgid "Uninstall"
812
  msgstr "Désinstaller"
813
 
814
- #: includes/admin/settings/class-settings.php:512
815
  msgid "%s cannot include spaces, commas, or &"
816
  msgstr ""
817
 
818
- #: includes/admin/tracking.php:220
819
  #, fuzzy
820
  msgid "Allow Tracking"
821
  msgstr "Autoriser l'analyse"
@@ -892,6 +892,16 @@ msgstr "Etiquettes des Frais"
892
  msgid "Duration"
893
  msgstr "Durée"
894
 
 
 
 
 
 
 
 
 
 
 
895
  #: includes/admin/views/modules/list.php:10
896
  #, fuzzy
897
  msgid "Directory Modules"
@@ -1063,12 +1073,12 @@ msgstr "Mettre à jour vers %s"
1063
  msgid "Settings"
1064
  msgstr "Paramètres"
1065
 
1066
- #: includes/class-wpbdp.php:578
1067
  #, fuzzy
1068
  msgid "Could not find listing ID"
1069
  msgstr "Impossible de contacter le serveur de licences"
1070
 
1071
- #: includes/class-wpbdp.php:585
1072
  #, fuzzy
1073
  msgid ""
1074
  "Could not verify the image upload request. If problem persists contact site "
@@ -1077,12 +1087,12 @@ msgstr ""
1077
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1078
  "erreurs et soumettre à nouveau."
1079
 
1080
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1081
  #, fuzzy
1082
  msgid "Could not find image ID"
1083
  msgstr "Impossible de mettre à jour le thème: %s"
1084
 
1085
- #: includes/class-wpbdp.php:624
1086
  msgid ""
1087
  "The directory features are disabled at this time because a <a>manual "
1088
  "upgrade</a> is pending."
@@ -1091,7 +1101,7 @@ msgstr ""
1091
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1092
  "de poursuivre."
1093
 
1094
- #: includes/class-wpbdp.php:631
1095
  msgid ""
1096
  "The directory is not available at this time. Please try again in a few "
1097
  "minutes or contact the administrator if the problem persists."
@@ -1100,7 +1110,7 @@ msgstr ""
1100
  "quelques minutes ou contactez l'administrateur si le problème persiste."
1101
 
1102
  #: includes/compatibility/class-navxt-integration.php:204
1103
- #: includes/widgets/widget-search.php:112
1104
  #: templates/admin/payments-index.tpl.php:13
1105
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1106
  #: templates/search.tpl.php:3
@@ -1277,8 +1287,12 @@ msgstr ""
1277
  "à cocher)."
1278
 
1279
  #: includes/fields/class-fieldtypes-select.php:262
1280
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1281
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1282
  #, fuzzy
1283
  msgid "required"
1284
  msgstr "requis"
@@ -1444,7 +1458,7 @@ msgstr "Validateur de date"
1444
  msgid "Word Count Validator"
1445
  msgstr "Validateur de nombre entier"
1446
 
1447
- #: includes/form-fields.php:594
1448
  #, fuzzy
1449
  msgid "Field"
1450
  msgstr "Champ"
@@ -1497,7 +1511,7 @@ msgid "%1$s must have less than %2$d words."
1497
  msgstr "%s doit être au format %s."
1498
 
1499
  #. translators: %1$s: field label, %2$s allowed values
1500
- #: includes/form-fields.php:822
1501
  #, fuzzy
1502
  msgid "%1$s is invalid. Value most be one of %2$s."
1503
  msgstr "%s est invalide. La valeur doit être l'un des %s."
@@ -1700,11 +1714,51 @@ msgstr "Gérer annonces payées"
1700
  msgid "Default"
1701
  msgstr "Frais par défaut"
1702
 
1703
- #: includes/themes.php:951
1704
  #, fuzzy
1705
  msgid "ZIP file is not a valid Business Directory theme file."
1706
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
1707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1708
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1709
  #: includes/views/flag_listing.php:56
1710
  #, fuzzy
@@ -1749,6 +1803,13 @@ msgstr "Renouveler l'annonce"
1749
  msgid "That listing cannot yet be renewed."
1750
  msgstr "L'annonce a été mise à jour."
1751
 
 
 
 
 
 
 
 
1752
  #: includes/views/submit_listing.php:544
1753
  #, fuzzy
1754
  msgid "Listing Images"
@@ -1811,6 +1872,17 @@ msgstr ""
1811
  "Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
1812
  "souhaitez pas en créer de nouvelles, sélectionnez cette option!"
1813
 
 
 
 
 
 
 
 
 
 
 
 
1814
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1815
  #: templates/admin/csv-import.tpl.php:34
1816
  #, fuzzy
@@ -1821,16 +1893,144 @@ msgstr ""
1821
  "Nous vous recommandons vivement la lecture de notre document d'importation "
1822
  "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
1823
 
1824
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1825
  #, fuzzy
1826
  msgid "Disable email notifications during import?"
1827
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
1828
 
1829
- #: templates/admin/csv-import.tpl.php:281
1830
  #, fuzzy
1831
  msgid "Disable email notifications."
1832
  msgstr "Désactiver les notifications par e-mail."
1833
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1834
  #: templates/admin/debug-info.tpl.php:5
1835
  #, fuzzy
1836
  msgid ""
@@ -2305,6 +2505,7 @@ msgid "Preview email"
2305
  msgstr "E-mail précédents"
2306
 
2307
  #: templates/admin/settings-email.tpl.php:103
 
2308
  #: templates/listing-flagging-form.tpl.php:64
2309
  #, fuzzy
2310
  msgid "Cancel"
@@ -2439,6 +2640,12 @@ msgstr "Vous aimez ce plugin ?"
2439
  msgid "Need help?"
2440
  msgstr ""
2441
 
 
 
 
 
 
 
2442
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2443
  #, fuzzy
2444
  msgid "Upload Directory Theme"
@@ -2675,6 +2882,16 @@ msgstr "Code postal"
2675
  msgid "Next"
2676
  msgstr "Suivant"
2677
 
 
 
 
 
 
 
 
 
 
 
2678
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2679
  #, fuzzy
2680
  msgid "Search Results"
@@ -2693,6 +2910,11 @@ msgstr "Retourner vers l'annuaire"
2693
  msgid "(not published yet)"
2694
  msgstr "(pas encore publié)"
2695
 
 
 
 
 
 
2696
  #: templates/email-access-keys.tpl.php:1
2697
  #, fuzzy
2698
  msgid ""
@@ -2978,12 +3200,12 @@ msgstr ""
2978
  msgid "Business Directory Team"
2979
  msgstr "Annuaire Professionnel"
2980
 
2981
- #: includes/admin/class-admin-controller.php:82
2982
  msgctxt "admin confirm"
2983
  msgid "No, go back"
2984
  msgstr "Non, reviens"
2985
 
2986
- #: includes/admin/class-admin-controller.php:83
2987
  msgctxt "admin confirm"
2988
  msgid "Yes, I'm sure"
2989
  msgstr "Oui, je suis sûr"
@@ -3206,137 +3428,60 @@ msgstr ""
3206
  "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
3207
  "format CSV."
3208
 
3209
- #: templates/admin/csv-import.tpl.php:45
3210
- msgctxt "admin csv-import"
3211
- msgid "Import Files"
3212
- msgstr "Importer les fichiers"
3213
-
3214
- #: templates/admin/csv-import.tpl.php:50
3215
- msgctxt "admin csv-import"
3216
- msgid "CSV File"
3217
- msgstr "Fichier CSV"
3218
-
3219
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3220
  msgctxt "admin csv-import"
3221
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3222
  msgstr ""
3223
  "... ou <a>sélectionner un fichier téléchargé dans le dossier des "
3224
  "importations</a>"
3225
 
3226
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3227
  msgctxt "admin csv-import"
3228
  msgid "(Upload new file)"
3229
  msgstr "(télécharger un nouveau fichier)"
3230
 
3231
- #: templates/admin/csv-import.tpl.php:81
3232
- msgctxt "admin csv-import"
3233
- msgid "ZIP file containing images"
3234
- msgstr "Fichiers ZIP contenant des images"
3235
-
3236
- #: templates/admin/csv-import.tpl.php:113
3237
- msgctxt "admin csv-import"
3238
- msgid "CSV File Settings"
3239
- msgstr "Paramètres des fichiers CSV"
3240
-
3241
- #: templates/admin/csv-import.tpl.php:117
3242
- msgctxt "admin csv-import"
3243
- msgid "Column Separator"
3244
- msgstr "Séparateur de colonne"
3245
-
3246
- #: templates/admin/csv-import.tpl.php:125
3247
  msgctxt "admin csv-import"
3248
  msgid "Comma (,)"
3249
  msgstr "Virgule (,)"
3250
 
3251
- #: templates/admin/csv-import.tpl.php:131
3252
  msgctxt "admin csv-import"
3253
  msgid "Semicolon (;)"
3254
  msgstr "Point-virgule (;)"
3255
 
3256
- #: templates/admin/csv-import.tpl.php:137
3257
  msgctxt "admin csv-import"
3258
  msgid "TAB"
3259
  msgstr "Onglet"
3260
 
3261
- #: templates/admin/csv-import.tpl.php:143
3262
- msgctxt "admin csv-import"
3263
- msgid "Image Separator"
3264
- msgstr "Séparateur d'image"
3265
-
3266
- #: templates/admin/csv-import.tpl.php:154
3267
- msgctxt "admin csv-import"
3268
- msgid "Category Separator"
3269
- msgstr "Séparateur de catégorie"
3270
-
3271
- #: templates/admin/csv-import.tpl.php:165
3272
- msgctxt "admin csv-import"
3273
- msgid "Import settings"
3274
- msgstr "Paramètres d'importation"
3275
-
3276
- #: templates/admin/csv-import.tpl.php:169
3277
- #, fuzzy
3278
- msgctxt "admin csv-import"
3279
- msgid "Post status of new imported listings"
3280
- msgstr "Statut des messages des annonces importées"
3281
-
3282
- #: templates/admin/csv-import.tpl.php:186
3283
- #, fuzzy
3284
- msgctxt "admin csv-import"
3285
- msgid "Post status of existing imported listings"
3286
- msgstr "Statut des messages des annonces importées"
3287
-
3288
- #: templates/admin/csv-import.tpl.php:190
3289
  #, fuzzy
3290
  msgctxt "admin csv-import"
3291
  msgid "Preserve existing status"
3292
  msgstr "Statut liste"
3293
 
3294
- #: templates/admin/csv-import.tpl.php:204
3295
- msgctxt "admin csv-import"
3296
- msgid "Missing categories handling"
3297
- msgstr "Gestion des catégories manquantes"
3298
-
3299
- #: templates/admin/csv-import.tpl.php:209
3300
- msgctxt "admin csv-import"
3301
- msgid "Auto-create categories"
3302
- msgstr "Création automatique des catégories"
3303
-
3304
- #: templates/admin/csv-import.tpl.php:212
3305
- msgctxt "admin csv-import"
3306
- msgid "Generate errors when a category is not found"
3307
- msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
3308
-
3309
- #: templates/admin/csv-import.tpl.php:217
3310
  msgctxt "admin csv-import"
3311
  msgid "Keep existing listing images?"
3312
  msgstr "Liste des images ?"
3313
 
3314
- #: templates/admin/csv-import.tpl.php:222
3315
  msgctxt "admin csv-import"
3316
  msgid "Keep existing images."
3317
  msgstr "Liste des images."
3318
 
3319
- #: templates/admin/csv-import.tpl.php:223
3320
  msgctxt "admin csv-import"
3321
  msgid "Appends new images while keeping current ones."
3322
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
3323
 
3324
- #: templates/admin/csv-import.tpl.php:228
3325
- msgctxt "admin csv-import"
3326
- msgid "Assign listings to a user?"
3327
- msgstr "Assigner des listes à un utilisateur ?"
3328
-
3329
- #: templates/admin/csv-import.tpl.php:234
3330
- msgctxt "admin csv-import"
3331
- msgid "Assign listings to a user."
3332
- msgstr "Assigner des listes à un utilisateur."
3333
-
3334
- #: templates/admin/csv-import.tpl.php:239
3335
  msgctxt "admin csv-import"
3336
  msgid "Use a default user for listings?"
3337
  msgstr "Utiliser l'image par défault pour les annonces sans images ?"
3338
 
3339
- #: templates/admin/csv-import.tpl.php:245
3340
  msgctxt "admin csv-import"
3341
  msgid ""
3342
  "Select a default user to be used if the username column is not present in "
@@ -3345,79 +3490,17 @@ msgstr ""
3345
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
3346
  "figure pas dans le fichier CSV."
3347
 
3348
- #: templates/admin/csv-import.tpl.php:250
3349
- msgctxt "admin csv-import"
3350
- msgid "Default listing user"
3351
- msgstr "Annonce par défault de l'utilisateur"
3352
-
3353
- #: templates/admin/csv-import.tpl.php:256
3354
- msgctxt "admin csv-import"
3355
- msgid ""
3356
- "This user will be used if the username column is not present in the CSV file."
3357
- msgstr ""
3358
- "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
3359
- "figure pas dans le fichier CSV."
3360
-
3361
- #: templates/admin/csv-import.tpl.php:261
3362
- #, fuzzy
3363
- msgctxt "admin csv-import"
3364
- msgid "Number of listings imported on every cycle"
3365
- msgstr "Nombre d'affichage d'annonce:"
3366
-
3367
- #: templates/admin/csv-import.tpl.php:269
3368
- msgctxt "admin csv-import"
3369
- msgid ""
3370
- "If you are having trouble importing listings due to memory problems, try "
3371
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3372
- "result in a longer batch import time, but will increase the chance of "
3373
- "success on shared hosting platforms and other resource-constrained servers."
3374
- msgstr ""
3375
-
3376
- #: templates/admin/csv-import.tpl.php:288
3377
  msgctxt "admin csv-import"
3378
  msgid "Test Import"
3379
  msgstr "Tester l'importation"
3380
 
3381
- #: templates/admin/csv-import.tpl.php:289
3382
  msgctxt "admin csv-import"
3383
  msgid "Import Listings"
3384
  msgstr "Importation des listes"
3385
 
3386
- #: templates/admin/csv-import.tpl.php:296
3387
- msgctxt "admin csv-import"
3388
- msgid ""
3389
- "The following are the valid header names to be used in the CSV file. "
3390
- "Multivalued fields (such as category or tags) can appear multiple times in "
3391
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3392
- "how an import file should look like."
3393
- msgstr ""
3394
- "Voici les noms d'en-tête pouvant être utilisées dans le fichier CSV. Champs "
3395
- "à valeurs multiples (tels que catégorie ou tags) peuvent apparaître "
3396
- "plusieurs fois dans le fichier. Cliquez sur <a href=\"%s\">\"Voir un exemple "
3397
- "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
3398
- "d'importation devrait ressembler."
3399
-
3400
- #: templates/admin/csv-import.tpl.php:303
3401
- msgctxt "admin csv-import"
3402
- msgid "Header name/label"
3403
- msgstr "Nom/Etiquette de l'en-tête"
3404
-
3405
- #: templates/admin/csv-import.tpl.php:304
3406
- msgctxt "admin csv-import"
3407
- msgid "Field"
3408
- msgstr "Champ"
3409
-
3410
- #: templates/admin/csv-import.tpl.php:306
3411
- msgctxt "admin csv-import"
3412
- msgid "Required?"
3413
- msgstr "Requis ?"
3414
-
3415
- #: templates/admin/csv-import.tpl.php:307
3416
- msgctxt "admin csv-import"
3417
- msgid "Multivalued?"
3418
- msgstr "Valeurs multiples ?"
3419
-
3420
- #: templates/admin/csv-import.tpl.php:332
3421
  #, fuzzy
3422
  msgctxt "admin csv-import"
3423
  msgid ""
@@ -3428,19 +3511,7 @@ msgstr ""
3428
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
3429
  "externes."
3430
 
3431
- #: templates/admin/csv-import.tpl.php:339
3432
- msgctxt "admin csv-import"
3433
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3434
- msgstr ""
3435
- "Liste séparée de la cotation des images par un point-virgule (à partir du "
3436
- "fichier ZIP)"
3437
-
3438
- #: templates/admin/csv-import.tpl.php:346
3439
- msgctxt "admin csv-import"
3440
- msgid "Listing author's username"
3441
- msgstr "Nom d'utilisateur de l'auteur de l'annonce"
3442
-
3443
- #: templates/admin/csv-import.tpl.php:353
3444
  msgctxt "admin csv-import"
3445
  msgid ""
3446
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3448,7 +3519,7 @@ msgstr ""
3448
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
3449
  "provenant de sources externes."
3450
 
3451
- #: templates/admin/csv-import.tpl.php:360
3452
  msgctxt "admin csv-import"
3453
  msgid ""
3454
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3955,11 +4026,6 @@ msgctxt "admin csv-export"
3955
  msgid "Listing T&C acceptance date"
3956
  msgstr "Annonce créée"
3957
 
3958
- #: templates/admin/csv-export.tpl.php:93
3959
- msgctxt "admin csv-export"
3960
- msgid "CSV File Settings"
3961
- msgstr "Paramètres du fichier CSV"
3962
-
3963
  #: templates/admin/csv-export.tpl.php:97
3964
  msgctxt "admin csv-export"
3965
  msgid "What operating system will you use to edit the CSV file?"
@@ -3989,27 +4055,22 @@ msgstr ""
3989
  "nous devons générer différentes versions du fichier pour chaque système "
3990
  "d'exploitation."
3991
 
3992
- #: templates/admin/csv-export.tpl.php:116
3993
- msgctxt "admin csv-export"
3994
- msgid "Image Separator"
3995
- msgstr "Séparateur d'image"
3996
-
3997
- #: templates/admin/csv-export.tpl.php:127
3998
  msgctxt "admin csv-export"
3999
  msgid "Category Separator"
4000
  msgstr "Séparateur de catégorie"
4001
 
4002
- #: templates/admin/csv-export.tpl.php:139
4003
  msgctxt "admin csv-export"
4004
  msgid "Export Listings"
4005
  msgstr "Listes d'exportation"
4006
 
4007
- #: templates/admin/csv-export.tpl.php:145
4008
  msgctxt "admin csv-export"
4009
  msgid "Export in Progress..."
4010
  msgstr "Exportation en cours..."
4011
 
4012
- #: templates/admin/csv-export.tpl.php:146
4013
  msgctxt "admin csv-export"
4014
  msgid ""
4015
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -4018,27 +4079,27 @@ msgstr ""
4018
  "Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
4019
  "page jusqu'à la fin de l'export."
4020
 
4021
- #: templates/admin/csv-export.tpl.php:149
4022
  msgctxt "admin csv-export"
4023
  msgid "No. of listings:"
4024
  msgstr "Numéro de l'annonce:"
4025
 
4026
- #: templates/admin/csv-export.tpl.php:151
4027
  msgctxt "admin csv-export"
4028
  msgid "Approximate export file size:"
4029
  msgstr "Taille aproximative du fichier exporté:"
4030
 
4031
- #: templates/admin/csv-export.tpl.php:158
4032
  msgctxt "admin csv-export"
4033
  msgid "Cancel Export"
4034
  msgstr "Annuler l'exportation"
4035
 
4036
- #: templates/admin/csv-export.tpl.php:163
4037
  msgctxt "admin csv-export"
4038
  msgid "Export Complete"
4039
  msgstr "Exportation complète"
4040
 
4041
- #: templates/admin/csv-export.tpl.php:164
4042
  msgctxt "admin csv-export"
4043
  msgid ""
4044
  "Your export file has been successfully created and it is now ready for "
@@ -4047,13 +4108,13 @@ msgstr ""
4047
  "Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
4048
  "téléchargement."
4049
 
4050
- #: templates/admin/csv-export.tpl.php:168
4051
  #, fuzzy
4052
  msgctxt "admin csv-export"
4053
  msgid "Download %1$s (%2$s)"
4054
  msgstr "Téléchargement %s (%s)"
4055
 
4056
- #: templates/admin/csv-export.tpl.php:175
4057
  msgctxt "admin csv-export"
4058
  msgid ""
4059
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -4063,22 +4124,22 @@ msgstr ""
4063
  "d'effacer toutes les données temporaires créées par le plugin durant le "
4064
  "processus d'exportation."
4065
 
4066
- #: templates/admin/csv-export.tpl.php:176
4067
  msgctxt "admin csv-export"
4068
  msgid "Cleanup"
4069
  msgstr "Nettoyer"
4070
 
4071
- #: templates/admin/csv-export.tpl.php:181
4072
  msgctxt "admin csv-export"
4073
  msgid "Export Canceled"
4074
  msgstr "Exportation annulée"
4075
 
4076
- #: templates/admin/csv-export.tpl.php:182
4077
  msgctxt "admin csv-export"
4078
  msgid "The export has been canceled."
4079
  msgstr "L'exportation a été annulée."
4080
 
4081
- #: templates/admin/csv-export.tpl.php:183
4082
  msgctxt "admin csv-export"
4083
  msgid "← Return to CSV Export"
4084
  msgstr "←Retourner vers l'export CSV"
@@ -4161,43 +4222,43 @@ msgid "Invalid theme ID"
4161
  msgstr "ID d'élément non valide"
4162
 
4163
  #: includes/admin/class-themes-admin.php:421
4164
- #: includes/admin/upgrades/class-themes-updater.php:169
4165
  msgctxt "themes"
4166
  msgid "Could not update theme: %s"
4167
  msgstr "Impossible de mettre à jour le thème: %s"
4168
 
4169
- #: includes/admin/upgrades/class-themes-updater.php:131
4170
  msgctxt "themes"
4171
  msgid "Updating theme..."
4172
  msgstr "Mise à jour du thème..."
4173
 
4174
- #: includes/admin/upgrades/class-themes-updater.php:132
4175
  msgctxt "themes"
4176
  msgid "Theme updated."
4177
  msgstr "Thème mis à jour."
4178
 
4179
- #: includes/admin/upgrades/class-themes-updater.php:134
4180
  msgctxt "themes"
4181
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4182
  msgstr ""
4183
  "Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
4184
 
4185
- #: includes/admin/upgrades/class-themes-updater.php:175
4186
  msgctxt "themes"
4187
  msgid "Theme was updated successfully."
4188
  msgstr "Le thème a été mis à jour avec succès."
4189
 
4190
- #: includes/themes.php:959
4191
  msgctxt "themes"
4192
  msgid "Could not create themes directory."
4193
  msgstr "Impossible de créer le répertoire de thèmes."
4194
 
4195
- #: includes/themes.php:970
4196
  msgctxt "themes"
4197
  msgid "Could not remove previous theme directory \"%s\"."
4198
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
4199
 
4200
- #: includes/themes.php:978
4201
  msgctxt "themes"
4202
  msgid "Could not move new theme into theme directory."
4203
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
@@ -6758,13 +6819,13 @@ msgctxt "settings"
6758
  msgid "Cropped"
6759
  msgstr ""
6760
 
6761
- #: includes/admin/settings/class-settings.php:492
6762
- #: includes/admin/settings/class-settings.php:503
6763
  msgctxt "settings"
6764
  msgid "\"%s\" can not be empty."
6765
  msgstr "\"%s\" ne peut pas être vide."
6766
 
6767
- #: includes/admin/settings/class-settings.php:520
6768
  msgctxt "settings"
6769
  msgid "The slug \"%s\" is already in use for another taxonomy."
6770
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
@@ -6824,12 +6885,12 @@ msgctxt "contact email"
6824
  msgid "Time: %s"
6825
  msgstr "Date: %s"
6826
 
6827
- #: includes/admin/tracking.php:187
6828
  msgctxt "tracking"
6829
  msgid "Help Improve Business Directory"
6830
  msgstr "Aider à améliorer Business Directory"
6831
 
6832
- #: includes/admin/tracking.php:189
6833
  msgctxt "tracking"
6834
  msgid ""
6835
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6840,7 +6901,7 @@ msgstr ""
6840
  "et autres informations non-personnel, ou identifiants, afin de nous aider à "
6841
  "améliorer nos futures mises à jour ?"
6842
 
6843
- #: includes/admin/tracking.php:191
6844
  msgctxt "tracking"
6845
  msgid "What do you track?"
6846
  msgstr "Qu'est-ce que vous analysez ?"
@@ -6903,11 +6964,6 @@ msgctxt "installer"
6903
  msgid "Migrating fee plans..."
6904
  msgstr "Migration des plans d'honoraires. . ."
6905
 
6906
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6907
- msgctxt "installer"
6908
- msgid "! Could not migrate fee \"%s\" (%d)"
6909
- msgstr "! Impossible de migrer les frais \"%s\" (%d)"
6910
-
6911
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6912
  msgctxt "installer"
6913
  msgid "! Could not migrate payment #%d"
@@ -6942,13 +6998,15 @@ msgid "Migrating payments information."
6942
  msgstr "Migration des informations de licence au nouveau format. . ."
6943
 
6944
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
6945
  msgctxt "installer"
6946
- msgid "Cleaning up listing fees information... %d/%d"
6947
  msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
6948
 
6949
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
6950
  msgctxt "installer"
6951
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6952
  msgstr ""
6953
  "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
6954
  "%d"
@@ -6963,17 +7021,12 @@ msgctxt "installer"
6963
  msgid "Listing edit payment (BD < 3.4)"
6964
  msgstr "Edition de l'annonce de paiement (BD<3.4)"
6965
 
6966
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6967
- msgctxt "installer"
6968
- msgid "Renewal fee \"%s\" for category \"%s\""
6969
- msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
6970
-
6971
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6972
  msgctxt "installer"
6973
  msgid "Listing upgrade to featured"
6974
  msgstr "Mise à jour des annonces vers prioritaire"
6975
 
6976
- #: includes/installer.php:62
6977
  msgctxt "installer"
6978
  msgid "Default Fee"
6979
  msgstr "Frais par défaut"
@@ -7269,12 +7322,6 @@ msgctxt "notify email"
7269
  msgid "Payment Details"
7270
  msgstr "Détails de paiement"
7271
 
7272
- #: templates/email/listing-payment-completed.tpl.php:25
7273
- #, fuzzy
7274
- msgctxt "notify email"
7275
- msgid "Plan"
7276
- msgstr "Plan tarifaire"
7277
-
7278
  #: templates/email/listing-payment-completed.tpl.php:32
7279
  #, fuzzy
7280
  msgctxt "notify email"
@@ -7336,7 +7383,7 @@ msgctxt "title"
7336
  msgid "Find a Listing"
7337
  msgstr "Trouver une annonce"
7338
 
7339
- #: includes/class-meta.php:194
7340
  msgctxt "title"
7341
  msgid "Listings tagged: %s"
7342
  msgstr "Annonces marquées: %s"
@@ -7585,13 +7632,14 @@ msgid "Can not upload any more images for this listing."
7585
  msgstr "Impossible de télécharger d'images pour cette annonce."
7586
 
7587
  #: includes/class-wpbdp.php:480
 
7588
  msgctxt "listing image upload"
7589
  msgid ""
7590
- "You're trying to upload %d images, but only have %d slot available. Please "
7591
- "adjust your selection."
7592
  msgid_plural ""
7593
- "You're trying to upload %d images, but only have %d slots available. Please "
7594
- "adjust your selection."
7595
  msgstr[0] ""
7596
  "Vous essayez de télécharger %d images, mais vous possédez seulement %d "
7597
  "emplacement. Veuillez ajuster votre sélection."
@@ -8165,7 +8213,7 @@ msgctxt "flag listing"
8165
  msgid "Report comment is required to save a report"
8166
  msgstr ""
8167
 
8168
- #: includes/installer.php:53
8169
  msgctxt "default category name"
8170
  msgid "General"
8171
  msgstr "Général"
@@ -8374,7 +8422,7 @@ msgctxt "templates sort"
8374
  msgid "Sort By:"
8375
  msgstr "Trier par:"
8376
 
8377
- #: includes/utils.php:416
8378
  msgctxt "utils"
8379
  msgid ""
8380
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8382,62 +8430,22 @@ msgstr ""
8382
  "Les données affichées dépassent les configurations maximale permisent par "
8383
  "PHP. Voir les directive \"post_max_size\"."
8384
 
8385
- #: includes/utils.php:463
8386
- msgctxt "utils"
8387
- msgid "File size (%s) exceeds maximum file size of %s"
8388
- msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
8389
-
8390
- #: includes/utils.php:471
8391
- msgctxt "utils"
8392
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8393
- msgstr ""
8394
- "La taille du fichier (%s) est inférieur au minimum de taille de fichier "
8395
- "requise de %s"
8396
-
8397
- #: includes/utils.php:480 includes/utils.php:487
8398
  msgctxt "utils"
8399
  msgid "File type \"%s\" is not allowed"
8400
  msgstr "Le type de fichier \"%s\" n'est pas autorisé"
8401
 
8402
- #: includes/utils.php:494
8403
  msgctxt "utils"
8404
  msgid "Unkown error while uploading file."
8405
  msgstr "Une erreur inconnue est survenu lors de l'upload du fichier."
8406
 
8407
- #: includes/utils.php:513
8408
  msgctxt "utils"
8409
  msgid "Uploaded file is not an image"
8410
  msgstr "Le fichier transféré n'est pas une image"
8411
 
8412
- #: includes/utils.php:522
8413
- msgctxt "utils"
8414
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8415
- msgstr ""
8416
- "La largeur de l'image (%s px) est inférieur à la largeur minimum requise de "
8417
- "%s px."
8418
-
8419
- #: includes/utils.php:528
8420
- msgctxt "utils"
8421
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8422
- msgstr ""
8423
- "La hauteur de l'image (%s px) est inférieur à la hauteur minimum requise de "
8424
- "%s px."
8425
-
8426
- #: includes/utils.php:534
8427
- msgctxt "utils"
8428
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8429
- msgstr ""
8430
- "La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
8431
- "%s px."
8432
-
8433
- #: includes/utils.php:540
8434
- msgctxt "utils"
8435
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8436
- msgstr ""
8437
- "La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
8438
- "%s px."
8439
-
8440
- #: includes/utils.php:554
8441
  msgctxt "utils"
8442
  msgid "Error while uploading file"
8443
  msgstr "Erreur durant l'upload du fichier"
@@ -8473,16 +8481,6 @@ msgctxt "delete listing"
8473
  msgid "You are about to remove your listing \"%s\" from the directory."
8474
  msgstr "Vous êtes sur le point d'effacer votre annonce \"%s\" de l'annuaire."
8475
 
8476
- #: templates/delete-listing-confirm.tpl.php:24
8477
- msgctxt "delete listing"
8478
- msgid "No. Take me back to the directory."
8479
- msgstr "Non, redirigez-moi vers l'annuaire."
8480
-
8481
- #: templates/delete-listing-confirm.tpl.php:25
8482
- msgctxt "delete listing"
8483
- msgid "Yes. Delete my listing."
8484
- msgstr "Oui, effacer l'annonce."
8485
-
8486
  #: includes/views/listing_contact.php:51
8487
  msgctxt "contact-message"
8488
  msgid "Please enter your name."
@@ -8685,13 +8683,6 @@ msgctxt "search"
8685
  msgid "Clear"
8686
  msgstr "Effacer"
8687
 
8688
- #: includes/views/show_listing.php:12
8689
- msgctxt "preview"
8690
- msgid "This is just a preview. The listing has not been published yet."
8691
- msgstr ""
8692
- "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
8693
- "publiée."
8694
-
8695
  #: includes/views/submit_listing.php:1138
8696
  msgctxt "listing submit"
8697
  msgid ""
@@ -8704,7 +8695,7 @@ msgid "Change category/plan"
8704
  msgstr "Changer de catégorie / Plan"
8705
 
8706
  #: includes/widgets/class-listings-widget.php:45
8707
- #: includes/widgets/widget-search.php:22
8708
  msgctxt "widgets"
8709
  msgid "Title:"
8710
  msgstr "Titre:"
@@ -8765,18 +8756,18 @@ msgctxt "widgets"
8765
  msgid "Display listings in random order"
8766
  msgstr "Afficher les annonces de façon aléatoire"
8767
 
8768
- #: includes/widgets/widget-latest-listings.php:11
8769
  msgctxt "widgets"
8770
  msgid "Business Directory - Latest Listings"
8771
  msgstr "Business Directory - Dernières annonces"
8772
 
8773
- #: includes/widgets/widget-latest-listings.php:12
8774
  msgctxt "widgets"
8775
  msgid "Displays a list of the latest listings in the Business Directory."
8776
  msgstr ""
8777
  "Afficher une liste des dernières annonces dans l'annuaire professionnel."
8778
 
8779
- #: includes/widgets/widget-latest-listings.php:14
8780
  msgctxt "widgets"
8781
  msgid "Latest Listings"
8782
  msgstr "Dernières annonces"
@@ -8796,53 +8787,48 @@ msgctxt "widgets"
8796
  msgid "Random Listings"
8797
  msgstr "Annonces aléatoires"
8798
 
8799
- #: includes/widgets/widget-search.php:10
8800
  msgctxt "widgets"
8801
  msgid "Business Directory - Search"
8802
  msgstr "Business Directory - Recherche"
8803
 
8804
- #: includes/widgets/widget-search.php:11
8805
  msgctxt "widgets"
8806
  msgid "Displays a search form to look for Business Directory listings."
8807
  msgstr ""
8808
  "Afficher un formulaire de recherche pour les annonces de Business Directory."
8809
 
8810
- #: includes/widgets/widget-search.php:18
8811
  msgctxt "widgets"
8812
  msgid "Search the Business Directory"
8813
  msgstr "Rechercher l'annuaire professionnel"
8814
 
8815
- #: includes/widgets/widget-search.php:29
8816
  msgctxt "widgets"
8817
  msgid "Form Style:"
8818
  msgstr "Style de formulaire:"
8819
 
8820
- #: includes/widgets/widget-search.php:37
8821
  msgctxt "widgets"
8822
  msgid "Basic"
8823
  msgstr "Basic"
8824
 
8825
- #: includes/widgets/widget-search.php:45
8826
  msgctxt "widgets"
8827
  msgid "Advanced"
8828
  msgstr "Avancé"
8829
 
8830
- #: includes/widgets/widget-search.php:49
8831
  msgctxt "widgets"
8832
  msgid "Search Fields (advanced mode):"
8833
  msgstr "Champ de recherche (mode avancé)"
8834
 
8835
- #: includes/widgets/widget-search.php:50
8836
  msgctxt "widgets"
8837
  msgid "Display the following fields in the form."
8838
  msgstr "Afficher les champs suivants dans le formulaire."
8839
 
8840
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8841
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8842
- #: templates/admin/csv-import.tpl.php:117
8843
- #: templates/admin/csv-import.tpl.php:143
8844
- #: templates/admin/csv-import.tpl.php:154
8845
- #: templates/admin/csv-import.tpl.php:204
8846
  msgctxt "admin forms"
8847
  msgid "required"
8848
  msgstr "requis"
@@ -8932,22 +8918,11 @@ msgctxt "admin sidebar"
8932
  msgid "Video Tutorials"
8933
  msgstr "Vidéo tutoriels"
8934
 
8935
- #: templates/admin/themes-delete-confirm.tpl.php:1
8936
- #: templates/admin/themes-delete-confirm.tpl.php:13
8937
- msgctxt "themes admin"
8938
- msgid "Delete Directory Theme"
8939
- msgstr "Catégories de l'annuaire"
8940
-
8941
  #: templates/admin/themes-delete-confirm.tpl.php:3
8942
  msgctxt "themes admin"
8943
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8944
  msgstr "Etes-vous sûr de vouloir effacer le \"%s\" thème ?"
8945
 
8946
- #: templates/admin/themes-delete-confirm.tpl.php:12
8947
- msgctxt "themes admin"
8948
- msgid "Cancel"
8949
- msgstr "Annuler"
8950
-
8951
  #: templates/admin/uninstall-capture-form.tpl.php:5
8952
  msgctxt "uninstall"
8953
  msgid "It doesn't work with my theme/plugins/site"
@@ -9211,6 +9186,39 @@ msgctxt "send-access-keys"
9211
  msgid "Continue"
9212
  msgstr "Continuer"
9213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9214
  #~ msgctxt "admin settings"
9215
  #~ msgid ""
9216
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+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"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
 
20
+ #: includes/admin/class-admin-controller.php:81
21
  #: templates/admin/payments-note.tpl.php:13
22
  #: templates/delete-listing-confirm.tpl.php:19
23
  #, fuzzy
24
  msgid "Are you sure you want to do this?"
25
  msgstr "Êtes-vous sûr de vouloir faire ça ?"
26
 
27
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
28
  #, fuzzy
29
  msgid "Help"
30
  msgstr "Aide"
98
  msgid "Yes, please!"
99
  msgstr "Oui, s'il vous plait !"
100
 
101
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
102
  #, fuzzy
103
  msgid "No, thanks"
104
  msgstr "Non, merci"
260
 
261
  #: includes/admin/form-fields.php:31
262
  #: includes/fields/class-fieldtypes-social.php:138
263
+ #: templates/admin/csv-import.tpl.php:325
264
  #, fuzzy
265
  msgid "Type"
266
  msgstr "Type"
811
  msgid "Uninstall"
812
  msgstr "Désinstaller"
813
 
814
+ #: includes/admin/settings/class-settings.php:513
815
  msgid "%s cannot include spaces, commas, or &"
816
  msgstr ""
817
 
818
+ #: includes/admin/tracking.php:221
819
  #, fuzzy
820
  msgid "Allow Tracking"
821
  msgstr "Autoriser l'analyse"
892
  msgid "Duration"
893
  msgstr "Durée"
894
 
895
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
896
+ #, fuzzy
897
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
898
+ msgstr "! Impossible de migrer les frais \"%s\" (%d)"
899
+
900
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
901
+ #, fuzzy
902
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
903
+ msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
904
+
905
  #: includes/admin/views/modules/list.php:10
906
  #, fuzzy
907
  msgid "Directory Modules"
1073
  msgid "Settings"
1074
  msgstr "Paramètres"
1075
 
1076
+ #: includes/class-wpbdp.php:579
1077
  #, fuzzy
1078
  msgid "Could not find listing ID"
1079
  msgstr "Impossible de contacter le serveur de licences"
1080
 
1081
+ #: includes/class-wpbdp.php:586
1082
  #, fuzzy
1083
  msgid ""
1084
  "Could not verify the image upload request. If problem persists contact site "
1087
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1088
  "erreurs et soumettre à nouveau."
1089
 
1090
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1091
  #, fuzzy
1092
  msgid "Could not find image ID"
1093
  msgstr "Impossible de mettre à jour le thème: %s"
1094
 
1095
+ #: includes/class-wpbdp.php:625
1096
  msgid ""
1097
  "The directory features are disabled at this time because a <a>manual "
1098
  "upgrade</a> is pending."
1101
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
1102
  "de poursuivre."
1103
 
1104
+ #: includes/class-wpbdp.php:632
1105
  msgid ""
1106
  "The directory is not available at this time. Please try again in a few "
1107
  "minutes or contact the administrator if the problem persists."
1110
  "quelques minutes ou contactez l'administrateur si le problème persiste."
1111
 
1112
  #: includes/compatibility/class-navxt-integration.php:204
1113
+ #: includes/widgets/widget-search.php:125
1114
  #: templates/admin/payments-index.tpl.php:13
1115
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1116
  #: templates/search.tpl.php:3
1287
  "à cocher)."
1288
 
1289
  #: includes/fields/class-fieldtypes-select.php:262
1290
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1291
+ #: templates/admin/csv-import.tpl.php:120
1292
+ #: templates/admin/csv-import.tpl.php:148
1293
+ #: templates/admin/csv-import.tpl.php:161
1294
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1295
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1296
  #, fuzzy
1297
  msgid "required"
1298
  msgstr "requis"
1458
  msgid "Word Count Validator"
1459
  msgstr "Validateur de nombre entier"
1460
 
1461
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1462
  #, fuzzy
1463
  msgid "Field"
1464
  msgstr "Champ"
1511
  msgstr "%s doit être au format %s."
1512
 
1513
  #. translators: %1$s: field label, %2$s allowed values
1514
+ #: includes/form-fields.php:824
1515
  #, fuzzy
1516
  msgid "%1$s is invalid. Value most be one of %2$s."
1517
  msgstr "%s est invalide. La valeur doit être l'un des %s."
1714
  msgid "Default"
1715
  msgstr "Frais par défaut"
1716
 
1717
+ #: includes/themes.php:952
1718
  #, fuzzy
1719
  msgid "ZIP file is not a valid Business Directory theme file."
1720
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
1721
 
1722
+ #: includes/utils.php:465
1723
+ #, fuzzy
1724
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1725
+ msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
1726
+
1727
+ #: includes/utils.php:474
1728
+ #, fuzzy
1729
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1730
+ msgstr ""
1731
+ "La taille du fichier (%s) est inférieur au minimum de taille de fichier "
1732
+ "requise de %s"
1733
+
1734
+ #: includes/utils.php:527
1735
+ #, fuzzy
1736
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1737
+ msgstr ""
1738
+ "La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
1739
+ "%s px."
1740
+
1741
+ #: includes/utils.php:535
1742
+ #, fuzzy
1743
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1744
+ msgstr ""
1745
+ "La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
1746
+ "%s px."
1747
+
1748
+ #: includes/utils.php:543
1749
+ #, fuzzy
1750
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1751
+ msgstr ""
1752
+ "La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
1753
+ "%s px."
1754
+
1755
+ #: includes/utils.php:551
1756
+ #, fuzzy
1757
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1758
+ msgstr ""
1759
+ "La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
1760
+ "%s px."
1761
+
1762
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1763
  #: includes/views/flag_listing.php:56
1764
  #, fuzzy
1803
  msgid "That listing cannot yet be renewed."
1804
  msgstr "L'annonce a été mise à jour."
1805
 
1806
+ #: includes/views/show_listing.php:12
1807
+ #, fuzzy
1808
+ msgid "This is just a preview. The listing has not been published yet."
1809
+ msgstr ""
1810
+ "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
1811
+ "publiée."
1812
+
1813
  #: includes/views/submit_listing.php:544
1814
  #, fuzzy
1815
  msgid "Listing Images"
1872
  "Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
1873
  "souhaitez pas en créer de nouvelles, sélectionnez cette option!"
1874
 
1875
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1876
+ #, fuzzy
1877
+ msgid "CSV File Settings"
1878
+ msgstr "Paramètres des fichiers CSV"
1879
+
1880
+ #: templates/admin/csv-export.tpl.php:116
1881
+ #: templates/admin/csv-import.tpl.php:147
1882
+ #, fuzzy
1883
+ msgid "Image Separator"
1884
+ msgstr "Séparateur d'image"
1885
+
1886
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1887
  #: templates/admin/csv-import.tpl.php:34
1888
  #, fuzzy
1893
  "Nous vous recommandons vivement la lecture de notre document d'importation "
1894
  "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
1895
 
1896
+ #: templates/admin/csv-import.tpl.php:45
1897
+ #, fuzzy
1898
+ msgid "Import Files"
1899
+ msgstr "Importer les fichiers"
1900
+
1901
+ #: templates/admin/csv-import.tpl.php:50
1902
+ #, fuzzy
1903
+ msgid "CSV File"
1904
+ msgstr "Fichier CSV"
1905
+
1906
+ #: templates/admin/csv-import.tpl.php:83
1907
+ #, fuzzy
1908
+ msgid "ZIP file containing images"
1909
+ msgstr "Fichiers ZIP contenant des images"
1910
+
1911
+ #: templates/admin/csv-import.tpl.php:119
1912
+ #, fuzzy
1913
+ msgid "Column Separator"
1914
+ msgstr "Séparateur de colonne"
1915
+
1916
+ #: templates/admin/csv-import.tpl.php:160
1917
+ #, fuzzy
1918
+ msgid "Category Separator"
1919
+ msgstr "Séparateur de catégorie"
1920
+
1921
+ #: templates/admin/csv-import.tpl.php:173
1922
+ #, fuzzy
1923
+ msgid "Import settings"
1924
+ msgstr "Paramètres d'importation"
1925
+
1926
+ #: templates/admin/csv-import.tpl.php:177
1927
+ #, fuzzy
1928
+ msgid "Post status of new imported listings"
1929
+ msgstr "Statut des messages des annonces importées"
1930
+
1931
+ #: templates/admin/csv-import.tpl.php:194
1932
+ #, fuzzy
1933
+ msgid "Post status of existing imported listings"
1934
+ msgstr "Statut des messages des annonces importées"
1935
+
1936
+ #: templates/admin/csv-import.tpl.php:212
1937
+ #, fuzzy
1938
+ msgid "Missing categories handling"
1939
+ msgstr "Gestion des catégories manquantes"
1940
+
1941
+ #: templates/admin/csv-import.tpl.php:220
1942
+ #, fuzzy
1943
+ msgid "Auto-create categories"
1944
+ msgstr "Création automatique des catégories"
1945
+
1946
+ #: templates/admin/csv-import.tpl.php:225
1947
+ #, fuzzy
1948
+ msgid "Generate errors when a category is not found"
1949
+ msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
1950
+
1951
+ #: templates/admin/csv-import.tpl.php:242
1952
+ #: templates/admin/csv-import.tpl.php:249
1953
+ #, fuzzy
1954
+ msgid "Assign listings to a user?"
1955
+ msgstr "Assigner des listes à un utilisateur ?"
1956
+
1957
+ #: templates/admin/csv-import.tpl.php:266
1958
+ #, fuzzy
1959
+ msgid "Default listing user"
1960
+ msgstr "Annonce par défault de l'utilisateur"
1961
+
1962
+ #: templates/admin/csv-import.tpl.php:272
1963
+ #, fuzzy
1964
+ msgid ""
1965
+ "This user will be used if the username column is not present in the CSV file."
1966
+ msgstr ""
1967
+ "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
1968
+ "figure pas dans le fichier CSV."
1969
+
1970
+ #: templates/admin/csv-import.tpl.php:277
1971
+ #, fuzzy
1972
+ msgid "Number of listings imported on every cycle"
1973
+ msgstr "Nombre d'affichage d'annonce:"
1974
+
1975
+ #: templates/admin/csv-import.tpl.php:285
1976
+ msgid ""
1977
+ "If you are having trouble importing listings due to memory problems, try "
1978
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1979
+ "result in a longer batch import time, but will increase the chance of "
1980
+ "success on shared hosting platforms and other resource-constrained servers."
1981
+ msgstr ""
1982
+
1983
+ #: templates/admin/csv-import.tpl.php:290
1984
  #, fuzzy
1985
  msgid "Disable email notifications during import?"
1986
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
1987
 
1988
+ #: templates/admin/csv-import.tpl.php:297
1989
  #, fuzzy
1990
  msgid "Disable email notifications."
1991
  msgstr "Désactiver les notifications par e-mail."
1992
 
1993
+ #: templates/admin/csv-import.tpl.php:314
1994
+ #, fuzzy
1995
+ msgid ""
1996
+ "The following are the valid header names to be used in the CSV file. "
1997
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1998
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1999
+ "how an import file should look like."
2000
+ msgstr ""
2001
+ "Voici les noms d'en-tête pouvant être utilisées dans le fichier CSV. Champs "
2002
+ "à valeurs multiples (tels que catégorie ou tags) peuvent apparaître "
2003
+ "plusieurs fois dans le fichier. Cliquez sur <a href=\"%s\">\"Voir un exemple "
2004
+ "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
2005
+ "d'importation devrait ressembler."
2006
+
2007
+ #: templates/admin/csv-import.tpl.php:323
2008
+ #, fuzzy
2009
+ msgid "Header name/label"
2010
+ msgstr "Nom/Etiquette de l'en-tête"
2011
+
2012
+ #: templates/admin/csv-import.tpl.php:326
2013
+ #, fuzzy
2014
+ msgid "Required?"
2015
+ msgstr "Requis ?"
2016
+
2017
+ #: templates/admin/csv-import.tpl.php:327
2018
+ #, fuzzy
2019
+ msgid "Multivalued?"
2020
+ msgstr "Valeurs multiples ?"
2021
+
2022
+ #: templates/admin/csv-import.tpl.php:359
2023
+ #, fuzzy
2024
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
2025
+ msgstr ""
2026
+ "Liste séparée de la cotation des images par un point-virgule (à partir du "
2027
+ "fichier ZIP)"
2028
+
2029
+ #: templates/admin/csv-import.tpl.php:366
2030
+ #, fuzzy
2031
+ msgid "Listing author's username"
2032
+ msgstr "Nom d'utilisateur de l'auteur de l'annonce"
2033
+
2034
  #: templates/admin/debug-info.tpl.php:5
2035
  #, fuzzy
2036
  msgid ""
2505
  msgstr "E-mail précédents"
2506
 
2507
  #: templates/admin/settings-email.tpl.php:103
2508
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2509
  #: templates/listing-flagging-form.tpl.php:64
2510
  #, fuzzy
2511
  msgid "Cancel"
2640
  msgid "Need help?"
2641
  msgstr ""
2642
 
2643
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2644
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2645
+ #, fuzzy
2646
+ msgid "Delete Directory Theme"
2647
+ msgstr "Catégories de l'annuaire"
2648
+
2649
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2650
  #, fuzzy
2651
  msgid "Upload Directory Theme"
2882
  msgid "Next"
2883
  msgstr "Suivant"
2884
 
2885
+ #: templates/delete-listing-confirm.tpl.php:24
2886
+ #, fuzzy
2887
+ msgid "No. Take me back to the directory."
2888
+ msgstr "Non, redirigez-moi vers l'annuaire."
2889
+
2890
+ #: templates/delete-listing-confirm.tpl.php:25
2891
+ #, fuzzy
2892
+ msgid "Yes. Delete my listing."
2893
+ msgstr "Oui, effacer l'annonce."
2894
+
2895
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2896
  #, fuzzy
2897
  msgid "Search Results"
2910
  msgid "(not published yet)"
2911
  msgstr "(pas encore publié)"
2912
 
2913
+ #: templates/email/listing-payment-completed.tpl.php:25
2914
+ #, fuzzy
2915
+ msgid "Plan"
2916
+ msgstr "Plan tarifaire"
2917
+
2918
  #: templates/email-access-keys.tpl.php:1
2919
  #, fuzzy
2920
  msgid ""
3200
  msgid "Business Directory Team"
3201
  msgstr "Annuaire Professionnel"
3202
 
3203
+ #: includes/admin/class-admin-controller.php:83
3204
  msgctxt "admin confirm"
3205
  msgid "No, go back"
3206
  msgstr "Non, reviens"
3207
 
3208
+ #: includes/admin/class-admin-controller.php:84
3209
  msgctxt "admin confirm"
3210
  msgid "Yes, I'm sure"
3211
  msgstr "Oui, je suis sûr"
3428
  "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
3429
  "format CSV."
3430
 
3431
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3432
  msgctxt "admin csv-import"
3433
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3434
  msgstr ""
3435
  "... ou <a>sélectionner un fichier téléchargé dans le dossier des "
3436
  "importations</a>"
3437
 
3438
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3439
  msgctxt "admin csv-import"
3440
  msgid "(Upload new file)"
3441
  msgstr "(télécharger un nouveau fichier)"
3442
 
3443
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3444
  msgctxt "admin csv-import"
3445
  msgid "Comma (,)"
3446
  msgstr "Virgule (,)"
3447
 
3448
+ #: templates/admin/csv-import.tpl.php:135
3449
  msgctxt "admin csv-import"
3450
  msgid "Semicolon (;)"
3451
  msgstr "Point-virgule (;)"
3452
 
3453
+ #: templates/admin/csv-import.tpl.php:141
3454
  msgctxt "admin csv-import"
3455
  msgid "TAB"
3456
  msgstr "Onglet"
3457
 
3458
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3459
  #, fuzzy
3460
  msgctxt "admin csv-import"
3461
  msgid "Preserve existing status"
3462
  msgstr "Statut liste"
3463
 
3464
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3465
  msgctxt "admin csv-import"
3466
  msgid "Keep existing listing images?"
3467
  msgstr "Liste des images ?"
3468
 
3469
+ #: templates/admin/csv-import.tpl.php:236
3470
  msgctxt "admin csv-import"
3471
  msgid "Keep existing images."
3472
  msgstr "Liste des images."
3473
 
3474
+ #: templates/admin/csv-import.tpl.php:237
3475
  msgctxt "admin csv-import"
3476
  msgid "Appends new images while keeping current ones."
3477
  msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
3478
 
3479
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3480
  msgctxt "admin csv-import"
3481
  msgid "Use a default user for listings?"
3482
  msgstr "Utiliser l'image par défault pour les annonces sans images ?"
3483
 
3484
+ #: templates/admin/csv-import.tpl.php:261
3485
  msgctxt "admin csv-import"
3486
  msgid ""
3487
  "Select a default user to be used if the username column is not present in "
3490
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
3491
  "figure pas dans le fichier CSV."
3492
 
3493
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3494
  msgctxt "admin csv-import"
3495
  msgid "Test Import"
3496
  msgstr "Tester l'importation"
3497
 
3498
+ #: templates/admin/csv-import.tpl.php:305
3499
  msgctxt "admin csv-import"
3500
  msgid "Import Listings"
3501
  msgstr "Importation des listes"
3502
 
3503
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3504
  #, fuzzy
3505
  msgctxt "admin csv-import"
3506
  msgid ""
3511
  "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
3512
  "externes."
3513
 
3514
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
 
 
3515
  msgctxt "admin csv-import"
3516
  msgid ""
3517
  "Internal Sequence ID used to allow listing updates from external sources."
3519
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
3520
  "provenant de sources externes."
3521
 
3522
+ #: templates/admin/csv-import.tpl.php:380
3523
  msgctxt "admin csv-import"
3524
  msgid ""
3525
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
4026
  msgid "Listing T&C acceptance date"
4027
  msgstr "Annonce créée"
4028
 
 
 
 
 
 
4029
  #: templates/admin/csv-export.tpl.php:97
4030
  msgctxt "admin csv-export"
4031
  msgid "What operating system will you use to edit the CSV file?"
4055
  "nous devons générer différentes versions du fichier pour chaque système "
4056
  "d'exploitation."
4057
 
4058
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
4059
  msgctxt "admin csv-export"
4060
  msgid "Category Separator"
4061
  msgstr "Séparateur de catégorie"
4062
 
4063
+ #: templates/admin/csv-export.tpl.php:141
4064
  msgctxt "admin csv-export"
4065
  msgid "Export Listings"
4066
  msgstr "Listes d'exportation"
4067
 
4068
+ #: templates/admin/csv-export.tpl.php:147
4069
  msgctxt "admin csv-export"
4070
  msgid "Export in Progress..."
4071
  msgstr "Exportation en cours..."
4072
 
4073
+ #: templates/admin/csv-export.tpl.php:148
4074
  msgctxt "admin csv-export"
4075
  msgid ""
4076
  "Your export file is being prepared. Please <u>do not leave</u> this page "
4079
  "Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
4080
  "page jusqu'à la fin de l'export."
4081
 
4082
+ #: templates/admin/csv-export.tpl.php:151
4083
  msgctxt "admin csv-export"
4084
  msgid "No. of listings:"
4085
  msgstr "Numéro de l'annonce:"
4086
 
4087
+ #: templates/admin/csv-export.tpl.php:153
4088
  msgctxt "admin csv-export"
4089
  msgid "Approximate export file size:"
4090
  msgstr "Taille aproximative du fichier exporté:"
4091
 
4092
+ #: templates/admin/csv-export.tpl.php:160
4093
  msgctxt "admin csv-export"
4094
  msgid "Cancel Export"
4095
  msgstr "Annuler l'exportation"
4096
 
4097
+ #: templates/admin/csv-export.tpl.php:165
4098
  msgctxt "admin csv-export"
4099
  msgid "Export Complete"
4100
  msgstr "Exportation complète"
4101
 
4102
+ #: templates/admin/csv-export.tpl.php:166
4103
  msgctxt "admin csv-export"
4104
  msgid ""
4105
  "Your export file has been successfully created and it is now ready for "
4108
  "Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
4109
  "téléchargement."
4110
 
4111
+ #: templates/admin/csv-export.tpl.php:170
4112
  #, fuzzy
4113
  msgctxt "admin csv-export"
4114
  msgid "Download %1$s (%2$s)"
4115
  msgstr "Téléchargement %s (%s)"
4116
 
4117
+ #: templates/admin/csv-export.tpl.php:177
4118
  msgctxt "admin csv-export"
4119
  msgid ""
4120
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4124
  "d'effacer toutes les données temporaires créées par le plugin durant le "
4125
  "processus d'exportation."
4126
 
4127
+ #: templates/admin/csv-export.tpl.php:178
4128
  msgctxt "admin csv-export"
4129
  msgid "Cleanup"
4130
  msgstr "Nettoyer"
4131
 
4132
+ #: templates/admin/csv-export.tpl.php:183
4133
  msgctxt "admin csv-export"
4134
  msgid "Export Canceled"
4135
  msgstr "Exportation annulée"
4136
 
4137
+ #: templates/admin/csv-export.tpl.php:184
4138
  msgctxt "admin csv-export"
4139
  msgid "The export has been canceled."
4140
  msgstr "L'exportation a été annulée."
4141
 
4142
+ #: templates/admin/csv-export.tpl.php:185
4143
  msgctxt "admin csv-export"
4144
  msgid "← Return to CSV Export"
4145
  msgstr "←Retourner vers l'export CSV"
4222
  msgstr "ID d'élément non valide"
4223
 
4224
  #: includes/admin/class-themes-admin.php:421
4225
+ #: includes/admin/upgrades/class-themes-updater.php:170
4226
  msgctxt "themes"
4227
  msgid "Could not update theme: %s"
4228
  msgstr "Impossible de mettre à jour le thème: %s"
4229
 
4230
+ #: includes/admin/upgrades/class-themes-updater.php:132
4231
  msgctxt "themes"
4232
  msgid "Updating theme..."
4233
  msgstr "Mise à jour du thème..."
4234
 
4235
+ #: includes/admin/upgrades/class-themes-updater.php:133
4236
  msgctxt "themes"
4237
  msgid "Theme updated."
4238
  msgstr "Thème mis à jour."
4239
 
4240
+ #: includes/admin/upgrades/class-themes-updater.php:135
4241
  msgctxt "themes"
4242
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4243
  msgstr ""
4244
  "Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
4245
 
4246
+ #: includes/admin/upgrades/class-themes-updater.php:176
4247
  msgctxt "themes"
4248
  msgid "Theme was updated successfully."
4249
  msgstr "Le thème a été mis à jour avec succès."
4250
 
4251
+ #: includes/themes.php:960
4252
  msgctxt "themes"
4253
  msgid "Could not create themes directory."
4254
  msgstr "Impossible de créer le répertoire de thèmes."
4255
 
4256
+ #: includes/themes.php:971
4257
  msgctxt "themes"
4258
  msgid "Could not remove previous theme directory \"%s\"."
4259
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
4260
 
4261
+ #: includes/themes.php:979
4262
  msgctxt "themes"
4263
  msgid "Could not move new theme into theme directory."
4264
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
6819
  msgid "Cropped"
6820
  msgstr ""
6821
 
6822
+ #: includes/admin/settings/class-settings.php:493
6823
+ #: includes/admin/settings/class-settings.php:504
6824
  msgctxt "settings"
6825
  msgid "\"%s\" can not be empty."
6826
  msgstr "\"%s\" ne peut pas être vide."
6827
 
6828
+ #: includes/admin/settings/class-settings.php:521
6829
  msgctxt "settings"
6830
  msgid "The slug \"%s\" is already in use for another taxonomy."
6831
  msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
6885
  msgid "Time: %s"
6886
  msgstr "Date: %s"
6887
 
6888
+ #: includes/admin/tracking.php:188
6889
  msgctxt "tracking"
6890
  msgid "Help Improve Business Directory"
6891
  msgstr "Aider à améliorer Business Directory"
6892
 
6893
+ #: includes/admin/tracking.php:190
6894
  msgctxt "tracking"
6895
  msgid ""
6896
  "Can Business Directory keep track of your theme, plugins, and other non-"
6901
  "et autres informations non-personnel, ou identifiants, afin de nous aider à "
6902
  "améliorer nos futures mises à jour ?"
6903
 
6904
+ #: includes/admin/tracking.php:192
6905
  msgctxt "tracking"
6906
  msgid "What do you track?"
6907
  msgstr "Qu'est-ce que vous analysez ?"
6964
  msgid "Migrating fee plans..."
6965
  msgstr "Migration des plans d'honoraires. . ."
6966
 
 
 
 
 
 
6967
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6968
  msgctxt "installer"
6969
  msgid "! Could not migrate payment #%d"
6998
  msgstr "Migration des informations de licence au nouveau format. . ."
6999
 
7000
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7001
+ #, fuzzy
7002
  msgctxt "installer"
7003
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7004
  msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
7005
 
7006
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7007
+ #, fuzzy
7008
  msgctxt "installer"
7009
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7010
  msgstr ""
7011
  "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
7012
  "%d"
7021
  msgid "Listing edit payment (BD < 3.4)"
7022
  msgstr "Edition de l'annonce de paiement (BD<3.4)"
7023
 
7024
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
7025
  msgctxt "installer"
7026
  msgid "Listing upgrade to featured"
7027
  msgstr "Mise à jour des annonces vers prioritaire"
7028
 
7029
+ #: includes/installer.php:61
7030
  msgctxt "installer"
7031
  msgid "Default Fee"
7032
  msgstr "Frais par défaut"
7322
  msgid "Payment Details"
7323
  msgstr "Détails de paiement"
7324
 
 
 
 
 
 
 
7325
  #: templates/email/listing-payment-completed.tpl.php:32
7326
  #, fuzzy
7327
  msgctxt "notify email"
7383
  msgid "Find a Listing"
7384
  msgstr "Trouver une annonce"
7385
 
7386
+ #: includes/class-meta.php:195
7387
  msgctxt "title"
7388
  msgid "Listings tagged: %s"
7389
  msgstr "Annonces marquées: %s"
7632
  msgstr "Impossible de télécharger d'images pour cette annonce."
7633
 
7634
  #: includes/class-wpbdp.php:480
7635
+ #, fuzzy
7636
  msgctxt "listing image upload"
7637
  msgid ""
7638
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7639
+ "Please adjust your selection."
7640
  msgid_plural ""
7641
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7642
+ "Please adjust your selection."
7643
  msgstr[0] ""
7644
  "Vous essayez de télécharger %d images, mais vous possédez seulement %d "
7645
  "emplacement. Veuillez ajuster votre sélection."
8213
  msgid "Report comment is required to save a report"
8214
  msgstr ""
8215
 
8216
+ #: includes/installer.php:52
8217
  msgctxt "default category name"
8218
  msgid "General"
8219
  msgstr "Général"
8422
  msgid "Sort By:"
8423
  msgstr "Trier par:"
8424
 
8425
+ #: includes/utils.php:417
8426
  msgctxt "utils"
8427
  msgid ""
8428
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8430
  "Les données affichées dépassent les configurations maximale permisent par "
8431
  "PHP. Voir les directive \"post_max_size\"."
8432
 
8433
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
 
 
8434
  msgctxt "utils"
8435
  msgid "File type \"%s\" is not allowed"
8436
  msgstr "Le type de fichier \"%s\" n'est pas autorisé"
8437
 
8438
+ #: includes/utils.php:497
8439
  msgctxt "utils"
8440
  msgid "Unkown error while uploading file."
8441
  msgstr "Une erreur inconnue est survenu lors de l'upload du fichier."
8442
 
8443
+ #: includes/utils.php:517
8444
  msgctxt "utils"
8445
  msgid "Uploaded file is not an image"
8446
  msgstr "Le fichier transféré n'est pas une image"
8447
 
8448
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8449
  msgctxt "utils"
8450
  msgid "Error while uploading file"
8451
  msgstr "Erreur durant l'upload du fichier"
8481
  msgid "You are about to remove your listing \"%s\" from the directory."
8482
  msgstr "Vous êtes sur le point d'effacer votre annonce \"%s\" de l'annuaire."
8483
 
 
 
 
 
 
 
 
 
 
 
8484
  #: includes/views/listing_contact.php:51
8485
  msgctxt "contact-message"
8486
  msgid "Please enter your name."
8683
  msgid "Clear"
8684
  msgstr "Effacer"
8685
 
 
 
 
 
 
 
 
8686
  #: includes/views/submit_listing.php:1138
8687
  msgctxt "listing submit"
8688
  msgid ""
8695
  msgstr "Changer de catégorie / Plan"
8696
 
8697
  #: includes/widgets/class-listings-widget.php:45
8698
+ #: includes/widgets/widget-search.php:28
8699
  msgctxt "widgets"
8700
  msgid "Title:"
8701
  msgstr "Titre:"
8756
  msgid "Display listings in random order"
8757
  msgstr "Afficher les annonces de façon aléatoire"
8758
 
8759
+ #: includes/widgets/widget-latest-listings.php:12
8760
  msgctxt "widgets"
8761
  msgid "Business Directory - Latest Listings"
8762
  msgstr "Business Directory - Dernières annonces"
8763
 
8764
+ #: includes/widgets/widget-latest-listings.php:13
8765
  msgctxt "widgets"
8766
  msgid "Displays a list of the latest listings in the Business Directory."
8767
  msgstr ""
8768
  "Afficher une liste des dernières annonces dans l'annuaire professionnel."
8769
 
8770
+ #: includes/widgets/widget-latest-listings.php:16
8771
  msgctxt "widgets"
8772
  msgid "Latest Listings"
8773
  msgstr "Dernières annonces"
8787
  msgid "Random Listings"
8788
  msgstr "Annonces aléatoires"
8789
 
8790
+ #: includes/widgets/widget-search.php:11
8791
  msgctxt "widgets"
8792
  msgid "Business Directory - Search"
8793
  msgstr "Business Directory - Recherche"
8794
 
8795
+ #: includes/widgets/widget-search.php:13
8796
  msgctxt "widgets"
8797
  msgid "Displays a search form to look for Business Directory listings."
8798
  msgstr ""
8799
  "Afficher un formulaire de recherche pour les annonces de Business Directory."
8800
 
8801
+ #: includes/widgets/widget-search.php:22
8802
  msgctxt "widgets"
8803
  msgid "Search the Business Directory"
8804
  msgstr "Rechercher l'annuaire professionnel"
8805
 
8806
+ #: includes/widgets/widget-search.php:35
8807
  msgctxt "widgets"
8808
  msgid "Form Style:"
8809
  msgstr "Style de formulaire:"
8810
 
8811
+ #: includes/widgets/widget-search.php:44
8812
  msgctxt "widgets"
8813
  msgid "Basic"
8814
  msgstr "Basic"
8815
 
8816
+ #: includes/widgets/widget-search.php:54
8817
  msgctxt "widgets"
8818
  msgid "Advanced"
8819
  msgstr "Avancé"
8820
 
8821
+ #: includes/widgets/widget-search.php:59
8822
  msgctxt "widgets"
8823
  msgid "Search Fields (advanced mode):"
8824
  msgstr "Champ de recherche (mode avancé)"
8825
 
8826
+ #: includes/widgets/widget-search.php:60
8827
  msgctxt "widgets"
8828
  msgid "Display the following fields in the form."
8829
  msgstr "Afficher les champs suivants dans le formulaire."
8830
 
8831
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8832
  msgctxt "admin forms"
8833
  msgid "required"
8834
  msgstr "requis"
8918
  msgid "Video Tutorials"
8919
  msgstr "Vidéo tutoriels"
8920
 
 
 
 
 
 
 
8921
  #: templates/admin/themes-delete-confirm.tpl.php:3
8922
  msgctxt "themes admin"
8923
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8924
  msgstr "Etes-vous sûr de vouloir effacer le \"%s\" thème ?"
8925
 
 
 
 
 
 
8926
  #: templates/admin/uninstall-capture-form.tpl.php:5
8927
  msgctxt "uninstall"
8928
  msgid "It doesn't work with my theme/plugins/site"
9186
  msgid "Continue"
9187
  msgstr "Continuer"
9188
 
9189
+ #~ msgctxt "admin csv-import"
9190
+ #~ msgid "Assign listings to a user."
9191
+ #~ msgstr "Assigner des listes à un utilisateur."
9192
+
9193
+ #~ msgctxt "admin csv-import"
9194
+ #~ msgid "Field"
9195
+ #~ msgstr "Champ"
9196
+
9197
+ #~ msgctxt "admin csv-export"
9198
+ #~ msgid "CSV File Settings"
9199
+ #~ msgstr "Paramètres du fichier CSV"
9200
+
9201
+ #~ msgctxt "admin csv-export"
9202
+ #~ msgid "Image Separator"
9203
+ #~ msgstr "Séparateur d'image"
9204
+
9205
+ #~ msgctxt "utils"
9206
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9207
+ #~ msgstr ""
9208
+ #~ "La largeur de l'image (%s px) est inférieur à la largeur minimum requise "
9209
+ #~ "de %s px."
9210
+
9211
+ #~ msgctxt "utils"
9212
+ #~ msgid ""
9213
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9214
+ #~ msgstr ""
9215
+ #~ "La hauteur de l'image (%s px) est inférieur à la hauteur minimum requise "
9216
+ #~ "de %s px."
9217
+
9218
+ #~ msgctxt "themes admin"
9219
+ #~ msgid "Cancel"
9220
+ #~ msgstr "Annuler"
9221
+
9222
  #~ msgctxt "admin settings"
9223
  #~ msgid ""
9224
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-24 19:42:43+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -23,14 +23,14 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
 
26
- #: includes/admin/class-admin-controller.php:80
27
  #: templates/admin/payments-note.tpl.php:13
28
  #: templates/delete-listing-confirm.tpl.php:19
29
  #, fuzzy
30
  msgid "Are you sure you want to do this?"
31
  msgstr "Sei sicuro di volerlo fare?"
32
 
33
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
34
  #, fuzzy
35
  msgid "Help"
36
  msgstr "Aiuto"
@@ -103,7 +103,7 @@ msgstr ""
103
  msgid "Yes, please!"
104
  msgstr "Sì, per favore!"
105
 
106
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
107
  #, fuzzy
108
  msgid "No, thanks"
109
  msgstr "No, Grazie"
@@ -260,7 +260,7 @@ msgstr "Immagini"
260
 
261
  #: includes/admin/form-fields.php:31
262
  #: includes/fields/class-fieldtypes-social.php:138
263
- #: templates/admin/csv-import.tpl.php:305
264
  #, fuzzy
265
  msgid "Type"
266
  msgstr "Tipo"
@@ -816,11 +816,11 @@ msgstr "Indirizzo e-mail del mittente"
816
  msgid "Uninstall"
817
  msgstr "Disinstalla"
818
 
819
- #: includes/admin/settings/class-settings.php:512
820
  msgid "%s cannot include spaces, commas, or &"
821
  msgstr ""
822
 
823
- #: includes/admin/tracking.php:220
824
  #, fuzzy
825
  msgid "Allow Tracking"
826
  msgstr "Consenti il monitoraggio"
@@ -894,6 +894,16 @@ msgstr "Etichetta della Donazione"
894
  msgid "Duration"
895
  msgstr "Durata"
896
 
 
 
 
 
 
 
 
 
 
 
897
  #: includes/admin/views/modules/list.php:10
898
  #, fuzzy
899
  msgid "Directory Modules"
@@ -1068,23 +1078,23 @@ msgstr ""
1068
  msgid "Settings"
1069
  msgstr "Impostazioni"
1070
 
1071
- #: includes/class-wpbdp.php:578
1072
  #, fuzzy
1073
  msgid "Could not find listing ID"
1074
  msgstr "Impossibile contattare il server di licenza"
1075
 
1076
- #: includes/class-wpbdp.php:585
1077
  msgid ""
1078
  "Could not verify the image upload request. If problem persists contact site "
1079
  "admin."
1080
  msgstr ""
1081
 
1082
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1083
  #, fuzzy
1084
  msgid "Could not find image ID"
1085
  msgstr "Non è stato possibile aggiornare il tema: %s"
1086
 
1087
- #: includes/class-wpbdp.php:624
1088
  msgid ""
1089
  "The directory features are disabled at this time because a <a>manual "
1090
  "upgrade</a> is pending."
@@ -1092,7 +1102,7 @@ msgstr ""
1092
  "Le funzioni della directory sono disattivate in questo momento perché è in "
1093
  "attesa di un <a>aggiornamento manuale</a>."
1094
 
1095
- #: includes/class-wpbdp.php:631
1096
  msgid ""
1097
  "The directory is not available at this time. Please try again in a few "
1098
  "minutes or contact the administrator if the problem persists."
@@ -1101,7 +1111,7 @@ msgstr ""
1101
  "contattare l'amministratore se il problema persiste."
1102
 
1103
  #: includes/compatibility/class-navxt-integration.php:204
1104
- #: includes/widgets/widget-search.php:112
1105
  #: templates/admin/payments-index.tpl.php:13
1106
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1107
  #: templates/search.tpl.php:3
@@ -1277,8 +1287,12 @@ msgstr ""
1277
  "di controllo)."
1278
 
1279
  #: includes/fields/class-fieldtypes-select.php:262
1280
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1281
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1282
  #, fuzzy
1283
  msgid "required"
1284
  msgstr "richiesto"
@@ -1445,7 +1459,7 @@ msgstr "Validatore di data"
1445
  msgid "Word Count Validator"
1446
  msgstr "Validatore del conteggio delle parole"
1447
 
1448
- #: includes/form-fields.php:594
1449
  #, fuzzy
1450
  msgid "Field"
1451
  msgstr "Campo"
@@ -1500,7 +1514,7 @@ msgid "%1$s must have less than %2$d words."
1500
  msgstr "%s deve avere meno di %d parole."
1501
 
1502
  #. translators: %1$s: field label, %2$s allowed values
1503
- #: includes/form-fields.php:822
1504
  #, fuzzy
1505
  msgid "%1$s is invalid. Value most be one of %2$s."
1506
  msgstr "%1$s non è valido. Valore più essere uno di %2$s."
@@ -1703,11 +1717,52 @@ msgstr "Gestione delle Donazioni ricevute"
1703
  msgid "Default"
1704
  msgstr "Canone predefinito"
1705
 
1706
- #: includes/themes.php:951
1707
  #, fuzzy
1708
  msgid "ZIP file is not a valid Business Directory theme file."
1709
  msgstr "Il file ZIP non è un file tema BD valido."
1710
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1711
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1712
  #: includes/views/flag_listing.php:56
1713
  #, fuzzy
@@ -1756,6 +1811,11 @@ msgstr "Modifica Abbonamento"
1756
  msgid "That listing cannot yet be renewed."
1757
  msgstr "Questo annuncio non è stato segnalato"
1758
 
 
 
 
 
 
1759
  #: includes/views/submit_listing.php:544
1760
  #, fuzzy
1761
  msgid "Listing Images"
@@ -1818,6 +1878,17 @@ msgstr ""
1818
  "Se si prevede di reimportare gli elenchi in BD e non si desidera crearne "
1819
  "nuovi, selezionare questa opzione!"
1820
 
 
 
 
 
 
 
 
 
 
 
 
1821
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1822
  #: templates/admin/csv-import.tpl.php:34
1823
  #, fuzzy
@@ -1828,16 +1899,148 @@ msgstr ""
1828
  "Raccomandiamo vivamente di leggere prima la nostra <a>documentazione di "
1829
  "importazione CSV</a> per aiutarvi a fare le cose nel giusto ordine."
1830
 
1831
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1832
  #, fuzzy
1833
  msgid "Disable email notifications during import?"
1834
  msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
1835
 
1836
- #: templates/admin/csv-import.tpl.php:281
1837
  #, fuzzy
1838
  msgid "Disable email notifications."
1839
  msgstr "Disattiva le notifiche di posta elettronica."
1840
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1841
  #: templates/admin/debug-info.tpl.php:5
1842
  #, fuzzy
1843
  msgid ""
@@ -2336,6 +2539,7 @@ msgid "Preview email"
2336
  msgstr "Anteprima e-mail"
2337
 
2338
  #: templates/admin/settings-email.tpl.php:103
 
2339
  #: templates/listing-flagging-form.tpl.php:64
2340
  #, fuzzy
2341
  msgid "Cancel"
@@ -2470,6 +2674,12 @@ msgstr "Tipiace questo plugin?"
2470
  msgid "Need help?"
2471
  msgstr ""
2472
 
 
 
 
 
 
 
2473
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2474
  #, fuzzy
2475
  msgid "Upload Directory Theme"
@@ -2712,6 +2922,16 @@ msgstr "Codice postale"
2712
  msgid "Next"
2713
  msgstr "Successivo"
2714
 
 
 
 
 
 
 
 
 
 
 
2715
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2716
  #, fuzzy
2717
  msgid "Search Results"
@@ -2730,6 +2950,11 @@ msgstr "Torna all'elenco"
2730
  msgid "(not published yet)"
2731
  msgstr "(non ancora pubblicato)"
2732
 
 
 
 
 
 
2733
  #: templates/email-access-keys.tpl.php:1
2734
  #, fuzzy
2735
  msgid ""
@@ -3016,12 +3241,12 @@ msgstr ""
3016
  msgid "Business Directory Team"
3017
  msgstr "Business Directory"
3018
 
3019
- #: includes/admin/class-admin-controller.php:82
3020
  msgctxt "admin confirm"
3021
  msgid "No, go back"
3022
  msgstr "No, torna indietro"
3023
 
3024
- #: includes/admin/class-admin-controller.php:83
3025
  msgctxt "admin confirm"
3026
  msgid "Yes, I'm sure"
3027
  msgstr "Si', sono sicuro che"
@@ -3245,136 +3470,59 @@ msgid "Here, you can import data into your directory using the CSV format."
3245
  msgstr ""
3246
  "Qui puoi importare i dati nella tua directory utilizzando il formato CSV."
3247
 
3248
- #: templates/admin/csv-import.tpl.php:45
3249
- msgctxt "admin csv-import"
3250
- msgid "Import Files"
3251
- msgstr "Importa Files"
3252
-
3253
- #: templates/admin/csv-import.tpl.php:50
3254
- msgctxt "admin csv-import"
3255
- msgid "CSV File"
3256
- msgstr "CSV data"
3257
-
3258
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3259
  msgctxt "admin csv-import"
3260
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3261
  msgstr ""
3262
  ".... o <a>selezionare un file caricato nella cartella di importazione</a>"
3263
 
3264
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3265
  msgctxt "admin csv-import"
3266
  msgid "(Upload new file)"
3267
  msgstr "(Carica nuovo file)"
3268
 
3269
- #: templates/admin/csv-import.tpl.php:81
3270
- msgctxt "admin csv-import"
3271
- msgid "ZIP file containing images"
3272
- msgstr "File ZIP contenente immagini"
3273
-
3274
- #: templates/admin/csv-import.tpl.php:113
3275
- msgctxt "admin csv-import"
3276
- msgid "CSV File Settings"
3277
- msgstr "Impostazioni file CSV"
3278
-
3279
- #: templates/admin/csv-import.tpl.php:117
3280
- msgctxt "admin csv-import"
3281
- msgid "Column Separator"
3282
- msgstr "Separatore Colonna"
3283
-
3284
- #: templates/admin/csv-import.tpl.php:125
3285
  msgctxt "admin csv-import"
3286
  msgid "Comma (,)"
3287
  msgstr "Comma (,)"
3288
 
3289
- #: templates/admin/csv-import.tpl.php:131
3290
  msgctxt "admin csv-import"
3291
  msgid "Semicolon (;)"
3292
  msgstr "Punto e virgola (;)"
3293
 
3294
- #: templates/admin/csv-import.tpl.php:137
3295
  msgctxt "admin csv-import"
3296
  msgid "TAB"
3297
  msgstr "TAB"
3298
 
3299
- #: templates/admin/csv-import.tpl.php:143
3300
- msgctxt "admin csv-import"
3301
- msgid "Image Separator"
3302
- msgstr "Separatore di immagini"
3303
-
3304
- #: templates/admin/csv-import.tpl.php:154
3305
- msgctxt "admin csv-import"
3306
- msgid "Category Separator"
3307
- msgstr "Separatore di Categoria"
3308
-
3309
- #: templates/admin/csv-import.tpl.php:165
3310
- msgctxt "admin csv-import"
3311
- msgid "Import settings"
3312
- msgstr "Importa le impostazioni"
3313
-
3314
- #: templates/admin/csv-import.tpl.php:169
3315
- #, fuzzy
3316
- msgctxt "admin csv-import"
3317
- msgid "Post status of new imported listings"
3318
- msgstr "Stato delle inserzioni importate"
3319
-
3320
- #: templates/admin/csv-import.tpl.php:186
3321
- #, fuzzy
3322
- msgctxt "admin csv-import"
3323
- msgid "Post status of existing imported listings"
3324
- msgstr "Stato delle inserzioni importate"
3325
-
3326
- #: templates/admin/csv-import.tpl.php:190
3327
  #, fuzzy
3328
  msgctxt "admin csv-import"
3329
  msgid "Preserve existing status"
3330
  msgstr "Stato Inserzione"
3331
 
3332
- #: templates/admin/csv-import.tpl.php:204
3333
- msgctxt "admin csv-import"
3334
- msgid "Missing categories handling"
3335
- msgstr "Gestione delle categorie mancanti"
3336
-
3337
- #: templates/admin/csv-import.tpl.php:209
3338
- msgctxt "admin csv-import"
3339
- msgid "Auto-create categories"
3340
- msgstr "Creazione automatica delle categorie"
3341
-
3342
- #: templates/admin/csv-import.tpl.php:212
3343
- msgctxt "admin csv-import"
3344
- msgid "Generate errors when a category is not found"
3345
- msgstr "Generare errori quando una categoria non viene trovata"
3346
-
3347
- #: templates/admin/csv-import.tpl.php:217
3348
  msgctxt "admin csv-import"
3349
  msgid "Keep existing listing images?"
3350
  msgstr "Mantenere le immagini dell'elenco esistenti?"
3351
 
3352
- #: templates/admin/csv-import.tpl.php:222
3353
  msgctxt "admin csv-import"
3354
  msgid "Keep existing images."
3355
  msgstr "Conservare le immagini esistenti."
3356
 
3357
- #: templates/admin/csv-import.tpl.php:223
3358
  msgctxt "admin csv-import"
3359
  msgid "Appends new images while keeping current ones."
3360
  msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
3361
 
3362
- #: templates/admin/csv-import.tpl.php:228
3363
- msgctxt "admin csv-import"
3364
- msgid "Assign listings to a user?"
3365
- msgstr "Assegna annunci a un utente?"
3366
-
3367
- #: templates/admin/csv-import.tpl.php:234
3368
- msgctxt "admin csv-import"
3369
- msgid "Assign listings to a user."
3370
- msgstr "Assegnare le inserzioni ad un utente."
3371
-
3372
- #: templates/admin/csv-import.tpl.php:239
3373
  msgctxt "admin csv-import"
3374
  msgid "Use a default user for listings?"
3375
  msgstr "Utilizzare un utente predefinito per gli elenchi?"
3376
 
3377
- #: templates/admin/csv-import.tpl.php:245
3378
  msgctxt "admin csv-import"
3379
  msgid ""
3380
  "Select a default user to be used if the username column is not present in "
@@ -3383,83 +3531,17 @@ msgstr ""
3383
  "Selezionare un utente predefinito da utilizzare se la colonna nome utente "
3384
  "non è presente nel file CSV."
3385
 
3386
- #: templates/admin/csv-import.tpl.php:250
3387
- msgctxt "admin csv-import"
3388
- msgid "Default listing user"
3389
- msgstr "Utente predefinito"
3390
-
3391
- #: templates/admin/csv-import.tpl.php:256
3392
- msgctxt "admin csv-import"
3393
- msgid ""
3394
- "This user will be used if the username column is not present in the CSV file."
3395
- msgstr ""
3396
- "Questo utente verrà utilizzato se la colonna username non è presente nel "
3397
- "file CSV."
3398
-
3399
- #: templates/admin/csv-import.tpl.php:261
3400
- msgctxt "admin csv-import"
3401
- msgid "Number of listings imported on every cycle"
3402
- msgstr "Numero di elenchi importati per ogni ciclo"
3403
-
3404
- #: templates/admin/csv-import.tpl.php:269
3405
- msgctxt "admin csv-import"
3406
- msgid ""
3407
- "If you are having trouble importing listings due to memory problems, try "
3408
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3409
- "result in a longer batch import time, but will increase the chance of "
3410
- "success on shared hosting platforms and other resource-constrained servers."
3411
- msgstr ""
3412
- "Se si riscontrano problemi nell'importazione di elenchi a causa di problemi "
3413
- "di memoria, provare a ridurre la dimensione del batch di importazione a 5 o "
3414
- "1 e quindi riprovare. Questo si tradurrà in un tempo di importazione batch "
3415
- "più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
3416
- "condiviso e altri server con risorse limitate."
3417
-
3418
- #: templates/admin/csv-import.tpl.php:288
3419
  msgctxt "admin csv-import"
3420
  msgid "Test Import"
3421
  msgstr "Test importazione"
3422
 
3423
- #: templates/admin/csv-import.tpl.php:289
3424
  msgctxt "admin csv-import"
3425
  msgid "Import Listings"
3426
  msgstr "Importa Annunci"
3427
 
3428
- #: templates/admin/csv-import.tpl.php:296
3429
- msgctxt "admin csv-import"
3430
- msgid ""
3431
- "The following are the valid header names to be used in the CSV file. "
3432
- "Multivalued fields (such as category or tags) can appear multiple times in "
3433
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3434
- "how an import file should look like."
3435
- msgstr ""
3436
- "Di seguito sono riportati i nomi di intestazione validi da utilizzare nel "
3437
- "file CSV. I campi multivalore (ad esempio categoria o tag) possono essere "
3438
- "visualizzati più volte nel file. Clicva <a href=\"%s\">\"Vedi un esempio di "
3439
- "file di importazione CSV\"</a> Per vedere come un file di importazione deve "
3440
- "essere."
3441
-
3442
- #: templates/admin/csv-import.tpl.php:303
3443
- msgctxt "admin csv-import"
3444
- msgid "Header name/label"
3445
- msgstr "Nome intestazione / etichetta"
3446
-
3447
- #: templates/admin/csv-import.tpl.php:304
3448
- msgctxt "admin csv-import"
3449
- msgid "Field"
3450
- msgstr "Campo"
3451
-
3452
- #: templates/admin/csv-import.tpl.php:306
3453
- msgctxt "admin csv-import"
3454
- msgid "Required?"
3455
- msgstr "Necessario?"
3456
-
3457
- #: templates/admin/csv-import.tpl.php:307
3458
- msgctxt "admin csv-import"
3459
- msgid "Multivalued?"
3460
- msgstr "Multivalore?"
3461
-
3462
- #: templates/admin/csv-import.tpl.php:332
3463
  msgctxt "admin csv-import"
3464
  msgid ""
3465
  "Fee ID (integer) associated to a listing. Use this column when adding or "
@@ -3468,17 +3550,7 @@ msgstr ""
3468
  "Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
3469
  "aggiungere o aggiornare gli elenchi da fonti esterne."
3470
 
3471
- #: templates/admin/csv-import.tpl.php:339
3472
- msgctxt "admin csv-import"
3473
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3474
- msgstr "Elenco separato di immagini (dal file ZIP)"
3475
-
3476
- #: templates/admin/csv-import.tpl.php:346
3477
- msgctxt "admin csv-import"
3478
- msgid "Listing author's username"
3479
- msgstr "Elenco degli utenti"
3480
-
3481
- #: templates/admin/csv-import.tpl.php:353
3482
  msgctxt "admin csv-import"
3483
  msgid ""
3484
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3486,7 +3558,7 @@ msgstr ""
3486
  "ID di sequenza interna utilizzata per consentire l'elenco degli "
3487
  "aggiornamenti da fonti esterne."
3488
 
3489
- #: templates/admin/csv-import.tpl.php:360
3490
  msgctxt "admin csv-import"
3491
  msgid ""
3492
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3979,11 +4051,6 @@ msgctxt "admin csv-export"
3979
  msgid "Listing T&C acceptance date"
3980
  msgstr "Annuncio creato"
3981
 
3982
- #: templates/admin/csv-export.tpl.php:93
3983
- msgctxt "admin csv-export"
3984
- msgid "CSV File Settings"
3985
- msgstr "Impostazioni file CSV"
3986
-
3987
  #: templates/admin/csv-export.tpl.php:97
3988
  msgctxt "admin csv-export"
3989
  msgid "What operating system will you use to edit the CSV file?"
@@ -4012,27 +4079,22 @@ msgstr ""
4012
  "siano visualizzate correttamente quando visualizzate o modificate il file "
4013
  "CSV, dobbiamo generare diverse versioni del file per ogni sistema operativo."
4014
 
4015
- #: templates/admin/csv-export.tpl.php:116
4016
- msgctxt "admin csv-export"
4017
- msgid "Image Separator"
4018
- msgstr "Separatore di immagini"
4019
-
4020
- #: templates/admin/csv-export.tpl.php:127
4021
  msgctxt "admin csv-export"
4022
  msgid "Category Separator"
4023
  msgstr "Separatore di Categoria"
4024
 
4025
- #: templates/admin/csv-export.tpl.php:139
4026
  msgctxt "admin csv-export"
4027
  msgid "Export Listings"
4028
  msgstr "Esporta Annunci"
4029
 
4030
- #: templates/admin/csv-export.tpl.php:145
4031
  msgctxt "admin csv-export"
4032
  msgid "Export in Progress..."
4033
  msgstr "Esportazione in corso ..."
4034
 
4035
- #: templates/admin/csv-export.tpl.php:146
4036
  msgctxt "admin csv-export"
4037
  msgid ""
4038
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -4041,27 +4103,27 @@ msgstr ""
4041
  "Il file di esportazione è in preparando. Assolutamente <u>non chiudere</u> "
4042
  "questa pagina finché l'esportazione non finisce."
4043
 
4044
- #: templates/admin/csv-export.tpl.php:149
4045
  msgctxt "admin csv-export"
4046
  msgid "No. of listings:"
4047
  msgstr "Numero di Annunci:"
4048
 
4049
- #: templates/admin/csv-export.tpl.php:151
4050
  msgctxt "admin csv-export"
4051
  msgid "Approximate export file size:"
4052
  msgstr "Dimensione approssimativa del file di esportazione:"
4053
 
4054
- #: templates/admin/csv-export.tpl.php:158
4055
  msgctxt "admin csv-export"
4056
  msgid "Cancel Export"
4057
  msgstr "Annulla l'esportazione"
4058
 
4059
- #: templates/admin/csv-export.tpl.php:163
4060
  msgctxt "admin csv-export"
4061
  msgid "Export Complete"
4062
  msgstr "Esportazione completata"
4063
 
4064
- #: templates/admin/csv-export.tpl.php:164
4065
  msgctxt "admin csv-export"
4066
  msgid ""
4067
  "Your export file has been successfully created and it is now ready for "
@@ -4070,13 +4132,13 @@ msgstr ""
4070
  "Il file di esportazione è stato creato con successo e ora è pronto per il "
4071
  "download."
4072
 
4073
- #: templates/admin/csv-export.tpl.php:168
4074
  #, fuzzy
4075
  msgctxt "admin csv-export"
4076
  msgid "Download %1$s (%2$s)"
4077
  msgstr "Download %s (%s)"
4078
 
4079
- #: templates/admin/csv-export.tpl.php:175
4080
  msgctxt "admin csv-export"
4081
  msgid ""
4082
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -4086,22 +4148,22 @@ msgstr ""
4086
  "dati temporanei creati da Business Directory durante il processo di "
4087
  "esportazione."
4088
 
4089
- #: templates/admin/csv-export.tpl.php:176
4090
  msgctxt "admin csv-export"
4091
  msgid "Cleanup"
4092
  msgstr "Pulire"
4093
 
4094
- #: templates/admin/csv-export.tpl.php:181
4095
  msgctxt "admin csv-export"
4096
  msgid "Export Canceled"
4097
  msgstr "Esportazione annullata"
4098
 
4099
- #: templates/admin/csv-export.tpl.php:182
4100
  msgctxt "admin csv-export"
4101
  msgid "The export has been canceled."
4102
  msgstr "L'esportazione è stata annullata."
4103
 
4104
- #: templates/admin/csv-export.tpl.php:183
4105
  msgctxt "admin csv-export"
4106
  msgid "← Return to CSV Export"
4107
  msgstr "← Ritorna all'esportazione di CSV"
@@ -4183,42 +4245,42 @@ msgid "Invalid theme ID"
4183
  msgstr "ID articolo non valido"
4184
 
4185
  #: includes/admin/class-themes-admin.php:421
4186
- #: includes/admin/upgrades/class-themes-updater.php:169
4187
  msgctxt "themes"
4188
  msgid "Could not update theme: %s"
4189
  msgstr "Non è stato possibile aggiornare il tema: %s"
4190
 
4191
- #: includes/admin/upgrades/class-themes-updater.php:131
4192
  msgctxt "themes"
4193
  msgid "Updating theme..."
4194
  msgstr "Aggiornamento del tema....."
4195
 
4196
- #: includes/admin/upgrades/class-themes-updater.php:132
4197
  msgctxt "themes"
4198
  msgid "Theme updated."
4199
  msgstr "Tema aggiornato."
4200
 
4201
- #: includes/admin/upgrades/class-themes-updater.php:134
4202
  msgctxt "themes"
4203
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4204
  msgstr "Nuova versione disponibile (<b>%s</b>).. <a>Aggiorna ora.</a>"
4205
 
4206
- #: includes/admin/upgrades/class-themes-updater.php:175
4207
  msgctxt "themes"
4208
  msgid "Theme was updated successfully."
4209
  msgstr "Il tema è stato aggiornato con successo."
4210
 
4211
- #: includes/themes.php:959
4212
  msgctxt "themes"
4213
  msgid "Could not create themes directory."
4214
  msgstr "Impossibile creare una directory dei temi."
4215
 
4216
- #: includes/themes.php:970
4217
  msgctxt "themes"
4218
  msgid "Could not remove previous theme directory \"%s\"."
4219
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
4220
 
4221
- #: includes/themes.php:978
4222
  msgctxt "themes"
4223
  msgid "Could not move new theme into theme directory."
4224
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
@@ -6777,13 +6839,13 @@ msgctxt "settings"
6777
  msgid "Cropped"
6778
  msgstr ""
6779
 
6780
- #: includes/admin/settings/class-settings.php:492
6781
- #: includes/admin/settings/class-settings.php:503
6782
  msgctxt "settings"
6783
  msgid "\"%s\" can not be empty."
6784
  msgstr "\"%s\" non può essere vuoto."
6785
 
6786
- #: includes/admin/settings/class-settings.php:520
6787
  msgctxt "settings"
6788
  msgid "The slug \"%s\" is already in use for another taxonomy."
6789
  msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
@@ -6843,12 +6905,12 @@ msgctxt "contact email"
6843
  msgid "Time: %s"
6844
  msgstr "Tempo: %s"
6845
 
6846
- #: includes/admin/tracking.php:187
6847
  msgctxt "tracking"
6848
  msgid "Help Improve Business Directory"
6849
  msgstr "Aiuta a migliorare la directory aziendale"
6850
 
6851
- #: includes/admin/tracking.php:189
6852
  msgctxt "tracking"
6853
  msgid ""
6854
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6859,7 +6921,7 @@ msgstr ""
6859
  "informazioni non personali e non identificabili per aiutarci a testare il "
6860
  "plugin per le versioni future?"
6861
 
6862
- #: includes/admin/tracking.php:191
6863
  msgctxt "tracking"
6864
  msgid "What do you track?"
6865
  msgstr "Cosa traccia?"
@@ -6923,11 +6985,6 @@ msgctxt "installer"
6923
  msgid "Migrating fee plans..."
6924
  msgstr "Migrazione dei piani tariffari....."
6925
 
6926
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6927
- msgctxt "installer"
6928
- msgid "! Could not migrate fee \"%s\" (%d)"
6929
- msgstr "! Impossibile migrare il canone \"%s\" (%d)"
6930
-
6931
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6932
  msgctxt "installer"
6933
  msgid "! Could not migrate payment #%d"
@@ -6963,13 +7020,15 @@ msgid "Migrating payments information."
6963
  msgstr "Migrazione delle informazioni sui pagamenti."
6964
 
6965
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
6966
  msgctxt "installer"
6967
- msgid "Cleaning up listing fees information... %d/%d"
6968
  msgstr "Pulizia delle informazioni sui piani tariffari.... %d/%d"
6969
 
6970
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
6971
  msgctxt "installer"
6972
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6973
  msgstr "Migrazione di transazioni precedenti ai nuovi pagamenti API... %d/%d"
6974
 
6975
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -6982,17 +7041,12 @@ msgctxt "installer"
6982
  msgid "Listing edit payment (BD < 3.4)"
6983
  msgstr "Modificare il pagamento dell'annuncio(BD < 3.4)"
6984
 
6985
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6986
- msgctxt "installer"
6987
- msgid "Renewal fee \"%s\" for category \"%s\""
6988
- msgstr "Canone di rinnovo \"%s\" per la categoria \"%s\"."
6989
-
6990
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6991
  msgctxt "installer"
6992
  msgid "Listing upgrade to featured"
6993
  msgstr "Upgrade ell'annuncio a In Evidenza"
6994
 
6995
- #: includes/installer.php:62
6996
  msgctxt "installer"
6997
  msgid "Default Fee"
6998
  msgstr "Canone predefinito"
@@ -7294,12 +7348,6 @@ msgctxt "notify email"
7294
  msgid "Payment Details"
7295
  msgstr "Dettagli del piano"
7296
 
7297
- #: templates/email/listing-payment-completed.tpl.php:25
7298
- #, fuzzy
7299
- msgctxt "notify email"
7300
- msgid "Plan"
7301
- msgstr "Piano tariffario"
7302
-
7303
  #: templates/email/listing-payment-completed.tpl.php:32
7304
  #, fuzzy
7305
  msgctxt "notify email"
@@ -7358,7 +7406,7 @@ msgctxt "title"
7358
  msgid "Find a Listing"
7359
  msgstr "Trova un annuncio"
7360
 
7361
- #: includes/class-meta.php:194
7362
  msgctxt "title"
7363
  msgid "Listings tagged: %s"
7364
  msgstr "Annunci taggati: %s"
@@ -7597,13 +7645,14 @@ msgid "Can not upload any more images for this listing."
7597
  msgstr "Non è possibile caricare altre immagini per questo annuncio."
7598
 
7599
  #: includes/class-wpbdp.php:480
 
7600
  msgctxt "listing image upload"
7601
  msgid ""
7602
- "You're trying to upload %d images, but only have %d slot available. Please "
7603
- "adjust your selection."
7604
  msgid_plural ""
7605
- "You're trying to upload %d images, but only have %d slots available. Please "
7606
- "adjust your selection."
7607
  msgstr[0] ""
7608
  "Stai cercando di caricare %d immagini, ma hai solo %d slot disponibile. Si "
7609
  "prega di modificare la selezione."
@@ -8180,7 +8229,7 @@ msgctxt "flag listing"
8180
  msgid "Report comment is required to save a report"
8181
  msgstr "Il commento è necessario per salvare una segnalazione"
8182
 
8183
- #: includes/installer.php:53
8184
  msgctxt "default category name"
8185
  msgid "General"
8186
  msgstr "Generale"
@@ -8389,7 +8438,7 @@ msgctxt "templates sort"
8389
  msgid "Sort By:"
8390
  msgstr "Ordina per:"
8391
 
8392
- #: includes/utils.php:416
8393
  msgctxt "utils"
8394
  msgid ""
8395
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8397,61 +8446,22 @@ msgstr ""
8397
  "I dati inviati come POST superano il massimo di configurazione PHP. Si veda "
8398
  "la direttiva \"post_max_size\"."
8399
 
8400
- #: includes/utils.php:463
8401
- msgctxt "utils"
8402
- msgid "File size (%s) exceeds maximum file size of %s"
8403
- msgstr ""
8404
- "La dimensione del file (%s) supera la dimensione massima del file di %s"
8405
-
8406
- #: includes/utils.php:471
8407
- msgctxt "utils"
8408
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8409
- msgstr ""
8410
- "La dimensione del file (%s) è inferiore alla dimensione minima richiesta di "
8411
- "%s"
8412
-
8413
- #: includes/utils.php:480 includes/utils.php:487
8414
  msgctxt "utils"
8415
  msgid "File type \"%s\" is not allowed"
8416
  msgstr "Il tipo di file \"%s\" non è consentito"
8417
 
8418
- #: includes/utils.php:494
8419
  msgctxt "utils"
8420
  msgid "Unkown error while uploading file."
8421
  msgstr "Errore durante il caricamento del file."
8422
 
8423
- #: includes/utils.php:513
8424
  msgctxt "utils"
8425
  msgid "Uploaded file is not an image"
8426
  msgstr "Il file caricato non è un'immagine"
8427
 
8428
- #: includes/utils.php:522
8429
- msgctxt "utils"
8430
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8431
- msgstr ""
8432
- "La larghezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
8433
-
8434
- #: includes/utils.php:528
8435
- msgctxt "utils"
8436
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8437
- msgstr ""
8438
- "L'altezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
8439
-
8440
- #: includes/utils.php:534
8441
- msgctxt "utils"
8442
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8443
- msgstr ""
8444
- "La larghezza dell'immagine (%s px) è troppo grande rispetto al massimo "
8445
- "consentito di: %s px."
8446
-
8447
- #: includes/utils.php:540
8448
- msgctxt "utils"
8449
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8450
- msgstr ""
8451
- "L'altezza dell'immagine (%s px) è troppo grande rispetto al massimo "
8452
- "consentito che è: %s px."
8453
-
8454
- #: includes/utils.php:554
8455
  msgctxt "utils"
8456
  msgid "Error while uploading file"
8457
  msgstr "Errore durante il caricamento del file"
@@ -8487,16 +8497,6 @@ msgctxt "delete listing"
8487
  msgid "You are about to remove your listing \"%s\" from the directory."
8488
  msgstr "Stai per rimuovere il tuo annuncio \"%s\" dalla directory."
8489
 
8490
- #: templates/delete-listing-confirm.tpl.php:24
8491
- msgctxt "delete listing"
8492
- msgid "No. Take me back to the directory."
8493
- msgstr "No. Riportatemi all'elenco."
8494
-
8495
- #: templates/delete-listing-confirm.tpl.php:25
8496
- msgctxt "delete listing"
8497
- msgid "Yes. Delete my listing."
8498
- msgstr "Si'. Cancellare il mio annuncio."
8499
-
8500
  #: includes/views/listing_contact.php:51
8501
  msgctxt "contact-message"
8502
  msgid "Please enter your name."
@@ -8693,11 +8693,6 @@ msgctxt "search"
8693
  msgid "Clear"
8694
  msgstr "Cancella"
8695
 
8696
- #: includes/views/show_listing.php:12
8697
- msgctxt "preview"
8698
- msgid "This is just a preview. The listing has not been published yet."
8699
- msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
8700
-
8701
  #: includes/views/submit_listing.php:1138
8702
  msgctxt "listing submit"
8703
  msgid ""
@@ -8712,7 +8707,7 @@ msgid "Change category/plan"
8712
  msgstr "Cambia categoria/piano"
8713
 
8714
  #: includes/widgets/class-listings-widget.php:45
8715
- #: includes/widgets/widget-search.php:22
8716
  msgctxt "widgets"
8717
  msgid "Title:"
8718
  msgstr "Titolo:"
@@ -8772,17 +8767,17 @@ msgctxt "widgets"
8772
  msgid "Display listings in random order"
8773
  msgstr "Visualizzare gli annunci in ordine casuale"
8774
 
8775
- #: includes/widgets/widget-latest-listings.php:11
8776
  msgctxt "widgets"
8777
  msgid "Business Directory - Latest Listings"
8778
  msgstr "Business Directory - Ultimi Annunci"
8779
 
8780
- #: includes/widgets/widget-latest-listings.php:12
8781
  msgctxt "widgets"
8782
  msgid "Displays a list of the latest listings in the Business Directory."
8783
  msgstr "Visualizza un elenco degli ultimi annunci nella Business Directory."
8784
 
8785
- #: includes/widgets/widget-latest-listings.php:14
8786
  msgctxt "widgets"
8787
  msgid "Latest Listings"
8788
  msgstr "Ultimi Annunci"
@@ -8802,54 +8797,49 @@ msgctxt "widgets"
8802
  msgid "Random Listings"
8803
  msgstr "Annunci casuali"
8804
 
8805
- #: includes/widgets/widget-search.php:10
8806
  msgctxt "widgets"
8807
  msgid "Business Directory - Search"
8808
  msgstr " Business Directory - Ricerca"
8809
 
8810
- #: includes/widgets/widget-search.php:11
8811
  msgctxt "widgets"
8812
  msgid "Displays a search form to look for Business Directory listings."
8813
  msgstr ""
8814
  "Visualizza un modulo di ricerca per cercare gli annunci di Business "
8815
  "Directory."
8816
 
8817
- #: includes/widgets/widget-search.php:18
8818
  msgctxt "widgets"
8819
  msgid "Search the Business Directory"
8820
  msgstr "Ricerca nella Business Directory"
8821
 
8822
- #: includes/widgets/widget-search.php:29
8823
  msgctxt "widgets"
8824
  msgid "Form Style:"
8825
  msgstr "Stile del modulo:"
8826
 
8827
- #: includes/widgets/widget-search.php:37
8828
  msgctxt "widgets"
8829
  msgid "Basic"
8830
  msgstr "Base"
8831
 
8832
- #: includes/widgets/widget-search.php:45
8833
  msgctxt "widgets"
8834
  msgid "Advanced"
8835
  msgstr "Avanzate"
8836
 
8837
- #: includes/widgets/widget-search.php:49
8838
  msgctxt "widgets"
8839
  msgid "Search Fields (advanced mode):"
8840
  msgstr "Campi di ricerca (modalità avanzata):"
8841
 
8842
- #: includes/widgets/widget-search.php:50
8843
  msgctxt "widgets"
8844
  msgid "Display the following fields in the form."
8845
  msgstr "Visualizzare i seguenti campi nel modulo."
8846
 
8847
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8848
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8849
- #: templates/admin/csv-import.tpl.php:117
8850
- #: templates/admin/csv-import.tpl.php:143
8851
- #: templates/admin/csv-import.tpl.php:154
8852
- #: templates/admin/csv-import.tpl.php:204
8853
  msgctxt "admin forms"
8854
  msgid "required"
8855
  msgstr "richiesto"
@@ -8936,22 +8926,11 @@ msgctxt "admin sidebar"
8936
  msgid "Video Tutorials"
8937
  msgstr "Video Tutorial"
8938
 
8939
- #: templates/admin/themes-delete-confirm.tpl.php:1
8940
- #: templates/admin/themes-delete-confirm.tpl.php:13
8941
- msgctxt "themes admin"
8942
- msgid "Delete Directory Theme"
8943
- msgstr "Elimina il tema della directory"
8944
-
8945
  #: templates/admin/themes-delete-confirm.tpl.php:3
8946
  msgctxt "themes admin"
8947
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8948
  msgstr "Sei sicuro di voler eliminare il tema della directory \"%s\"?"
8949
 
8950
- #: templates/admin/themes-delete-confirm.tpl.php:12
8951
- msgctxt "themes admin"
8952
- msgid "Cancel"
8953
- msgstr "Annulla"
8954
-
8955
  #: templates/admin/uninstall-capture-form.tpl.php:5
8956
  msgctxt "uninstall"
8957
  msgid "It doesn't work with my theme/plugins/site"
@@ -9207,6 +9186,38 @@ msgctxt "send-access-keys"
9207
  msgid "Continue"
9208
  msgstr "Continua"
9209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9210
  #~ msgctxt "admin settings"
9211
  #~ msgid ""
9212
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
 
26
+ #: includes/admin/class-admin-controller.php:81
27
  #: templates/admin/payments-note.tpl.php:13
28
  #: templates/delete-listing-confirm.tpl.php:19
29
  #, fuzzy
30
  msgid "Are you sure you want to do this?"
31
  msgstr "Sei sicuro di volerlo fare?"
32
 
33
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
34
  #, fuzzy
35
  msgid "Help"
36
  msgstr "Aiuto"
103
  msgid "Yes, please!"
104
  msgstr "Sì, per favore!"
105
 
106
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
107
  #, fuzzy
108
  msgid "No, thanks"
109
  msgstr "No, Grazie"
260
 
261
  #: includes/admin/form-fields.php:31
262
  #: includes/fields/class-fieldtypes-social.php:138
263
+ #: templates/admin/csv-import.tpl.php:325
264
  #, fuzzy
265
  msgid "Type"
266
  msgstr "Tipo"
816
  msgid "Uninstall"
817
  msgstr "Disinstalla"
818
 
819
+ #: includes/admin/settings/class-settings.php:513
820
  msgid "%s cannot include spaces, commas, or &"
821
  msgstr ""
822
 
823
+ #: includes/admin/tracking.php:221
824
  #, fuzzy
825
  msgid "Allow Tracking"
826
  msgstr "Consenti il monitoraggio"
894
  msgid "Duration"
895
  msgstr "Durata"
896
 
897
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
898
+ #, fuzzy
899
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
900
+ msgstr "! Impossibile migrare il canone \"%s\" (%d)"
901
+
902
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
903
+ #, fuzzy
904
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
905
+ msgstr "Canone di rinnovo \"%s\" per la categoria \"%s\"."
906
+
907
  #: includes/admin/views/modules/list.php:10
908
  #, fuzzy
909
  msgid "Directory Modules"
1078
  msgid "Settings"
1079
  msgstr "Impostazioni"
1080
 
1081
+ #: includes/class-wpbdp.php:579
1082
  #, fuzzy
1083
  msgid "Could not find listing ID"
1084
  msgstr "Impossibile contattare il server di licenza"
1085
 
1086
+ #: includes/class-wpbdp.php:586
1087
  msgid ""
1088
  "Could not verify the image upload request. If problem persists contact site "
1089
  "admin."
1090
  msgstr ""
1091
 
1092
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1093
  #, fuzzy
1094
  msgid "Could not find image ID"
1095
  msgstr "Non è stato possibile aggiornare il tema: %s"
1096
 
1097
+ #: includes/class-wpbdp.php:625
1098
  msgid ""
1099
  "The directory features are disabled at this time because a <a>manual "
1100
  "upgrade</a> is pending."
1102
  "Le funzioni della directory sono disattivate in questo momento perché è in "
1103
  "attesa di un <a>aggiornamento manuale</a>."
1104
 
1105
+ #: includes/class-wpbdp.php:632
1106
  msgid ""
1107
  "The directory is not available at this time. Please try again in a few "
1108
  "minutes or contact the administrator if the problem persists."
1111
  "contattare l'amministratore se il problema persiste."
1112
 
1113
  #: includes/compatibility/class-navxt-integration.php:204
1114
+ #: includes/widgets/widget-search.php:125
1115
  #: templates/admin/payments-index.tpl.php:13
1116
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1117
  #: templates/search.tpl.php:3
1287
  "di controllo)."
1288
 
1289
  #: includes/fields/class-fieldtypes-select.php:262
1290
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1291
+ #: templates/admin/csv-import.tpl.php:120
1292
+ #: templates/admin/csv-import.tpl.php:148
1293
+ #: templates/admin/csv-import.tpl.php:161
1294
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1295
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1296
  #, fuzzy
1297
  msgid "required"
1298
  msgstr "richiesto"
1459
  msgid "Word Count Validator"
1460
  msgstr "Validatore del conteggio delle parole"
1461
 
1462
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1463
  #, fuzzy
1464
  msgid "Field"
1465
  msgstr "Campo"
1514
  msgstr "%s deve avere meno di %d parole."
1515
 
1516
  #. translators: %1$s: field label, %2$s allowed values
1517
+ #: includes/form-fields.php:824
1518
  #, fuzzy
1519
  msgid "%1$s is invalid. Value most be one of %2$s."
1520
  msgstr "%1$s non è valido. Valore più essere uno di %2$s."
1717
  msgid "Default"
1718
  msgstr "Canone predefinito"
1719
 
1720
+ #: includes/themes.php:952
1721
  #, fuzzy
1722
  msgid "ZIP file is not a valid Business Directory theme file."
1723
  msgstr "Il file ZIP non è un file tema BD valido."
1724
 
1725
+ #: includes/utils.php:465
1726
+ #, fuzzy
1727
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1728
+ msgstr ""
1729
+ "La dimensione del file (%s) supera la dimensione massima del file di %s"
1730
+
1731
+ #: includes/utils.php:474
1732
+ #, fuzzy
1733
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1734
+ msgstr ""
1735
+ "La dimensione del file (%s) è inferiore alla dimensione minima richiesta di "
1736
+ "%s"
1737
+
1738
+ #: includes/utils.php:527
1739
+ #, fuzzy
1740
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1741
+ msgstr ""
1742
+ "La larghezza dell'immagine (%s px) è troppo grande rispetto al massimo "
1743
+ "consentito di: %s px."
1744
+
1745
+ #: includes/utils.php:535
1746
+ #, fuzzy
1747
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1748
+ msgstr ""
1749
+ "L'altezza dell'immagine (%s px) è troppo grande rispetto al massimo "
1750
+ "consentito che è: %s px."
1751
+
1752
+ #: includes/utils.php:543
1753
+ #, fuzzy
1754
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1755
+ msgstr ""
1756
+ "La larghezza dell'immagine (%s px) è troppo grande rispetto al massimo "
1757
+ "consentito di: %s px."
1758
+
1759
+ #: includes/utils.php:551
1760
+ #, fuzzy
1761
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1762
+ msgstr ""
1763
+ "L'altezza dell'immagine (%s px) è troppo grande rispetto al massimo "
1764
+ "consentito che è: %s px."
1765
+
1766
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1767
  #: includes/views/flag_listing.php:56
1768
  #, fuzzy
1811
  msgid "That listing cannot yet be renewed."
1812
  msgstr "Questo annuncio non è stato segnalato"
1813
 
1814
+ #: includes/views/show_listing.php:12
1815
+ #, fuzzy
1816
+ msgid "This is just a preview. The listing has not been published yet."
1817
+ msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1818
+
1819
  #: includes/views/submit_listing.php:544
1820
  #, fuzzy
1821
  msgid "Listing Images"
1878
  "Se si prevede di reimportare gli elenchi in BD e non si desidera crearne "
1879
  "nuovi, selezionare questa opzione!"
1880
 
1881
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1882
+ #, fuzzy
1883
+ msgid "CSV File Settings"
1884
+ msgstr "Impostazioni file CSV"
1885
+
1886
+ #: templates/admin/csv-export.tpl.php:116
1887
+ #: templates/admin/csv-import.tpl.php:147
1888
+ #, fuzzy
1889
+ msgid "Image Separator"
1890
+ msgstr "Separatore di immagini"
1891
+
1892
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1893
  #: templates/admin/csv-import.tpl.php:34
1894
  #, fuzzy
1899
  "Raccomandiamo vivamente di leggere prima la nostra <a>documentazione di "
1900
  "importazione CSV</a> per aiutarvi a fare le cose nel giusto ordine."
1901
 
1902
+ #: templates/admin/csv-import.tpl.php:45
1903
+ #, fuzzy
1904
+ msgid "Import Files"
1905
+ msgstr "Importa Files"
1906
+
1907
+ #: templates/admin/csv-import.tpl.php:50
1908
+ #, fuzzy
1909
+ msgid "CSV File"
1910
+ msgstr "CSV data"
1911
+
1912
+ #: templates/admin/csv-import.tpl.php:83
1913
+ #, fuzzy
1914
+ msgid "ZIP file containing images"
1915
+ msgstr "File ZIP contenente immagini"
1916
+
1917
+ #: templates/admin/csv-import.tpl.php:119
1918
+ #, fuzzy
1919
+ msgid "Column Separator"
1920
+ msgstr "Separatore Colonna"
1921
+
1922
+ #: templates/admin/csv-import.tpl.php:160
1923
+ #, fuzzy
1924
+ msgid "Category Separator"
1925
+ msgstr "Separatore di Categoria"
1926
+
1927
+ #: templates/admin/csv-import.tpl.php:173
1928
+ #, fuzzy
1929
+ msgid "Import settings"
1930
+ msgstr "Importa le impostazioni"
1931
+
1932
+ #: templates/admin/csv-import.tpl.php:177
1933
+ #, fuzzy
1934
+ msgid "Post status of new imported listings"
1935
+ msgstr "Stato delle inserzioni importate"
1936
+
1937
+ #: templates/admin/csv-import.tpl.php:194
1938
+ #, fuzzy
1939
+ msgid "Post status of existing imported listings"
1940
+ msgstr "Stato delle inserzioni importate"
1941
+
1942
+ #: templates/admin/csv-import.tpl.php:212
1943
+ #, fuzzy
1944
+ msgid "Missing categories handling"
1945
+ msgstr "Gestione delle categorie mancanti"
1946
+
1947
+ #: templates/admin/csv-import.tpl.php:220
1948
+ #, fuzzy
1949
+ msgid "Auto-create categories"
1950
+ msgstr "Creazione automatica delle categorie"
1951
+
1952
+ #: templates/admin/csv-import.tpl.php:225
1953
+ #, fuzzy
1954
+ msgid "Generate errors when a category is not found"
1955
+ msgstr "Generare errori quando una categoria non viene trovata"
1956
+
1957
+ #: templates/admin/csv-import.tpl.php:242
1958
+ #: templates/admin/csv-import.tpl.php:249
1959
+ #, fuzzy
1960
+ msgid "Assign listings to a user?"
1961
+ msgstr "Assegna annunci a un utente?"
1962
+
1963
+ #: templates/admin/csv-import.tpl.php:266
1964
+ #, fuzzy
1965
+ msgid "Default listing user"
1966
+ msgstr "Utente predefinito"
1967
+
1968
+ #: templates/admin/csv-import.tpl.php:272
1969
+ #, fuzzy
1970
+ msgid ""
1971
+ "This user will be used if the username column is not present in the CSV file."
1972
+ msgstr ""
1973
+ "Questo utente verrà utilizzato se la colonna username non è presente nel "
1974
+ "file CSV."
1975
+
1976
+ #: templates/admin/csv-import.tpl.php:277
1977
+ #, fuzzy
1978
+ msgid "Number of listings imported on every cycle"
1979
+ msgstr "Numero di elenchi importati per ogni ciclo"
1980
+
1981
+ #: templates/admin/csv-import.tpl.php:285
1982
+ #, fuzzy
1983
+ msgid ""
1984
+ "If you are having trouble importing listings due to memory problems, try "
1985
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1986
+ "result in a longer batch import time, but will increase the chance of "
1987
+ "success on shared hosting platforms and other resource-constrained servers."
1988
+ msgstr ""
1989
+ "Se si riscontrano problemi nell'importazione di elenchi a causa di problemi "
1990
+ "di memoria, provare a ridurre la dimensione del batch di importazione a 5 o "
1991
+ "1 e quindi riprovare. Questo si tradurrà in un tempo di importazione batch "
1992
+ "più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
1993
+ "condiviso e altri server con risorse limitate."
1994
+
1995
+ #: templates/admin/csv-import.tpl.php:290
1996
  #, fuzzy
1997
  msgid "Disable email notifications during import?"
1998
  msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
1999
 
2000
+ #: templates/admin/csv-import.tpl.php:297
2001
  #, fuzzy
2002
  msgid "Disable email notifications."
2003
  msgstr "Disattiva le notifiche di posta elettronica."
2004
 
2005
+ #: templates/admin/csv-import.tpl.php:314
2006
+ #, fuzzy
2007
+ msgid ""
2008
+ "The following are the valid header names to be used in the CSV file. "
2009
+ "Multivalued fields (such as category or tags) can appear multiple times in "
2010
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
2011
+ "how an import file should look like."
2012
+ msgstr ""
2013
+ "Di seguito sono riportati i nomi di intestazione validi da utilizzare nel "
2014
+ "file CSV. I campi multivalore (ad esempio categoria o tag) possono essere "
2015
+ "visualizzati più volte nel file. Clicva <a href=\"%s\">\"Vedi un esempio di "
2016
+ "file di importazione CSV\"</a> Per vedere come un file di importazione deve "
2017
+ "essere."
2018
+
2019
+ #: templates/admin/csv-import.tpl.php:323
2020
+ #, fuzzy
2021
+ msgid "Header name/label"
2022
+ msgstr "Nome intestazione / etichetta"
2023
+
2024
+ #: templates/admin/csv-import.tpl.php:326
2025
+ #, fuzzy
2026
+ msgid "Required?"
2027
+ msgstr "Necessario?"
2028
+
2029
+ #: templates/admin/csv-import.tpl.php:327
2030
+ #, fuzzy
2031
+ msgid "Multivalued?"
2032
+ msgstr "Multivalore?"
2033
+
2034
+ #: templates/admin/csv-import.tpl.php:359
2035
+ #, fuzzy
2036
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
2037
+ msgstr "Elenco separato di immagini (dal file ZIP)"
2038
+
2039
+ #: templates/admin/csv-import.tpl.php:366
2040
+ #, fuzzy
2041
+ msgid "Listing author's username"
2042
+ msgstr "Elenco degli utenti"
2043
+
2044
  #: templates/admin/debug-info.tpl.php:5
2045
  #, fuzzy
2046
  msgid ""
2539
  msgstr "Anteprima e-mail"
2540
 
2541
  #: templates/admin/settings-email.tpl.php:103
2542
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2543
  #: templates/listing-flagging-form.tpl.php:64
2544
  #, fuzzy
2545
  msgid "Cancel"
2674
  msgid "Need help?"
2675
  msgstr ""
2676
 
2677
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2678
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2679
+ #, fuzzy
2680
+ msgid "Delete Directory Theme"
2681
+ msgstr "Elimina il tema della directory"
2682
+
2683
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2684
  #, fuzzy
2685
  msgid "Upload Directory Theme"
2922
  msgid "Next"
2923
  msgstr "Successivo"
2924
 
2925
+ #: templates/delete-listing-confirm.tpl.php:24
2926
+ #, fuzzy
2927
+ msgid "No. Take me back to the directory."
2928
+ msgstr "No. Riportatemi all'elenco."
2929
+
2930
+ #: templates/delete-listing-confirm.tpl.php:25
2931
+ #, fuzzy
2932
+ msgid "Yes. Delete my listing."
2933
+ msgstr "Si'. Cancellare il mio annuncio."
2934
+
2935
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2936
  #, fuzzy
2937
  msgid "Search Results"
2950
  msgid "(not published yet)"
2951
  msgstr "(non ancora pubblicato)"
2952
 
2953
+ #: templates/email/listing-payment-completed.tpl.php:25
2954
+ #, fuzzy
2955
+ msgid "Plan"
2956
+ msgstr "Piano tariffario"
2957
+
2958
  #: templates/email-access-keys.tpl.php:1
2959
  #, fuzzy
2960
  msgid ""
3241
  msgid "Business Directory Team"
3242
  msgstr "Business Directory"
3243
 
3244
+ #: includes/admin/class-admin-controller.php:83
3245
  msgctxt "admin confirm"
3246
  msgid "No, go back"
3247
  msgstr "No, torna indietro"
3248
 
3249
+ #: includes/admin/class-admin-controller.php:84
3250
  msgctxt "admin confirm"
3251
  msgid "Yes, I'm sure"
3252
  msgstr "Si', sono sicuro che"
3470
  msgstr ""
3471
  "Qui puoi importare i dati nella tua directory utilizzando il formato CSV."
3472
 
3473
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3474
  msgctxt "admin csv-import"
3475
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3476
  msgstr ""
3477
  ".... o <a>selezionare un file caricato nella cartella di importazione</a>"
3478
 
3479
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3480
  msgctxt "admin csv-import"
3481
  msgid "(Upload new file)"
3482
  msgstr "(Carica nuovo file)"
3483
 
3484
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3485
  msgctxt "admin csv-import"
3486
  msgid "Comma (,)"
3487
  msgstr "Comma (,)"
3488
 
3489
+ #: templates/admin/csv-import.tpl.php:135
3490
  msgctxt "admin csv-import"
3491
  msgid "Semicolon (;)"
3492
  msgstr "Punto e virgola (;)"
3493
 
3494
+ #: templates/admin/csv-import.tpl.php:141
3495
  msgctxt "admin csv-import"
3496
  msgid "TAB"
3497
  msgstr "TAB"
3498
 
3499
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3500
  #, fuzzy
3501
  msgctxt "admin csv-import"
3502
  msgid "Preserve existing status"
3503
  msgstr "Stato Inserzione"
3504
 
3505
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3506
  msgctxt "admin csv-import"
3507
  msgid "Keep existing listing images?"
3508
  msgstr "Mantenere le immagini dell'elenco esistenti?"
3509
 
3510
+ #: templates/admin/csv-import.tpl.php:236
3511
  msgctxt "admin csv-import"
3512
  msgid "Keep existing images."
3513
  msgstr "Conservare le immagini esistenti."
3514
 
3515
+ #: templates/admin/csv-import.tpl.php:237
3516
  msgctxt "admin csv-import"
3517
  msgid "Appends new images while keeping current ones."
3518
  msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
3519
 
3520
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3521
  msgctxt "admin csv-import"
3522
  msgid "Use a default user for listings?"
3523
  msgstr "Utilizzare un utente predefinito per gli elenchi?"
3524
 
3525
+ #: templates/admin/csv-import.tpl.php:261
3526
  msgctxt "admin csv-import"
3527
  msgid ""
3528
  "Select a default user to be used if the username column is not present in "
3531
  "Selezionare un utente predefinito da utilizzare se la colonna nome utente "
3532
  "non è presente nel file CSV."
3533
 
3534
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3535
  msgctxt "admin csv-import"
3536
  msgid "Test Import"
3537
  msgstr "Test importazione"
3538
 
3539
+ #: templates/admin/csv-import.tpl.php:305
3540
  msgctxt "admin csv-import"
3541
  msgid "Import Listings"
3542
  msgstr "Importa Annunci"
3543
 
3544
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3545
  msgctxt "admin csv-import"
3546
  msgid ""
3547
  "Fee ID (integer) associated to a listing. Use this column when adding or "
3550
  "Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
3551
  "aggiungere o aggiornare gli elenchi da fonti esterne."
3552
 
3553
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3554
  msgctxt "admin csv-import"
3555
  msgid ""
3556
  "Internal Sequence ID used to allow listing updates from external sources."
3558
  "ID di sequenza interna utilizzata per consentire l'elenco degli "
3559
  "aggiornamenti da fonti esterne."
3560
 
3561
+ #: templates/admin/csv-import.tpl.php:380
3562
  msgctxt "admin csv-import"
3563
  msgid ""
3564
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
4051
  msgid "Listing T&C acceptance date"
4052
  msgstr "Annuncio creato"
4053
 
 
 
 
 
 
4054
  #: templates/admin/csv-export.tpl.php:97
4055
  msgctxt "admin csv-export"
4056
  msgid "What operating system will you use to edit the CSV file?"
4079
  "siano visualizzate correttamente quando visualizzate o modificate il file "
4080
  "CSV, dobbiamo generare diverse versioni del file per ogni sistema operativo."
4081
 
4082
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
4083
  msgctxt "admin csv-export"
4084
  msgid "Category Separator"
4085
  msgstr "Separatore di Categoria"
4086
 
4087
+ #: templates/admin/csv-export.tpl.php:141
4088
  msgctxt "admin csv-export"
4089
  msgid "Export Listings"
4090
  msgstr "Esporta Annunci"
4091
 
4092
+ #: templates/admin/csv-export.tpl.php:147
4093
  msgctxt "admin csv-export"
4094
  msgid "Export in Progress..."
4095
  msgstr "Esportazione in corso ..."
4096
 
4097
+ #: templates/admin/csv-export.tpl.php:148
4098
  msgctxt "admin csv-export"
4099
  msgid ""
4100
  "Your export file is being prepared. Please <u>do not leave</u> this page "
4103
  "Il file di esportazione è in preparando. Assolutamente <u>non chiudere</u> "
4104
  "questa pagina finché l'esportazione non finisce."
4105
 
4106
+ #: templates/admin/csv-export.tpl.php:151
4107
  msgctxt "admin csv-export"
4108
  msgid "No. of listings:"
4109
  msgstr "Numero di Annunci:"
4110
 
4111
+ #: templates/admin/csv-export.tpl.php:153
4112
  msgctxt "admin csv-export"
4113
  msgid "Approximate export file size:"
4114
  msgstr "Dimensione approssimativa del file di esportazione:"
4115
 
4116
+ #: templates/admin/csv-export.tpl.php:160
4117
  msgctxt "admin csv-export"
4118
  msgid "Cancel Export"
4119
  msgstr "Annulla l'esportazione"
4120
 
4121
+ #: templates/admin/csv-export.tpl.php:165
4122
  msgctxt "admin csv-export"
4123
  msgid "Export Complete"
4124
  msgstr "Esportazione completata"
4125
 
4126
+ #: templates/admin/csv-export.tpl.php:166
4127
  msgctxt "admin csv-export"
4128
  msgid ""
4129
  "Your export file has been successfully created and it is now ready for "
4132
  "Il file di esportazione è stato creato con successo e ora è pronto per il "
4133
  "download."
4134
 
4135
+ #: templates/admin/csv-export.tpl.php:170
4136
  #, fuzzy
4137
  msgctxt "admin csv-export"
4138
  msgid "Download %1$s (%2$s)"
4139
  msgstr "Download %s (%s)"
4140
 
4141
+ #: templates/admin/csv-export.tpl.php:177
4142
  msgctxt "admin csv-export"
4143
  msgid ""
4144
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4148
  "dati temporanei creati da Business Directory durante il processo di "
4149
  "esportazione."
4150
 
4151
+ #: templates/admin/csv-export.tpl.php:178
4152
  msgctxt "admin csv-export"
4153
  msgid "Cleanup"
4154
  msgstr "Pulire"
4155
 
4156
+ #: templates/admin/csv-export.tpl.php:183
4157
  msgctxt "admin csv-export"
4158
  msgid "Export Canceled"
4159
  msgstr "Esportazione annullata"
4160
 
4161
+ #: templates/admin/csv-export.tpl.php:184
4162
  msgctxt "admin csv-export"
4163
  msgid "The export has been canceled."
4164
  msgstr "L'esportazione è stata annullata."
4165
 
4166
+ #: templates/admin/csv-export.tpl.php:185
4167
  msgctxt "admin csv-export"
4168
  msgid "← Return to CSV Export"
4169
  msgstr "← Ritorna all'esportazione di CSV"
4245
  msgstr "ID articolo non valido"
4246
 
4247
  #: includes/admin/class-themes-admin.php:421
4248
+ #: includes/admin/upgrades/class-themes-updater.php:170
4249
  msgctxt "themes"
4250
  msgid "Could not update theme: %s"
4251
  msgstr "Non è stato possibile aggiornare il tema: %s"
4252
 
4253
+ #: includes/admin/upgrades/class-themes-updater.php:132
4254
  msgctxt "themes"
4255
  msgid "Updating theme..."
4256
  msgstr "Aggiornamento del tema....."
4257
 
4258
+ #: includes/admin/upgrades/class-themes-updater.php:133
4259
  msgctxt "themes"
4260
  msgid "Theme updated."
4261
  msgstr "Tema aggiornato."
4262
 
4263
+ #: includes/admin/upgrades/class-themes-updater.php:135
4264
  msgctxt "themes"
4265
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4266
  msgstr "Nuova versione disponibile (<b>%s</b>).. <a>Aggiorna ora.</a>"
4267
 
4268
+ #: includes/admin/upgrades/class-themes-updater.php:176
4269
  msgctxt "themes"
4270
  msgid "Theme was updated successfully."
4271
  msgstr "Il tema è stato aggiornato con successo."
4272
 
4273
+ #: includes/themes.php:960
4274
  msgctxt "themes"
4275
  msgid "Could not create themes directory."
4276
  msgstr "Impossibile creare una directory dei temi."
4277
 
4278
+ #: includes/themes.php:971
4279
  msgctxt "themes"
4280
  msgid "Could not remove previous theme directory \"%s\"."
4281
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
4282
 
4283
+ #: includes/themes.php:979
4284
  msgctxt "themes"
4285
  msgid "Could not move new theme into theme directory."
4286
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
6839
  msgid "Cropped"
6840
  msgstr ""
6841
 
6842
+ #: includes/admin/settings/class-settings.php:493
6843
+ #: includes/admin/settings/class-settings.php:504
6844
  msgctxt "settings"
6845
  msgid "\"%s\" can not be empty."
6846
  msgstr "\"%s\" non può essere vuoto."
6847
 
6848
+ #: includes/admin/settings/class-settings.php:521
6849
  msgctxt "settings"
6850
  msgid "The slug \"%s\" is already in use for another taxonomy."
6851
  msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
6905
  msgid "Time: %s"
6906
  msgstr "Tempo: %s"
6907
 
6908
+ #: includes/admin/tracking.php:188
6909
  msgctxt "tracking"
6910
  msgid "Help Improve Business Directory"
6911
  msgstr "Aiuta a migliorare la directory aziendale"
6912
 
6913
+ #: includes/admin/tracking.php:190
6914
  msgctxt "tracking"
6915
  msgid ""
6916
  "Can Business Directory keep track of your theme, plugins, and other non-"
6921
  "informazioni non personali e non identificabili per aiutarci a testare il "
6922
  "plugin per le versioni future?"
6923
 
6924
+ #: includes/admin/tracking.php:192
6925
  msgctxt "tracking"
6926
  msgid "What do you track?"
6927
  msgstr "Cosa traccia?"
6985
  msgid "Migrating fee plans..."
6986
  msgstr "Migrazione dei piani tariffari....."
6987
 
 
 
 
 
 
6988
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6989
  msgctxt "installer"
6990
  msgid "! Could not migrate payment #%d"
7020
  msgstr "Migrazione delle informazioni sui pagamenti."
7021
 
7022
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7023
+ #, fuzzy
7024
  msgctxt "installer"
7025
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7026
  msgstr "Pulizia delle informazioni sui piani tariffari.... %d/%d"
7027
 
7028
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7029
+ #, fuzzy
7030
  msgctxt "installer"
7031
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7032
  msgstr "Migrazione di transazioni precedenti ai nuovi pagamenti API... %d/%d"
7033
 
7034
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
7041
  msgid "Listing edit payment (BD < 3.4)"
7042
  msgstr "Modificare il pagamento dell'annuncio(BD < 3.4)"
7043
 
7044
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
7045
  msgctxt "installer"
7046
  msgid "Listing upgrade to featured"
7047
  msgstr "Upgrade ell'annuncio a In Evidenza"
7048
 
7049
+ #: includes/installer.php:61
7050
  msgctxt "installer"
7051
  msgid "Default Fee"
7052
  msgstr "Canone predefinito"
7348
  msgid "Payment Details"
7349
  msgstr "Dettagli del piano"
7350
 
 
 
 
 
 
 
7351
  #: templates/email/listing-payment-completed.tpl.php:32
7352
  #, fuzzy
7353
  msgctxt "notify email"
7406
  msgid "Find a Listing"
7407
  msgstr "Trova un annuncio"
7408
 
7409
+ #: includes/class-meta.php:195
7410
  msgctxt "title"
7411
  msgid "Listings tagged: %s"
7412
  msgstr "Annunci taggati: %s"
7645
  msgstr "Non è possibile caricare altre immagini per questo annuncio."
7646
 
7647
  #: includes/class-wpbdp.php:480
7648
+ #, fuzzy
7649
  msgctxt "listing image upload"
7650
  msgid ""
7651
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7652
+ "Please adjust your selection."
7653
  msgid_plural ""
7654
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7655
+ "Please adjust your selection."
7656
  msgstr[0] ""
7657
  "Stai cercando di caricare %d immagini, ma hai solo %d slot disponibile. Si "
7658
  "prega di modificare la selezione."
8229
  msgid "Report comment is required to save a report"
8230
  msgstr "Il commento è necessario per salvare una segnalazione"
8231
 
8232
+ #: includes/installer.php:52
8233
  msgctxt "default category name"
8234
  msgid "General"
8235
  msgstr "Generale"
8438
  msgid "Sort By:"
8439
  msgstr "Ordina per:"
8440
 
8441
+ #: includes/utils.php:417
8442
  msgctxt "utils"
8443
  msgid ""
8444
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8446
  "I dati inviati come POST superano il massimo di configurazione PHP. Si veda "
8447
  "la direttiva \"post_max_size\"."
8448
 
8449
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
 
 
 
8450
  msgctxt "utils"
8451
  msgid "File type \"%s\" is not allowed"
8452
  msgstr "Il tipo di file \"%s\" non è consentito"
8453
 
8454
+ #: includes/utils.php:497
8455
  msgctxt "utils"
8456
  msgid "Unkown error while uploading file."
8457
  msgstr "Errore durante il caricamento del file."
8458
 
8459
+ #: includes/utils.php:517
8460
  msgctxt "utils"
8461
  msgid "Uploaded file is not an image"
8462
  msgstr "Il file caricato non è un'immagine"
8463
 
8464
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8465
  msgctxt "utils"
8466
  msgid "Error while uploading file"
8467
  msgstr "Errore durante il caricamento del file"
8497
  msgid "You are about to remove your listing \"%s\" from the directory."
8498
  msgstr "Stai per rimuovere il tuo annuncio \"%s\" dalla directory."
8499
 
 
 
 
 
 
 
 
 
 
 
8500
  #: includes/views/listing_contact.php:51
8501
  msgctxt "contact-message"
8502
  msgid "Please enter your name."
8693
  msgid "Clear"
8694
  msgstr "Cancella"
8695
 
 
 
 
 
 
8696
  #: includes/views/submit_listing.php:1138
8697
  msgctxt "listing submit"
8698
  msgid ""
8707
  msgstr "Cambia categoria/piano"
8708
 
8709
  #: includes/widgets/class-listings-widget.php:45
8710
+ #: includes/widgets/widget-search.php:28
8711
  msgctxt "widgets"
8712
  msgid "Title:"
8713
  msgstr "Titolo:"
8767
  msgid "Display listings in random order"
8768
  msgstr "Visualizzare gli annunci in ordine casuale"
8769
 
8770
+ #: includes/widgets/widget-latest-listings.php:12
8771
  msgctxt "widgets"
8772
  msgid "Business Directory - Latest Listings"
8773
  msgstr "Business Directory - Ultimi Annunci"
8774
 
8775
+ #: includes/widgets/widget-latest-listings.php:13
8776
  msgctxt "widgets"
8777
  msgid "Displays a list of the latest listings in the Business Directory."
8778
  msgstr "Visualizza un elenco degli ultimi annunci nella Business Directory."
8779
 
8780
+ #: includes/widgets/widget-latest-listings.php:16
8781
  msgctxt "widgets"
8782
  msgid "Latest Listings"
8783
  msgstr "Ultimi Annunci"
8797
  msgid "Random Listings"
8798
  msgstr "Annunci casuali"
8799
 
8800
+ #: includes/widgets/widget-search.php:11
8801
  msgctxt "widgets"
8802
  msgid "Business Directory - Search"
8803
  msgstr " Business Directory - Ricerca"
8804
 
8805
+ #: includes/widgets/widget-search.php:13
8806
  msgctxt "widgets"
8807
  msgid "Displays a search form to look for Business Directory listings."
8808
  msgstr ""
8809
  "Visualizza un modulo di ricerca per cercare gli annunci di Business "
8810
  "Directory."
8811
 
8812
+ #: includes/widgets/widget-search.php:22
8813
  msgctxt "widgets"
8814
  msgid "Search the Business Directory"
8815
  msgstr "Ricerca nella Business Directory"
8816
 
8817
+ #: includes/widgets/widget-search.php:35
8818
  msgctxt "widgets"
8819
  msgid "Form Style:"
8820
  msgstr "Stile del modulo:"
8821
 
8822
+ #: includes/widgets/widget-search.php:44
8823
  msgctxt "widgets"
8824
  msgid "Basic"
8825
  msgstr "Base"
8826
 
8827
+ #: includes/widgets/widget-search.php:54
8828
  msgctxt "widgets"
8829
  msgid "Advanced"
8830
  msgstr "Avanzate"
8831
 
8832
+ #: includes/widgets/widget-search.php:59
8833
  msgctxt "widgets"
8834
  msgid "Search Fields (advanced mode):"
8835
  msgstr "Campi di ricerca (modalità avanzata):"
8836
 
8837
+ #: includes/widgets/widget-search.php:60
8838
  msgctxt "widgets"
8839
  msgid "Display the following fields in the form."
8840
  msgstr "Visualizzare i seguenti campi nel modulo."
8841
 
8842
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8843
  msgctxt "admin forms"
8844
  msgid "required"
8845
  msgstr "richiesto"
8926
  msgid "Video Tutorials"
8927
  msgstr "Video Tutorial"
8928
 
 
 
 
 
 
 
8929
  #: templates/admin/themes-delete-confirm.tpl.php:3
8930
  msgctxt "themes admin"
8931
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8932
  msgstr "Sei sicuro di voler eliminare il tema della directory \"%s\"?"
8933
 
 
 
 
 
 
8934
  #: templates/admin/uninstall-capture-form.tpl.php:5
8935
  msgctxt "uninstall"
8936
  msgid "It doesn't work with my theme/plugins/site"
9186
  msgid "Continue"
9187
  msgstr "Continua"
9188
 
9189
+ #~ msgctxt "admin csv-import"
9190
+ #~ msgid "Assign listings to a user."
9191
+ #~ msgstr "Assegnare le inserzioni ad un utente."
9192
+
9193
+ #~ msgctxt "admin csv-import"
9194
+ #~ msgid "Field"
9195
+ #~ msgstr "Campo"
9196
+
9197
+ #~ msgctxt "admin csv-export"
9198
+ #~ msgid "CSV File Settings"
9199
+ #~ msgstr "Impostazioni file CSV"
9200
+
9201
+ #~ msgctxt "admin csv-export"
9202
+ #~ msgid "Image Separator"
9203
+ #~ msgstr "Separatore di immagini"
9204
+
9205
+ #~ msgctxt "utils"
9206
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9207
+ #~ msgstr ""
9208
+ #~ "La larghezza dell'immagine (%s px) è inferiore a quella richiesta di: %s "
9209
+ #~ "px."
9210
+
9211
+ #~ msgctxt "utils"
9212
+ #~ msgid ""
9213
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9214
+ #~ msgstr ""
9215
+ #~ "L'altezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
9216
+
9217
+ #~ msgctxt "themes admin"
9218
+ #~ msgid "Cancel"
9219
+ #~ msgstr "Annulla"
9220
+
9221
  #~ msgctxt "admin settings"
9222
  #~ msgid ""
9223
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-24 19:42:43+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"
@@ -14,14 +14,14 @@ msgstr ""
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 2.3.1\n"
16
 
17
- #: includes/admin/class-admin-controller.php:80
18
  #: templates/admin/payments-note.tpl.php:13
19
  #: templates/delete-listing-confirm.tpl.php:19
20
  #, fuzzy
21
  msgid "Are you sure you want to do this?"
22
  msgstr "Weet je zeker dat je dit wilt doen?"
23
 
24
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
25
  msgid "Help"
26
  msgstr ""
27
 
@@ -90,7 +90,7 @@ msgstr ""
90
  msgid "Yes, please!"
91
  msgstr "Ja, graag!"
92
 
93
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
94
  #, fuzzy
95
  msgid "No, thanks"
96
  msgstr "Nee, dank je"
@@ -243,7 +243,7 @@ msgstr "Beelden"
243
 
244
  #: includes/admin/form-fields.php:31
245
  #: includes/fields/class-fieldtypes-social.php:138
246
- #: templates/admin/csv-import.tpl.php:305
247
  #, fuzzy
248
  msgid "Type"
249
  msgstr "Type"
@@ -772,11 +772,11 @@ msgstr "Ongeld e-mail adres."
772
  msgid "Uninstall"
773
  msgstr ""
774
 
775
- #: includes/admin/settings/class-settings.php:512
776
  msgid "%s cannot include spaces, commas, or &"
777
  msgstr ""
778
 
779
- #: includes/admin/tracking.php:220
780
  msgid "Allow Tracking"
781
  msgstr ""
782
 
@@ -843,6 +843,14 @@ msgstr "Veld label"
843
  msgid "Duration"
844
  msgstr "Tijdsduur"
845
 
 
 
 
 
 
 
 
 
846
  #: includes/admin/views/modules/list.php:10
847
  #, fuzzy
848
  msgid "Directory Modules"
@@ -1009,34 +1017,34 @@ msgstr "Opwaarderen tot %s"
1009
  msgid "Settings"
1010
  msgstr "Instellingen"
1011
 
1012
- #: includes/class-wpbdp.php:578
1013
  msgid "Could not find listing ID"
1014
  msgstr ""
1015
 
1016
- #: includes/class-wpbdp.php:585
1017
  msgid ""
1018
  "Could not verify the image upload request. If problem persists contact site "
1019
  "admin."
1020
  msgstr ""
1021
 
1022
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1023
  msgid "Could not find image ID"
1024
  msgstr ""
1025
 
1026
- #: includes/class-wpbdp.php:624
1027
  msgid ""
1028
  "The directory features are disabled at this time because a <a>manual "
1029
  "upgrade</a> is pending."
1030
  msgstr ""
1031
 
1032
- #: includes/class-wpbdp.php:631
1033
  msgid ""
1034
  "The directory is not available at this time. Please try again in a few "
1035
  "minutes or contact the administrator if the problem persists."
1036
  msgstr ""
1037
 
1038
  #: includes/compatibility/class-navxt-integration.php:204
1039
- #: includes/widgets/widget-search.php:112
1040
  #: templates/admin/payments-index.tpl.php:13
1041
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1042
  #: templates/search.tpl.php:3
@@ -1205,8 +1213,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1205
  msgstr ""
1206
 
1207
  #: includes/fields/class-fieldtypes-select.php:262
1208
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1209
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1210
  #, fuzzy
1211
  msgid "required"
1212
  msgstr "vereist"
@@ -1357,7 +1369,7 @@ msgstr ""
1357
  msgid "Word Count Validator"
1358
  msgstr ""
1359
 
1360
- #: includes/form-fields.php:594
1361
  #, fuzzy
1362
  msgid "Field"
1363
  msgstr "Veld"
@@ -1408,7 +1420,7 @@ msgid "%1$s must have less than %2$d words."
1408
  msgstr ""
1409
 
1410
  #. translators: %1$s: field label, %2$s allowed values
1411
- #: includes/form-fields.php:822
1412
  msgid "%1$s is invalid. Value most be one of %2$s."
1413
  msgstr ""
1414
 
@@ -1586,10 +1598,34 @@ msgstr "Opties beheren"
1586
  msgid "Default"
1587
  msgstr "Standaard kosten"
1588
 
1589
- #: includes/themes.php:951
1590
  msgid "ZIP file is not a valid Business Directory theme file."
1591
  msgstr ""
1592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1593
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1594
  #: includes/views/flag_listing.php:56
1595
  #, fuzzy
@@ -1632,6 +1668,12 @@ msgstr ""
1632
  msgid "That listing cannot yet be renewed."
1633
  msgstr "De registratie / vermelding is bijgewerkt."
1634
 
 
 
 
 
 
 
1635
  #: includes/views/submit_listing.php:544
1636
  #, fuzzy
1637
  msgid "Listing Images"
@@ -1681,6 +1723,17 @@ msgid ""
1681
  "ones created, select this option!"
1682
  msgstr ""
1683
 
 
 
 
 
 
 
 
 
 
 
 
1684
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1685
  #: templates/admin/csv-import.tpl.php:34
1686
  msgid ""
@@ -1688,15 +1741,123 @@ msgid ""
1688
  "help you do things in the right order."
1689
  msgstr ""
1690
 
1691
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1692
  msgid "Disable email notifications during import?"
1693
  msgstr ""
1694
 
1695
- #: templates/admin/csv-import.tpl.php:281
1696
  #, fuzzy
1697
  msgid "Disable email notifications."
1698
  msgstr "E-Mail Notificaties"
1699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1700
  #: templates/admin/debug-info.tpl.php:5
1701
  msgid ""
1702
  "The following information can help our team debug possible problems with "
@@ -2128,6 +2289,7 @@ msgid "Preview email"
2128
  msgstr ""
2129
 
2130
  #: templates/admin/settings-email.tpl.php:103
 
2131
  #: templates/listing-flagging-form.tpl.php:64
2132
  #, fuzzy
2133
  msgid "Cancel"
@@ -2251,6 +2413,12 @@ msgstr ""
2251
  msgid "Need help?"
2252
  msgstr ""
2253
 
 
 
 
 
 
 
2254
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2255
  #, fuzzy
2256
  msgid "Upload Directory Theme"
@@ -2450,6 +2618,16 @@ msgstr "Postcode"
2450
  msgid "Next"
2451
  msgstr ""
2452
 
 
 
 
 
 
 
 
 
 
 
2453
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2454
  #, fuzzy
2455
  msgid "Search Results"
@@ -2468,6 +2646,10 @@ msgstr "Terug naar Registers"
2468
  msgid "(not published yet)"
2469
  msgstr "(nog niet gepubliceerd)"
2470
 
 
 
 
 
2471
  #: templates/email-access-keys.tpl.php:1
2472
  msgid ""
2473
  "Below you'll find the access keys for all the listings registered with your "
@@ -2723,12 +2905,12 @@ msgstr ""
2723
  msgid "Business Directory Team"
2724
  msgstr "Business Directory - Zoeken"
2725
 
2726
- #: includes/admin/class-admin-controller.php:82
2727
  msgctxt "admin confirm"
2728
  msgid "No, go back"
2729
  msgstr ""
2730
 
2731
- #: includes/admin/class-admin-controller.php:83
2732
  msgctxt "admin confirm"
2733
  msgid "Yes, I'm sure"
2734
  msgstr ""
@@ -2936,230 +3118,88 @@ msgctxt "admin csv-import"
2936
  msgid "Here, you can import data into your directory using the CSV format."
2937
  msgstr ""
2938
 
2939
- #: templates/admin/csv-import.tpl.php:45
2940
- msgctxt "admin csv-import"
2941
- msgid "Import Files"
2942
- msgstr ""
2943
-
2944
- #: templates/admin/csv-import.tpl.php:50
2945
- msgctxt "admin csv-import"
2946
- msgid "CSV File"
2947
- msgstr ""
2948
-
2949
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
2950
  msgctxt "admin csv-import"
2951
  msgid "... or <a>select a file uploaded to the imports folder</a>"
2952
  msgstr ""
2953
 
2954
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
2955
  msgctxt "admin csv-import"
2956
  msgid "(Upload new file)"
2957
  msgstr ""
2958
 
2959
- #: templates/admin/csv-import.tpl.php:81
2960
- msgctxt "admin csv-import"
2961
- msgid "ZIP file containing images"
2962
- msgstr ""
2963
-
2964
- #: templates/admin/csv-import.tpl.php:113
2965
- msgctxt "admin csv-import"
2966
- msgid "CSV File Settings"
2967
- msgstr ""
2968
-
2969
- #: templates/admin/csv-import.tpl.php:117
2970
- msgctxt "admin csv-import"
2971
- msgid "Column Separator"
2972
- msgstr ""
2973
-
2974
- #: templates/admin/csv-import.tpl.php:125
2975
  msgctxt "admin csv-import"
2976
  msgid "Comma (,)"
2977
  msgstr ""
2978
 
2979
- #: templates/admin/csv-import.tpl.php:131
2980
  msgctxt "admin csv-import"
2981
  msgid "Semicolon (;)"
2982
  msgstr ""
2983
 
2984
- #: templates/admin/csv-import.tpl.php:137
2985
  msgctxt "admin csv-import"
2986
  msgid "TAB"
2987
  msgstr ""
2988
 
2989
- #: templates/admin/csv-import.tpl.php:143
2990
- msgctxt "admin csv-import"
2991
- msgid "Image Separator"
2992
- msgstr ""
2993
-
2994
- #: templates/admin/csv-import.tpl.php:154
2995
- msgctxt "admin csv-import"
2996
- msgid "Category Separator"
2997
- msgstr ""
2998
-
2999
- #: templates/admin/csv-import.tpl.php:165
3000
- msgctxt "admin csv-import"
3001
- msgid "Import settings"
3002
- msgstr ""
3003
-
3004
- #: templates/admin/csv-import.tpl.php:169
3005
- #, fuzzy
3006
- msgctxt "admin csv-import"
3007
- msgid "Post status of new imported listings"
3008
- msgstr "Status van verwijderde registraties"
3009
-
3010
- #: templates/admin/csv-import.tpl.php:186
3011
- #, fuzzy
3012
- msgctxt "admin csv-import"
3013
- msgid "Post status of existing imported listings"
3014
- msgstr "Status van verwijderde registraties"
3015
-
3016
- #: templates/admin/csv-import.tpl.php:190
3017
  #, fuzzy
3018
  msgctxt "admin csv-import"
3019
  msgid "Preserve existing status"
3020
  msgstr "Registraties"
3021
 
3022
- #: templates/admin/csv-import.tpl.php:204
3023
- msgctxt "admin csv-import"
3024
- msgid "Missing categories handling"
3025
- msgstr ""
3026
-
3027
- #: templates/admin/csv-import.tpl.php:209
3028
- msgctxt "admin csv-import"
3029
- msgid "Auto-create categories"
3030
- msgstr ""
3031
-
3032
- #: templates/admin/csv-import.tpl.php:212
3033
- msgctxt "admin csv-import"
3034
- msgid "Generate errors when a category is not found"
3035
- msgstr ""
3036
-
3037
- #: templates/admin/csv-import.tpl.php:217
3038
  msgctxt "admin csv-import"
3039
  msgid "Keep existing listing images?"
3040
  msgstr ""
3041
 
3042
- #: templates/admin/csv-import.tpl.php:222
3043
  msgctxt "admin csv-import"
3044
  msgid "Keep existing images."
3045
  msgstr ""
3046
 
3047
- #: templates/admin/csv-import.tpl.php:223
3048
  msgctxt "admin csv-import"
3049
  msgid "Appends new images while keeping current ones."
3050
  msgstr ""
3051
 
3052
- #: templates/admin/csv-import.tpl.php:228
3053
- msgctxt "admin csv-import"
3054
- msgid "Assign listings to a user?"
3055
- msgstr ""
3056
-
3057
- #: templates/admin/csv-import.tpl.php:234
3058
- msgctxt "admin csv-import"
3059
- msgid "Assign listings to a user."
3060
- msgstr ""
3061
-
3062
- #: templates/admin/csv-import.tpl.php:239
3063
  msgctxt "admin csv-import"
3064
  msgid "Use a default user for listings?"
3065
  msgstr ""
3066
 
3067
- #: templates/admin/csv-import.tpl.php:245
3068
  msgctxt "admin csv-import"
3069
  msgid ""
3070
  "Select a default user to be used if the username column is not present in "
3071
  "the CSV file."
3072
  msgstr ""
3073
 
3074
- #: templates/admin/csv-import.tpl.php:250
3075
- msgctxt "admin csv-import"
3076
- msgid "Default listing user"
3077
- msgstr ""
3078
-
3079
- #: templates/admin/csv-import.tpl.php:256
3080
- msgctxt "admin csv-import"
3081
- msgid ""
3082
- "This user will be used if the username column is not present in the CSV file."
3083
- msgstr ""
3084
-
3085
- #: templates/admin/csv-import.tpl.php:261
3086
- #, fuzzy
3087
- msgctxt "admin csv-import"
3088
- msgid "Number of listings imported on every cycle"
3089
- msgstr "Aantal registraties tonen:"
3090
-
3091
- #: templates/admin/csv-import.tpl.php:269
3092
- msgctxt "admin csv-import"
3093
- msgid ""
3094
- "If you are having trouble importing listings due to memory problems, try "
3095
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3096
- "result in a longer batch import time, but will increase the chance of "
3097
- "success on shared hosting platforms and other resource-constrained servers."
3098
- msgstr ""
3099
-
3100
- #: templates/admin/csv-import.tpl.php:288
3101
  msgctxt "admin csv-import"
3102
  msgid "Test Import"
3103
  msgstr ""
3104
 
3105
- #: templates/admin/csv-import.tpl.php:289
3106
  msgctxt "admin csv-import"
3107
  msgid "Import Listings"
3108
  msgstr ""
3109
 
3110
- #: templates/admin/csv-import.tpl.php:296
3111
- msgctxt "admin csv-import"
3112
- msgid ""
3113
- "The following are the valid header names to be used in the CSV file. "
3114
- "Multivalued fields (such as category or tags) can appear multiple times in "
3115
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3116
- "how an import file should look like."
3117
- msgstr ""
3118
-
3119
- #: templates/admin/csv-import.tpl.php:303
3120
- msgctxt "admin csv-import"
3121
- msgid "Header name/label"
3122
- msgstr ""
3123
-
3124
- #: templates/admin/csv-import.tpl.php:304
3125
- msgctxt "admin csv-import"
3126
- msgid "Field"
3127
- msgstr ""
3128
-
3129
- #: templates/admin/csv-import.tpl.php:306
3130
- msgctxt "admin csv-import"
3131
- msgid "Required?"
3132
- msgstr "Vereist?"
3133
-
3134
- #: templates/admin/csv-import.tpl.php:307
3135
- msgctxt "admin csv-import"
3136
- msgid "Multivalued?"
3137
- msgstr ""
3138
-
3139
- #: templates/admin/csv-import.tpl.php:332
3140
  msgctxt "admin csv-import"
3141
  msgid ""
3142
  "Fee ID (integer) associated to a listing. Use this column when adding or "
3143
  "updating listings from external sources."
3144
  msgstr ""
3145
 
3146
- #: templates/admin/csv-import.tpl.php:339
3147
- msgctxt "admin csv-import"
3148
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3149
- msgstr ""
3150
-
3151
- #: templates/admin/csv-import.tpl.php:346
3152
- msgctxt "admin csv-import"
3153
- msgid "Listing author's username"
3154
- msgstr ""
3155
-
3156
- #: templates/admin/csv-import.tpl.php:353
3157
  msgctxt "admin csv-import"
3158
  msgid ""
3159
  "Internal Sequence ID used to allow listing updates from external sources."
3160
  msgstr ""
3161
 
3162
- #: templates/admin/csv-import.tpl.php:360
3163
  msgctxt "admin csv-import"
3164
  msgid ""
3165
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3642,11 +3682,6 @@ msgctxt "admin csv-export"
3642
  msgid "Listing T&C acceptance date"
3643
  msgstr "Beelden bij de registratie"
3644
 
3645
- #: templates/admin/csv-export.tpl.php:93
3646
- msgctxt "admin csv-export"
3647
- msgid "CSV File Settings"
3648
- msgstr ""
3649
-
3650
  #: templates/admin/csv-export.tpl.php:97
3651
  msgctxt "admin csv-export"
3652
  msgid "What operating system will you use to edit the CSV file?"
@@ -3671,88 +3706,83 @@ msgid ""
3671
  "each operating system."
3672
  msgstr ""
3673
 
3674
- #: templates/admin/csv-export.tpl.php:116
3675
- msgctxt "admin csv-export"
3676
- msgid "Image Separator"
3677
- msgstr ""
3678
-
3679
- #: templates/admin/csv-export.tpl.php:127
3680
  msgctxt "admin csv-export"
3681
  msgid "Category Separator"
3682
  msgstr ""
3683
 
3684
- #: templates/admin/csv-export.tpl.php:139
3685
  msgctxt "admin csv-export"
3686
  msgid "Export Listings"
3687
  msgstr ""
3688
 
3689
- #: templates/admin/csv-export.tpl.php:145
3690
  msgctxt "admin csv-export"
3691
  msgid "Export in Progress..."
3692
  msgstr ""
3693
 
3694
- #: templates/admin/csv-export.tpl.php:146
3695
  msgctxt "admin csv-export"
3696
  msgid ""
3697
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3698
  "until the export finishes."
3699
  msgstr ""
3700
 
3701
- #: templates/admin/csv-export.tpl.php:149
3702
  msgctxt "admin csv-export"
3703
  msgid "No. of listings:"
3704
  msgstr ""
3705
 
3706
- #: templates/admin/csv-export.tpl.php:151
3707
  msgctxt "admin csv-export"
3708
  msgid "Approximate export file size:"
3709
  msgstr ""
3710
 
3711
- #: templates/admin/csv-export.tpl.php:158
3712
  msgctxt "admin csv-export"
3713
  msgid "Cancel Export"
3714
  msgstr ""
3715
 
3716
- #: templates/admin/csv-export.tpl.php:163
3717
  msgctxt "admin csv-export"
3718
  msgid "Export Complete"
3719
  msgstr ""
3720
 
3721
- #: templates/admin/csv-export.tpl.php:164
3722
  msgctxt "admin csv-export"
3723
  msgid ""
3724
  "Your export file has been successfully created and it is now ready for "
3725
  "download."
3726
  msgstr ""
3727
 
3728
- #: templates/admin/csv-export.tpl.php:168
3729
  msgctxt "admin csv-export"
3730
  msgid "Download %1$s (%2$s)"
3731
  msgstr ""
3732
 
3733
- #: templates/admin/csv-export.tpl.php:175
3734
  msgctxt "admin csv-export"
3735
  msgid ""
3736
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3737
  "temporary data created by Business Directory during the export process."
3738
  msgstr ""
3739
 
3740
- #: templates/admin/csv-export.tpl.php:176
3741
  msgctxt "admin csv-export"
3742
  msgid "Cleanup"
3743
  msgstr ""
3744
 
3745
- #: templates/admin/csv-export.tpl.php:181
3746
  msgctxt "admin csv-export"
3747
  msgid "Export Canceled"
3748
  msgstr ""
3749
 
3750
- #: templates/admin/csv-export.tpl.php:182
3751
  msgctxt "admin csv-export"
3752
  msgid "The export has been canceled."
3753
  msgstr ""
3754
 
3755
- #: templates/admin/csv-export.tpl.php:183
3756
  msgctxt "admin csv-export"
3757
  msgid "← Return to CSV Export"
3758
  msgstr ""
@@ -3830,42 +3860,42 @@ msgid "Invalid theme ID"
3830
  msgstr ""
3831
 
3832
  #: includes/admin/class-themes-admin.php:421
3833
- #: includes/admin/upgrades/class-themes-updater.php:169
3834
  msgctxt "themes"
3835
  msgid "Could not update theme: %s"
3836
  msgstr ""
3837
 
3838
- #: includes/admin/upgrades/class-themes-updater.php:131
3839
  msgctxt "themes"
3840
  msgid "Updating theme..."
3841
  msgstr "Thema bijwerken..."
3842
 
3843
- #: includes/admin/upgrades/class-themes-updater.php:132
3844
  msgctxt "themes"
3845
  msgid "Theme updated."
3846
  msgstr "Thema bijgewerkt."
3847
 
3848
- #: includes/admin/upgrades/class-themes-updater.php:134
3849
  msgctxt "themes"
3850
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3851
  msgstr ""
3852
 
3853
- #: includes/admin/upgrades/class-themes-updater.php:175
3854
  msgctxt "themes"
3855
  msgid "Theme was updated successfully."
3856
  msgstr ""
3857
 
3858
- #: includes/themes.php:959
3859
  msgctxt "themes"
3860
  msgid "Could not create themes directory."
3861
  msgstr ""
3862
 
3863
- #: includes/themes.php:970
3864
  msgctxt "themes"
3865
  msgid "Could not remove previous theme directory \"%s\"."
3866
  msgstr ""
3867
 
3868
- #: includes/themes.php:978
3869
  msgctxt "themes"
3870
  msgid "Could not move new theme into theme directory."
3871
  msgstr ""
@@ -6450,13 +6480,13 @@ msgctxt "settings"
6450
  msgid "Cropped"
6451
  msgstr ""
6452
 
6453
- #: includes/admin/settings/class-settings.php:492
6454
- #: includes/admin/settings/class-settings.php:503
6455
  msgctxt "settings"
6456
  msgid "\"%s\" can not be empty."
6457
  msgstr ""
6458
 
6459
- #: includes/admin/settings/class-settings.php:520
6460
  msgctxt "settings"
6461
  msgid "The slug \"%s\" is already in use for another taxonomy."
6462
  msgstr ""
@@ -6517,12 +6547,12 @@ msgctxt "contact email"
6517
  msgid "Time: %s"
6518
  msgstr "Tijd: %s"
6519
 
6520
- #: includes/admin/tracking.php:187
6521
  msgctxt "tracking"
6522
  msgid "Help Improve Business Directory"
6523
  msgstr ""
6524
 
6525
- #: includes/admin/tracking.php:189
6526
  msgctxt "tracking"
6527
  msgid ""
6528
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6530,7 +6560,7 @@ msgid ""
6530
  "future releases?"
6531
  msgstr ""
6532
 
6533
- #: includes/admin/tracking.php:191
6534
  msgctxt "tracking"
6535
  msgid "What do you track?"
6536
  msgstr ""
@@ -6590,11 +6620,6 @@ msgctxt "installer"
6590
  msgid "Migrating fee plans..."
6591
  msgstr ""
6592
 
6593
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6594
- msgctxt "installer"
6595
- msgid "! Could not migrate fee \"%s\" (%d)"
6596
- msgstr ""
6597
-
6598
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6599
  msgctxt "installer"
6600
  msgid "! Could not migrate payment #%d"
@@ -6626,12 +6651,12 @@ msgstr "Registratie informatie"
6626
 
6627
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6628
  msgctxt "installer"
6629
- msgid "Cleaning up listing fees information... %d/%d"
6630
  msgstr ""
6631
 
6632
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6633
  msgctxt "installer"
6634
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6635
  msgstr ""
6636
 
6637
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -6644,17 +6669,12 @@ msgctxt "installer"
6644
  msgid "Listing edit payment (BD < 3.4)"
6645
  msgstr ""
6646
 
6647
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6648
- msgctxt "installer"
6649
- msgid "Renewal fee \"%s\" for category \"%s\""
6650
- msgstr ""
6651
-
6652
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6653
  msgctxt "installer"
6654
  msgid "Listing upgrade to featured"
6655
  msgstr ""
6656
 
6657
- #: includes/installer.php:62
6658
  msgctxt "installer"
6659
  msgid "Default Fee"
6660
  msgstr "Standaard kosten"
@@ -6938,11 +6958,6 @@ msgctxt "notify email"
6938
  msgid "Payment Details"
6939
  msgstr "Details kosten"
6940
 
6941
- #: templates/email/listing-payment-completed.tpl.php:25
6942
- msgctxt "notify email"
6943
- msgid "Plan"
6944
- msgstr ""
6945
-
6946
  #: templates/email/listing-payment-completed.tpl.php:32
6947
  #, fuzzy
6948
  msgctxt "notify email"
@@ -7004,7 +7019,7 @@ msgctxt "title"
7004
  msgid "Find a Listing"
7005
  msgstr "Registratie zoeken"
7006
 
7007
- #: includes/class-meta.php:194
7008
  msgctxt "title"
7009
  msgid "Listings tagged: %s"
7010
  msgstr ""
@@ -7242,11 +7257,11 @@ msgstr ""
7242
  #: includes/class-wpbdp.php:480
7243
  msgctxt "listing image upload"
7244
  msgid ""
7245
- "You're trying to upload %d images, but only have %d slot available. Please "
7246
- "adjust your selection."
7247
  msgid_plural ""
7248
- "You're trying to upload %d images, but only have %d slots available. Please "
7249
- "adjust your selection."
7250
  msgstr[0] ""
7251
  msgstr[1] ""
7252
 
@@ -7777,7 +7792,7 @@ msgctxt "flag listing"
7777
  msgid "Report comment is required to save a report"
7778
  msgstr ""
7779
 
7780
- #: includes/installer.php:53
7781
  msgctxt "default category name"
7782
  msgid "General"
7783
  msgstr "Algemeen"
@@ -7957,58 +7972,28 @@ msgctxt "templates sort"
7957
  msgid "Sort By:"
7958
  msgstr "Sorteer op:"
7959
 
7960
- #: includes/utils.php:416
7961
  msgctxt "utils"
7962
  msgid ""
7963
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7964
  msgstr ""
7965
 
7966
- #: includes/utils.php:463
7967
- msgctxt "utils"
7968
- msgid "File size (%s) exceeds maximum file size of %s"
7969
- msgstr ""
7970
-
7971
- #: includes/utils.php:471
7972
- msgctxt "utils"
7973
- msgid "File size (%s) is inferior to the required minimum file size of %s"
7974
- msgstr ""
7975
-
7976
- #: includes/utils.php:480 includes/utils.php:487
7977
  msgctxt "utils"
7978
  msgid "File type \"%s\" is not allowed"
7979
  msgstr ""
7980
 
7981
- #: includes/utils.php:494
7982
  msgctxt "utils"
7983
  msgid "Unkown error while uploading file."
7984
  msgstr ""
7985
 
7986
- #: includes/utils.php:513
7987
  msgctxt "utils"
7988
  msgid "Uploaded file is not an image"
7989
  msgstr ""
7990
 
7991
- #: includes/utils.php:522
7992
- msgctxt "utils"
7993
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
7994
- msgstr ""
7995
-
7996
- #: includes/utils.php:528
7997
- msgctxt "utils"
7998
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
7999
- msgstr ""
8000
-
8001
- #: includes/utils.php:534
8002
- msgctxt "utils"
8003
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8004
- msgstr ""
8005
-
8006
- #: includes/utils.php:540
8007
- msgctxt "utils"
8008
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8009
- msgstr ""
8010
-
8011
- #: includes/utils.php:554
8012
  msgctxt "utils"
8013
  msgid "Error while uploading file"
8014
  msgstr ""
@@ -8038,16 +8023,6 @@ msgctxt "delete listing"
8038
  msgid "You are about to remove your listing \"%s\" from the directory."
8039
  msgstr ""
8040
 
8041
- #: templates/delete-listing-confirm.tpl.php:24
8042
- msgctxt "delete listing"
8043
- msgid "No. Take me back to the directory."
8044
- msgstr "Nee, terug naar het Register."
8045
-
8046
- #: templates/delete-listing-confirm.tpl.php:25
8047
- msgctxt "delete listing"
8048
- msgid "Yes. Delete my listing."
8049
- msgstr "Ja, verwijder mijn registratie."
8050
-
8051
  #: includes/views/listing_contact.php:51
8052
  msgctxt "contact-message"
8053
  msgid "Please enter your name."
@@ -8238,12 +8213,6 @@ msgctxt "search"
8238
  msgid "Clear"
8239
  msgstr "Leegmaken"
8240
 
8241
- #: includes/views/show_listing.php:12
8242
- msgctxt "preview"
8243
- msgid "This is just a preview. The listing has not been published yet."
8244
- msgstr ""
8245
- "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
8246
-
8247
  #: includes/views/submit_listing.php:1138
8248
  msgctxt "listing submit"
8249
  msgid ""
@@ -8257,7 +8226,7 @@ msgid "Change category/plan"
8257
  msgstr "Categorie selectie"
8258
 
8259
  #: includes/widgets/class-listings-widget.php:45
8260
- #: includes/widgets/widget-search.php:22
8261
  msgctxt "widgets"
8262
  msgid "Title:"
8263
  msgstr "Titel:"
@@ -8317,17 +8286,17 @@ msgctxt "widgets"
8317
  msgid "Display listings in random order"
8318
  msgstr ""
8319
 
8320
- #: includes/widgets/widget-latest-listings.php:11
8321
  msgctxt "widgets"
8322
  msgid "Business Directory - Latest Listings"
8323
  msgstr ""
8324
 
8325
- #: includes/widgets/widget-latest-listings.php:12
8326
  msgctxt "widgets"
8327
  msgid "Displays a list of the latest listings in the Business Directory."
8328
  msgstr ""
8329
 
8330
- #: includes/widgets/widget-latest-listings.php:14
8331
  msgctxt "widgets"
8332
  msgid "Latest Listings"
8333
  msgstr "Laatste registraties"
@@ -8347,52 +8316,47 @@ msgctxt "widgets"
8347
  msgid "Random Listings"
8348
  msgstr ""
8349
 
8350
- #: includes/widgets/widget-search.php:10
8351
  msgctxt "widgets"
8352
  msgid "Business Directory - Search"
8353
  msgstr "Business Directory - Zoeken"
8354
 
8355
- #: includes/widgets/widget-search.php:11
8356
  msgctxt "widgets"
8357
  msgid "Displays a search form to look for Business Directory listings."
8358
  msgstr ""
8359
 
8360
- #: includes/widgets/widget-search.php:18
8361
  msgctxt "widgets"
8362
  msgid "Search the Business Directory"
8363
  msgstr "Doorzoek het Register"
8364
 
8365
- #: includes/widgets/widget-search.php:29
8366
  msgctxt "widgets"
8367
  msgid "Form Style:"
8368
  msgstr "Formulier stijl"
8369
 
8370
- #: includes/widgets/widget-search.php:37
8371
  msgctxt "widgets"
8372
  msgid "Basic"
8373
  msgstr "Basis"
8374
 
8375
- #: includes/widgets/widget-search.php:45
8376
  msgctxt "widgets"
8377
  msgid "Advanced"
8378
  msgstr "Geavanceerd"
8379
 
8380
- #: includes/widgets/widget-search.php:49
8381
  msgctxt "widgets"
8382
  msgid "Search Fields (advanced mode):"
8383
  msgstr ""
8384
 
8385
- #: includes/widgets/widget-search.php:50
8386
  msgctxt "widgets"
8387
  msgid "Display the following fields in the form."
8388
  msgstr ""
8389
 
8390
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8391
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8392
- #: templates/admin/csv-import.tpl.php:117
8393
- #: templates/admin/csv-import.tpl.php:143
8394
- #: templates/admin/csv-import.tpl.php:154
8395
- #: templates/admin/csv-import.tpl.php:204
8396
  msgctxt "admin forms"
8397
  msgid "required"
8398
  msgstr "vereist"
@@ -8471,22 +8435,11 @@ msgctxt "admin sidebar"
8471
  msgid "Video Tutorials"
8472
  msgstr ""
8473
 
8474
- #: templates/admin/themes-delete-confirm.tpl.php:1
8475
- #: templates/admin/themes-delete-confirm.tpl.php:13
8476
- msgctxt "themes admin"
8477
- msgid "Delete Directory Theme"
8478
- msgstr ""
8479
-
8480
  #: templates/admin/themes-delete-confirm.tpl.php:3
8481
  msgctxt "themes admin"
8482
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8483
  msgstr ""
8484
 
8485
- #: templates/admin/themes-delete-confirm.tpl.php:12
8486
- msgctxt "themes admin"
8487
- msgid "Cancel"
8488
- msgstr ""
8489
-
8490
  #: templates/admin/uninstall-capture-form.tpl.php:5
8491
  msgctxt "uninstall"
8492
  msgid "It doesn't work with my theme/plugins/site"
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: 2021-08-26 18:29:37+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"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 2.3.1\n"
16
 
17
+ #: includes/admin/class-admin-controller.php:81
18
  #: templates/admin/payments-note.tpl.php:13
19
  #: templates/delete-listing-confirm.tpl.php:19
20
  #, fuzzy
21
  msgid "Are you sure you want to do this?"
22
  msgstr "Weet je zeker dat je dit wilt doen?"
23
 
24
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
25
  msgid "Help"
26
  msgstr ""
27
 
90
  msgid "Yes, please!"
91
  msgstr "Ja, graag!"
92
 
93
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
94
  #, fuzzy
95
  msgid "No, thanks"
96
  msgstr "Nee, dank je"
243
 
244
  #: includes/admin/form-fields.php:31
245
  #: includes/fields/class-fieldtypes-social.php:138
246
+ #: templates/admin/csv-import.tpl.php:325
247
  #, fuzzy
248
  msgid "Type"
249
  msgstr "Type"
772
  msgid "Uninstall"
773
  msgstr ""
774
 
775
+ #: includes/admin/settings/class-settings.php:513
776
  msgid "%s cannot include spaces, commas, or &"
777
  msgstr ""
778
 
779
+ #: includes/admin/tracking.php:221
780
  msgid "Allow Tracking"
781
  msgstr ""
782
 
843
  msgid "Duration"
844
  msgstr "Tijdsduur"
845
 
846
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
847
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
848
+ msgstr ""
849
+
850
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
851
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
852
+ msgstr ""
853
+
854
  #: includes/admin/views/modules/list.php:10
855
  #, fuzzy
856
  msgid "Directory Modules"
1017
  msgid "Settings"
1018
  msgstr "Instellingen"
1019
 
1020
+ #: includes/class-wpbdp.php:579
1021
  msgid "Could not find listing ID"
1022
  msgstr ""
1023
 
1024
+ #: includes/class-wpbdp.php:586
1025
  msgid ""
1026
  "Could not verify the image upload request. If problem persists contact site "
1027
  "admin."
1028
  msgstr ""
1029
 
1030
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1031
  msgid "Could not find image ID"
1032
  msgstr ""
1033
 
1034
+ #: includes/class-wpbdp.php:625
1035
  msgid ""
1036
  "The directory features are disabled at this time because a <a>manual "
1037
  "upgrade</a> is pending."
1038
  msgstr ""
1039
 
1040
+ #: includes/class-wpbdp.php:632
1041
  msgid ""
1042
  "The directory is not available at this time. Please try again in a few "
1043
  "minutes or contact the administrator if the problem persists."
1044
  msgstr ""
1045
 
1046
  #: includes/compatibility/class-navxt-integration.php:204
1047
+ #: includes/widgets/widget-search.php:125
1048
  #: templates/admin/payments-index.tpl.php:13
1049
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1050
  #: templates/search.tpl.php:3
1213
  msgstr ""
1214
 
1215
  #: includes/fields/class-fieldtypes-select.php:262
1216
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1217
+ #: templates/admin/csv-import.tpl.php:120
1218
+ #: templates/admin/csv-import.tpl.php:148
1219
+ #: templates/admin/csv-import.tpl.php:161
1220
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1221
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1222
  #, fuzzy
1223
  msgid "required"
1224
  msgstr "vereist"
1369
  msgid "Word Count Validator"
1370
  msgstr ""
1371
 
1372
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1373
  #, fuzzy
1374
  msgid "Field"
1375
  msgstr "Veld"
1420
  msgstr ""
1421
 
1422
  #. translators: %1$s: field label, %2$s allowed values
1423
+ #: includes/form-fields.php:824
1424
  msgid "%1$s is invalid. Value most be one of %2$s."
1425
  msgstr ""
1426
 
1598
  msgid "Default"
1599
  msgstr "Standaard kosten"
1600
 
1601
+ #: includes/themes.php:952
1602
  msgid "ZIP file is not a valid Business Directory theme file."
1603
  msgstr ""
1604
 
1605
+ #: includes/utils.php:465
1606
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1607
+ msgstr ""
1608
+
1609
+ #: includes/utils.php:474
1610
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1611
+ msgstr ""
1612
+
1613
+ #: includes/utils.php:527
1614
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1615
+ msgstr ""
1616
+
1617
+ #: includes/utils.php:535
1618
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1619
+ msgstr ""
1620
+
1621
+ #: includes/utils.php:543
1622
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1623
+ msgstr ""
1624
+
1625
+ #: includes/utils.php:551
1626
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1627
+ msgstr ""
1628
+
1629
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1630
  #: includes/views/flag_listing.php:56
1631
  #, fuzzy
1668
  msgid "That listing cannot yet be renewed."
1669
  msgstr "De registratie / vermelding is bijgewerkt."
1670
 
1671
+ #: includes/views/show_listing.php:12
1672
+ #, fuzzy
1673
+ msgid "This is just a preview. The listing has not been published yet."
1674
+ msgstr ""
1675
+ "Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
1676
+
1677
  #: includes/views/submit_listing.php:544
1678
  #, fuzzy
1679
  msgid "Listing Images"
1723
  "ones created, select this option!"
1724
  msgstr ""
1725
 
1726
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1727
+ #, fuzzy
1728
+ msgid "CSV File Settings"
1729
+ msgstr "Instellingen"
1730
+
1731
+ #: templates/admin/csv-export.tpl.php:116
1732
+ #: templates/admin/csv-import.tpl.php:147
1733
+ #, fuzzy
1734
+ msgid "Image Separator"
1735
+ msgstr "Beeld instellingen"
1736
+
1737
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1738
  #: templates/admin/csv-import.tpl.php:34
1739
  msgid ""
1741
  "help you do things in the right order."
1742
  msgstr ""
1743
 
1744
+ #: templates/admin/csv-import.tpl.php:45
1745
+ msgid "Import Files"
1746
+ msgstr ""
1747
+
1748
+ #: templates/admin/csv-import.tpl.php:50
1749
+ msgid "CSV File"
1750
+ msgstr ""
1751
+
1752
+ #: templates/admin/csv-import.tpl.php:83
1753
+ msgid "ZIP file containing images"
1754
+ msgstr ""
1755
+
1756
+ #: templates/admin/csv-import.tpl.php:119
1757
+ msgid "Column Separator"
1758
+ msgstr ""
1759
+
1760
+ #: templates/admin/csv-import.tpl.php:160
1761
+ #, fuzzy
1762
+ msgid "Category Separator"
1763
+ msgstr "categorie selectie"
1764
+
1765
+ #: templates/admin/csv-import.tpl.php:173
1766
+ #, fuzzy
1767
+ msgid "Import settings"
1768
+ msgstr "Vernieuw registratie"
1769
+
1770
+ #: templates/admin/csv-import.tpl.php:177
1771
+ #, fuzzy
1772
+ msgid "Post status of new imported listings"
1773
+ msgstr "Status van verwijderde registraties"
1774
+
1775
+ #: templates/admin/csv-import.tpl.php:194
1776
+ #, fuzzy
1777
+ msgid "Post status of existing imported listings"
1778
+ msgstr "Status van verwijderde registraties"
1779
+
1780
+ #: templates/admin/csv-import.tpl.php:212
1781
+ #, fuzzy
1782
+ msgid "Missing categories handling"
1783
+ msgstr "Titel registratie"
1784
+
1785
+ #: templates/admin/csv-import.tpl.php:220
1786
+ #, fuzzy
1787
+ msgid "Auto-create categories"
1788
+ msgstr "Alle Categorieën"
1789
+
1790
+ #: templates/admin/csv-import.tpl.php:225
1791
+ msgid "Generate errors when a category is not found"
1792
+ msgstr ""
1793
+
1794
+ #: templates/admin/csv-import.tpl.php:242
1795
+ #: templates/admin/csv-import.tpl.php:249
1796
+ msgid "Assign listings to a user?"
1797
+ msgstr ""
1798
+
1799
+ #: templates/admin/csv-import.tpl.php:266
1800
+ #, fuzzy
1801
+ msgid "Default listing user"
1802
+ msgstr "Standaard status nieuwe registratie"
1803
+
1804
+ #: templates/admin/csv-import.tpl.php:272
1805
+ msgid ""
1806
+ "This user will be used if the username column is not present in the CSV file."
1807
+ msgstr ""
1808
+
1809
+ #: templates/admin/csv-import.tpl.php:277
1810
+ #, fuzzy
1811
+ msgid "Number of listings imported on every cycle"
1812
+ msgstr "Aantal registraties tonen:"
1813
+
1814
+ #: templates/admin/csv-import.tpl.php:285
1815
+ msgid ""
1816
+ "If you are having trouble importing listings due to memory problems, try "
1817
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1818
+ "result in a longer batch import time, but will increase the chance of "
1819
+ "success on shared hosting platforms and other resource-constrained servers."
1820
+ msgstr ""
1821
+
1822
+ #: templates/admin/csv-import.tpl.php:290
1823
  msgid "Disable email notifications during import?"
1824
  msgstr ""
1825
 
1826
+ #: templates/admin/csv-import.tpl.php:297
1827
  #, fuzzy
1828
  msgid "Disable email notifications."
1829
  msgstr "E-Mail Notificaties"
1830
 
1831
+ #: templates/admin/csv-import.tpl.php:314
1832
+ msgid ""
1833
+ "The following are the valid header names to be used in the CSV file. "
1834
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1835
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1836
+ "how an import file should look like."
1837
+ msgstr ""
1838
+
1839
+ #: templates/admin/csv-import.tpl.php:323
1840
+ msgid "Header name/label"
1841
+ msgstr ""
1842
+
1843
+ #: templates/admin/csv-import.tpl.php:326
1844
+ #, fuzzy
1845
+ msgid "Required?"
1846
+ msgstr "Vereist?"
1847
+
1848
+ #: templates/admin/csv-import.tpl.php:327
1849
+ msgid "Multivalued?"
1850
+ msgstr ""
1851
+
1852
+ #: templates/admin/csv-import.tpl.php:359
1853
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1854
+ msgstr ""
1855
+
1856
+ #: templates/admin/csv-import.tpl.php:366
1857
+ #, fuzzy
1858
+ msgid "Listing author's username"
1859
+ msgstr "Naam auteur"
1860
+
1861
  #: templates/admin/debug-info.tpl.php:5
1862
  msgid ""
1863
  "The following information can help our team debug possible problems with "
2289
  msgstr ""
2290
 
2291
  #: templates/admin/settings-email.tpl.php:103
2292
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2293
  #: templates/listing-flagging-form.tpl.php:64
2294
  #, fuzzy
2295
  msgid "Cancel"
2413
  msgid "Need help?"
2414
  msgstr ""
2415
 
2416
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2417
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2418
+ #, fuzzy
2419
+ msgid "Delete Directory Theme"
2420
+ msgstr "Directory thema's"
2421
+
2422
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2423
  #, fuzzy
2424
  msgid "Upload Directory Theme"
2618
  msgid "Next"
2619
  msgstr ""
2620
 
2621
+ #: templates/delete-listing-confirm.tpl.php:24
2622
+ #, fuzzy
2623
+ msgid "No. Take me back to the directory."
2624
+ msgstr "Nee, terug naar het Register."
2625
+
2626
+ #: templates/delete-listing-confirm.tpl.php:25
2627
+ #, fuzzy
2628
+ msgid "Yes. Delete my listing."
2629
+ msgstr "Ja, verwijder mijn registratie."
2630
+
2631
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2632
  #, fuzzy
2633
  msgid "Search Results"
2646
  msgid "(not published yet)"
2647
  msgstr "(nog niet gepubliceerd)"
2648
 
2649
+ #: templates/email/listing-payment-completed.tpl.php:25
2650
+ msgid "Plan"
2651
+ msgstr ""
2652
+
2653
  #: templates/email-access-keys.tpl.php:1
2654
  msgid ""
2655
  "Below you'll find the access keys for all the listings registered with your "
2905
  msgid "Business Directory Team"
2906
  msgstr "Business Directory - Zoeken"
2907
 
2908
+ #: includes/admin/class-admin-controller.php:83
2909
  msgctxt "admin confirm"
2910
  msgid "No, go back"
2911
  msgstr ""
2912
 
2913
+ #: includes/admin/class-admin-controller.php:84
2914
  msgctxt "admin confirm"
2915
  msgid "Yes, I'm sure"
2916
  msgstr ""
3118
  msgid "Here, you can import data into your directory using the CSV format."
3119
  msgstr ""
3120
 
3121
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3122
  msgctxt "admin csv-import"
3123
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3124
  msgstr ""
3125
 
3126
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3127
  msgctxt "admin csv-import"
3128
  msgid "(Upload new file)"
3129
  msgstr ""
3130
 
3131
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  msgctxt "admin csv-import"
3133
  msgid "Comma (,)"
3134
  msgstr ""
3135
 
3136
+ #: templates/admin/csv-import.tpl.php:135
3137
  msgctxt "admin csv-import"
3138
  msgid "Semicolon (;)"
3139
  msgstr ""
3140
 
3141
+ #: templates/admin/csv-import.tpl.php:141
3142
  msgctxt "admin csv-import"
3143
  msgid "TAB"
3144
  msgstr ""
3145
 
3146
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3147
  #, fuzzy
3148
  msgctxt "admin csv-import"
3149
  msgid "Preserve existing status"
3150
  msgstr "Registraties"
3151
 
3152
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3153
  msgctxt "admin csv-import"
3154
  msgid "Keep existing listing images?"
3155
  msgstr ""
3156
 
3157
+ #: templates/admin/csv-import.tpl.php:236
3158
  msgctxt "admin csv-import"
3159
  msgid "Keep existing images."
3160
  msgstr ""
3161
 
3162
+ #: templates/admin/csv-import.tpl.php:237
3163
  msgctxt "admin csv-import"
3164
  msgid "Appends new images while keeping current ones."
3165
  msgstr ""
3166
 
3167
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3168
  msgctxt "admin csv-import"
3169
  msgid "Use a default user for listings?"
3170
  msgstr ""
3171
 
3172
+ #: templates/admin/csv-import.tpl.php:261
3173
  msgctxt "admin csv-import"
3174
  msgid ""
3175
  "Select a default user to be used if the username column is not present in "
3176
  "the CSV file."
3177
  msgstr ""
3178
 
3179
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3180
  msgctxt "admin csv-import"
3181
  msgid "Test Import"
3182
  msgstr ""
3183
 
3184
+ #: templates/admin/csv-import.tpl.php:305
3185
  msgctxt "admin csv-import"
3186
  msgid "Import Listings"
3187
  msgstr ""
3188
 
3189
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3190
  msgctxt "admin csv-import"
3191
  msgid ""
3192
  "Fee ID (integer) associated to a listing. Use this column when adding or "
3193
  "updating listings from external sources."
3194
  msgstr ""
3195
 
3196
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3197
  msgctxt "admin csv-import"
3198
  msgid ""
3199
  "Internal Sequence ID used to allow listing updates from external sources."
3200
  msgstr ""
3201
 
3202
+ #: templates/admin/csv-import.tpl.php:380
3203
  msgctxt "admin csv-import"
3204
  msgid ""
3205
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3682
  msgid "Listing T&C acceptance date"
3683
  msgstr "Beelden bij de registratie"
3684
 
 
 
 
 
 
3685
  #: templates/admin/csv-export.tpl.php:97
3686
  msgctxt "admin csv-export"
3687
  msgid "What operating system will you use to edit the CSV file?"
3706
  "each operating system."
3707
  msgstr ""
3708
 
3709
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3710
  msgctxt "admin csv-export"
3711
  msgid "Category Separator"
3712
  msgstr ""
3713
 
3714
+ #: templates/admin/csv-export.tpl.php:141
3715
  msgctxt "admin csv-export"
3716
  msgid "Export Listings"
3717
  msgstr ""
3718
 
3719
+ #: templates/admin/csv-export.tpl.php:147
3720
  msgctxt "admin csv-export"
3721
  msgid "Export in Progress..."
3722
  msgstr ""
3723
 
3724
+ #: templates/admin/csv-export.tpl.php:148
3725
  msgctxt "admin csv-export"
3726
  msgid ""
3727
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3728
  "until the export finishes."
3729
  msgstr ""
3730
 
3731
+ #: templates/admin/csv-export.tpl.php:151
3732
  msgctxt "admin csv-export"
3733
  msgid "No. of listings:"
3734
  msgstr ""
3735
 
3736
+ #: templates/admin/csv-export.tpl.php:153
3737
  msgctxt "admin csv-export"
3738
  msgid "Approximate export file size:"
3739
  msgstr ""
3740
 
3741
+ #: templates/admin/csv-export.tpl.php:160
3742
  msgctxt "admin csv-export"
3743
  msgid "Cancel Export"
3744
  msgstr ""
3745
 
3746
+ #: templates/admin/csv-export.tpl.php:165
3747
  msgctxt "admin csv-export"
3748
  msgid "Export Complete"
3749
  msgstr ""
3750
 
3751
+ #: templates/admin/csv-export.tpl.php:166
3752
  msgctxt "admin csv-export"
3753
  msgid ""
3754
  "Your export file has been successfully created and it is now ready for "
3755
  "download."
3756
  msgstr ""
3757
 
3758
+ #: templates/admin/csv-export.tpl.php:170
3759
  msgctxt "admin csv-export"
3760
  msgid "Download %1$s (%2$s)"
3761
  msgstr ""
3762
 
3763
+ #: templates/admin/csv-export.tpl.php:177
3764
  msgctxt "admin csv-export"
3765
  msgid ""
3766
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3767
  "temporary data created by Business Directory during the export process."
3768
  msgstr ""
3769
 
3770
+ #: templates/admin/csv-export.tpl.php:178
3771
  msgctxt "admin csv-export"
3772
  msgid "Cleanup"
3773
  msgstr ""
3774
 
3775
+ #: templates/admin/csv-export.tpl.php:183
3776
  msgctxt "admin csv-export"
3777
  msgid "Export Canceled"
3778
  msgstr ""
3779
 
3780
+ #: templates/admin/csv-export.tpl.php:184
3781
  msgctxt "admin csv-export"
3782
  msgid "The export has been canceled."
3783
  msgstr ""
3784
 
3785
+ #: templates/admin/csv-export.tpl.php:185
3786
  msgctxt "admin csv-export"
3787
  msgid "← Return to CSV Export"
3788
  msgstr ""
3860
  msgstr ""
3861
 
3862
  #: includes/admin/class-themes-admin.php:421
3863
+ #: includes/admin/upgrades/class-themes-updater.php:170
3864
  msgctxt "themes"
3865
  msgid "Could not update theme: %s"
3866
  msgstr ""
3867
 
3868
+ #: includes/admin/upgrades/class-themes-updater.php:132
3869
  msgctxt "themes"
3870
  msgid "Updating theme..."
3871
  msgstr "Thema bijwerken..."
3872
 
3873
+ #: includes/admin/upgrades/class-themes-updater.php:133
3874
  msgctxt "themes"
3875
  msgid "Theme updated."
3876
  msgstr "Thema bijgewerkt."
3877
 
3878
+ #: includes/admin/upgrades/class-themes-updater.php:135
3879
  msgctxt "themes"
3880
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3881
  msgstr ""
3882
 
3883
+ #: includes/admin/upgrades/class-themes-updater.php:176
3884
  msgctxt "themes"
3885
  msgid "Theme was updated successfully."
3886
  msgstr ""
3887
 
3888
+ #: includes/themes.php:960
3889
  msgctxt "themes"
3890
  msgid "Could not create themes directory."
3891
  msgstr ""
3892
 
3893
+ #: includes/themes.php:971
3894
  msgctxt "themes"
3895
  msgid "Could not remove previous theme directory \"%s\"."
3896
  msgstr ""
3897
 
3898
+ #: includes/themes.php:979
3899
  msgctxt "themes"
3900
  msgid "Could not move new theme into theme directory."
3901
  msgstr ""
6480
  msgid "Cropped"
6481
  msgstr ""
6482
 
6483
+ #: includes/admin/settings/class-settings.php:493
6484
+ #: includes/admin/settings/class-settings.php:504
6485
  msgctxt "settings"
6486
  msgid "\"%s\" can not be empty."
6487
  msgstr ""
6488
 
6489
+ #: includes/admin/settings/class-settings.php:521
6490
  msgctxt "settings"
6491
  msgid "The slug \"%s\" is already in use for another taxonomy."
6492
  msgstr ""
6547
  msgid "Time: %s"
6548
  msgstr "Tijd: %s"
6549
 
6550
+ #: includes/admin/tracking.php:188
6551
  msgctxt "tracking"
6552
  msgid "Help Improve Business Directory"
6553
  msgstr ""
6554
 
6555
+ #: includes/admin/tracking.php:190
6556
  msgctxt "tracking"
6557
  msgid ""
6558
  "Can Business Directory keep track of your theme, plugins, and other non-"
6560
  "future releases?"
6561
  msgstr ""
6562
 
6563
+ #: includes/admin/tracking.php:192
6564
  msgctxt "tracking"
6565
  msgid "What do you track?"
6566
  msgstr ""
6620
  msgid "Migrating fee plans..."
6621
  msgstr ""
6622
 
 
 
 
 
 
6623
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6624
  msgctxt "installer"
6625
  msgid "! Could not migrate payment #%d"
6651
 
6652
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6653
  msgctxt "installer"
6654
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
6655
  msgstr ""
6656
 
6657
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6658
  msgctxt "installer"
6659
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6660
  msgstr ""
6661
 
6662
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
6669
  msgid "Listing edit payment (BD < 3.4)"
6670
  msgstr ""
6671
 
6672
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
6673
  msgctxt "installer"
6674
  msgid "Listing upgrade to featured"
6675
  msgstr ""
6676
 
6677
+ #: includes/installer.php:61
6678
  msgctxt "installer"
6679
  msgid "Default Fee"
6680
  msgstr "Standaard kosten"
6958
  msgid "Payment Details"
6959
  msgstr "Details kosten"
6960
 
 
 
 
 
 
6961
  #: templates/email/listing-payment-completed.tpl.php:32
6962
  #, fuzzy
6963
  msgctxt "notify email"
7019
  msgid "Find a Listing"
7020
  msgstr "Registratie zoeken"
7021
 
7022
+ #: includes/class-meta.php:195
7023
  msgctxt "title"
7024
  msgid "Listings tagged: %s"
7025
  msgstr ""
7257
  #: includes/class-wpbdp.php:480
7258
  msgctxt "listing image upload"
7259
  msgid ""
7260
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7261
+ "Please adjust your selection."
7262
  msgid_plural ""
7263
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7264
+ "Please adjust your selection."
7265
  msgstr[0] ""
7266
  msgstr[1] ""
7267
 
7792
  msgid "Report comment is required to save a report"
7793
  msgstr ""
7794
 
7795
+ #: includes/installer.php:52
7796
  msgctxt "default category name"
7797
  msgid "General"
7798
  msgstr "Algemeen"
7972
  msgid "Sort By:"
7973
  msgstr "Sorteer op:"
7974
 
7975
+ #: includes/utils.php:417
7976
  msgctxt "utils"
7977
  msgid ""
7978
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7979
  msgstr ""
7980
 
7981
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
7982
  msgctxt "utils"
7983
  msgid "File type \"%s\" is not allowed"
7984
  msgstr ""
7985
 
7986
+ #: includes/utils.php:497
7987
  msgctxt "utils"
7988
  msgid "Unkown error while uploading file."
7989
  msgstr ""
7990
 
7991
+ #: includes/utils.php:517
7992
  msgctxt "utils"
7993
  msgid "Uploaded file is not an image"
7994
  msgstr ""
7995
 
7996
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7997
  msgctxt "utils"
7998
  msgid "Error while uploading file"
7999
  msgstr ""
8023
  msgid "You are about to remove your listing \"%s\" from the directory."
8024
  msgstr ""
8025
 
 
 
 
 
 
 
 
 
 
 
8026
  #: includes/views/listing_contact.php:51
8027
  msgctxt "contact-message"
8028
  msgid "Please enter your name."
8213
  msgid "Clear"
8214
  msgstr "Leegmaken"
8215
 
 
 
 
 
 
 
8216
  #: includes/views/submit_listing.php:1138
8217
  msgctxt "listing submit"
8218
  msgid ""
8226
  msgstr "Categorie selectie"
8227
 
8228
  #: includes/widgets/class-listings-widget.php:45
8229
+ #: includes/widgets/widget-search.php:28
8230
  msgctxt "widgets"
8231
  msgid "Title:"
8232
  msgstr "Titel:"
8286
  msgid "Display listings in random order"
8287
  msgstr ""
8288
 
8289
+ #: includes/widgets/widget-latest-listings.php:12
8290
  msgctxt "widgets"
8291
  msgid "Business Directory - Latest Listings"
8292
  msgstr ""
8293
 
8294
+ #: includes/widgets/widget-latest-listings.php:13
8295
  msgctxt "widgets"
8296
  msgid "Displays a list of the latest listings in the Business Directory."
8297
  msgstr ""
8298
 
8299
+ #: includes/widgets/widget-latest-listings.php:16
8300
  msgctxt "widgets"
8301
  msgid "Latest Listings"
8302
  msgstr "Laatste registraties"
8316
  msgid "Random Listings"
8317
  msgstr ""
8318
 
8319
+ #: includes/widgets/widget-search.php:11
8320
  msgctxt "widgets"
8321
  msgid "Business Directory - Search"
8322
  msgstr "Business Directory - Zoeken"
8323
 
8324
+ #: includes/widgets/widget-search.php:13
8325
  msgctxt "widgets"
8326
  msgid "Displays a search form to look for Business Directory listings."
8327
  msgstr ""
8328
 
8329
+ #: includes/widgets/widget-search.php:22
8330
  msgctxt "widgets"
8331
  msgid "Search the Business Directory"
8332
  msgstr "Doorzoek het Register"
8333
 
8334
+ #: includes/widgets/widget-search.php:35
8335
  msgctxt "widgets"
8336
  msgid "Form Style:"
8337
  msgstr "Formulier stijl"
8338
 
8339
+ #: includes/widgets/widget-search.php:44
8340
  msgctxt "widgets"
8341
  msgid "Basic"
8342
  msgstr "Basis"
8343
 
8344
+ #: includes/widgets/widget-search.php:54
8345
  msgctxt "widgets"
8346
  msgid "Advanced"
8347
  msgstr "Geavanceerd"
8348
 
8349
+ #: includes/widgets/widget-search.php:59
8350
  msgctxt "widgets"
8351
  msgid "Search Fields (advanced mode):"
8352
  msgstr ""
8353
 
8354
+ #: includes/widgets/widget-search.php:60
8355
  msgctxt "widgets"
8356
  msgid "Display the following fields in the form."
8357
  msgstr ""
8358
 
8359
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8360
  msgctxt "admin forms"
8361
  msgid "required"
8362
  msgstr "vereist"
8435
  msgid "Video Tutorials"
8436
  msgstr ""
8437
 
 
 
 
 
 
 
8438
  #: templates/admin/themes-delete-confirm.tpl.php:3
8439
  msgctxt "themes admin"
8440
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8441
  msgstr ""
8442
 
 
 
 
 
 
8443
  #: templates/admin/uninstall-capture-form.tpl.php:5
8444
  msgctxt "uninstall"
8445
  msgid "It doesn't work with my theme/plugins/site"
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: 2021-08-24 19:42:43+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"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ WPBDM
24
- #: includes/admin/class-admin-controller.php:80
25
  #: templates/admin/payments-note.tpl.php:13
26
  #: templates/delete-listing-confirm.tpl.php:19
27
  #, fuzzy
@@ -29,7 +29,7 @@ msgid "Are you sure you want to do this?"
29
  msgstr "Jesteś pewien że chcesz to zrobić?"
30
 
31
  # @ WPBDM
32
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
33
  #, fuzzy
34
  msgid "Help"
35
  msgstr "Pomoc"
@@ -117,7 +117,7 @@ msgid "Yes, please!"
117
  msgstr "Tak, proszę!"
118
 
119
  # @ WPBDM
120
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
121
  #, fuzzy
122
  msgid "No, thanks"
123
  msgstr "Nie, dziękuję"
@@ -303,7 +303,7 @@ msgstr "Obrazy"
303
  # @ WPBDM
304
  #: includes/admin/form-fields.php:31
305
  #: includes/fields/class-fieldtypes-social.php:138
306
- #: templates/admin/csv-import.tpl.php:305
307
  #, fuzzy
308
  msgid "Type"
309
  msgstr "Rodzaj"
@@ -898,12 +898,12 @@ msgstr "Nieprawidłowy adres e-mail"
898
  msgid "Uninstall"
899
  msgstr "Odinstaluj "
900
 
901
- #: includes/admin/settings/class-settings.php:512
902
  msgid "%s cannot include spaces, commas, or &"
903
  msgstr ""
904
 
905
  # @ WPBDM
906
- #: includes/admin/tracking.php:220
907
  #, fuzzy
908
  msgid "Allow Tracking"
909
  msgstr "Zezwalam na śledzenie"
@@ -987,6 +987,18 @@ msgstr "Etykieta abonamentu"
987
  msgid "Duration"
988
  msgstr "Czas trwania"
989
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  # @ WPBDM
991
  #: includes/admin/views/modules/list.php:10
992
  #, fuzzy
@@ -1183,25 +1195,25 @@ msgid "Settings"
1183
  msgstr "Ustawienia"
1184
 
1185
  # @ WPBDM
1186
- #: includes/class-wpbdp.php:578
1187
  #, fuzzy
1188
  msgid "Could not find listing ID"
1189
  msgstr "Nie można połączyć z serwerem danych licencji"
1190
 
1191
- #: includes/class-wpbdp.php:585
1192
  msgid ""
1193
  "Could not verify the image upload request. If problem persists contact site "
1194
  "admin."
1195
  msgstr ""
1196
 
1197
  # @ WPBDM
1198
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1199
  #, fuzzy
1200
  msgid "Could not find image ID"
1201
  msgstr "Nie możemy deaktywować Licencji: %s."
1202
 
1203
  # @ WPBDM
1204
- #: includes/class-wpbdp.php:624
1205
  #, fuzzy
1206
  msgid ""
1207
  "The directory features are disabled at this time because a <a>manual "
@@ -1210,7 +1222,7 @@ msgstr ""
1210
  "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
1211
  "na ręczną aktualizację, przed kontynuacją."
1212
 
1213
- #: includes/class-wpbdp.php:631
1214
  msgid ""
1215
  "The directory is not available at this time. Please try again in a few "
1216
  "minutes or contact the administrator if the problem persists."
@@ -1218,7 +1230,7 @@ msgstr ""
1218
 
1219
  # @ WPBDM
1220
  #: includes/compatibility/class-navxt-integration.php:204
1221
- #: includes/widgets/widget-search.php:112
1222
  #: templates/admin/payments-index.tpl.php:13
1223
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1224
  #: templates/search.tpl.php:3
@@ -1406,8 +1418,12 @@ msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
1406
  # @ default
1407
  # @ WPBDM
1408
  #: includes/fields/class-fieldtypes-select.php:262
1409
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1410
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1411
  #, fuzzy
1412
  msgid "required"
1413
  msgstr "Wymagane"
@@ -1597,7 +1613,7 @@ msgid "Word Count Validator"
1597
  msgstr "Weryfikator liczb całkowitych"
1598
 
1599
  # @ WPBDM
1600
- #: includes/form-fields.php:594
1601
  #, fuzzy
1602
  msgid "Field"
1603
  msgstr "Pole"
@@ -1661,7 +1677,7 @@ msgstr "%s musi być w formacie %s."
1661
 
1662
  # @ WPBDM
1663
  #. translators: %1$s: field label, %2$s allowed values
1664
- #: includes/form-fields.php:822
1665
  #, fuzzy
1666
  msgid "%1$s is invalid. Value most be one of %2$s."
1667
  msgstr "%s jest niewłaściwe. Wartość musi być jedną z %s."
@@ -1870,11 +1886,47 @@ msgid "Default"
1870
  msgstr "Usuń abonament"
1871
 
1872
  # @ WPBDM
1873
- #: includes/themes.php:951
1874
  #, fuzzy
1875
  msgid "ZIP file is not a valid Business Directory theme file."
1876
  msgstr "Proszę wprowadzić poprawny adres e-mail."
1877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1878
  # @ WPBDM
1879
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1880
  #: includes/views/flag_listing.php:56
@@ -1928,6 +1980,12 @@ msgstr "Odnowienie oferty"
1928
  msgid "That listing cannot yet be renewed."
1929
  msgstr "Podniesiono status oferty."
1930
 
 
 
 
 
 
 
1931
  # @ WPBDM
1932
  #: includes/views/submit_listing.php:544
1933
  #, fuzzy
@@ -1990,6 +2048,19 @@ msgstr ""
1990
  "Jeśli planujesz re-import ofert do Katalogu Firm i nie chcesz aby zostały "
1991
  "dodane nowe oferty - zaznacz tą opcję."
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  # @ WPBDM
1994
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1995
  #: templates/admin/csv-import.tpl.php:34
@@ -2002,18 +2073,164 @@ msgstr ""
2002
  "importowania plików CSV</a>, aby wszystko przebiegło pomyślnie i w "
2003
  "odpowiedniej kolejności."
2004
 
 
 
 
 
 
 
2005
  # @ WPBDM
2006
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2007
  #, fuzzy
2008
  msgid "Disable email notifications during import?"
2009
  msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
2010
 
2011
  # @ WPBDM
2012
- #: templates/admin/csv-import.tpl.php:281
2013
  #, fuzzy
2014
  msgid "Disable email notifications."
2015
  msgstr "Wyłącz powiadomienia e-mail."
2016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2017
  # @ WPBDM
2018
  #: templates/admin/debug-info.tpl.php:5
2019
  #, fuzzy
@@ -2522,6 +2739,7 @@ msgstr "Podgląd e-maila"
2522
 
2523
  # @ WPBDM
2524
  #: templates/admin/settings-email.tpl.php:103
 
2525
  #: templates/listing-flagging-form.tpl.php:64
2526
  #, fuzzy
2527
  msgid "Cancel"
@@ -2675,6 +2893,13 @@ msgstr "Lubisz tą wtyczkę?"
2675
  msgid "Need help?"
2676
  msgstr ""
2677
 
 
 
 
 
 
 
 
2678
  # @ WPBDM
2679
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2680
  #, fuzzy
@@ -2900,6 +3125,18 @@ msgstr "Zawartość Posta"
2900
  msgid "Next"
2901
  msgstr ""
2902
 
 
 
 
 
 
 
 
 
 
 
 
 
2903
  # @ WPBDM
2904
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2905
  #, fuzzy
@@ -2921,6 +3158,10 @@ msgstr "Powrót do Katalogu."
2921
  msgid "(not published yet)"
2922
  msgstr "(jeszcze nie opublikowana)"
2923
 
 
 
 
 
2924
  #: templates/email-access-keys.tpl.php:1
2925
  msgid ""
2926
  "Below you'll find the access keys for all the listings registered with your "
@@ -3236,12 +3477,12 @@ msgstr ""
3236
  msgid "Business Directory Team"
3237
  msgstr "Katalog Firm"
3238
 
3239
- #: includes/admin/class-admin-controller.php:82
3240
  msgctxt "admin confirm"
3241
  msgid "No, go back"
3242
  msgstr ""
3243
 
3244
- #: includes/admin/class-admin-controller.php:83
3245
  msgctxt "admin confirm"
3246
  msgid "Yes, I'm sure"
3247
  msgstr ""
@@ -3494,156 +3735,64 @@ msgctxt "admin csv-import"
3494
  msgid "Here, you can import data into your directory using the CSV format."
3495
  msgstr "Tutaj możesz zaimportować dane używając plików CSV."
3496
 
3497
- # @ default
3498
- #: templates/admin/csv-import.tpl.php:45
3499
- msgctxt "admin csv-import"
3500
- msgid "Import Files"
3501
- msgstr "Import plików"
3502
-
3503
  # @ WPBDM
3504
- #: templates/admin/csv-import.tpl.php:50
3505
- msgctxt "admin csv-import"
3506
- msgid "CSV File"
3507
- msgstr "Plik CSV"
3508
-
3509
- # @ WPBDM
3510
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3511
  msgctxt "admin csv-import"
3512
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3513
  msgstr "... albo <a>wybierz plik, który chcesz załadować do folderu</a>"
3514
 
3515
  # @ WPBDM
3516
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3517
  msgctxt "admin csv-import"
3518
  msgid "(Upload new file)"
3519
  msgstr "(załaduj nowy plik)"
3520
 
3521
- # @ WPBDM
3522
- #: templates/admin/csv-import.tpl.php:81
3523
- msgctxt "admin csv-import"
3524
- msgid "ZIP file containing images"
3525
- msgstr "Plik ZIP zawierający zdjęcia"
3526
-
3527
- # @ WPBDM
3528
- #: templates/admin/csv-import.tpl.php:113
3529
- msgctxt "admin csv-import"
3530
- msgid "CSV File Settings"
3531
- msgstr "Ustawienia pliku CSV"
3532
-
3533
- # @ WPBDM
3534
- #: templates/admin/csv-import.tpl.php:117
3535
- msgctxt "admin csv-import"
3536
- msgid "Column Separator"
3537
- msgstr "Separator kolumn"
3538
-
3539
- #: templates/admin/csv-import.tpl.php:125
3540
  msgctxt "admin csv-import"
3541
  msgid "Comma (,)"
3542
  msgstr ""
3543
 
3544
- #: templates/admin/csv-import.tpl.php:131
3545
  msgctxt "admin csv-import"
3546
  msgid "Semicolon (;)"
3547
  msgstr ""
3548
 
3549
- #: templates/admin/csv-import.tpl.php:137
3550
  msgctxt "admin csv-import"
3551
  msgid "TAB"
3552
  msgstr ""
3553
 
3554
  # @ WPBDM
3555
- #: templates/admin/csv-import.tpl.php:143
3556
- msgctxt "admin csv-import"
3557
- msgid "Image Separator"
3558
- msgstr "Separator obrazu"
3559
-
3560
- # @ WPBDM
3561
- #: templates/admin/csv-import.tpl.php:154
3562
- msgctxt "admin csv-import"
3563
- msgid "Category Separator"
3564
- msgstr "Separator kategorii"
3565
-
3566
- # @ WPBDM
3567
- #: templates/admin/csv-import.tpl.php:165
3568
- msgctxt "admin csv-import"
3569
- msgid "Import settings"
3570
- msgstr "Ustawienia importu"
3571
-
3572
- # @ WPBDM
3573
- #: templates/admin/csv-import.tpl.php:169
3574
- #, fuzzy
3575
- msgctxt "admin csv-import"
3576
- msgid "Post status of new imported listings"
3577
- msgstr "Status dla zaimportowanych plików"
3578
-
3579
- # @ WPBDM
3580
- #: templates/admin/csv-import.tpl.php:186
3581
- #, fuzzy
3582
- msgctxt "admin csv-import"
3583
- msgid "Post status of existing imported listings"
3584
- msgstr "Status dla zaimportowanych plików"
3585
-
3586
- # @ WPBDM
3587
- #: templates/admin/csv-import.tpl.php:190
3588
  #, fuzzy
3589
  msgctxt "admin csv-import"
3590
  msgid "Preserve existing status"
3591
  msgstr "Oferty"
3592
 
3593
- # @ WPBDM
3594
- #: templates/admin/csv-import.tpl.php:204
3595
- msgctxt "admin csv-import"
3596
- msgid "Missing categories handling"
3597
- msgstr "Brakująca obsługa kategorii "
3598
-
3599
- # @ WPBDM
3600
- #: templates/admin/csv-import.tpl.php:209
3601
- msgctxt "admin csv-import"
3602
- msgid "Auto-create categories"
3603
- msgstr "Automatyczne tworzenie kategorii"
3604
-
3605
- # @ WPBDM
3606
- #: templates/admin/csv-import.tpl.php:212
3607
- msgctxt "admin csv-import"
3608
- msgid "Generate errors when a category is not found"
3609
- msgstr "Generować błędy gdy kategorii nie znaleziono"
3610
-
3611
- #: templates/admin/csv-import.tpl.php:217
3612
  msgctxt "admin csv-import"
3613
  msgid "Keep existing listing images?"
3614
  msgstr ""
3615
 
3616
  # @ WPBDM
3617
- #: templates/admin/csv-import.tpl.php:222
3618
  msgctxt "admin csv-import"
3619
  msgid "Keep existing images."
3620
  msgstr "Obrazy"
3621
 
3622
- #: templates/admin/csv-import.tpl.php:223
3623
  msgctxt "admin csv-import"
3624
  msgid "Appends new images while keeping current ones."
3625
  msgstr ""
3626
 
3627
  # @ WPBDM
3628
- #: templates/admin/csv-import.tpl.php:228
3629
- msgctxt "admin csv-import"
3630
- msgid "Assign listings to a user?"
3631
- msgstr "Przypisać oferty do użytkownika?"
3632
-
3633
- # @ WPBDM
3634
- #: templates/admin/csv-import.tpl.php:234
3635
- msgctxt "admin csv-import"
3636
- msgid "Assign listings to a user."
3637
- msgstr "Przypisz oferty do użytkownika."
3638
-
3639
- # @ WPBDM
3640
- #: templates/admin/csv-import.tpl.php:239
3641
  msgctxt "admin csv-import"
3642
  msgid "Use a default user for listings?"
3643
  msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
3644
 
3645
  # @ WPBDM
3646
- #: templates/admin/csv-import.tpl.php:245
3647
  msgctxt "admin csv-import"
3648
  msgid ""
3649
  "Select a default user to be used if the username column is not present in "
@@ -3653,88 +3802,19 @@ msgstr ""
3653
  "obecny w pliku CSV."
3654
 
3655
  # @ WPBDM
3656
- #: templates/admin/csv-import.tpl.php:250
3657
- msgctxt "admin csv-import"
3658
- msgid "Default listing user"
3659
- msgstr "Domyślny użytkownik oferty"
3660
-
3661
- # @ WPBDM
3662
- #: templates/admin/csv-import.tpl.php:256
3663
- msgctxt "admin csv-import"
3664
- msgid ""
3665
- "This user will be used if the username column is not present in the CSV file."
3666
- msgstr ""
3667
- "Ten użytkownik będzie używany, jeśli kolumna \"nazwa użytkownika\" nie jest "
3668
- "obecny w pliku CSV."
3669
-
3670
- # @ WPBDM
3671
- #: templates/admin/csv-import.tpl.php:261
3672
- #, fuzzy
3673
- msgctxt "admin csv-import"
3674
- msgid "Number of listings imported on every cycle"
3675
- msgstr "Liczba wyświetlanych ofert"
3676
-
3677
- #: templates/admin/csv-import.tpl.php:269
3678
- msgctxt "admin csv-import"
3679
- msgid ""
3680
- "If you are having trouble importing listings due to memory problems, try "
3681
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3682
- "result in a longer batch import time, but will increase the chance of "
3683
- "success on shared hosting platforms and other resource-constrained servers."
3684
- msgstr ""
3685
-
3686
- # @ WPBDM
3687
- #: templates/admin/csv-import.tpl.php:288
3688
  msgctxt "admin csv-import"
3689
  msgid "Test Import"
3690
  msgstr "Test importu"
3691
 
3692
  # @ WPBDM
3693
- #: templates/admin/csv-import.tpl.php:289
3694
  msgctxt "admin csv-import"
3695
  msgid "Import Listings"
3696
  msgstr "Import ofert"
3697
 
3698
  # @ WPBDM
3699
- #: templates/admin/csv-import.tpl.php:296
3700
- msgctxt "admin csv-import"
3701
- msgid ""
3702
- "The following are the valid header names to be used in the CSV file. "
3703
- "Multivalued fields (such as category or tags) can appear multiple times in "
3704
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3705
- "how an import file should look like."
3706
- msgstr ""
3707
- "Proszę się upewnić, że wartości są prawidłowe dla nagłówków w pliku CSV. "
3708
- "Pola wielowartościowe (takie jak kategoria lub tagi) może pojawić się wiele "
3709
- "razy w pliku. Kliknij <a href=\"%s\">\"Zobacz przykładowy plik importu CSV"
3710
- "\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
3711
-
3712
- # @ WPBDM
3713
- #: templates/admin/csv-import.tpl.php:303
3714
- msgctxt "admin csv-import"
3715
- msgid "Header name/label"
3716
- msgstr "Nagłówek/Etykieta"
3717
-
3718
- # @ WPBDM
3719
- #: templates/admin/csv-import.tpl.php:304
3720
- msgctxt "admin csv-import"
3721
- msgid "Field"
3722
- msgstr "Pole"
3723
-
3724
- # @ WPBDM
3725
- #: templates/admin/csv-import.tpl.php:306
3726
- msgctxt "admin csv-import"
3727
- msgid "Required?"
3728
- msgstr "Wymagane?"
3729
-
3730
- # @ WPBDM
3731
- #: templates/admin/csv-import.tpl.php:307
3732
- msgctxt "admin csv-import"
3733
- msgid "Multivalued?"
3734
- msgstr "Wielowartościowe?"
3735
-
3736
- # @ WPBDM
3737
- #: templates/admin/csv-import.tpl.php:332
3738
  #, fuzzy
3739
  msgctxt "admin csv-import"
3740
  msgid ""
@@ -3745,19 +3825,7 @@ msgstr ""
3745
  "podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
3746
 
3747
  # @ WPBDM
3748
- #: templates/admin/csv-import.tpl.php:339
3749
- msgctxt "admin csv-import"
3750
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3751
- msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
3752
-
3753
- # @ WPBDM
3754
- #: templates/admin/csv-import.tpl.php:346
3755
- msgctxt "admin csv-import"
3756
- msgid "Listing author's username"
3757
- msgstr "Autor oferty - Nazwa Użytkownika"
3758
-
3759
- # @ WPBDM
3760
- #: templates/admin/csv-import.tpl.php:353
3761
  msgctxt "admin csv-import"
3762
  msgid ""
3763
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3766,7 +3834,7 @@ msgstr ""
3766
  "ofercie aktualizacji ze źródeł zewnętrznych."
3767
 
3768
  # @ WPBDM
3769
- #: templates/admin/csv-import.tpl.php:360
3770
  msgctxt "admin csv-import"
3771
  msgid ""
3772
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -4348,12 +4416,6 @@ msgctxt "admin csv-export"
4348
  msgid "Listing T&C acceptance date"
4349
  msgstr "Obrazy"
4350
 
4351
- # @ WPBDM
4352
- #: templates/admin/csv-export.tpl.php:93
4353
- msgctxt "admin csv-export"
4354
- msgid "CSV File Settings"
4355
- msgstr "Ustawienia pliku CSV"
4356
-
4357
  #: templates/admin/csv-export.tpl.php:97
4358
  msgctxt "admin csv-export"
4359
  msgid "What operating system will you use to edit the CSV file?"
@@ -4379,31 +4441,25 @@ msgid ""
4379
  msgstr ""
4380
 
4381
  # @ WPBDM
4382
- #: templates/admin/csv-export.tpl.php:116
4383
- msgctxt "admin csv-export"
4384
- msgid "Image Separator"
4385
- msgstr "Separator obrazu"
4386
-
4387
- # @ WPBDM
4388
- #: templates/admin/csv-export.tpl.php:127
4389
  msgctxt "admin csv-export"
4390
  msgid "Category Separator"
4391
  msgstr "Separator kategorii"
4392
 
4393
  # @ WPBDM
4394
- #: templates/admin/csv-export.tpl.php:139
4395
  msgctxt "admin csv-export"
4396
  msgid "Export Listings"
4397
  msgstr "Eksport ofert"
4398
 
4399
  # @ WPBDM
4400
- #: templates/admin/csv-export.tpl.php:145
4401
  msgctxt "admin csv-export"
4402
  msgid "Export in Progress..."
4403
  msgstr "Wykonuję eksport....."
4404
 
4405
  # @ WPBDM
4406
- #: templates/admin/csv-export.tpl.php:146
4407
  msgctxt "admin csv-export"
4408
  msgid ""
4409
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -4413,31 +4469,31 @@ msgstr ""
4413
  "aż do zakończenia działania eksportu."
4414
 
4415
  # @ WPBDM
4416
- #: templates/admin/csv-export.tpl.php:149
4417
  msgctxt "admin csv-export"
4418
  msgid "No. of listings:"
4419
  msgstr "Ilość ofert:"
4420
 
4421
  # @ WPBDM
4422
- #: templates/admin/csv-export.tpl.php:151
4423
  msgctxt "admin csv-export"
4424
  msgid "Approximate export file size:"
4425
  msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
4426
 
4427
  # @ WPBDM
4428
- #: templates/admin/csv-export.tpl.php:158
4429
  msgctxt "admin csv-export"
4430
  msgid "Cancel Export"
4431
  msgstr "Anuluj eksport"
4432
 
4433
  # @ default
4434
- #: templates/admin/csv-export.tpl.php:163
4435
  msgctxt "admin csv-export"
4436
  msgid "Export Complete"
4437
  msgstr "Eksport zakończony"
4438
 
4439
  # @ WPBDM
4440
- #: templates/admin/csv-export.tpl.php:164
4441
  msgctxt "admin csv-export"
4442
  msgid ""
4443
  "Your export file has been successfully created and it is now ready for "
@@ -4445,14 +4501,14 @@ msgid ""
4445
  msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
4446
 
4447
  # @ WPBDM
4448
- #: templates/admin/csv-export.tpl.php:168
4449
  #, fuzzy
4450
  msgctxt "admin csv-export"
4451
  msgid "Download %1$s (%2$s)"
4452
  msgstr "Pobierz %s (%s)"
4453
 
4454
  # @ WPBDM
4455
- #: templates/admin/csv-export.tpl.php:175
4456
  msgctxt "admin csv-export"
4457
  msgid ""
4458
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -4462,25 +4518,25 @@ msgstr ""
4462
  "danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
4463
 
4464
  # @ WPBDM
4465
- #: templates/admin/csv-export.tpl.php:176
4466
  msgctxt "admin csv-export"
4467
  msgid "Cleanup"
4468
  msgstr "Oczyszczanie"
4469
 
4470
  # @ default
4471
- #: templates/admin/csv-export.tpl.php:181
4472
  msgctxt "admin csv-export"
4473
  msgid "Export Canceled"
4474
  msgstr "Eksport anulowany"
4475
 
4476
  # @ WPBDM
4477
- #: templates/admin/csv-export.tpl.php:182
4478
  msgctxt "admin csv-export"
4479
  msgid "The export has been canceled."
4480
  msgstr "Eksport został anulowany."
4481
 
4482
  # @ WPBDM
4483
- #: templates/admin/csv-export.tpl.php:183
4484
  msgctxt "admin csv-export"
4485
  msgid "← Return to CSV Export"
4486
  msgstr "← Powrót do CSV Eksport"
@@ -4570,48 +4626,48 @@ msgstr "Niewłaściwe ID Pola"
4570
 
4571
  # @ WPBDM
4572
  #: includes/admin/class-themes-admin.php:421
4573
- #: includes/admin/upgrades/class-themes-updater.php:169
4574
  msgctxt "themes"
4575
  msgid "Could not update theme: %s"
4576
  msgstr "Nie możemy deaktywować Licencji: %s."
4577
 
4578
- #: includes/admin/upgrades/class-themes-updater.php:131
4579
  msgctxt "themes"
4580
  msgid "Updating theme..."
4581
  msgstr ""
4582
 
4583
  # @ WPBDM
4584
- #: includes/admin/upgrades/class-themes-updater.php:132
4585
  msgctxt "themes"
4586
  msgid "Theme updated."
4587
  msgstr "Abonament zaktualizowany"
4588
 
4589
- #: includes/admin/upgrades/class-themes-updater.php:134
4590
  msgctxt "themes"
4591
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4592
  msgstr ""
4593
 
4594
  # @ WPBDM
4595
- #: includes/admin/upgrades/class-themes-updater.php:175
4596
  #, fuzzy
4597
  msgctxt "themes"
4598
  msgid "Theme was updated successfully."
4599
  msgstr "Import zakończony pełnym sukcesem."
4600
 
4601
  # @ WPBDM
4602
- #: includes/themes.php:959
4603
  msgctxt "themes"
4604
  msgid "Could not create themes directory."
4605
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
4606
 
4607
  # @ WPBDM
4608
- #: includes/themes.php:970
4609
  msgctxt "themes"
4610
  msgid "Could not remove previous theme directory \"%s\"."
4611
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
4612
 
4613
  # @ WPBDM
4614
- #: includes/themes.php:978
4615
  msgctxt "themes"
4616
  msgid "Could not move new theme into theme directory."
4617
  msgstr "Nie masz aktualnie ofert w katalogu."
@@ -7603,13 +7659,13 @@ msgctxt "settings"
7603
  msgid "Cropped"
7604
  msgstr ""
7605
 
7606
- #: includes/admin/settings/class-settings.php:492
7607
- #: includes/admin/settings/class-settings.php:503
7608
  msgctxt "settings"
7609
  msgid "\"%s\" can not be empty."
7610
  msgstr ""
7611
 
7612
- #: includes/admin/settings/class-settings.php:520
7613
  msgctxt "settings"
7614
  msgid "The slug \"%s\" is already in use for another taxonomy."
7615
  msgstr ""
@@ -7675,13 +7731,13 @@ msgid "Time: %s"
7675
  msgstr "Czas: %s"
7676
 
7677
  # @ WPBDM
7678
- #: includes/admin/tracking.php:187
7679
  msgctxt "tracking"
7680
  msgid "Help Improve Business Directory"
7681
  msgstr "Pomóż doskonalić Katalog Firm"
7682
 
7683
  # @ WPBDM
7684
- #: includes/admin/tracking.php:189
7685
  msgctxt "tracking"
7686
  msgid ""
7687
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -7693,7 +7749,7 @@ msgstr ""
7693
  "pluginu dla przyszłych wersji?"
7694
 
7695
  # @ WPBDM
7696
- #: includes/admin/tracking.php:191
7697
  msgctxt "tracking"
7698
  msgid "What do you track?"
7699
  msgstr "Co śledzicie?"
@@ -7767,13 +7823,6 @@ msgctxt "installer"
7767
  msgid "Migrating fee plans..."
7768
  msgstr "Aktywowanie Licencji"
7769
 
7770
- # @ WPBDM
7771
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
7772
- #, fuzzy
7773
- msgctxt "installer"
7774
- msgid "! Could not migrate fee \"%s\" (%d)"
7775
- msgstr "Nie możemy deaktywować Licencji: %s."
7776
-
7777
  # @ WPBDM
7778
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
7779
  #, fuzzy
@@ -7813,14 +7862,16 @@ msgstr ""
7813
 
7814
  # @ WPBDM
7815
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
7816
  msgctxt "installer"
7817
- msgid "Cleaning up listing fees information... %d/%d"
7818
  msgstr "Czyszczenie informacji o abonamentach... %d/%d"
7819
 
7820
  # @ WPBDM
7821
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
7822
  msgctxt "installer"
7823
- msgid "Migrating previous transactions to new Payments API... %d/%d"
7824
  msgstr ""
7825
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
7826
 
@@ -7837,19 +7888,13 @@ msgid "Listing edit payment (BD < 3.4)"
7837
  msgstr "Edycja płatności (BD < 3.4)"
7838
 
7839
  # @ WPBDM
7840
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
7841
- msgctxt "installer"
7842
- msgid "Renewal fee \"%s\" for category \"%s\""
7843
- msgstr "Odnowienie abonamentu \"%s\" dla kategorii \"%s\""
7844
-
7845
- # @ WPBDM
7846
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
7847
  msgctxt "installer"
7848
  msgid "Listing upgrade to featured"
7849
  msgstr "Podniesienie statusu do WYRÓŻNIONE"
7850
 
7851
  # @ WPBDM
7852
- #: includes/installer.php:62
7853
  msgctxt "installer"
7854
  msgid "Default Fee"
7855
  msgstr "Usuń abonament"
@@ -8171,11 +8216,6 @@ msgctxt "notify email"
8171
  msgid "Payment Details"
8172
  msgstr "Szczegóły płatności"
8173
 
8174
- #: templates/email/listing-payment-completed.tpl.php:25
8175
- msgctxt "notify email"
8176
- msgid "Plan"
8177
- msgstr ""
8178
-
8179
  # @ WPBDM
8180
  #: templates/email/listing-payment-completed.tpl.php:32
8181
  #, fuzzy
@@ -8245,7 +8285,7 @@ msgid "Find a Listing"
8245
  msgstr "Znajdź Firmę"
8246
 
8247
  # @ WPBDM
8248
- #: includes/class-meta.php:194
8249
  msgctxt "title"
8250
  msgid "Listings tagged: %s"
8251
  msgstr "Oferty otagowane: %s"
@@ -8532,11 +8572,11 @@ msgstr "Kategorie dla tej oferty"
8532
  #: includes/class-wpbdp.php:480
8533
  msgctxt "listing image upload"
8534
  msgid ""
8535
- "You're trying to upload %d images, but only have %d slot available. Please "
8536
- "adjust your selection."
8537
  msgid_plural ""
8538
- "You're trying to upload %d images, but only have %d slots available. Please "
8539
- "adjust your selection."
8540
  msgstr[0] ""
8541
  msgstr[1] ""
8542
  msgstr[2] ""
@@ -9163,7 +9203,7 @@ msgid "Report comment is required to save a report"
9163
  msgstr ""
9164
 
9165
  # @ WPBDM
9166
- #: includes/installer.php:53
9167
  msgctxt "default category name"
9168
  msgid "General"
9169
  msgstr "Główna"
@@ -9369,7 +9409,7 @@ msgid "Sort By:"
9369
  msgstr "Sortuj według: "
9370
 
9371
  # @ WPBDM
9372
- #: includes/utils.php:416
9373
  msgctxt "utils"
9374
  msgid ""
9375
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -9378,61 +9418,25 @@ msgstr ""
9378
  "Zobacz dyrektywę \"post_max_size\"."
9379
 
9380
  # @ WPBDM
9381
- #: includes/utils.php:463
9382
- msgctxt "utils"
9383
- msgid "File size (%s) exceeds maximum file size of %s"
9384
- msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
9385
-
9386
- # @ WPBDM
9387
- #: includes/utils.php:471
9388
- msgctxt "utils"
9389
- msgid "File size (%s) is inferior to the required minimum file size of %s"
9390
- msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
9391
-
9392
- # @ WPBDM
9393
- #: includes/utils.php:480 includes/utils.php:487
9394
  msgctxt "utils"
9395
  msgid "File type \"%s\" is not allowed"
9396
  msgstr "Pliki typu \"%s\" , nie są dozwolone"
9397
 
9398
  # @ WPBDM
9399
- #: includes/utils.php:494
9400
  msgctxt "utils"
9401
  msgid "Unkown error while uploading file."
9402
  msgstr "Nieznany błąd podczas przesyłania pliku."
9403
 
9404
  # @ WPBDM
9405
- #: includes/utils.php:513
9406
  msgctxt "utils"
9407
  msgid "Uploaded file is not an image"
9408
  msgstr "Ładowany plik nie jest plikiem obrazu."
9409
 
9410
  # @ WPBDM
9411
- #: includes/utils.php:522
9412
- msgctxt "utils"
9413
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
9414
- msgstr "Szerokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
9415
-
9416
- # @ WPBDM
9417
- #: includes/utils.php:528
9418
- msgctxt "utils"
9419
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
9420
- msgstr "Wysokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
9421
-
9422
- # @ WPBDM
9423
- #: includes/utils.php:534
9424
- msgctxt "utils"
9425
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
9426
- msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
9427
-
9428
- # @ WPBDM
9429
- #: includes/utils.php:540
9430
- msgctxt "utils"
9431
- msgid "Image height (%s px) is greater than maximum required height of %s px."
9432
- msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
9433
-
9434
- # @ WPBDM
9435
- #: includes/utils.php:554
9436
  msgctxt "utils"
9437
  msgid "Error while uploading file"
9438
  msgstr "Błąd podczas przesyłania pliku."
@@ -9472,18 +9476,6 @@ msgctxt "delete listing"
9472
  msgid "You are about to remove your listing \"%s\" from the directory."
9473
  msgstr "Zamierzasz usunąć swoją ofertę \"% s \" z katalogu."
9474
 
9475
- # @ WPBDM
9476
- #: templates/delete-listing-confirm.tpl.php:24
9477
- msgctxt "delete listing"
9478
- msgid "No. Take me back to the directory."
9479
- msgstr "NIE. Zabierz mnie z powrotem do Katalogu."
9480
-
9481
- # @ WPBDM
9482
- #: templates/delete-listing-confirm.tpl.php:25
9483
- msgctxt "delete listing"
9484
- msgid "Yes. Delete my listing."
9485
- msgstr "TAK. Usuń Firmę."
9486
-
9487
  # @ WPBDM
9488
  #: includes/views/listing_contact.php:51
9489
  msgctxt "contact-message"
@@ -9718,12 +9710,6 @@ msgctxt "search"
9718
  msgid "Clear"
9719
  msgstr "Wyczyść"
9720
 
9721
- # @ WPBDM
9722
- #: includes/views/show_listing.php:12
9723
- msgctxt "preview"
9724
- msgid "This is just a preview. The listing has not been published yet."
9725
- msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
9726
-
9727
  #: includes/views/submit_listing.php:1138
9728
  msgctxt "listing submit"
9729
  msgid ""
@@ -9739,7 +9725,7 @@ msgstr "Kategoria Odnowiona"
9739
 
9740
  # @ WPBDM
9741
  #: includes/widgets/class-listings-widget.php:45
9742
- #: includes/widgets/widget-search.php:22
9743
  msgctxt "widgets"
9744
  msgid "Title:"
9745
  msgstr "Tytuł:"
@@ -9811,19 +9797,19 @@ msgid "Display listings in random order"
9811
  msgstr "Wyświetl Firmy losowo"
9812
 
9813
  # @ WPBDM
9814
- #: includes/widgets/widget-latest-listings.php:11
9815
  msgctxt "widgets"
9816
  msgid "Business Directory - Latest Listings"
9817
  msgstr "Katalog Firm - Najświeższe Firmy"
9818
 
9819
  # @ WPBDM
9820
- #: includes/widgets/widget-latest-listings.php:12
9821
  msgctxt "widgets"
9822
  msgid "Displays a list of the latest listings in the Business Directory."
9823
  msgstr "Wyświetl najnowszą Listę Firm z Katalogu Firm"
9824
 
9825
  # @ WPBDM
9826
- #: includes/widgets/widget-latest-listings.php:14
9827
  msgctxt "widgets"
9828
  msgid "Latest Listings"
9829
  msgstr "Najświeższe Firmy"
@@ -9847,61 +9833,56 @@ msgid "Random Listings"
9847
  msgstr "Losowe Firmy"
9848
 
9849
  # @ WPBDM
9850
- #: includes/widgets/widget-search.php:10
9851
  msgctxt "widgets"
9852
  msgid "Business Directory - Search"
9853
  msgstr "Katalog Firm - Szukaj"
9854
 
9855
  # @ WPBDM
9856
- #: includes/widgets/widget-search.php:11
9857
  msgctxt "widgets"
9858
  msgid "Displays a search form to look for Business Directory listings."
9859
  msgstr "Wyświetlanie formularza wyszukiwania ofert w katalogu firm."
9860
 
9861
  # @ WPBDM
9862
- #: includes/widgets/widget-search.php:18
9863
  msgctxt "widgets"
9864
  msgid "Search the Business Directory"
9865
  msgstr "Przeszukaj Katalog Firm "
9866
 
9867
  # @ WPBDM
9868
- #: includes/widgets/widget-search.php:29
9869
  msgctxt "widgets"
9870
  msgid "Form Style:"
9871
  msgstr "Styl Formularza:"
9872
 
9873
  # @ WPBDM
9874
- #: includes/widgets/widget-search.php:37
9875
  msgctxt "widgets"
9876
  msgid "Basic"
9877
  msgstr "Prosty"
9878
 
9879
  # @ WPBDM
9880
- #: includes/widgets/widget-search.php:45
9881
  msgctxt "widgets"
9882
  msgid "Advanced"
9883
  msgstr "Zaawansowany"
9884
 
9885
  # @ WPBDM
9886
- #: includes/widgets/widget-search.php:49
9887
  msgctxt "widgets"
9888
  msgid "Search Fields (advanced mode):"
9889
  msgstr "Pola wyszukiwania"
9890
 
9891
  # @ WPBDM
9892
- #: includes/widgets/widget-search.php:50
9893
  msgctxt "widgets"
9894
  msgid "Display the following fields in the form."
9895
  msgstr "Wyświetl poniższe pola w formularzu."
9896
 
9897
  # @ default
9898
  # @ WPBDM
9899
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
9900
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
9901
- #: templates/admin/csv-import.tpl.php:117
9902
- #: templates/admin/csv-import.tpl.php:143
9903
- #: templates/admin/csv-import.tpl.php:154
9904
- #: templates/admin/csv-import.tpl.php:204
9905
  msgctxt "admin forms"
9906
  msgid "required"
9907
  msgstr "Wymagane"
@@ -10003,24 +9984,12 @@ msgctxt "admin sidebar"
10003
  msgid "Video Tutorials"
10004
  msgstr "Poradnik Wideo"
10005
 
10006
- #: templates/admin/themes-delete-confirm.tpl.php:1
10007
- #: templates/admin/themes-delete-confirm.tpl.php:13
10008
- msgctxt "themes admin"
10009
- msgid "Delete Directory Theme"
10010
- msgstr ""
10011
-
10012
  # @ WPBDM
10013
  #: templates/admin/themes-delete-confirm.tpl.php:3
10014
  msgctxt "themes admin"
10015
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
10016
  msgstr "Jesteś pewien, że chcesz usunąć abonament \"%s\"?"
10017
 
10018
- # @ WPBDM
10019
- #: templates/admin/themes-delete-confirm.tpl.php:12
10020
- msgctxt "themes admin"
10021
- msgid "Cancel"
10022
- msgstr "Anuluj"
10023
-
10024
  # @ WPBDM
10025
  #: templates/admin/uninstall-capture-form.tpl.php:5
10026
  msgctxt "uninstall"
@@ -10322,6 +10291,43 @@ msgctxt "send-access-keys"
10322
  msgid "Continue"
10323
  msgstr "Kontynuacja"
10324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10325
  # @ WPBDM
10326
  #~ msgctxt "admin settings"
10327
  #~ msgid ""
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: 2021-08-26 18:29:37+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"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ WPBDM
24
+ #: includes/admin/class-admin-controller.php:81
25
  #: templates/admin/payments-note.tpl.php:13
26
  #: templates/delete-listing-confirm.tpl.php:19
27
  #, fuzzy
29
  msgstr "Jesteś pewien że chcesz to zrobić?"
30
 
31
  # @ WPBDM
32
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
33
  #, fuzzy
34
  msgid "Help"
35
  msgstr "Pomoc"
117
  msgstr "Tak, proszę!"
118
 
119
  # @ WPBDM
120
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
121
  #, fuzzy
122
  msgid "No, thanks"
123
  msgstr "Nie, dziękuję"
303
  # @ WPBDM
304
  #: includes/admin/form-fields.php:31
305
  #: includes/fields/class-fieldtypes-social.php:138
306
+ #: templates/admin/csv-import.tpl.php:325
307
  #, fuzzy
308
  msgid "Type"
309
  msgstr "Rodzaj"
898
  msgid "Uninstall"
899
  msgstr "Odinstaluj "
900
 
901
+ #: includes/admin/settings/class-settings.php:513
902
  msgid "%s cannot include spaces, commas, or &"
903
  msgstr ""
904
 
905
  # @ WPBDM
906
+ #: includes/admin/tracking.php:221
907
  #, fuzzy
908
  msgid "Allow Tracking"
909
  msgstr "Zezwalam na śledzenie"
987
  msgid "Duration"
988
  msgstr "Czas trwania"
989
 
990
+ # @ WPBDM
991
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
992
+ #, fuzzy
993
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
994
+ msgstr "Nie możemy deaktywować Licencji: %s."
995
+
996
+ # @ WPBDM
997
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
998
+ #, fuzzy
999
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
1000
+ msgstr "Odnowienie abonamentu \"%s\" dla kategorii \"%s\""
1001
+
1002
  # @ WPBDM
1003
  #: includes/admin/views/modules/list.php:10
1004
  #, fuzzy
1195
  msgstr "Ustawienia"
1196
 
1197
  # @ WPBDM
1198
+ #: includes/class-wpbdp.php:579
1199
  #, fuzzy
1200
  msgid "Could not find listing ID"
1201
  msgstr "Nie można połączyć z serwerem danych licencji"
1202
 
1203
+ #: includes/class-wpbdp.php:586
1204
  msgid ""
1205
  "Could not verify the image upload request. If problem persists contact site "
1206
  "admin."
1207
  msgstr ""
1208
 
1209
  # @ WPBDM
1210
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1211
  #, fuzzy
1212
  msgid "Could not find image ID"
1213
  msgstr "Nie możemy deaktywować Licencji: %s."
1214
 
1215
  # @ WPBDM
1216
+ #: includes/class-wpbdp.php:625
1217
  #, fuzzy
1218
  msgid ""
1219
  "The directory features are disabled at this time because a <a>manual "
1222
  "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
1223
  "na ręczną aktualizację, przed kontynuacją."
1224
 
1225
+ #: includes/class-wpbdp.php:632
1226
  msgid ""
1227
  "The directory is not available at this time. Please try again in a few "
1228
  "minutes or contact the administrator if the problem persists."
1230
 
1231
  # @ WPBDM
1232
  #: includes/compatibility/class-navxt-integration.php:204
1233
+ #: includes/widgets/widget-search.php:125
1234
  #: templates/admin/payments-index.tpl.php:13
1235
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1236
  #: templates/search.tpl.php:3
1418
  # @ default
1419
  # @ WPBDM
1420
  #: includes/fields/class-fieldtypes-select.php:262
1421
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1422
+ #: templates/admin/csv-import.tpl.php:120
1423
+ #: templates/admin/csv-import.tpl.php:148
1424
+ #: templates/admin/csv-import.tpl.php:161
1425
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1426
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1427
  #, fuzzy
1428
  msgid "required"
1429
  msgstr "Wymagane"
1613
  msgstr "Weryfikator liczb całkowitych"
1614
 
1615
  # @ WPBDM
1616
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1617
  #, fuzzy
1618
  msgid "Field"
1619
  msgstr "Pole"
1677
 
1678
  # @ WPBDM
1679
  #. translators: %1$s: field label, %2$s allowed values
1680
+ #: includes/form-fields.php:824
1681
  #, fuzzy
1682
  msgid "%1$s is invalid. Value most be one of %2$s."
1683
  msgstr "%s jest niewłaściwe. Wartość musi być jedną z %s."
1886
  msgstr "Usuń abonament"
1887
 
1888
  # @ WPBDM
1889
+ #: includes/themes.php:952
1890
  #, fuzzy
1891
  msgid "ZIP file is not a valid Business Directory theme file."
1892
  msgstr "Proszę wprowadzić poprawny adres e-mail."
1893
 
1894
+ # @ WPBDM
1895
+ #: includes/utils.php:465
1896
+ #, fuzzy
1897
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1898
+ msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
1899
+
1900
+ # @ WPBDM
1901
+ #: includes/utils.php:474
1902
+ #, fuzzy
1903
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1904
+ msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
1905
+
1906
+ # @ WPBDM
1907
+ #: includes/utils.php:527
1908
+ #, fuzzy
1909
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1910
+ msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
1911
+
1912
+ # @ WPBDM
1913
+ #: includes/utils.php:535
1914
+ #, fuzzy
1915
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1916
+ msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
1917
+
1918
+ # @ WPBDM
1919
+ #: includes/utils.php:543
1920
+ #, fuzzy
1921
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1922
+ msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
1923
+
1924
+ # @ WPBDM
1925
+ #: includes/utils.php:551
1926
+ #, fuzzy
1927
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1928
+ msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
1929
+
1930
  # @ WPBDM
1931
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1932
  #: includes/views/flag_listing.php:56
1980
  msgid "That listing cannot yet be renewed."
1981
  msgstr "Podniesiono status oferty."
1982
 
1983
+ # @ WPBDM
1984
+ #: includes/views/show_listing.php:12
1985
+ #, fuzzy
1986
+ msgid "This is just a preview. The listing has not been published yet."
1987
+ msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
1988
+
1989
  # @ WPBDM
1990
  #: includes/views/submit_listing.php:544
1991
  #, fuzzy
2048
  "Jeśli planujesz re-import ofert do Katalogu Firm i nie chcesz aby zostały "
2049
  "dodane nowe oferty - zaznacz tą opcję."
2050
 
2051
+ # @ WPBDM
2052
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
2053
+ #, fuzzy
2054
+ msgid "CSV File Settings"
2055
+ msgstr "Ustawienia pliku CSV"
2056
+
2057
+ # @ WPBDM
2058
+ #: templates/admin/csv-export.tpl.php:116
2059
+ #: templates/admin/csv-import.tpl.php:147
2060
+ #, fuzzy
2061
+ msgid "Image Separator"
2062
+ msgstr "Separator obrazu"
2063
+
2064
  # @ WPBDM
2065
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
2066
  #: templates/admin/csv-import.tpl.php:34
2073
  "importowania plików CSV</a>, aby wszystko przebiegło pomyślnie i w "
2074
  "odpowiedniej kolejności."
2075
 
2076
+ # @ default
2077
+ #: templates/admin/csv-import.tpl.php:45
2078
+ #, fuzzy
2079
+ msgid "Import Files"
2080
+ msgstr "Import plików"
2081
+
2082
  # @ WPBDM
2083
+ #: templates/admin/csv-import.tpl.php:50
2084
+ #, fuzzy
2085
+ msgid "CSV File"
2086
+ msgstr "Plik CSV"
2087
+
2088
+ # @ WPBDM
2089
+ #: templates/admin/csv-import.tpl.php:83
2090
+ #, fuzzy
2091
+ msgid "ZIP file containing images"
2092
+ msgstr "Plik ZIP zawierający zdjęcia"
2093
+
2094
+ # @ WPBDM
2095
+ #: templates/admin/csv-import.tpl.php:119
2096
+ #, fuzzy
2097
+ msgid "Column Separator"
2098
+ msgstr "Separator kolumn"
2099
+
2100
+ # @ WPBDM
2101
+ #: templates/admin/csv-import.tpl.php:160
2102
+ #, fuzzy
2103
+ msgid "Category Separator"
2104
+ msgstr "Separator kategorii"
2105
+
2106
+ # @ WPBDM
2107
+ #: templates/admin/csv-import.tpl.php:173
2108
+ #, fuzzy
2109
+ msgid "Import settings"
2110
+ msgstr "Ustawienia importu"
2111
+
2112
+ # @ WPBDM
2113
+ #: templates/admin/csv-import.tpl.php:177
2114
+ #, fuzzy
2115
+ msgid "Post status of new imported listings"
2116
+ msgstr "Status dla zaimportowanych plików"
2117
+
2118
+ # @ WPBDM
2119
+ #: templates/admin/csv-import.tpl.php:194
2120
+ #, fuzzy
2121
+ msgid "Post status of existing imported listings"
2122
+ msgstr "Status dla zaimportowanych plików"
2123
+
2124
+ # @ WPBDM
2125
+ #: templates/admin/csv-import.tpl.php:212
2126
+ #, fuzzy
2127
+ msgid "Missing categories handling"
2128
+ msgstr "Brakująca obsługa kategorii "
2129
+
2130
+ # @ WPBDM
2131
+ #: templates/admin/csv-import.tpl.php:220
2132
+ #, fuzzy
2133
+ msgid "Auto-create categories"
2134
+ msgstr "Automatyczne tworzenie kategorii"
2135
+
2136
+ # @ WPBDM
2137
+ #: templates/admin/csv-import.tpl.php:225
2138
+ #, fuzzy
2139
+ msgid "Generate errors when a category is not found"
2140
+ msgstr "Generować błędy gdy kategorii nie znaleziono"
2141
+
2142
+ # @ WPBDM
2143
+ #: templates/admin/csv-import.tpl.php:242
2144
+ #: templates/admin/csv-import.tpl.php:249
2145
+ #, fuzzy
2146
+ msgid "Assign listings to a user?"
2147
+ msgstr "Przypisać oferty do użytkownika?"
2148
+
2149
+ # @ WPBDM
2150
+ #: templates/admin/csv-import.tpl.php:266
2151
+ #, fuzzy
2152
+ msgid "Default listing user"
2153
+ msgstr "Domyślny użytkownik oferty"
2154
+
2155
+ # @ WPBDM
2156
+ #: templates/admin/csv-import.tpl.php:272
2157
+ #, fuzzy
2158
+ msgid ""
2159
+ "This user will be used if the username column is not present in the CSV file."
2160
+ msgstr ""
2161
+ "Ten użytkownik będzie używany, jeśli kolumna \"nazwa użytkownika\" nie jest "
2162
+ "obecny w pliku CSV."
2163
+
2164
+ # @ WPBDM
2165
+ #: templates/admin/csv-import.tpl.php:277
2166
+ #, fuzzy
2167
+ msgid "Number of listings imported on every cycle"
2168
+ msgstr "Liczba wyświetlanych ofert"
2169
+
2170
+ #: templates/admin/csv-import.tpl.php:285
2171
+ msgid ""
2172
+ "If you are having trouble importing listings due to memory problems, try "
2173
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2174
+ "result in a longer batch import time, but will increase the chance of "
2175
+ "success on shared hosting platforms and other resource-constrained servers."
2176
+ msgstr ""
2177
+
2178
+ # @ WPBDM
2179
+ #: templates/admin/csv-import.tpl.php:290
2180
  #, fuzzy
2181
  msgid "Disable email notifications during import?"
2182
  msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
2183
 
2184
  # @ WPBDM
2185
+ #: templates/admin/csv-import.tpl.php:297
2186
  #, fuzzy
2187
  msgid "Disable email notifications."
2188
  msgstr "Wyłącz powiadomienia e-mail."
2189
 
2190
+ # @ WPBDM
2191
+ #: templates/admin/csv-import.tpl.php:314
2192
+ #, fuzzy
2193
+ msgid ""
2194
+ "The following are the valid header names to be used in the CSV file. "
2195
+ "Multivalued fields (such as category or tags) can appear multiple times in "
2196
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
2197
+ "how an import file should look like."
2198
+ msgstr ""
2199
+ "Proszę się upewnić, że wartości są prawidłowe dla nagłówków w pliku CSV. "
2200
+ "Pola wielowartościowe (takie jak kategoria lub tagi) może pojawić się wiele "
2201
+ "razy w pliku. Kliknij <a href=\"%s\">\"Zobacz przykładowy plik importu CSV"
2202
+ "\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
2203
+
2204
+ # @ WPBDM
2205
+ #: templates/admin/csv-import.tpl.php:323
2206
+ #, fuzzy
2207
+ msgid "Header name/label"
2208
+ msgstr "Nagłówek/Etykieta"
2209
+
2210
+ # @ WPBDM
2211
+ #: templates/admin/csv-import.tpl.php:326
2212
+ #, fuzzy
2213
+ msgid "Required?"
2214
+ msgstr "Wymagane?"
2215
+
2216
+ # @ WPBDM
2217
+ #: templates/admin/csv-import.tpl.php:327
2218
+ #, fuzzy
2219
+ msgid "Multivalued?"
2220
+ msgstr "Wielowartościowe?"
2221
+
2222
+ # @ WPBDM
2223
+ #: templates/admin/csv-import.tpl.php:359
2224
+ #, fuzzy
2225
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
2226
+ msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
2227
+
2228
+ # @ WPBDM
2229
+ #: templates/admin/csv-import.tpl.php:366
2230
+ #, fuzzy
2231
+ msgid "Listing author's username"
2232
+ msgstr "Autor oferty - Nazwa Użytkownika"
2233
+
2234
  # @ WPBDM
2235
  #: templates/admin/debug-info.tpl.php:5
2236
  #, fuzzy
2739
 
2740
  # @ WPBDM
2741
  #: templates/admin/settings-email.tpl.php:103
2742
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2743
  #: templates/listing-flagging-form.tpl.php:64
2744
  #, fuzzy
2745
  msgid "Cancel"
2893
  msgid "Need help?"
2894
  msgstr ""
2895
 
2896
+ # @ WPBDM
2897
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2898
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2899
+ #, fuzzy
2900
+ msgid "Delete Directory Theme"
2901
+ msgstr "Kategorie Katalogu"
2902
+
2903
  # @ WPBDM
2904
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2905
  #, fuzzy
3125
  msgid "Next"
3126
  msgstr ""
3127
 
3128
+ # @ WPBDM
3129
+ #: templates/delete-listing-confirm.tpl.php:24
3130
+ #, fuzzy
3131
+ msgid "No. Take me back to the directory."
3132
+ msgstr "NIE. Zabierz mnie z powrotem do Katalogu."
3133
+
3134
+ # @ WPBDM
3135
+ #: templates/delete-listing-confirm.tpl.php:25
3136
+ #, fuzzy
3137
+ msgid "Yes. Delete my listing."
3138
+ msgstr "TAK. Usuń Firmę."
3139
+
3140
  # @ WPBDM
3141
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
3142
  #, fuzzy
3158
  msgid "(not published yet)"
3159
  msgstr "(jeszcze nie opublikowana)"
3160
 
3161
+ #: templates/email/listing-payment-completed.tpl.php:25
3162
+ msgid "Plan"
3163
+ msgstr ""
3164
+
3165
  #: templates/email-access-keys.tpl.php:1
3166
  msgid ""
3167
  "Below you'll find the access keys for all the listings registered with your "
3477
  msgid "Business Directory Team"
3478
  msgstr "Katalog Firm"
3479
 
3480
+ #: includes/admin/class-admin-controller.php:83
3481
  msgctxt "admin confirm"
3482
  msgid "No, go back"
3483
  msgstr ""
3484
 
3485
+ #: includes/admin/class-admin-controller.php:84
3486
  msgctxt "admin confirm"
3487
  msgid "Yes, I'm sure"
3488
  msgstr ""
3735
  msgid "Here, you can import data into your directory using the CSV format."
3736
  msgstr "Tutaj możesz zaimportować dane używając plików CSV."
3737
 
 
 
 
 
 
 
3738
  # @ WPBDM
3739
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
3740
  msgctxt "admin csv-import"
3741
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3742
  msgstr "... albo <a>wybierz plik, który chcesz załadować do folderu</a>"
3743
 
3744
  # @ WPBDM
3745
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3746
  msgctxt "admin csv-import"
3747
  msgid "(Upload new file)"
3748
  msgstr "(załaduj nowy plik)"
3749
 
3750
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3751
  msgctxt "admin csv-import"
3752
  msgid "Comma (,)"
3753
  msgstr ""
3754
 
3755
+ #: templates/admin/csv-import.tpl.php:135
3756
  msgctxt "admin csv-import"
3757
  msgid "Semicolon (;)"
3758
  msgstr ""
3759
 
3760
+ #: templates/admin/csv-import.tpl.php:141
3761
  msgctxt "admin csv-import"
3762
  msgid "TAB"
3763
  msgstr ""
3764
 
3765
  # @ WPBDM
3766
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3767
  #, fuzzy
3768
  msgctxt "admin csv-import"
3769
  msgid "Preserve existing status"
3770
  msgstr "Oferty"
3771
 
3772
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3773
  msgctxt "admin csv-import"
3774
  msgid "Keep existing listing images?"
3775
  msgstr ""
3776
 
3777
  # @ WPBDM
3778
+ #: templates/admin/csv-import.tpl.php:236
3779
  msgctxt "admin csv-import"
3780
  msgid "Keep existing images."
3781
  msgstr "Obrazy"
3782
 
3783
+ #: templates/admin/csv-import.tpl.php:237
3784
  msgctxt "admin csv-import"
3785
  msgid "Appends new images while keeping current ones."
3786
  msgstr ""
3787
 
3788
  # @ WPBDM
3789
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
 
 
3790
  msgctxt "admin csv-import"
3791
  msgid "Use a default user for listings?"
3792
  msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
3793
 
3794
  # @ WPBDM
3795
+ #: templates/admin/csv-import.tpl.php:261
3796
  msgctxt "admin csv-import"
3797
  msgid ""
3798
  "Select a default user to be used if the username column is not present in "
3802
  "obecny w pliku CSV."
3803
 
3804
  # @ WPBDM
3805
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3806
  msgctxt "admin csv-import"
3807
  msgid "Test Import"
3808
  msgstr "Test importu"
3809
 
3810
  # @ WPBDM
3811
+ #: templates/admin/csv-import.tpl.php:305
3812
  msgctxt "admin csv-import"
3813
  msgid "Import Listings"
3814
  msgstr "Import ofert"
3815
 
3816
  # @ WPBDM
3817
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3818
  #, fuzzy
3819
  msgctxt "admin csv-import"
3820
  msgid ""
3825
  "podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
3826
 
3827
  # @ WPBDM
3828
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
 
 
3829
  msgctxt "admin csv-import"
3830
  msgid ""
3831
  "Internal Sequence ID used to allow listing updates from external sources."
3834
  "ofercie aktualizacji ze źródeł zewnętrznych."
3835
 
3836
  # @ WPBDM
3837
+ #: templates/admin/csv-import.tpl.php:380
3838
  msgctxt "admin csv-import"
3839
  msgid ""
3840
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
4416
  msgid "Listing T&C acceptance date"
4417
  msgstr "Obrazy"
4418
 
 
 
 
 
 
 
4419
  #: templates/admin/csv-export.tpl.php:97
4420
  msgctxt "admin csv-export"
4421
  msgid "What operating system will you use to edit the CSV file?"
4441
  msgstr ""
4442
 
4443
  # @ WPBDM
4444
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
 
4445
  msgctxt "admin csv-export"
4446
  msgid "Category Separator"
4447
  msgstr "Separator kategorii"
4448
 
4449
  # @ WPBDM
4450
+ #: templates/admin/csv-export.tpl.php:141
4451
  msgctxt "admin csv-export"
4452
  msgid "Export Listings"
4453
  msgstr "Eksport ofert"
4454
 
4455
  # @ WPBDM
4456
+ #: templates/admin/csv-export.tpl.php:147
4457
  msgctxt "admin csv-export"
4458
  msgid "Export in Progress..."
4459
  msgstr "Wykonuję eksport....."
4460
 
4461
  # @ WPBDM
4462
+ #: templates/admin/csv-export.tpl.php:148
4463
  msgctxt "admin csv-export"
4464
  msgid ""
4465
  "Your export file is being prepared. Please <u>do not leave</u> this page "
4469
  "aż do zakończenia działania eksportu."
4470
 
4471
  # @ WPBDM
4472
+ #: templates/admin/csv-export.tpl.php:151
4473
  msgctxt "admin csv-export"
4474
  msgid "No. of listings:"
4475
  msgstr "Ilość ofert:"
4476
 
4477
  # @ WPBDM
4478
+ #: templates/admin/csv-export.tpl.php:153
4479
  msgctxt "admin csv-export"
4480
  msgid "Approximate export file size:"
4481
  msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
4482
 
4483
  # @ WPBDM
4484
+ #: templates/admin/csv-export.tpl.php:160
4485
  msgctxt "admin csv-export"
4486
  msgid "Cancel Export"
4487
  msgstr "Anuluj eksport"
4488
 
4489
  # @ default
4490
+ #: templates/admin/csv-export.tpl.php:165
4491
  msgctxt "admin csv-export"
4492
  msgid "Export Complete"
4493
  msgstr "Eksport zakończony"
4494
 
4495
  # @ WPBDM
4496
+ #: templates/admin/csv-export.tpl.php:166
4497
  msgctxt "admin csv-export"
4498
  msgid ""
4499
  "Your export file has been successfully created and it is now ready for "
4501
  msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
4502
 
4503
  # @ WPBDM
4504
+ #: templates/admin/csv-export.tpl.php:170
4505
  #, fuzzy
4506
  msgctxt "admin csv-export"
4507
  msgid "Download %1$s (%2$s)"
4508
  msgstr "Pobierz %s (%s)"
4509
 
4510
  # @ WPBDM
4511
+ #: templates/admin/csv-export.tpl.php:177
4512
  msgctxt "admin csv-export"
4513
  msgid ""
4514
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4518
  "danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
4519
 
4520
  # @ WPBDM
4521
+ #: templates/admin/csv-export.tpl.php:178
4522
  msgctxt "admin csv-export"
4523
  msgid "Cleanup"
4524
  msgstr "Oczyszczanie"
4525
 
4526
  # @ default
4527
+ #: templates/admin/csv-export.tpl.php:183
4528
  msgctxt "admin csv-export"
4529
  msgid "Export Canceled"
4530
  msgstr "Eksport anulowany"
4531
 
4532
  # @ WPBDM
4533
+ #: templates/admin/csv-export.tpl.php:184
4534
  msgctxt "admin csv-export"
4535
  msgid "The export has been canceled."
4536
  msgstr "Eksport został anulowany."
4537
 
4538
  # @ WPBDM
4539
+ #: templates/admin/csv-export.tpl.php:185
4540
  msgctxt "admin csv-export"
4541
  msgid "← Return to CSV Export"
4542
  msgstr "← Powrót do CSV Eksport"
4626
 
4627
  # @ WPBDM
4628
  #: includes/admin/class-themes-admin.php:421
4629
+ #: includes/admin/upgrades/class-themes-updater.php:170
4630
  msgctxt "themes"
4631
  msgid "Could not update theme: %s"
4632
  msgstr "Nie możemy deaktywować Licencji: %s."
4633
 
4634
+ #: includes/admin/upgrades/class-themes-updater.php:132
4635
  msgctxt "themes"
4636
  msgid "Updating theme..."
4637
  msgstr ""
4638
 
4639
  # @ WPBDM
4640
+ #: includes/admin/upgrades/class-themes-updater.php:133
4641
  msgctxt "themes"
4642
  msgid "Theme updated."
4643
  msgstr "Abonament zaktualizowany"
4644
 
4645
+ #: includes/admin/upgrades/class-themes-updater.php:135
4646
  msgctxt "themes"
4647
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4648
  msgstr ""
4649
 
4650
  # @ WPBDM
4651
+ #: includes/admin/upgrades/class-themes-updater.php:176
4652
  #, fuzzy
4653
  msgctxt "themes"
4654
  msgid "Theme was updated successfully."
4655
  msgstr "Import zakończony pełnym sukcesem."
4656
 
4657
  # @ WPBDM
4658
+ #: includes/themes.php:960
4659
  msgctxt "themes"
4660
  msgid "Could not create themes directory."
4661
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
4662
 
4663
  # @ WPBDM
4664
+ #: includes/themes.php:971
4665
  msgctxt "themes"
4666
  msgid "Could not remove previous theme directory \"%s\"."
4667
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
4668
 
4669
  # @ WPBDM
4670
+ #: includes/themes.php:979
4671
  msgctxt "themes"
4672
  msgid "Could not move new theme into theme directory."
4673
  msgstr "Nie masz aktualnie ofert w katalogu."
7659
  msgid "Cropped"
7660
  msgstr ""
7661
 
7662
+ #: includes/admin/settings/class-settings.php:493
7663
+ #: includes/admin/settings/class-settings.php:504
7664
  msgctxt "settings"
7665
  msgid "\"%s\" can not be empty."
7666
  msgstr ""
7667
 
7668
+ #: includes/admin/settings/class-settings.php:521
7669
  msgctxt "settings"
7670
  msgid "The slug \"%s\" is already in use for another taxonomy."
7671
  msgstr ""
7731
  msgstr "Czas: %s"
7732
 
7733
  # @ WPBDM
7734
+ #: includes/admin/tracking.php:188
7735
  msgctxt "tracking"
7736
  msgid "Help Improve Business Directory"
7737
  msgstr "Pomóż doskonalić Katalog Firm"
7738
 
7739
  # @ WPBDM
7740
+ #: includes/admin/tracking.php:190
7741
  msgctxt "tracking"
7742
  msgid ""
7743
  "Can Business Directory keep track of your theme, plugins, and other non-"
7749
  "pluginu dla przyszłych wersji?"
7750
 
7751
  # @ WPBDM
7752
+ #: includes/admin/tracking.php:192
7753
  msgctxt "tracking"
7754
  msgid "What do you track?"
7755
  msgstr "Co śledzicie?"
7823
  msgid "Migrating fee plans..."
7824
  msgstr "Aktywowanie Licencji"
7825
 
 
 
 
 
 
 
 
7826
  # @ WPBDM
7827
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
7828
  #, fuzzy
7862
 
7863
  # @ WPBDM
7864
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7865
+ #, fuzzy
7866
  msgctxt "installer"
7867
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7868
  msgstr "Czyszczenie informacji o abonamentach... %d/%d"
7869
 
7870
  # @ WPBDM
7871
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7872
+ #, fuzzy
7873
  msgctxt "installer"
7874
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7875
  msgstr ""
7876
  "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
7877
 
7888
  msgstr "Edycja płatności (BD < 3.4)"
7889
 
7890
  # @ WPBDM
7891
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
 
7892
  msgctxt "installer"
7893
  msgid "Listing upgrade to featured"
7894
  msgstr "Podniesienie statusu do WYRÓŻNIONE"
7895
 
7896
  # @ WPBDM
7897
+ #: includes/installer.php:61
7898
  msgctxt "installer"
7899
  msgid "Default Fee"
7900
  msgstr "Usuń abonament"
8216
  msgid "Payment Details"
8217
  msgstr "Szczegóły płatności"
8218
 
 
 
 
 
 
8219
  # @ WPBDM
8220
  #: templates/email/listing-payment-completed.tpl.php:32
8221
  #, fuzzy
8285
  msgstr "Znajdź Firmę"
8286
 
8287
  # @ WPBDM
8288
+ #: includes/class-meta.php:195
8289
  msgctxt "title"
8290
  msgid "Listings tagged: %s"
8291
  msgstr "Oferty otagowane: %s"
8572
  #: includes/class-wpbdp.php:480
8573
  msgctxt "listing image upload"
8574
  msgid ""
8575
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
8576
+ "Please adjust your selection."
8577
  msgid_plural ""
8578
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
8579
+ "Please adjust your selection."
8580
  msgstr[0] ""
8581
  msgstr[1] ""
8582
  msgstr[2] ""
9203
  msgstr ""
9204
 
9205
  # @ WPBDM
9206
+ #: includes/installer.php:52
9207
  msgctxt "default category name"
9208
  msgid "General"
9209
  msgstr "Główna"
9409
  msgstr "Sortuj według: "
9410
 
9411
  # @ WPBDM
9412
+ #: includes/utils.php:417
9413
  msgctxt "utils"
9414
  msgid ""
9415
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
9418
  "Zobacz dyrektywę \"post_max_size\"."
9419
 
9420
  # @ WPBDM
9421
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
 
 
9422
  msgctxt "utils"
9423
  msgid "File type \"%s\" is not allowed"
9424
  msgstr "Pliki typu \"%s\" , nie są dozwolone"
9425
 
9426
  # @ WPBDM
9427
+ #: includes/utils.php:497
9428
  msgctxt "utils"
9429
  msgid "Unkown error while uploading file."
9430
  msgstr "Nieznany błąd podczas przesyłania pliku."
9431
 
9432
  # @ WPBDM
9433
+ #: includes/utils.php:517
9434
  msgctxt "utils"
9435
  msgid "Uploaded file is not an image"
9436
  msgstr "Ładowany plik nie jest plikiem obrazu."
9437
 
9438
  # @ WPBDM
9439
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9440
  msgctxt "utils"
9441
  msgid "Error while uploading file"
9442
  msgstr "Błąd podczas przesyłania pliku."
9476
  msgid "You are about to remove your listing \"%s\" from the directory."
9477
  msgstr "Zamierzasz usunąć swoją ofertę \"% s \" z katalogu."
9478
 
 
 
 
 
 
 
 
 
 
 
 
 
9479
  # @ WPBDM
9480
  #: includes/views/listing_contact.php:51
9481
  msgctxt "contact-message"
9710
  msgid "Clear"
9711
  msgstr "Wyczyść"
9712
 
 
 
 
 
 
 
9713
  #: includes/views/submit_listing.php:1138
9714
  msgctxt "listing submit"
9715
  msgid ""
9725
 
9726
  # @ WPBDM
9727
  #: includes/widgets/class-listings-widget.php:45
9728
+ #: includes/widgets/widget-search.php:28
9729
  msgctxt "widgets"
9730
  msgid "Title:"
9731
  msgstr "Tytuł:"
9797
  msgstr "Wyświetl Firmy losowo"
9798
 
9799
  # @ WPBDM
9800
+ #: includes/widgets/widget-latest-listings.php:12
9801
  msgctxt "widgets"
9802
  msgid "Business Directory - Latest Listings"
9803
  msgstr "Katalog Firm - Najświeższe Firmy"
9804
 
9805
  # @ WPBDM
9806
+ #: includes/widgets/widget-latest-listings.php:13
9807
  msgctxt "widgets"
9808
  msgid "Displays a list of the latest listings in the Business Directory."
9809
  msgstr "Wyświetl najnowszą Listę Firm z Katalogu Firm"
9810
 
9811
  # @ WPBDM
9812
+ #: includes/widgets/widget-latest-listings.php:16
9813
  msgctxt "widgets"
9814
  msgid "Latest Listings"
9815
  msgstr "Najświeższe Firmy"
9833
  msgstr "Losowe Firmy"
9834
 
9835
  # @ WPBDM
9836
+ #: includes/widgets/widget-search.php:11
9837
  msgctxt "widgets"
9838
  msgid "Business Directory - Search"
9839
  msgstr "Katalog Firm - Szukaj"
9840
 
9841
  # @ WPBDM
9842
+ #: includes/widgets/widget-search.php:13
9843
  msgctxt "widgets"
9844
  msgid "Displays a search form to look for Business Directory listings."
9845
  msgstr "Wyświetlanie formularza wyszukiwania ofert w katalogu firm."
9846
 
9847
  # @ WPBDM
9848
+ #: includes/widgets/widget-search.php:22
9849
  msgctxt "widgets"
9850
  msgid "Search the Business Directory"
9851
  msgstr "Przeszukaj Katalog Firm "
9852
 
9853
  # @ WPBDM
9854
+ #: includes/widgets/widget-search.php:35
9855
  msgctxt "widgets"
9856
  msgid "Form Style:"
9857
  msgstr "Styl Formularza:"
9858
 
9859
  # @ WPBDM
9860
+ #: includes/widgets/widget-search.php:44
9861
  msgctxt "widgets"
9862
  msgid "Basic"
9863
  msgstr "Prosty"
9864
 
9865
  # @ WPBDM
9866
+ #: includes/widgets/widget-search.php:54
9867
  msgctxt "widgets"
9868
  msgid "Advanced"
9869
  msgstr "Zaawansowany"
9870
 
9871
  # @ WPBDM
9872
+ #: includes/widgets/widget-search.php:59
9873
  msgctxt "widgets"
9874
  msgid "Search Fields (advanced mode):"
9875
  msgstr "Pola wyszukiwania"
9876
 
9877
  # @ WPBDM
9878
+ #: includes/widgets/widget-search.php:60
9879
  msgctxt "widgets"
9880
  msgid "Display the following fields in the form."
9881
  msgstr "Wyświetl poniższe pola w formularzu."
9882
 
9883
  # @ default
9884
  # @ WPBDM
9885
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
9886
  msgctxt "admin forms"
9887
  msgid "required"
9888
  msgstr "Wymagane"
9984
  msgid "Video Tutorials"
9985
  msgstr "Poradnik Wideo"
9986
 
 
 
 
 
 
 
9987
  # @ WPBDM
9988
  #: templates/admin/themes-delete-confirm.tpl.php:3
9989
  msgctxt "themes admin"
9990
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
9991
  msgstr "Jesteś pewien, że chcesz usunąć abonament \"%s\"?"
9992
 
 
 
 
 
 
 
9993
  # @ WPBDM
9994
  #: templates/admin/uninstall-capture-form.tpl.php:5
9995
  msgctxt "uninstall"
10291
  msgid "Continue"
10292
  msgstr "Kontynuacja"
10293
 
10294
+ # @ WPBDM
10295
+ #~ msgctxt "admin csv-import"
10296
+ #~ msgid "Assign listings to a user."
10297
+ #~ msgstr "Przypisz oferty do użytkownika."
10298
+
10299
+ # @ WPBDM
10300
+ #~ msgctxt "admin csv-import"
10301
+ #~ msgid "Field"
10302
+ #~ msgstr "Pole"
10303
+
10304
+ # @ WPBDM
10305
+ #~ msgctxt "admin csv-export"
10306
+ #~ msgid "CSV File Settings"
10307
+ #~ msgstr "Ustawienia pliku CSV"
10308
+
10309
+ # @ WPBDM
10310
+ #~ msgctxt "admin csv-export"
10311
+ #~ msgid "Image Separator"
10312
+ #~ msgstr "Separator obrazu"
10313
+
10314
+ # @ WPBDM
10315
+ #~ msgctxt "utils"
10316
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
10317
+ #~ msgstr ""
10318
+ #~ "Szerokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
10319
+
10320
+ # @ WPBDM
10321
+ #~ msgctxt "utils"
10322
+ #~ msgid ""
10323
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
10324
+ #~ msgstr "Wysokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
10325
+
10326
+ # @ WPBDM
10327
+ #~ msgctxt "themes admin"
10328
+ #~ msgid "Cancel"
10329
+ #~ msgstr "Anuluj"
10330
+
10331
  # @ WPBDM
10332
  #~ msgctxt "admin settings"
10333
  #~ msgid ""
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: 2021-08-24 19:42:43+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"
@@ -24,14 +24,14 @@ msgstr ""
24
  "X-Loco-Target-Locale: ru_RU\n"
25
  "X-Poedit-SearchPath-0: ../../plugins/business-directory-plugin\n"
26
 
27
- #: includes/admin/class-admin-controller.php:80
28
  #: templates/admin/payments-note.tpl.php:13
29
  #: templates/delete-listing-confirm.tpl.php:19
30
  #, fuzzy
31
  msgid "Are you sure you want to do this?"
32
  msgstr "Вы уверены, что хотите это сделать?"
33
 
34
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
35
  #, fuzzy
36
  msgid "Help"
37
  msgstr "Подсказка"
@@ -107,7 +107,7 @@ msgstr "Хотите узнать секрет создания классног
107
  msgid "Yes, please!"
108
  msgstr "Да, конечно!"
109
 
110
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
111
  #, fuzzy
112
  msgid "No, thanks"
113
  msgstr "Нет, спасибо"
@@ -268,7 +268,7 @@ msgstr "Изображений"
268
 
269
  #: includes/admin/form-fields.php:31
270
  #: includes/fields/class-fieldtypes-social.php:138
271
- #: templates/admin/csv-import.tpl.php:305
272
  #, fuzzy
273
  msgid "Type"
274
  msgstr "Тип"
@@ -801,11 +801,11 @@ msgstr "Некорректный электронный адрес."
801
  msgid "Uninstall"
802
  msgstr "Удалить"
803
 
804
- #: includes/admin/settings/class-settings.php:512
805
  msgid "%s cannot include spaces, commas, or &"
806
  msgstr ""
807
 
808
- #: includes/admin/tracking.php:220
809
  #, fuzzy
810
  msgid "Allow Tracking"
811
  msgstr "Разрешаю"
@@ -877,6 +877,16 @@ msgstr "Название тарифа"
877
  msgid "Duration"
878
  msgstr "По сроку действия"
879
 
 
 
 
 
 
 
 
 
 
 
880
  #: includes/admin/views/modules/list.php:10
881
  #, fuzzy
882
  msgid "Directory Modules"
@@ -1048,23 +1058,23 @@ msgstr "Поднять статус до %s"
1048
  msgid "Settings"
1049
  msgstr "Настройки"
1050
 
1051
- #: includes/class-wpbdp.php:578
1052
  #, fuzzy
1053
  msgid "Could not find listing ID"
1054
  msgstr "Не удалось связаться с сервером лицензий"
1055
 
1056
- #: includes/class-wpbdp.php:585
1057
  msgid ""
1058
  "Could not verify the image upload request. If problem persists contact site "
1059
  "admin."
1060
  msgstr ""
1061
 
1062
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1063
  #, fuzzy
1064
  msgid "Could not find image ID"
1065
  msgstr "Не удалось обновить тему: %s"
1066
 
1067
- #: includes/class-wpbdp.php:624
1068
  #, fuzzy
1069
  msgid ""
1070
  "The directory features are disabled at this time because a <a>manual "
@@ -1073,14 +1083,14 @@ msgstr ""
1073
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1074
  "необходимо произвести ручное обновление плагина."
1075
 
1076
- #: includes/class-wpbdp.php:631
1077
  msgid ""
1078
  "The directory is not available at this time. Please try again in a few "
1079
  "minutes or contact the administrator if the problem persists."
1080
  msgstr ""
1081
 
1082
  #: includes/compatibility/class-navxt-integration.php:204
1083
- #: includes/widgets/widget-search.php:112
1084
  #: templates/admin/payments-index.tpl.php:13
1085
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1086
  #: templates/search.tpl.php:3
@@ -1253,8 +1263,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1253
  msgstr "Параметры поля (для выбранных списков и кнопок)."
1254
 
1255
  #: includes/fields/class-fieldtypes-select.php:262
1256
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1257
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1258
  #, fuzzy
1259
  msgid "required"
1260
  msgstr "обязательно"
@@ -1420,7 +1434,7 @@ msgstr "Проверка даты"
1420
  msgid "Word Count Validator"
1421
  msgstr "Проверка целого числа"
1422
 
1423
- #: includes/form-fields.php:594
1424
  #, fuzzy
1425
  msgid "Field"
1426
  msgstr "Поле"
@@ -1475,7 +1489,7 @@ msgid "%1$s must have less than %2$d words."
1475
  msgstr "%s должно быть в формате %s."
1476
 
1477
  #. translators: %1$s: field label, %2$s allowed values
1478
- #: includes/form-fields.php:822
1479
  #, fuzzy
1480
  msgid "%1$s is invalid. Value most be one of %2$s."
1481
  msgstr "%s - не корректно. Значение должно быть одним из %s."
@@ -1662,11 +1676,49 @@ msgstr "Платные записи"
1662
  msgid "Default"
1663
  msgstr "Удалить тариф"
1664
 
1665
- #: includes/themes.php:951
1666
  #, fuzzy
1667
  msgid "ZIP file is not a valid Business Directory theme file."
1668
  msgstr "Файл ZIP - не является файлом темы плагина."
1669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1670
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1671
  #: includes/views/flag_listing.php:56
1672
  #, fuzzy
@@ -1711,6 +1763,11 @@ msgstr "Продлить запись"
1711
  msgid "That listing cannot yet be renewed."
1712
  msgstr "Статус записи был поднят."
1713
 
 
 
 
 
 
1714
  #: includes/views/submit_listing.php:544
1715
  #, fuzzy
1716
  msgid "Listing Images"
@@ -1768,6 +1825,17 @@ msgstr ""
1768
  "для последующего импорта на этом же сервере, и желаете, чтобы импортируемые "
1769
  "записи заменили существующие, вместо добавления как дубликаты."
1770
 
 
 
 
 
 
 
 
 
 
 
 
1771
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1772
  #: templates/admin/csv-import.tpl.php:34
1773
  #, fuzzy
@@ -1778,16 +1846,142 @@ msgstr ""
1778
  "Мы настоятельно рекомендуем сначала Вам ознакомиться с <a>Документацией по "
1779
  "импорту из файла CSV</a>, чтобы Вы могли всё сделать правильно."
1780
 
1781
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1782
  #, fuzzy
1783
  msgid "Disable email notifications during import?"
1784
  msgstr "Оповещения по электронной почте:"
1785
 
1786
- #: templates/admin/csv-import.tpl.php:281
1787
  #, fuzzy
1788
  msgid "Disable email notifications."
1789
  msgstr "Запретить оповещения пока производится импорт новых записей."
1790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1791
  #: templates/admin/debug-info.tpl.php:5
1792
  #, fuzzy
1793
  msgid ""
@@ -2234,6 +2428,7 @@ msgid "Preview email"
2234
  msgstr "Предварительный просмотр"
2235
 
2236
  #: templates/admin/settings-email.tpl.php:103
 
2237
  #: templates/listing-flagging-form.tpl.php:64
2238
  #, fuzzy
2239
  msgid "Cancel"
@@ -2367,6 +2562,12 @@ msgstr "Нравится этот плагин?"
2367
  msgid "Need help?"
2368
  msgstr ""
2369
 
 
 
 
 
 
 
2370
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2371
  #, fuzzy
2372
  msgid "Upload Directory Theme"
@@ -2575,6 +2776,16 @@ msgstr "Текст записи"
2575
  msgid "Next"
2576
  msgstr ""
2577
 
 
 
 
 
 
 
 
 
 
 
2578
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2579
  #, fuzzy
2580
  msgid "Search Results"
@@ -2593,6 +2804,10 @@ msgstr "Вернуться к справочнику"
2593
  msgid "(not published yet)"
2594
  msgstr "(ещё не опубликовано)"
2595
 
 
 
 
 
2596
  #: templates/email-access-keys.tpl.php:1
2597
  msgid ""
2598
  "Below you'll find the access keys for all the listings registered with your "
@@ -2868,12 +3083,12 @@ msgstr ""
2868
  msgid "Business Directory Team"
2869
  msgstr "Справочник услуг"
2870
 
2871
- #: includes/admin/class-admin-controller.php:82
2872
  msgctxt "admin confirm"
2873
  msgid "No, go back"
2874
  msgstr ""
2875
 
2876
- #: includes/admin/class-admin-controller.php:83
2877
  msgctxt "admin confirm"
2878
  msgid "Yes, I'm sure"
2879
  msgstr ""
@@ -3092,137 +3307,60 @@ msgstr ""
3092
  "В этом разделе Вы можете импортировать данные в Ваш справочник используя "
3093
  "файл в формате CSV."
3094
 
3095
- #: templates/admin/csv-import.tpl.php:45
3096
- msgctxt "admin csv-import"
3097
- msgid "Import Files"
3098
- msgstr "Импорт файлов"
3099
-
3100
- #: templates/admin/csv-import.tpl.php:50
3101
- msgctxt "admin csv-import"
3102
- msgid "CSV File"
3103
- msgstr "Файл CSV"
3104
-
3105
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3106
  msgctxt "admin csv-import"
3107
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3108
  msgstr ""
3109
  "... или <a>выберите файл, который уже загружен в директорию импорта</a>"
3110
 
3111
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3112
  msgctxt "admin csv-import"
3113
  msgid "(Upload new file)"
3114
  msgstr "(Загрузить новый файл)"
3115
 
3116
- #: templates/admin/csv-import.tpl.php:81
3117
- msgctxt "admin csv-import"
3118
- msgid "ZIP file containing images"
3119
- msgstr "Архив ZIP, содержащий изображения"
3120
-
3121
- #: templates/admin/csv-import.tpl.php:113
3122
- msgctxt "admin csv-import"
3123
- msgid "CSV File Settings"
3124
- msgstr "Настройки файла CSV"
3125
-
3126
- #: templates/admin/csv-import.tpl.php:117
3127
- msgctxt "admin csv-import"
3128
- msgid "Column Separator"
3129
- msgstr "Разделитель колонок"
3130
-
3131
- #: templates/admin/csv-import.tpl.php:125
3132
  msgctxt "admin csv-import"
3133
  msgid "Comma (,)"
3134
  msgstr ""
3135
 
3136
- #: templates/admin/csv-import.tpl.php:131
3137
  msgctxt "admin csv-import"
3138
  msgid "Semicolon (;)"
3139
  msgstr ""
3140
 
3141
- #: templates/admin/csv-import.tpl.php:137
3142
  msgctxt "admin csv-import"
3143
  msgid "TAB"
3144
  msgstr ""
3145
 
3146
- #: templates/admin/csv-import.tpl.php:143
3147
- msgctxt "admin csv-import"
3148
- msgid "Image Separator"
3149
- msgstr "Разделитель изображений"
3150
-
3151
- #: templates/admin/csv-import.tpl.php:154
3152
- msgctxt "admin csv-import"
3153
- msgid "Category Separator"
3154
- msgstr "Разделитель рубрик"
3155
-
3156
- #: templates/admin/csv-import.tpl.php:165
3157
- msgctxt "admin csv-import"
3158
- msgid "Import settings"
3159
- msgstr "Настройки импорта"
3160
-
3161
- #: templates/admin/csv-import.tpl.php:169
3162
- #, fuzzy
3163
- msgctxt "admin csv-import"
3164
- msgid "Post status of new imported listings"
3165
- msgstr "Статус записей по окончании импорта"
3166
-
3167
- #: templates/admin/csv-import.tpl.php:186
3168
- #, fuzzy
3169
- msgctxt "admin csv-import"
3170
- msgid "Post status of existing imported listings"
3171
- msgstr "Статус записей по окончании импорта"
3172
-
3173
- #: templates/admin/csv-import.tpl.php:190
3174
  #, fuzzy
3175
  msgctxt "admin csv-import"
3176
  msgid "Preserve existing status"
3177
  msgstr "Записи"
3178
 
3179
- #: templates/admin/csv-import.tpl.php:204
3180
- msgctxt "admin csv-import"
3181
- msgid "Missing categories handling"
3182
- msgstr "Обработка новых рубрик"
3183
-
3184
- #: templates/admin/csv-import.tpl.php:209
3185
- msgctxt "admin csv-import"
3186
- msgid "Auto-create categories"
3187
- msgstr "Автоматически создавать"
3188
-
3189
- #: templates/admin/csv-import.tpl.php:212
3190
- msgctxt "admin csv-import"
3191
- msgid "Generate errors when a category is not found"
3192
- msgstr "Выдавать ошибку \"рубрика не найдена\""
3193
-
3194
- #: templates/admin/csv-import.tpl.php:217
3195
  msgctxt "admin csv-import"
3196
  msgid "Keep existing listing images?"
3197
  msgstr "Существующие изображения?"
3198
 
3199
- #: templates/admin/csv-import.tpl.php:222
3200
  msgctxt "admin csv-import"
3201
  msgid "Keep existing images."
3202
  msgstr "Соранить."
3203
 
3204
- #: templates/admin/csv-import.tpl.php:223
3205
  msgctxt "admin csv-import"
3206
  msgid "Appends new images while keeping current ones."
3207
  msgstr "Будет добавлять новые изображения и не удалит существующие."
3208
 
3209
- #: templates/admin/csv-import.tpl.php:228
3210
- msgctxt "admin csv-import"
3211
- msgid "Assign listings to a user?"
3212
- msgstr "Автор?"
3213
-
3214
- #: templates/admin/csv-import.tpl.php:234
3215
- msgctxt "admin csv-import"
3216
- msgid "Assign listings to a user."
3217
- msgstr "Назначить новые записи существующему пользователю."
3218
-
3219
- #: templates/admin/csv-import.tpl.php:239
3220
  msgctxt "admin csv-import"
3221
  msgid "Use a default user for listings?"
3222
  msgstr ""
3223
  "Использовать изображение по-умолчанию, если ни одного не было загружено?"
3224
 
3225
- #: templates/admin/csv-import.tpl.php:245
3226
  msgctxt "admin csv-import"
3227
  msgid ""
3228
  "Select a default user to be used if the username column is not present in "
@@ -3231,79 +3369,17 @@ msgstr ""
3231
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
3232
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
3233
 
3234
- #: templates/admin/csv-import.tpl.php:250
3235
- msgctxt "admin csv-import"
3236
- msgid "Default listing user"
3237
- msgstr "Пользователь по-умолчанию для новых записей:"
3238
-
3239
- #: templates/admin/csv-import.tpl.php:256
3240
- msgctxt "admin csv-import"
3241
- msgid ""
3242
- "This user will be used if the username column is not present in the CSV file."
3243
- msgstr ""
3244
- "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
3245
- "назначены новые записи, не имеющие имени пользователя в файле CSV."
3246
-
3247
- #: templates/admin/csv-import.tpl.php:261
3248
- #, fuzzy
3249
- msgctxt "admin csv-import"
3250
- msgid "Number of listings imported on every cycle"
3251
- msgstr "Количество записей:"
3252
-
3253
- #: templates/admin/csv-import.tpl.php:269
3254
- msgctxt "admin csv-import"
3255
- msgid ""
3256
- "If you are having trouble importing listings due to memory problems, try "
3257
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3258
- "result in a longer batch import time, but will increase the chance of "
3259
- "success on shared hosting platforms and other resource-constrained servers."
3260
- msgstr ""
3261
-
3262
- #: templates/admin/csv-import.tpl.php:288
3263
  msgctxt "admin csv-import"
3264
  msgid "Test Import"
3265
  msgstr "Тест импорта"
3266
 
3267
- #: templates/admin/csv-import.tpl.php:289
3268
  msgctxt "admin csv-import"
3269
  msgid "Import Listings"
3270
  msgstr "Импортировать записи"
3271
 
3272
- #: templates/admin/csv-import.tpl.php:296
3273
- msgctxt "admin csv-import"
3274
- msgid ""
3275
- "The following are the valid header names to be used in the CSV file. "
3276
- "Multivalued fields (such as category or tags) can appear multiple times in "
3277
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3278
- "how an import file should look like."
3279
- msgstr ""
3280
- "Далее приведены правильные имена заголовков, которые будут использованы в "
3281
- "файле CSV. поля со множественными значениями, такие как рубрики или метки, "
3282
- "могут оказаться в файле в нескольких местах. Посмотрите на \"<a href=\"%s"
3283
- "\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
3284
- "выглядеть."
3285
-
3286
- #: templates/admin/csv-import.tpl.php:303
3287
- msgctxt "admin csv-import"
3288
- msgid "Header name/label"
3289
- msgstr "Имя или метка заголовка"
3290
-
3291
- #: templates/admin/csv-import.tpl.php:304
3292
- msgctxt "admin csv-import"
3293
- msgid "Field"
3294
- msgstr "Поле"
3295
-
3296
- #: templates/admin/csv-import.tpl.php:306
3297
- msgctxt "admin csv-import"
3298
- msgid "Required?"
3299
- msgstr "Обязательно?"
3300
-
3301
- #: templates/admin/csv-import.tpl.php:307
3302
- msgctxt "admin csv-import"
3303
- msgid "Multivalued?"
3304
- msgstr "Множественные значения?"
3305
-
3306
- #: templates/admin/csv-import.tpl.php:332
3307
  #, fuzzy
3308
  msgctxt "admin csv-import"
3309
  msgid ""
@@ -3313,17 +3389,7 @@ msgstr ""
3313
  "Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
3314
  "эту колонку при добавлении или изменении записей."
3315
 
3316
- #: templates/admin/csv-import.tpl.php:339
3317
- msgctxt "admin csv-import"
3318
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3319
- msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
3320
-
3321
- #: templates/admin/csv-import.tpl.php:346
3322
- msgctxt "admin csv-import"
3323
- msgid "Listing author's username"
3324
- msgstr "Учётная запись автора записи"
3325
-
3326
- #: templates/admin/csv-import.tpl.php:353
3327
  msgctxt "admin csv-import"
3328
  msgid ""
3329
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3331,7 +3397,7 @@ msgstr ""
3331
  "Был использован внутренний последовательный номер, чтобы позволить загрузку "
3332
  "данных из справочника с другого сайта."
3333
 
3334
- #: templates/admin/csv-import.tpl.php:360
3335
  msgctxt "admin csv-import"
3336
  msgid ""
3337
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3851,11 +3917,6 @@ msgctxt "admin csv-export"
3851
  msgid "Listing T&C acceptance date"
3852
  msgstr "Изображение записи"
3853
 
3854
- #: templates/admin/csv-export.tpl.php:93
3855
- msgctxt "admin csv-export"
3856
- msgid "CSV File Settings"
3857
- msgstr "Параметры файла CSV"
3858
-
3859
  #: templates/admin/csv-export.tpl.php:97
3860
  msgctxt "admin csv-export"
3861
  msgid "What operating system will you use to edit the CSV file?"
@@ -3880,27 +3941,22 @@ msgid ""
3880
  "each operating system."
3881
  msgstr ""
3882
 
3883
- #: templates/admin/csv-export.tpl.php:116
3884
- msgctxt "admin csv-export"
3885
- msgid "Image Separator"
3886
- msgstr "Разделитель изображений"
3887
-
3888
- #: templates/admin/csv-export.tpl.php:127
3889
  msgctxt "admin csv-export"
3890
  msgid "Category Separator"
3891
  msgstr "Разделитель рубрик"
3892
 
3893
- #: templates/admin/csv-export.tpl.php:139
3894
  msgctxt "admin csv-export"
3895
  msgid "Export Listings"
3896
  msgstr "Экспортировать записи"
3897
 
3898
- #: templates/admin/csv-export.tpl.php:145
3899
  msgctxt "admin csv-export"
3900
  msgid "Export in Progress..."
3901
  msgstr "Экспорт работает..."
3902
 
3903
- #: templates/admin/csv-export.tpl.php:146
3904
  msgctxt "admin csv-export"
3905
  msgid ""
3906
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -3909,40 +3965,40 @@ msgstr ""
3909
  "Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
3910
  "до тех пор, пока экспорт не закончится."
3911
 
3912
- #: templates/admin/csv-export.tpl.php:149
3913
  msgctxt "admin csv-export"
3914
  msgid "No. of listings:"
3915
  msgstr "Количество записей:"
3916
 
3917
- #: templates/admin/csv-export.tpl.php:151
3918
  msgctxt "admin csv-export"
3919
  msgid "Approximate export file size:"
3920
  msgstr "Приблизительный размер экспортного файла:"
3921
 
3922
- #: templates/admin/csv-export.tpl.php:158
3923
  msgctxt "admin csv-export"
3924
  msgid "Cancel Export"
3925
  msgstr "Прекратить экспорт"
3926
 
3927
- #: templates/admin/csv-export.tpl.php:163
3928
  msgctxt "admin csv-export"
3929
  msgid "Export Complete"
3930
  msgstr "Экспорт завершился"
3931
 
3932
- #: templates/admin/csv-export.tpl.php:164
3933
  msgctxt "admin csv-export"
3934
  msgid ""
3935
  "Your export file has been successfully created and it is now ready for "
3936
  "download."
3937
  msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
3938
 
3939
- #: templates/admin/csv-export.tpl.php:168
3940
  #, fuzzy
3941
  msgctxt "admin csv-export"
3942
  msgid "Download %1$s (%2$s)"
3943
  msgstr "Скачать %s (%s)"
3944
 
3945
- #: templates/admin/csv-export.tpl.php:175
3946
  msgctxt "admin csv-export"
3947
  msgid ""
3948
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -3951,22 +4007,22 @@ msgstr ""
3951
  "Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
3952
  "временные данные, созданные плагином во время подготовки экспортного файла."
3953
 
3954
- #: templates/admin/csv-export.tpl.php:176
3955
  msgctxt "admin csv-export"
3956
  msgid "Cleanup"
3957
  msgstr "Очистить"
3958
 
3959
- #: templates/admin/csv-export.tpl.php:181
3960
  msgctxt "admin csv-export"
3961
  msgid "Export Canceled"
3962
  msgstr "Экспорт прерван"
3963
 
3964
- #: templates/admin/csv-export.tpl.php:182
3965
  msgctxt "admin csv-export"
3966
  msgid "The export has been canceled."
3967
  msgstr "Процесс экспорта был прекращён."
3968
 
3969
- #: templates/admin/csv-export.tpl.php:183
3970
  msgctxt "admin csv-export"
3971
  msgid "← Return to CSV Export"
3972
  msgstr "← Вернуться к экспорту CSV"
@@ -4046,43 +4102,43 @@ msgid "Invalid theme ID"
4046
  msgstr "Некорректный номер поля"
4047
 
4048
  #: includes/admin/class-themes-admin.php:421
4049
- #: includes/admin/upgrades/class-themes-updater.php:169
4050
  msgctxt "themes"
4051
  msgid "Could not update theme: %s"
4052
  msgstr "Не удалось обновить тему: %s"
4053
 
4054
- #: includes/admin/upgrades/class-themes-updater.php:131
4055
  msgctxt "themes"
4056
  msgid "Updating theme..."
4057
  msgstr "Тема обновляется..."
4058
 
4059
- #: includes/admin/upgrades/class-themes-updater.php:132
4060
  msgctxt "themes"
4061
  msgid "Theme updated."
4062
  msgstr "Тема обновлена."
4063
 
4064
- #: includes/admin/upgrades/class-themes-updater.php:134
4065
  msgctxt "themes"
4066
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4067
  msgstr "Доступна новая версия - <b>%s</b>. <a>Обновите сейчас</a>."
4068
 
4069
- #: includes/admin/upgrades/class-themes-updater.php:175
4070
  #, fuzzy
4071
  msgctxt "themes"
4072
  msgid "Theme was updated successfully."
4073
  msgstr "Тема была успешно обновлена."
4074
 
4075
- #: includes/themes.php:959
4076
  msgctxt "themes"
4077
  msgid "Could not create themes directory."
4078
  msgstr "Не удалось создать директорию для темы плагина."
4079
 
4080
- #: includes/themes.php:970
4081
  msgctxt "themes"
4082
  msgid "Could not remove previous theme directory \"%s\"."
4083
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
4084
 
4085
- #: includes/themes.php:978
4086
  msgctxt "themes"
4087
  msgid "Could not move new theme into theme directory."
4088
  msgstr "Не удалось переместить новую тему в директорию темы."
@@ -6779,13 +6835,13 @@ msgctxt "settings"
6779
  msgid "Cropped"
6780
  msgstr ""
6781
 
6782
- #: includes/admin/settings/class-settings.php:492
6783
- #: includes/admin/settings/class-settings.php:503
6784
  msgctxt "settings"
6785
  msgid "\"%s\" can not be empty."
6786
  msgstr ""
6787
 
6788
- #: includes/admin/settings/class-settings.php:520
6789
  msgctxt "settings"
6790
  msgid "The slug \"%s\" is already in use for another taxonomy."
6791
  msgstr ""
@@ -6846,12 +6902,12 @@ msgctxt "contact email"
6846
  msgid "Time: %s"
6847
  msgstr "Время: %s"
6848
 
6849
- #: includes/admin/tracking.php:187
6850
  msgctxt "tracking"
6851
  msgid "Help Improve Business Directory"
6852
  msgstr "Помогите нам улучшить Справочник Услуг"
6853
 
6854
- #: includes/admin/tracking.php:189
6855
  msgctxt "tracking"
6856
  msgid ""
6857
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6862,7 +6918,7 @@ msgstr ""
6862
  "теме, плагинах и другую анонимную информацию о Вашем сайте, чтобы помочь нам "
6863
  "тестировать будущие версии плагина?"
6864
 
6865
- #: includes/admin/tracking.php:191
6866
  msgctxt "tracking"
6867
  msgid "What do you track?"
6868
  msgstr "Что отслеживается?"
@@ -6930,12 +6986,6 @@ msgctxt "installer"
6930
  msgid "Migrating fee plans..."
6931
  msgstr "Активация лицензии..."
6932
 
6933
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6934
- #, fuzzy
6935
- msgctxt "installer"
6936
- msgid "! Could not migrate fee \"%s\" (%d)"
6937
- msgstr "Не удалось обновить тему: %s"
6938
-
6939
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6940
  #, fuzzy
6941
  msgctxt "installer"
@@ -6971,13 +7021,15 @@ msgstr ""
6971
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
6972
 
6973
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
6974
  msgctxt "installer"
6975
- msgid "Cleaning up listing fees information... %d/%d"
6976
  msgstr "Очистка информации об оплате записи... %d / %d"
6977
 
6978
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
6979
  msgctxt "installer"
6980
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6981
  msgstr ""
6982
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
6983
 
@@ -6991,17 +7043,12 @@ msgctxt "installer"
6991
  msgid "Listing edit payment (BD < 3.4)"
6992
  msgstr "Изменить платёж записи (плагин версии ниже 3.4)"
6993
 
6994
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6995
- msgctxt "installer"
6996
- msgid "Renewal fee \"%s\" for category \"%s\""
6997
- msgstr "Плата \"%s\" за обновление рубрики \"%s\""
6998
-
6999
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
7000
  msgctxt "installer"
7001
  msgid "Listing upgrade to featured"
7002
  msgstr "Сделать запись Особой"
7003
 
7004
- #: includes/installer.php:62
7005
  msgctxt "installer"
7006
  msgid "Default Fee"
7007
  msgstr "Удалить тариф"
@@ -7292,11 +7339,6 @@ msgctxt "notify email"
7292
  msgid "Payment Details"
7293
  msgstr "Детали платежа"
7294
 
7295
- #: templates/email/listing-payment-completed.tpl.php:25
7296
- msgctxt "notify email"
7297
- msgid "Plan"
7298
- msgstr ""
7299
-
7300
  #: templates/email/listing-payment-completed.tpl.php:32
7301
  #, fuzzy
7302
  msgctxt "notify email"
@@ -7357,7 +7399,7 @@ msgctxt "title"
7357
  msgid "Find a Listing"
7358
  msgstr "Найти запись"
7359
 
7360
- #: includes/class-meta.php:194
7361
  msgctxt "title"
7362
  msgid "Listings tagged: %s"
7363
  msgstr "Записи помеченные меткой \"%s\""
@@ -7615,11 +7657,11 @@ msgstr "Рубрики этой записи"
7615
  #: includes/class-wpbdp.php:480
7616
  msgctxt "listing image upload"
7617
  msgid ""
7618
- "You're trying to upload %d images, but only have %d slot available. Please "
7619
- "adjust your selection."
7620
  msgid_plural ""
7621
- "You're trying to upload %d images, but only have %d slots available. Please "
7622
- "adjust your selection."
7623
  msgstr[0] ""
7624
  msgstr[1] ""
7625
  msgstr[2] ""
@@ -8174,7 +8216,7 @@ msgctxt "flag listing"
8174
  msgid "Report comment is required to save a report"
8175
  msgstr ""
8176
 
8177
- #: includes/installer.php:53
8178
  msgctxt "default category name"
8179
  msgid "General"
8180
  msgstr "Основное"
@@ -8365,7 +8407,7 @@ msgctxt "templates sort"
8365
  msgid "Sort By:"
8366
  msgstr "Сортировка по:"
8367
 
8368
- #: includes/utils.php:416
8369
  msgctxt "utils"
8370
  msgid ""
8371
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8373,56 +8415,22 @@ msgstr ""
8373
  "Данные, переданные на сервер методом POST превышают максимальный размер для "
8374
  "PHP. Обратите внимание на параметр \"post_max_size\" в вашем файле php.ini."
8375
 
8376
- #: includes/utils.php:463
8377
- msgctxt "utils"
8378
- msgid "File size (%s) exceeds maximum file size of %s"
8379
- msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
8380
-
8381
- #: includes/utils.php:471
8382
- msgctxt "utils"
8383
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8384
- msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
8385
-
8386
- #: includes/utils.php:480 includes/utils.php:487
8387
  msgctxt "utils"
8388
  msgid "File type \"%s\" is not allowed"
8389
  msgstr "Файл типа \"%s\" не допускается к загрузке"
8390
 
8391
- #: includes/utils.php:494
8392
  msgctxt "utils"
8393
  msgid "Unkown error while uploading file."
8394
  msgstr "Неизвестная ошибка при загрузке файла."
8395
 
8396
- #: includes/utils.php:513
8397
  msgctxt "utils"
8398
  msgid "Uploaded file is not an image"
8399
  msgstr "Загруженный файл не является изображением."
8400
 
8401
- #: includes/utils.php:522
8402
- msgctxt "utils"
8403
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8404
- msgstr "Ширина изображения меньше минимально разрешённой ширины - %s пиксел."
8405
-
8406
- #: includes/utils.php:528
8407
- msgctxt "utils"
8408
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8409
- msgstr "Высота изображения меньше минимально разрешённой высоты - %s пиксел."
8410
-
8411
- #: includes/utils.php:534
8412
- msgctxt "utils"
8413
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8414
- msgstr ""
8415
- "Ширина изображения (%s пиксел) больше чем разрешённая максимальная ширина - "
8416
- "%s пиксел."
8417
-
8418
- #: includes/utils.php:540
8419
- msgctxt "utils"
8420
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8421
- msgstr ""
8422
- "Высота изображения (%s пиксел) больше чем разрешённая максимальная высота - "
8423
- "%s пиксел."
8424
-
8425
- #: includes/utils.php:554
8426
  msgctxt "utils"
8427
  msgid "Error while uploading file"
8428
  msgstr "Ошибка при загрузке файла"
@@ -8457,16 +8465,6 @@ msgctxt "delete listing"
8457
  msgid "You are about to remove your listing \"%s\" from the directory."
8458
  msgstr "Вы приступаете к удалению вашей записи \"%s\" из справочника услуг."
8459
 
8460
- #: templates/delete-listing-confirm.tpl.php:24
8461
- msgctxt "delete listing"
8462
- msgid "No. Take me back to the directory."
8463
- msgstr "Нет! Вернуться обратно в справочник."
8464
-
8465
- #: templates/delete-listing-confirm.tpl.php:25
8466
- msgctxt "delete listing"
8467
- msgid "Yes. Delete my listing."
8468
- msgstr "Да... Удалить мою запись."
8469
-
8470
  #: includes/views/listing_contact.php:51
8471
  msgctxt "contact-message"
8472
  msgid "Please enter your name."
@@ -8671,11 +8669,6 @@ msgctxt "search"
8671
  msgid "Clear"
8672
  msgstr "Очистить форму"
8673
 
8674
- #: includes/views/show_listing.php:12
8675
- msgctxt "preview"
8676
- msgid "This is just a preview. The listing has not been published yet."
8677
- msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
8678
-
8679
  #: includes/views/submit_listing.php:1138
8680
  msgctxt "listing submit"
8681
  msgid ""
@@ -8689,7 +8682,7 @@ msgid "Change category/plan"
8689
  msgstr "Продлённая рубрика"
8690
 
8691
  #: includes/widgets/class-listings-widget.php:45
8692
- #: includes/widgets/widget-search.php:22
8693
  msgctxt "widgets"
8694
  msgid "Title:"
8695
  msgstr "Заголовок:"
@@ -8749,17 +8742,17 @@ msgctxt "widgets"
8749
  msgid "Display listings in random order"
8750
  msgstr "Показать записи в случайном порядке"
8751
 
8752
- #: includes/widgets/widget-latest-listings.php:11
8753
  msgctxt "widgets"
8754
  msgid "Business Directory - Latest Listings"
8755
  msgstr "Справочник Услуг - Новые Записи"
8756
 
8757
- #: includes/widgets/widget-latest-listings.php:12
8758
  msgctxt "widgets"
8759
  msgid "Displays a list of the latest listings in the Business Directory."
8760
  msgstr "Показывает список последних записей в Справочнике Услуг"
8761
 
8762
- #: includes/widgets/widget-latest-listings.php:14
8763
  msgctxt "widgets"
8764
  msgid "Latest Listings"
8765
  msgstr "Новые записи"
@@ -8779,52 +8772,47 @@ msgctxt "widgets"
8779
  msgid "Random Listings"
8780
  msgstr "Случайные Записи"
8781
 
8782
- #: includes/widgets/widget-search.php:10
8783
  msgctxt "widgets"
8784
  msgid "Business Directory - Search"
8785
  msgstr "Справочник Услуг - Поиск"
8786
 
8787
- #: includes/widgets/widget-search.php:11
8788
  msgctxt "widgets"
8789
  msgid "Displays a search form to look for Business Directory listings."
8790
  msgstr "Показывает форму поиска в Справочнике Услуг."
8791
 
8792
- #: includes/widgets/widget-search.php:18
8793
  msgctxt "widgets"
8794
  msgid "Search the Business Directory"
8795
  msgstr "Поиск в Справочнике Услуг"
8796
 
8797
- #: includes/widgets/widget-search.php:29
8798
  msgctxt "widgets"
8799
  msgid "Form Style:"
8800
  msgstr "Стиль формы:"
8801
 
8802
- #: includes/widgets/widget-search.php:37
8803
  msgctxt "widgets"
8804
  msgid "Basic"
8805
  msgstr "Основное"
8806
 
8807
- #: includes/widgets/widget-search.php:45
8808
  msgctxt "widgets"
8809
  msgid "Advanced"
8810
  msgstr "Расширенное"
8811
 
8812
- #: includes/widgets/widget-search.php:49
8813
  msgctxt "widgets"
8814
  msgid "Search Fields (advanced mode):"
8815
  msgstr "Поля поиска (расширенный режим):"
8816
 
8817
- #: includes/widgets/widget-search.php:50
8818
  msgctxt "widgets"
8819
  msgid "Display the following fields in the form."
8820
  msgstr "Показать следующие поля в форме."
8821
 
8822
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8823
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8824
- #: templates/admin/csv-import.tpl.php:117
8825
- #: templates/admin/csv-import.tpl.php:143
8826
- #: templates/admin/csv-import.tpl.php:154
8827
- #: templates/admin/csv-import.tpl.php:204
8828
  msgctxt "admin forms"
8829
  msgid "required"
8830
  msgstr "обязательно"
@@ -8918,22 +8906,11 @@ msgctxt "admin sidebar"
8918
  msgid "Video Tutorials"
8919
  msgstr "Видео-уроки"
8920
 
8921
- #: templates/admin/themes-delete-confirm.tpl.php:1
8922
- #: templates/admin/themes-delete-confirm.tpl.php:13
8923
- msgctxt "themes admin"
8924
- msgid "Delete Directory Theme"
8925
- msgstr "Удалить тему справочника"
8926
-
8927
  #: templates/admin/themes-delete-confirm.tpl.php:3
8928
  msgctxt "themes admin"
8929
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8930
  msgstr "Вы уверены, что хотите удалить тему справочника \"%s\"?"
8931
 
8932
- #: templates/admin/themes-delete-confirm.tpl.php:12
8933
- msgctxt "themes admin"
8934
- msgid "Cancel"
8935
- msgstr "Отменить"
8936
-
8937
  #: templates/admin/uninstall-capture-form.tpl.php:5
8938
  msgctxt "uninstall"
8939
  msgid "It doesn't work with my theme/plugins/site"
@@ -9195,6 +9172,37 @@ msgctxt "send-access-keys"
9195
  msgid "Continue"
9196
  msgstr "Далее"
9197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9198
  #~ msgctxt "admin settings"
9199
  #~ msgid ""
9200
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+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"
24
  "X-Loco-Target-Locale: ru_RU\n"
25
  "X-Poedit-SearchPath-0: ../../plugins/business-directory-plugin\n"
26
 
27
+ #: includes/admin/class-admin-controller.php:81
28
  #: templates/admin/payments-note.tpl.php:13
29
  #: templates/delete-listing-confirm.tpl.php:19
30
  #, fuzzy
31
  msgid "Are you sure you want to do this?"
32
  msgstr "Вы уверены, что хотите это сделать?"
33
 
34
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
35
  #, fuzzy
36
  msgid "Help"
37
  msgstr "Подсказка"
107
  msgid "Yes, please!"
108
  msgstr "Да, конечно!"
109
 
110
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
111
  #, fuzzy
112
  msgid "No, thanks"
113
  msgstr "Нет, спасибо"
268
 
269
  #: includes/admin/form-fields.php:31
270
  #: includes/fields/class-fieldtypes-social.php:138
271
+ #: templates/admin/csv-import.tpl.php:325
272
  #, fuzzy
273
  msgid "Type"
274
  msgstr "Тип"
801
  msgid "Uninstall"
802
  msgstr "Удалить"
803
 
804
+ #: includes/admin/settings/class-settings.php:513
805
  msgid "%s cannot include spaces, commas, or &"
806
  msgstr ""
807
 
808
+ #: includes/admin/tracking.php:221
809
  #, fuzzy
810
  msgid "Allow Tracking"
811
  msgstr "Разрешаю"
877
  msgid "Duration"
878
  msgstr "По сроку действия"
879
 
880
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
881
+ #, fuzzy
882
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
883
+ msgstr "Не удалось обновить тему: %s"
884
+
885
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
886
+ #, fuzzy
887
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
888
+ msgstr "Плата \"%s\" за обновление рубрики \"%s\""
889
+
890
  #: includes/admin/views/modules/list.php:10
891
  #, fuzzy
892
  msgid "Directory Modules"
1058
  msgid "Settings"
1059
  msgstr "Настройки"
1060
 
1061
+ #: includes/class-wpbdp.php:579
1062
  #, fuzzy
1063
  msgid "Could not find listing ID"
1064
  msgstr "Не удалось связаться с сервером лицензий"
1065
 
1066
+ #: includes/class-wpbdp.php:586
1067
  msgid ""
1068
  "Could not verify the image upload request. If problem persists contact site "
1069
  "admin."
1070
  msgstr ""
1071
 
1072
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1073
  #, fuzzy
1074
  msgid "Could not find image ID"
1075
  msgstr "Не удалось обновить тему: %s"
1076
 
1077
+ #: includes/class-wpbdp.php:625
1078
  #, fuzzy
1079
  msgid ""
1080
  "The directory features are disabled at this time because a <a>manual "
1083
  "Функции Справочника Услуг на настоящий момент отключены, потому что "
1084
  "необходимо произвести ручное обновление плагина."
1085
 
1086
+ #: includes/class-wpbdp.php:632
1087
  msgid ""
1088
  "The directory is not available at this time. Please try again in a few "
1089
  "minutes or contact the administrator if the problem persists."
1090
  msgstr ""
1091
 
1092
  #: includes/compatibility/class-navxt-integration.php:204
1093
+ #: includes/widgets/widget-search.php:125
1094
  #: templates/admin/payments-index.tpl.php:13
1095
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1096
  #: templates/search.tpl.php:3
1263
  msgstr "Параметры поля (для выбранных списков и кнопок)."
1264
 
1265
  #: includes/fields/class-fieldtypes-select.php:262
1266
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1267
+ #: templates/admin/csv-import.tpl.php:120
1268
+ #: templates/admin/csv-import.tpl.php:148
1269
+ #: templates/admin/csv-import.tpl.php:161
1270
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1271
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1272
  #, fuzzy
1273
  msgid "required"
1274
  msgstr "обязательно"
1434
  msgid "Word Count Validator"
1435
  msgstr "Проверка целого числа"
1436
 
1437
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1438
  #, fuzzy
1439
  msgid "Field"
1440
  msgstr "Поле"
1489
  msgstr "%s должно быть в формате %s."
1490
 
1491
  #. translators: %1$s: field label, %2$s allowed values
1492
+ #: includes/form-fields.php:824
1493
  #, fuzzy
1494
  msgid "%1$s is invalid. Value most be one of %2$s."
1495
  msgstr "%s - не корректно. Значение должно быть одним из %s."
1676
  msgid "Default"
1677
  msgstr "Удалить тариф"
1678
 
1679
+ #: includes/themes.php:952
1680
  #, fuzzy
1681
  msgid "ZIP file is not a valid Business Directory theme file."
1682
  msgstr "Файл ZIP - не является файлом темы плагина."
1683
 
1684
+ #: includes/utils.php:465
1685
+ #, fuzzy
1686
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1687
+ msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
1688
+
1689
+ #: includes/utils.php:474
1690
+ #, fuzzy
1691
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1692
+ msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
1693
+
1694
+ #: includes/utils.php:527
1695
+ #, fuzzy
1696
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1697
+ msgstr ""
1698
+ "Ширина изображения (%s пиксел) больше чем разрешённая максимальная ширина - "
1699
+ "%s пиксел."
1700
+
1701
+ #: includes/utils.php:535
1702
+ #, fuzzy
1703
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1704
+ msgstr ""
1705
+ "Высота изображения (%s пиксел) больше чем разрешённая максимальная высота - "
1706
+ "%s пиксел."
1707
+
1708
+ #: includes/utils.php:543
1709
+ #, fuzzy
1710
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1711
+ msgstr ""
1712
+ "Ширина изображения (%s пиксел) больше чем разрешённая максимальная ширина - "
1713
+ "%s пиксел."
1714
+
1715
+ #: includes/utils.php:551
1716
+ #, fuzzy
1717
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1718
+ msgstr ""
1719
+ "Высота изображения (%s пиксел) больше чем разрешённая максимальная высота - "
1720
+ "%s пиксел."
1721
+
1722
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1723
  #: includes/views/flag_listing.php:56
1724
  #, fuzzy
1763
  msgid "That listing cannot yet be renewed."
1764
  msgstr "Статус записи был поднят."
1765
 
1766
+ #: includes/views/show_listing.php:12
1767
+ #, fuzzy
1768
+ msgid "This is just a preview. The listing has not been published yet."
1769
+ msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
1770
+
1771
  #: includes/views/submit_listing.php:544
1772
  #, fuzzy
1773
  msgid "Listing Images"
1825
  "для последующего импорта на этом же сервере, и желаете, чтобы импортируемые "
1826
  "записи заменили существующие, вместо добавления как дубликаты."
1827
 
1828
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1829
+ #, fuzzy
1830
+ msgid "CSV File Settings"
1831
+ msgstr "Настройки файла CSV"
1832
+
1833
+ #: templates/admin/csv-export.tpl.php:116
1834
+ #: templates/admin/csv-import.tpl.php:147
1835
+ #, fuzzy
1836
+ msgid "Image Separator"
1837
+ msgstr "Разделитель изображений"
1838
+
1839
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1840
  #: templates/admin/csv-import.tpl.php:34
1841
  #, fuzzy
1846
  "Мы настоятельно рекомендуем сначала Вам ознакомиться с <a>Документацией по "
1847
  "импорту из файла CSV</a>, чтобы Вы могли всё сделать правильно."
1848
 
1849
+ #: templates/admin/csv-import.tpl.php:45
1850
+ #, fuzzy
1851
+ msgid "Import Files"
1852
+ msgstr "Импорт файлов"
1853
+
1854
+ #: templates/admin/csv-import.tpl.php:50
1855
+ #, fuzzy
1856
+ msgid "CSV File"
1857
+ msgstr "Файл CSV"
1858
+
1859
+ #: templates/admin/csv-import.tpl.php:83
1860
+ #, fuzzy
1861
+ msgid "ZIP file containing images"
1862
+ msgstr "Архив ZIP, содержащий изображения"
1863
+
1864
+ #: templates/admin/csv-import.tpl.php:119
1865
+ #, fuzzy
1866
+ msgid "Column Separator"
1867
+ msgstr "Разделитель колонок"
1868
+
1869
+ #: templates/admin/csv-import.tpl.php:160
1870
+ #, fuzzy
1871
+ msgid "Category Separator"
1872
+ msgstr "Разделитель рубрик"
1873
+
1874
+ #: templates/admin/csv-import.tpl.php:173
1875
+ #, fuzzy
1876
+ msgid "Import settings"
1877
+ msgstr "Настройки импорта"
1878
+
1879
+ #: templates/admin/csv-import.tpl.php:177
1880
+ #, fuzzy
1881
+ msgid "Post status of new imported listings"
1882
+ msgstr "Статус записей по окончании импорта"
1883
+
1884
+ #: templates/admin/csv-import.tpl.php:194
1885
+ #, fuzzy
1886
+ msgid "Post status of existing imported listings"
1887
+ msgstr "Статус записей по окончании импорта"
1888
+
1889
+ #: templates/admin/csv-import.tpl.php:212
1890
+ #, fuzzy
1891
+ msgid "Missing categories handling"
1892
+ msgstr "Обработка новых рубрик"
1893
+
1894
+ #: templates/admin/csv-import.tpl.php:220
1895
+ #, fuzzy
1896
+ msgid "Auto-create categories"
1897
+ msgstr "Автоматически создавать"
1898
+
1899
+ #: templates/admin/csv-import.tpl.php:225
1900
+ #, fuzzy
1901
+ msgid "Generate errors when a category is not found"
1902
+ msgstr "Выдавать ошибку \"рубрика не найдена\""
1903
+
1904
+ #: templates/admin/csv-import.tpl.php:242
1905
+ #: templates/admin/csv-import.tpl.php:249
1906
+ #, fuzzy
1907
+ msgid "Assign listings to a user?"
1908
+ msgstr "Автор?"
1909
+
1910
+ #: templates/admin/csv-import.tpl.php:266
1911
+ #, fuzzy
1912
+ msgid "Default listing user"
1913
+ msgstr "Пользователь по-умолчанию для новых записей:"
1914
+
1915
+ #: templates/admin/csv-import.tpl.php:272
1916
+ #, fuzzy
1917
+ msgid ""
1918
+ "This user will be used if the username column is not present in the CSV file."
1919
+ msgstr ""
1920
+ "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
1921
+ "назначены новые записи, не имеющие имени пользователя в файле CSV."
1922
+
1923
+ #: templates/admin/csv-import.tpl.php:277
1924
+ #, fuzzy
1925
+ msgid "Number of listings imported on every cycle"
1926
+ msgstr "Количество записей:"
1927
+
1928
+ #: templates/admin/csv-import.tpl.php:285
1929
+ msgid ""
1930
+ "If you are having trouble importing listings due to memory problems, try "
1931
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1932
+ "result in a longer batch import time, but will increase the chance of "
1933
+ "success on shared hosting platforms and other resource-constrained servers."
1934
+ msgstr ""
1935
+
1936
+ #: templates/admin/csv-import.tpl.php:290
1937
  #, fuzzy
1938
  msgid "Disable email notifications during import?"
1939
  msgstr "Оповещения по электронной почте:"
1940
 
1941
+ #: templates/admin/csv-import.tpl.php:297
1942
  #, fuzzy
1943
  msgid "Disable email notifications."
1944
  msgstr "Запретить оповещения пока производится импорт новых записей."
1945
 
1946
+ #: templates/admin/csv-import.tpl.php:314
1947
+ #, fuzzy
1948
+ msgid ""
1949
+ "The following are the valid header names to be used in the CSV file. "
1950
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1951
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1952
+ "how an import file should look like."
1953
+ msgstr ""
1954
+ "Далее приведены правильные имена заголовков, которые будут использованы в "
1955
+ "файле CSV. поля со множественными значениями, такие как рубрики или метки, "
1956
+ "могут оказаться в файле в нескольких местах. Посмотрите на \"<a href=\"%s"
1957
+ "\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
1958
+ "выглядеть."
1959
+
1960
+ #: templates/admin/csv-import.tpl.php:323
1961
+ #, fuzzy
1962
+ msgid "Header name/label"
1963
+ msgstr "Имя или метка заголовка"
1964
+
1965
+ #: templates/admin/csv-import.tpl.php:326
1966
+ #, fuzzy
1967
+ msgid "Required?"
1968
+ msgstr "Обязательно?"
1969
+
1970
+ #: templates/admin/csv-import.tpl.php:327
1971
+ #, fuzzy
1972
+ msgid "Multivalued?"
1973
+ msgstr "Множественные значения?"
1974
+
1975
+ #: templates/admin/csv-import.tpl.php:359
1976
+ #, fuzzy
1977
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1978
+ msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
1979
+
1980
+ #: templates/admin/csv-import.tpl.php:366
1981
+ #, fuzzy
1982
+ msgid "Listing author's username"
1983
+ msgstr "Учётная запись автора записи"
1984
+
1985
  #: templates/admin/debug-info.tpl.php:5
1986
  #, fuzzy
1987
  msgid ""
2428
  msgstr "Предварительный просмотр"
2429
 
2430
  #: templates/admin/settings-email.tpl.php:103
2431
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2432
  #: templates/listing-flagging-form.tpl.php:64
2433
  #, fuzzy
2434
  msgid "Cancel"
2562
  msgid "Need help?"
2563
  msgstr ""
2564
 
2565
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2566
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2567
+ #, fuzzy
2568
+ msgid "Delete Directory Theme"
2569
+ msgstr "Удалить тему справочника"
2570
+
2571
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2572
  #, fuzzy
2573
  msgid "Upload Directory Theme"
2776
  msgid "Next"
2777
  msgstr ""
2778
 
2779
+ #: templates/delete-listing-confirm.tpl.php:24
2780
+ #, fuzzy
2781
+ msgid "No. Take me back to the directory."
2782
+ msgstr "Нет! Вернуться обратно в справочник."
2783
+
2784
+ #: templates/delete-listing-confirm.tpl.php:25
2785
+ #, fuzzy
2786
+ msgid "Yes. Delete my listing."
2787
+ msgstr "Да... Удалить мою запись."
2788
+
2789
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2790
  #, fuzzy
2791
  msgid "Search Results"
2804
  msgid "(not published yet)"
2805
  msgstr "(ещё не опубликовано)"
2806
 
2807
+ #: templates/email/listing-payment-completed.tpl.php:25
2808
+ msgid "Plan"
2809
+ msgstr ""
2810
+
2811
  #: templates/email-access-keys.tpl.php:1
2812
  msgid ""
2813
  "Below you'll find the access keys for all the listings registered with your "
3083
  msgid "Business Directory Team"
3084
  msgstr "Справочник услуг"
3085
 
3086
+ #: includes/admin/class-admin-controller.php:83
3087
  msgctxt "admin confirm"
3088
  msgid "No, go back"
3089
  msgstr ""
3090
 
3091
+ #: includes/admin/class-admin-controller.php:84
3092
  msgctxt "admin confirm"
3093
  msgid "Yes, I'm sure"
3094
  msgstr ""
3307
  "В этом разделе Вы можете импортировать данные в Ваш справочник используя "
3308
  "файл в формате CSV."
3309
 
3310
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3311
  msgctxt "admin csv-import"
3312
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3313
  msgstr ""
3314
  "... или <a>выберите файл, который уже загружен в директорию импорта</a>"
3315
 
3316
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3317
  msgctxt "admin csv-import"
3318
  msgid "(Upload new file)"
3319
  msgstr "(Загрузить новый файл)"
3320
 
3321
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3322
  msgctxt "admin csv-import"
3323
  msgid "Comma (,)"
3324
  msgstr ""
3325
 
3326
+ #: templates/admin/csv-import.tpl.php:135
3327
  msgctxt "admin csv-import"
3328
  msgid "Semicolon (;)"
3329
  msgstr ""
3330
 
3331
+ #: templates/admin/csv-import.tpl.php:141
3332
  msgctxt "admin csv-import"
3333
  msgid "TAB"
3334
  msgstr ""
3335
 
3336
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3337
  #, fuzzy
3338
  msgctxt "admin csv-import"
3339
  msgid "Preserve existing status"
3340
  msgstr "Записи"
3341
 
3342
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3343
  msgctxt "admin csv-import"
3344
  msgid "Keep existing listing images?"
3345
  msgstr "Существующие изображения?"
3346
 
3347
+ #: templates/admin/csv-import.tpl.php:236
3348
  msgctxt "admin csv-import"
3349
  msgid "Keep existing images."
3350
  msgstr "Соранить."
3351
 
3352
+ #: templates/admin/csv-import.tpl.php:237
3353
  msgctxt "admin csv-import"
3354
  msgid "Appends new images while keeping current ones."
3355
  msgstr "Будет добавлять новые изображения и не удалит существующие."
3356
 
3357
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3358
  msgctxt "admin csv-import"
3359
  msgid "Use a default user for listings?"
3360
  msgstr ""
3361
  "Использовать изображение по-умолчанию, если ни одного не было загружено?"
3362
 
3363
+ #: templates/admin/csv-import.tpl.php:261
3364
  msgctxt "admin csv-import"
3365
  msgid ""
3366
  "Select a default user to be used if the username column is not present in "
3369
  "<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
3370
  "назначены новые записи, не имеющие имени пользователя в файле CSV."
3371
 
3372
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3373
  msgctxt "admin csv-import"
3374
  msgid "Test Import"
3375
  msgstr "Тест импорта"
3376
 
3377
+ #: templates/admin/csv-import.tpl.php:305
3378
  msgctxt "admin csv-import"
3379
  msgid "Import Listings"
3380
  msgstr "Импортировать записи"
3381
 
3382
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3383
  #, fuzzy
3384
  msgctxt "admin csv-import"
3385
  msgid ""
3389
  "Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
3390
  "эту колонку при добавлении или изменении записей."
3391
 
3392
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3393
  msgctxt "admin csv-import"
3394
  msgid ""
3395
  "Internal Sequence ID used to allow listing updates from external sources."
3397
  "Был использован внутренний последовательный номер, чтобы позволить загрузку "
3398
  "данных из справочника с другого сайта."
3399
 
3400
+ #: templates/admin/csv-import.tpl.php:380
3401
  msgctxt "admin csv-import"
3402
  msgid ""
3403
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3917
  msgid "Listing T&C acceptance date"
3918
  msgstr "Изображение записи"
3919
 
 
 
 
 
 
3920
  #: templates/admin/csv-export.tpl.php:97
3921
  msgctxt "admin csv-export"
3922
  msgid "What operating system will you use to edit the CSV file?"
3941
  "each operating system."
3942
  msgstr ""
3943
 
3944
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3945
  msgctxt "admin csv-export"
3946
  msgid "Category Separator"
3947
  msgstr "Разделитель рубрик"
3948
 
3949
+ #: templates/admin/csv-export.tpl.php:141
3950
  msgctxt "admin csv-export"
3951
  msgid "Export Listings"
3952
  msgstr "Экспортировать записи"
3953
 
3954
+ #: templates/admin/csv-export.tpl.php:147
3955
  msgctxt "admin csv-export"
3956
  msgid "Export in Progress..."
3957
  msgstr "Экспорт работает..."
3958
 
3959
+ #: templates/admin/csv-export.tpl.php:148
3960
  msgctxt "admin csv-export"
3961
  msgid ""
3962
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3965
  "Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
3966
  "до тех пор, пока экспорт не закончится."
3967
 
3968
+ #: templates/admin/csv-export.tpl.php:151
3969
  msgctxt "admin csv-export"
3970
  msgid "No. of listings:"
3971
  msgstr "Количество записей:"
3972
 
3973
+ #: templates/admin/csv-export.tpl.php:153
3974
  msgctxt "admin csv-export"
3975
  msgid "Approximate export file size:"
3976
  msgstr "Приблизительный размер экспортного файла:"
3977
 
3978
+ #: templates/admin/csv-export.tpl.php:160
3979
  msgctxt "admin csv-export"
3980
  msgid "Cancel Export"
3981
  msgstr "Прекратить экспорт"
3982
 
3983
+ #: templates/admin/csv-export.tpl.php:165
3984
  msgctxt "admin csv-export"
3985
  msgid "Export Complete"
3986
  msgstr "Экспорт завершился"
3987
 
3988
+ #: templates/admin/csv-export.tpl.php:166
3989
  msgctxt "admin csv-export"
3990
  msgid ""
3991
  "Your export file has been successfully created and it is now ready for "
3992
  "download."
3993
  msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
3994
 
3995
+ #: templates/admin/csv-export.tpl.php:170
3996
  #, fuzzy
3997
  msgctxt "admin csv-export"
3998
  msgid "Download %1$s (%2$s)"
3999
  msgstr "Скачать %s (%s)"
4000
 
4001
+ #: templates/admin/csv-export.tpl.php:177
4002
  msgctxt "admin csv-export"
4003
  msgid ""
4004
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4007
  "Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
4008
  "временные данные, созданные плагином во время подготовки экспортного файла."
4009
 
4010
+ #: templates/admin/csv-export.tpl.php:178
4011
  msgctxt "admin csv-export"
4012
  msgid "Cleanup"
4013
  msgstr "Очистить"
4014
 
4015
+ #: templates/admin/csv-export.tpl.php:183
4016
  msgctxt "admin csv-export"
4017
  msgid "Export Canceled"
4018
  msgstr "Экспорт прерван"
4019
 
4020
+ #: templates/admin/csv-export.tpl.php:184
4021
  msgctxt "admin csv-export"
4022
  msgid "The export has been canceled."
4023
  msgstr "Процесс экспорта был прекращён."
4024
 
4025
+ #: templates/admin/csv-export.tpl.php:185
4026
  msgctxt "admin csv-export"
4027
  msgid "← Return to CSV Export"
4028
  msgstr "← Вернуться к экспорту CSV"
4102
  msgstr "Некорректный номер поля"
4103
 
4104
  #: includes/admin/class-themes-admin.php:421
4105
+ #: includes/admin/upgrades/class-themes-updater.php:170
4106
  msgctxt "themes"
4107
  msgid "Could not update theme: %s"
4108
  msgstr "Не удалось обновить тему: %s"
4109
 
4110
+ #: includes/admin/upgrades/class-themes-updater.php:132
4111
  msgctxt "themes"
4112
  msgid "Updating theme..."
4113
  msgstr "Тема обновляется..."
4114
 
4115
+ #: includes/admin/upgrades/class-themes-updater.php:133
4116
  msgctxt "themes"
4117
  msgid "Theme updated."
4118
  msgstr "Тема обновлена."
4119
 
4120
+ #: includes/admin/upgrades/class-themes-updater.php:135
4121
  msgctxt "themes"
4122
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4123
  msgstr "Доступна новая версия - <b>%s</b>. <a>Обновите сейчас</a>."
4124
 
4125
+ #: includes/admin/upgrades/class-themes-updater.php:176
4126
  #, fuzzy
4127
  msgctxt "themes"
4128
  msgid "Theme was updated successfully."
4129
  msgstr "Тема была успешно обновлена."
4130
 
4131
+ #: includes/themes.php:960
4132
  msgctxt "themes"
4133
  msgid "Could not create themes directory."
4134
  msgstr "Не удалось создать директорию для темы плагина."
4135
 
4136
+ #: includes/themes.php:971
4137
  msgctxt "themes"
4138
  msgid "Could not remove previous theme directory \"%s\"."
4139
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
4140
 
4141
+ #: includes/themes.php:979
4142
  msgctxt "themes"
4143
  msgid "Could not move new theme into theme directory."
4144
  msgstr "Не удалось переместить новую тему в директорию темы."
6835
  msgid "Cropped"
6836
  msgstr ""
6837
 
6838
+ #: includes/admin/settings/class-settings.php:493
6839
+ #: includes/admin/settings/class-settings.php:504
6840
  msgctxt "settings"
6841
  msgid "\"%s\" can not be empty."
6842
  msgstr ""
6843
 
6844
+ #: includes/admin/settings/class-settings.php:521
6845
  msgctxt "settings"
6846
  msgid "The slug \"%s\" is already in use for another taxonomy."
6847
  msgstr ""
6902
  msgid "Time: %s"
6903
  msgstr "Время: %s"
6904
 
6905
+ #: includes/admin/tracking.php:188
6906
  msgctxt "tracking"
6907
  msgid "Help Improve Business Directory"
6908
  msgstr "Помогите нам улучшить Справочник Услуг"
6909
 
6910
+ #: includes/admin/tracking.php:190
6911
  msgctxt "tracking"
6912
  msgid ""
6913
  "Can Business Directory keep track of your theme, plugins, and other non-"
6918
  "теме, плагинах и другую анонимную информацию о Вашем сайте, чтобы помочь нам "
6919
  "тестировать будущие версии плагина?"
6920
 
6921
+ #: includes/admin/tracking.php:192
6922
  msgctxt "tracking"
6923
  msgid "What do you track?"
6924
  msgstr "Что отслеживается?"
6986
  msgid "Migrating fee plans..."
6987
  msgstr "Активация лицензии..."
6988
 
 
 
 
 
 
 
6989
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6990
  #, fuzzy
6991
  msgctxt "installer"
7021
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7022
 
7023
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
7024
+ #, fuzzy
7025
  msgctxt "installer"
7026
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
7027
  msgstr "Очистка информации об оплате записи... %d / %d"
7028
 
7029
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
7030
+ #, fuzzy
7031
  msgctxt "installer"
7032
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
7033
  msgstr ""
7034
  "Перевод предыдущих транзакций на новый программный интерфейс... %d / %d"
7035
 
7043
  msgid "Listing edit payment (BD < 3.4)"
7044
  msgstr "Изменить платёж записи (плагин версии ниже 3.4)"
7045
 
7046
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
7047
  msgctxt "installer"
7048
  msgid "Listing upgrade to featured"
7049
  msgstr "Сделать запись Особой"
7050
 
7051
+ #: includes/installer.php:61
7052
  msgctxt "installer"
7053
  msgid "Default Fee"
7054
  msgstr "Удалить тариф"
7339
  msgid "Payment Details"
7340
  msgstr "Детали платежа"
7341
 
 
 
 
 
 
7342
  #: templates/email/listing-payment-completed.tpl.php:32
7343
  #, fuzzy
7344
  msgctxt "notify email"
7399
  msgid "Find a Listing"
7400
  msgstr "Найти запись"
7401
 
7402
+ #: includes/class-meta.php:195
7403
  msgctxt "title"
7404
  msgid "Listings tagged: %s"
7405
  msgstr "Записи помеченные меткой \"%s\""
7657
  #: includes/class-wpbdp.php:480
7658
  msgctxt "listing image upload"
7659
  msgid ""
7660
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7661
+ "Please adjust your selection."
7662
  msgid_plural ""
7663
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7664
+ "Please adjust your selection."
7665
  msgstr[0] ""
7666
  msgstr[1] ""
7667
  msgstr[2] ""
8216
  msgid "Report comment is required to save a report"
8217
  msgstr ""
8218
 
8219
+ #: includes/installer.php:52
8220
  msgctxt "default category name"
8221
  msgid "General"
8222
  msgstr "Основное"
8407
  msgid "Sort By:"
8408
  msgstr "Сортировка по:"
8409
 
8410
+ #: includes/utils.php:417
8411
  msgctxt "utils"
8412
  msgid ""
8413
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8415
  "Данные, переданные на сервер методом POST превышают максимальный размер для "
8416
  "PHP. Обратите внимание на параметр \"post_max_size\" в вашем файле php.ini."
8417
 
8418
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
8419
  msgctxt "utils"
8420
  msgid "File type \"%s\" is not allowed"
8421
  msgstr "Файл типа \"%s\" не допускается к загрузке"
8422
 
8423
+ #: includes/utils.php:497
8424
  msgctxt "utils"
8425
  msgid "Unkown error while uploading file."
8426
  msgstr "Неизвестная ошибка при загрузке файла."
8427
 
8428
+ #: includes/utils.php:517
8429
  msgctxt "utils"
8430
  msgid "Uploaded file is not an image"
8431
  msgstr "Загруженный файл не является изображением."
8432
 
8433
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8434
  msgctxt "utils"
8435
  msgid "Error while uploading file"
8436
  msgstr "Ошибка при загрузке файла"
8465
  msgid "You are about to remove your listing \"%s\" from the directory."
8466
  msgstr "Вы приступаете к удалению вашей записи \"%s\" из справочника услуг."
8467
 
 
 
 
 
 
 
 
 
 
 
8468
  #: includes/views/listing_contact.php:51
8469
  msgctxt "contact-message"
8470
  msgid "Please enter your name."
8669
  msgid "Clear"
8670
  msgstr "Очистить форму"
8671
 
 
 
 
 
 
8672
  #: includes/views/submit_listing.php:1138
8673
  msgctxt "listing submit"
8674
  msgid ""
8682
  msgstr "Продлённая рубрика"
8683
 
8684
  #: includes/widgets/class-listings-widget.php:45
8685
+ #: includes/widgets/widget-search.php:28
8686
  msgctxt "widgets"
8687
  msgid "Title:"
8688
  msgstr "Заголовок:"
8742
  msgid "Display listings in random order"
8743
  msgstr "Показать записи в случайном порядке"
8744
 
8745
+ #: includes/widgets/widget-latest-listings.php:12
8746
  msgctxt "widgets"
8747
  msgid "Business Directory - Latest Listings"
8748
  msgstr "Справочник Услуг - Новые Записи"
8749
 
8750
+ #: includes/widgets/widget-latest-listings.php:13
8751
  msgctxt "widgets"
8752
  msgid "Displays a list of the latest listings in the Business Directory."
8753
  msgstr "Показывает список последних записей в Справочнике Услуг"
8754
 
8755
+ #: includes/widgets/widget-latest-listings.php:16
8756
  msgctxt "widgets"
8757
  msgid "Latest Listings"
8758
  msgstr "Новые записи"
8772
  msgid "Random Listings"
8773
  msgstr "Случайные Записи"
8774
 
8775
+ #: includes/widgets/widget-search.php:11
8776
  msgctxt "widgets"
8777
  msgid "Business Directory - Search"
8778
  msgstr "Справочник Услуг - Поиск"
8779
 
8780
+ #: includes/widgets/widget-search.php:13
8781
  msgctxt "widgets"
8782
  msgid "Displays a search form to look for Business Directory listings."
8783
  msgstr "Показывает форму поиска в Справочнике Услуг."
8784
 
8785
+ #: includes/widgets/widget-search.php:22
8786
  msgctxt "widgets"
8787
  msgid "Search the Business Directory"
8788
  msgstr "Поиск в Справочнике Услуг"
8789
 
8790
+ #: includes/widgets/widget-search.php:35
8791
  msgctxt "widgets"
8792
  msgid "Form Style:"
8793
  msgstr "Стиль формы:"
8794
 
8795
+ #: includes/widgets/widget-search.php:44
8796
  msgctxt "widgets"
8797
  msgid "Basic"
8798
  msgstr "Основное"
8799
 
8800
+ #: includes/widgets/widget-search.php:54
8801
  msgctxt "widgets"
8802
  msgid "Advanced"
8803
  msgstr "Расширенное"
8804
 
8805
+ #: includes/widgets/widget-search.php:59
8806
  msgctxt "widgets"
8807
  msgid "Search Fields (advanced mode):"
8808
  msgstr "Поля поиска (расширенный режим):"
8809
 
8810
+ #: includes/widgets/widget-search.php:60
8811
  msgctxt "widgets"
8812
  msgid "Display the following fields in the form."
8813
  msgstr "Показать следующие поля в форме."
8814
 
8815
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8816
  msgctxt "admin forms"
8817
  msgid "required"
8818
  msgstr "обязательно"
8906
  msgid "Video Tutorials"
8907
  msgstr "Видео-уроки"
8908
 
 
 
 
 
 
 
8909
  #: templates/admin/themes-delete-confirm.tpl.php:3
8910
  msgctxt "themes admin"
8911
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8912
  msgstr "Вы уверены, что хотите удалить тему справочника \"%s\"?"
8913
 
 
 
 
 
 
8914
  #: templates/admin/uninstall-capture-form.tpl.php:5
8915
  msgctxt "uninstall"
8916
  msgid "It doesn't work with my theme/plugins/site"
9172
  msgid "Continue"
9173
  msgstr "Далее"
9174
 
9175
+ #~ msgctxt "admin csv-import"
9176
+ #~ msgid "Assign listings to a user."
9177
+ #~ msgstr "Назначить новые записи существующему пользователю."
9178
+
9179
+ #~ msgctxt "admin csv-import"
9180
+ #~ msgid "Field"
9181
+ #~ msgstr "Поле"
9182
+
9183
+ #~ msgctxt "admin csv-export"
9184
+ #~ msgid "CSV File Settings"
9185
+ #~ msgstr "Параметры файла CSV"
9186
+
9187
+ #~ msgctxt "admin csv-export"
9188
+ #~ msgid "Image Separator"
9189
+ #~ msgstr "Разделитель изображений"
9190
+
9191
+ #~ msgctxt "utils"
9192
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9193
+ #~ msgstr ""
9194
+ #~ "Ширина изображения меньше минимально разрешённой ширины - %s пиксел."
9195
+
9196
+ #~ msgctxt "utils"
9197
+ #~ msgid ""
9198
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9199
+ #~ msgstr ""
9200
+ #~ "Высота изображения меньше минимально разрешённой высоты - %s пиксел."
9201
+
9202
+ #~ msgctxt "themes admin"
9203
+ #~ msgid "Cancel"
9204
+ #~ msgstr "Отменить"
9205
+
9206
  #~ msgctxt "admin settings"
9207
  #~ msgid ""
9208
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-24 19:42:43+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -16,14 +16,14 @@ msgstr ""
16
  "X-Generator: Poedit 2.3.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
 
19
- #: includes/admin/class-admin-controller.php:80
20
  #: templates/admin/payments-note.tpl.php:13
21
  #: templates/delete-listing-confirm.tpl.php:19
22
  #, fuzzy
23
  msgid "Are you sure you want to do this?"
24
  msgstr "Är du säker på att du vill göra detta?"
25
 
26
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
27
  #, fuzzy
28
  msgid "Help"
29
  msgstr "Hjälp"
@@ -95,7 +95,7 @@ msgstr "Vill du veta hemligheten bakom att bygga en grymt bra affärskatalog?"
95
  msgid "Yes, please!"
96
  msgstr "Ja tack!"
97
 
98
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
99
  #, fuzzy
100
  msgid "No, thanks"
101
  msgstr "Nej tack."
@@ -257,7 +257,7 @@ msgstr "Bilder"
257
 
258
  #: includes/admin/form-fields.php:31
259
  #: includes/fields/class-fieldtypes-social.php:138
260
- #: templates/admin/csv-import.tpl.php:305
261
  #, fuzzy
262
  msgid "Type"
263
  msgstr "Typ"
@@ -804,11 +804,11 @@ msgstr "Skriv in din e-postadress"
804
  msgid "Uninstall"
805
  msgstr "Avinstallera"
806
 
807
- #: includes/admin/settings/class-settings.php:512
808
  msgid "%s cannot include spaces, commas, or &"
809
  msgstr ""
810
 
811
- #: includes/admin/tracking.php:220
812
  #, fuzzy
813
  msgid "Allow Tracking"
814
  msgstr "Tillåt spårning"
@@ -881,6 +881,16 @@ msgstr "Avgiftetikett"
881
  msgid "Duration"
882
  msgstr "Varaktighet"
883
 
 
 
 
 
 
 
 
 
 
 
884
  #: includes/admin/views/modules/list.php:10
885
  #, fuzzy
886
  msgid "Directory Modules"
@@ -1051,12 +1061,12 @@ msgstr "Uppgradera till %s"
1051
  msgid "Settings"
1052
  msgstr "Inställningar"
1053
 
1054
- #: includes/class-wpbdp.php:578
1055
  #, fuzzy
1056
  msgid "Could not find listing ID"
1057
  msgstr "Det gick inte att kontakta licensservern"
1058
 
1059
- #: includes/class-wpbdp.php:585
1060
  #, fuzzy
1061
  msgid ""
1062
  "Could not verify the image upload request. If problem persists contact site "
@@ -1065,12 +1075,12 @@ msgstr ""
1065
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1066
  "skicka igen."
1067
 
1068
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
1069
  #, fuzzy
1070
  msgid "Could not find image ID"
1071
  msgstr "Det gick inte att uppdatera tema:%s"
1072
 
1073
- #: includes/class-wpbdp.php:624
1074
  msgid ""
1075
  "The directory features are disabled at this time because a <a>manual "
1076
  "upgrade</a> is pending."
@@ -1078,7 +1088,7 @@ msgstr ""
1078
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1079
  "att pluginet behöver <a> en manuell uppgradering</a>."
1080
 
1081
- #: includes/class-wpbdp.php:631
1082
  msgid ""
1083
  "The directory is not available at this time. Please try again in a few "
1084
  "minutes or contact the administrator if the problem persists."
@@ -1087,7 +1097,7 @@ msgstr ""
1087
  "eller kontakta administratören om problemet kvarstår."
1088
 
1089
  #: includes/compatibility/class-navxt-integration.php:204
1090
- #: includes/widgets/widget-search.php:112
1091
  #: templates/admin/payments-index.tpl.php:13
1092
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1093
  #: templates/search.tpl.php:3
@@ -1262,8 +1272,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1262
  msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
1263
 
1264
  #: includes/fields/class-fieldtypes-select.php:262
1265
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1266
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1267
  #, fuzzy
1268
  msgid "required"
1269
  msgstr "obligatoriskt"
@@ -1429,7 +1443,7 @@ msgstr "Datumvalidator"
1429
  msgid "Word Count Validator"
1430
  msgstr "Heltal Validator"
1431
 
1432
- #: includes/form-fields.php:594
1433
  #, fuzzy
1434
  msgid "Field"
1435
  msgstr "Fält"
@@ -1483,7 +1497,7 @@ msgid "%1$s must have less than %2$d words."
1483
  msgstr "%s måste vara i formatet %s."
1484
 
1485
  #. translators: %1$s: field label, %2$s allowed values
1486
- #: includes/form-fields.php:822
1487
  #, fuzzy
1488
  msgid "%1$s is invalid. Value most be one of %2$s."
1489
  msgstr "%s är ogiltig. Värdet måste vara en av %s."
@@ -1684,11 +1698,41 @@ msgstr "Hantera betalda annonser"
1684
  msgid "Default"
1685
  msgstr "Standardavgift"
1686
 
1687
- #: includes/themes.php:951
1688
  #, fuzzy
1689
  msgid "ZIP file is not a valid Business Directory theme file."
1690
  msgstr "ZIP-filen är inte en giltig BD temafil."
1691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1692
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1693
  #: includes/views/flag_listing.php:56
1694
  #, fuzzy
@@ -1733,6 +1777,12 @@ msgstr "Förnya annons"
1733
  msgid "That listing cannot yet be renewed."
1734
  msgstr "Annonsen har uppgraderats."
1735
 
 
 
 
 
 
 
1736
  #: includes/views/submit_listing.php:544
1737
  #, fuzzy
1738
  msgid "Listing Images"
@@ -1795,6 +1845,17 @@ msgstr ""
1795
  "Markera detta val om du planerar att återimportera annonser till BD och inte "
1796
  "vill att nya skapas."
1797
 
 
 
 
 
 
 
 
 
 
 
 
1798
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1799
  #: templates/admin/csv-import.tpl.php:34
1800
  #, fuzzy
@@ -1805,16 +1866,141 @@ msgstr ""
1805
  "Vi rekommenderar starkt att du läser vår <a>CSV import dokumentation</a> "
1806
  "först för att hjälpa dig att göra saker i rätt ordning."
1807
 
1808
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1809
  #, fuzzy
1810
  msgid "Disable email notifications during import?"
1811
  msgstr "Inaktivera e-postmeddelanden vid import?"
1812
 
1813
- #: templates/admin/csv-import.tpl.php:281
1814
  #, fuzzy
1815
  msgid "Disable email notifications."
1816
  msgstr "Inaktivera e-postmeddelanden."
1817
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1818
  #: templates/admin/debug-info.tpl.php:5
1819
  #, fuzzy
1820
  msgid ""
@@ -2286,6 +2472,7 @@ msgid "Preview email"
2286
  msgstr "Förhandsgranska e-post"
2287
 
2288
  #: templates/admin/settings-email.tpl.php:103
 
2289
  #: templates/listing-flagging-form.tpl.php:64
2290
  #, fuzzy
2291
  msgid "Cancel"
@@ -2420,6 +2607,12 @@ msgstr "Gillar du detta plugin?"
2420
  msgid "Need help?"
2421
  msgstr ""
2422
 
 
 
 
 
 
 
2423
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2424
  #, fuzzy
2425
  msgid "Upload Directory Theme"
@@ -2654,6 +2847,16 @@ msgstr "Postnummer"
2654
  msgid "Next"
2655
  msgstr "Nästa"
2656
 
 
 
 
 
 
 
 
 
 
 
2657
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2658
  #, fuzzy
2659
  msgid "Search Results"
@@ -2672,6 +2875,11 @@ msgstr "Återgå till katalogen"
2672
  msgid "(not published yet)"
2673
  msgstr "(ej publicerad ännu)"
2674
 
 
 
 
 
 
2675
  #: templates/email-access-keys.tpl.php:1
2676
  #, fuzzy
2677
  msgid ""
@@ -2954,12 +3162,12 @@ msgstr ""
2954
  msgid "Business Directory Team"
2955
  msgstr "Business Directory"
2956
 
2957
- #: includes/admin/class-admin-controller.php:82
2958
  msgctxt "admin confirm"
2959
  msgid "No, go back"
2960
  msgstr "Nej, gå tillbaka"
2961
 
2962
- #: includes/admin/class-admin-controller.php:83
2963
  msgctxt "admin confirm"
2964
  msgid "Yes, I'm sure"
2965
  msgstr "Ja, jag är säker"
@@ -3176,135 +3384,58 @@ msgctxt "admin csv-import"
3176
  msgid "Here, you can import data into your directory using the CSV format."
3177
  msgstr "Här kan du importera data till din katalog med hjälp av CSV-format."
3178
 
3179
- #: templates/admin/csv-import.tpl.php:45
3180
- msgctxt "admin csv-import"
3181
- msgid "Import Files"
3182
- msgstr "Importera filer"
3183
-
3184
- #: templates/admin/csv-import.tpl.php:50
3185
- msgctxt "admin csv-import"
3186
- msgid "CSV File"
3187
- msgstr "CSV Fil"
3188
-
3189
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
3190
  msgctxt "admin csv-import"
3191
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3192
  msgstr "... eller <a>välj en fil som laddats upp till import-mappen</a>"
3193
 
3194
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
3195
  msgctxt "admin csv-import"
3196
  msgid "(Upload new file)"
3197
  msgstr "(Ladda upp ny fil)"
3198
 
3199
- #: templates/admin/csv-import.tpl.php:81
3200
- msgctxt "admin csv-import"
3201
- msgid "ZIP file containing images"
3202
- msgstr "ZIP-fil som innehåller bilder"
3203
-
3204
- #: templates/admin/csv-import.tpl.php:113
3205
- msgctxt "admin csv-import"
3206
- msgid "CSV File Settings"
3207
- msgstr "Inställningar för CSV-fil"
3208
-
3209
- #: templates/admin/csv-import.tpl.php:117
3210
- msgctxt "admin csv-import"
3211
- msgid "Column Separator"
3212
- msgstr "Kolumnavgränsare"
3213
-
3214
- #: templates/admin/csv-import.tpl.php:125
3215
  msgctxt "admin csv-import"
3216
  msgid "Comma (,)"
3217
  msgstr "Komma (,)"
3218
 
3219
- #: templates/admin/csv-import.tpl.php:131
3220
  msgctxt "admin csv-import"
3221
  msgid "Semicolon (;)"
3222
  msgstr "Semikolon (;)"
3223
 
3224
- #: templates/admin/csv-import.tpl.php:137
3225
  msgctxt "admin csv-import"
3226
  msgid "TAB"
3227
  msgstr "Tab"
3228
 
3229
- #: templates/admin/csv-import.tpl.php:143
3230
- msgctxt "admin csv-import"
3231
- msgid "Image Separator"
3232
- msgstr "Bildavgränsare"
3233
-
3234
- #: templates/admin/csv-import.tpl.php:154
3235
- msgctxt "admin csv-import"
3236
- msgid "Category Separator"
3237
- msgstr "Kategoriavgränsare"
3238
-
3239
- #: templates/admin/csv-import.tpl.php:165
3240
- msgctxt "admin csv-import"
3241
- msgid "Import settings"
3242
- msgstr "Importera inställningar"
3243
-
3244
- #: templates/admin/csv-import.tpl.php:169
3245
- #, fuzzy
3246
- msgctxt "admin csv-import"
3247
- msgid "Post status of new imported listings"
3248
- msgstr "Status av importerade annonser"
3249
-
3250
- #: templates/admin/csv-import.tpl.php:186
3251
- #, fuzzy
3252
- msgctxt "admin csv-import"
3253
- msgid "Post status of existing imported listings"
3254
- msgstr "Status av importerade annonser"
3255
-
3256
- #: templates/admin/csv-import.tpl.php:190
3257
  #, fuzzy
3258
  msgctxt "admin csv-import"
3259
  msgid "Preserve existing status"
3260
  msgstr "Annonsstatus"
3261
 
3262
- #: templates/admin/csv-import.tpl.php:204
3263
- msgctxt "admin csv-import"
3264
- msgid "Missing categories handling"
3265
- msgstr "Hantera saknade kategorier"
3266
-
3267
- #: templates/admin/csv-import.tpl.php:209
3268
- msgctxt "admin csv-import"
3269
- msgid "Auto-create categories"
3270
- msgstr "Autoskapa kategorier"
3271
-
3272
- #: templates/admin/csv-import.tpl.php:212
3273
- msgctxt "admin csv-import"
3274
- msgid "Generate errors when a category is not found"
3275
- msgstr "Generera fel när en kategori inte hittas"
3276
-
3277
- #: templates/admin/csv-import.tpl.php:217
3278
  msgctxt "admin csv-import"
3279
  msgid "Keep existing listing images?"
3280
  msgstr "Behålla befintliga annonsbilder?"
3281
 
3282
- #: templates/admin/csv-import.tpl.php:222
3283
  msgctxt "admin csv-import"
3284
  msgid "Keep existing images."
3285
  msgstr "Behåll befintliga bilder."
3286
 
3287
- #: templates/admin/csv-import.tpl.php:223
3288
  msgctxt "admin csv-import"
3289
  msgid "Appends new images while keeping current ones."
3290
  msgstr "Lägger till nya bilder och behåller de existerande."
3291
 
3292
- #: templates/admin/csv-import.tpl.php:228
3293
- msgctxt "admin csv-import"
3294
- msgid "Assign listings to a user?"
3295
- msgstr "Tilldela annons till användare?"
3296
-
3297
- #: templates/admin/csv-import.tpl.php:234
3298
- msgctxt "admin csv-import"
3299
- msgid "Assign listings to a user."
3300
- msgstr "Tilldela annons till användare."
3301
-
3302
- #: templates/admin/csv-import.tpl.php:239
3303
  msgctxt "admin csv-import"
3304
  msgid "Use a default user for listings?"
3305
  msgstr "Använd en standardanvändare för annonser?"
3306
 
3307
- #: templates/admin/csv-import.tpl.php:245
3308
  msgctxt "admin csv-import"
3309
  msgid ""
3310
  "Select a default user to be used if the username column is not present in "
@@ -3313,78 +3444,17 @@ msgstr ""
3313
  "Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
3314
  "filen."
3315
 
3316
- #: templates/admin/csv-import.tpl.php:250
3317
- msgctxt "admin csv-import"
3318
- msgid "Default listing user"
3319
- msgstr "standardanvändare"
3320
-
3321
- #: templates/admin/csv-import.tpl.php:256
3322
- msgctxt "admin csv-import"
3323
- msgid ""
3324
- "This user will be used if the username column is not present in the CSV file."
3325
- msgstr ""
3326
- "Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
3327
- "filen."
3328
-
3329
- #: templates/admin/csv-import.tpl.php:261
3330
- #, fuzzy
3331
- msgctxt "admin csv-import"
3332
- msgid "Number of listings imported on every cycle"
3333
- msgstr "Antal annonser att visa:"
3334
-
3335
- #: templates/admin/csv-import.tpl.php:269
3336
- msgctxt "admin csv-import"
3337
- msgid ""
3338
- "If you are having trouble importing listings due to memory problems, try "
3339
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
3340
- "result in a longer batch import time, but will increase the chance of "
3341
- "success on shared hosting platforms and other resource-constrained servers."
3342
- msgstr ""
3343
-
3344
- #: templates/admin/csv-import.tpl.php:288
3345
  msgctxt "admin csv-import"
3346
  msgid "Test Import"
3347
  msgstr "Testimport"
3348
 
3349
- #: templates/admin/csv-import.tpl.php:289
3350
  msgctxt "admin csv-import"
3351
  msgid "Import Listings"
3352
  msgstr "Importera annonser"
3353
 
3354
- #: templates/admin/csv-import.tpl.php:296
3355
- msgctxt "admin csv-import"
3356
- msgid ""
3357
- "The following are the valid header names to be used in the CSV file. "
3358
- "Multivalued fields (such as category or tags) can appear multiple times in "
3359
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
3360
- "how an import file should look like."
3361
- msgstr ""
3362
- "Följande är giltiga rubriknamn som ska användas i CSV-filen. Fält med flera "
3363
- "värden (såsom kategori eller taggar) kan förekomma flera gånger i filen. "
3364
- "Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
3365
- "en importfil ska se ut."
3366
-
3367
- #: templates/admin/csv-import.tpl.php:303
3368
- msgctxt "admin csv-import"
3369
- msgid "Header name/label"
3370
- msgstr "Rubriknamn / etikett"
3371
-
3372
- #: templates/admin/csv-import.tpl.php:304
3373
- msgctxt "admin csv-import"
3374
- msgid "Field"
3375
- msgstr "Fält"
3376
-
3377
- #: templates/admin/csv-import.tpl.php:306
3378
- msgctxt "admin csv-import"
3379
- msgid "Required?"
3380
- msgstr "Obligatoriskt?"
3381
-
3382
- #: templates/admin/csv-import.tpl.php:307
3383
- msgctxt "admin csv-import"
3384
- msgid "Multivalued?"
3385
- msgstr "Fler värden?"
3386
-
3387
- #: templates/admin/csv-import.tpl.php:332
3388
  #, fuzzy
3389
  msgctxt "admin csv-import"
3390
  msgid ""
@@ -3394,17 +3464,7 @@ msgstr ""
3394
  "Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
3395
  "när du lägger till eller uppdaterar listor från externa källor."
3396
 
3397
- #: templates/admin/csv-import.tpl.php:339
3398
- msgctxt "admin csv-import"
3399
- msgid "Semicolon separated list of listing images (from the ZIP file)"
3400
- msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
3401
-
3402
- #: templates/admin/csv-import.tpl.php:346
3403
- msgctxt "admin csv-import"
3404
- msgid "Listing author's username"
3405
- msgstr "Annonsens författares användarnamn"
3406
-
3407
- #: templates/admin/csv-import.tpl.php:353
3408
  msgctxt "admin csv-import"
3409
  msgid ""
3410
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -3412,7 +3472,7 @@ msgstr ""
3412
  "Intern sekvens ID som används för att tillåta notering uppdateringar från "
3413
  "externa källor."
3414
 
3415
- #: templates/admin/csv-import.tpl.php:360
3416
  msgctxt "admin csv-import"
3417
  msgid ""
3418
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3914,11 +3974,6 @@ msgctxt "admin csv-export"
3914
  msgid "Listing T&C acceptance date"
3915
  msgstr "Annons skapad"
3916
 
3917
- #: templates/admin/csv-export.tpl.php:93
3918
- msgctxt "admin csv-export"
3919
- msgid "CSV File Settings"
3920
- msgstr "Inställningar för CSV-fil"
3921
-
3922
  #: templates/admin/csv-export.tpl.php:97
3923
  msgctxt "admin csv-export"
3924
  msgid "What operating system will you use to edit the CSV file?"
@@ -3947,27 +4002,22 @@ msgstr ""
3947
  "CSV-filen behöver vi generera olika versioner av filen för varje "
3948
  "operativsystem."
3949
 
3950
- #: templates/admin/csv-export.tpl.php:116
3951
- msgctxt "admin csv-export"
3952
- msgid "Image Separator"
3953
- msgstr "Bildavgränsare"
3954
-
3955
- #: templates/admin/csv-export.tpl.php:127
3956
  msgctxt "admin csv-export"
3957
  msgid "Category Separator"
3958
  msgstr "Kategoriavgränsare"
3959
 
3960
- #: templates/admin/csv-export.tpl.php:139
3961
  msgctxt "admin csv-export"
3962
  msgid "Export Listings"
3963
  msgstr "Exportera annonser"
3964
 
3965
- #: templates/admin/csv-export.tpl.php:145
3966
  msgctxt "admin csv-export"
3967
  msgid "Export in Progress..."
3968
  msgstr "Export pågår..."
3969
 
3970
- #: templates/admin/csv-export.tpl.php:146
3971
  msgctxt "admin csv-export"
3972
  msgid ""
3973
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -3976,40 +4026,40 @@ msgstr ""
3976
  "Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
3977
  "exporten är klar."
3978
 
3979
- #: templates/admin/csv-export.tpl.php:149
3980
  msgctxt "admin csv-export"
3981
  msgid "No. of listings:"
3982
  msgstr "Antal annonser"
3983
 
3984
- #: templates/admin/csv-export.tpl.php:151
3985
  msgctxt "admin csv-export"
3986
  msgid "Approximate export file size:"
3987
  msgstr "Ungefärlig filstorlek:"
3988
 
3989
- #: templates/admin/csv-export.tpl.php:158
3990
  msgctxt "admin csv-export"
3991
  msgid "Cancel Export"
3992
  msgstr "Avbryt export"
3993
 
3994
- #: templates/admin/csv-export.tpl.php:163
3995
  msgctxt "admin csv-export"
3996
  msgid "Export Complete"
3997
  msgstr "Export klar."
3998
 
3999
- #: templates/admin/csv-export.tpl.php:164
4000
  msgctxt "admin csv-export"
4001
  msgid ""
4002
  "Your export file has been successfully created and it is now ready for "
4003
  "download."
4004
  msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
4005
 
4006
- #: templates/admin/csv-export.tpl.php:168
4007
  #, fuzzy
4008
  msgctxt "admin csv-export"
4009
  msgid "Download %1$s (%2$s)"
4010
  msgstr "Ladda ner%s (%s)"
4011
 
4012
- #: templates/admin/csv-export.tpl.php:175
4013
  msgctxt "admin csv-export"
4014
  msgid ""
4015
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -4018,22 +4068,22 @@ msgstr ""
4018
  "Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
4019
  "tillfälliga data som skapats av Busniess Directory under exportprocessen."
4020
 
4021
- #: templates/admin/csv-export.tpl.php:176
4022
  msgctxt "admin csv-export"
4023
  msgid "Cleanup"
4024
  msgstr "Rensa"
4025
 
4026
- #: templates/admin/csv-export.tpl.php:181
4027
  msgctxt "admin csv-export"
4028
  msgid "Export Canceled"
4029
  msgstr "Export avbruten"
4030
 
4031
- #: templates/admin/csv-export.tpl.php:182
4032
  msgctxt "admin csv-export"
4033
  msgid "The export has been canceled."
4034
  msgstr "Export har avbrutits."
4035
 
4036
- #: templates/admin/csv-export.tpl.php:183
4037
  msgctxt "admin csv-export"
4038
  msgid "← Return to CSV Export"
4039
  msgstr "← Tillbaka till CSV Export"
@@ -4115,42 +4165,42 @@ msgid "Invalid theme ID"
4115
  msgstr "Ogiltigt objekt-ID"
4116
 
4117
  #: includes/admin/class-themes-admin.php:421
4118
- #: includes/admin/upgrades/class-themes-updater.php:169
4119
  msgctxt "themes"
4120
  msgid "Could not update theme: %s"
4121
  msgstr "Det gick inte att uppdatera tema:%s"
4122
 
4123
- #: includes/admin/upgrades/class-themes-updater.php:131
4124
  msgctxt "themes"
4125
  msgid "Updating theme..."
4126
  msgstr "Uppdaterar ditt tema"
4127
 
4128
- #: includes/admin/upgrades/class-themes-updater.php:132
4129
  msgctxt "themes"
4130
  msgid "Theme updated."
4131
  msgstr "Tema uppdateras."
4132
 
4133
- #: includes/admin/upgrades/class-themes-updater.php:134
4134
  msgctxt "themes"
4135
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4136
  msgstr "Ny version tillgänglig <b>(%s).</b> <a>Uppdatera nu.</a>"
4137
 
4138
- #: includes/admin/upgrades/class-themes-updater.php:175
4139
  msgctxt "themes"
4140
  msgid "Theme was updated successfully."
4141
  msgstr "Temat har uppdaterats."
4142
 
4143
- #: includes/themes.php:959
4144
  msgctxt "themes"
4145
  msgid "Could not create themes directory."
4146
  msgstr "Det gick inte att skapa temakatalogen."
4147
 
4148
- #: includes/themes.php:970
4149
  msgctxt "themes"
4150
  msgid "Could not remove previous theme directory \"%s\"."
4151
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
4152
 
4153
- #: includes/themes.php:978
4154
  msgctxt "themes"
4155
  msgid "Could not move new theme into theme directory."
4156
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
@@ -6677,13 +6727,13 @@ msgctxt "settings"
6677
  msgid "Cropped"
6678
  msgstr ""
6679
 
6680
- #: includes/admin/settings/class-settings.php:492
6681
- #: includes/admin/settings/class-settings.php:503
6682
  msgctxt "settings"
6683
  msgid "\"%s\" can not be empty."
6684
  msgstr "\"%s\" får inte vara tomt."
6685
 
6686
- #: includes/admin/settings/class-settings.php:520
6687
  msgctxt "settings"
6688
  msgid "The slug \"%s\" is already in use for another taxonomy."
6689
  msgstr "Sluggen “%s” används redan för en annan taxonomi."
@@ -6743,12 +6793,12 @@ msgctxt "contact email"
6743
  msgid "Time: %s"
6744
  msgstr "Tid: %s"
6745
 
6746
- #: includes/admin/tracking.php:187
6747
  msgctxt "tracking"
6748
  msgid "Help Improve Business Directory"
6749
  msgstr "Hjälp oss förbättra Business Directory"
6750
 
6751
- #: includes/admin/tracking.php:189
6752
  msgctxt "tracking"
6753
  msgid ""
6754
  "Can Business Directory keep track of your theme, plugins, and other non-"
@@ -6759,7 +6809,7 @@ msgstr ""
6759
  "personlig, icke-identifierande information för att hjälpa oss att testa "
6760
  "plugin för framtida versioner?"
6761
 
6762
- #: includes/admin/tracking.php:191
6763
  msgctxt "tracking"
6764
  msgid "What do you track?"
6765
  msgstr "Vad spårar ni?"
@@ -6819,11 +6869,6 @@ msgctxt "installer"
6819
  msgid "Migrating fee plans..."
6820
  msgstr "Migrerar avgiftsplan..."
6821
 
6822
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6823
- msgctxt "installer"
6824
- msgid "! Could not migrate fee \"%s\" (%d)"
6825
- msgstr "! Det gick inte att migrera avgiften \"%s\" (%d)"
6826
-
6827
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6828
  msgctxt "installer"
6829
  msgid "! Could not migrate payment #%d"
@@ -6856,13 +6901,15 @@ msgid "Migrating payments information."
6856
  msgstr "Migrerar betalningsinformation."
6857
 
6858
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
 
6859
  msgctxt "installer"
6860
- msgid "Cleaning up listing fees information... %d/%d"
6861
  msgstr "Rensar annonsavgiftsinformation...% d /% d"
6862
 
6863
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
 
6864
  msgctxt "installer"
6865
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6866
  msgstr ""
6867
  "Migrerar tidigare transaktioner till nya betalningsgränssnittet ...% d /% d"
6868
 
@@ -6876,17 +6923,12 @@ msgctxt "installer"
6876
  msgid "Listing edit payment (BD < 3.4)"
6877
  msgstr "Ändring annonsbetalning (BD <3.4)"
6878
 
6879
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6880
- msgctxt "installer"
6881
- msgid "Renewal fee \"%s\" for category \"%s\""
6882
- msgstr "Förnyelseavgift \"%s\" för kategorin \"%s\""
6883
-
6884
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6885
  msgctxt "installer"
6886
  msgid "Listing upgrade to featured"
6887
  msgstr "Uppgradera till Utvald"
6888
 
6889
- #: includes/installer.php:62
6890
  msgctxt "installer"
6891
  msgid "Default Fee"
6892
  msgstr "Standardavgift"
@@ -7179,12 +7221,6 @@ msgctxt "notify email"
7179
  msgid "Payment Details"
7180
  msgstr "Betalningsdetaljer"
7181
 
7182
- #: templates/email/listing-payment-completed.tpl.php:25
7183
- #, fuzzy
7184
- msgctxt "notify email"
7185
- msgid "Plan"
7186
- msgstr "Avgiftsplan"
7187
-
7188
  #: templates/email/listing-payment-completed.tpl.php:32
7189
  #, fuzzy
7190
  msgctxt "notify email"
@@ -7246,7 +7282,7 @@ msgctxt "title"
7246
  msgid "Find a Listing"
7247
  msgstr "Hitta en annons"
7248
 
7249
- #: includes/class-meta.php:194
7250
  msgctxt "title"
7251
  msgid "Listings tagged: %s"
7252
  msgstr "Annonser med tagg: %s"
@@ -7485,13 +7521,14 @@ msgid "Can not upload any more images for this listing."
7485
  msgstr "Fler bilder kan inte laddas upp för denna annons."
7486
 
7487
  #: includes/class-wpbdp.php:480
 
7488
  msgctxt "listing image upload"
7489
  msgid ""
7490
- "You're trying to upload %d images, but only have %d slot available. Please "
7491
- "adjust your selection."
7492
  msgid_plural ""
7493
- "You're trying to upload %d images, but only have %d slots available. Please "
7494
- "adjust your selection."
7495
  msgstr[0] ""
7496
  "Du försöker ladda upp %d bilder, men har bara %d plats tillgänglig. Vänligen "
7497
  "ändra markeringen."
@@ -8058,7 +8095,7 @@ msgctxt "flag listing"
8058
  msgid "Report comment is required to save a report"
8059
  msgstr ""
8060
 
8061
- #: includes/installer.php:53
8062
  msgctxt "default category name"
8063
  msgid "General"
8064
  msgstr "Allmän"
@@ -8263,7 +8300,7 @@ msgctxt "templates sort"
8263
  msgid "Sort By:"
8264
  msgstr "Sortering:"
8265
 
8266
- #: includes/utils.php:416
8267
  msgctxt "utils"
8268
  msgid ""
8269
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
@@ -8271,52 +8308,22 @@ msgstr ""
8271
  "Postat data överskrider PHP config. max. Se \\\"post_max_size \\\" "
8272
  "direktivet."
8273
 
8274
- #: includes/utils.php:463
8275
- msgctxt "utils"
8276
- msgid "File size (%s) exceeds maximum file size of %s"
8277
- msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
8278
-
8279
- #: includes/utils.php:471
8280
- msgctxt "utils"
8281
- msgid "File size (%s) is inferior to the required minimum file size of %s"
8282
- msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
8283
-
8284
- #: includes/utils.php:480 includes/utils.php:487
8285
  msgctxt "utils"
8286
  msgid "File type \"%s\" is not allowed"
8287
  msgstr "Filtyp \"%s\" är inte tillåten"
8288
 
8289
- #: includes/utils.php:494
8290
  msgctxt "utils"
8291
  msgid "Unkown error while uploading file."
8292
  msgstr "Okänt fel uppstod när filen laddades upp."
8293
 
8294
- #: includes/utils.php:513
8295
  msgctxt "utils"
8296
  msgid "Uploaded file is not an image"
8297
  msgstr "Den uppladdade filen är inte en bild"
8298
 
8299
- #: includes/utils.php:522
8300
- msgctxt "utils"
8301
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
8302
- msgstr "Bildbredd (%s px) är mindre än minimikravet på bredden %s px."
8303
-
8304
- #: includes/utils.php:528
8305
- msgctxt "utils"
8306
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
8307
- msgstr "Bildhöjden (%s px) är mindre än minimikravet på höjden %s px."
8308
-
8309
- #: includes/utils.php:534
8310
- msgctxt "utils"
8311
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
8312
- msgstr "Bildbredden (%s px) är större än högsta tillåtna bredd%s px."
8313
-
8314
- #: includes/utils.php:540
8315
- msgctxt "utils"
8316
- msgid "Image height (%s px) is greater than maximum required height of %s px."
8317
- msgstr "Bildhöjden (%s px) är större än maximalt tillåtna höjd%s px."
8318
-
8319
- #: includes/utils.php:554
8320
  msgctxt "utils"
8321
  msgid "Error while uploading file"
8322
  msgstr "Okänt fel uppstod när filen laddades upp."
@@ -8351,16 +8358,6 @@ msgctxt "delete listing"
8351
  msgid "You are about to remove your listing \"%s\" from the directory."
8352
  msgstr "Du är på väg att ta bort din annons \"%s\" från registret."
8353
 
8354
- #: templates/delete-listing-confirm.tpl.php:24
8355
- msgctxt "delete listing"
8356
- msgid "No. Take me back to the directory."
8357
- msgstr "Nej. Ta mig tillbaka till katalogen."
8358
-
8359
- #: templates/delete-listing-confirm.tpl.php:25
8360
- msgctxt "delete listing"
8361
- msgid "Yes. Delete my listing."
8362
- msgstr "Ja. Ta bort min annons."
8363
-
8364
  #: includes/views/listing_contact.php:51
8365
  msgctxt "contact-message"
8366
  msgid "Please enter your name."
@@ -8554,12 +8551,6 @@ msgctxt "search"
8554
  msgid "Clear"
8555
  msgstr "Rensa"
8556
 
8557
- #: includes/views/show_listing.php:12
8558
- msgctxt "preview"
8559
- msgid "This is just a preview. The listing has not been published yet."
8560
- msgstr ""
8561
- "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
8562
-
8563
  #: includes/views/submit_listing.php:1138
8564
  msgctxt "listing submit"
8565
  msgid ""
@@ -8572,7 +8563,7 @@ msgid "Change category/plan"
8572
  msgstr "Ändra kategori/plan."
8573
 
8574
  #: includes/widgets/class-listings-widget.php:45
8575
- #: includes/widgets/widget-search.php:22
8576
  msgctxt "widgets"
8577
  msgid "Title:"
8578
  msgstr "Rubrik:"
@@ -8632,17 +8623,17 @@ msgctxt "widgets"
8632
  msgid "Display listings in random order"
8633
  msgstr "Visa annonser i slumpmässig ordning"
8634
 
8635
- #: includes/widgets/widget-latest-listings.php:11
8636
  msgctxt "widgets"
8637
  msgid "Business Directory - Latest Listings"
8638
  msgstr "Business Directory - senaste annonser"
8639
 
8640
- #: includes/widgets/widget-latest-listings.php:12
8641
  msgctxt "widgets"
8642
  msgid "Displays a list of the latest listings in the Business Directory."
8643
  msgstr "Visar en lista över de senaste annonserna i Business Directory."
8644
 
8645
- #: includes/widgets/widget-latest-listings.php:14
8646
  msgctxt "widgets"
8647
  msgid "Latest Listings"
8648
  msgstr "Senaste annonserna"
@@ -8662,52 +8653,47 @@ msgctxt "widgets"
8662
  msgid "Random Listings"
8663
  msgstr "Slumpmässiga annonser"
8664
 
8665
- #: includes/widgets/widget-search.php:10
8666
  msgctxt "widgets"
8667
  msgid "Business Directory - Search"
8668
  msgstr "Business Directory - Sök"
8669
 
8670
- #: includes/widgets/widget-search.php:11
8671
  msgctxt "widgets"
8672
  msgid "Displays a search form to look for Business Directory listings."
8673
  msgstr "Visa ett sökfält för att söka i annonserna."
8674
 
8675
- #: includes/widgets/widget-search.php:18
8676
  msgctxt "widgets"
8677
  msgid "Search the Business Directory"
8678
  msgstr "Sök i annonsregistret"
8679
 
8680
- #: includes/widgets/widget-search.php:29
8681
  msgctxt "widgets"
8682
  msgid "Form Style:"
8683
  msgstr "Stil på formulär"
8684
 
8685
- #: includes/widgets/widget-search.php:37
8686
  msgctxt "widgets"
8687
  msgid "Basic"
8688
  msgstr "Basic"
8689
 
8690
- #: includes/widgets/widget-search.php:45
8691
  msgctxt "widgets"
8692
  msgid "Advanced"
8693
  msgstr "Avancerat"
8694
 
8695
- #: includes/widgets/widget-search.php:49
8696
  msgctxt "widgets"
8697
  msgid "Search Fields (advanced mode):"
8698
  msgstr "Sökfält (avancerat läge):"
8699
 
8700
- #: includes/widgets/widget-search.php:50
8701
  msgctxt "widgets"
8702
  msgid "Display the following fields in the form."
8703
  msgstr "Visa följande fält i formuläret."
8704
 
8705
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8706
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8707
- #: templates/admin/csv-import.tpl.php:117
8708
- #: templates/admin/csv-import.tpl.php:143
8709
- #: templates/admin/csv-import.tpl.php:154
8710
- #: templates/admin/csv-import.tpl.php:204
8711
  msgctxt "admin forms"
8712
  msgid "required"
8713
  msgstr "obligatoriskt"
@@ -8794,22 +8780,11 @@ msgctxt "admin sidebar"
8794
  msgid "Video Tutorials"
8795
  msgstr "Handledningar (video)"
8796
 
8797
- #: templates/admin/themes-delete-confirm.tpl.php:1
8798
- #: templates/admin/themes-delete-confirm.tpl.php:13
8799
- msgctxt "themes admin"
8800
- msgid "Delete Directory Theme"
8801
- msgstr "Ta bort tema"
8802
-
8803
  #: templates/admin/themes-delete-confirm.tpl.php:3
8804
  msgctxt "themes admin"
8805
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8806
  msgstr "Är du säker på att du vill ta bort temat \"%s\"?"
8807
 
8808
- #: templates/admin/themes-delete-confirm.tpl.php:12
8809
- msgctxt "themes admin"
8810
- msgid "Cancel"
8811
- msgstr "Avbryt"
8812
-
8813
  #: templates/admin/uninstall-capture-form.tpl.php:5
8814
  msgctxt "uninstall"
8815
  msgid "It doesn't work with my theme/plugins/site"
@@ -9064,6 +9039,35 @@ msgctxt "send-access-keys"
9064
  msgid "Continue"
9065
  msgstr "Fortsätt "
9066
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9067
  #~ msgctxt "admin settings"
9068
  #~ msgid ""
9069
  #~ "Check this if you are having trouble with BD, particularly when importing "
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: 2021-08-26 18:29:37+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
16
  "X-Generator: Poedit 2.3.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
 
19
+ #: includes/admin/class-admin-controller.php:81
20
  #: templates/admin/payments-note.tpl.php:13
21
  #: templates/delete-listing-confirm.tpl.php:19
22
  #, fuzzy
23
  msgid "Are you sure you want to do this?"
24
  msgstr "Är du säker på att du vill göra detta?"
25
 
26
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
27
  #, fuzzy
28
  msgid "Help"
29
  msgstr "Hjälp"
95
  msgid "Yes, please!"
96
  msgstr "Ja tack!"
97
 
98
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
99
  #, fuzzy
100
  msgid "No, thanks"
101
  msgstr "Nej tack."
257
 
258
  #: includes/admin/form-fields.php:31
259
  #: includes/fields/class-fieldtypes-social.php:138
260
+ #: templates/admin/csv-import.tpl.php:325
261
  #, fuzzy
262
  msgid "Type"
263
  msgstr "Typ"
804
  msgid "Uninstall"
805
  msgstr "Avinstallera"
806
 
807
+ #: includes/admin/settings/class-settings.php:513
808
  msgid "%s cannot include spaces, commas, or &"
809
  msgstr ""
810
 
811
+ #: includes/admin/tracking.php:221
812
  #, fuzzy
813
  msgid "Allow Tracking"
814
  msgstr "Tillåt spårning"
881
  msgid "Duration"
882
  msgstr "Varaktighet"
883
 
884
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
885
+ #, fuzzy
886
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
887
+ msgstr "! Det gick inte att migrera avgiften \"%s\" (%d)"
888
+
889
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
890
+ #, fuzzy
891
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
892
+ msgstr "Förnyelseavgift \"%s\" för kategorin \"%s\""
893
+
894
  #: includes/admin/views/modules/list.php:10
895
  #, fuzzy
896
  msgid "Directory Modules"
1061
  msgid "Settings"
1062
  msgstr "Inställningar"
1063
 
1064
+ #: includes/class-wpbdp.php:579
1065
  #, fuzzy
1066
  msgid "Could not find listing ID"
1067
  msgstr "Det gick inte att kontakta licensservern"
1068
 
1069
+ #: includes/class-wpbdp.php:586
1070
  #, fuzzy
1071
  msgid ""
1072
  "Could not verify the image upload request. If problem persists contact site "
1075
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1076
  "skicka igen."
1077
 
1078
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
1079
  #, fuzzy
1080
  msgid "Could not find image ID"
1081
  msgstr "Det gick inte att uppdatera tema:%s"
1082
 
1083
+ #: includes/class-wpbdp.php:625
1084
  msgid ""
1085
  "The directory features are disabled at this time because a <a>manual "
1086
  "upgrade</a> is pending."
1088
  "Business Directorys funktioner är för närvarande avaktiverade på grund av "
1089
  "att pluginet behöver <a> en manuell uppgradering</a>."
1090
 
1091
+ #: includes/class-wpbdp.php:632
1092
  msgid ""
1093
  "The directory is not available at this time. Please try again in a few "
1094
  "minutes or contact the administrator if the problem persists."
1097
  "eller kontakta administratören om problemet kvarstår."
1098
 
1099
  #: includes/compatibility/class-navxt-integration.php:204
1100
+ #: includes/widgets/widget-search.php:125
1101
  #: templates/admin/payments-index.tpl.php:13
1102
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1103
  #: templates/search.tpl.php:3
1272
  msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
1273
 
1274
  #: includes/fields/class-fieldtypes-select.php:262
1275
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1276
+ #: templates/admin/csv-import.tpl.php:120
1277
+ #: templates/admin/csv-import.tpl.php:148
1278
+ #: templates/admin/csv-import.tpl.php:161
1279
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1280
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1281
  #, fuzzy
1282
  msgid "required"
1283
  msgstr "obligatoriskt"
1443
  msgid "Word Count Validator"
1444
  msgstr "Heltal Validator"
1445
 
1446
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1447
  #, fuzzy
1448
  msgid "Field"
1449
  msgstr "Fält"
1497
  msgstr "%s måste vara i formatet %s."
1498
 
1499
  #. translators: %1$s: field label, %2$s allowed values
1500
+ #: includes/form-fields.php:824
1501
  #, fuzzy
1502
  msgid "%1$s is invalid. Value most be one of %2$s."
1503
  msgstr "%s är ogiltig. Värdet måste vara en av %s."
1698
  msgid "Default"
1699
  msgstr "Standardavgift"
1700
 
1701
+ #: includes/themes.php:952
1702
  #, fuzzy
1703
  msgid "ZIP file is not a valid Business Directory theme file."
1704
  msgstr "ZIP-filen är inte en giltig BD temafil."
1705
 
1706
+ #: includes/utils.php:465
1707
+ #, fuzzy
1708
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1709
+ msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
1710
+
1711
+ #: includes/utils.php:474
1712
+ #, fuzzy
1713
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1714
+ msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
1715
+
1716
+ #: includes/utils.php:527
1717
+ #, fuzzy
1718
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1719
+ msgstr "Bildbredden (%s px) är större än högsta tillåtna bredd%s px."
1720
+
1721
+ #: includes/utils.php:535
1722
+ #, fuzzy
1723
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1724
+ msgstr "Bildhöjden (%s px) är större än maximalt tillåtna höjd%s px."
1725
+
1726
+ #: includes/utils.php:543
1727
+ #, fuzzy
1728
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1729
+ msgstr "Bildbredden (%s px) är större än högsta tillåtna bredd%s px."
1730
+
1731
+ #: includes/utils.php:551
1732
+ #, fuzzy
1733
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1734
+ msgstr "Bildhöjden (%s px) är större än maximalt tillåtna höjd%s px."
1735
+
1736
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1737
  #: includes/views/flag_listing.php:56
1738
  #, fuzzy
1777
  msgid "That listing cannot yet be renewed."
1778
  msgstr "Annonsen har uppgraderats."
1779
 
1780
+ #: includes/views/show_listing.php:12
1781
+ #, fuzzy
1782
+ msgid "This is just a preview. The listing has not been published yet."
1783
+ msgstr ""
1784
+ "Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
1785
+
1786
  #: includes/views/submit_listing.php:544
1787
  #, fuzzy
1788
  msgid "Listing Images"
1845
  "Markera detta val om du planerar att återimportera annonser till BD och inte "
1846
  "vill att nya skapas."
1847
 
1848
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1849
+ #, fuzzy
1850
+ msgid "CSV File Settings"
1851
+ msgstr "Inställningar för CSV-fil"
1852
+
1853
+ #: templates/admin/csv-export.tpl.php:116
1854
+ #: templates/admin/csv-import.tpl.php:147
1855
+ #, fuzzy
1856
+ msgid "Image Separator"
1857
+ msgstr "Bildavgränsare"
1858
+
1859
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1860
  #: templates/admin/csv-import.tpl.php:34
1861
  #, fuzzy
1866
  "Vi rekommenderar starkt att du läser vår <a>CSV import dokumentation</a> "
1867
  "först för att hjälpa dig att göra saker i rätt ordning."
1868
 
1869
+ #: templates/admin/csv-import.tpl.php:45
1870
+ #, fuzzy
1871
+ msgid "Import Files"
1872
+ msgstr "Importera filer"
1873
+
1874
+ #: templates/admin/csv-import.tpl.php:50
1875
+ #, fuzzy
1876
+ msgid "CSV File"
1877
+ msgstr "CSV Fil"
1878
+
1879
+ #: templates/admin/csv-import.tpl.php:83
1880
+ #, fuzzy
1881
+ msgid "ZIP file containing images"
1882
+ msgstr "ZIP-fil som innehåller bilder"
1883
+
1884
+ #: templates/admin/csv-import.tpl.php:119
1885
+ #, fuzzy
1886
+ msgid "Column Separator"
1887
+ msgstr "Kolumnavgränsare"
1888
+
1889
+ #: templates/admin/csv-import.tpl.php:160
1890
+ #, fuzzy
1891
+ msgid "Category Separator"
1892
+ msgstr "Kategoriavgränsare"
1893
+
1894
+ #: templates/admin/csv-import.tpl.php:173
1895
+ #, fuzzy
1896
+ msgid "Import settings"
1897
+ msgstr "Importera inställningar"
1898
+
1899
+ #: templates/admin/csv-import.tpl.php:177
1900
+ #, fuzzy
1901
+ msgid "Post status of new imported listings"
1902
+ msgstr "Status av importerade annonser"
1903
+
1904
+ #: templates/admin/csv-import.tpl.php:194
1905
+ #, fuzzy
1906
+ msgid "Post status of existing imported listings"
1907
+ msgstr "Status av importerade annonser"
1908
+
1909
+ #: templates/admin/csv-import.tpl.php:212
1910
+ #, fuzzy
1911
+ msgid "Missing categories handling"
1912
+ msgstr "Hantera saknade kategorier"
1913
+
1914
+ #: templates/admin/csv-import.tpl.php:220
1915
+ #, fuzzy
1916
+ msgid "Auto-create categories"
1917
+ msgstr "Autoskapa kategorier"
1918
+
1919
+ #: templates/admin/csv-import.tpl.php:225
1920
+ #, fuzzy
1921
+ msgid "Generate errors when a category is not found"
1922
+ msgstr "Generera fel när en kategori inte hittas"
1923
+
1924
+ #: templates/admin/csv-import.tpl.php:242
1925
+ #: templates/admin/csv-import.tpl.php:249
1926
+ #, fuzzy
1927
+ msgid "Assign listings to a user?"
1928
+ msgstr "Tilldela annons till användare?"
1929
+
1930
+ #: templates/admin/csv-import.tpl.php:266
1931
+ #, fuzzy
1932
+ msgid "Default listing user"
1933
+ msgstr "standardanvändare"
1934
+
1935
+ #: templates/admin/csv-import.tpl.php:272
1936
+ #, fuzzy
1937
+ msgid ""
1938
+ "This user will be used if the username column is not present in the CSV file."
1939
+ msgstr ""
1940
+ "Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
1941
+ "filen."
1942
+
1943
+ #: templates/admin/csv-import.tpl.php:277
1944
+ #, fuzzy
1945
+ msgid "Number of listings imported on every cycle"
1946
+ msgstr "Antal annonser att visa:"
1947
+
1948
+ #: templates/admin/csv-import.tpl.php:285
1949
+ msgid ""
1950
+ "If you are having trouble importing listings due to memory problems, try "
1951
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1952
+ "result in a longer batch import time, but will increase the chance of "
1953
+ "success on shared hosting platforms and other resource-constrained servers."
1954
+ msgstr ""
1955
+
1956
+ #: templates/admin/csv-import.tpl.php:290
1957
  #, fuzzy
1958
  msgid "Disable email notifications during import?"
1959
  msgstr "Inaktivera e-postmeddelanden vid import?"
1960
 
1961
+ #: templates/admin/csv-import.tpl.php:297
1962
  #, fuzzy
1963
  msgid "Disable email notifications."
1964
  msgstr "Inaktivera e-postmeddelanden."
1965
 
1966
+ #: templates/admin/csv-import.tpl.php:314
1967
+ #, fuzzy
1968
+ msgid ""
1969
+ "The following are the valid header names to be used in the CSV file. "
1970
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1971
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1972
+ "how an import file should look like."
1973
+ msgstr ""
1974
+ "Följande är giltiga rubriknamn som ska användas i CSV-filen. Fält med flera "
1975
+ "värden (såsom kategori eller taggar) kan förekomma flera gånger i filen. "
1976
+ "Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
1977
+ "en importfil ska se ut."
1978
+
1979
+ #: templates/admin/csv-import.tpl.php:323
1980
+ #, fuzzy
1981
+ msgid "Header name/label"
1982
+ msgstr "Rubriknamn / etikett"
1983
+
1984
+ #: templates/admin/csv-import.tpl.php:326
1985
+ #, fuzzy
1986
+ msgid "Required?"
1987
+ msgstr "Obligatoriskt?"
1988
+
1989
+ #: templates/admin/csv-import.tpl.php:327
1990
+ #, fuzzy
1991
+ msgid "Multivalued?"
1992
+ msgstr "Fler värden?"
1993
+
1994
+ #: templates/admin/csv-import.tpl.php:359
1995
+ #, fuzzy
1996
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1997
+ msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
1998
+
1999
+ #: templates/admin/csv-import.tpl.php:366
2000
+ #, fuzzy
2001
+ msgid "Listing author's username"
2002
+ msgstr "Annonsens författares användarnamn"
2003
+
2004
  #: templates/admin/debug-info.tpl.php:5
2005
  #, fuzzy
2006
  msgid ""
2472
  msgstr "Förhandsgranska e-post"
2473
 
2474
  #: templates/admin/settings-email.tpl.php:103
2475
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2476
  #: templates/listing-flagging-form.tpl.php:64
2477
  #, fuzzy
2478
  msgid "Cancel"
2607
  msgid "Need help?"
2608
  msgstr ""
2609
 
2610
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2611
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2612
+ #, fuzzy
2613
+ msgid "Delete Directory Theme"
2614
+ msgstr "Ta bort tema"
2615
+
2616
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2617
  #, fuzzy
2618
  msgid "Upload Directory Theme"
2847
  msgid "Next"
2848
  msgstr "Nästa"
2849
 
2850
+ #: templates/delete-listing-confirm.tpl.php:24
2851
+ #, fuzzy
2852
+ msgid "No. Take me back to the directory."
2853
+ msgstr "Nej. Ta mig tillbaka till katalogen."
2854
+
2855
+ #: templates/delete-listing-confirm.tpl.php:25
2856
+ #, fuzzy
2857
+ msgid "Yes. Delete my listing."
2858
+ msgstr "Ja. Ta bort min annons."
2859
+
2860
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2861
  #, fuzzy
2862
  msgid "Search Results"
2875
  msgid "(not published yet)"
2876
  msgstr "(ej publicerad ännu)"
2877
 
2878
+ #: templates/email/listing-payment-completed.tpl.php:25
2879
+ #, fuzzy
2880
+ msgid "Plan"
2881
+ msgstr "Avgiftsplan"
2882
+
2883
  #: templates/email-access-keys.tpl.php:1
2884
  #, fuzzy
2885
  msgid ""
3162
  msgid "Business Directory Team"
3163
  msgstr "Business Directory"
3164
 
3165
+ #: includes/admin/class-admin-controller.php:83
3166
  msgctxt "admin confirm"
3167
  msgid "No, go back"
3168
  msgstr "Nej, gå tillbaka"
3169
 
3170
+ #: includes/admin/class-admin-controller.php:84
3171
  msgctxt "admin confirm"
3172
  msgid "Yes, I'm sure"
3173
  msgstr "Ja, jag är säker"
3384
  msgid "Here, you can import data into your directory using the CSV format."
3385
  msgstr "Här kan du importera data till din katalog med hjälp av CSV-format."
3386
 
3387
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
3388
  msgctxt "admin csv-import"
3389
  msgid "... or <a>select a file uploaded to the imports folder</a>"
3390
  msgstr "... eller <a>välj en fil som laddats upp till import-mappen</a>"
3391
 
3392
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
3393
  msgctxt "admin csv-import"
3394
  msgid "(Upload new file)"
3395
  msgstr "(Ladda upp ny fil)"
3396
 
3397
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3398
  msgctxt "admin csv-import"
3399
  msgid "Comma (,)"
3400
  msgstr "Komma (,)"
3401
 
3402
+ #: templates/admin/csv-import.tpl.php:135
3403
  msgctxt "admin csv-import"
3404
  msgid "Semicolon (;)"
3405
  msgstr "Semikolon (;)"
3406
 
3407
+ #: templates/admin/csv-import.tpl.php:141
3408
  msgctxt "admin csv-import"
3409
  msgid "TAB"
3410
  msgstr "Tab"
3411
 
3412
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3413
  #, fuzzy
3414
  msgctxt "admin csv-import"
3415
  msgid "Preserve existing status"
3416
  msgstr "Annonsstatus"
3417
 
3418
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3419
  msgctxt "admin csv-import"
3420
  msgid "Keep existing listing images?"
3421
  msgstr "Behålla befintliga annonsbilder?"
3422
 
3423
+ #: templates/admin/csv-import.tpl.php:236
3424
  msgctxt "admin csv-import"
3425
  msgid "Keep existing images."
3426
  msgstr "Behåll befintliga bilder."
3427
 
3428
+ #: templates/admin/csv-import.tpl.php:237
3429
  msgctxt "admin csv-import"
3430
  msgid "Appends new images while keeping current ones."
3431
  msgstr "Lägger till nya bilder och behåller de existerande."
3432
 
3433
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
3434
  msgctxt "admin csv-import"
3435
  msgid "Use a default user for listings?"
3436
  msgstr "Använd en standardanvändare för annonser?"
3437
 
3438
+ #: templates/admin/csv-import.tpl.php:261
3439
  msgctxt "admin csv-import"
3440
  msgid ""
3441
  "Select a default user to be used if the username column is not present in "
3444
  "Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
3445
  "filen."
3446
 
3447
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3448
  msgctxt "admin csv-import"
3449
  msgid "Test Import"
3450
  msgstr "Testimport"
3451
 
3452
+ #: templates/admin/csv-import.tpl.php:305
3453
  msgctxt "admin csv-import"
3454
  msgid "Import Listings"
3455
  msgstr "Importera annonser"
3456
 
3457
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3458
  #, fuzzy
3459
  msgctxt "admin csv-import"
3460
  msgid ""
3464
  "Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
3465
  "när du lägger till eller uppdaterar listor från externa källor."
3466
 
3467
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
3468
  msgctxt "admin csv-import"
3469
  msgid ""
3470
  "Internal Sequence ID used to allow listing updates from external sources."
3472
  "Intern sekvens ID som används för att tillåta notering uppdateringar från "
3473
  "externa källor."
3474
 
3475
+ #: templates/admin/csv-import.tpl.php:380
3476
  msgctxt "admin csv-import"
3477
  msgid ""
3478
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3974
  msgid "Listing T&C acceptance date"
3975
  msgstr "Annons skapad"
3976
 
 
 
 
 
 
3977
  #: templates/admin/csv-export.tpl.php:97
3978
  msgctxt "admin csv-export"
3979
  msgid "What operating system will you use to edit the CSV file?"
4002
  "CSV-filen behöver vi generera olika versioner av filen för varje "
4003
  "operativsystem."
4004
 
4005
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
4006
  msgctxt "admin csv-export"
4007
  msgid "Category Separator"
4008
  msgstr "Kategoriavgränsare"
4009
 
4010
+ #: templates/admin/csv-export.tpl.php:141
4011
  msgctxt "admin csv-export"
4012
  msgid "Export Listings"
4013
  msgstr "Exportera annonser"
4014
 
4015
+ #: templates/admin/csv-export.tpl.php:147
4016
  msgctxt "admin csv-export"
4017
  msgid "Export in Progress..."
4018
  msgstr "Export pågår..."
4019
 
4020
+ #: templates/admin/csv-export.tpl.php:148
4021
  msgctxt "admin csv-export"
4022
  msgid ""
4023
  "Your export file is being prepared. Please <u>do not leave</u> this page "
4026
  "Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
4027
  "exporten är klar."
4028
 
4029
+ #: templates/admin/csv-export.tpl.php:151
4030
  msgctxt "admin csv-export"
4031
  msgid "No. of listings:"
4032
  msgstr "Antal annonser"
4033
 
4034
+ #: templates/admin/csv-export.tpl.php:153
4035
  msgctxt "admin csv-export"
4036
  msgid "Approximate export file size:"
4037
  msgstr "Ungefärlig filstorlek:"
4038
 
4039
+ #: templates/admin/csv-export.tpl.php:160
4040
  msgctxt "admin csv-export"
4041
  msgid "Cancel Export"
4042
  msgstr "Avbryt export"
4043
 
4044
+ #: templates/admin/csv-export.tpl.php:165
4045
  msgctxt "admin csv-export"
4046
  msgid "Export Complete"
4047
  msgstr "Export klar."
4048
 
4049
+ #: templates/admin/csv-export.tpl.php:166
4050
  msgctxt "admin csv-export"
4051
  msgid ""
4052
  "Your export file has been successfully created and it is now ready for "
4053
  "download."
4054
  msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
4055
 
4056
+ #: templates/admin/csv-export.tpl.php:170
4057
  #, fuzzy
4058
  msgctxt "admin csv-export"
4059
  msgid "Download %1$s (%2$s)"
4060
  msgstr "Ladda ner%s (%s)"
4061
 
4062
+ #: templates/admin/csv-export.tpl.php:177
4063
  msgctxt "admin csv-export"
4064
  msgid ""
4065
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4068
  "Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
4069
  "tillfälliga data som skapats av Busniess Directory under exportprocessen."
4070
 
4071
+ #: templates/admin/csv-export.tpl.php:178
4072
  msgctxt "admin csv-export"
4073
  msgid "Cleanup"
4074
  msgstr "Rensa"
4075
 
4076
+ #: templates/admin/csv-export.tpl.php:183
4077
  msgctxt "admin csv-export"
4078
  msgid "Export Canceled"
4079
  msgstr "Export avbruten"
4080
 
4081
+ #: templates/admin/csv-export.tpl.php:184
4082
  msgctxt "admin csv-export"
4083
  msgid "The export has been canceled."
4084
  msgstr "Export har avbrutits."
4085
 
4086
+ #: templates/admin/csv-export.tpl.php:185
4087
  msgctxt "admin csv-export"
4088
  msgid "← Return to CSV Export"
4089
  msgstr "← Tillbaka till CSV Export"
4165
  msgstr "Ogiltigt objekt-ID"
4166
 
4167
  #: includes/admin/class-themes-admin.php:421
4168
+ #: includes/admin/upgrades/class-themes-updater.php:170
4169
  msgctxt "themes"
4170
  msgid "Could not update theme: %s"
4171
  msgstr "Det gick inte att uppdatera tema:%s"
4172
 
4173
+ #: includes/admin/upgrades/class-themes-updater.php:132
4174
  msgctxt "themes"
4175
  msgid "Updating theme..."
4176
  msgstr "Uppdaterar ditt tema"
4177
 
4178
+ #: includes/admin/upgrades/class-themes-updater.php:133
4179
  msgctxt "themes"
4180
  msgid "Theme updated."
4181
  msgstr "Tema uppdateras."
4182
 
4183
+ #: includes/admin/upgrades/class-themes-updater.php:135
4184
  msgctxt "themes"
4185
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
4186
  msgstr "Ny version tillgänglig <b>(%s).</b> <a>Uppdatera nu.</a>"
4187
 
4188
+ #: includes/admin/upgrades/class-themes-updater.php:176
4189
  msgctxt "themes"
4190
  msgid "Theme was updated successfully."
4191
  msgstr "Temat har uppdaterats."
4192
 
4193
+ #: includes/themes.php:960
4194
  msgctxt "themes"
4195
  msgid "Could not create themes directory."
4196
  msgstr "Det gick inte att skapa temakatalogen."
4197
 
4198
+ #: includes/themes.php:971
4199
  msgctxt "themes"
4200
  msgid "Could not remove previous theme directory \"%s\"."
4201
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
4202
 
4203
+ #: includes/themes.php:979
4204
  msgctxt "themes"
4205
  msgid "Could not move new theme into theme directory."
4206
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
6727
  msgid "Cropped"
6728
  msgstr ""
6729
 
6730
+ #: includes/admin/settings/class-settings.php:493
6731
+ #: includes/admin/settings/class-settings.php:504
6732
  msgctxt "settings"
6733
  msgid "\"%s\" can not be empty."
6734
  msgstr "\"%s\" får inte vara tomt."
6735
 
6736
+ #: includes/admin/settings/class-settings.php:521
6737
  msgctxt "settings"
6738
  msgid "The slug \"%s\" is already in use for another taxonomy."
6739
  msgstr "Sluggen “%s” används redan för en annan taxonomi."
6793
  msgid "Time: %s"
6794
  msgstr "Tid: %s"
6795
 
6796
+ #: includes/admin/tracking.php:188
6797
  msgctxt "tracking"
6798
  msgid "Help Improve Business Directory"
6799
  msgstr "Hjälp oss förbättra Business Directory"
6800
 
6801
+ #: includes/admin/tracking.php:190
6802
  msgctxt "tracking"
6803
  msgid ""
6804
  "Can Business Directory keep track of your theme, plugins, and other non-"
6809
  "personlig, icke-identifierande information för att hjälpa oss att testa "
6810
  "plugin för framtida versioner?"
6811
 
6812
+ #: includes/admin/tracking.php:192
6813
  msgctxt "tracking"
6814
  msgid "What do you track?"
6815
  msgstr "Vad spårar ni?"
6869
  msgid "Migrating fee plans..."
6870
  msgstr "Migrerar avgiftsplan..."
6871
 
 
 
 
 
 
6872
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6873
  msgctxt "installer"
6874
  msgid "! Could not migrate payment #%d"
6901
  msgstr "Migrerar betalningsinformation."
6902
 
6903
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6904
+ #, fuzzy
6905
  msgctxt "installer"
6906
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
6907
  msgstr "Rensar annonsavgiftsinformation...% d /% d"
6908
 
6909
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6910
+ #, fuzzy
6911
  msgctxt "installer"
6912
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6913
  msgstr ""
6914
  "Migrerar tidigare transaktioner till nya betalningsgränssnittet ...% d /% d"
6915
 
6923
  msgid "Listing edit payment (BD < 3.4)"
6924
  msgstr "Ändring annonsbetalning (BD <3.4)"
6925
 
6926
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
6927
  msgctxt "installer"
6928
  msgid "Listing upgrade to featured"
6929
  msgstr "Uppgradera till Utvald"
6930
 
6931
+ #: includes/installer.php:61
6932
  msgctxt "installer"
6933
  msgid "Default Fee"
6934
  msgstr "Standardavgift"
7221
  msgid "Payment Details"
7222
  msgstr "Betalningsdetaljer"
7223
 
 
 
 
 
 
 
7224
  #: templates/email/listing-payment-completed.tpl.php:32
7225
  #, fuzzy
7226
  msgctxt "notify email"
7282
  msgid "Find a Listing"
7283
  msgstr "Hitta en annons"
7284
 
7285
+ #: includes/class-meta.php:195
7286
  msgctxt "title"
7287
  msgid "Listings tagged: %s"
7288
  msgstr "Annonser med tagg: %s"
7521
  msgstr "Fler bilder kan inte laddas upp för denna annons."
7522
 
7523
  #: includes/class-wpbdp.php:480
7524
+ #, fuzzy
7525
  msgctxt "listing image upload"
7526
  msgid ""
7527
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
7528
+ "Please adjust your selection."
7529
  msgid_plural ""
7530
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
7531
+ "Please adjust your selection."
7532
  msgstr[0] ""
7533
  "Du försöker ladda upp %d bilder, men har bara %d plats tillgänglig. Vänligen "
7534
  "ändra markeringen."
8095
  msgid "Report comment is required to save a report"
8096
  msgstr ""
8097
 
8098
+ #: includes/installer.php:52
8099
  msgctxt "default category name"
8100
  msgid "General"
8101
  msgstr "Allmän"
8300
  msgid "Sort By:"
8301
  msgstr "Sortering:"
8302
 
8303
+ #: includes/utils.php:417
8304
  msgctxt "utils"
8305
  msgid ""
8306
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8308
  "Postat data överskrider PHP config. max. Se \\\"post_max_size \\\" "
8309
  "direktivet."
8310
 
8311
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
8312
  msgctxt "utils"
8313
  msgid "File type \"%s\" is not allowed"
8314
  msgstr "Filtyp \"%s\" är inte tillåten"
8315
 
8316
+ #: includes/utils.php:497
8317
  msgctxt "utils"
8318
  msgid "Unkown error while uploading file."
8319
  msgstr "Okänt fel uppstod när filen laddades upp."
8320
 
8321
+ #: includes/utils.php:517
8322
  msgctxt "utils"
8323
  msgid "Uploaded file is not an image"
8324
  msgstr "Den uppladdade filen är inte en bild"
8325
 
8326
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8327
  msgctxt "utils"
8328
  msgid "Error while uploading file"
8329
  msgstr "Okänt fel uppstod när filen laddades upp."
8358
  msgid "You are about to remove your listing \"%s\" from the directory."
8359
  msgstr "Du är på väg att ta bort din annons \"%s\" från registret."
8360
 
 
 
 
 
 
 
 
 
 
 
8361
  #: includes/views/listing_contact.php:51
8362
  msgctxt "contact-message"
8363
  msgid "Please enter your name."
8551
  msgid "Clear"
8552
  msgstr "Rensa"
8553
 
 
 
 
 
 
 
8554
  #: includes/views/submit_listing.php:1138
8555
  msgctxt "listing submit"
8556
  msgid ""
8563
  msgstr "Ändra kategori/plan."
8564
 
8565
  #: includes/widgets/class-listings-widget.php:45
8566
+ #: includes/widgets/widget-search.php:28
8567
  msgctxt "widgets"
8568
  msgid "Title:"
8569
  msgstr "Rubrik:"
8623
  msgid "Display listings in random order"
8624
  msgstr "Visa annonser i slumpmässig ordning"
8625
 
8626
+ #: includes/widgets/widget-latest-listings.php:12
8627
  msgctxt "widgets"
8628
  msgid "Business Directory - Latest Listings"
8629
  msgstr "Business Directory - senaste annonser"
8630
 
8631
+ #: includes/widgets/widget-latest-listings.php:13
8632
  msgctxt "widgets"
8633
  msgid "Displays a list of the latest listings in the Business Directory."
8634
  msgstr "Visar en lista över de senaste annonserna i Business Directory."
8635
 
8636
+ #: includes/widgets/widget-latest-listings.php:16
8637
  msgctxt "widgets"
8638
  msgid "Latest Listings"
8639
  msgstr "Senaste annonserna"
8653
  msgid "Random Listings"
8654
  msgstr "Slumpmässiga annonser"
8655
 
8656
+ #: includes/widgets/widget-search.php:11
8657
  msgctxt "widgets"
8658
  msgid "Business Directory - Search"
8659
  msgstr "Business Directory - Sök"
8660
 
8661
+ #: includes/widgets/widget-search.php:13
8662
  msgctxt "widgets"
8663
  msgid "Displays a search form to look for Business Directory listings."
8664
  msgstr "Visa ett sökfält för att söka i annonserna."
8665
 
8666
+ #: includes/widgets/widget-search.php:22
8667
  msgctxt "widgets"
8668
  msgid "Search the Business Directory"
8669
  msgstr "Sök i annonsregistret"
8670
 
8671
+ #: includes/widgets/widget-search.php:35
8672
  msgctxt "widgets"
8673
  msgid "Form Style:"
8674
  msgstr "Stil på formulär"
8675
 
8676
+ #: includes/widgets/widget-search.php:44
8677
  msgctxt "widgets"
8678
  msgid "Basic"
8679
  msgstr "Basic"
8680
 
8681
+ #: includes/widgets/widget-search.php:54
8682
  msgctxt "widgets"
8683
  msgid "Advanced"
8684
  msgstr "Avancerat"
8685
 
8686
+ #: includes/widgets/widget-search.php:59
8687
  msgctxt "widgets"
8688
  msgid "Search Fields (advanced mode):"
8689
  msgstr "Sökfält (avancerat läge):"
8690
 
8691
+ #: includes/widgets/widget-search.php:60
8692
  msgctxt "widgets"
8693
  msgid "Display the following fields in the form."
8694
  msgstr "Visa följande fält i formuläret."
8695
 
8696
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
8697
  msgctxt "admin forms"
8698
  msgid "required"
8699
  msgstr "obligatoriskt"
8780
  msgid "Video Tutorials"
8781
  msgstr "Handledningar (video)"
8782
 
 
 
 
 
 
 
8783
  #: templates/admin/themes-delete-confirm.tpl.php:3
8784
  msgctxt "themes admin"
8785
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
8786
  msgstr "Är du säker på att du vill ta bort temat \"%s\"?"
8787
 
 
 
 
 
 
8788
  #: templates/admin/uninstall-capture-form.tpl.php:5
8789
  msgctxt "uninstall"
8790
  msgid "It doesn't work with my theme/plugins/site"
9039
  msgid "Continue"
9040
  msgstr "Fortsätt "
9041
 
9042
+ #~ msgctxt "admin csv-import"
9043
+ #~ msgid "Assign listings to a user."
9044
+ #~ msgstr "Tilldela annons till användare."
9045
+
9046
+ #~ msgctxt "admin csv-import"
9047
+ #~ msgid "Field"
9048
+ #~ msgstr "Fält"
9049
+
9050
+ #~ msgctxt "admin csv-export"
9051
+ #~ msgid "CSV File Settings"
9052
+ #~ msgstr "Inställningar för CSV-fil"
9053
+
9054
+ #~ msgctxt "admin csv-export"
9055
+ #~ msgid "Image Separator"
9056
+ #~ msgstr "Bildavgränsare"
9057
+
9058
+ #~ msgctxt "utils"
9059
+ #~ msgid "Image width (%s px) is inferior to minimum required width of %s px."
9060
+ #~ msgstr "Bildbredd (%s px) är mindre än minimikravet på bredden %s px."
9061
+
9062
+ #~ msgctxt "utils"
9063
+ #~ msgid ""
9064
+ #~ "Image height (%s px) is inferior to minimum required height of %s px."
9065
+ #~ msgstr "Bildhöjden (%s px) är mindre än minimikravet på höjden %s px."
9066
+
9067
+ #~ msgctxt "themes admin"
9068
+ #~ msgid "Cancel"
9069
+ #~ msgstr "Avbryt"
9070
+
9071
  #~ msgctxt "admin settings"
9072
  #~ msgid ""
9073
  #~ "Check this if you are having trouble with BD, particularly when importing "
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 5.13.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2021-08-24 19:42:43+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,13 +14,13 @@ msgstr ""
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
  "X-Generator: grunt-wp-i18n 1.0.3\n"
16
 
17
- #: includes/admin/class-admin-controller.php:80
18
  #: templates/admin/payments-note.tpl.php:13
19
  #: templates/delete-listing-confirm.tpl.php:19
20
  msgid "Are you sure you want to do this?"
21
  msgstr ""
22
 
23
- #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
24
  msgid "Help"
25
  msgstr ""
26
 
@@ -82,7 +82,7 @@ msgstr ""
82
  msgid "Yes, please!"
83
  msgstr ""
84
 
85
- #: includes/admin/class-admin.php:199 includes/admin/tracking.php:213
86
  msgid "No, thanks"
87
  msgstr ""
88
 
@@ -219,7 +219,7 @@ msgstr ""
219
 
220
  #: includes/admin/form-fields.php:31
221
  #: includes/fields/class-fieldtypes-social.php:138
222
- #: templates/admin/csv-import.tpl.php:305
223
  msgid "Type"
224
  msgstr ""
225
 
@@ -671,11 +671,11 @@ msgstr ""
671
  msgid "Uninstall"
672
  msgstr ""
673
 
674
- #: includes/admin/settings/class-settings.php:512
675
  msgid "%s cannot include spaces, commas, or &"
676
  msgstr ""
677
 
678
- #: includes/admin/tracking.php:220
679
  msgid "Allow Tracking"
680
  msgstr ""
681
 
@@ -739,6 +739,14 @@ msgstr ""
739
  msgid "Duration"
740
  msgstr ""
741
 
 
 
 
 
 
 
 
 
742
  #: includes/admin/views/modules/list.php:10
743
  msgid "Directory Modules"
744
  msgstr ""
@@ -891,34 +899,34 @@ msgstr ""
891
  msgid "Settings"
892
  msgstr ""
893
 
894
- #: includes/class-wpbdp.php:578
895
  msgid "Could not find listing ID"
896
  msgstr ""
897
 
898
- #: includes/class-wpbdp.php:585
899
  msgid ""
900
  "Could not verify the image upload request. If problem persists contact site "
901
  "admin."
902
  msgstr ""
903
 
904
- #: includes/class-wpbdp.php:592 includes/fields/class-fieldtypes-image.php:322
905
  msgid "Could not find image ID"
906
  msgstr ""
907
 
908
- #: includes/class-wpbdp.php:624
909
  msgid ""
910
  "The directory features are disabled at this time because a <a>manual "
911
  "upgrade</a> is pending."
912
  msgstr ""
913
 
914
- #: includes/class-wpbdp.php:631
915
  msgid ""
916
  "The directory is not available at this time. Please try again in a few "
917
  "minutes or contact the administrator if the problem persists."
918
  msgstr ""
919
 
920
  #: includes/compatibility/class-navxt-integration.php:204
921
- #: includes/widgets/widget-search.php:112
922
  #: templates/admin/payments-index.tpl.php:13
923
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
924
  #: templates/search.tpl.php:3
@@ -1074,8 +1082,12 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
1074
  msgstr ""
1075
 
1076
  #: includes/fields/class-fieldtypes-select.php:262
1077
- #: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
1078
- #: templates/admin/fees-form.tpl.php:58
 
 
 
 
1079
  msgid "required"
1080
  msgstr ""
1081
 
@@ -1209,7 +1221,7 @@ msgstr ""
1209
  msgid "Word Count Validator"
1210
  msgstr ""
1211
 
1212
- #: includes/form-fields.php:594
1213
  msgid "Field"
1214
  msgstr ""
1215
 
@@ -1252,7 +1264,7 @@ msgstr ""
1252
  msgid "%1$s must have less than %2$d words."
1253
  msgstr ""
1254
 
1255
- #: includes/form-fields.php:822
1256
  #. translators: %1$s: field label, %2$s allowed values
1257
  msgid "%1$s is invalid. Value most be one of %2$s."
1258
  msgstr ""
@@ -1418,10 +1430,34 @@ msgstr ""
1418
  msgid "Default"
1419
  msgstr ""
1420
 
1421
- #: includes/themes.php:951
1422
  msgid "ZIP file is not a valid Business Directory theme file."
1423
  msgstr ""
1424
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1425
  #: includes/views/flag_listing.php:56
1426
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1427
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
@@ -1459,6 +1495,10 @@ msgstr ""
1459
  msgid "That listing cannot yet be renewed."
1460
  msgstr ""
1461
 
 
 
 
 
1462
  #: includes/views/submit_listing.php:544
1463
  msgid "Listing Images"
1464
  msgstr ""
@@ -1504,6 +1544,15 @@ msgid ""
1504
  "new ones created, select this option!"
1505
  msgstr ""
1506
 
 
 
 
 
 
 
 
 
 
1507
  #: templates/admin/csv-import.tpl.php:34
1508
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1509
  msgid ""
@@ -1511,14 +1560,113 @@ msgid ""
1511
  "help you do things in the right order."
1512
  msgstr ""
1513
 
1514
- #: templates/admin/csv-import.tpl.php:274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1515
  msgid "Disable email notifications during import?"
1516
  msgstr ""
1517
 
1518
- #: templates/admin/csv-import.tpl.php:281
1519
  msgid "Disable email notifications."
1520
  msgstr ""
1521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1522
  #: templates/admin/debug-info.tpl.php:5
1523
  msgid ""
1524
  "The following information can help our team debug possible problems with "
@@ -1902,6 +2050,7 @@ msgid "Preview email"
1902
  msgstr ""
1903
 
1904
  #: templates/admin/settings-email.tpl.php:103
 
1905
  #: templates/listing-flagging-form.tpl.php:64
1906
  msgid "Cancel"
1907
  msgstr ""
@@ -2013,6 +2162,11 @@ msgstr ""
2013
  msgid "Need help?"
2014
  msgstr ""
2015
 
 
 
 
 
 
2016
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2017
  msgid "Upload Directory Theme"
2018
  msgstr ""
@@ -2195,6 +2349,14 @@ msgstr ""
2195
  msgid "Next"
2196
  msgstr ""
2197
 
 
 
 
 
 
 
 
 
2198
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2199
  msgid "Search Results"
2200
  msgstr ""
@@ -2210,6 +2372,10 @@ msgstr ""
2210
  msgid "(not published yet)"
2211
  msgstr ""
2212
 
 
 
 
 
2213
  #: templates/email-access-keys.tpl.php:1
2214
  msgid ""
2215
  "Below you'll find the access keys for all the listings registered with your "
@@ -2429,12 +2595,12 @@ msgstr ""
2429
  msgid "Business Directory Team"
2430
  msgstr ""
2431
 
2432
- #: includes/admin/class-admin-controller.php:82
2433
  msgctxt "admin confirm"
2434
  msgid "No, go back"
2435
  msgstr ""
2436
 
2437
- #: includes/admin/class-admin-controller.php:83
2438
  msgctxt "admin confirm"
2439
  msgid "Yes, I'm sure"
2440
  msgstr ""
@@ -2642,226 +2808,86 @@ msgctxt "admin csv-import"
2642
  msgid "Here, you can import data into your directory using the CSV format."
2643
  msgstr ""
2644
 
2645
- #: templates/admin/csv-import.tpl.php:45
2646
- msgctxt "admin csv-import"
2647
- msgid "Import Files"
2648
- msgstr ""
2649
-
2650
- #: templates/admin/csv-import.tpl.php:50
2651
- msgctxt "admin csv-import"
2652
- msgid "CSV File"
2653
- msgstr ""
2654
-
2655
- #: templates/admin/csv-import.tpl.php:62 templates/admin/csv-import.tpl.php:93
2656
  msgctxt "admin csv-import"
2657
  msgid "... or <a>select a file uploaded to the imports folder</a>"
2658
  msgstr ""
2659
 
2660
- #: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
2661
  msgctxt "admin csv-import"
2662
  msgid "(Upload new file)"
2663
  msgstr ""
2664
 
2665
- #: templates/admin/csv-import.tpl.php:81
2666
- msgctxt "admin csv-import"
2667
- msgid "ZIP file containing images"
2668
- msgstr ""
2669
-
2670
- #: templates/admin/csv-import.tpl.php:113
2671
- msgctxt "admin csv-import"
2672
- msgid "CSV File Settings"
2673
- msgstr ""
2674
-
2675
- #: templates/admin/csv-import.tpl.php:117
2676
- msgctxt "admin csv-import"
2677
- msgid "Column Separator"
2678
- msgstr ""
2679
-
2680
- #: templates/admin/csv-import.tpl.php:125
2681
  msgctxt "admin csv-import"
2682
  msgid "Comma (,)"
2683
  msgstr ""
2684
 
2685
- #: templates/admin/csv-import.tpl.php:131
2686
  msgctxt "admin csv-import"
2687
  msgid "Semicolon (;)"
2688
  msgstr ""
2689
 
2690
- #: templates/admin/csv-import.tpl.php:137
2691
  msgctxt "admin csv-import"
2692
  msgid "TAB"
2693
  msgstr ""
2694
 
2695
- #: templates/admin/csv-import.tpl.php:143
2696
- msgctxt "admin csv-import"
2697
- msgid "Image Separator"
2698
- msgstr ""
2699
-
2700
- #: templates/admin/csv-import.tpl.php:154
2701
- msgctxt "admin csv-import"
2702
- msgid "Category Separator"
2703
- msgstr ""
2704
-
2705
- #: templates/admin/csv-import.tpl.php:165
2706
- msgctxt "admin csv-import"
2707
- msgid "Import settings"
2708
- msgstr ""
2709
-
2710
- #: templates/admin/csv-import.tpl.php:169
2711
- msgctxt "admin csv-import"
2712
- msgid "Post status of new imported listings"
2713
- msgstr ""
2714
-
2715
- #: templates/admin/csv-import.tpl.php:186
2716
- msgctxt "admin csv-import"
2717
- msgid "Post status of existing imported listings"
2718
- msgstr ""
2719
-
2720
- #: templates/admin/csv-import.tpl.php:190
2721
  msgctxt "admin csv-import"
2722
  msgid "Preserve existing status"
2723
  msgstr ""
2724
 
2725
- #: templates/admin/csv-import.tpl.php:204
2726
- msgctxt "admin csv-import"
2727
- msgid "Missing categories handling"
2728
- msgstr ""
2729
-
2730
- #: templates/admin/csv-import.tpl.php:209
2731
- msgctxt "admin csv-import"
2732
- msgid "Auto-create categories"
2733
- msgstr ""
2734
-
2735
- #: templates/admin/csv-import.tpl.php:212
2736
- msgctxt "admin csv-import"
2737
- msgid "Generate errors when a category is not found"
2738
- msgstr ""
2739
-
2740
- #: templates/admin/csv-import.tpl.php:217
2741
  msgctxt "admin csv-import"
2742
  msgid "Keep existing listing images?"
2743
  msgstr ""
2744
 
2745
- #: templates/admin/csv-import.tpl.php:222
2746
  msgctxt "admin csv-import"
2747
  msgid "Keep existing images."
2748
  msgstr ""
2749
 
2750
- #: templates/admin/csv-import.tpl.php:223
2751
  msgctxt "admin csv-import"
2752
  msgid "Appends new images while keeping current ones."
2753
  msgstr ""
2754
 
2755
- #: templates/admin/csv-import.tpl.php:228
2756
- msgctxt "admin csv-import"
2757
- msgid "Assign listings to a user?"
2758
- msgstr ""
2759
-
2760
- #: templates/admin/csv-import.tpl.php:234
2761
- msgctxt "admin csv-import"
2762
- msgid "Assign listings to a user."
2763
- msgstr ""
2764
-
2765
- #: templates/admin/csv-import.tpl.php:239
2766
  msgctxt "admin csv-import"
2767
  msgid "Use a default user for listings?"
2768
  msgstr ""
2769
 
2770
- #: templates/admin/csv-import.tpl.php:245
2771
  msgctxt "admin csv-import"
2772
  msgid ""
2773
  "Select a default user to be used if the username column is not present in "
2774
  "the CSV file."
2775
  msgstr ""
2776
 
2777
- #: templates/admin/csv-import.tpl.php:250
2778
- msgctxt "admin csv-import"
2779
- msgid "Default listing user"
2780
- msgstr ""
2781
-
2782
- #: templates/admin/csv-import.tpl.php:256
2783
- msgctxt "admin csv-import"
2784
- msgid ""
2785
- "This user will be used if the username column is not present in the CSV "
2786
- "file."
2787
- msgstr ""
2788
-
2789
- #: templates/admin/csv-import.tpl.php:261
2790
- msgctxt "admin csv-import"
2791
- msgid "Number of listings imported on every cycle"
2792
- msgstr ""
2793
-
2794
- #: templates/admin/csv-import.tpl.php:269
2795
- msgctxt "admin csv-import"
2796
- msgid ""
2797
- "If you are having trouble importing listings due to memory problems, try "
2798
- "reducing the import batch size to 5 or 1 and then re-attempt. This will "
2799
- "result in a longer batch import time, but will increase the chance of "
2800
- "success on shared hosting platforms and other resource-constrained servers."
2801
- msgstr ""
2802
-
2803
- #: templates/admin/csv-import.tpl.php:288
2804
  msgctxt "admin csv-import"
2805
  msgid "Test Import"
2806
  msgstr ""
2807
 
2808
- #: templates/admin/csv-import.tpl.php:289
2809
  msgctxt "admin csv-import"
2810
  msgid "Import Listings"
2811
  msgstr ""
2812
 
2813
- #: templates/admin/csv-import.tpl.php:296
2814
- msgctxt "admin csv-import"
2815
- msgid ""
2816
- "The following are the valid header names to be used in the CSV file. "
2817
- "Multivalued fields (such as category or tags) can appear multiple times in "
2818
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to "
2819
- "see how an import file should look like."
2820
- msgstr ""
2821
-
2822
- #: templates/admin/csv-import.tpl.php:303
2823
- msgctxt "admin csv-import"
2824
- msgid "Header name/label"
2825
- msgstr ""
2826
-
2827
- #: templates/admin/csv-import.tpl.php:304
2828
- msgctxt "admin csv-import"
2829
- msgid "Field"
2830
- msgstr ""
2831
-
2832
- #: templates/admin/csv-import.tpl.php:306
2833
- msgctxt "admin csv-import"
2834
- msgid "Required?"
2835
- msgstr ""
2836
-
2837
- #: templates/admin/csv-import.tpl.php:307
2838
- msgctxt "admin csv-import"
2839
- msgid "Multivalued?"
2840
- msgstr ""
2841
-
2842
- #: templates/admin/csv-import.tpl.php:332
2843
  msgctxt "admin csv-import"
2844
  msgid ""
2845
  "Fee ID (integer) associated to a listing. Use this column when adding or "
2846
  "updating listings from external sources."
2847
  msgstr ""
2848
 
2849
- #: templates/admin/csv-import.tpl.php:339
2850
- msgctxt "admin csv-import"
2851
- msgid "Semicolon separated list of listing images (from the ZIP file)"
2852
- msgstr ""
2853
-
2854
- #: templates/admin/csv-import.tpl.php:346
2855
- msgctxt "admin csv-import"
2856
- msgid "Listing author's username"
2857
- msgstr ""
2858
-
2859
- #: templates/admin/csv-import.tpl.php:353
2860
  msgctxt "admin csv-import"
2861
  msgid "Internal Sequence ID used to allow listing updates from external sources."
2862
  msgstr ""
2863
 
2864
- #: templates/admin/csv-import.tpl.php:360
2865
  msgctxt "admin csv-import"
2866
  msgid ""
2867
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -3315,11 +3341,6 @@ msgctxt "admin csv-export"
3315
  msgid "Listing T&C acceptance date"
3316
  msgstr ""
3317
 
3318
- #: templates/admin/csv-export.tpl.php:93
3319
- msgctxt "admin csv-export"
3320
- msgid "CSV File Settings"
3321
- msgstr ""
3322
-
3323
  #: templates/admin/csv-export.tpl.php:97
3324
  msgctxt "admin csv-export"
3325
  msgid "What operating system will you use to edit the CSV file?"
@@ -3344,88 +3365,83 @@ msgid ""
3344
  "for each operating system."
3345
  msgstr ""
3346
 
3347
- #: templates/admin/csv-export.tpl.php:116
3348
- msgctxt "admin csv-export"
3349
- msgid "Image Separator"
3350
- msgstr ""
3351
-
3352
- #: templates/admin/csv-export.tpl.php:127
3353
  msgctxt "admin csv-export"
3354
  msgid "Category Separator"
3355
  msgstr ""
3356
 
3357
- #: templates/admin/csv-export.tpl.php:139
3358
  msgctxt "admin csv-export"
3359
  msgid "Export Listings"
3360
  msgstr ""
3361
 
3362
- #: templates/admin/csv-export.tpl.php:145
3363
  msgctxt "admin csv-export"
3364
  msgid "Export in Progress..."
3365
  msgstr ""
3366
 
3367
- #: templates/admin/csv-export.tpl.php:146
3368
  msgctxt "admin csv-export"
3369
  msgid ""
3370
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3371
  "until the export finishes."
3372
  msgstr ""
3373
 
3374
- #: templates/admin/csv-export.tpl.php:149
3375
  msgctxt "admin csv-export"
3376
  msgid "No. of listings:"
3377
  msgstr ""
3378
 
3379
- #: templates/admin/csv-export.tpl.php:151
3380
  msgctxt "admin csv-export"
3381
  msgid "Approximate export file size:"
3382
  msgstr ""
3383
 
3384
- #: templates/admin/csv-export.tpl.php:158
3385
  msgctxt "admin csv-export"
3386
  msgid "Cancel Export"
3387
  msgstr ""
3388
 
3389
- #: templates/admin/csv-export.tpl.php:163
3390
  msgctxt "admin csv-export"
3391
  msgid "Export Complete"
3392
  msgstr ""
3393
 
3394
- #: templates/admin/csv-export.tpl.php:164
3395
  msgctxt "admin csv-export"
3396
  msgid ""
3397
  "Your export file has been successfully created and it is now ready for "
3398
  "download."
3399
  msgstr ""
3400
 
3401
- #: templates/admin/csv-export.tpl.php:168
3402
  msgctxt "admin csv-export"
3403
  msgid "Download %1$s (%2$s)"
3404
  msgstr ""
3405
 
3406
- #: templates/admin/csv-export.tpl.php:175
3407
  msgctxt "admin csv-export"
3408
  msgid ""
3409
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3410
  "temporary data created by Business Directory during the export process."
3411
  msgstr ""
3412
 
3413
- #: templates/admin/csv-export.tpl.php:176
3414
  msgctxt "admin csv-export"
3415
  msgid "Cleanup"
3416
  msgstr ""
3417
 
3418
- #: templates/admin/csv-export.tpl.php:181
3419
  msgctxt "admin csv-export"
3420
  msgid "Export Canceled"
3421
  msgstr ""
3422
 
3423
- #: templates/admin/csv-export.tpl.php:182
3424
  msgctxt "admin csv-export"
3425
  msgid "The export has been canceled."
3426
  msgstr ""
3427
 
3428
- #: templates/admin/csv-export.tpl.php:183
3429
  msgctxt "admin csv-export"
3430
  msgid "← Return to CSV Export"
3431
  msgstr ""
@@ -3503,42 +3519,42 @@ msgid "Invalid theme ID"
3503
  msgstr ""
3504
 
3505
  #: includes/admin/class-themes-admin.php:421
3506
- #: includes/admin/upgrades/class-themes-updater.php:169
3507
  msgctxt "themes"
3508
  msgid "Could not update theme: %s"
3509
  msgstr ""
3510
 
3511
- #: includes/admin/upgrades/class-themes-updater.php:131
3512
  msgctxt "themes"
3513
  msgid "Updating theme..."
3514
  msgstr ""
3515
 
3516
- #: includes/admin/upgrades/class-themes-updater.php:132
3517
  msgctxt "themes"
3518
  msgid "Theme updated."
3519
  msgstr ""
3520
 
3521
- #: includes/admin/upgrades/class-themes-updater.php:134
3522
  msgctxt "themes"
3523
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3524
  msgstr ""
3525
 
3526
- #: includes/admin/upgrades/class-themes-updater.php:175
3527
  msgctxt "themes"
3528
  msgid "Theme was updated successfully."
3529
  msgstr ""
3530
 
3531
- #: includes/themes.php:959
3532
  msgctxt "themes"
3533
  msgid "Could not create themes directory."
3534
  msgstr ""
3535
 
3536
- #: includes/themes.php:970
3537
  msgctxt "themes"
3538
  msgid "Could not remove previous theme directory \"%s\"."
3539
  msgstr ""
3540
 
3541
- #: includes/themes.php:978
3542
  msgctxt "themes"
3543
  msgid "Could not move new theme into theme directory."
3544
  msgstr ""
@@ -5911,13 +5927,13 @@ msgctxt "settings"
5911
  msgid "Cropped"
5912
  msgstr ""
5913
 
5914
- #: includes/admin/settings/class-settings.php:492
5915
- #: includes/admin/settings/class-settings.php:503
5916
  msgctxt "settings"
5917
  msgid "\"%s\" can not be empty."
5918
  msgstr ""
5919
 
5920
- #: includes/admin/settings/class-settings.php:520
5921
  msgctxt "settings"
5922
  msgid "The slug \"%s\" is already in use for another taxonomy."
5923
  msgstr ""
@@ -5976,12 +5992,12 @@ msgctxt "contact email"
5976
  msgid "Time: %s"
5977
  msgstr ""
5978
 
5979
- #: includes/admin/tracking.php:187
5980
  msgctxt "tracking"
5981
  msgid "Help Improve Business Directory"
5982
  msgstr ""
5983
 
5984
- #: includes/admin/tracking.php:189
5985
  msgctxt "tracking"
5986
  msgid ""
5987
  "Can Business Directory keep track of your theme, plugins, and other "
@@ -5989,7 +6005,7 @@ msgid ""
5989
  "for future releases?"
5990
  msgstr ""
5991
 
5992
- #: includes/admin/tracking.php:191
5993
  msgctxt "tracking"
5994
  msgid "What do you track?"
5995
  msgstr ""
@@ -6048,11 +6064,6 @@ msgctxt "installer"
6048
  msgid "Migrating fee plans..."
6049
  msgstr ""
6050
 
6051
- #: includes/admin/upgrades/migrations/migration-18_0.php:251
6052
- msgctxt "installer"
6053
- msgid "! Could not migrate fee \"%s\" (%d)"
6054
- msgstr ""
6055
-
6056
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6057
  msgctxt "installer"
6058
  msgid "! Could not migrate payment #%d"
@@ -6083,12 +6094,12 @@ msgstr ""
6083
 
6084
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6085
  msgctxt "installer"
6086
- msgid "Cleaning up listing fees information... %d/%d"
6087
  msgstr ""
6088
 
6089
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6090
  msgctxt "installer"
6091
- msgid "Migrating previous transactions to new Payments API... %d/%d"
6092
  msgstr ""
6093
 
6094
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
@@ -6101,17 +6112,12 @@ msgctxt "installer"
6101
  msgid "Listing edit payment (BD < 3.4)"
6102
  msgstr ""
6103
 
6104
- #: includes/admin/upgrades/migrations/migration-3_7.php:180
6105
- msgctxt "installer"
6106
- msgid "Renewal fee \"%s\" for category \"%s\""
6107
- msgstr ""
6108
-
6109
- #: includes/admin/upgrades/migrations/migration-3_7.php:199
6110
  msgctxt "installer"
6111
  msgid "Listing upgrade to featured"
6112
  msgstr ""
6113
 
6114
- #: includes/installer.php:62
6115
  msgctxt "installer"
6116
  msgid "Default Fee"
6117
  msgstr ""
@@ -6383,11 +6389,6 @@ msgctxt "notify email"
6383
  msgid "Payment Details"
6384
  msgstr ""
6385
 
6386
- #: templates/email/listing-payment-completed.tpl.php:25
6387
- msgctxt "notify email"
6388
- msgid "Plan"
6389
- msgstr ""
6390
-
6391
  #: templates/email/listing-payment-completed.tpl.php:32
6392
  msgctxt "notify email"
6393
  msgid "Listing URL"
@@ -6443,7 +6444,7 @@ msgctxt "title"
6443
  msgid "Find a Listing"
6444
  msgstr ""
6445
 
6446
- #: includes/class-meta.php:194
6447
  msgctxt "title"
6448
  msgid "Listings tagged: %s"
6449
  msgstr ""
@@ -6667,11 +6668,11 @@ msgstr ""
6667
  #: includes/class-wpbdp.php:480
6668
  msgctxt "listing image upload"
6669
  msgid ""
6670
- "You're trying to upload %d images, but only have %d slot available. Please "
6671
- "adjust your selection."
6672
  msgid_plural ""
6673
- "You're trying to upload %d images, but only have %d slots available. Please "
6674
- "adjust your selection."
6675
  msgstr[0] ""
6676
  msgstr[1] ""
6677
 
@@ -7183,7 +7184,7 @@ msgctxt "flag listing"
7183
  msgid "Report comment is required to save a report"
7184
  msgstr ""
7185
 
7186
- #: includes/installer.php:53
7187
  msgctxt "default category name"
7188
  msgid "General"
7189
  msgstr ""
@@ -7360,57 +7361,27 @@ msgctxt "templates sort"
7360
  msgid "Sort By:"
7361
  msgstr ""
7362
 
7363
- #: includes/utils.php:416
7364
  msgctxt "utils"
7365
  msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7366
  msgstr ""
7367
 
7368
- #: includes/utils.php:463
7369
- msgctxt "utils"
7370
- msgid "File size (%s) exceeds maximum file size of %s"
7371
- msgstr ""
7372
-
7373
- #: includes/utils.php:471
7374
- msgctxt "utils"
7375
- msgid "File size (%s) is inferior to the required minimum file size of %s"
7376
- msgstr ""
7377
-
7378
- #: includes/utils.php:480 includes/utils.php:487
7379
  msgctxt "utils"
7380
  msgid "File type \"%s\" is not allowed"
7381
  msgstr ""
7382
 
7383
- #: includes/utils.php:494
7384
  msgctxt "utils"
7385
  msgid "Unkown error while uploading file."
7386
  msgstr ""
7387
 
7388
- #: includes/utils.php:513
7389
  msgctxt "utils"
7390
  msgid "Uploaded file is not an image"
7391
  msgstr ""
7392
 
7393
- #: includes/utils.php:522
7394
- msgctxt "utils"
7395
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
7396
- msgstr ""
7397
-
7398
- #: includes/utils.php:528
7399
- msgctxt "utils"
7400
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
7401
- msgstr ""
7402
-
7403
- #: includes/utils.php:534
7404
- msgctxt "utils"
7405
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
7406
- msgstr ""
7407
-
7408
- #: includes/utils.php:540
7409
- msgctxt "utils"
7410
- msgid "Image height (%s px) is greater than maximum required height of %s px."
7411
- msgstr ""
7412
-
7413
- #: includes/utils.php:554
7414
  msgctxt "utils"
7415
  msgid "Error while uploading file"
7416
  msgstr ""
@@ -7440,16 +7411,6 @@ msgctxt "delete listing"
7440
  msgid "You are about to remove your listing \"%s\" from the directory."
7441
  msgstr ""
7442
 
7443
- #: templates/delete-listing-confirm.tpl.php:24
7444
- msgctxt "delete listing"
7445
- msgid "No. Take me back to the directory."
7446
- msgstr ""
7447
-
7448
- #: templates/delete-listing-confirm.tpl.php:25
7449
- msgctxt "delete listing"
7450
- msgid "Yes. Delete my listing."
7451
- msgstr ""
7452
-
7453
  #: includes/views/listing_contact.php:51
7454
  msgctxt "contact-message"
7455
  msgid "Please enter your name."
@@ -7631,11 +7592,6 @@ msgctxt "search"
7631
  msgid "Clear"
7632
  msgstr ""
7633
 
7634
- #: includes/views/show_listing.php:12
7635
- msgctxt "preview"
7636
- msgid "This is just a preview. The listing has not been published yet."
7637
- msgstr ""
7638
-
7639
  #: includes/views/submit_listing.php:1138
7640
  msgctxt "listing submit"
7641
  msgid ""
@@ -7649,7 +7605,7 @@ msgid "Change category/plan"
7649
  msgstr ""
7650
 
7651
  #: includes/widgets/class-listings-widget.php:45
7652
- #: includes/widgets/widget-search.php:22
7653
  msgctxt "widgets"
7654
  msgid "Title:"
7655
  msgstr ""
@@ -7709,17 +7665,17 @@ msgctxt "widgets"
7709
  msgid "Display listings in random order"
7710
  msgstr ""
7711
 
7712
- #: includes/widgets/widget-latest-listings.php:11
7713
  msgctxt "widgets"
7714
  msgid "Business Directory - Latest Listings"
7715
  msgstr ""
7716
 
7717
- #: includes/widgets/widget-latest-listings.php:12
7718
  msgctxt "widgets"
7719
  msgid "Displays a list of the latest listings in the Business Directory."
7720
  msgstr ""
7721
 
7722
- #: includes/widgets/widget-latest-listings.php:14
7723
  msgctxt "widgets"
7724
  msgid "Latest Listings"
7725
  msgstr ""
@@ -7739,52 +7695,47 @@ msgctxt "widgets"
7739
  msgid "Random Listings"
7740
  msgstr ""
7741
 
7742
- #: includes/widgets/widget-search.php:10
7743
  msgctxt "widgets"
7744
  msgid "Business Directory - Search"
7745
  msgstr ""
7746
 
7747
- #: includes/widgets/widget-search.php:11
7748
  msgctxt "widgets"
7749
  msgid "Displays a search form to look for Business Directory listings."
7750
  msgstr ""
7751
 
7752
- #: includes/widgets/widget-search.php:18
7753
  msgctxt "widgets"
7754
  msgid "Search the Business Directory"
7755
  msgstr ""
7756
 
7757
- #: includes/widgets/widget-search.php:29
7758
  msgctxt "widgets"
7759
  msgid "Form Style:"
7760
  msgstr ""
7761
 
7762
- #: includes/widgets/widget-search.php:37
7763
  msgctxt "widgets"
7764
  msgid "Basic"
7765
  msgstr ""
7766
 
7767
- #: includes/widgets/widget-search.php:45
7768
  msgctxt "widgets"
7769
  msgid "Advanced"
7770
  msgstr ""
7771
 
7772
- #: includes/widgets/widget-search.php:49
7773
  msgctxt "widgets"
7774
  msgid "Search Fields (advanced mode):"
7775
  msgstr ""
7776
 
7777
- #: includes/widgets/widget-search.php:50
7778
  msgctxt "widgets"
7779
  msgid "Display the following fields in the form."
7780
  msgstr ""
7781
 
7782
- #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7783
- #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7784
- #: templates/admin/csv-import.tpl.php:117
7785
- #: templates/admin/csv-import.tpl.php:143
7786
- #: templates/admin/csv-import.tpl.php:154
7787
- #: templates/admin/csv-import.tpl.php:204
7788
  msgctxt "admin forms"
7789
  msgid "required"
7790
  msgstr ""
@@ -7862,22 +7813,11 @@ msgctxt "admin sidebar"
7862
  msgid "Video Tutorials"
7863
  msgstr ""
7864
 
7865
- #: templates/admin/themes-delete-confirm.tpl.php:1
7866
- #: templates/admin/themes-delete-confirm.tpl.php:13
7867
- msgctxt "themes admin"
7868
- msgid "Delete Directory Theme"
7869
- msgstr ""
7870
-
7871
  #: templates/admin/themes-delete-confirm.tpl.php:3
7872
  msgctxt "themes admin"
7873
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7874
  msgstr ""
7875
 
7876
- #: templates/admin/themes-delete-confirm.tpl.php:12
7877
- msgctxt "themes admin"
7878
- msgid "Cancel"
7879
- msgstr ""
7880
-
7881
  #: templates/admin/uninstall-capture-form.tpl.php:5
7882
  msgctxt "uninstall"
7883
  msgid "It doesn't work with my theme/plugins/site"
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 5.13.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2021-08-26 18:29:37+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
  "X-Generator: grunt-wp-i18n 1.0.3\n"
16
 
17
+ #: includes/admin/class-admin-controller.php:81
18
  #: templates/admin/payments-note.tpl.php:13
19
  #: templates/delete-listing-confirm.tpl.php:19
20
  msgid "Are you sure you want to do this?"
21
  msgstr ""
22
 
23
+ #: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:310
24
  msgid "Help"
25
  msgstr ""
26
 
82
  msgid "Yes, please!"
83
  msgstr ""
84
 
85
+ #: includes/admin/class-admin.php:199 includes/admin/tracking.php:214
86
  msgid "No, thanks"
87
  msgstr ""
88
 
219
 
220
  #: includes/admin/form-fields.php:31
221
  #: includes/fields/class-fieldtypes-social.php:138
222
+ #: templates/admin/csv-import.tpl.php:325
223
  msgid "Type"
224
  msgstr ""
225
 
671
  msgid "Uninstall"
672
  msgstr ""
673
 
674
+ #: includes/admin/settings/class-settings.php:513
675
  msgid "%s cannot include spaces, commas, or &"
676
  msgstr ""
677
 
678
+ #: includes/admin/tracking.php:221
679
  msgid "Allow Tracking"
680
  msgstr ""
681
 
739
  msgid "Duration"
740
  msgstr ""
741
 
742
+ #: includes/admin/upgrades/migrations/migration-18_0.php:251
743
+ msgid "Could not migrate fee \"%1$s\" (%2$d)"
744
+ msgstr ""
745
+
746
+ #: includes/admin/upgrades/migrations/migration-3_7.php:181
747
+ msgid "Renewal fee \"%1$s\" for category \"%2$s\""
748
+ msgstr ""
749
+
750
  #: includes/admin/views/modules/list.php:10
751
  msgid "Directory Modules"
752
  msgstr ""
899
  msgid "Settings"
900
  msgstr ""
901
 
902
+ #: includes/class-wpbdp.php:579
903
  msgid "Could not find listing ID"
904
  msgstr ""
905
 
906
+ #: includes/class-wpbdp.php:586
907
  msgid ""
908
  "Could not verify the image upload request. If problem persists contact site "
909
  "admin."
910
  msgstr ""
911
 
912
+ #: includes/class-wpbdp.php:593 includes/fields/class-fieldtypes-image.php:322
913
  msgid "Could not find image ID"
914
  msgstr ""
915
 
916
+ #: includes/class-wpbdp.php:625
917
  msgid ""
918
  "The directory features are disabled at this time because a <a>manual "
919
  "upgrade</a> is pending."
920
  msgstr ""
921
 
922
+ #: includes/class-wpbdp.php:632
923
  msgid ""
924
  "The directory is not available at this time. Please try again in a few "
925
  "minutes or contact the administrator if the problem persists."
926
  msgstr ""
927
 
928
  #: includes/compatibility/class-navxt-integration.php:204
929
+ #: includes/widgets/widget-search.php:125
930
  #: templates/admin/payments-index.tpl.php:13
931
  #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
932
  #: templates/search.tpl.php:3
1082
  msgstr ""
1083
 
1084
  #: includes/fields/class-fieldtypes-select.php:262
1085
+ #: templates/admin/csv-export.tpl.php:117 templates/admin/csv-import.tpl.php:51
1086
+ #: templates/admin/csv-import.tpl.php:120
1087
+ #: templates/admin/csv-import.tpl.php:148
1088
+ #: templates/admin/csv-import.tpl.php:161
1089
+ #: templates/admin/csv-import.tpl.php:213 templates/admin/fees-form.tpl.php:17
1090
+ #: templates/admin/fees-form.tpl.php:38 templates/admin/fees-form.tpl.php:58
1091
  msgid "required"
1092
  msgstr ""
1093
 
1221
  msgid "Word Count Validator"
1222
  msgstr ""
1223
 
1224
+ #: includes/form-fields.php:594 templates/admin/csv-import.tpl.php:324
1225
  msgid "Field"
1226
  msgstr ""
1227
 
1264
  msgid "%1$s must have less than %2$d words."
1265
  msgstr ""
1266
 
1267
+ #: includes/form-fields.php:824
1268
  #. translators: %1$s: field label, %2$s allowed values
1269
  msgid "%1$s is invalid. Value most be one of %2$s."
1270
  msgstr ""
1430
  msgid "Default"
1431
  msgstr ""
1432
 
1433
+ #: includes/themes.php:952
1434
  msgid "ZIP file is not a valid Business Directory theme file."
1435
  msgstr ""
1436
 
1437
+ #: includes/utils.php:465
1438
+ msgid "File size (%1$s) exceeds maximum file size of %2$s"
1439
+ msgstr ""
1440
+
1441
+ #: includes/utils.php:474
1442
+ msgid "File size (%1$s) is smaller than the minimum file size of %2$s"
1443
+ msgstr ""
1444
+
1445
+ #: includes/utils.php:527
1446
+ msgid "Image width (%1$s px) is smaller than the minimum width of %2$s px."
1447
+ msgstr ""
1448
+
1449
+ #: includes/utils.php:535
1450
+ msgid "Image height (%1$s px) is smaller than the minimum height of %2$s px."
1451
+ msgstr ""
1452
+
1453
+ #: includes/utils.php:543
1454
+ msgid "Image width (%1$s px) is greater than maximum width of %2$s px."
1455
+ msgstr ""
1456
+
1457
+ #: includes/utils.php:551
1458
+ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
1459
+ msgstr ""
1460
+
1461
  #: includes/views/flag_listing.php:56
1462
  #. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
1463
  msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
1495
  msgid "That listing cannot yet be renewed."
1496
  msgstr ""
1497
 
1498
+ #: includes/views/show_listing.php:12
1499
+ msgid "This is just a preview. The listing has not been published yet."
1500
+ msgstr ""
1501
+
1502
  #: includes/views/submit_listing.php:544
1503
  msgid "Listing Images"
1504
  msgstr ""
1544
  "new ones created, select this option!"
1545
  msgstr ""
1546
 
1547
+ #: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
1548
+ msgid "CSV File Settings"
1549
+ msgstr ""
1550
+
1551
+ #: templates/admin/csv-export.tpl.php:116
1552
+ #: templates/admin/csv-import.tpl.php:147
1553
+ msgid "Image Separator"
1554
+ msgstr ""
1555
+
1556
  #: templates/admin/csv-import.tpl.php:34
1557
  #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
1558
  msgid ""
1560
  "help you do things in the right order."
1561
  msgstr ""
1562
 
1563
+ #: templates/admin/csv-import.tpl.php:45
1564
+ msgid "Import Files"
1565
+ msgstr ""
1566
+
1567
+ #: templates/admin/csv-import.tpl.php:50
1568
+ msgid "CSV File"
1569
+ msgstr ""
1570
+
1571
+ #: templates/admin/csv-import.tpl.php:83
1572
+ msgid "ZIP file containing images"
1573
+ msgstr ""
1574
+
1575
+ #: templates/admin/csv-import.tpl.php:119
1576
+ msgid "Column Separator"
1577
+ msgstr ""
1578
+
1579
+ #: templates/admin/csv-import.tpl.php:160
1580
+ msgid "Category Separator"
1581
+ msgstr ""
1582
+
1583
+ #: templates/admin/csv-import.tpl.php:173
1584
+ msgid "Import settings"
1585
+ msgstr ""
1586
+
1587
+ #: templates/admin/csv-import.tpl.php:177
1588
+ msgid "Post status of new imported listings"
1589
+ msgstr ""
1590
+
1591
+ #: templates/admin/csv-import.tpl.php:194
1592
+ msgid "Post status of existing imported listings"
1593
+ msgstr ""
1594
+
1595
+ #: templates/admin/csv-import.tpl.php:212
1596
+ msgid "Missing categories handling"
1597
+ msgstr ""
1598
+
1599
+ #: templates/admin/csv-import.tpl.php:220
1600
+ msgid "Auto-create categories"
1601
+ msgstr ""
1602
+
1603
+ #: templates/admin/csv-import.tpl.php:225
1604
+ msgid "Generate errors when a category is not found"
1605
+ msgstr ""
1606
+
1607
+ #: templates/admin/csv-import.tpl.php:242
1608
+ #: templates/admin/csv-import.tpl.php:249
1609
+ msgid "Assign listings to a user?"
1610
+ msgstr ""
1611
+
1612
+ #: templates/admin/csv-import.tpl.php:266
1613
+ msgid "Default listing user"
1614
+ msgstr ""
1615
+
1616
+ #: templates/admin/csv-import.tpl.php:272
1617
+ msgid ""
1618
+ "This user will be used if the username column is not present in the CSV "
1619
+ "file."
1620
+ msgstr ""
1621
+
1622
+ #: templates/admin/csv-import.tpl.php:277
1623
+ msgid "Number of listings imported on every cycle"
1624
+ msgstr ""
1625
+
1626
+ #: templates/admin/csv-import.tpl.php:285
1627
+ msgid ""
1628
+ "If you are having trouble importing listings due to memory problems, try "
1629
+ "reducing the import batch size to 5 or 1 and then re-attempt. This will "
1630
+ "result in a longer batch import time, but will increase the chance of "
1631
+ "success on shared hosting platforms and other resource-constrained servers."
1632
+ msgstr ""
1633
+
1634
+ #: templates/admin/csv-import.tpl.php:290
1635
  msgid "Disable email notifications during import?"
1636
  msgstr ""
1637
 
1638
+ #: templates/admin/csv-import.tpl.php:297
1639
  msgid "Disable email notifications."
1640
  msgstr ""
1641
 
1642
+ #: templates/admin/csv-import.tpl.php:314
1643
+ msgid ""
1644
+ "The following are the valid header names to be used in the CSV file. "
1645
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1646
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to "
1647
+ "see how an import file should look like."
1648
+ msgstr ""
1649
+
1650
+ #: templates/admin/csv-import.tpl.php:323
1651
+ msgid "Header name/label"
1652
+ msgstr ""
1653
+
1654
+ #: templates/admin/csv-import.tpl.php:326
1655
+ msgid "Required?"
1656
+ msgstr ""
1657
+
1658
+ #: templates/admin/csv-import.tpl.php:327
1659
+ msgid "Multivalued?"
1660
+ msgstr ""
1661
+
1662
+ #: templates/admin/csv-import.tpl.php:359
1663
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1664
+ msgstr ""
1665
+
1666
+ #: templates/admin/csv-import.tpl.php:366
1667
+ msgid "Listing author's username"
1668
+ msgstr ""
1669
+
1670
  #: templates/admin/debug-info.tpl.php:5
1671
  msgid ""
1672
  "The following information can help our team debug possible problems with "
2050
  msgstr ""
2051
 
2052
  #: templates/admin/settings-email.tpl.php:103
2053
+ #: templates/admin/themes-delete-confirm.tpl.php:12
2054
  #: templates/listing-flagging-form.tpl.php:64
2055
  msgid "Cancel"
2056
  msgstr ""
2162
  msgid "Need help?"
2163
  msgstr ""
2164
 
2165
+ #: templates/admin/themes-delete-confirm.tpl.php:1
2166
+ #: templates/admin/themes-delete-confirm.tpl.php:13
2167
+ msgid "Delete Directory Theme"
2168
+ msgstr ""
2169
+
2170
  #: templates/admin/themes-install.tpl.php:4 templates/admin/themes.tpl.php:6
2171
  msgid "Upload Directory Theme"
2172
  msgstr ""
2349
  msgid "Next"
2350
  msgstr ""
2351
 
2352
+ #: templates/delete-listing-confirm.tpl.php:24
2353
+ msgid "No. Take me back to the directory."
2354
+ msgstr ""
2355
+
2356
+ #: templates/delete-listing-confirm.tpl.php:25
2357
+ msgid "Yes. Delete my listing."
2358
+ msgstr ""
2359
+
2360
  #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2361
  msgid "Search Results"
2362
  msgstr ""
2372
  msgid "(not published yet)"
2373
  msgstr ""
2374
 
2375
+ #: templates/email/listing-payment-completed.tpl.php:25
2376
+ msgid "Plan"
2377
+ msgstr ""
2378
+
2379
  #: templates/email-access-keys.tpl.php:1
2380
  msgid ""
2381
  "Below you'll find the access keys for all the listings registered with your "
2595
  msgid "Business Directory Team"
2596
  msgstr ""
2597
 
2598
+ #: includes/admin/class-admin-controller.php:83
2599
  msgctxt "admin confirm"
2600
  msgid "No, go back"
2601
  msgstr ""
2602
 
2603
+ #: includes/admin/class-admin-controller.php:84
2604
  msgctxt "admin confirm"
2605
  msgid "Yes, I'm sure"
2606
  msgstr ""
2808
  msgid "Here, you can import data into your directory using the CSV format."
2809
  msgstr ""
2810
 
2811
+ #: templates/admin/csv-import.tpl.php:64 templates/admin/csv-import.tpl.php:95
 
 
 
 
 
 
 
 
 
 
2812
  msgctxt "admin csv-import"
2813
  msgid "... or <a>select a file uploaded to the imports folder</a>"
2814
  msgstr ""
2815
 
2816
+ #: templates/admin/csv-import.tpl.php:74 templates/admin/csv-import.tpl.php:106
2817
  msgctxt "admin csv-import"
2818
  msgid "(Upload new file)"
2819
  msgstr ""
2820
 
2821
+ #: templates/admin/csv-import.tpl.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2822
  msgctxt "admin csv-import"
2823
  msgid "Comma (,)"
2824
  msgstr ""
2825
 
2826
+ #: templates/admin/csv-import.tpl.php:135
2827
  msgctxt "admin csv-import"
2828
  msgid "Semicolon (;)"
2829
  msgstr ""
2830
 
2831
+ #: templates/admin/csv-import.tpl.php:141
2832
  msgctxt "admin csv-import"
2833
  msgid "TAB"
2834
  msgstr ""
2835
 
2836
+ #: templates/admin/csv-import.tpl.php:198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2837
  msgctxt "admin csv-import"
2838
  msgid "Preserve existing status"
2839
  msgstr ""
2840
 
2841
+ #: templates/admin/csv-import.tpl.php:231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2842
  msgctxt "admin csv-import"
2843
  msgid "Keep existing listing images?"
2844
  msgstr ""
2845
 
2846
+ #: templates/admin/csv-import.tpl.php:236
2847
  msgctxt "admin csv-import"
2848
  msgid "Keep existing images."
2849
  msgstr ""
2850
 
2851
+ #: templates/admin/csv-import.tpl.php:237
2852
  msgctxt "admin csv-import"
2853
  msgid "Appends new images while keeping current ones."
2854
  msgstr ""
2855
 
2856
+ #: templates/admin/csv-import.tpl.php:255
 
 
 
 
 
 
 
 
 
 
2857
  msgctxt "admin csv-import"
2858
  msgid "Use a default user for listings?"
2859
  msgstr ""
2860
 
2861
+ #: templates/admin/csv-import.tpl.php:261
2862
  msgctxt "admin csv-import"
2863
  msgid ""
2864
  "Select a default user to be used if the username column is not present in "
2865
  "the CSV file."
2866
  msgstr ""
2867
 
2868
+ #: templates/admin/csv-import.tpl.php:304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2869
  msgctxt "admin csv-import"
2870
  msgid "Test Import"
2871
  msgstr ""
2872
 
2873
+ #: templates/admin/csv-import.tpl.php:305
2874
  msgctxt "admin csv-import"
2875
  msgid "Import Listings"
2876
  msgstr ""
2877
 
2878
+ #: templates/admin/csv-import.tpl.php:352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2879
  msgctxt "admin csv-import"
2880
  msgid ""
2881
  "Fee ID (integer) associated to a listing. Use this column when adding or "
2882
  "updating listings from external sources."
2883
  msgstr ""
2884
 
2885
+ #: templates/admin/csv-import.tpl.php:373
 
 
 
 
 
 
 
 
 
 
2886
  msgctxt "admin csv-import"
2887
  msgid "Internal Sequence ID used to allow listing updates from external sources."
2888
  msgstr ""
2889
 
2890
+ #: templates/admin/csv-import.tpl.php:380
2891
  msgctxt "admin csv-import"
2892
  msgid ""
2893
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
3341
  msgid "Listing T&C acceptance date"
3342
  msgstr ""
3343
 
 
 
 
 
 
3344
  #: templates/admin/csv-export.tpl.php:97
3345
  msgctxt "admin csv-export"
3346
  msgid "What operating system will you use to edit the CSV file?"
3365
  "for each operating system."
3366
  msgstr ""
3367
 
3368
+ #: templates/admin/csv-export.tpl.php:129
 
 
 
 
 
3369
  msgctxt "admin csv-export"
3370
  msgid "Category Separator"
3371
  msgstr ""
3372
 
3373
+ #: templates/admin/csv-export.tpl.php:141
3374
  msgctxt "admin csv-export"
3375
  msgid "Export Listings"
3376
  msgstr ""
3377
 
3378
+ #: templates/admin/csv-export.tpl.php:147
3379
  msgctxt "admin csv-export"
3380
  msgid "Export in Progress..."
3381
  msgstr ""
3382
 
3383
+ #: templates/admin/csv-export.tpl.php:148
3384
  msgctxt "admin csv-export"
3385
  msgid ""
3386
  "Your export file is being prepared. Please <u>do not leave</u> this page "
3387
  "until the export finishes."
3388
  msgstr ""
3389
 
3390
+ #: templates/admin/csv-export.tpl.php:151
3391
  msgctxt "admin csv-export"
3392
  msgid "No. of listings:"
3393
  msgstr ""
3394
 
3395
+ #: templates/admin/csv-export.tpl.php:153
3396
  msgctxt "admin csv-export"
3397
  msgid "Approximate export file size:"
3398
  msgstr ""
3399
 
3400
+ #: templates/admin/csv-export.tpl.php:160
3401
  msgctxt "admin csv-export"
3402
  msgid "Cancel Export"
3403
  msgstr ""
3404
 
3405
+ #: templates/admin/csv-export.tpl.php:165
3406
  msgctxt "admin csv-export"
3407
  msgid "Export Complete"
3408
  msgstr ""
3409
 
3410
+ #: templates/admin/csv-export.tpl.php:166
3411
  msgctxt "admin csv-export"
3412
  msgid ""
3413
  "Your export file has been successfully created and it is now ready for "
3414
  "download."
3415
  msgstr ""
3416
 
3417
+ #: templates/admin/csv-export.tpl.php:170
3418
  msgctxt "admin csv-export"
3419
  msgid "Download %1$s (%2$s)"
3420
  msgstr ""
3421
 
3422
+ #: templates/admin/csv-export.tpl.php:177
3423
  msgctxt "admin csv-export"
3424
  msgid ""
3425
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
3426
  "temporary data created by Business Directory during the export process."
3427
  msgstr ""
3428
 
3429
+ #: templates/admin/csv-export.tpl.php:178
3430
  msgctxt "admin csv-export"
3431
  msgid "Cleanup"
3432
  msgstr ""
3433
 
3434
+ #: templates/admin/csv-export.tpl.php:183
3435
  msgctxt "admin csv-export"
3436
  msgid "Export Canceled"
3437
  msgstr ""
3438
 
3439
+ #: templates/admin/csv-export.tpl.php:184
3440
  msgctxt "admin csv-export"
3441
  msgid "The export has been canceled."
3442
  msgstr ""
3443
 
3444
+ #: templates/admin/csv-export.tpl.php:185
3445
  msgctxt "admin csv-export"
3446
  msgid "← Return to CSV Export"
3447
  msgstr ""
3519
  msgstr ""
3520
 
3521
  #: includes/admin/class-themes-admin.php:421
3522
+ #: includes/admin/upgrades/class-themes-updater.php:170
3523
  msgctxt "themes"
3524
  msgid "Could not update theme: %s"
3525
  msgstr ""
3526
 
3527
+ #: includes/admin/upgrades/class-themes-updater.php:132
3528
  msgctxt "themes"
3529
  msgid "Updating theme..."
3530
  msgstr ""
3531
 
3532
+ #: includes/admin/upgrades/class-themes-updater.php:133
3533
  msgctxt "themes"
3534
  msgid "Theme updated."
3535
  msgstr ""
3536
 
3537
+ #: includes/admin/upgrades/class-themes-updater.php:135
3538
  msgctxt "themes"
3539
  msgid "New version available (<b>%s</b>). <a>Update now.</a>"
3540
  msgstr ""
3541
 
3542
+ #: includes/admin/upgrades/class-themes-updater.php:176
3543
  msgctxt "themes"
3544
  msgid "Theme was updated successfully."
3545
  msgstr ""
3546
 
3547
+ #: includes/themes.php:960
3548
  msgctxt "themes"
3549
  msgid "Could not create themes directory."
3550
  msgstr ""
3551
 
3552
+ #: includes/themes.php:971
3553
  msgctxt "themes"
3554
  msgid "Could not remove previous theme directory \"%s\"."
3555
  msgstr ""
3556
 
3557
+ #: includes/themes.php:979
3558
  msgctxt "themes"
3559
  msgid "Could not move new theme into theme directory."
3560
  msgstr ""
5927
  msgid "Cropped"
5928
  msgstr ""
5929
 
5930
+ #: includes/admin/settings/class-settings.php:493
5931
+ #: includes/admin/settings/class-settings.php:504
5932
  msgctxt "settings"
5933
  msgid "\"%s\" can not be empty."
5934
  msgstr ""
5935
 
5936
+ #: includes/admin/settings/class-settings.php:521
5937
  msgctxt "settings"
5938
  msgid "The slug \"%s\" is already in use for another taxonomy."
5939
  msgstr ""
5992
  msgid "Time: %s"
5993
  msgstr ""
5994
 
5995
+ #: includes/admin/tracking.php:188
5996
  msgctxt "tracking"
5997
  msgid "Help Improve Business Directory"
5998
  msgstr ""
5999
 
6000
+ #: includes/admin/tracking.php:190
6001
  msgctxt "tracking"
6002
  msgid ""
6003
  "Can Business Directory keep track of your theme, plugins, and other "
6005
  "for future releases?"
6006
  msgstr ""
6007
 
6008
+ #: includes/admin/tracking.php:192
6009
  msgctxt "tracking"
6010
  msgid "What do you track?"
6011
  msgstr ""
6064
  msgid "Migrating fee plans..."
6065
  msgstr ""
6066
 
 
 
 
 
 
6067
  #: includes/admin/upgrades/migrations/migration-18_0.php:324
6068
  msgctxt "installer"
6069
  msgid "! Could not migrate payment #%d"
6094
 
6095
  #: includes/admin/upgrades/migrations/migration-3_7.php:61
6096
  msgctxt "installer"
6097
+ msgid "Cleaning up listing fees information... %1$d/%2$d"
6098
  msgstr ""
6099
 
6100
  #: includes/admin/upgrades/migrations/migration-3_7.php:119
6101
  msgctxt "installer"
6102
+ msgid "Migrating previous transactions to new Payments API... %1$d/%2$d"
6103
  msgstr ""
6104
 
6105
  #: includes/admin/upgrades/migrations/migration-3_7.php:148
6112
  msgid "Listing edit payment (BD < 3.4)"
6113
  msgstr ""
6114
 
6115
+ #: includes/admin/upgrades/migrations/migration-3_7.php:201
 
 
 
 
 
6116
  msgctxt "installer"
6117
  msgid "Listing upgrade to featured"
6118
  msgstr ""
6119
 
6120
+ #: includes/installer.php:61
6121
  msgctxt "installer"
6122
  msgid "Default Fee"
6123
  msgstr ""
6389
  msgid "Payment Details"
6390
  msgstr ""
6391
 
 
 
 
 
 
6392
  #: templates/email/listing-payment-completed.tpl.php:32
6393
  msgctxt "notify email"
6394
  msgid "Listing URL"
6444
  msgid "Find a Listing"
6445
  msgstr ""
6446
 
6447
+ #: includes/class-meta.php:195
6448
  msgctxt "title"
6449
  msgid "Listings tagged: %s"
6450
  msgstr ""
6668
  #: includes/class-wpbdp.php:480
6669
  msgctxt "listing image upload"
6670
  msgid ""
6671
+ "You're trying to upload %1$d images, but only have %2$d slot available. "
6672
+ "Please adjust your selection."
6673
  msgid_plural ""
6674
+ "You're trying to upload %1$d images, but only have %2$d slots available. "
6675
+ "Please adjust your selection."
6676
  msgstr[0] ""
6677
  msgstr[1] ""
6678
 
7184
  msgid "Report comment is required to save a report"
7185
  msgstr ""
7186
 
7187
+ #: includes/installer.php:52
7188
  msgctxt "default category name"
7189
  msgid "General"
7190
  msgstr ""
7361
  msgid "Sort By:"
7362
  msgstr ""
7363
 
7364
+ #: includes/utils.php:417
7365
  msgctxt "utils"
7366
  msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
7367
  msgstr ""
7368
 
7369
+ #: includes/utils.php:483 includes/utils.php:490
 
 
 
 
 
 
 
 
 
 
7370
  msgctxt "utils"
7371
  msgid "File type \"%s\" is not allowed"
7372
  msgstr ""
7373
 
7374
+ #: includes/utils.php:497
7375
  msgctxt "utils"
7376
  msgid "Unkown error while uploading file."
7377
  msgstr ""
7378
 
7379
+ #: includes/utils.php:517
7380
  msgctxt "utils"
7381
  msgid "Uploaded file is not an image"
7382
  msgstr ""
7383
 
7384
+ #: includes/utils.php:566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7385
  msgctxt "utils"
7386
  msgid "Error while uploading file"
7387
  msgstr ""
7411
  msgid "You are about to remove your listing \"%s\" from the directory."
7412
  msgstr ""
7413
 
 
 
 
 
 
 
 
 
 
 
7414
  #: includes/views/listing_contact.php:51
7415
  msgctxt "contact-message"
7416
  msgid "Please enter your name."
7592
  msgid "Clear"
7593
  msgstr ""
7594
 
 
 
 
 
 
7595
  #: includes/views/submit_listing.php:1138
7596
  msgctxt "listing submit"
7597
  msgid ""
7605
  msgstr ""
7606
 
7607
  #: includes/widgets/class-listings-widget.php:45
7608
+ #: includes/widgets/widget-search.php:28
7609
  msgctxt "widgets"
7610
  msgid "Title:"
7611
  msgstr ""
7665
  msgid "Display listings in random order"
7666
  msgstr ""
7667
 
7668
+ #: includes/widgets/widget-latest-listings.php:12
7669
  msgctxt "widgets"
7670
  msgid "Business Directory - Latest Listings"
7671
  msgstr ""
7672
 
7673
+ #: includes/widgets/widget-latest-listings.php:13
7674
  msgctxt "widgets"
7675
  msgid "Displays a list of the latest listings in the Business Directory."
7676
  msgstr ""
7677
 
7678
+ #: includes/widgets/widget-latest-listings.php:16
7679
  msgctxt "widgets"
7680
  msgid "Latest Listings"
7681
  msgstr ""
7695
  msgid "Random Listings"
7696
  msgstr ""
7697
 
7698
+ #: includes/widgets/widget-search.php:11
7699
  msgctxt "widgets"
7700
  msgid "Business Directory - Search"
7701
  msgstr ""
7702
 
7703
+ #: includes/widgets/widget-search.php:13
7704
  msgctxt "widgets"
7705
  msgid "Displays a search form to look for Business Directory listings."
7706
  msgstr ""
7707
 
7708
+ #: includes/widgets/widget-search.php:22
7709
  msgctxt "widgets"
7710
  msgid "Search the Business Directory"
7711
  msgstr ""
7712
 
7713
+ #: includes/widgets/widget-search.php:35
7714
  msgctxt "widgets"
7715
  msgid "Form Style:"
7716
  msgstr ""
7717
 
7718
+ #: includes/widgets/widget-search.php:44
7719
  msgctxt "widgets"
7720
  msgid "Basic"
7721
  msgstr ""
7722
 
7723
+ #: includes/widgets/widget-search.php:54
7724
  msgctxt "widgets"
7725
  msgid "Advanced"
7726
  msgstr ""
7727
 
7728
+ #: includes/widgets/widget-search.php:59
7729
  msgctxt "widgets"
7730
  msgid "Search Fields (advanced mode):"
7731
  msgstr ""
7732
 
7733
+ #: includes/widgets/widget-search.php:60
7734
  msgctxt "widgets"
7735
  msgid "Display the following fields in the form."
7736
  msgstr ""
7737
 
7738
+ #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:129
 
 
 
 
 
7739
  msgctxt "admin forms"
7740
  msgid "required"
7741
  msgstr ""
7813
  msgid "Video Tutorials"
7814
  msgstr ""
7815
 
 
 
 
 
 
 
7816
  #: templates/admin/themes-delete-confirm.tpl.php:3
7817
  msgctxt "themes admin"
7818
  msgid "Are you sure you want to delete the directory theme \"%s\"?"
7819
  msgstr ""
7820
 
 
 
 
 
 
7821
  #: templates/admin/uninstall-capture-form.tpl.php:5
7822
  msgctxt "uninstall"
7823
  msgid "It doesn't work with my theme/plugins/site"
templates/admin/csv-export.tpl.php CHANGED
@@ -90,7 +90,7 @@ echo $notice;
90
  </tr>
91
  </table>
92
 
93
- <h2><?php _ex( 'CSV File Settings', 'admin csv-export', 'business-directory-plugin' ); ?></h2>
94
  <table class="form-table">
95
  <tr class="form-required">
96
  <th scope="row">
@@ -113,7 +113,9 @@ echo $notice;
113
  </tr>
114
  <tr class="form-required">
115
  <th scope="row">
116
- <label> <?php _ex( 'Image Separator', 'admin csv-export', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
117
  </th>
118
  <td>
119
  <input name="settings[images-separator]"
90
  </tr>
91
  </table>
92
 
93
+ <h2><?php esc_html_e( 'CSV File Settings', 'business-directory-plugin' ); ?></h2>
94
  <table class="form-table">
95
  <tr class="form-required">
96
  <th scope="row">
113
  </tr>
114
  <tr class="form-required">
115
  <th scope="row">
116
+ <label> <?php esc_html_e( 'Image Separator', 'business-directory-plugin' ); ?>
117
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
118
+ </label>
119
  </th>
120
  <td>
121
  <input name="settings[images-separator]"
templates/admin/csv-import.tpl.php CHANGED
@@ -42,12 +42,14 @@ printf(
42
  <input type="hidden" name="action" value="do-import" />
43
  <?php wp_nonce_field( 'do-import' ); ?>
44
 
45
- <h2><?php _ex('Import Files', 'admin csv-import', 'business-directory-plugin' ); ?></h2>
46
  <table class="form-table">
47
  <tbody>
48
  <tr class="form-field form-required">
49
  <th scope="row">
50
- <label> <?php _ex('CSV File', 'admin csv-import', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
51
  </th>
52
  <td>
53
  <input name="csv-file"
@@ -78,7 +80,7 @@ printf(
78
  </tr>
79
  <tr class="form-field">
80
  <th scope="row">
81
- <label> <?php _ex('ZIP file containing images', 'admin csv-import', 'business-directory-plugin' ); ?></label>
82
  </th>
83
  <td>
84
  <input name="images-file"
@@ -110,11 +112,13 @@ printf(
110
  </tr>
111
  </table>
112
 
113
- <h2><?php _ex('CSV File Settings', 'admin csv-import', 'business-directory-plugin' ); ?></h2>
114
  <table class="form-table">
115
  <tr class="form-required">
116
  <th scope="row">
117
- <label> <?php _ex( 'Column Separator', 'admin csv-import', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
118
  </th>
119
  <td>
120
  <?php $column_separator = _defaults_or( $defaults, 'csv-file-separator', ',' ); ?>
@@ -140,7 +144,9 @@ printf(
140
  </tr>
141
  <tr class="form-required">
142
  <th scope="row">
143
- <label> <?php _ex('Image Separator', 'admin csv-import', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex('required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
144
  </th>
145
  <td>
146
  <input name="settings[images-separator]"
@@ -151,7 +157,9 @@ printf(
151
  </tr>
152
  <tr class="form-required">
153
  <th scope="row">
154
- <label> <?php _ex('Category Separator', 'admin csv-import', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex('required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
155
  </th>
156
  <td>
157
  <input name="settings[category-separator]"
@@ -162,11 +170,11 @@ printf(
162
  </tr>
163
  </table>
164
 
165
- <h2><?php _ex('Import settings', 'admin csv-import', 'business-directory-plugin' ); ?></h2>
166
  <table class="form-table">
167
  <tr class="form-required">
168
  <th scope="row">
169
- <label> <?php _ex('Post status of new imported listings', 'admin csv-import', 'business-directory-plugin' ); ?></label>
170
  </th>
171
  <td>
172
  <select name="settings[post-status]">
@@ -183,7 +191,7 @@ printf(
183
  </tr>
184
  <tr class="form-required">
185
  <th scope="row">
186
- <label> <?php _ex('Post status of existing imported listings', 'admin csv-import', 'business-directory-plugin' ); ?></label>
187
  </th>
188
  <td>
189
  <select name="settings[existing-post-status]">
@@ -201,15 +209,21 @@ printf(
201
  </tr>
202
  <tr class="form-required">
203
  <th scope="row">
204
- <label> <?php _ex('Missing categories handling', 'admin csv-import', 'business-directory-plugin' ); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'business-directory-plugin' ); ?>)</span></label>
 
 
205
  </th>
206
  <td>
207
  <label><input name="settings[create-missing-categories]"
208
  type="radio"
209
- value="1" <?php echo ( _defaults_or( $defaults, 'create-missing-categories', 1 ) == 1 ) ? 'checked="checked"' : ''; ?> /> <?php _ex('Auto-create categories', 'admin csv-import', 'business-directory-plugin' ); ?></label>
 
 
210
  <label><input name="settings[create-missing-categories]"
211
  type="radio"
212
- value="0" <?php echo ( _defaults_or( $defaults, 'create-missing-categories', 1 ) == 0 ) ? 'checked="checked"' : ''; ?> /> <?php _ex('Generate errors when a category is not found', 'admin csv-import', 'business-directory-plugin' ); ?></label>
 
 
213
  </td>
214
  </tr>
215
  <tr class="form-required">
@@ -225,13 +239,15 @@ printf(
225
  </tr>
226
  <tr class="form-required">
227
  <th scope="row">
228
- <label> <?php _ex('Assign listings to a user?', 'admin csv-import', 'business-directory-plugin' ); ?>
229
  </th>
230
  <td>
231
  <label><input name="settings[assign-listings-to-user]"
232
  type="checkbox"
233
  class="assign-listings-to-user"
234
- value="1" <?php echo _defaults_or( $defaults, 'assign-listings-to-user', 1 ) ? 'checked="checked"' : ''; ?> /> <?php _ex('Assign listings to a user.', 'admin csv-import', 'business-directory-plugin' ); ?></label>
 
 
235
  </td>
236
  </tr>
237
  <tr class="form-required default-user-selection">
@@ -247,18 +263,18 @@ printf(
247
  </tr>
248
  <tr class="form-required default-user-selection">
249
  <th scope="row">
250
- <label> <?php _ex('Default listing user', 'admin csv-import', 'business-directory-plugin' ); ?></label>
251
  </th>
252
  <td>
253
  <label>
254
  <?php echo wpbdp_render_user_field( array( 'class' => 'default-user', 'name' => 'settings[default-user]', 'value' => _defaults_or( $defaults, 'default-user', '' ) ) ); ?>
255
  </label>
256
- <span class="description"><?php _ex('This user will be used if the username column is not present in the CSV file.', 'admin csv-import', 'business-directory-plugin' ); ?></span>
257
  </td>
258
  </tr>
259
  <tr class="form-required">
260
  <th scope="row">
261
- <label> <?php _ex('Number of listings imported on every cycle', 'admin csv-import', 'business-directory-plugin' ); ?></label>
262
  </th>
263
  <td>
264
  <select name="settings[batch-size]">
@@ -266,7 +282,7 @@ printf(
266
  <option value="<?php echo $batch_size; ?>" <?php echo _defaults_or( $defaults, 'batch-size', 40 ) == $batch_size ? 'selected="selected"' : ''; ?>><?php echo $batch_size; ?></option>
267
  <?php endforeach; ?>
268
  </select>
269
- <span class="description"><?php _ex('If you are having trouble importing listings due to memory problems, try reducing the import batch size to 5 or 1 and then re-attempt. This will result in a longer batch import time, but will increase the chance of success on shared hosting platforms and other resource-constrained servers.', 'admin csv-import', 'business-directory-plugin' ); ?></span>
270
  </td>
271
  </tr>
272
  <tr class="form-required">
@@ -293,18 +309,22 @@ printf(
293
  <hr />
294
  <h2 id="help"><?php esc_html_e( 'Help', 'business-directory-plugin' ); ?></h2>
295
  <p>
296
- <?php echo sprintf(_x('The following are the valid header names to be used in the CSV file. Multivalued fields (such as category or tags) can appear multiple times in the file. Click <a href="%s">"See an example CSV import file"</a> to see how an import file should look like.', 'admin csv-import', 'business-directory-plugin' ),
297
- esc_url( admin_url( 'admin.php?page=wpbdp_admin_csv&action=example-csv' ) ) ); ?>
 
 
 
 
298
  </p>
299
 
300
  <table class="wpbdp-csv-import-headers">
301
  <thead>
302
  <tr>
303
- <th class="header-name"><?php _ex('Header name/label', 'admin csv-import', 'business-directory-plugin' ); ?></th>
304
- <th class="field-label"><?php _ex('Field', 'admin csv-import', 'business-directory-plugin' ); ?></th>
305
- <th class="field-type"><?php esc_html_e( 'Type', 'business-directory-plugin' ); ?></th>
306
- <th class="field-is-required"><?php _ex('Required?', 'admin csv-import', 'business-directory-plugin' ); ?></th>
307
- <th class="field-is-multivalued"><?php _ex('Multivalued?', 'admin csv-import', 'business-directory-plugin' ); ?></th>
308
  </tr>
309
  </thead>
310
  <tbody>
@@ -336,14 +356,14 @@ printf(
336
  </tr>
337
  <tr class="<?php echo ($i + 1) % 2 == 0 ? 'alt' : ''; ?>">
338
  <td class="header-name">images</td>
339
- <td class="field-label"><?php _ex('Semicolon separated list of listing images (from the ZIP file)', 'admin csv-import', 'business-directory-plugin' ); ?></td>
340
  <td class="field-type">-</td>
341
  <td class="field-is-required"></td>
342
  <td class="field-is-multivalued">X</td>
343
  </tr>
344
  <tr class="<?php echo ($i + 2) % 2 == 0 ? 'alt' : ''; ?>">
345
  <td class="header-name">username</td>
346
- <td class="field-label"><?php _ex('Listing author\'s username', 'admin csv-import', 'business-directory-plugin' ); ?></td>
347
  <td class="field-type">-</td>
348
  <td class="field-is-required"></td>
349
  <td class="field-is-multivalued"></td>
42
  <input type="hidden" name="action" value="do-import" />
43
  <?php wp_nonce_field( 'do-import' ); ?>
44
 
45
+ <h2><?php esc_html_e( 'Import Files', 'business-directory-plugin' ); ?></h2>
46
  <table class="form-table">
47
  <tbody>
48
  <tr class="form-field form-required">
49
  <th scope="row">
50
+ <label> <?php esc_html_e( 'CSV File', 'business-directory-plugin' ); ?>
51
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
52
+ </label>
53
  </th>
54
  <td>
55
  <input name="csv-file"
80
  </tr>
81
  <tr class="form-field">
82
  <th scope="row">
83
+ <label> <?php esc_html_e( 'ZIP file containing images', 'business-directory-plugin' ); ?></label>
84
  </th>
85
  <td>
86
  <input name="images-file"
112
  </tr>
113
  </table>
114
 
115
+ <h2><?php esc_html_e( 'CSV File Settings', 'business-directory-plugin' ); ?></h2>
116
  <table class="form-table">
117
  <tr class="form-required">
118
  <th scope="row">
119
+ <label> <?php esc_html_e( 'Column Separator', 'business-directory-plugin' ); ?>
120
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
121
+ </label>
122
  </th>
123
  <td>
124
  <?php $column_separator = _defaults_or( $defaults, 'csv-file-separator', ',' ); ?>
144
  </tr>
145
  <tr class="form-required">
146
  <th scope="row">
147
+ <label> <?php esc_html_e( 'Image Separator', 'business-directory-plugin' ); ?>
148
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
149
+ </label>
150
  </th>
151
  <td>
152
  <input name="settings[images-separator]"
157
  </tr>
158
  <tr class="form-required">
159
  <th scope="row">
160
+ <label> <?php esc_html_e( 'Category Separator', 'business-directory-plugin' ); ?>
161
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
162
+ </label>
163
  </th>
164
  <td>
165
  <input name="settings[category-separator]"
170
  </tr>
171
  </table>
172
 
173
+ <h2><?php esc_html_e( 'Import settings', 'business-directory-plugin' ); ?></h2>
174
  <table class="form-table">
175
  <tr class="form-required">
176
  <th scope="row">
177
+ <label> <?php esc_html_e( 'Post status of new imported listings', 'business-directory-plugin' ); ?></label>
178
  </th>
179
  <td>
180
  <select name="settings[post-status]">
191
  </tr>
192
  <tr class="form-required">
193
  <th scope="row">
194
+ <label> <?php esc_html_e( 'Post status of existing imported listings', 'business-directory-plugin' ); ?></label>
195
  </th>
196
  <td>
197
  <select name="settings[existing-post-status]">
209
  </tr>
210
  <tr class="form-required">
211
  <th scope="row">
212
+ <label> <?php esc_html_e( 'Missing categories handling', 'business-directory-plugin' ); ?>
213
+ <span class="description">(<?php esc_html_e( 'required', 'business-directory-plugin' ); ?>)</span>
214
+ </label>
215
  </th>
216
  <td>
217
  <label><input name="settings[create-missing-categories]"
218
  type="radio"
219
+ value="1" <?php echo ( _defaults_or( $defaults, 'create-missing-categories', 1 ) == 1 ) ? 'checked="checked"' : ''; ?> />
220
+ <?php esc_html_e( 'Auto-create categories', 'business-directory-plugin' ); ?>
221
+ </label>
222
  <label><input name="settings[create-missing-categories]"
223
  type="radio"
224
+ value="0" <?php echo ( _defaults_or( $defaults, 'create-missing-categories', 1 ) == 0 ) ? 'checked="checked"' : ''; ?> />
225
+ <?php esc_html_e( 'Generate errors when a category is not found', 'business-directory-plugin' ); ?>
226
+ </label>
227
  </td>
228
  </tr>
229
  <tr class="form-required">
239
  </tr>
240
  <tr class="form-required">
241
  <th scope="row">
242
+ <label> <?php esc_html_e( 'Assign listings to a user?', 'business-directory-plugin' ); ?>
243
  </th>
244
  <td>
245
  <label><input name="settings[assign-listings-to-user]"
246
  type="checkbox"
247
  class="assign-listings-to-user"
248
+ value="1" <?php echo _defaults_or( $defaults, 'assign-listings-to-user', 1 ) ? 'checked="checked"' : ''; ?> />
249
+ <?php esc_html_e( 'Assign listings to a user?', 'business-directory-plugin' ); ?>
250
+ </label>
251
  </td>
252
  </tr>
253
  <tr class="form-required default-user-selection">
263
  </tr>
264
  <tr class="form-required default-user-selection">
265
  <th scope="row">
266
+ <label> <?php esc_html_e( 'Default listing user', 'business-directory-plugin' ); ?></label>
267
  </th>
268
  <td>
269
  <label>
270
  <?php echo wpbdp_render_user_field( array( 'class' => 'default-user', 'name' => 'settings[default-user]', 'value' => _defaults_or( $defaults, 'default-user', '' ) ) ); ?>
271
  </label>
272
+ <span class="description"><?php esc_html_e( 'This user will be used if the username column is not present in the CSV file.', 'business-directory-plugin' ); ?></span>
273
  </td>
274
  </tr>
275
  <tr class="form-required">
276
  <th scope="row">
277
+ <label> <?php esc_html_e( 'Number of listings imported on every cycle', 'business-directory-plugin' ); ?></label>
278
  </th>
279
  <td>
280
  <select name="settings[batch-size]">
282
  <option value="<?php echo $batch_size; ?>" <?php echo _defaults_or( $defaults, 'batch-size', 40 ) == $batch_size ? 'selected="selected"' : ''; ?>><?php echo $batch_size; ?></option>
283
  <?php endforeach; ?>
284
  </select>
285
+ <span class="description"><?php esc_html_e( 'If you are having trouble importing listings due to memory problems, try reducing the import batch size to 5 or 1 and then re-attempt. This will result in a longer batch import time, but will increase the chance of success on shared hosting platforms and other resource-constrained servers.', 'business-directory-plugin' ); ?></span>
286
  </td>
287
  </tr>
288
  <tr class="form-required">
309
  <hr />
310
  <h2 id="help"><?php esc_html_e( 'Help', 'business-directory-plugin' ); ?></h2>
311
  <p>
312
+ <?php
313
+ printf(
314
+ esc_html__( 'The following are the valid header names to be used in the CSV file. Multivalued fields (such as category or tags) can appear multiple times in the file. Click <a href="%s">"See an example CSV import file"</a> to see how an import file should look like.', 'business-directory-plugin' ),
315
+ esc_url( admin_url( 'admin.php?page=wpbdp_admin_csv&action=example-csv' ) )
316
+ );
317
+ ?>
318
  </p>
319
 
320
  <table class="wpbdp-csv-import-headers">
321
  <thead>
322
  <tr>
323
+ <th class="header-name"><?php esc_html_e( 'Header name/label', 'business-directory-plugin' ); ?></th>
324
+ <th class="field-label"><?php esc_html_e( 'Field', 'business-directory-plugin' ); ?></th>
325
+ <th class="field-type"><?php esc_html_e( 'Type', 'business-directory-plugin' ); ?></th>
326
+ <th class="field-is-required"><?php esc_html_e( 'Required?', 'business-directory-plugin' ); ?></th>
327
+ <th class="field-is-multivalued"><?php esc_html_e( 'Multivalued?', 'business-directory-plugin' ); ?></th>
328
  </tr>
329
  </thead>
330
  <tbody>
356
  </tr>
357
  <tr class="<?php echo ($i + 1) % 2 == 0 ? 'alt' : ''; ?>">
358
  <td class="header-name">images</td>
359
+ <td class="field-label"><?php esc_html_e( 'Semicolon separated list of listing images (from the ZIP file)', 'business-directory-plugin' ); ?></td>
360
  <td class="field-type">-</td>
361
  <td class="field-is-required"></td>
362
  <td class="field-is-multivalued">X</td>
363
  </tr>
364
  <tr class="<?php echo ($i + 2) % 2 == 0 ? 'alt' : ''; ?>">
365
  <td class="header-name">username</td>
366
+ <td class="field-label"><?php esc_html_e( 'Listing author\'s username', 'business-directory-plugin' ); ?></td>
367
  <td class="field-type">-</td>
368
  <td class="field-is-required"></td>
369
  <td class="field-is-multivalued"></td>
templates/admin/fees-index.tpl.php CHANGED
@@ -14,7 +14,7 @@
14
 
15
  <?php if ( ! wpbdp_get_option( 'payments-on' ) ) : ?>
16
  <p class="howto">
17
- <?php esc_html_e('Payments are currently turned off.', 'business-directory-plugin' ); ?><br />
18
  <?php
19
  echo sprintf(
20
  /* translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag. */
14
 
15
  <?php if ( ! wpbdp_get_option( 'payments-on' ) ) : ?>
16
  <p class="howto">
17
+ <?php esc_html_e( 'Payments are currently turned off.', 'business-directory-plugin' ); ?><br />
18
  <?php
19
  echo sprintf(
20
  /* translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag. */
templates/admin/form-fields-addoredit.tpl.php CHANGED
@@ -128,7 +128,7 @@ wpbdp_admin_notices();
128
  </select>
129
  </td>
130
  </tr>
131
- <tr id="wpbdp_word_count" style="<?php echo ( in_array( 'word_number', $field->get_validators() ) && in_array( $field->get_field_type()->get_id(), array( 'textfield', 'textarea' ) ) ) ? '': 'display: none'; ?>">
132
  <th scope="row">
133
  <label><?php esc_html_e( 'Maximum number of words', 'business-directory-plugin' ); ?></label>
134
  </th>
128
  </select>
129
  </td>
130
  </tr>
131
+ <tr id="wpbdp_word_count" style="<?php echo ( in_array( 'word_number', $field->get_validators() ) && in_array( $field->get_field_type()->get_id(), array( 'textfield', 'textarea' ) ) ) ? '' : 'display: none'; ?>">
132
  <th scope="row">
133
  <label><?php esc_html_e( 'Maximum number of words', 'business-directory-plugin' ); ?></label>
134
  </th>
templates/admin/metaboxes-listing-information-plan.tpl.php CHANGED
@@ -37,9 +37,9 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
37
  <dt><?php _ex( 'Fee Plan', 'listing metabox', 'business-directory-plugin' ); ?></dt>
38
  <dd>
39
  <span class="display-value" id="wpbdp-listing-plan-prop-label">
40
- <?php if ( $current_plan ): ?>
41
  <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=edit-fee&id=' . $current_plan->fee_id ) ); ?>"><?php echo esc_html( $current_plan->fee_label ); ?></a>
42
- <?php else: ?>
43
  -
44
  <?php endif; ?>
45
  </span>
37
  <dt><?php _ex( 'Fee Plan', 'listing metabox', 'business-directory-plugin' ); ?></dt>
38
  <dd>
39
  <span class="display-value" id="wpbdp-listing-plan-prop-label">
40
+ <?php if ( $current_plan ) : ?>
41
  <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=edit-fee&id=' . $current_plan->fee_id ) ); ?>"><?php echo esc_html( $current_plan->fee_label ); ?></a>
42
+ <?php else : ?>
43
  -
44
  <?php endif; ?>
45
  </span>
templates/admin/themes-delete-confirm.tpl.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php echo wpbdp_admin_header( _x( 'Delete Directory Theme', 'themes admin', 'business-directory-plugin' ), 'theme-delete' ); ?>
2
 
3
  <p><?php printf( _x( 'Are you sure you want to delete the directory theme "%s"?', 'themes admin', 'business-directory-plugin' ),
4
  $theme->name ); ?></p>
@@ -9,8 +9,8 @@
9
  <input type="hidden" name="wpbdp-action" value="delete-theme" />
10
  <?php wp_nonce_field( 'delete theme ' . $theme->id ); ?>
11
 
12
- <?php submit_button( _x('Cancel', 'themes admin', 'business-directory-plugin' ), 'secondary', 'cancel', false ); ?>
13
- <?php submit_button( _x('Delete Directory Theme', 'themes admin', 'business-directory-plugin' ), 'delete', 'delete-theme', false ); ?>
14
  </form>
15
 
16
  <?php echo wpbdp_admin_footer(); ?>
1
+ <?php echo wpbdp_admin_header( __( 'Delete Directory Theme', 'business-directory-plugin' ), 'theme-delete' ); ?>
2
 
3
  <p><?php printf( _x( 'Are you sure you want to delete the directory theme "%s"?', 'themes admin', 'business-directory-plugin' ),
4
  $theme->name ); ?></p>
9
  <input type="hidden" name="wpbdp-action" value="delete-theme" />
10
  <?php wp_nonce_field( 'delete theme ' . $theme->id ); ?>
11
 
12
+ <?php submit_button( __( 'Cancel', 'business-directory-plugin' ), 'secondary', 'cancel', false ); ?>
13
+ <?php submit_button( __( 'Delete Directory Theme', 'business-directory-plugin' ), 'delete', 'delete-theme', false ); ?>
14
  </form>
15
 
16
  <?php echo wpbdp_admin_footer(); ?>
templates/admin/themes-install.tpl.php CHANGED
@@ -2,7 +2,7 @@
2
  wpbdp_admin_header(
3
  array(
4
  'title' => __( 'Upload Directory Theme', 'business-directory-plugin' ),
5
- 'id' =>'themes-install',
6
  'echo' => true,
7
  )
8
  );
2
  wpbdp_admin_header(
3
  array(
4
  'title' => __( 'Upload Directory Theme', 'business-directory-plugin' ),
5
+ 'id' => 'themes-install',
6
  'echo' => true,
7
  )
8
  );
templates/admin/themes-item.tpl.php CHANGED
@@ -20,9 +20,9 @@
20
  <?php endif; ?>
21
 
22
  <div class="wpbdp-theme-details-wrapper">
23
- <?php if ( $theme->thumbnail ): ?>
24
  <a href="<?php echo esc_url( $theme->thumbnail ); ?>" title="<?php echo esc_attr( $theme->name ); ?>" class="thickbox" rel="wpbdp-theme-<?php echo esc_attr( $theme->id ); ?>-gallery"><img src="<?php echo esc_url( $theme->thumbnail ); ?>" class="wpbdp-theme-thumbnail" /></a>
25
- <?php else: ?>
26
  <div class="wpbdp-theme-thumbnail">
27
  <p><?php echo esc_html( $theme->description ); ?></p>
28
  </div>
20
  <?php endif; ?>
21
 
22
  <div class="wpbdp-theme-details-wrapper">
23
+ <?php if ( $theme->thumbnail ) : ?>
24
  <a href="<?php echo esc_url( $theme->thumbnail ); ?>" title="<?php echo esc_attr( $theme->name ); ?>" class="thickbox" rel="wpbdp-theme-<?php echo esc_attr( $theme->id ); ?>-gallery"><img src="<?php echo esc_url( $theme->thumbnail ); ?>" class="wpbdp-theme-thumbnail" /></a>
25
+ <?php else : ?>
26
  <div class="wpbdp-theme-thumbnail">
27
  <p><?php echo esc_html( $theme->description ); ?></p>
28
  </div>
templates/businessdirectory-excerpt.tpl.php CHANGED
@@ -2,4 +2,4 @@
2
 
3
  <div class="listing-details">
4
  <?php echo $listing_fields; ?>
5
- </div>
2
 
3
  <div class="listing-details">
4
  <?php echo $listing_fields; ?>
5
+ </div>
templates/businessdirectory-listings.tpl.php CHANGED
@@ -5,12 +5,12 @@
5
  */
6
  $query = isset( $query ) ? $query : wpbdp_current_query();
7
  ?>
8
- <div id="wpbdp-view-listings-page" class="wpbdp-view-listings-page wpbdp-page <?php echo esc_attr( join(' ', $__page__['class'] ) ); ?>">
9
 
10
- <?php if (!isset($stickies)) $stickies = null; ?>
11
- <?php if (!isset($excludebuttons)) $excludebuttons = true; ?>
12
 
13
- <?php if (!$excludebuttons): ?>
14
  <div class="wpbdp-bar cf">
15
  <?php wpbdp_the_main_links(); ?>
16
  <?php wpbdp_the_search_form(); ?>
@@ -22,13 +22,13 @@ $query = isset( $query ) ? $query : wpbdp_current_query();
22
  echo $__page__['before_content'];
23
  ?>
24
 
25
- <div class="wpbdp-page-content <?php echo esc_attr( join(' ', $__page__['content_class'] ) ); ?>">
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' ); ?>
5
  */
6
  $query = isset( $query ) ? $query : wpbdp_current_query();
7
  ?>
8
+ <div id="wpbdp-view-listings-page" class="wpbdp-view-listings-page wpbdp-page <?php echo esc_attr( join( ' ', $__page__['class'] ) ); ?>">
9
 
10
+ <?php if ( ! isset( $stickies ) ) $stickies = null; ?>
11
+ <?php if ( ! isset( $excludebuttons ) ) $excludebuttons = true; ?>
12
 
13
+ <?php if ( ! $excludebuttons ) : ?>
14
  <div class="wpbdp-bar cf">
15
  <?php wpbdp_the_main_links(); ?>
16
  <?php wpbdp_the_search_form(); ?>
22
  echo $__page__['before_content'];
23
  ?>
24
 
25
+ <div class="wpbdp-page-content <?php echo esc_attr( join( ' ', $__page__['content_class'] ) ); ?>">
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' ); ?>
templates/delete-listing-confirm.tpl.php CHANGED
@@ -21,8 +21,8 @@
21
 
22
  <?php wp_nonce_field( 'delete listing ' . $listing->get_id() ); ?>
23
 
24
- <input type="button" onclick="location.href = '<?php echo wpbdp_get_page_link( 'main'); ?>'; return false;" value="<?php _ex('No. Take me back to the directory.', 'delete listing', 'business-directory-plugin' ); ?>" class="wpbdp-button button" />
25
- <input class="delete-listing-confirm wpbdp-submit wpbdp-button" type="submit" value="<?php _ex( 'Yes. Delete my listing.', 'delete listing', 'business-directory-plugin' ); ?>" />
26
  </form>
27
 
28
  </div>
21
 
22
  <?php wp_nonce_field( 'delete listing ' . $listing->get_id() ); ?>
23
 
24
+ <input type="button" onclick="location.href = '<?php echo esc_url_raw( wpbdp_get_page_link( 'main') ); ?>'; return false;" value="<?php esc_attr_e( 'No. Take me back to the directory.', 'business-directory-plugin' ); ?>" class="wpbdp-button button" />
25
+ <input class="delete-listing-confirm wpbdp-submit wpbdp-button" type="submit" value="<?php esc_attr_e( 'Yes. Delete my listing.', 'business-directory-plugin' ); ?>" />
26
  </form>
27
 
28
  </div>
templates/deprecated/businessdirectory-main-page.tpl.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php _deprecated_file( esc_html( basename( __FILE__ ) ), 'Unknown' ); ?>
2
 
3
- <div id="wpbdp-main-page" class="wpbdp-main-page wpbdp-main businessdirectory wpbdp-page <?php echo join(' ', $__page__['class']); ?>">
4
 
5
  <?php wpbdp_the_main_box(); ?>
6
 
7
  <?php echo $__page__['before_content']; ?>
8
 
9
- <div class="wpbdp-page-content <?php echo join(' ', $__page__['content_class']); ?>">
10
  <div id="wpbdp-categories" class="cf">
11
  <?php wpbdp_the_directory_categories(); ?>
12
  </div>
1
  <?php _deprecated_file( esc_html( basename( __FILE__ ) ), 'Unknown' ); ?>
2
 
3
+ <div id="wpbdp-main-page" class="wpbdp-main-page wpbdp-main businessdirectory wpbdp-page <?php echo esc_attr( join( ' ', $__page__['class'] ) ); ?>">
4
 
5
  <?php wpbdp_the_main_box(); ?>
6
 
7
  <?php echo $__page__['before_content']; ?>
8
 
9
+ <div class="wpbdp-page-content <?php echo esc_attr( join( ' ', $__page__['content_class'] ) ); ?>">
10
  <div id="wpbdp-categories" class="cf">
11
  <?php wpbdp_the_directory_categories(); ?>
12
  </div>
templates/deprecated/category.tpl.php CHANGED
@@ -21,7 +21,7 @@ $in_shortcode = ! isset( $in_shortcode ) ? false : (bool) $in_shortcode;
21
 
22
  <?php do_action( 'wpbdp_before_category_page', $category ); ?>
23
  <?php
24
- echo apply_filters( 'wpbdp_category_page_listings', wpbdp_render('businessdirectory-listings', array('excludebuttons' => true)), $category );
25
  ?>
26
  <?php do_action( 'wpbdp_after_category_page', $category ); ?>
27
 
21
 
22
  <?php do_action( 'wpbdp_before_category_page', $category ); ?>
23
  <?php
24
+ echo apply_filters( 'wpbdp_category_page_listings', wpbdp_render( 'businessdirectory-listings', array( 'excludebuttons' => true ) ), $category );
25
  ?>
26
  <?php do_action( 'wpbdp_after_category_page', $category ); ?>
27
 
templates/deprecated/search.tpl.php CHANGED
@@ -17,9 +17,9 @@ $api = wpbdp_formfields_api();
17
 
18
  <?php do_action( 'wpbdp_before_search_results' ); ?>
19
  <div class="search-results">
20
- <?php if (have_posts()): ?>
21
  <?php wpbdp_render( 'businessdirectory-listings', array( 'echo' => true ) ); ?>
22
- <?php else: ?>
23
  <?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
24
  <br />
25
  <?php
@@ -34,7 +34,7 @@ $api = wpbdp_formfields_api();
34
  <?php do_action( 'wpbdp_after_search_results' ); ?>
35
  <?php endif; ?>
36
 
37
- <?php if ( 'below' == $search_form_position ): ?>
38
  <?php echo $search_form; ?>
39
  <?php endif; ?>
40
 
17
 
18
  <?php do_action( 'wpbdp_before_search_results' ); ?>
19
  <div class="search-results">
20
+ <?php if ( have_posts() ) : ?>
21
  <?php wpbdp_render( 'businessdirectory-listings', array( 'echo' => true ) ); ?>
22
+ <?php else : ?>
23
  <?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
24
  <br />
25
  <?php
34
  <?php do_action( 'wpbdp_after_search_results' ); ?>
35
  <?php endif; ?>
36
 
37
+ <?php if ( 'below' === $search_form_position ) : ?>
38
  <?php echo $search_form; ?>
39
  <?php endif; ?>
40
 
templates/email/listing-added.tpl.php CHANGED
@@ -26,12 +26,13 @@ $name = $listing->get_author_meta( 'user_login' );
26
  $email = $listing->get_author_meta( 'user_email' );
27
  $author_text = _x( 'Posted By', 'notify email', 'business-directory-plugin' ) . ': ';
28
 
29
- if ( $name && $email ):
30
  echo $author_text . $name . ' &lt;' . $email . '&gt;';
31
- elseif ( $name ):
32
  echo $author_text . $name;
33
- elseif ( $email ):
34
  echo $author_text . '&lt;' . $email . '&gt;';
35
- else:
36
  echo $author_text . _x( 'Annonymous User', 'notify email', 'business-directory-plugin' );
37
- endif; ?>
 
26
  $email = $listing->get_author_meta( 'user_email' );
27
  $author_text = _x( 'Posted By', 'notify email', 'business-directory-plugin' ) . ': ';
28
 
29
+ if ( $name && $email ) :
30
  echo $author_text . $name . ' &lt;' . $email . '&gt;';
31
+ elseif ( $name ) :
32
  echo $author_text . $name;
33
+ elseif ( $email ) :
34
  echo $author_text . '&lt;' . $email . '&gt;';
35
+ else :
36
  echo $author_text . _x( 'Annonymous User', 'notify email', 'business-directory-plugin' );
37
+ endif;
38
+ ?>
templates/email/listing-payment-completed.tpl.php CHANGED
@@ -22,7 +22,7 @@
22
  <?php endif; ?>
23
 
24
 
25
- <?php _ex('Plan', 'notify email', 'business-directory-plugin' ); ?>: <?php
26
  echo sprintf( '<a href="%s">%s</a>',
27
  esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=edit-fee&id=' . $plan->fee_id ) ),
28
  esc_html( $plan->fee_label )
22
  <?php endif; ?>
23
 
24
 
25
+ <?php esc_html_e( 'Plan', 'business-directory-plugin' ); ?>: <?php
26
  echo sprintf( '<a href="%s">%s</a>',
27
  esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=edit-fee&id=' . $plan->fee_id ) ),
28
  esc_html( $plan->fee_label )
templates/email/listing-reported.tpl.php CHANGED
@@ -20,11 +20,11 @@
20
 
21
  <?php _ex( 'Report Information', 'notify email', 'business-directory-plugin' ); ?>:
22
 
23
- <?php if( ! empty( $report['name'] ) ): ?>
24
  <?php _ex( 'User name', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report['name'] ?>
25
 
26
  <?php endif; ?>
27
- <?php if( ! empty( $report['email'] ) ): ?>
28
  <?php _ex( 'User Email', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report['email'] ?>
29
 
30
  <?php endif; ?>
@@ -32,4 +32,4 @@
32
 
33
  <?php _ex( 'Report selected option', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report[ 'reason' ]; ?>
34
 
35
- <?php echo isset( $report[ 'comments' ] ) && '' != $report[ 'comments' ] ? _x( 'Report additional info', 'notify email', 'business-directory-plugin' ) . ': ' . $report[ 'comments' ] : ''; ?>
20
 
21
  <?php _ex( 'Report Information', 'notify email', 'business-directory-plugin' ); ?>:
22
 
23
+ <?php if ( ! empty( $report['name'] ) ) : ?>
24
  <?php _ex( 'User name', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report['name'] ?>
25
 
26
  <?php endif; ?>
27
+ <?php if ( ! empty( $report['email'] ) ) : ?>
28
  <?php _ex( 'User Email', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report['email'] ?>
29
 
30
  <?php endif; ?>
32
 
33
  <?php _ex( 'Report selected option', 'notify email', 'business-directory-plugin' ); ?>: <?php echo $report[ 'reason' ]; ?>
34
 
35
+ <?php echo isset( $report[ 'comments' ] ) && '' != $report[ 'comments' ] ? _x( 'Report additional info', 'notify email', 'business-directory-plugin' ) . ': ' . $report[ 'comments' ] : ''; ?>
templates/listing-flagging-form.tpl.php CHANGED
@@ -11,7 +11,7 @@ $flagging_options = WPBDP__Listing_Flagging::get_flagging_options();
11
  <?php wp_nonce_field( 'flag listing report ' . $listing->get_id() ); ?>
12
 
13
  <?php if ( false === $user_flagged ) : ?>
14
- <?php if ($current_user): ?>
15
  <p>
16
  <?php
17
  printf(
@@ -30,7 +30,7 @@ $flagging_options = WPBDP__Listing_Flagging::get_flagging_options();
30
  );
31
  ?>
32
  </p>
33
- <?php else: ?>
34
  <p>
35
  <label><?php esc_html_e( 'Name', 'business-directory-plugin' ); ?></label>
36
  <input type="text" class="intextbox" name="reportauthorname" value="<?php echo esc_attr( wpbdp_get_var( array( 'param' => 'commentauthorname' ), 'post' ) ); ?>" />
@@ -41,7 +41,7 @@ $flagging_options = WPBDP__Listing_Flagging::get_flagging_options();
41
  </p>
42
  <?php endif; ?>
43
 
44
- <?php if ( $flagging_options ): ?>
45
  <p><?php esc_html_e( 'Please select the reason to report this listing:', 'business-directory-plugin' ); ?></p>
46
 
47
  <div class="wpbdp-listing-flagging-options">
@@ -49,7 +49,7 @@ $flagging_options = WPBDP__Listing_Flagging::get_flagging_options();
49
  <p><label><input type="radio" name="flagging_option" value="<?php echo esc_attr( $option ); ?>" required> <span><?php echo esc_html( $option ); ?></span></label></p>
50
  <?php endforeach; ?>
51
  </div>
52
- <?php else: ?>
53
  <p><?php esc_html_e( 'Please enter the reasons to report this listing:', 'business-directory-plugin' ); ?></p>
54
  <?php endif; ?>
55
 
@@ -64,7 +64,7 @@ $flagging_options = WPBDP__Listing_Flagging::get_flagging_options();
64
  <input type="button" onclick="location.href = '<?php echo esc_url_raw( wpbdp_url( 'main' ) ); ?>'; return false;" value="<?php esc_attr_e( 'Cancel', 'business-directory-plugin' ); ?>" class="wpbdp-button button" />
65
  <input class="wpbdp-submit wpbdp-button" type="submit" value="<?php echo esc_attr( $flagging_text ); ?>" />
66
  </p>
67
- <?php else: ?>
68
  <?php
69
  printf(
70
  /* translators: %s: listing title */
11
  <?php wp_nonce_field( 'flag listing report ' . $listing->get_id() ); ?>
12
 
13
  <?php if ( false === $user_flagged ) : ?>
14
+ <?php if ( $current_user ) : ?>
15
  <p>
16
  <?php
17
  printf(
30
  );
31
  ?>
32
  </p>
33
+ <?php else : ?>
34
  <p>
35
  <label><?php esc_html_e( 'Name', 'business-directory-plugin' ); ?></label>
36
  <input type="text" class="intextbox" name="reportauthorname" value="<?php echo esc_attr( wpbdp_get_var( array( 'param' => 'commentauthorname' ), 'post' ) ); ?>" />
41
  </p>
42
  <?php endif; ?>
43
 
44
+ <?php if ( $flagging_options ) : ?>
45
  <p><?php esc_html_e( 'Please select the reason to report this listing:', 'business-directory-plugin' ); ?></p>
46
 
47
  <div class="wpbdp-listing-flagging-options">
49
  <p><label><input type="radio" name="flagging_option" value="<?php echo esc_attr( $option ); ?>" required> <span><?php echo esc_html( $option ); ?></span></label></p>
50
  <?php endforeach; ?>
51
  </div>
52
+ <?php else : ?>
53
  <p><?php esc_html_e( 'Please enter the reasons to report this listing:', 'business-directory-plugin' ); ?></p>
54
  <?php endif; ?>
55
 
64
  <input type="button" onclick="location.href = '<?php echo esc_url_raw( wpbdp_url( 'main' ) ); ?>'; return false;" value="<?php esc_attr_e( 'Cancel', 'business-directory-plugin' ); ?>" class="wpbdp-button button" />
65
  <input class="wpbdp-submit wpbdp-button" type="submit" value="<?php echo esc_attr( $flagging_text ); ?>" />
66
  </p>
67
+ <?php else : ?>
68
  <?php
69
  printf(
70
  /* translators: %s: listing title */
templates/manage-listings.tpl.php CHANGED
@@ -1,11 +1,11 @@
1
  <div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
2
- <?php if ( $query->have_posts() ): ?>
3
  <p><?php esc_html_e( 'Your current listings are shown below. To edit a listing click the edit button. To delete a listing click the delete button.', 'business-directory-plugin' ); ?></p>
4
  <?php
5
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
6
  echo wpbdp_x_part( 'listings' );
7
  ?>
8
- <?php else: ?>
9
  <p><?php esc_html_e( 'You do not currently have any listings in the directory.', 'business-directory-plugin' ); ?></p>
10
  <?php
11
  echo sprintf(
1
  <div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
2
+ <?php if ( $query->have_posts() ) : ?>
3
  <p><?php esc_html_e( 'Your current listings are shown below. To edit a listing click the edit button. To delete a listing click the delete button.', 'business-directory-plugin' ); ?></p>
4
  <?php
5
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
6
  echo wpbdp_x_part( 'listings' );
7
  ?>
8
+ <?php else : ?>
9
  <p><?php esc_html_e( 'You do not currently have any listings in the directory.', 'business-directory-plugin' ); ?></p>
10
  <?php
11
  echo sprintf(
templates/manage-recurring.tpl.php CHANGED
@@ -9,11 +9,11 @@
9
  <?php foreach ( $listings as $listing ): ?>
10
  <tr>
11
  <td class="listing-title">
12
- <b><?php if ( $listing->is_published() ): ?>
13
  <?php printf( '<a href="%s">%s</a>',
14
  esc_url( $listing->get_permalink() ),
15
  $listing->get_title() ); ?>
16
- <?php else: ?>
17
  <?php echo $listing->get_title(); ?>
18
  <?php endif; ?></b>
19
  </td>
9
  <?php foreach ( $listings as $listing ): ?>
10
  <tr>
11
  <td class="listing-title">
12
+ <b><?php if ( $listing->is_published() ) : ?>
13
  <?php printf( '<a href="%s">%s</a>',
14
  esc_url( $listing->get_permalink() ),
15
  $listing->get_title() ); ?>
16
+ <?php else : ?>
17
  <?php echo $listing->get_title(); ?>
18
  <?php endif; ?></b>
19
  </td>
templates/parts/listings-loop.tpl.php CHANGED
@@ -5,7 +5,7 @@ if ( ! $query->have_posts() ) :
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' );
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' );
templates/parts/pagination.tpl.php CHANGED
@@ -1,8 +1,8 @@
1
  <div class="wpbdp-pagination">
2
  <?php
3
- if ( function_exists('wp_pagenavi' ) ) :
4
  wp_pagenavi( array( 'query' => $query ) );
5
- else:
6
  ?>
7
  <span class="prev"><?php previous_posts_link( __( '&larr; Previous ', 'business-directory-plugin' ) ); ?></span>
8
  <span class="next"><?php next_posts_link( __( 'Next &rarr;', 'business-directory-plugin' ), $query->max_num_pages ); ?></span>
1
  <div class="wpbdp-pagination">
2
  <?php
3
+ if ( function_exists( 'wp_pagenavi' ) ) :
4
  wp_pagenavi( array( 'query' => $query ) );
5
+ else :
6
  ?>
7
  <span class="prev"><?php previous_posts_link( __( '&larr; Previous ', 'business-directory-plugin' ) ); ?></span>
8
  <span class="next"><?php next_posts_link( __( 'Next &rarr;', 'business-directory-plugin' ), $query->max_num_pages ); ?></span>
templates/plan-selection-plan.tpl.php CHANGED
@@ -32,7 +32,7 @@ $description = apply_filters( 'wpbdp_fee_selection_fee_description', $descriptio
32
 
33
  <ul class="wpbdp-plan-feature-list">
34
  <li class="wpbdp-plan-duration">
35
- <?php if ( $plan->days > 0 ): ?>
36
  <span class="wpbdp-plan-duration-amount">
37
  <?php echo esc_html( $plan->days ); ?>
38
  </span>
@@ -40,13 +40,13 @@ $description = apply_filters( 'wpbdp_fee_selection_fee_description', $descriptio
40
  <?php if ( $plan->recurring ): ?>
41
  <span class="wpbdp-plan-is-recurring">(<?php esc_html_e( 'Recurring', 'business-directory-plugin' ); ?>)</span>
42
  <?php endif; ?>
43
- <?php else: ?>
44
  <span class="wpbdp-plan-duration-never-expires">
45
  <?php esc_html_e( 'Never Expires', 'business-directory-plugin' ); ?>
46
  </span>
47
  <?php endif; ?>
48
  </li>
49
- <?php foreach ( $plan->get_feature_list() as $feature ): ?>
50
  <li><?php echo esc_html( $feature ); ?></li>
51
  <?php endforeach; ?>
52
  </ul>
@@ -60,7 +60,7 @@ $description = apply_filters( 'wpbdp_fee_selection_fee_description', $descriptio
60
  name="<?php echo esc_attr( $field_name ); ?>"
61
  value="<?php echo esc_attr( $plan->id ); ?>"
62
  <?php disabled( $disabled, true ); ?>
63
- <?php echo $disabled ? '': checked( absint( $plan->id ), absint( $selected ), false ); ?> />
64
  <label for="wpbdp-plan-select-radio-<?php echo esc_attr( $plan->id ); ?>">
65
  <span>
66
  <?php esc_html_e( 'Select', 'business-directory-plugin' ); ?>
32
 
33
  <ul class="wpbdp-plan-feature-list">
34
  <li class="wpbdp-plan-duration">
35
+ <?php if ( $plan->days > 0 ) : ?>
36
  <span class="wpbdp-plan-duration-amount">
37
  <?php echo esc_html( $plan->days ); ?>
38
  </span>
40
  <?php if ( $plan->recurring ): ?>
41
  <span class="wpbdp-plan-is-recurring">(<?php esc_html_e( 'Recurring', 'business-directory-plugin' ); ?>)</span>
42
  <?php endif; ?>
43
+ <?php else : ?>
44
  <span class="wpbdp-plan-duration-never-expires">
45
  <?php esc_html_e( 'Never Expires', 'business-directory-plugin' ); ?>
46
  </span>
47
  <?php endif; ?>
48
  </li>
49
+ <?php foreach ( $plan->get_feature_list() as $feature ) : ?>
50
  <li><?php echo esc_html( $feature ); ?></li>
51
  <?php endforeach; ?>
52
  </ul>
60
  name="<?php echo esc_attr( $field_name ); ?>"
61
  value="<?php echo esc_attr( $plan->id ); ?>"
62
  <?php disabled( $disabled, true ); ?>
63
+ <?php echo $disabled ? '' : checked( absint( $plan->id ), absint( $selected ), false ); ?> />
64
  <label for="wpbdp-plan-select-radio-<?php echo esc_attr( $plan->id ); ?>">
65
  <span>
66
  <?php esc_html_e( 'Select', 'business-directory-plugin' ); ?>
templates/search-form.tpl.php CHANGED
@@ -21,7 +21,7 @@
21
  <?php endif; ?>
22
 
23
  <?php echo $fields; ?>
24
- <?php do_action('wpbdp_after_search_fields'); ?>
25
 
26
  <p>
27
  <input type="button" class="wpbdp-button reset" value="<?php _ex( 'Clear', 'search', 'business-directory-plugin' ); ?> " onclick="window.location.href = '<?php echo wpbdp_get_page_link( 'search' ); ?>';" />
21
  <?php endif; ?>
22
 
23
  <?php echo $fields; ?>
24
+ <?php do_action( 'wpbdp_after_search_fields' ); ?>
25
 
26
  <p>
27
  <input type="button" class="wpbdp-button reset" value="<?php _ex( 'Clear', 'search', 'business-directory-plugin' ); ?> " onclick="window.location.href = '<?php echo wpbdp_get_page_link( 'search' ); ?>';" />
templates/search.tpl.php CHANGED
@@ -13,7 +13,7 @@
13
  <div class="search-results">
14
  <?php echo $results; ?>
15
  </div>
16
- <?php else: ?>
17
  <p><?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?></p>
18
  <?php if ( 'none' == $search_form_position ): ?>
19
  <?php
13
  <div class="search-results">
14
  <?php echo $results; ?>
15
  </div>
16
+ <?php else : ?>
17
  <p><?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?></p>
18
  <?php if ( 'none' == $search_form_position ): ?>
19
  <?php
templates/submit-listing/checkout.tpl.php CHANGED
@@ -1 +1 @@
1
- <?php echo $payment_page; ?>
1
+ <?php echo $payment_page; ?>
themes/default/theme.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
- "version": "5.13.2",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
+ "version": "5.13.3",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",