Business Directory Plugin - Version 3.6.5

Version Description

Download this release

Release Info

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

Code changes from version 3.6.4 to 3.6.5

Files changed (50) hide show
  1. README.TXT +20 -4
  2. admin/class-admin-listings.php +9 -9
  3. admin/class-admin.php +24 -49
  4. admin/csv-import.php +17 -4
  5. admin/js/listing.js +12 -0
  6. admin/js/listing.min.js +1 -1
  7. admin/listing-metabox.php +3 -3
  8. admin/templates/debug-info.tpl.php +2 -2
  9. admin/templates/listing-change-fee.tpl.php +2 -2
  10. admin/templates/listing-metabox-categories.tpl.php +1 -1
  11. admin/templates/listing-metabox-fees.tpl.php +2 -2
  12. admin/templates/listing-metabox-feesummary.tpl.php +2 -2
  13. admin/templates/payment-details.tpl.php +5 -5
  14. admin/templates/settings.tpl.php +2 -2
  15. admin/transactions.php +8 -8
  16. business-directory-plugin.php +26 -18
  17. core/api.php +72 -21
  18. core/class-csv-import.php +6 -2
  19. core/class-db-model.php +4 -2
  20. core/class-form-field-type.php +21 -11
  21. core/class-form-field.php +4 -1
  22. core/class-listings-api.php +12 -10
  23. core/compatibility/class-compat.php +5 -0
  24. core/compatibility/class-navxt-integration.php +172 -0
  25. core/compatibility/class-wpml-compat.php +6 -2
  26. core/css/wpbdp.css +9 -7
  27. core/css/wpbdp.min.css +1 -1
  28. core/form-fields-types.php +192 -0
  29. core/form-fields.php +49 -13
  30. core/gateways-authorize-net.php +4 -4
  31. core/gateways-dummy.php +1 -1
  32. core/gateways-googlewallet.php +1 -1
  33. core/js/wpbdp.js +29 -3
  34. core/js/wpbdp.min.js +1 -1
  35. core/payment.php +4 -4
  36. core/templates-ui.php +4 -4
  37. core/view-checkout.php +12 -2
  38. core/views.php +2 -1
  39. languages/WPBDM-de_DE.mo +0 -0
  40. languages/WPBDM-de_DE.po +1422 -716
  41. languages/WPBDM-en_US.mo +0 -0
  42. languages/WPBDM-en_US.po +315 -247
  43. languages/WPBDM-es_ES.mo +0 -0
  44. languages/WPBDM-es_ES.po +324 -251
  45. languages/WPBDM-fr_FR.mo +0 -0
  46. languages/WPBDM-fr_FR.po +6334 -0
  47. languages/WPBDM.pot +672 -520
  48. templates/delete-listing-confirm.tpl.php +2 -2
  49. templates/renew-listing.tpl.php +2 -2
  50. templates/search.tpl.php +1 -1
README.TXT CHANGED
@@ -2,10 +2,10 @@
2
  Contributors: businessdirectoryplugin
3
  Donate link: http://businessdirectoryplugin.com/premium-modules/
4
  Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
5
- Requires at least: 3.8
6
- Tested up to: 4.2
7
- Last Updated: 2015-Apr-20
8
- Stable tag: tags/3.6.4
9
  License: GPLv2 or later
10
 
11
  Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
@@ -113,6 +113,22 @@ If you are having problems please visit [support forum](http://www.businessdirec
113
 
114
  == Changelog ==
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  = Version 3.6.4 =
117
  * Include an str_getcsv() alternative for setups running PHP < 5.2.
118
  * Fix PHP warning appearing when using the directory without a main page defined.
2
  Contributors: businessdirectoryplugin
3
  Donate link: http://businessdirectoryplugin.com/premium-modules/
4
  Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
5
+ Requires at least: 3.9
6
+ Tested up to: 4.2.2
7
+ Last Updated: 2015-Jun-9
8
+ Stable tag: tags/3.6.5
9
  License: GPLv2 or later
10
 
11
  Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
113
 
114
  == Changelog ==
115
 
116
+ = Version 3.6.5 =
117
+ * Added full French translation
118
+ * Add support for NavXT breadcrumbs plugin
119
+ * New Date form field type.
120
+ * Update Drip code with use of API key
121
+ * Handle expiring of listing regardless of renewal being enabled.
122
+ * Fix some image uploading issues on the backend.
123
+ * Improved CSV import error handling.
124
+ * Allow Advanced Search to work when BD's main page is also the front page.
125
+ * Minor fixes to image uploading.
126
+ * Fix "Back to Directory" link after trying to delete a listing.
127
+ * Work around Facebook + Twitter button issues when next to each other.
128
+ * Fix PHP error in WPML integration.
129
+ * Some CSS fixes.
130
+ * Allow modules to work on secondary listing queries.
131
+
132
  = Version 3.6.4 =
133
  * Include an str_getcsv() alternative for setups running PHP < 5.2.
134
  * Fix PHP warning appearing when using the directory without a main page defined.
admin/class-admin-listings.php CHANGED
@@ -89,7 +89,7 @@ class WPBDP_Admin_Listings {
89
 
90
  if ( $paid_status != 'ok' )
91
  $status_links .= sprintf('<span><a href="%s">%s</a></span>',
92
- add_query_arg( array( 'wpbdmaction' => 'setaspaid', 'post' => $post_id ) ),
93
  __('Paid', 'WPBDM'));
94
 
95
  printf( '<span class="tag paymentstatus %s">%s</span>', $paid_status, strtoupper( $paid_status ) );
@@ -111,14 +111,14 @@ class WPBDP_Admin_Listings {
111
  if ( current_user_can('administrator') ) {
112
  if ( $sticky_info->upgradeable ) {
113
  echo sprintf('<span><a href="%s">%s</a></span>',
114
- add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->upgrade->id, 'post' => $post_id)),
115
  '<b>↑</b> ' . sprintf(__('Upgrade to %s', 'WPBDM'), esc_attr($sticky_info->upgrade->name)) );
116
  echo '<br />';
117
  }
118
 
119
  if ( $sticky_info->downgradeable ) {
120
  echo sprintf('<span><a href="%s">%s</a></span>',
121
- add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->downgrade->id, 'post' => $post_id)),
122
  '<b>↓</b> ' . sprintf(__('Downgrade to %s', 'WPBDM'), esc_attr($sticky_info->downgrade->name)) );
123
  }
124
  } elseif ( current_user_can('contributor') && wpbdp_user_can( 'upgrade-to-sticky', $post_id ) ) {
@@ -171,22 +171,22 @@ class WPBDP_Admin_Listings {
171
  current_time( 'mysql' ) ) );
172
 
173
  $views['paid'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
174
- add_query_arg('wpbdmfilter', 'paid', remove_query_arg('post')),
175
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'paid' ? 'current' : '',
176
  __('Paid', 'WPBDM'),
177
  number_format_i18n($paid));
178
  $views['unpaid'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
179
- add_query_arg('wpbdmfilter', 'unpaid', remove_query_arg('post')),
180
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'unpaid' ? 'current' : '',
181
  __('Unpaid', 'WPBDM'),
182
  number_format_i18n($unpaid));
183
  $views['featured'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
184
- add_query_arg('wpbdmfilter', 'pendingupgrade', remove_query_arg('post')),
185
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'pendingupgrade' ? 'current' : '',
186
  __('Pending Upgrade', 'WPBDM'),
187
  number_format_i18n($pending_upgrade));
188
  $views['expired'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
189
- add_query_arg( 'wpbdmfilter', 'expired', remove_query_arg( 'post' ) ),
190
  wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) == 'expired' ? 'current' : '' ,
191
  _x( 'Expired', 'admin', 'WPBDM' ),
192
  number_format_i18n( $expired )
@@ -306,9 +306,9 @@ class WPBDP_Admin_Listings {
306
 
307
  foreach ($bulk_actions as $action => $text) {
308
  echo sprintf('jQuery(\'select[name="%s"]\').append(\'<option value="%s" data-uri="%s">%s</option>\');',
309
- 'action', 'listing-' . $action, add_query_arg('wpbdmaction', $action), $text);
310
  echo sprintf('jQuery(\'select[name="%s"]\').append(\'<option value="%s" data-uri="%s">%s</option>\');',
311
- 'action2', 'listing-' . $action, add_query_arg('wpbdmaction', $action), $text);
312
  }
313
 
314
  echo '</script>';
89
 
90
  if ( $paid_status != 'ok' )
91
  $status_links .= sprintf('<span><a href="%s">%s</a></span>',
92
+ esc_url( add_query_arg( array( 'wpbdmaction' => 'setaspaid', 'post' => $post_id ) ) ),
93
  __('Paid', 'WPBDM'));
94
 
95
  printf( '<span class="tag paymentstatus %s">%s</span>', $paid_status, strtoupper( $paid_status ) );
111
  if ( current_user_can('administrator') ) {
112
  if ( $sticky_info->upgradeable ) {
113
  echo sprintf('<span><a href="%s">%s</a></span>',
114
+ esc_url( add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->upgrade->id, 'post' => $post_id)) ),
115
  '<b>↑</b> ' . sprintf(__('Upgrade to %s', 'WPBDM'), esc_attr($sticky_info->upgrade->name)) );
116
  echo '<br />';
117
  }
118
 
119
  if ( $sticky_info->downgradeable ) {
120
  echo sprintf('<span><a href="%s">%s</a></span>',
121
+ esc_url( add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->downgrade->id, 'post' => $post_id)) ),
122
  '<b>↓</b> ' . sprintf(__('Downgrade to %s', 'WPBDM'), esc_attr($sticky_info->downgrade->name)) );
123
  }
124
  } elseif ( current_user_can('contributor') && wpbdp_user_can( 'upgrade-to-sticky', $post_id ) ) {
171
  current_time( 'mysql' ) ) );
172
 
173
  $views['paid'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
174
+ esc_url( add_query_arg('wpbdmfilter', 'paid', remove_query_arg('post')) ),
175
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'paid' ? 'current' : '',
176
  __('Paid', 'WPBDM'),
177
  number_format_i18n($paid));
178
  $views['unpaid'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
179
+ esc_url( add_query_arg('wpbdmfilter', 'unpaid', remove_query_arg('post')) ),
180
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'unpaid' ? 'current' : '',
181
  __('Unpaid', 'WPBDM'),
182
  number_format_i18n($unpaid));
183
  $views['featured'] = sprintf('<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
184
+ esc_url( add_query_arg('wpbdmfilter', 'pendingupgrade', remove_query_arg('post')) ),
185
  wpbdp_getv($_REQUEST, 'wpbdmfilter') == 'pendingupgrade' ? 'current' : '',
186
  __('Pending Upgrade', 'WPBDM'),
187
  number_format_i18n($pending_upgrade));
188
  $views['expired'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
189
+ esc_url( add_query_arg( 'wpbdmfilter', 'expired', remove_query_arg( 'post' ) ) ),
190
  wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) == 'expired' ? 'current' : '' ,
191
  _x( 'Expired', 'admin', 'WPBDM' ),
192
  number_format_i18n( $expired )
306
 
307
  foreach ($bulk_actions as $action => $text) {
308
  echo sprintf('jQuery(\'select[name="%s"]\').append(\'<option value="%s" data-uri="%s">%s</option>\');',
309
+ 'action', 'listing-' . $action, esc_url( add_query_arg('wpbdmaction', $action) ), $text);
310
  echo sprintf('jQuery(\'select[name="%s"]\').append(\'<option value="%s" data-uri="%s">%s</option>\');',
311
+ 'action2', 'listing-' . $action, esc_url( add_query_arg('wpbdmaction', $action) ), $text);
312
  }
313
 
314
  echo '</script>';
admin/class-admin.php CHANGED
@@ -103,23 +103,6 @@ class WPBDP_Admin {
103
  }
104
  }
105
 
106
- /**
107
- * @since 3.4.1
108
- */
109
- private function get_drip_api_info( $key = '' ) {
110
- $info = array(
111
- 'url' => 'https://api.getdrip.com/v1',
112
- 'api_key' => 'usskquea6f3yipbcitys',
113
- 'account_id' => '4037583',
114
- 'campaign' => '4494091'
115
- );
116
-
117
- if ( array_key_exists( $key, $info ) )
118
- return $info[ $key ];
119
-
120
- return '';
121
- }
122
-
123
  /**
124
  * @since 3.4.1
125
  */
@@ -194,39 +177,31 @@ class WPBDP_Admin {
194
 
195
  if ( $subscribe ) {
196
  if ( ! filter_var( $_POST['email'], FILTER_VALIDATE_EMAIL ) )
197
- $res->send_error();
198
-
199
- // Make request to Drip.
200
- $payload = array( 'status' => 'active',
201
- 'subscribers' => array( array(
202
- 'email' => $_POST['email'],
203
- 'utc_offset' => 660,
204
- 'double_optin' => false,
205
- 'starting_email_index' => 0,
206
- 'reactivate_if_subscribed' => true,
207
- 'custom_fields' => array( 'name' => $current_user->display_name,
208
- 'url' => get_bloginfo( 'url' ) )
209
- ) )
210
- );
211
- $url = sprintf( '%s/%s/campaigns/%s/subscribers',
212
- $this->get_drip_api_info( 'url' ),
213
- $this->get_drip_api_info( 'account_id' ),
214
- $this->get_drip_api_info( 'campaign' ) );
215
-
216
- if ( function_exists( 'curl_init' ) ) {
217
- $ch = curl_init();
218
- curl_setopt( $ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC );
219
- curl_setopt( $ch, CURLOPT_USERPWD, $this->get_drip_api_info( 'api_key' ) . ':' );
220
- curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" );
221
- curl_setopt( $ch, CURLOPT_HEADER, false );
222
- curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
223
- curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
224
- curl_setopt( $ch, CURLOPT_HTTPHEADER, array( 'Content-Type: application/json' ) );
225
- curl_setopt( $ch, CURLOPT_POSTFIELDS, json_encode( $payload ) );
226
- curl_setopt( $ch, CURLOPT_URL, $url );
227
- $result = curl_exec( $ch );
228
- curl_close( $ch );
229
  }
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
231
 
232
  $res->send();
103
  }
104
  }
105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  /**
107
  * @since 3.4.1
108
  */
177
 
178
  if ( $subscribe ) {
179
  if ( ! filter_var( $_POST['email'], FILTER_VALIDATE_EMAIL ) )
180
+ return $res->send_error( _x( 'Invalid e-mail address.', 'drip pointer', 'WPBDM' ) );
181
+
182
+ // Build fields for POSTing to Drip.
183
+ $data = array();
184
+ $data['name'] = '';
185
+
186
+ foreach ( array( 'first_name', 'display_name', 'user_login', 'username' ) as $k ) {
187
+ if ( empty ( $current_user->{$k} ) )
188
+ continue;
189
+
190
+ $data['name'] = $current_user->{$k};
191
+ break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  }
193
+
194
+ $data['email'] = $_POST['email'];
195
+ $data['website'] = get_bloginfo( 'url' );
196
+ $data['gmt_offset'] = get_option( 'gmt_offset' );
197
+
198
+ $response = wp_remote_post( 'https://www.getdrip.com/forms/6877690/submissions', array(
199
+ 'body' => array(
200
+ 'fields[name]' => $data['name'],
201
+ 'fields[email]' => $data['email'],
202
+ 'fields[website]' => $data['website'],
203
+ 'fields[gmt_offset]' => $data['gmt_offset'] )
204
+ ) );
205
  }
206
 
207
  $res->send();
admin/csv-import.php CHANGED
@@ -302,10 +302,23 @@ class WPBDP_CSVImportAdmin {
302
  // Store settings to use as defaults next time.
303
  update_user_option( get_current_user_id(), 'wpbdp-csv-import-settings', $_POST['settings'], false );
304
 
305
- $import = new WPBDP_CSV_Import( '',
306
- $csv_file,
307
- $zip_file,
308
- array_merge( $_POST['settings'], array( 'test-import' => ! empty( $_POST['test-import'] ) ) ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
309
 
310
  if ( $import->in_test_mode() )
311
  wpbdp_admin_message( _x( 'Import is in "test mode". Nothing will be inserted into the database.', 'admin csv-import', 'WPBDM' ) );
302
  // Store settings to use as defaults next time.
303
  update_user_option( get_current_user_id(), 'wpbdp-csv-import-settings', $_POST['settings'], false );
304
 
305
+ $import = null;
306
+ try {
307
+ $import = new WPBDP_CSV_Import( '',
308
+ $csv_file,
309
+ $zip_file,
310
+ array_merge( $_POST['settings'], array( 'test-import' => ! empty( $_POST['test-import'] ) ) ) );
311
+ } catch ( Exception $e ) {
312
+ if ( $import )
313
+ $import->cleanup();
314
+
315
+ $error = _x( 'An error was detected while validating the CSV file for import. Please fix this before proceeding.', 'admin csv-import', 'WPBDM' );
316
+ $error .= '<br />';
317
+ $error .= '<b>' . $e->getMessage() . '</b>';
318
+
319
+ wpbdp_admin_message( $error, 'error' );
320
+ return $this->import_settings();
321
+ }
322
 
323
  if ( $import->in_test_mode() )
324
  wpbdp_admin_message( _x( 'Import is in "test mode". Nothing will be inserted into the database.', 'admin csv-import', 'WPBDM' ) );
admin/js/listing.js CHANGED
@@ -24,7 +24,19 @@ var admin = wpbdp.admin = wpbdp.admin || {};
24
 
25
  // Image upload.
26
  wpbdp.dnd.setup( $( '#image-upload-dnd-area' ), {
 
 
 
 
27
  done: function( res ) {
 
 
 
 
 
 
 
 
28
  $( '#no-images-message' ).hide();
29
  $( '#wpbdp-uploaded-images' ).append( res.data.html );
30
  }
24
 
25
  // Image upload.
26
  wpbdp.dnd.setup( $( '#image-upload-dnd-area' ), {
27
+ validate: function( data ) {
28
+ $( this ).siblings( '.wpbdp-msg' ).remove();
29
+ return true;
30
+ },
31
  done: function( res ) {
32
+ var uploadErrors = ( 'undefined' !== typeof res.data.uploadErrors ) ? res.data.uploadErrors : false;
33
+
34
+ if ( uploadErrors ) {
35
+ var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html( '<p>' + res.data.uploadErrors + '</p>' );
36
+ $( '.area-and-conditions' ).prepend( errorMsg );
37
+ return;
38
+ }
39
+
40
  $( '#no-images-message' ).hide();
41
  $( '#wpbdp-uploaded-images' ).append( res.data.html );
42
  }
admin/js/listing.min.js CHANGED
@@ -1 +1 @@
1
- var wpbdp=window.wpbdp||{};var admin=wpbdp.admin=wpbdp.admin||{};(function($){var listing=admin.listing=admin.listing||{};var images=listing.images=wpbdp.admin.listing.images={init:function(){var t=this;$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();$.post($(this).attr("data-action"),{},function(res){if(!res.success){return}$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').remove();if(0==$("#wpbdp-uploaded-images .wpbdp-image").length){$("#no-images-message").show()}},"json")});wpbdp.dnd.setup($("#image-upload-dnd-area"),{done:function(res){$("#no-images-message").hide();$("#wpbdp-uploaded-images").append(res.data.html)}})}};$(document).ready(function(){images.init()})})(jQuery);
1
+ var wpbdp=window.wpbdp||{};var admin=wpbdp.admin=wpbdp.admin||{};(function($){var listing=admin.listing=admin.listing||{};var images=listing.images=wpbdp.admin.listing.images={init:function(){var t=this;$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();$.post($(this).attr("data-action"),{},function(res){if(!res.success){return}$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').remove();if(0==$("#wpbdp-uploaded-images .wpbdp-image").length){$("#no-images-message").show()}},"json")});wpbdp.dnd.setup($("#image-upload-dnd-area"),{validate:function(data){$(this).siblings(".wpbdp-msg").remove();return true},done:function(res){var uploadErrors=("undefined"!==typeof res.data.uploadErrors)?res.data.uploadErrors:false;if(uploadErrors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html("<p>"+res.data.uploadErrors+"</p>");$(".area-and-conditions").prepend(errorMsg);return}$("#no-images-message").hide();$("#wpbdp-uploaded-images").append(res.data.html)}})}};$(document).ready(function(){images.init()})})(jQuery);
admin/listing-metabox.php CHANGED
@@ -64,14 +64,14 @@ class WPBDP_Admin_Listing_Metabox {
64
  if (current_user_can('administrator')) {
65
  if ( $sticky_info->upgradeable ) {
66
  echo sprintf('<span><a href="%s">%s</a></span>',
67
- add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->upgrade->id, 'post' => $this->listing->get_id())),
68
  '<b>↑</b> ' . sprintf(__('Upgrade to %s', 'WPBDM'), esc_attr($sticky_info->upgrade->name)) );
69
  }
70
 
71
  if ( $sticky_info->downgradeable ) {
72
  echo '<br />';
73
  echo sprintf('<span><a href="%s">%s</a></span>',
74
- add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->downgrade->id, 'post' => $this->listing->get_id())),
75
  '<b>↓</b> ' . sprintf(__('Downgrade to %s', 'WPBDM'), esc_attr($sticky_info->downgrade->name)) );
76
  }
77
  }
@@ -88,7 +88,7 @@ class WPBDP_Admin_Listing_Metabox {
88
 
89
  if ( current_user_can( 'administrator' ) && 'ok' != $this->listing->get_payment_status() ) {
90
  echo sprintf( '<a href="%s" class="button-primary">%s</a> ',
91
- add_query_arg('wpbdmaction', 'setaspaid' ),
92
  _x( 'Mark listing as Paid', 'admin infometabox', 'WPBDM' ) );
93
  }
94
 
64
  if (current_user_can('administrator')) {
65
  if ( $sticky_info->upgradeable ) {
66
  echo sprintf('<span><a href="%s">%s</a></span>',
67
+ esc_url( add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->upgrade->id, 'post' => $this->listing->get_id())) ),
68
  '<b>↑</b> ' . sprintf(__('Upgrade to %s', 'WPBDM'), esc_attr($sticky_info->upgrade->name)) );
69
  }
70
 
71
  if ( $sticky_info->downgradeable ) {
72
  echo '<br />';
73
  echo sprintf('<span><a href="%s">%s</a></span>',
74
+ esc_url( add_query_arg(array('wpbdmaction' => 'changesticky', 'u' => $sticky_info->downgrade->id, 'post' => $this->listing->get_id())) ),
75
  '<b>↓</b> ' . sprintf(__('Downgrade to %s', 'WPBDM'), esc_attr($sticky_info->downgrade->name)) );
76
  }
77
  }
88
 
89
  if ( current_user_can( 'administrator' ) && 'ok' != $this->listing->get_payment_status() ) {
90
  echo sprintf( '<a href="%s" class="button-primary">%s</a> ',
91
+ esc_url( add_query_arg('wpbdmaction', 'setaspaid' ) ),
92
  _x( 'Mark listing as Paid', 'admin infometabox', 'WPBDM' ) );
93
  }
94
 
admin/templates/debug-info.tpl.php CHANGED
@@ -6,7 +6,7 @@
6
  <strong><u><?php _ex( 'The debug information does not contain personal or sensitive information such as passwords or private keys.', 'debug-info', 'WPBDM' ); ?></u></strong>
7
  </p>
8
  <p style="text-align: right;">
9
- <a href="<?php echo add_query_arg( 'download', '1' ); ?>" class="button button-primary"><?php _ex( 'Download Debug Information', 'debug-info', 'WPBDM' ); ?></a>
10
  </p>
11
 
12
  <h3 class="nav-tab-wrapper">
@@ -30,4 +30,4 @@
30
  <?php endforeach; ?>
31
  </div>
32
 
33
- <?php echo wpbdp_admin_footer(); ?>
6
  <strong><u><?php _ex( 'The debug information does not contain personal or sensitive information such as passwords or private keys.', 'debug-info', 'WPBDM' ); ?></u></strong>
7
  </p>
8
  <p style="text-align: right;">
9
+ <a href="<?php echo esc_url( add_query_arg( 'download', '1' ) ); ?>" class="button button-primary"><?php _ex( 'Download Debug Information', 'debug-info', 'WPBDM' ); ?></a>
10
  </p>
11
 
12
  <h3 class="nav-tab-wrapper">
30
  <?php endforeach; ?>
31
  </div>
32
 
33
+ <?php echo wpbdp_admin_footer(); ?>
admin/templates/listing-change-fee.tpl.php CHANGED
@@ -10,7 +10,7 @@
10
  <?php if ( $category->fee_id == $f->id ): ?>
11
  <span class="tag"><?php _ex( 'Current', 'admin listing fee', 'WPBDM' ); ?></span>
12
  <?php else: ?>
13
- <a href="<?php echo add_query_arg( array( 'wpbdmaction' => 'assignfee', 'category_id' => $category->id, 'fee_id' => $f->id ), admin_url( 'post.php?post=' . $listing->get_id() . '&action=edit' ) ); ?>" class="button choose-this">
14
  <?php _ex( 'Use this fee', 'admin listing fee', 'WPBDM' ); ?>
15
  </a>
16
  <?php endif; ?>
@@ -28,4 +28,4 @@
28
  </div>
29
  <?php endforeach; ?>
30
  </div>
31
- </div>
10
  <?php if ( $category->fee_id == $f->id ): ?>
11
  <span class="tag"><?php _ex( 'Current', 'admin listing fee', 'WPBDM' ); ?></span>
12
  <?php else: ?>
13
+ <a href="<?php echo esc_url( add_query_arg( array( 'wpbdmaction' => 'assignfee', 'category_id' => $category->id, 'fee_id' => $f->id ), admin_url( 'post.php?post=' . $listing->get_id() . '&action=edit' ) ) ); ?>" class="button choose-this">
14
  <?php _ex( 'Use this fee', 'admin listing fee', 'WPBDM' ); ?>
15
  </a>
16
  <?php endif; ?>
28
  </div>
29
  <?php endforeach; ?>
30
  </div>
31
+ </div>
admin/templates/listing-metabox-categories.tpl.php CHANGED
@@ -95,7 +95,7 @@ if ( ! isset( $admin_actions ) )
95
 
96
  <?php if ( in_array( 'renewal email', $admin_actions, true ) ): ?>
97
  <li>
98
- <a href="<?php echo add_query_arg( array( 'wpbdmaction' => 'send-renewal-email', 'renewal_id' => $category->renewal_id ) ); ?>">
99
  <?php _ex( 'Send renewal e-mail to user', 'admin infometabox', 'WPBDM' ); ?>
100
  </a>
101
  </li>
95
 
96
  <?php if ( in_array( 'renewal email', $admin_actions, true ) ): ?>
97
  <li>
98
+ <a href="<?php echo esc_url( add_query_arg( array( 'wpbdmaction' => 'send-renewal-email', 'renewal_id' => $category->renewal_id ) ) ); ?>">
99
  <?php _ex( 'Send renewal e-mail to user', 'admin infometabox', 'WPBDM' ); ?>
100
  </a>
101
  </li>
admin/templates/listing-metabox-fees.tpl.php CHANGED
@@ -19,5 +19,5 @@ echo wpbdp_render_page( WPBDP_PATH . 'admin/templates/listing-metabox-categories
19
  ?>
20
 
21
  <?php if ( $listing->get_categories( 'expired' ) ): ?>
22
- <a href="<?php echo add_query_arg( 'wpbdmaction', 'renewlisting' ); ?>" class="button-primary button"><?php _ex( 'Renew listing in all expired categories', 'admin infometabox', 'WPBDM'); ?></a>
23
- <?php endif; ?>
19
  ?>
20
 
21
  <?php if ( $listing->get_categories( 'expired' ) ): ?>
22
+ <a href="<?php echo esc_url( add_query_arg( 'wpbdmaction', 'renewlisting' ) ); ?>" class="button-primary button"><?php _ex( 'Renew listing in all expired categories', 'admin infometabox', 'WPBDM'); ?></a>
23
+ <?php endif; ?>
admin/templates/listing-metabox-feesummary.tpl.php CHANGED
@@ -9,5 +9,5 @@ echo wpbdp_render_page( WPBDP_PATH . 'admin/templates/listing-metabox-categories
9
  ?>
10
 
11
  <?php if ( $listing->get_categories( 'expired' ) ): ?>
12
- <a href="<?php echo add_query_arg( 'wpbdmaction', 'renewlisting' ); ?>" class="button-primary button"><?php _ex( 'Renew listing in all expired categories', 'admin infometabox', 'WPBDM'); ?></a>
13
- <?php endif; ?>
9
  ?>
10
 
11
  <?php if ( $listing->get_categories( 'expired' ) ): ?>
12
+ <a href="<?php echo esc_url( add_query_arg( 'wpbdmaction', 'renewlisting' ) ); ?>" class="button-primary button"><?php _ex( 'Renew listing in all expired categories', 'admin infometabox', 'WPBDM'); ?></a>
13
+ <?php endif; ?>
admin/templates/payment-details.tpl.php CHANGED
@@ -35,12 +35,12 @@
35
 
36
  <div class="actions">
37
  <?php if ( $payment->is_pending() ): ?>
38
- <a href="<?php echo add_query_arg( array( 'wpbdmaction' => 'approvetransaction', 'transaction_id' => $payment->get_id() ),
39
- admin_url('post.php?post=' . $payment->get_listing_id() . '&action=edit' ) ); ?>" class="button-primary">
40
  <?php _ex('Approve payment', 'admin payments', 'WPBDM'); ?>
41
  </a>&nbsp;
42
- <a href="<?php echo add_query_arg( array( 'wpbdmaction' => 'rejecttransaction', 'transaction_id' => $payment->get_id() ),
43
- admin_url('post.php?post=' . $payment->get_listing_id() . '&action=edit' ) ); ?>" class="button">
44
  <?php _ex('Reject payment', 'admin payments', 'WPBDM'); ?>
45
  </a>
46
  <?php endif; ?>
@@ -56,4 +56,4 @@
56
  Email: <span class="email"><?php echo $payment->get_payer_info( 'email' ) ? $payment->get_payer_info( 'email' ) : '--'; ?></span>
57
  </dd>
58
  </dl>*/
59
- ?>
35
 
36
  <div class="actions">
37
  <?php if ( $payment->is_pending() ): ?>
38
+ <a href="<?php echo esc_url( add_query_arg( array( 'wpbdmaction' => 'approvetransaction', 'transaction_id' => $payment->get_id() ),
39
+ admin_url('post.php?post=' . $payment->get_listing_id() . '&action=edit' ) ) ); ?>" class="button-primary">
40
  <?php _ex('Approve payment', 'admin payments', 'WPBDM'); ?>
41
  </a>&nbsp;
42
+ <a href="<?php echo esc_url( add_query_arg( array( 'wpbdmaction' => 'rejecttransaction', 'transaction_id' => $payment->get_id() ),
43
+ admin_url('post.php?post=' . $payment->get_listing_id() . '&action=edit' ) ) ); ?>" class="button">
44
  <?php _ex('Reject payment', 'admin payments', 'WPBDM'); ?>
45
  </a>
46
  <?php endif; ?>
56
  Email: <span class="email"><?php echo $payment->get_payer_info( 'email' ) ? $payment->get_payer_info( 'email' ) : '--'; ?></span>
57
  </dd>
58
  </dl>*/
59
+ ?>
admin/templates/settings.tpl.php CHANGED
@@ -21,12 +21,12 @@ endforeach;
21
 
22
  <?php foreach($wpbdp_settings->groups as $g): ?>
23
  <a class="nav-tab <?php echo $g->slug == wpbdp_getv($_REQUEST, 'groupid', 'general') ? 'nav-tab-active': ''; ?> <?php echo apply_filters( 'wpbdp_settings_group_tab_css', '', $g ); ?>"
24
- href="<?php echo add_query_arg('groupid', $g->slug, remove_query_arg('settings-updated')); ?>">
25
  <?php echo apply_filters( 'wpbdp_settings_group_tab_name', $g->name, $g ); ?>
26
  </a>
27
  <?php endforeach; ?>
28
  <a class="nav-tab <?php echo wpbdp_getv($_REQUEST, 'groupid') == 'resetdefaults' ? 'nav-tab-active' : ''; ?>"
29
- href="<?php echo add_query_arg('groupid', 'resetdefaults', remove_query_arg('settings-updated')); ?>">
30
  <?php _e('Reset Defaults', 'WPBDM'); ?>
31
  </a>
32
  </h3>
21
 
22
  <?php foreach($wpbdp_settings->groups as $g): ?>
23
  <a class="nav-tab <?php echo $g->slug == wpbdp_getv($_REQUEST, 'groupid', 'general') ? 'nav-tab-active': ''; ?> <?php echo apply_filters( 'wpbdp_settings_group_tab_css', '', $g ); ?>"
24
+ href="<?php echo esc_url( add_query_arg('groupid', $g->slug, remove_query_arg('settings-updated')) ); ?>">
25
  <?php echo apply_filters( 'wpbdp_settings_group_tab_name', $g->name, $g ); ?>
26
  </a>
27
  <?php endforeach; ?>
28
  <a class="nav-tab <?php echo wpbdp_getv($_REQUEST, 'groupid') == 'resetdefaults' ? 'nav-tab-active' : ''; ?>"
29
+ href="<?php echo esc_url( add_query_arg('groupid', 'resetdefaults', remove_query_arg('settings-updated')) ); ?>">
30
  <?php _e('Reset Defaults', 'WPBDM'); ?>
31
  </a>
32
  </h3>
admin/transactions.php CHANGED
@@ -97,11 +97,11 @@ class WPBDP_TransactionsTable extends WP_List_Table {
97
 
98
  if ( $item->status == 'pending' ) {
99
  $actions['approve_'] = sprintf( '<a href="%s">%s</a>',
100
- add_query_arg( array( 'action' => 'approve', 'id' => $item->id ) ),
101
  _x( 'Approve', 'admin transactions', 'WPBDM' )
102
  );
103
  $actions['reject_'] = sprintf( '<a href="%s">%s</a>',
104
- add_query_arg( array( 'action' => 'reject', 'id' => $item->id ) ),
105
  _x( 'Reject', 'admin transactions', 'WPBDM' )
106
  );
107
  }
@@ -112,7 +112,7 @@ class WPBDP_TransactionsTable extends WP_List_Table {
112
  );
113
 
114
  $actions['delete'] = sprintf( '<a href="%s" class="delete">%s</a>',
115
- add_query_arg( array( 'action' => 'delete', 'id' => $item->id ) ),
116
  _x( 'Delete', 'admin transactions', 'WPBDM' )
117
  );
118
 
@@ -135,7 +135,7 @@ class WPBDP_TransactionsTable extends WP_List_Table {
135
  // filter by status
136
  $count = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments" );
137
  $views['all'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
138
- add_query_arg( 'status', 'all' ),
139
  wpbdp_getv( $_REQUEST, 'status' ) == 'all' ? 'current' : '',
140
  _x( 'All', 'admin transactions', 'WPBDM' ) ,
141
  number_format_i18n( $count )
@@ -143,7 +143,7 @@ class WPBDP_TransactionsTable extends WP_List_Table {
143
 
144
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'approved' ) );
145
  $views['approved'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
146
- add_query_arg( 'status', 'approved' ),
147
  wpbdp_getv( $_REQUEST, 'status' ) == 'approved' ? 'current' : '',
148
  _x( 'Approved', 'admin transactions', 'WPBDM' ) ,
149
  number_format_i18n( $count )
@@ -151,7 +151,7 @@ class WPBDP_TransactionsTable extends WP_List_Table {
151
 
152
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'pending' ) );
153
  $views['pending'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
154
- add_query_arg( 'status', 'pending' ),
155
  wpbdp_getv( $_REQUEST, 'status', 'pending' ) == 'pending' ? 'current' : '',
156
  _x( 'Pending', 'admin transactions', 'WPBDM' ) ,
157
  number_format_i18n( $count )
@@ -159,7 +159,7 @@ class WPBDP_TransactionsTable extends WP_List_Table {
159
 
160
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'rejected' ) );
161
  $views['rejected'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
162
- add_query_arg( 'status', 'rejected' ),
163
  wpbdp_getv( $_REQUEST, 'status' ) == 'rejected' ? 'current' : '',
164
  _x( 'Rejected', 'admin transactions', 'WPBDM' ) ,
165
  number_format_i18n( $count )
@@ -275,4 +275,4 @@ class WPBDP_TransactionsAdmin {
275
  $instance->dispatch();
276
  }
277
 
278
- }
97
 
98
  if ( $item->status == 'pending' ) {
99
  $actions['approve_'] = sprintf( '<a href="%s">%s</a>',
100
+ esc_url( add_query_arg( array( 'action' => 'approve', 'id' => $item->id ) ) ),
101
  _x( 'Approve', 'admin transactions', 'WPBDM' )
102
  );
103
  $actions['reject_'] = sprintf( '<a href="%s">%s</a>',
104
+ esc_url( add_query_arg( array( 'action' => 'reject', 'id' => $item->id ) ) ),
105
  _x( 'Reject', 'admin transactions', 'WPBDM' )
106
  );
107
  }
112
  );
113
 
114
  $actions['delete'] = sprintf( '<a href="%s" class="delete">%s</a>',
115
+ esc_url( add_query_arg( array( 'action' => 'delete', 'id' => $item->id ) ) ),
116
  _x( 'Delete', 'admin transactions', 'WPBDM' )
117
  );
118
 
135
  // filter by status
136
  $count = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments" );
137
  $views['all'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
138
+ esc_url( add_query_arg( 'status', 'all' ) ),
139
  wpbdp_getv( $_REQUEST, 'status' ) == 'all' ? 'current' : '',
140
  _x( 'All', 'admin transactions', 'WPBDM' ) ,
141
  number_format_i18n( $count )
143
 
144
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'approved' ) );
145
  $views['approved'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
146
+ esc_url( add_query_arg( 'status', 'approved' ) ),
147
  wpbdp_getv( $_REQUEST, 'status' ) == 'approved' ? 'current' : '',
148
  _x( 'Approved', 'admin transactions', 'WPBDM' ) ,
149
  number_format_i18n( $count )
151
 
152
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'pending' ) );
153
  $views['pending'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
154
+ esc_url( add_query_arg( 'status', 'pending' ) ),
155
  wpbdp_getv( $_REQUEST, 'status', 'pending' ) == 'pending' ? 'current' : '',
156
  _x( 'Pending', 'admin transactions', 'WPBDM' ) ,
157
  number_format_i18n( $count )
159
 
160
  $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_payments WHERE status = %s", 'rejected' ) );
161
  $views['rejected'] = sprintf( '<a href="%s" class="%s">%s <span class="count">(%s)</span></a>',
162
+ esc_url( add_query_arg( 'status', 'rejected' ) ),
163
  wpbdp_getv( $_REQUEST, 'status' ) == 'rejected' ? 'current' : '',
164
  _x( 'Rejected', 'admin transactions', 'WPBDM' ) ,
165
  number_format_i18n( $count )
275
  $instance->dispatch();
276
  }
277
 
278
+ }
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: http://www.businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 3.6.4
7
  * Author: D. Rodenbaugh
8
  * Author URI: http://businessdirectoryplugin.com
9
  * License: GPLv2 or any later version
@@ -30,7 +30,7 @@
30
  if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
31
  exit();
32
 
33
- define( 'WPBDP_VERSION', '3.6.4' );
34
 
35
  define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
36
  define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
@@ -101,7 +101,7 @@ class WPBDP_Plugin {
101
  add_action( 'widgets_init', array( &$this, '_register_widgets' ) );
102
 
103
  // For testing the expiration routine only.
104
- // add_action('init', create_function('', 'do_action("wpbdp_listings_expiration_check");'), 20);
105
  }
106
 
107
  function load_i18n() {
@@ -156,8 +156,9 @@ class WPBDP_Plugin {
156
  add_action('template_redirect', array( &$this, '_template_redirect'));
157
  add_action('wp_loaded', array( &$this, '_wp_loaded'));
158
 
 
159
  add_action('pre_get_posts', array( &$this, '_pre_get_posts'));
160
- add_filter( 'posts_clauses', array( &$this, '_posts_clauses' ), 10 );
161
  add_filter( 'posts_fields', array( &$this, '_posts_fields'), 10, 2);
162
  add_filter( 'posts_orderby', array( &$this, '_posts_orderby'), 10, 2);
163
 
@@ -257,6 +258,10 @@ class WPBDP_Plugin {
257
 
258
  // }}}
259
 
 
 
 
 
260
  public function _pre_get_posts(&$query) {
261
  global $wpdb;
262
 
@@ -270,10 +275,8 @@ class WPBDP_Plugin {
270
  }
271
  }
272
 
273
- function _posts_clauses( $pieces ) {
274
- global $wp_query;
275
-
276
- if ( is_admin() || ! isset( $wp_query->query_vars['post_type'] ) || WPBDP_POST_TYPE != $wp_query->query_vars['post_type'] )
277
  return $pieces;
278
 
279
  return apply_filters( 'wpbdp_query_clauses', $pieces );
@@ -321,7 +324,8 @@ class WPBDP_Plugin {
321
 
322
  $rules = array();
323
 
324
- if ( $page_ids = wpbdp_get_page_id( 'main', false ) ) {
 
325
  foreach ( $page_ids as $page_id ) {
326
  $page_link = _get_page_link( $page_id );
327
  $rewrite_base = str_replace('index.php/', '', rtrim(str_replace(home_url() . '/', '', $page_link), '/'));
@@ -409,19 +413,19 @@ class WPBDP_Plugin {
409
 
410
  // handle some deprecated stuff
411
  if ( is_search() && isset( $_REQUEST['post_type'] ) && $_REQUEST['post_type'] == WPBDP_POST_TYPE ) {
412
- $url = add_query_arg( array( 'action' => 'search',
413
  'dosrch' => 1,
414
- 'q' => wpbdp_getv( $_REQUEST, 's', '' ) ), wpbdp_get_page_link( 'main' ) );
415
  wp_redirect( $url ); exit;
416
  }
417
 
418
  if ( (get_query_var('taxonomy') == WPBDP_CATEGORY_TAX) && (_wpbdp_template_mode('category') == 'page') ) {
419
- wp_redirect( add_query_arg('category', get_query_var('term'), wpbdp_get_page_link('main')) ); // XXX
420
  exit;
421
  }
422
 
423
  if ( (get_query_var('taxonomy') == WPBDP_TAGS_TAX) && (_wpbdp_template_mode('category') == 'page') ) {
424
- wp_redirect( add_query_arg('tag', get_query_var('term'), wpbdp_get_page_link('main')) ); // XXX
425
  exit;
426
  }
427
 
@@ -429,9 +433,9 @@ class WPBDP_Plugin {
429
  $url = wpbdp_get_page_link( 'main' );
430
 
431
  if (get_query_var('name')) {
432
- wp_redirect( add_query_arg('listing', get_query_var('name'), $url) ); // XXX
433
  } else {
434
- wp_redirect( add_query_arg('id', get_query_var('p'), $url) ); // XXX
435
  }
436
 
437
  exit;
@@ -463,6 +467,8 @@ class WPBDP_Plugin {
463
 
464
  public function plugin_activation() {
465
  add_action('init', array($this, 'flush_rules'), 11);
 
 
466
  }
467
 
468
  public function plugin_deactivation() {
@@ -706,6 +712,7 @@ class WPBDP_Plugin {
706
 
707
  // thumbnail size
708
  add_image_size( 'wpbdp-thumb', $thumbnail_width, $crop ? $thumbnail_height : 9999, $crop );
 
709
  add_image_size( 'wpbdp-large', $max_width, $max_height, false );
710
  }
711
 
@@ -1400,15 +1407,16 @@ class WPBDP_Plugin {
1400
  if ( wpbdp_get_option( 'payment-abandonment' ) )
1401
  $this->payments->notify_abandoned_payments();
1402
 
1403
- if ( ! wpbdp_get_option( 'listing-renewal' ) )
1404
- return;
1405
-
1406
  wpbdp_log('Running expirations hook.');
1407
 
1408
  $now = current_time( 'timestamp' );
1409
 
1410
  $api = wpbdp_listings_api();
1411
  $api->notify_expiring_listings( 0, $now ); // notify already expired listings first
 
 
 
 
1412
  $api->notify_expiring_listings( wpbdp_get_option( 'renewal-email-threshold', 5 ), $now ); // notify listings expiring soon
1413
 
1414
  if ( wpbdp_get_option( 'renewal-reminder' ) ) {
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: http://www.businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 3.6.5
7
  * Author: D. Rodenbaugh
8
  * Author URI: http://businessdirectoryplugin.com
9
  * License: GPLv2 or any later version
30
  if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
31
  exit();
32
 
33
+ define( 'WPBDP_VERSION', '3.6.5' );
34
 
35
  define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
36
  define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
101
  add_action( 'widgets_init', array( &$this, '_register_widgets' ) );
102
 
103
  // For testing the expiration routine only.
104
+ //add_action('init', create_function('', 'do_action("wpbdp_listings_expiration_check");'), 20);
105
  }
106
 
107
  function load_i18n() {
156
  add_action('template_redirect', array( &$this, '_template_redirect'));
157
  add_action('wp_loaded', array( &$this, '_wp_loaded'));
158
 
159
+ add_action( 'save_post_page', array( &$this, '_invalidate_pages_cache' ) );
160
  add_action('pre_get_posts', array( &$this, '_pre_get_posts'));
161
+ add_filter( 'posts_clauses', array( &$this, '_posts_clauses' ), 10, 2 );
162
  add_filter( 'posts_fields', array( &$this, '_posts_fields'), 10, 2);
163
  add_filter( 'posts_orderby', array( &$this, '_posts_orderby'), 10, 2);
164
 
258
 
259
  // }}}
260
 
261
+ public function _invalidate_pages_cache( $arg0 = false ) {
262
+ delete_transient( 'wpbdp-page-ids' );
263
+ }
264
+
265
  public function _pre_get_posts(&$query) {
266
  global $wpdb;
267
 
275
  }
276
  }
277
 
278
+ function _posts_clauses( $pieces, $query ) {
279
+ if ( is_admin() || ! isset( $query->query_vars['post_type'] ) || WPBDP_POST_TYPE != $query->query_vars['post_type'] )
 
 
280
  return $pieces;
281
 
282
  return apply_filters( 'wpbdp_query_clauses', $pieces );
324
 
325
  $rules = array();
326
 
327
+ // TODO: move this to WPML Compat.
328
+ if ( $page_ids = wpbdp_get_page_ids( 'main' ) ) {
329
  foreach ( $page_ids as $page_id ) {
330
  $page_link = _get_page_link( $page_id );
331
  $rewrite_base = str_replace('index.php/', '', rtrim(str_replace(home_url() . '/', '', $page_link), '/'));
413
 
414
  // handle some deprecated stuff
415
  if ( is_search() && isset( $_REQUEST['post_type'] ) && $_REQUEST['post_type'] == WPBDP_POST_TYPE ) {
416
+ $url = esc_url_raw( add_query_arg( array( 'action' => 'search',
417
  'dosrch' => 1,
418
+ 'q' => wpbdp_getv( $_REQUEST, 's', '' ) ), wpbdp_get_page_link( 'main' ) ) );
419
  wp_redirect( $url ); exit;
420
  }
421
 
422
  if ( (get_query_var('taxonomy') == WPBDP_CATEGORY_TAX) && (_wpbdp_template_mode('category') == 'page') ) {
423
+ wp_redirect( esc_url_raw( add_query_arg('category', get_query_var('term'), wpbdp_get_page_link('main')) ) ); // XXX
424
  exit;
425
  }
426
 
427
  if ( (get_query_var('taxonomy') == WPBDP_TAGS_TAX) && (_wpbdp_template_mode('category') == 'page') ) {
428
+ wp_redirect( esc_url_raw( add_query_arg('tag', get_query_var('term'), wpbdp_get_page_link('main')) ) ); // XXX
429
  exit;
430
  }
431
 
433
  $url = wpbdp_get_page_link( 'main' );
434
 
435
  if (get_query_var('name')) {
436
+ wp_redirect( esc_url_raw( add_query_arg('listing', get_query_var('name'), $url) ) ); // XXX
437
  } else {
438
+ wp_redirect( esc_url_raw( add_query_arg('id', get_query_var('p'), $url) ) ); // XXX
439
  }
440
 
441
  exit;
467
 
468
  public function plugin_activation() {
469
  add_action('init', array($this, 'flush_rules'), 11);
470
+
471
+ $this->_invalidate_pages_cache();
472
  }
473
 
474
  public function plugin_deactivation() {
712
 
713
  // thumbnail size
714
  add_image_size( 'wpbdp-thumb', $thumbnail_width, $crop ? $thumbnail_height : 9999, $crop );
715
+ // add_image_size( 'wpbdp-thumb', $thumbnail_width, $thumbnail_height, true );
716
  add_image_size( 'wpbdp-large', $max_width, $max_height, false );
717
  }
718
 
1407
  if ( wpbdp_get_option( 'payment-abandonment' ) )
1408
  $this->payments->notify_abandoned_payments();
1409
 
 
 
 
1410
  wpbdp_log('Running expirations hook.');
1411
 
1412
  $now = current_time( 'timestamp' );
1413
 
1414
  $api = wpbdp_listings_api();
1415
  $api->notify_expiring_listings( 0, $now ); // notify already expired listings first
1416
+
1417
+ if ( ! wpbdp_get_option( 'listing-renewal' ) )
1418
+ return;
1419
+
1420
  $api->notify_expiring_listings( wpbdp_get_option( 'renewal-email-threshold', 5 ), $now ); // notify listings expiring soon
1421
 
1422
  if ( wpbdp_get_option( 'renewal-reminder' ) ) {
core/api.php CHANGED
@@ -12,43 +12,94 @@ function wpbdp_get_version() {
12
  return WPBDP_VERSION;
13
  }
14
 
15
- function wpbdp_get_page_id($name='main', $unique=true) {
16
  global $wpdb;
17
 
18
  static $shortcodes = array(
19
  'main' => array('businessdirectory', 'business-directory', 'WPBUSDIRMANUI'),
20
  'add-listing' => array('businessdirectory-submitlisting', 'WPBUSDIRMANADDLISTING'),
21
  'manage-listings' => array('businessdirectory-managelistings', 'WPBUSDIRMANMANAGELISTING'),
22
- 'view-listings' => array('businessdirectory-viewlistings', 'businessdirectory-listings', 'WPBUSDIRMANMVIEWLISTINGS'),
23
- 'paypal' => 'WPBUSDIRMANPAYPAL',
24
- '2checkout' => 'WPBUSDIRMANTWOCHECKOUT',
25
- 'googlecheckout' => 'WPBUSDIRMANGOOGLECHECKOUT'
26
  );
27
 
28
- if (!array_key_exists($name, $shortcodes))
29
- return null;
30
 
31
- $where = '1=0';
32
- $options = is_string($shortcodes[$name]) ? array($shortcodes[$name]) : $shortcodes[$name];
33
- foreach ($options as $shortcode) {
34
- $where .= sprintf(" OR post_content LIKE '%%[%s]%%'", $shortcode);
35
  }
36
 
37
- $page_ids = wp_cache_get( $name, 'wpbdp pages' );
 
 
 
 
 
 
 
 
 
 
 
38
 
39
- if ( ! $page_ids ) {
40
- $query = "SELECT ID FROM {$wpdb->posts} WHERE ({$where}) AND post_status = 'publish' AND post_type = 'page' ORDER BY ID";
41
- $page_ids = $wpdb->get_col( $query );
42
- wp_cache_set( $name, $page_ids, 'wpbdp pages' );
43
  }
44
 
45
- if ( ! $page_ids )
46
- return $unique ? false : array();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
- if ( ! is_array( $page_ids ) )
49
- $page_ids = array( $page_ids );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
- return $unique ? apply_filters( 'wpbdp_get_page_id', $page_ids[0], $name ) : $page_ids;
52
  }
53
 
54
  function wpbdp_get_page_link($name='main', $arg0=null) {
12
  return WPBDP_VERSION;
13
  }
14
 
15
+ function _wpbdp_page_lookup_query( $page_id, $count = false ) {
16
  global $wpdb;
17
 
18
  static $shortcodes = array(
19
  'main' => array('businessdirectory', 'business-directory', 'WPBUSDIRMANUI'),
20
  'add-listing' => array('businessdirectory-submitlisting', 'WPBUSDIRMANADDLISTING'),
21
  'manage-listings' => array('businessdirectory-managelistings', 'WPBUSDIRMANMANAGELISTING'),
22
+ 'view-listings' => array('businessdirectory-viewlistings', 'businessdirectory-listings', 'WPBUSDIRMANMVIEWLISTINGS')
 
 
 
23
  );
24
 
25
+ if ( ! array_key_exists( $page_id, $shortcodes ) )
26
+ return false;
27
 
28
+ if ( $count ) {
29
+ $query = "SELECT COUNT(*) FROM {$wpdb->posts} WHERE post_type = 'page' AND post_status = 'publish' AND ( 1=0";
30
+ } else {
31
+ $query = "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'page' AND post_status = 'publish' AND ( 1=0";
32
  }
33
 
34
+ foreach ( $shortcodes[ $page_id ] as $s ) {
35
+ $query .= sprintf( " OR post_content LIKE '%%[%s]%%' ", $s );
36
+ }
37
+ $query .= ')';
38
+
39
+ return $query;
40
+ }
41
+
42
+ function wpbdp_get_page_ids( $page_id = 'main' ) {
43
+ global $wpdb;
44
+
45
+ static $request_cached = array();
46
 
47
+ if ( isset( $request_cached[ $page_id ] ) ) {
48
+ wpbdp_debug( 'Using request cache' );
49
+ return $request_cached[ $page_id ];
 
50
  }
51
 
52
+ $cached_ids = get_transient( 'wpbdp-page-ids' );
53
+
54
+ if ( is_array( $cached_ids ) && isset( $cached_ids[ $page_id ] ) ) {
55
+ // Validate the cached IDs.
56
+ wpbdp_debug( 'Validating transient cache' );
57
+
58
+ if ( $page_ids = $cached_ids[ $page_id ] ) {
59
+ $query = _wpbdp_page_lookup_query( $page_id, true );
60
+ $query .= ' AND ID IN ( ' . implode( ',', array_map( 'intval', $page_ids ) ) . ' ) ';
61
+
62
+ $count = intval( $wpdb->get_var( $query ) );
63
+
64
+ if ( $count == count( $page_ids ) ) {
65
+ wpbdp_debug( 'Cache valid' );
66
+ // Cache is valid.
67
+ $request_cached[ $page_id ] = $page_ids;
68
+ return $page_ids;
69
+ }
70
 
71
+ wpbdp_debug( 'Cache invalid' );
72
+ }
73
+ }
74
+
75
+ wpbdp_debug( 'Page lookup' );
76
+
77
+ // Look up for pages.
78
+ $q = _wpbdp_page_lookup_query( $page_id );
79
+ if ( ! $q )
80
+ return array();
81
+
82
+ $q .= ' ORDER BY ID ASC ';
83
+
84
+ $page_ids = $wpdb->get_col( $q );
85
+ $request_cached[ $page_id ] = $page_ids;
86
+
87
+ if ( ! is_array( $cached_ids ) )
88
+ $cached_ids = array();
89
+
90
+ $cached_ids[ $page_id ] = $page_ids;
91
+ set_transient( 'wpbdp-page-ids', $cached_ids, 60 * 60 * 24 * 30 );
92
+
93
+ return (array) $page_ids;
94
+ }
95
+
96
+ function wpbdp_get_page_id( $name = 'main' ) {
97
+ $page_ids = wpbdp_get_page_ids( $name );
98
+
99
+ if ( ! $page_ids )
100
+ return false;
101
 
102
+ return apply_filters( 'wpbdp_get_page_id', $page_ids[0], $name );
103
  }
104
 
105
  function wpbdp_get_page_link($name='main', $arg0=null) {
core/class-csv-import.php CHANGED
@@ -86,6 +86,10 @@ class WPBDP_CSV_Import {
86
  }
87
 
88
  $line = $file->current();
 
 
 
 
89
  // We can't use fgetcsv() directly due to https://bugs.php.net/bug.php?id=46569.
90
  $line_data = str_getcsv( $line, $this->settings['csv-file-separator'] );
91
 
@@ -367,7 +371,7 @@ class WPBDP_CSV_Import {
367
  // Support sequence_id.
368
  if ( $meta['sequence_id'] ) {
369
  $listing_id = intval( $wpdb->get_var( $wpdb->prepare( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key = %s AND meta_value = %s LIMIT 1",
370
- '_wpbdp[import_sequence_id]', $listing_metadata['sequence_id'] ) ) );
371
  if ( WPBDP_POST_TYPE != get_post_type( $listing_id ) )
372
  $listing_id = 0;
373
  }
@@ -442,7 +446,7 @@ class WPBDP_CSV_Import {
442
 
443
  // Update sequence_id.
444
  if ( $meta['sequence_id'] )
445
- update_post_meta( $listing->get_id(), '_wpbdp[import_sequence_id]', $listing_metadata['sequence_id'] );
446
 
447
  if ( $errors ) {
448
  $error = new WP_Error();
86
  }
87
 
88
  $line = $file->current();
89
+
90
+ // Some code to circumvent limitations in str_getcsv() while PHP #46569 is fixed.
91
+ $line = str_replace( '\n', "\n", $line );
92
+
93
  // We can't use fgetcsv() directly due to https://bugs.php.net/bug.php?id=46569.
94
  $line_data = str_getcsv( $line, $this->settings['csv-file-separator'] );
95
 
371
  // Support sequence_id.
372
  if ( $meta['sequence_id'] ) {
373
  $listing_id = intval( $wpdb->get_var( $wpdb->prepare( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key = %s AND meta_value = %s LIMIT 1",
374
+ '_wpbdp[import_sequence_id]', $meta['sequence_id'] ) ) );
375
  if ( WPBDP_POST_TYPE != get_post_type( $listing_id ) )
376
  $listing_id = 0;
377
  }
446
 
447
  // Update sequence_id.
448
  if ( $meta['sequence_id'] )
449
+ update_post_meta( $listing->get_id(), '_wpbdp[import_sequence_id]', $meta['sequence_id'] );
450
 
451
  if ( $errors ) {
452
  $error = new WP_Error();
core/class-db-model.php CHANGED
@@ -190,8 +190,10 @@ class WPBDP_DB_Model2 {
190
 
191
  $row = array();
192
  foreach ( $this->attrs as $k => $v ) {
193
- if ( ! is_null( $v ) )
194
- $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ): $v;
 
 
195
  }
196
 
197
  $row = $this->update_timestamps( $row );
190
 
191
  $row = array();
192
  foreach ( $this->attrs as $k => $v ) {
193
+ if ( is_null( $v ) )
194
+ continue;
195
+
196
+ $row[ $k ] = in_array( $k, $this->serialized, true ) ? ( $v ? serialize( $v ) : '' ): $v;
197
  }
198
 
199
  $row = $this->update_timestamps( $row );
core/class-form-field-type.php CHANGED
@@ -26,6 +26,14 @@ class WPBDP_Form_Field_Type {
26
  return;
27
  }
28
 
 
 
 
 
 
 
 
 
29
  /**
30
  * TODO: dodoc.
31
  * @since 3.4
@@ -142,7 +150,7 @@ class WPBDP_Form_Field_Type {
142
  default:
143
  update_post_meta( $post_id, '_wpbdp[fields][' . $field->get_id() . ']', $value );
144
  break;
145
- }
146
  }
147
 
148
  // this function should not try to hide values depending on field, context or value itself.
@@ -202,7 +210,7 @@ class WPBDP_Form_Field_Type {
202
  break;
203
  }
204
 
205
- return $html;
206
  }
207
 
208
  /**
@@ -257,23 +265,26 @@ class WPBDP_Form_Field_Type {
257
  if ( $labelorfield->has_display_flag( 'social' ) )
258
  return $content;
259
 
260
- $css_classes .= 'wpbdp-field-' . strtolower( str_replace( array( ' ', '/', '(', ')' ), '', $labelorfield->get_label() ) ) . ' ';
261
  $css_classes .= 'wpbdp-field-' . $labelorfield->get_association() . ' ';
 
 
262
  $label = $labelorfield->has_display_flag( 'nolabel' ) ? null : $labelorfield->get_label();
263
  } else {
 
264
  $label = $labelorfield;
265
  }
266
 
267
  $html = '';
268
  $tag_attrs = isset( $args['tag_attrs'] ) ? self::html_attributes( $args['tag_attrs'] ) : '';
269
  $html .= '<div class="' . $css_classes . ' ' . $extra_classes . '" ' . $tag_attrs . '>';
270
-
271
  if ( $label )
272
  $html .= '<label>' . esc_html( apply_filters( 'wpbdp_display_field_label', $label, $labelorfield ) ) . ':</label> ';
273
-
274
  if ($content)
275
  $html .= '<span class="value">' . $content . '</span>';
276
-
277
  $html .= '</div>';
278
 
279
  return $html;
@@ -326,12 +337,11 @@ class WPBDP_Form_Field_Type {
326
  */
327
  public static function normalize_name( $name ) {
328
  $name = strtolower( $name );
329
- $name = remove_accents( strip_tags( $name ) );
330
- $name = str_replace( array( '/', '"', "'", "\\" ), '', $name );
331
- $name = str_replace( ' ', '_', $name );
332
-
333
- return esc_attr( $name );
334
 
 
335
  }
336
 
337
  }
26
  return;
27
  }
28
 
29
+ /**
30
+ * Called before field validation takes place.
31
+ * @since 3.6.5
32
+ */
33
+ public function setup_validation( $field, $validator, $value ) {
34
+ return array();
35
+ }
36
+
37
  /**
38
  * TODO: dodoc.
39
  * @since 3.4
150
  default:
151
  update_post_meta( $post_id, '_wpbdp[fields][' . $field->get_id() . ']', $value );
152
  break;
153
+ }
154
  }
155
 
156
  // this function should not try to hide values depending on field, context or value itself.
210
  break;
211
  }
212
 
213
+ return $html;
214
  }
215
 
216
  /**
265
  if ( $labelorfield->has_display_flag( 'social' ) )
266
  return $content;
267
 
268
+ $css_classes .= 'wpbdp-field-' . self::normalize_name( $labelorfield->get_label() ) . ' ';
269
  $css_classes .= 'wpbdp-field-' . $labelorfield->get_association() . ' ';
270
+ $css_classes .= 'wpbdp-field-type-' . $labelorfield->get_field_type_id() . ' ';
271
+ $css_classes .= 'wpbdp-field-association-' . $labelorfield->get_association() . ' ';
272
  $label = $labelorfield->has_display_flag( 'nolabel' ) ? null : $labelorfield->get_label();
273
  } else {
274
+ $css_classes .= 'wpbdp-field-' . self::normalize_name( $labelorfield ) . ' ';
275
  $label = $labelorfield;
276
  }
277
 
278
  $html = '';
279
  $tag_attrs = isset( $args['tag_attrs'] ) ? self::html_attributes( $args['tag_attrs'] ) : '';
280
  $html .= '<div class="' . $css_classes . ' ' . $extra_classes . '" ' . $tag_attrs . '>';
281
+
282
  if ( $label )
283
  $html .= '<label>' . esc_html( apply_filters( 'wpbdp_display_field_label', $label, $labelorfield ) ) . ':</label> ';
284
+
285
  if ($content)
286
  $html .= '<span class="value">' . $content . '</span>';
287
+
288
  $html .= '</div>';
289
 
290
  return $html;
337
  */
338
  public static function normalize_name( $name ) {
339
  $name = strtolower( $name );
340
+ $name = remove_accents( $name );
341
+ $name = preg_replace( '/\s+/', '_', $name );
342
+ $name = preg_replace( '/[^a-zA-Z0-9_-]+/', '', $name );
 
 
343
 
344
+ return $name;
345
  }
346
 
347
  }
core/class-form-field.php CHANGED
@@ -337,7 +337,10 @@ class WPBDP_Form_Field {
337
  return true;
338
 
339
  foreach ( $this->validators as $validator ) {
340
- $res = $validation_api->validate_field( $this, $value, $validator );
 
 
 
341
 
342
  if ( is_wp_error( $res ) ) {
343
  $errors[] = $res->get_error_message();
337
  return true;
338
 
339
  foreach ( $this->validators as $validator ) {
340
+ $args = $this->type->setup_validation( $this, $validator, $value );
341
+ $args = is_array( $args ) ? $args : array();
342
+
343
+ $res = $validation_api->validate_field( $this, $value, $validator, $args );
344
 
345
  if ( is_wp_error( $res ) ) {
346
  $errors[] = $res->get_error_message();
core/class-listings-api.php CHANGED
@@ -824,7 +824,7 @@ class WPBDP_Listings_API {
824
  } else {
825
  $message_replacements = array_merge( $base_replacements, array(
826
  'date' => $base_replacements['expiration'],
827
- 'link' => sprintf( '<a href="%1$s">%1$s</a>', add_query_arg( 'action', 'manage-recurring', wpbdp_get_page_link( 'main' ) ) )
828
  ) );
829
  }
830
 
@@ -839,18 +839,20 @@ class WPBDP_Listings_API {
839
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->posts} SET post_status = %s WHERE ID = %d", 'draft', $listing->get_id() ) );
840
  }
841
 
842
- $email = wpbdp_email_from_template( 'listing-renewal-message', $message_replacements );
843
- $email->to[] = wpbusdirman_get_the_business_email( $listing->get_id() );
 
844
 
845
- if ( in_array( 'renewal', wpbdp_get_option( 'admin-notifications' ), true ) ) {
846
- $email->cc[] = get_option( 'admin_email' );
847
 
848
- if ( wpbdp_get_option( 'admin-notifications-cc' ) )
849
- $email->cc[] = wpbdp_get_option( 'admin-notifications-cc' );
850
- }
851
 
852
- $email->template = 'businessdirectory-email';
853
- $email->send();
 
854
 
855
  $wpdb->update( "{$wpdb->prefix}wpbdp_listing_fees", array( 'email_sent' => 2 ), array( 'id' => $r->id ) );
856
  } elseif ( $threshold > 0 ) {
824
  } else {
825
  $message_replacements = array_merge( $base_replacements, array(
826
  'date' => $base_replacements['expiration'],
827
+ 'link' => sprintf( '<a href="%1$s">%1$s</a>', esc_url( add_query_arg( 'action', 'manage-recurring', wpbdp_get_page_link( 'main' ) ) ) )
828
  ) );
829
  }
830
 
839
  $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->posts} SET post_status = %s WHERE ID = %d", 'draft', $listing->get_id() ) );
840
  }
841
 
842
+ if ( wpbdp_get_option( 'listing-renewal' ) ) {
843
+ $email = wpbdp_email_from_template( 'listing-renewal-message', $message_replacements );
844
+ $email->to[] = wpbusdirman_get_the_business_email( $listing->get_id() );
845
 
846
+ if ( in_array( 'renewal', wpbdp_get_option( 'admin-notifications' ), true ) ) {
847
+ $email->cc[] = get_option( 'admin_email' );
848
 
849
+ if ( wpbdp_get_option( 'admin-notifications-cc' ) )
850
+ $email->cc[] = wpbdp_get_option( 'admin-notifications-cc' );
851
+ }
852
 
853
+ $email->template = 'businessdirectory-email';
854
+ $email->send();
855
+ }
856
 
857
  $wpdb->update( "{$wpdb->prefix}wpbdp_listing_fees", array( 'email_sent' => 2 ), array( 'id' => $r->id ) );
858
  } elseif ( $threshold > 0 ) {
core/compatibility/class-compat.php CHANGED
@@ -12,6 +12,11 @@ class WPBDP_Compat {
12
  require_once( WPBDP_PATH . 'core/compatibility/class-wpml-compat.php' );
13
  $wpml_integration = new WPBDP_WPML_Compat();
14
  }
 
 
 
 
 
15
  }
16
 
17
  }
12
  require_once( WPBDP_PATH . 'core/compatibility/class-wpml-compat.php' );
13
  $wpml_integration = new WPBDP_WPML_Compat();
14
  }
15
+
16
+ if ( function_exists( 'bcn_display' ) ) {
17
+ require_once( WPBDP_PATH . 'core/compatibility/class-navxt-integration.php' );
18
+ $navxt_integration = new WPBDP_NavXT_Integration();
19
+ }
20
  }
21
 
22
  }
core/compatibility/class-navxt-integration.php ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @since 3.6.5
4
+ */
5
+ class WPBDP_NavXT_Integration {
6
+
7
+ private $state = array();
8
+ private $doing = '';
9
+
10
+
11
+ function __construct() {
12
+ add_action( 'bcn_before_fill', array( &$this, 'prepare_state' ) );
13
+ add_action( 'bcn_after_fill', array( &$this, 'restore_state' ) );
14
+ }
15
+
16
+ function prepare_state( $trail ) {
17
+ if ( $this->doing )
18
+ return;
19
+
20
+ global $wpbdp;
21
+ $action = $wpbdp->controller->get_current_action();
22
+
23
+ switch ( $action ) {
24
+ case 'showlisting':
25
+ $this->doing = 'listing';
26
+ break;
27
+
28
+ case 'browsecategory':
29
+ $this->doing = 'category';
30
+ break;
31
+
32
+ case 'browsetag':
33
+ $this->doing = 'tag';
34
+ break;
35
+
36
+ case 'editlisting':
37
+ $this->doing = 'edit';
38
+ break;
39
+
40
+ case 'submitlisting':
41
+ $this->doing = 'submit';
42
+ break;
43
+
44
+ case 'search':
45
+ $this->doing = 'search';
46
+ break;
47
+
48
+ default:
49
+ $this->doing = '';
50
+ }
51
+
52
+ if ( ! $this->doing )
53
+ return;
54
+
55
+ if ( method_exists( $this, 'before_' . $this->doing ) )
56
+ call_user_func( array( $this, 'before_' . $this->doing ), $trail );
57
+ }
58
+
59
+ function restore_state( $trail ) {
60
+ if ( ! $this->doing )
61
+ return;
62
+
63
+ if ( method_exists( $this, 'after_' . $this->doing ) )
64
+ call_user_func( array( $this, 'after_' . $this->doing ), $trail );
65
+
66
+ $this->doing = '';
67
+ }
68
+
69
+ function main_page_breadcrumb( $trail ) {
70
+ $last = $trail->trail[ count( $trail->trail ) - 1 ];
71
+ if ( in_array( 'home', $last->type, true ) )
72
+ array_pop( $trail->trail );
73
+
74
+ $trail->add( new bcn_breadcrumb( get_the_title( wpbdp_get_page_id() ),
75
+ '',
76
+ array(),
77
+ wpbdp_get_page_link(),
78
+ wpbdp_get_page_id() ) );
79
+ }
80
+
81
+ // {{ Handlers.
82
+
83
+ function before_listing( $trail ) {
84
+ // XXX: Taken from core/views.php:show_listing(). Probably a good idea to move this to an utility function.
85
+ $id_or_slug = '';
86
+ if ( get_query_var( 'listing' ) || isset( $_GET['listing'] ) )
87
+ $id_or_slug = get_query_var( 'listing' ) ? get_query_var( 'listing' ) : wpbdp_getv( $_GET, 'listing', 0 );
88
+ else
89
+ $id_or_slug = get_query_var( 'id' ) ? get_query_var( 'id' ) : wpbdp_getv( $_GET, 'id', 0 );
90
+
91
+ $listing_id = wpbdp_get_post_by_id_or_slug( $id_or_slug, 'id', 'id' );
92
+
93
+ if ( ! $listing_id )
94
+ return;
95
+
96
+ $this->state['post'] = $GLOBALS['post'];
97
+ $GLOBALS['post'] = get_post( $listing_id );
98
+ }
99
+
100
+ function after_listing( $trail ) {
101
+ $GLOBALS['post'] = $this->state['post'];
102
+ unset( $this->state['post'] );
103
+
104
+ $this->main_page_breadcrumb( $trail );
105
+ }
106
+
107
+ function before_category( $trail ) {
108
+ // XXX: Taken from core/views.php:browse_category(). Probably a good idea to move this to an utility function.
109
+ if (get_query_var('category')) {
110
+ if ($term = get_term_by('slug', get_query_var('category'), WPBDP_CATEGORY_TAX)) {
111
+ $category_id = $term->term_id;
112
+ } else {
113
+ $category_id = intval(get_query_var('category'));
114
+ }
115
+ }
116
+
117
+ $category_id = $category_id ? $category_id : intval(get_query_var('category_id'));
118
+
119
+ if ( ! $category_id )
120
+ return;
121
+
122
+ global $wp_query;
123
+ $term = get_term( $category_id, WPBDP_CATEGORY_TAX );
124
+ $this->state['queried'] = $wp_query->get_queried_object();
125
+
126
+ $wp_query->is_singular = false;
127
+ $wp_query->queried_object = $term;
128
+ }
129
+
130
+ function after_category( $trail ) {
131
+ global $wp_query;
132
+
133
+ $wp_query->queried_object = $this->state['queried'];
134
+ $wp_query->is_singular = true;
135
+ unset( $this->state['queried'] );
136
+
137
+ $this->main_page_breadcrumb( $trail );
138
+ }
139
+
140
+ function before_tag( $trail ) {
141
+ $tag = get_term_by( 'slug', get_query_var( 'tag' ), WPBDP_TAGS_TAX );
142
+
143
+ if ( ! $tag )
144
+ return;
145
+
146
+ global $wp_query;
147
+ $term = get_term( $category_id, WPBDP_CATEGORY_TAX );
148
+ $this->state['queried'] = $wp_query->get_queried_object();
149
+
150
+ $wp_query->is_singular = false;
151
+ $wp_query->queried_object = $tag;
152
+ }
153
+
154
+ function after_tag( $trail ) {
155
+ $this->after_category( $trail );
156
+ }
157
+
158
+ function before_submit( $trail ) {
159
+ $trail->add( new bcn_breadcrumb( _x( 'Submit Listing', 'navxt', 'WPBDM' ) ) );
160
+ }
161
+
162
+ function before_edit( $trail ) {
163
+ $trail->add( new bcn_breadcrumb( _x( 'Edit Listing', 'navxt', 'WPBDM' ) ) );
164
+ }
165
+
166
+ function before_search( $trail ) {
167
+ $trail->add( new bcn_breadcrumb( _x( 'Search', 'navxt', 'WPBDM' ) ) );
168
+ }
169
+
170
+ // }}
171
+
172
+ }
core/compatibility/class-wpml-compat.php CHANGED
@@ -121,8 +121,10 @@ class WPBDP_WPML_Compat {
121
  $trans_id = (int) icl_object_id( $category_id, WPBDP_CATEGORY_TAX, false, $languages[ $l_code ]['language_code'] );
122
  $link = get_term_link( $trans_id, WPBDP_CATEGORY_TAX );
123
 
124
- if ( ! $trans_id || is_wp_error( $link ) )
125
  unset( $languages[ $l_code ] );
 
 
126
 
127
  $languages[ $l_code ]['url'] = $this->translate_link( $link, $languages[ $l_code ]['language_code'] );
128
  }
@@ -144,8 +146,10 @@ class WPBDP_WPML_Compat {
144
  foreach ( $languages as $l_code => $l ) {
145
  $trans_id = icl_object_id( $listing_id, WPBDP_POST_TYPE, true, $languages[ $l_code ]['language_code'] );
146
 
147
- if ( ! $trans_id )
148
  unset( $languages[ $l_code ] );
 
 
149
 
150
  $languages[ $l_code ]['url'] = $this->translate_link( get_permalink( $trans_id ), $languages[ $l_code ]['language_code'] );
151
  }
121
  $trans_id = (int) icl_object_id( $category_id, WPBDP_CATEGORY_TAX, false, $languages[ $l_code ]['language_code'] );
122
  $link = get_term_link( $trans_id, WPBDP_CATEGORY_TAX );
123
 
124
+ if ( ! $trans_id || is_wp_error( $link ) ) {
125
  unset( $languages[ $l_code ] );
126
+ continue;
127
+ }
128
 
129
  $languages[ $l_code ]['url'] = $this->translate_link( $link, $languages[ $l_code ]['language_code'] );
130
  }
146
  foreach ( $languages as $l_code => $l ) {
147
  $trans_id = icl_object_id( $listing_id, WPBDP_POST_TYPE, true, $languages[ $l_code ]['language_code'] );
148
 
149
+ if ( ! $trans_id ) {
150
  unset( $languages[ $l_code ] );
151
+ continue;
152
+ }
153
 
154
  $languages[ $l_code ]['url'] = $this->translate_link( get_permalink( $trans_id ), $languages[ $l_code ]['language_code'] );
155
  }
core/css/wpbdp.css CHANGED
@@ -237,12 +237,13 @@ form#wpbdmsearchform a.advanced-search-link {
237
  }
238
 
239
  .wpbdp-listing .social-field {
240
- float: left;
241
- margin-right: 10px;
 
242
  }
243
 
244
  /* Work-around a known FB like button CSS issue (http://stackoverflow.com/questions/8311012/facebook-like-button-dialog-overflow-issue) */
245
- .social-field.facebook .fb-like span {
246
  overflow: visible !important;
247
  width: 450px !important;
248
  margin-right: -375px;
@@ -282,7 +283,6 @@ form#wpbdmsearchform a.advanced-search-link {
282
 
283
  .wpbdp-bar .wpbdp-main-links {
284
  float: left;
285
- height: 100%;
286
  }
287
 
288
  .wpbdp-bar .wpbdp-search-form {
@@ -336,6 +336,7 @@ ul.wpbdp-categories > li {
336
  @media screen and (max-width: 704px) {
337
  ul.wpbdp-categories > li {
338
  float: none;
 
339
  }
340
  }
341
 
@@ -604,16 +605,16 @@ table#wpbdp-manage-recurring a.cancel-subscription {
604
 
605
  /* {{ Mobile CSS. */
606
  .wpbdp-show-on-mobile {
607
- display: none;
608
  }
609
 
610
  @media screen and (max-width: 500px) {
611
  .wpbdp-show-on-mobile {
612
- display: inline;
613
  }
614
 
615
  .wpbdp-hide-on-mobile {
616
- display: none;
617
  }
618
 
619
  .wpbdp-bar .wpbdp-main-links {
@@ -718,3 +719,4 @@ table#wpbdp-manage-recurring a.cancel-subscription {
718
  }
719
 
720
  /* }} */
 
237
  }
238
 
239
  .wpbdp-listing .social-field {
240
+ margin: 5px 0;
241
+ height: 30px;
242
+ vertical-align: middle;
243
  }
244
 
245
  /* Work-around a known FB like button CSS issue (http://stackoverflow.com/questions/8311012/facebook-like-button-dialog-overflow-issue) */
246
+ .social-field.facebook .fb-like > span {
247
  overflow: visible !important;
248
  width: 450px !important;
249
  margin-right: -375px;
283
 
284
  .wpbdp-bar .wpbdp-main-links {
285
  float: left;
 
286
  }
287
 
288
  .wpbdp-bar .wpbdp-search-form {
336
  @media screen and (max-width: 704px) {
337
  ul.wpbdp-categories > li {
338
  float: none;
339
+ width: initial;
340
  }
341
  }
342
 
605
 
606
  /* {{ Mobile CSS. */
607
  .wpbdp-show-on-mobile {
608
+ display: none !important;
609
  }
610
 
611
  @media screen and (max-width: 500px) {
612
  .wpbdp-show-on-mobile {
613
+ display: inline !important;
614
  }
615
 
616
  .wpbdp-hide-on-mobile {
617
+ display: none !important;
618
  }
619
 
620
  .wpbdp-bar .wpbdp-main-links {
719
  }
720
 
721
  /* }} */
722
+
core/css/wpbdp.min.css CHANGED
@@ -1 +1 @@
1
- form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>div.label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{width:100px;float:none;margin:auto}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:red}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:red}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{float:left;margin-right:10px}.social-field.facebook .fb-like span{overflow:visible !important;width:450px !important;margin-right:-375px}.wpbdp-listing .contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing .contact-form .send-message-button{margin-left:-10px}.wpbdp-listing .contact-form h3{margin-left:-10px}.wpbdp-listing .contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar .wpbdp-main-links{float:left;height:100%}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}.wpbdp-main-page #wpbdp-categories{clear:both;margin-bottom:20px}ul.wpbdp-categories{margin:0 0 10px 15px;padding:0 10px}ul.wpbdp-categories>li{width:50%;float:left;margin:0}@media screen and (max-width:704px){ul.wpbdp-categories>li{float:none}}@media screen and (max-width:500px){ul.wpbdp-categories{font-size:90%}ul.wpbdp-categories ul.children li.cat-item{margin-left:10px;padding:0}}.wpbdp-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:red;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:red}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#ffebe8;border-color:#C00}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:red}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:0;box-shadow:none}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:red}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin-bottom:5px}#wpbdp-billing-information .billing-info-section table{margin:10px 0 0 20px}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar .wpbdp-main-links{display:block}.wpbdp-bar .wpbdp-main-links input[type="button"]{display:block;margin-bottom:2px}.wpbdp-bar form.wpbdp-search-form{width:49%;display:block}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail{padding:5px}.wpbdp-listing .listing-actions input{font-size:85%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}
1
+ form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>div.label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{width:100px;float:none;margin:auto}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:red}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:red}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{margin:5px 0;height:30px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;margin-right:-375px}.wpbdp-listing .contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing .contact-form .send-message-button{margin-left:-10px}.wpbdp-listing .contact-form h3{margin-left:-10px}.wpbdp-listing .contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar .wpbdp-main-links{float:left}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}.wpbdp-main-page #wpbdp-categories{clear:both;margin-bottom:20px}ul.wpbdp-categories{margin:0 0 10px 15px;padding:0 10px}ul.wpbdp-categories>li{width:50%;float:left;margin:0}@media screen and (max-width:704px){ul.wpbdp-categories>li{float:none;width:initial}}@media screen and (max-width:500px){ul.wpbdp-categories{font-size:90%}ul.wpbdp-categories ul.children li.cat-item{margin-left:10px;padding:0}}.wpbdp-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:red;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:red}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#ffebe8;border-color:#C00}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:red}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:0;box-shadow:none}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:red}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin-bottom:5px}#wpbdp-billing-information .billing-info-section table{margin:10px 0 0 20px}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none !important}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.wpbdp-hide-on-mobile{display:none !important}.wpbdp-bar .wpbdp-main-links{display:block}.wpbdp-bar .wpbdp-main-links input[type="button"]{display:block;margin-bottom:2px}.wpbdp-bar form.wpbdp-search-form{width:49%;display:block}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail{padding:5px}.wpbdp-listing .listing-actions input{font-size:85%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}
core/form-fields-types.php CHANGED
@@ -1057,3 +1057,195 @@ class CategoryFormInputWalker extends Walker {
1057
 
1058
  }
1059
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1057
 
1058
  }
1059
  }
1060
+
1061
+ /**
1062
+ * @since 3.6.5
1063
+ */
1064
+ class WPBDP_FieldTypes_Date extends WPBDP_FieldTypes_TextField {
1065
+
1066
+ public function get_name() {
1067
+ return _x( 'Date Field', 'form-fields api', 'WPBDM' );
1068
+ }
1069
+
1070
+ public function get_id() {
1071
+ return 'date';
1072
+ }
1073
+
1074
+ public function get_supported_associations() {
1075
+ return array( 'meta' );
1076
+ }
1077
+
1078
+ public function render_field_settings( &$field = null, $association = null) {
1079
+ if ( 'meta' != $association )
1080
+ return '';
1081
+
1082
+ $now = current_time( 'timestamp' );
1083
+ $current_format = $this->date_format( $field );
1084
+
1085
+ $select = '';
1086
+ foreach ( $this->get_formats() as $format => $data ) {
1087
+ $select .= sprintf( '<label><input type="radio" name="field[x_date_format]" value="%s" %s />%s</label><br />',
1088
+ $format,
1089
+ checked ( $format, $current_format, false ),
1090
+ sprintf( __( '%s (ex. %s)', 'form-fields api', 'WPBDM' ), strtoupper( $format ), date( $data['date_format'], $now ) ) );
1091
+ }
1092
+
1093
+ $settings = array(
1094
+ 'date_format' => array( _x( 'Date Format', 'form-fields api', 'WPBDM' ),
1095
+ $select )
1096
+ );
1097
+
1098
+ return self::render_admin_settings( $settings );
1099
+ }
1100
+
1101
+ public function process_field_settings( &$field ) {
1102
+ if ( ! array_key_exists( 'x_date_format', $_POST['field'] ) )
1103
+ return;
1104
+
1105
+ $date_format = $_POST['field']['x_date_format'];
1106
+ $field->set_data( 'date_format', $date_format );
1107
+ }
1108
+
1109
+ public function setup_field( &$field ) {
1110
+ $field->add_validator( 'date_' );
1111
+ }
1112
+
1113
+ public function setup_validation( $field, $validator, $value ) {
1114
+ if ( 'date_' != $validator )
1115
+ return;
1116
+
1117
+ return array( 'format' => $this->date_format( $field ) );
1118
+ }
1119
+
1120
+ public function render_field_inner( &$field, $value, $context, &$extra=null ) {
1121
+ static $enqueued = false;
1122
+
1123
+ if ( ! $enqueued ) {
1124
+ wp_enqueue_style( 'wpbdp-jquery-ui-css',
1125
+ 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/smoothness/jquery-ui.css' );
1126
+ wp_enqueue_script( 'jquery-ui-datepicker', false, false, false, true );
1127
+ $enqueued = true;
1128
+ }
1129
+
1130
+ $format = $this->date_format( $field, true );
1131
+
1132
+ $html = '';
1133
+ $html .= sprintf( '<input type="text" id="%s" name="%s" class="intextbox %s" value="%s" data-date-format="%s" />',
1134
+ 'wpbdp-field-' . $field->get_id(),
1135
+ 'listingfields[' . $field->get_id() . ']',
1136
+ $field->is_required() ? 'inselect required' : 'inselect',
1137
+ $value ? date( $format['date_format'], strtotime( $value ) ) : '',
1138
+ $format['datepicker_format'] );
1139
+
1140
+ wp_enqueue_script( 'jquery-ui-datepicker', false, false, false, true );
1141
+
1142
+ return $html;
1143
+ }
1144
+
1145
+ public function store_field_value( &$field, $post_id, $value ) {
1146
+ if ( 'meta' != $field->get_association() )
1147
+ return;
1148
+
1149
+ $value = preg_replace('/[^0-9]/','', $value); // Normalize value.
1150
+ $format = str_replace( array( '/', '.', '-' ), '', $this->date_format( $field ) );
1151
+
1152
+ if ( ! $value || strlen( $format ) != strlen( $value ) )
1153
+ return parent::store_field_value( $field, $post_id, null );
1154
+
1155
+ $d = 0; $m = 0; $y = 0;
1156
+
1157
+ switch ( $format ) {
1158
+ case 'ddmmyy':
1159
+ $d = substr( $value, 0, 2 );
1160
+ $m = substr( $value, 2, 2 );
1161
+ $y = substr( $value, 4, 2 );
1162
+ break;
1163
+ case 'ddmmyyyy':
1164
+ $d = substr( $value, 0, 2 );
1165
+ $m = substr( $value, 2, 2 );
1166
+ $y = substr( $value, 4, 4 );
1167
+ break;
1168
+ case 'mmddyy':
1169
+ $m = substr( $value, 0, 2 );
1170
+ $d = substr( $value, 2, 2 );
1171
+ $y = substr( $value, 4, 2 );
1172
+ break;
1173
+ case 'mmddyyyy':
1174
+ $m = substr( $value, 0, 2 );
1175
+ $d = substr( $value, 2, 2 );
1176
+ $y = substr( $value, 4, 4 );
1177
+ break;
1178
+ default:
1179
+ break;
1180
+ }
1181
+
1182
+ if ( strlen( $y ) < 4 ) {
1183
+ $y_ = intval( $y );
1184
+
1185
+ if ( $y_ < 0 )
1186
+ $y = '19' . $y;
1187
+ else
1188
+ $y = '20' . $y;
1189
+ }
1190
+
1191
+ $value = sprintf( "%'.04d%'.02d%'.02d", $y, $m, $d );
1192
+ return parent::store_field_value( $field, $post_id, $value );
1193
+ }
1194
+
1195
+ public function get_field_value( &$field, $post_id ) {
1196
+ $value = parent::get_field_value( $field, $post_id );
1197
+
1198
+ if ( empty( $value ) )
1199
+ return '';
1200
+
1201
+ return $value;
1202
+ }
1203
+
1204
+ public function get_field_plain_value( &$field, $post_id ) {
1205
+ $value = $field->value( $post_id );
1206
+
1207
+ if ( empty( $value ) )
1208
+ return '';
1209
+
1210
+ $format = $this->date_format( $field, true );
1211
+ $y = substr( $value, 0, 4 );
1212
+ $m = substr( $value, 4, 2 );
1213
+ $d = substr( $value, 6, 2 );
1214
+
1215
+ return date( $format['date_format'], strtotime( $y . '-' . $m . '-' . $d ) );
1216
+ }
1217
+
1218
+ public function get_field_html_value( &$field, $post_id ) {
1219
+ return $this->get_field_plain_value( $field, $post_id );
1220
+ }
1221
+
1222
+ private function get_formats() {
1223
+ $formats = array();
1224
+
1225
+ $formats['dd/mm/yy'] = array( 'date_format' => 'd/m/y', 'datepicker_format' => 'dd/mm/y' );
1226
+ $formats['dd.mm.yy'] = array( 'date_format' => 'd.m.y', 'datepicker_format' => 'dd.mm.y' );
1227
+
1228
+ $formats['dd/mm/yyyy'] = array( 'date_format' => 'd/m/Y', 'datepicker_format' => 'dd/mm/yy' );
1229
+ $formats['dd.mm.yyyy'] = array( 'date_format' => 'd.m.Y', 'datepicker_format' => 'dd.mm.yy' );
1230
+
1231
+ $formats['mm/dd/yy'] = array( 'date_format' => 'm/d/y', 'datepicker_format' => 'mm/dd/y' );
1232
+ $formats['mm/dd/yyyy'] = array( 'date_format' => 'm/d/Y', 'datepicker_format' => 'mm/dd/yy' );
1233
+
1234
+ return $formats;
1235
+ }
1236
+
1237
+ private function date_format( &$field, $full_info ) {
1238
+ if ( $full_info ) {
1239
+ $formats = $this->get_formats();
1240
+ $format = $this->date_format( $field, false );
1241
+
1242
+ return $formats[ $format ];
1243
+ }
1244
+
1245
+ if ( ! $field || ! $field->data( 'date_format' ) || ! array_key_exists( $field->data( 'date_format' ), $this->get_formats() ) )
1246
+ return 'dd/mm/yyyy';
1247
+
1248
+ return $field->data( 'date_format' );
1249
+ }
1250
+
1251
+ }
core/form-fields.php CHANGED
@@ -40,7 +40,7 @@ class WPBDP_FormFields {
40
  // register core field types
41
  $this->register_field_type( 'WPBDP_FieldTypes_TextField', 'textfield' );
42
  $this->register_field_type( 'WPBDP_FieldTypes_Select', 'select' );
43
- $this->register_field_type( 'WPBDP_FieldTypes_URL', 'url' );
44
  $this->register_field_type( 'WPBDP_FieldTypes_TextArea', 'textarea' );
45
  $this->register_field_type( 'WPBDP_FieldTypes_RadioButton', 'radio' );
46
  $this->register_field_type( 'WPBDP_FieldTypes_MultiSelect', 'multiselect' );
@@ -49,6 +49,7 @@ class WPBDP_FormFields {
49
  $this->register_field_type( 'WPBDP_FieldTypes_Facebook', 'social-facebook' );
50
  $this->register_field_type( 'WPBDP_FieldTypes_LinkedIn', 'social-linkedin' );
51
  $this->register_field_type( 'WPBDP_FieldTypes_Image', 'image' );
 
52
  }
53
 
54
  /**
@@ -331,6 +332,9 @@ class WPBDP_FormFields {
331
  $names = $this->_calculate_short_names();
332
 
333
  if ( $fieldid ) {
 
 
 
334
  return isset( $names[ $fieldid ] ) ? $names[ $fieldid ] : null;
335
  }
336
 
@@ -342,14 +346,12 @@ class WPBDP_FormFields {
342
  $names = array();
343
 
344
  foreach ( $fields as $field ) {
345
- $name = strtolower( $field->get_label() );
346
- $name = str_replace( array( ',', ';' ), '', $name );
347
- $name = str_replace( array( ' ', '/' ), '-', $name );
348
-
349
  if ( $name == 'images' || $name == 'image' || $name == 'username' || $name == 'featured_level' || $name == 'expires_on' || $name == 'sequence_id' || in_array( $name, $names, true ) ) {
350
- $name = $field->get_id() . '/' . $name;
351
  }
352
-
353
  $names[ $field->get_id() ] = $name;
354
  }
355
 
@@ -484,13 +486,47 @@ class WPBDP_FieldValidation {
484
 
485
  /* DateValidator */
486
  private function date_( $value, $args=array() ) {
487
- $args = wp_parse_args( $args, array( 'format' => 'm/d/Y' ) );
488
-
489
- // TODO: validate with format
490
- list( $m, $d, $y ) = explode( '/', $value );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
491
 
492
- if ( !is_numeric( $m ) || !is_numeric( $d ) || !is_numeric( $y ) || !checkdate( $m, $d, $y ) )
493
- return WPBDP_ValidationError( sprintf( _x( '%s must be in the format MM/DD/YYYY.', 'form-fields-api validation', 'WPBDM' ), esc_attr( $args['field-label'] ) ) );
494
  }
495
 
496
  private function any_of( $value, $args=array() ) {
40
  // register core field types
41
  $this->register_field_type( 'WPBDP_FieldTypes_TextField', 'textfield' );
42
  $this->register_field_type( 'WPBDP_FieldTypes_Select', 'select' );
43
+ $this->register_field_type( 'WPBDP_FieldTypes_URL', 'url' );
44
  $this->register_field_type( 'WPBDP_FieldTypes_TextArea', 'textarea' );
45
  $this->register_field_type( 'WPBDP_FieldTypes_RadioButton', 'radio' );
46
  $this->register_field_type( 'WPBDP_FieldTypes_MultiSelect', 'multiselect' );
49
  $this->register_field_type( 'WPBDP_FieldTypes_Facebook', 'social-facebook' );
50
  $this->register_field_type( 'WPBDP_FieldTypes_LinkedIn', 'social-linkedin' );
51
  $this->register_field_type( 'WPBDP_FieldTypes_Image', 'image' );
52
+ $this->register_field_type( 'WPBDP_FieldTypes_Date', 'date' );
53
  }
54
 
55
  /**
332
  $names = $this->_calculate_short_names();
333
 
334
  if ( $fieldid ) {
335
+ if ( ! isset( $names[ $fieldid ] ) )
336
+ $names = $this->_calculate_short_names();
337
+
338
  return isset( $names[ $fieldid ] ) ? $names[ $fieldid ] : null;
339
  }
340
 
346
  $names = array();
347
 
348
  foreach ( $fields as $field ) {
349
+ $name = WPBDP_Form_Field_Type::normalize_name( $field->get_label() );
350
+
 
 
351
  if ( $name == 'images' || $name == 'image' || $name == 'username' || $name == 'featured_level' || $name == 'expires_on' || $name == 'sequence_id' || in_array( $name, $names, true ) ) {
352
+ $name = $name . '-' . $field->get_id();
353
  }
354
+
355
  $names[ $field->get_id() ] = $name;
356
  }
357
 
486
 
487
  /* DateValidator */
488
  private function date_( $value, $args=array() ) {
489
+ $args = wp_parse_args( $args, array( 'format' => 'dd/mm/yyyy' ) );
490
+ $format = $args['format'];
491
+
492
+ // Normalize separators.
493
+ $format_ = str_replace( array( '/', '.', '-' ), '', $format );
494
+ $value_ = str_replace( array( '/', '.', '-' ), '', $value );
495
+
496
+ if ( strlen( $format_ ) != strlen( $value_ ) )
497
+ return WPBDP_ValidationError( sprintf( _x( '%s must be in the format %s.', 'form-fields-api validation', 'WPBDM' ),
498
+ esc_attr( $args['field-label'] ),
499
+ $format ) );
500
+
501
+ $d = 0; $m = 0; $y = 0;
502
+
503
+ switch ( $format_ ) {
504
+ case 'ddmmyy':
505
+ $d = substr( $value_, 0, 2 );
506
+ $m = substr( $value_, 2, 2 );
507
+ $y = substr( $value_, 4, 2 );
508
+ break;
509
+ case 'ddmmyyyy':
510
+ $d = substr( $value_, 0, 2 );
511
+ $m = substr( $value_, 2, 2 );
512
+ $y = substr( $value_, 4, 4 );
513
+ break;
514
+ case 'mmddyy':
515
+ $m = substr( $value_, 0, 2 );
516
+ $d = substr( $value_, 2, 2 );
517
+ $y = substr( $value_, 4, 2 );
518
+ break;
519
+ case 'mmddyyyy':
520
+ $m = substr( $value_, 0, 2 );
521
+ $d = substr( $value_, 2, 2 );
522
+ $y = substr( $value_, 4, 4 );
523
+ break;
524
+ default:
525
+ break;
526
+ }
527
 
528
+ if ( ! is_numeric( $m ) || ! is_numeric( $d ) || ! is_numeric( $y ) || ! checkdate( $m, $d, $y ) )
529
+ return WPBDP_ValidationError( sprintf( _x( '%s must be a valid date.', 'form-fields-api validation', 'WPBDM' ), esc_attr( $args['field-label'] ) ) );
530
  }
531
 
532
  private function any_of( $value, $args=array() ) {
core/gateways-authorize-net.php CHANGED
@@ -59,8 +59,8 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
59
  }
60
 
61
  public function process( &$payment, $action ) {
62
- if ( ! $this->validate_billing_information( $payment, $errors ) ) {
63
- wp_redirect( $payment->get_checkout_url() );
64
  die();
65
  }
66
 
@@ -132,7 +132,7 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
132
 
133
  $payment->save();
134
 
135
- wp_redirect( $payment->get_redirect_url() ); die();
136
  }
137
 
138
  private function process_recurring( &$payment ) {
@@ -183,7 +183,7 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
183
  }
184
 
185
  $payment->save();
186
- wp_redirect( $payment->get_redirect_url() );
187
  }
188
 
189
  public function handle_expiration( $payment ) {
59
  }
60
 
61
  public function process( &$payment, $action ) {
62
+ if ( ! $this->validate_billing_information( $payment ) ) {
63
+ wp_redirect( esc_url_raw( $payment->get_checkout_url() ) );
64
  die();
65
  }
66
 
132
 
133
  $payment->save();
134
 
135
+ wp_redirect( esc_url_raw( $payment->get_redirect_url() ) ); die();
136
  }
137
 
138
  private function process_recurring( &$payment ) {
183
  }
184
 
185
  $payment->save();
186
+ wp_redirect( esc_url_raw( $payment->get_redirect_url() ) );
187
  }
188
 
189
  public function handle_expiration( $payment ) {
core/gateways-dummy.php CHANGED
@@ -68,7 +68,7 @@ class WPBDP_Dummy_Gateway extends WPBDP_Payment_Gateway {
68
  $payment->set_status( $new_status, WPBDP_Payment::HANDLER_GATEWAY );
69
  $payment->save();
70
 
71
- wp_redirect( $payment->get_redirect_url() );
72
  }
73
 
74
  }
68
  $payment->set_status( $new_status, WPBDP_Payment::HANDLER_GATEWAY );
69
  $payment->save();
70
 
71
+ wp_redirect( esc_url_raw( $payment->get_redirect_url() ) );
72
  }
73
 
74
  }
core/gateways-googlewallet.php CHANGED
@@ -269,7 +269,7 @@ class WPBDP_Google_Wallet_Gateway extends WPBDP_Payment_Gateway {
269
 
270
  $payment->save();
271
 
272
- wp_redirect( $payment->get_redirect_url() );
273
  }
274
 
275
  private function validate_jwt( &$jwt, &$payment ) {
269
 
270
  $payment->save();
271
 
272
+ wp_redirect( esc_url_raw( $payment->get_redirect_url() ) );
273
  }
274
 
275
  private function validate_jwt( &$jwt, &$payment ) {
core/js/wpbdp.js CHANGED
@@ -20,7 +20,28 @@ jQuery(document).ready(function($){
20
  var selected = $(this).val();
21
  location.href = selected;
22
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
 
24
  });
25
 
26
  WPBDP.fileUpload = {
@@ -148,6 +169,14 @@ WPBDP.fileUpload = {
148
  return ( t._slotsRemaining - data.files.length ) >= 0;
149
  },
150
  done: function( res ) {
 
 
 
 
 
 
 
 
151
  $( '#no-images-message' ).hide();
152
  $( '#wpbdp-uploaded-images' ).append( res.data.html );
153
 
@@ -160,9 +189,6 @@ WPBDP.fileUpload = {
160
  $( '#image-upload-dnd-area' ).addClass('error');
161
  $( '#image-upload-dnd-area .dnd-area-inside' ).hide();
162
  $( '#image-upload-dnd-area .dnd-area-inside-error' ).show();
163
- } else if ( 'undefined' !== typeof res.data.uploadErrors ) {
164
- var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html( res.data.uploadErrors );
165
- $( '.area-and-conditions' ).prepend( errorMsg );
166
  }
167
  }
168
  } );
20
  var selected = $(this).val();
21
  location.href = selected;
22
  });
23
+ });
24
+
25
+ jQuery(function( $ ) {
26
+
27
+ var form_fields = {
28
+ init: function() {
29
+ var t = this;
30
+
31
+ $( '.wpbdp-form-field-type-date' ).each(function(i, v) {
32
+ t.configure_date_picker( $(v).find( 'input' ) );
33
+ });
34
+ },
35
+
36
+ configure_date_picker: function( $e ) {
37
+ $e.datepicker({
38
+ dateFormat: $e.attr( 'data-date-format' ),
39
+ defaultDate: $e.val()
40
+ });
41
+ }
42
+ };
43
 
44
+ form_fields.init();
45
  });
46
 
47
  WPBDP.fileUpload = {
169
  return ( t._slotsRemaining - data.files.length ) >= 0;
170
  },
171
  done: function( res ) {
172
+ var uploadErrors = ( 'undefined' !== typeof res.data.uploadErrors ) ? res.data.uploadErrors : false;
173
+
174
+ if ( uploadErrors ) {
175
+ var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html( res.data.uploadErrors );
176
+ $( '.area-and-conditions' ).prepend( errorMsg );
177
+ return;
178
+ }
179
+
180
  $( '#no-images-message' ).hide();
181
  $( '#wpbdp-uploaded-images' ).append( res.data.html );
182
 
189
  $( '#image-upload-dnd-area' ).addClass('error');
190
  $( '#image-upload-dnd-area .dnd-area-inside' ).hide();
191
  $( '#image-upload-dnd-area .dnd-area-inside-error' ).show();
 
 
 
192
  }
193
  }
194
  } );
core/js/wpbdp.min.js CHANGED
@@ -1 +1 @@
1
- if(typeof(window.WPBDP)=="undefined"){window.WPBDP={}}if(typeof(window.wpbdp)=="undefined"){window.wpbdp={}}jQuery(document).ready(function($){if($(".wpbdp-bar").children().length==0&&$.trim($(".wpbdp-bar").text())==""){$(".wpbdp-bar").remove()}$(".wpbdp-listing .contact-form .send-message-button").click(function(){$(".contact-form .contact-form-wrapper").toggle()});$(".wpbdp-listings-sort-options.wpbdp-show-on-mobile select").change(function(e){var selected=$(this).val();location.href=selected})});WPBDP.fileUpload={resizeIFrame:function(field_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+field_id)[0];var iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;if(iframeWin.document.body){iframe.height=iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight}},handleUpload:function(o){var $input=jQuery(o);var $form=$input.parent("form");$form.submit()},finishUpload:function(field_id,upload_id){var $iframe=jQuery("#wpbdp-upload-iframe-"+field_id);var $input=jQuery('input[name="listingfields['+field_id+']"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove();$preview.prepend($iframe.contents().find(".preview").html());$iframe.contents().find(".preview").remove();$preview.find(".delete").show()},deleteUpload:function(field_id){var $input=jQuery('input[name="listingfields['+field_id+']"]');var $preview=$input.siblings(".preview");$input.val("");$preview.find("img").remove();$preview.find(".delete").hide();return false}};(function($){var sb=wpbdp.listingSubmit={init:function(){if($(".wpbdp-submit-page.step-fee-selection").length>0){$("#wpbdp-listing-form-fees .fee-selection input").change(function(e){console.log(this);if(1==$(this).attr("data-canrecur")){if($(".make-charges-recurring-option").not(":visible")){$(".make-charges-recurring-option").fadeIn("fast")}}else{$(".make-charges-recurring-option").fadeOut("fast")}}).filter(":checked").trigger("change")}if($(".wpbdp-submit-page.step-images").length>0){sb.images.init()}}};var sbImages=sb.images=wpbdp.listingSubmit.images={_slots:0,_slotsRemaining:0,_working:false,init:function(){var t=this;sb.images._slots=parseInt($("#image-slots-total").text());sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text());$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();var url=$(this).attr("data-action");$.post(url,{state:$('form#wpbdp-listing-form-images input[name="_state"]').val()},function(res){if(!res.success){return}$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){$(this).remove();t._slotsRemaining++;$("#image-slots-remaining").text(t._slotsRemaining);if(t._slotsRemaining==t._slots){$("#no-images-message").show()}if(t._slotsRemaining>0){$("#image-upload-dnd-area .dnd-area-inside").show();$("#noslots-message").hide();$("#image-upload-dnd-area").removeClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").hide()}})},"json")});wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){if(t._slotsRemaining>0){return}$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").show()},validate:function(data){$(this).siblings(".wpbdp-msg").remove();return(t._slotsRemaining-data.files.length)>=0},done:function(res){$("#no-images-message").hide();$("#wpbdp-uploaded-images").append(res.data.html);t._slotsRemaining-=res.data.attachmentIds.length;$("#image-slots-remaining").text(t._slotsRemaining);if(0==t._slotsRemaining){$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside").hide();$("#image-upload-dnd-area .dnd-area-inside-error").show()}else{if("undefined"!==typeof res.data.uploadErrors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(res.data.uploadErrors);$(".area-and-conditions").prepend(errorMsg)}}}})}};$(document).ready(function(){if(0==$(".wpbdp-submit-page").length){return}sb.init()})})(jQuery);
1
+ if(typeof(window.WPBDP)=="undefined"){window.WPBDP={}}if(typeof(window.wpbdp)=="undefined"){window.wpbdp={}}jQuery(document).ready(function($){if($(".wpbdp-bar").children().length==0&&$.trim($(".wpbdp-bar").text())==""){$(".wpbdp-bar").remove()}$(".wpbdp-listing .contact-form .send-message-button").click(function(){$(".contact-form .contact-form-wrapper").toggle()});$(".wpbdp-listings-sort-options.wpbdp-show-on-mobile select").change(function(e){var selected=$(this).val();location.href=selected})});jQuery(function($){var form_fields={init:function(){var t=this;$(".wpbdp-form-field-type-date").each(function(i,v){t.configure_date_picker($(v).find("input"))})},configure_date_picker:function($e){$e.datepicker({dateFormat:$e.attr("data-date-format"),defaultDate:$e.val()})}};form_fields.init()});WPBDP.fileUpload={resizeIFrame:function(field_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+field_id)[0];var iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;if(iframeWin.document.body){iframe.height=iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight}},handleUpload:function(o){var $input=jQuery(o);var $form=$input.parent("form");$form.submit()},finishUpload:function(field_id,upload_id){var $iframe=jQuery("#wpbdp-upload-iframe-"+field_id);var $input=jQuery('input[name="listingfields['+field_id+']"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove();$preview.prepend($iframe.contents().find(".preview").html());$iframe.contents().find(".preview").remove();$preview.find(".delete").show()},deleteUpload:function(field_id){var $input=jQuery('input[name="listingfields['+field_id+']"]');var $preview=$input.siblings(".preview");$input.val("");$preview.find("img").remove();$preview.find(".delete").hide();return false}};(function($){var sb=wpbdp.listingSubmit={init:function(){if($(".wpbdp-submit-page.step-fee-selection").length>0){$("#wpbdp-listing-form-fees .fee-selection input").change(function(e){console.log(this);if(1==$(this).attr("data-canrecur")){if($(".make-charges-recurring-option").not(":visible")){$(".make-charges-recurring-option").fadeIn("fast")}}else{$(".make-charges-recurring-option").fadeOut("fast")}}).filter(":checked").trigger("change")}if($(".wpbdp-submit-page.step-images").length>0){sb.images.init()}}};var sbImages=sb.images=wpbdp.listingSubmit.images={_slots:0,_slotsRemaining:0,_working:false,init:function(){var t=this;sb.images._slots=parseInt($("#image-slots-total").text());sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text());$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();var url=$(this).attr("data-action");$.post(url,{state:$('form#wpbdp-listing-form-images input[name="_state"]').val()},function(res){if(!res.success){return}$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){$(this).remove();t._slotsRemaining++;$("#image-slots-remaining").text(t._slotsRemaining);if(t._slotsRemaining==t._slots){$("#no-images-message").show()}if(t._slotsRemaining>0){$("#image-upload-dnd-area .dnd-area-inside").show();$("#noslots-message").hide();$("#image-upload-dnd-area").removeClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").hide()}})},"json")});wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){if(t._slotsRemaining>0){return}$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").show()},validate:function(data){$(this).siblings(".wpbdp-msg").remove();return(t._slotsRemaining-data.files.length)>=0},done:function(res){var uploadErrors=("undefined"!==typeof res.data.uploadErrors)?res.data.uploadErrors:false;if(uploadErrors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(res.data.uploadErrors);$(".area-and-conditions").prepend(errorMsg);return}$("#no-images-message").hide();$("#wpbdp-uploaded-images").append(res.data.html);t._slotsRemaining-=res.data.attachmentIds.length;$("#image-slots-remaining").text(t._slotsRemaining);if(0==t._slotsRemaining){$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside").hide();$("#image-upload-dnd-area .dnd-area-inside-error").show()}}})}};$(document).ready(function(){if(0==$(".wpbdp-submit-page").length){return}sb.init()})})(jQuery);
core/payment.php CHANGED
@@ -651,7 +651,7 @@ class WPBDP_PaymentsAPI {
651
  } elseif ( $payment->is_rejected() ) {
652
  if ( $opts['retry_rejected'] ) {
653
  $html .= '<p>' . _x( 'The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error or click "Change Payment Method" to select another payment method and try again.', 'payments', 'WPBDM' ) . '</p>';
654
- $html .= '<p><a href="' . add_query_arg( 'change_payment_method', 1 ) . '">' . _x( 'Change Payment Method', 'payments', 'WPBDM' ) . '</a></p>';
655
  } else {
656
  $html .= '<p>' . _x( 'The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error.', 'payments', 'WPBDM' ) . '</p>';
657
  }
@@ -750,12 +750,12 @@ class WPBDP_PaymentsAPI {
750
  ) );
751
 
752
  $views['pending-abandonment'] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
753
- add_query_arg( 'wpbdmfilter', 'pending-abandonment' ),
754
  'pending-abandonment' == wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) ? 'current' : '',
755
  _x( 'Pending Abandonment', 'admin', 'WPBDM' ),
756
  number_format_i18n( $count_pending ) );
757
  $views['abandoned'] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
758
- add_query_arg( 'wpbdmfilter', 'abandoned' ),
759
  'abandoned' == wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) ? 'current' : '',
760
  _x( 'Abandoned', 'admin', 'WPBDM' ),
761
  number_format_i18n( $count_abandoned ) );
@@ -826,7 +826,7 @@ class WPBDP_PaymentsAPI {
826
  // Send e-mail.
827
  $replacements = array(
828
  'listing' => get_the_title( $payment->get_listing_id() ),
829
- 'link' => sprintf( '<a href="%1$s">%1$s</a>', $payment->get_checkout_url() )
830
  );
831
 
832
  $email = wpbdp_email_from_template( 'email-templates-payment-abandoned', $replacements );
651
  } elseif ( $payment->is_rejected() ) {
652
  if ( $opts['retry_rejected'] ) {
653
  $html .= '<p>' . _x( 'The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error or click "Change Payment Method" to select another payment method and try again.', 'payments', 'WPBDM' ) . '</p>';
654
+ $html .= '<p><a href="' . esc_url( add_query_arg( 'change_payment_method', 1 ) ) . '">' . _x( 'Change Payment Method', 'payments', 'WPBDM' ) . '</a></p>';
655
  } else {
656
  $html .= '<p>' . _x( 'The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error.', 'payments', 'WPBDM' ) . '</p>';
657
  }
750
  ) );
751
 
752
  $views['pending-abandonment'] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
753
+ esc_url( add_query_arg( 'wpbdmfilter', 'pending-abandonment' ) ),
754
  'pending-abandonment' == wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) ? 'current' : '',
755
  _x( 'Pending Abandonment', 'admin', 'WPBDM' ),
756
  number_format_i18n( $count_pending ) );
757
  $views['abandoned'] = sprintf( '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
758
+ esc_url( add_query_arg( 'wpbdmfilter', 'abandoned' ) ),
759
  'abandoned' == wpbdp_getv( $_REQUEST, 'wpbdmfilter' ) ? 'current' : '',
760
  _x( 'Abandoned', 'admin', 'WPBDM' ),
761
  number_format_i18n( $count_abandoned ) );
826
  // Send e-mail.
827
  $replacements = array(
828
  'listing' => get_the_title( $payment->get_listing_id() ),
829
+ 'link' => sprintf( '<a href="%1$s">%1$s</a>', esc_url( $payment->get_checkout_url() ) )
830
  );
831
 
832
  $email = wpbdp_email_from_template( 'email-templates-payment-abandoned', $replacements );
core/templates-ui.php CHANGED
@@ -161,7 +161,7 @@ function wpbdp_list_categories( $args=array() ) {
161
  $html = '';
162
 
163
  if ( $categories = _wpbdp_list_categories_walk( 0, 0, $args ) ) {
164
- $html .= '<ul class="wpbdp-categories ' . apply_filters( 'wpbdp_categories_list_css', '' ) . '">';
165
  $html .= $categories;
166
  $html .= '</ul>';
167
  }
@@ -227,7 +227,7 @@ function wpbdp_search_form() {
227
  $html .= sprintf('<input id="wpbdmsearchsubmit" class="submit" type="submit" value="%s" />',
228
  _x('Search Listings', 'templates', 'WPBDM'));
229
  $html .= sprintf('<a href="%s" class="advanced-search-link">%s</a>',
230
- add_query_arg('action', 'search', wpbdp_get_page_link('main')),
231
  _x('Advanced Search', 'templates', 'WPBDM'));
232
  $html .= '</form>';
233
 
@@ -262,7 +262,7 @@ function wpbdp_listing_sort_options() {
262
  $html .= sprintf('<span class="%s %s"><a href="%s" title="%s">%s</a> %s</span>',
263
  $id,
264
  ($current_sort && $current_sort->option == $id) ? 'current': '',
265
- ($current_sort && $current_sort->option == $id) ? add_query_arg('wpbdp_sort', ($current_sort->order == 'ASC' ? '-' : '') . $id) : add_query_arg('wpbdp_sort', ( $default_order == 'DESC' ? '-' : '' ) . $id ),
266
  isset( $option[1] ) && !empty( $option[1] ) ? esc_attr( $option[1] ) : esc_attr( $option[0] ),
267
  $option[0],
268
  ($current_sort && $current_sort->option == $id) ? ($current_sort->order == 'ASC' ? '↑' : '↓') : ( $default_order == 'DESC' ? '↓' : '↑' )
@@ -285,7 +285,7 @@ function wpbdp_listing_sort_options() {
285
  $default_order = isset( $option[2] ) && !empty( $option[2] ) ? strtoupper( $option[2] ) : 'ASC';
286
 
287
  $html .= sprintf( '<option value="%s" %s>%s%s %s</option>',
288
- ( $current_sort && $current_sort->option == $id ) ? add_query_arg( 'wpbdp_sort', ( $current_sort->order == 'ASC' ? '-' : '' ) . $id ) : add_query_arg('wpbdp_sort', ( $default_order == 'DESC' ? '-' : '' ) . $id ),
289
  ( $current_sort && $current_sort->option == $id ) ? 'selected="selected"' : '',
290
  str_repeat( '&nbsp;', 3 ),
291
  $option[0],
161
  $html = '';
162
 
163
  if ( $categories = _wpbdp_list_categories_walk( 0, 0, $args ) ) {
164
+ $html .= '<ul class="wpbdp-categories cf ' . apply_filters( 'wpbdp_categories_list_css', '' ) . '">';
165
  $html .= $categories;
166
  $html .= '</ul>';
167
  }
227
  $html .= sprintf('<input id="wpbdmsearchsubmit" class="submit" type="submit" value="%s" />',
228
  _x('Search Listings', 'templates', 'WPBDM'));
229
  $html .= sprintf('<a href="%s" class="advanced-search-link">%s</a>',
230
+ esc_url( add_query_arg('action', 'search', wpbdp_get_page_link('main')) ),
231
  _x('Advanced Search', 'templates', 'WPBDM'));
232
  $html .= '</form>';
233
 
262
  $html .= sprintf('<span class="%s %s"><a href="%s" title="%s">%s</a> %s</span>',
263
  $id,
264
  ($current_sort && $current_sort->option == $id) ? 'current': '',
265
+ esc_url( ($current_sort && $current_sort->option == $id) ? add_query_arg('wpbdp_sort', ($current_sort->order == 'ASC' ? '-' : '') . $id) : add_query_arg('wpbdp_sort', ( $default_order == 'DESC' ? '-' : '' ) . $id ) ),
266
  isset( $option[1] ) && !empty( $option[1] ) ? esc_attr( $option[1] ) : esc_attr( $option[0] ),
267
  $option[0],
268
  ($current_sort && $current_sort->option == $id) ? ($current_sort->order == 'ASC' ? '↑' : '↓') : ( $default_order == 'DESC' ? '↓' : '↑' )
285
  $default_order = isset( $option[2] ) && !empty( $option[2] ) ? strtoupper( $option[2] ) : 'ASC';
286
 
287
  $html .= sprintf( '<option value="%s" %s>%s%s %s</option>',
288
+ esc_url( ( $current_sort && $current_sort->option == $id ) ? add_query_arg( 'wpbdp_sort', ( $current_sort->order == 'ASC' ? '-' : '' ) . $id ) : add_query_arg('wpbdp_sort', ( $default_order == 'DESC' ? '-' : '' ) . $id ) ),
289
  ( $current_sort && $current_sort->option == $id ) ? 'selected="selected"' : '',
290
  str_repeat( '&nbsp;', 3 ),
291
  $option[0],
core/view-checkout.php CHANGED
@@ -54,7 +54,13 @@ class WPBDP_Checkout_Page extends WPBDP_View {
54
 
55
  // Auto-select gateway if there is only one available.
56
  $gateways = $wpbdp->payments->get_available_methods();
57
- if ( 1 == count( $gateways ) ) {
 
 
 
 
 
 
58
  $this->payment->set_payment_method( array_pop( $gateways ) );
59
  $this->payment->save();
60
  return $this->checkout();
@@ -63,6 +69,10 @@ class WPBDP_Checkout_Page extends WPBDP_View {
63
  $html = '';
64
  do_action_ref_array( 'wpbdp_checkout_page_process', array( &$this->payment ) );
65
 
 
 
 
 
66
  if ( isset( $_POST['payment_method'] ) ) {
67
  $payment_method = trim( $_POST['payment_method'] );
68
 
@@ -89,7 +99,7 @@ class WPBDP_Checkout_Page extends WPBDP_View {
89
  if ( ! is_ssl() && wpbdp_get_option( 'payments-use-https' ) ) {
90
  return wpbdp_render_msg(
91
  str_replace( '<a>',
92
- '<a href="' . $this->payment->get_checkout_url() . '">',
93
  _x( 'Payments are not allowed on the non-secure version of this site. Please <a>continue to the secure server to proceed with your payment</a>.', 'checkout', 'WPBDM' ) ),
94
  'error'
95
  );
54
 
55
  // Auto-select gateway if there is only one available.
56
  $gateways = $wpbdp->payments->get_available_methods();
57
+ $skip_gateway_selection = false;
58
+
59
+ if ( 1 == count( $gateways ) )
60
+ $skip_gateway_selection = true;
61
+
62
+ $skip_gateway_selection = apply_filters( 'wpbdp_checkout_skip_gateway_selection', $skip_gateway_selection );
63
+ if ( $skip_gateway_selection ) {
64
  $this->payment->set_payment_method( array_pop( $gateways ) );
65
  $this->payment->save();
66
  return $this->checkout();
69
  $html = '';
70
  do_action_ref_array( 'wpbdp_checkout_page_process', array( &$this->payment ) );
71
 
72
+ // Check if the payment changed in case we need to update something.
73
+ if ( 0.0 == $this->payment->get_total() )
74
+ return $this->dispatch();
75
+
76
  if ( isset( $_POST['payment_method'] ) ) {
77
  $payment_method = trim( $_POST['payment_method'] );
78
 
99
  if ( ! is_ssl() && wpbdp_get_option( 'payments-use-https' ) ) {
100
  return wpbdp_render_msg(
101
  str_replace( '<a>',
102
+ '<a href="' . esc_url( $this->payment->get_checkout_url() ) . '">',
103
  _x( 'Payments are not allowed on the non-secure version of this site. Please <a>continue to the secure server to proceed with your payment</a>.', 'checkout', 'WPBDM' ) ),
104
  'error'
105
  );
core/views.php CHANGED
@@ -30,7 +30,7 @@ class WPBDP_DirectoryController {
30
  }
31
 
32
  public function _handle_action(&$wp) {
33
- if ( is_page() && in_array( get_the_ID(), wpbdp_get_page_id( 'main', false ) ) ) {
34
  $action = get_query_var('action') ? get_query_var('action') : ( isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : '' );
35
 
36
  if (get_query_var('category_id') || get_query_var('category')) $action = 'browsecategory';
@@ -188,6 +188,7 @@ class WPBDP_DirectoryController {
188
  $listings_api = wpbdp_listings_api();
189
 
190
  query_posts(array(
 
191
  'post_type' => WPBDP_POST_TYPE,
192
  'post_status' => 'publish',
193
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
30
  }
31
 
32
  public function _handle_action(&$wp) {
33
+ if ( is_page() && in_array( get_the_ID(), wpbdp_get_page_ids( 'main' ) ) ) {
34
  $action = get_query_var('action') ? get_query_var('action') : ( isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : '' );
35
 
36
  if (get_query_var('category_id') || get_query_var('category')) $action = 'browsecategory';
188
  $listings_api = wpbdp_listings_api();
189
 
190
  query_posts(array(
191
+ 'wpbdp_action' => 'browsecategory',
192
  'post_type' => WPBDP_POST_TYPE,
193
  'post_status' => 'publish',
194
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
languages/WPBDM-de_DE.mo CHANGED
Binary file
languages/WPBDM-de_DE.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.5.4\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2015-01-06 02:44:52+00:00\n"
8
  "PO-Revision-Date: 2015-03-10 03:22+0100\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -108,7 +108,7 @@ msgctxt "admin actions"
108
  msgid "Renew Listing"
109
  msgstr "Eintrag erneuern"
110
 
111
- #: admin/class-admin.php:135
112
  msgctxt "drip pointer"
113
  msgid ""
114
  "Find out how to create a compelling, thriving business directory from "
@@ -116,186 +116,189 @@ msgid ""
116
  "a FREE premium module just for signing up."
117
  msgstr "-"
118
 
119
- #: admin/class-admin.php:137
120
  msgctxt "drip pointer"
121
  msgid "Email Address:"
122
  msgstr "E-mail Adresse:"
123
 
124
- #: admin/class-admin.php:143
125
  msgctxt "drip pointer"
126
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
127
  msgstr "-"
128
 
129
- #: admin/class-admin.php:145
130
  msgctxt "drip pointer"
131
  msgid "Yes, please!"
132
  msgstr "Ja, bitte!"
133
 
134
- #: admin/class-admin.php:147
135
  msgctxt "drip pointer"
136
  msgid "No, thanks"
137
  msgstr "Nein, danke"
138
 
139
- #: admin/class-admin.php:164
140
  msgctxt "admin"
141
  msgid "Business Directory"
142
  msgstr "Branchenverzeichnis"
143
 
144
- #: admin/class-admin.php:175
145
  msgctxt "admin"
146
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
147
  msgstr ""
148
  "Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
149
  "a>."
150
 
151
- #: admin/class-admin.php:235
 
 
 
 
 
 
152
  msgctxt "admin menu"
153
  msgid "Business Directory Admin"
154
  msgstr "Branchenverzeichnis Administration"
155
 
156
- #: admin/class-admin.php:236
157
  msgctxt "admin menu"
158
  msgid "Directory Admin"
159
  msgstr "Verzeichnis Administration"
160
 
161
- #: admin/class-admin.php:242 admin/class-admin.php:243
162
  msgctxt "admin menu"
163
  msgid "Add New Listing"
164
  msgstr "Neuen Eintrag hinzufügen"
165
 
166
- #: admin/class-admin.php:248 admin/class-admin.php:249
167
  msgctxt "admin menu"
168
  msgid "Manage Options"
169
  msgstr "Optionen Verwalten"
170
 
171
- #: admin/class-admin.php:254 admin/class-admin.php:255
172
  msgctxt "admin menu"
173
  msgid "Manage Fees"
174
  msgstr "Preise Verwalten"
175
 
176
- #: admin/class-admin.php:260 admin/class-admin.php:261
177
  msgctxt "admin menu"
178
  msgid "Manage Form Fields"
179
  msgstr "Form Felder verwalten"
180
 
181
- #: admin/class-admin.php:266 admin/class-admin.php:267
182
- msgctxt "admin menu"
183
- msgid "All Listings"
184
- msgstr "Alle Einträge"
185
-
186
- #: admin/class-admin.php:272 admin/class-admin.php:273
187
- msgctxt "admin menu"
188
- msgid "Pending Upgrade"
189
- msgstr "Ausstehende Aktualisierung"
190
-
191
- #: admin/class-admin.php:278 admin/class-admin.php:279
192
  msgctxt "admin menu"
193
- msgid "Pending Payment"
194
- msgstr "Ausstehende Bezahlung"
195
 
196
- #: admin/class-admin.php:294 admin/class-admin.php:295
197
  msgctxt "admin menu"
198
  msgid "CSV Import"
199
  msgstr "CSV Datei importieren"
200
 
201
- #: admin/class-admin.php:300 admin/class-admin.php:301
202
  msgctxt "admin menu"
203
  msgid "CSV Export"
204
  msgstr "CVS Datei exportieren"
205
 
206
- #: admin/class-admin.php:306 admin/class-admin.php:307
207
  msgctxt "admin menu"
208
  msgid "Debug"
209
  msgstr "Fehlerkorrektur"
210
 
211
- #: admin/class-admin.php:316
212
  msgctxt "admin menu"
213
  msgid "Main Menu"
214
  msgstr "Hauptmenü"
215
 
216
- #: admin/class-admin.php:329
217
  msgctxt "admin menu"
218
  msgid "Uninstall Business Directory Plugin"
219
  msgstr "Branchenverzeichnis deinstallieren"
220
 
221
- #: admin/class-admin.php:330
222
  msgctxt "admin menu"
223
  msgid "Uninstall"
224
  msgstr "Deinstallieren"
225
 
226
- #: admin/class-admin.php:515
 
 
 
 
 
 
227
  msgctxt "admin"
228
  msgid "The listing has been published."
229
  msgid_plural "The listings have been published."
230
  msgstr[0] "Der Eintrag wurde veröffentlicht."
231
  msgstr[1] "Die Einträge wurden veröffentlicht."
232
 
233
- #: admin/class-admin.php:528
234
  msgctxt "admin"
235
  msgid "The listing status has been set as paid."
236
  msgid_plural "The listings status has been set as paid."
237
  msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
238
  msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
239
 
240
- #: admin/class-admin.php:540
241
  msgctxt "admin"
242
  msgid "The listing has been modified."
243
  msgid_plural "The listings have been modified."
244
  msgstr[0] "Der Eintrag wurde verändert."
245
  msgstr[1] "Die Einträge wurden verändert."
246
 
247
- #: admin/class-admin.php:553
248
  msgctxt "admin"
249
  msgid "The listing has been upgraded."
250
  msgid_plural "The listings have been upgraded."
251
  msgstr[0] "Der Eintrag wurde aktualisiert"
252
  msgstr[1] "Die Einträge wurden aktualisiert."
253
 
254
- #: admin/class-admin.php:565
255
  msgctxt "admin"
256
  msgid "The listing has been downgraded."
257
  msgid_plural "The listings have been downgraded."
258
  msgstr[0] "Der Eintrag wurde zurück gesetzt."
259
  msgstr[1] "Die Einträge wurden zurück gesetzt."
260
 
261
- #: admin/class-admin.php:577 admin/transactions.php:243
262
  msgctxt "admin"
263
  msgid "The transaction has been approved."
264
  msgstr "Die Transaktion wurde genehmigt."
265
 
266
- #: admin/class-admin.php:585 admin/transactions.php:254
267
  msgctxt "admin"
268
  msgid "The transaction has been rejected."
269
  msgstr "Die Transaktion wurde abgelehnt."
270
 
271
- #: admin/class-admin.php:591
272
  msgctxt "admin"
273
  msgid "The fee was successfully assigned."
274
  msgstr "Der Preis wurde erfolgreich zugewiesen."
275
 
276
- #: admin/class-admin.php:600
277
  msgctxt "admin"
278
  msgid "Listing was renewed."
279
  msgid_plural "Listings were renewed."
280
  msgstr[0] "Eintrag wurde aktualisiert."
281
  msgstr[1] "Einträge wurden aktualisiert."
282
 
283
- #: admin/class-admin.php:607
284
  msgctxt "admin"
285
  msgid "Renewal email sent."
286
  msgstr "E-mail erneut senden."
287
 
288
- #: admin/class-admin.php:641
289
  msgctxt "admin category id"
290
  msgid "ID"
291
  msgstr "ID"
292
 
293
- #: admin/class-admin.php:643 admin/class-admin.php:649
294
  msgctxt "admin"
295
  msgid "Listing Count"
296
  msgstr "Anzahl Einträge "
297
 
298
- #: admin/class-admin.php:745
299
  msgctxt "admin"
300
  msgid ""
301
  "<b>Business Directory Plugin</b> requires fields with the following "
@@ -304,7 +307,7 @@ msgstr ""
304
  "<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
305
  "Verbindungen um korrekt zu funktionieren: <b>%s</b>."
306
 
307
- #: admin/class-admin.php:747
308
  msgctxt "admin"
309
  msgid ""
310
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
@@ -313,7 +316,7 @@ msgstr ""
313
  "<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
314
  "<b>%s</b>, um korrekt zu funktionieren."
315
 
316
- #: admin/class-admin.php:751
317
  msgctxt "admin"
318
  msgid ""
319
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
@@ -322,17 +325,17 @@ msgstr ""
322
  "Sie können diese benutzerdefinierten Felder selbst erzeugen \"Form Felder "
323
  "Verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
324
 
325
- #: admin/class-admin.php:755
326
  msgctxt "admin"
327
  msgid "Go to \"Manage Form Fields\""
328
  msgstr "zu \"Form Felder verwalten\""
329
 
330
- #: admin/class-admin.php:758
331
  msgctxt "admin"
332
  msgid "Create these required fields for me"
333
  msgstr "Erstelle diese benötigten Felder für mich"
334
 
335
- #: admin/class-admin.php:767
336
  msgctxt "admin"
337
  msgid ""
338
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -341,7 +344,7 @@ msgstr ""
341
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
342
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
343
 
344
- #: admin/class-admin.php:769
345
  msgctxt "admin"
346
  msgid ""
347
  "You can create this page by yourself or let Business Directory do this for "
@@ -350,27 +353,27 @@ msgstr ""
350
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
351
  "automatisch erstellen lassen."
352
 
353
- #: admin/class-admin.php:773
354
  msgctxt "admin"
355
  msgid "Create required pages for me"
356
  msgstr "Erstelle benötigte Seiten für mich"
357
 
358
- #: admin/class-admin.php:803
359
  msgctxt "admin compat"
360
  msgid "Installed: %s"
361
  msgstr "Installiert: %s"
362
 
363
- #: admin/class-admin.php:803
364
  msgctxt "admin compat"
365
  msgid "N/A"
366
  msgstr "keine Angabe"
367
 
368
- #: admin/class-admin.php:806
369
  msgctxt "admin compat"
370
  msgid "Required: %s"
371
  msgstr "Pflichtfeld: %s"
372
 
373
- #: admin/class-admin.php:819
374
  msgctxt "admin compat"
375
  msgid ""
376
  "Business Directory has detected some incompatible premium module versions "
@@ -379,7 +382,7 @@ msgstr ""
379
  "Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
380
  "Versionen installiert sind."
381
 
382
- #: admin/class-admin.php:821
383
  msgctxt "admin compat"
384
  msgid ""
385
  "Please upgrade to the required versions indicated below to make sure "
@@ -388,7 +391,7 @@ msgstr ""
388
  "Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
389
  "dass alles korrekt funktioniert. "
390
 
391
- #: admin/class-admin.php:836
392
  msgctxt "admin"
393
  msgid ""
394
  "We noticed you want your Business Directory users to register before posting "
@@ -435,27 +438,27 @@ msgctxt "admin csv-export"
435
  msgid "Error while creating a temporary directory for CSV export: %s"
436
  msgstr ""
437
 
438
- #: admin/csv-import.php:39
439
  msgctxt "admin csv-import"
440
  msgid "Business %s"
441
  msgstr "Geschäft %s"
442
 
443
- #: admin/csv-import.php:77
444
  msgctxt "admin csv-import"
445
  msgid "Whatever"
446
  msgstr "Was auch immer"
447
 
448
- #: admin/csv-import.php:81
449
  msgctxt "admin csv-import"
450
  msgid "Example CSV Import File"
451
  msgstr "Beispiel CSV Import Datei"
452
 
453
- #: admin/csv-import.php:82
454
  msgctxt "admin csv-import"
455
  msgid "← Return to \"CSV Import\""
456
  msgstr "Zurück nach \"CSV Importieren\""
457
 
458
- #: admin/csv-import.php:140
459
  msgid ""
460
  "A valid temporary directory with write permissions is required for CSV "
461
  "imports to function properly. Your server is using \"%s\" but this path does "
@@ -465,134 +468,36 @@ msgstr ""
465
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
466
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
467
 
468
- #: admin/csv-import.php:154
469
  msgctxt "admin csv-import"
470
  msgid "There was an error uploading the CSV file."
471
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
472
 
473
- #: admin/csv-import.php:160
 
474
  msgctxt "admin csv-import"
475
- msgid "The uploaded file does not look like a CSV file."
476
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
477
 
478
- #: admin/csv-import.php:178
 
479
  msgctxt "admin csv-import"
480
- msgid ""
481
- "* Import is in test mode. Nothing was actually inserted into the database. *"
482
- msgstr ""
483
- "* Der Import ist im Testmodus. Es wurde nichts der Datenbank hinzugefügt. *"
484
 
485
- #: admin/csv-import.php:185
486
  msgctxt "admin csv-import"
487
- msgid "Fatal errors encountered. Import will not proceed."
 
 
488
  msgstr ""
489
- "Ein schwerwiegender Fehler wurde festgestellt. Der Import kann nicht "
490
- "durchgeführt werden."
491
 
492
- #: admin/csv-import.php:189
 
493
  msgctxt "admin csv-import"
494
- msgid "Import was completed but some rows were rejected."
495
- msgstr "Der Import ist komplett. Einige Zeilen wurden abgelehnt."
496
-
497
- #: admin/csv-import.php:191
498
- msgctxt "admin csv-import"
499
- msgid "Import was completed successfully."
500
- msgstr "Der Import wurde erfolgreich abgeschlossen."
501
-
502
- #: admin/csv-import.php:196
503
- msgctxt "admin csv-import"
504
- msgid "Import Summary"
505
- msgstr "Import Zusammenfassung"
506
-
507
- #: admin/csv-import.php:198
508
- msgctxt "admin csv-import"
509
- msgid "Correctly imported rows:"
510
- msgstr "Korrekt importierte Zeilen:"
511
-
512
- #: admin/csv-import.php:200
513
- msgctxt "admin csv-import"
514
- msgid "Rejected rows:"
515
- msgstr "Abgelehnte Zeilen:"
516
-
517
- #: admin/csv-import.php:205
518
- msgctxt "admin csv-import"
519
- msgid "Rejected Rows"
520
- msgstr "Abgelehnte Zeilen:"
521
-
522
- #: admin/csv-import.php:208 admin/csv-import.php:233
523
- msgctxt "admin csv-import"
524
- msgid "Line #"
525
- msgstr "Zeile #"
526
-
527
- #: admin/csv-import.php:209 admin/csv-import.php:234
528
- msgctxt "admin csv-import"
529
- msgid "Line"
530
- msgstr "Zeile"
531
-
532
- #: admin/csv-import.php:210
533
- msgctxt "admin csv-import"
534
- msgid "Error"
535
- msgstr "Fehler"
536
-
537
- #: admin/csv-import.php:230
538
- msgctxt "admin csv-import"
539
- msgid "Import warnings (not critical)"
540
- msgstr "Import Warnungen (unkritisch)"
541
-
542
- #: admin/csv-import.php:235
543
- msgctxt "admin csv-import"
544
- msgid "Warning"
545
- msgstr "Warnung"
546
-
547
- #: admin/csv-import.php:390
548
- msgctxt "admin csv-import"
549
- msgid "Missing required header column: %s"
550
- msgstr "Benötigte Kopfzeile ist nicht vorhanden: %s"
551
-
552
- #: admin/csv-import.php:403
553
- msgctxt "admin csv-import"
554
- msgid "Malformed row (too many columns)"
555
- msgstr "falsch formatierte Zeile (zu viele Spalten)"
556
-
557
- #: admin/csv-import.php:467
558
- msgctxt "admin csv-import"
559
- msgid "Username \"%s\" does not exist"
560
- msgstr "Benutzername \"%s\" existiert nicht"
561
-
562
- #: admin/csv-import.php:490
563
- msgctxt "admin csv-import"
564
- msgid "Ignoring unknown field \"%s\""
565
- msgstr "Ingnoriere unbekanntes Feld \"%s\""
566
-
567
- #: admin/csv-import.php:497
568
- msgctxt "admin csv-import"
569
- msgid "Missing required field: %s"
570
- msgstr "Benötigtes nicht vorhandenes Feld: %s"
571
-
572
- #: admin/csv-import.php:529
573
- msgctxt "admin csv-import"
574
- msgid "Could not create listing category \"%s\""
575
- msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
576
-
577
- #: admin/csv-import.php:534
578
- msgctxt "admin csv-import"
579
- msgid "Listing category \"%s\" does not exist"
580
- msgstr "Eintragskategorie \"%s\" existiert nicht"
581
-
582
- #: admin/csv-import.php:552
583
- msgctxt "admin csv-import"
584
- msgid "Images were specified but no image file was uploaded."
585
- msgstr "Bilder wurden spezifiziert aber nicht hochgeladen."
586
-
587
- #: admin/csv-import.php:584
588
- msgctxt "admin csv-import"
589
- msgid "Image file \"%s\" could not be inserted."
590
- msgstr "Bilddatei \"%s\" wurde nicht eingefügt."
591
-
592
- #: admin/csv-import.php:588
593
- msgctxt "admin csv-import"
594
- msgid "Image file \"%s\" could not be uploaded."
595
- msgstr "Bilddatei \"%s\" konnte nicht hochgeladen werden."
596
 
597
  #: admin/fees.php:9
598
  msgctxt "fees admin"
@@ -621,20 +526,15 @@ msgstr "Preis"
621
 
622
  #: admin/fees.php:24
623
  msgctxt "fees admin"
624
- msgid "CharAmount"
625
- msgstr "Zeichenlänge"
626
-
627
- #: admin/fees.php:25
628
- msgctxt "fees admin"
629
  msgid "Duration"
630
  msgstr "Zeitraum"
631
 
632
- #: admin/fees.php:26
633
  msgctxt "fees admin"
634
  msgid "Images"
635
  msgstr "Bilder"
636
 
637
- #: admin/fees.php:27
638
  msgctxt "fees admin"
639
  msgid "Applied To"
640
  msgstr "zugewiesen zu"
@@ -685,20 +585,15 @@ msgstr "Preis"
685
 
686
  #: admin/fees.php:137
687
  msgctxt "fees order"
688
- msgid "CharAmount"
689
- msgstr "Zeichenlänge"
690
-
691
- #: admin/fees.php:138
692
- msgctxt "fees order"
693
  msgid "Duration"
694
  msgstr "Zeitraum"
695
 
696
- #: admin/fees.php:139
697
  msgctxt "fees order"
698
  msgid "Images"
699
  msgstr "Bilder"
700
 
701
- #: admin/fees.php:140
702
  msgctxt "fees order"
703
  msgid "Custom Order"
704
  msgstr "Benutzerdefinierter Auftrag"
@@ -978,66 +873,76 @@ msgid "Additional metadata to export:"
978
  msgstr "zu exportierende zusätzliche Metadaten"
979
 
980
  #: admin/templates/csv-export.tpl.php:67
 
981
  msgctxt "admin csv-export"
982
- msgid "Include unique IDs for each listing (sequence_id column)"
983
  msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
984
 
985
- #: admin/templates/csv-export.tpl.php:72
 
 
 
 
 
 
 
986
  msgctxt "admin csv-export"
987
  msgid "Author information (username)"
988
  msgstr "Author Informationen (Benutzername)"
989
 
990
- #: admin/templates/csv-export.tpl.php:77
991
  msgctxt "admin csv-export"
992
  msgid "Sticky/featured status"
993
  msgstr "Unterstützter/Unbeweglicher Status"
994
 
995
- #: admin/templates/csv-export.tpl.php:82
996
  msgctxt "admin csv-export"
997
  msgid "Listing expiration date"
998
  msgstr "Eintrag Enddatum"
999
 
1000
- #: admin/templates/csv-export.tpl.php:87
1001
  msgctxt "admin csv-export"
1002
  msgid "CSV File Settings"
1003
  msgstr "CSV Datei Einstellungen"
1004
 
1005
- #: admin/templates/csv-export.tpl.php:91
1006
  msgctxt "admin csv-export"
1007
  msgid "Column Separator"
1008
  msgstr "Spaltentrenner"
1009
 
1010
- #: admin/templates/csv-export.tpl.php:91
1011
- #: admin/templates/csv-export.tpl.php:102
1012
- #: admin/templates/csv-export.tpl.php:113
1013
- #: admin/templates/csv-import.tpl.php:18 admin/templates/csv-import.tpl.php:42
1014
- #: admin/templates/csv-import.tpl.php:53 admin/templates/csv-import.tpl.php:64
1015
- #: admin/templates/csv-import.tpl.php:91
 
 
1016
  msgctxt "admin forms"
1017
  msgid "required"
1018
  msgstr "Pflichtfeld"
1019
 
1020
- #: admin/templates/csv-export.tpl.php:102
1021
  msgctxt "admin csv-export"
1022
  msgid "Image Separator"
1023
  msgstr "Bildtrenner"
1024
 
1025
- #: admin/templates/csv-export.tpl.php:113
1026
  msgctxt "admin csv-export"
1027
  msgid "Category Separator"
1028
  msgstr "Kategorietrenner"
1029
 
1030
- #: admin/templates/csv-export.tpl.php:125
1031
  msgctxt "admin csv-export"
1032
  msgid "Export Listings"
1033
  msgstr "Export Einträge"
1034
 
1035
- #: admin/templates/csv-export.tpl.php:131
1036
  msgctxt "admin csv-export"
1037
  msgid "Export in Progress..."
1038
  msgstr "Export wird durchgeführt..."
1039
 
1040
- #: admin/templates/csv-export.tpl.php:132
1041
  msgctxt "admin csv-export"
1042
  msgid ""
1043
  "Your export file is being prepared. Please <u>do not leave</u> this page "
@@ -1046,27 +951,27 @@ msgstr ""
1046
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
1047
  "bis der Export abgeschlossen wurde."
1048
 
1049
- #: admin/templates/csv-export.tpl.php:135
1050
  msgctxt "admin csv-export"
1051
  msgid "No. of listings:"
1052
  msgstr "Anzahl der Einträge:"
1053
 
1054
- #: admin/templates/csv-export.tpl.php:137
1055
  msgctxt "admin csv-export"
1056
  msgid "Approximate export file size:"
1057
  msgstr "Exportdatei Größe ca. :"
1058
 
1059
- #: admin/templates/csv-export.tpl.php:144
1060
  msgctxt "admin csv-export"
1061
  msgid "Cancel Export"
1062
  msgstr "Export abbrechen"
1063
 
1064
- #: admin/templates/csv-export.tpl.php:149
1065
  msgctxt "admin csv-export"
1066
  msgid "Export Complete"
1067
  msgstr "Export vollständig"
1068
 
1069
- #: admin/templates/csv-export.tpl.php:150
1070
  msgctxt "admin csv-export"
1071
  msgid ""
1072
  "Your export file has been successfully created and it is now ready for "
@@ -1075,12 +980,12 @@ msgstr ""
1075
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
1076
  "Verfügung."
1077
 
1078
- #: admin/templates/csv-export.tpl.php:153
1079
  msgctxt "admin csv-export"
1080
  msgid "Download %s (%s)"
1081
  msgstr "Herunterladen %s (%s)"
1082
 
1083
- #: admin/templates/csv-export.tpl.php:159
1084
  msgctxt "admin csv-export"
1085
  msgid ""
1086
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
@@ -1089,127 +994,284 @@ msgstr ""
1089
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
1090
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
1091
 
1092
- #: admin/templates/csv-export.tpl.php:160
1093
  msgctxt "admin csv-export"
1094
  msgid "Cleanup"
1095
  msgstr "Bereinigen"
1096
 
1097
- #: admin/templates/csv-export.tpl.php:165
1098
  msgctxt "admin csv-export"
1099
  msgid "Export Canceled"
1100
  msgstr "Export abgebrochen"
1101
 
1102
- #: admin/templates/csv-export.tpl.php:166
1103
  msgctxt "admin csv-export"
1104
  msgid "The export has been canceled."
1105
  msgstr "Der Export wurde abgebrochen."
1106
 
1107
- #: admin/templates/csv-export.tpl.php:167
1108
  msgctxt "admin csv-export"
1109
  msgid "← Return to CSV Export"
1110
  msgstr "← Zurück nach CSV Export"
1111
 
1112
- #: admin/templates/csv-import.tpl.php:3 admin/templates/csv-import.tpl.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1113
  msgctxt "admin csv-import"
1114
  msgid "Help"
1115
  msgstr "Hilfe "
1116
 
1117
- #: admin/templates/csv-import.tpl.php:4
1118
  msgctxt "admin csv-import"
1119
  msgid "See an example CSV import file"
1120
  msgstr "Beispiel CSV Import Datei anschauen"
1121
 
1122
- #: admin/templates/csv-import.tpl.php:13
 
 
 
 
 
 
 
 
 
 
 
 
1123
  msgctxt "admin csv-import"
1124
  msgid "Import Files"
1125
  msgstr "Import Dateien"
1126
 
1127
- #: admin/templates/csv-import.tpl.php:18
1128
  msgctxt "admin csv-import"
1129
  msgid "CSV File"
1130
  msgstr "CSV Datei"
1131
 
1132
- #: admin/templates/csv-import.tpl.php:28
 
 
 
 
 
 
 
 
 
 
1133
  msgctxt "admin csv-import"
1134
  msgid "ZIP file containing images"
1135
  msgstr "ZIP Datei enthält Bilder"
1136
 
1137
- #: admin/templates/csv-import.tpl.php:38
1138
  msgctxt "admin csv-import"
1139
  msgid "CSV File Settings"
1140
  msgstr "CSV Datei Einstellungen"
1141
 
1142
- #: admin/templates/csv-import.tpl.php:42
1143
  msgctxt "admin csv-import"
1144
  msgid "Column Separator"
1145
  msgstr "Spaltentrenner"
1146
 
1147
- #: admin/templates/csv-import.tpl.php:53
1148
  msgctxt "admin csv-import"
1149
  msgid "Image Separator"
1150
  msgstr "Bildertrenner"
1151
 
1152
- #: admin/templates/csv-import.tpl.php:64
1153
  msgctxt "admin csv-import"
1154
  msgid "Category Separator"
1155
  msgstr "Kategorietrenner"
1156
 
1157
- #: admin/templates/csv-import.tpl.php:75
1158
  msgctxt "admin csv-import"
1159
  msgid "Import settings"
1160
  msgstr "Importeinstellungen"
1161
 
1162
- #: admin/templates/csv-import.tpl.php:79
1163
- msgctxt "admin csv-import"
1164
- msgid "Allow partial imports?"
1165
- msgstr "Erlaube teilweise Importe?"
1166
-
1167
- #: admin/templates/csv-import.tpl.php:84
1168
- msgctxt "admin csv-import"
1169
- msgid "Allow partial imports."
1170
- msgstr "Erlaube teilweise Importe."
1171
-
1172
- #: admin/templates/csv-import.tpl.php:86
1173
  msgctxt "admin csv-import"
1174
- msgid "If checked, invalid lines from the CSV file will be ignored."
1175
- msgstr "Wenn aktiviert, werden ungültige Zeilen der CSV Datei ignoriert."
1176
 
1177
- #: admin/templates/csv-import.tpl.php:91
1178
  msgctxt "admin csv-import"
1179
  msgid "Missing categories handling"
1180
  msgstr "Verhalten bei nicht vorhandener Kategorie"
1181
 
1182
- #: admin/templates/csv-import.tpl.php:96
1183
  msgctxt "admin csv-import"
1184
  msgid "Auto-create categories"
1185
  msgstr "Automatische Kategorieerstellung"
1186
 
1187
- #: admin/templates/csv-import.tpl.php:99
1188
  msgctxt "admin csv-import"
1189
  msgid "Generate errors when a category is not found"
1190
  msgstr "Generiere Fehler when eine Kategorie nicht gefunden wird"
1191
 
1192
- #: admin/templates/csv-import.tpl.php:104
1193
  msgctxt "admin csv-import"
1194
  msgid "Assign listings to a user?"
1195
  msgstr "Einträge einem Benutzer zuweisen?"
1196
 
1197
- #: admin/templates/csv-import.tpl.php:110
1198
  msgctxt "admin csv-import"
1199
  msgid "Assign listings to a user."
1200
  msgstr "Einträge einem Benutzer zuweisen."
1201
 
1202
- #: admin/templates/csv-import.tpl.php:115
1203
  msgctxt "admin csv-import"
1204
  msgid "Default listing user"
1205
  msgstr "Standardbenutzer Einträge"
1206
 
1207
- #: admin/templates/csv-import.tpl.php:120
1208
  msgctxt "admin csv-import"
1209
  msgid "Use spreadsheet information only."
1210
  msgstr "Benutze nur Tabelleninformationen."
1211
 
1212
- #: admin/templates/csv-import.tpl.php:126
1213
  msgctxt "admin csv-import"
1214
  msgid ""
1215
  "This user will be used if the username column is not present in the CSV file."
@@ -1217,17 +1279,28 @@ msgstr ""
1217
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV "
1218
  "Datei vorhanden ist."
1219
 
1220
- #: admin/templates/csv-import.tpl.php:132
 
 
 
 
 
 
 
 
 
 
 
1221
  msgctxt "admin csv-import"
1222
  msgid "Test Import"
1223
  msgstr "Importtest"
1224
 
1225
- #: admin/templates/csv-import.tpl.php:133
1226
  msgctxt "admin csv-import"
1227
  msgid "Import Listings"
1228
  msgstr "Einträge importieren"
1229
 
1230
- #: admin/templates/csv-import.tpl.php:141
1231
  msgctxt "admin csv-import"
1232
  msgid ""
1233
  "The following are the valid header names to be used in the CSV file. "
@@ -1240,42 +1313,42 @@ msgstr ""
1240
  "erscheinen. Klicke <a href=\"%s\">\"CSV Import Beispieldatei anschauen\"</"
1241
  "a>, um zu sehen wie eine Importdatei aussehen muss."
1242
 
1243
- #: admin/templates/csv-import.tpl.php:148
1244
  msgctxt "admin csv-import"
1245
  msgid "Header name/label"
1246
  msgstr "Kopfname/Bezeichnung"
1247
 
1248
- #: admin/templates/csv-import.tpl.php:149
1249
  msgctxt "admin csv-import"
1250
  msgid "Field"
1251
  msgstr "Feld"
1252
 
1253
- #: admin/templates/csv-import.tpl.php:150
1254
  msgctxt "admin csv-import"
1255
  msgid "Type"
1256
  msgstr "Typ"
1257
 
1258
- #: admin/templates/csv-import.tpl.php:151
1259
  msgctxt "admin csv-import"
1260
  msgid "Required?"
1261
  msgstr "Pflichtfeld?"
1262
 
1263
- #: admin/templates/csv-import.tpl.php:152
1264
  msgctxt "admin csv-import"
1265
  msgid "Multivalued?"
1266
  msgstr "Mehrfache Werte?"
1267
 
1268
- #: admin/templates/csv-import.tpl.php:174
1269
  msgctxt "admin csv-import"
1270
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1271
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
1272
 
1273
- #: admin/templates/csv-import.tpl.php:181
1274
  msgctxt "admin csv-import"
1275
  msgid "Listing author's username"
1276
  msgstr "Benutzername des Authors"
1277
 
1278
- #: admin/templates/csv-import.tpl.php:188
1279
  msgctxt "admin csv-import"
1280
  msgid ""
1281
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -1283,7 +1356,7 @@ msgstr ""
1283
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
1284
  "externer Quellen durchzuführen."
1285
 
1286
- #: admin/templates/csv-import.tpl.php:195
1287
  msgctxt "admin csv-import"
1288
  msgid ""
1289
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -1332,50 +1405,45 @@ msgstr "Preismenge"
1332
 
1333
  #: admin/templates/fees-addoredit.tpl.php:65
1334
  msgctxt "fees admin"
1335
- msgid "Char Amount"
1336
- msgstr "Zeichenlänge"
1337
-
1338
- #: admin/templates/fees-addoredit.tpl.php:77
1339
- msgctxt "fees admin"
1340
  msgid "Listing run in days"
1341
  msgstr "Eintrag in Tagen"
1342
 
1343
- #: admin/templates/fees-addoredit.tpl.php:84
1344
  msgctxt "fees admin"
1345
  msgid "run listing for"
1346
  msgstr "Eintrag ausführen für"
1347
 
1348
- #: admin/templates/fees-addoredit.tpl.php:88
1349
  msgctxt "fees admin"
1350
  msgid "days"
1351
  msgstr "Tage"
1352
 
1353
- #: admin/templates/fees-addoredit.tpl.php:96
1354
  msgctxt "fees admin"
1355
  msgid "run listing forever"
1356
  msgstr "Eintrag dauerhaft ausführen"
1357
 
1358
- #: admin/templates/fees-addoredit.tpl.php:101
1359
  msgctxt "fees admin"
1360
  msgid "Number of images allowed"
1361
  msgstr "Erlaubte Anzahl der Bilder"
1362
 
1363
- #: admin/templates/fees-addoredit.tpl.php:117
1364
  msgctxt "fees admin"
1365
  msgid "Apply to category"
1366
  msgstr "der Kategorie zuweisen"
1367
 
1368
- #: admin/templates/fees-addoredit.tpl.php:121
1369
  msgctxt "fees admin"
1370
  msgid "* All Categories *"
1371
  msgstr "* Alle Kategorien *"
1372
 
1373
- #: admin/templates/fees-addoredit.tpl.php:141
1374
  msgctxt "fees admin"
1375
  msgid "Update Fee"
1376
  msgstr "Preis Aktualisierung"
1377
 
1378
- #: admin/templates/fees-addoredit.tpl.php:143
1379
  msgctxt "fees admin"
1380
  msgid "Add Fee"
1381
  msgstr "Preis Erstellen"
@@ -1434,43 +1502,46 @@ msgctxt "fees admin"
1434
  msgid "Drag and drop to re-order fees."
1435
  msgstr "Ziehen um Preise wiederholt zu beauftragen."
1436
 
1437
- #: admin/templates/fees.tpl.php:48 admin/templates/sidebar.tpl.php:11
1438
  msgctxt "admin sidebar"
1439
  msgid "PayPal Gateway Module"
1440
  msgstr "PayPal Gateway Module"
1441
 
1442
- #: admin/templates/fees.tpl.php:49 admin/templates/sidebar.tpl.php:12
1443
  msgctxt "admin sidebar"
1444
  msgid "2Checkout Gateway Module"
1445
  msgstr "2Checkout Gateway Module"
1446
 
1447
- #: admin/templates/fees.tpl.php:50 admin/templates/sidebar.tpl.php:3
1448
  msgctxt "admin sidebar"
1449
  msgid "PayFast Payment Module"
1450
  msgstr "PayFast Payment Module"
1451
 
1452
- #: admin/templates/fees.tpl.php:51 admin/templates/sidebar.tpl.php:4
1453
  msgctxt "admin sidebar"
1454
  msgid "Stripe Payment Module"
1455
  msgstr "Stripe Payment Module"
1456
 
1457
- #: admin/templates/fees.tpl.php:57
 
1458
  msgctxt "admin templates"
1459
  msgid ""
1460
- "It does not appear you have any of the payment gateway modules installed. "
1461
- "You need to purchase a payment gateway module in order to charge a fee for "
1462
- "listings. To purchase payment gateways use the buttons below or visit"
 
 
1463
  msgstr ""
1464
  "Erscheint nicht so als hättest du ein Bezahlungsmodul installiert. Beschaffe "
1465
  "dir ein Bezahlungsmodul um Preise für Einträge zu erzeugen. Um ein "
1466
  "Bezahlungsmodul auszuwählen klicke die Schaltflächen unten oder besuche"
1467
 
1468
- #: admin/templates/fees.tpl.php:72
1469
  msgctxt "admin templates"
1470
  msgid "Already installed."
1471
  msgstr "Bereits installiert"
1472
 
1473
- #: admin/templates/fees.tpl.php:77
1474
  msgctxt "admin templates"
1475
  msgid ""
1476
  "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
@@ -1616,9 +1687,18 @@ msgstr "Formvorschau"
1616
 
1617
  #: admin/templates/form-fields.tpl.php:9
1618
  msgctxt "form-fields admin"
1619
- msgid "Make changes to your existing form fields."
1620
- msgstr "Existierende Formfelder verändern."
 
 
 
 
 
 
 
 
1621
 
 
1622
  #. Plugin Name of the plugin/theme
1623
  #: admin/templates/header.tpl.php:4
1624
  msgid "Business Directory Plugin"
@@ -1773,52 +1853,53 @@ msgctxt "admin infometabox"
1773
  msgid "Expires on"
1774
  msgstr "Läuft ab am"
1775
 
1776
- #: admin/templates/listing-metabox-categories.tpl.php:69
1777
- msgctxt "admin infometabox"
1778
- msgid "never"
1779
- msgstr "niemals"
1780
-
1781
  #: admin/templates/listing-metabox-categories.tpl.php:72
1782
  msgctxt "admin infometabox"
1783
  msgid "Click to manually change expiration date."
1784
  msgstr "Klicke hier um das Ablaufdatum zu ändern."
1785
 
1786
- #: admin/templates/listing-metabox-categories.tpl.php:74
 
 
 
 
 
 
1787
  msgctxt "admin infometabox"
1788
  msgid "Edit"
1789
  msgstr "Bearbeiten"
1790
 
1791
- #: admin/templates/listing-metabox-categories.tpl.php:86
1792
  msgctxt "admin infometabox"
1793
  msgid "See payment info"
1794
  msgstr "Bezahlinformationen anschauen"
1795
 
1796
- #: admin/templates/listing-metabox-categories.tpl.php:91
1797
  msgctxt "admin infometabox"
1798
  msgid "Renewal URL (copy & paste)"
1799
  msgstr "URL Erneuern (kopieren & einfügen)"
1800
 
1801
- #: admin/templates/listing-metabox-categories.tpl.php:91
1802
  msgctxt "admin infometabox"
1803
  msgid "Show renewal link"
1804
  msgstr "Erneuerungslink anzeigen"
1805
 
1806
- #: admin/templates/listing-metabox-categories.tpl.php:98
1807
  msgctxt "admin infometabox"
1808
  msgid "Send renewal e-mail to user"
1809
  msgstr "Erneuerungsmail an Benutzer schicken"
1810
 
1811
- #: admin/templates/listing-metabox-categories.tpl.php:106
1812
  msgctxt "admin infometabox"
1813
  msgid "Renew manually..."
1814
  msgstr "Manuell erneuern..."
1815
 
1816
- #: admin/templates/listing-metabox-categories.tpl.php:106
1817
  msgctxt "admin infometabox"
1818
  msgid "Change fee..."
1819
  msgstr "Preis ändern"
1820
 
1821
- #: admin/templates/listing-metabox-categories.tpl.php:114
1822
  msgctxt "admin infometabox"
1823
  msgid "Remove category"
1824
  msgstr "Kategorie entfernen"
@@ -1965,122 +2046,134 @@ msgid "Reset Defaults"
1965
  msgstr "Standards zurücksetzen"
1966
 
1967
  #: admin/templates/settings.tpl.php:36
 
1968
  msgid ""
1969
- "Use this option if you want to go back to the factory-settings. Please "
1970
- "notice that all of your customizations will be lost."
1971
  msgstr ""
1972
  "Nutze diese Option wenn du auf die Grundeinstellungen zurücksetzen willst. "
1973
  "Bitte beachte das alle benutzerdefinierten Anpassungen verloren gehen."
1974
 
1975
- #: admin/templates/sidebar.tpl.php:5
 
 
 
 
 
 
1976
  msgctxt "admin sidebar"
1977
  msgid "File Upload Module"
1978
  msgstr "File Upload Module"
1979
 
1980
- #: admin/templates/sidebar.tpl.php:6
1981
  msgctxt "admin sidebar"
1982
  msgid "Featured Levels Module"
1983
  msgstr "Featured Levels Module"
1984
 
1985
- #: admin/templates/sidebar.tpl.php:7
1986
  msgctxt "admin sidebar"
1987
  msgid "ZIP Code Search Module"
1988
  msgstr "ZIP Code Search Module"
1989
 
1990
- #: admin/templates/sidebar.tpl.php:8
1991
  msgctxt "admin sidebar"
1992
  msgid "Regions Module"
1993
  msgstr "Regions Module"
1994
 
1995
- #: admin/templates/sidebar.tpl.php:9
1996
  msgctxt "admin sidebar"
1997
  msgid "Ratings Module"
1998
  msgstr "Ratings Module"
1999
 
2000
- #: admin/templates/sidebar.tpl.php:10
2001
  msgctxt "admin sidebar"
2002
  msgid "Google Maps Module"
2003
  msgstr "Google Maps Module"
2004
 
2005
- #: admin/templates/sidebar.tpl.php:19
2006
  msgctxt "admin sidebar"
2007
  msgid "Like this plugin?"
2008
  msgstr "Mögen Sie diese Erweiterung?"
2009
 
2010
- #: admin/templates/sidebar.tpl.php:21
2011
  msgctxt "admin sidebar"
2012
  msgid "Why not do any or all of the following:"
2013
  msgstr "Wieso nicht eine oder alle der folgenden Dinge tun:"
2014
 
2015
- #: admin/templates/sidebar.tpl.php:23
2016
  msgctxt "admin sidebar"
2017
  msgid "Give it a good rating on WordPress.org."
2018
  msgstr "Gebe bitte eine gute Bewertung ab auf Wordpress.org"
2019
 
2020
- #: admin/templates/sidebar.tpl.php:24
2021
  msgctxt "admin sidebar"
2022
  msgid "Let other people know that it works with your WordPress setup."
2023
  msgstr ""
2024
  "Lass andere Leute wissen, dass die Installation bei dir funktioniert hat."
2025
 
2026
- #: admin/templates/sidebar.tpl.php:25
2027
  msgctxt "admin sidebar"
2028
  msgid "Buy a Premium Module"
2029
  msgstr "Kaufe ein Premium Modul"
2030
 
2031
- #: admin/templates/sidebar.tpl.php:32
2032
  msgctxt "admin sidebar"
2033
  msgid "Get a Premium Module"
2034
  msgstr "Bekomme ein Premium Modul"
2035
 
2036
- #: admin/templates/sidebar.tpl.php:41
2037
  msgctxt "admin sidebar"
2038
  msgid "Single Site License Combo Pack"
2039
  msgstr "Einzelseiten Lizenzkombinationspaket"
2040
 
2041
- #: admin/templates/sidebar.tpl.php:42
2042
  msgctxt "admin sidebar"
2043
  msgid "Multi Site License Combo Pack"
2044
  msgstr "Multiseiten Lizenzkombinationspaket"
2045
 
2046
- #: admin/templates/sidebar.tpl.php:49
2047
  msgctxt "admin sidebar"
2048
  msgid "Found a bug? Need support?"
2049
  msgstr "Fehler gefunden? Brauchst du Unterstützung?"
2050
 
2051
- #: admin/templates/sidebar.tpl.php:54
2052
  msgctxt "admin sidebar"
2053
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2054
  msgstr ""
2055
  "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
2056
  "a>"
2057
 
2058
- #: admin/templates/sidebar.tpl.php:57
2059
  msgctxt "admin sidebar"
2060
  msgid "Full plugin documentation"
2061
  msgstr "Vollständige Moduldokumentation"
2062
 
2063
- #: admin/templates/sidebar.tpl.php:58
2064
  msgctxt "admin sidebar"
2065
  msgid "Quick Start Guide"
2066
  msgstr "Schnellstart Anleitung"
2067
 
2068
- #: admin/templates/sidebar.tpl.php:66
 
 
 
 
 
2069
  msgctxt "admin sidebar"
2070
  msgid "Installed Modules"
2071
  msgstr "Installierte Module"
2072
 
2073
- #: admin/templates/sidebar.tpl.php:77 admin/templates/sidebar.tpl.php:86
2074
  msgctxt "admin sidebar"
2075
  msgid "Installed"
2076
  msgstr "Installiert"
2077
 
2078
- #: admin/templates/sidebar.tpl.php:79 admin/templates/sidebar.tpl.php:86
2079
  msgctxt "admin sidebar"
2080
  msgid "Not Installed"
2081
  msgstr "Nicht installiert "
2082
 
2083
- #: admin/templates/sidebar.tpl.php:85
2084
  msgctxt "admin sidebar"
2085
  msgid "Enhanced Categories Module"
2086
  msgstr "Enhanced Categories Modul"
@@ -2328,100 +2421,120 @@ msgctxt "admin"
2328
  msgid "The transaction has been deleted."
2329
  msgstr "Die Transaktion wurde gelöscht."
2330
 
2331
- #: business-directory-plugin.php:625
2332
  msgctxt "admin plugins"
2333
  msgid "Settings"
2334
  msgstr "Einstellungen"
2335
 
2336
- #: business-directory-plugin.php:635
2337
  msgctxt "post type general name"
2338
  msgid "Directory"
2339
  msgstr "Verzeichnis"
2340
 
2341
- #: business-directory-plugin.php:636
2342
  msgctxt "post type singular name"
2343
  msgid "Directory"
2344
  msgstr "Verzeichnis"
2345
 
2346
- #: business-directory-plugin.php:637
2347
  msgctxt "listing"
2348
  msgid "Add New Listing"
2349
  msgstr "Neuen Eintrag erstellen"
2350
 
2351
- #: business-directory-plugin.php:638
2352
  msgctxt "post type"
2353
  msgid "Add New Listing"
2354
  msgstr "Neuen Eintrag erstellen"
2355
 
2356
- #: business-directory-plugin.php:639 core/compatibility/deprecated.php:255
2357
  msgid "Edit Listing"
2358
  msgstr "Eintrag Bearbeiten"
2359
 
2360
- #: business-directory-plugin.php:640
2361
  msgid "New Listing"
2362
  msgstr "Neuer Eintag"
2363
 
2364
- #: business-directory-plugin.php:641
2365
  msgid "View Listing"
2366
  msgstr "Eintrag anschauen"
2367
 
2368
- #: business-directory-plugin.php:642
2369
  msgid "Search Listings"
2370
  msgstr "Einträge durchsuchen"
2371
 
2372
- #: business-directory-plugin.php:643
2373
  msgid "No listings found"
2374
  msgstr "Keine Einträge gefunden"
2375
 
2376
- #: business-directory-plugin.php:644
2377
  msgid "No listings found in trash"
2378
  msgstr "Keine Einträge im Papierkorb gefunden"
2379
 
2380
- #: business-directory-plugin.php:666
2381
  msgid "Directory Categories"
2382
  msgstr "Verzeichnis Kategorien"
2383
 
2384
- #: business-directory-plugin.php:780 business-directory-plugin.php:787
2385
  msgctxt "rss feed"
2386
  msgid "%s Feed"
2387
  msgstr "% Feed"
2388
 
2389
- #: business-directory-plugin.php:1130
2390
  msgctxt "title"
2391
  msgid "Submit A Listing"
2392
  msgstr "Eintrag zusenden"
2393
 
2394
- #: business-directory-plugin.php:1140
2395
  msgctxt "title"
2396
  msgid "Find a Listing"
2397
  msgstr "Eintrag finden"
2398
 
2399
- #: business-directory-plugin.php:1150
2400
  msgctxt "title"
2401
  msgid "View All Listings"
2402
  msgstr "Alle Einträge anschauen"
2403
 
2404
- #: business-directory-plugin.php:1171
2405
  msgctxt "title"
2406
  msgid "Listings tagged: %s"
2407
  msgstr "Einträge getaggt: %s"
2408
 
2409
- #: business-directory-plugin.php:1388
2410
  msgctxt "comment-form"
2411
  msgid "The reCAPTCHA wasn't entered correctly."
2412
  msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
2413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2414
  #: core/class-form-field.php:51
2415
  msgctxt "form-fields-api"
2416
  msgid "Invalid form field type"
2417
  msgstr "Ungültige Formfeldtyp"
2418
 
2419
- #: core/class-form-field.php:399
2420
  msgctxt "form-fields-api"
2421
  msgid "Field label is required."
2422
  msgstr "Feldbezeichnung ist Pflichtfeld."
2423
 
2424
- #: core/class-form-field.php:416
2425
  msgctxt "form-fields-api"
2426
  msgid ""
2427
  "There can only be one field with association \"%s\". Please select another "
@@ -2430,17 +2543,17 @@ msgstr ""
2430
  "Es kann nur ein Feld mit \"%s\" verbunden werden. Bitte wähle eine andere "
2431
  "Verbindung."
2432
 
2433
- #: core/class-form-field.php:426
2434
  msgctxt "form-fields-api"
2435
  msgid "\"%s\" is an invalid field type for this association."
2436
  msgstr "\"%s\" ist ein ungültiger Feldtyp für diese Verbindung."
2437
 
2438
- #: core/class-form-field.php:457
2439
  msgctxt "form-fields-api"
2440
  msgid "Invalid field ID"
2441
  msgstr "Ungültige Feld ID"
2442
 
2443
- #: core/class-form-field.php:466
2444
  msgctxt "form-fields api"
2445
  msgid ""
2446
  "This form field can't be deleted because it is required for the plugin to "
@@ -2449,11 +2562,52 @@ msgstr ""
2449
  "Dieses Formfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
2450
  "damit das Modul richtig funktioniert."
2451
 
2452
- #: core/class-form-field.php:478
2453
  msgctxt "form-fields-api"
2454
  msgid "An error occurred while trying to delete this field."
2455
  msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
2456
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2457
  #: core/class-listing-upgrade-api.php:16
2458
  msgctxt "listings-api"
2459
  msgid "Normal Listing"
@@ -2469,12 +2623,12 @@ msgctxt "listing"
2469
  msgid "(Fee Unavailable)"
2470
  msgstr "(Preis nicht verfügbar)"
2471
 
2472
- #: core/class-listings-api.php:271
2473
  msgctxt "notify email"
2474
  msgid "[%s] New listing notification"
2475
  msgstr "[%s] neue Eintragsbenachrichtigung"
2476
 
2477
- #: core/class-listings-api.php:286
2478
  msgctxt "notify email"
2479
  msgid "[%s] Listing edit notification"
2480
  msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
@@ -2519,7 +2673,7 @@ msgctxt "widgets"
2519
  msgid "Leave blank for automatic height."
2520
  msgstr "Freilassen für automatische Höhe."
2521
 
2522
- #: core/class-payment.php:216
2523
  msgctxt "listings"
2524
  msgid "Fee \"%s\" for category \"%s\""
2525
  msgstr "Preis \"%s\" für Kategorie \"%s\""
@@ -2588,54 +2742,62 @@ msgctxt "admin settings"
2588
  msgid "Remove listing ID from directory URLs?"
2589
  msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
2590
 
2591
- #: core/class-settings.php:49
 
 
 
 
 
 
 
 
2592
  msgctxt "admin settings"
2593
  msgid "reCAPTCHA Settings"
2594
  msgstr "reCAPTCHA Einstellungen"
2595
 
2596
- #: core/class-settings.php:52
2597
  msgctxt "admin settings"
2598
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
2599
  msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
2600
 
2601
- #: core/class-settings.php:54
2602
  msgctxt "admin settings"
2603
  msgid "Use reCAPTCHA for contact forms"
2604
  msgstr "Benutze reCAPTCHA für Kontaktformen"
2605
 
2606
- #: core/class-settings.php:55
2607
  msgctxt "admin settings"
2608
  msgid "Use reCAPTCHA for listing submits"
2609
  msgstr "Benutze reCAPTCHA für Eintragzusendungen"
2610
 
2611
- #: core/class-settings.php:58
2612
  msgctxt "admin settings"
2613
  msgid "Use reCAPTCHA for listing comments?"
2614
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
2615
 
2616
- #: core/class-settings.php:61
2617
  msgctxt "admin settings"
2618
  msgid "reCAPTCHA Public Key"
2619
  msgstr "reCAPTCHA öffentlicher Schlüssel"
2620
 
2621
- #: core/class-settings.php:62
2622
  msgctxt "admin settings"
2623
  msgid "reCAPTCHA Private Key"
2624
  msgstr "reCAPTCHA privater Schlüssel"
2625
 
2626
- #: core/class-settings.php:66 core/class-settings.php:75
2627
  msgctxt "admin settings"
2628
  msgid "Terms and Conditions"
2629
  msgstr "Bedingungen und Konditionen"
2630
 
2631
- #: core/class-settings.php:69
2632
  msgctxt "admin settings"
2633
  msgid "Display and require user agreement to Terms and Conditions"
2634
  msgstr ""
2635
  "Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
2636
  "Konditionen"
2637
 
2638
- #: core/class-settings.php:78
2639
  msgctxt "admin settings"
2640
  msgid ""
2641
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
@@ -2645,42 +2807,42 @@ msgstr ""
2645
  "werden Bedingungen und Konditionen ersetzt durch einen Link der "
2646
  "dazugehörigen Seite."
2647
 
2648
- #: core/class-settings.php:82
2649
  msgctxt "admin settings"
2650
  msgid "Directory Display Options"
2651
  msgstr "Verzeichnisoptionen anzeigen"
2652
 
2653
- #: core/class-settings.php:83
2654
  msgctxt "admin settings"
2655
  msgid "Show the \"Submit listing\" button."
2656
  msgstr "\"Eintrag zusenden\" Schaltfläche anzeigen."
2657
 
2658
- #: core/class-settings.php:84
2659
  msgctxt "admin settings"
2660
  msgid "Show \"Search listings\"."
2661
  msgstr "\"Einträge durchsuchen\" anzeigen"
2662
 
2663
- #: core/class-settings.php:85
2664
  msgctxt "admin settings"
2665
  msgid "Show the \"View Listings\" button."
2666
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
2667
 
2668
- #: core/class-settings.php:86
2669
  msgctxt "admin settings"
2670
  msgid "Show the \"Directory\" button."
2671
  msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
2672
 
2673
- #: core/class-settings.php:91
2674
  msgctxt "admin settings"
2675
  msgid "Directory Search"
2676
  msgstr "Verzeichnis Suche"
2677
 
2678
- #: core/class-settings.php:94
2679
  msgctxt "admin settings"
2680
  msgid "Display search form when displaying search results?"
2681
  msgstr "Suchform anzeigen wenn die Suchergebnisse angezeigt werden?"
2682
 
2683
- #: core/class-settings.php:101
2684
  msgctxt "admin settings"
2685
  msgid ""
2686
  "You have selected a textarea field to be included in quick searches. "
@@ -2691,45 +2853,75 @@ msgstr ""
2691
  "Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
2692
  "nehmen. "
2693
 
2694
- #: core/class-settings.php:103
 
2695
  msgctxt "admin settings"
2696
  msgid ""
2697
- "Choosing too many fields for inclusion into Quick Search can result in very "
2698
- "slow search performance."
 
2699
  msgstr ""
2700
  "Zu viele Felder können die Suchleistung stark beeinflussen und lange dauern."
2701
 
2702
- #: core/class-settings.php:106
2703
  msgctxt "admin settings"
2704
  msgid "Quick search fields"
2705
  msgstr "Schnellsuche Felder"
2706
 
2707
- #: core/class-settings.php:116
 
 
 
 
 
 
 
 
 
 
 
 
 
2708
  msgctxt "admin settings"
2709
  msgid "Miscellaneous Settings"
2710
  msgstr "Sonstiges Einstellungen"
2711
 
2712
- #: core/class-settings.php:117
 
 
 
 
 
 
 
2713
  msgctxt "admin settings"
2714
- msgid "Hide tips for use and other information?"
2715
- msgstr "Tips zur Benutzung und Anderes verbergen?"
 
 
 
2716
 
2717
- #: core/class-settings.php:120 core/class-settings.php:517
 
 
 
 
 
2718
  msgctxt "admin settings"
2719
  msgid "Listings"
2720
  msgstr "Einträge"
2721
 
2722
- #: core/class-settings.php:121 core/class-settings.php:267
2723
  msgctxt "admin settings"
2724
  msgid "General Settings"
2725
  msgstr "Allgemeine Einstellungen"
2726
 
2727
- #: core/class-settings.php:123
2728
  msgctxt "admin settings"
2729
  msgid "Listings per page"
2730
  msgstr "Einträge pro Seite"
2731
 
2732
- #: core/class-settings.php:124
2733
  msgctxt "admin settings"
2734
  msgid ""
2735
  "Number of listings to show per page. Use a value of \"0\" to show all "
@@ -2738,12 +2930,12 @@ msgstr ""
2738
  "Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
2739
  "\"0\" um alle Einträge anzuzeigen."
2740
 
2741
- #: core/class-settings.php:126
2742
  msgctxt "admin settings"
2743
  msgid "Listing duration for no-fee sites (in days)"
2744
  msgstr "Eintrag Zeitraum für kostenlose Seiten (in Tagen)"
2745
 
2746
- #: core/class-settings.php:127
2747
  msgctxt "admin settings"
2748
  msgid ""
2749
  "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
@@ -2752,12 +2944,12 @@ msgstr ""
2752
  "Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
2753
  "benutze eine Nummer unter 10 Jahren (3650 Tage)"
2754
 
2755
- #: core/class-settings.php:133
2756
  msgctxt "admin settings"
2757
  msgid "Include listing contact form on listing pages?"
2758
  msgstr "Kontaktform in Eintragsseiten einfügen?"
2759
 
2760
- #: core/class-settings.php:136
2761
  msgctxt "admin settings"
2762
  msgid ""
2763
  "Allows visitors to contact listing authors privately. Authors will receive "
@@ -2766,17 +2958,17 @@ msgstr ""
2766
  "Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
2767
  "bekommt eine Nachricht per E-mail zugeschickt."
2768
 
2769
- #: core/class-settings.php:139
2770
  msgctxt "admin settings"
2771
  msgid "Require login for using the contact form?"
2772
  msgstr "Einloggen um die Kontaktform zu benutzen?"
2773
 
2774
- #: core/class-settings.php:145
2775
  msgctxt "admin settings"
2776
  msgid "Maximum number of contact form submits per day"
2777
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
2778
 
2779
- #: core/class-settings.php:148
2780
  msgctxt "admin settings"
2781
  msgid ""
2782
  "Use this to prevent spamming of listing owners. 0 means unlimited submits "
@@ -2785,12 +2977,12 @@ msgstr ""
2785
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
2786
  "unbegrenzt pro Tag."
2787
 
2788
- #: core/class-settings.php:154
2789
  msgctxt "admin settings"
2790
  msgid "Include comment form on listing pages?"
2791
  msgstr "Kommentarform einfügen in Eintragsseiten?"
2792
 
2793
- #: core/class-settings.php:157
2794
  msgctxt "admin settings"
2795
  msgid ""
2796
  "Allow visitors to discuss listings using the standard WordPress comment "
@@ -2799,37 +2991,37 @@ msgstr ""
2799
  "Besuchern erlauben die Einträge mit der Standard Wordpress Form zu "
2800
  "diskutieren. Kommentare sind öffentlich."
2801
 
2802
- #: core/class-settings.php:158
2803
  msgctxt "admin settings"
2804
  msgid "Show listings under categories on main page?"
2805
  msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
2806
 
2807
- #: core/class-settings.php:159
2808
  msgctxt "admin settings"
2809
  msgid "Status of listings upon uninstalling plugin"
2810
  msgstr "Status der Einträge bei Deinstallation der Erweiterung"
2811
 
2812
- #: core/class-settings.php:161
2813
  msgctxt "admin settings"
2814
  msgid "Status of deleted listings"
2815
  msgstr "Status der gelöschten Einträge"
2816
 
2817
- #: core/class-settings.php:164
2818
  msgctxt "admin settings"
2819
  msgid "Listing Renewal"
2820
  msgstr "Einträge erneuern"
2821
 
2822
- #: core/class-settings.php:165
2823
  msgctxt "admin settings"
2824
  msgid "Turn on listing renewal option?"
2825
  msgstr "Option zur Erneuerung von Einträgen aktivieren?"
2826
 
2827
- #: core/class-settings.php:168
2828
  msgctxt "admin settings"
2829
  msgid "Allow recurring renewal payments?"
2830
  msgstr "Wiederholte Bezahlung erlauben?"
2831
 
2832
- #: core/class-settings.php:171
2833
  msgctxt "admin settings"
2834
  msgid ""
2835
  "Allow users to opt in for automatic renewal of their listings. The fee is "
@@ -2839,12 +3031,12 @@ msgstr ""
2839
  "anzumelden. Der Preis wird abgebucht, zu dem Zeitpunkt an dem der Eintrag "
2840
  "abläuft, ohne Eingriff durch den Benutzer."
2841
 
2842
- #: core/class-settings.php:175
2843
  msgctxt "admin settings"
2844
  msgid "Use recurring payments as the default payment method?"
2845
  msgstr "Benutze automatische Abbuchungen als Standardbezahlmethode?"
2846
 
2847
- #: core/class-settings.php:178
2848
  msgctxt "admin settings"
2849
  msgid ""
2850
  "Enable automatic renewal without having users opt in during the submit "
@@ -2853,12 +3045,12 @@ msgstr ""
2853
  "Automatische Abbuchung aktivieren, ohne die Anmeldung durch den Benutzer "
2854
  "während der Einreichung."
2855
 
2856
- #: core/class-settings.php:183
2857
  msgctxt "admin settings"
2858
  msgid "Listing renewal e-mail threshold (in days)"
2859
  msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
2860
 
2861
- #: core/class-settings.php:186
2862
  msgctxt "admin settings"
2863
  msgid ""
2864
  "Configure how many days before listing expiration is the renewal e-mail sent."
@@ -2866,7 +3058,7 @@ msgstr ""
2866
  "Konfiguriere wieviel Tage vor der Abbuchung eine Buchungsmail verschickt "
2867
  "wird."
2868
 
2869
- #: core/class-settings.php:190
2870
  msgctxt "admin settings"
2871
  msgid ""
2872
  "Send expiration notices including a cancel links to auto-renewed listings?"
@@ -2874,17 +3066,17 @@ msgstr ""
2874
  "Sende eine Ablaufinformation die einen Beenden und einen Automatisch Eintrag "
2875
  "Erneuern Link enghält?"
2876
 
2877
- #: core/class-settings.php:197
2878
  msgctxt "admin settings"
2879
  msgid "Remind listing owners of expired listings (past due)?"
2880
  msgstr "Eintraginhaber an abgelaufene Einträge erinnern (überfällig)?"
2881
 
2882
- #: core/class-settings.php:202
2883
  msgctxt "admin settings"
2884
  msgid "Listing renewal reminder e-mail threshold (in days)"
2885
  msgstr "Einträge erneuern E-mail Grenze (in Tagen)"
2886
 
2887
- #: core/class-settings.php:205
2888
  msgctxt "admin settings"
2889
  msgid ""
2890
  "Configure how many days after the expiration of a listing an e-mail reminder "
@@ -2893,159 +3085,159 @@ msgstr ""
2893
  "Konfiguriere wie viele Tage nach dem Ablauf eines Eintrags eine E-mail an "
2894
  "den Inhaber versendet wird."
2895
 
2896
- #: core/class-settings.php:208
2897
  msgctxt "admin settings"
2898
  msgid "Post/Category Settings"
2899
  msgstr "Post/Kategorie Einstellungen"
2900
 
2901
- #: core/class-settings.php:209
2902
  msgctxt "admin settings"
2903
  msgid "Default new post status"
2904
  msgstr "Standard neuer Post Status"
2905
 
2906
- #: core/class-settings.php:212
2907
  msgctxt "admin settings"
2908
  msgid "Edit post status"
2909
  msgstr "Post Status Bearbeiten"
2910
 
2911
- #: core/class-settings.php:214
2912
  msgctxt "admin settings"
2913
  msgid "Order categories list by"
2914
  msgstr "Anordnung Kategorieliste durch"
2915
 
2916
- #: core/class-settings.php:216
2917
  msgctxt "admin settings"
2918
  msgid "Name"
2919
  msgstr "Name"
2920
 
2921
- #: core/class-settings.php:217
2922
  msgctxt "admin settings"
2923
  msgid "Slug"
2924
  msgstr "Entwurf"
2925
 
2926
- #: core/class-settings.php:218
2927
  msgctxt "admin settings"
2928
  msgid "Listing Count"
2929
  msgstr "Anzahl Einträge"
2930
 
2931
- #: core/class-settings.php:220
2932
  msgctxt "admin settings"
2933
  msgid "Sort order for categories"
2934
  msgstr "Sortierung für Kategorien"
2935
 
2936
- #: core/class-settings.php:221 core/class-settings.php:238
2937
  msgctxt "admin settings"
2938
  msgid "Ascending"
2939
  msgstr "Aufsteigend"
2940
 
2941
- #: core/class-settings.php:221 core/class-settings.php:238
2942
  msgctxt "admin settings"
2943
  msgid "Descending"
2944
  msgstr "Absteigend"
2945
 
2946
- #: core/class-settings.php:222
2947
  msgctxt "admin settings"
2948
  msgid "Show category post count?"
2949
  msgstr "Kategoriepost Anzahl anzeigen?"
2950
 
2951
- #: core/class-settings.php:223
2952
  msgctxt "admin settings"
2953
  msgid "Hide empty categories?"
2954
  msgstr "Leere Kategorien verbergen?"
2955
 
2956
- #: core/class-settings.php:224
2957
  msgctxt "admin settings"
2958
  msgid "Show only parent categories in category list?"
2959
  msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
2960
 
2961
- #: core/class-settings.php:226
2962
  msgctxt "admin settings"
2963
  msgid "Listings Sorting"
2964
  msgstr "Sortierung Einträge"
2965
 
2966
- #: core/class-settings.php:227
2967
  msgctxt "admin settings"
2968
  msgid "Order directory listings by"
2969
  msgstr "Anordnung Verzeichniseinträge durch"
2970
 
2971
- #: core/class-settings.php:229
2972
  msgctxt "admin settings"
2973
  msgid "Title"
2974
  msgstr "Titel"
2975
 
2976
- #: core/class-settings.php:230
2977
  msgctxt "admin settings"
2978
  msgid "Author"
2979
  msgstr "Author"
2980
 
2981
- #: core/class-settings.php:231
2982
  msgctxt "admin settings"
2983
  msgid "Date posted"
2984
  msgstr "Datum gepostet"
2985
 
2986
- #: core/class-settings.php:232
2987
  msgctxt "admin settings"
2988
  msgid "Date last modified"
2989
  msgstr "Datum zuletzt verändert"
2990
 
2991
- #: core/class-settings.php:233
2992
  msgctxt "admin settings"
2993
  msgid "Random"
2994
  msgstr "Zufall"
2995
 
2996
- #: core/class-settings.php:234
2997
  msgctxt "admin settings"
2998
  msgid "Paid first then free"
2999
  msgstr "Zuerst Bezahlt dann kostenlos"
3000
 
3001
- #: core/class-settings.php:236
3002
  msgctxt "admin settings"
3003
  msgid "Sort directory listings by"
3004
  msgstr "Verzeichnissortierung der Einträge durch"
3005
 
3006
- #: core/class-settings.php:237
3007
  msgctxt "admin settings"
3008
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
3009
  msgstr ""
3010
  "Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
3011
  "Reihenfolge Z-A"
3012
 
3013
- #: core/class-settings.php:242
3014
  msgctxt "admin settings"
3015
  msgid "Enable sort bar?"
3016
  msgstr "Sortierung aktivieren?"
3017
 
3018
- #: core/class-settings.php:247
3019
  msgctxt "admin settings"
3020
  msgid "Sortbar Fields"
3021
  msgstr "Sortierbare Felder"
3022
 
3023
- #: core/class-settings.php:256
3024
  msgctxt "admin settings"
3025
  msgid "Featured (Sticky) listing settings"
3026
  msgstr "Unterstützte (unbewegliche) Eintrageinstellungen"
3027
 
3028
- #: core/class-settings.php:257
3029
  msgctxt "admin settings"
3030
  msgid "Offer sticky listings?"
3031
  msgstr "Unbewegliche Einträge anbieten? "
3032
 
3033
- #: core/class-settings.php:258
3034
  msgctxt "admin settings"
3035
  msgid "Offer upgrades during submit process?"
3036
  msgstr "Aktualisierungen anbieten im Bestellprozess?"
3037
 
3038
- #: core/class-settings.php:259
3039
  msgctxt "admin settings"
3040
  msgid "Sticky listing price"
3041
  msgstr "Unbeweglicher Eintragspreis"
3042
 
3043
- #: core/class-settings.php:260
3044
  msgctxt "admin settings"
3045
  msgid "Sticky listing page description text"
3046
  msgstr "Unbewegliche Eintragsseite Beschreibung"
3047
 
3048
- #: core/class-settings.php:261
3049
  msgctxt "admin settings"
3050
  msgid ""
3051
  "You can upgrade your listing to featured status. Featured listings will "
@@ -3054,17 +3246,17 @@ msgstr ""
3054
  "Du kannst dein Eintrag in den hervorgehobenen Status aktualisieren. "
3055
  "Unterstützte Einträge werden immer ganz oben eines Eintrags angezeigt."
3056
 
3057
- #: core/class-settings.php:266
3058
  msgctxt "admin settings"
3059
  msgid "E-Mail"
3060
  msgstr "E-mail"
3061
 
3062
- #: core/class-settings.php:270
3063
  msgctxt "admin settings"
3064
  msgid "Display email address fields publicly?"
3065
  msgstr "E-mail Adressfeld öffentlich anzeigen?"
3066
 
3067
- #: core/class-settings.php:273
3068
  msgctxt "admin settings"
3069
  msgid ""
3070
  "Shows the email address of the listing owner to all web users. NOT "
@@ -3073,12 +3265,12 @@ msgid ""
3073
  msgstr ""
3074
  "E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
3075
 
3076
- #: core/class-settings.php:276
3077
  msgctxt "admin settings"
3078
  msgid "How to determine the listing's email address?"
3079
  msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
3080
 
3081
- #: core/class-settings.php:279
3082
  msgctxt "admin settings"
3083
  msgid ""
3084
  "This affects emails sent to listing owners via contact forms or when their "
@@ -3087,114 +3279,115 @@ msgstr ""
3087
  "Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
3088
  "Eintrag abläuft."
3089
 
3090
- #: core/class-settings.php:286
3091
  msgctxt "admin settings"
3092
  msgid "E-Mail Notifications"
3093
  msgstr "Email Erinnerung"
3094
 
3095
- #: core/class-settings.php:289
3096
  msgctxt "admin settings"
3097
  msgid "Notify admin via e-mail when..."
3098
  msgstr "Administrator per E-mail informieren wenn... "
3099
 
3100
- #: core/class-settings.php:293
3101
  msgctxt "admin settings"
3102
  msgid "A new listing is submitted."
3103
  msgstr "Ein neuer Eintrag wurde eingestellt."
3104
 
3105
- #: core/class-settings.php:294
3106
  msgctxt "admin settings"
3107
  msgid "A listing is edited."
3108
  msgstr "Ein Eintrag wurde bearbeitet."
3109
 
3110
- #: core/class-settings.php:295
3111
  msgctxt "admin settings"
3112
  msgid "A listing expires."
3113
  msgstr "Ein Eintrag ist abgelaufen."
3114
 
3115
- #: core/class-settings.php:296
3116
  msgctxt "admin settings"
3117
  msgid "A contact message is sent to a listing's owner."
3118
  msgstr "Eine Nachricht wurde an den Eigentümer verschickt."
3119
 
3120
- #: core/class-settings.php:302
3121
  msgctxt "admin settings"
3122
  msgid "CC this e-mail address too"
3123
  msgstr "CC diese E-mail an"
3124
 
3125
- #: core/class-settings.php:308
3126
  msgctxt "admin settings"
3127
  msgid "Notify users via e-mail when..."
3128
  msgstr "Benachrichtige Benutzer per E-mail wenn..."
3129
 
3130
- #: core/class-settings.php:311
3131
  msgctxt "admin settings"
3132
  msgid "You can modify the text template used for most of these e-mails below."
3133
  msgstr ""
3134
  "Du kannst dieses Texttemplate verändern, das für die meisten der E-"
3135
  "mailadressen unten verwendet wird."
3136
 
3137
- #: core/class-settings.php:312
3138
  msgctxt "admin settings"
3139
  msgid "Their listing is submitted."
3140
  msgstr "Ihr Eintrag ist eingereicht."
3141
 
3142
- #: core/class-settings.php:313
3143
  msgctxt "admin settings"
3144
  msgid "Their listing is approved/published."
3145
  msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
3146
 
3147
- #: core/class-settings.php:322
3148
  msgctxt "contact email"
3149
  msgid "You have received a reply from your listing at %s."
3150
  msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
3151
 
3152
- #: core/class-settings.php:323
3153
  msgctxt "contact email"
3154
  msgid "Name: %s"
3155
  msgstr "Name: %s"
3156
 
3157
- #: core/class-settings.php:324
3158
  msgctxt "contact email"
3159
  msgid "E-Mail: %s"
3160
  msgstr "E-mail: %s"
3161
 
3162
- #: core/class-settings.php:325
3163
  msgctxt "contact email"
3164
  msgid "Message:"
3165
  msgstr "Nachricht:"
3166
 
3167
- #: core/class-settings.php:327
3168
  msgctxt "contact email"
3169
  msgid "Time: %s"
3170
  msgstr "Zeit: %s"
3171
 
3172
- #: core/class-settings.php:329
3173
  msgctxt "admin settings"
3174
  msgid "E-Mail Templates"
3175
  msgstr "E-mail Templates"
3176
 
3177
- #: core/class-settings.php:332
3178
  msgctxt "admin settings"
3179
  msgid "Email confirmation message"
3180
  msgstr "Email Bestätigungsnachricht"
3181
 
3182
- #: core/class-settings.php:336
3183
  msgctxt "admin settings"
3184
  msgid "Sent after a listing has been submitted."
3185
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
3186
 
3187
- #: core/class-settings.php:337 core/class-settings.php:345
 
3188
  msgctxt "admin settings"
3189
  msgid "Listing's title"
3190
  msgstr "Eintrag Titel"
3191
 
3192
- #: core/class-settings.php:340
3193
  msgctxt "admin settings"
3194
  msgid "Listing published message"
3195
  msgstr "Eintrag veröffentlicht Nachricht"
3196
 
3197
- #: core/class-settings.php:343
3198
  msgctxt "admin settings"
3199
  msgid ""
3200
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
@@ -3203,24 +3396,24 @@ msgstr ""
3203
  "Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
3204
  "kann öffentlich eingesehen werden."
3205
 
3206
- #: core/class-settings.php:344
3207
  msgctxt "admin settings"
3208
  msgid "Sent when the listing has been published or approved by an admin."
3209
  msgstr ""
3210
  "Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
3211
  "wurde."
3212
 
3213
- #: core/class-settings.php:346
3214
  msgctxt "admin settings"
3215
  msgid "Listing's URL"
3216
  msgstr "Eintrags URL"
3217
 
3218
- #: core/class-settings.php:350
3219
  msgctxt "admin settings"
3220
  msgid "Listing Contact Message"
3221
  msgstr "Eintrag Kontakt Nachricht"
3222
 
3223
- #: core/class-settings.php:354
3224
  msgctxt "admin settings"
3225
  msgid ""
3226
  "Sent to listing owners when someone uses the contact form on their listing "
@@ -3229,12 +3422,35 @@ msgstr ""
3229
  "An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
3230
  "verwendet."
3231
 
3232
- #: core/class-settings.php:364
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3233
  msgctxt "admin settings"
3234
  msgid "Renewal Reminders"
3235
  msgstr "Erneuerungserinnerung"
3236
 
3237
- #: core/class-settings.php:367
3238
  msgctxt "admin settings"
3239
  msgid ""
3240
  "This section refers only to the text of the renewal/expiration notices. You "
@@ -3244,12 +3460,12 @@ msgstr ""
3244
  "Nachricht. Du kannst auch <a>konfigurieren wann die E-mails gesendet werden</"
3245
  "a>"
3246
 
3247
- #: core/class-settings.php:371
3248
  msgctxt "admin settings"
3249
  msgid "Pending expiration e-mail message"
3250
  msgstr "Ausstehende Abgelaufen E-mail Nachricht"
3251
 
3252
- #: core/class-settings.php:375
3253
  msgctxt "settings"
3254
  msgid ""
3255
  "Sent some time before the listing expires. Applies to non-recurring renewals "
@@ -3258,50 +3474,50 @@ msgstr ""
3258
  "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei kostenlosen "
3259
  "Erneuerungen verwendet."
3260
 
3261
- #: core/class-settings.php:376 core/class-settings.php:389
3262
- #: core/class-settings.php:402 core/class-settings.php:415
3263
- #: core/class-settings.php:428
3264
  msgctxt "settings"
3265
  msgid "Listing's name (with link)"
3266
  msgstr "Eintragsname (mit Link)"
3267
 
3268
- #: core/class-settings.php:377 core/class-settings.php:390
3269
- #: core/class-settings.php:403 core/class-settings.php:416
3270
- #: core/class-settings.php:429
3271
  msgctxt "settings"
3272
  msgid "Author's name"
3273
  msgstr "Authorname"
3274
 
3275
- #: core/class-settings.php:378 core/class-settings.php:391
3276
- #: core/class-settings.php:430
3277
  msgctxt "settings"
3278
  msgid "Expiration date"
3279
  msgstr "Ablaufdatum"
3280
 
3281
- #: core/class-settings.php:379
3282
  msgctxt "settings"
3283
  msgid "Category that is going to expire"
3284
  msgstr "Kategorie die bald abläuft"
3285
 
3286
- #: core/class-settings.php:380 core/class-settings.php:393
3287
- #: core/class-settings.php:432
3288
  msgctxt "settings"
3289
  msgid "Link to renewal page"
3290
  msgstr "Link zu erneuerten Seite"
3291
 
3292
- #: core/class-settings.php:381 core/class-settings.php:394
3293
- #: core/class-settings.php:406 core/class-settings.php:419
3294
- #: core/class-settings.php:433
3295
  msgctxt "settings"
3296
  msgid "Link to your site"
3297
  msgstr "Link zu deiner Seite"
3298
 
3299
- #: core/class-settings.php:384
3300
  msgctxt "admin settings"
3301
  msgid "Listing Renewal e-mail message"
3302
  msgstr "Eintrag Erneuerung E-mail Nachricht"
3303
 
3304
- #: core/class-settings.php:388
3305
  msgctxt "settings"
3306
  msgid ""
3307
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
@@ -3310,17 +3526,17 @@ msgstr ""
3310
  "Zur Zeit wenn der Eintrag abläuft senden. Wird nur bei kostenlosen "
3311
  "Erneuerungen verwendet."
3312
 
3313
- #: core/class-settings.php:392 core/class-settings.php:431
3314
  msgctxt "settings"
3315
  msgid "Category that expired"
3316
  msgstr "Ablaufende Kategorie"
3317
 
3318
- #: core/class-settings.php:397
3319
  msgctxt "admin settings"
3320
  msgid "Listing auto-renewal reminder (recurring payments)"
3321
  msgstr "Eintrag automatische Erneuerungserinnerung (Abbuchungen)"
3322
 
3323
- #: core/class-settings.php:401
3324
  msgctxt "settings"
3325
  msgid ""
3326
  "Sent some time before the listing is auto-renewed. Applies to recurring "
@@ -3329,27 +3545,27 @@ msgstr ""
3329
  "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei bezahlten "
3330
  "Erneuerungen verwendet."
3331
 
3332
- #: core/class-settings.php:404 core/class-settings.php:418
3333
  msgctxt "settings"
3334
  msgid "Renewal date"
3335
  msgstr "Erneuerungsdatum"
3336
 
3337
- #: core/class-settings.php:405
3338
  msgctxt "settings"
3339
  msgid "Category that is going to be renewed"
3340
  msgstr "Kategorie die erneuert werden soll"
3341
 
3342
- #: core/class-settings.php:407
3343
  msgctxt "settings"
3344
  msgid "Link to manage subscriptions"
3345
  msgstr "Link um Abos zu verwalten"
3346
 
3347
- #: core/class-settings.php:410
3348
  msgctxt "admin settings"
3349
  msgid "Listing Renewal e-mail message (recurring payments)"
3350
  msgstr "Eintragserneuerungs E-mail Nachricht (Abbuchungen)"
3351
 
3352
- #: core/class-settings.php:414
3353
  msgctxt "settings"
3354
  msgid ""
3355
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
@@ -3357,17 +3573,17 @@ msgstr ""
3357
  "Sende nachdem der Eintrag automatisch erneuert wurde. Wird nur bei bezahlten "
3358
  "Erneuerungen verwendet."
3359
 
3360
- #: core/class-settings.php:417
3361
  msgctxt "settings"
3362
  msgid "Renewed category"
3363
  msgstr "Erneuerte Kategorie"
3364
 
3365
- #: core/class-settings.php:423
3366
  msgctxt "admin settings"
3367
  msgid "Renewal reminder e-mail message"
3368
  msgstr "Erneuerungserinnerung E-mail Nachricht"
3369
 
3370
- #: core/class-settings.php:427
3371
  msgctxt "settings"
3372
  msgid ""
3373
  "Sent some time after listing expiration and when no renewal has occurred. "
@@ -3376,33 +3592,33 @@ msgstr ""
3376
  "Einige Zeit nachdem der Eintrag abgelaufen und keine Erneuerung beauftragt "
3377
  "wurde senden. Wird bei bezahlten und kostenlosen Erneuerungen verwendet."
3378
 
3379
- #: core/class-settings.php:437
3380
  msgctxt "admin settings"
3381
  msgid "Payment"
3382
  msgstr "Bezahlung"
3383
 
3384
- #: core/class-settings.php:438
3385
  msgctxt "admin settings"
3386
  msgid "Payment Settings"
3387
  msgstr "Bezahlung Einstellungen"
3388
 
3389
- #: core/class-settings.php:441
3390
  msgctxt "admin settings"
3391
  msgid "Turn On payments?"
3392
  msgstr "Bezahlungen aktivieren?"
3393
 
3394
- #: core/class-settings.php:443
3395
  msgctxt "admin settings"
3396
  msgid "Put payment gateways in test mode?"
3397
  msgstr "Bezahlungsgateway im Testmodus ausführen?"
3398
 
3399
- #: core/class-settings.php:448
3400
  msgctxt "admin settings"
3401
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3402
  msgstr ""
3403
  "Aktiviere (HTTPS) sichere Verbindung für den Bestellprozess deiner Seite?"
3404
 
3405
- #: core/class-settings.php:451
3406
  msgctxt "admin settings"
3407
  msgid ""
3408
  "Recommended for added security. For this to work you need to enable HTTPS on "
@@ -3411,142 +3627,142 @@ msgstr ""
3411
  "Empfohlen zur Erweiterung der Sicherheit. Aktiviere HTTPS auf deinem Server "
3412
  "und <a>erhalte ein SSL Zertifikat</a>"
3413
 
3414
- #: core/class-settings.php:455
3415
  msgctxt "admin settings"
3416
  msgid "Currency Code"
3417
  msgstr "Währungsschlüssel"
3418
 
3419
- #: core/class-settings.php:457
3420
  msgctxt "admin settings"
3421
  msgid "Australian Dollar (AUD)"
3422
  msgstr "Australischer Dollar (AUD)"
3423
 
3424
- #: core/class-settings.php:458
3425
  msgctxt "admin settings"
3426
  msgid "Brazilian Real (BRL)"
3427
  msgstr "Brasilianischer Real (BRL)"
3428
 
3429
- #: core/class-settings.php:459
3430
  msgctxt "admin settings"
3431
  msgid "Canadian Dollar (CAD)"
3432
  msgstr "Kanadischer Dollar (CAD)"
3433
 
3434
- #: core/class-settings.php:460
3435
  msgctxt "admin settings"
3436
  msgid "Czech Koruna (CZK)"
3437
  msgstr "Tschechische Koruna (CZK)"
3438
 
3439
- #: core/class-settings.php:461
3440
  msgctxt "admin settings"
3441
  msgid "Danish Krone (DKK)"
3442
  msgstr "Dänische Krone (DKK)"
3443
 
3444
- #: core/class-settings.php:462
3445
  msgctxt "admin settings"
3446
  msgid "Euro (EUR)"
3447
  msgstr "Euro (EUR)"
3448
 
3449
- #: core/class-settings.php:463
3450
  msgctxt "admin settings"
3451
  msgid "Hong Kong Dollar (HKD)"
3452
  msgstr "Hong Kong Dollar (HKD)"
3453
 
3454
- #: core/class-settings.php:464
3455
  msgctxt "admin settings"
3456
  msgid "Hungarian Forint (HUF)"
3457
  msgstr "Ungarischer Forint (HUF)"
3458
 
3459
- #: core/class-settings.php:465
3460
  msgctxt "admin settings"
3461
  msgid "Israeli New Shequel (ILS)"
3462
  msgstr "Israelischer Neuer Schequel (ILS)"
3463
 
3464
- #: core/class-settings.php:466
3465
  msgctxt "admin settings"
3466
  msgid "Japanese Yen (JPY)"
3467
  msgstr "Japanischer Jen (JPY)"
3468
 
3469
- #: core/class-settings.php:467
3470
  msgctxt "admin settings"
3471
  msgid "Malasian Ringgit (MYR)"
3472
  msgstr "Malaysischer Ringgit (MYR)"
3473
 
3474
- #: core/class-settings.php:468
3475
  msgctxt "admin settings"
3476
  msgid "Mexican Peso (MXN)"
3477
  msgstr "Mexikanischer Peso (MXN)"
3478
 
3479
- #: core/class-settings.php:469
3480
  msgctxt "admin settings"
3481
  msgid "Norwegian Krone (NOK)"
3482
  msgstr "Norwegische Krone (NOK)"
3483
 
3484
- #: core/class-settings.php:470
3485
  msgctxt "admin settings"
3486
  msgid "New Zealand Dollar (NZD)"
3487
  msgstr "Neuseeland Dollar (NZD)"
3488
 
3489
- #: core/class-settings.php:471
3490
  msgctxt "admin settings"
3491
  msgid "Philippine Peso (PHP)"
3492
  msgstr "Philippinischer Peso (PHP)"
3493
 
3494
- #: core/class-settings.php:472
3495
  msgctxt "admin settings"
3496
  msgid "Polish Zloty (PLN)"
3497
  msgstr "Polnischer Zloty (PLN)"
3498
 
3499
- #: core/class-settings.php:473
3500
  msgctxt "admin settings"
3501
  msgid "Pound Sterling (GBP)"
3502
  msgstr "Pfund Sterling (GBP)"
3503
 
3504
- #: core/class-settings.php:474
3505
  msgctxt "admin settings"
3506
  msgid "Singapore Dollar (SGD)"
3507
  msgstr "Singapore Dollar (SGD)"
3508
 
3509
- #: core/class-settings.php:475
3510
  msgctxt "admin settings"
3511
  msgid "Swedish Krona (SEK)"
3512
  msgstr "Schwedische Krone (SEK)"
3513
 
3514
- #: core/class-settings.php:476
3515
  msgctxt "admin settings"
3516
  msgid "Swiss Franc (CHF)"
3517
  msgstr "Schweizer Franken (CHF)"
3518
 
3519
- #: core/class-settings.php:477
3520
  msgctxt "admin settings"
3521
  msgid "Taiwan Dollar (TWD)"
3522
  msgstr "Taiwanischer Dollar (TWD)"
3523
 
3524
- #: core/class-settings.php:478
3525
  msgctxt "admin settings"
3526
  msgid "Thai Baht (THB)"
3527
  msgstr "Thailändischer Baht (THB)"
3528
 
3529
- #: core/class-settings.php:479
3530
  msgctxt "admin settings"
3531
  msgid "Turkish Lira (TRY)"
3532
  msgstr "Türkische Lira (TRY)"
3533
 
3534
- #: core/class-settings.php:480
3535
  msgctxt "admin settings"
3536
  msgid "U.S. Dollar"
3537
  msgstr "U.S. Dollar"
3538
 
3539
- #: core/class-settings.php:484
3540
  msgctxt "admin settings"
3541
  msgid "Currency Symbol"
3542
  msgstr "Währungssymbol"
3543
 
3544
- #: core/class-settings.php:487
3545
  msgctxt "admin settings"
3546
  msgid "Thank you for payment message"
3547
  msgstr "Danke für die Bezahlung Nachricht"
3548
 
3549
- #: core/class-settings.php:488
3550
  msgctxt "admin settings"
3551
  msgid ""
3552
  "Thank you for your payment. Your payment is being verified and your listing "
@@ -3556,27 +3772,55 @@ msgstr ""
3556
  "geprüft. Die Verifizierung und die Prüfung können 48 Stunden in Anspruch "
3557
  "nehmen."
3558
 
3559
- #: core/class-settings.php:492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3560
  msgctxt "admin settings"
3561
  msgid "Registration"
3562
  msgstr "Registrierung"
3563
 
3564
- #: core/class-settings.php:493
3565
  msgctxt "admin settings"
3566
  msgid "Registration Settings"
3567
  msgstr "Registrierung Einstellungen"
3568
 
3569
- #: core/class-settings.php:494
 
3570
  msgctxt "admin settings"
3571
- msgid "Require login?"
3572
- msgstr "Login benötigt?"
3573
 
3574
- #: core/class-settings.php:499
3575
  msgctxt "admin settings"
3576
  msgid "Registration URL"
3577
  msgstr "Registrierung URL"
3578
 
3579
- #: core/class-settings.php:502
3580
  msgctxt "admin settings"
3581
  msgid ""
3582
  "URL of your membership plugin's registration page. Only enter this if using "
@@ -3586,12 +3830,12 @@ msgstr ""
3586
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
3587
  "benutzt. "
3588
 
3589
- #: core/class-settings.php:506
3590
  msgctxt "admin settings"
3591
  msgid "Image"
3592
  msgstr "Bild"
3593
 
3594
- #: core/class-settings.php:507
3595
  msgctxt "admin settings"
3596
  msgid ""
3597
  "Any changes to these settings will affect new listings only. Existing "
@@ -3604,42 +3848,57 @@ msgstr ""
3604
  "existierende Einträge verändert werden, musst du Bild(er) neu hochladen, "
3605
  "nachdem Einstellungen hier verändert wurden."
3606
 
3607
- #: core/class-settings.php:508
3608
  msgctxt "admin settings"
3609
  msgid "Image Settings"
3610
  msgstr "Bildeinstellungen"
3611
 
3612
- #: core/class-settings.php:509
3613
  msgctxt "admin settings"
3614
  msgid "Allow images?"
3615
  msgstr "Bilder erlauben?"
3616
 
3617
- #: core/class-settings.php:510
 
 
 
 
 
 
3618
  msgctxt "admin settings"
3619
  msgid "Max Image File Size (KB)"
3620
  msgstr "Maximale Bildgröße (KB)"
3621
 
3622
- #: core/class-settings.php:512
 
3623
  msgctxt "admin settings"
3624
- msgid "Max image width"
3625
- msgstr "Maximale Bildbreite"
3626
 
3627
- #: core/class-settings.php:513
 
3628
  msgctxt "admin settings"
3629
- msgid "Max image height"
3630
- msgstr "Maximale Bildhöhe"
3631
 
3632
- #: core/class-settings.php:514
 
3633
  msgctxt "admin settings"
3634
- msgid "Thumbnail width"
3635
- msgstr "Thumbnailbreite"
3636
 
3637
- #: core/class-settings.php:515
 
 
 
 
 
 
3638
  msgctxt "admin settings"
3639
  msgid "Turn on thickbox/lightbox?"
3640
  msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
3641
 
3642
- #: core/class-settings.php:515
3643
  msgctxt "admin settings"
3644
  msgid ""
3645
  "Uncheck if it conflicts with other elements or plugins installed on your site"
@@ -3647,12 +3906,44 @@ msgstr ""
3647
  "Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
3648
  "Erweiterungen entstehen"
3649
 
3650
- #: core/class-settings.php:520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3651
  msgctxt "admin settings"
3652
  msgid "Number of free images"
3653
  msgstr "Nummer der freien Bilder"
3654
 
3655
- #: core/class-settings.php:525
3656
  msgctxt "admin settings"
3657
  msgid ""
3658
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
@@ -3662,111 +3953,150 @@ msgstr ""
3662
  "erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
3663
  "bezahlten Einträgen ignoriert wird."
3664
 
3665
- #: core/class-settings.php:526
3666
  msgctxt "admin settings"
3667
  msgid "Use default picture for listings with no picture?"
3668
  msgstr "Benutze Standardbilder für Einträge mit keinem Bild?"
3669
 
3670
- #: core/class-settings.php:527
3671
  msgctxt "admin settings"
3672
  msgid "Show Thumbnail on main listings page?"
3673
  msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
3674
 
3675
- #: core/class-settings.php:850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3676
  msgctxt "settings"
3677
  msgid "Deactivate License"
3678
  msgstr "Lizenz Deaktivieren"
3679
 
3680
- #: core/class-settings.php:852
3681
  msgctxt "settings"
3682
  msgid "Deactivating license..."
3683
  msgstr "Deaktiviere Lizenz..."
3684
 
3685
- #: core/class-settings.php:855
3686
  msgctxt "settings"
3687
  msgid "Activate License"
3688
  msgstr "Aktiviere Lizenz"
3689
 
3690
- #: core/class-settings.php:857
3691
  msgctxt "settings"
3692
  msgid "Activating license..."
3693
  msgstr "Aktiviere Lizenz..."
3694
 
3695
- #: core/class-settings.php:881
3696
  msgctxt "admin settings"
3697
  msgid "Valid placeholders: %s"
3698
  msgstr "Gültige Platzhalter: %s"
3699
 
3700
- #: core/class-settings.php:915
3701
  msgctxt "settings email"
3702
  msgid "Click to edit e-mail"
3703
  msgstr "Klicken um E-mail zu bearbeiten"
3704
 
3705
- #: core/class-settings.php:916
3706
  msgctxt "settings email"
3707
  msgid "Click to edit"
3708
  msgstr "zum Bearbeiten klicken"
3709
 
3710
- #: core/class-settings.php:929
3711
  msgctxt "settings email"
3712
  msgid "E-Mail Subject"
3713
  msgstr "E-mail Betreff"
3714
 
3715
- #: core/class-settings.php:940
3716
  msgctxt "settings email"
3717
  msgid "E-Mail Body"
3718
  msgstr "E-mail Text"
3719
 
3720
- #: core/class-settings.php:951
3721
  msgctxt "settings email"
3722
  msgid "You can use the following placeholders:"
3723
  msgstr "Du kannst folgende Platzhalter verwenden:"
3724
 
3725
- #: core/class-settings.php:974
3726
  msgctxt "settings email"
3727
  msgid "Preview e-mail"
3728
  msgstr "Vorschau E-mail"
3729
 
3730
- #: core/class-settings.php:975
3731
  msgctxt "settings email"
3732
  msgid "Cancel"
3733
  msgstr "Abbrechen"
3734
 
3735
- #: core/class-settings.php:976
3736
  msgctxt "settings email"
3737
  msgid "Save Changes"
3738
  msgstr "Änderungen sichern"
3739
 
3740
- #: core/class-settings.php:995
3741
  msgctxt "settings email"
3742
  msgid "Site title"
3743
  msgstr "Seitentitel"
3744
 
3745
- #: core/class-settings.php:998
3746
  msgctxt "settings email"
3747
  msgid "Site title (with link)"
3748
  msgstr "Seitentitel (mit Link)"
3749
 
3750
- #: core/class-settings.php:1001
3751
  msgctxt "settings email"
3752
  msgid "Site address (with link)"
3753
  msgstr "Seitenadresse (mit Link)"
3754
 
3755
- #: core/class-settings.php:1004
3756
  msgctxt "settings email"
3757
  msgid "Directory URL (with link)"
3758
  msgstr "Verzeichnis URL (mit Link)"
3759
 
3760
- #: core/class-settings.php:1007
3761
  msgctxt "settings email"
3762
  msgid "Current date"
3763
  msgstr "Aktuelles Datum"
3764
 
3765
- #: core/class-settings.php:1010
3766
  msgctxt "settings email"
3767
  msgid "Current time"
3768
  msgstr "Aktuelle Zeit"
3769
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3770
  #: core/compatibility/deprecated.php:144
3771
  msgid "View"
3772
  msgstr "Ansicht"
@@ -3826,65 +4156,65 @@ msgctxt "form-fields admin"
3826
  msgid "Use rel=\"nofollow\" when displaying the link?"
3827
  msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
3828
 
3829
- #: core/form-fields-types.php:188
3830
  msgctxt "form-fields api"
3831
  msgid "URL:"
3832
  msgstr "URL:"
3833
 
3834
- #: core/form-fields-types.php:195
3835
  msgctxt "form-fields api"
3836
  msgid "Link Text (optional):"
3837
  msgstr "Link Text (optional):"
3838
 
3839
- #: core/form-fields-types.php:211
3840
  msgctxt "form-fields api"
3841
  msgid "Select List"
3842
  msgstr "Liste auswählen"
3843
 
3844
- #: core/form-fields-types.php:267
3845
  msgctxt "form-fields-api category-select"
3846
  msgid "-- Choose Terms --"
3847
  msgstr "-- Bedingungen auswählen --"
3848
 
3849
- #: core/form-fields-types.php:267 core/form-fields-types.php:302
3850
  msgctxt "form-fields-api category-select"
3851
  msgid "-- Choose One --"
3852
  msgstr "-- Auswählen --"
3853
 
3854
- #: core/form-fields-types.php:337 core/form-fields-types.php:579
3855
- #: core/form-fields-types.php:710
3856
  msgctxt "form-fields admin"
3857
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
3858
  msgstr ""
3859
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
3860
 
3861
- #: core/form-fields-types.php:348
3862
  msgctxt "form-fields admin"
3863
  msgid "Allow empty selection on search?"
3864
  msgstr "Erlaube leere Auswahl bei Suche?"
3865
 
3866
- #: core/form-fields-types.php:365 core/form-fields-types.php:598
3867
- #: core/form-fields-types.php:731
3868
  msgctxt "form-fields admin"
3869
  msgid "Field list of options is required."
3870
  msgstr "Feldliste von Optionen wird benötigt."
3871
 
3872
- #: core/form-fields-types.php:440
3873
  msgctxt "form-fields api"
3874
  msgid "Textarea"
3875
  msgstr "Textbereich"
3876
 
3877
- #: core/form-fields-types.php:469
3878
  msgctxt "form-fields admin"
3879
  msgid "Allow HTML input for this field?"
3880
  msgstr "Erlaube HTML Eingaben für dieses Feld?"
3881
 
3882
- #: core/form-fields-types.php:473
3883
  msgctxt "form-fields admin"
3884
  msgid "Allow WordPress shortcodes in this field?"
3885
  msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
3886
 
3887
- #: core/form-fields-types.php:477
3888
  msgctxt "form-fields admin"
3889
  msgid ""
3890
  "<b>Advanced users only!</b> Unless you've been told to change this, don't "
@@ -3893,56 +4223,72 @@ msgstr ""
3893
  "<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
3894
  "ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
3895
 
3896
- #: core/form-fields-types.php:478
3897
  msgctxt "form-fields admin"
3898
  msgid "Apply \"the_content\" filter before displaying this field?"
3899
  msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
3900
 
3901
- #: core/form-fields-types.php:520
3902
  msgctxt "form-fields api"
3903
  msgid "Radio button"
3904
  msgstr "Radiobutton"
3905
 
3906
- #: core/form-fields-types.php:626
3907
  msgctxt "form-fields api"
3908
  msgid "Multiple select list"
3909
  msgstr "Multiple Auswahlliste"
3910
 
3911
- #: core/form-fields-types.php:631
3912
  msgctxt "form-fields api"
3913
  msgid "Multiselect List"
3914
  msgstr "Mehrfachauswahlliste"
3915
 
3916
- #: core/form-fields-types.php:647
3917
  msgctxt "form-fields api"
3918
  msgid "Checkbox"
3919
  msgstr "Kontrollkästchen"
3920
 
3921
- #: core/form-fields-types.php:805
3922
  msgctxt "form-fields api"
3923
  msgid "Social Site (Twitter handle)"
3924
  msgstr "Soziale Seite (Twitter)"
3925
 
3926
- #: core/form-fields-types.php:854
3927
  msgctxt "form-fields api"
3928
  msgid "Social Site (Facebook page)"
3929
  msgstr "Soziale Seite (Facebook)"
3930
 
3931
- #: core/form-fields-types.php:902
3932
  msgctxt "form-fields api"
3933
  msgid "Social Site (LinkedIn profile)"
3934
  msgstr "Soziale Seite (LinkedIn)"
3935
 
3936
- #: core/form-fields-types.php:947
3937
  msgctxt "form-fields api"
3938
  msgid "Image (file upload)"
3939
  msgstr "Bild (Datei hochladen)"
3940
 
3941
- #: core/form-fields-types.php:979
3942
  msgctxt "form-fields-api"
3943
  msgid "Remove"
3944
  msgstr "Entfernen"
3945
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3946
  #: core/form-fields.php:31
3947
  msgctxt "form-fields api"
3948
  msgid "Post Title"
@@ -3978,109 +4324,168 @@ msgctxt "form-fields api"
3978
  msgid "Custom"
3979
  msgstr "Benutzerdefiniert"
3980
 
3981
- #: core/form-fields.php:299
3982
  msgid "Business Name"
3983
  msgstr "Firmenname"
3984
 
3985
- #: core/form-fields.php:301
3986
  msgid "Business Genre"
3987
  msgstr "Firmenbranche"
3988
 
3989
- #: core/form-fields.php:303
3990
  msgid "Short Business Description"
3991
  msgstr "Kurze Geschäftsbeschreibung"
3992
 
3993
- #: core/form-fields.php:305
3994
  msgid "Long Business Description"
3995
  msgstr "Lange Geschäftsbeschreibung"
3996
 
3997
- #: core/form-fields.php:307
3998
  msgid "Business Website Address"
3999
  msgstr "Firmenwebseite"
4000
 
4001
- #: core/form-fields.php:309
4002
  msgid "Business Phone Number"
4003
  msgstr "Telefonnummer geschäftlich"
4004
 
4005
- #: core/form-fields.php:311
4006
  msgid "Business Fax"
4007
  msgstr "Fax geschäftlich"
4008
 
4009
- #: core/form-fields.php:313
4010
  msgid "Business Contact Email"
4011
  msgstr "Kontakt E-mail geschäftlich"
4012
 
4013
- #: core/form-fields.php:315
4014
  msgid "Business Tags"
4015
  msgstr "Geschäftliche Tags "
4016
 
4017
- #: core/form-fields.php:409
4018
  msgctxt "form-fields-api"
4019
  msgid "Email Validator"
4020
  msgstr "E-mail Validierung"
4021
 
4022
- #: core/form-fields.php:410
4023
  msgctxt "form-fields-api"
4024
  msgid "URL Validator"
4025
  msgstr "URL Validierung"
4026
 
4027
- #: core/form-fields.php:411
4028
  msgctxt "form-fields-api"
4029
  msgid "Whole Number Validator"
4030
  msgstr "Ganze Nummern Validierung"
4031
 
4032
- #: core/form-fields.php:412
4033
  msgctxt "form-fields-api"
4034
  msgid "Decimal Number Validator"
4035
  msgstr "Dezimalzahl Validierung"
4036
 
4037
- #: core/form-fields.php:413
4038
  msgctxt "form-fields-api"
4039
  msgid "Date Validator"
4040
  msgstr "Datum Validierung"
4041
 
4042
- #: core/form-fields.php:420
4043
  msgctxt "form-fields-api validation"
4044
  msgid "Field"
4045
  msgstr "Feld"
4046
 
4047
- #: core/form-fields.php:436 core/form-fields.php:440
4048
  msgctxt "form-fields-api validation"
4049
  msgid "%s is required."
4050
  msgstr "%s ist ein Pflichtfeld."
4051
 
4052
- #: core/form-fields.php:449 core/form-fields.php:456
4053
  msgctxt "form-fields-api validation"
4054
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4055
  msgstr ""
4056
  "%s ist falsch formatiert. Gültiges URL Format eingeben. Benutze http://"
4057
 
4058
- #: core/form-fields.php:470
4059
  msgctxt "form-fields-api validation"
4060
  msgid "%s is badly formatted. Valid Email format required."
4061
  msgstr ""
4062
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
4063
 
4064
- #: core/form-fields.php:476
4065
  msgctxt "form-fields-api validation"
4066
  msgid "%s must be a number. Decimal values are not allowed."
4067
  msgstr "%s muss eine Nummer sein. Dezimalwerte sind nicht erlaubt."
4068
 
4069
- #: core/form-fields.php:482
4070
  msgctxt "form-fields-api validation"
4071
  msgid "%s must be a number."
4072
  msgstr "%s muss eine Nummer sein."
4073
 
4074
- #: core/form-fields.php:493
 
4075
  msgctxt "form-fields-api validation"
4076
- msgid "%s must be in the format MM/DD/YYYY."
4077
  msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
4078
 
4079
- #: core/form-fields.php:504
 
 
 
 
 
 
4080
  msgctxt "form-fields-api validation"
4081
  msgid "%s is invalid. Value most be one of %s."
4082
  msgstr "%s ist ungültig. Wert meistens einer von %s"
4083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4084
  #: core/gateways-dummy.php:15
4085
  msgctxt "dummy gateway"
4086
  msgid "Dummy"
@@ -4186,12 +4591,12 @@ msgctxt "google-wallet"
4186
  msgid "The transaction has been canceled at user's request."
4187
  msgstr "Die Transaktion wurde abgebrochen auf Wunsch des Benutzers."
4188
 
4189
- #: core/installer.php:36
4190
  msgctxt "default category name"
4191
  msgid "General"
4192
  msgstr "Allgemein"
4193
 
4194
- #: core/installer.php:457
4195
  msgctxt "installer"
4196
  msgid ""
4197
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
@@ -4202,41 +4607,41 @@ msgstr ""
4202
  "inkompatibel mit der aktuellen Version des Branchenverzeichnisses ist. Bitte "
4203
  "aktualisiere das Regionenmodul. "
4204
 
4205
- #: core/installer.php:523
4206
  msgctxt "installer"
4207
  msgid "Cleaning up listing fees information... %d/%d"
4208
  msgstr "Eintragpreisinformation säubern... %d/%d"
4209
 
4210
- #: core/installer.php:573
4211
  msgctxt "installer"
4212
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4213
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
4214
 
4215
- #: core/installer.php:602
4216
  msgctxt "installer"
4217
  msgid "Initial listing payment (BD < 3.4)"
4218
  msgstr "Initialbezahlung Eintrag (BD < 3.4)"
4219
 
4220
- #: core/installer.php:613
4221
  msgctxt "installer"
4222
  msgid "Listing edit payment (BD < 3.4)"
4223
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
4224
 
4225
- #: core/installer.php:634
4226
  msgctxt "installer"
4227
  msgid "Renewal fee \"%s\" for category \"%s\""
4228
  msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
4229
 
4230
- #: core/installer.php:653
4231
  msgctxt "installer"
4232
  msgid "Listing upgrade to featured"
4233
  msgstr "Eintrag aktualisieren auf Hervorhebung"
4234
 
4235
- #: core/installer.php:722
4236
  msgid "Business Directory - Manual Upgrade Required"
4237
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
4238
 
4239
- #: core/installer.php:724
4240
  msgid ""
4241
  "Business Directory features are currently disabled because the plugin needs "
4242
  "to perform a manual upgrade before continuing."
@@ -4244,15 +4649,15 @@ msgstr ""
4244
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
4245
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
4246
 
4247
- #: core/installer.php:726
4248
  msgid "Perform Manual Upgrade"
4249
  msgstr "Manuelle Aktualisierung durchführen"
4250
 
4251
- #: core/installer.php:742 core/installer.php:743 core/installer.php:754
4252
  msgid "Business Directory - Manual Upgrade"
4253
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
4254
 
4255
- #: core/installer.php:758
4256
  msgid ""
4257
  "Business Directory features are currently disabled because the plugin needs "
4258
  "to perform a manual upgrade before it can be used."
@@ -4260,22 +4665,22 @@ msgstr ""
4260
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
4261
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
4262
 
4263
- #: core/installer.php:760
4264
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4265
  msgstr ""
4266
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
4267
 
4268
- #: core/installer.php:763
4269
  msgctxt "manual-upgrade"
4270
  msgid "Start Upgrade"
4271
  msgstr "Starte Aktualisierung"
4272
 
4273
- #: core/installer.php:765
4274
  msgctxt "manual-upgrade"
4275
  msgid "Pause Upgrade"
4276
  msgstr "Aktualisierung pausieren"
4277
 
4278
- #: core/installer.php:771
4279
  msgctxt "manual-upgrade"
4280
  msgid ""
4281
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
@@ -4284,7 +4689,7 @@ msgstr ""
4284
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
4285
  "Erweiterung ist nun verfügbar."
4286
 
4287
- #: core/installer.php:774
4288
  msgctxt "manual-upgrade"
4289
  msgid "Go to \"Directory Admin\""
4290
  msgstr "Nach \" Verzeichnis Administration\""
@@ -4386,51 +4791,46 @@ msgctxt "licensing"
4386
  msgid "License deactivated"
4387
  msgstr "Lizenz deaktiviert"
4388
 
4389
- #: core/payment.php:17
4390
  msgctxt "fees-api"
4391
  msgid "Free Listing"
4392
  msgstr "kostenloser Eintrag"
4393
 
4394
- #: core/payment.php:134
4395
  msgctxt "fees-api"
4396
  msgid "Fee label is required."
4397
  msgstr "Preisbezeichnung erforderlich."
4398
 
4399
- #: core/payment.php:137
4400
  msgctxt "fees-api"
4401
  msgid "Fee amount must be a non-negative decimal number."
4402
  msgstr "Preismenge muss eine nicht negative Zahl sein."
4403
 
4404
- #: core/payment.php:142
4405
- msgctxt "fees-api"
4406
- msgid "Fee character amount must be a non-negative integer."
4407
- msgstr "Zeichenlänge muss eine nicht negative Zahl sein."
4408
-
4409
- #: core/payment.php:140 core/payment.php:143
4410
  msgctxt "fees-api"
4411
  msgid "Fee must apply to at least one category."
4412
  msgstr "Preis muss mindestens einer Kategorie zugewiesen werden."
4413
 
4414
- #: core/payment.php:146
4415
  msgctxt "fees-api"
4416
  msgid "Fee allowed images must be a non-negative integer."
4417
  msgstr ""
4418
  "Preis der Bilder erlaubt muss ein nicht negativer Wert einer ganzen Zahl "
4419
  "sein."
4420
 
4421
- #: core/payment.php:149
4422
  msgctxt "fees-api"
4423
  msgid "Fee listing run must be a non-negative integer."
4424
  msgstr "Preis Eintrag muss eine ganzem nicht negative Zahl sein."
4425
 
4426
- #: core/payment.php:154
4427
  msgctxt "fees-api"
4428
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
4429
  msgstr ""
4430
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
4431
  "Tage)."
4432
 
4433
- #: core/payment.php:318
4434
  msgctxt "payments-api"
4435
  msgid ""
4436
  "You are offering featured listings but have payments turned off. Go to <a "
@@ -4443,7 +4843,7 @@ msgstr ""
4443
  "Bezahlungseinstellungen zu verändern. Bis dahin ist die <i>Aktualisieren auf "
4444
  "Hervorgehoben</i> Option deaktiviert."
4445
 
4446
- #: core/payment.php:336
4447
  msgctxt "payments-api"
4448
  msgid ""
4449
  "The <b>%s</b> gateway is active but not properly configured. The gateway "
@@ -4454,7 +4854,7 @@ msgstr ""
4454
  "Gateway funktioniert nicht bis folgende Probleme gelöst wurden: <b>%s</b>. "
4455
  "Prüfe die <a href=\"%s\">Bezahlung Einstellungen</a>."
4456
 
4457
- #: core/payment.php:346
4458
  msgctxt "admin"
4459
  msgid ""
4460
  "You have payments turned on but no gateway is active and properly "
@@ -4467,7 +4867,7 @@ msgstr ""
4467
  "Bezahleinstellungen zu ändern. Das Verzeichnis wird im <i>kostenlosen Modus</"
4468
  "i> ausgeführt, bis die Änderungen gemacht wurden."
4469
 
4470
- #: core/payment.php:350
4471
  msgid ""
4472
  "BD detected PayFast and another gateway were enabled. This setup is not "
4473
  "recommended due to PayFast supporting only ZAR and the other gateways not "
@@ -4477,7 +4877,7 @@ msgstr ""
4477
  "aktiviert wurde. Dieses Setup ist nicht empfohlen, weil PayFast nur ZAR und "
4478
  "andere Gateways unterstützt und nicht dieses Zahlungsmittel."
4479
 
4480
- #: core/payment.php:354
4481
  msgid ""
4482
  "You have recurring renewal of listing fees enabled but the payment gateways "
4483
  "installed don't support recurring payments. Until a gateway that supports "
@@ -4488,7 +4888,7 @@ msgstr ""
4488
  "unterstützt keine wiederholten Abbuchungen. Bitte benutze einen Dienst wie "
4489
  "Paypal. Solange bleiben automatische Erneuerungen deaktiviert."
4490
 
4491
- #: core/payment.php:359
4492
  msgid ""
4493
  "Due to Google Wallet limitations only monthly (30 days) recurring fees are "
4494
  "supported by the gateway. All other fees will be charged as non-recurring."
@@ -4496,37 +4896,37 @@ msgstr ""
4496
  "Google Wallet unterstützt monatlich (30 Tage) wiederholte Abbuchungen durch "
4497
  "das Gateway. Alle anderen Gebühren werden als kostenlos abgerechnet."
4498
 
4499
- #: core/payment.php:392
4500
  msgctxt "payments-api"
4501
  msgid "Checkout"
4502
  msgstr "Kasse"
4503
 
4504
- #: core/payment.php:393
4505
  msgctxt "payments-api"
4506
  msgid "Pay %1$s through %2$s"
4507
  msgstr "Bezahle %1$s bekomme %2$s"
4508
 
4509
- #: core/payment.php:400
4510
  msgctxt "payments-api"
4511
  msgid "Your transaction has been approved."
4512
  msgstr "Ihre Transaktion wurde genehmigt."
4513
 
4514
- #: core/payment.php:560
4515
  msgctxt "payments"
4516
  msgid "Payment Details"
4517
  msgstr "Bezahldetails"
4518
 
4519
- #: core/payment.php:587
4520
  msgctxt "checkout"
4521
  msgid "Payment Method"
4522
  msgstr "Bezahlmethode"
4523
 
4524
- #: core/payment.php:616
4525
  msgctxt "payment"
4526
  msgid "Return to Directory."
4527
  msgstr "Zurück zum Verzeichnis."
4528
 
4529
- #: core/payment.php:622
4530
  msgctxt "payments"
4531
  msgid ""
4532
  "Your payment is being processed by the payment gateway. Please reload this "
@@ -4536,7 +4936,7 @@ msgstr ""
4536
  "Ihre Bezahlung wird durchgeführt. Bitte laden Sie die Seite ggf. neu, um zu "
4537
  "sehen ob der Status sich verändert hat oder kontaktieren Sie uns."
4538
 
4539
- #: core/payment.php:625
4540
  msgctxt "payments"
4541
  msgid ""
4542
  "The payment has been rejected by the payment gateway. Please contact the "
@@ -4547,24 +4947,35 @@ msgstr ""
4547
  "klicken Sie auf \"Bezahlungsmethode ändern\" oder versuchen Sie es später "
4548
  "noch einmal."
4549
 
4550
- #: core/payment.php:626
4551
  msgctxt "payments"
4552
  msgid "Change Payment Method"
4553
  msgstr "Bezahlungsmethode ändern"
4554
 
4555
- #: core/payment.php:628
4556
  msgctxt "payments"
4557
  msgid ""
4558
  "The payment has been rejected by the payment gateway. Please contact the "
4559
  "site administrator if you think there is an error."
4560
  msgstr "Die Zahlung wurde zurückgewiesen."
4561
 
4562
- #: core/payment.php:631
4563
  msgctxt "payments"
4564
  msgid "The payment has been canceled at your request."
4565
  msgstr "Die Bezahlung wurde auf Ihren Wunsch abgebrochen."
4566
 
4567
- #: core/templates-listings.php:63
 
 
 
 
 
 
 
 
 
 
 
4568
  msgctxt "templates"
4569
  msgid "Featured Listing"
4570
  msgstr "Hervorgehobene Einträge"
@@ -4579,7 +4990,7 @@ msgctxt "templates"
4579
  msgid "Advanced Search"
4580
  msgstr "Erweiterte Suche"
4581
 
4582
- #: core/templates-ui.php:257
4583
  msgctxt "templates sort"
4584
  msgid "Sort By:"
4585
  msgstr "Sortieren nach"
@@ -4589,6 +5000,12 @@ msgctxt "sort"
4589
  msgid "Reset"
4590
  msgstr "Zurücksetzen"
4591
 
 
 
 
 
 
 
4592
  #: core/utils.php:104
4593
  msgctxt "utils"
4594
  msgid ""
@@ -4597,27 +5014,53 @@ msgstr ""
4597
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
4598
  "\"in deiner php.ini an."
4599
 
4600
- #: core/utils.php:127
4601
  msgctxt "utils"
4602
  msgid "File size (%s) exceeds maximum file size of %s"
4603
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
4604
 
4605
- #: core/utils.php:136 core/utils.php:143
 
 
 
 
 
 
4606
  msgctxt "utils"
4607
  msgid "File type \"%s\" is not allowed"
4608
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
4609
 
4610
- #: core/utils.php:150
4611
  msgctxt "utils"
4612
  msgid "Unkown error while uploading file."
4613
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
4614
 
4615
- #: core/utils.php:169
4616
  msgctxt "utils"
4617
  msgid "Uploaded file is not an image"
4618
  msgstr "Hochgeladene Datei ist kein Bild."
4619
 
4620
- #: core/utils.php:176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4621
  msgctxt "utils"
4622
  msgid "Error while uploading file"
4623
  msgstr "Fehler während des Hochladens der Datei"
@@ -4627,12 +5070,12 @@ msgctxt "payments"
4627
  msgid "Invalid payment id."
4628
  msgstr "Falsche Bezahlungsid."
4629
 
4630
- #: core/view-checkout.php:82
4631
  msgctxt "checkout"
4632
  msgid "Continue"
4633
  msgstr "Weiter"
4634
 
4635
- #: core/view-checkout.php:93
4636
  msgctxt "checkout"
4637
  msgid ""
4638
  "Payments are not allowed on the non-secure version of this site. Please "
@@ -4642,7 +5085,7 @@ msgstr ""
4642
  "Bitte <a>weiter mit sicherer Verbindung, um mit der Bezahlung fortzufahren</"
4643
  "a>"
4644
 
4645
- #: core/view-checkout.php:108
4646
  msgctxt "checkout"
4647
  msgid ""
4648
  "Your payment is being verified. This usually takes a few minutes but can "
@@ -4651,17 +5094,17 @@ msgstr ""
4651
  "Ihre Bezahlung wird verifiziert. Dies dauert in der Regel einige Minuten und "
4652
  "kann bis zu 24 in Anspruch nehmen."
4653
 
4654
- #: core/view-checkout.php:116 core/view-checkout.php:137
4655
  msgctxt "checkout"
4656
  msgid "← Return to Directory."
4657
  msgstr "← Zurück zum Verzeichnis."
4658
 
4659
- #: core/view-checkout.php:126
4660
  msgctxt "checkout"
4661
  msgid "Your payment was received sucessfully."
4662
  msgstr "Deine Zahlung wurde erfolgreich durchgeführt."
4663
 
4664
- #: core/view-checkout.php:133
4665
  msgctxt "checkout"
4666
  msgid "← Return to your listing."
4667
  msgstr "← Zurück zu meinem Eintrag."
@@ -4708,22 +5151,28 @@ msgstr ""
4708
  "Diese Kontaktform ist momentan temporär deaktiviert. Bitte versuchen Sie es "
4709
  "später erneut."
4710
 
4711
- #: core/view-listing-contact.php:118
 
 
 
 
 
 
4712
  msgctxt "templates"
4713
  msgid "Send Message to listing owner"
4714
  msgstr "Nachricht an Verfasser des Eintrags"
4715
 
4716
- #: core/view-listing-contact.php:160
4717
  msgid "l F j, Y \\a\\t g:i a"
4718
  msgstr "l F j, Y \\a\\t g:i a"
4719
 
4720
- #: core/view-listing-contact.php:180
4721
  msgctxt "contact-message"
4722
  msgid "There was a problem encountered. Your message has not been sent"
4723
  msgstr ""
4724
  "Es ist ein Fehler aufgetreten. Ihre Nachricht konnte nicht versendet werden."
4725
 
4726
- #: core/view-listing-contact.php:183
4727
  msgctxt "contact-message"
4728
  msgid "Return to listing."
4729
  msgstr "Zurück zum Eintrag."
@@ -4733,7 +5182,7 @@ msgctxt "manage subscriptions"
4733
  msgid "You are not on recurring payments for any of your listings."
4734
  msgstr "Sie haben keine wiederholten Abbuchungen für einen Ihrer Einträge."
4735
 
4736
- #: core/view-manage-recurring.php:90
4737
  msgctxt "manage subscriptions"
4738
  msgid "Invalid subscription."
4739
  msgstr "Ungültiges Abonnement."
@@ -4764,17 +5213,17 @@ msgctxt "listings"
4764
  msgid "Fee \"%s\" renewal for category \"%s\""
4765
  msgstr "Preis \"%s\" Erneuerung für Kategorie \"%s\""
4766
 
4767
- #: core/view-renew-listing.php:77
4768
  msgctxt "renewal"
4769
  msgid "Invalid renewal state."
4770
  msgstr "Ungültiger Erneuerungszustand."
4771
 
4772
- #: core/view-renew-listing.php:89
4773
  msgctxt "templates"
4774
  msgid "Recurring Fee Management"
4775
  msgstr "Wiederholte Preise verwalten"
4776
 
4777
- #: core/view-renew-listing.php:90
4778
  msgctxt "renew"
4779
  msgid ""
4780
  "Because you are on a recurring fee plan you don't have to renew your listing "
@@ -4783,22 +5232,22 @@ msgstr ""
4783
  "Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
4784
  "erneuern. Dies wird automatisch durchgeführt."
4785
 
4786
- #: core/view-renew-listing.php:92
4787
  msgctxt "renewal"
4788
  msgid "Current Fee Details"
4789
  msgstr "Aktuelle Preisdetails"
4790
 
4791
- #: core/view-renew-listing.php:94
4792
  msgctxt "renewal"
4793
  msgid "Number of images:"
4794
  msgstr "Anzahl der Bilder:"
4795
 
4796
- #: core/view-renew-listing.php:96
4797
  msgctxt "renewal"
4798
  msgid "Expiration date:"
4799
  msgstr "Ablaufdatum:"
4800
 
4801
- #: core/view-renew-listing.php:100
4802
  msgctxt "renew"
4803
  msgid ""
4804
  "However, if you want to cancel your subscription you can do that on this "
@@ -4888,22 +5337,22 @@ msgctxt "templates"
4888
  msgid "I agree to the Terms and Conditions"
4889
  msgstr "Ich akzeptiere die AGBs"
4890
 
4891
- #: core/view-submit-listing.php:400
4892
  msgctxt "listings"
4893
  msgid "Fee \"%s\" for category \"%s\"%s"
4894
  msgstr "Preis \"%s\" für Kategorie \"%s\"%s"
4895
 
4896
- #: core/view-submit-listing.php:403
4897
  msgctxt "listings"
4898
  msgid "(recurring)"
4899
  msgstr "(wiederholt)"
4900
 
4901
- #: core/view-submit-listing.php:413 core/view-upgrade-listing.php:54
4902
  msgctxt "submit"
4903
  msgid "Listing upgrade to featured"
4904
  msgstr "Eintrag erneuert auf Hervorgehoben"
4905
 
4906
- #: core/view-submit-listing.php:446
4907
  msgctxt "submit_state"
4908
  msgid "Invalid submit state."
4909
  msgstr "Ungültiger Zustand beim Einsenden."
@@ -4941,7 +5390,7 @@ msgctxt "preview"
4941
  msgid "This is just a preview. The listing has not been published yet."
4942
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
4943
 
4944
- #: core/views.php:334
4945
  msgctxt "templates"
4946
  msgid ""
4947
  "There are no categories assigned to the business directory yet. You need to "
@@ -4956,12 +5405,12 @@ msgstr ""
4956
  "nicht erstellt werden kann. Einträge können nicht erstellt werden bis ein "
4957
  "Kategorie zugewiesen wurde."
4958
 
4959
- #: core/views.php:336
4960
  msgctxt "templates"
4961
  msgid "There are currently no listings in the directory."
4962
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
4963
 
4964
- #: core/views.php:354
4965
  msgctxt "templates"
4966
  msgid ""
4967
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -5070,22 +5519,168 @@ msgctxt "widgets"
5070
  msgid "Search"
5071
  msgstr "Suche"
5072
 
5073
- #: templates/businessdirectory-listings.tpl.php:20 templates/search.tpl.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5074
  msgctxt "templates"
5075
  msgid "No listings found."
5076
  msgstr "Kein Listig gefunden."
5077
 
5078
- #: templates/businessdirectory-listings.tpl.php:33
5079
  msgctxt "templates"
5080
  msgid "&laquo; Previous "
5081
  msgstr "&laquo; Vorher"
5082
 
5083
- #: templates/businessdirectory-listings.tpl.php:34
5084
  msgctxt "templates"
5085
  msgid "Next &raquo;"
5086
  msgstr "Nächste &raquo;"
5087
 
5088
- #: templates/category.tpl.php:12
5089
  msgctxt "templates"
5090
  msgid "Listings tagged: %s"
5091
  msgstr "Getaggte Einträge: %s"
@@ -5338,12 +5933,12 @@ msgctxt "templates"
5338
  msgid "Images Allowed"
5339
  msgstr "erlaubte Bilder"
5340
 
5341
- #: templates/parts/category-fee-selection.tpl.php:47
5342
  msgctxt "templates"
5343
  msgid "Unlimited"
5344
  msgstr "Unbegrenzt"
5345
 
5346
- #: templates/parts/category-fee-selection.tpl.php:49
5347
  msgctxt "templates"
5348
  msgid "%d day"
5349
  msgid_plural "%d days"
@@ -5351,7 +5946,8 @@ msgstr[0] "%d Tag"
5351
  msgstr[1] "%d Tage"
5352
 
5353
  #: templates/parts/listing-buttons.tpl.php:4
5354
- #: templates/parts/listing-buttons.tpl.php:15
 
5355
  msgctxt "templates"
5356
  msgid "Edit"
5357
  msgstr "Bearbeiten"
@@ -5362,13 +5958,14 @@ msgid "Upgrade Listing"
5362
  msgstr "Eintrag aktualisieren"
5363
 
5364
  #: templates/parts/listing-buttons.tpl.php:10
5365
- #: templates/parts/listing-buttons.tpl.php:15
 
5366
  msgctxt "templates"
5367
  msgid "Delete"
5368
  msgstr "Löschen"
5369
 
5370
  #: templates/parts/listing-buttons.tpl.php:10
5371
- #: templates/parts/listing-buttons.tpl.php:15
5372
  msgctxt "templates"
5373
  msgid "Are you sure you wish to delete this listing?"
5374
  msgstr "Sind Sie sicher, dass Sie den Eintrag löschen wollen?"
@@ -5377,7 +5974,8 @@ msgstr "Sind Sie sicher, dass Sie den Eintrag löschen wollen?"
5377
  msgid "← Back to Directory"
5378
  msgstr "← Zurück zum Verzeichnis"
5379
 
5380
- #: templates/parts/listing-buttons.tpl.php:15
 
5381
  msgctxt "templates"
5382
  msgid "View"
5383
  msgstr "Anschauen"
@@ -5642,6 +6240,28 @@ msgctxt "templates"
5642
  msgid "* Indicates required fields."
5643
  msgstr "* benötigte Felder."
5644
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5645
  #. Plugin URI of the plugin/theme
5646
  msgid "http://www.businessdirectoryplugin.com"
5647
  msgstr "http://www.businessdirectoryplugin.com"
@@ -5659,3 +6279,89 @@ msgstr "D. Rodenbaugh"
5659
  #. Author URI of the plugin/theme
5660
  msgid "http://businessdirectoryplugin.com"
5661
  msgstr "http://businessdirectoryplugin.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.5.4\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2015-06-09 16:02:40+00:00\n"
8
  "PO-Revision-Date: 2015-03-10 03:22+0100\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
108
  msgid "Renew Listing"
109
  msgstr "Eintrag erneuern"
110
 
111
+ #: admin/class-admin.php:119
112
  msgctxt "drip pointer"
113
  msgid ""
114
  "Find out how to create a compelling, thriving business directory from "
116
  "a FREE premium module just for signing up."
117
  msgstr "-"
118
 
119
+ #: admin/class-admin.php:121
120
  msgctxt "drip pointer"
121
  msgid "Email Address:"
122
  msgstr "E-mail Adresse:"
123
 
124
+ #: admin/class-admin.php:127
125
  msgctxt "drip pointer"
126
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
127
  msgstr "-"
128
 
129
+ #: admin/class-admin.php:129
130
  msgctxt "drip pointer"
131
  msgid "Yes, please!"
132
  msgstr "Ja, bitte!"
133
 
134
+ #: admin/class-admin.php:131
135
  msgctxt "drip pointer"
136
  msgid "No, thanks"
137
  msgstr "Nein, danke"
138
 
139
+ #: admin/class-admin.php:148
140
  msgctxt "admin"
141
  msgid "Business Directory"
142
  msgstr "Branchenverzeichnis"
143
 
144
+ #: admin/class-admin.php:159
145
  msgctxt "admin"
146
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
147
  msgstr ""
148
  "Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
149
  "a>."
150
 
151
+ #: admin/class-admin.php:180
152
+ #, fuzzy
153
+ msgctxt "drip pointer"
154
+ msgid "Invalid e-mail address."
155
+ msgstr "Ungültiger Erneuerungszustand."
156
+
157
+ #: admin/class-admin.php:211
158
  msgctxt "admin menu"
159
  msgid "Business Directory Admin"
160
  msgstr "Branchenverzeichnis Administration"
161
 
162
+ #: admin/class-admin.php:212
163
  msgctxt "admin menu"
164
  msgid "Directory Admin"
165
  msgstr "Verzeichnis Administration"
166
 
167
+ #: admin/class-admin.php:218 admin/class-admin.php:219
168
  msgctxt "admin menu"
169
  msgid "Add New Listing"
170
  msgstr "Neuen Eintrag hinzufügen"
171
 
172
+ #: admin/class-admin.php:224 admin/class-admin.php:225
173
  msgctxt "admin menu"
174
  msgid "Manage Options"
175
  msgstr "Optionen Verwalten"
176
 
177
+ #: admin/class-admin.php:230 admin/class-admin.php:231
178
  msgctxt "admin menu"
179
  msgid "Manage Fees"
180
  msgstr "Preise Verwalten"
181
 
182
+ #: admin/class-admin.php:236 admin/class-admin.php:237
183
  msgctxt "admin menu"
184
  msgid "Manage Form Fields"
185
  msgstr "Form Felder verwalten"
186
 
187
+ #: admin/class-admin.php:242 admin/class-admin.php:243
188
+ #, fuzzy
 
 
 
 
 
 
 
 
 
189
  msgctxt "admin menu"
190
+ msgid "Listings"
191
+ msgstr "Einträge"
192
 
193
+ #: admin/class-admin.php:257 admin/class-admin.php:258
194
  msgctxt "admin menu"
195
  msgid "CSV Import"
196
  msgstr "CSV Datei importieren"
197
 
198
+ #: admin/class-admin.php:263 admin/class-admin.php:264
199
  msgctxt "admin menu"
200
  msgid "CSV Export"
201
  msgstr "CVS Datei exportieren"
202
 
203
+ #: admin/class-admin.php:269 admin/class-admin.php:270
204
  msgctxt "admin menu"
205
  msgid "Debug"
206
  msgstr "Fehlerkorrektur"
207
 
208
+ #: admin/class-admin.php:279
209
  msgctxt "admin menu"
210
  msgid "Main Menu"
211
  msgstr "Hauptmenü"
212
 
213
+ #: admin/class-admin.php:290
214
  msgctxt "admin menu"
215
  msgid "Uninstall Business Directory Plugin"
216
  msgstr "Branchenverzeichnis deinstallieren"
217
 
218
+ #: admin/class-admin.php:291
219
  msgctxt "admin menu"
220
  msgid "Uninstall"
221
  msgstr "Deinstallieren"
222
 
223
+ #: admin/class-admin.php:400
224
+ #: admin/templates/listing-metabox-categories.tpl.php:69
225
+ msgctxt "admin infometabox"
226
+ msgid "never"
227
+ msgstr "niemals"
228
+
229
+ #: admin/class-admin.php:480
230
  msgctxt "admin"
231
  msgid "The listing has been published."
232
  msgid_plural "The listings have been published."
233
  msgstr[0] "Der Eintrag wurde veröffentlicht."
234
  msgstr[1] "Die Einträge wurden veröffentlicht."
235
 
236
+ #: admin/class-admin.php:493
237
  msgctxt "admin"
238
  msgid "The listing status has been set as paid."
239
  msgid_plural "The listings status has been set as paid."
240
  msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
241
  msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
242
 
243
+ #: admin/class-admin.php:505
244
  msgctxt "admin"
245
  msgid "The listing has been modified."
246
  msgid_plural "The listings have been modified."
247
  msgstr[0] "Der Eintrag wurde verändert."
248
  msgstr[1] "Die Einträge wurden verändert."
249
 
250
+ #: admin/class-admin.php:518
251
  msgctxt "admin"
252
  msgid "The listing has been upgraded."
253
  msgid_plural "The listings have been upgraded."
254
  msgstr[0] "Der Eintrag wurde aktualisiert"
255
  msgstr[1] "Die Einträge wurden aktualisiert."
256
 
257
+ #: admin/class-admin.php:530
258
  msgctxt "admin"
259
  msgid "The listing has been downgraded."
260
  msgid_plural "The listings have been downgraded."
261
  msgstr[0] "Der Eintrag wurde zurück gesetzt."
262
  msgstr[1] "Die Einträge wurden zurück gesetzt."
263
 
264
+ #: admin/class-admin.php:542 admin/transactions.php:243
265
  msgctxt "admin"
266
  msgid "The transaction has been approved."
267
  msgstr "Die Transaktion wurde genehmigt."
268
 
269
+ #: admin/class-admin.php:550 admin/transactions.php:254
270
  msgctxt "admin"
271
  msgid "The transaction has been rejected."
272
  msgstr "Die Transaktion wurde abgelehnt."
273
 
274
+ #: admin/class-admin.php:556
275
  msgctxt "admin"
276
  msgid "The fee was successfully assigned."
277
  msgstr "Der Preis wurde erfolgreich zugewiesen."
278
 
279
+ #: admin/class-admin.php:565
280
  msgctxt "admin"
281
  msgid "Listing was renewed."
282
  msgid_plural "Listings were renewed."
283
  msgstr[0] "Eintrag wurde aktualisiert."
284
  msgstr[1] "Einträge wurden aktualisiert."
285
 
286
+ #: admin/class-admin.php:572
287
  msgctxt "admin"
288
  msgid "Renewal email sent."
289
  msgstr "E-mail erneut senden."
290
 
291
+ #: admin/class-admin.php:606
292
  msgctxt "admin category id"
293
  msgid "ID"
294
  msgstr "ID"
295
 
296
+ #: admin/class-admin.php:608 admin/class-admin.php:614
297
  msgctxt "admin"
298
  msgid "Listing Count"
299
  msgstr "Anzahl Einträge "
300
 
301
+ #: admin/class-admin.php:710
302
  msgctxt "admin"
303
  msgid ""
304
  "<b>Business Directory Plugin</b> requires fields with the following "
307
  "<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
308
  "Verbindungen um korrekt zu funktionieren: <b>%s</b>."
309
 
310
+ #: admin/class-admin.php:712
311
  msgctxt "admin"
312
  msgid ""
313
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
316
  "<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
317
  "<b>%s</b>, um korrekt zu funktionieren."
318
 
319
+ #: admin/class-admin.php:716
320
  msgctxt "admin"
321
  msgid ""
322
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
325
  "Sie können diese benutzerdefinierten Felder selbst erzeugen \"Form Felder "
326
  "Verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
327
 
328
+ #: admin/class-admin.php:720
329
  msgctxt "admin"
330
  msgid "Go to \"Manage Form Fields\""
331
  msgstr "zu \"Form Felder verwalten\""
332
 
333
+ #: admin/class-admin.php:723
334
  msgctxt "admin"
335
  msgid "Create these required fields for me"
336
  msgstr "Erstelle diese benötigten Felder für mich"
337
 
338
+ #: admin/class-admin.php:732
339
  msgctxt "admin"
340
  msgid ""
341
  "<b>Business Directory Plugin</b> requires a page with the "
344
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
345
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
346
 
347
+ #: admin/class-admin.php:734
348
  msgctxt "admin"
349
  msgid ""
350
  "You can create this page by yourself or let Business Directory do this for "
353
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
354
  "automatisch erstellen lassen."
355
 
356
+ #: admin/class-admin.php:738
357
  msgctxt "admin"
358
  msgid "Create required pages for me"
359
  msgstr "Erstelle benötigte Seiten für mich"
360
 
361
+ #: admin/class-admin.php:768
362
  msgctxt "admin compat"
363
  msgid "Installed: %s"
364
  msgstr "Installiert: %s"
365
 
366
+ #: admin/class-admin.php:768
367
  msgctxt "admin compat"
368
  msgid "N/A"
369
  msgstr "keine Angabe"
370
 
371
+ #: admin/class-admin.php:771
372
  msgctxt "admin compat"
373
  msgid "Required: %s"
374
  msgstr "Pflichtfeld: %s"
375
 
376
+ #: admin/class-admin.php:784
377
  msgctxt "admin compat"
378
  msgid ""
379
  "Business Directory has detected some incompatible premium module versions "
382
  "Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
383
  "Versionen installiert sind."
384
 
385
+ #: admin/class-admin.php:786
386
  msgctxt "admin compat"
387
  msgid ""
388
  "Please upgrade to the required versions indicated below to make sure "
391
  "Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
392
  "dass alles korrekt funktioniert. "
393
 
394
+ #: admin/class-admin.php:801
395
  msgctxt "admin"
396
  msgid ""
397
  "We noticed you want your Business Directory users to register before posting "
438
  msgid "Error while creating a temporary directory for CSV export: %s"
439
  msgstr ""
440
 
441
+ #: admin/csv-import.php:95
442
  msgctxt "admin csv-import"
443
  msgid "Business %s"
444
  msgstr "Geschäft %s"
445
 
446
+ #: admin/csv-import.php:133
447
  msgctxt "admin csv-import"
448
  msgid "Whatever"
449
  msgstr "Was auch immer"
450
 
451
+ #: admin/csv-import.php:137
452
  msgctxt "admin csv-import"
453
  msgid "Example CSV Import File"
454
  msgstr "Beispiel CSV Import Datei"
455
 
456
+ #: admin/csv-import.php:138
457
  msgctxt "admin csv-import"
458
  msgid "← Return to \"CSV Import\""
459
  msgstr "Zurück nach \"CSV Importieren\""
460
 
461
+ #: admin/csv-import.php:241
462
  msgid ""
463
  "A valid temporary directory with write permissions is required for CSV "
464
  "imports to function properly. Your server is using \"%s\" but this path does "
468
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
469
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
470
 
471
+ #: admin/csv-import.php:275
472
  msgctxt "admin csv-import"
473
  msgid "There was an error uploading the CSV file."
474
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
475
 
476
+ #: admin/csv-import.php:281
477
+ #, fuzzy
478
  msgctxt "admin csv-import"
479
+ msgid "Please upload or select a CSV file."
480
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
481
 
482
+ #: admin/csv-import.php:294
483
+ #, fuzzy
484
  msgctxt "admin csv-import"
485
+ msgid "There was an error uploading the images ZIP file."
486
+ msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
 
 
487
 
488
+ #: admin/csv-import.php:315
489
  msgctxt "admin csv-import"
490
+ msgid ""
491
+ "An error was detected while validating the CSV file for import. Please fix "
492
+ "this before proceeding."
493
  msgstr ""
 
 
494
 
495
+ #: admin/csv-import.php:324
496
+ #, fuzzy
497
  msgctxt "admin csv-import"
498
+ msgid "Import is in \"test mode\". Nothing will be inserted into the database."
499
+ msgstr ""
500
+ "* Der Import ist im Testmodus. Es wurde nichts der Datenbank hinzugefügt. *"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  #: admin/fees.php:9
503
  msgctxt "fees admin"
526
 
527
  #: admin/fees.php:24
528
  msgctxt "fees admin"
 
 
 
 
 
529
  msgid "Duration"
530
  msgstr "Zeitraum"
531
 
532
+ #: admin/fees.php:25
533
  msgctxt "fees admin"
534
  msgid "Images"
535
  msgstr "Bilder"
536
 
537
+ #: admin/fees.php:26
538
  msgctxt "fees admin"
539
  msgid "Applied To"
540
  msgstr "zugewiesen zu"
585
 
586
  #: admin/fees.php:137
587
  msgctxt "fees order"
 
 
 
 
 
588
  msgid "Duration"
589
  msgstr "Zeitraum"
590
 
591
+ #: admin/fees.php:138
592
  msgctxt "fees order"
593
  msgid "Images"
594
  msgstr "Bilder"
595
 
596
+ #: admin/fees.php:139
597
  msgctxt "fees order"
598
  msgid "Custom Order"
599
  msgstr "Benutzerdefinierter Auftrag"
873
  msgstr "zu exportierende zusätzliche Metadaten"
874
 
875
  #: admin/templates/csv-export.tpl.php:67
876
+ #, fuzzy
877
  msgctxt "admin csv-export"
878
+ msgid "Include unique IDs for each listing (sequence_id column)."
879
  msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
880
 
881
+ #: admin/templates/csv-export.tpl.php:69
882
+ msgctxt "admin csv-export"
883
+ msgid ""
884
+ "If you plan to re-import the listings into BD and don't want new ones "
885
+ "created, select this option!"
886
+ msgstr ""
887
+
888
+ #: admin/templates/csv-export.tpl.php:75
889
  msgctxt "admin csv-export"
890
  msgid "Author information (username)"
891
  msgstr "Author Informationen (Benutzername)"
892
 
893
+ #: admin/templates/csv-export.tpl.php:80
894
  msgctxt "admin csv-export"
895
  msgid "Sticky/featured status"
896
  msgstr "Unterstützter/Unbeweglicher Status"
897
 
898
+ #: admin/templates/csv-export.tpl.php:85
899
  msgctxt "admin csv-export"
900
  msgid "Listing expiration date"
901
  msgstr "Eintrag Enddatum"
902
 
903
+ #: admin/templates/csv-export.tpl.php:90
904
  msgctxt "admin csv-export"
905
  msgid "CSV File Settings"
906
  msgstr "CSV Datei Einstellungen"
907
 
908
+ #: admin/templates/csv-export.tpl.php:94
909
  msgctxt "admin csv-export"
910
  msgid "Column Separator"
911
  msgstr "Spaltentrenner"
912
 
913
+ #: admin/templates/csv-export.tpl.php:94
914
+ #: admin/templates/csv-export.tpl.php:105
915
+ #: admin/templates/csv-export.tpl.php:116
916
+ #: admin/templates/csv-import.tpl.php:43
917
+ #: admin/templates/csv-import.tpl.php:109
918
+ #: admin/templates/csv-import.tpl.php:120
919
+ #: admin/templates/csv-import.tpl.php:131
920
+ #: admin/templates/csv-import.tpl.php:158
921
  msgctxt "admin forms"
922
  msgid "required"
923
  msgstr "Pflichtfeld"
924
 
925
+ #: admin/templates/csv-export.tpl.php:105
926
  msgctxt "admin csv-export"
927
  msgid "Image Separator"
928
  msgstr "Bildtrenner"
929
 
930
+ #: admin/templates/csv-export.tpl.php:116
931
  msgctxt "admin csv-export"
932
  msgid "Category Separator"
933
  msgstr "Kategorietrenner"
934
 
935
+ #: admin/templates/csv-export.tpl.php:128
936
  msgctxt "admin csv-export"
937
  msgid "Export Listings"
938
  msgstr "Export Einträge"
939
 
940
+ #: admin/templates/csv-export.tpl.php:134
941
  msgctxt "admin csv-export"
942
  msgid "Export in Progress..."
943
  msgstr "Export wird durchgeführt..."
944
 
945
+ #: admin/templates/csv-export.tpl.php:135
946
  msgctxt "admin csv-export"
947
  msgid ""
948
  "Your export file is being prepared. Please <u>do not leave</u> this page "
951
  "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
952
  "bis der Export abgeschlossen wurde."
953
 
954
+ #: admin/templates/csv-export.tpl.php:138
955
  msgctxt "admin csv-export"
956
  msgid "No. of listings:"
957
  msgstr "Anzahl der Einträge:"
958
 
959
+ #: admin/templates/csv-export.tpl.php:140
960
  msgctxt "admin csv-export"
961
  msgid "Approximate export file size:"
962
  msgstr "Exportdatei Größe ca. :"
963
 
964
+ #: admin/templates/csv-export.tpl.php:147
965
  msgctxt "admin csv-export"
966
  msgid "Cancel Export"
967
  msgstr "Export abbrechen"
968
 
969
+ #: admin/templates/csv-export.tpl.php:152
970
  msgctxt "admin csv-export"
971
  msgid "Export Complete"
972
  msgstr "Export vollständig"
973
 
974
+ #: admin/templates/csv-export.tpl.php:153
975
  msgctxt "admin csv-export"
976
  msgid ""
977
  "Your export file has been successfully created and it is now ready for "
980
  "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
981
  "Verfügung."
982
 
983
+ #: admin/templates/csv-export.tpl.php:156
984
  msgctxt "admin csv-export"
985
  msgid "Download %s (%s)"
986
  msgstr "Herunterladen %s (%s)"
987
 
988
+ #: admin/templates/csv-export.tpl.php:162
989
  msgctxt "admin csv-export"
990
  msgid ""
991
  "Click \"Cleanup\" once the file has been downloaded in order to remove all "
994
  "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
995
  "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
996
 
997
+ #: admin/templates/csv-export.tpl.php:163
998
  msgctxt "admin csv-export"
999
  msgid "Cleanup"
1000
  msgstr "Bereinigen"
1001
 
1002
+ #: admin/templates/csv-export.tpl.php:168
1003
  msgctxt "admin csv-export"
1004
  msgid "Export Canceled"
1005
  msgstr "Export abgebrochen"
1006
 
1007
+ #: admin/templates/csv-export.tpl.php:169
1008
  msgctxt "admin csv-export"
1009
  msgid "The export has been canceled."
1010
  msgstr "Der Export wurde abgebrochen."
1011
 
1012
+ #: admin/templates/csv-export.tpl.php:170
1013
  msgctxt "admin csv-export"
1014
  msgid "← Return to CSV Export"
1015
  msgstr "← Zurück nach CSV Export"
1016
 
1017
+ #: admin/templates/csv-import-progress.tpl.php:6
1018
+ msgctxt "admin csv-import"
1019
+ msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
1020
+ msgstr ""
1021
+
1022
+ #: admin/templates/csv-import-progress.tpl.php:10
1023
+ #, fuzzy
1024
+ msgctxt "admin csv-import"
1025
+ msgid ""
1026
+ "A fatal error occurred during the import. If connection wasn't lost during "
1027
+ "the import, please make sure that you have enough free disk space and memory "
1028
+ "available to PHP. Check your error logs for details."
1029
+ msgstr ""
1030
+ "Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
1031
+ "stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
1032
+ "ins Fehlerprotokoll."
1033
+
1034
+ #: admin/templates/csv-import-progress.tpl.php:14
1035
+ msgctxt "admin csv-import"
1036
+ msgid "Last imported line from file:"
1037
+ msgstr ""
1038
+
1039
+ #: admin/templates/csv-import-progress.tpl.php:18
1040
+ #: admin/templates/csv-import-progress.tpl.php:25
1041
+ #, fuzzy
1042
+ msgctxt "admin csv-import"
1043
+ msgid "← Return to CSV Import"
1044
+ msgstr "Zurück nach \"CSV Importieren\""
1045
+
1046
+ #: admin/templates/csv-import-progress.tpl.php:23
1047
+ #, fuzzy
1048
+ msgctxt "admin csv-import"
1049
+ msgid "Import Canceled"
1050
+ msgstr "Export abgebrochen"
1051
+
1052
+ #: admin/templates/csv-import-progress.tpl.php:24
1053
+ #, fuzzy
1054
+ msgctxt "admin csv-import"
1055
+ msgid "The import has been canceled."
1056
+ msgstr "Der Export wurde abgebrochen."
1057
+
1058
+ #: admin/templates/csv-import-progress.tpl.php:31
1059
+ #, fuzzy
1060
+ msgid "Import Progress"
1061
+ msgstr "Export wird durchgeführt..."
1062
+
1063
+ #: admin/templates/csv-import-progress.tpl.php:34
1064
+ #, fuzzy
1065
+ msgctxt "admin csv-import"
1066
+ msgid "Files"
1067
+ msgstr "CSV Datei"
1068
+
1069
+ #: admin/templates/csv-import-progress.tpl.php:37
1070
+ msgctxt "admin csv-import"
1071
+ msgid "Rows in file"
1072
+ msgstr ""
1073
+
1074
+ #: admin/templates/csv-import-progress.tpl.php:40
1075
+ msgctxt "admin csv-import"
1076
+ msgid "Progress"
1077
+ msgstr ""
1078
+
1079
+ #: admin/templates/csv-import-progress.tpl.php:44
1080
+ msgctxt "admin csv-import"
1081
+ msgid "Import has not started. Click \"Start Import\" to begin."
1082
+ msgstr ""
1083
+
1084
+ #: admin/templates/csv-import-progress.tpl.php:45
1085
+ #, fuzzy
1086
+ msgctxt "admin csv-import"
1087
+ msgid "Importing CSV file..."
1088
+ msgstr "Import Dateien"
1089
+
1090
+ #: admin/templates/csv-import-progress.tpl.php:51
1091
+ #, fuzzy
1092
+ msgctxt "admin csv-import"
1093
+ msgid "Start Import"
1094
+ msgstr "CSV Datei importieren"
1095
+
1096
+ #: admin/templates/csv-import-progress.tpl.php:52
1097
+ #, fuzzy
1098
+ msgctxt "admin csv-import"
1099
+ msgid "Cancel Import"
1100
+ msgstr "Export abbrechen"
1101
+
1102
+ #: admin/templates/csv-import-progress.tpl.php:59
1103
+ #, fuzzy
1104
+ msgctxt "admin csv-import"
1105
+ msgid "Import finished"
1106
+ msgstr "Import Dateien"
1107
+
1108
+ #: admin/templates/csv-import-progress.tpl.php:62
1109
+ msgctxt "admin csv-import"
1110
+ msgid "Import was completed successfully."
1111
+ msgstr "Der Import wurde erfolgreich abgeschlossen."
1112
+
1113
+ #: admin/templates/csv-import-progress.tpl.php:66
1114
+ msgctxt "admin csv-import"
1115
+ msgid "Import was completed but some rows were rejected."
1116
+ msgstr "Der Import ist komplett. Einige Zeilen wurden abgelehnt."
1117
+
1118
+ #: admin/templates/csv-import-progress.tpl.php:69
1119
+ msgctxt "admin csv-import"
1120
+ msgid "Import Summary"
1121
+ msgstr "Import Zusammenfassung"
1122
+
1123
+ #: admin/templates/csv-import-progress.tpl.php:71
1124
+ msgctxt "admin csv-import"
1125
+ msgid "Rows in file:"
1126
+ msgstr ""
1127
+
1128
+ #: admin/templates/csv-import-progress.tpl.php:74
1129
+ #, fuzzy
1130
+ msgctxt "admin csv-import"
1131
+ msgid "Imported rows:"
1132
+ msgstr "Korrekt importierte Zeilen:"
1133
+
1134
+ #: admin/templates/csv-import-progress.tpl.php:77
1135
+ msgctxt "admin csv-import"
1136
+ msgid "Rejected rows:"
1137
+ msgstr "Abgelehnte Zeilen:"
1138
+
1139
+ #: admin/templates/csv-import-progress.tpl.php:82
1140
+ #, fuzzy
1141
+ msgctxt "admin csv-import"
1142
+ msgid "Import Warnings"
1143
+ msgstr "Importeinstellungen"
1144
+
1145
+ #: admin/templates/csv-import-progress.tpl.php:85
1146
+ msgctxt "admin csv-import"
1147
+ msgid "Line #"
1148
+ msgstr "Zeile #"
1149
+
1150
+ #: admin/templates/csv-import-progress.tpl.php:86
1151
+ msgctxt "admin csv-import"
1152
+ msgid "Line"
1153
+ msgstr "Zeile"
1154
+
1155
+ #: admin/templates/csv-import-progress.tpl.php:87
1156
+ msgctxt "admin csv-import"
1157
+ msgid "Warning"
1158
+ msgstr "Warnung"
1159
+
1160
+ #: admin/templates/csv-import.tpl.php:12
1161
+ #: admin/templates/csv-import.tpl.php:216
1162
  msgctxt "admin csv-import"
1163
  msgid "Help"
1164
  msgstr "Hilfe "
1165
 
1166
+ #: admin/templates/csv-import.tpl.php:13
1167
  msgctxt "admin csv-import"
1168
  msgid "See an example CSV import file"
1169
  msgstr "Beispiel CSV Import Datei anschauen"
1170
 
1171
+ #: admin/templates/csv-import.tpl.php:21
1172
+ msgctxt "admin csv-import"
1173
+ msgid "Here, you can import data into your directory using the CSV format."
1174
+ msgstr ""
1175
+
1176
+ #: admin/templates/csv-import.tpl.php:29
1177
+ msgctxt "admin csv-import"
1178
+ msgid ""
1179
+ "We strongly recommend reading our <a>CSV import documentation</a> first to "
1180
+ "help you do things in the right order."
1181
+ msgstr ""
1182
+
1183
+ #: admin/templates/csv-import.tpl.php:38
1184
  msgctxt "admin csv-import"
1185
  msgid "Import Files"
1186
  msgstr "Import Dateien"
1187
 
1188
+ #: admin/templates/csv-import.tpl.php:43
1189
  msgctxt "admin csv-import"
1190
  msgid "CSV File"
1191
  msgstr "CSV Datei"
1192
 
1193
+ #: admin/templates/csv-import.tpl.php:55 admin/templates/csv-import.tpl.php:86
1194
+ msgctxt "admin csv-import"
1195
+ msgid "... or <a>select a file uploaded to the imports folder</a>"
1196
+ msgstr ""
1197
+
1198
+ #: admin/templates/csv-import.tpl.php:65 admin/templates/csv-import.tpl.php:96
1199
+ msgctxt "admin csv-import"
1200
+ msgid "(Upload new file)"
1201
+ msgstr ""
1202
+
1203
+ #: admin/templates/csv-import.tpl.php:74
1204
  msgctxt "admin csv-import"
1205
  msgid "ZIP file containing images"
1206
  msgstr "ZIP Datei enthält Bilder"
1207
 
1208
+ #: admin/templates/csv-import.tpl.php:105
1209
  msgctxt "admin csv-import"
1210
  msgid "CSV File Settings"
1211
  msgstr "CSV Datei Einstellungen"
1212
 
1213
+ #: admin/templates/csv-import.tpl.php:109
1214
  msgctxt "admin csv-import"
1215
  msgid "Column Separator"
1216
  msgstr "Spaltentrenner"
1217
 
1218
+ #: admin/templates/csv-import.tpl.php:120
1219
  msgctxt "admin csv-import"
1220
  msgid "Image Separator"
1221
  msgstr "Bildertrenner"
1222
 
1223
+ #: admin/templates/csv-import.tpl.php:131
1224
  msgctxt "admin csv-import"
1225
  msgid "Category Separator"
1226
  msgstr "Kategorietrenner"
1227
 
1228
+ #: admin/templates/csv-import.tpl.php:142
1229
  msgctxt "admin csv-import"
1230
  msgid "Import settings"
1231
  msgstr "Importeinstellungen"
1232
 
1233
+ #: admin/templates/csv-import.tpl.php:146
1234
+ #, fuzzy
 
 
 
 
 
 
 
 
 
1235
  msgctxt "admin csv-import"
1236
+ msgid "Post status of imported listings"
1237
+ msgstr "Status der gelöschten Einträge"
1238
 
1239
+ #: admin/templates/csv-import.tpl.php:158
1240
  msgctxt "admin csv-import"
1241
  msgid "Missing categories handling"
1242
  msgstr "Verhalten bei nicht vorhandener Kategorie"
1243
 
1244
+ #: admin/templates/csv-import.tpl.php:163
1245
  msgctxt "admin csv-import"
1246
  msgid "Auto-create categories"
1247
  msgstr "Automatische Kategorieerstellung"
1248
 
1249
+ #: admin/templates/csv-import.tpl.php:166
1250
  msgctxt "admin csv-import"
1251
  msgid "Generate errors when a category is not found"
1252
  msgstr "Generiere Fehler when eine Kategorie nicht gefunden wird"
1253
 
1254
+ #: admin/templates/csv-import.tpl.php:171
1255
  msgctxt "admin csv-import"
1256
  msgid "Assign listings to a user?"
1257
  msgstr "Einträge einem Benutzer zuweisen?"
1258
 
1259
+ #: admin/templates/csv-import.tpl.php:177
1260
  msgctxt "admin csv-import"
1261
  msgid "Assign listings to a user."
1262
  msgstr "Einträge einem Benutzer zuweisen."
1263
 
1264
+ #: admin/templates/csv-import.tpl.php:182
1265
  msgctxt "admin csv-import"
1266
  msgid "Default listing user"
1267
  msgstr "Standardbenutzer Einträge"
1268
 
1269
+ #: admin/templates/csv-import.tpl.php:187
1270
  msgctxt "admin csv-import"
1271
  msgid "Use spreadsheet information only."
1272
  msgstr "Benutze nur Tabelleninformationen."
1273
 
1274
+ #: admin/templates/csv-import.tpl.php:193
1275
  msgctxt "admin csv-import"
1276
  msgid ""
1277
  "This user will be used if the username column is not present in the CSV file."
1279
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV "
1280
  "Datei vorhanden ist."
1281
 
1282
+ #: admin/templates/csv-import.tpl.php:198
1283
+ msgctxt "admin csv-import"
1284
+ msgid "Disable e-mail notifications during import?"
1285
+ msgstr ""
1286
+
1287
+ #: admin/templates/csv-import.tpl.php:203
1288
+ #, fuzzy
1289
+ msgctxt "admin csv-import"
1290
+ msgid "Disable e-mail notifications."
1291
+ msgstr "Email Erinnerung"
1292
+
1293
+ #: admin/templates/csv-import.tpl.php:209
1294
  msgctxt "admin csv-import"
1295
  msgid "Test Import"
1296
  msgstr "Importtest"
1297
 
1298
+ #: admin/templates/csv-import.tpl.php:210
1299
  msgctxt "admin csv-import"
1300
  msgid "Import Listings"
1301
  msgstr "Einträge importieren"
1302
 
1303
+ #: admin/templates/csv-import.tpl.php:218
1304
  msgctxt "admin csv-import"
1305
  msgid ""
1306
  "The following are the valid header names to be used in the CSV file. "
1313
  "erscheinen. Klicke <a href=\"%s\">\"CSV Import Beispieldatei anschauen\"</"
1314
  "a>, um zu sehen wie eine Importdatei aussehen muss."
1315
 
1316
+ #: admin/templates/csv-import.tpl.php:225
1317
  msgctxt "admin csv-import"
1318
  msgid "Header name/label"
1319
  msgstr "Kopfname/Bezeichnung"
1320
 
1321
+ #: admin/templates/csv-import.tpl.php:226
1322
  msgctxt "admin csv-import"
1323
  msgid "Field"
1324
  msgstr "Feld"
1325
 
1326
+ #: admin/templates/csv-import.tpl.php:227
1327
  msgctxt "admin csv-import"
1328
  msgid "Type"
1329
  msgstr "Typ"
1330
 
1331
+ #: admin/templates/csv-import.tpl.php:228
1332
  msgctxt "admin csv-import"
1333
  msgid "Required?"
1334
  msgstr "Pflichtfeld?"
1335
 
1336
+ #: admin/templates/csv-import.tpl.php:229
1337
  msgctxt "admin csv-import"
1338
  msgid "Multivalued?"
1339
  msgstr "Mehrfache Werte?"
1340
 
1341
+ #: admin/templates/csv-import.tpl.php:251
1342
  msgctxt "admin csv-import"
1343
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1344
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
1345
 
1346
+ #: admin/templates/csv-import.tpl.php:258
1347
  msgctxt "admin csv-import"
1348
  msgid "Listing author's username"
1349
  msgstr "Benutzername des Authors"
1350
 
1351
+ #: admin/templates/csv-import.tpl.php:265
1352
  msgctxt "admin csv-import"
1353
  msgid ""
1354
  "Internal Sequence ID used to allow listing updates from external sources."
1356
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
1357
  "externer Quellen durchzuführen."
1358
 
1359
+ #: admin/templates/csv-import.tpl.php:272
1360
  msgctxt "admin csv-import"
1361
  msgid ""
1362
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
1405
 
1406
  #: admin/templates/fees-addoredit.tpl.php:65
1407
  msgctxt "fees admin"
 
 
 
 
 
1408
  msgid "Listing run in days"
1409
  msgstr "Eintrag in Tagen"
1410
 
1411
+ #: admin/templates/fees-addoredit.tpl.php:72
1412
  msgctxt "fees admin"
1413
  msgid "run listing for"
1414
  msgstr "Eintrag ausführen für"
1415
 
1416
+ #: admin/templates/fees-addoredit.tpl.php:81
1417
  msgctxt "fees admin"
1418
  msgid "days"
1419
  msgstr "Tage"
1420
 
1421
+ #: admin/templates/fees-addoredit.tpl.php:84
1422
  msgctxt "fees admin"
1423
  msgid "run listing forever"
1424
  msgstr "Eintrag dauerhaft ausführen"
1425
 
1426
+ #: admin/templates/fees-addoredit.tpl.php:89
1427
  msgctxt "fees admin"
1428
  msgid "Number of images allowed"
1429
  msgstr "Erlaubte Anzahl der Bilder"
1430
 
1431
+ #: admin/templates/fees-addoredit.tpl.php:105
1432
  msgctxt "fees admin"
1433
  msgid "Apply to category"
1434
  msgstr "der Kategorie zuweisen"
1435
 
1436
+ #: admin/templates/fees-addoredit.tpl.php:109
1437
  msgctxt "fees admin"
1438
  msgid "* All Categories *"
1439
  msgstr "* Alle Kategorien *"
1440
 
1441
+ #: admin/templates/fees-addoredit.tpl.php:129
1442
  msgctxt "fees admin"
1443
  msgid "Update Fee"
1444
  msgstr "Preis Aktualisierung"
1445
 
1446
+ #: admin/templates/fees-addoredit.tpl.php:131
1447
  msgctxt "fees admin"
1448
  msgid "Add Fee"
1449
  msgstr "Preis Erstellen"
1502
  msgid "Drag and drop to re-order fees."
1503
  msgstr "Ziehen um Preise wiederholt zu beauftragen."
1504
 
1505
+ #: admin/templates/fees.tpl.php:48 admin/templates/sidebar.tpl.php:12
1506
  msgctxt "admin sidebar"
1507
  msgid "PayPal Gateway Module"
1508
  msgstr "PayPal Gateway Module"
1509
 
1510
+ #: admin/templates/fees.tpl.php:49 admin/templates/sidebar.tpl.php:13
1511
  msgctxt "admin sidebar"
1512
  msgid "2Checkout Gateway Module"
1513
  msgstr "2Checkout Gateway Module"
1514
 
1515
+ #: admin/templates/fees.tpl.php:50 admin/templates/sidebar.tpl.php:4
1516
  msgctxt "admin sidebar"
1517
  msgid "PayFast Payment Module"
1518
  msgstr "PayFast Payment Module"
1519
 
1520
+ #: admin/templates/fees.tpl.php:51 admin/templates/sidebar.tpl.php:5
1521
  msgctxt "admin sidebar"
1522
  msgid "Stripe Payment Module"
1523
  msgstr "Stripe Payment Module"
1524
 
1525
+ #: admin/templates/fees.tpl.php:61
1526
+ #, fuzzy
1527
  msgctxt "admin templates"
1528
  msgid ""
1529
+ "It does not appear you have any of the payment gateway modules enabled. "
1530
+ "Either <a>enable the default Authorize.net gateway</a> with your account "
1531
+ "info, or purchase a different payment gateway module in order to charge a "
1532
+ "fee for listings. To purchase additional payment gateways use the buttons "
1533
+ "below or visit %s."
1534
  msgstr ""
1535
  "Erscheint nicht so als hättest du ein Bezahlungsmodul installiert. Beschaffe "
1536
  "dir ein Bezahlungsmodul um Preise für Einträge zu erzeugen. Um ein "
1537
  "Bezahlungsmodul auszuwählen klicke die Schaltflächen unten oder besuche"
1538
 
1539
+ #: admin/templates/fees.tpl.php:77
1540
  msgctxt "admin templates"
1541
  msgid "Already installed."
1542
  msgstr "Bereits installiert"
1543
 
1544
+ #: admin/templates/fees.tpl.php:82
1545
  msgctxt "admin templates"
1546
  msgid ""
1547
  "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
1687
 
1688
  #: admin/templates/form-fields.tpl.php:9
1689
  msgctxt "form-fields admin"
1690
+ msgid ""
1691
+ "Here, you can create new fields for your listings, edit or delete existing "
1692
+ "ones, change the order and visibility of the fields as well as configure "
1693
+ "special options for them."
1694
+ msgstr ""
1695
+
1696
+ #: admin/templates/form-fields.tpl.php:15
1697
+ msgctxt "form-fields admin"
1698
+ msgid "Please see the <a>Form Fields documentation</a> for more details."
1699
+ msgstr ""
1700
 
1701
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
1702
  #. Plugin Name of the plugin/theme
1703
  #: admin/templates/header.tpl.php:4
1704
  msgid "Business Directory Plugin"
1853
  msgid "Expires on"
1854
  msgstr "Läuft ab am"
1855
 
 
 
 
 
 
1856
  #: admin/templates/listing-metabox-categories.tpl.php:72
1857
  msgctxt "admin infometabox"
1858
  msgid "Click to manually change expiration date."
1859
  msgstr "Klicke hier um das Ablaufdatum zu ändern."
1860
 
1861
+ #: admin/templates/listing-metabox-categories.tpl.php:75
1862
+ #, fuzzy
1863
+ msgctxt "admin infometabox"
1864
+ msgid "Never expires"
1865
+ msgstr "Eintrag endet nicht"
1866
+
1867
+ #: admin/templates/listing-metabox-categories.tpl.php:75
1868
  msgctxt "admin infometabox"
1869
  msgid "Edit"
1870
  msgstr "Bearbeiten"
1871
 
1872
+ #: admin/templates/listing-metabox-categories.tpl.php:87
1873
  msgctxt "admin infometabox"
1874
  msgid "See payment info"
1875
  msgstr "Bezahlinformationen anschauen"
1876
 
1877
+ #: admin/templates/listing-metabox-categories.tpl.php:92
1878
  msgctxt "admin infometabox"
1879
  msgid "Renewal URL (copy & paste)"
1880
  msgstr "URL Erneuern (kopieren & einfügen)"
1881
 
1882
+ #: admin/templates/listing-metabox-categories.tpl.php:92
1883
  msgctxt "admin infometabox"
1884
  msgid "Show renewal link"
1885
  msgstr "Erneuerungslink anzeigen"
1886
 
1887
+ #: admin/templates/listing-metabox-categories.tpl.php:99
1888
  msgctxt "admin infometabox"
1889
  msgid "Send renewal e-mail to user"
1890
  msgstr "Erneuerungsmail an Benutzer schicken"
1891
 
1892
+ #: admin/templates/listing-metabox-categories.tpl.php:107
1893
  msgctxt "admin infometabox"
1894
  msgid "Renew manually..."
1895
  msgstr "Manuell erneuern..."
1896
 
1897
+ #: admin/templates/listing-metabox-categories.tpl.php:107
1898
  msgctxt "admin infometabox"
1899
  msgid "Change fee..."
1900
  msgstr "Preis ändern"
1901
 
1902
+ #: admin/templates/listing-metabox-categories.tpl.php:115
1903
  msgctxt "admin infometabox"
1904
  msgid "Remove category"
1905
  msgstr "Kategorie entfernen"
2046
  msgstr "Standards zurücksetzen"
2047
 
2048
  #: admin/templates/settings.tpl.php:36
2049
+ #, fuzzy
2050
  msgid ""
2051
+ "Use this option if you want to go back to the original factory settings for "
2052
+ "BD. <b>Please note that all of your existing settings will be lost.</b>"
2053
  msgstr ""
2054
  "Nutze diese Option wenn du auf die Grundeinstellungen zurücksetzen willst. "
2055
  "Bitte beachte das alle benutzerdefinierten Anpassungen verloren gehen."
2056
 
2057
+ #: admin/templates/sidebar.tpl.php:3
2058
+ #, fuzzy
2059
+ msgctxt "admin sidebar"
2060
+ msgid "Claim Listings Module"
2061
+ msgstr "Ratings Module"
2062
+
2063
+ #: admin/templates/sidebar.tpl.php:6
2064
  msgctxt "admin sidebar"
2065
  msgid "File Upload Module"
2066
  msgstr "File Upload Module"
2067
 
2068
+ #: admin/templates/sidebar.tpl.php:7
2069
  msgctxt "admin sidebar"
2070
  msgid "Featured Levels Module"
2071
  msgstr "Featured Levels Module"
2072
 
2073
+ #: admin/templates/sidebar.tpl.php:8
2074
  msgctxt "admin sidebar"
2075
  msgid "ZIP Code Search Module"
2076
  msgstr "ZIP Code Search Module"
2077
 
2078
+ #: admin/templates/sidebar.tpl.php:9
2079
  msgctxt "admin sidebar"
2080
  msgid "Regions Module"
2081
  msgstr "Regions Module"
2082
 
2083
+ #: admin/templates/sidebar.tpl.php:10
2084
  msgctxt "admin sidebar"
2085
  msgid "Ratings Module"
2086
  msgstr "Ratings Module"
2087
 
2088
+ #: admin/templates/sidebar.tpl.php:11
2089
  msgctxt "admin sidebar"
2090
  msgid "Google Maps Module"
2091
  msgstr "Google Maps Module"
2092
 
2093
+ #: admin/templates/sidebar.tpl.php:20
2094
  msgctxt "admin sidebar"
2095
  msgid "Like this plugin?"
2096
  msgstr "Mögen Sie diese Erweiterung?"
2097
 
2098
+ #: admin/templates/sidebar.tpl.php:22
2099
  msgctxt "admin sidebar"
2100
  msgid "Why not do any or all of the following:"
2101
  msgstr "Wieso nicht eine oder alle der folgenden Dinge tun:"
2102
 
2103
+ #: admin/templates/sidebar.tpl.php:24
2104
  msgctxt "admin sidebar"
2105
  msgid "Give it a good rating on WordPress.org."
2106
  msgstr "Gebe bitte eine gute Bewertung ab auf Wordpress.org"
2107
 
2108
+ #: admin/templates/sidebar.tpl.php:25
2109
  msgctxt "admin sidebar"
2110
  msgid "Let other people know that it works with your WordPress setup."
2111
  msgstr ""
2112
  "Lass andere Leute wissen, dass die Installation bei dir funktioniert hat."
2113
 
2114
+ #: admin/templates/sidebar.tpl.php:26
2115
  msgctxt "admin sidebar"
2116
  msgid "Buy a Premium Module"
2117
  msgstr "Kaufe ein Premium Modul"
2118
 
2119
+ #: admin/templates/sidebar.tpl.php:33
2120
  msgctxt "admin sidebar"
2121
  msgid "Get a Premium Module"
2122
  msgstr "Bekomme ein Premium Modul"
2123
 
2124
+ #: admin/templates/sidebar.tpl.php:42
2125
  msgctxt "admin sidebar"
2126
  msgid "Single Site License Combo Pack"
2127
  msgstr "Einzelseiten Lizenzkombinationspaket"
2128
 
2129
+ #: admin/templates/sidebar.tpl.php:43
2130
  msgctxt "admin sidebar"
2131
  msgid "Multi Site License Combo Pack"
2132
  msgstr "Multiseiten Lizenzkombinationspaket"
2133
 
2134
+ #: admin/templates/sidebar.tpl.php:50
2135
  msgctxt "admin sidebar"
2136
  msgid "Found a bug? Need support?"
2137
  msgstr "Fehler gefunden? Brauchst du Unterstützung?"
2138
 
2139
+ #: admin/templates/sidebar.tpl.php:55
2140
  msgctxt "admin sidebar"
2141
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2142
  msgstr ""
2143
  "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
2144
  "a>"
2145
 
2146
+ #: admin/templates/sidebar.tpl.php:58
2147
  msgctxt "admin sidebar"
2148
  msgid "Full plugin documentation"
2149
  msgstr "Vollständige Moduldokumentation"
2150
 
2151
+ #: admin/templates/sidebar.tpl.php:59
2152
  msgctxt "admin sidebar"
2153
  msgid "Quick Start Guide"
2154
  msgstr "Schnellstart Anleitung"
2155
 
2156
+ #: admin/templates/sidebar.tpl.php:60
2157
+ msgctxt "admin sidebar"
2158
+ msgid "Video Tutorials"
2159
+ msgstr ""
2160
+
2161
+ #: admin/templates/sidebar.tpl.php:68
2162
  msgctxt "admin sidebar"
2163
  msgid "Installed Modules"
2164
  msgstr "Installierte Module"
2165
 
2166
+ #: admin/templates/sidebar.tpl.php:79 admin/templates/sidebar.tpl.php:88
2167
  msgctxt "admin sidebar"
2168
  msgid "Installed"
2169
  msgstr "Installiert"
2170
 
2171
+ #: admin/templates/sidebar.tpl.php:81 admin/templates/sidebar.tpl.php:88
2172
  msgctxt "admin sidebar"
2173
  msgid "Not Installed"
2174
  msgstr "Nicht installiert "
2175
 
2176
+ #: admin/templates/sidebar.tpl.php:87
2177
  msgctxt "admin sidebar"
2178
  msgid "Enhanced Categories Module"
2179
  msgstr "Enhanced Categories Modul"
2421
  msgid "The transaction has been deleted."
2422
  msgstr "Die Transaktion wurde gelöscht."
2423
 
2424
+ #: business-directory-plugin.php:655
2425
  msgctxt "admin plugins"
2426
  msgid "Settings"
2427
  msgstr "Einstellungen"
2428
 
2429
+ #: business-directory-plugin.php:665
2430
  msgctxt "post type general name"
2431
  msgid "Directory"
2432
  msgstr "Verzeichnis"
2433
 
2434
+ #: business-directory-plugin.php:666
2435
  msgctxt "post type singular name"
2436
  msgid "Directory"
2437
  msgstr "Verzeichnis"
2438
 
2439
+ #: business-directory-plugin.php:667
2440
  msgctxt "listing"
2441
  msgid "Add New Listing"
2442
  msgstr "Neuen Eintrag erstellen"
2443
 
2444
+ #: business-directory-plugin.php:668
2445
  msgctxt "post type"
2446
  msgid "Add New Listing"
2447
  msgstr "Neuen Eintrag erstellen"
2448
 
2449
+ #: business-directory-plugin.php:669 core/compatibility/deprecated.php:255
2450
  msgid "Edit Listing"
2451
  msgstr "Eintrag Bearbeiten"
2452
 
2453
+ #: business-directory-plugin.php:670
2454
  msgid "New Listing"
2455
  msgstr "Neuer Eintag"
2456
 
2457
+ #: business-directory-plugin.php:671
2458
  msgid "View Listing"
2459
  msgstr "Eintrag anschauen"
2460
 
2461
+ #: business-directory-plugin.php:672
2462
  msgid "Search Listings"
2463
  msgstr "Einträge durchsuchen"
2464
 
2465
+ #: business-directory-plugin.php:673
2466
  msgid "No listings found"
2467
  msgstr "Keine Einträge gefunden"
2468
 
2469
+ #: business-directory-plugin.php:674
2470
  msgid "No listings found in trash"
2471
  msgstr "Keine Einträge im Papierkorb gefunden"
2472
 
2473
+ #: business-directory-plugin.php:696
2474
  msgid "Directory Categories"
2475
  msgstr "Verzeichnis Kategorien"
2476
 
2477
+ #: business-directory-plugin.php:822 business-directory-plugin.php:829
2478
  msgctxt "rss feed"
2479
  msgid "%s Feed"
2480
  msgstr "% Feed"
2481
 
2482
+ #: business-directory-plugin.php:1187
2483
  msgctxt "title"
2484
  msgid "Submit A Listing"
2485
  msgstr "Eintrag zusenden"
2486
 
2487
+ #: business-directory-plugin.php:1197
2488
  msgctxt "title"
2489
  msgid "Find a Listing"
2490
  msgstr "Eintrag finden"
2491
 
2492
+ #: business-directory-plugin.php:1207
2493
  msgctxt "title"
2494
  msgid "View All Listings"
2495
  msgstr "Alle Einträge anschauen"
2496
 
2497
+ #: business-directory-plugin.php:1227
2498
  msgctxt "title"
2499
  msgid "Listings tagged: %s"
2500
  msgstr "Einträge getaggt: %s"
2501
 
2502
+ #: business-directory-plugin.php:1452
2503
  msgctxt "comment-form"
2504
  msgid "The reCAPTCHA wasn't entered correctly."
2505
  msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
2506
 
2507
+ #: core/class-csv-import.php:361
2508
+ msgctxt "admin csv-import"
2509
+ msgid "Could not create listing category \"%s\""
2510
+ msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
2511
+
2512
+ #: core/class-csv-import.php:503
2513
+ msgctxt "admin csv-import"
2514
+ msgid "Username \"%s\" does not exist"
2515
+ msgstr "Benutzername \"%s\" existiert nicht"
2516
+
2517
+ #: core/class-csv-import.php:535
2518
+ msgctxt "admin csv-import"
2519
+ msgid "Missing required field: %s"
2520
+ msgstr "Benötigtes nicht vorhandenes Feld: %s"
2521
+
2522
+ #: core/class-csv-import.php:555
2523
+ msgctxt "admin csv-import"
2524
+ msgid "Listing category \"%s\" does not exist"
2525
+ msgstr "Eintragskategorie \"%s\" existiert nicht"
2526
+
2527
  #: core/class-form-field.php:51
2528
  msgctxt "form-fields-api"
2529
  msgid "Invalid form field type"
2530
  msgstr "Ungültige Formfeldtyp"
2531
 
2532
+ #: core/class-form-field.php:402
2533
  msgctxt "form-fields-api"
2534
  msgid "Field label is required."
2535
  msgstr "Feldbezeichnung ist Pflichtfeld."
2536
 
2537
+ #: core/class-form-field.php:419
2538
  msgctxt "form-fields-api"
2539
  msgid ""
2540
  "There can only be one field with association \"%s\". Please select another "
2543
  "Es kann nur ein Feld mit \"%s\" verbunden werden. Bitte wähle eine andere "
2544
  "Verbindung."
2545
 
2546
+ #: core/class-form-field.php:429
2547
  msgctxt "form-fields-api"
2548
  msgid "\"%s\" is an invalid field type for this association."
2549
  msgstr "\"%s\" ist ein ungültiger Feldtyp für diese Verbindung."
2550
 
2551
+ #: core/class-form-field.php:460
2552
  msgctxt "form-fields-api"
2553
  msgid "Invalid field ID"
2554
  msgstr "Ungültige Feld ID"
2555
 
2556
+ #: core/class-form-field.php:469
2557
  msgctxt "form-fields api"
2558
  msgid ""
2559
  "This form field can't be deleted because it is required for the plugin to "
2562
  "Dieses Formfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
2563
  "damit das Modul richtig funktioniert."
2564
 
2565
+ #: core/class-form-field.php:481
2566
  msgctxt "form-fields-api"
2567
  msgid "An error occurred while trying to delete this field."
2568
  msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
2569
 
2570
+ #: core/class-gateway.php:130
2571
+ #, fuzzy
2572
+ msgctxt "billing info"
2573
+ msgid "First name is required."
2574
+ msgstr "Feldbezeichnung ist Pflichtfeld."
2575
+
2576
+ #: core/class-gateway.php:133
2577
+ #, fuzzy
2578
+ msgctxt "billing info"
2579
+ msgid "Last name is required."
2580
+ msgstr "%s ist ein Pflichtfeld."
2581
+
2582
+ #: core/class-gateway.php:136
2583
+ #, fuzzy
2584
+ msgctxt "billing info"
2585
+ msgid "Credit card number is required."
2586
+ msgstr "Feldbezeichnung ist Pflichtfeld."
2587
+
2588
+ #: core/class-gateway.php:139
2589
+ msgctxt "billing info"
2590
+ msgid "Credit card expiration date is invalid."
2591
+ msgstr ""
2592
+
2593
+ #: core/class-gateway.php:142
2594
+ #, fuzzy
2595
+ msgctxt "billing info"
2596
+ msgid "Credit card CVC number is required."
2597
+ msgstr "Feldbezeichnung ist Pflichtfeld."
2598
+
2599
+ #: core/class-gateway.php:145
2600
+ #, fuzzy
2601
+ msgctxt "billing info"
2602
+ msgid "Country is required."
2603
+ msgstr "%s ist ein Pflichtfeld."
2604
+
2605
+ #: core/class-gateway.php:148
2606
+ #, fuzzy
2607
+ msgctxt "billing info"
2608
+ msgid "Address is required."
2609
+ msgstr "%s ist ein Pflichtfeld."
2610
+
2611
  #: core/class-listing-upgrade-api.php:16
2612
  msgctxt "listings-api"
2613
  msgid "Normal Listing"
2623
  msgid "(Fee Unavailable)"
2624
  msgstr "(Preis nicht verfügbar)"
2625
 
2626
+ #: core/class-listings-api.php:294
2627
  msgctxt "notify email"
2628
  msgid "[%s] New listing notification"
2629
  msgstr "[%s] neue Eintragsbenachrichtigung"
2630
 
2631
+ #: core/class-listings-api.php:313
2632
  msgctxt "notify email"
2633
  msgid "[%s] Listing edit notification"
2634
  msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
2673
  msgid "Leave blank for automatic height."
2674
  msgstr "Freilassen für automatische Höhe."
2675
 
2676
+ #: core/class-payment.php:218
2677
  msgctxt "listings"
2678
  msgid "Fee \"%s\" for category \"%s\""
2679
  msgstr "Preis \"%s\" für Kategorie \"%s\""
2742
  msgid "Remove listing ID from directory URLs?"
2743
  msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
2744
 
2745
+ #: core/class-settings.php:46
2746
+ msgctxt "admin settings"
2747
+ msgid ""
2748
+ "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
2749
+ "directory/1809/listing-title\". Check this setting to remove the ID for "
2750
+ "better SEO."
2751
+ msgstr ""
2752
+
2753
+ #: core/class-settings.php:50
2754
  msgctxt "admin settings"
2755
  msgid "reCAPTCHA Settings"
2756
  msgstr "reCAPTCHA Einstellungen"
2757
 
2758
+ #: core/class-settings.php:53
2759
  msgctxt "admin settings"
2760
  msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
2761
  msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
2762
 
2763
+ #: core/class-settings.php:55
2764
  msgctxt "admin settings"
2765
  msgid "Use reCAPTCHA for contact forms"
2766
  msgstr "Benutze reCAPTCHA für Kontaktformen"
2767
 
2768
+ #: core/class-settings.php:56
2769
  msgctxt "admin settings"
2770
  msgid "Use reCAPTCHA for listing submits"
2771
  msgstr "Benutze reCAPTCHA für Eintragzusendungen"
2772
 
2773
+ #: core/class-settings.php:59
2774
  msgctxt "admin settings"
2775
  msgid "Use reCAPTCHA for listing comments?"
2776
  msgstr "Benutze reCAPTCHA für Eintragkommentare?"
2777
 
2778
+ #: core/class-settings.php:62
2779
  msgctxt "admin settings"
2780
  msgid "reCAPTCHA Public Key"
2781
  msgstr "reCAPTCHA öffentlicher Schlüssel"
2782
 
2783
+ #: core/class-settings.php:63
2784
  msgctxt "admin settings"
2785
  msgid "reCAPTCHA Private Key"
2786
  msgstr "reCAPTCHA privater Schlüssel"
2787
 
2788
+ #: core/class-settings.php:67 core/class-settings.php:76
2789
  msgctxt "admin settings"
2790
  msgid "Terms and Conditions"
2791
  msgstr "Bedingungen und Konditionen"
2792
 
2793
+ #: core/class-settings.php:70
2794
  msgctxt "admin settings"
2795
  msgid "Display and require user agreement to Terms and Conditions"
2796
  msgstr ""
2797
  "Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
2798
  "Konditionen"
2799
 
2800
+ #: core/class-settings.php:79
2801
  msgctxt "admin settings"
2802
  msgid ""
2803
  "Enter text or a URL starting with http. If you use a URL, the Terms and "
2807
  "werden Bedingungen und Konditionen ersetzt durch einen Link der "
2808
  "dazugehörigen Seite."
2809
 
2810
+ #: core/class-settings.php:83
2811
  msgctxt "admin settings"
2812
  msgid "Directory Display Options"
2813
  msgstr "Verzeichnisoptionen anzeigen"
2814
 
2815
+ #: core/class-settings.php:84
2816
  msgctxt "admin settings"
2817
  msgid "Show the \"Submit listing\" button."
2818
  msgstr "\"Eintrag zusenden\" Schaltfläche anzeigen."
2819
 
2820
+ #: core/class-settings.php:85
2821
  msgctxt "admin settings"
2822
  msgid "Show \"Search listings\"."
2823
  msgstr "\"Einträge durchsuchen\" anzeigen"
2824
 
2825
+ #: core/class-settings.php:86
2826
  msgctxt "admin settings"
2827
  msgid "Show the \"View Listings\" button."
2828
  msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
2829
 
2830
+ #: core/class-settings.php:87
2831
  msgctxt "admin settings"
2832
  msgid "Show the \"Directory\" button."
2833
  msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
2834
 
2835
+ #: core/class-settings.php:92
2836
  msgctxt "admin settings"
2837
  msgid "Directory Search"
2838
  msgstr "Verzeichnis Suche"
2839
 
2840
+ #: core/class-settings.php:95
2841
  msgctxt "admin settings"
2842
  msgid "Display search form when displaying search results?"
2843
  msgstr "Suchform anzeigen wenn die Suchergebnisse angezeigt werden?"
2844
 
2845
+ #: core/class-settings.php:102
2846
  msgctxt "admin settings"
2847
  msgid ""
2848
  "You have selected a textarea field to be included in quick searches. "
2853
  "Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
2854
  "nehmen. "
2855
 
2856
+ #: core/class-settings.php:104
2857
+ #, fuzzy
2858
  msgctxt "admin settings"
2859
  msgid ""
2860
+ "Use Ctrl-Click to include multiple fields in the search. Choosing too many "
2861
+ "fields for inclusion into Quick Search can result in very slow search "
2862
+ "performance."
2863
  msgstr ""
2864
  "Zu viele Felder können die Suchleistung stark beeinflussen und lange dauern."
2865
 
2866
+ #: core/class-settings.php:107
2867
  msgctxt "admin settings"
2868
  msgid "Quick search fields"
2869
  msgstr "Schnellsuche Felder"
2870
 
2871
+ #: core/class-settings.php:115
2872
+ msgctxt "admin settings"
2873
+ msgid "Enable high performance searches?"
2874
+ msgstr ""
2875
+
2876
+ #: core/class-settings.php:118
2877
+ msgctxt "admin settings"
2878
+ msgid ""
2879
+ "Enabling this makes BD sacrifice result quality to improve speed. This is "
2880
+ "helpful if you're on shared hosting plans, where database performance is an "
2881
+ "issue."
2882
+ msgstr ""
2883
+
2884
+ #: core/class-settings.php:123
2885
  msgctxt "admin settings"
2886
  msgid "Miscellaneous Settings"
2887
  msgstr "Sonstiges Einstellungen"
2888
 
2889
+ #: core/class-settings.php:127
2890
+ msgctxt "admin settings"
2891
+ msgid ""
2892
+ "Check this if you are having trouble with BD, particularly when importing or "
2893
+ "exporting CSV files."
2894
+ msgstr ""
2895
+
2896
+ #: core/class-settings.php:130
2897
  msgctxt "admin settings"
2898
+ msgid ""
2899
+ "If this compatibility mode doesn't solve your issue, you may be experiencing "
2900
+ "a more serious conflict. <a>Here is an article</a> about how to test for "
2901
+ "theme and plugin conflicts with Business Directory."
2902
+ msgstr ""
2903
 
2904
+ #: core/class-settings.php:133
2905
+ msgctxt "admin settings"
2906
+ msgid "Enable AJAX compatibility mode?"
2907
+ msgstr ""
2908
+
2909
+ #: core/class-settings.php:141 core/class-settings.php:604
2910
  msgctxt "admin settings"
2911
  msgid "Listings"
2912
  msgstr "Einträge"
2913
 
2914
+ #: core/class-settings.php:142 core/class-settings.php:288
2915
  msgctxt "admin settings"
2916
  msgid "General Settings"
2917
  msgstr "Allgemeine Einstellungen"
2918
 
2919
+ #: core/class-settings.php:144
2920
  msgctxt "admin settings"
2921
  msgid "Listings per page"
2922
  msgstr "Einträge pro Seite"
2923
 
2924
+ #: core/class-settings.php:145
2925
  msgctxt "admin settings"
2926
  msgid ""
2927
  "Number of listings to show per page. Use a value of \"0\" to show all "
2930
  "Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
2931
  "\"0\" um alle Einträge anzuzeigen."
2932
 
2933
+ #: core/class-settings.php:147
2934
  msgctxt "admin settings"
2935
  msgid "Listing duration for no-fee sites (in days)"
2936
  msgstr "Eintrag Zeitraum für kostenlose Seiten (in Tagen)"
2937
 
2938
+ #: core/class-settings.php:148
2939
  msgctxt "admin settings"
2940
  msgid ""
2941
  "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
2944
  "Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
2945
  "benutze eine Nummer unter 10 Jahren (3650 Tage)"
2946
 
2947
+ #: core/class-settings.php:154
2948
  msgctxt "admin settings"
2949
  msgid "Include listing contact form on listing pages?"
2950
  msgstr "Kontaktform in Eintragsseiten einfügen?"
2951
 
2952
+ #: core/class-settings.php:157
2953
  msgctxt "admin settings"
2954
  msgid ""
2955
  "Allows visitors to contact listing authors privately. Authors will receive "
2958
  "Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
2959
  "bekommt eine Nachricht per E-mail zugeschickt."
2960
 
2961
+ #: core/class-settings.php:160
2962
  msgctxt "admin settings"
2963
  msgid "Require login for using the contact form?"
2964
  msgstr "Einloggen um die Kontaktform zu benutzen?"
2965
 
2966
+ #: core/class-settings.php:166
2967
  msgctxt "admin settings"
2968
  msgid "Maximum number of contact form submits per day"
2969
  msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
2970
 
2971
+ #: core/class-settings.php:169
2972
  msgctxt "admin settings"
2973
  msgid ""
2974
  "Use this to prevent spamming of listing owners. 0 means unlimited submits "
2977
  "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
2978
  "unbegrenzt pro Tag."
2979
 
2980
+ #: core/class-settings.php:175
2981
  msgctxt "admin settings"
2982
  msgid "Include comment form on listing pages?"
2983
  msgstr "Kommentarform einfügen in Eintragsseiten?"
2984
 
2985
+ #: core/class-settings.php:178
2986
  msgctxt "admin settings"
2987
  msgid ""
2988
  "Allow visitors to discuss listings using the standard WordPress comment "
2991
  "Besuchern erlauben die Einträge mit der Standard Wordpress Form zu "
2992
  "diskutieren. Kommentare sind öffentlich."
2993
 
2994
+ #: core/class-settings.php:179
2995
  msgctxt "admin settings"
2996
  msgid "Show listings under categories on main page?"
2997
  msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
2998
 
2999
+ #: core/class-settings.php:180
3000
  msgctxt "admin settings"
3001
  msgid "Status of listings upon uninstalling plugin"
3002
  msgstr "Status der Einträge bei Deinstallation der Erweiterung"
3003
 
3004
+ #: core/class-settings.php:182
3005
  msgctxt "admin settings"
3006
  msgid "Status of deleted listings"
3007
  msgstr "Status der gelöschten Einträge"
3008
 
3009
+ #: core/class-settings.php:185
3010
  msgctxt "admin settings"
3011
  msgid "Listing Renewal"
3012
  msgstr "Einträge erneuern"
3013
 
3014
+ #: core/class-settings.php:186
3015
  msgctxt "admin settings"
3016
  msgid "Turn on listing renewal option?"
3017
  msgstr "Option zur Erneuerung von Einträgen aktivieren?"
3018
 
3019
+ #: core/class-settings.php:189
3020
  msgctxt "admin settings"
3021
  msgid "Allow recurring renewal payments?"
3022
  msgstr "Wiederholte Bezahlung erlauben?"
3023
 
3024
+ #: core/class-settings.php:192
3025
  msgctxt "admin settings"
3026
  msgid ""
3027
  "Allow users to opt in for automatic renewal of their listings. The fee is "
3031
  "anzumelden. Der Preis wird abgebucht, zu dem Zeitpunkt an dem der Eintrag "
3032
  "abläuft, ohne Eingriff durch den Benutzer."
3033
 
3034
+ #: core/class-settings.php:196
3035
  msgctxt "admin settings"
3036
  msgid "Use recurring payments as the default payment method?"
3037
  msgstr "Benutze automatische Abbuchungen als Standardbezahlmethode?"
3038
 
3039
+ #: core/class-settings.php:199
3040
  msgctxt "admin settings"
3041
  msgid ""
3042
  "Enable automatic renewal without having users opt in during the submit "
3045
  "Automatische Abbuchung aktivieren, ohne die Anmeldung durch den Benutzer "
3046
  "während der Einreichung."
3047
 
3048
+ #: core/class-settings.php:204
3049
  msgctxt "admin settings"
3050
  msgid "Listing renewal e-mail threshold (in days)"
3051
  msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
3052
 
3053
+ #: core/class-settings.php:207
3054
  msgctxt "admin settings"
3055
  msgid ""
3056
  "Configure how many days before listing expiration is the renewal e-mail sent."
3058
  "Konfiguriere wieviel Tage vor der Abbuchung eine Buchungsmail verschickt "
3059
  "wird."
3060
 
3061
+ #: core/class-settings.php:211
3062
  msgctxt "admin settings"
3063
  msgid ""
3064
  "Send expiration notices including a cancel links to auto-renewed listings?"
3066
  "Sende eine Ablaufinformation die einen Beenden und einen Automatisch Eintrag "
3067
  "Erneuern Link enghält?"
3068
 
3069
+ #: core/class-settings.php:218
3070
  msgctxt "admin settings"
3071
  msgid "Remind listing owners of expired listings (past due)?"
3072
  msgstr "Eintraginhaber an abgelaufene Einträge erinnern (überfällig)?"
3073
 
3074
+ #: core/class-settings.php:223
3075
  msgctxt "admin settings"
3076
  msgid "Listing renewal reminder e-mail threshold (in days)"
3077
  msgstr "Einträge erneuern E-mail Grenze (in Tagen)"
3078
 
3079
+ #: core/class-settings.php:226
3080
  msgctxt "admin settings"
3081
  msgid ""
3082
  "Configure how many days after the expiration of a listing an e-mail reminder "
3085
  "Konfiguriere wie viele Tage nach dem Ablauf eines Eintrags eine E-mail an "
3086
  "den Inhaber versendet wird."
3087
 
3088
+ #: core/class-settings.php:229
3089
  msgctxt "admin settings"
3090
  msgid "Post/Category Settings"
3091
  msgstr "Post/Kategorie Einstellungen"
3092
 
3093
+ #: core/class-settings.php:230
3094
  msgctxt "admin settings"
3095
  msgid "Default new post status"
3096
  msgstr "Standard neuer Post Status"
3097
 
3098
+ #: core/class-settings.php:233
3099
  msgctxt "admin settings"
3100
  msgid "Edit post status"
3101
  msgstr "Post Status Bearbeiten"
3102
 
3103
+ #: core/class-settings.php:235
3104
  msgctxt "admin settings"
3105
  msgid "Order categories list by"
3106
  msgstr "Anordnung Kategorieliste durch"
3107
 
3108
+ #: core/class-settings.php:237
3109
  msgctxt "admin settings"
3110
  msgid "Name"
3111
  msgstr "Name"
3112
 
3113
+ #: core/class-settings.php:238
3114
  msgctxt "admin settings"
3115
  msgid "Slug"
3116
  msgstr "Entwurf"
3117
 
3118
+ #: core/class-settings.php:239
3119
  msgctxt "admin settings"
3120
  msgid "Listing Count"
3121
  msgstr "Anzahl Einträge"
3122
 
3123
+ #: core/class-settings.php:241
3124
  msgctxt "admin settings"
3125
  msgid "Sort order for categories"
3126
  msgstr "Sortierung für Kategorien"
3127
 
3128
+ #: core/class-settings.php:242 core/class-settings.php:259
3129
  msgctxt "admin settings"
3130
  msgid "Ascending"
3131
  msgstr "Aufsteigend"
3132
 
3133
+ #: core/class-settings.php:242 core/class-settings.php:259
3134
  msgctxt "admin settings"
3135
  msgid "Descending"
3136
  msgstr "Absteigend"
3137
 
3138
+ #: core/class-settings.php:243
3139
  msgctxt "admin settings"
3140
  msgid "Show category post count?"
3141
  msgstr "Kategoriepost Anzahl anzeigen?"
3142
 
3143
+ #: core/class-settings.php:244
3144
  msgctxt "admin settings"
3145
  msgid "Hide empty categories?"
3146
  msgstr "Leere Kategorien verbergen?"
3147
 
3148
+ #: core/class-settings.php:245
3149
  msgctxt "admin settings"
3150
  msgid "Show only parent categories in category list?"
3151
  msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
3152
 
3153
+ #: core/class-settings.php:247
3154
  msgctxt "admin settings"
3155
  msgid "Listings Sorting"
3156
  msgstr "Sortierung Einträge"
3157
 
3158
+ #: core/class-settings.php:248
3159
  msgctxt "admin settings"
3160
  msgid "Order directory listings by"
3161
  msgstr "Anordnung Verzeichniseinträge durch"
3162
 
3163
+ #: core/class-settings.php:250
3164
  msgctxt "admin settings"
3165
  msgid "Title"
3166
  msgstr "Titel"
3167
 
3168
+ #: core/class-settings.php:251
3169
  msgctxt "admin settings"
3170
  msgid "Author"
3171
  msgstr "Author"
3172
 
3173
+ #: core/class-settings.php:252
3174
  msgctxt "admin settings"
3175
  msgid "Date posted"
3176
  msgstr "Datum gepostet"
3177
 
3178
+ #: core/class-settings.php:253
3179
  msgctxt "admin settings"
3180
  msgid "Date last modified"
3181
  msgstr "Datum zuletzt verändert"
3182
 
3183
+ #: core/class-settings.php:254
3184
  msgctxt "admin settings"
3185
  msgid "Random"
3186
  msgstr "Zufall"
3187
 
3188
+ #: core/class-settings.php:255
3189
  msgctxt "admin settings"
3190
  msgid "Paid first then free"
3191
  msgstr "Zuerst Bezahlt dann kostenlos"
3192
 
3193
+ #: core/class-settings.php:257
3194
  msgctxt "admin settings"
3195
  msgid "Sort directory listings by"
3196
  msgstr "Verzeichnissortierung der Einträge durch"
3197
 
3198
+ #: core/class-settings.php:258
3199
  msgctxt "admin settings"
3200
  msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
3201
  msgstr ""
3202
  "Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
3203
  "Reihenfolge Z-A"
3204
 
3205
+ #: core/class-settings.php:263
3206
  msgctxt "admin settings"
3207
  msgid "Enable sort bar?"
3208
  msgstr "Sortierung aktivieren?"
3209
 
3210
+ #: core/class-settings.php:268
3211
  msgctxt "admin settings"
3212
  msgid "Sortbar Fields"
3213
  msgstr "Sortierbare Felder"
3214
 
3215
+ #: core/class-settings.php:277
3216
  msgctxt "admin settings"
3217
  msgid "Featured (Sticky) listing settings"
3218
  msgstr "Unterstützte (unbewegliche) Eintrageinstellungen"
3219
 
3220
+ #: core/class-settings.php:278
3221
  msgctxt "admin settings"
3222
  msgid "Offer sticky listings?"
3223
  msgstr "Unbewegliche Einträge anbieten? "
3224
 
3225
+ #: core/class-settings.php:279
3226
  msgctxt "admin settings"
3227
  msgid "Offer upgrades during submit process?"
3228
  msgstr "Aktualisierungen anbieten im Bestellprozess?"
3229
 
3230
+ #: core/class-settings.php:280
3231
  msgctxt "admin settings"
3232
  msgid "Sticky listing price"
3233
  msgstr "Unbeweglicher Eintragspreis"
3234
 
3235
+ #: core/class-settings.php:281
3236
  msgctxt "admin settings"
3237
  msgid "Sticky listing page description text"
3238
  msgstr "Unbewegliche Eintragsseite Beschreibung"
3239
 
3240
+ #: core/class-settings.php:282
3241
  msgctxt "admin settings"
3242
  msgid ""
3243
  "You can upgrade your listing to featured status. Featured listings will "
3246
  "Du kannst dein Eintrag in den hervorgehobenen Status aktualisieren. "
3247
  "Unterstützte Einträge werden immer ganz oben eines Eintrags angezeigt."
3248
 
3249
+ #: core/class-settings.php:287
3250
  msgctxt "admin settings"
3251
  msgid "E-Mail"
3252
  msgstr "E-mail"
3253
 
3254
+ #: core/class-settings.php:291
3255
  msgctxt "admin settings"
3256
  msgid "Display email address fields publicly?"
3257
  msgstr "E-mail Adressfeld öffentlich anzeigen?"
3258
 
3259
+ #: core/class-settings.php:294
3260
  msgctxt "admin settings"
3261
  msgid ""
3262
  "Shows the email address of the listing owner to all web users. NOT "
3265
  msgstr ""
3266
  "E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
3267
 
3268
+ #: core/class-settings.php:297
3269
  msgctxt "admin settings"
3270
  msgid "How to determine the listing's email address?"
3271
  msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
3272
 
3273
+ #: core/class-settings.php:300
3274
  msgctxt "admin settings"
3275
  msgid ""
3276
  "This affects emails sent to listing owners via contact forms or when their "
3279
  "Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
3280
  "Eintrag abläuft."
3281
 
3282
+ #: core/class-settings.php:307
3283
  msgctxt "admin settings"
3284
  msgid "E-Mail Notifications"
3285
  msgstr "Email Erinnerung"
3286
 
3287
+ #: core/class-settings.php:310
3288
  msgctxt "admin settings"
3289
  msgid "Notify admin via e-mail when..."
3290
  msgstr "Administrator per E-mail informieren wenn... "
3291
 
3292
+ #: core/class-settings.php:314
3293
  msgctxt "admin settings"
3294
  msgid "A new listing is submitted."
3295
  msgstr "Ein neuer Eintrag wurde eingestellt."
3296
 
3297
+ #: core/class-settings.php:315
3298
  msgctxt "admin settings"
3299
  msgid "A listing is edited."
3300
  msgstr "Ein Eintrag wurde bearbeitet."
3301
 
3302
+ #: core/class-settings.php:316
3303
  msgctxt "admin settings"
3304
  msgid "A listing expires."
3305
  msgstr "Ein Eintrag ist abgelaufen."
3306
 
3307
+ #: core/class-settings.php:317
3308
  msgctxt "admin settings"
3309
  msgid "A contact message is sent to a listing's owner."
3310
  msgstr "Eine Nachricht wurde an den Eigentümer verschickt."
3311
 
3312
+ #: core/class-settings.php:323
3313
  msgctxt "admin settings"
3314
  msgid "CC this e-mail address too"
3315
  msgstr "CC diese E-mail an"
3316
 
3317
+ #: core/class-settings.php:329
3318
  msgctxt "admin settings"
3319
  msgid "Notify users via e-mail when..."
3320
  msgstr "Benachrichtige Benutzer per E-mail wenn..."
3321
 
3322
+ #: core/class-settings.php:332
3323
  msgctxt "admin settings"
3324
  msgid "You can modify the text template used for most of these e-mails below."
3325
  msgstr ""
3326
  "Du kannst dieses Texttemplate verändern, das für die meisten der E-"
3327
  "mailadressen unten verwendet wird."
3328
 
3329
+ #: core/class-settings.php:333
3330
  msgctxt "admin settings"
3331
  msgid "Their listing is submitted."
3332
  msgstr "Ihr Eintrag ist eingereicht."
3333
 
3334
+ #: core/class-settings.php:334
3335
  msgctxt "admin settings"
3336
  msgid "Their listing is approved/published."
3337
  msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
3338
 
3339
+ #: core/class-settings.php:343
3340
  msgctxt "contact email"
3341
  msgid "You have received a reply from your listing at %s."
3342
  msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
3343
 
3344
+ #: core/class-settings.php:344
3345
  msgctxt "contact email"
3346
  msgid "Name: %s"
3347
  msgstr "Name: %s"
3348
 
3349
+ #: core/class-settings.php:345
3350
  msgctxt "contact email"
3351
  msgid "E-Mail: %s"
3352
  msgstr "E-mail: %s"
3353
 
3354
+ #: core/class-settings.php:346
3355
  msgctxt "contact email"
3356
  msgid "Message:"
3357
  msgstr "Nachricht:"
3358
 
3359
+ #: core/class-settings.php:348
3360
  msgctxt "contact email"
3361
  msgid "Time: %s"
3362
  msgstr "Zeit: %s"
3363
 
3364
+ #: core/class-settings.php:350
3365
  msgctxt "admin settings"
3366
  msgid "E-Mail Templates"
3367
  msgstr "E-mail Templates"
3368
 
3369
+ #: core/class-settings.php:353
3370
  msgctxt "admin settings"
3371
  msgid "Email confirmation message"
3372
  msgstr "Email Bestätigungsnachricht"
3373
 
3374
+ #: core/class-settings.php:357
3375
  msgctxt "admin settings"
3376
  msgid "Sent after a listing has been submitted."
3377
  msgstr "Senden nachdem der Eintrag eingestellt wurde."
3378
 
3379
+ #: core/class-settings.php:358 core/class-settings.php:366
3380
+ #: core/class-settings.php:407
3381
  msgctxt "admin settings"
3382
  msgid "Listing's title"
3383
  msgstr "Eintrag Titel"
3384
 
3385
+ #: core/class-settings.php:361
3386
  msgctxt "admin settings"
3387
  msgid "Listing published message"
3388
  msgstr "Eintrag veröffentlicht Nachricht"
3389
 
3390
+ #: core/class-settings.php:364
3391
  msgctxt "admin settings"
3392
  msgid ""
3393
  "Your listing \"[listing]\" is now available at [listing-url] and can be "
3396
  "Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
3397
  "kann öffentlich eingesehen werden."
3398
 
3399
+ #: core/class-settings.php:365
3400
  msgctxt "admin settings"
3401
  msgid "Sent when the listing has been published or approved by an admin."
3402
  msgstr ""
3403
  "Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
3404
  "wurde."
3405
 
3406
+ #: core/class-settings.php:367
3407
  msgctxt "admin settings"
3408
  msgid "Listing's URL"
3409
  msgstr "Eintrags URL"
3410
 
3411
+ #: core/class-settings.php:371
3412
  msgctxt "admin settings"
3413
  msgid "Listing Contact Message"
3414
  msgstr "Eintrag Kontakt Nachricht"
3415
 
3416
+ #: core/class-settings.php:375
3417
  msgctxt "admin settings"
3418
  msgid ""
3419
  "Sent to listing owners when someone uses the contact form on their listing "
3422
  "An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
3423
  "verwendet."
3424
 
3425
+ #: core/class-settings.php:385
3426
+ #, fuzzy
3427
+ msgctxt "admin settings"
3428
+ msgid "Payment related"
3429
+ msgstr "Bezahlmethode"
3430
+
3431
+ #: core/class-settings.php:402
3432
+ #, fuzzy
3433
+ msgctxt "admin settings"
3434
+ msgid "Payment abandoned reminder message"
3435
+ msgstr "Erneuerungserinnerung E-mail Nachricht"
3436
+
3437
+ #: core/class-settings.php:406
3438
+ msgctxt "admin settings"
3439
+ msgid "Sent some time after a pending payment is abandoned by users."
3440
+ msgstr ""
3441
+
3442
+ #: core/class-settings.php:408
3443
+ #, fuzzy
3444
+ msgctxt "admin settings"
3445
+ msgid "Checkout URL link"
3446
+ msgstr "Kasse"
3447
+
3448
+ #: core/class-settings.php:414
3449
  msgctxt "admin settings"
3450
  msgid "Renewal Reminders"
3451
  msgstr "Erneuerungserinnerung"
3452
 
3453
+ #: core/class-settings.php:417
3454
  msgctxt "admin settings"
3455
  msgid ""
3456
  "This section refers only to the text of the renewal/expiration notices. You "
3460
  "Nachricht. Du kannst auch <a>konfigurieren wann die E-mails gesendet werden</"
3461
  "a>"
3462
 
3463
+ #: core/class-settings.php:421
3464
  msgctxt "admin settings"
3465
  msgid "Pending expiration e-mail message"
3466
  msgstr "Ausstehende Abgelaufen E-mail Nachricht"
3467
 
3468
+ #: core/class-settings.php:425
3469
  msgctxt "settings"
3470
  msgid ""
3471
  "Sent some time before the listing expires. Applies to non-recurring renewals "
3474
  "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei kostenlosen "
3475
  "Erneuerungen verwendet."
3476
 
3477
+ #: core/class-settings.php:426 core/class-settings.php:439
3478
+ #: core/class-settings.php:452 core/class-settings.php:465
3479
+ #: core/class-settings.php:478
3480
  msgctxt "settings"
3481
  msgid "Listing's name (with link)"
3482
  msgstr "Eintragsname (mit Link)"
3483
 
3484
+ #: core/class-settings.php:427 core/class-settings.php:440
3485
+ #: core/class-settings.php:453 core/class-settings.php:466
3486
+ #: core/class-settings.php:479
3487
  msgctxt "settings"
3488
  msgid "Author's name"
3489
  msgstr "Authorname"
3490
 
3491
+ #: core/class-settings.php:428 core/class-settings.php:441
3492
+ #: core/class-settings.php:480
3493
  msgctxt "settings"
3494
  msgid "Expiration date"
3495
  msgstr "Ablaufdatum"
3496
 
3497
+ #: core/class-settings.php:429
3498
  msgctxt "settings"
3499
  msgid "Category that is going to expire"
3500
  msgstr "Kategorie die bald abläuft"
3501
 
3502
+ #: core/class-settings.php:430 core/class-settings.php:443
3503
+ #: core/class-settings.php:482
3504
  msgctxt "settings"
3505
  msgid "Link to renewal page"
3506
  msgstr "Link zu erneuerten Seite"
3507
 
3508
+ #: core/class-settings.php:431 core/class-settings.php:444
3509
+ #: core/class-settings.php:456 core/class-settings.php:469
3510
+ #: core/class-settings.php:483
3511
  msgctxt "settings"
3512
  msgid "Link to your site"
3513
  msgstr "Link zu deiner Seite"
3514
 
3515
+ #: core/class-settings.php:434
3516
  msgctxt "admin settings"
3517
  msgid "Listing Renewal e-mail message"
3518
  msgstr "Eintrag Erneuerung E-mail Nachricht"
3519
 
3520
+ #: core/class-settings.php:438
3521
  msgctxt "settings"
3522
  msgid ""
3523
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
3526
  "Zur Zeit wenn der Eintrag abläuft senden. Wird nur bei kostenlosen "
3527
  "Erneuerungen verwendet."
3528
 
3529
+ #: core/class-settings.php:442 core/class-settings.php:481
3530
  msgctxt "settings"
3531
  msgid "Category that expired"
3532
  msgstr "Ablaufende Kategorie"
3533
 
3534
+ #: core/class-settings.php:447
3535
  msgctxt "admin settings"
3536
  msgid "Listing auto-renewal reminder (recurring payments)"
3537
  msgstr "Eintrag automatische Erneuerungserinnerung (Abbuchungen)"
3538
 
3539
+ #: core/class-settings.php:451
3540
  msgctxt "settings"
3541
  msgid ""
3542
  "Sent some time before the listing is auto-renewed. Applies to recurring "
3545
  "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei bezahlten "
3546
  "Erneuerungen verwendet."
3547
 
3548
+ #: core/class-settings.php:454 core/class-settings.php:468
3549
  msgctxt "settings"
3550
  msgid "Renewal date"
3551
  msgstr "Erneuerungsdatum"
3552
 
3553
+ #: core/class-settings.php:455
3554
  msgctxt "settings"
3555
  msgid "Category that is going to be renewed"
3556
  msgstr "Kategorie die erneuert werden soll"
3557
 
3558
+ #: core/class-settings.php:457
3559
  msgctxt "settings"
3560
  msgid "Link to manage subscriptions"
3561
  msgstr "Link um Abos zu verwalten"
3562
 
3563
+ #: core/class-settings.php:460
3564
  msgctxt "admin settings"
3565
  msgid "Listing Renewal e-mail message (recurring payments)"
3566
  msgstr "Eintragserneuerungs E-mail Nachricht (Abbuchungen)"
3567
 
3568
+ #: core/class-settings.php:464
3569
  msgctxt "settings"
3570
  msgid ""
3571
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3573
  "Sende nachdem der Eintrag automatisch erneuert wurde. Wird nur bei bezahlten "
3574
  "Erneuerungen verwendet."
3575
 
3576
+ #: core/class-settings.php:467
3577
  msgctxt "settings"
3578
  msgid "Renewed category"
3579
  msgstr "Erneuerte Kategorie"
3580
 
3581
+ #: core/class-settings.php:473
3582
  msgctxt "admin settings"
3583
  msgid "Renewal reminder e-mail message"
3584
  msgstr "Erneuerungserinnerung E-mail Nachricht"
3585
 
3586
+ #: core/class-settings.php:477
3587
  msgctxt "settings"
3588
  msgid ""
3589
  "Sent some time after listing expiration and when no renewal has occurred. "
3592
  "Einige Zeit nachdem der Eintrag abgelaufen und keine Erneuerung beauftragt "
3593
  "wurde senden. Wird bei bezahlten und kostenlosen Erneuerungen verwendet."
3594
 
3595
+ #: core/class-settings.php:487
3596
  msgctxt "admin settings"
3597
  msgid "Payment"
3598
  msgstr "Bezahlung"
3599
 
3600
+ #: core/class-settings.php:488
3601
  msgctxt "admin settings"
3602
  msgid "Payment Settings"
3603
  msgstr "Bezahlung Einstellungen"
3604
 
3605
+ #: core/class-settings.php:491
3606
  msgctxt "admin settings"
3607
  msgid "Turn On payments?"
3608
  msgstr "Bezahlungen aktivieren?"
3609
 
3610
+ #: core/class-settings.php:493
3611
  msgctxt "admin settings"
3612
  msgid "Put payment gateways in test mode?"
3613
  msgstr "Bezahlungsgateway im Testmodus ausführen?"
3614
 
3615
+ #: core/class-settings.php:498
3616
  msgctxt "admin settings"
3617
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3618
  msgstr ""
3619
  "Aktiviere (HTTPS) sichere Verbindung für den Bestellprozess deiner Seite?"
3620
 
3621
+ #: core/class-settings.php:501
3622
  msgctxt "admin settings"
3623
  msgid ""
3624
  "Recommended for added security. For this to work you need to enable HTTPS on "
3627
  "Empfohlen zur Erweiterung der Sicherheit. Aktiviere HTTPS auf deinem Server "
3628
  "und <a>erhalte ein SSL Zertifikat</a>"
3629
 
3630
+ #: core/class-settings.php:505
3631
  msgctxt "admin settings"
3632
  msgid "Currency Code"
3633
  msgstr "Währungsschlüssel"
3634
 
3635
+ #: core/class-settings.php:507
3636
  msgctxt "admin settings"
3637
  msgid "Australian Dollar (AUD)"
3638
  msgstr "Australischer Dollar (AUD)"
3639
 
3640
+ #: core/class-settings.php:508
3641
  msgctxt "admin settings"
3642
  msgid "Brazilian Real (BRL)"
3643
  msgstr "Brasilianischer Real (BRL)"
3644
 
3645
+ #: core/class-settings.php:509
3646
  msgctxt "admin settings"
3647
  msgid "Canadian Dollar (CAD)"
3648
  msgstr "Kanadischer Dollar (CAD)"
3649
 
3650
+ #: core/class-settings.php:510
3651
  msgctxt "admin settings"
3652
  msgid "Czech Koruna (CZK)"
3653
  msgstr "Tschechische Koruna (CZK)"
3654
 
3655
+ #: core/class-settings.php:511
3656
  msgctxt "admin settings"
3657
  msgid "Danish Krone (DKK)"
3658
  msgstr "Dänische Krone (DKK)"
3659
 
3660
+ #: core/class-settings.php:512
3661
  msgctxt "admin settings"
3662
  msgid "Euro (EUR)"
3663
  msgstr "Euro (EUR)"
3664
 
3665
+ #: core/class-settings.php:513
3666
  msgctxt "admin settings"
3667
  msgid "Hong Kong Dollar (HKD)"
3668
  msgstr "Hong Kong Dollar (HKD)"
3669
 
3670
+ #: core/class-settings.php:514
3671
  msgctxt "admin settings"
3672
  msgid "Hungarian Forint (HUF)"
3673
  msgstr "Ungarischer Forint (HUF)"
3674
 
3675
+ #: core/class-settings.php:515
3676
  msgctxt "admin settings"
3677
  msgid "Israeli New Shequel (ILS)"
3678
  msgstr "Israelischer Neuer Schequel (ILS)"
3679
 
3680
+ #: core/class-settings.php:516
3681
  msgctxt "admin settings"
3682
  msgid "Japanese Yen (JPY)"
3683
  msgstr "Japanischer Jen (JPY)"
3684
 
3685
+ #: core/class-settings.php:517
3686
  msgctxt "admin settings"
3687
  msgid "Malasian Ringgit (MYR)"
3688
  msgstr "Malaysischer Ringgit (MYR)"
3689
 
3690
+ #: core/class-settings.php:518
3691
  msgctxt "admin settings"
3692
  msgid "Mexican Peso (MXN)"
3693
  msgstr "Mexikanischer Peso (MXN)"
3694
 
3695
+ #: core/class-settings.php:519
3696
  msgctxt "admin settings"
3697
  msgid "Norwegian Krone (NOK)"
3698
  msgstr "Norwegische Krone (NOK)"
3699
 
3700
+ #: core/class-settings.php:520
3701
  msgctxt "admin settings"
3702
  msgid "New Zealand Dollar (NZD)"
3703
  msgstr "Neuseeland Dollar (NZD)"
3704
 
3705
+ #: core/class-settings.php:521
3706
  msgctxt "admin settings"
3707
  msgid "Philippine Peso (PHP)"
3708
  msgstr "Philippinischer Peso (PHP)"
3709
 
3710
+ #: core/class-settings.php:522
3711
  msgctxt "admin settings"
3712
  msgid "Polish Zloty (PLN)"
3713
  msgstr "Polnischer Zloty (PLN)"
3714
 
3715
+ #: core/class-settings.php:523
3716
  msgctxt "admin settings"
3717
  msgid "Pound Sterling (GBP)"
3718
  msgstr "Pfund Sterling (GBP)"
3719
 
3720
+ #: core/class-settings.php:524
3721
  msgctxt "admin settings"
3722
  msgid "Singapore Dollar (SGD)"
3723
  msgstr "Singapore Dollar (SGD)"
3724
 
3725
+ #: core/class-settings.php:525
3726
  msgctxt "admin settings"
3727
  msgid "Swedish Krona (SEK)"
3728
  msgstr "Schwedische Krone (SEK)"
3729
 
3730
+ #: core/class-settings.php:526
3731
  msgctxt "admin settings"
3732
  msgid "Swiss Franc (CHF)"
3733
  msgstr "Schweizer Franken (CHF)"
3734
 
3735
+ #: core/class-settings.php:527
3736
  msgctxt "admin settings"
3737
  msgid "Taiwan Dollar (TWD)"
3738
  msgstr "Taiwanischer Dollar (TWD)"
3739
 
3740
+ #: core/class-settings.php:528
3741
  msgctxt "admin settings"
3742
  msgid "Thai Baht (THB)"
3743
  msgstr "Thailändischer Baht (THB)"
3744
 
3745
+ #: core/class-settings.php:529
3746
  msgctxt "admin settings"
3747
  msgid "Turkish Lira (TRY)"
3748
  msgstr "Türkische Lira (TRY)"
3749
 
3750
+ #: core/class-settings.php:530
3751
  msgctxt "admin settings"
3752
  msgid "U.S. Dollar"
3753
  msgstr "U.S. Dollar"
3754
 
3755
+ #: core/class-settings.php:534
3756
  msgctxt "admin settings"
3757
  msgid "Currency Symbol"
3758
  msgstr "Währungssymbol"
3759
 
3760
+ #: core/class-settings.php:537
3761
  msgctxt "admin settings"
3762
  msgid "Thank you for payment message"
3763
  msgstr "Danke für die Bezahlung Nachricht"
3764
 
3765
+ #: core/class-settings.php:538
3766
  msgctxt "admin settings"
3767
  msgid ""
3768
  "Thank you for your payment. Your payment is being verified and your listing "
3772
  "geprüft. Die Verifizierung und die Prüfung können 48 Stunden in Anspruch "
3773
  "nehmen."
3774
 
3775
+ #: core/class-settings.php:543
3776
+ msgctxt "admin settings"
3777
+ msgid "Ask users to come back for abandoned payments?"
3778
+ msgstr ""
3779
+
3780
+ #: core/class-settings.php:546
3781
+ msgctxt "admin settings"
3782
+ msgid ""
3783
+ "An abandoned payment is when a user attempts to place a listing and gets to "
3784
+ "the end, but fails to complete their payment for the listing. This results "
3785
+ "in listings that look like they failed, when the user simply didn't complete "
3786
+ "the transaction. BD can remind them to come back and continue."
3787
+ msgstr ""
3788
+
3789
+ #: core/class-settings.php:552
3790
+ #, fuzzy
3791
+ msgctxt "admin settings"
3792
+ msgid "Listing abandonment threshold (hours)"
3793
+ msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
3794
+
3795
+ #: core/class-settings.php:557
3796
+ msgctxt "admin settings"
3797
+ msgid ""
3798
+ "Listings with pending payments are marked as abandoned after this time. You "
3799
+ "can also <a>customize the e-mail</a> users receive."
3800
+ msgstr ""
3801
+
3802
+ #: core/class-settings.php:563
3803
  msgctxt "admin settings"
3804
  msgid "Registration"
3805
  msgstr "Registrierung"
3806
 
3807
+ #: core/class-settings.php:564
3808
  msgctxt "admin settings"
3809
  msgid "Registration Settings"
3810
  msgstr "Registrierung Einstellungen"
3811
 
3812
+ #: core/class-settings.php:565
3813
+ #, fuzzy
3814
  msgctxt "admin settings"
3815
+ msgid "Require login to post listings?"
3816
+ msgstr "Zurück zum Eintrag."
3817
 
3818
+ #: core/class-settings.php:570
3819
  msgctxt "admin settings"
3820
  msgid "Registration URL"
3821
  msgstr "Registrierung URL"
3822
 
3823
+ #: core/class-settings.php:573
3824
  msgctxt "admin settings"
3825
  msgid ""
3826
  "URL of your membership plugin's registration page. Only enter this if using "
3830
  "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
3831
  "benutzt. "
3832
 
3833
+ #: core/class-settings.php:577
3834
  msgctxt "admin settings"
3835
  msgid "Image"
3836
  msgstr "Bild"
3837
 
3838
+ #: core/class-settings.php:578
3839
  msgctxt "admin settings"
3840
  msgid ""
3841
  "Any changes to these settings will affect new listings only. Existing "
3848
  "existierende Einträge verändert werden, musst du Bild(er) neu hochladen, "
3849
  "nachdem Einstellungen hier verändert wurden."
3850
 
3851
+ #: core/class-settings.php:579
3852
  msgctxt "admin settings"
3853
  msgid "Image Settings"
3854
  msgstr "Bildeinstellungen"
3855
 
3856
+ #: core/class-settings.php:580
3857
  msgctxt "admin settings"
3858
  msgid "Allow images?"
3859
  msgstr "Bilder erlauben?"
3860
 
3861
+ #: core/class-settings.php:582
3862
+ #, fuzzy
3863
+ msgctxt "admin settings"
3864
+ msgid "Min Image File Size (KB)"
3865
+ msgstr "Maximale Bildgröße (KB)"
3866
+
3867
+ #: core/class-settings.php:583
3868
  msgctxt "admin settings"
3869
  msgid "Max Image File Size (KB)"
3870
  msgstr "Maximale Bildgröße (KB)"
3871
 
3872
+ #: core/class-settings.php:585
3873
+ #, fuzzy
3874
  msgctxt "admin settings"
3875
+ msgid "Min image width (px)"
3876
+ msgstr "Bildergröße (in px):"
3877
 
3878
+ #: core/class-settings.php:586
3879
+ #, fuzzy
3880
  msgctxt "admin settings"
3881
+ msgid "Min image height (px)"
3882
+ msgstr "Bilderhöhe (in px):"
3883
 
3884
+ #: core/class-settings.php:588
3885
+ #, fuzzy
3886
  msgctxt "admin settings"
3887
+ msgid "Max image width (px)"
3888
+ msgstr "Maximale Bildbreite"
3889
 
3890
+ #: core/class-settings.php:589
3891
+ #, fuzzy
3892
+ msgctxt "admin settings"
3893
+ msgid "Max image height (px)"
3894
+ msgstr "Maximale Bildhöhe"
3895
+
3896
+ #: core/class-settings.php:591
3897
  msgctxt "admin settings"
3898
  msgid "Turn on thickbox/lightbox?"
3899
  msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
3900
 
3901
+ #: core/class-settings.php:591
3902
  msgctxt "admin settings"
3903
  msgid ""
3904
  "Uncheck if it conflicts with other elements or plugins installed on your site"
3906
  "Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
3907
  "Erweiterungen entstehen"
3908
 
3909
+ #: core/class-settings.php:593
3910
+ #, fuzzy
3911
+ msgctxt "admin settings"
3912
+ msgid "Thumbnails"
3913
+ msgstr "Thumbnails"
3914
+
3915
+ #: core/class-settings.php:594
3916
+ #, fuzzy
3917
+ msgctxt "admin settings"
3918
+ msgid "Thumbnail width (px)"
3919
+ msgstr "Thumbnailbreite"
3920
+
3921
+ #: core/class-settings.php:595
3922
+ #, fuzzy
3923
+ msgctxt "admin settings"
3924
+ msgid "Thumbnail height (px)"
3925
+ msgstr "Thumbnailbreite"
3926
+
3927
+ #: core/class-settings.php:598
3928
+ msgctxt "admin settings"
3929
+ msgid "Crop thumbnails to exact dimensions?"
3930
+ msgstr ""
3931
+
3932
+ #: core/class-settings.php:601
3933
+ msgctxt "admin settings"
3934
+ msgid ""
3935
+ "When enabled images will match exactly the dimensions above but part of the "
3936
+ "image may be cropped out. If disabled, image thumbnails will be resized to "
3937
+ "match the specified width and their height will be adjusted proportionally. "
3938
+ "Depending on the uploaded images, thumbnails may have different heights."
3939
+ msgstr ""
3940
+
3941
+ #: core/class-settings.php:607
3942
  msgctxt "admin settings"
3943
  msgid "Number of free images"
3944
  msgstr "Nummer der freien Bilder"
3945
 
3946
+ #: core/class-settings.php:612
3947
  msgctxt "admin settings"
3948
  msgid ""
3949
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3953
  "erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
3954
  "bezahlten Einträgen ignoriert wird."
3955
 
3956
+ #: core/class-settings.php:613
3957
  msgctxt "admin settings"
3958
  msgid "Use default picture for listings with no picture?"
3959
  msgstr "Benutze Standardbilder für Einträge mit keinem Bild?"
3960
 
3961
+ #: core/class-settings.php:614
3962
  msgctxt "admin settings"
3963
  msgid "Show Thumbnail on main listings page?"
3964
  msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
3965
 
3966
+ #: core/class-settings.php:670
3967
+ msgctxt "admin settings"
3968
+ msgid ""
3969
+ "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
3970
+ "not activated."
3971
+ msgstr ""
3972
+
3973
+ #: core/class-settings.php:678
3974
+ msgctxt "admin settings"
3975
+ msgid ""
3976
+ "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
3977
+ "be created."
3978
+ msgstr ""
3979
+
3980
+ #: core/class-settings.php:687
3981
+ msgctxt "admin settings"
3982
+ msgid ""
3983
+ "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
3984
+ "\". Please remove the file \"%s\" manually or deactivate the plugin."
3985
+ msgstr ""
3986
+
3987
+ #: core/class-settings.php:986
3988
  msgctxt "settings"
3989
  msgid "Deactivate License"
3990
  msgstr "Lizenz Deaktivieren"
3991
 
3992
+ #: core/class-settings.php:988
3993
  msgctxt "settings"
3994
  msgid "Deactivating license..."
3995
  msgstr "Deaktiviere Lizenz..."
3996
 
3997
+ #: core/class-settings.php:991
3998
  msgctxt "settings"
3999
  msgid "Activate License"
4000
  msgstr "Aktiviere Lizenz"
4001
 
4002
+ #: core/class-settings.php:993
4003
  msgctxt "settings"
4004
  msgid "Activating license..."
4005
  msgstr "Aktiviere Lizenz..."
4006
 
4007
+ #: core/class-settings.php:1017
4008
  msgctxt "admin settings"
4009
  msgid "Valid placeholders: %s"
4010
  msgstr "Gültige Platzhalter: %s"
4011
 
4012
+ #: core/class-settings.php:1051
4013
  msgctxt "settings email"
4014
  msgid "Click to edit e-mail"
4015
  msgstr "Klicken um E-mail zu bearbeiten"
4016
 
4017
+ #: core/class-settings.php:1052
4018
  msgctxt "settings email"
4019
  msgid "Click to edit"
4020
  msgstr "zum Bearbeiten klicken"
4021
 
4022
+ #: core/class-settings.php:1065
4023
  msgctxt "settings email"
4024
  msgid "E-Mail Subject"
4025
  msgstr "E-mail Betreff"
4026
 
4027
+ #: core/class-settings.php:1076
4028
  msgctxt "settings email"
4029
  msgid "E-Mail Body"
4030
  msgstr "E-mail Text"
4031
 
4032
+ #: core/class-settings.php:1087
4033
  msgctxt "settings email"
4034
  msgid "You can use the following placeholders:"
4035
  msgstr "Du kannst folgende Platzhalter verwenden:"
4036
 
4037
+ #: core/class-settings.php:1110
4038
  msgctxt "settings email"
4039
  msgid "Preview e-mail"
4040
  msgstr "Vorschau E-mail"
4041
 
4042
+ #: core/class-settings.php:1111
4043
  msgctxt "settings email"
4044
  msgid "Cancel"
4045
  msgstr "Abbrechen"
4046
 
4047
+ #: core/class-settings.php:1112
4048
  msgctxt "settings email"
4049
  msgid "Save Changes"
4050
  msgstr "Änderungen sichern"
4051
 
4052
+ #: core/class-settings.php:1131
4053
  msgctxt "settings email"
4054
  msgid "Site title"
4055
  msgstr "Seitentitel"
4056
 
4057
+ #: core/class-settings.php:1134
4058
  msgctxt "settings email"
4059
  msgid "Site title (with link)"
4060
  msgstr "Seitentitel (mit Link)"
4061
 
4062
+ #: core/class-settings.php:1137
4063
  msgctxt "settings email"
4064
  msgid "Site address (with link)"
4065
  msgstr "Seitenadresse (mit Link)"
4066
 
4067
+ #: core/class-settings.php:1140
4068
  msgctxt "settings email"
4069
  msgid "Directory URL (with link)"
4070
  msgstr "Verzeichnis URL (mit Link)"
4071
 
4072
+ #: core/class-settings.php:1143
4073
  msgctxt "settings email"
4074
  msgid "Current date"
4075
  msgstr "Aktuelles Datum"
4076
 
4077
+ #: core/class-settings.php:1146
4078
  msgctxt "settings email"
4079
  msgid "Current time"
4080
  msgstr "Aktuelle Zeit"
4081
 
4082
+ #: core/compatibility/class-navxt-integration.php:159
4083
+ #, fuzzy
4084
+ msgctxt "navxt"
4085
+ msgid "Submit Listing"
4086
+ msgstr "Eintrag zusenden"
4087
+
4088
+ #: core/compatibility/class-navxt-integration.php:163
4089
+ #, fuzzy
4090
+ msgctxt "navxt"
4091
+ msgid "Edit Listing"
4092
+ msgstr "Eintrag Bearbeiten"
4093
+
4094
+ #: core/compatibility/class-navxt-integration.php:167
4095
+ #, fuzzy
4096
+ msgctxt "navxt"
4097
+ msgid "Search"
4098
+ msgstr "Suche"
4099
+
4100
  #: core/compatibility/deprecated.php:144
4101
  msgid "View"
4102
  msgstr "Ansicht"
4156
  msgid "Use rel=\"nofollow\" when displaying the link?"
4157
  msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
4158
 
4159
+ #: core/form-fields-types.php:191
4160
  msgctxt "form-fields api"
4161
  msgid "URL:"
4162
  msgstr "URL:"
4163
 
4164
+ #: core/form-fields-types.php:198
4165
  msgctxt "form-fields api"
4166
  msgid "Link Text (optional):"
4167
  msgstr "Link Text (optional):"
4168
 
4169
+ #: core/form-fields-types.php:214
4170
  msgctxt "form-fields api"
4171
  msgid "Select List"
4172
  msgstr "Liste auswählen"
4173
 
4174
+ #: core/form-fields-types.php:270
4175
  msgctxt "form-fields-api category-select"
4176
  msgid "-- Choose Terms --"
4177
  msgstr "-- Bedingungen auswählen --"
4178
 
4179
+ #: core/form-fields-types.php:270 core/form-fields-types.php:305
4180
  msgctxt "form-fields-api category-select"
4181
  msgid "-- Choose One --"
4182
  msgstr "-- Auswählen --"
4183
 
4184
+ #: core/form-fields-types.php:340 core/form-fields-types.php:587
4185
+ #: core/form-fields-types.php:718
4186
  msgctxt "form-fields admin"
4187
  msgid "Field Options (for select lists, radio buttons and checkboxes)."
4188
  msgstr ""
4189
  "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
4190
 
4191
+ #: core/form-fields-types.php:351
4192
  msgctxt "form-fields admin"
4193
  msgid "Allow empty selection on search?"
4194
  msgstr "Erlaube leere Auswahl bei Suche?"
4195
 
4196
+ #: core/form-fields-types.php:368 core/form-fields-types.php:606
4197
+ #: core/form-fields-types.php:739
4198
  msgctxt "form-fields admin"
4199
  msgid "Field list of options is required."
4200
  msgstr "Feldliste von Optionen wird benötigt."
4201
 
4202
+ #: core/form-fields-types.php:448
4203
  msgctxt "form-fields api"
4204
  msgid "Textarea"
4205
  msgstr "Textbereich"
4206
 
4207
+ #: core/form-fields-types.php:477
4208
  msgctxt "form-fields admin"
4209
  msgid "Allow HTML input for this field?"
4210
  msgstr "Erlaube HTML Eingaben für dieses Feld?"
4211
 
4212
+ #: core/form-fields-types.php:481
4213
  msgctxt "form-fields admin"
4214
  msgid "Allow WordPress shortcodes in this field?"
4215
  msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
4216
 
4217
+ #: core/form-fields-types.php:485
4218
  msgctxt "form-fields admin"
4219
  msgid ""
4220
  "<b>Advanced users only!</b> Unless you've been told to change this, don't "
4223
  "<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
4224
  "ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
4225
 
4226
+ #: core/form-fields-types.php:486
4227
  msgctxt "form-fields admin"
4228
  msgid "Apply \"the_content\" filter before displaying this field?"
4229
  msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
4230
 
4231
+ #: core/form-fields-types.php:528
4232
  msgctxt "form-fields api"
4233
  msgid "Radio button"
4234
  msgstr "Radiobutton"
4235
 
4236
+ #: core/form-fields-types.php:634
4237
  msgctxt "form-fields api"
4238
  msgid "Multiple select list"
4239
  msgstr "Multiple Auswahlliste"
4240
 
4241
+ #: core/form-fields-types.php:639
4242
  msgctxt "form-fields api"
4243
  msgid "Multiselect List"
4244
  msgstr "Mehrfachauswahlliste"
4245
 
4246
+ #: core/form-fields-types.php:655
4247
  msgctxt "form-fields api"
4248
  msgid "Checkbox"
4249
  msgstr "Kontrollkästchen"
4250
 
4251
+ #: core/form-fields-types.php:813
4252
  msgctxt "form-fields api"
4253
  msgid "Social Site (Twitter handle)"
4254
  msgstr "Soziale Seite (Twitter)"
4255
 
4256
+ #: core/form-fields-types.php:862
4257
  msgctxt "form-fields api"
4258
  msgid "Social Site (Facebook page)"
4259
  msgstr "Soziale Seite (Facebook)"
4260
 
4261
+ #: core/form-fields-types.php:910
4262
  msgctxt "form-fields api"
4263
  msgid "Social Site (LinkedIn profile)"
4264
  msgstr "Soziale Seite (LinkedIn)"
4265
 
4266
+ #: core/form-fields-types.php:955
4267
  msgctxt "form-fields api"
4268
  msgid "Image (file upload)"
4269
  msgstr "Bild (Datei hochladen)"
4270
 
4271
+ #: core/form-fields-types.php:987
4272
  msgctxt "form-fields-api"
4273
  msgid "Remove"
4274
  msgstr "Entfernen"
4275
 
4276
+ #: core/form-fields-types.php:1067
4277
+ #, fuzzy
4278
+ msgctxt "form-fields api"
4279
+ msgid "Date Field"
4280
+ msgstr "Feld aktualisieren"
4281
+
4282
+ #: core/form-fields-types.php:1090
4283
+ msgid "%s (ex. %s)"
4284
+ msgstr ""
4285
+
4286
+ #: core/form-fields-types.php:1094
4287
+ #, fuzzy
4288
+ msgctxt "form-fields api"
4289
+ msgid "Date Format"
4290
+ msgstr "Datum gepostet"
4291
+
4292
  #: core/form-fields.php:31
4293
  msgctxt "form-fields api"
4294
  msgid "Post Title"
4324
  msgid "Custom"
4325
  msgstr "Benutzerdefiniert"
4326
 
4327
+ #: core/form-fields.php:300
4328
  msgid "Business Name"
4329
  msgstr "Firmenname"
4330
 
4331
+ #: core/form-fields.php:302
4332
  msgid "Business Genre"
4333
  msgstr "Firmenbranche"
4334
 
4335
+ #: core/form-fields.php:304
4336
  msgid "Short Business Description"
4337
  msgstr "Kurze Geschäftsbeschreibung"
4338
 
4339
+ #: core/form-fields.php:306
4340
  msgid "Long Business Description"
4341
  msgstr "Lange Geschäftsbeschreibung"
4342
 
4343
+ #: core/form-fields.php:308
4344
  msgid "Business Website Address"
4345
  msgstr "Firmenwebseite"
4346
 
4347
+ #: core/form-fields.php:310
4348
  msgid "Business Phone Number"
4349
  msgstr "Telefonnummer geschäftlich"
4350
 
4351
+ #: core/form-fields.php:312
4352
  msgid "Business Fax"
4353
  msgstr "Fax geschäftlich"
4354
 
4355
+ #: core/form-fields.php:314
4356
  msgid "Business Contact Email"
4357
  msgstr "Kontakt E-mail geschäftlich"
4358
 
4359
+ #: core/form-fields.php:316
4360
  msgid "Business Tags"
4361
  msgstr "Geschäftliche Tags "
4362
 
4363
+ #: core/form-fields.php:411
4364
  msgctxt "form-fields-api"
4365
  msgid "Email Validator"
4366
  msgstr "E-mail Validierung"
4367
 
4368
+ #: core/form-fields.php:412
4369
  msgctxt "form-fields-api"
4370
  msgid "URL Validator"
4371
  msgstr "URL Validierung"
4372
 
4373
+ #: core/form-fields.php:413
4374
  msgctxt "form-fields-api"
4375
  msgid "Whole Number Validator"
4376
  msgstr "Ganze Nummern Validierung"
4377
 
4378
+ #: core/form-fields.php:414
4379
  msgctxt "form-fields-api"
4380
  msgid "Decimal Number Validator"
4381
  msgstr "Dezimalzahl Validierung"
4382
 
4383
+ #: core/form-fields.php:415
4384
  msgctxt "form-fields-api"
4385
  msgid "Date Validator"
4386
  msgstr "Datum Validierung"
4387
 
4388
+ #: core/form-fields.php:422
4389
  msgctxt "form-fields-api validation"
4390
  msgid "Field"
4391
  msgstr "Feld"
4392
 
4393
+ #: core/form-fields.php:438 core/form-fields.php:442
4394
  msgctxt "form-fields-api validation"
4395
  msgid "%s is required."
4396
  msgstr "%s ist ein Pflichtfeld."
4397
 
4398
+ #: core/form-fields.php:451 core/form-fields.php:458
4399
  msgctxt "form-fields-api validation"
4400
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4401
  msgstr ""
4402
  "%s ist falsch formatiert. Gültiges URL Format eingeben. Benutze http://"
4403
 
4404
+ #: core/form-fields.php:472
4405
  msgctxt "form-fields-api validation"
4406
  msgid "%s is badly formatted. Valid Email format required."
4407
  msgstr ""
4408
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
4409
 
4410
+ #: core/form-fields.php:478
4411
  msgctxt "form-fields-api validation"
4412
  msgid "%s must be a number. Decimal values are not allowed."
4413
  msgstr "%s muss eine Nummer sein. Dezimalwerte sind nicht erlaubt."
4414
 
4415
+ #: core/form-fields.php:484
4416
  msgctxt "form-fields-api validation"
4417
  msgid "%s must be a number."
4418
  msgstr "%s muss eine Nummer sein."
4419
 
4420
+ #: core/form-fields.php:497
4421
+ #, fuzzy
4422
  msgctxt "form-fields-api validation"
4423
+ msgid "%s must be in the format %s."
4424
  msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
4425
 
4426
+ #: core/form-fields.php:529
4427
+ #, fuzzy
4428
+ msgctxt "form-fields-api validation"
4429
+ msgid "%s must be a valid date."
4430
+ msgstr "%s muss eine Nummer sein."
4431
+
4432
+ #: core/form-fields.php:540
4433
  msgctxt "form-fields-api validation"
4434
  msgid "%s is invalid. Value most be one of %s."
4435
  msgstr "%s ist ungültig. Wert meistens einer von %s"
4436
 
4437
+ #: core/gateways-authorize-net.php:19
4438
+ #, fuzzy
4439
+ msgid "Activate Authorize.net?"
4440
+ msgstr "Aktiviere Lizenz"
4441
+
4442
+ #: core/gateways-authorize-net.php:25
4443
+ #, fuzzy
4444
+ msgid "Login ID"
4445
+ msgstr "Login"
4446
+
4447
+ #: core/gateways-authorize-net.php:29
4448
+ #, fuzzy
4449
+ msgid "Transaction Key"
4450
+ msgstr "Transaktionen"
4451
+
4452
+ #: core/gateways-authorize-net.php:40
4453
+ #, fuzzy
4454
+ msgctxt "authorize-net"
4455
+ msgid "Login ID is missing."
4456
+ msgstr "Verkäufer ID nicht angegeben."
4457
+
4458
+ #: core/gateways-authorize-net.php:43
4459
+ #, fuzzy
4460
+ msgctxt "authorize-net"
4461
+ msgid "Transaction Key is missing."
4462
+ msgstr "Transaktionen"
4463
+
4464
+ #: core/gateways-authorize-net.php:121
4465
+ msgctxt "authorize-net"
4466
+ msgid ""
4467
+ "The payment gateway didn't accept your credit card or billing information. "
4468
+ "The following reason was given: \"%s\"."
4469
+ msgstr ""
4470
+
4471
+ #: core/gateways-authorize-net.php:125
4472
+ msgctxt "authorize-net"
4473
+ msgid ""
4474
+ "Your payment is being held for review by the payment gateway. The following "
4475
+ "reason was given: \"%s\"."
4476
+ msgstr ""
4477
+
4478
+ #: core/gateways-authorize-net.php:128
4479
+ msgctxt "authorize-net"
4480
+ msgid "Payment was rejected. The following reason was given: \"%s\"."
4481
+ msgstr ""
4482
+
4483
+ #: core/gateways-authorize-net.php:176
4484
+ #, fuzzy
4485
+ msgctxt "authorize-net"
4486
+ msgid "Could not process payment."
4487
+ msgstr "Bezahlung ausführen"
4488
+
4489
  #: core/gateways-dummy.php:15
4490
  msgctxt "dummy gateway"
4491
  msgid "Dummy"
4591
  msgid "The transaction has been canceled at user's request."
4592
  msgstr "Die Transaktion wurde abgebrochen auf Wunsch des Benutzers."
4593
 
4594
+ #: core/installer.php:38
4595
  msgctxt "default category name"
4596
  msgid "General"
4597
  msgstr "Allgemein"
4598
 
4599
+ #: core/installer.php:460
4600
  msgctxt "installer"
4601
  msgid ""
4602
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4607
  "inkompatibel mit der aktuellen Version des Branchenverzeichnisses ist. Bitte "
4608
  "aktualisiere das Regionenmodul. "
4609
 
4610
+ #: core/installer.php:526
4611
  msgctxt "installer"
4612
  msgid "Cleaning up listing fees information... %d/%d"
4613
  msgstr "Eintragpreisinformation säubern... %d/%d"
4614
 
4615
+ #: core/installer.php:576
4616
  msgctxt "installer"
4617
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4618
  msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
4619
 
4620
+ #: core/installer.php:605
4621
  msgctxt "installer"
4622
  msgid "Initial listing payment (BD < 3.4)"
4623
  msgstr "Initialbezahlung Eintrag (BD < 3.4)"
4624
 
4625
+ #: core/installer.php:616
4626
  msgctxt "installer"
4627
  msgid "Listing edit payment (BD < 3.4)"
4628
  msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
4629
 
4630
+ #: core/installer.php:637
4631
  msgctxt "installer"
4632
  msgid "Renewal fee \"%s\" for category \"%s\""
4633
  msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
4634
 
4635
+ #: core/installer.php:656
4636
  msgctxt "installer"
4637
  msgid "Listing upgrade to featured"
4638
  msgstr "Eintrag aktualisieren auf Hervorhebung"
4639
 
4640
+ #: core/installer.php:859
4641
  msgid "Business Directory - Manual Upgrade Required"
4642
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
4643
 
4644
+ #: core/installer.php:861
4645
  msgid ""
4646
  "Business Directory features are currently disabled because the plugin needs "
4647
  "to perform a manual upgrade before continuing."
4649
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
4650
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
4651
 
4652
+ #: core/installer.php:863
4653
  msgid "Perform Manual Upgrade"
4654
  msgstr "Manuelle Aktualisierung durchführen"
4655
 
4656
+ #: core/installer.php:879 core/installer.php:880 core/installer.php:891
4657
  msgid "Business Directory - Manual Upgrade"
4658
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
4659
 
4660
+ #: core/installer.php:895
4661
  msgid ""
4662
  "Business Directory features are currently disabled because the plugin needs "
4663
  "to perform a manual upgrade before it can be used."
4665
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
4666
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
4667
 
4668
+ #: core/installer.php:897
4669
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4670
  msgstr ""
4671
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
4672
 
4673
+ #: core/installer.php:900
4674
  msgctxt "manual-upgrade"
4675
  msgid "Start Upgrade"
4676
  msgstr "Starte Aktualisierung"
4677
 
4678
+ #: core/installer.php:902
4679
  msgctxt "manual-upgrade"
4680
  msgid "Pause Upgrade"
4681
  msgstr "Aktualisierung pausieren"
4682
 
4683
+ #: core/installer.php:908
4684
  msgctxt "manual-upgrade"
4685
  msgid ""
4686
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
4689
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
4690
  "Erweiterung ist nun verfügbar."
4691
 
4692
+ #: core/installer.php:911
4693
  msgctxt "manual-upgrade"
4694
  msgid "Go to \"Directory Admin\""
4695
  msgstr "Nach \" Verzeichnis Administration\""
4791
  msgid "License deactivated"
4792
  msgstr "Lizenz deaktiviert"
4793
 
4794
+ #: core/payment.php:18
4795
  msgctxt "fees-api"
4796
  msgid "Free Listing"
4797
  msgstr "kostenloser Eintrag"
4798
 
4799
+ #: core/payment.php:135
4800
  msgctxt "fees-api"
4801
  msgid "Fee label is required."
4802
  msgstr "Preisbezeichnung erforderlich."
4803
 
4804
+ #: core/payment.php:138
4805
  msgctxt "fees-api"
4806
  msgid "Fee amount must be a non-negative decimal number."
4807
  msgstr "Preismenge muss eine nicht negative Zahl sein."
4808
 
4809
+ #: core/payment.php:141 core/payment.php:144
 
 
 
 
 
4810
  msgctxt "fees-api"
4811
  msgid "Fee must apply to at least one category."
4812
  msgstr "Preis muss mindestens einer Kategorie zugewiesen werden."
4813
 
4814
+ #: core/payment.php:147
4815
  msgctxt "fees-api"
4816
  msgid "Fee allowed images must be a non-negative integer."
4817
  msgstr ""
4818
  "Preis der Bilder erlaubt muss ein nicht negativer Wert einer ganzen Zahl "
4819
  "sein."
4820
 
4821
+ #: core/payment.php:150
4822
  msgctxt "fees-api"
4823
  msgid "Fee listing run must be a non-negative integer."
4824
  msgstr "Preis Eintrag muss eine ganzem nicht negative Zahl sein."
4825
 
4826
+ #: core/payment.php:155
4827
  msgctxt "fees-api"
4828
  msgid "Fee listing duration must be a number less than 10 years (3650 days)."
4829
  msgstr ""
4830
  "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
4831
  "Tage)."
4832
 
4833
+ #: core/payment.php:325
4834
  msgctxt "payments-api"
4835
  msgid ""
4836
  "You are offering featured listings but have payments turned off. Go to <a "
4843
  "Bezahlungseinstellungen zu verändern. Bis dahin ist die <i>Aktualisieren auf "
4844
  "Hervorgehoben</i> Option deaktiviert."
4845
 
4846
+ #: core/payment.php:343
4847
  msgctxt "payments-api"
4848
  msgid ""
4849
  "The <b>%s</b> gateway is active but not properly configured. The gateway "
4854
  "Gateway funktioniert nicht bis folgende Probleme gelöst wurden: <b>%s</b>. "
4855
  "Prüfe die <a href=\"%s\">Bezahlung Einstellungen</a>."
4856
 
4857
+ #: core/payment.php:353
4858
  msgctxt "admin"
4859
  msgid ""
4860
  "You have payments turned on but no gateway is active and properly "
4867
  "Bezahleinstellungen zu ändern. Das Verzeichnis wird im <i>kostenlosen Modus</"
4868
  "i> ausgeführt, bis die Änderungen gemacht wurden."
4869
 
4870
+ #: core/payment.php:357
4871
  msgid ""
4872
  "BD detected PayFast and another gateway were enabled. This setup is not "
4873
  "recommended due to PayFast supporting only ZAR and the other gateways not "
4877
  "aktiviert wurde. Dieses Setup ist nicht empfohlen, weil PayFast nur ZAR und "
4878
  "andere Gateways unterstützt und nicht dieses Zahlungsmittel."
4879
 
4880
+ #: core/payment.php:361
4881
  msgid ""
4882
  "You have recurring renewal of listing fees enabled but the payment gateways "
4883
  "installed don't support recurring payments. Until a gateway that supports "
4888
  "unterstützt keine wiederholten Abbuchungen. Bitte benutze einen Dienst wie "
4889
  "Paypal. Solange bleiben automatische Erneuerungen deaktiviert."
4890
 
4891
+ #: core/payment.php:366
4892
  msgid ""
4893
  "Due to Google Wallet limitations only monthly (30 days) recurring fees are "
4894
  "supported by the gateway. All other fees will be charged as non-recurring."
4896
  "Google Wallet unterstützt monatlich (30 Tage) wiederholte Abbuchungen durch "
4897
  "das Gateway. Alle anderen Gebühren werden als kostenlos abgerechnet."
4898
 
4899
+ #: core/payment.php:399
4900
  msgctxt "payments-api"
4901
  msgid "Checkout"
4902
  msgstr "Kasse"
4903
 
4904
+ #: core/payment.php:400
4905
  msgctxt "payments-api"
4906
  msgid "Pay %1$s through %2$s"
4907
  msgstr "Bezahle %1$s bekomme %2$s"
4908
 
4909
+ #: core/payment.php:407
4910
  msgctxt "payments-api"
4911
  msgid "Your transaction has been approved."
4912
  msgstr "Ihre Transaktion wurde genehmigt."
4913
 
4914
+ #: core/payment.php:588
4915
  msgctxt "payments"
4916
  msgid "Payment Details"
4917
  msgstr "Bezahldetails"
4918
 
4919
+ #: core/payment.php:615
4920
  msgctxt "checkout"
4921
  msgid "Payment Method"
4922
  msgstr "Bezahlmethode"
4923
 
4924
+ #: core/payment.php:644
4925
  msgctxt "payment"
4926
  msgid "Return to Directory."
4927
  msgstr "Zurück zum Verzeichnis."
4928
 
4929
+ #: core/payment.php:650
4930
  msgctxt "payments"
4931
  msgid ""
4932
  "Your payment is being processed by the payment gateway. Please reload this "
4936
  "Ihre Bezahlung wird durchgeführt. Bitte laden Sie die Seite ggf. neu, um zu "
4937
  "sehen ob der Status sich verändert hat oder kontaktieren Sie uns."
4938
 
4939
+ #: core/payment.php:653
4940
  msgctxt "payments"
4941
  msgid ""
4942
  "The payment has been rejected by the payment gateway. Please contact the "
4947
  "klicken Sie auf \"Bezahlungsmethode ändern\" oder versuchen Sie es später "
4948
  "noch einmal."
4949
 
4950
+ #: core/payment.php:654
4951
  msgctxt "payments"
4952
  msgid "Change Payment Method"
4953
  msgstr "Bezahlungsmethode ändern"
4954
 
4955
+ #: core/payment.php:656
4956
  msgctxt "payments"
4957
  msgid ""
4958
  "The payment has been rejected by the payment gateway. Please contact the "
4959
  "site administrator if you think there is an error."
4960
  msgstr "Die Zahlung wurde zurückgewiesen."
4961
 
4962
+ #: core/payment.php:659
4963
  msgctxt "payments"
4964
  msgid "The payment has been canceled at your request."
4965
  msgstr "Die Bezahlung wurde auf Ihren Wunsch abgebrochen."
4966
 
4967
+ #: core/payment.php:755
4968
+ #, fuzzy
4969
+ msgctxt "admin"
4970
+ msgid "Pending Abandonment"
4971
+ msgstr "Ausstehende Bezahlung"
4972
+
4973
+ #: core/payment.php:760
4974
+ msgctxt "admin"
4975
+ msgid "Abandoned"
4976
+ msgstr ""
4977
+
4978
+ #: core/templates-listings.php:54
4979
  msgctxt "templates"
4980
  msgid "Featured Listing"
4981
  msgstr "Hervorgehobene Einträge"
4990
  msgid "Advanced Search"
4991
  msgstr "Erweiterte Suche"
4992
 
4993
+ #: core/templates-ui.php:257 core/templates-ui.php:282
4994
  msgctxt "templates sort"
4995
  msgid "Sort By:"
4996
  msgstr "Sortieren nach"
5000
  msgid "Reset"
5001
  msgstr "Zurücksetzen"
5002
 
5003
+ #: core/templates-ui.php:298
5004
+ #, fuzzy
5005
+ msgctxt "sort"
5006
+ msgid "(Reset)"
5007
+ msgstr "Zurücksetzen"
5008
+
5009
  #: core/utils.php:104
5010
  msgctxt "utils"
5011
  msgid ""
5014
  "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
5015
  "\"in deiner php.ini an."
5016
 
5017
+ #: core/utils.php:157
5018
  msgctxt "utils"
5019
  msgid "File size (%s) exceeds maximum file size of %s"
5020
  msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
5021
 
5022
+ #: core/utils.php:165
5023
+ #, fuzzy
5024
+ msgctxt "utils"
5025
+ msgid "File size (%s) is inferior to the required minimum file size of %s"
5026
+ msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
5027
+
5028
+ #: core/utils.php:174 core/utils.php:181
5029
  msgctxt "utils"
5030
  msgid "File type \"%s\" is not allowed"
5031
  msgstr "Dateityp \"%s\" ist nicht erlaubt"
5032
 
5033
+ #: core/utils.php:188
5034
  msgctxt "utils"
5035
  msgid "Unkown error while uploading file."
5036
  msgstr "Unbekannter Fehler beim Hochladen der Datei."
5037
 
5038
+ #: core/utils.php:207
5039
  msgctxt "utils"
5040
  msgid "Uploaded file is not an image"
5041
  msgstr "Hochgeladene Datei ist kein Bild."
5042
 
5043
+ #: core/utils.php:216
5044
+ msgctxt "utils"
5045
+ msgid "Image width (%s px) is inferior to minimum required width of %s px."
5046
+ msgstr ""
5047
+
5048
+ #: core/utils.php:222
5049
+ msgctxt "utils"
5050
+ msgid "Image height (%s px) is inferior to minimum required height of %s px."
5051
+ msgstr ""
5052
+
5053
+ #: core/utils.php:228
5054
+ msgctxt "utils"
5055
+ msgid "Image width (%s px) is greater than maximum allowed width of %s px."
5056
+ msgstr ""
5057
+
5058
+ #: core/utils.php:234
5059
+ msgctxt "utils"
5060
+ msgid "Image height (%s px) is greater than maximum required height of %s px."
5061
+ msgstr ""
5062
+
5063
+ #: core/utils.php:248
5064
  msgctxt "utils"
5065
  msgid "Error while uploading file"
5066
  msgstr "Fehler während des Hochladens der Datei"
5070
  msgid "Invalid payment id."
5071
  msgstr "Falsche Bezahlungsid."
5072
 
5073
+ #: core/view-checkout.php:92
5074
  msgctxt "checkout"
5075
  msgid "Continue"
5076
  msgstr "Weiter"
5077
 
5078
+ #: core/view-checkout.php:103
5079
  msgctxt "checkout"
5080
  msgid ""
5081
  "Payments are not allowed on the non-secure version of this site. Please "
5085
  "Bitte <a>weiter mit sicherer Verbindung, um mit der Bezahlung fortzufahren</"
5086
  "a>"
5087
 
5088
+ #: core/view-checkout.php:118
5089
  msgctxt "checkout"
5090
  msgid ""
5091
  "Your payment is being verified. This usually takes a few minutes but can "
5094
  "Ihre Bezahlung wird verifiziert. Dies dauert in der Regel einige Minuten und "
5095
  "kann bis zu 24 in Anspruch nehmen."
5096
 
5097
+ #: core/view-checkout.php:126 core/view-checkout.php:147
5098
  msgctxt "checkout"
5099
  msgid "← Return to Directory."
5100
  msgstr "← Zurück zum Verzeichnis."
5101
 
5102
+ #: core/view-checkout.php:136
5103
  msgctxt "checkout"
5104
  msgid "Your payment was received sucessfully."
5105
  msgstr "Deine Zahlung wurde erfolgreich durchgeführt."
5106
 
5107
+ #: core/view-checkout.php:143
5108
  msgctxt "checkout"
5109
  msgid "← Return to your listing."
5110
  msgstr "← Zurück zu meinem Eintrag."
5151
  "Diese Kontaktform ist momentan temporär deaktiviert. Bitte versuchen Sie es "
5152
  "später erneut."
5153
 
5154
+ #: core/view-listing-contact.php:121
5155
+ #, fuzzy
5156
+ msgctxt "templates"
5157
+ msgid "Contact listing owner"
5158
+ msgstr "Nachricht an Verfasser des Eintrags"
5159
+
5160
+ #: core/view-listing-contact.php:125
5161
  msgctxt "templates"
5162
  msgid "Send Message to listing owner"
5163
  msgstr "Nachricht an Verfasser des Eintrags"
5164
 
5165
+ #: core/view-listing-contact.php:171
5166
  msgid "l F j, Y \\a\\t g:i a"
5167
  msgstr "l F j, Y \\a\\t g:i a"
5168
 
5169
+ #: core/view-listing-contact.php:192
5170
  msgctxt "contact-message"
5171
  msgid "There was a problem encountered. Your message has not been sent"
5172
  msgstr ""
5173
  "Es ist ein Fehler aufgetreten. Ihre Nachricht konnte nicht versendet werden."
5174
 
5175
+ #: core/view-listing-contact.php:195
5176
  msgctxt "contact-message"
5177
  msgid "Return to listing."
5178
  msgstr "Zurück zum Eintrag."
5182
  msgid "You are not on recurring payments for any of your listings."
5183
  msgstr "Sie haben keine wiederholten Abbuchungen für einen Ihrer Einträge."
5184
 
5185
+ #: core/view-manage-recurring.php:95
5186
  msgctxt "manage subscriptions"
5187
  msgid "Invalid subscription."
5188
  msgstr "Ungültiges Abonnement."
5213
  msgid "Fee \"%s\" renewal for category \"%s\""
5214
  msgstr "Preis \"%s\" Erneuerung für Kategorie \"%s\""
5215
 
5216
+ #: core/view-renew-listing.php:79
5217
  msgctxt "renewal"
5218
  msgid "Invalid renewal state."
5219
  msgstr "Ungültiger Erneuerungszustand."
5220
 
5221
+ #: core/view-renew-listing.php:91
5222
  msgctxt "templates"
5223
  msgid "Recurring Fee Management"
5224
  msgstr "Wiederholte Preise verwalten"
5225
 
5226
+ #: core/view-renew-listing.php:92
5227
  msgctxt "renew"
5228
  msgid ""
5229
  "Because you are on a recurring fee plan you don't have to renew your listing "
5232
  "Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
5233
  "erneuern. Dies wird automatisch durchgeführt."
5234
 
5235
+ #: core/view-renew-listing.php:94
5236
  msgctxt "renewal"
5237
  msgid "Current Fee Details"
5238
  msgstr "Aktuelle Preisdetails"
5239
 
5240
+ #: core/view-renew-listing.php:96
5241
  msgctxt "renewal"
5242
  msgid "Number of images:"
5243
  msgstr "Anzahl der Bilder:"
5244
 
5245
+ #: core/view-renew-listing.php:98
5246
  msgctxt "renewal"
5247
  msgid "Expiration date:"
5248
  msgstr "Ablaufdatum:"
5249
 
5250
+ #: core/view-renew-listing.php:102
5251
  msgctxt "renew"
5252
  msgid ""
5253
  "However, if you want to cancel your subscription you can do that on this "
5337
  msgid "I agree to the Terms and Conditions"
5338
  msgstr "Ich akzeptiere die AGBs"
5339
 
5340
+ #: core/view-submit-listing.php:404
5341
  msgctxt "listings"
5342
  msgid "Fee \"%s\" for category \"%s\"%s"
5343
  msgstr "Preis \"%s\" für Kategorie \"%s\"%s"
5344
 
5345
+ #: core/view-submit-listing.php:407
5346
  msgctxt "listings"
5347
  msgid "(recurring)"
5348
  msgstr "(wiederholt)"
5349
 
5350
+ #: core/view-submit-listing.php:417 core/view-upgrade-listing.php:54
5351
  msgctxt "submit"
5352
  msgid "Listing upgrade to featured"
5353
  msgstr "Eintrag erneuert auf Hervorgehoben"
5354
 
5355
+ #: core/view-submit-listing.php:450
5356
  msgctxt "submit_state"
5357
  msgid "Invalid submit state."
5358
  msgstr "Ungültiger Zustand beim Einsenden."
5390
  msgid "This is just a preview. The listing has not been published yet."
5391
  msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
5392
 
5393
+ #: core/views.php:368
5394
  msgctxt "templates"
5395
  msgid ""
5396
  "There are no categories assigned to the business directory yet. You need to "
5405
  "nicht erstellt werden kann. Einträge können nicht erstellt werden bis ein "
5406
  "Kategorie zugewiesen wurde."
5407
 
5408
+ #: core/views.php:370
5409
  msgctxt "templates"
5410
  msgid "There are currently no listings in the directory."
5411
  msgstr "Keine Einträge im Verzeichnis vorhanden. "
5412
 
5413
+ #: core/views.php:388
5414
  msgctxt "templates"
5415
  msgid ""
5416
  "You have \"Hide Empty Categories\" on and some categories that don't have "
5519
  msgid "Search"
5520
  msgstr "Suche"
5521
 
5522
+ #: templates/billing-information-form.tpl.php:3
5523
+ msgctxt "months"
5524
+ msgid "Jan"
5525
+ msgstr ""
5526
+
5527
+ #: templates/billing-information-form.tpl.php:4
5528
+ #, fuzzy
5529
+ msgctxt "months"
5530
+ msgid "Feb"
5531
+ msgstr "Preis"
5532
+
5533
+ #: templates/billing-information-form.tpl.php:5
5534
+ #, fuzzy
5535
+ msgctxt "months"
5536
+ msgid "Mar"
5537
+ msgstr "Markieren als"
5538
+
5539
+ #: templates/billing-information-form.tpl.php:6
5540
+ msgctxt "months"
5541
+ msgid "Apr"
5542
+ msgstr ""
5543
+
5544
+ #: templates/billing-information-form.tpl.php:7
5545
+ msgctxt "months"
5546
+ msgid "May"
5547
+ msgstr ""
5548
+
5549
+ #: templates/billing-information-form.tpl.php:8
5550
+ msgctxt "months"
5551
+ msgid "Jun"
5552
+ msgstr ""
5553
+
5554
+ #: templates/billing-information-form.tpl.php:9
5555
+ msgctxt "months"
5556
+ msgid "Jul"
5557
+ msgstr ""
5558
+
5559
+ #: templates/billing-information-form.tpl.php:10
5560
+ msgctxt "months"
5561
+ msgid "Aug"
5562
+ msgstr ""
5563
+
5564
+ #: templates/billing-information-form.tpl.php:11
5565
+ msgctxt "months"
5566
+ msgid "Sep"
5567
+ msgstr ""
5568
+
5569
+ #: templates/billing-information-form.tpl.php:12
5570
+ msgctxt "months"
5571
+ msgid "Oct"
5572
+ msgstr ""
5573
+
5574
+ #: templates/billing-information-form.tpl.php:13
5575
+ msgctxt "months"
5576
+ msgid "Nov"
5577
+ msgstr ""
5578
+
5579
+ #: templates/billing-information-form.tpl.php:14
5580
+ msgctxt "months"
5581
+ msgid "Dec"
5582
+ msgstr ""
5583
+
5584
+ #: templates/billing-information-form.tpl.php:29
5585
+ #, fuzzy
5586
+ msgctxt "checkout form"
5587
+ msgid "Credit Card Details"
5588
+ msgstr "Aktuelle Preisdetails"
5589
+
5590
+ #: templates/billing-information-form.tpl.php:30
5591
+ #, fuzzy
5592
+ msgctxt "checkout form"
5593
+ msgid "Please enter your credit card details below."
5594
+ msgstr "Bitte geben Sie einen Namen ein."
5595
+
5596
+ #: templates/billing-information-form.tpl.php:35
5597
+ #, fuzzy
5598
+ msgctxt "checkout form"
5599
+ msgid "First Name:"
5600
+ msgstr "Name:"
5601
+
5602
+ #: templates/billing-information-form.tpl.php:43
5603
+ #, fuzzy
5604
+ msgctxt "checkout form"
5605
+ msgid "Last Name:"
5606
+ msgstr "Name:"
5607
+
5608
+ #: templates/billing-information-form.tpl.php:51
5609
+ msgctxt "checkout form"
5610
+ msgid "Card Number:"
5611
+ msgstr ""
5612
+
5613
+ #: templates/billing-information-form.tpl.php:59
5614
+ #, fuzzy
5615
+ msgctxt "checkout form"
5616
+ msgid "Expiration Date (MM/YYYY):"
5617
+ msgstr "Ablaufdatum:"
5618
+
5619
+ #: templates/billing-information-form.tpl.php:72
5620
+ msgctxt "checkout form"
5621
+ msgid "CVC:"
5622
+ msgstr ""
5623
+
5624
+ #: templates/billing-information-form.tpl.php:82
5625
+ #, fuzzy
5626
+ msgctxt "checkout form"
5627
+ msgid "Billing Address"
5628
+ msgstr "E-mail Adresse:"
5629
+
5630
+ #: templates/billing-information-form.tpl.php:87
5631
+ msgctxt "checkout form"
5632
+ msgid "Country:"
5633
+ msgstr ""
5634
+
5635
+ #: templates/billing-information-form.tpl.php:95
5636
+ #, fuzzy
5637
+ msgctxt "checkout form"
5638
+ msgid "State:"
5639
+ msgstr "Status"
5640
+
5641
+ #: templates/billing-information-form.tpl.php:103
5642
+ msgctxt "checkout form"
5643
+ msgid "City:"
5644
+ msgstr ""
5645
+
5646
+ #: templates/billing-information-form.tpl.php:111
5647
+ msgctxt "checkout form"
5648
+ msgid "Address Line 1:"
5649
+ msgstr ""
5650
+
5651
+ #: templates/billing-information-form.tpl.php:119
5652
+ msgctxt "checkout form"
5653
+ msgid "Address Line 2:"
5654
+ msgstr ""
5655
+
5656
+ #: templates/billing-information-form.tpl.php:129
5657
+ #, fuzzy
5658
+ msgctxt "WPBDM"
5659
+ msgid "Cancel"
5660
+ msgstr "Abbrechen"
5661
+
5662
+ #: templates/billing-information-form.tpl.php:130
5663
+ #, fuzzy
5664
+ msgctxt "WPBDM"
5665
+ msgid "Submit Payment"
5666
+ msgstr "Initialbezahlung"
5667
+
5668
+ #: templates/businessdirectory-listings.tpl.php:27 templates/search.tpl.php:41
5669
  msgctxt "templates"
5670
  msgid "No listings found."
5671
  msgstr "Kein Listig gefunden."
5672
 
5673
+ #: templates/businessdirectory-listings.tpl.php:38
5674
  msgctxt "templates"
5675
  msgid "&laquo; Previous "
5676
  msgstr "&laquo; Vorher"
5677
 
5678
+ #: templates/businessdirectory-listings.tpl.php:39
5679
  msgctxt "templates"
5680
  msgid "Next &raquo;"
5681
  msgstr "Nächste &raquo;"
5682
 
5683
+ #: templates/category.tpl.php:17
5684
  msgctxt "templates"
5685
  msgid "Listings tagged: %s"
5686
  msgstr "Getaggte Einträge: %s"
5933
  msgid "Images Allowed"
5934
  msgstr "erlaubte Bilder"
5935
 
5936
+ #: templates/parts/category-fee-selection.tpl.php:43
5937
  msgctxt "templates"
5938
  msgid "Unlimited"
5939
  msgstr "Unbegrenzt"
5940
 
5941
+ #: templates/parts/category-fee-selection.tpl.php:45
5942
  msgctxt "templates"
5943
  msgid "%d day"
5944
  msgid_plural "%d days"
5946
  msgstr[1] "%d Tage"
5947
 
5948
  #: templates/parts/listing-buttons.tpl.php:4
5949
+ #: templates/parts/listing-buttons.tpl.php:18
5950
+ #: templates/parts/listing-buttons.tpl.php:22
5951
  msgctxt "templates"
5952
  msgid "Edit"
5953
  msgstr "Bearbeiten"
5958
  msgstr "Eintrag aktualisieren"
5959
 
5960
  #: templates/parts/listing-buttons.tpl.php:10
5961
+ #: templates/parts/listing-buttons.tpl.php:19
5962
+ #: templates/parts/listing-buttons.tpl.php:23
5963
  msgctxt "templates"
5964
  msgid "Delete"
5965
  msgstr "Löschen"
5966
 
5967
  #: templates/parts/listing-buttons.tpl.php:10
5968
+ #: templates/parts/listing-buttons.tpl.php:23
5969
  msgctxt "templates"
5970
  msgid "Are you sure you wish to delete this listing?"
5971
  msgstr "Sind Sie sicher, dass Sie den Eintrag löschen wollen?"
5974
  msgid "← Back to Directory"
5975
  msgstr "← Zurück zum Verzeichnis"
5976
 
5977
+ #: templates/parts/listing-buttons.tpl.php:17
5978
+ #: templates/parts/listing-buttons.tpl.php:21
5979
  msgctxt "templates"
5980
  msgid "View"
5981
  msgstr "Anschauen"
6240
  msgid "* Indicates required fields."
6241
  msgstr "* benötigte Felder."
6242
 
6243
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:178
6244
+ msgid ""
6245
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6246
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
6247
+ msgstr ""
6248
+
6249
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:185
6250
+ msgid ""
6251
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6252
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
6253
+ "\">update now</a>."
6254
+ msgstr ""
6255
+
6256
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6257
+ msgid "You do not have permission to install plugin updates"
6258
+ msgstr ""
6259
+
6260
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6261
+ #, fuzzy
6262
+ msgid "Error"
6263
+ msgstr "Fehler"
6264
+
6265
  #. Plugin URI of the plugin/theme
6266
  msgid "http://www.businessdirectoryplugin.com"
6267
  msgstr "http://www.businessdirectoryplugin.com"
6279
  #. Author URI of the plugin/theme
6280
  msgid "http://businessdirectoryplugin.com"
6281
  msgstr "http://businessdirectoryplugin.com"
6282
+
6283
+ #~ msgctxt "admin menu"
6284
+ #~ msgid "All Listings"
6285
+ #~ msgstr "Alle Einträge"
6286
+
6287
+ #~ msgctxt "admin menu"
6288
+ #~ msgid "Pending Upgrade"
6289
+ #~ msgstr "Ausstehende Aktualisierung"
6290
+
6291
+ #~ msgctxt "admin csv-import"
6292
+ #~ msgid "Fatal errors encountered. Import will not proceed."
6293
+ #~ msgstr ""
6294
+ #~ "Ein schwerwiegender Fehler wurde festgestellt. Der Import kann nicht "
6295
+ #~ "durchgeführt werden."
6296
+
6297
+ #~ msgctxt "admin csv-import"
6298
+ #~ msgid "Rejected Rows"
6299
+ #~ msgstr "Abgelehnte Zeilen:"
6300
+
6301
+ #~ msgctxt "admin csv-import"
6302
+ #~ msgid "Import warnings (not critical)"
6303
+ #~ msgstr "Import Warnungen (unkritisch)"
6304
+
6305
+ #~ msgctxt "admin csv-import"
6306
+ #~ msgid "Missing required header column: %s"
6307
+ #~ msgstr "Benötigte Kopfzeile ist nicht vorhanden: %s"
6308
+
6309
+ #~ msgctxt "admin csv-import"
6310
+ #~ msgid "Malformed row (too many columns)"
6311
+ #~ msgstr "falsch formatierte Zeile (zu viele Spalten)"
6312
+
6313
+ #~ msgctxt "admin csv-import"
6314
+ #~ msgid "Ignoring unknown field \"%s\""
6315
+ #~ msgstr "Ingnoriere unbekanntes Feld \"%s\""
6316
+
6317
+ #~ msgctxt "admin csv-import"
6318
+ #~ msgid "Images were specified but no image file was uploaded."
6319
+ #~ msgstr "Bilder wurden spezifiziert aber nicht hochgeladen."
6320
+
6321
+ #~ msgctxt "admin csv-import"
6322
+ #~ msgid "Image file \"%s\" could not be inserted."
6323
+ #~ msgstr "Bilddatei \"%s\" wurde nicht eingefügt."
6324
+
6325
+ #~ msgctxt "admin csv-import"
6326
+ #~ msgid "Image file \"%s\" could not be uploaded."
6327
+ #~ msgstr "Bilddatei \"%s\" konnte nicht hochgeladen werden."
6328
+
6329
+ #~ msgctxt "fees admin"
6330
+ #~ msgid "CharAmount"
6331
+ #~ msgstr "Zeichenlänge"
6332
+
6333
+ #~ msgctxt "fees order"
6334
+ #~ msgid "CharAmount"
6335
+ #~ msgstr "Zeichenlänge"
6336
+
6337
+ #~ msgctxt "admin csv-import"
6338
+ #~ msgid "Allow partial imports?"
6339
+ #~ msgstr "Erlaube teilweise Importe?"
6340
+
6341
+ #~ msgctxt "admin csv-import"
6342
+ #~ msgid "Allow partial imports."
6343
+ #~ msgstr "Erlaube teilweise Importe."
6344
+
6345
+ #~ msgctxt "admin csv-import"
6346
+ #~ msgid "If checked, invalid lines from the CSV file will be ignored."
6347
+ #~ msgstr "Wenn aktiviert, werden ungültige Zeilen der CSV Datei ignoriert."
6348
+
6349
+ #~ msgctxt "fees admin"
6350
+ #~ msgid "Char Amount"
6351
+ #~ msgstr "Zeichenlänge"
6352
+
6353
+ #~ msgctxt "form-fields admin"
6354
+ #~ msgid "Make changes to your existing form fields."
6355
+ #~ msgstr "Existierende Formfelder verändern."
6356
+
6357
+ #~ msgctxt "admin settings"
6358
+ #~ msgid "Hide tips for use and other information?"
6359
+ #~ msgstr "Tips zur Benutzung und Anderes verbergen?"
6360
+
6361
+ #~ msgctxt "admin settings"
6362
+ #~ msgid "Require login?"
6363
+ #~ msgstr "Login benötigt?"
6364
+
6365
+ #~ msgctxt "fees-api"
6366
+ #~ msgid "Fee character amount must be a non-negative integer."
6367
+ #~ msgstr "Zeichenlänge muss eine nicht negative Zahl sein."
languages/WPBDM-en_US.mo CHANGED
Binary file
languages/WPBDM-en_US.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2015-04-07 16:07:07+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:11-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -107,7 +107,7 @@ msgctxt "admin actions"
107
  msgid "Renew Listing"
108
  msgstr ""
109
 
110
- #: admin/class-admin.php:136
111
  msgctxt "drip pointer"
112
  msgid ""
113
  "Find out how to create a compelling, thriving business directory from "
@@ -115,259 +115,264 @@ msgid ""
115
  "a FREE premium module just for signing up."
116
  msgstr ""
117
 
118
- #: admin/class-admin.php:138
119
  msgctxt "drip pointer"
120
  msgid "Email Address:"
121
  msgstr ""
122
 
123
- #: admin/class-admin.php:144
124
  msgctxt "drip pointer"
125
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
126
  msgstr ""
127
 
128
- #: admin/class-admin.php:146
129
  msgctxt "drip pointer"
130
  msgid "Yes, please!"
131
  msgstr ""
132
 
133
- #: admin/class-admin.php:148
134
  msgctxt "drip pointer"
135
  msgid "No, thanks"
136
  msgstr ""
137
 
138
- #: admin/class-admin.php:165
139
  msgctxt "admin"
140
  msgid "Business Directory"
141
  msgstr ""
142
 
143
- #: admin/class-admin.php:176
144
  msgctxt "admin"
145
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
146
  msgstr ""
147
 
148
- #: admin/class-admin.php:236
 
 
 
 
 
149
  msgctxt "admin menu"
150
  msgid "Business Directory Admin"
151
  msgstr ""
152
 
153
- #: admin/class-admin.php:237
154
  msgctxt "admin menu"
155
  msgid "Directory Admin"
156
  msgstr ""
157
 
158
- #: admin/class-admin.php:243 admin/class-admin.php:244
159
  msgctxt "admin menu"
160
  msgid "Add New Listing"
161
  msgstr ""
162
 
163
- #: admin/class-admin.php:249 admin/class-admin.php:250
164
  msgctxt "admin menu"
165
  msgid "Manage Options"
166
  msgstr ""
167
 
168
- #: admin/class-admin.php:255 admin/class-admin.php:256
169
  msgctxt "admin menu"
170
  msgid "Manage Fees"
171
  msgstr ""
172
 
173
- #: admin/class-admin.php:261 admin/class-admin.php:262
174
  msgctxt "admin menu"
175
  msgid "Manage Form Fields"
176
  msgstr ""
177
 
178
- #: admin/class-admin.php:267 admin/class-admin.php:268
179
  msgctxt "admin menu"
180
  msgid "Listings"
181
  msgstr ""
182
 
183
- #: admin/class-admin.php:282 admin/class-admin.php:283
184
  msgctxt "admin menu"
185
  msgid "CSV Import"
186
  msgstr ""
187
 
188
- #: admin/class-admin.php:288 admin/class-admin.php:289
189
  msgctxt "admin menu"
190
  msgid "CSV Export"
191
  msgstr ""
192
 
193
- #: admin/class-admin.php:294 admin/class-admin.php:295
194
  msgctxt "admin menu"
195
  msgid "Debug"
196
  msgstr ""
197
 
198
- #: admin/class-admin.php:304
199
  msgctxt "admin menu"
200
  msgid "Main Menu"
201
  msgstr ""
202
 
203
- #: admin/class-admin.php:315
204
  msgctxt "admin menu"
205
  msgid "Uninstall Business Directory Plugin"
206
  msgstr ""
207
 
208
- #: admin/class-admin.php:316
209
  msgctxt "admin menu"
210
  msgid "Uninstall"
211
  msgstr ""
212
 
213
- #: admin/class-admin.php:425
214
  #: admin/templates/listing-metabox-categories.tpl.php:69
215
  msgctxt "admin infometabox"
216
  msgid "never"
217
  msgstr ""
218
 
219
- #: admin/class-admin.php:505
220
  msgctxt "admin"
221
  msgid "The listing has been published."
222
  msgid_plural "The listings have been published."
223
  msgstr[0] ""
224
  msgstr[1] ""
225
 
226
- #: admin/class-admin.php:518
227
  msgctxt "admin"
228
  msgid "The listing status has been set as paid."
229
  msgid_plural "The listings status has been set as paid."
230
  msgstr[0] ""
231
  msgstr[1] ""
232
 
233
- #: admin/class-admin.php:530
234
  msgctxt "admin"
235
  msgid "The listing has been modified."
236
  msgid_plural "The listings have been modified."
237
  msgstr[0] ""
238
  msgstr[1] ""
239
 
240
- #: admin/class-admin.php:543
241
  msgctxt "admin"
242
  msgid "The listing has been upgraded."
243
  msgid_plural "The listings have been upgraded."
244
  msgstr[0] ""
245
  msgstr[1] ""
246
 
247
- #: admin/class-admin.php:555
248
  msgctxt "admin"
249
  msgid "The listing has been downgraded."
250
  msgid_plural "The listings have been downgraded."
251
  msgstr[0] ""
252
  msgstr[1] ""
253
 
254
- #: admin/class-admin.php:567 admin/transactions.php:243
255
  msgctxt "admin"
256
  msgid "The transaction has been approved."
257
  msgstr ""
258
 
259
- #: admin/class-admin.php:575 admin/transactions.php:254
260
  msgctxt "admin"
261
  msgid "The transaction has been rejected."
262
  msgstr ""
263
 
264
- #: admin/class-admin.php:581
265
  msgctxt "admin"
266
  msgid "The fee was successfully assigned."
267
  msgstr ""
268
 
269
- #: admin/class-admin.php:590
270
  msgctxt "admin"
271
  msgid "Listing was renewed."
272
  msgid_plural "Listings were renewed."
273
  msgstr[0] ""
274
  msgstr[1] ""
275
 
276
- #: admin/class-admin.php:597
277
  msgctxt "admin"
278
  msgid "Renewal email sent."
279
  msgstr ""
280
 
281
- #: admin/class-admin.php:631
282
  msgctxt "admin category id"
283
  msgid "ID"
284
  msgstr ""
285
 
286
- #: admin/class-admin.php:633 admin/class-admin.php:639
287
  msgctxt "admin"
288
  msgid "Listing Count"
289
  msgstr ""
290
 
291
- #: admin/class-admin.php:735
292
  msgctxt "admin"
293
  msgid ""
294
  "<b>Business Directory Plugin</b> requires fields with the following "
295
  "associations in order to work correctly: <b>%s</b>."
296
  msgstr ""
297
 
298
- #: admin/class-admin.php:737
299
  msgctxt "admin"
300
  msgid ""
301
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
302
  "association in order to work correctly."
303
  msgstr ""
304
 
305
- #: admin/class-admin.php:741
306
  msgctxt "admin"
307
  msgid ""
308
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
309
  "or let Business Directory do this for you automatically."
310
  msgstr ""
311
 
312
- #: admin/class-admin.php:745
313
  msgctxt "admin"
314
  msgid "Go to \"Manage Form Fields\""
315
  msgstr ""
316
 
317
- #: admin/class-admin.php:748
318
  msgctxt "admin"
319
  msgid "Create these required fields for me"
320
  msgstr ""
321
 
322
- #: admin/class-admin.php:757
323
  msgctxt "admin"
324
  msgid ""
325
  "<b>Business Directory Plugin</b> requires a page with the "
326
  "<tt>[businessdirectory]</tt> shortcode to function properly."
327
  msgstr ""
328
 
329
- #: admin/class-admin.php:759
330
  msgctxt "admin"
331
  msgid ""
332
  "You can create this page by yourself or let Business Directory do this for "
333
  "you automatically."
334
  msgstr ""
335
 
336
- #: admin/class-admin.php:763
337
  msgctxt "admin"
338
  msgid "Create required pages for me"
339
  msgstr ""
340
 
341
- #: admin/class-admin.php:793
342
  msgctxt "admin compat"
343
  msgid "Installed: %s"
344
  msgstr ""
345
 
346
- #: admin/class-admin.php:793
347
  msgctxt "admin compat"
348
  msgid "N/A"
349
  msgstr ""
350
 
351
- #: admin/class-admin.php:796
352
  msgctxt "admin compat"
353
  msgid "Required: %s"
354
  msgstr ""
355
 
356
- #: admin/class-admin.php:809
357
  msgctxt "admin compat"
358
  msgid ""
359
  "Business Directory has detected some incompatible premium module versions "
360
  "installed."
361
  msgstr ""
362
 
363
- #: admin/class-admin.php:811
364
  msgctxt "admin compat"
365
  msgid ""
366
  "Please upgrade to the required versions indicated below to make sure "
367
  "everything functions properly."
368
  msgstr ""
369
 
370
- #: admin/class-admin.php:826
371
  msgctxt "admin"
372
  msgid ""
373
  "We noticed you want your Business Directory users to register before posting "
@@ -448,7 +453,14 @@ msgctxt "admin csv-import"
448
  msgid "There was an error uploading the images ZIP file."
449
  msgstr ""
450
 
451
- #: admin/csv-import.php:311
 
 
 
 
 
 
 
452
  msgctxt "admin csv-import"
453
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
454
  msgstr ""
@@ -1593,6 +1605,7 @@ msgctxt "form-fields admin"
1593
  msgid "Please see the <a>Form Fields documentation</a> for more details."
1594
  msgstr ""
1595
 
 
1596
  #. Plugin Name of the plugin/theme
1597
  #: admin/templates/header.tpl.php:4
1598
  msgid "Business Directory Plugin"
@@ -2282,105 +2295,105 @@ msgctxt "admin"
2282
  msgid "The transaction has been deleted."
2283
  msgstr ""
2284
 
2285
- #: business-directory-plugin.php:649
2286
  msgctxt "admin plugins"
2287
  msgid "Settings"
2288
  msgstr ""
2289
 
2290
- #: business-directory-plugin.php:659
2291
  msgctxt "post type general name"
2292
  msgid "Directory"
2293
  msgstr ""
2294
 
2295
- #: business-directory-plugin.php:660
2296
  msgctxt "post type singular name"
2297
  msgid "Directory"
2298
  msgstr ""
2299
 
2300
- #: business-directory-plugin.php:661
2301
  msgctxt "listing"
2302
  msgid "Add New Listing"
2303
  msgstr ""
2304
 
2305
- #: business-directory-plugin.php:662
2306
  msgctxt "post type"
2307
  msgid "Add New Listing"
2308
  msgstr ""
2309
 
2310
- #: business-directory-plugin.php:663 core/compatibility/deprecated.php:255
2311
  msgid "Edit Listing"
2312
  msgstr ""
2313
 
2314
- #: business-directory-plugin.php:664
2315
  msgid "New Listing"
2316
  msgstr ""
2317
 
2318
- #: business-directory-plugin.php:665
2319
  msgid "View Listing"
2320
  msgstr ""
2321
 
2322
- #: business-directory-plugin.php:666
2323
  msgid "Search Listings"
2324
  msgstr ""
2325
 
2326
- #: business-directory-plugin.php:667
2327
  msgid "No listings found"
2328
  msgstr ""
2329
 
2330
- #: business-directory-plugin.php:668
2331
  msgid "No listings found in trash"
2332
  msgstr ""
2333
 
2334
- #: business-directory-plugin.php:690
2335
  msgid "Directory Categories"
2336
  msgstr ""
2337
 
2338
- #: business-directory-plugin.php:813 business-directory-plugin.php:820
2339
  msgctxt "rss feed"
2340
  msgid "%s Feed"
2341
  msgstr ""
2342
 
2343
- #: business-directory-plugin.php:1178
2344
  msgctxt "title"
2345
  msgid "Submit A Listing"
2346
  msgstr ""
2347
 
2348
- #: business-directory-plugin.php:1188
2349
  msgctxt "title"
2350
  msgid "Find a Listing"
2351
  msgstr ""
2352
 
2353
- #: business-directory-plugin.php:1198
2354
  msgctxt "title"
2355
  msgid "View All Listings"
2356
  msgstr ""
2357
 
2358
- #: business-directory-plugin.php:1218
2359
  msgctxt "title"
2360
  msgid "Listings tagged: %s"
2361
  msgstr ""
2362
 
2363
- #: business-directory-plugin.php:1442
2364
  msgctxt "comment-form"
2365
  msgid "The reCAPTCHA wasn't entered correctly."
2366
  msgstr ""
2367
 
2368
- #: core/class-csv-import.php:357
2369
  msgctxt "admin csv-import"
2370
  msgid "Could not create listing category \"%s\""
2371
  msgstr ""
2372
 
2373
- #: core/class-csv-import.php:499
2374
  msgctxt "admin csv-import"
2375
  msgid "Username \"%s\" does not exist"
2376
  msgstr ""
2377
 
2378
- #: core/class-csv-import.php:531
2379
  msgctxt "admin csv-import"
2380
  msgid "Missing required field: %s"
2381
  msgstr ""
2382
 
2383
- #: core/class-csv-import.php:551
2384
  msgctxt "admin csv-import"
2385
  msgid "Listing category \"%s\" does not exist"
2386
  msgstr ""
@@ -2390,36 +2403,36 @@ msgctxt "form-fields-api"
2390
  msgid "Invalid form field type"
2391
  msgstr ""
2392
 
2393
- #: core/class-form-field.php:399
2394
  msgctxt "form-fields-api"
2395
  msgid "Field label is required."
2396
  msgstr ""
2397
 
2398
- #: core/class-form-field.php:416
2399
  msgctxt "form-fields-api"
2400
  msgid ""
2401
  "There can only be one field with association \"%s\". Please select another "
2402
  "association."
2403
  msgstr ""
2404
 
2405
- #: core/class-form-field.php:426
2406
  msgctxt "form-fields-api"
2407
  msgid "\"%s\" is an invalid field type for this association."
2408
  msgstr ""
2409
 
2410
- #: core/class-form-field.php:457
2411
  msgctxt "form-fields-api"
2412
  msgid "Invalid field ID"
2413
  msgstr ""
2414
 
2415
- #: core/class-form-field.php:466
2416
  msgctxt "form-fields api"
2417
  msgid ""
2418
  "This form field can't be deleted because it is required for the plugin to "
2419
  "work."
2420
  msgstr ""
2421
 
2422
- #: core/class-form-field.php:478
2423
  msgctxt "form-fields-api"
2424
  msgid "An error occurred while trying to delete this field."
2425
  msgstr ""
@@ -2474,12 +2487,12 @@ msgctxt "listing"
2474
  msgid "(Fee Unavailable)"
2475
  msgstr ""
2476
 
2477
- #: core/class-listings-api.php:291
2478
  msgctxt "notify email"
2479
  msgid "[%s] New listing notification"
2480
  msgstr ""
2481
 
2482
- #: core/class-listings-api.php:310
2483
  msgctxt "notify email"
2484
  msgid "[%s] Listing edit notification"
2485
  msgstr ""
@@ -2741,7 +2754,7 @@ msgctxt "admin settings"
2741
  msgid "Enable AJAX compatibility mode?"
2742
  msgstr ""
2743
 
2744
- #: core/class-settings.php:141 core/class-settings.php:603
2745
  msgctxt "admin settings"
2746
  msgid "Listings"
2747
  msgstr ""
@@ -3241,320 +3254,320 @@ msgctxt "admin settings"
3241
  msgid "Checkout URL link"
3242
  msgstr ""
3243
 
3244
- #: core/class-settings.php:413
3245
  msgctxt "admin settings"
3246
  msgid "Renewal Reminders"
3247
  msgstr ""
3248
 
3249
- #: core/class-settings.php:416
3250
  msgctxt "admin settings"
3251
  msgid ""
3252
  "This section refers only to the text of the renewal/expiration notices. You "
3253
  "can also <a>configure when the e-mails are sent</a>."
3254
  msgstr ""
3255
 
3256
- #: core/class-settings.php:420
3257
  msgctxt "admin settings"
3258
  msgid "Pending expiration e-mail message"
3259
  msgstr ""
3260
 
3261
- #: core/class-settings.php:424
3262
  msgctxt "settings"
3263
  msgid ""
3264
  "Sent some time before the listing expires. Applies to non-recurring renewals "
3265
  "only."
3266
  msgstr ""
3267
 
3268
- #: core/class-settings.php:425 core/class-settings.php:438
3269
- #: core/class-settings.php:451 core/class-settings.php:464
3270
- #: core/class-settings.php:477
3271
- msgctxt "settings"
3272
- msgid "Listing's name (with link)"
3273
- msgstr ""
3274
-
3275
  #: core/class-settings.php:426 core/class-settings.php:439
3276
  #: core/class-settings.php:452 core/class-settings.php:465
3277
  #: core/class-settings.php:478
3278
  msgctxt "settings"
3279
- msgid "Author's name"
3280
  msgstr ""
3281
 
3282
  #: core/class-settings.php:427 core/class-settings.php:440
 
3283
  #: core/class-settings.php:479
3284
  msgctxt "settings"
 
 
 
 
 
 
3285
  msgid "Expiration date"
3286
  msgstr ""
3287
 
3288
- #: core/class-settings.php:428
3289
  msgctxt "settings"
3290
  msgid "Category that is going to expire"
3291
  msgstr ""
3292
 
3293
- #: core/class-settings.php:429 core/class-settings.php:442
3294
- #: core/class-settings.php:481
3295
  msgctxt "settings"
3296
  msgid "Link to renewal page"
3297
  msgstr ""
3298
 
3299
- #: core/class-settings.php:430 core/class-settings.php:443
3300
- #: core/class-settings.php:455 core/class-settings.php:468
3301
- #: core/class-settings.php:482
3302
  msgctxt "settings"
3303
  msgid "Link to your site"
3304
  msgstr ""
3305
 
3306
- #: core/class-settings.php:433
3307
  msgctxt "admin settings"
3308
  msgid "Listing Renewal e-mail message"
3309
  msgstr ""
3310
 
3311
- #: core/class-settings.php:437
3312
  msgctxt "settings"
3313
  msgid ""
3314
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
3315
  "only."
3316
  msgstr ""
3317
 
3318
- #: core/class-settings.php:441 core/class-settings.php:480
3319
  msgctxt "settings"
3320
  msgid "Category that expired"
3321
  msgstr ""
3322
 
3323
- #: core/class-settings.php:446
3324
  msgctxt "admin settings"
3325
  msgid "Listing auto-renewal reminder (recurring payments)"
3326
  msgstr ""
3327
 
3328
- #: core/class-settings.php:450
3329
  msgctxt "settings"
3330
  msgid ""
3331
  "Sent some time before the listing is auto-renewed. Applies to recurring "
3332
  "renewals only."
3333
  msgstr ""
3334
 
3335
- #: core/class-settings.php:453 core/class-settings.php:467
3336
  msgctxt "settings"
3337
  msgid "Renewal date"
3338
  msgstr ""
3339
 
3340
- #: core/class-settings.php:454
3341
  msgctxt "settings"
3342
  msgid "Category that is going to be renewed"
3343
  msgstr ""
3344
 
3345
- #: core/class-settings.php:456
3346
  msgctxt "settings"
3347
  msgid "Link to manage subscriptions"
3348
  msgstr ""
3349
 
3350
- #: core/class-settings.php:459
3351
  msgctxt "admin settings"
3352
  msgid "Listing Renewal e-mail message (recurring payments)"
3353
  msgstr ""
3354
 
3355
- #: core/class-settings.php:463
3356
  msgctxt "settings"
3357
  msgid ""
3358
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3359
  msgstr ""
3360
 
3361
- #: core/class-settings.php:466
3362
  msgctxt "settings"
3363
  msgid "Renewed category"
3364
  msgstr ""
3365
 
3366
- #: core/class-settings.php:472
3367
  msgctxt "admin settings"
3368
  msgid "Renewal reminder e-mail message"
3369
  msgstr ""
3370
 
3371
- #: core/class-settings.php:476
3372
  msgctxt "settings"
3373
  msgid ""
3374
  "Sent some time after listing expiration and when no renewal has occurred. "
3375
  "Applies to both recurring and non-recurring renewals."
3376
  msgstr ""
3377
 
3378
- #: core/class-settings.php:486
3379
  msgctxt "admin settings"
3380
  msgid "Payment"
3381
  msgstr ""
3382
 
3383
- #: core/class-settings.php:487
3384
  msgctxt "admin settings"
3385
  msgid "Payment Settings"
3386
  msgstr ""
3387
 
3388
- #: core/class-settings.php:490
3389
  msgctxt "admin settings"
3390
  msgid "Turn On payments?"
3391
  msgstr ""
3392
 
3393
- #: core/class-settings.php:492
3394
  msgctxt "admin settings"
3395
  msgid "Put payment gateways in test mode?"
3396
  msgstr ""
3397
 
3398
- #: core/class-settings.php:497
3399
  msgctxt "admin settings"
3400
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3401
  msgstr ""
3402
 
3403
- #: core/class-settings.php:500
3404
  msgctxt "admin settings"
3405
  msgid ""
3406
  "Recommended for added security. For this to work you need to enable HTTPS on "
3407
  "your server and <a>obtain an SSL certificate</a>."
3408
  msgstr ""
3409
 
3410
- #: core/class-settings.php:504
3411
  msgctxt "admin settings"
3412
  msgid "Currency Code"
3413
  msgstr ""
3414
 
3415
- #: core/class-settings.php:506
3416
  msgctxt "admin settings"
3417
  msgid "Australian Dollar (AUD)"
3418
  msgstr ""
3419
 
3420
- #: core/class-settings.php:507
3421
  msgctxt "admin settings"
3422
  msgid "Brazilian Real (BRL)"
3423
  msgstr ""
3424
 
3425
- #: core/class-settings.php:508
3426
  msgctxt "admin settings"
3427
  msgid "Canadian Dollar (CAD)"
3428
  msgstr ""
3429
 
3430
- #: core/class-settings.php:509
3431
  msgctxt "admin settings"
3432
  msgid "Czech Koruna (CZK)"
3433
  msgstr ""
3434
 
3435
- #: core/class-settings.php:510
3436
  msgctxt "admin settings"
3437
  msgid "Danish Krone (DKK)"
3438
  msgstr ""
3439
 
3440
- #: core/class-settings.php:511
3441
  msgctxt "admin settings"
3442
  msgid "Euro (EUR)"
3443
  msgstr ""
3444
 
3445
- #: core/class-settings.php:512
3446
  msgctxt "admin settings"
3447
  msgid "Hong Kong Dollar (HKD)"
3448
  msgstr ""
3449
 
3450
- #: core/class-settings.php:513
3451
  msgctxt "admin settings"
3452
  msgid "Hungarian Forint (HUF)"
3453
  msgstr ""
3454
 
3455
- #: core/class-settings.php:514
3456
  msgctxt "admin settings"
3457
  msgid "Israeli New Shequel (ILS)"
3458
  msgstr ""
3459
 
3460
- #: core/class-settings.php:515
3461
  msgctxt "admin settings"
3462
  msgid "Japanese Yen (JPY)"
3463
  msgstr ""
3464
 
3465
- #: core/class-settings.php:516
3466
  msgctxt "admin settings"
3467
  msgid "Malasian Ringgit (MYR)"
3468
  msgstr ""
3469
 
3470
- #: core/class-settings.php:517
3471
  msgctxt "admin settings"
3472
  msgid "Mexican Peso (MXN)"
3473
  msgstr ""
3474
 
3475
- #: core/class-settings.php:518
3476
  msgctxt "admin settings"
3477
  msgid "Norwegian Krone (NOK)"
3478
  msgstr ""
3479
 
3480
- #: core/class-settings.php:519
3481
  msgctxt "admin settings"
3482
  msgid "New Zealand Dollar (NZD)"
3483
  msgstr ""
3484
 
3485
- #: core/class-settings.php:520
3486
  msgctxt "admin settings"
3487
  msgid "Philippine Peso (PHP)"
3488
  msgstr ""
3489
 
3490
- #: core/class-settings.php:521
3491
  msgctxt "admin settings"
3492
  msgid "Polish Zloty (PLN)"
3493
  msgstr ""
3494
 
3495
- #: core/class-settings.php:522
3496
  msgctxt "admin settings"
3497
  msgid "Pound Sterling (GBP)"
3498
  msgstr ""
3499
 
3500
- #: core/class-settings.php:523
3501
  msgctxt "admin settings"
3502
  msgid "Singapore Dollar (SGD)"
3503
  msgstr ""
3504
 
3505
- #: core/class-settings.php:524
3506
  msgctxt "admin settings"
3507
  msgid "Swedish Krona (SEK)"
3508
  msgstr ""
3509
 
3510
- #: core/class-settings.php:525
3511
  msgctxt "admin settings"
3512
  msgid "Swiss Franc (CHF)"
3513
  msgstr ""
3514
 
3515
- #: core/class-settings.php:526
3516
  msgctxt "admin settings"
3517
  msgid "Taiwan Dollar (TWD)"
3518
  msgstr ""
3519
 
3520
- #: core/class-settings.php:527
3521
  msgctxt "admin settings"
3522
  msgid "Thai Baht (THB)"
3523
  msgstr ""
3524
 
3525
- #: core/class-settings.php:528
3526
  msgctxt "admin settings"
3527
  msgid "Turkish Lira (TRY)"
3528
  msgstr ""
3529
 
3530
- #: core/class-settings.php:529
3531
  msgctxt "admin settings"
3532
  msgid "U.S. Dollar"
3533
  msgstr ""
3534
 
3535
- #: core/class-settings.php:533
3536
  msgctxt "admin settings"
3537
  msgid "Currency Symbol"
3538
  msgstr ""
3539
 
3540
- #: core/class-settings.php:536
3541
  msgctxt "admin settings"
3542
  msgid "Thank you for payment message"
3543
  msgstr ""
3544
 
3545
- #: core/class-settings.php:537
3546
  msgctxt "admin settings"
3547
  msgid ""
3548
  "Thank you for your payment. Your payment is being verified and your listing "
3549
  "reviewed. The verification and review process could take up to 48 hours."
3550
  msgstr ""
3551
 
3552
- #: core/class-settings.php:542
3553
  msgctxt "admin settings"
3554
  msgid "Ask users to come back for abandoned payments?"
3555
  msgstr ""
3556
 
3557
- #: core/class-settings.php:545
3558
  msgctxt "admin settings"
3559
  msgid ""
3560
  "An abandoned payment is when a user attempts to place a listing and gets to "
@@ -3563,51 +3576,51 @@ msgid ""
3563
  "the transaction. BD can remind them to come back and continue."
3564
  msgstr ""
3565
 
3566
- #: core/class-settings.php:551
3567
  msgctxt "admin settings"
3568
  msgid "Listing abandonment threshold (hours)"
3569
  msgstr ""
3570
 
3571
- #: core/class-settings.php:556
3572
  msgctxt "admin settings"
3573
  msgid ""
3574
  "Listings with pending payments are marked as abandoned after this time. You "
3575
  "can also <a>customize the e-mail</a> users receive."
3576
  msgstr ""
3577
 
3578
- #: core/class-settings.php:562
3579
  msgctxt "admin settings"
3580
  msgid "Registration"
3581
  msgstr ""
3582
 
3583
- #: core/class-settings.php:563
3584
  msgctxt "admin settings"
3585
  msgid "Registration Settings"
3586
  msgstr ""
3587
 
3588
- #: core/class-settings.php:564
3589
  msgctxt "admin settings"
3590
  msgid "Require login to post listings?"
3591
  msgstr ""
3592
 
3593
- #: core/class-settings.php:569
3594
  msgctxt "admin settings"
3595
  msgid "Registration URL"
3596
  msgstr ""
3597
 
3598
- #: core/class-settings.php:572
3599
  msgctxt "admin settings"
3600
  msgid ""
3601
  "URL of your membership plugin's registration page. Only enter this if using "
3602
  "a membership plugin or custom registration page."
3603
  msgstr ""
3604
 
3605
- #: core/class-settings.php:576
3606
  msgctxt "admin settings"
3607
  msgid "Image"
3608
  msgstr ""
3609
 
3610
- #: core/class-settings.php:577
3611
  msgctxt "admin settings"
3612
  msgid ""
3613
  "Any changes to these settings will affect new listings only. Existing "
@@ -3616,78 +3629,78 @@ msgid ""
3616
  "here."
3617
  msgstr ""
3618
 
3619
- #: core/class-settings.php:578
3620
  msgctxt "admin settings"
3621
  msgid "Image Settings"
3622
  msgstr ""
3623
 
3624
- #: core/class-settings.php:579
3625
  msgctxt "admin settings"
3626
  msgid "Allow images?"
3627
  msgstr ""
3628
 
3629
- #: core/class-settings.php:581
3630
  msgctxt "admin settings"
3631
  msgid "Min Image File Size (KB)"
3632
  msgstr ""
3633
 
3634
- #: core/class-settings.php:582
3635
  msgctxt "admin settings"
3636
  msgid "Max Image File Size (KB)"
3637
  msgstr ""
3638
 
3639
- #: core/class-settings.php:584
3640
  msgctxt "admin settings"
3641
  msgid "Min image width (px)"
3642
  msgstr ""
3643
 
3644
- #: core/class-settings.php:585
3645
  msgctxt "admin settings"
3646
  msgid "Min image height (px)"
3647
  msgstr ""
3648
 
3649
- #: core/class-settings.php:587
3650
  msgctxt "admin settings"
3651
  msgid "Max image width (px)"
3652
  msgstr ""
3653
 
3654
- #: core/class-settings.php:588
3655
  msgctxt "admin settings"
3656
  msgid "Max image height (px)"
3657
  msgstr ""
3658
 
3659
- #: core/class-settings.php:590
3660
  msgctxt "admin settings"
3661
  msgid "Turn on thickbox/lightbox?"
3662
  msgstr ""
3663
 
3664
- #: core/class-settings.php:590
3665
  msgctxt "admin settings"
3666
  msgid ""
3667
  "Uncheck if it conflicts with other elements or plugins installed on your site"
3668
  msgstr ""
3669
 
3670
- #: core/class-settings.php:592
3671
  msgctxt "admin settings"
3672
  msgid "Thumbnails"
3673
  msgstr ""
3674
 
3675
- #: core/class-settings.php:593
3676
  msgctxt "admin settings"
3677
  msgid "Thumbnail width (px)"
3678
  msgstr ""
3679
 
3680
- #: core/class-settings.php:594
3681
  msgctxt "admin settings"
3682
  msgid "Thumbnail height (px)"
3683
  msgstr ""
3684
 
3685
- #: core/class-settings.php:597
3686
  msgctxt "admin settings"
3687
  msgid "Crop thumbnails to exact dimensions?"
3688
  msgstr ""
3689
 
3690
- #: core/class-settings.php:600
3691
  msgctxt "admin settings"
3692
  msgid ""
3693
  "When enabled images will match exactly the dimensions above but part of the "
@@ -3696,144 +3709,159 @@ msgid ""
3696
  "Depending on the uploaded images, thumbnails may have different heights."
3697
  msgstr ""
3698
 
3699
- #: core/class-settings.php:606
3700
  msgctxt "admin settings"
3701
  msgid "Number of free images"
3702
  msgstr ""
3703
 
3704
- #: core/class-settings.php:611
3705
  msgctxt "admin settings"
3706
  msgid ""
3707
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3708
  "a> instead of this setting, which is ignored for paid listings."
3709
  msgstr ""
3710
 
3711
- #: core/class-settings.php:612
3712
  msgctxt "admin settings"
3713
  msgid "Use default picture for listings with no picture?"
3714
  msgstr ""
3715
 
3716
- #: core/class-settings.php:613
3717
  msgctxt "admin settings"
3718
  msgid "Show Thumbnail on main listings page?"
3719
  msgstr ""
3720
 
3721
- #: core/class-settings.php:669
3722
  msgctxt "admin settings"
3723
  msgid ""
3724
  "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
3725
  "not activated."
3726
  msgstr ""
3727
 
3728
- #: core/class-settings.php:677
3729
  msgctxt "admin settings"
3730
  msgid ""
3731
  "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
3732
  "be created."
3733
  msgstr ""
3734
 
3735
- #: core/class-settings.php:686
3736
  msgctxt "admin settings"
3737
  msgid ""
3738
  "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
3739
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
3740
  msgstr ""
3741
 
3742
- #: core/class-settings.php:985
3743
  msgctxt "settings"
3744
  msgid "Deactivate License"
3745
  msgstr ""
3746
 
3747
- #: core/class-settings.php:987
3748
  msgctxt "settings"
3749
  msgid "Deactivating license..."
3750
  msgstr ""
3751
 
3752
- #: core/class-settings.php:990
3753
  msgctxt "settings"
3754
  msgid "Activate License"
3755
  msgstr ""
3756
 
3757
- #: core/class-settings.php:992
3758
  msgctxt "settings"
3759
  msgid "Activating license..."
3760
  msgstr ""
3761
 
3762
- #: core/class-settings.php:1016
3763
  msgctxt "admin settings"
3764
  msgid "Valid placeholders: %s"
3765
  msgstr ""
3766
 
3767
- #: core/class-settings.php:1050
3768
  msgctxt "settings email"
3769
  msgid "Click to edit e-mail"
3770
  msgstr ""
3771
 
3772
- #: core/class-settings.php:1051
3773
  msgctxt "settings email"
3774
  msgid "Click to edit"
3775
  msgstr ""
3776
 
3777
- #: core/class-settings.php:1064
3778
  msgctxt "settings email"
3779
  msgid "E-Mail Subject"
3780
  msgstr ""
3781
 
3782
- #: core/class-settings.php:1075
3783
  msgctxt "settings email"
3784
  msgid "E-Mail Body"
3785
  msgstr ""
3786
 
3787
- #: core/class-settings.php:1086
3788
  msgctxt "settings email"
3789
  msgid "You can use the following placeholders:"
3790
  msgstr ""
3791
 
3792
- #: core/class-settings.php:1109
3793
  msgctxt "settings email"
3794
  msgid "Preview e-mail"
3795
  msgstr ""
3796
 
3797
- #: core/class-settings.php:1110
3798
  msgctxt "settings email"
3799
  msgid "Cancel"
3800
  msgstr ""
3801
 
3802
- #: core/class-settings.php:1111
3803
  msgctxt "settings email"
3804
  msgid "Save Changes"
3805
  msgstr ""
3806
 
3807
- #: core/class-settings.php:1130
3808
  msgctxt "settings email"
3809
  msgid "Site title"
3810
  msgstr ""
3811
 
3812
- #: core/class-settings.php:1133
3813
  msgctxt "settings email"
3814
  msgid "Site title (with link)"
3815
  msgstr ""
3816
 
3817
- #: core/class-settings.php:1136
3818
  msgctxt "settings email"
3819
  msgid "Site address (with link)"
3820
  msgstr ""
3821
 
3822
- #: core/class-settings.php:1139
3823
  msgctxt "settings email"
3824
  msgid "Directory URL (with link)"
3825
  msgstr ""
3826
 
3827
- #: core/class-settings.php:1142
3828
  msgctxt "settings email"
3829
  msgid "Current date"
3830
  msgstr ""
3831
 
3832
- #: core/class-settings.php:1145
3833
  msgctxt "settings email"
3834
  msgid "Current time"
3835
  msgstr ""
3836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3837
  #: core/compatibility/deprecated.php:144
3838
  msgid "View"
3839
  msgstr ""
@@ -4007,6 +4035,20 @@ msgctxt "form-fields-api"
4007
  msgid "Remove"
4008
  msgstr ""
4009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4010
  #: core/form-fields.php:31
4011
  msgctxt "form-fields api"
4012
  msgid "Post Title"
@@ -4042,103 +4084,108 @@ msgctxt "form-fields api"
4042
  msgid "Custom"
4043
  msgstr ""
4044
 
4045
- #: core/form-fields.php:299
4046
  msgid "Business Name"
4047
  msgstr ""
4048
 
4049
- #: core/form-fields.php:301
4050
  msgid "Business Genre"
4051
  msgstr ""
4052
 
4053
- #: core/form-fields.php:303
4054
  msgid "Short Business Description"
4055
  msgstr ""
4056
 
4057
- #: core/form-fields.php:305
4058
  msgid "Long Business Description"
4059
  msgstr ""
4060
 
4061
- #: core/form-fields.php:307
4062
  msgid "Business Website Address"
4063
  msgstr ""
4064
 
4065
- #: core/form-fields.php:309
4066
  msgid "Business Phone Number"
4067
  msgstr ""
4068
 
4069
- #: core/form-fields.php:311
4070
  msgid "Business Fax"
4071
  msgstr ""
4072
 
4073
- #: core/form-fields.php:313
4074
  msgid "Business Contact Email"
4075
  msgstr ""
4076
 
4077
- #: core/form-fields.php:315
4078
  msgid "Business Tags"
4079
  msgstr ""
4080
 
4081
- #: core/form-fields.php:409
4082
  msgctxt "form-fields-api"
4083
  msgid "Email Validator"
4084
  msgstr ""
4085
 
4086
- #: core/form-fields.php:410
4087
  msgctxt "form-fields-api"
4088
  msgid "URL Validator"
4089
  msgstr ""
4090
 
4091
- #: core/form-fields.php:411
4092
  msgctxt "form-fields-api"
4093
  msgid "Whole Number Validator"
4094
  msgstr ""
4095
 
4096
- #: core/form-fields.php:412
4097
  msgctxt "form-fields-api"
4098
  msgid "Decimal Number Validator"
4099
  msgstr ""
4100
 
4101
- #: core/form-fields.php:413
4102
  msgctxt "form-fields-api"
4103
  msgid "Date Validator"
4104
  msgstr ""
4105
 
4106
- #: core/form-fields.php:420
4107
  msgctxt "form-fields-api validation"
4108
  msgid "Field"
4109
  msgstr ""
4110
 
4111
- #: core/form-fields.php:436 core/form-fields.php:440
4112
  msgctxt "form-fields-api validation"
4113
  msgid "%s is required."
4114
  msgstr ""
4115
 
4116
- #: core/form-fields.php:449 core/form-fields.php:456
4117
  msgctxt "form-fields-api validation"
4118
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4119
  msgstr ""
4120
 
4121
- #: core/form-fields.php:470
4122
  msgctxt "form-fields-api validation"
4123
  msgid "%s is badly formatted. Valid Email format required."
4124
  msgstr ""
4125
 
4126
- #: core/form-fields.php:476
4127
  msgctxt "form-fields-api validation"
4128
  msgid "%s must be a number. Decimal values are not allowed."
4129
  msgstr ""
4130
 
4131
- #: core/form-fields.php:482
4132
  msgctxt "form-fields-api validation"
4133
  msgid "%s must be a number."
4134
  msgstr ""
4135
 
4136
- #: core/form-fields.php:493
4137
  msgctxt "form-fields-api validation"
4138
- msgid "%s must be in the format MM/DD/YYYY."
4139
  msgstr ""
4140
 
4141
- #: core/form-fields.php:504
 
 
 
 
 
4142
  msgctxt "form-fields-api validation"
4143
  msgid "%s is invalid. Value most be one of %s."
4144
  msgstr ""
@@ -4289,12 +4336,12 @@ msgctxt "google-wallet"
4289
  msgid "The transaction has been canceled at user's request."
4290
  msgstr ""
4291
 
4292
- #: core/installer.php:36
4293
  msgctxt "default category name"
4294
  msgid "General"
4295
  msgstr ""
4296
 
4297
- #: core/installer.php:458
4298
  msgctxt "installer"
4299
  msgid ""
4300
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
@@ -4302,82 +4349,82 @@ msgid ""
4302
  "the Regions module."
4303
  msgstr ""
4304
 
4305
- #: core/installer.php:524
4306
  msgctxt "installer"
4307
  msgid "Cleaning up listing fees information... %d/%d"
4308
  msgstr ""
4309
 
4310
- #: core/installer.php:574
4311
  msgctxt "installer"
4312
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4313
  msgstr ""
4314
 
4315
- #: core/installer.php:603
4316
  msgctxt "installer"
4317
  msgid "Initial listing payment (BD < 3.4)"
4318
  msgstr ""
4319
 
4320
- #: core/installer.php:614
4321
  msgctxt "installer"
4322
  msgid "Listing edit payment (BD < 3.4)"
4323
  msgstr ""
4324
 
4325
- #: core/installer.php:635
4326
  msgctxt "installer"
4327
  msgid "Renewal fee \"%s\" for category \"%s\""
4328
  msgstr ""
4329
 
4330
- #: core/installer.php:654
4331
  msgctxt "installer"
4332
  msgid "Listing upgrade to featured"
4333
  msgstr ""
4334
 
4335
- #: core/installer.php:723
4336
  msgid "Business Directory - Manual Upgrade Required"
4337
  msgstr ""
4338
 
4339
- #: core/installer.php:725
4340
  msgid ""
4341
  "Business Directory features are currently disabled because the plugin needs "
4342
  "to perform a manual upgrade before continuing."
4343
  msgstr ""
4344
 
4345
- #: core/installer.php:727
4346
  msgid "Perform Manual Upgrade"
4347
  msgstr ""
4348
 
4349
- #: core/installer.php:743 core/installer.php:744 core/installer.php:755
4350
  msgid "Business Directory - Manual Upgrade"
4351
  msgstr ""
4352
 
4353
- #: core/installer.php:759
4354
  msgid ""
4355
  "Business Directory features are currently disabled because the plugin needs "
4356
  "to perform a manual upgrade before it can be used."
4357
  msgstr ""
4358
 
4359
- #: core/installer.php:761
4360
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4361
  msgstr ""
4362
 
4363
- #: core/installer.php:764
4364
  msgctxt "manual-upgrade"
4365
  msgid "Start Upgrade"
4366
  msgstr ""
4367
 
4368
- #: core/installer.php:766
4369
  msgctxt "manual-upgrade"
4370
  msgid "Pause Upgrade"
4371
  msgstr ""
4372
 
4373
- #: core/installer.php:772
4374
  msgctxt "manual-upgrade"
4375
  msgid ""
4376
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
4377
  "available."
4378
  msgstr ""
4379
 
4380
- #: core/installer.php:775
4381
  msgctxt "manual-upgrade"
4382
  msgid "Go to \"Directory Admin\""
4383
  msgstr ""
@@ -4719,36 +4766,36 @@ msgctxt "payments"
4719
  msgid "Invalid payment id."
4720
  msgstr ""
4721
 
4722
- #: core/view-checkout.php:82
4723
  msgctxt "checkout"
4724
  msgid "Continue"
4725
  msgstr ""
4726
 
4727
- #: core/view-checkout.php:93
4728
  msgctxt "checkout"
4729
  msgid ""
4730
  "Payments are not allowed on the non-secure version of this site. Please "
4731
  "<a>continue to the secure server to proceed with your payment</a>."
4732
  msgstr ""
4733
 
4734
- #: core/view-checkout.php:108
4735
  msgctxt "checkout"
4736
  msgid ""
4737
  "Your payment is being verified. This usually takes a few minutes but can "
4738
  "take up to 24 hours."
4739
  msgstr ""
4740
 
4741
- #: core/view-checkout.php:116 core/view-checkout.php:137
4742
  msgctxt "checkout"
4743
  msgid "← Return to Directory."
4744
  msgstr ""
4745
 
4746
- #: core/view-checkout.php:126
4747
  msgctxt "checkout"
4748
  msgid "Your payment was received sucessfully."
4749
  msgstr ""
4750
 
4751
- #: core/view-checkout.php:133
4752
  msgctxt "checkout"
4753
  msgid "← Return to your listing."
4754
  msgstr ""
@@ -5008,7 +5055,7 @@ msgctxt "preview"
5008
  msgid "This is just a preview. The listing has not been published yet."
5009
  msgstr ""
5010
 
5011
- #: core/views.php:367
5012
  msgctxt "templates"
5013
  msgid ""
5014
  "There are no categories assigned to the business directory yet. You need to "
@@ -5018,12 +5065,12 @@ msgid ""
5018
  "categories to the business directory."
5019
  msgstr ""
5020
 
5021
- #: core/views.php:369
5022
  msgctxt "templates"
5023
  msgid "There are currently no listings in the directory."
5024
  msgstr ""
5025
 
5026
- #: core/views.php:387
5027
  msgctxt "templates"
5028
  msgid ""
5029
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -5809,6 +5856,27 @@ msgctxt "templates"
5809
  msgid "* Indicates required fields."
5810
  msgstr ""
5811
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5812
  #. Plugin URI of the plugin/theme
5813
  msgid "http://www.businessdirectoryplugin.com"
5814
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2015-06-09 16:02:40+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:11-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
107
  msgid "Renew Listing"
108
  msgstr ""
109
 
110
+ #: admin/class-admin.php:119
111
  msgctxt "drip pointer"
112
  msgid ""
113
  "Find out how to create a compelling, thriving business directory from "
115
  "a FREE premium module just for signing up."
116
  msgstr ""
117
 
118
+ #: admin/class-admin.php:121
119
  msgctxt "drip pointer"
120
  msgid "Email Address:"
121
  msgstr ""
122
 
123
+ #: admin/class-admin.php:127
124
  msgctxt "drip pointer"
125
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
126
  msgstr ""
127
 
128
+ #: admin/class-admin.php:129
129
  msgctxt "drip pointer"
130
  msgid "Yes, please!"
131
  msgstr ""
132
 
133
+ #: admin/class-admin.php:131
134
  msgctxt "drip pointer"
135
  msgid "No, thanks"
136
  msgstr ""
137
 
138
+ #: admin/class-admin.php:148
139
  msgctxt "admin"
140
  msgid "Business Directory"
141
  msgstr ""
142
 
143
+ #: admin/class-admin.php:159
144
  msgctxt "admin"
145
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
146
  msgstr ""
147
 
148
+ #: admin/class-admin.php:180
149
+ msgctxt "drip pointer"
150
+ msgid "Invalid e-mail address."
151
+ msgstr ""
152
+
153
+ #: admin/class-admin.php:211
154
  msgctxt "admin menu"
155
  msgid "Business Directory Admin"
156
  msgstr ""
157
 
158
+ #: admin/class-admin.php:212
159
  msgctxt "admin menu"
160
  msgid "Directory Admin"
161
  msgstr ""
162
 
163
+ #: admin/class-admin.php:218 admin/class-admin.php:219
164
  msgctxt "admin menu"
165
  msgid "Add New Listing"
166
  msgstr ""
167
 
168
+ #: admin/class-admin.php:224 admin/class-admin.php:225
169
  msgctxt "admin menu"
170
  msgid "Manage Options"
171
  msgstr ""
172
 
173
+ #: admin/class-admin.php:230 admin/class-admin.php:231
174
  msgctxt "admin menu"
175
  msgid "Manage Fees"
176
  msgstr ""
177
 
178
+ #: admin/class-admin.php:236 admin/class-admin.php:237
179
  msgctxt "admin menu"
180
  msgid "Manage Form Fields"
181
  msgstr ""
182
 
183
+ #: admin/class-admin.php:242 admin/class-admin.php:243
184
  msgctxt "admin menu"
185
  msgid "Listings"
186
  msgstr ""
187
 
188
+ #: admin/class-admin.php:257 admin/class-admin.php:258
189
  msgctxt "admin menu"
190
  msgid "CSV Import"
191
  msgstr ""
192
 
193
+ #: admin/class-admin.php:263 admin/class-admin.php:264
194
  msgctxt "admin menu"
195
  msgid "CSV Export"
196
  msgstr ""
197
 
198
+ #: admin/class-admin.php:269 admin/class-admin.php:270
199
  msgctxt "admin menu"
200
  msgid "Debug"
201
  msgstr ""
202
 
203
+ #: admin/class-admin.php:279
204
  msgctxt "admin menu"
205
  msgid "Main Menu"
206
  msgstr ""
207
 
208
+ #: admin/class-admin.php:290
209
  msgctxt "admin menu"
210
  msgid "Uninstall Business Directory Plugin"
211
  msgstr ""
212
 
213
+ #: admin/class-admin.php:291
214
  msgctxt "admin menu"
215
  msgid "Uninstall"
216
  msgstr ""
217
 
218
+ #: admin/class-admin.php:400
219
  #: admin/templates/listing-metabox-categories.tpl.php:69
220
  msgctxt "admin infometabox"
221
  msgid "never"
222
  msgstr ""
223
 
224
+ #: admin/class-admin.php:480
225
  msgctxt "admin"
226
  msgid "The listing has been published."
227
  msgid_plural "The listings have been published."
228
  msgstr[0] ""
229
  msgstr[1] ""
230
 
231
+ #: admin/class-admin.php:493
232
  msgctxt "admin"
233
  msgid "The listing status has been set as paid."
234
  msgid_plural "The listings status has been set as paid."
235
  msgstr[0] ""
236
  msgstr[1] ""
237
 
238
+ #: admin/class-admin.php:505
239
  msgctxt "admin"
240
  msgid "The listing has been modified."
241
  msgid_plural "The listings have been modified."
242
  msgstr[0] ""
243
  msgstr[1] ""
244
 
245
+ #: admin/class-admin.php:518
246
  msgctxt "admin"
247
  msgid "The listing has been upgraded."
248
  msgid_plural "The listings have been upgraded."
249
  msgstr[0] ""
250
  msgstr[1] ""
251
 
252
+ #: admin/class-admin.php:530
253
  msgctxt "admin"
254
  msgid "The listing has been downgraded."
255
  msgid_plural "The listings have been downgraded."
256
  msgstr[0] ""
257
  msgstr[1] ""
258
 
259
+ #: admin/class-admin.php:542 admin/transactions.php:243
260
  msgctxt "admin"
261
  msgid "The transaction has been approved."
262
  msgstr ""
263
 
264
+ #: admin/class-admin.php:550 admin/transactions.php:254
265
  msgctxt "admin"
266
  msgid "The transaction has been rejected."
267
  msgstr ""
268
 
269
+ #: admin/class-admin.php:556
270
  msgctxt "admin"
271
  msgid "The fee was successfully assigned."
272
  msgstr ""
273
 
274
+ #: admin/class-admin.php:565
275
  msgctxt "admin"
276
  msgid "Listing was renewed."
277
  msgid_plural "Listings were renewed."
278
  msgstr[0] ""
279
  msgstr[1] ""
280
 
281
+ #: admin/class-admin.php:572
282
  msgctxt "admin"
283
  msgid "Renewal email sent."
284
  msgstr ""
285
 
286
+ #: admin/class-admin.php:606
287
  msgctxt "admin category id"
288
  msgid "ID"
289
  msgstr ""
290
 
291
+ #: admin/class-admin.php:608 admin/class-admin.php:614
292
  msgctxt "admin"
293
  msgid "Listing Count"
294
  msgstr ""
295
 
296
+ #: admin/class-admin.php:710
297
  msgctxt "admin"
298
  msgid ""
299
  "<b>Business Directory Plugin</b> requires fields with the following "
300
  "associations in order to work correctly: <b>%s</b>."
301
  msgstr ""
302
 
303
+ #: admin/class-admin.php:712
304
  msgctxt "admin"
305
  msgid ""
306
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
307
  "association in order to work correctly."
308
  msgstr ""
309
 
310
+ #: admin/class-admin.php:716
311
  msgctxt "admin"
312
  msgid ""
313
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
314
  "or let Business Directory do this for you automatically."
315
  msgstr ""
316
 
317
+ #: admin/class-admin.php:720
318
  msgctxt "admin"
319
  msgid "Go to \"Manage Form Fields\""
320
  msgstr ""
321
 
322
+ #: admin/class-admin.php:723
323
  msgctxt "admin"
324
  msgid "Create these required fields for me"
325
  msgstr ""
326
 
327
+ #: admin/class-admin.php:732
328
  msgctxt "admin"
329
  msgid ""
330
  "<b>Business Directory Plugin</b> requires a page with the "
331
  "<tt>[businessdirectory]</tt> shortcode to function properly."
332
  msgstr ""
333
 
334
+ #: admin/class-admin.php:734
335
  msgctxt "admin"
336
  msgid ""
337
  "You can create this page by yourself or let Business Directory do this for "
338
  "you automatically."
339
  msgstr ""
340
 
341
+ #: admin/class-admin.php:738
342
  msgctxt "admin"
343
  msgid "Create required pages for me"
344
  msgstr ""
345
 
346
+ #: admin/class-admin.php:768
347
  msgctxt "admin compat"
348
  msgid "Installed: %s"
349
  msgstr ""
350
 
351
+ #: admin/class-admin.php:768
352
  msgctxt "admin compat"
353
  msgid "N/A"
354
  msgstr ""
355
 
356
+ #: admin/class-admin.php:771
357
  msgctxt "admin compat"
358
  msgid "Required: %s"
359
  msgstr ""
360
 
361
+ #: admin/class-admin.php:784
362
  msgctxt "admin compat"
363
  msgid ""
364
  "Business Directory has detected some incompatible premium module versions "
365
  "installed."
366
  msgstr ""
367
 
368
+ #: admin/class-admin.php:786
369
  msgctxt "admin compat"
370
  msgid ""
371
  "Please upgrade to the required versions indicated below to make sure "
372
  "everything functions properly."
373
  msgstr ""
374
 
375
+ #: admin/class-admin.php:801
376
  msgctxt "admin"
377
  msgid ""
378
  "We noticed you want your Business Directory users to register before posting "
453
  msgid "There was an error uploading the images ZIP file."
454
  msgstr ""
455
 
456
+ #: admin/csv-import.php:315
457
+ msgctxt "admin csv-import"
458
+ msgid ""
459
+ "An error was detected while validating the CSV file for import. Please fix "
460
+ "this before proceeding."
461
+ msgstr ""
462
+
463
+ #: admin/csv-import.php:324
464
  msgctxt "admin csv-import"
465
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
466
  msgstr ""
1605
  msgid "Please see the <a>Form Fields documentation</a> for more details."
1606
  msgstr ""
1607
 
1608
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
1609
  #. Plugin Name of the plugin/theme
1610
  #: admin/templates/header.tpl.php:4
1611
  msgid "Business Directory Plugin"
2295
  msgid "The transaction has been deleted."
2296
  msgstr ""
2297
 
2298
+ #: business-directory-plugin.php:655
2299
  msgctxt "admin plugins"
2300
  msgid "Settings"
2301
  msgstr ""
2302
 
2303
+ #: business-directory-plugin.php:665
2304
  msgctxt "post type general name"
2305
  msgid "Directory"
2306
  msgstr ""
2307
 
2308
+ #: business-directory-plugin.php:666
2309
  msgctxt "post type singular name"
2310
  msgid "Directory"
2311
  msgstr ""
2312
 
2313
+ #: business-directory-plugin.php:667
2314
  msgctxt "listing"
2315
  msgid "Add New Listing"
2316
  msgstr ""
2317
 
2318
+ #: business-directory-plugin.php:668
2319
  msgctxt "post type"
2320
  msgid "Add New Listing"
2321
  msgstr ""
2322
 
2323
+ #: business-directory-plugin.php:669 core/compatibility/deprecated.php:255
2324
  msgid "Edit Listing"
2325
  msgstr ""
2326
 
2327
+ #: business-directory-plugin.php:670
2328
  msgid "New Listing"
2329
  msgstr ""
2330
 
2331
+ #: business-directory-plugin.php:671
2332
  msgid "View Listing"
2333
  msgstr ""
2334
 
2335
+ #: business-directory-plugin.php:672
2336
  msgid "Search Listings"
2337
  msgstr ""
2338
 
2339
+ #: business-directory-plugin.php:673
2340
  msgid "No listings found"
2341
  msgstr ""
2342
 
2343
+ #: business-directory-plugin.php:674
2344
  msgid "No listings found in trash"
2345
  msgstr ""
2346
 
2347
+ #: business-directory-plugin.php:696
2348
  msgid "Directory Categories"
2349
  msgstr ""
2350
 
2351
+ #: business-directory-plugin.php:822 business-directory-plugin.php:829
2352
  msgctxt "rss feed"
2353
  msgid "%s Feed"
2354
  msgstr ""
2355
 
2356
+ #: business-directory-plugin.php:1187
2357
  msgctxt "title"
2358
  msgid "Submit A Listing"
2359
  msgstr ""
2360
 
2361
+ #: business-directory-plugin.php:1197
2362
  msgctxt "title"
2363
  msgid "Find a Listing"
2364
  msgstr ""
2365
 
2366
+ #: business-directory-plugin.php:1207
2367
  msgctxt "title"
2368
  msgid "View All Listings"
2369
  msgstr ""
2370
 
2371
+ #: business-directory-plugin.php:1227
2372
  msgctxt "title"
2373
  msgid "Listings tagged: %s"
2374
  msgstr ""
2375
 
2376
+ #: business-directory-plugin.php:1452
2377
  msgctxt "comment-form"
2378
  msgid "The reCAPTCHA wasn't entered correctly."
2379
  msgstr ""
2380
 
2381
+ #: core/class-csv-import.php:361
2382
  msgctxt "admin csv-import"
2383
  msgid "Could not create listing category \"%s\""
2384
  msgstr ""
2385
 
2386
+ #: core/class-csv-import.php:503
2387
  msgctxt "admin csv-import"
2388
  msgid "Username \"%s\" does not exist"
2389
  msgstr ""
2390
 
2391
+ #: core/class-csv-import.php:535
2392
  msgctxt "admin csv-import"
2393
  msgid "Missing required field: %s"
2394
  msgstr ""
2395
 
2396
+ #: core/class-csv-import.php:555
2397
  msgctxt "admin csv-import"
2398
  msgid "Listing category \"%s\" does not exist"
2399
  msgstr ""
2403
  msgid "Invalid form field type"
2404
  msgstr ""
2405
 
2406
+ #: core/class-form-field.php:402
2407
  msgctxt "form-fields-api"
2408
  msgid "Field label is required."
2409
  msgstr ""
2410
 
2411
+ #: core/class-form-field.php:419
2412
  msgctxt "form-fields-api"
2413
  msgid ""
2414
  "There can only be one field with association \"%s\". Please select another "
2415
  "association."
2416
  msgstr ""
2417
 
2418
+ #: core/class-form-field.php:429
2419
  msgctxt "form-fields-api"
2420
  msgid "\"%s\" is an invalid field type for this association."
2421
  msgstr ""
2422
 
2423
+ #: core/class-form-field.php:460
2424
  msgctxt "form-fields-api"
2425
  msgid "Invalid field ID"
2426
  msgstr ""
2427
 
2428
+ #: core/class-form-field.php:469
2429
  msgctxt "form-fields api"
2430
  msgid ""
2431
  "This form field can't be deleted because it is required for the plugin to "
2432
  "work."
2433
  msgstr ""
2434
 
2435
+ #: core/class-form-field.php:481
2436
  msgctxt "form-fields-api"
2437
  msgid "An error occurred while trying to delete this field."
2438
  msgstr ""
2487
  msgid "(Fee Unavailable)"
2488
  msgstr ""
2489
 
2490
+ #: core/class-listings-api.php:294
2491
  msgctxt "notify email"
2492
  msgid "[%s] New listing notification"
2493
  msgstr ""
2494
 
2495
+ #: core/class-listings-api.php:313
2496
  msgctxt "notify email"
2497
  msgid "[%s] Listing edit notification"
2498
  msgstr ""
2754
  msgid "Enable AJAX compatibility mode?"
2755
  msgstr ""
2756
 
2757
+ #: core/class-settings.php:141 core/class-settings.php:604
2758
  msgctxt "admin settings"
2759
  msgid "Listings"
2760
  msgstr ""
3254
  msgid "Checkout URL link"
3255
  msgstr ""
3256
 
3257
+ #: core/class-settings.php:414
3258
  msgctxt "admin settings"
3259
  msgid "Renewal Reminders"
3260
  msgstr ""
3261
 
3262
+ #: core/class-settings.php:417
3263
  msgctxt "admin settings"
3264
  msgid ""
3265
  "This section refers only to the text of the renewal/expiration notices. You "
3266
  "can also <a>configure when the e-mails are sent</a>."
3267
  msgstr ""
3268
 
3269
+ #: core/class-settings.php:421
3270
  msgctxt "admin settings"
3271
  msgid "Pending expiration e-mail message"
3272
  msgstr ""
3273
 
3274
+ #: core/class-settings.php:425
3275
  msgctxt "settings"
3276
  msgid ""
3277
  "Sent some time before the listing expires. Applies to non-recurring renewals "
3278
  "only."
3279
  msgstr ""
3280
 
 
 
 
 
 
 
 
3281
  #: core/class-settings.php:426 core/class-settings.php:439
3282
  #: core/class-settings.php:452 core/class-settings.php:465
3283
  #: core/class-settings.php:478
3284
  msgctxt "settings"
3285
+ msgid "Listing's name (with link)"
3286
  msgstr ""
3287
 
3288
  #: core/class-settings.php:427 core/class-settings.php:440
3289
+ #: core/class-settings.php:453 core/class-settings.php:466
3290
  #: core/class-settings.php:479
3291
  msgctxt "settings"
3292
+ msgid "Author's name"
3293
+ msgstr ""
3294
+
3295
+ #: core/class-settings.php:428 core/class-settings.php:441
3296
+ #: core/class-settings.php:480
3297
+ msgctxt "settings"
3298
  msgid "Expiration date"
3299
  msgstr ""
3300
 
3301
+ #: core/class-settings.php:429
3302
  msgctxt "settings"
3303
  msgid "Category that is going to expire"
3304
  msgstr ""
3305
 
3306
+ #: core/class-settings.php:430 core/class-settings.php:443
3307
+ #: core/class-settings.php:482
3308
  msgctxt "settings"
3309
  msgid "Link to renewal page"
3310
  msgstr ""
3311
 
3312
+ #: core/class-settings.php:431 core/class-settings.php:444
3313
+ #: core/class-settings.php:456 core/class-settings.php:469
3314
+ #: core/class-settings.php:483
3315
  msgctxt "settings"
3316
  msgid "Link to your site"
3317
  msgstr ""
3318
 
3319
+ #: core/class-settings.php:434
3320
  msgctxt "admin settings"
3321
  msgid "Listing Renewal e-mail message"
3322
  msgstr ""
3323
 
3324
+ #: core/class-settings.php:438
3325
  msgctxt "settings"
3326
  msgid ""
3327
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
3328
  "only."
3329
  msgstr ""
3330
 
3331
+ #: core/class-settings.php:442 core/class-settings.php:481
3332
  msgctxt "settings"
3333
  msgid "Category that expired"
3334
  msgstr ""
3335
 
3336
+ #: core/class-settings.php:447
3337
  msgctxt "admin settings"
3338
  msgid "Listing auto-renewal reminder (recurring payments)"
3339
  msgstr ""
3340
 
3341
+ #: core/class-settings.php:451
3342
  msgctxt "settings"
3343
  msgid ""
3344
  "Sent some time before the listing is auto-renewed. Applies to recurring "
3345
  "renewals only."
3346
  msgstr ""
3347
 
3348
+ #: core/class-settings.php:454 core/class-settings.php:468
3349
  msgctxt "settings"
3350
  msgid "Renewal date"
3351
  msgstr ""
3352
 
3353
+ #: core/class-settings.php:455
3354
  msgctxt "settings"
3355
  msgid "Category that is going to be renewed"
3356
  msgstr ""
3357
 
3358
+ #: core/class-settings.php:457
3359
  msgctxt "settings"
3360
  msgid "Link to manage subscriptions"
3361
  msgstr ""
3362
 
3363
+ #: core/class-settings.php:460
3364
  msgctxt "admin settings"
3365
  msgid "Listing Renewal e-mail message (recurring payments)"
3366
  msgstr ""
3367
 
3368
+ #: core/class-settings.php:464
3369
  msgctxt "settings"
3370
  msgid ""
3371
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3372
  msgstr ""
3373
 
3374
+ #: core/class-settings.php:467
3375
  msgctxt "settings"
3376
  msgid "Renewed category"
3377
  msgstr ""
3378
 
3379
+ #: core/class-settings.php:473
3380
  msgctxt "admin settings"
3381
  msgid "Renewal reminder e-mail message"
3382
  msgstr ""
3383
 
3384
+ #: core/class-settings.php:477
3385
  msgctxt "settings"
3386
  msgid ""
3387
  "Sent some time after listing expiration and when no renewal has occurred. "
3388
  "Applies to both recurring and non-recurring renewals."
3389
  msgstr ""
3390
 
3391
+ #: core/class-settings.php:487
3392
  msgctxt "admin settings"
3393
  msgid "Payment"
3394
  msgstr ""
3395
 
3396
+ #: core/class-settings.php:488
3397
  msgctxt "admin settings"
3398
  msgid "Payment Settings"
3399
  msgstr ""
3400
 
3401
+ #: core/class-settings.php:491
3402
  msgctxt "admin settings"
3403
  msgid "Turn On payments?"
3404
  msgstr ""
3405
 
3406
+ #: core/class-settings.php:493
3407
  msgctxt "admin settings"
3408
  msgid "Put payment gateways in test mode?"
3409
  msgstr ""
3410
 
3411
+ #: core/class-settings.php:498
3412
  msgctxt "admin settings"
3413
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3414
  msgstr ""
3415
 
3416
+ #: core/class-settings.php:501
3417
  msgctxt "admin settings"
3418
  msgid ""
3419
  "Recommended for added security. For this to work you need to enable HTTPS on "
3420
  "your server and <a>obtain an SSL certificate</a>."
3421
  msgstr ""
3422
 
3423
+ #: core/class-settings.php:505
3424
  msgctxt "admin settings"
3425
  msgid "Currency Code"
3426
  msgstr ""
3427
 
3428
+ #: core/class-settings.php:507
3429
  msgctxt "admin settings"
3430
  msgid "Australian Dollar (AUD)"
3431
  msgstr ""
3432
 
3433
+ #: core/class-settings.php:508
3434
  msgctxt "admin settings"
3435
  msgid "Brazilian Real (BRL)"
3436
  msgstr ""
3437
 
3438
+ #: core/class-settings.php:509
3439
  msgctxt "admin settings"
3440
  msgid "Canadian Dollar (CAD)"
3441
  msgstr ""
3442
 
3443
+ #: core/class-settings.php:510
3444
  msgctxt "admin settings"
3445
  msgid "Czech Koruna (CZK)"
3446
  msgstr ""
3447
 
3448
+ #: core/class-settings.php:511
3449
  msgctxt "admin settings"
3450
  msgid "Danish Krone (DKK)"
3451
  msgstr ""
3452
 
3453
+ #: core/class-settings.php:512
3454
  msgctxt "admin settings"
3455
  msgid "Euro (EUR)"
3456
  msgstr ""
3457
 
3458
+ #: core/class-settings.php:513
3459
  msgctxt "admin settings"
3460
  msgid "Hong Kong Dollar (HKD)"
3461
  msgstr ""
3462
 
3463
+ #: core/class-settings.php:514
3464
  msgctxt "admin settings"
3465
  msgid "Hungarian Forint (HUF)"
3466
  msgstr ""
3467
 
3468
+ #: core/class-settings.php:515
3469
  msgctxt "admin settings"
3470
  msgid "Israeli New Shequel (ILS)"
3471
  msgstr ""
3472
 
3473
+ #: core/class-settings.php:516
3474
  msgctxt "admin settings"
3475
  msgid "Japanese Yen (JPY)"
3476
  msgstr ""
3477
 
3478
+ #: core/class-settings.php:517
3479
  msgctxt "admin settings"
3480
  msgid "Malasian Ringgit (MYR)"
3481
  msgstr ""
3482
 
3483
+ #: core/class-settings.php:518
3484
  msgctxt "admin settings"
3485
  msgid "Mexican Peso (MXN)"
3486
  msgstr ""
3487
 
3488
+ #: core/class-settings.php:519
3489
  msgctxt "admin settings"
3490
  msgid "Norwegian Krone (NOK)"
3491
  msgstr ""
3492
 
3493
+ #: core/class-settings.php:520
3494
  msgctxt "admin settings"
3495
  msgid "New Zealand Dollar (NZD)"
3496
  msgstr ""
3497
 
3498
+ #: core/class-settings.php:521
3499
  msgctxt "admin settings"
3500
  msgid "Philippine Peso (PHP)"
3501
  msgstr ""
3502
 
3503
+ #: core/class-settings.php:522
3504
  msgctxt "admin settings"
3505
  msgid "Polish Zloty (PLN)"
3506
  msgstr ""
3507
 
3508
+ #: core/class-settings.php:523
3509
  msgctxt "admin settings"
3510
  msgid "Pound Sterling (GBP)"
3511
  msgstr ""
3512
 
3513
+ #: core/class-settings.php:524
3514
  msgctxt "admin settings"
3515
  msgid "Singapore Dollar (SGD)"
3516
  msgstr ""
3517
 
3518
+ #: core/class-settings.php:525
3519
  msgctxt "admin settings"
3520
  msgid "Swedish Krona (SEK)"
3521
  msgstr ""
3522
 
3523
+ #: core/class-settings.php:526
3524
  msgctxt "admin settings"
3525
  msgid "Swiss Franc (CHF)"
3526
  msgstr ""
3527
 
3528
+ #: core/class-settings.php:527
3529
  msgctxt "admin settings"
3530
  msgid "Taiwan Dollar (TWD)"
3531
  msgstr ""
3532
 
3533
+ #: core/class-settings.php:528
3534
  msgctxt "admin settings"
3535
  msgid "Thai Baht (THB)"
3536
  msgstr ""
3537
 
3538
+ #: core/class-settings.php:529
3539
  msgctxt "admin settings"
3540
  msgid "Turkish Lira (TRY)"
3541
  msgstr ""
3542
 
3543
+ #: core/class-settings.php:530
3544
  msgctxt "admin settings"
3545
  msgid "U.S. Dollar"
3546
  msgstr ""
3547
 
3548
+ #: core/class-settings.php:534
3549
  msgctxt "admin settings"
3550
  msgid "Currency Symbol"
3551
  msgstr ""
3552
 
3553
+ #: core/class-settings.php:537
3554
  msgctxt "admin settings"
3555
  msgid "Thank you for payment message"
3556
  msgstr ""
3557
 
3558
+ #: core/class-settings.php:538
3559
  msgctxt "admin settings"
3560
  msgid ""
3561
  "Thank you for your payment. Your payment is being verified and your listing "
3562
  "reviewed. The verification and review process could take up to 48 hours."
3563
  msgstr ""
3564
 
3565
+ #: core/class-settings.php:543
3566
  msgctxt "admin settings"
3567
  msgid "Ask users to come back for abandoned payments?"
3568
  msgstr ""
3569
 
3570
+ #: core/class-settings.php:546
3571
  msgctxt "admin settings"
3572
  msgid ""
3573
  "An abandoned payment is when a user attempts to place a listing and gets to "
3576
  "the transaction. BD can remind them to come back and continue."
3577
  msgstr ""
3578
 
3579
+ #: core/class-settings.php:552
3580
  msgctxt "admin settings"
3581
  msgid "Listing abandonment threshold (hours)"
3582
  msgstr ""
3583
 
3584
+ #: core/class-settings.php:557
3585
  msgctxt "admin settings"
3586
  msgid ""
3587
  "Listings with pending payments are marked as abandoned after this time. You "
3588
  "can also <a>customize the e-mail</a> users receive."
3589
  msgstr ""
3590
 
3591
+ #: core/class-settings.php:563
3592
  msgctxt "admin settings"
3593
  msgid "Registration"
3594
  msgstr ""
3595
 
3596
+ #: core/class-settings.php:564
3597
  msgctxt "admin settings"
3598
  msgid "Registration Settings"
3599
  msgstr ""
3600
 
3601
+ #: core/class-settings.php:565
3602
  msgctxt "admin settings"
3603
  msgid "Require login to post listings?"
3604
  msgstr ""
3605
 
3606
+ #: core/class-settings.php:570
3607
  msgctxt "admin settings"
3608
  msgid "Registration URL"
3609
  msgstr ""
3610
 
3611
+ #: core/class-settings.php:573
3612
  msgctxt "admin settings"
3613
  msgid ""
3614
  "URL of your membership plugin's registration page. Only enter this if using "
3615
  "a membership plugin or custom registration page."
3616
  msgstr ""
3617
 
3618
+ #: core/class-settings.php:577
3619
  msgctxt "admin settings"
3620
  msgid "Image"
3621
  msgstr ""
3622
 
3623
+ #: core/class-settings.php:578
3624
  msgctxt "admin settings"
3625
  msgid ""
3626
  "Any changes to these settings will affect new listings only. Existing "
3629
  "here."
3630
  msgstr ""
3631
 
3632
+ #: core/class-settings.php:579
3633
  msgctxt "admin settings"
3634
  msgid "Image Settings"
3635
  msgstr ""
3636
 
3637
+ #: core/class-settings.php:580
3638
  msgctxt "admin settings"
3639
  msgid "Allow images?"
3640
  msgstr ""
3641
 
3642
+ #: core/class-settings.php:582
3643
  msgctxt "admin settings"
3644
  msgid "Min Image File Size (KB)"
3645
  msgstr ""
3646
 
3647
+ #: core/class-settings.php:583
3648
  msgctxt "admin settings"
3649
  msgid "Max Image File Size (KB)"
3650
  msgstr ""
3651
 
3652
+ #: core/class-settings.php:585
3653
  msgctxt "admin settings"
3654
  msgid "Min image width (px)"
3655
  msgstr ""
3656
 
3657
+ #: core/class-settings.php:586
3658
  msgctxt "admin settings"
3659
  msgid "Min image height (px)"
3660
  msgstr ""
3661
 
3662
+ #: core/class-settings.php:588
3663
  msgctxt "admin settings"
3664
  msgid "Max image width (px)"
3665
  msgstr ""
3666
 
3667
+ #: core/class-settings.php:589
3668
  msgctxt "admin settings"
3669
  msgid "Max image height (px)"
3670
  msgstr ""
3671
 
3672
+ #: core/class-settings.php:591
3673
  msgctxt "admin settings"
3674
  msgid "Turn on thickbox/lightbox?"
3675
  msgstr ""
3676
 
3677
+ #: core/class-settings.php:591
3678
  msgctxt "admin settings"
3679
  msgid ""
3680
  "Uncheck if it conflicts with other elements or plugins installed on your site"
3681
  msgstr ""
3682
 
3683
+ #: core/class-settings.php:593
3684
  msgctxt "admin settings"
3685
  msgid "Thumbnails"
3686
  msgstr ""
3687
 
3688
+ #: core/class-settings.php:594
3689
  msgctxt "admin settings"
3690
  msgid "Thumbnail width (px)"
3691
  msgstr ""
3692
 
3693
+ #: core/class-settings.php:595
3694
  msgctxt "admin settings"
3695
  msgid "Thumbnail height (px)"
3696
  msgstr ""
3697
 
3698
+ #: core/class-settings.php:598
3699
  msgctxt "admin settings"
3700
  msgid "Crop thumbnails to exact dimensions?"
3701
  msgstr ""
3702
 
3703
+ #: core/class-settings.php:601
3704
  msgctxt "admin settings"
3705
  msgid ""
3706
  "When enabled images will match exactly the dimensions above but part of the "
3709
  "Depending on the uploaded images, thumbnails may have different heights."
3710
  msgstr ""
3711
 
3712
+ #: core/class-settings.php:607
3713
  msgctxt "admin settings"
3714
  msgid "Number of free images"
3715
  msgstr ""
3716
 
3717
+ #: core/class-settings.php:612
3718
  msgctxt "admin settings"
3719
  msgid ""
3720
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3721
  "a> instead of this setting, which is ignored for paid listings."
3722
  msgstr ""
3723
 
3724
+ #: core/class-settings.php:613
3725
  msgctxt "admin settings"
3726
  msgid "Use default picture for listings with no picture?"
3727
  msgstr ""
3728
 
3729
+ #: core/class-settings.php:614
3730
  msgctxt "admin settings"
3731
  msgid "Show Thumbnail on main listings page?"
3732
  msgstr ""
3733
 
3734
+ #: core/class-settings.php:670
3735
  msgctxt "admin settings"
3736
  msgid ""
3737
  "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
3738
  "not activated."
3739
  msgstr ""
3740
 
3741
+ #: core/class-settings.php:678
3742
  msgctxt "admin settings"
3743
  msgid ""
3744
  "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
3745
  "be created."
3746
  msgstr ""
3747
 
3748
+ #: core/class-settings.php:687
3749
  msgctxt "admin settings"
3750
  msgid ""
3751
  "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
3752
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
3753
  msgstr ""
3754
 
3755
+ #: core/class-settings.php:986
3756
  msgctxt "settings"
3757
  msgid "Deactivate License"
3758
  msgstr ""
3759
 
3760
+ #: core/class-settings.php:988
3761
  msgctxt "settings"
3762
  msgid "Deactivating license..."
3763
  msgstr ""
3764
 
3765
+ #: core/class-settings.php:991
3766
  msgctxt "settings"
3767
  msgid "Activate License"
3768
  msgstr ""
3769
 
3770
+ #: core/class-settings.php:993
3771
  msgctxt "settings"
3772
  msgid "Activating license..."
3773
  msgstr ""
3774
 
3775
+ #: core/class-settings.php:1017
3776
  msgctxt "admin settings"
3777
  msgid "Valid placeholders: %s"
3778
  msgstr ""
3779
 
3780
+ #: core/class-settings.php:1051
3781
  msgctxt "settings email"
3782
  msgid "Click to edit e-mail"
3783
  msgstr ""
3784
 
3785
+ #: core/class-settings.php:1052
3786
  msgctxt "settings email"
3787
  msgid "Click to edit"
3788
  msgstr ""
3789
 
3790
+ #: core/class-settings.php:1065
3791
  msgctxt "settings email"
3792
  msgid "E-Mail Subject"
3793
  msgstr ""
3794
 
3795
+ #: core/class-settings.php:1076
3796
  msgctxt "settings email"
3797
  msgid "E-Mail Body"
3798
  msgstr ""
3799
 
3800
+ #: core/class-settings.php:1087
3801
  msgctxt "settings email"
3802
  msgid "You can use the following placeholders:"
3803
  msgstr ""
3804
 
3805
+ #: core/class-settings.php:1110
3806
  msgctxt "settings email"
3807
  msgid "Preview e-mail"
3808
  msgstr ""
3809
 
3810
+ #: core/class-settings.php:1111
3811
  msgctxt "settings email"
3812
  msgid "Cancel"
3813
  msgstr ""
3814
 
3815
+ #: core/class-settings.php:1112
3816
  msgctxt "settings email"
3817
  msgid "Save Changes"
3818
  msgstr ""
3819
 
3820
+ #: core/class-settings.php:1131
3821
  msgctxt "settings email"
3822
  msgid "Site title"
3823
  msgstr ""
3824
 
3825
+ #: core/class-settings.php:1134
3826
  msgctxt "settings email"
3827
  msgid "Site title (with link)"
3828
  msgstr ""
3829
 
3830
+ #: core/class-settings.php:1137
3831
  msgctxt "settings email"
3832
  msgid "Site address (with link)"
3833
  msgstr ""
3834
 
3835
+ #: core/class-settings.php:1140
3836
  msgctxt "settings email"
3837
  msgid "Directory URL (with link)"
3838
  msgstr ""
3839
 
3840
+ #: core/class-settings.php:1143
3841
  msgctxt "settings email"
3842
  msgid "Current date"
3843
  msgstr ""
3844
 
3845
+ #: core/class-settings.php:1146
3846
  msgctxt "settings email"
3847
  msgid "Current time"
3848
  msgstr ""
3849
 
3850
+ #: core/compatibility/class-navxt-integration.php:159
3851
+ msgctxt "navxt"
3852
+ msgid "Submit Listing"
3853
+ msgstr ""
3854
+
3855
+ #: core/compatibility/class-navxt-integration.php:163
3856
+ msgctxt "navxt"
3857
+ msgid "Edit Listing"
3858
+ msgstr ""
3859
+
3860
+ #: core/compatibility/class-navxt-integration.php:167
3861
+ msgctxt "navxt"
3862
+ msgid "Search"
3863
+ msgstr ""
3864
+
3865
  #: core/compatibility/deprecated.php:144
3866
  msgid "View"
3867
  msgstr ""
4035
  msgid "Remove"
4036
  msgstr ""
4037
 
4038
+ #: core/form-fields-types.php:1067
4039
+ msgctxt "form-fields api"
4040
+ msgid "Date Field"
4041
+ msgstr ""
4042
+
4043
+ #: core/form-fields-types.php:1090
4044
+ msgid "%s (ex. %s)"
4045
+ msgstr ""
4046
+
4047
+ #: core/form-fields-types.php:1094
4048
+ msgctxt "form-fields api"
4049
+ msgid "Date Format"
4050
+ msgstr ""
4051
+
4052
  #: core/form-fields.php:31
4053
  msgctxt "form-fields api"
4054
  msgid "Post Title"
4084
  msgid "Custom"
4085
  msgstr ""
4086
 
4087
+ #: core/form-fields.php:300
4088
  msgid "Business Name"
4089
  msgstr ""
4090
 
4091
+ #: core/form-fields.php:302
4092
  msgid "Business Genre"
4093
  msgstr ""
4094
 
4095
+ #: core/form-fields.php:304
4096
  msgid "Short Business Description"
4097
  msgstr ""
4098
 
4099
+ #: core/form-fields.php:306
4100
  msgid "Long Business Description"
4101
  msgstr ""
4102
 
4103
+ #: core/form-fields.php:308
4104
  msgid "Business Website Address"
4105
  msgstr ""
4106
 
4107
+ #: core/form-fields.php:310
4108
  msgid "Business Phone Number"
4109
  msgstr ""
4110
 
4111
+ #: core/form-fields.php:312
4112
  msgid "Business Fax"
4113
  msgstr ""
4114
 
4115
+ #: core/form-fields.php:314
4116
  msgid "Business Contact Email"
4117
  msgstr ""
4118
 
4119
+ #: core/form-fields.php:316
4120
  msgid "Business Tags"
4121
  msgstr ""
4122
 
4123
+ #: core/form-fields.php:411
4124
  msgctxt "form-fields-api"
4125
  msgid "Email Validator"
4126
  msgstr ""
4127
 
4128
+ #: core/form-fields.php:412
4129
  msgctxt "form-fields-api"
4130
  msgid "URL Validator"
4131
  msgstr ""
4132
 
4133
+ #: core/form-fields.php:413
4134
  msgctxt "form-fields-api"
4135
  msgid "Whole Number Validator"
4136
  msgstr ""
4137
 
4138
+ #: core/form-fields.php:414
4139
  msgctxt "form-fields-api"
4140
  msgid "Decimal Number Validator"
4141
  msgstr ""
4142
 
4143
+ #: core/form-fields.php:415
4144
  msgctxt "form-fields-api"
4145
  msgid "Date Validator"
4146
  msgstr ""
4147
 
4148
+ #: core/form-fields.php:422
4149
  msgctxt "form-fields-api validation"
4150
  msgid "Field"
4151
  msgstr ""
4152
 
4153
+ #: core/form-fields.php:438 core/form-fields.php:442
4154
  msgctxt "form-fields-api validation"
4155
  msgid "%s is required."
4156
  msgstr ""
4157
 
4158
+ #: core/form-fields.php:451 core/form-fields.php:458
4159
  msgctxt "form-fields-api validation"
4160
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4161
  msgstr ""
4162
 
4163
+ #: core/form-fields.php:472
4164
  msgctxt "form-fields-api validation"
4165
  msgid "%s is badly formatted. Valid Email format required."
4166
  msgstr ""
4167
 
4168
+ #: core/form-fields.php:478
4169
  msgctxt "form-fields-api validation"
4170
  msgid "%s must be a number. Decimal values are not allowed."
4171
  msgstr ""
4172
 
4173
+ #: core/form-fields.php:484
4174
  msgctxt "form-fields-api validation"
4175
  msgid "%s must be a number."
4176
  msgstr ""
4177
 
4178
+ #: core/form-fields.php:497
4179
  msgctxt "form-fields-api validation"
4180
+ msgid "%s must be in the format %s."
4181
  msgstr ""
4182
 
4183
+ #: core/form-fields.php:529
4184
+ msgctxt "form-fields-api validation"
4185
+ msgid "%s must be a valid date."
4186
+ msgstr ""
4187
+
4188
+ #: core/form-fields.php:540
4189
  msgctxt "form-fields-api validation"
4190
  msgid "%s is invalid. Value most be one of %s."
4191
  msgstr ""
4336
  msgid "The transaction has been canceled at user's request."
4337
  msgstr ""
4338
 
4339
+ #: core/installer.php:38
4340
  msgctxt "default category name"
4341
  msgid "General"
4342
  msgstr ""
4343
 
4344
+ #: core/installer.php:460
4345
  msgctxt "installer"
4346
  msgid ""
4347
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4349
  "the Regions module."
4350
  msgstr ""
4351
 
4352
+ #: core/installer.php:526
4353
  msgctxt "installer"
4354
  msgid "Cleaning up listing fees information... %d/%d"
4355
  msgstr ""
4356
 
4357
+ #: core/installer.php:576
4358
  msgctxt "installer"
4359
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4360
  msgstr ""
4361
 
4362
+ #: core/installer.php:605
4363
  msgctxt "installer"
4364
  msgid "Initial listing payment (BD < 3.4)"
4365
  msgstr ""
4366
 
4367
+ #: core/installer.php:616
4368
  msgctxt "installer"
4369
  msgid "Listing edit payment (BD < 3.4)"
4370
  msgstr ""
4371
 
4372
+ #: core/installer.php:637
4373
  msgctxt "installer"
4374
  msgid "Renewal fee \"%s\" for category \"%s\""
4375
  msgstr ""
4376
 
4377
+ #: core/installer.php:656
4378
  msgctxt "installer"
4379
  msgid "Listing upgrade to featured"
4380
  msgstr ""
4381
 
4382
+ #: core/installer.php:859
4383
  msgid "Business Directory - Manual Upgrade Required"
4384
  msgstr ""
4385
 
4386
+ #: core/installer.php:861
4387
  msgid ""
4388
  "Business Directory features are currently disabled because the plugin needs "
4389
  "to perform a manual upgrade before continuing."
4390
  msgstr ""
4391
 
4392
+ #: core/installer.php:863
4393
  msgid "Perform Manual Upgrade"
4394
  msgstr ""
4395
 
4396
+ #: core/installer.php:879 core/installer.php:880 core/installer.php:891
4397
  msgid "Business Directory - Manual Upgrade"
4398
  msgstr ""
4399
 
4400
+ #: core/installer.php:895
4401
  msgid ""
4402
  "Business Directory features are currently disabled because the plugin needs "
4403
  "to perform a manual upgrade before it can be used."
4404
  msgstr ""
4405
 
4406
+ #: core/installer.php:897
4407
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4408
  msgstr ""
4409
 
4410
+ #: core/installer.php:900
4411
  msgctxt "manual-upgrade"
4412
  msgid "Start Upgrade"
4413
  msgstr ""
4414
 
4415
+ #: core/installer.php:902
4416
  msgctxt "manual-upgrade"
4417
  msgid "Pause Upgrade"
4418
  msgstr ""
4419
 
4420
+ #: core/installer.php:908
4421
  msgctxt "manual-upgrade"
4422
  msgid ""
4423
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
4424
  "available."
4425
  msgstr ""
4426
 
4427
+ #: core/installer.php:911
4428
  msgctxt "manual-upgrade"
4429
  msgid "Go to \"Directory Admin\""
4430
  msgstr ""
4766
  msgid "Invalid payment id."
4767
  msgstr ""
4768
 
4769
+ #: core/view-checkout.php:92
4770
  msgctxt "checkout"
4771
  msgid "Continue"
4772
  msgstr ""
4773
 
4774
+ #: core/view-checkout.php:103
4775
  msgctxt "checkout"
4776
  msgid ""
4777
  "Payments are not allowed on the non-secure version of this site. Please "
4778
  "<a>continue to the secure server to proceed with your payment</a>."
4779
  msgstr ""
4780
 
4781
+ #: core/view-checkout.php:118
4782
  msgctxt "checkout"
4783
  msgid ""
4784
  "Your payment is being verified. This usually takes a few minutes but can "
4785
  "take up to 24 hours."
4786
  msgstr ""
4787
 
4788
+ #: core/view-checkout.php:126 core/view-checkout.php:147
4789
  msgctxt "checkout"
4790
  msgid "← Return to Directory."
4791
  msgstr ""
4792
 
4793
+ #: core/view-checkout.php:136
4794
  msgctxt "checkout"
4795
  msgid "Your payment was received sucessfully."
4796
  msgstr ""
4797
 
4798
+ #: core/view-checkout.php:143
4799
  msgctxt "checkout"
4800
  msgid "← Return to your listing."
4801
  msgstr ""
5055
  msgid "This is just a preview. The listing has not been published yet."
5056
  msgstr ""
5057
 
5058
+ #: core/views.php:368
5059
  msgctxt "templates"
5060
  msgid ""
5061
  "There are no categories assigned to the business directory yet. You need to "
5065
  "categories to the business directory."
5066
  msgstr ""
5067
 
5068
+ #: core/views.php:370
5069
  msgctxt "templates"
5070
  msgid "There are currently no listings in the directory."
5071
  msgstr ""
5072
 
5073
+ #: core/views.php:388
5074
  msgctxt "templates"
5075
  msgid ""
5076
  "You have \"Hide Empty Categories\" on and some categories that don't have "
5856
  msgid "* Indicates required fields."
5857
  msgstr ""
5858
 
5859
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:178
5860
+ msgid ""
5861
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
5862
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
5863
+ msgstr ""
5864
+
5865
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:185
5866
+ msgid ""
5867
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
5868
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
5869
+ "\">update now</a>."
5870
+ msgstr ""
5871
+
5872
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
5873
+ msgid "You do not have permission to install plugin updates"
5874
+ msgstr ""
5875
+
5876
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
5877
+ msgid "Error"
5878
+ msgstr ""
5879
+
5880
  #. Plugin URI of the plugin/theme
5881
  msgid "http://www.businessdirectoryplugin.com"
5882
  msgstr ""
languages/WPBDM-es_ES.mo CHANGED
Binary file
languages/WPBDM-es_ES.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2015-04-07 16:07:07+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:47-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -108,7 +108,7 @@ msgctxt "admin actions"
108
  msgid "Renew Listing"
109
  msgstr "Renovar Listado"
110
 
111
- #: admin/class-admin.php:136
112
  msgctxt "drip pointer"
113
  msgid ""
114
  "Find out how to create a compelling, thriving business directory from "
@@ -119,183 +119,189 @@ msgstr ""
119
  "cero en este curso GRATUITO por e-mail de 5 partes. Obtenga un módulo "
120
  "premium GRATIS solo por inscribirse."
121
 
122
- #: admin/class-admin.php:138
123
  msgctxt "drip pointer"
124
  msgid "Email Address:"
125
  msgstr "Correo electrónico:"
126
 
127
- #: admin/class-admin.php:144
128
  msgctxt "drip pointer"
129
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
130
  msgstr ""
131
  "Quiere conocer los secretos para crear un Directorio de Negocios "
132
  "impresionante?"
133
 
134
- #: admin/class-admin.php:146
135
  msgctxt "drip pointer"
136
  msgid "Yes, please!"
137
  msgstr "Sí, por favor!"
138
 
139
- #: admin/class-admin.php:148
140
  msgctxt "drip pointer"
141
  msgid "No, thanks"
142
  msgstr "No, gracias"
143
 
144
- #: admin/class-admin.php:165
145
  msgctxt "admin"
146
  msgid "Business Directory"
147
  msgstr "Directorio de Negocios"
148
 
149
- #: admin/class-admin.php:176
150
  msgctxt "admin"
151
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
152
  msgstr ""
153
  "Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
154
 
155
- #: admin/class-admin.php:236
 
 
 
 
 
 
156
  msgctxt "admin menu"
157
  msgid "Business Directory Admin"
158
  msgstr "Gestión de Directorio de Negocios"
159
 
160
- #: admin/class-admin.php:237
161
  msgctxt "admin menu"
162
  msgid "Directory Admin"
163
  msgstr "Gestión de Directorio"
164
 
165
- #: admin/class-admin.php:243 admin/class-admin.php:244
166
  msgctxt "admin menu"
167
  msgid "Add New Listing"
168
  msgstr "Agregar Nuevo Listado"
169
 
170
- #: admin/class-admin.php:249 admin/class-admin.php:250
171
  msgctxt "admin menu"
172
  msgid "Manage Options"
173
  msgstr "Configuraciones"
174
 
175
- #: admin/class-admin.php:255 admin/class-admin.php:256
176
  msgctxt "admin menu"
177
  msgid "Manage Fees"
178
  msgstr "Administrar Comisiones"
179
 
180
- #: admin/class-admin.php:261 admin/class-admin.php:262
181
  msgctxt "admin menu"
182
  msgid "Manage Form Fields"
183
  msgstr "Administrar Campos de Formulario"
184
 
185
- #: admin/class-admin.php:267 admin/class-admin.php:268
186
  msgctxt "admin menu"
187
  msgid "Listings"
188
  msgstr "Listados"
189
 
190
- #: admin/class-admin.php:282 admin/class-admin.php:283
191
  msgctxt "admin menu"
192
  msgid "CSV Import"
193
  msgstr "Importar CSV"
194
 
195
- #: admin/class-admin.php:288 admin/class-admin.php:289
196
  msgctxt "admin menu"
197
  msgid "CSV Export"
198
  msgstr "Exportar CSV"
199
 
200
- #: admin/class-admin.php:294 admin/class-admin.php:295
201
  msgctxt "admin menu"
202
  msgid "Debug"
203
  msgstr "Depuración"
204
 
205
- #: admin/class-admin.php:304
206
  msgctxt "admin menu"
207
  msgid "Main Menu"
208
  msgstr "Menú Principal"
209
 
210
- #: admin/class-admin.php:315
211
  msgctxt "admin menu"
212
  msgid "Uninstall Business Directory Plugin"
213
  msgstr "Desinstalar Business Directory Plugin"
214
 
215
- #: admin/class-admin.php:316
216
  msgctxt "admin menu"
217
  msgid "Uninstall"
218
  msgstr "Desinstalar"
219
 
220
- #: admin/class-admin.php:425
221
  #: admin/templates/listing-metabox-categories.tpl.php:69
222
  msgctxt "admin infometabox"
223
  msgid "never"
224
  msgstr "nunca"
225
 
226
- #: admin/class-admin.php:505
227
  msgctxt "admin"
228
  msgid "The listing has been published."
229
  msgid_plural "The listings have been published."
230
  msgstr[0] "El listado ha sido publicado."
231
  msgstr[1] "Los listados han sido publicados."
232
 
233
- #: admin/class-admin.php:518
234
  msgctxt "admin"
235
  msgid "The listing status has been set as paid."
236
  msgid_plural "The listings status has been set as paid."
237
  msgstr[0] "El listado se ha marcado como pagado."
238
  msgstr[1] "Los listados se han marcado como pagados."
239
 
240
- #: admin/class-admin.php:530
241
  msgctxt "admin"
242
  msgid "The listing has been modified."
243
  msgid_plural "The listings have been modified."
244
  msgstr[0] "El listado ha sido modificado."
245
  msgstr[1] "Los listados han sido modificados."
246
 
247
- #: admin/class-admin.php:543
248
  msgctxt "admin"
249
  msgid "The listing has been upgraded."
250
  msgid_plural "The listings have been upgraded."
251
  msgstr[0] "El listado ha sido mejorado."
252
  msgstr[1] "Los listados han sido mejorados."
253
 
254
- #: admin/class-admin.php:555
255
  msgctxt "admin"
256
  msgid "The listing has been downgraded."
257
  msgid_plural "The listings have been downgraded."
258
  msgstr[0] "El listado ha sido degradado."
259
  msgstr[1] "Los listados han sido degradados."
260
 
261
- #: admin/class-admin.php:567 admin/transactions.php:243
262
  msgctxt "admin"
263
  msgid "The transaction has been approved."
264
  msgstr "La transacción ha sido aprobada."
265
 
266
- #: admin/class-admin.php:575 admin/transactions.php:254
267
  msgctxt "admin"
268
  msgid "The transaction has been rejected."
269
  msgstr "La transacción ha sido rechazada."
270
 
271
- #: admin/class-admin.php:581
272
  msgctxt "admin"
273
  msgid "The fee was successfully assigned."
274
  msgstr "La comisión se asignó satisfactoriamente."
275
 
276
- #: admin/class-admin.php:590
277
  msgctxt "admin"
278
  msgid "Listing was renewed."
279
  msgid_plural "Listings were renewed."
280
  msgstr[0] "El listado ha sido renovado."
281
  msgstr[1] "Los listados fueron renovados."
282
 
283
- #: admin/class-admin.php:597
284
  msgctxt "admin"
285
  msgid "Renewal email sent."
286
  msgstr "Mensaje de correo electrónico de renovación enviado."
287
 
288
- #: admin/class-admin.php:631
289
  msgctxt "admin category id"
290
  msgid "ID"
291
  msgstr "ID"
292
 
293
- #: admin/class-admin.php:633 admin/class-admin.php:639
294
  msgctxt "admin"
295
  msgid "Listing Count"
296
  msgstr "Conteo de Listados"
297
 
298
- #: admin/class-admin.php:735
299
  msgctxt "admin"
300
  msgid ""
301
  "<b>Business Directory Plugin</b> requires fields with the following "
@@ -304,7 +310,7 @@ msgstr ""
304
  "<b>Business Directory Plugin</b> requiere campos con las siguientes "
305
  "asociaciones para funcionar correctamente: <b>%s</b>."
306
 
307
- #: admin/class-admin.php:737
308
  msgctxt "admin"
309
  msgid ""
310
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
@@ -313,7 +319,7 @@ msgstr ""
313
  "<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
314
  "b> para funcionar correctamente."
315
 
316
- #: admin/class-admin.php:741
317
  msgctxt "admin"
318
  msgid ""
319
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
@@ -322,17 +328,17 @@ msgstr ""
322
  "Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
323
  "o puede dejar que Business Directory haga esto por usted automáticamente."
324
 
325
- #: admin/class-admin.php:745
326
  msgctxt "admin"
327
  msgid "Go to \"Manage Form Fields\""
328
  msgstr "Ir a \"Administrar Campos de Formulario\""
329
 
330
- #: admin/class-admin.php:748
331
  msgctxt "admin"
332
  msgid "Create these required fields for me"
333
  msgstr "Crear estos campos requeridos por mi"
334
 
335
- #: admin/class-admin.php:757
336
  msgctxt "admin"
337
  msgid ""
338
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -341,7 +347,7 @@ msgstr ""
341
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
342
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
343
 
344
- #: admin/class-admin.php:759
345
  msgctxt "admin"
346
  msgid ""
347
  "You can create this page by yourself or let Business Directory do this for "
@@ -350,27 +356,27 @@ msgstr ""
350
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
351
  "por usted automáticamente."
352
 
353
- #: admin/class-admin.php:763
354
  msgctxt "admin"
355
  msgid "Create required pages for me"
356
  msgstr "Crear las páginas requeridas por mi"
357
 
358
- #: admin/class-admin.php:793
359
  msgctxt "admin compat"
360
  msgid "Installed: %s"
361
  msgstr "Instalado: %s"
362
 
363
- #: admin/class-admin.php:793
364
  msgctxt "admin compat"
365
  msgid "N/A"
366
  msgstr "N/A"
367
 
368
- #: admin/class-admin.php:796
369
  msgctxt "admin compat"
370
  msgid "Required: %s"
371
  msgstr "Requerido: %s"
372
 
373
- #: admin/class-admin.php:809
374
  msgctxt "admin compat"
375
  msgid ""
376
  "Business Directory has detected some incompatible premium module versions "
@@ -379,7 +385,7 @@ msgstr ""
379
  "Business Directory ha detectado algunas versiones incompatibles de módulos "
380
  "instaladas."
381
 
382
- #: admin/class-admin.php:811
383
  msgctxt "admin compat"
384
  msgid ""
385
  "Please upgrade to the required versions indicated below to make sure "
@@ -388,7 +394,7 @@ msgstr ""
388
  "Por favor actualice a las versiones requeridas indicadas abajo para "
389
  "asegurarse de que todo funcione correctamente."
390
 
391
- #: admin/class-admin.php:826
392
  msgctxt "admin"
393
  msgid ""
394
  "We noticed you want your Business Directory users to register before posting "
@@ -480,7 +486,14 @@ msgctxt "admin csv-import"
480
  msgid "There was an error uploading the images ZIP file."
481
  msgstr "Ocurrió un error subiendo el archivo ZIP de imágenes."
482
 
483
- #: admin/csv-import.php:311
 
 
 
 
 
 
 
484
  msgctxt "admin csv-import"
485
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
486
  msgstr ""
@@ -1689,6 +1702,7 @@ msgstr ""
1689
  "Por favor vea la <a>documentación de Campos de Formulario</a> para más "
1690
  "detalles."
1691
 
 
1692
  #. Plugin Name of the plugin/theme
1693
  #: admin/templates/header.tpl.php:4
1694
  msgid "Business Directory Plugin"
@@ -2403,105 +2417,105 @@ msgctxt "admin"
2403
  msgid "The transaction has been deleted."
2404
  msgstr "La transacción ha sido eliminada."
2405
 
2406
- #: business-directory-plugin.php:649
2407
  msgctxt "admin plugins"
2408
  msgid "Settings"
2409
  msgstr "Configuración"
2410
 
2411
- #: business-directory-plugin.php:659
2412
  msgctxt "post type general name"
2413
  msgid "Directory"
2414
  msgstr "Directorio"
2415
 
2416
- #: business-directory-plugin.php:660
2417
  msgctxt "post type singular name"
2418
  msgid "Directory"
2419
  msgstr "Directorio"
2420
 
2421
- #: business-directory-plugin.php:661
2422
  msgctxt "listing"
2423
  msgid "Add New Listing"
2424
  msgstr "Agregar Nuevo Listado"
2425
 
2426
- #: business-directory-plugin.php:662
2427
  msgctxt "post type"
2428
  msgid "Add New Listing"
2429
  msgstr "Agregar Nuevo Listado"
2430
 
2431
- #: business-directory-plugin.php:663 core/compatibility/deprecated.php:255
2432
  msgid "Edit Listing"
2433
  msgstr "Editar Listado"
2434
 
2435
- #: business-directory-plugin.php:664
2436
  msgid "New Listing"
2437
  msgstr "Nuevo Listado"
2438
 
2439
- #: business-directory-plugin.php:665
2440
  msgid "View Listing"
2441
  msgstr "Ver Listado"
2442
 
2443
- #: business-directory-plugin.php:666
2444
  msgid "Search Listings"
2445
  msgstr "Buscar Listados"
2446
 
2447
- #: business-directory-plugin.php:667
2448
  msgid "No listings found"
2449
  msgstr "No se encontraron listados"
2450
 
2451
- #: business-directory-plugin.php:668
2452
  msgid "No listings found in trash"
2453
  msgstr "No se encontraron listados en la papelera"
2454
 
2455
- #: business-directory-plugin.php:690
2456
  msgid "Directory Categories"
2457
  msgstr "Categorías de Directorio"
2458
 
2459
- #: business-directory-plugin.php:813 business-directory-plugin.php:820
2460
  msgctxt "rss feed"
2461
  msgid "%s Feed"
2462
  msgstr "Feed %s"
2463
 
2464
- #: business-directory-plugin.php:1178
2465
  msgctxt "title"
2466
  msgid "Submit A Listing"
2467
  msgstr "Enviar Un Listado"
2468
 
2469
- #: business-directory-plugin.php:1188
2470
  msgctxt "title"
2471
  msgid "Find a Listing"
2472
  msgstr "Encontrar un listado"
2473
 
2474
- #: business-directory-plugin.php:1198
2475
  msgctxt "title"
2476
  msgid "View All Listings"
2477
  msgstr "Ver Listados"
2478
 
2479
- #: business-directory-plugin.php:1218
2480
  msgctxt "title"
2481
  msgid "Listings tagged: %s"
2482
  msgstr "Listados etiquetados: %s"
2483
 
2484
- #: business-directory-plugin.php:1442
2485
  msgctxt "comment-form"
2486
  msgid "The reCAPTCHA wasn't entered correctly."
2487
  msgstr "El reCAPTCHA no fue ingresado correctamente."
2488
 
2489
- #: core/class-csv-import.php:357
2490
  msgctxt "admin csv-import"
2491
  msgid "Could not create listing category \"%s\""
2492
  msgstr "No se pudo crear la categoría \"%s\""
2493
 
2494
- #: core/class-csv-import.php:499
2495
  msgctxt "admin csv-import"
2496
  msgid "Username \"%s\" does not exist"
2497
  msgstr "El usuario \"%s\" no existe"
2498
 
2499
- #: core/class-csv-import.php:531
2500
  msgctxt "admin csv-import"
2501
  msgid "Missing required field: %s"
2502
  msgstr "Falta campo requerido: %s"
2503
 
2504
- #: core/class-csv-import.php:551
2505
  msgctxt "admin csv-import"
2506
  msgid "Listing category \"%s\" does not exist"
2507
  msgstr "La categoría \"%s\" no existe"
@@ -2511,12 +2525,12 @@ msgctxt "form-fields-api"
2511
  msgid "Invalid form field type"
2512
  msgstr "Tipo de campo inválido"
2513
 
2514
- #: core/class-form-field.php:399
2515
  msgctxt "form-fields-api"
2516
  msgid "Field label is required."
2517
  msgstr "El nombre del campo es requerido."
2518
 
2519
- #: core/class-form-field.php:416
2520
  msgctxt "form-fields-api"
2521
  msgid ""
2522
  "There can only be one field with association \"%s\". Please select another "
@@ -2525,17 +2539,17 @@ msgstr ""
2525
  "Solo puede haber un campo con asociación \"%s\". Por favor elija otra "
2526
  "asociación."
2527
 
2528
- #: core/class-form-field.php:426
2529
  msgctxt "form-fields-api"
2530
  msgid "\"%s\" is an invalid field type for this association."
2531
  msgstr "\"%s\" es un tipo de campo inválido para esta asociación."
2532
 
2533
- #: core/class-form-field.php:457
2534
  msgctxt "form-fields-api"
2535
  msgid "Invalid field ID"
2536
  msgstr "ID de campo inválido"
2537
 
2538
- #: core/class-form-field.php:466
2539
  msgctxt "form-fields api"
2540
  msgid ""
2541
  "This form field can't be deleted because it is required for the plugin to "
@@ -2544,7 +2558,7 @@ msgstr ""
2544
  "Este campo de formulario no puede eliminarse porque es requerido para el "
2545
  "funcionamiento del plugin."
2546
 
2547
- #: core/class-form-field.php:478
2548
  msgctxt "form-fields-api"
2549
  msgid "An error occurred while trying to delete this field."
2550
  msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
@@ -2599,12 +2613,12 @@ msgctxt "listing"
2599
  msgid "(Fee Unavailable)"
2600
  msgstr "(Comisión no disponible)"
2601
 
2602
- #: core/class-listings-api.php:291
2603
  msgctxt "notify email"
2604
  msgid "[%s] New listing notification"
2605
  msgstr "[%s] Notificación de nuevo listado"
2606
 
2607
- #: core/class-listings-api.php:310
2608
  msgctxt "notify email"
2609
  msgid "[%s] Listing edit notification"
2610
  msgstr "[%s] Notificación de listado editado"
@@ -2892,7 +2906,7 @@ msgctxt "admin settings"
2892
  msgid "Enable AJAX compatibility mode?"
2893
  msgstr "Habilitar modo de compatibilidad AJAX?"
2894
 
2895
- #: core/class-settings.php:141 core/class-settings.php:603
2896
  msgctxt "admin settings"
2897
  msgid "Listings"
2898
  msgstr "Listados"
@@ -3433,12 +3447,12 @@ msgctxt "admin settings"
3433
  msgid "Checkout URL link"
3434
  msgstr "Link a la URL de pago"
3435
 
3436
- #: core/class-settings.php:413
3437
  msgctxt "admin settings"
3438
  msgid "Renewal Reminders"
3439
  msgstr "Recordatorios de Renovación"
3440
 
3441
- #: core/class-settings.php:416
3442
  msgctxt "admin settings"
3443
  msgid ""
3444
  "This section refers only to the text of the renewal/expiration notices. You "
@@ -3448,12 +3462,12 @@ msgstr ""
3448
  "renovación/expiración. También puede <a>configurar cuándo estos correos son "
3449
  "enviados</a>."
3450
 
3451
- #: core/class-settings.php:420
3452
  msgctxt "admin settings"
3453
  msgid "Pending expiration e-mail message"
3454
  msgstr "Mensaje correo electrónico sobre expiración pendiente"
3455
 
3456
- #: core/class-settings.php:424
3457
  msgctxt "settings"
3458
  msgid ""
3459
  "Sent some time before the listing expires. Applies to non-recurring renewals "
@@ -3462,50 +3476,50 @@ msgstr ""
3462
  "Enviado un tiempo antes de que el listado expire. Aplica para renovaciones "
3463
  "no recurrentes únicamente."
3464
 
3465
- #: core/class-settings.php:425 core/class-settings.php:438
3466
- #: core/class-settings.php:451 core/class-settings.php:464
3467
- #: core/class-settings.php:477
3468
  msgctxt "settings"
3469
  msgid "Listing's name (with link)"
3470
  msgstr "Título del listado (con enlace)"
3471
 
3472
- #: core/class-settings.php:426 core/class-settings.php:439
3473
- #: core/class-settings.php:452 core/class-settings.php:465
3474
- #: core/class-settings.php:478
3475
  msgctxt "settings"
3476
  msgid "Author's name"
3477
  msgstr "Autor del listado"
3478
 
3479
- #: core/class-settings.php:427 core/class-settings.php:440
3480
- #: core/class-settings.php:479
3481
  msgctxt "settings"
3482
  msgid "Expiration date"
3483
  msgstr "Fecha de expiración"
3484
 
3485
- #: core/class-settings.php:428
3486
  msgctxt "settings"
3487
  msgid "Category that is going to expire"
3488
  msgstr "Categoría que va a expirar"
3489
 
3490
- #: core/class-settings.php:429 core/class-settings.php:442
3491
- #: core/class-settings.php:481
3492
  msgctxt "settings"
3493
  msgid "Link to renewal page"
3494
  msgstr "Enlace a la página de renovación"
3495
 
3496
- #: core/class-settings.php:430 core/class-settings.php:443
3497
- #: core/class-settings.php:455 core/class-settings.php:468
3498
- #: core/class-settings.php:482
3499
  msgctxt "settings"
3500
  msgid "Link to your site"
3501
  msgstr "Enlace a su sitio"
3502
 
3503
- #: core/class-settings.php:433
3504
  msgctxt "admin settings"
3505
  msgid "Listing Renewal e-mail message"
3506
  msgstr "Mensaje de correo electrónico sobre Renovación del Listado"
3507
 
3508
- #: core/class-settings.php:437
3509
  msgctxt "settings"
3510
  msgid ""
3511
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
@@ -3514,17 +3528,17 @@ msgstr ""
3514
  "Enviado al momento de expiración del listado. Aplica a renovaciones no "
3515
  "recurrentes únicamente."
3516
 
3517
- #: core/class-settings.php:441 core/class-settings.php:480
3518
  msgctxt "settings"
3519
  msgid "Category that expired"
3520
  msgstr "Categoría que expiró"
3521
 
3522
- #: core/class-settings.php:446
3523
  msgctxt "admin settings"
3524
  msgid "Listing auto-renewal reminder (recurring payments)"
3525
  msgstr "Recordatorio de auto-renovación del listado (pagos recurrentes)"
3526
 
3527
- #: core/class-settings.php:450
3528
  msgctxt "settings"
3529
  msgid ""
3530
  "Sent some time before the listing is auto-renewed. Applies to recurring "
@@ -3533,29 +3547,29 @@ msgstr ""
3533
  "Enviado algún tiempo antes de que el listado sea auto-renovado. Aplica a "
3534
  "renovaciones recurrentes únicamente."
3535
 
3536
- #: core/class-settings.php:453 core/class-settings.php:467
3537
  msgctxt "settings"
3538
  msgid "Renewal date"
3539
  msgstr "Fecha de renovación"
3540
 
3541
- #: core/class-settings.php:454
3542
  msgctxt "settings"
3543
  msgid "Category that is going to be renewed"
3544
  msgstr "Categoría que será renovada"
3545
 
3546
- #: core/class-settings.php:456
3547
  msgctxt "settings"
3548
  msgid "Link to manage subscriptions"
3549
  msgstr "Enlace a la página de administración de pagos recurrentes"
3550
 
3551
- #: core/class-settings.php:459
3552
  msgctxt "admin settings"
3553
  msgid "Listing Renewal e-mail message (recurring payments)"
3554
  msgstr ""
3555
  "Mensaje de correo electrónico sobre Renovación del Listado (para pago "
3556
  "automático)"
3557
 
3558
- #: core/class-settings.php:463
3559
  msgctxt "settings"
3560
  msgid ""
3561
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
@@ -3563,17 +3577,17 @@ msgstr ""
3563
  "Enviado luego de que el listado sea auto-renovado. Aplica a renovaciones "
3564
  "recurrentes únicamente."
3565
 
3566
- #: core/class-settings.php:466
3567
  msgctxt "settings"
3568
  msgid "Renewed category"
3569
  msgstr "Categoría renovada"
3570
 
3571
- #: core/class-settings.php:472
3572
  msgctxt "admin settings"
3573
  msgid "Renewal reminder e-mail message"
3574
  msgstr "Recordatorio por correo electrónico de renovación del listado"
3575
 
3576
- #: core/class-settings.php:476
3577
  msgctxt "settings"
3578
  msgid ""
3579
  "Sent some time after listing expiration and when no renewal has occurred. "
@@ -3582,32 +3596,32 @@ msgstr ""
3582
  "Enviado un tiempo después de que el listado expire y no haya sido renovado. "
3583
  "Aplica tanto a renovaciones recurrentes como no recurrentes."
3584
 
3585
- #: core/class-settings.php:486
3586
  msgctxt "admin settings"
3587
  msgid "Payment"
3588
  msgstr "Pago"
3589
 
3590
- #: core/class-settings.php:487
3591
  msgctxt "admin settings"
3592
  msgid "Payment Settings"
3593
  msgstr "Configuración de Pago"
3594
 
3595
- #: core/class-settings.php:490
3596
  msgctxt "admin settings"
3597
  msgid "Turn On payments?"
3598
  msgstr "Activar pagos?"
3599
 
3600
- #: core/class-settings.php:492
3601
  msgctxt "admin settings"
3602
  msgid "Put payment gateways in test mode?"
3603
  msgstr "Utilizar las pasarelas de pago en modo de prueba?"
3604
 
3605
- #: core/class-settings.php:497
3606
  msgctxt "admin settings"
3607
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3608
  msgstr "Realizar pagos en la versión segura (HTTPS) de su sitio?"
3609
 
3610
- #: core/class-settings.php:500
3611
  msgctxt "admin settings"
3612
  msgid ""
3613
  "Recommended for added security. For this to work you need to enable HTTPS on "
@@ -3616,142 +3630,142 @@ msgstr ""
3616
  "Recomendado para seguridad extra. Para que funcione debe tener habilitado "
3617
  "HTTPS en su servidor y <a>obtener un certificado SSL</a>."
3618
 
3619
- #: core/class-settings.php:504
3620
  msgctxt "admin settings"
3621
  msgid "Currency Code"
3622
  msgstr "Código de Moneda"
3623
 
3624
- #: core/class-settings.php:506
3625
  msgctxt "admin settings"
3626
  msgid "Australian Dollar (AUD)"
3627
  msgstr "Dólar Australiano (AUD)"
3628
 
3629
- #: core/class-settings.php:507
3630
  msgctxt "admin settings"
3631
  msgid "Brazilian Real (BRL)"
3632
  msgstr "Real Brasilero (BRL)"
3633
 
3634
- #: core/class-settings.php:508
3635
  msgctxt "admin settings"
3636
  msgid "Canadian Dollar (CAD)"
3637
  msgstr "Dólar Canadiense (CAD)"
3638
 
3639
- #: core/class-settings.php:509
3640
  msgctxt "admin settings"
3641
  msgid "Czech Koruna (CZK)"
3642
  msgstr "Corona Checa (CZK)"
3643
 
3644
- #: core/class-settings.php:510
3645
  msgctxt "admin settings"
3646
  msgid "Danish Krone (DKK)"
3647
  msgstr "Corona Danesa (DKK)"
3648
 
3649
- #: core/class-settings.php:511
3650
  msgctxt "admin settings"
3651
  msgid "Euro (EUR)"
3652
  msgstr "Euro (EUR)"
3653
 
3654
- #: core/class-settings.php:512
3655
  msgctxt "admin settings"
3656
  msgid "Hong Kong Dollar (HKD)"
3657
  msgstr "Dólar de Hong Kong (HKD)"
3658
 
3659
- #: core/class-settings.php:513
3660
  msgctxt "admin settings"
3661
  msgid "Hungarian Forint (HUF)"
3662
  msgstr "Forinte Húngaro (HUF)"
3663
 
3664
- #: core/class-settings.php:514
3665
  msgctxt "admin settings"
3666
  msgid "Israeli New Shequel (ILS)"
3667
  msgstr "Nuevo Shékel Israelí (ILS)"
3668
 
3669
- #: core/class-settings.php:515
3670
  msgctxt "admin settings"
3671
  msgid "Japanese Yen (JPY)"
3672
  msgstr "Yen Japonés (JPY)"
3673
 
3674
- #: core/class-settings.php:516
3675
  msgctxt "admin settings"
3676
  msgid "Malasian Ringgit (MYR)"
3677
  msgstr "Ringgit de Malasia (MYR)"
3678
 
3679
- #: core/class-settings.php:517
3680
  msgctxt "admin settings"
3681
  msgid "Mexican Peso (MXN)"
3682
  msgstr "Peso Mexicano (MXN)"
3683
 
3684
- #: core/class-settings.php:518
3685
  msgctxt "admin settings"
3686
  msgid "Norwegian Krone (NOK)"
3687
  msgstr "Corona Noruega (NOK)"
3688
 
3689
- #: core/class-settings.php:519
3690
  msgctxt "admin settings"
3691
  msgid "New Zealand Dollar (NZD)"
3692
  msgstr "Dólar de Nueva Zelanda (NZD)"
3693
 
3694
- #: core/class-settings.php:520
3695
  msgctxt "admin settings"
3696
  msgid "Philippine Peso (PHP)"
3697
  msgstr "Peso Filipino (PHP)"
3698
 
3699
- #: core/class-settings.php:521
3700
  msgctxt "admin settings"
3701
  msgid "Polish Zloty (PLN)"
3702
  msgstr "Zloty Polaco (PLN)"
3703
 
3704
- #: core/class-settings.php:522
3705
  msgctxt "admin settings"
3706
  msgid "Pound Sterling (GBP)"
3707
  msgstr "Libra Esterlina (GBP)"
3708
 
3709
- #: core/class-settings.php:523
3710
  msgctxt "admin settings"
3711
  msgid "Singapore Dollar (SGD)"
3712
  msgstr "Dólar de Singapur (SGD)"
3713
 
3714
- #: core/class-settings.php:524
3715
  msgctxt "admin settings"
3716
  msgid "Swedish Krona (SEK)"
3717
  msgstr "Corona Sueca (SEK)"
3718
 
3719
- #: core/class-settings.php:525
3720
  msgctxt "admin settings"
3721
  msgid "Swiss Franc (CHF)"
3722
  msgstr "Franco Suizo (CHF)"
3723
 
3724
- #: core/class-settings.php:526
3725
  msgctxt "admin settings"
3726
  msgid "Taiwan Dollar (TWD)"
3727
  msgstr "Dólar de Taiwán (TWD)"
3728
 
3729
- #: core/class-settings.php:527
3730
  msgctxt "admin settings"
3731
  msgid "Thai Baht (THB)"
3732
  msgstr "Baht de Tailandia (THB)"
3733
 
3734
- #: core/class-settings.php:528
3735
  msgctxt "admin settings"
3736
  msgid "Turkish Lira (TRY)"
3737
  msgstr "Lira Turca (TRY)"
3738
 
3739
- #: core/class-settings.php:529
3740
  msgctxt "admin settings"
3741
  msgid "U.S. Dollar"
3742
  msgstr "Dólar Americano (USD)"
3743
 
3744
- #: core/class-settings.php:533
3745
  msgctxt "admin settings"
3746
  msgid "Currency Symbol"
3747
  msgstr "Símbolo de Moneda"
3748
 
3749
- #: core/class-settings.php:536
3750
  msgctxt "admin settings"
3751
  msgid "Thank you for payment message"
3752
  msgstr "Mensaje de agradecimiento por el pago"
3753
 
3754
- #: core/class-settings.php:537
3755
  msgctxt "admin settings"
3756
  msgid ""
3757
  "Thank you for your payment. Your payment is being verified and your listing "
@@ -3760,13 +3774,13 @@ msgstr ""
3760
  "Gracias por su pago. Su pago está siendo verificado y su listado revisado. "
3761
  "Este proceso puede tardar hasta 48 horas."
3762
 
3763
- #: core/class-settings.php:542
3764
  msgctxt "admin settings"
3765
  msgid "Ask users to come back for abandoned payments?"
3766
  msgstr ""
3767
  "Contactar a los usuarios para pedirles que regresen a pagar pagos pendientes?"
3768
 
3769
- #: core/class-settings.php:545
3770
  msgctxt "admin settings"
3771
  msgid ""
3772
  "An abandoned payment is when a user attempts to place a listing and gets to "
@@ -3779,12 +3793,12 @@ msgstr ""
3779
  "en listados que parece que fallaron cuando el usuario simplemente no "
3780
  "completó la transacción. BD puede recordarles para que efectúen el pago."
3781
 
3782
- #: core/class-settings.php:551
3783
  msgctxt "admin settings"
3784
  msgid "Listing abandonment threshold (hours)"
3785
  msgstr "Tiempo tras el cual el listado es considerado abandonado (en horas)"
3786
 
3787
- #: core/class-settings.php:556
3788
  msgctxt "admin settings"
3789
  msgid ""
3790
  "Listings with pending payments are marked as abandoned after this time. You "
@@ -3794,27 +3808,27 @@ msgstr ""
3794
  "tiempo. También puede <a>personalizar el correo-e</a> que los usuarios "
3795
  "reciben."
3796
 
3797
- #: core/class-settings.php:562
3798
  msgctxt "admin settings"
3799
  msgid "Registration"
3800
  msgstr "Registro"
3801
 
3802
- #: core/class-settings.php:563
3803
  msgctxt "admin settings"
3804
  msgid "Registration Settings"
3805
  msgstr "Configuración de Registro"
3806
 
3807
- #: core/class-settings.php:564
3808
  msgctxt "admin settings"
3809
  msgid "Require login to post listings?"
3810
  msgstr "Requerir login para publicar listados?"
3811
 
3812
- #: core/class-settings.php:569
3813
  msgctxt "admin settings"
3814
  msgid "Registration URL"
3815
  msgstr "URL de Registro"
3816
 
3817
- #: core/class-settings.php:572
3818
  msgctxt "admin settings"
3819
  msgid ""
3820
  "URL of your membership plugin's registration page. Only enter this if using "
@@ -3824,12 +3838,12 @@ msgstr ""
3824
  "información únicamente si utiliza un plugin de membresía o una página de "
3825
  "registro especial."
3826
 
3827
- #: core/class-settings.php:576
3828
  msgctxt "admin settings"
3829
  msgid "Image"
3830
  msgstr "Imágenes"
3831
 
3832
- #: core/class-settings.php:577
3833
  msgctxt "admin settings"
3834
  msgid ""
3835
  "Any changes to these settings will affect new listings only. Existing "
@@ -3842,52 +3856,52 @@ msgstr ""
3842
  "existentes, deberá subir de nuevo las imágenes necesarias luego de hacer los "
3843
  "cambios aquí."
3844
 
3845
- #: core/class-settings.php:578
3846
  msgctxt "admin settings"
3847
  msgid "Image Settings"
3848
  msgstr "Configuración de Imágenes"
3849
 
3850
- #: core/class-settings.php:579
3851
  msgctxt "admin settings"
3852
  msgid "Allow images?"
3853
  msgstr "Permitir imágenes?"
3854
 
3855
- #: core/class-settings.php:581
3856
  msgctxt "admin settings"
3857
  msgid "Min Image File Size (KB)"
3858
  msgstr "Tamaño mínimo de imagen (KB)"
3859
 
3860
- #: core/class-settings.php:582
3861
  msgctxt "admin settings"
3862
  msgid "Max Image File Size (KB)"
3863
  msgstr "Tamaño máximo de imagen (KB)"
3864
 
3865
- #: core/class-settings.php:584
3866
  msgctxt "admin settings"
3867
  msgid "Min image width (px)"
3868
  msgstr "Ancho mínimo de imagen (en px)"
3869
 
3870
- #: core/class-settings.php:585
3871
  msgctxt "admin settings"
3872
  msgid "Min image height (px)"
3873
  msgstr "Alto mínimo de imagen (en px)"
3874
 
3875
- #: core/class-settings.php:587
3876
  msgctxt "admin settings"
3877
  msgid "Max image width (px)"
3878
  msgstr "Ancho máximo de imagen (px)"
3879
 
3880
- #: core/class-settings.php:588
3881
  msgctxt "admin settings"
3882
  msgid "Max image height (px)"
3883
  msgstr "Alto máximo de imagen (px)"
3884
 
3885
- #: core/class-settings.php:590
3886
  msgctxt "admin settings"
3887
  msgid "Turn on thickbox/lightbox?"
3888
  msgstr "Activar Thickbox/Lightbox?"
3889
 
3890
- #: core/class-settings.php:590
3891
  msgctxt "admin settings"
3892
  msgid ""
3893
  "Uncheck if it conflicts with other elements or plugins installed on your site"
@@ -3895,27 +3909,27 @@ msgstr ""
3895
  "Desmarque si entra en conflicto con otros elementos o plugins instalados en "
3896
  "su sitio"
3897
 
3898
- #: core/class-settings.php:592
3899
  msgctxt "admin settings"
3900
  msgid "Thumbnails"
3901
  msgstr "Imágenes de previsualización"
3902
 
3903
- #: core/class-settings.php:593
3904
  msgctxt "admin settings"
3905
  msgid "Thumbnail width (px)"
3906
  msgstr "Ancho de thumbnail (px)"
3907
 
3908
- #: core/class-settings.php:594
3909
  msgctxt "admin settings"
3910
  msgid "Thumbnail height (px)"
3911
  msgstr "Alto de thumbnail (px)"
3912
 
3913
- #: core/class-settings.php:597
3914
  msgctxt "admin settings"
3915
  msgid "Crop thumbnails to exact dimensions?"
3916
  msgstr "Cortar imágenes de previsualización a las dimensiones exactas?"
3917
 
3918
- #: core/class-settings.php:600
3919
  msgctxt "admin settings"
3920
  msgid ""
3921
  "When enabled images will match exactly the dimensions above but part of the "
@@ -3929,12 +3943,12 @@ msgstr ""
3929
  "alto será ajustado proporcionalmente. Dependiendo de las imágenes que se "
3930
  "hayan utilizado, estas podrían tener diferentes alturas."
3931
 
3932
- #: core/class-settings.php:606
3933
  msgctxt "admin settings"
3934
  msgid "Number of free images"
3935
  msgstr "Número de imágenes gratuitas"
3936
 
3937
- #: core/class-settings.php:611
3938
  msgctxt "admin settings"
3939
  msgid ""
3940
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
@@ -3943,17 +3957,17 @@ msgstr ""
3943
  "Configure las imágenes de listados pagos agregando o editando una "
3944
  "<a>comisión</a> pues este valor será ignorado para listados pagos."
3945
 
3946
- #: core/class-settings.php:612
3947
  msgctxt "admin settings"
3948
  msgid "Use default picture for listings with no picture?"
3949
  msgstr "Utilizar imagen por defecto en listados sin imagen?"
3950
 
3951
- #: core/class-settings.php:613
3952
  msgctxt "admin settings"
3953
  msgid "Show Thumbnail on main listings page?"
3954
  msgstr "Mostrar thumbnails en las páginas principales?"
3955
 
3956
- #: core/class-settings.php:669
3957
  msgctxt "admin settings"
3958
  msgid ""
3959
  "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
@@ -3962,7 +3976,7 @@ msgstr ""
3962
  "No se pudo copiar el plugin de compatibilidad AJAX \"%s\". El modo de "
3963
  "compatibilidad no fue activado."
3964
 
3965
- #: core/class-settings.php:677
3966
  msgctxt "admin settings"
3967
  msgid ""
3968
  "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
@@ -3971,7 +3985,7 @@ msgstr ""
3971
  "No se pudo activar el modo de compatibilidad AJAX: el directorio \"%s\" no "
3972
  "pudo ser creado."
3973
 
3974
- #: core/class-settings.php:686
3975
  msgctxt "admin settings"
3976
  msgid ""
3977
  "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
@@ -3980,101 +3994,119 @@ msgstr ""
3980
  "No se pudo remover \"Business Directory Plugin - AJAX Compatibility Module"
3981
  "\". Por favor elimine el archivo \"%s\" manualmente o desactive el plugin."
3982
 
3983
- #: core/class-settings.php:985
3984
  msgctxt "settings"
3985
  msgid "Deactivate License"
3986
  msgstr "Desactivar Licencia"
3987
 
3988
- #: core/class-settings.php:987
3989
  msgctxt "settings"
3990
  msgid "Deactivating license..."
3991
  msgstr "Desactivando licencia..."
3992
 
3993
- #: core/class-settings.php:990
3994
  msgctxt "settings"
3995
  msgid "Activate License"
3996
  msgstr "Activar Licencia"
3997
 
3998
- #: core/class-settings.php:992
3999
  msgctxt "settings"
4000
  msgid "Activating license..."
4001
  msgstr "Activando licencia..."
4002
 
4003
- #: core/class-settings.php:1016
4004
  msgctxt "admin settings"
4005
  msgid "Valid placeholders: %s"
4006
  msgstr "Comodines válidos: %s"
4007
 
4008
- #: core/class-settings.php:1050
4009
  msgctxt "settings email"
4010
  msgid "Click to edit e-mail"
4011
  msgstr "Click para editar el correo"
4012
 
4013
- #: core/class-settings.php:1051
4014
  msgctxt "settings email"
4015
  msgid "Click to edit"
4016
  msgstr "Click para editar"
4017
 
4018
- #: core/class-settings.php:1064
4019
  msgctxt "settings email"
4020
  msgid "E-Mail Subject"
4021
  msgstr "Título del correo"
4022
 
4023
- #: core/class-settings.php:1075
4024
  msgctxt "settings email"
4025
  msgid "E-Mail Body"
4026
  msgstr "Cuerpo del correo"
4027
 
4028
- #: core/class-settings.php:1086
4029
  msgctxt "settings email"
4030
  msgid "You can use the following placeholders:"
4031
  msgstr "Puede utilizar los siguientes comodines:"
4032
 
4033
- #: core/class-settings.php:1109
4034
  msgctxt "settings email"
4035
  msgid "Preview e-mail"
4036
  msgstr "Previsualizar correo"
4037
 
4038
- #: core/class-settings.php:1110
4039
  msgctxt "settings email"
4040
  msgid "Cancel"
4041
  msgstr "Cancelar"
4042
 
4043
- #: core/class-settings.php:1111
4044
  msgctxt "settings email"
4045
  msgid "Save Changes"
4046
  msgstr "Guardar Cambios"
4047
 
4048
- #: core/class-settings.php:1130
4049
  msgctxt "settings email"
4050
  msgid "Site title"
4051
  msgstr "Título del sitio"
4052
 
4053
- #: core/class-settings.php:1133
4054
  msgctxt "settings email"
4055
  msgid "Site title (with link)"
4056
  msgstr "Título del listado (con enlace)"
4057
 
4058
- #: core/class-settings.php:1136
4059
  msgctxt "settings email"
4060
  msgid "Site address (with link)"
4061
  msgstr "Dirección del listado (con enlace)"
4062
 
4063
- #: core/class-settings.php:1139
4064
  msgctxt "settings email"
4065
  msgid "Directory URL (with link)"
4066
  msgstr "URL del Directorio (con enlace)"
4067
 
4068
- #: core/class-settings.php:1142
4069
  msgctxt "settings email"
4070
  msgid "Current date"
4071
  msgstr "Fecha actual"
4072
 
4073
- #: core/class-settings.php:1145
4074
  msgctxt "settings email"
4075
  msgid "Current time"
4076
  msgstr "Hora actual"
4077
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4078
  #: core/compatibility/deprecated.php:144
4079
  msgid "View"
4080
  msgstr "Ver"
@@ -4254,6 +4286,22 @@ msgctxt "form-fields-api"
4254
  msgid "Remove"
4255
  msgstr "Eliminar"
4256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4257
  #: core/form-fields.php:31
4258
  msgctxt "form-fields api"
4259
  msgid "Post Title"
@@ -4289,103 +4337,110 @@ msgctxt "form-fields api"
4289
  msgid "Custom"
4290
  msgstr "Especial"
4291
 
4292
- #: core/form-fields.php:299
4293
  msgid "Business Name"
4294
  msgstr "Nombre del Negocio"
4295
 
4296
- #: core/form-fields.php:301
4297
  msgid "Business Genre"
4298
  msgstr "Tipo de Negocio"
4299
 
4300
- #: core/form-fields.php:303
4301
  msgid "Short Business Description"
4302
  msgstr "Descripción corta del negocio"
4303
 
4304
- #: core/form-fields.php:305
4305
  msgid "Long Business Description"
4306
  msgstr "Descripción larga del negocio"
4307
 
4308
- #: core/form-fields.php:307
4309
  msgid "Business Website Address"
4310
  msgstr "Sitio web del negocio"
4311
 
4312
- #: core/form-fields.php:309
4313
  msgid "Business Phone Number"
4314
  msgstr "Número telefónico del negocio"
4315
 
4316
- #: core/form-fields.php:311
4317
  msgid "Business Fax"
4318
  msgstr "Fax del negocio"
4319
 
4320
- #: core/form-fields.php:313
4321
  msgid "Business Contact Email"
4322
  msgstr "Correo electrónico de contacto del negocio"
4323
 
4324
- #: core/form-fields.php:315
4325
  msgid "Business Tags"
4326
  msgstr "Etiquetas"
4327
 
4328
- #: core/form-fields.php:409
4329
  msgctxt "form-fields-api"
4330
  msgid "Email Validator"
4331
  msgstr "Validador de Correo Electrónico"
4332
 
4333
- #: core/form-fields.php:410
4334
  msgctxt "form-fields-api"
4335
  msgid "URL Validator"
4336
  msgstr "Validador de URLs"
4337
 
4338
- #: core/form-fields.php:411
4339
  msgctxt "form-fields-api"
4340
  msgid "Whole Number Validator"
4341
  msgstr "Validador de números enteros"
4342
 
4343
- #: core/form-fields.php:412
4344
  msgctxt "form-fields-api"
4345
  msgid "Decimal Number Validator"
4346
  msgstr "Validador de números decimales"
4347
 
4348
- #: core/form-fields.php:413
4349
  msgctxt "form-fields-api"
4350
  msgid "Date Validator"
4351
  msgstr "Validador de fechas"
4352
 
4353
- #: core/form-fields.php:420
4354
  msgctxt "form-fields-api validation"
4355
  msgid "Field"
4356
  msgstr "Campo"
4357
 
4358
- #: core/form-fields.php:436 core/form-fields.php:440
4359
  msgctxt "form-fields-api validation"
4360
  msgid "%s is required."
4361
  msgstr "%s es requerido."
4362
 
4363
- #: core/form-fields.php:449 core/form-fields.php:456
4364
  msgctxt "form-fields-api validation"
4365
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4366
  msgstr "%s está mal escrita. Una URL válida es requerida. Incluya http://"
4367
 
4368
- #: core/form-fields.php:470
4369
  msgctxt "form-fields-api validation"
4370
  msgid "%s is badly formatted. Valid Email format required."
4371
  msgstr "%s está mal escrito. Un correo electrónico válido es requerido."
4372
 
4373
- #: core/form-fields.php:476
4374
  msgctxt "form-fields-api validation"
4375
  msgid "%s must be a number. Decimal values are not allowed."
4376
  msgstr "%s debe ser un número entero. Valores decimales no están permitidos."
4377
 
4378
- #: core/form-fields.php:482
4379
  msgctxt "form-fields-api validation"
4380
  msgid "%s must be a number."
4381
  msgstr "%s debe ser un número."
4382
 
4383
- #: core/form-fields.php:493
 
4384
  msgctxt "form-fields-api validation"
4385
- msgid "%s must be in the format MM/DD/YYYY."
4386
  msgstr "%s debe estar en el formato MM/DD/YYYY."
4387
 
4388
- #: core/form-fields.php:504
 
 
 
 
 
 
4389
  msgctxt "form-fields-api validation"
4390
  msgid "%s is invalid. Value most be one of %s."
4391
  msgstr "%s es inválido. El valor debe ser uno de %s."
@@ -4544,12 +4599,12 @@ msgctxt "google-wallet"
4544
  msgid "The transaction has been canceled at user's request."
4545
  msgstr "La transacción ha sido cancelada por solicitud del usuario."
4546
 
4547
- #: core/installer.php:36
4548
  msgctxt "default category name"
4549
  msgid "General"
4550
  msgstr "General"
4551
 
4552
- #: core/installer.php:458
4553
  msgctxt "installer"
4554
  msgid ""
4555
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
@@ -4560,41 +4615,41 @@ msgstr ""
4560
  "es incompatible con la versión actual de Business Directory. Por favor "
4561
  "actualice el módulode Regions."
4562
 
4563
- #: core/installer.php:524
4564
  msgctxt "installer"
4565
  msgid "Cleaning up listing fees information... %d/%d"
4566
  msgstr "Actualizando información de comisiones de listados... %d/%d"
4567
 
4568
- #: core/installer.php:574
4569
  msgctxt "installer"
4570
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4571
  msgstr "Migrando transacciones anteriores a la nueva API de pagos... %d/%d"
4572
 
4573
- #: core/installer.php:603
4574
  msgctxt "installer"
4575
  msgid "Initial listing payment (BD < 3.4)"
4576
  msgstr "Pago inicial de listado (BD < 3.4)"
4577
 
4578
- #: core/installer.php:614
4579
  msgctxt "installer"
4580
  msgid "Listing edit payment (BD < 3.4)"
4581
  msgstr "Pago por edición de listado (BD < 3.4)"
4582
 
4583
- #: core/installer.php:635
4584
  msgctxt "installer"
4585
  msgid "Renewal fee \"%s\" for category \"%s\""
4586
  msgstr "Comisión de renovación \"%s\" para categoría \"%s\""
4587
 
4588
- #: core/installer.php:654
4589
  msgctxt "installer"
4590
  msgid "Listing upgrade to featured"
4591
  msgstr "Mejora a Destacado"
4592
 
4593
- #: core/installer.php:723
4594
  msgid "Business Directory - Manual Upgrade Required"
4595
  msgstr "Business Directory - Actualización Manual Requerida"
4596
 
4597
- #: core/installer.php:725
4598
  msgid ""
4599
  "Business Directory features are currently disabled because the plugin needs "
4600
  "to perform a manual upgrade before continuing."
@@ -4602,15 +4657,15 @@ msgstr ""
4602
  "Las características de Business Directory se encuentran deshabitadas pues es "
4603
  "necesario realizar una actualización manual antes de continuar."
4604
 
4605
- #: core/installer.php:727
4606
  msgid "Perform Manual Upgrade"
4607
  msgstr "Realizar Actualización Manual"
4608
 
4609
- #: core/installer.php:743 core/installer.php:744 core/installer.php:755
4610
  msgid "Business Directory - Manual Upgrade"
4611
  msgstr "Business Directory - Actualización Manual"
4612
 
4613
- #: core/installer.php:759
4614
  msgid ""
4615
  "Business Directory features are currently disabled because the plugin needs "
4616
  "to perform a manual upgrade before it can be used."
@@ -4619,23 +4674,23 @@ msgstr ""
4619
  "necesario realizar una actualización manual antes de que el plugin pueda ser "
4620
  "utilizado."
4621
 
4622
- #: core/installer.php:761
4623
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4624
  msgstr ""
4625
  "Haga clic en \"Iniciar Actualización\" y espere hasta que el proceso "
4626
  "finalice."
4627
 
4628
- #: core/installer.php:764
4629
  msgctxt "manual-upgrade"
4630
  msgid "Start Upgrade"
4631
  msgstr "Iniciar Actualización"
4632
 
4633
- #: core/installer.php:766
4634
  msgctxt "manual-upgrade"
4635
  msgid "Pause Upgrade"
4636
  msgstr "Detener Actualización"
4637
 
4638
- #: core/installer.php:772
4639
  msgctxt "manual-upgrade"
4640
  msgid ""
4641
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
@@ -4644,7 +4699,7 @@ msgstr ""
4644
  "La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
4645
  "encienta disponible para su uso."
4646
 
4647
- #: core/installer.php:775
4648
  msgctxt "manual-upgrade"
4649
  msgid "Go to \"Directory Admin\""
4650
  msgstr "Ir a \"Administración del Directorio\""
@@ -5028,12 +5083,12 @@ msgctxt "payments"
5028
  msgid "Invalid payment id."
5029
  msgstr "ID de pago inválido."
5030
 
5031
- #: core/view-checkout.php:82
5032
  msgctxt "checkout"
5033
  msgid "Continue"
5034
  msgstr "Continuar"
5035
 
5036
- #: core/view-checkout.php:93
5037
  msgctxt "checkout"
5038
  msgid ""
5039
  "Payments are not allowed on the non-secure version of this site. Please "
@@ -5042,7 +5097,7 @@ msgstr ""
5042
  "Los pagos no están permitidos en la versión no segura del sitio. Por favor "
5043
  "<a>continúe al servidor seguro para proceder con su pago</a>."
5044
 
5045
- #: core/view-checkout.php:108
5046
  msgctxt "checkout"
5047
  msgid ""
5048
  "Your payment is being verified. This usually takes a few minutes but can "
@@ -5051,17 +5106,17 @@ msgstr ""
5051
  "Su pago está siendo verificado. Esto usualmente toma unos pocos minutos pero "
5052
  "podría llegar a tardar hasta 24 horas."
5053
 
5054
- #: core/view-checkout.php:116 core/view-checkout.php:137
5055
  msgctxt "checkout"
5056
  msgid "← Return to Directory."
5057
  msgstr "← Regresar al Directorio."
5058
 
5059
- #: core/view-checkout.php:126
5060
  msgctxt "checkout"
5061
  msgid "Your payment was received sucessfully."
5062
  msgstr "Su pago fue recibido satisfactoriamente."
5063
 
5064
- #: core/view-checkout.php:133
5065
  msgctxt "checkout"
5066
  msgid "← Return to your listing."
5067
  msgstr "← Regresar al listado."
@@ -5346,7 +5401,7 @@ msgid "This is just a preview. The listing has not been published yet."
5346
  msgstr ""
5347
  "Esta es tan solo una previsualización. El listado no ha sido publicado aún."
5348
 
5349
- #: core/views.php:367
5350
  msgctxt "templates"
5351
  msgid ""
5352
  "There are no categories assigned to the business directory yet. You need to "
@@ -5361,12 +5416,12 @@ msgstr ""
5361
  "no pueden enviar listados en este momento. No pueden agregarse nuevos "
5362
  "listados hasta tanto haya categorías en el Directorio de Negocios."
5363
 
5364
- #: core/views.php:369
5365
  msgctxt "templates"
5366
  msgid "There are currently no listings in the directory."
5367
  msgstr "No hay listados en el Directorio."
5368
 
5369
- #: core/views.php:387
5370
  msgctxt "templates"
5371
  msgid ""
5372
  "You have \"Hide Empty Categories\" on and some categories that don't have "
@@ -6186,6 +6241,28 @@ msgctxt "templates"
6186
  msgid "* Indicates required fields."
6187
  msgstr "* Indica campos obligatorios."
6188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6189
  #. Plugin URI of the plugin/theme
6190
  msgid "http://www.businessdirectoryplugin.com"
6191
  msgstr "http://www.businessdirectoryplugin.com"
@@ -6222,10 +6299,6 @@ msgstr "http://businessdirectoryplugin.com"
6222
  #~ msgid "Rejected Rows"
6223
  #~ msgstr "Filas Rechazadas"
6224
 
6225
- #~ msgctxt "admin csv-import"
6226
- #~ msgid "Error"
6227
- #~ msgstr "Error"
6228
-
6229
  #~ msgctxt "admin csv-import"
6230
  #~ msgid "Import warnings (not critical)"
6231
  #~ msgstr "Advertencias de importación (no críticas)"
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2015-06-09 16:02:40+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:47-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
108
  msgid "Renew Listing"
109
  msgstr "Renovar Listado"
110
 
111
+ #: admin/class-admin.php:119
112
  msgctxt "drip pointer"
113
  msgid ""
114
  "Find out how to create a compelling, thriving business directory from "
119
  "cero en este curso GRATUITO por e-mail de 5 partes. Obtenga un módulo "
120
  "premium GRATIS solo por inscribirse."
121
 
122
+ #: admin/class-admin.php:121
123
  msgctxt "drip pointer"
124
  msgid "Email Address:"
125
  msgstr "Correo electrónico:"
126
 
127
+ #: admin/class-admin.php:127
128
  msgctxt "drip pointer"
129
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
130
  msgstr ""
131
  "Quiere conocer los secretos para crear un Directorio de Negocios "
132
  "impresionante?"
133
 
134
+ #: admin/class-admin.php:129
135
  msgctxt "drip pointer"
136
  msgid "Yes, please!"
137
  msgstr "Sí, por favor!"
138
 
139
+ #: admin/class-admin.php:131
140
  msgctxt "drip pointer"
141
  msgid "No, thanks"
142
  msgstr "No, gracias"
143
 
144
+ #: admin/class-admin.php:148
145
  msgctxt "admin"
146
  msgid "Business Directory"
147
  msgstr "Directorio de Negocios"
148
 
149
+ #: admin/class-admin.php:159
150
  msgctxt "admin"
151
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
152
  msgstr ""
153
  "Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
154
 
155
+ #: admin/class-admin.php:180
156
+ #, fuzzy
157
+ msgctxt "drip pointer"
158
+ msgid "Invalid e-mail address."
159
+ msgstr "Solicitud inválida."
160
+
161
+ #: admin/class-admin.php:211
162
  msgctxt "admin menu"
163
  msgid "Business Directory Admin"
164
  msgstr "Gestión de Directorio de Negocios"
165
 
166
+ #: admin/class-admin.php:212
167
  msgctxt "admin menu"
168
  msgid "Directory Admin"
169
  msgstr "Gestión de Directorio"
170
 
171
+ #: admin/class-admin.php:218 admin/class-admin.php:219
172
  msgctxt "admin menu"
173
  msgid "Add New Listing"
174
  msgstr "Agregar Nuevo Listado"
175
 
176
+ #: admin/class-admin.php:224 admin/class-admin.php:225
177
  msgctxt "admin menu"
178
  msgid "Manage Options"
179
  msgstr "Configuraciones"
180
 
181
+ #: admin/class-admin.php:230 admin/class-admin.php:231
182
  msgctxt "admin menu"
183
  msgid "Manage Fees"
184
  msgstr "Administrar Comisiones"
185
 
186
+ #: admin/class-admin.php:236 admin/class-admin.php:237
187
  msgctxt "admin menu"
188
  msgid "Manage Form Fields"
189
  msgstr "Administrar Campos de Formulario"
190
 
191
+ #: admin/class-admin.php:242 admin/class-admin.php:243
192
  msgctxt "admin menu"
193
  msgid "Listings"
194
  msgstr "Listados"
195
 
196
+ #: admin/class-admin.php:257 admin/class-admin.php:258
197
  msgctxt "admin menu"
198
  msgid "CSV Import"
199
  msgstr "Importar CSV"
200
 
201
+ #: admin/class-admin.php:263 admin/class-admin.php:264
202
  msgctxt "admin menu"
203
  msgid "CSV Export"
204
  msgstr "Exportar CSV"
205
 
206
+ #: admin/class-admin.php:269 admin/class-admin.php:270
207
  msgctxt "admin menu"
208
  msgid "Debug"
209
  msgstr "Depuración"
210
 
211
+ #: admin/class-admin.php:279
212
  msgctxt "admin menu"
213
  msgid "Main Menu"
214
  msgstr "Menú Principal"
215
 
216
+ #: admin/class-admin.php:290
217
  msgctxt "admin menu"
218
  msgid "Uninstall Business Directory Plugin"
219
  msgstr "Desinstalar Business Directory Plugin"
220
 
221
+ #: admin/class-admin.php:291
222
  msgctxt "admin menu"
223
  msgid "Uninstall"
224
  msgstr "Desinstalar"
225
 
226
+ #: admin/class-admin.php:400
227
  #: admin/templates/listing-metabox-categories.tpl.php:69
228
  msgctxt "admin infometabox"
229
  msgid "never"
230
  msgstr "nunca"
231
 
232
+ #: admin/class-admin.php:480
233
  msgctxt "admin"
234
  msgid "The listing has been published."
235
  msgid_plural "The listings have been published."
236
  msgstr[0] "El listado ha sido publicado."
237
  msgstr[1] "Los listados han sido publicados."
238
 
239
+ #: admin/class-admin.php:493
240
  msgctxt "admin"
241
  msgid "The listing status has been set as paid."
242
  msgid_plural "The listings status has been set as paid."
243
  msgstr[0] "El listado se ha marcado como pagado."
244
  msgstr[1] "Los listados se han marcado como pagados."
245
 
246
+ #: admin/class-admin.php:505
247
  msgctxt "admin"
248
  msgid "The listing has been modified."
249
  msgid_plural "The listings have been modified."
250
  msgstr[0] "El listado ha sido modificado."
251
  msgstr[1] "Los listados han sido modificados."
252
 
253
+ #: admin/class-admin.php:518
254
  msgctxt "admin"
255
  msgid "The listing has been upgraded."
256
  msgid_plural "The listings have been upgraded."
257
  msgstr[0] "El listado ha sido mejorado."
258
  msgstr[1] "Los listados han sido mejorados."
259
 
260
+ #: admin/class-admin.php:530
261
  msgctxt "admin"
262
  msgid "The listing has been downgraded."
263
  msgid_plural "The listings have been downgraded."
264
  msgstr[0] "El listado ha sido degradado."
265
  msgstr[1] "Los listados han sido degradados."
266
 
267
+ #: admin/class-admin.php:542 admin/transactions.php:243
268
  msgctxt "admin"
269
  msgid "The transaction has been approved."
270
  msgstr "La transacción ha sido aprobada."
271
 
272
+ #: admin/class-admin.php:550 admin/transactions.php:254
273
  msgctxt "admin"
274
  msgid "The transaction has been rejected."
275
  msgstr "La transacción ha sido rechazada."
276
 
277
+ #: admin/class-admin.php:556
278
  msgctxt "admin"
279
  msgid "The fee was successfully assigned."
280
  msgstr "La comisión se asignó satisfactoriamente."
281
 
282
+ #: admin/class-admin.php:565
283
  msgctxt "admin"
284
  msgid "Listing was renewed."
285
  msgid_plural "Listings were renewed."
286
  msgstr[0] "El listado ha sido renovado."
287
  msgstr[1] "Los listados fueron renovados."
288
 
289
+ #: admin/class-admin.php:572
290
  msgctxt "admin"
291
  msgid "Renewal email sent."
292
  msgstr "Mensaje de correo electrónico de renovación enviado."
293
 
294
+ #: admin/class-admin.php:606
295
  msgctxt "admin category id"
296
  msgid "ID"
297
  msgstr "ID"
298
 
299
+ #: admin/class-admin.php:608 admin/class-admin.php:614
300
  msgctxt "admin"
301
  msgid "Listing Count"
302
  msgstr "Conteo de Listados"
303
 
304
+ #: admin/class-admin.php:710
305
  msgctxt "admin"
306
  msgid ""
307
  "<b>Business Directory Plugin</b> requires fields with the following "
310
  "<b>Business Directory Plugin</b> requiere campos con las siguientes "
311
  "asociaciones para funcionar correctamente: <b>%s</b>."
312
 
313
+ #: admin/class-admin.php:712
314
  msgctxt "admin"
315
  msgid ""
316
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
319
  "<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
320
  "b> para funcionar correctamente."
321
 
322
+ #: admin/class-admin.php:716
323
  msgctxt "admin"
324
  msgid ""
325
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
328
  "Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
329
  "o puede dejar que Business Directory haga esto por usted automáticamente."
330
 
331
+ #: admin/class-admin.php:720
332
  msgctxt "admin"
333
  msgid "Go to \"Manage Form Fields\""
334
  msgstr "Ir a \"Administrar Campos de Formulario\""
335
 
336
+ #: admin/class-admin.php:723
337
  msgctxt "admin"
338
  msgid "Create these required fields for me"
339
  msgstr "Crear estos campos requeridos por mi"
340
 
341
+ #: admin/class-admin.php:732
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires a page with the "
347
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
348
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
349
 
350
+ #: admin/class-admin.php:734
351
  msgctxt "admin"
352
  msgid ""
353
  "You can create this page by yourself or let Business Directory do this for "
356
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
357
  "por usted automáticamente."
358
 
359
+ #: admin/class-admin.php:738
360
  msgctxt "admin"
361
  msgid "Create required pages for me"
362
  msgstr "Crear las páginas requeridas por mi"
363
 
364
+ #: admin/class-admin.php:768
365
  msgctxt "admin compat"
366
  msgid "Installed: %s"
367
  msgstr "Instalado: %s"
368
 
369
+ #: admin/class-admin.php:768
370
  msgctxt "admin compat"
371
  msgid "N/A"
372
  msgstr "N/A"
373
 
374
+ #: admin/class-admin.php:771
375
  msgctxt "admin compat"
376
  msgid "Required: %s"
377
  msgstr "Requerido: %s"
378
 
379
+ #: admin/class-admin.php:784
380
  msgctxt "admin compat"
381
  msgid ""
382
  "Business Directory has detected some incompatible premium module versions "
385
  "Business Directory ha detectado algunas versiones incompatibles de módulos "
386
  "instaladas."
387
 
388
+ #: admin/class-admin.php:786
389
  msgctxt "admin compat"
390
  msgid ""
391
  "Please upgrade to the required versions indicated below to make sure "
394
  "Por favor actualice a las versiones requeridas indicadas abajo para "
395
  "asegurarse de que todo funcione correctamente."
396
 
397
+ #: admin/class-admin.php:801
398
  msgctxt "admin"
399
  msgid ""
400
  "We noticed you want your Business Directory users to register before posting "
486
  msgid "There was an error uploading the images ZIP file."
487
  msgstr "Ocurrió un error subiendo el archivo ZIP de imágenes."
488
 
489
+ #: admin/csv-import.php:315
490
+ msgctxt "admin csv-import"
491
+ msgid ""
492
+ "An error was detected while validating the CSV file for import. Please fix "
493
+ "this before proceeding."
494
+ msgstr ""
495
+
496
+ #: admin/csv-import.php:324
497
  msgctxt "admin csv-import"
498
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
499
  msgstr ""
1702
  "Por favor vea la <a>documentación de Campos de Formulario</a> para más "
1703
  "detalles."
1704
 
1705
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
1706
  #. Plugin Name of the plugin/theme
1707
  #: admin/templates/header.tpl.php:4
1708
  msgid "Business Directory Plugin"
2417
  msgid "The transaction has been deleted."
2418
  msgstr "La transacción ha sido eliminada."
2419
 
2420
+ #: business-directory-plugin.php:655
2421
  msgctxt "admin plugins"
2422
  msgid "Settings"
2423
  msgstr "Configuración"
2424
 
2425
+ #: business-directory-plugin.php:665
2426
  msgctxt "post type general name"
2427
  msgid "Directory"
2428
  msgstr "Directorio"
2429
 
2430
+ #: business-directory-plugin.php:666
2431
  msgctxt "post type singular name"
2432
  msgid "Directory"
2433
  msgstr "Directorio"
2434
 
2435
+ #: business-directory-plugin.php:667
2436
  msgctxt "listing"
2437
  msgid "Add New Listing"
2438
  msgstr "Agregar Nuevo Listado"
2439
 
2440
+ #: business-directory-plugin.php:668
2441
  msgctxt "post type"
2442
  msgid "Add New Listing"
2443
  msgstr "Agregar Nuevo Listado"
2444
 
2445
+ #: business-directory-plugin.php:669 core/compatibility/deprecated.php:255
2446
  msgid "Edit Listing"
2447
  msgstr "Editar Listado"
2448
 
2449
+ #: business-directory-plugin.php:670
2450
  msgid "New Listing"
2451
  msgstr "Nuevo Listado"
2452
 
2453
+ #: business-directory-plugin.php:671
2454
  msgid "View Listing"
2455
  msgstr "Ver Listado"
2456
 
2457
+ #: business-directory-plugin.php:672
2458
  msgid "Search Listings"
2459
  msgstr "Buscar Listados"
2460
 
2461
+ #: business-directory-plugin.php:673
2462
  msgid "No listings found"
2463
  msgstr "No se encontraron listados"
2464
 
2465
+ #: business-directory-plugin.php:674
2466
  msgid "No listings found in trash"
2467
  msgstr "No se encontraron listados en la papelera"
2468
 
2469
+ #: business-directory-plugin.php:696
2470
  msgid "Directory Categories"
2471
  msgstr "Categorías de Directorio"
2472
 
2473
+ #: business-directory-plugin.php:822 business-directory-plugin.php:829
2474
  msgctxt "rss feed"
2475
  msgid "%s Feed"
2476
  msgstr "Feed %s"
2477
 
2478
+ #: business-directory-plugin.php:1187
2479
  msgctxt "title"
2480
  msgid "Submit A Listing"
2481
  msgstr "Enviar Un Listado"
2482
 
2483
+ #: business-directory-plugin.php:1197
2484
  msgctxt "title"
2485
  msgid "Find a Listing"
2486
  msgstr "Encontrar un listado"
2487
 
2488
+ #: business-directory-plugin.php:1207
2489
  msgctxt "title"
2490
  msgid "View All Listings"
2491
  msgstr "Ver Listados"
2492
 
2493
+ #: business-directory-plugin.php:1227
2494
  msgctxt "title"
2495
  msgid "Listings tagged: %s"
2496
  msgstr "Listados etiquetados: %s"
2497
 
2498
+ #: business-directory-plugin.php:1452
2499
  msgctxt "comment-form"
2500
  msgid "The reCAPTCHA wasn't entered correctly."
2501
  msgstr "El reCAPTCHA no fue ingresado correctamente."
2502
 
2503
+ #: core/class-csv-import.php:361
2504
  msgctxt "admin csv-import"
2505
  msgid "Could not create listing category \"%s\""
2506
  msgstr "No se pudo crear la categoría \"%s\""
2507
 
2508
+ #: core/class-csv-import.php:503
2509
  msgctxt "admin csv-import"
2510
  msgid "Username \"%s\" does not exist"
2511
  msgstr "El usuario \"%s\" no existe"
2512
 
2513
+ #: core/class-csv-import.php:535
2514
  msgctxt "admin csv-import"
2515
  msgid "Missing required field: %s"
2516
  msgstr "Falta campo requerido: %s"
2517
 
2518
+ #: core/class-csv-import.php:555
2519
  msgctxt "admin csv-import"
2520
  msgid "Listing category \"%s\" does not exist"
2521
  msgstr "La categoría \"%s\" no existe"
2525
  msgid "Invalid form field type"
2526
  msgstr "Tipo de campo inválido"
2527
 
2528
+ #: core/class-form-field.php:402
2529
  msgctxt "form-fields-api"
2530
  msgid "Field label is required."
2531
  msgstr "El nombre del campo es requerido."
2532
 
2533
+ #: core/class-form-field.php:419
2534
  msgctxt "form-fields-api"
2535
  msgid ""
2536
  "There can only be one field with association \"%s\". Please select another "
2539
  "Solo puede haber un campo con asociación \"%s\". Por favor elija otra "
2540
  "asociación."
2541
 
2542
+ #: core/class-form-field.php:429
2543
  msgctxt "form-fields-api"
2544
  msgid "\"%s\" is an invalid field type for this association."
2545
  msgstr "\"%s\" es un tipo de campo inválido para esta asociación."
2546
 
2547
+ #: core/class-form-field.php:460
2548
  msgctxt "form-fields-api"
2549
  msgid "Invalid field ID"
2550
  msgstr "ID de campo inválido"
2551
 
2552
+ #: core/class-form-field.php:469
2553
  msgctxt "form-fields api"
2554
  msgid ""
2555
  "This form field can't be deleted because it is required for the plugin to "
2558
  "Este campo de formulario no puede eliminarse porque es requerido para el "
2559
  "funcionamiento del plugin."
2560
 
2561
+ #: core/class-form-field.php:481
2562
  msgctxt "form-fields-api"
2563
  msgid "An error occurred while trying to delete this field."
2564
  msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
2613
  msgid "(Fee Unavailable)"
2614
  msgstr "(Comisión no disponible)"
2615
 
2616
+ #: core/class-listings-api.php:294
2617
  msgctxt "notify email"
2618
  msgid "[%s] New listing notification"
2619
  msgstr "[%s] Notificación de nuevo listado"
2620
 
2621
+ #: core/class-listings-api.php:313
2622
  msgctxt "notify email"
2623
  msgid "[%s] Listing edit notification"
2624
  msgstr "[%s] Notificación de listado editado"
2906
  msgid "Enable AJAX compatibility mode?"
2907
  msgstr "Habilitar modo de compatibilidad AJAX?"
2908
 
2909
+ #: core/class-settings.php:141 core/class-settings.php:604
2910
  msgctxt "admin settings"
2911
  msgid "Listings"
2912
  msgstr "Listados"
3447
  msgid "Checkout URL link"
3448
  msgstr "Link a la URL de pago"
3449
 
3450
+ #: core/class-settings.php:414
3451
  msgctxt "admin settings"
3452
  msgid "Renewal Reminders"
3453
  msgstr "Recordatorios de Renovación"
3454
 
3455
+ #: core/class-settings.php:417
3456
  msgctxt "admin settings"
3457
  msgid ""
3458
  "This section refers only to the text of the renewal/expiration notices. You "
3462
  "renovación/expiración. También puede <a>configurar cuándo estos correos son "
3463
  "enviados</a>."
3464
 
3465
+ #: core/class-settings.php:421
3466
  msgctxt "admin settings"
3467
  msgid "Pending expiration e-mail message"
3468
  msgstr "Mensaje correo electrónico sobre expiración pendiente"
3469
 
3470
+ #: core/class-settings.php:425
3471
  msgctxt "settings"
3472
  msgid ""
3473
  "Sent some time before the listing expires. Applies to non-recurring renewals "
3476
  "Enviado un tiempo antes de que el listado expire. Aplica para renovaciones "
3477
  "no recurrentes únicamente."
3478
 
3479
+ #: core/class-settings.php:426 core/class-settings.php:439
3480
+ #: core/class-settings.php:452 core/class-settings.php:465
3481
+ #: core/class-settings.php:478
3482
  msgctxt "settings"
3483
  msgid "Listing's name (with link)"
3484
  msgstr "Título del listado (con enlace)"
3485
 
3486
+ #: core/class-settings.php:427 core/class-settings.php:440
3487
+ #: core/class-settings.php:453 core/class-settings.php:466
3488
+ #: core/class-settings.php:479
3489
  msgctxt "settings"
3490
  msgid "Author's name"
3491
  msgstr "Autor del listado"
3492
 
3493
+ #: core/class-settings.php:428 core/class-settings.php:441
3494
+ #: core/class-settings.php:480
3495
  msgctxt "settings"
3496
  msgid "Expiration date"
3497
  msgstr "Fecha de expiración"
3498
 
3499
+ #: core/class-settings.php:429
3500
  msgctxt "settings"
3501
  msgid "Category that is going to expire"
3502
  msgstr "Categoría que va a expirar"
3503
 
3504
+ #: core/class-settings.php:430 core/class-settings.php:443
3505
+ #: core/class-settings.php:482
3506
  msgctxt "settings"
3507
  msgid "Link to renewal page"
3508
  msgstr "Enlace a la página de renovación"
3509
 
3510
+ #: core/class-settings.php:431 core/class-settings.php:444
3511
+ #: core/class-settings.php:456 core/class-settings.php:469
3512
+ #: core/class-settings.php:483
3513
  msgctxt "settings"
3514
  msgid "Link to your site"
3515
  msgstr "Enlace a su sitio"
3516
 
3517
+ #: core/class-settings.php:434
3518
  msgctxt "admin settings"
3519
  msgid "Listing Renewal e-mail message"
3520
  msgstr "Mensaje de correo electrónico sobre Renovación del Listado"
3521
 
3522
+ #: core/class-settings.php:438
3523
  msgctxt "settings"
3524
  msgid ""
3525
  "Sent at the time of listing expiration. Applies to non-recurring renewals "
3528
  "Enviado al momento de expiración del listado. Aplica a renovaciones no "
3529
  "recurrentes únicamente."
3530
 
3531
+ #: core/class-settings.php:442 core/class-settings.php:481
3532
  msgctxt "settings"
3533
  msgid "Category that expired"
3534
  msgstr "Categoría que expiró"
3535
 
3536
+ #: core/class-settings.php:447
3537
  msgctxt "admin settings"
3538
  msgid "Listing auto-renewal reminder (recurring payments)"
3539
  msgstr "Recordatorio de auto-renovación del listado (pagos recurrentes)"
3540
 
3541
+ #: core/class-settings.php:451
3542
  msgctxt "settings"
3543
  msgid ""
3544
  "Sent some time before the listing is auto-renewed. Applies to recurring "
3547
  "Enviado algún tiempo antes de que el listado sea auto-renovado. Aplica a "
3548
  "renovaciones recurrentes únicamente."
3549
 
3550
+ #: core/class-settings.php:454 core/class-settings.php:468
3551
  msgctxt "settings"
3552
  msgid "Renewal date"
3553
  msgstr "Fecha de renovación"
3554
 
3555
+ #: core/class-settings.php:455
3556
  msgctxt "settings"
3557
  msgid "Category that is going to be renewed"
3558
  msgstr "Categoría que será renovada"
3559
 
3560
+ #: core/class-settings.php:457
3561
  msgctxt "settings"
3562
  msgid "Link to manage subscriptions"
3563
  msgstr "Enlace a la página de administración de pagos recurrentes"
3564
 
3565
+ #: core/class-settings.php:460
3566
  msgctxt "admin settings"
3567
  msgid "Listing Renewal e-mail message (recurring payments)"
3568
  msgstr ""
3569
  "Mensaje de correo electrónico sobre Renovación del Listado (para pago "
3570
  "automático)"
3571
 
3572
+ #: core/class-settings.php:464
3573
  msgctxt "settings"
3574
  msgid ""
3575
  "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3577
  "Enviado luego de que el listado sea auto-renovado. Aplica a renovaciones "
3578
  "recurrentes únicamente."
3579
 
3580
+ #: core/class-settings.php:467
3581
  msgctxt "settings"
3582
  msgid "Renewed category"
3583
  msgstr "Categoría renovada"
3584
 
3585
+ #: core/class-settings.php:473
3586
  msgctxt "admin settings"
3587
  msgid "Renewal reminder e-mail message"
3588
  msgstr "Recordatorio por correo electrónico de renovación del listado"
3589
 
3590
+ #: core/class-settings.php:477
3591
  msgctxt "settings"
3592
  msgid ""
3593
  "Sent some time after listing expiration and when no renewal has occurred. "
3596
  "Enviado un tiempo después de que el listado expire y no haya sido renovado. "
3597
  "Aplica tanto a renovaciones recurrentes como no recurrentes."
3598
 
3599
+ #: core/class-settings.php:487
3600
  msgctxt "admin settings"
3601
  msgid "Payment"
3602
  msgstr "Pago"
3603
 
3604
+ #: core/class-settings.php:488
3605
  msgctxt "admin settings"
3606
  msgid "Payment Settings"
3607
  msgstr "Configuración de Pago"
3608
 
3609
+ #: core/class-settings.php:491
3610
  msgctxt "admin settings"
3611
  msgid "Turn On payments?"
3612
  msgstr "Activar pagos?"
3613
 
3614
+ #: core/class-settings.php:493
3615
  msgctxt "admin settings"
3616
  msgid "Put payment gateways in test mode?"
3617
  msgstr "Utilizar las pasarelas de pago en modo de prueba?"
3618
 
3619
+ #: core/class-settings.php:498
3620
  msgctxt "admin settings"
3621
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3622
  msgstr "Realizar pagos en la versión segura (HTTPS) de su sitio?"
3623
 
3624
+ #: core/class-settings.php:501
3625
  msgctxt "admin settings"
3626
  msgid ""
3627
  "Recommended for added security. For this to work you need to enable HTTPS on "
3630
  "Recomendado para seguridad extra. Para que funcione debe tener habilitado "
3631
  "HTTPS en su servidor y <a>obtener un certificado SSL</a>."
3632
 
3633
+ #: core/class-settings.php:505
3634
  msgctxt "admin settings"
3635
  msgid "Currency Code"
3636
  msgstr "Código de Moneda"
3637
 
3638
+ #: core/class-settings.php:507
3639
  msgctxt "admin settings"
3640
  msgid "Australian Dollar (AUD)"
3641
  msgstr "Dólar Australiano (AUD)"
3642
 
3643
+ #: core/class-settings.php:508
3644
  msgctxt "admin settings"
3645
  msgid "Brazilian Real (BRL)"
3646
  msgstr "Real Brasilero (BRL)"
3647
 
3648
+ #: core/class-settings.php:509
3649
  msgctxt "admin settings"
3650
  msgid "Canadian Dollar (CAD)"
3651
  msgstr "Dólar Canadiense (CAD)"
3652
 
3653
+ #: core/class-settings.php:510
3654
  msgctxt "admin settings"
3655
  msgid "Czech Koruna (CZK)"
3656
  msgstr "Corona Checa (CZK)"
3657
 
3658
+ #: core/class-settings.php:511
3659
  msgctxt "admin settings"
3660
  msgid "Danish Krone (DKK)"
3661
  msgstr "Corona Danesa (DKK)"
3662
 
3663
+ #: core/class-settings.php:512
3664
  msgctxt "admin settings"
3665
  msgid "Euro (EUR)"
3666
  msgstr "Euro (EUR)"
3667
 
3668
+ #: core/class-settings.php:513
3669
  msgctxt "admin settings"
3670
  msgid "Hong Kong Dollar (HKD)"
3671
  msgstr "Dólar de Hong Kong (HKD)"
3672
 
3673
+ #: core/class-settings.php:514
3674
  msgctxt "admin settings"
3675
  msgid "Hungarian Forint (HUF)"
3676
  msgstr "Forinte Húngaro (HUF)"
3677
 
3678
+ #: core/class-settings.php:515
3679
  msgctxt "admin settings"
3680
  msgid "Israeli New Shequel (ILS)"
3681
  msgstr "Nuevo Shékel Israelí (ILS)"
3682
 
3683
+ #: core/class-settings.php:516
3684
  msgctxt "admin settings"
3685
  msgid "Japanese Yen (JPY)"
3686
  msgstr "Yen Japonés (JPY)"
3687
 
3688
+ #: core/class-settings.php:517
3689
  msgctxt "admin settings"
3690
  msgid "Malasian Ringgit (MYR)"
3691
  msgstr "Ringgit de Malasia (MYR)"
3692
 
3693
+ #: core/class-settings.php:518
3694
  msgctxt "admin settings"
3695
  msgid "Mexican Peso (MXN)"
3696
  msgstr "Peso Mexicano (MXN)"
3697
 
3698
+ #: core/class-settings.php:519
3699
  msgctxt "admin settings"
3700
  msgid "Norwegian Krone (NOK)"
3701
  msgstr "Corona Noruega (NOK)"
3702
 
3703
+ #: core/class-settings.php:520
3704
  msgctxt "admin settings"
3705
  msgid "New Zealand Dollar (NZD)"
3706
  msgstr "Dólar de Nueva Zelanda (NZD)"
3707
 
3708
+ #: core/class-settings.php:521
3709
  msgctxt "admin settings"
3710
  msgid "Philippine Peso (PHP)"
3711
  msgstr "Peso Filipino (PHP)"
3712
 
3713
+ #: core/class-settings.php:522
3714
  msgctxt "admin settings"
3715
  msgid "Polish Zloty (PLN)"
3716
  msgstr "Zloty Polaco (PLN)"
3717
 
3718
+ #: core/class-settings.php:523
3719
  msgctxt "admin settings"
3720
  msgid "Pound Sterling (GBP)"
3721
  msgstr "Libra Esterlina (GBP)"
3722
 
3723
+ #: core/class-settings.php:524
3724
  msgctxt "admin settings"
3725
  msgid "Singapore Dollar (SGD)"
3726
  msgstr "Dólar de Singapur (SGD)"
3727
 
3728
+ #: core/class-settings.php:525
3729
  msgctxt "admin settings"
3730
  msgid "Swedish Krona (SEK)"
3731
  msgstr "Corona Sueca (SEK)"
3732
 
3733
+ #: core/class-settings.php:526
3734
  msgctxt "admin settings"
3735
  msgid "Swiss Franc (CHF)"
3736
  msgstr "Franco Suizo (CHF)"
3737
 
3738
+ #: core/class-settings.php:527
3739
  msgctxt "admin settings"
3740
  msgid "Taiwan Dollar (TWD)"
3741
  msgstr "Dólar de Taiwán (TWD)"
3742
 
3743
+ #: core/class-settings.php:528
3744
  msgctxt "admin settings"
3745
  msgid "Thai Baht (THB)"
3746
  msgstr "Baht de Tailandia (THB)"
3747
 
3748
+ #: core/class-settings.php:529
3749
  msgctxt "admin settings"
3750
  msgid "Turkish Lira (TRY)"
3751
  msgstr "Lira Turca (TRY)"
3752
 
3753
+ #: core/class-settings.php:530
3754
  msgctxt "admin settings"
3755
  msgid "U.S. Dollar"
3756
  msgstr "Dólar Americano (USD)"
3757
 
3758
+ #: core/class-settings.php:534
3759
  msgctxt "admin settings"
3760
  msgid "Currency Symbol"
3761
  msgstr "Símbolo de Moneda"
3762
 
3763
+ #: core/class-settings.php:537
3764
  msgctxt "admin settings"
3765
  msgid "Thank you for payment message"
3766
  msgstr "Mensaje de agradecimiento por el pago"
3767
 
3768
+ #: core/class-settings.php:538
3769
  msgctxt "admin settings"
3770
  msgid ""
3771
  "Thank you for your payment. Your payment is being verified and your listing "
3774
  "Gracias por su pago. Su pago está siendo verificado y su listado revisado. "
3775
  "Este proceso puede tardar hasta 48 horas."
3776
 
3777
+ #: core/class-settings.php:543
3778
  msgctxt "admin settings"
3779
  msgid "Ask users to come back for abandoned payments?"
3780
  msgstr ""
3781
  "Contactar a los usuarios para pedirles que regresen a pagar pagos pendientes?"
3782
 
3783
+ #: core/class-settings.php:546
3784
  msgctxt "admin settings"
3785
  msgid ""
3786
  "An abandoned payment is when a user attempts to place a listing and gets to "
3793
  "en listados que parece que fallaron cuando el usuario simplemente no "
3794
  "completó la transacción. BD puede recordarles para que efectúen el pago."
3795
 
3796
+ #: core/class-settings.php:552
3797
  msgctxt "admin settings"
3798
  msgid "Listing abandonment threshold (hours)"
3799
  msgstr "Tiempo tras el cual el listado es considerado abandonado (en horas)"
3800
 
3801
+ #: core/class-settings.php:557
3802
  msgctxt "admin settings"
3803
  msgid ""
3804
  "Listings with pending payments are marked as abandoned after this time. You "
3808
  "tiempo. También puede <a>personalizar el correo-e</a> que los usuarios "
3809
  "reciben."
3810
 
3811
+ #: core/class-settings.php:563
3812
  msgctxt "admin settings"
3813
  msgid "Registration"
3814
  msgstr "Registro"
3815
 
3816
+ #: core/class-settings.php:564
3817
  msgctxt "admin settings"
3818
  msgid "Registration Settings"
3819
  msgstr "Configuración de Registro"
3820
 
3821
+ #: core/class-settings.php:565
3822
  msgctxt "admin settings"
3823
  msgid "Require login to post listings?"
3824
  msgstr "Requerir login para publicar listados?"
3825
 
3826
+ #: core/class-settings.php:570
3827
  msgctxt "admin settings"
3828
  msgid "Registration URL"
3829
  msgstr "URL de Registro"
3830
 
3831
+ #: core/class-settings.php:573
3832
  msgctxt "admin settings"
3833
  msgid ""
3834
  "URL of your membership plugin's registration page. Only enter this if using "
3838
  "información únicamente si utiliza un plugin de membresía o una página de "
3839
  "registro especial."
3840
 
3841
+ #: core/class-settings.php:577
3842
  msgctxt "admin settings"
3843
  msgid "Image"
3844
  msgstr "Imágenes"
3845
 
3846
+ #: core/class-settings.php:578
3847
  msgctxt "admin settings"
3848
  msgid ""
3849
  "Any changes to these settings will affect new listings only. Existing "
3856
  "existentes, deberá subir de nuevo las imágenes necesarias luego de hacer los "
3857
  "cambios aquí."
3858
 
3859
+ #: core/class-settings.php:579
3860
  msgctxt "admin settings"
3861
  msgid "Image Settings"
3862
  msgstr "Configuración de Imágenes"
3863
 
3864
+ #: core/class-settings.php:580
3865
  msgctxt "admin settings"
3866
  msgid "Allow images?"
3867
  msgstr "Permitir imágenes?"
3868
 
3869
+ #: core/class-settings.php:582
3870
  msgctxt "admin settings"
3871
  msgid "Min Image File Size (KB)"
3872
  msgstr "Tamaño mínimo de imagen (KB)"
3873
 
3874
+ #: core/class-settings.php:583
3875
  msgctxt "admin settings"
3876
  msgid "Max Image File Size (KB)"
3877
  msgstr "Tamaño máximo de imagen (KB)"
3878
 
3879
+ #: core/class-settings.php:585
3880
  msgctxt "admin settings"
3881
  msgid "Min image width (px)"
3882
  msgstr "Ancho mínimo de imagen (en px)"
3883
 
3884
+ #: core/class-settings.php:586
3885
  msgctxt "admin settings"
3886
  msgid "Min image height (px)"
3887
  msgstr "Alto mínimo de imagen (en px)"
3888
 
3889
+ #: core/class-settings.php:588
3890
  msgctxt "admin settings"
3891
  msgid "Max image width (px)"
3892
  msgstr "Ancho máximo de imagen (px)"
3893
 
3894
+ #: core/class-settings.php:589
3895
  msgctxt "admin settings"
3896
  msgid "Max image height (px)"
3897
  msgstr "Alto máximo de imagen (px)"
3898
 
3899
+ #: core/class-settings.php:591
3900
  msgctxt "admin settings"
3901
  msgid "Turn on thickbox/lightbox?"
3902
  msgstr "Activar Thickbox/Lightbox?"
3903
 
3904
+ #: core/class-settings.php:591
3905
  msgctxt "admin settings"
3906
  msgid ""
3907
  "Uncheck if it conflicts with other elements or plugins installed on your site"
3909
  "Desmarque si entra en conflicto con otros elementos o plugins instalados en "
3910
  "su sitio"
3911
 
3912
+ #: core/class-settings.php:593
3913
  msgctxt "admin settings"
3914
  msgid "Thumbnails"
3915
  msgstr "Imágenes de previsualización"
3916
 
3917
+ #: core/class-settings.php:594
3918
  msgctxt "admin settings"
3919
  msgid "Thumbnail width (px)"
3920
  msgstr "Ancho de thumbnail (px)"
3921
 
3922
+ #: core/class-settings.php:595
3923
  msgctxt "admin settings"
3924
  msgid "Thumbnail height (px)"
3925
  msgstr "Alto de thumbnail (px)"
3926
 
3927
+ #: core/class-settings.php:598
3928
  msgctxt "admin settings"
3929
  msgid "Crop thumbnails to exact dimensions?"
3930
  msgstr "Cortar imágenes de previsualización a las dimensiones exactas?"
3931
 
3932
+ #: core/class-settings.php:601
3933
  msgctxt "admin settings"
3934
  msgid ""
3935
  "When enabled images will match exactly the dimensions above but part of the "
3943
  "alto será ajustado proporcionalmente. Dependiendo de las imágenes que se "
3944
  "hayan utilizado, estas podrían tener diferentes alturas."
3945
 
3946
+ #: core/class-settings.php:607
3947
  msgctxt "admin settings"
3948
  msgid "Number of free images"
3949
  msgstr "Número de imágenes gratuitas"
3950
 
3951
+ #: core/class-settings.php:612
3952
  msgctxt "admin settings"
3953
  msgid ""
3954
  "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3957
  "Configure las imágenes de listados pagos agregando o editando una "
3958
  "<a>comisión</a> pues este valor será ignorado para listados pagos."
3959
 
3960
+ #: core/class-settings.php:613
3961
  msgctxt "admin settings"
3962
  msgid "Use default picture for listings with no picture?"
3963
  msgstr "Utilizar imagen por defecto en listados sin imagen?"
3964
 
3965
+ #: core/class-settings.php:614
3966
  msgctxt "admin settings"
3967
  msgid "Show Thumbnail on main listings page?"
3968
  msgstr "Mostrar thumbnails en las páginas principales?"
3969
 
3970
+ #: core/class-settings.php:670
3971
  msgctxt "admin settings"
3972
  msgid ""
3973
  "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
3976
  "No se pudo copiar el plugin de compatibilidad AJAX \"%s\". El modo de "
3977
  "compatibilidad no fue activado."
3978
 
3979
+ #: core/class-settings.php:678
3980
  msgctxt "admin settings"
3981
  msgid ""
3982
  "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
3985
  "No se pudo activar el modo de compatibilidad AJAX: el directorio \"%s\" no "
3986
  "pudo ser creado."
3987
 
3988
+ #: core/class-settings.php:687
3989
  msgctxt "admin settings"
3990
  msgid ""
3991
  "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
3994
  "No se pudo remover \"Business Directory Plugin - AJAX Compatibility Module"
3995
  "\". Por favor elimine el archivo \"%s\" manualmente o desactive el plugin."
3996
 
3997
+ #: core/class-settings.php:986
3998
  msgctxt "settings"
3999
  msgid "Deactivate License"
4000
  msgstr "Desactivar Licencia"
4001
 
4002
+ #: core/class-settings.php:988
4003
  msgctxt "settings"
4004
  msgid "Deactivating license..."
4005
  msgstr "Desactivando licencia..."
4006
 
4007
+ #: core/class-settings.php:991
4008
  msgctxt "settings"
4009
  msgid "Activate License"
4010
  msgstr "Activar Licencia"
4011
 
4012
+ #: core/class-settings.php:993
4013
  msgctxt "settings"
4014
  msgid "Activating license..."
4015
  msgstr "Activando licencia..."
4016
 
4017
+ #: core/class-settings.php:1017
4018
  msgctxt "admin settings"
4019
  msgid "Valid placeholders: %s"
4020
  msgstr "Comodines válidos: %s"
4021
 
4022
+ #: core/class-settings.php:1051
4023
  msgctxt "settings email"
4024
  msgid "Click to edit e-mail"
4025
  msgstr "Click para editar el correo"
4026
 
4027
+ #: core/class-settings.php:1052
4028
  msgctxt "settings email"
4029
  msgid "Click to edit"
4030
  msgstr "Click para editar"
4031
 
4032
+ #: core/class-settings.php:1065
4033
  msgctxt "settings email"
4034
  msgid "E-Mail Subject"
4035
  msgstr "Título del correo"
4036
 
4037
+ #: core/class-settings.php:1076
4038
  msgctxt "settings email"
4039
  msgid "E-Mail Body"
4040
  msgstr "Cuerpo del correo"
4041
 
4042
+ #: core/class-settings.php:1087
4043
  msgctxt "settings email"
4044
  msgid "You can use the following placeholders:"
4045
  msgstr "Puede utilizar los siguientes comodines:"
4046
 
4047
+ #: core/class-settings.php:1110
4048
  msgctxt "settings email"
4049
  msgid "Preview e-mail"
4050
  msgstr "Previsualizar correo"
4051
 
4052
+ #: core/class-settings.php:1111
4053
  msgctxt "settings email"
4054
  msgid "Cancel"
4055
  msgstr "Cancelar"
4056
 
4057
+ #: core/class-settings.php:1112
4058
  msgctxt "settings email"
4059
  msgid "Save Changes"
4060
  msgstr "Guardar Cambios"
4061
 
4062
+ #: core/class-settings.php:1131
4063
  msgctxt "settings email"
4064
  msgid "Site title"
4065
  msgstr "Título del sitio"
4066
 
4067
+ #: core/class-settings.php:1134
4068
  msgctxt "settings email"
4069
  msgid "Site title (with link)"
4070
  msgstr "Título del listado (con enlace)"
4071
 
4072
+ #: core/class-settings.php:1137
4073
  msgctxt "settings email"
4074
  msgid "Site address (with link)"
4075
  msgstr "Dirección del listado (con enlace)"
4076
 
4077
+ #: core/class-settings.php:1140
4078
  msgctxt "settings email"
4079
  msgid "Directory URL (with link)"
4080
  msgstr "URL del Directorio (con enlace)"
4081
 
4082
+ #: core/class-settings.php:1143
4083
  msgctxt "settings email"
4084
  msgid "Current date"
4085
  msgstr "Fecha actual"
4086
 
4087
+ #: core/class-settings.php:1146
4088
  msgctxt "settings email"
4089
  msgid "Current time"
4090
  msgstr "Hora actual"
4091
 
4092
+ #: core/compatibility/class-navxt-integration.php:159
4093
+ #, fuzzy
4094
+ msgctxt "navxt"
4095
+ msgid "Submit Listing"
4096
+ msgstr "Enviar Un Listado"
4097
+
4098
+ #: core/compatibility/class-navxt-integration.php:163
4099
+ #, fuzzy
4100
+ msgctxt "navxt"
4101
+ msgid "Edit Listing"
4102
+ msgstr "Editar Listado"
4103
+
4104
+ #: core/compatibility/class-navxt-integration.php:167
4105
+ #, fuzzy
4106
+ msgctxt "navxt"
4107
+ msgid "Search"
4108
+ msgstr "Buscar"
4109
+
4110
  #: core/compatibility/deprecated.php:144
4111
  msgid "View"
4112
  msgstr "Ver"
4286
  msgid "Remove"
4287
  msgstr "Eliminar"
4288
 
4289
+ #: core/form-fields-types.php:1067
4290
+ #, fuzzy
4291
+ msgctxt "form-fields api"
4292
+ msgid "Date Field"
4293
+ msgstr "Actualizar Campo"
4294
+
4295
+ #: core/form-fields-types.php:1090
4296
+ msgid "%s (ex. %s)"
4297
+ msgstr ""
4298
+
4299
+ #: core/form-fields-types.php:1094
4300
+ #, fuzzy
4301
+ msgctxt "form-fields api"
4302
+ msgid "Date Format"
4303
+ msgstr "Fecha de publicación"
4304
+
4305
  #: core/form-fields.php:31
4306
  msgctxt "form-fields api"
4307
  msgid "Post Title"
4337
  msgid "Custom"
4338
  msgstr "Especial"
4339
 
4340
+ #: core/form-fields.php:300
4341
  msgid "Business Name"
4342
  msgstr "Nombre del Negocio"
4343
 
4344
+ #: core/form-fields.php:302
4345
  msgid "Business Genre"
4346
  msgstr "Tipo de Negocio"
4347
 
4348
+ #: core/form-fields.php:304
4349
  msgid "Short Business Description"
4350
  msgstr "Descripción corta del negocio"
4351
 
4352
+ #: core/form-fields.php:306
4353
  msgid "Long Business Description"
4354
  msgstr "Descripción larga del negocio"
4355
 
4356
+ #: core/form-fields.php:308
4357
  msgid "Business Website Address"
4358
  msgstr "Sitio web del negocio"
4359
 
4360
+ #: core/form-fields.php:310
4361
  msgid "Business Phone Number"
4362
  msgstr "Número telefónico del negocio"
4363
 
4364
+ #: core/form-fields.php:312
4365
  msgid "Business Fax"
4366
  msgstr "Fax del negocio"
4367
 
4368
+ #: core/form-fields.php:314
4369
  msgid "Business Contact Email"
4370
  msgstr "Correo electrónico de contacto del negocio"
4371
 
4372
+ #: core/form-fields.php:316
4373
  msgid "Business Tags"
4374
  msgstr "Etiquetas"
4375
 
4376
+ #: core/form-fields.php:411
4377
  msgctxt "form-fields-api"
4378
  msgid "Email Validator"
4379
  msgstr "Validador de Correo Electrónico"
4380
 
4381
+ #: core/form-fields.php:412
4382
  msgctxt "form-fields-api"
4383
  msgid "URL Validator"
4384
  msgstr "Validador de URLs"
4385
 
4386
+ #: core/form-fields.php:413
4387
  msgctxt "form-fields-api"
4388
  msgid "Whole Number Validator"
4389
  msgstr "Validador de números enteros"
4390
 
4391
+ #: core/form-fields.php:414
4392
  msgctxt "form-fields-api"
4393
  msgid "Decimal Number Validator"
4394
  msgstr "Validador de números decimales"
4395
 
4396
+ #: core/form-fields.php:415
4397
  msgctxt "form-fields-api"
4398
  msgid "Date Validator"
4399
  msgstr "Validador de fechas"
4400
 
4401
+ #: core/form-fields.php:422
4402
  msgctxt "form-fields-api validation"
4403
  msgid "Field"
4404
  msgstr "Campo"
4405
 
4406
+ #: core/form-fields.php:438 core/form-fields.php:442
4407
  msgctxt "form-fields-api validation"
4408
  msgid "%s is required."
4409
  msgstr "%s es requerido."
4410
 
4411
+ #: core/form-fields.php:451 core/form-fields.php:458
4412
  msgctxt "form-fields-api validation"
4413
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4414
  msgstr "%s está mal escrita. Una URL válida es requerida. Incluya http://"
4415
 
4416
+ #: core/form-fields.php:472
4417
  msgctxt "form-fields-api validation"
4418
  msgid "%s is badly formatted. Valid Email format required."
4419
  msgstr "%s está mal escrito. Un correo electrónico válido es requerido."
4420
 
4421
+ #: core/form-fields.php:478
4422
  msgctxt "form-fields-api validation"
4423
  msgid "%s must be a number. Decimal values are not allowed."
4424
  msgstr "%s debe ser un número entero. Valores decimales no están permitidos."
4425
 
4426
+ #: core/form-fields.php:484
4427
  msgctxt "form-fields-api validation"
4428
  msgid "%s must be a number."
4429
  msgstr "%s debe ser un número."
4430
 
4431
+ #: core/form-fields.php:497
4432
+ #, fuzzy
4433
  msgctxt "form-fields-api validation"
4434
+ msgid "%s must be in the format %s."
4435
  msgstr "%s debe estar en el formato MM/DD/YYYY."
4436
 
4437
+ #: core/form-fields.php:529
4438
+ #, fuzzy
4439
+ msgctxt "form-fields-api validation"
4440
+ msgid "%s must be a valid date."
4441
+ msgstr "%s debe ser un número."
4442
+
4443
+ #: core/form-fields.php:540
4444
  msgctxt "form-fields-api validation"
4445
  msgid "%s is invalid. Value most be one of %s."
4446
  msgstr "%s es inválido. El valor debe ser uno de %s."
4599
  msgid "The transaction has been canceled at user's request."
4600
  msgstr "La transacción ha sido cancelada por solicitud del usuario."
4601
 
4602
+ #: core/installer.php:38
4603
  msgctxt "default category name"
4604
  msgid "General"
4605
  msgstr "General"
4606
 
4607
+ #: core/installer.php:460
4608
  msgctxt "installer"
4609
  msgid ""
4610
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4615
  "es incompatible con la versión actual de Business Directory. Por favor "
4616
  "actualice el módulode Regions."
4617
 
4618
+ #: core/installer.php:526
4619
  msgctxt "installer"
4620
  msgid "Cleaning up listing fees information... %d/%d"
4621
  msgstr "Actualizando información de comisiones de listados... %d/%d"
4622
 
4623
+ #: core/installer.php:576
4624
  msgctxt "installer"
4625
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4626
  msgstr "Migrando transacciones anteriores a la nueva API de pagos... %d/%d"
4627
 
4628
+ #: core/installer.php:605
4629
  msgctxt "installer"
4630
  msgid "Initial listing payment (BD < 3.4)"
4631
  msgstr "Pago inicial de listado (BD < 3.4)"
4632
 
4633
+ #: core/installer.php:616
4634
  msgctxt "installer"
4635
  msgid "Listing edit payment (BD < 3.4)"
4636
  msgstr "Pago por edición de listado (BD < 3.4)"
4637
 
4638
+ #: core/installer.php:637
4639
  msgctxt "installer"
4640
  msgid "Renewal fee \"%s\" for category \"%s\""
4641
  msgstr "Comisión de renovación \"%s\" para categoría \"%s\""
4642
 
4643
+ #: core/installer.php:656
4644
  msgctxt "installer"
4645
  msgid "Listing upgrade to featured"
4646
  msgstr "Mejora a Destacado"
4647
 
4648
+ #: core/installer.php:859
4649
  msgid "Business Directory - Manual Upgrade Required"
4650
  msgstr "Business Directory - Actualización Manual Requerida"
4651
 
4652
+ #: core/installer.php:861
4653
  msgid ""
4654
  "Business Directory features are currently disabled because the plugin needs "
4655
  "to perform a manual upgrade before continuing."
4657
  "Las características de Business Directory se encuentran deshabitadas pues es "
4658
  "necesario realizar una actualización manual antes de continuar."
4659
 
4660
+ #: core/installer.php:863
4661
  msgid "Perform Manual Upgrade"
4662
  msgstr "Realizar Actualización Manual"
4663
 
4664
+ #: core/installer.php:879 core/installer.php:880 core/installer.php:891
4665
  msgid "Business Directory - Manual Upgrade"
4666
  msgstr "Business Directory - Actualización Manual"
4667
 
4668
+ #: core/installer.php:895
4669
  msgid ""
4670
  "Business Directory features are currently disabled because the plugin needs "
4671
  "to perform a manual upgrade before it can be used."
4674
  "necesario realizar una actualización manual antes de que el plugin pueda ser "
4675
  "utilizado."
4676
 
4677
+ #: core/installer.php:897
4678
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4679
  msgstr ""
4680
  "Haga clic en \"Iniciar Actualización\" y espere hasta que el proceso "
4681
  "finalice."
4682
 
4683
+ #: core/installer.php:900
4684
  msgctxt "manual-upgrade"
4685
  msgid "Start Upgrade"
4686
  msgstr "Iniciar Actualización"
4687
 
4688
+ #: core/installer.php:902
4689
  msgctxt "manual-upgrade"
4690
  msgid "Pause Upgrade"
4691
  msgstr "Detener Actualización"
4692
 
4693
+ #: core/installer.php:908
4694
  msgctxt "manual-upgrade"
4695
  msgid ""
4696
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
4699
  "La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
4700
  "encienta disponible para su uso."
4701
 
4702
+ #: core/installer.php:911
4703
  msgctxt "manual-upgrade"
4704
  msgid "Go to \"Directory Admin\""
4705
  msgstr "Ir a \"Administración del Directorio\""
5083
  msgid "Invalid payment id."
5084
  msgstr "ID de pago inválido."
5085
 
5086
+ #: core/view-checkout.php:92
5087
  msgctxt "checkout"
5088
  msgid "Continue"
5089
  msgstr "Continuar"
5090
 
5091
+ #: core/view-checkout.php:103
5092
  msgctxt "checkout"
5093
  msgid ""
5094
  "Payments are not allowed on the non-secure version of this site. Please "
5097
  "Los pagos no están permitidos en la versión no segura del sitio. Por favor "
5098
  "<a>continúe al servidor seguro para proceder con su pago</a>."
5099
 
5100
+ #: core/view-checkout.php:118
5101
  msgctxt "checkout"
5102
  msgid ""
5103
  "Your payment is being verified. This usually takes a few minutes but can "
5106
  "Su pago está siendo verificado. Esto usualmente toma unos pocos minutos pero "
5107
  "podría llegar a tardar hasta 24 horas."
5108
 
5109
+ #: core/view-checkout.php:126 core/view-checkout.php:147
5110
  msgctxt "checkout"
5111
  msgid "← Return to Directory."
5112
  msgstr "← Regresar al Directorio."
5113
 
5114
+ #: core/view-checkout.php:136
5115
  msgctxt "checkout"
5116
  msgid "Your payment was received sucessfully."
5117
  msgstr "Su pago fue recibido satisfactoriamente."
5118
 
5119
+ #: core/view-checkout.php:143
5120
  msgctxt "checkout"
5121
  msgid "← Return to your listing."
5122
  msgstr "← Regresar al listado."
5401
  msgstr ""
5402
  "Esta es tan solo una previsualización. El listado no ha sido publicado aún."
5403
 
5404
+ #: core/views.php:368
5405
  msgctxt "templates"
5406
  msgid ""
5407
  "There are no categories assigned to the business directory yet. You need to "
5416
  "no pueden enviar listados en este momento. No pueden agregarse nuevos "
5417
  "listados hasta tanto haya categorías en el Directorio de Negocios."
5418
 
5419
+ #: core/views.php:370
5420
  msgctxt "templates"
5421
  msgid "There are currently no listings in the directory."
5422
  msgstr "No hay listados en el Directorio."
5423
 
5424
+ #: core/views.php:388
5425
  msgctxt "templates"
5426
  msgid ""
5427
  "You have \"Hide Empty Categories\" on and some categories that don't have "
6241
  msgid "* Indicates required fields."
6242
  msgstr "* Indica campos obligatorios."
6243
 
6244
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:178
6245
+ msgid ""
6246
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6247
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
6248
+ msgstr ""
6249
+
6250
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:185
6251
+ msgid ""
6252
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6253
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
6254
+ "\">update now</a>."
6255
+ msgstr ""
6256
+
6257
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6258
+ msgid "You do not have permission to install plugin updates"
6259
+ msgstr ""
6260
+
6261
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6262
+ #, fuzzy
6263
+ msgid "Error"
6264
+ msgstr "Error"
6265
+
6266
  #. Plugin URI of the plugin/theme
6267
  msgid "http://www.businessdirectoryplugin.com"
6268
  msgstr "http://www.businessdirectoryplugin.com"
6299
  #~ msgid "Rejected Rows"
6300
  #~ msgstr "Filas Rechazadas"
6301
 
 
 
 
 
6302
  #~ msgctxt "admin csv-import"
6303
  #~ msgid "Import warnings (not critical)"
6304
  #~ msgstr "Advertencias de importación (no críticas)"
languages/WPBDM-fr_FR.mo ADDED
Binary file
languages/WPBDM-fr_FR.po ADDED
@@ -0,0 +1,6334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 3.6\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2015-06-09 16:02:40+00:00\n"
8
+ "PO-Revision-Date: 2015-05-31 15:21+0100\n"
9
+ "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
+ "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
11
+ "Language: fr\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.7.5\n"
16
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ #: admin/class-admin-listings.php:24
20
+ msgid "Listing Information"
21
+ msgstr "Information de l'annonce"
22
+
23
+ #: admin/class-admin-listings.php:31
24
+ msgctxt "admin"
25
+ msgid "Listing Fields / Images"
26
+ msgstr "Champs des annonces/Images "
27
+
28
+ #: admin/class-admin-listings.php:42
29
+ msgctxt "admin"
30
+ msgid "Categories"
31
+ msgstr "Catégories"
32
+
33
+ #: admin/class-admin-listings.php:43
34
+ msgid "Payment Status"
35
+ msgstr "Statut du paiement"
36
+
37
+ #: admin/class-admin-listings.php:44
38
+ msgid "Featured (Sticky) Status"
39
+ msgstr "Statut sélectionné (Post-it)"
40
+
41
+ #: admin/class-admin-listings.php:75
42
+ msgctxt "admin"
43
+ msgid "(Listing expired in this category)"
44
+ msgstr "(Annonce expirée dans cette catégorie) "
45
+
46
+ #: admin/class-admin-listings.php:93 admin/class-admin-listings.php:176
47
+ msgid "Paid"
48
+ msgstr "Payé"
49
+
50
+ #: admin/class-admin-listings.php:98
51
+ msgid "Mark as"
52
+ msgstr "Marqué comme"
53
+
54
+ #: admin/class-admin-listings.php:107 admin/class-admin-listings.php:186
55
+ msgid "Pending Upgrade"
56
+ msgstr "Mise à jour nécessaire"
57
+
58
+ #: admin/class-admin-listings.php:115 admin/listing-metabox.php:68
59
+ msgid "Upgrade to %s"
60
+ msgstr "Mettre à jour vers %s"
61
+
62
+ #: admin/class-admin-listings.php:122 admin/listing-metabox.php:75
63
+ msgid "Downgrade to %s"
64
+ msgstr "Déclasser vers %s"
65
+
66
+ #: admin/class-admin-listings.php:125 admin/class-admin-listings.php:295
67
+ msgctxt "admin actions"
68
+ msgid "Upgrade to Featured"
69
+ msgstr "Mettre à jour vers la version sélectionnée"
70
+
71
+ #: admin/class-admin-listings.php:181
72
+ msgid "Unpaid"
73
+ msgstr "Impayé"
74
+
75
+ #: admin/class-admin-listings.php:191
76
+ msgctxt "admin"
77
+ msgid "Expired"
78
+ msgstr "Expiré "
79
+
80
+ #: admin/class-admin-listings.php:241
81
+ msgctxt "admin actions"
82
+ msgid "Edit Listing"
83
+ msgstr "Editer l'annonce"
84
+
85
+ #: admin/class-admin-listings.php:244
86
+ msgctxt "admin actions"
87
+ msgid "Delete Listing"
88
+ msgstr "Effacer l'annonce"
89
+
90
+ #: admin/class-admin-listings.php:293
91
+ msgctxt "admin actions"
92
+ msgid "Publish Listing"
93
+ msgstr "Publier l'annonce"
94
+
95
+ #: admin/class-admin-listings.php:296
96
+ msgctxt "admin actions"
97
+ msgid "Downgrade to Normal"
98
+ msgstr "Rétrograder vers le mode Normal "
99
+
100
+ #: admin/class-admin-listings.php:298
101
+ msgctxt "admin actions"
102
+ msgid "Mark as Paid"
103
+ msgstr "Marquer comme Payé "
104
+
105
+ #: admin/class-admin-listings.php:300
106
+ msgctxt "admin actions"
107
+ msgid "Renew Listing"
108
+ msgstr "Renouveler l'annonce"
109
+
110
+ #: admin/class-admin.php:119
111
+ msgctxt "drip pointer"
112
+ msgid ""
113
+ "Find out how to create a compelling, thriving business directory from "
114
+ "scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
115
+ "a FREE premium module just for signing up."
116
+ msgstr ""
117
+ "Découvrez comment créer un annuaire professionnel convaincant à partir de "
118
+ "zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mails). Obtenez un "
119
+ "module premium GRATUIT juste après votre inscription."
120
+
121
+ #: admin/class-admin.php:121
122
+ msgctxt "drip pointer"
123
+ msgid "Email Address:"
124
+ msgstr "Adresse e-mail:"
125
+
126
+ #: admin/class-admin.php:127
127
+ msgctxt "drip pointer"
128
+ msgid "Want to know the Secrets of Building an Awesome Business Directory?"
129
+ msgstr ""
130
+ "Vous voule connaitre les secrets de constructions d'un superbe annuaire "
131
+ "professionnel?"
132
+
133
+ #: admin/class-admin.php:129
134
+ msgctxt "drip pointer"
135
+ msgid "Yes, please!"
136
+ msgstr "Oui, s'il vous plait!"
137
+
138
+ #: admin/class-admin.php:131
139
+ msgctxt "drip pointer"
140
+ msgid "No, thanks"
141
+ msgstr "Non, merci"
142
+
143
+ #: admin/class-admin.php:148
144
+ msgctxt "admin"
145
+ msgid "Business Directory"
146
+ msgstr "Annuaire Professionnel"
147
+
148
+ #: admin/class-admin.php:159
149
+ msgctxt "admin"
150
+ msgid "You're all set. Visit your new <a>Business Directory</a> page."
151
+ msgstr ""
152
+ "Vous êtes prêt. Visitez votre nouvelle page <a>Annuaire Professionnel</a>"
153
+
154
+ #: admin/class-admin.php:180
155
+ #, fuzzy
156
+ msgctxt "drip pointer"
157
+ msgid "Invalid e-mail address."
158
+ msgstr "Statut de renouvellement invalide."
159
+
160
+ #: admin/class-admin.php:211
161
+ msgctxt "admin menu"
162
+ msgid "Business Directory Admin"
163
+ msgstr "Administrateur de l'Annuaire Professionnel"
164
+
165
+ #: admin/class-admin.php:212
166
+ msgctxt "admin menu"
167
+ msgid "Directory Admin"
168
+ msgstr "Administrateur de l'Annuaire"
169
+
170
+ #: admin/class-admin.php:218 admin/class-admin.php:219
171
+ msgctxt "admin menu"
172
+ msgid "Add New Listing"
173
+ msgstr "Ajoutez une nouvelle annonce"
174
+
175
+ #: admin/class-admin.php:224 admin/class-admin.php:225
176
+ msgctxt "admin menu"
177
+ msgid "Manage Options"
178
+ msgstr "Gestion des options"
179
+
180
+ #: admin/class-admin.php:230 admin/class-admin.php:231
181
+ msgctxt "admin menu"
182
+ msgid "Manage Fees"
183
+ msgstr "Gestion des frais"
184
+
185
+ #: admin/class-admin.php:236 admin/class-admin.php:237
186
+ msgctxt "admin menu"
187
+ msgid "Manage Form Fields"
188
+ msgstr "Gestion des champs"
189
+
190
+ #: admin/class-admin.php:242 admin/class-admin.php:243
191
+ msgctxt "admin menu"
192
+ msgid "Listings"
193
+ msgstr "Listages"
194
+
195
+ #: admin/class-admin.php:257 admin/class-admin.php:258
196
+ msgctxt "admin menu"
197
+ msgid "CSV Import"
198
+ msgstr "Importation CSV"
199
+
200
+ #: admin/class-admin.php:263 admin/class-admin.php:264
201
+ msgctxt "admin menu"
202
+ msgid "CSV Export"
203
+ msgstr "Exportation CSV"
204
+
205
+ #: admin/class-admin.php:269 admin/class-admin.php:270
206
+ msgctxt "admin menu"
207
+ msgid "Debug"
208
+ msgstr "Déboguer"
209
+
210
+ #: admin/class-admin.php:279
211
+ msgctxt "admin menu"
212
+ msgid "Main Menu"
213
+ msgstr "Menu principal"
214
+
215
+ #: admin/class-admin.php:290
216
+ msgctxt "admin menu"
217
+ msgid "Uninstall Business Directory Plugin"
218
+ msgstr "Désinstaller le Plugin Annuaire Professionnel"
219
+
220
+ #: admin/class-admin.php:291
221
+ msgctxt "admin menu"
222
+ msgid "Uninstall"
223
+ msgstr "Désinstaller"
224
+
225
+ #: admin/class-admin.php:400
226
+ #: admin/templates/listing-metabox-categories.tpl.php:69
227
+ msgctxt "admin infometabox"
228
+ msgid "never"
229
+ msgstr "jamais"
230
+
231
+ #: admin/class-admin.php:480
232
+ msgctxt "admin"
233
+ msgid "The listing has been published."
234
+ msgid_plural "The listings have been published."
235
+ msgstr[0] "L'annonce a été publiée."
236
+ msgstr[1] "Les annonces ont été publiées."
237
+
238
+ #: admin/class-admin.php:493
239
+ msgctxt "admin"
240
+ msgid "The listing status has been set as paid."
241
+ msgid_plural "The listings status has been set as paid."
242
+ msgstr[0] "Le statut de l'annonce a été défini comme étant payée."
243
+ msgstr[1] "Le statut des annocnes a été défini comme étant payées."
244
+
245
+ #: admin/class-admin.php:505
246
+ msgctxt "admin"
247
+ msgid "The listing has been modified."
248
+ msgid_plural "The listings have been modified."
249
+ msgstr[0] "L'annonce a été modifiée."
250
+ msgstr[1] "Les annonces ont été modifiées."
251
+
252
+ #: admin/class-admin.php:518
253
+ msgctxt "admin"
254
+ msgid "The listing has been upgraded."
255
+ msgid_plural "The listings have been upgraded."
256
+ msgstr[0] "L'annonce a été mise à jour."
257
+ msgstr[1] "Les annonces ont été mise à jour."
258
+
259
+ #: admin/class-admin.php:530
260
+ msgctxt "admin"
261
+ msgid "The listing has been downgraded."
262
+ msgid_plural "The listings have been downgraded."
263
+ msgstr[0] "L'annonce a été rétrogradée."
264
+ msgstr[1] "Les annonces ont été rétrogradées."
265
+
266
+ #: admin/class-admin.php:542 admin/transactions.php:243
267
+ msgctxt "admin"
268
+ msgid "The transaction has been approved."
269
+ msgstr "La transaction a été approuvée."
270
+
271
+ #: admin/class-admin.php:550 admin/transactions.php:254
272
+ msgctxt "admin"
273
+ msgid "The transaction has been rejected."
274
+ msgstr "La transaction a été rejetée."
275
+
276
+ #: admin/class-admin.php:556
277
+ msgctxt "admin"
278
+ msgid "The fee was successfully assigned."
279
+ msgstr "Les frais ont bien été assignés."
280
+
281
+ #: admin/class-admin.php:565
282
+ msgctxt "admin"
283
+ msgid "Listing was renewed."
284
+ msgid_plural "Listings were renewed."
285
+ msgstr[0] "L'annonce a été renouvelée."
286
+ msgstr[1] "Les annonces ont été renouvelées."
287
+
288
+ #: admin/class-admin.php:572
289
+ msgctxt "admin"
290
+ msgid "Renewal email sent."
291
+ msgstr "Renouveller l'envoie de mail."
292
+
293
+ #: admin/class-admin.php:606
294
+ msgctxt "admin category id"
295
+ msgid "ID"
296
+ msgstr "ID"
297
+
298
+ #: admin/class-admin.php:608 admin/class-admin.php:614
299
+ msgctxt "admin"
300
+ msgid "Listing Count"
301
+ msgstr "Compteur d'annonce"
302
+
303
+ #: admin/class-admin.php:710
304
+ msgctxt "admin"
305
+ msgid ""
306
+ "<b>Business Directory Plugin</b> requires fields with the following "
307
+ "associations in order to work correctly: <b>%s</b>."
308
+ msgstr ""
309
+ "<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
310
+ "associations suivantes en ordre pour marcher correctement: <b>%s</b>"
311
+
312
+ #: admin/class-admin.php:712
313
+ msgctxt "admin"
314
+ msgid ""
315
+ "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
316
+ "association in order to work correctly."
317
+ msgstr ""
318
+ "<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
319
+ "association en ordre pour marcher correctement."
320
+
321
+ #: admin/class-admin.php:716
322
+ msgctxt "admin"
323
+ msgid ""
324
+ "You can create these custom fields by yourself inside \"Manage Form Fields\" "
325
+ "or let Business Directory do this for you automatically."
326
+ msgstr ""
327
+ "Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
328
+ "Champs\" ou laissez le plugin le faire pour vous automatiquement."
329
+
330
+ #: admin/class-admin.php:720
331
+ msgctxt "admin"
332
+ msgid "Go to \"Manage Form Fields\""
333
+ msgstr "Aller à \"Gestion des Champs\""
334
+
335
+ #: admin/class-admin.php:723
336
+ msgctxt "admin"
337
+ msgid "Create these required fields for me"
338
+ msgstr "Créer ces champs requis pour moi"
339
+
340
+ #: admin/class-admin.php:732
341
+ msgctxt "admin"
342
+ msgid ""
343
+ "<b>Business Directory Plugin</b> requires a page with the "
344
+ "<tt>[businessdirectory]</tt> shortcode to function properly."
345
+ msgstr ""
346
+ "<b>Business Directory Plugin</b> requiert une page avec le code "
347
+ "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
348
+
349
+ #: admin/class-admin.php:734
350
+ msgctxt "admin"
351
+ msgid ""
352
+ "You can create this page by yourself or let Business Directory do this for "
353
+ "you automatically."
354
+ msgstr ""
355
+ "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
356
+ "pour vous automatiquement."
357
+
358
+ #: admin/class-admin.php:738
359
+ msgctxt "admin"
360
+ msgid "Create required pages for me"
361
+ msgstr "Créer les pages requises pour moi."
362
+
363
+ #: admin/class-admin.php:768
364
+ msgctxt "admin compat"
365
+ msgid "Installed: %s"
366
+ msgstr "Installé: %s"
367
+
368
+ #: admin/class-admin.php:768
369
+ msgctxt "admin compat"
370
+ msgid "N/A"
371
+ msgstr "N/A"
372
+
373
+ #: admin/class-admin.php:771
374
+ msgctxt "admin compat"
375
+ msgid "Required: %s"
376
+ msgstr "Requis: %s"
377
+
378
+ #: admin/class-admin.php:784
379
+ msgctxt "admin compat"
380
+ msgid ""
381
+ "Business Directory has detected some incompatible premium module versions "
382
+ "installed."
383
+ msgstr ""
384
+ "Le plugin a détecté une/des modules incomptatible de la version premium "
385
+ "installé."
386
+
387
+ #: admin/class-admin.php:786
388
+ msgctxt "admin compat"
389
+ msgid ""
390
+ "Please upgrade to the required versions indicated below to make sure "
391
+ "everything functions properly."
392
+ msgstr ""
393
+ "Veuillez mettre à jour vers la version requise, indiqué ci-dessous, pour "
394
+ "assurer le bon fonctionnement des fonctions. "
395
+
396
+ #: admin/class-admin.php:801
397
+ msgctxt "admin"
398
+ msgid ""
399
+ "We noticed you want your Business Directory users to register before posting "
400
+ "listings, but Registration for your site is currently disabled. Go [here] "
401
+ "and check \"Anyone can register\" to make sure BD works properly."
402
+ msgstr ""
403
+ "Nous avons remarqué que vous vouliez que les utilisateurs du plugins "
404
+ "s'enregistrent avant de poster des listes, mais l'enregistrement pour votre "
405
+ "site est actuellement désactivé. Allez [ici] et activez \"Tout le monde peut "
406
+ "s'enregistrer\" pour être sûr que le plugin fonctionne correctement."
407
+
408
+ #: admin/class-listing-fields-metabox.php:21
409
+ msgctxt "admin"
410
+ msgid "Listing Fields"
411
+ msgstr "Champs d'annonce"
412
+
413
+ #: admin/class-listing-fields-metabox.php:40
414
+ #: templates/submit-listing/images.tpl.php:12
415
+ msgctxt "templates"
416
+ msgid "Current Images"
417
+ msgstr "Images actuelles"
418
+
419
+ #: admin/class-listing-fields-metabox.php:41
420
+ msgctxt "templates"
421
+ msgid "There are no images currently attached to the listing."
422
+ msgstr "Il n'y a aucune images attaché à cette annonce."
423
+
424
+ #: admin/csv-export.php:136
425
+ msgctxt "admin csv-export"
426
+ msgid "Could not create a temporary directory for handling this CSV export."
427
+ msgstr ""
428
+ "Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
429
+
430
+ #: admin/csv-export.php:138
431
+ msgctxt "admin csv-export"
432
+ msgid "Could not create wpbdp-csv-exports directory."
433
+ msgstr "Impossible de créer le répertoire wpbdp-CSV-exportations."
434
+
435
+ #: admin/csv-export.php:143
436
+ msgctxt "admin csv-export"
437
+ msgid "Error while creating a temporary directory for CSV export: %s"
438
+ msgstr ""
439
+ "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
440
+ "CSV: %s"
441
+
442
+ #: admin/csv-import.php:95
443
+ msgctxt "admin csv-import"
444
+ msgid "Business %s"
445
+ msgstr "Professionnel %s"
446
+
447
+ #: admin/csv-import.php:133
448
+ msgctxt "admin csv-import"
449
+ msgid "Whatever"
450
+ msgstr "Tout ce que"
451
+
452
+ #: admin/csv-import.php:137
453
+ msgctxt "admin csv-import"
454
+ msgid "Example CSV Import File"
455
+ msgstr "Exemple de fichier d'import CSV"
456
+
457
+ #: admin/csv-import.php:138
458
+ msgctxt "admin csv-import"
459
+ msgid "← Return to \"CSV Import\""
460
+ msgstr "← Revenir à \"Importation CSV \""
461
+
462
+ #: admin/csv-import.php:241
463
+ msgid ""
464
+ "A valid temporary directory with write permissions is required for CSV "
465
+ "imports to function properly. Your server is using \"%s\" but this path does "
466
+ "not seem to be writable. Please consult with your host."
467
+ msgstr ""
468
+ "Un répertoire temporaire valide avec les permissions d'écriture est "
469
+ "nécessaire pour les importations CSV pour fonctionner correctement. Votre "
470
+ "serveur utilise \"%s\", mais cette voie ne semble pas être accessible en "
471
+ "écriture. Veuillez consulter le serveur hôte."
472
+
473
+ #: admin/csv-import.php:275
474
+ msgctxt "admin csv-import"
475
+ msgid "There was an error uploading the CSV file."
476
+ msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
477
+
478
+ #: admin/csv-import.php:281
479
+ msgctxt "admin csv-import"
480
+ msgid "Please upload or select a CSV file."
481
+ msgstr "Veuillez uploader ou sélectionner un fichier CSV."
482
+
483
+ #: admin/csv-import.php:294
484
+ msgctxt "admin csv-import"
485
+ msgid "There was an error uploading the images ZIP file."
486
+ msgstr "Il y a eu une erreur lor de l'upload du fichier ZIP."
487
+
488
+ #: admin/csv-import.php:315
489
+ msgctxt "admin csv-import"
490
+ msgid ""
491
+ "An error was detected while validating the CSV file for import. Please fix "
492
+ "this before proceeding."
493
+ msgstr ""
494
+
495
+ #: admin/csv-import.php:324
496
+ msgctxt "admin csv-import"
497
+ msgid "Import is in \"test mode\". Nothing will be inserted into the database."
498
+ msgstr ""
499
+ "Importer est dans \"mode test \". Rien ne sera inséré dans la base de "
500
+ "données."
501
+
502
+ #: admin/fees.php:9
503
+ msgctxt "fees admin"
504
+ msgid "fee"
505
+ msgstr "frais"
506
+
507
+ #: admin/fees.php:10
508
+ msgctxt "fees admin"
509
+ msgid "fees"
510
+ msgstr "frais"
511
+
512
+ #: admin/fees.php:16
513
+ msgctxt "fees admin"
514
+ msgid "You do not have any listing fees setup yet."
515
+ msgstr "Vous n'avez aucun droits d'inscription mis en place actuellement."
516
+
517
+ #: admin/fees.php:22
518
+ msgctxt "fees admin"
519
+ msgid "Label"
520
+ msgstr "Etiquette"
521
+
522
+ #: admin/fees.php:23
523
+ msgctxt "fees admin"
524
+ msgid "Amount"
525
+ msgstr "Montant"
526
+
527
+ #: admin/fees.php:24
528
+ msgctxt "fees admin"
529
+ msgid "Duration"
530
+ msgstr "Durée"
531
+
532
+ #: admin/fees.php:25
533
+ msgctxt "fees admin"
534
+ msgid "Images"
535
+ msgstr "Images"
536
+
537
+ #: admin/fees.php:26
538
+ msgctxt "fees admin"
539
+ msgid "Applied To"
540
+ msgstr "Appliqué à"
541
+
542
+ #: admin/fees.php:50
543
+ msgctxt "fees admin"
544
+ msgid "Edit"
545
+ msgstr "Editer"
546
+
547
+ #: admin/fees.php:53
548
+ msgctxt "fees admin"
549
+ msgid "Delete"
550
+ msgstr "Effacer"
551
+
552
+ #: admin/fees.php:73
553
+ msgctxt "fees admin"
554
+ msgid "Forever"
555
+ msgstr "Pour toujours"
556
+
557
+ #: admin/fees.php:74
558
+ msgctxt "fees admin"
559
+ msgid "%d day"
560
+ msgid_plural "%d days"
561
+ msgstr[0] "%d jour"
562
+ msgstr[1] "%d jours"
563
+
564
+ #: admin/fees.php:78
565
+ msgctxt "fees admin"
566
+ msgid "%d image"
567
+ msgid_plural "%d images"
568
+ msgstr[0] "%d image"
569
+ msgstr[1] "%d images"
570
+
571
+ #: admin/fees.php:83
572
+ msgctxt "fees admin"
573
+ msgid "All categories"
574
+ msgstr "Toutes catégories"
575
+
576
+ #: admin/fees.php:135
577
+ msgctxt "fees order"
578
+ msgid "Label"
579
+ msgstr "Etiquette"
580
+
581
+ #: admin/fees.php:136
582
+ msgctxt "fees order"
583
+ msgid "Amount"
584
+ msgstr "Montant"
585
+
586
+ #: admin/fees.php:137
587
+ msgctxt "fees order"
588
+ msgid "Duration"
589
+ msgstr "Durée"
590
+
591
+ #: admin/fees.php:138
592
+ msgctxt "fees order"
593
+ msgid "Images"
594
+ msgstr "Images"
595
+
596
+ #: admin/fees.php:139
597
+ msgctxt "fees order"
598
+ msgid "Custom Order"
599
+ msgstr "Ordre personnalisé"
600
+
601
+ #: admin/fees.php:153
602
+ msgctxt "fees admin"
603
+ msgid "Fee updated."
604
+ msgstr "Frais mis à jour"
605
+
606
+ #: admin/fees.php:179
607
+ msgctxt "fees admin"
608
+ msgid "Fee deleted."
609
+ msgstr "Frais effacé"
610
+
611
+ #: admin/form-fields.php:9
612
+ msgctxt "form-fields admin"
613
+ msgid "form field"
614
+ msgstr "champ de formulaire"
615
+
616
+ #: admin/form-fields.php:10
617
+ msgctxt "form-fields admin"
618
+ msgid "form fields"
619
+ msgstr "champ de formulaires"
620
+
621
+ #: admin/form-fields.php:17
622
+ msgctxt "form-fields admin"
623
+ msgid "Order"
624
+ msgstr "Ordre"
625
+
626
+ #: admin/form-fields.php:18
627
+ msgctxt "form-fields admin"
628
+ msgid "Label / Association"
629
+ msgstr "Etiquette / Assoociation"
630
+
631
+ #: admin/form-fields.php:19
632
+ msgctxt "form-fields admin"
633
+ msgid "Type"
634
+ msgstr "Type"
635
+
636
+ #: admin/form-fields.php:20
637
+ msgctxt "form-fields admin"
638
+ msgid "Validator"
639
+ msgstr "Validateur"
640
+
641
+ #: admin/form-fields.php:21
642
+ msgctxt "form-fields admin"
643
+ msgid "Field Attributes"
644
+ msgstr "Attributs de champ"
645
+
646
+ #: admin/form-fields.php:45
647
+ msgctxt "form-fields admin"
648
+ msgid "Edit"
649
+ msgstr "Editer"
650
+
651
+ #: admin/form-fields.php:50
652
+ msgctxt "form-fields admin"
653
+ msgid "Delete"
654
+ msgstr "Effacer"
655
+
656
+ #: admin/form-fields.php:76
657
+ msgctxt "form-fields admin"
658
+ msgid "Required"
659
+ msgstr "Requis"
660
+
661
+ #: admin/form-fields.php:76
662
+ msgctxt "form-fields admin"
663
+ msgid "Optional"
664
+ msgstr "Optionnel"
665
+
666
+ #: admin/form-fields.php:80
667
+ msgctxt "form-fields admin"
668
+ msgid "This field value is shown in the excerpt view of a listing."
669
+ msgstr ""
670
+ "Cette valeur de champ est représentée dans la vue extraite d'une annonce."
671
+
672
+ #: admin/form-fields.php:81
673
+ msgctxt "form-fields admin"
674
+ msgid "In Excerpt"
675
+ msgstr "En extrait"
676
+
677
+ #: admin/form-fields.php:86
678
+ msgctxt "form-fields admin"
679
+ msgid "This field value is shown in the single view of a listing."
680
+ msgstr "Cette valeur de champ est montré dans l'annonce en lecture."
681
+
682
+ #: admin/form-fields.php:87
683
+ msgctxt "form-fields admin"
684
+ msgid "In Listing"
685
+ msgstr "Dans l'annonce."
686
+
687
+ #: admin/form-fields.php:171
688
+ msgctxt "formfields-preview"
689
+ msgid ""
690
+ "This is a preview of the form as it will appear during \"Submit a Listing\". "
691
+ "The users may not see all fields from \"Manage Form Fields\" because you "
692
+ "have \"Featured Levels\" active and this is showing the base level."
693
+ msgstr ""
694
+ "Il s'agit d'un aperçu du formulaire tel qu'il apparaitra durant \"Soumission "
695
+ "d'une annonce\". L'utilisateur pourrai ne pas voir tous les champs de "
696
+ "\"Organisation des champs du formulaire\" car vous avez activé \"Sélection "
697
+ "de niveaux\" et cela montre le niveau de base."
698
+
699
+ #: admin/form-fields.php:177
700
+ msgctxt "form-fields admin"
701
+ msgid "Form Preview"
702
+ msgstr "Aperçu du formulaire"
703
+
704
+ #: admin/form-fields.php:178
705
+ msgctxt "form-fields admin"
706
+ msgid "← Return to \"Manage Form Fields\""
707
+ msgstr "← Retourner vers \"Organisation des champs du formulaire\""
708
+
709
+ #: admin/form-fields.php:209
710
+ msgctxt "form-fields admin"
711
+ msgid "Form fields updated."
712
+ msgstr "Champs du formulaire mis à jour."
713
+
714
+ #: admin/form-fields.php:249
715
+ msgctxt "form-fields admin"
716
+ msgid "Field deleted."
717
+ msgstr "Champ effacé."
718
+
719
+ #: admin/form-fields.php:265
720
+ msgctxt "form-fields admin"
721
+ msgid "Required fields created successfully."
722
+ msgstr "Champs requis créés avec succés."
723
+
724
+ #: admin/listing-metabox.php:11
725
+ msgctxt "admin"
726
+ msgid "General"
727
+ msgstr "Général"
728
+
729
+ #: admin/listing-metabox.php:12
730
+ msgctxt "admin"
731
+ msgid "Fee Details"
732
+ msgstr "Détails des Frais"
733
+
734
+ #: admin/listing-metabox.php:13
735
+ msgctxt "admin"
736
+ msgid "Transactions"
737
+ msgstr "Transactions"
738
+
739
+ #: admin/listing-metabox.php:42
740
+ msgctxt "admin infometabox"
741
+ msgid "General Info"
742
+ msgstr "Inofrmations générales"
743
+
744
+ #: admin/listing-metabox.php:44
745
+ msgctxt "admin infometabox"
746
+ msgid "Total Listing Cost"
747
+ msgstr "Coût total de l'annonce"
748
+
749
+ #: admin/listing-metabox.php:46
750
+ msgctxt "admin infometabox"
751
+ msgid "Payment Status"
752
+ msgstr "Statut du paiement"
753
+
754
+ #: admin/listing-metabox.php:50
755
+ msgctxt "admin infometabox"
756
+ msgid "Featured (Sticky) Status"
757
+ msgstr "Statut sélectionné (Post-it)"
758
+
759
+ #: admin/listing-metabox.php:58
760
+ msgctxt "admin metabox"
761
+ msgid "Pending Upgrade"
762
+ msgstr "Mise à jour en attente"
763
+
764
+ #: admin/listing-metabox.php:81
765
+ msgctxt "admin infometabox"
766
+ msgid "CSV Import Sequence ID"
767
+ msgstr "Importation CSV Séquence ID"
768
+
769
+ #: admin/listing-metabox.php:92
770
+ msgctxt "admin infometabox"
771
+ msgid "Mark listing as Paid"
772
+ msgstr "Marquer l'annonce comme payante"
773
+
774
+ #: admin/page-debug.php:15
775
+ msgctxt "debug-info"
776
+ msgid "BD Info"
777
+ msgstr "Info de la base de donnée"
778
+
779
+ #: admin/page-debug.php:27
780
+ msgid "Missing tables: %s"
781
+ msgstr "Tables manquantes: %s"
782
+
783
+ #: admin/page-debug.php:28
784
+ msgctxt "debug-info"
785
+ msgid "OK"
786
+ msgstr "OUI"
787
+
788
+ #: admin/page-debug.php:36
789
+ msgctxt "debug-info"
790
+ msgid "BD Options"
791
+ msgstr "Options du plugin"
792
+
793
+ #: admin/page-debug.php:49
794
+ msgctxt "debug-info"
795
+ msgid "Environment"
796
+ msgstr "Environnement"
797
+
798
+ #: admin/templates/csv-export.tpl.php:9
799
+ msgctxt "admin csv-export"
800
+ msgid ""
801
+ "An unknown error occurred during the export. Please make sure you have "
802
+ "enough free disk space and memory available to PHP. Check your error logs "
803
+ "for details."
804
+ msgstr ""
805
+ "Une erreur inconnu est survenue durant l'export. Veuillez vous assurer que "
806
+ "que votre espace disque et mémoire disponible sur PHP soient suffisants. "
807
+ "Vérifiez votre journal d'erreurs pour plus de détails."
808
+
809
+ #: admin/templates/csv-export.tpl.php:18
810
+ msgctxt "admin csv-export"
811
+ msgid ""
812
+ "Please note that the export process is a resource intensive task. If your "
813
+ "export does not succeed try disabling other plugins first and/or increasing "
814
+ "the values of the 'memory_limit' and 'max_execution_time' directives in your "
815
+ "server's php.ini configuration file."
816
+ msgstr ""
817
+ "Veuillez noter que le processus d'exportation est une tâche intensive. Si "
818
+ "votre export échoue, essayez d'abord de désactiver d'autres plugins et/ou "
819
+ "d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
820
+ "d'exécution' dans votre fichier de configuration serveur php.ini."
821
+
822
+ #: admin/templates/csv-export.tpl.php:30
823
+ msgctxt "admin csv-export"
824
+ msgid "Export Configuration"
825
+ msgstr "Exportation de la configuration"
826
+
827
+ #: admin/templates/csv-export.tpl.php:33
828
+ msgctxt "admin csv-export"
829
+ msgid "Export settings"
830
+ msgstr "Exportation des paramètres"
831
+
832
+ #: admin/templates/csv-export.tpl.php:37
833
+ msgctxt "admin csv-export"
834
+ msgid "Which listings to export?"
835
+ msgstr "Quels Listages à exporter?"
836
+
837
+ #: admin/templates/csv-export.tpl.php:41
838
+ msgctxt "admin csv-export"
839
+ msgid "All"
840
+ msgstr "Toutes"
841
+
842
+ #: admin/templates/csv-export.tpl.php:42
843
+ msgctxt "admin csv-export"
844
+ msgid "Active Only"
845
+ msgstr "Actives seulement"
846
+
847
+ #: admin/templates/csv-export.tpl.php:43
848
+ msgctxt "admin csv-export"
849
+ msgid "Active + Pending Renewal"
850
+ msgstr "Actives + En Attente De Renouvellement"
851
+
852
+ #: admin/templates/csv-export.tpl.php:49
853
+ msgctxt "admin csv-export"
854
+ msgid "Export images?"
855
+ msgstr "Exporter les images?"
856
+
857
+ #: admin/templates/csv-export.tpl.php:54
858
+ msgctxt "admin csv-export"
859
+ msgid "Export images"
860
+ msgstr "Exporter les images"
861
+
862
+ #: admin/templates/csv-export.tpl.php:56
863
+ msgctxt "admin csv-export"
864
+ msgid ""
865
+ "When checked, instead of just a CSV file a ZIP file will be generated with "
866
+ "both a CSV file and listing images."
867
+ msgstr ""
868
+ "Quand vérifié, au lieu de seulement générer un fichier CSV, un fichier ZIP "
869
+ "sera généré avec une partie fichier CSV et une partie liste d'images."
870
+
871
+ #: admin/templates/csv-export.tpl.php:62
872
+ msgctxt "admin csv-export"
873
+ msgid "Additional metadata to export:"
874
+ msgstr "Métadonnées additionnel à l'exportation:"
875
+
876
+ #: admin/templates/csv-export.tpl.php:67
877
+ msgctxt "admin csv-export"
878
+ msgid "Include unique IDs for each listing (sequence_id column)."
879
+ msgstr "Inclure des ID's uniques pour chaques listes (colonne sequence_id)."
880
+
881
+ #: admin/templates/csv-export.tpl.php:69
882
+ msgctxt "admin csv-export"
883
+ msgid ""
884
+ "If you plan to re-import the listings into BD and don't want new ones "
885
+ "created, select this option!"
886
+ msgstr ""
887
+ "Si vous prévoyez de réimporter les annonces dans la base de donnée et ne "
888
+ "souhaitez pas en créer de nouvelles, sélectionnez cette option!"
889
+
890
+ #: admin/templates/csv-export.tpl.php:75
891
+ msgctxt "admin csv-export"
892
+ msgid "Author information (username)"
893
+ msgstr "Informations sur l'auteur (nom d'utilisateur)"
894
+
895
+ #: admin/templates/csv-export.tpl.php:80
896
+ msgctxt "admin csv-export"
897
+ msgid "Sticky/featured status"
898
+ msgstr "Etat Post-it/Sélectionné"
899
+
900
+ #: admin/templates/csv-export.tpl.php:85
901
+ msgctxt "admin csv-export"
902
+ msgid "Listing expiration date"
903
+ msgstr "Date d'expiration de l'annonce"
904
+
905
+ #: admin/templates/csv-export.tpl.php:90
906
+ msgctxt "admin csv-export"
907
+ msgid "CSV File Settings"
908
+ msgstr "Paramètres du fichier CSV"
909
+
910
+ #: admin/templates/csv-export.tpl.php:94
911
+ msgctxt "admin csv-export"
912
+ msgid "Column Separator"
913
+ msgstr "Séparateur de colonne"
914
+
915
+ #: admin/templates/csv-export.tpl.php:94
916
+ #: admin/templates/csv-export.tpl.php:105
917
+ #: admin/templates/csv-export.tpl.php:116
918
+ #: admin/templates/csv-import.tpl.php:43
919
+ #: admin/templates/csv-import.tpl.php:109
920
+ #: admin/templates/csv-import.tpl.php:120
921
+ #: admin/templates/csv-import.tpl.php:131
922
+ #: admin/templates/csv-import.tpl.php:158
923
+ msgctxt "admin forms"
924
+ msgid "required"
925
+ msgstr "Requis"
926
+
927
+ #: admin/templates/csv-export.tpl.php:105
928
+ msgctxt "admin csv-export"
929
+ msgid "Image Separator"
930
+ msgstr "Séparateur d'image"
931
+
932
+ #: admin/templates/csv-export.tpl.php:116
933
+ msgctxt "admin csv-export"
934
+ msgid "Category Separator"
935
+ msgstr "Séparateur de catégorie"
936
+
937
+ #: admin/templates/csv-export.tpl.php:128
938
+ msgctxt "admin csv-export"
939
+ msgid "Export Listings"
940
+ msgstr "Listages d'exportation"
941
+
942
+ #: admin/templates/csv-export.tpl.php:134
943
+ msgctxt "admin csv-export"
944
+ msgid "Export in Progress..."
945
+ msgstr "Exportation en cours..."
946
+
947
+ #: admin/templates/csv-export.tpl.php:135
948
+ msgctxt "admin csv-export"
949
+ msgid ""
950
+ "Your export file is being prepared. Please <u>do not leave</u> this page "
951
+ "until the export finishes."
952
+ msgstr ""
953
+ "Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
954
+ "page jusqu'à la fin de l'export."
955
+
956
+ #: admin/templates/csv-export.tpl.php:138
957
+ msgctxt "admin csv-export"
958
+ msgid "No. of listings:"
959
+ msgstr "Numéro de l'annonce:"
960
+
961
+ #: admin/templates/csv-export.tpl.php:140
962
+ msgctxt "admin csv-export"
963
+ msgid "Approximate export file size:"
964
+ msgstr "Taille aproximative du fichier exporté: "
965
+
966
+ #: admin/templates/csv-export.tpl.php:147
967
+ msgctxt "admin csv-export"
968
+ msgid "Cancel Export"
969
+ msgstr "Annuler l'exportation"
970
+
971
+ #: admin/templates/csv-export.tpl.php:152
972
+ msgctxt "admin csv-export"
973
+ msgid "Export Complete"
974
+ msgstr "Exportation complète"
975
+
976
+ #: admin/templates/csv-export.tpl.php:153
977
+ msgctxt "admin csv-export"
978
+ msgid ""
979
+ "Your export file has been successfully created and it is now ready for "
980
+ "download."
981
+ msgstr ""
982
+ "Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
983
+ "téléchargement."
984
+
985
+ #: admin/templates/csv-export.tpl.php:156
986
+ msgctxt "admin csv-export"
987
+ msgid "Download %s (%s)"
988
+ msgstr "Téléchargement %s (%s)"
989
+
990
+ #: admin/templates/csv-export.tpl.php:162
991
+ msgctxt "admin csv-export"
992
+ msgid ""
993
+ "Click \"Cleanup\" once the file has been downloaded in order to remove all "
994
+ "temporary data created by Business Directory during the export process."
995
+ msgstr ""
996
+ "Clickez sur \"Nettoyer\" une fois que le fichier a été téléchargé afin "
997
+ "d'effacer toutes les données temporaires créées par le plugin durant le "
998
+ "processus d'exportation."
999
+
1000
+ #: admin/templates/csv-export.tpl.php:163
1001
+ msgctxt "admin csv-export"
1002
+ msgid "Cleanup"
1003
+ msgstr "Nettoyer"
1004
+
1005
+ #: admin/templates/csv-export.tpl.php:168
1006
+ msgctxt "admin csv-export"
1007
+ msgid "Export Canceled"
1008
+ msgstr "Exportation annulé"
1009
+
1010
+ #: admin/templates/csv-export.tpl.php:169
1011
+ msgctxt "admin csv-export"
1012
+ msgid "The export has been canceled."
1013
+ msgstr "L'exportation a été annulé."
1014
+
1015
+ #: admin/templates/csv-export.tpl.php:170
1016
+ msgctxt "admin csv-export"
1017
+ msgid "← Return to CSV Export"
1018
+ msgstr "←Retourner vers l'export CSV"
1019
+
1020
+ #: admin/templates/csv-import-progress.tpl.php:6
1021
+ msgctxt "admin csv-import"
1022
+ msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
1023
+ msgstr ""
1024
+ "Une erreur fatal est survenue durant l'importation. La raison donnée était: "
1025
+ "\"%s\"."
1026
+
1027
+ #: admin/templates/csv-import-progress.tpl.php:10
1028
+ msgctxt "admin csv-import"
1029
+ msgid ""
1030
+ "A fatal error occurred during the import. If connection wasn't lost during "
1031
+ "the import, please make sure that you have enough free disk space and memory "
1032
+ "available to PHP. Check your error logs for details."
1033
+ msgstr ""
1034
+ "Une erreur fatal est survenue durant l'importation. Si la connection n'a pas "
1035
+ "été perdu durant l'importation, veuillez vous assurer que vous aviez "
1036
+ "suffisamment d'espace disque et de mémoire disponible sur PHP. Vérifiez "
1037
+ "votre journal d'erreurs pour plus de détails."
1038
+
1039
+ #: admin/templates/csv-import-progress.tpl.php:14
1040
+ msgctxt "admin csv-import"
1041
+ msgid "Last imported line from file:"
1042
+ msgstr "Dernière ligne importé depuis le fichier:"
1043
+
1044
+ #: admin/templates/csv-import-progress.tpl.php:18
1045
+ #: admin/templates/csv-import-progress.tpl.php:25
1046
+ msgctxt "admin csv-import"
1047
+ msgid "← Return to CSV Import"
1048
+ msgstr "← Retourner vers l'importation CSV"
1049
+
1050
+ #: admin/templates/csv-import-progress.tpl.php:23
1051
+ msgctxt "admin csv-import"
1052
+ msgid "Import Canceled"
1053
+ msgstr "Importation annulée"
1054
+
1055
+ #: admin/templates/csv-import-progress.tpl.php:24
1056
+ msgctxt "admin csv-import"
1057
+ msgid "The import has been canceled."
1058
+ msgstr "L'importation a été annulé."
1059
+
1060
+ #: admin/templates/csv-import-progress.tpl.php:31
1061
+ msgid "Import Progress"
1062
+ msgstr "Progression de l'importation"
1063
+
1064
+ #: admin/templates/csv-import-progress.tpl.php:34
1065
+ msgctxt "admin csv-import"
1066
+ msgid "Files"
1067
+ msgstr "Fichiers"
1068
+
1069
+ #: admin/templates/csv-import-progress.tpl.php:37
1070
+ msgctxt "admin csv-import"
1071
+ msgid "Rows in file"
1072
+ msgstr "Rangées dans le fichier"
1073
+
1074
+ #: admin/templates/csv-import-progress.tpl.php:40
1075
+ msgctxt "admin csv-import"
1076
+ msgid "Progress"
1077
+ msgstr "Progression"
1078
+
1079
+ #: admin/templates/csv-import-progress.tpl.php:44
1080
+ msgctxt "admin csv-import"
1081
+ msgid "Import has not started. Click \"Start Import\" to begin."
1082
+ msgstr ""
1083
+ "L'importation n'a pas commencé. Cliquez sur \"Commencer l'importation\" pour "
1084
+ "débuter."
1085
+
1086
+ #: admin/templates/csv-import-progress.tpl.php:45
1087
+ msgctxt "admin csv-import"
1088
+ msgid "Importing CSV file..."
1089
+ msgstr "Importer le fichier CSV..."
1090
+
1091
+ #: admin/templates/csv-import-progress.tpl.php:51
1092
+ msgctxt "admin csv-import"
1093
+ msgid "Start Import"
1094
+ msgstr "Commencer l'importation"
1095
+
1096
+ #: admin/templates/csv-import-progress.tpl.php:52
1097
+ msgctxt "admin csv-import"
1098
+ msgid "Cancel Import"
1099
+ msgstr "Annuler l'importation "
1100
+
1101
+ #: admin/templates/csv-import-progress.tpl.php:59
1102
+ msgctxt "admin csv-import"
1103
+ msgid "Import finished"
1104
+ msgstr "Importation achevée"
1105
+
1106
+ #: admin/templates/csv-import-progress.tpl.php:62
1107
+ msgctxt "admin csv-import"
1108
+ msgid "Import was completed successfully."
1109
+ msgstr "L'importation s'est déroulée sans accroc."
1110
+
1111
+ #: admin/templates/csv-import-progress.tpl.php:66
1112
+ msgctxt "admin csv-import"
1113
+ msgid "Import was completed but some rows were rejected."
1114
+ msgstr "L'importation est finis, mais certaines lignes ont été rejetées."
1115
+
1116
+ #: admin/templates/csv-import-progress.tpl.php:69
1117
+ msgctxt "admin csv-import"
1118
+ msgid "Import Summary"
1119
+ msgstr "Sommaire de l'importation"
1120
+
1121
+ #: admin/templates/csv-import-progress.tpl.php:71
1122
+ msgctxt "admin csv-import"
1123
+ msgid "Rows in file:"
1124
+ msgstr "Lignes dans le fichier:"
1125
+
1126
+ #: admin/templates/csv-import-progress.tpl.php:74
1127
+ msgctxt "admin csv-import"
1128
+ msgid "Imported rows:"
1129
+ msgstr "Lignes importées:"
1130
+
1131
+ #: admin/templates/csv-import-progress.tpl.php:77
1132
+ msgctxt "admin csv-import"
1133
+ msgid "Rejected rows:"
1134
+ msgstr "Lignes rejetées:"
1135
+
1136
+ #: admin/templates/csv-import-progress.tpl.php:82
1137
+ msgctxt "admin csv-import"
1138
+ msgid "Import Warnings"
1139
+ msgstr "Alertes d'importation:"
1140
+
1141
+ #: admin/templates/csv-import-progress.tpl.php:85
1142
+ msgctxt "admin csv-import"
1143
+ msgid "Line #"
1144
+ msgstr "Ligne #"
1145
+
1146
+ #: admin/templates/csv-import-progress.tpl.php:86
1147
+ msgctxt "admin csv-import"
1148
+ msgid "Line"
1149
+ msgstr "Ligne"
1150
+
1151
+ #: admin/templates/csv-import-progress.tpl.php:87
1152
+ msgctxt "admin csv-import"
1153
+ msgid "Warning"
1154
+ msgstr "Alerte"
1155
+
1156
+ #: admin/templates/csv-import.tpl.php:12
1157
+ #: admin/templates/csv-import.tpl.php:216
1158
+ msgctxt "admin csv-import"
1159
+ msgid "Help"
1160
+ msgstr "Aide"
1161
+
1162
+ #: admin/templates/csv-import.tpl.php:13
1163
+ msgctxt "admin csv-import"
1164
+ msgid "See an example CSV import file"
1165
+ msgstr "Voir un exemple de fichier CSV importé"
1166
+
1167
+ #: admin/templates/csv-import.tpl.php:21
1168
+ msgctxt "admin csv-import"
1169
+ msgid "Here, you can import data into your directory using the CSV format."
1170
+ msgstr ""
1171
+ "Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
1172
+ "format CSV."
1173
+
1174
+ #: admin/templates/csv-import.tpl.php:29
1175
+ msgctxt "admin csv-import"
1176
+ msgid ""
1177
+ "We strongly recommend reading our <a>CSV import documentation</a> first to "
1178
+ "help you do things in the right order."
1179
+ msgstr ""
1180
+ "Nous vous recommandons vivement la lecture de notre documents d'importation "
1181
+ "<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
1182
+
1183
+ #: admin/templates/csv-import.tpl.php:38
1184
+ msgctxt "admin csv-import"
1185
+ msgid "Import Files"
1186
+ msgstr "Importer les fichiers"
1187
+
1188
+ #: admin/templates/csv-import.tpl.php:43
1189
+ msgctxt "admin csv-import"
1190
+ msgid "CSV File"
1191
+ msgstr "Fichier CSV"
1192
+
1193
+ #: admin/templates/csv-import.tpl.php:55 admin/templates/csv-import.tpl.php:86
1194
+ msgctxt "admin csv-import"
1195
+ msgid "... or <a>select a file uploaded to the imports folder</a>"
1196
+ msgstr ""
1197
+ "... ou <a>sélectionner un fichier téléchargé dans le dossier des "
1198
+ "importations</a>"
1199
+
1200
+ #: admin/templates/csv-import.tpl.php:65 admin/templates/csv-import.tpl.php:96
1201
+ msgctxt "admin csv-import"
1202
+ msgid "(Upload new file)"
1203
+ msgstr "(télécharger un nouveau fichier)"
1204
+
1205
+ #: admin/templates/csv-import.tpl.php:74
1206
+ msgctxt "admin csv-import"
1207
+ msgid "ZIP file containing images"
1208
+ msgstr "Fichiers ZIP contenant des images"
1209
+
1210
+ #: admin/templates/csv-import.tpl.php:105
1211
+ msgctxt "admin csv-import"
1212
+ msgid "CSV File Settings"
1213
+ msgstr "Paramètres des fichiers CSV"
1214
+
1215
+ #: admin/templates/csv-import.tpl.php:109
1216
+ msgctxt "admin csv-import"
1217
+ msgid "Column Separator"
1218
+ msgstr "Séparateur de colonne"
1219
+
1220
+ #: admin/templates/csv-import.tpl.php:120
1221
+ msgctxt "admin csv-import"
1222
+ msgid "Image Separator"
1223
+ msgstr "Séparateur d'image"
1224
+
1225
+ #: admin/templates/csv-import.tpl.php:131
1226
+ msgctxt "admin csv-import"
1227
+ msgid "Category Separator"
1228
+ msgstr "Séparateur de catégorie"
1229
+
1230
+ #: admin/templates/csv-import.tpl.php:142
1231
+ msgctxt "admin csv-import"
1232
+ msgid "Import settings"
1233
+ msgstr "Paramètres d'importation"
1234
+
1235
+ #: admin/templates/csv-import.tpl.php:146
1236
+ msgctxt "admin csv-import"
1237
+ msgid "Post status of imported listings"
1238
+ msgstr "Statut des messages des listes importées"
1239
+
1240
+ #: admin/templates/csv-import.tpl.php:158
1241
+ msgctxt "admin csv-import"
1242
+ msgid "Missing categories handling"
1243
+ msgstr "Gestion des catégories manquantes"
1244
+
1245
+ #: admin/templates/csv-import.tpl.php:163
1246
+ msgctxt "admin csv-import"
1247
+ msgid "Auto-create categories"
1248
+ msgstr "Création automatique des catégories"
1249
+
1250
+ #: admin/templates/csv-import.tpl.php:166
1251
+ msgctxt "admin csv-import"
1252
+ msgid "Generate errors when a category is not found"
1253
+ msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
1254
+
1255
+ #: admin/templates/csv-import.tpl.php:171
1256
+ msgctxt "admin csv-import"
1257
+ msgid "Assign listings to a user?"
1258
+ msgstr "Assigner des Listages à un utilisateur?"
1259
+
1260
+ #: admin/templates/csv-import.tpl.php:177
1261
+ msgctxt "admin csv-import"
1262
+ msgid "Assign listings to a user."
1263
+ msgstr "Assigner des Listages à un utilisateur."
1264
+
1265
+ #: admin/templates/csv-import.tpl.php:182
1266
+ msgctxt "admin csv-import"
1267
+ msgid "Default listing user"
1268
+ msgstr "Annonce par défault de l'utilisateur"
1269
+
1270
+ #: admin/templates/csv-import.tpl.php:187
1271
+ msgctxt "admin csv-import"
1272
+ msgid "Use spreadsheet information only."
1273
+ msgstr "Utiliser les informations de feuille de calcul uniquement."
1274
+
1275
+ #: admin/templates/csv-import.tpl.php:193
1276
+ msgctxt "admin csv-import"
1277
+ msgid ""
1278
+ "This user will be used if the username column is not present in the CSV file."
1279
+ msgstr ""
1280
+ "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
1281
+ "figure pas dans le fichier CSV."
1282
+
1283
+ #: admin/templates/csv-import.tpl.php:198
1284
+ msgctxt "admin csv-import"
1285
+ msgid "Disable e-mail notifications during import?"
1286
+ msgstr "Désactiver les notifications par e-mail durant l'importation?"
1287
+
1288
+ #: admin/templates/csv-import.tpl.php:203
1289
+ msgctxt "admin csv-import"
1290
+ msgid "Disable e-mail notifications."
1291
+ msgstr "Désactiver les notifications par e-mail."
1292
+
1293
+ #: admin/templates/csv-import.tpl.php:209
1294
+ msgctxt "admin csv-import"
1295
+ msgid "Test Import"
1296
+ msgstr "Tester l'importation"
1297
+
1298
+ #: admin/templates/csv-import.tpl.php:210
1299
+ msgctxt "admin csv-import"
1300
+ msgid "Import Listings"
1301
+ msgstr "Importaation des Listages "
1302
+
1303
+ #: admin/templates/csv-import.tpl.php:218
1304
+ msgctxt "admin csv-import"
1305
+ msgid ""
1306
+ "The following are the valid header names to be used in the CSV file. "
1307
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1308
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1309
+ "how an import file should look like."
1310
+ msgstr ""
1311
+ "Voici les noms d'en-tête pouvant être utilisées dans le fichier CSV. Champs "
1312
+ "à valeurs multiples (tels que catégorie ou tags) peuvent apparaître "
1313
+ "plusieurs fois dans le fichier. Cliquez sur <a href=\"%s\">\"Voir un exemple "
1314
+ "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
1315
+ "d'importation devrait ressembler."
1316
+
1317
+ #: admin/templates/csv-import.tpl.php:225
1318
+ msgctxt "admin csv-import"
1319
+ msgid "Header name/label"
1320
+ msgstr "Nom/Etiquette de l'en-tête"
1321
+
1322
+ #: admin/templates/csv-import.tpl.php:226
1323
+ msgctxt "admin csv-import"
1324
+ msgid "Field"
1325
+ msgstr "Champ"
1326
+
1327
+ #: admin/templates/csv-import.tpl.php:227
1328
+ msgctxt "admin csv-import"
1329
+ msgid "Type"
1330
+ msgstr "Type"
1331
+
1332
+ #: admin/templates/csv-import.tpl.php:228
1333
+ msgctxt "admin csv-import"
1334
+ msgid "Required?"
1335
+ msgstr "Requis?"
1336
+
1337
+ #: admin/templates/csv-import.tpl.php:229
1338
+ msgctxt "admin csv-import"
1339
+ msgid "Multivalued?"
1340
+ msgstr "Valeurs multiples?"
1341
+
1342
+ #: admin/templates/csv-import.tpl.php:251
1343
+ msgctxt "admin csv-import"
1344
+ msgid "Semicolon separated list of listing images (from the ZIP file)"
1345
+ msgstr ""
1346
+ "Liste séparée de la cotation des images par un point-virgule (à partir du "
1347
+ "fichier ZIP)"
1348
+
1349
+ #: admin/templates/csv-import.tpl.php:258
1350
+ msgctxt "admin csv-import"
1351
+ msgid "Listing author's username"
1352
+ msgstr "Nom d'utilisateur de l'auteur de l'annonce"
1353
+
1354
+ #: admin/templates/csv-import.tpl.php:265
1355
+ msgctxt "admin csv-import"
1356
+ msgid ""
1357
+ "Internal Sequence ID used to allow listing updates from external sources."
1358
+ msgstr ""
1359
+ "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
1360
+ "provenant de sources externes."
1361
+
1362
+ #: admin/templates/csv-import.tpl.php:272
1363
+ msgctxt "admin csv-import"
1364
+ msgid ""
1365
+ "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
1366
+ "adding or updating listings from external sources."
1367
+ msgstr ""
1368
+ "Expiration de la date d'inscription format AAAA-MM-JJ. Utilisez cette "
1369
+ "colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
1370
+ "externes."
1371
+
1372
+ #: admin/templates/debug-info.tpl.php:5
1373
+ msgctxt "debug-info"
1374
+ msgid ""
1375
+ "The following information can help BD developers debug possible problems "
1376
+ "with your setup."
1377
+ msgstr ""
1378
+ "L'information suivante peut aider les développeurs du plugin à déboguer les "
1379
+ "problèmes possibles avec votre configuration."
1380
+
1381
+ #: admin/templates/debug-info.tpl.php:6
1382
+ msgctxt "debug-info"
1383
+ msgid ""
1384
+ "The debug information does not contain personal or sensitive information "
1385
+ "such as passwords or private keys."
1386
+ msgstr ""
1387
+ "Les informations de débogage ne contiennent pas d'informations personnelles "
1388
+ "ou sensibles telles que les mots de passe ou des clés privées."
1389
+
1390
+ #: admin/templates/debug-info.tpl.php:9
1391
+ msgctxt "debug-info"
1392
+ msgid "Download Debug Information"
1393
+ msgstr "Télécharger les informations de débogage"
1394
+
1395
+ #: admin/templates/fees-addoredit.tpl.php:23
1396
+ msgctxt "fees admin"
1397
+ msgid "Add Listing Fee"
1398
+ msgstr "Ajouter les droits d'inscription"
1399
+
1400
+ #: admin/templates/fees-addoredit.tpl.php:42
1401
+ msgctxt "fees admin"
1402
+ msgid "Fee Label"
1403
+ msgstr "Etiquettes des Frais"
1404
+
1405
+ #: admin/templates/fees-addoredit.tpl.php:53
1406
+ msgctxt "fees admin"
1407
+ msgid "Fee Amount"
1408
+ msgstr "Montant des Frais"
1409
+
1410
+ #: admin/templates/fees-addoredit.tpl.php:65
1411
+ msgctxt "fees admin"
1412
+ msgid "Listing run in days"
1413
+ msgstr "Annonce créée chaque jours"
1414
+
1415
+ #: admin/templates/fees-addoredit.tpl.php:72
1416
+ msgctxt "fees admin"
1417
+ msgid "run listing for"
1418
+ msgstr "exécuter l'annonce pour"
1419
+
1420
+ #: admin/templates/fees-addoredit.tpl.php:81
1421
+ msgctxt "fees admin"
1422
+ msgid "days"
1423
+ msgstr "jours"
1424
+
1425
+ #: admin/templates/fees-addoredit.tpl.php:84
1426
+ msgctxt "fees admin"
1427
+ msgid "run listing forever"
1428
+ msgstr "toujours exécuter l'annonce"
1429
+
1430
+ #: admin/templates/fees-addoredit.tpl.php:89
1431
+ msgctxt "fees admin"
1432
+ msgid "Number of images allowed"
1433
+ msgstr "Nombre d'images autorisées"
1434
+
1435
+ #: admin/templates/fees-addoredit.tpl.php:105
1436
+ msgctxt "fees admin"
1437
+ msgid "Apply to category"
1438
+ msgstr "Appliquer à la catégorie"
1439
+
1440
+ #: admin/templates/fees-addoredit.tpl.php:109
1441
+ msgctxt "fees admin"
1442
+ msgid "* All Categories *"
1443
+ msgstr "Toutes Catégories"
1444
+
1445
+ #: admin/templates/fees-addoredit.tpl.php:129
1446
+ msgctxt "fees admin"
1447
+ msgid "Update Fee"
1448
+ msgstr "Mettre à jour les Frais"
1449
+
1450
+ #: admin/templates/fees-addoredit.tpl.php:131
1451
+ msgctxt "fees admin"
1452
+ msgid "Add Fee"
1453
+ msgstr "Ajouter des Frais"
1454
+
1455
+ #: admin/templates/fees-confirm-delete.tpl.php:2
1456
+ msgctxt "fees admin"
1457
+ msgid "Delete Listing Fee"
1458
+ msgstr "Effacer les droits d'inscription"
1459
+
1460
+ #: admin/templates/fees-confirm-delete.tpl.php:6
1461
+ msgctxt "fees admin"
1462
+ msgid "Are you sure you want to delete the \"%s\" fee?"
1463
+ msgstr "Etes-vous sûr de vouloir effacer le \"%s\" Frais?"
1464
+
1465
+ #: admin/templates/fees-confirm-delete.tpl.php:12
1466
+ msgctxt "fee admin"
1467
+ msgid "Delete Fee"
1468
+ msgstr "Effacer les Frais"
1469
+
1470
+ #: admin/templates/fees.tpl.php:3
1471
+ msgctxt "fees admin"
1472
+ msgid "Add New Listing Fee"
1473
+ msgstr "Ajouter de nouveaux droits d'inscription"
1474
+
1475
+ #: admin/templates/fees.tpl.php:10
1476
+ msgctxt "fees admin"
1477
+ msgid "Payments are currently turned off."
1478
+ msgstr "Les paiements sont actuellement désactivés"
1479
+
1480
+ #: admin/templates/fees.tpl.php:13
1481
+ msgctxt "fees admin"
1482
+ msgid ""
1483
+ "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
1484
+ "and check the box next to 'Turn On Payments' under 'Payment Settings'."
1485
+ msgstr ""
1486
+ "Pour régler le montant des honoraires, vous devez aller à la page <a>Réglage "
1487
+ "des Options de Paiement</a> et activer"
1488
+
1489
+ #: admin/templates/fees.tpl.php:22
1490
+ msgctxt "fees admin"
1491
+ msgid "Order fees on the frontend by:"
1492
+ msgstr "Ordonner les honnoraires dans l'interface par:"
1493
+
1494
+ #: admin/templates/fees.tpl.php:30
1495
+ msgctxt "fees admin"
1496
+ msgid "↑ Ascending"
1497
+ msgstr "↑ Ascendant"
1498
+
1499
+ #: admin/templates/fees.tpl.php:30
1500
+ msgctxt "fees admin"
1501
+ msgid "↓ Descending"
1502
+ msgstr "↓ Descendant"
1503
+
1504
+ #: admin/templates/fees.tpl.php:36
1505
+ msgctxt "fees admin"
1506
+ msgid "Drag and drop to re-order fees."
1507
+ msgstr "Glisser-déposer pour réorganiser les frais."
1508
+
1509
+ #: admin/templates/fees.tpl.php:48 admin/templates/sidebar.tpl.php:12
1510
+ msgctxt "admin sidebar"
1511
+ msgid "PayPal Gateway Module"
1512
+ msgstr "Module de passerelle PayPal"
1513
+
1514
+ #: admin/templates/fees.tpl.php:49 admin/templates/sidebar.tpl.php:13
1515
+ msgctxt "admin sidebar"
1516
+ msgid "2Checkout Gateway Module"
1517
+ msgstr "Module de passerelle de vérification"
1518
+
1519
+ #: admin/templates/fees.tpl.php:50 admin/templates/sidebar.tpl.php:4
1520
+ msgctxt "admin sidebar"
1521
+ msgid "PayFast Payment Module"
1522
+ msgstr "Module de paiement rapide"
1523
+
1524
+ #: admin/templates/fees.tpl.php:51 admin/templates/sidebar.tpl.php:5
1525
+ msgctxt "admin sidebar"
1526
+ msgid "Stripe Payment Module"
1527
+ msgstr "Module de paiement par bande"
1528
+
1529
+ #: admin/templates/fees.tpl.php:61
1530
+ msgctxt "admin templates"
1531
+ msgid ""
1532
+ "It does not appear you have any of the payment gateway modules enabled. "
1533
+ "Either <a>enable the default Authorize.net gateway</a> with your account "
1534
+ "info, or purchase a different payment gateway module in order to charge a "
1535
+ "fee for listings. To purchase additional payment gateways use the buttons "
1536
+ "below or visit %s."
1537
+ msgstr ""
1538
+ "Il semblerait que vous n'avez pas activé un des modules de passerelle de "
1539
+ "paiement . Soit <a> activer la passerelle par défaut Authorize.net </a> avec "
1540
+ "votre information de compte ou l'achat d'un module de passerelle de paiement "
1541
+ "différent, afin d'exiger des frais pour les inscriptions. Pour acheter les "
1542
+ "passerelles de paiement supplémentaires utilisez les boutons ci-dessous ou "
1543
+ "visiter% s."
1544
+
1545
+ #: admin/templates/fees.tpl.php:77
1546
+ msgctxt "admin templates"
1547
+ msgid "Already installed."
1548
+ msgstr "Déjà installé"
1549
+
1550
+ #: admin/templates/fees.tpl.php:82
1551
+ msgctxt "admin templates"
1552
+ msgid ""
1553
+ "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
1554
+ "users."
1555
+ msgstr ""
1556
+ "Vous pouvez acheter le <a>%s</a> pour l'ajouter <a>%s</a> comme une option "
1557
+ "de paiement pour vos utilisateurs."
1558
+
1559
+ #: admin/templates/form-fields-addoredit.tpl.php:1
1560
+ msgctxt "form-fields admin"
1561
+ msgid "Add Form Field"
1562
+ msgstr "Ajouter un champ de formulaire"
1563
+
1564
+ #: admin/templates/form-fields-addoredit.tpl.php:13
1565
+ msgctxt "form-fields admin"
1566
+ msgid "Field Association"
1567
+ msgstr "Association de champ"
1568
+
1569
+ #: admin/templates/form-fields-addoredit.tpl.php:35
1570
+ msgctxt "form-fields admin"
1571
+ msgid "Field Type"
1572
+ msgstr "Type de champ"
1573
+
1574
+ #: admin/templates/form-fields-addoredit.tpl.php:59
1575
+ msgctxt "form-fields admin"
1576
+ msgid "Field Label"
1577
+ msgstr "Etiquette du champ"
1578
+
1579
+ #: admin/templates/form-fields-addoredit.tpl.php:69
1580
+ msgctxt "form-fields admin"
1581
+ msgid "Field description"
1582
+ msgstr "Description du champ"
1583
+
1584
+ #: admin/templates/form-fields-addoredit.tpl.php:86
1585
+ msgctxt "form-fields admin"
1586
+ msgid "Field-specific settings"
1587
+ msgstr "Paramètre d'un champ spécifique"
1588
+
1589
+ #: admin/templates/form-fields-addoredit.tpl.php:95
1590
+ msgctxt "form-fields admin"
1591
+ msgid "Field validation options"
1592
+ msgstr "Options de validation d'un champ"
1593
+
1594
+ #: admin/templates/form-fields-addoredit.tpl.php:99
1595
+ msgctxt "form-fields admin"
1596
+ msgid "Field Validator"
1597
+ msgstr "Validateur de champs"
1598
+
1599
+ #: admin/templates/form-fields-addoredit.tpl.php:103
1600
+ msgctxt "form-fields admin"
1601
+ msgid "No validation"
1602
+ msgstr "Pas de validation"
1603
+
1604
+ #: admin/templates/form-fields-addoredit.tpl.php:112
1605
+ msgctxt "form-fields admin"
1606
+ msgid "Is field required?"
1607
+ msgstr "Ce champ est-il requis?"
1608
+
1609
+ #: admin/templates/form-fields-addoredit.tpl.php:118
1610
+ msgctxt "form-fields admin"
1611
+ msgid "This field is required."
1612
+ msgstr "Ce champ est requis"
1613
+
1614
+ #: admin/templates/form-fields-addoredit.tpl.php:126
1615
+ msgctxt "form-fields admin"
1616
+ msgid "Field display options"
1617
+ msgstr "Champ d'options d'affichage"
1618
+
1619
+ #: admin/templates/form-fields-addoredit.tpl.php:130
1620
+ msgctxt "form-fields admin"
1621
+ msgid "Show this value in excerpt view?"
1622
+ msgstr "Montrer un extrait de cette valeur?"
1623
+
1624
+ #: admin/templates/form-fields-addoredit.tpl.php:136
1625
+ msgctxt "form-fields admin"
1626
+ msgid "Display this value in post excerpt view."
1627
+ msgstr "Afficher dans un message un extrait de cette valeur."
1628
+
1629
+ #: admin/templates/form-fields-addoredit.tpl.php:142
1630
+ msgctxt "form-fields admin"
1631
+ msgid "Show this value in listing view?"
1632
+ msgstr "Montrer cette valeur dans la vue de l'annonce?"
1633
+
1634
+ #: admin/templates/form-fields-addoredit.tpl.php:148
1635
+ msgctxt "form-fields admin"
1636
+ msgid "Display this value in the listing view."
1637
+ msgstr "Afficher cette valeur dans la vue de l'annonce."
1638
+
1639
+ #: admin/templates/form-fields-addoredit.tpl.php:154
1640
+ msgctxt "form-fields admin"
1641
+ msgid "Include this field in the search form?"
1642
+ msgstr "Inclure ce champ dans la recherche de formulaire?"
1643
+
1644
+ #: admin/templates/form-fields-addoredit.tpl.php:160
1645
+ msgctxt "form-fields admin"
1646
+ msgid "Include this field in the search form."
1647
+ msgstr "Inclure ce champ dans la recherche de formulaire."
1648
+
1649
+ #: admin/templates/form-fields-addoredit.tpl.php:166
1650
+ msgctxt "form-fields admin"
1651
+ msgid "Hide this field's label?"
1652
+ msgstr "Cacher l'étiquette de ce champ?"
1653
+
1654
+ #: admin/templates/form-fields-addoredit.tpl.php:172
1655
+ msgctxt "form-fields admin"
1656
+ msgid "Hide this field's label when displaying it."
1657
+ msgstr "Cacher l'étiquette de ce champ lorsqu'il est aaffiché."
1658
+
1659
+ #: admin/templates/form-fields-addoredit.tpl.php:179
1660
+ msgctxt "form-fields admin"
1661
+ msgid "Update Field"
1662
+ msgstr "Mettre à jour le champ"
1663
+
1664
+ #: admin/templates/form-fields-addoredit.tpl.php:181
1665
+ msgctxt "form-fields admin"
1666
+ msgid "Add Field"
1667
+ msgstr "Ajouter un champ"
1668
+
1669
+ #: admin/templates/form-fields-confirm-delete.tpl.php:2
1670
+ msgctxt "form-fields admin"
1671
+ msgid "Delete Form Field"
1672
+ msgstr "Effacer du champ"
1673
+
1674
+ #: admin/templates/form-fields-confirm-delete.tpl.php:6
1675
+ msgctxt "form-fields admin"
1676
+ msgid "Are you sure you want to delete the \"%s\" field?"
1677
+ msgstr "Etes-vous sûr de vouloir effacer le \"%s\" champ?"
1678
+
1679
+ #: admin/templates/form-fields-confirm-delete.tpl.php:12
1680
+ msgctxt "form-fields admin"
1681
+ msgid "Delete Field"
1682
+ msgstr "Effacer le champ"
1683
+
1684
+ #: admin/templates/form-fields.tpl.php:3
1685
+ msgctxt "form-fields admin"
1686
+ msgid "Add New Form Field"
1687
+ msgstr "Ajouter un nouveau formulaire de champ"
1688
+
1689
+ #: admin/templates/form-fields.tpl.php:4
1690
+ msgctxt "form-fields admin"
1691
+ msgid "Preview Form"
1692
+ msgstr "Formulaire précédent"
1693
+
1694
+ #: admin/templates/form-fields.tpl.php:9
1695
+ msgctxt "form-fields admin"
1696
+ msgid ""
1697
+ "Here, you can create new fields for your listings, edit or delete existing "
1698
+ "ones, change the order and visibility of the fields as well as configure "
1699
+ "special options for them."
1700
+ msgstr ""
1701
+ "Ici, vous pouvez créer de nouveaux champs pour vos listes, modifier ou "
1702
+ "supprimer ceux qui existent déjà, modifier l'ordre et la visibilité des "
1703
+ "champs ainsi que configurer des options spéciales pour eux."
1704
+
1705
+ #: admin/templates/form-fields.tpl.php:15
1706
+ msgctxt "form-fields admin"
1707
+ msgid "Please see the <a>Form Fields documentation</a> for more details."
1708
+ msgstr ""
1709
+ "Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
1710
+ "détails."
1711
+
1712
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
1713
+ #. Plugin Name of the plugin/theme
1714
+ #: admin/templates/header.tpl.php:4
1715
+ msgid "Business Directory Plugin"
1716
+ msgstr "Plugin Business Directory"
1717
+
1718
+ #: admin/templates/home.tpl.php:4
1719
+ msgctxt "admin home"
1720
+ msgid "Welcome to Business Directory Plugin. You are using %s."
1721
+ msgstr "Bienvenue sur le plugin Business Directory. Vous utilisez %s."
1722
+
1723
+ #: admin/templates/home.tpl.php:5
1724
+ msgctxt "admin home"
1725
+ msgid ""
1726
+ "Thanks for choosing us. There's a lot you probably want to get done, so "
1727
+ "let's jump right in!"
1728
+ msgstr ""
1729
+ "Merci de nous avoir choisi. Vous avez surement baucoup de choses à faire "
1730
+ "maintenant, donc, allons-y!"
1731
+
1732
+ #: admin/templates/home.tpl.php:11
1733
+ msgctxt "admin home"
1734
+ msgid ""
1735
+ "Our complete documentation is <a>here</a> which we encourage you to use "
1736
+ "while setting things up."
1737
+ msgstr ""
1738
+ "NOtre documentation complète est <a>ICI</a> que nous vous encourageons à "
1739
+ "utiliser tout en paramettrant le plugin."
1740
+
1741
+ #: admin/templates/home.tpl.php:14
1742
+ msgctxt "admin home"
1743
+ msgid ""
1744
+ "We have some quick-start scenarios that you will find useful regarding setup "
1745
+ "and configuration <a>here</a>."
1746
+ msgstr ""
1747
+ "Nous avons des scénarios de démarrage rapide que vous trouverez utiles "
1748
+ "concernant l'installation et la configuration <a> ICI </a>."
1749
+
1750
+ #: admin/templates/home.tpl.php:18
1751
+ msgctxt "admin home"
1752
+ msgid ""
1753
+ "If you have questions, please post a comment on <a>support forum</a> and "
1754
+ "we'll answer it within 24 hours most days."
1755
+ msgstr ""
1756
+ "Si vous avez des questions, veuillez poster un commentaire sur <a> le forum "
1757
+ "d'assistance </a> et nous y répondrons dans les 24 heures la plupart du "
1758
+ "temps."
1759
+
1760
+ #: admin/templates/home.tpl.php:25
1761
+ msgid "Configure/Manage Options"
1762
+ msgstr "Option de Configuration/Paramétrage"
1763
+
1764
+ #: admin/templates/home.tpl.php:28
1765
+ msgid "Setup/Manage Form Fields"
1766
+ msgstr "Installation/Paramétrage des champs des formulaires"
1767
+
1768
+ #: admin/templates/home.tpl.php:31
1769
+ msgid "Setup/Manage Fees"
1770
+ msgstr "Installation/Paramétrage des frais"
1771
+
1772
+ #: admin/templates/home.tpl.php:37
1773
+ msgid "Featured Listings Pending Upgrade"
1774
+ msgstr "Annonces sélectionnée en attente de mise à jour"
1775
+
1776
+ #: admin/templates/home.tpl.php:44
1777
+ msgid "Manage Paid Listings"
1778
+ msgstr "Gérer annonces payées"
1779
+
1780
+ #: admin/templates/listing-change-fee.tpl.php:3
1781
+ msgctxt "admin listing fee"
1782
+ msgid "Listing Fee Selection"
1783
+ msgstr "Sélection des droits d'inscription"
1784
+
1785
+ #: admin/templates/listing-change-fee.tpl.php:5
1786
+ msgctxt "admin listing fee"
1787
+ msgid "Select a fee plan to be used for this listing in the \"%s\" category."
1788
+ msgstr ""
1789
+ "Sélectionnez un plan tarifaire à utiliser pour cette annonce dans la "
1790
+ "catégorie \"% s \"."
1791
+
1792
+ #: admin/templates/listing-change-fee.tpl.php:11
1793
+ msgctxt "admin listing fee"
1794
+ msgid "Current"
1795
+ msgstr "Actuelle"
1796
+
1797
+ #: admin/templates/listing-change-fee.tpl.php:14
1798
+ msgctxt "admin listing fee"
1799
+ msgid "Use this fee"
1800
+ msgstr "Utiliser ce taux"
1801
+
1802
+ #: admin/templates/listing-change-fee.tpl.php:21
1803
+ msgctxt "admin infometabox"
1804
+ msgid "%d image"
1805
+ msgid_plural "%d images"
1806
+ msgstr[0] "%d image"
1807
+ msgstr[1] "%d images"
1808
+
1809
+ #: admin/templates/listing-change-fee.tpl.php:23
1810
+ msgctxt "admin infometabox"
1811
+ msgid "Listing never expires"
1812
+ msgstr "Les annonces n'expire jamais"
1813
+
1814
+ #: admin/templates/listing-change-fee.tpl.php:25
1815
+ msgctxt "admin infometabox"
1816
+ msgid "%d day"
1817
+ msgid_plural "%d days"
1818
+ msgstr[0] "%d jour"
1819
+ msgstr[1] "%d jours"
1820
+
1821
+ #: admin/templates/listing-metabox-categories.tpl.php:22
1822
+ msgctxt "admin infometabox"
1823
+ msgid "No categories on this listing. Please add one to associate fees."
1824
+ msgstr ""
1825
+ "Aucune catégorie sur cette annonce. Veuillez en ajouter une afin d'y "
1826
+ "associer undes honoraires."
1827
+
1828
+ #: admin/templates/listing-metabox-categories.tpl.php:29
1829
+ msgctxt "admin infometabox"
1830
+ msgid "(recurring)"
1831
+ msgstr "(récurrent)"
1832
+
1833
+ #: admin/templates/listing-metabox-categories.tpl.php:34
1834
+ msgctxt "admin infometabox"
1835
+ msgid "Expired"
1836
+ msgstr "Expiré"
1837
+
1838
+ #: admin/templates/listing-metabox-categories.tpl.php:37
1839
+ msgctxt "admin infometabox"
1840
+ msgid "Payment Pending"
1841
+ msgstr "Paiement en attente"
1842
+
1843
+ #: admin/templates/listing-metabox-categories.tpl.php:41
1844
+ msgctxt "admin infometabox"
1845
+ msgid "OK"
1846
+ msgstr "OUI"
1847
+
1848
+ #: admin/templates/listing-metabox-categories.tpl.php:49
1849
+ msgctxt "admin infometabox"
1850
+ msgid "Fee"
1851
+ msgstr "Frais"
1852
+
1853
+ #: admin/templates/listing-metabox-categories.tpl.php:54
1854
+ msgctxt "admin infometabox"
1855
+ msgid "# Images"
1856
+ msgstr "# Images"
1857
+
1858
+ #: admin/templates/listing-metabox-categories.tpl.php:62
1859
+ msgctxt "admin infometabox"
1860
+ msgid "Expired on"
1861
+ msgstr "Expiré le"
1862
+
1863
+ #: admin/templates/listing-metabox-categories.tpl.php:64
1864
+ msgctxt "admin infometabox"
1865
+ msgid "Expires on"
1866
+ msgstr "Expire le"
1867
+
1868
+ #: admin/templates/listing-metabox-categories.tpl.php:72
1869
+ msgctxt "admin infometabox"
1870
+ msgid "Click to manually change expiration date."
1871
+ msgstr "Changer manuellement la date d'expiration"
1872
+
1873
+ #: admin/templates/listing-metabox-categories.tpl.php:75
1874
+ msgctxt "admin infometabox"
1875
+ msgid "Never expires"
1876
+ msgstr "N'expire jamais"
1877
+
1878
+ #: admin/templates/listing-metabox-categories.tpl.php:75
1879
+ msgctxt "admin infometabox"
1880
+ msgid "Edit"
1881
+ msgstr "Editer"
1882
+
1883
+ #: admin/templates/listing-metabox-categories.tpl.php:87
1884
+ msgctxt "admin infometabox"
1885
+ msgid "See payment info"
1886
+ msgstr "Voir les options de paiement"
1887
+
1888
+ #: admin/templates/listing-metabox-categories.tpl.php:92
1889
+ msgctxt "admin infometabox"
1890
+ msgid "Renewal URL (copy & paste)"
1891
+ msgstr "URL de renouvellement (copier-coller)"
1892
+
1893
+ #: admin/templates/listing-metabox-categories.tpl.php:92
1894
+ msgctxt "admin infometabox"
1895
+ msgid "Show renewal link"
1896
+ msgstr "Montrer le lien de renouvellement"
1897
+
1898
+ #: admin/templates/listing-metabox-categories.tpl.php:99
1899
+ msgctxt "admin infometabox"
1900
+ msgid "Send renewal e-mail to user"
1901
+ msgstr "Envoyer un maail à l'utilisateur"
1902
+
1903
+ #: admin/templates/listing-metabox-categories.tpl.php:107
1904
+ msgctxt "admin infometabox"
1905
+ msgid "Renew manually..."
1906
+ msgstr "Renouveller manuellement"
1907
+
1908
+ #: admin/templates/listing-metabox-categories.tpl.php:107
1909
+ msgctxt "admin infometabox"
1910
+ msgid "Change fee..."
1911
+ msgstr "Changer les honoraires"
1912
+
1913
+ #: admin/templates/listing-metabox-categories.tpl.php:115
1914
+ msgctxt "admin infometabox"
1915
+ msgid "Remove category"
1916
+ msgstr "Retirer la catégorie"
1917
+
1918
+ #: admin/templates/listing-metabox-fees.tpl.php:1
1919
+ msgctxt "admin infometabox"
1920
+ msgid "Fee Information"
1921
+ msgstr "Information des frais"
1922
+
1923
+ #: admin/templates/listing-metabox-fees.tpl.php:3
1924
+ msgctxt "admin infometabox"
1925
+ msgid "Payment Mode:"
1926
+ msgstr "Mode de paiement"
1927
+
1928
+ #: admin/templates/listing-metabox-fees.tpl.php:3
1929
+ msgctxt "admin infometabox"
1930
+ msgid "Paid"
1931
+ msgstr "Payant"
1932
+
1933
+ #: admin/templates/listing-metabox-fees.tpl.php:3
1934
+ msgctxt "admin infometabox"
1935
+ msgid "Free"
1936
+ msgstr "Gratuit"
1937
+
1938
+ #: admin/templates/listing-metabox-fees.tpl.php:6
1939
+ msgctxt "admin infometabox"
1940
+ msgid "To change your payment mode, go to <a href=\"%s\">Payment Settings</a>."
1941
+ msgstr ""
1942
+ "Pour changer le mode de paiement, aller à <a href=\"%s\">Paramétrage du "
1943
+ "paiement</a>."
1944
+
1945
+ #: admin/templates/listing-metabox-fees.tpl.php:12
1946
+ msgctxt "admin infometabox"
1947
+ msgid ""
1948
+ "Note: In Free mode, the fee plans will always be set to \"Free Listing\" "
1949
+ "below."
1950
+ msgstr ""
1951
+ "Note: En mode Gratuit, les frais seront toujours fixés à \"Annonce Gratuite "
1952
+ "\" ci-dessous."
1953
+
1954
+ #: admin/templates/listing-metabox-fees.tpl.php:22
1955
+ #: admin/templates/listing-metabox-feesummary.tpl.php:12
1956
+ msgctxt "admin infometabox"
1957
+ msgid "Renew listing in all expired categories"
1958
+ msgstr "Renouveler inscription dans toutes les catégories expirées"
1959
+
1960
+ #: admin/templates/listing-metabox-feesummary.tpl.php:1
1961
+ msgctxt "admin infometabox"
1962
+ msgid "Categories for this listing"
1963
+ msgstr "Catégories pour cette liste"
1964
+
1965
+ #: admin/templates/listing-metabox-transactions.tpl.php:3
1966
+ msgctxt "admin infometabox"
1967
+ msgid "Initial Payment"
1968
+ msgstr "Paiement Initial"
1969
+
1970
+ #: admin/templates/listing-metabox-transactions.tpl.php:4
1971
+ msgctxt "admin infometabox"
1972
+ msgid "Listing Edit"
1973
+ msgstr "Editeur d'annonce"
1974
+
1975
+ #: admin/templates/listing-metabox-transactions.tpl.php:5
1976
+ msgctxt "admin infometabox"
1977
+ msgid "Listing Renewal"
1978
+ msgstr "Renouvellement d'annonce"
1979
+
1980
+ #: admin/templates/listing-metabox-transactions.tpl.php:6
1981
+ msgctxt "admin infometabox"
1982
+ msgid "Upgrade to sticky"
1983
+ msgstr "Mettre à jour vers Post-it"
1984
+
1985
+ #: admin/templates/listing-metabox-transactions.tpl.php:10
1986
+ msgctxt "admin"
1987
+ msgid "Payments History"
1988
+ msgstr "Historique de paiement"
1989
+
1990
+ #: admin/templates/listing-metabox-transactions.tpl.php:12
1991
+ msgctxt "admin listing metabox"
1992
+ msgid "Click a payment to see the details or approve/reject the transaction."
1993
+ msgstr ""
1994
+ "Cliquez sur un paiement pour voir les détails ou approuver / rejeter la "
1995
+ "transaction."
1996
+
1997
+ #: admin/templates/listing-metabox-transactions.tpl.php:16
1998
+ msgctxt "listing metabox"
1999
+ msgid "There are no transactions associated to this listing."
2000
+ msgstr "Il n'y a aucune transaction associé à cette liste."
2001
+
2002
+ #: admin/templates/payment-details.tpl.php:7
2003
+ msgctxt "admin payments"
2004
+ msgid "Payment Details"
2005
+ msgstr "Détails de paiement"
2006
+
2007
+ #: admin/templates/payment-details.tpl.php:9
2008
+ msgctxt "admin payments"
2009
+ msgid "Payment #%d"
2010
+ msgstr "Paiement #%d"
2011
+
2012
+ #: admin/templates/payment-details.tpl.php:16
2013
+ msgctxt "admin payments"
2014
+ msgid "Created on"
2015
+ msgstr "Créer sur"
2016
+
2017
+ #: admin/templates/payment-details.tpl.php:19
2018
+ msgctxt "admin infometabox"
2019
+ msgid "Amount"
2020
+ msgstr "Montant"
2021
+
2022
+ #: admin/templates/payment-details.tpl.php:22
2023
+ msgctxt "admin infometabox"
2024
+ msgid "Gateway"
2025
+ msgstr "Passerelle"
2026
+
2027
+ #: admin/templates/payment-details.tpl.php:26
2028
+ msgctxt "admin infometabox"
2029
+ msgid "Processed on"
2030
+ msgstr "Traité sur"
2031
+
2032
+ #: admin/templates/payment-details.tpl.php:28
2033
+ msgctxt "admin infometabox"
2034
+ msgid "Processed by"
2035
+ msgstr "Traité par"
2036
+
2037
+ #: admin/templates/payment-details.tpl.php:40
2038
+ msgctxt "admin payments"
2039
+ msgid "Approve payment"
2040
+ msgstr "Approuver le paiement"
2041
+
2042
+ #: admin/templates/payment-details.tpl.php:44
2043
+ msgctxt "admin payments"
2044
+ msgid "Reject payment"
2045
+ msgstr "Rejetter le paiement"
2046
+
2047
+ #: admin/templates/settings.tpl.php:2
2048
+ msgid "Business Directory Settings"
2049
+ msgstr "Paramètres du plugin"
2050
+
2051
+ #: admin/templates/settings.tpl.php:18
2052
+ msgid "Settings updated."
2053
+ msgstr "Paramètres mis à jour."
2054
+
2055
+ #: admin/templates/settings.tpl.php:30 admin/templates/settings.tpl.php:39
2056
+ msgid "Reset Defaults"
2057
+ msgstr "Rétablir les paramètres par défault"
2058
+
2059
+ #: admin/templates/settings.tpl.php:36
2060
+ msgid ""
2061
+ "Use this option if you want to go back to the original factory settings for "
2062
+ "BD. <b>Please note that all of your existing settings will be lost.</b>"
2063
+ msgstr ""
2064
+ "Utilisez cette option si vous souhaitez revenir aux réglages d'origine pour "
2065
+ "le plugin. <b> Veuillez noter que tous vos paramètres existants seront "
2066
+ "perdus. </ b>"
2067
+
2068
+ #: admin/templates/sidebar.tpl.php:3
2069
+ msgctxt "admin sidebar"
2070
+ msgid "Claim Listings Module"
2071
+ msgstr "Revendication de module de listes"
2072
+
2073
+ #: admin/templates/sidebar.tpl.php:6
2074
+ msgctxt "admin sidebar"
2075
+ msgid "File Upload Module"
2076
+ msgstr "Module d'upload de fichiers"
2077
+
2078
+ #: admin/templates/sidebar.tpl.php:7
2079
+ msgctxt "admin sidebar"
2080
+ msgid "Featured Levels Module"
2081
+ msgstr "Module d'annonces sélectionnés"
2082
+
2083
+ #: admin/templates/sidebar.tpl.php:8
2084
+ msgctxt "admin sidebar"
2085
+ msgid "ZIP Code Search Module"
2086
+ msgstr "Module de recherche de code ZIP"
2087
+
2088
+ #: admin/templates/sidebar.tpl.php:9
2089
+ msgctxt "admin sidebar"
2090
+ msgid "Regions Module"
2091
+ msgstr "Module de régions"
2092
+
2093
+ #: admin/templates/sidebar.tpl.php:10
2094
+ msgctxt "admin sidebar"
2095
+ msgid "Ratings Module"
2096
+ msgstr "Module de notation"
2097
+
2098
+ #: admin/templates/sidebar.tpl.php:11
2099
+ msgctxt "admin sidebar"
2100
+ msgid "Google Maps Module"
2101
+ msgstr "Module google maps"
2102
+
2103
+ #: admin/templates/sidebar.tpl.php:20
2104
+ msgctxt "admin sidebar"
2105
+ msgid "Like this plugin?"
2106
+ msgstr "Vous aimez ce plugin?"
2107
+
2108
+ #: admin/templates/sidebar.tpl.php:22
2109
+ msgctxt "admin sidebar"
2110
+ msgid "Why not do any or all of the following:"
2111
+ msgstr "Pourquoi ne paas faire l'une des actions suivantes:"
2112
+
2113
+ #: admin/templates/sidebar.tpl.php:24
2114
+ msgctxt "admin sidebar"
2115
+ msgid "Give it a good rating on WordPress.org."
2116
+ msgstr "Donnez lui une bonne note sur Wordpress.org."
2117
+
2118
+ #: admin/templates/sidebar.tpl.php:25
2119
+ msgctxt "admin sidebar"
2120
+ msgid "Let other people know that it works with your WordPress setup."
2121
+ msgstr ""
2122
+ "Faites savoir à d'autres personnes qu'il fonctionne avec votre version de "
2123
+ "Wordpress"
2124
+
2125
+ #: admin/templates/sidebar.tpl.php:26
2126
+ msgctxt "admin sidebar"
2127
+ msgid "Buy a Premium Module"
2128
+ msgstr "Acheter un module Premium"
2129
+
2130
+ #: admin/templates/sidebar.tpl.php:33
2131
+ msgctxt "admin sidebar"
2132
+ msgid "Get a Premium Module"
2133
+ msgstr "Avoir un module Premium"
2134
+
2135
+ #: admin/templates/sidebar.tpl.php:42
2136
+ msgctxt "admin sidebar"
2137
+ msgid "Single Site License Combo Pack"
2138
+ msgstr "Pack licence pour un seul site"
2139
+
2140
+ #: admin/templates/sidebar.tpl.php:43
2141
+ msgctxt "admin sidebar"
2142
+ msgid "Multi Site License Combo Pack"
2143
+ msgstr "Pack licence pour plusieurs sites"
2144
+
2145
+ #: admin/templates/sidebar.tpl.php:50
2146
+ msgctxt "admin sidebar"
2147
+ msgid "Found a bug? Need support?"
2148
+ msgstr "Vous avez trouvé un bug? Besoin d'assistance?"
2149
+
2150
+ #: admin/templates/sidebar.tpl.php:55
2151
+ msgctxt "admin sidebar"
2152
+ msgid "If you've found a bug or need support <a>visit the forums!</a>"
2153
+ msgstr ""
2154
+ "Si vous avez trouvé un bug ou si vous avez besoin d'assistance, <a>visitez "
2155
+ "le forum!</a>"
2156
+
2157
+ #: admin/templates/sidebar.tpl.php:58
2158
+ msgctxt "admin sidebar"
2159
+ msgid "Full plugin documentation"
2160
+ msgstr "Documentation complète du plugin"
2161
+
2162
+ #: admin/templates/sidebar.tpl.php:59
2163
+ msgctxt "admin sidebar"
2164
+ msgid "Quick Start Guide"
2165
+ msgstr "Guide rapide de lancement"
2166
+
2167
+ #: admin/templates/sidebar.tpl.php:60
2168
+ msgctxt "admin sidebar"
2169
+ msgid "Video Tutorials"
2170
+ msgstr "Vidéo tutoriels"
2171
+
2172
+ #: admin/templates/sidebar.tpl.php:68
2173
+ msgctxt "admin sidebar"
2174
+ msgid "Installed Modules"
2175
+ msgstr "Modules installés"
2176
+
2177
+ #: admin/templates/sidebar.tpl.php:79 admin/templates/sidebar.tpl.php:88
2178
+ msgctxt "admin sidebar"
2179
+ msgid "Installed"
2180
+ msgstr "Installé"
2181
+
2182
+ #: admin/templates/sidebar.tpl.php:81 admin/templates/sidebar.tpl.php:88
2183
+ msgctxt "admin sidebar"
2184
+ msgid "Not Installed"
2185
+ msgstr "Non installé"
2186
+
2187
+ #: admin/templates/sidebar.tpl.php:87
2188
+ msgctxt "admin sidebar"
2189
+ msgid "Enhanced Categories Module"
2190
+ msgstr "Module d'amélioration des catégories"
2191
+
2192
+ #: admin/templates/transactions.tpl.php:2
2193
+ msgctxt "admin transactions"
2194
+ msgid "Transactions"
2195
+ msgstr "Transactions"
2196
+
2197
+ #: admin/templates/uninstall-capture-form.tpl.php:5
2198
+ msgctxt "uninstall"
2199
+ msgid "It doesn't work with my theme/plugins/site"
2200
+ msgstr "ça ne marche pas avec mon/thèmes/plugins/site"
2201
+
2202
+ #: admin/templates/uninstall-capture-form.tpl.php:6
2203
+ msgctxt "uninstall"
2204
+ msgid "I can't set it up/Too complicated"
2205
+ msgstr "Je ne peux pas le configurer / Trop compliqué"
2206
+
2207
+ #: admin/templates/uninstall-capture-form.tpl.php:7
2208
+ msgctxt "uninstall"
2209
+ msgid "Doesn't solve my problem"
2210
+ msgstr "Cela ne résout pas mon problème"
2211
+
2212
+ #: admin/templates/uninstall-capture-form.tpl.php:8
2213
+ msgctxt "uninstall"
2214
+ msgid "Don't need it anymore/Not using it"
2215
+ msgstr "Je n'en ai plus besoin désormais/Je ne l'utilise plus"
2216
+
2217
+ #: admin/templates/uninstall-capture-form.tpl.php:9
2218
+ msgctxt "uninstall"
2219
+ msgid "Other"
2220
+ msgstr "Autre"
2221
+
2222
+ #: admin/templates/uninstall-capture-form.tpl.php:16
2223
+ msgctxt "uninstall"
2224
+ msgid ""
2225
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
2226
+ "question for us to help us make the product better for everyone in the "
2227
+ "future?"
2228
+ msgstr ""
2229
+ "Nous sommes désolés de vous voir partir. Pouvez-vous prendre 10 secondes et "
2230
+ "répondre à une question pour nous aider à améliorer notre plugin?"
2231
+
2232
+ #: admin/templates/uninstall-capture-form.tpl.php:19
2233
+ msgctxt "uninstall"
2234
+ msgid "Why are you deleting Business Directory Plugin?"
2235
+ msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
2236
+
2237
+ #: admin/templates/uninstall-capture-form.tpl.php:29
2238
+ msgctxt "uninstall"
2239
+ msgid "Please tell us why are you deleting Business Directory Plugin."
2240
+ msgstr ""
2241
+ "Veuillez nous dire pourquoi avez-vous désinstallé le plugin Business "
2242
+ "Directory."
2243
+
2244
+ #: admin/templates/uninstall-capture-form.tpl.php:36
2245
+ msgctxt "uninstall"
2246
+ msgid "Uninstall Plugin"
2247
+ msgstr "Désinstaller le plugin"
2248
+
2249
+ #: admin/templates/uninstall-complete.tpl.php:2
2250
+ msgctxt "admin uninstall"
2251
+ msgid "Uninstall Business Directory"
2252
+ msgstr "Désinstaller Business Directory"
2253
+
2254
+ #: admin/templates/uninstall-complete.tpl.php:7
2255
+ msgctxt "admin uninstall"
2256
+ msgid "Uninstall completed."
2257
+ msgstr "Désinstallation complète"
2258
+
2259
+ #: admin/templates/uninstall-complete.tpl.php:8
2260
+ msgctxt "admin uninstall"
2261
+ msgid "Return to Dashboard."
2262
+ msgstr "Retourner au tableau de bord"
2263
+
2264
+ #: admin/templates/uninstall-confirm.tpl.php:1
2265
+ msgctxt "uninstall"
2266
+ msgid "Uninstall Business Directory Plugin"
2267
+ msgstr "Désinstaller le plugin Business Directory"
2268
+
2269
+ #: admin/tracking.php:188
2270
+ msgctxt "tracking"
2271
+ msgid "Help Improve Business Directory"
2272
+ msgstr "Aider à améliorer Business Directory"
2273
+
2274
+ #: admin/tracking.php:190
2275
+ msgctxt "tracking"
2276
+ msgid ""
2277
+ "Can Business Directory keep track of your theme, plugins, and other non-"
2278
+ "personal, non-identifying information to help us in testing the plugin for "
2279
+ "future releases?"
2280
+ msgstr ""
2281
+ "Est-ce que Business Directory peut continuer à analyser vos thèmes, plugins "
2282
+ "et autres informations non-personnel, ou identifiante, afin de nous aider à "
2283
+ "améliorer nos futures mises à jours?"
2284
+
2285
+ #: admin/tracking.php:192
2286
+ msgctxt "tracking"
2287
+ msgid "What do you track?"
2288
+ msgstr "Qu'est-ce que vous analysez?"
2289
+
2290
+ #: admin/tracking.php:214
2291
+ msgctxt "tracking"
2292
+ msgid "No, Thanks."
2293
+ msgstr "Non, merci."
2294
+
2295
+ #: admin/tracking.php:221
2296
+ msgctxt "tracking"
2297
+ msgid "Allow Tracking"
2298
+ msgstr "Autoriser l'analyse"
2299
+
2300
+ #: admin/transactions.php:9
2301
+ msgctxt "admin transactions"
2302
+ msgid "transaction"
2303
+ msgstr "transaction"
2304
+
2305
+ #: admin/transactions.php:10
2306
+ msgctxt "admin transactions"
2307
+ msgid "transactions"
2308
+ msgstr "transactions"
2309
+
2310
+ #: admin/transactions.php:17
2311
+ msgctxt "admin transactions"
2312
+ msgid "ID"
2313
+ msgstr "ID"
2314
+
2315
+ #: admin/transactions.php:18
2316
+ msgctxt "admin transactions"
2317
+ msgid "Type"
2318
+ msgstr "Type"
2319
+
2320
+ #: admin/transactions.php:19
2321
+ msgctxt "admin transactions"
2322
+ msgid "Listing"
2323
+ msgstr "Annonce"
2324
+
2325
+ #: admin/transactions.php:20
2326
+ msgctxt "admin transactions"
2327
+ msgid "Status"
2328
+ msgstr "Statut"
2329
+
2330
+ #: admin/transactions.php:21
2331
+ msgctxt "admin transactions"
2332
+ msgid "Amount"
2333
+ msgstr "Montant"
2334
+
2335
+ #: admin/transactions.php:22
2336
+ msgctxt "admin transactions"
2337
+ msgid "Date"
2338
+ msgstr "Date"
2339
+
2340
+ #: admin/transactions.php:33
2341
+ msgctxt "admin transactions"
2342
+ msgid "Listing Submit (Initial Payment)"
2343
+ msgstr "Poster annonce(paiement initial)"
2344
+
2345
+ #: admin/transactions.php:34
2346
+ msgctxt "admin transactions"
2347
+ msgid "Listing Edit (Category Fee)"
2348
+ msgstr "Editer annonce (Frais de catégories)"
2349
+
2350
+ #: admin/transactions.php:35
2351
+ msgctxt "admin transactions"
2352
+ msgid "Renewal"
2353
+ msgstr "Renouveller"
2354
+
2355
+ #: admin/transactions.php:36
2356
+ msgctxt "admin transactions"
2357
+ msgid "Upgrade to Featured"
2358
+ msgstr "Mettre en avant"
2359
+
2360
+ #: admin/transactions.php:53
2361
+ msgctxt "admin transactions"
2362
+ msgid "Gateway"
2363
+ msgstr "Passerelle"
2364
+
2365
+ #: admin/transactions.php:55
2366
+ msgctxt "admin transactions"
2367
+ msgid "Payer Info"
2368
+ msgstr "Info du payeur"
2369
+
2370
+ #: admin/transactions.php:57
2371
+ msgctxt "admin transactions"
2372
+ msgid "Name"
2373
+ msgstr "Nom"
2374
+
2375
+ #: admin/transactions.php:59
2376
+ msgctxt "admin transactions"
2377
+ msgid "E-Mail"
2378
+ msgstr "E-maail"
2379
+
2380
+ #: admin/transactions.php:63
2381
+ msgctxt "admin transactions"
2382
+ msgid "Processed On"
2383
+ msgstr "Traité sur"
2384
+
2385
+ #: admin/transactions.php:65
2386
+ msgctxt "admin transactions"
2387
+ msgid "Processed By"
2388
+ msgstr "Traité par"
2389
+
2390
+ #: admin/transactions.php:101
2391
+ msgctxt "admin transactions"
2392
+ msgid "Approve"
2393
+ msgstr "Approuver"
2394
+
2395
+ #: admin/transactions.php:105
2396
+ msgctxt "admin transactions"
2397
+ msgid "Reject"
2398
+ msgstr "Rejetter"
2399
+
2400
+ #: admin/transactions.php:111
2401
+ msgctxt "admin transactions"
2402
+ msgid "+ Details"
2403
+ msgstr "+ Détails"
2404
+
2405
+ #: admin/transactions.php:116
2406
+ msgctxt "admin transactions"
2407
+ msgid "Delete"
2408
+ msgstr "Effacer"
2409
+
2410
+ #: admin/transactions.php:140
2411
+ msgctxt "admin transactions"
2412
+ msgid "All"
2413
+ msgstr "Tout"
2414
+
2415
+ #: admin/transactions.php:148
2416
+ msgctxt "admin transactions"
2417
+ msgid "Approved"
2418
+ msgstr "Approuvé"
2419
+
2420
+ #: admin/transactions.php:156
2421
+ msgctxt "admin transactions"
2422
+ msgid "Pending"
2423
+ msgstr "En attente"
2424
+
2425
+ #: admin/transactions.php:164
2426
+ msgctxt "admin transactions"
2427
+ msgid "Rejected"
2428
+ msgstr "Rejetté"
2429
+
2430
+ #: admin/transactions.php:259
2431
+ msgctxt "admin"
2432
+ msgid "The transaction has been deleted."
2433
+ msgstr "La transaction à été effacé."
2434
+
2435
+ #: business-directory-plugin.php:655
2436
+ msgctxt "admin plugins"
2437
+ msgid "Settings"
2438
+ msgstr "Paramètres"
2439
+
2440
+ #: business-directory-plugin.php:665
2441
+ msgctxt "post type general name"
2442
+ msgid "Directory"
2443
+ msgstr "Annuaire"
2444
+
2445
+ #: business-directory-plugin.php:666
2446
+ msgctxt "post type singular name"
2447
+ msgid "Directory"
2448
+ msgstr "Annuaire"
2449
+
2450
+ #: business-directory-plugin.php:667
2451
+ msgctxt "listing"
2452
+ msgid "Add New Listing"
2453
+ msgstr "Ajouter une nouvelle annonce"
2454
+
2455
+ #: business-directory-plugin.php:668
2456
+ msgctxt "post type"
2457
+ msgid "Add New Listing"
2458
+ msgstr "Ajouter une nouvelle annonce"
2459
+
2460
+ #: business-directory-plugin.php:669 core/compatibility/deprecated.php:255
2461
+ msgid "Edit Listing"
2462
+ msgstr "Editer l'aannonce"
2463
+
2464
+ #: business-directory-plugin.php:670
2465
+ msgid "New Listing"
2466
+ msgstr "Nouvelle annonce"
2467
+
2468
+ #: business-directory-plugin.php:671
2469
+ msgid "View Listing"
2470
+ msgstr "Voir l'annonce"
2471
+
2472
+ #: business-directory-plugin.php:672
2473
+ msgid "Search Listings"
2474
+ msgstr "Chercher les annonces"
2475
+
2476
+ #: business-directory-plugin.php:673
2477
+ msgid "No listings found"
2478
+ msgstr "Aucunes annonces trouvées"
2479
+
2480
+ #: business-directory-plugin.php:674
2481
+ msgid "No listings found in trash"
2482
+ msgstr "Aucunes annonces trouvées dans la corbeille"
2483
+
2484
+ #: business-directory-plugin.php:696
2485
+ msgid "Directory Categories"
2486
+ msgstr "Catégories de l'aannuaire"
2487
+
2488
+ #: business-directory-plugin.php:822 business-directory-plugin.php:829
2489
+ msgctxt "rss feed"
2490
+ msgid "%s Feed"
2491
+ msgstr "%s diffusion"
2492
+
2493
+ #: business-directory-plugin.php:1187
2494
+ msgctxt "title"
2495
+ msgid "Submit A Listing"
2496
+ msgstr "Soumettre une annonce"
2497
+
2498
+ #: business-directory-plugin.php:1197
2499
+ msgctxt "title"
2500
+ msgid "Find a Listing"
2501
+ msgstr "trouver une annonce"
2502
+
2503
+ #: business-directory-plugin.php:1207
2504
+ msgctxt "title"
2505
+ msgid "View All Listings"
2506
+ msgstr "Voir toutes les annonces"
2507
+
2508
+ #: business-directory-plugin.php:1227
2509
+ msgctxt "title"
2510
+ msgid "Listings tagged: %s"
2511
+ msgstr "Annonces marquées: %s"
2512
+
2513
+ #: business-directory-plugin.php:1452
2514
+ msgctxt "comment-form"
2515
+ msgid "The reCAPTCHA wasn't entered correctly."
2516
+ msgstr "Le code CAPTCHA n'a pas été rentré correctement."
2517
+
2518
+ #: core/class-csv-import.php:361
2519
+ msgctxt "admin csv-import"
2520
+ msgid "Could not create listing category \"%s\""
2521
+ msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
2522
+
2523
+ #: core/class-csv-import.php:503
2524
+ msgctxt "admin csv-import"
2525
+ msgid "Username \"%s\" does not exist"
2526
+ msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
2527
+
2528
+ #: core/class-csv-import.php:535
2529
+ msgctxt "admin csv-import"
2530
+ msgid "Missing required field: %s"
2531
+ msgstr "Absence d'un champ requis: %s"
2532
+
2533
+ #: core/class-csv-import.php:555
2534
+ msgctxt "admin csv-import"
2535
+ msgid "Listing category \"%s\" does not exist"
2536
+ msgstr "La catégorie d'annonce \"%s\" n'existe pas"
2537
+
2538
+ #: core/class-form-field.php:51
2539
+ msgctxt "form-fields-api"
2540
+ msgid "Invalid form field type"
2541
+ msgstr "Type de champ de formulaire invalide"
2542
+
2543
+ #: core/class-form-field.php:402
2544
+ msgctxt "form-fields-api"
2545
+ msgid "Field label is required."
2546
+ msgstr "L'étiquette de champ est requise"
2547
+
2548
+ #: core/class-form-field.php:419
2549
+ msgctxt "form-fields-api"
2550
+ msgid ""
2551
+ "There can only be one field with association \"%s\". Please select another "
2552
+ "association."
2553
+ msgstr ""
2554
+ "Il ne peut y avoir qu'un champ avec l'association \"% s \". Veuillez "
2555
+ "sélectionner une autre association."
2556
+
2557
+ #: core/class-form-field.php:429
2558
+ msgctxt "form-fields-api"
2559
+ msgid "\"%s\" is an invalid field type for this association."
2560
+ msgstr "\" est un type de champ invalide pour cette association."
2561
+
2562
+ #: core/class-form-field.php:460
2563
+ msgctxt "form-fields-api"
2564
+ msgid "Invalid field ID"
2565
+ msgstr "ID de champ invalide"
2566
+
2567
+ #: core/class-form-field.php:469
2568
+ msgctxt "form-fields api"
2569
+ msgid ""
2570
+ "This form field can't be deleted because it is required for the plugin to "
2571
+ "work."
2572
+ msgstr ""
2573
+ "Ce champ de formulaire ne peut pas être supprimé car il est nécessaire pour "
2574
+ "que le plugin fonctionne."
2575
+
2576
+ #: core/class-form-field.php:481
2577
+ msgctxt "form-fields-api"
2578
+ msgid "An error occurred while trying to delete this field."
2579
+ msgstr "Une erreur est survenue en essayant de supprimer ce champ."
2580
+
2581
+ #: core/class-gateway.php:130
2582
+ msgctxt "billing info"
2583
+ msgid "First name is required."
2584
+ msgstr "Le prénom est requis."
2585
+
2586
+ #: core/class-gateway.php:133
2587
+ msgctxt "billing info"
2588
+ msgid "Last name is required."
2589
+ msgstr "Le nom est requis."
2590
+
2591
+ #: core/class-gateway.php:136
2592
+ msgctxt "billing info"
2593
+ msgid "Credit card number is required."
2594
+ msgstr "Le numéro de carte de crédit est requis."
2595
+
2596
+ #: core/class-gateway.php:139
2597
+ msgctxt "billing info"
2598
+ msgid "Credit card expiration date is invalid."
2599
+ msgstr "La date d'expiration de la carte de crédit est requise."
2600
+
2601
+ #: core/class-gateway.php:142
2602
+ msgctxt "billing info"
2603
+ msgid "Credit card CVC number is required."
2604
+ msgstr "Le numéro CVC de la carte de crédit est requis"
2605
+
2606
+ #: core/class-gateway.php:145
2607
+ msgctxt "billing info"
2608
+ msgid "Country is required."
2609
+ msgstr "Le pays est requis"
2610
+
2611
+ #: core/class-gateway.php:148
2612
+ msgctxt "billing info"
2613
+ msgid "Address is required."
2614
+ msgstr "L'adresse est requise."
2615
+
2616
+ #: core/class-listing-upgrade-api.php:16
2617
+ msgctxt "listings-api"
2618
+ msgid "Normal Listing"
2619
+ msgstr "Annonce normale"
2620
+
2621
+ #: core/class-listing-upgrade-api.php:20
2622
+ msgctxt "listings-api"
2623
+ msgid "Featured Listing"
2624
+ msgstr "Annonce sélectionnée"
2625
+
2626
+ #: core/class-listing.php:287 core/class-listing.php:313
2627
+ msgctxt "listing"
2628
+ msgid "(Fee Unavailable)"
2629
+ msgstr "(Coûts Non disponible)"
2630
+
2631
+ #: core/class-listings-api.php:294
2632
+ msgctxt "notify email"
2633
+ msgid "[%s] New listing notification"
2634
+ msgstr "[%s] Nouvelle notification d'annonce"
2635
+
2636
+ #: core/class-listings-api.php:313
2637
+ msgctxt "notify email"
2638
+ msgid "[%s] Listing edit notification"
2639
+ msgstr "[%s] Notification d'édition d'annonce"
2640
+
2641
+ #: core/class-listings-widget.php:45 core/widget-search.php:22
2642
+ msgctxt "widgets"
2643
+ msgid "Title:"
2644
+ msgstr "Titre:"
2645
+
2646
+ #: core/class-listings-widget.php:51
2647
+ msgctxt "widgets"
2648
+ msgid "Number of listings to display:"
2649
+ msgstr "Nombre d'affichage d'annonce:"
2650
+
2651
+ #: core/class-listings-widget.php:60
2652
+ msgctxt "widgets"
2653
+ msgid "Thumbnails"
2654
+ msgstr "Miniatures"
2655
+
2656
+ #: core/class-listings-widget.php:68
2657
+ msgctxt "widgets"
2658
+ msgid "Show thumbnails"
2659
+ msgstr "Montrer les miniatures"
2660
+
2661
+ #: core/class-listings-widget.php:72
2662
+ msgctxt "widgets"
2663
+ msgid "Image width (in px):"
2664
+ msgstr "Largeur d'images (en pixel):"
2665
+
2666
+ #: core/class-listings-widget.php:78
2667
+ msgctxt "widgets"
2668
+ msgid "Leave blank for automatic width."
2669
+ msgstr "Laissez ce champ vide pour la largeur automatique."
2670
+
2671
+ #: core/class-listings-widget.php:83
2672
+ msgctxt "widgets"
2673
+ msgid "Image height (in px):"
2674
+ msgstr "Hauteur d'image (en pixel):"
2675
+
2676
+ #: core/class-listings-widget.php:89
2677
+ msgctxt "widgets"
2678
+ msgid "Leave blank for automatic height."
2679
+ msgstr "Laissez ce champ vide pour la hauteur automatique."
2680
+
2681
+ #: core/class-payment.php:218
2682
+ msgctxt "listings"
2683
+ msgid "Fee \"%s\" for category \"%s\""
2684
+ msgstr "Frais \"%s\" pour catégorie \"%s\""
2685
+
2686
+ #: core/class-settings.php:24
2687
+ msgctxt "admin settings"
2688
+ msgid "General"
2689
+ msgstr "Général"
2690
+
2691
+ #: core/class-settings.php:26
2692
+ msgctxt "admin settings"
2693
+ msgid "Data Collection"
2694
+ msgstr "Collecte de données"
2695
+
2696
+ #: core/class-settings.php:29
2697
+ msgctxt "admin settings"
2698
+ msgid ""
2699
+ "Allow BD to anonymously collect information about your installed plugins, "
2700
+ "themes and WP version?"
2701
+ msgstr ""
2702
+ "Autoriser le plugin à collecter anonymement des informations concernant vos "
2703
+ "plugins installés, thèmes et versions de Worpdress?"
2704
+
2705
+ #: core/class-settings.php:34
2706
+ msgctxt "admin settings"
2707
+ msgid "<a>Learn more</a> about what BD does and does NOT track."
2708
+ msgstr "<a> En savoir plus </a> sur ce qu'analyse et n'analyse pas le plugin."
2709
+
2710
+ #: core/class-settings.php:37
2711
+ msgctxt "admin settings"
2712
+ msgid "Permalink Settings"
2713
+ msgstr "Paramètres de Lien permanent"
2714
+
2715
+ #: core/class-settings.php:38
2716
+ msgctxt "admin settings"
2717
+ msgid "Directory Listings Slug"
2718
+ msgstr "Identifiant d'annuaire de listes"
2719
+
2720
+ #: core/class-settings.php:39
2721
+ msgctxt "admin settings"
2722
+ msgid "Categories Slug"
2723
+ msgstr "Identifiant de Catégories"
2724
+
2725
+ #: core/class-settings.php:39
2726
+ msgctxt "admin settings"
2727
+ msgid ""
2728
+ "The slug can't be in use by another term. Avoid \"category\", for instance."
2729
+ msgstr ""
2730
+ "L'identifiant ne peut pas être utilisé par un autre terme. Évitez "
2731
+ "\"catégorie \", par exemple."
2732
+
2733
+ #: core/class-settings.php:40
2734
+ msgctxt "admin settings"
2735
+ msgid "Tags Slug"
2736
+ msgstr "Identifiant Mots clés"
2737
+
2738
+ #: core/class-settings.php:40
2739
+ msgctxt "admin settings"
2740
+ msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
2741
+ msgstr ""
2742
+ "L'identifiant ne peut pas être utilisé par un autre terme. Évitez \"mots "
2743
+ "clés \", par exemple."
2744
+
2745
+ #: core/class-settings.php:43
2746
+ msgctxt "admin settings"
2747
+ msgid "Remove listing ID from directory URLs?"
2748
+ msgstr "Retirer les ID listés du répertoire URL?"
2749
+
2750
+ #: core/class-settings.php:46
2751
+ msgctxt "admin settings"
2752
+ msgid ""
2753
+ "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
2754
+ "directory/1809/listing-title\". Check this setting to remove the ID for "
2755
+ "better SEO."
2756
+ msgstr ""
2757
+ "Avant 3.5.1, nous avons inclus l'ID dans la liste URL, comme \"/ business-"
2758
+ "répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour supprimer "
2759
+ "l'ID pour une meilleure SEO."
2760
+
2761
+ #: core/class-settings.php:50
2762
+ msgctxt "admin settings"
2763
+ msgid "reCAPTCHA Settings"
2764
+ msgstr "Paramètres de code CAPTCHA"
2765
+
2766
+ #: core/class-settings.php:53
2767
+ msgctxt "admin settings"
2768
+ msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
2769
+ msgstr "Besoin de clés API pour CAPTCHA? Obtenez les <a> ici </a>."
2770
+
2771
+ #: core/class-settings.php:55
2772
+ msgctxt "admin settings"
2773
+ msgid "Use reCAPTCHA for contact forms"
2774
+ msgstr "Utiliser CAPTCHA pour le formulaire de contact"
2775
+
2776
+ #: core/class-settings.php:56
2777
+ msgctxt "admin settings"
2778
+ msgid "Use reCAPTCHA for listing submits"
2779
+ msgstr "Utiliser CAPTCHA pour la soumission d'annonce"
2780
+
2781
+ #: core/class-settings.php:59
2782
+ msgctxt "admin settings"
2783
+ msgid "Use reCAPTCHA for listing comments?"
2784
+ msgstr "Utiliser CAPTCHA pour lister les commentaires?"
2785
+
2786
+ #: core/class-settings.php:62
2787
+ msgctxt "admin settings"
2788
+ msgid "reCAPTCHA Public Key"
2789
+ msgstr "Clé publique CAPTCHA"
2790
+
2791
+ #: core/class-settings.php:63
2792
+ msgctxt "admin settings"
2793
+ msgid "reCAPTCHA Private Key"
2794
+ msgstr "Clé privée CAPTCHA"
2795
+
2796
+ #: core/class-settings.php:67 core/class-settings.php:76
2797
+ msgctxt "admin settings"
2798
+ msgid "Terms and Conditions"
2799
+ msgstr "Termes et conditions"
2800
+
2801
+ #: core/class-settings.php:70
2802
+ msgctxt "admin settings"
2803
+ msgid "Display and require user agreement to Terms and Conditions"
2804
+ msgstr ""
2805
+ "Affiche et nécessite l'accord de l'utilisateur avec les Termes et Conditions"
2806
+
2807
+ #: core/class-settings.php:79
2808
+ msgctxt "admin settings"
2809
+ msgid ""
2810
+ "Enter text or a URL starting with http. If you use a URL, the Terms and "
2811
+ "Conditions text will be replaced by a link to the appropiate page."
2812
+ msgstr ""
2813
+ "Saisissez du texte ou une URL commençant par http. Si vous utilisez une URL, "
2814
+ "le texte des Termes et Conditions sera remplacé par un lien vers la page "
2815
+ "appropriée."
2816
+
2817
+ #: core/class-settings.php:83
2818
+ msgctxt "admin settings"
2819
+ msgid "Directory Display Options"
2820
+ msgstr "Option d'affichage d'annuaire"
2821
+
2822
+ #: core/class-settings.php:84
2823
+ msgctxt "admin settings"
2824
+ msgid "Show the \"Submit listing\" button."
2825
+ msgstr "Montrer le boutton \"Soumettre annonce\"."
2826
+
2827
+ #: core/class-settings.php:85
2828
+ msgctxt "admin settings"
2829
+ msgid "Show \"Search listings\"."
2830
+ msgstr "Montrer \"Chercher annonces\"."
2831
+
2832
+ #: core/class-settings.php:86
2833
+ msgctxt "admin settings"
2834
+ msgid "Show the \"View Listings\" button."
2835
+ msgstr "Montrer le boutton \"Voir annonces\"."
2836
+
2837
+ #: core/class-settings.php:87
2838
+ msgctxt "admin settings"
2839
+ msgid "Show the \"Directory\" button."
2840
+ msgstr "Montrer le bouton \"Annuaire\"."
2841
+
2842
+ #: core/class-settings.php:92
2843
+ msgctxt "admin settings"
2844
+ msgid "Directory Search"
2845
+ msgstr "Recherche dans l'annuaire"
2846
+
2847
+ #: core/class-settings.php:95
2848
+ msgctxt "admin settings"
2849
+ msgid "Display search form when displaying search results?"
2850
+ msgstr ""
2851
+ "Afficher un formulaire de recherche lors de l'affichage des résultats de "
2852
+ "recherche?"
2853
+
2854
+ #: core/class-settings.php:102
2855
+ msgctxt "admin settings"
2856
+ msgid ""
2857
+ "You have selected a textarea field to be included in quick searches. "
2858
+ "Searches involving those fields are very expensive and could result in "
2859
+ "timeouts and/or general slowness."
2860
+ msgstr ""
2861
+ "Vous avez sélectionné un champ texte pour être inclus dans des recherches "
2862
+ "rapides. Les recherches portant sur ces domaines sont très coûteuses et "
2863
+ "pourraient entraîner des dépassements de délais et / ou lenteur générale."
2864
+
2865
+ #: core/class-settings.php:104
2866
+ msgctxt "admin settings"
2867
+ msgid ""
2868
+ "Use Ctrl-Click to include multiple fields in the search. Choosing too many "
2869
+ "fields for inclusion into Quick Search can result in very slow search "
2870
+ "performance."
2871
+ msgstr ""
2872
+ "Utilisez Ctrl-Click pour inclure plusieurs champs dans la recherche. Choisir "
2873
+ "trop de champs pour l'inclusion dans Recherche rapide peut entraîner des "
2874
+ "performances de recherche plus lentes."
2875
+
2876
+ #: core/class-settings.php:107
2877
+ msgctxt "admin settings"
2878
+ msgid "Quick search fields"
2879
+ msgstr "Champ de recherche rapide"
2880
+
2881
+ #: core/class-settings.php:115
2882
+ msgctxt "admin settings"
2883
+ msgid "Enable high performance searches?"
2884
+ msgstr "Activer les recherches de hautes performance?"
2885
+
2886
+ #: core/class-settings.php:118
2887
+ msgctxt "admin settings"
2888
+ msgid ""
2889
+ "Enabling this makes BD sacrifice result quality to improve speed. This is "
2890
+ "helpful if you're on shared hosting plans, where database performance is an "
2891
+ "issue."
2892
+ msgstr ""
2893
+ "L'activation de cette option fait que le plugin perdra en qualité de "
2894
+ "résultat pour améliorer la vitesse de recherche. Ceci est utile si vous êtes "
2895
+ "sur les plans d'hébergement partagé, où la performance de base de données "
2896
+ "est un problème."
2897
+
2898
+ #: core/class-settings.php:123
2899
+ msgctxt "admin settings"
2900
+ msgid "Miscellaneous Settings"
2901
+ msgstr "Paramètres divers"
2902
+
2903
+ #: core/class-settings.php:127
2904
+ msgctxt "admin settings"
2905
+ msgid ""
2906
+ "Check this if you are having trouble with BD, particularly when importing or "
2907
+ "exporting CSV files."
2908
+ msgstr ""
2909
+ "Cochez cette case si vous rencontrez des problèmes avec le plugin, en "
2910
+ "particulier lors de l'importation ou de l'exportation de fichiers CSV."
2911
+
2912
+ #: core/class-settings.php:130
2913
+ msgctxt "admin settings"
2914
+ msgid ""
2915
+ "If this compatibility mode doesn't solve your issue, you may be experiencing "
2916
+ "a more serious conflict. <a>Here is an article</a> about how to test for "
2917
+ "theme and plugin conflicts with Business Directory."
2918
+ msgstr ""
2919
+ "Si ce mode de compatibilité ne résout pas votre problème, vous pouvez être "
2920
+ "confronté à un conflit plus grave. <a> Voici un article </a> sur la façon de "
2921
+ "tester les conflits liés aux thème et/ou aux plugins avec le plugin."
2922
+
2923
+ #: core/class-settings.php:133
2924
+ msgctxt "admin settings"
2925
+ msgid "Enable AJAX compatibility mode?"
2926
+ msgstr "Activer le mode de comptabilité AJAX?"
2927
+
2928
+ #: core/class-settings.php:141 core/class-settings.php:604
2929
+ msgctxt "admin settings"
2930
+ msgid "Listings"
2931
+ msgstr "Annonces"
2932
+
2933
+ #: core/class-settings.php:142 core/class-settings.php:288
2934
+ msgctxt "admin settings"
2935
+ msgid "General Settings"
2936
+ msgstr "Paramètres généraux"
2937
+
2938
+ #: core/class-settings.php:144
2939
+ msgctxt "admin settings"
2940
+ msgid "Listings per page"
2941
+ msgstr "Annonces par pages"
2942
+
2943
+ #: core/class-settings.php:145
2944
+ msgctxt "admin settings"
2945
+ msgid ""
2946
+ "Number of listings to show per page. Use a value of \"0\" to show all "
2947
+ "listings."
2948
+ msgstr ""
2949
+ "Nombre d'annonces à afficher par page. Utilisez une valeur de \"0 \" pour "
2950
+ "afficher toutes les annonces."
2951
+
2952
+ #: core/class-settings.php:147
2953
+ msgctxt "admin settings"
2954
+ msgid "Listing duration for no-fee sites (in days)"
2955
+ msgstr "Durée des annonces pour les sites sans honoraires(en jours)"
2956
+
2957
+ #: core/class-settings.php:148
2958
+ msgctxt "admin settings"
2959
+ msgid ""
2960
+ "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
2961
+ "less than 10 years (3650 days)."
2962
+ msgstr ""
2963
+ "Utilisez une valeur de \"0 \" afin de garder une annonce indéfiniment ou "
2964
+ "entrez un numéro de moins de 10 ans (3650 jours)."
2965
+
2966
+ #: core/class-settings.php:154
2967
+ msgctxt "admin settings"
2968
+ msgid "Include listing contact form on listing pages?"
2969
+ msgstr ""
2970
+ "Inclure les annonces de formulaire de contact sur les pages d'annonces?"
2971
+
2972
+ #: core/class-settings.php:157
2973
+ msgctxt "admin settings"
2974
+ msgid ""
2975
+ "Allows visitors to contact listing authors privately. Authors will receive "
2976
+ "the messages via email."
2977
+ msgstr ""
2978
+ "Permets aux visiteurs de contacter les auteurs d'annonces de façon privé. "
2979
+ "Les auteurs recevront les messages par e-mail."
2980
+
2981
+ #: core/class-settings.php:160
2982
+ msgctxt "admin settings"
2983
+ msgid "Require login for using the contact form?"
2984
+ msgstr "Exiger une connexion pour utiliser le formulaire de contact?"
2985
+
2986
+ #: core/class-settings.php:166
2987
+ msgctxt "admin settings"
2988
+ msgid "Maximum number of contact form submits per day"
2989
+ msgstr "Nombre maximum de formulaire de contact soumis par jour"
2990
+
2991
+ #: core/class-settings.php:169
2992
+ msgctxt "admin settings"
2993
+ msgid ""
2994
+ "Use this to prevent spamming of listing owners. 0 means unlimited submits "
2995
+ "per day."
2996
+ msgstr ""
2997
+ "Utilisez ceci pour prévenir les annonces contenant des spams. 0 siginifie un "
2998
+ "nombre de soumission illimité par jour."
2999
+
3000
+ #: core/class-settings.php:175
3001
+ msgctxt "admin settings"
3002
+ msgid "Include comment form on listing pages?"
3003
+ msgstr "Inclure les formulaire de commentaires dans pages annonces?"
3004
+
3005
+ #: core/class-settings.php:178
3006
+ msgctxt "admin settings"
3007
+ msgid ""
3008
+ "Allow visitors to discuss listings using the standard WordPress comment "
3009
+ "form. Comments are public."
3010
+ msgstr ""
3011
+ "Permettre aux visiteurs de discuter des annonces en utilisant le formulaire "
3012
+ "de commentaire standard WordPress. Les commentaires sont visibles par tous."
3013
+
3014
+ #: core/class-settings.php:179
3015
+ msgctxt "admin settings"
3016
+ msgid "Show listings under categories on main page?"
3017
+ msgstr "Voir les annonces catégorisées sur la page principale?"
3018
+
3019
+ #: core/class-settings.php:180
3020
+ msgctxt "admin settings"
3021
+ msgid "Status of listings upon uninstalling plugin"
3022
+ msgstr "Statut des annonces dès la désinstallation du plugin"
3023
+
3024
+ #: core/class-settings.php:182
3025
+ msgctxt "admin settings"
3026
+ msgid "Status of deleted listings"
3027
+ msgstr "Statut des listes effacés"
3028
+
3029
+ #: core/class-settings.php:185
3030
+ msgctxt "admin settings"
3031
+ msgid "Listing Renewal"
3032
+ msgstr "Renouvellement des annonces"
3033
+
3034
+ #: core/class-settings.php:186
3035
+ msgctxt "admin settings"
3036
+ msgid "Turn on listing renewal option?"
3037
+ msgstr "Activer l'option renouvellement des annonces?"
3038
+
3039
+ #: core/class-settings.php:189
3040
+ msgctxt "admin settings"
3041
+ msgid "Allow recurring renewal payments?"
3042
+ msgstr "Autoriser les paiements récurrents de renouvellement?"
3043
+
3044
+ #: core/class-settings.php:192
3045
+ msgctxt "admin settings"
3046
+ msgid ""
3047
+ "Allow users to opt in for automatic renewal of their listings. The fee is "
3048
+ "charged at the time the listing expires without user intervention."
3049
+ msgstr ""
3050
+ "Permettre aux utilisateurs d'opter pour le renouvellement automatique de "
3051
+ "leurs annonces. La redevance est perçue au moment de l'inscription et expire "
3052
+ "sans intervention de l'utilisateur."
3053
+
3054
+ #: core/class-settings.php:196
3055
+ msgctxt "admin settings"
3056
+ msgid "Use recurring payments as the default payment method?"
3057
+ msgstr ""
3058
+ "Utiliser les paiements récurrents comme méthode de paiement par défaut?"
3059
+
3060
+ #: core/class-settings.php:199
3061
+ msgctxt "admin settings"
3062
+ msgid ""
3063
+ "Enable automatic renewal without having users opt in during the submit "
3064
+ "process."
3065
+ msgstr ""
3066
+ "Activer le renouvellement automatique sans avoir à avertir les utilisateurs "
3067
+ "lors du processus de soumission."
3068
+
3069
+ #: core/class-settings.php:204
3070
+ msgctxt "admin settings"
3071
+ msgid "Listing renewal e-mail threshold (in days)"
3072
+ msgstr "Seuil de renouvellement des annonces par e-mail (en jours)"
3073
+
3074
+ #: core/class-settings.php:207
3075
+ msgctxt "admin settings"
3076
+ msgid ""
3077
+ "Configure how many days before listing expiration is the renewal e-mail sent."
3078
+ msgstr ""
3079
+ "Configurer le nombre de jours avant l'expiration des annonces doit se "
3080
+ "dérouler le renouvellement d'envoie d'e-mail."
3081
+
3082
+ #: core/class-settings.php:211
3083
+ msgctxt "admin settings"
3084
+ msgid ""
3085
+ "Send expiration notices including a cancel links to auto-renewed listings?"
3086
+ msgstr ""
3087
+ "Envoyer des avis d'expiration y compris un lien d'annulation vers le "
3088
+ "renouvellement automatique des annonces?"
3089
+
3090
+ #: core/class-settings.php:218
3091
+ msgctxt "admin settings"
3092
+ msgid "Remind listing owners of expired listings (past due)?"
3093
+ msgstr ""
3094
+ "Rappeler les propriétaires des annonces lorsque leurs listes arrives à "
3095
+ "expiration (en souffrance)?"
3096
+
3097
+ #: core/class-settings.php:223
3098
+ msgctxt "admin settings"
3099
+ msgid "Listing renewal reminder e-mail threshold (in days)"
3100
+ msgstr "Seuil du renouvellement des rappels e-mail des annonces (en jours)"
3101
+
3102
+ #: core/class-settings.php:226
3103
+ msgctxt "admin settings"
3104
+ msgid ""
3105
+ "Configure how many days after the expiration of a listing an e-mail reminder "
3106
+ "should be sent to the owner."
3107
+ msgstr ""
3108
+ "Configurer le nombre de jours après l'expiration d'une annonces d'un rappel "
3109
+ "avant qu'un e-mail soit envoyé au propriétaire."
3110
+
3111
+ #: core/class-settings.php:229
3112
+ msgctxt "admin settings"
3113
+ msgid "Post/Category Settings"
3114
+ msgstr "Paramètres de Messages/Catégories"
3115
+
3116
+ #: core/class-settings.php:230
3117
+ msgctxt "admin settings"
3118
+ msgid "Default new post status"
3119
+ msgstr "Statut du nouveau message par défaut"
3120
+
3121
+ #: core/class-settings.php:233
3122
+ msgctxt "admin settings"
3123
+ msgid "Edit post status"
3124
+ msgstr "Editer le statut du message"
3125
+
3126
+ #: core/class-settings.php:235
3127
+ msgctxt "admin settings"
3128
+ msgid "Order categories list by"
3129
+ msgstr "Ordonner les catégories des annonces par"
3130
+
3131
+ #: core/class-settings.php:237
3132
+ msgctxt "admin settings"
3133
+ msgid "Name"
3134
+ msgstr "Nom"
3135
+
3136
+ #: core/class-settings.php:238
3137
+ msgctxt "admin settings"
3138
+ msgid "Slug"
3139
+ msgstr "Identifiant"
3140
+
3141
+ #: core/class-settings.php:239
3142
+ msgctxt "admin settings"
3143
+ msgid "Listing Count"
3144
+ msgstr "Compteur d'annonce"
3145
+
3146
+ #: core/class-settings.php:241
3147
+ msgctxt "admin settings"
3148
+ msgid "Sort order for categories"
3149
+ msgstr "Ordre de tri pour les catégories"
3150
+
3151
+ #: core/class-settings.php:242 core/class-settings.php:259
3152
+ msgctxt "admin settings"
3153
+ msgid "Ascending"
3154
+ msgstr "Ascendant"
3155
+
3156
+ #: core/class-settings.php:242 core/class-settings.php:259
3157
+ msgctxt "admin settings"
3158
+ msgid "Descending"
3159
+ msgstr "Descendant"
3160
+
3161
+ #: core/class-settings.php:243
3162
+ msgctxt "admin settings"
3163
+ msgid "Show category post count?"
3164
+ msgstr "Montrer les catégories paar messages postés?"
3165
+
3166
+ #: core/class-settings.php:244
3167
+ msgctxt "admin settings"
3168
+ msgid "Hide empty categories?"
3169
+ msgstr "Cacher les catégories vides?"
3170
+
3171
+ #: core/class-settings.php:245
3172
+ msgctxt "admin settings"
3173
+ msgid "Show only parent categories in category list?"
3174
+ msgstr ""
3175
+ "Montrer seulement les catégories parentes dans la liste des catégories?"
3176
+
3177
+ #: core/class-settings.php:247
3178
+ msgctxt "admin settings"
3179
+ msgid "Listings Sorting"
3180
+ msgstr "Tri des annonces"
3181
+
3182
+ #: core/class-settings.php:248
3183
+ msgctxt "admin settings"
3184
+ msgid "Order directory listings by"
3185
+ msgstr "Ordonner les annonces de l'annuaire par"
3186
+
3187
+ #: core/class-settings.php:250
3188
+ msgctxt "admin settings"
3189
+ msgid "Title"
3190
+ msgstr "Titre"
3191
+
3192
+ #: core/class-settings.php:251
3193
+ msgctxt "admin settings"
3194
+ msgid "Author"
3195
+ msgstr "Auteur"
3196
+
3197
+ #: core/class-settings.php:252
3198
+ msgctxt "admin settings"
3199
+ msgid "Date posted"
3200
+ msgstr "Date d'ajout"
3201
+
3202
+ #: core/class-settings.php:253
3203
+ msgctxt "admin settings"
3204
+ msgid "Date last modified"
3205
+ msgstr "Date de dernière modification"
3206
+
3207
+ #: core/class-settings.php:254
3208
+ msgctxt "admin settings"
3209
+ msgid "Random"
3210
+ msgstr "Aléatoire"
3211
+
3212
+ #: core/class-settings.php:255
3213
+ msgctxt "admin settings"
3214
+ msgid "Paid first then free"
3215
+ msgstr "Payez pour en disposer gratuitement"
3216
+
3217
+ #: core/class-settings.php:257
3218
+ msgctxt "admin settings"
3219
+ msgid "Sort directory listings by"
3220
+ msgstr "Trier les annonces de l'annuaaire par"
3221
+
3222
+ #: core/class-settings.php:258
3223
+ msgctxt "admin settings"
3224
+ msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
3225
+ msgstr ""
3226
+ "Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
3227
+
3228
+ #: core/class-settings.php:263
3229
+ msgctxt "admin settings"
3230
+ msgid "Enable sort bar?"
3231
+ msgstr "Activer la barre de tri?"
3232
+
3233
+ #: core/class-settings.php:268
3234
+ msgctxt "admin settings"
3235
+ msgid "Sortbar Fields"
3236
+ msgstr "Champs de la barre de tri"
3237
+
3238
+ #: core/class-settings.php:277
3239
+ msgctxt "admin settings"
3240
+ msgid "Featured (Sticky) listing settings"
3241
+ msgstr "Paramètres sélectionnés (Post-it) des annonces"
3242
+
3243
+ #: core/class-settings.php:278
3244
+ msgctxt "admin settings"
3245
+ msgid "Offer sticky listings?"
3246
+ msgstr "Proposer des annonces par Post-it?"
3247
+
3248
+ #: core/class-settings.php:279
3249
+ msgctxt "admin settings"
3250
+ msgid "Offer upgrades during submit process?"
3251
+ msgstr "Proposer des améliorations durant le processus de soumission?"
3252
+
3253
+ #: core/class-settings.php:280
3254
+ msgctxt "admin settings"
3255
+ msgid "Sticky listing price"
3256
+ msgstr "Prix des annonces en Post-it"
3257
+
3258
+ #: core/class-settings.php:281
3259
+ msgctxt "admin settings"
3260
+ msgid "Sticky listing page description text"
3261
+ msgstr "Texte de description de la page aannonce en Post-it"
3262
+
3263
+ #: core/class-settings.php:282
3264
+ msgctxt "admin settings"
3265
+ msgid ""
3266
+ "You can upgrade your listing to featured status. Featured listings will "
3267
+ "always appear on top of regular listings."
3268
+ msgstr ""
3269
+ "Vous pouvez mettre à jour votre annonce vers un statut prioritaire. Les "
3270
+ "annonces ainsi traitées vont toujours apparaître avant les annonces "
3271
+ "courantes."
3272
+
3273
+ #: core/class-settings.php:287
3274
+ msgctxt "admin settings"
3275
+ msgid "E-Mail"
3276
+ msgstr "E-Mail"
3277
+
3278
+ #: core/class-settings.php:291
3279
+ msgctxt "admin settings"
3280
+ msgid "Display email address fields publicly?"
3281
+ msgstr "Affichage des champs d'adresses e-mail au public?"
3282
+
3283
+ #: core/class-settings.php:294
3284
+ msgctxt "admin settings"
3285
+ msgid ""
3286
+ "Shows the email address of the listing owner to all web users. NOT "
3287
+ "RECOMMENDED as this increases spam to the address and allows spam bots to "
3288
+ "harvest it for future use."
3289
+ msgstr ""
3290
+ "Affiche l'adresse email du propriétaire de la liste à tous les utilisateurs "
3291
+ "du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en question et "
3292
+ "permet aux spam bots de la récolter pour une utilisation future."
3293
+
3294
+ #: core/class-settings.php:297
3295
+ msgctxt "admin settings"
3296
+ msgid "How to determine the listing's email address?"
3297
+ msgstr "Comment définir l'adresse e-mail de l'annonce?"
3298
+
3299
+ #: core/class-settings.php:300
3300
+ msgctxt "admin settings"
3301
+ msgid ""
3302
+ "This affects emails sent to listing owners via contact forms or when their "
3303
+ "listings expire."
3304
+ msgstr ""
3305
+ "Cela affecte l'envoie des emails aux propriétaires des listes via le "
3306
+ "formulaire de contact ou quand leurs annonces expirent."
3307
+
3308
+ #: core/class-settings.php:307
3309
+ msgctxt "admin settings"
3310
+ msgid "E-Mail Notifications"
3311
+ msgstr "Notification mail"
3312
+
3313
+ #: core/class-settings.php:310
3314
+ msgctxt "admin settings"
3315
+ msgid "Notify admin via e-mail when..."
3316
+ msgstr "Prévenir l'administrateur via courriel quand..."
3317
+
3318
+ #: core/class-settings.php:314
3319
+ msgctxt "admin settings"
3320
+ msgid "A new listing is submitted."
3321
+ msgstr "Une nouvelle annonce a été soumise."
3322
+
3323
+ #: core/class-settings.php:315
3324
+ msgctxt "admin settings"
3325
+ msgid "A listing is edited."
3326
+ msgstr "Une annonce est édité."
3327
+
3328
+ #: core/class-settings.php:316
3329
+ msgctxt "admin settings"
3330
+ msgid "A listing expires."
3331
+ msgstr "Une annonce expire."
3332
+
3333
+ #: core/class-settings.php:317
3334
+ msgctxt "admin settings"
3335
+ msgid "A contact message is sent to a listing's owner."
3336
+ msgstr "Un message de contact est envoyé a un propriétaire d'annonce."
3337
+
3338
+ #: core/class-settings.php:323
3339
+ msgctxt "admin settings"
3340
+ msgid "CC this e-mail address too"
3341
+ msgstr "CC cette adresse mail aussi"
3342
+
3343
+ #: core/class-settings.php:329
3344
+ msgctxt "admin settings"
3345
+ msgid "Notify users via e-mail when..."
3346
+ msgstr "Prévenir les utilisateurs via courriel quand..."
3347
+
3348
+ #: core/class-settings.php:332
3349
+ msgctxt "admin settings"
3350
+ msgid "You can modify the text template used for most of these e-mails below."
3351
+ msgstr ""
3352
+ "Vous pouvez modifier le modèle de texte utilisé pour la plupart de ces e-"
3353
+ "mails ci-dessous."
3354
+
3355
+ #: core/class-settings.php:333
3356
+ msgctxt "admin settings"
3357
+ msgid "Their listing is submitted."
3358
+ msgstr "Leur annonce est soumise."
3359
+
3360
+ #: core/class-settings.php:334
3361
+ msgctxt "admin settings"
3362
+ msgid "Their listing is approved/published."
3363
+ msgstr "Leur annonce est approuvée/publiée"
3364
+
3365
+ #: core/class-settings.php:343
3366
+ msgctxt "contact email"
3367
+ msgid "You have received a reply from your listing at %s."
3368
+ msgstr "Vous avez reçu une réponse à votre annonce de %s."
3369
+
3370
+ #: core/class-settings.php:344
3371
+ msgctxt "contact email"
3372
+ msgid "Name: %s"
3373
+ msgstr "Nom: %s"
3374
+
3375
+ #: core/class-settings.php:345
3376
+ msgctxt "contact email"
3377
+ msgid "E-Mail: %s"
3378
+ msgstr "E-Mail: %s"
3379
+
3380
+ #: core/class-settings.php:346
3381
+ msgctxt "contact email"
3382
+ msgid "Message:"
3383
+ msgstr "Message:"
3384
+
3385
+ #: core/class-settings.php:348
3386
+ msgctxt "contact email"
3387
+ msgid "Time: %s"
3388
+ msgstr "Date: %s"
3389
+
3390
+ #: core/class-settings.php:350
3391
+ msgctxt "admin settings"
3392
+ msgid "E-Mail Templates"
3393
+ msgstr "Template d'E-Mail"
3394
+
3395
+ #: core/class-settings.php:353
3396
+ msgctxt "admin settings"
3397
+ msgid "Email confirmation message"
3398
+ msgstr "Message de confirmation par E-Mail"
3399
+
3400
+ #: core/class-settings.php:357
3401
+ msgctxt "admin settings"
3402
+ msgid "Sent after a listing has been submitted."
3403
+ msgstr "Envoyer après qu'une annonce ait été soumise"
3404
+
3405
+ #: core/class-settings.php:358 core/class-settings.php:366
3406
+ #: core/class-settings.php:407
3407
+ msgctxt "admin settings"
3408
+ msgid "Listing's title"
3409
+ msgstr "Titre de l'annonce"
3410
+
3411
+ #: core/class-settings.php:361
3412
+ msgctxt "admin settings"
3413
+ msgid "Listing published message"
3414
+ msgstr "Message publié de l'annonce"
3415
+
3416
+ #: core/class-settings.php:364
3417
+ msgctxt "admin settings"
3418
+ msgid ""
3419
+ "Your listing \"[listing]\" is now available at [listing-url] and can be "
3420
+ "viewed by the public."
3421
+ msgstr ""
3422
+ "Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
3423
+ "elle peut être vu par tout le monde."
3424
+
3425
+ #: core/class-settings.php:365
3426
+ msgctxt "admin settings"
3427
+ msgid "Sent when the listing has been published or approved by an admin."
3428
+ msgstr ""
3429
+ "Envoyer lorsque la liste a été publiée ou approuvée par un administrateur."
3430
+
3431
+ #: core/class-settings.php:367
3432
+ msgctxt "admin settings"
3433
+ msgid "Listing's URL"
3434
+ msgstr "Url de l'annonce"
3435
+
3436
+ #: core/class-settings.php:371
3437
+ msgctxt "admin settings"
3438
+ msgid "Listing Contact Message"
3439
+ msgstr "Listage des messages de contact"
3440
+
3441
+ #: core/class-settings.php:375
3442
+ msgctxt "admin settings"
3443
+ msgid ""
3444
+ "Sent to listing owners when someone uses the contact form on their listing "
3445
+ "pages."
3446
+ msgstr ""
3447
+ "Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
3448
+ "de contact sur leurs pages d'aannonces."
3449
+
3450
+ #: core/class-settings.php:385
3451
+ msgctxt "admin settings"
3452
+ msgid "Payment related"
3453
+ msgstr "Paiement lié"
3454
+
3455
+ #: core/class-settings.php:402
3456
+ msgctxt "admin settings"
3457
+ msgid "Payment abandoned reminder message"
3458
+ msgstr "Paiement abandonné, message de rappel"
3459
+
3460
+ #: core/class-settings.php:406
3461
+ msgctxt "admin settings"
3462
+ msgid "Sent some time after a pending payment is abandoned by users."
3463
+ msgstr ""
3464
+ "Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
3465
+ "par les utilisateurs."
3466
+
3467
+ #: core/class-settings.php:408
3468
+ msgctxt "admin settings"
3469
+ msgid "Checkout URL link"
3470
+ msgstr "Vérificateur de lien URL"
3471
+
3472
+ #: core/class-settings.php:414
3473
+ msgctxt "admin settings"
3474
+ msgid "Renewal Reminders"
3475
+ msgstr "Renouveller les rappels"
3476
+
3477
+ #: core/class-settings.php:417
3478
+ msgctxt "admin settings"
3479
+ msgid ""
3480
+ "This section refers only to the text of the renewal/expiration notices. You "
3481
+ "can also <a>configure when the e-mails are sent</a>."
3482
+ msgstr ""
3483
+ "Cette section se réfère uniquement au texte des avis de renouvellement / "
3484
+ "d'expiration. Vous pouvez également configurer <a> quand les e-mails seront "
3485
+ "envoyés </a>."
3486
+
3487
+ #: core/class-settings.php:421
3488
+ msgctxt "admin settings"
3489
+ msgid "Pending expiration e-mail message"
3490
+ msgstr "Expiration imminente du mail"
3491
+
3492
+ #: core/class-settings.php:425
3493
+ msgctxt "settings"
3494
+ msgid ""
3495
+ "Sent some time before the listing expires. Applies to non-recurring renewals "
3496
+ "only."
3497
+ msgstr ""
3498
+ "Envoyé quelque temps avant l'expiration de la liste. Valable seulement pour "
3499
+ "les renouvellements non-récurrents."
3500
+
3501
+ #: core/class-settings.php:426 core/class-settings.php:439
3502
+ #: core/class-settings.php:452 core/class-settings.php:465
3503
+ #: core/class-settings.php:478
3504
+ msgctxt "settings"
3505
+ msgid "Listing's name (with link)"
3506
+ msgstr "Nom de l'annonce (avec lien)"
3507
+
3508
+ #: core/class-settings.php:427 core/class-settings.php:440
3509
+ #: core/class-settings.php:453 core/class-settings.php:466
3510
+ #: core/class-settings.php:479
3511
+ msgctxt "settings"
3512
+ msgid "Author's name"
3513
+ msgstr "Nom de l'auteur"
3514
+
3515
+ #: core/class-settings.php:428 core/class-settings.php:441
3516
+ #: core/class-settings.php:480
3517
+ msgctxt "settings"
3518
+ msgid "Expiration date"
3519
+ msgstr "Date d'expiration"
3520
+
3521
+ #: core/class-settings.php:429
3522
+ msgctxt "settings"
3523
+ msgid "Category that is going to expire"
3524
+ msgstr "Catégorier qui va expirer"
3525
+
3526
+ #: core/class-settings.php:430 core/class-settings.php:443
3527
+ #: core/class-settings.php:482
3528
+ msgctxt "settings"
3529
+ msgid "Link to renewal page"
3530
+ msgstr "Lien pour renouveller la page"
3531
+
3532
+ #: core/class-settings.php:431 core/class-settings.php:444
3533
+ #: core/class-settings.php:456 core/class-settings.php:469
3534
+ #: core/class-settings.php:483
3535
+ msgctxt "settings"
3536
+ msgid "Link to your site"
3537
+ msgstr "Lien vers votre site"
3538
+
3539
+ #: core/class-settings.php:434
3540
+ msgctxt "admin settings"
3541
+ msgid "Listing Renewal e-mail message"
3542
+ msgstr "Message mail de renouvellement d'annonce"
3543
+
3544
+ #: core/class-settings.php:438
3545
+ msgctxt "settings"
3546
+ msgid ""
3547
+ "Sent at the time of listing expiration. Applies to non-recurring renewals "
3548
+ "only."
3549
+ msgstr ""
3550
+ "Envoyé au moment de l'expiration de l'annonce. Seulement valable pour les "
3551
+ "renouvellements non-récurrents."
3552
+
3553
+ #: core/class-settings.php:442 core/class-settings.php:481
3554
+ msgctxt "settings"
3555
+ msgid "Category that expired"
3556
+ msgstr "Catégories qui ont expiré"
3557
+
3558
+ #: core/class-settings.php:447
3559
+ msgctxt "admin settings"
3560
+ msgid "Listing auto-renewal reminder (recurring payments)"
3561
+ msgstr "Rappel d'auto-renouvellement des annonces (paiements récurrents)"
3562
+
3563
+ #: core/class-settings.php:451
3564
+ msgctxt "settings"
3565
+ msgid ""
3566
+ "Sent some time before the listing is auto-renewed. Applies to recurring "
3567
+ "renewals only."
3568
+ msgstr ""
3569
+ "Envoyé un certain temps avant que la liste est auto-renouvellement. Valable "
3570
+ "pour les renouvellements périodiques seulement."
3571
+
3572
+ #: core/class-settings.php:454 core/class-settings.php:468
3573
+ msgctxt "settings"
3574
+ msgid "Renewal date"
3575
+ msgstr "Date de renouvellement"
3576
+
3577
+ #: core/class-settings.php:455
3578
+ msgctxt "settings"
3579
+ msgid "Category that is going to be renewed"
3580
+ msgstr "Catégories qui vont être renouvelées"
3581
+
3582
+ #: core/class-settings.php:457
3583
+ msgctxt "settings"
3584
+ msgid "Link to manage subscriptions"
3585
+ msgstr "Lien pour gérer les abonnements"
3586
+
3587
+ #: core/class-settings.php:460
3588
+ msgctxt "admin settings"
3589
+ msgid "Listing Renewal e-mail message (recurring payments)"
3590
+ msgstr "Renouvellement des annonces par mail (paiements récurrents)"
3591
+
3592
+ #: core/class-settings.php:464
3593
+ msgctxt "settings"
3594
+ msgid ""
3595
+ "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3596
+ msgstr ""
3597
+ "Envoyé dès que les annonces se soient auto-renouvellées. Appliqué aux "
3598
+ "paiements récurrents seulement."
3599
+
3600
+ #: core/class-settings.php:467
3601
+ msgctxt "settings"
3602
+ msgid "Renewed category"
3603
+ msgstr "Catégories renouvellées"
3604
+
3605
+ #: core/class-settings.php:473
3606
+ msgctxt "admin settings"
3607
+ msgid "Renewal reminder e-mail message"
3608
+ msgstr "Rennouveller le rappel par mail"
3609
+
3610
+ #: core/class-settings.php:477
3611
+ msgctxt "settings"
3612
+ msgid ""
3613
+ "Sent some time after listing expiration and when no renewal has occurred. "
3614
+ "Applies to both recurring and non-recurring renewals."
3615
+ msgstr ""
3616
+ "Envoyé quelque temps après l'expiration de l'annonce et lorsque le "
3617
+ "renouvellement n'a pas eu lieu. Valable pour deux renouvellements récurrents "
3618
+ "et non récurrents."
3619
+
3620
+ #: core/class-settings.php:487
3621
+ msgctxt "admin settings"
3622
+ msgid "Payment"
3623
+ msgstr "Paiement"
3624
+
3625
+ #: core/class-settings.php:488
3626
+ msgctxt "admin settings"
3627
+ msgid "Payment Settings"
3628
+ msgstr "Paramètres de paiement"
3629
+
3630
+ #: core/class-settings.php:491
3631
+ msgctxt "admin settings"
3632
+ msgid "Turn On payments?"
3633
+ msgstr "Activer les paiements?"
3634
+
3635
+ #: core/class-settings.php:493
3636
+ msgctxt "admin settings"
3637
+ msgid "Put payment gateways in test mode?"
3638
+ msgstr "Passer les passerelles de paiement en mode test?"
3639
+
3640
+ #: core/class-settings.php:498
3641
+ msgctxt "admin settings"
3642
+ msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3643
+ msgstr ""
3644
+ "Effectuer la vérification sur la version sécurisée (HTTPS) de votre site?"
3645
+
3646
+ #: core/class-settings.php:501
3647
+ msgctxt "admin settings"
3648
+ msgid ""
3649
+ "Recommended for added security. For this to work you need to enable HTTPS on "
3650
+ "your server and <a>obtain an SSL certificate</a>."
3651
+ msgstr ""
3652
+ "Recommandé pour une sécurité accrue. Pour que cela fonctionne, vous devez "
3653
+ "activer HTTPS sur votre serveur et <a> obtenir un certificat SSL </a>."
3654
+
3655
+ #: core/class-settings.php:505
3656
+ msgctxt "admin settings"
3657
+ msgid "Currency Code"
3658
+ msgstr "Code de devise"
3659
+
3660
+ #: core/class-settings.php:507
3661
+ msgctxt "admin settings"
3662
+ msgid "Australian Dollar (AUD)"
3663
+ msgstr "Dollar Australien (AUD)"
3664
+
3665
+ #: core/class-settings.php:508
3666
+ msgctxt "admin settings"
3667
+ msgid "Brazilian Real (BRL)"
3668
+ msgstr "Real Brésilien (BRL)"
3669
+
3670
+ #: core/class-settings.php:509
3671
+ msgctxt "admin settings"
3672
+ msgid "Canadian Dollar (CAD)"
3673
+ msgstr "Dollar Canadien (CAD)"
3674
+
3675
+ #: core/class-settings.php:510
3676
+ msgctxt "admin settings"
3677
+ msgid "Czech Koruna (CZK)"
3678
+ msgstr "Couronne Tchèque (CZK)"
3679
+
3680
+ #: core/class-settings.php:511
3681
+ msgctxt "admin settings"
3682
+ msgid "Danish Krone (DKK)"
3683
+ msgstr "Couronne Danoise (DKK)"
3684
+
3685
+ #: core/class-settings.php:512
3686
+ msgctxt "admin settings"
3687
+ msgid "Euro (EUR)"
3688
+ msgstr "Euro (EUR)"
3689
+
3690
+ #: core/class-settings.php:513
3691
+ msgctxt "admin settings"
3692
+ msgid "Hong Kong Dollar (HKD)"
3693
+ msgstr "Dollar de Hong Kong(HKD)"
3694
+
3695
+ #: core/class-settings.php:514
3696
+ msgctxt "admin settings"
3697
+ msgid "Hungarian Forint (HUF)"
3698
+ msgstr "Forint Hongrois (HUF)"
3699
+
3700
+ #: core/class-settings.php:515
3701
+ msgctxt "admin settings"
3702
+ msgid "Israeli New Shequel (ILS)"
3703
+ msgstr "Nouveau Shequel Israélien (ILS)"
3704
+
3705
+ #: core/class-settings.php:516
3706
+ msgctxt "admin settings"
3707
+ msgid "Japanese Yen (JPY)"
3708
+ msgstr "Yen Japonais (JPY)"
3709
+
3710
+ #: core/class-settings.php:517
3711
+ msgctxt "admin settings"
3712
+ msgid "Malasian Ringgit (MYR)"
3713
+ msgstr "Ringgit Malaisien (MYR)"
3714
+
3715
+ #: core/class-settings.php:518
3716
+ msgctxt "admin settings"
3717
+ msgid "Mexican Peso (MXN)"
3718
+ msgstr "Peso Mexicain (MXN)"
3719
+
3720
+ #: core/class-settings.php:519
3721
+ msgctxt "admin settings"
3722
+ msgid "Norwegian Krone (NOK)"
3723
+ msgstr "Couronne Norvégienne (NOK)"
3724
+
3725
+ #: core/class-settings.php:520
3726
+ msgctxt "admin settings"
3727
+ msgid "New Zealand Dollar (NZD)"
3728
+ msgstr "Dollar Néo-Zélandais (NZD)"
3729
+
3730
+ #: core/class-settings.php:521
3731
+ msgctxt "admin settings"
3732
+ msgid "Philippine Peso (PHP)"
3733
+ msgstr "Peso Phillipin (PHP)"
3734
+
3735
+ #: core/class-settings.php:522
3736
+ msgctxt "admin settings"
3737
+ msgid "Polish Zloty (PLN)"
3738
+ msgstr "Zloty Polonais (PLN)"
3739
+
3740
+ #: core/class-settings.php:523
3741
+ msgctxt "admin settings"
3742
+ msgid "Pound Sterling (GBP)"
3743
+ msgstr "Livre Sterling (GBP)"
3744
+
3745
+ #: core/class-settings.php:524
3746
+ msgctxt "admin settings"
3747
+ msgid "Singapore Dollar (SGD)"
3748
+ msgstr "Dollar Singaporien (SGD)"
3749
+
3750
+ #: core/class-settings.php:525
3751
+ msgctxt "admin settings"
3752
+ msgid "Swedish Krona (SEK)"
3753
+ msgstr "Couronne Suédoise (SEK)"
3754
+
3755
+ #: core/class-settings.php:526
3756
+ msgctxt "admin settings"
3757
+ msgid "Swiss Franc (CHF)"
3758
+ msgstr "Franc Suisse (CHF)"
3759
+
3760
+ #: core/class-settings.php:527
3761
+ msgctxt "admin settings"
3762
+ msgid "Taiwan Dollar (TWD)"
3763
+ msgstr "Dollar Taiwanais (TWD)"
3764
+
3765
+ #: core/class-settings.php:528
3766
+ msgctxt "admin settings"
3767
+ msgid "Thai Baht (THB)"
3768
+ msgstr "Baht Thaïlandais"
3769
+
3770
+ #: core/class-settings.php:529
3771
+ msgctxt "admin settings"
3772
+ msgid "Turkish Lira (TRY)"
3773
+ msgstr "Livre Turque (TRY)"
3774
+
3775
+ #: core/class-settings.php:530
3776
+ msgctxt "admin settings"
3777
+ msgid "U.S. Dollar"
3778
+ msgstr "Dollar U.S. "
3779
+
3780
+ #: core/class-settings.php:534
3781
+ msgctxt "admin settings"
3782
+ msgid "Currency Symbol"
3783
+ msgstr "Symbole actuel"
3784
+
3785
+ #: core/class-settings.php:537
3786
+ msgctxt "admin settings"
3787
+ msgid "Thank you for payment message"
3788
+ msgstr "Merci pour le message de paiement"
3789
+
3790
+ #: core/class-settings.php:538
3791
+ msgctxt "admin settings"
3792
+ msgid ""
3793
+ "Thank you for your payment. Your payment is being verified and your listing "
3794
+ "reviewed. The verification and review process could take up to 48 hours."
3795
+ msgstr ""
3796
+ "Merci pour votre paiement. Votre paiement est en cours de vérification et "
3797
+ "votre liste en revue. Le processus de vérification et d'examen peut prendre "
3798
+ "jusqu'à 48 heures."
3799
+
3800
+ #: core/class-settings.php:543
3801
+ msgctxt "admin settings"
3802
+ msgid "Ask users to come back for abandoned payments?"
3803
+ msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés?"
3804
+
3805
+ #: core/class-settings.php:546
3806
+ msgctxt "admin settings"
3807
+ msgid ""
3808
+ "An abandoned payment is when a user attempts to place a listing and gets to "
3809
+ "the end, but fails to complete their payment for the listing. This results "
3810
+ "in listings that look like they failed, when the user simply didn't complete "
3811
+ "the transaction. BD can remind them to come back and continue."
3812
+ msgstr ""
3813
+ "Un paiement est abandonnée lorsqu'un utilisateur tente de placer une annonce "
3814
+ "et arrive à la fin, mais ne parvient pas à terminer leur paiement pour "
3815
+ "l'inscription. Il en résulte des annonces qui semblent raté, lorsque "
3816
+ "l'utilisateur n'a tout simplement pas compléter la transaction. Le plugin "
3817
+ "peut peut rappeler les auteurs pour continuer la publication de leur annonce."
3818
+
3819
+ #: core/class-settings.php:552
3820
+ msgctxt "admin settings"
3821
+ msgid "Listing abandonment threshold (hours)"
3822
+ msgstr "Seuil d'abandon de l'annonce (heurs)"
3823
+
3824
+ #: core/class-settings.php:557
3825
+ msgctxt "admin settings"
3826
+ msgid ""
3827
+ "Listings with pending payments are marked as abandoned after this time. You "
3828
+ "can also <a>customize the e-mail</a> users receive."
3829
+ msgstr ""
3830
+ "Les annonces avec paiements en attente sont marquées comme abandonné après "
3831
+ "cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
3832
+ "utilisateurs reçoivent."
3833
+
3834
+ #: core/class-settings.php:563
3835
+ msgctxt "admin settings"
3836
+ msgid "Registration"
3837
+ msgstr "Enregistrement"
3838
+
3839
+ #: core/class-settings.php:564
3840
+ msgctxt "admin settings"
3841
+ msgid "Registration Settings"
3842
+ msgstr "Paramètres d'enregistrement"
3843
+
3844
+ #: core/class-settings.php:565
3845
+ msgctxt "admin settings"
3846
+ msgid "Require login to post listings?"
3847
+ msgstr "Connexion obligatoire pour poster une annonce?"
3848
+
3849
+ #: core/class-settings.php:570
3850
+ msgctxt "admin settings"
3851
+ msgid "Registration URL"
3852
+ msgstr "URL d'enregistrement"
3853
+
3854
+ #: core/class-settings.php:573
3855
+ msgctxt "admin settings"
3856
+ msgid ""
3857
+ "URL of your membership plugin's registration page. Only enter this if using "
3858
+ "a membership plugin or custom registration page."
3859
+ msgstr ""
3860
+ "URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
3861
+ "ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
3862
+ "personnalisée."
3863
+
3864
+ #: core/class-settings.php:577
3865
+ msgctxt "admin settings"
3866
+ msgid "Image"
3867
+ msgstr "Image"
3868
+
3869
+ #: core/class-settings.php:578
3870
+ msgctxt "admin settings"
3871
+ msgid ""
3872
+ "Any changes to these settings will affect new listings only. Existing "
3873
+ "listings will not be affected. If you wish to change existing listings, you "
3874
+ "will need to re-upload the image(s) on that listing after changing things "
3875
+ "here."
3876
+ msgstr ""
3877
+ "Toute modification de ces paramètres ne toucheront que les nouvelles "
3878
+ "inscriptions. Les annonces existantes ne seront pas affectés. Si vous "
3879
+ "souhaitez modifier des annonces existantes, vous aurez besoin de re-"
3880
+ "télécharger l'image (s) sur cette annonce, après avoir cfait les "
3881
+ "modifications voulue."
3882
+
3883
+ #: core/class-settings.php:579
3884
+ msgctxt "admin settings"
3885
+ msgid "Image Settings"
3886
+ msgstr "Paraamètres des images"
3887
+
3888
+ #: core/class-settings.php:580
3889
+ msgctxt "admin settings"
3890
+ msgid "Allow images?"
3891
+ msgstr "Autoriser les images?"
3892
+
3893
+ #: core/class-settings.php:582
3894
+ msgctxt "admin settings"
3895
+ msgid "Min Image File Size (KB)"
3896
+ msgstr "Taille minnimal des fichiers images (KB)"
3897
+
3898
+ #: core/class-settings.php:583
3899
+ msgctxt "admin settings"
3900
+ msgid "Max Image File Size (KB)"
3901
+ msgstr "Taille maximal des fichiers images (KB)"
3902
+
3903
+ #: core/class-settings.php:585
3904
+ msgctxt "admin settings"
3905
+ msgid "Min image width (px)"
3906
+ msgstr "Largeur minnimal des images (px)"
3907
+
3908
+ #: core/class-settings.php:586
3909
+ msgctxt "admin settings"
3910
+ msgid "Min image height (px)"
3911
+ msgstr "Hauteur minnimal des images (px)"
3912
+
3913
+ #: core/class-settings.php:588
3914
+ msgctxt "admin settings"
3915
+ msgid "Max image width (px)"
3916
+ msgstr "Largeur maximal des images (px)"
3917
+
3918
+ #: core/class-settings.php:589
3919
+ msgctxt "admin settings"
3920
+ msgid "Max image height (px)"
3921
+ msgstr "Hauteur maximal des images (px)"
3922
+
3923
+ #: core/class-settings.php:591
3924
+ msgctxt "admin settings"
3925
+ msgid "Turn on thickbox/lightbox?"
3926
+ msgstr "Activer thickbox/lightbox?"
3927
+
3928
+ #: core/class-settings.php:591
3929
+ msgctxt "admin settings"
3930
+ msgid ""
3931
+ "Uncheck if it conflicts with other elements or plugins installed on your site"
3932
+ msgstr ""
3933
+ "Décochez si vela entre en conflit avec d'autres éléments ou plugins "
3934
+ "installés sur votre site"
3935
+
3936
+ #: core/class-settings.php:593
3937
+ msgctxt "admin settings"
3938
+ msgid "Thumbnails"
3939
+ msgstr "Miniatures"
3940
+
3941
+ #: core/class-settings.php:594
3942
+ msgctxt "admin settings"
3943
+ msgid "Thumbnail width (px)"
3944
+ msgstr "Largeur des miniatures (en pixel)"
3945
+
3946
+ #: core/class-settings.php:595
3947
+ msgctxt "admin settings"
3948
+ msgid "Thumbnail height (px)"
3949
+ msgstr "Hauteur des miniatures (en pixel)"
3950
+
3951
+ #: core/class-settings.php:598
3952
+ msgctxt "admin settings"
3953
+ msgid "Crop thumbnails to exact dimensions?"
3954
+ msgstr "Recadrer les miniatures aux dimensions exacts?"
3955
+
3956
+ #: core/class-settings.php:601
3957
+ msgctxt "admin settings"
3958
+ msgid ""
3959
+ "When enabled images will match exactly the dimensions above but part of the "
3960
+ "image may be cropped out. If disabled, image thumbnails will be resized to "
3961
+ "match the specified width and their height will be adjusted proportionally. "
3962
+ "Depending on the uploaded images, thumbnails may have different heights."
3963
+ msgstr ""
3964
+ "Lorsque ce sera activé, les images correspondront exactement aux dimensions "
3965
+ "ci-dessus, mais une partie de l'image peut être rognée. Si elle est "
3966
+ "désactivée, les miniatures des images seront redimensionnées pour "
3967
+ "correspondre à la largeur spécifiée et leur hauteur seront ajustés "
3968
+ "proportionnellement. Selon les images téléchargées, les miniatures peuvent "
3969
+ "avoir différentes hauteurs."
3970
+
3971
+ #: core/class-settings.php:607
3972
+ msgctxt "admin settings"
3973
+ msgid "Number of free images"
3974
+ msgstr "Nombre d'images gratuites"
3975
+
3976
+ #: core/class-settings.php:612
3977
+ msgctxt "admin settings"
3978
+ msgid ""
3979
+ "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3980
+ "a> instead of this setting, which is ignored for paid listings."
3981
+ msgstr ""
3982
+ "Pour que les images des annonces soient payantes, configurer le par ajout "
3983
+ "ou modification d'un <a>plan de frais</a> au lieu de ce paramètre, qui est "
3984
+ "ignoré pour les annonces payées."
3985
+
3986
+ #: core/class-settings.php:613
3987
+ msgctxt "admin settings"
3988
+ msgid "Use default picture for listings with no picture?"
3989
+ msgstr "Utiliser l'image par défault pour les annonces sans images?"
3990
+
3991
+ #: core/class-settings.php:614
3992
+ msgctxt "admin settings"
3993
+ msgid "Show Thumbnail on main listings page?"
3994
+ msgstr "Montrer les miniatures sur page principale des annonces?"
3995
+
3996
+ #: core/class-settings.php:670
3997
+ msgctxt "admin settings"
3998
+ msgid ""
3999
+ "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
4000
+ "not activated."
4001
+ msgstr ""
4002
+ "Impossible de copier le plugin de compatibilité AJAX \"% s\". Le mode de "
4003
+ "compatibilité n'a pas été activée."
4004
+
4005
+ #: core/class-settings.php:678
4006
+ msgctxt "admin settings"
4007
+ msgid ""
4008
+ "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
4009
+ "be created."
4010
+ msgstr ""
4011
+ "Impossible d'activer le mode de compatibilité AJAX: le répertoire \"% s \" "
4012
+ "ne peux pas être créé."
4013
+
4014
+ #: core/class-settings.php:687
4015
+ msgctxt "admin settings"
4016
+ msgid ""
4017
+ "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
4018
+ "\". Please remove the file \"%s\" manually or deactivate the plugin."
4019
+ msgstr ""
4020
+ "Impossible de supprimer le \"Module de comptabilité AJAX du plugin \". "
4021
+ "Veuillezt supprimer le fichier \"% s \" manuellement ou désactiver le plugin."
4022
+
4023
+ #: core/class-settings.php:986
4024
+ msgctxt "settings"
4025
+ msgid "Deactivate License"
4026
+ msgstr "Désactiver la license"
4027
+
4028
+ #: core/class-settings.php:988
4029
+ msgctxt "settings"
4030
+ msgid "Deactivating license..."
4031
+ msgstr "Désactivation de la license..."
4032
+
4033
+ #: core/class-settings.php:991
4034
+ msgctxt "settings"
4035
+ msgid "Activate License"
4036
+ msgstr "Activer la license"
4037
+
4038
+ #: core/class-settings.php:993
4039
+ msgctxt "settings"
4040
+ msgid "Activating license..."
4041
+ msgstr "Activation de la license"
4042
+
4043
+ #: core/class-settings.php:1017
4044
+ msgctxt "admin settings"
4045
+ msgid "Valid placeholders: %s"
4046
+ msgstr "Espaces réservés valides:% s"
4047
+
4048
+ #: core/class-settings.php:1051
4049
+ msgctxt "settings email"
4050
+ msgid "Click to edit e-mail"
4051
+ msgstr "Cliquer pour éditer l'e-mail"
4052
+
4053
+ #: core/class-settings.php:1052
4054
+ msgctxt "settings email"
4055
+ msgid "Click to edit"
4056
+ msgstr "Cliquer pour éditer"
4057
+
4058
+ #: core/class-settings.php:1065
4059
+ msgctxt "settings email"
4060
+ msgid "E-Mail Subject"
4061
+ msgstr "Sujet de l'e-mail"
4062
+
4063
+ #: core/class-settings.php:1076
4064
+ msgctxt "settings email"
4065
+ msgid "E-Mail Body"
4066
+ msgstr "Corps de l'e-mail"
4067
+
4068
+ #: core/class-settings.php:1087
4069
+ msgctxt "settings email"
4070
+ msgid "You can use the following placeholders:"
4071
+ msgstr "Vous pouvez utiliser les paramètres suivantes:"
4072
+
4073
+ #: core/class-settings.php:1110
4074
+ msgctxt "settings email"
4075
+ msgid "Preview e-mail"
4076
+ msgstr "E-mail précédents"
4077
+
4078
+ #: core/class-settings.php:1111
4079
+ msgctxt "settings email"
4080
+ msgid "Cancel"
4081
+ msgstr "Annuler"
4082
+
4083
+ #: core/class-settings.php:1112
4084
+ msgctxt "settings email"
4085
+ msgid "Save Changes"
4086
+ msgstr "Sauvegarder les changements"
4087
+
4088
+ #: core/class-settings.php:1131
4089
+ msgctxt "settings email"
4090
+ msgid "Site title"
4091
+ msgstr "Titre du site"
4092
+
4093
+ #: core/class-settings.php:1134
4094
+ msgctxt "settings email"
4095
+ msgid "Site title (with link)"
4096
+ msgstr "Titre du site (avec lien)"
4097
+
4098
+ #: core/class-settings.php:1137
4099
+ msgctxt "settings email"
4100
+ msgid "Site address (with link)"
4101
+ msgstr "Adresse du site (avec lien)"
4102
+
4103
+ #: core/class-settings.php:1140
4104
+ msgctxt "settings email"
4105
+ msgid "Directory URL (with link)"
4106
+ msgstr "Annuaire des URL (avec lien)"
4107
+
4108
+ #: core/class-settings.php:1143
4109
+ msgctxt "settings email"
4110
+ msgid "Current date"
4111
+ msgstr "Date actuelle"
4112
+
4113
+ #: core/class-settings.php:1146
4114
+ msgctxt "settings email"
4115
+ msgid "Current time"
4116
+ msgstr "Heure actuelle"
4117
+
4118
+ #: core/compatibility/class-navxt-integration.php:159
4119
+ #, fuzzy
4120
+ msgctxt "navxt"
4121
+ msgid "Submit Listing"
4122
+ msgstr "Soumettre l'annonce"
4123
+
4124
+ #: core/compatibility/class-navxt-integration.php:163
4125
+ #, fuzzy
4126
+ msgctxt "navxt"
4127
+ msgid "Edit Listing"
4128
+ msgstr "Editer l'aannonce"
4129
+
4130
+ #: core/compatibility/class-navxt-integration.php:167
4131
+ #, fuzzy
4132
+ msgctxt "navxt"
4133
+ msgid "Search"
4134
+ msgstr "Rechercher"
4135
+
4136
+ #: core/compatibility/deprecated.php:144
4137
+ msgid "View"
4138
+ msgstr "Vue"
4139
+
4140
+ #: core/compatibility/deprecated.php:147
4141
+ msgid "Edit"
4142
+ msgstr "Editer"
4143
+
4144
+ #: core/compatibility/deprecated.php:147
4145
+ msgid "Delete"
4146
+ msgstr "Effacer"
4147
+
4148
+ #: core/compatibility/deprecated.php:160
4149
+ msgid "Upgrade Listing"
4150
+ msgstr "Mettre à jour l'annonce"
4151
+
4152
+ #: core/compatibility/deprecated.php:214 core/templates-ui.php:182
4153
+ msgid "Submit A Listing"
4154
+ msgstr "Soumettre l'annonce"
4155
+
4156
+ #: core/compatibility/deprecated.php:227 core/templates-ui.php:191
4157
+ msgid "View Listings"
4158
+ msgstr "Vue des annonces"
4159
+
4160
+ #: core/compatibility/deprecated.php:238 core/templates-ui.php:201
4161
+ msgid "Directory"
4162
+ msgstr "Annuaire"
4163
+
4164
+ #: core/compatibility/templates/wpbusdirman-index-categories.php:12
4165
+ #: core/templates-ui.php:228
4166
+ msgctxt "templates"
4167
+ msgid "Search Listings"
4168
+ msgstr "Recherche d'annonces"
4169
+
4170
+ #: core/form-fields-types.php:12
4171
+ msgctxt "form-fields api"
4172
+ msgid "Textfield"
4173
+ msgstr "Champ texte"
4174
+
4175
+ #: core/form-fields-types.php:47
4176
+ msgctxt "form-fields api"
4177
+ msgid "Format 01/31/1969"
4178
+ msgstr "Format 01/31/1969"
4179
+
4180
+ #: core/form-fields-types.php:67
4181
+ msgctxt "form-fields api"
4182
+ msgid "URL Field"
4183
+ msgstr "Champ URL"
4184
+
4185
+ #: core/form-fields-types.php:84
4186
+ msgctxt "form-fields admin"
4187
+ msgid "Open link in a new window?"
4188
+ msgstr "Ouvrir le lien dans une nnouvelle fenêtre?"
4189
+
4190
+ #: core/form-fields-types.php:87
4191
+ msgctxt "form-fields admin"
4192
+ msgid "Use rel=\"nofollow\" when displaying the link?"
4193
+ msgstr "Utiliser rel=\"nofollow\" lors de l'affichage du lien?"
4194
+
4195
+ #: core/form-fields-types.php:191
4196
+ msgctxt "form-fields api"
4197
+ msgid "URL:"
4198
+ msgstr "URL:"
4199
+
4200
+ #: core/form-fields-types.php:198
4201
+ msgctxt "form-fields api"
4202
+ msgid "Link Text (optional):"
4203
+ msgstr "Lien texte (facultatif):"
4204
+
4205
+ #: core/form-fields-types.php:214
4206
+ msgctxt "form-fields api"
4207
+ msgid "Select List"
4208
+ msgstr "Sélectionnez une annonce"
4209
+
4210
+ #: core/form-fields-types.php:270
4211
+ msgctxt "form-fields-api category-select"
4212
+ msgid "-- Choose Terms --"
4213
+ msgstr "-- Choisissez les conditions --"
4214
+
4215
+ #: core/form-fields-types.php:270 core/form-fields-types.php:305
4216
+ msgctxt "form-fields-api category-select"
4217
+ msgid "-- Choose One --"
4218
+ msgstr "-- Choisisez en un --"
4219
+
4220
+ #: core/form-fields-types.php:340 core/form-fields-types.php:587
4221
+ #: core/form-fields-types.php:718
4222
+ msgctxt "form-fields admin"
4223
+ msgid "Field Options (for select lists, radio buttons and checkboxes)."
4224
+ msgstr ""
4225
+ "Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
4226
+ "à cocher)."
4227
+
4228
+ #: core/form-fields-types.php:351
4229
+ msgctxt "form-fields admin"
4230
+ msgid "Allow empty selection on search?"
4231
+ msgstr "Permettre la sélection vide sur la recherche?"
4232
+
4233
+ #: core/form-fields-types.php:368 core/form-fields-types.php:606
4234
+ #: core/form-fields-types.php:739
4235
+ msgctxt "form-fields admin"
4236
+ msgid "Field list of options is required."
4237
+ msgstr "Liste des champs d'options est nécessaire."
4238
+
4239
+ #: core/form-fields-types.php:448
4240
+ msgctxt "form-fields api"
4241
+ msgid "Textarea"
4242
+ msgstr "Zone de texte"
4243
+
4244
+ #: core/form-fields-types.php:477
4245
+ msgctxt "form-fields admin"
4246
+ msgid "Allow HTML input for this field?"
4247
+ msgstr "Autoriser les ajouts HTML dans ce champ?"
4248
+
4249
+ #: core/form-fields-types.php:481
4250
+ msgctxt "form-fields admin"
4251
+ msgid "Allow WordPress shortcodes in this field?"
4252
+ msgstr "Autoriser les shortcodes WordPress dans ce champ?"
4253
+
4254
+ #: core/form-fields-types.php:485
4255
+ msgctxt "form-fields admin"
4256
+ msgid ""
4257
+ "<b>Advanced users only!</b> Unless you've been told to change this, don't "
4258
+ "switch it unless you know what you're doing."
4259
+ msgstr ""
4260
+ "<b> Utilisateurs avancés seulement! </ b> Sauf si vous avez été dit de "
4261
+ "changer cela, ne le coupez pas sauf si vous savez ce que vous faites."
4262
+
4263
+ #: core/form-fields-types.php:486
4264
+ msgctxt "form-fields admin"
4265
+ msgid "Apply \"the_content\" filter before displaying this field?"
4266
+ msgstr "Appliquer le filtre \"the_content \" avant d'afficher ce champ?"
4267
+
4268
+ #: core/form-fields-types.php:528
4269
+ msgctxt "form-fields api"
4270
+ msgid "Radio button"
4271
+ msgstr "Bouton radio"
4272
+
4273
+ #: core/form-fields-types.php:634
4274
+ msgctxt "form-fields api"
4275
+ msgid "Multiple select list"
4276
+ msgstr "Sélection multiple d'annonce"
4277
+
4278
+ #: core/form-fields-types.php:639
4279
+ msgctxt "form-fields api"
4280
+ msgid "Multiselect List"
4281
+ msgstr "Multisélection d'annonce"
4282
+
4283
+ #: core/form-fields-types.php:655
4284
+ msgctxt "form-fields api"
4285
+ msgid "Checkbox"
4286
+ msgstr "Case à cocher"
4287
+
4288
+ #: core/form-fields-types.php:813
4289
+ msgctxt "form-fields api"
4290
+ msgid "Social Site (Twitter handle)"
4291
+ msgstr "Réseaux sociaux (Page twitter)"
4292
+
4293
+ #: core/form-fields-types.php:862
4294
+ msgctxt "form-fields api"
4295
+ msgid "Social Site (Facebook page)"
4296
+ msgstr "Réseaux sociaux (Page Facebook)"
4297
+
4298
+ #: core/form-fields-types.php:910
4299
+ msgctxt "form-fields api"
4300
+ msgid "Social Site (LinkedIn profile)"
4301
+ msgstr "Réseaux sociaux (Profile LinkedIn)"
4302
+
4303
+ #: core/form-fields-types.php:955
4304
+ msgctxt "form-fields api"
4305
+ msgid "Image (file upload)"
4306
+ msgstr "Image (fichier uploadé)"
4307
+
4308
+ #: core/form-fields-types.php:987
4309
+ msgctxt "form-fields-api"
4310
+ msgid "Remove"
4311
+ msgstr "Supprimer"
4312
+
4313
+ #: core/form-fields-types.php:1067
4314
+ #, fuzzy
4315
+ msgctxt "form-fields api"
4316
+ msgid "Date Field"
4317
+ msgstr "Mettre à jour le champ"
4318
+
4319
+ #: core/form-fields-types.php:1090
4320
+ msgid "%s (ex. %s)"
4321
+ msgstr ""
4322
+
4323
+ #: core/form-fields-types.php:1094
4324
+ #, fuzzy
4325
+ msgctxt "form-fields api"
4326
+ msgid "Date Format"
4327
+ msgstr "Date d'ajout"
4328
+
4329
+ #: core/form-fields.php:31
4330
+ msgctxt "form-fields api"
4331
+ msgid "Post Title"
4332
+ msgstr "Titre du message"
4333
+
4334
+ #: core/form-fields.php:32
4335
+ msgctxt "form-fields api"
4336
+ msgid "Post Content"
4337
+ msgstr "Contenu du message"
4338
+
4339
+ #: core/form-fields.php:33
4340
+ msgctxt "form-fields api"
4341
+ msgid "Post Excerpt"
4342
+ msgstr "Extrait du message"
4343
+
4344
+ #: core/form-fields.php:34
4345
+ msgctxt "form-fields api"
4346
+ msgid "Post Category"
4347
+ msgstr "Catégorie du message"
4348
+
4349
+ #: core/form-fields.php:35
4350
+ msgctxt "form-fields api"
4351
+ msgid "Post Tags"
4352
+ msgstr "Mots clés du message"
4353
+
4354
+ #: core/form-fields.php:36
4355
+ msgctxt "form-fields api"
4356
+ msgid "Post Metadata"
4357
+ msgstr "Métadonnées du message"
4358
+
4359
+ #: core/form-fields.php:38
4360
+ msgctxt "form-fields api"
4361
+ msgid "Custom"
4362
+ msgstr "Personnalisé"
4363
+
4364
+ #: core/form-fields.php:300
4365
+ msgid "Business Name"
4366
+ msgstr "Nom de l'entreprise"
4367
+
4368
+ #: core/form-fields.php:302
4369
+ msgid "Business Genre"
4370
+ msgstr "Domaine d'activité"
4371
+
4372
+ #: core/form-fields.php:304
4373
+ msgid "Short Business Description"
4374
+ msgstr "Brève description de l'entreprise"
4375
+
4376
+ #: core/form-fields.php:306
4377
+ msgid "Long Business Description"
4378
+ msgstr "Descrption exhaustive de l'entreprise"
4379
+
4380
+ #: core/form-fields.php:308
4381
+ msgid "Business Website Address"
4382
+ msgstr "Adresse du site de l'entreprise"
4383
+
4384
+ #: core/form-fields.php:310
4385
+ msgid "Business Phone Number"
4386
+ msgstr "Numéro de téléphone de l'entreprise"
4387
+
4388
+ #: core/form-fields.php:312
4389
+ msgid "Business Fax"
4390
+ msgstr "Fax de l'entreprise"
4391
+
4392
+ #: core/form-fields.php:314
4393
+ msgid "Business Contact Email"
4394
+ msgstr "Email de contact de l'entreprise"
4395
+
4396
+ #: core/form-fields.php:316
4397
+ msgid "Business Tags"
4398
+ msgstr "Mots clés de l'entreprise"
4399
+
4400
+ #: core/form-fields.php:411
4401
+ msgctxt "form-fields-api"
4402
+ msgid "Email Validator"
4403
+ msgstr "Validateur de l'email"
4404
+
4405
+ #: core/form-fields.php:412
4406
+ msgctxt "form-fields-api"
4407
+ msgid "URL Validator"
4408
+ msgstr "Validateur de l'url"
4409
+
4410
+ #: core/form-fields.php:413
4411
+ msgctxt "form-fields-api"
4412
+ msgid "Whole Number Validator"
4413
+ msgstr "Validateur de nombre entier"
4414
+
4415
+ #: core/form-fields.php:414
4416
+ msgctxt "form-fields-api"
4417
+ msgid "Decimal Number Validator"
4418
+ msgstr "Validateur de nombre à décimal"
4419
+
4420
+ #: core/form-fields.php:415
4421
+ msgctxt "form-fields-api"
4422
+ msgid "Date Validator"
4423
+ msgstr "Validateur de date"
4424
+
4425
+ #: core/form-fields.php:422
4426
+ msgctxt "form-fields-api validation"
4427
+ msgid "Field"
4428
+ msgstr "Champ"
4429
+
4430
+ #: core/form-fields.php:438 core/form-fields.php:442
4431
+ msgctxt "form-fields-api validation"
4432
+ msgid "%s is required."
4433
+ msgstr "%s est requis."
4434
+
4435
+ #: core/form-fields.php:451 core/form-fields.php:458
4436
+ msgctxt "form-fields-api validation"
4437
+ msgid "%s is badly formatted. Valid URL format required. Include http://"
4438
+ msgstr "%s est mal formaté. Un format valide d'url est requis."
4439
+
4440
+ #: core/form-fields.php:472
4441
+ msgctxt "form-fields-api validation"
4442
+ msgid "%s is badly formatted. Valid Email format required."
4443
+ msgstr "%s est mal formaté. Un format valide d'email est requis."
4444
+
4445
+ #: core/form-fields.php:478
4446
+ msgctxt "form-fields-api validation"
4447
+ msgid "%s must be a number. Decimal values are not allowed."
4448
+ msgstr "%s doit être un nombre. Les valeurs décimals ne sont pas autorisées."
4449
+
4450
+ #: core/form-fields.php:484
4451
+ msgctxt "form-fields-api validation"
4452
+ msgid "%s must be a number."
4453
+ msgstr "%s doit être un nombre"
4454
+
4455
+ #: core/form-fields.php:497
4456
+ #, fuzzy
4457
+ msgctxt "form-fields-api validation"
4458
+ msgid "%s must be in the format %s."
4459
+ msgstr "%s est invalide. "
4460
+
4461
+ #: core/form-fields.php:529
4462
+ #, fuzzy
4463
+ msgctxt "form-fields-api validation"
4464
+ msgid "%s must be a valid date."
4465
+ msgstr "%s doit être un nombre"
4466
+
4467
+ #: core/form-fields.php:540
4468
+ msgctxt "form-fields-api validation"
4469
+ msgid "%s is invalid. Value most be one of %s."
4470
+ msgstr "%s est invalide. "
4471
+
4472
+ #: core/gateways-authorize-net.php:19
4473
+ msgid "Activate Authorize.net?"
4474
+ msgstr "Activer Authorize.net?"
4475
+
4476
+ #: core/gateways-authorize-net.php:25
4477
+ msgid "Login ID"
4478
+ msgstr "ID de connexion"
4479
+
4480
+ #: core/gateways-authorize-net.php:29
4481
+ msgid "Transaction Key"
4482
+ msgstr "Clé de transaction"
4483
+
4484
+ #: core/gateways-authorize-net.php:40
4485
+ msgctxt "authorize-net"
4486
+ msgid "Login ID is missing."
4487
+ msgstr "ID de connexion est manquant."
4488
+
4489
+ #: core/gateways-authorize-net.php:43
4490
+ msgctxt "authorize-net"
4491
+ msgid "Transaction Key is missing."
4492
+ msgstr "La clé de transaction est manquante"
4493
+
4494
+ #: core/gateways-authorize-net.php:121
4495
+ msgctxt "authorize-net"
4496
+ msgid ""
4497
+ "The payment gateway didn't accept your credit card or billing information. "
4498
+ "The following reason was given: \"%s\"."
4499
+ msgstr ""
4500
+ "Le support de paiement n'a pas accepté votre carte de crédit ou vos "
4501
+ "informations de facturation. La raison est la suivante: \"%s \"."
4502
+
4503
+ #: core/gateways-authorize-net.php:125
4504
+ msgctxt "authorize-net"
4505
+ msgid ""
4506
+ "Your payment is being held for review by the payment gateway. The following "
4507
+ "reason was given: \"%s\"."
4508
+ msgstr ""
4509
+ "Votre paiement est en attente et examiné par le support de paiement. La "
4510
+ "raison est la suivante: \"%s \"."
4511
+
4512
+ #: core/gateways-authorize-net.php:128
4513
+ msgctxt "authorize-net"
4514
+ msgid "Payment was rejected. The following reason was given: \"%s\"."
4515
+ msgstr "Votre paiement a été rejetée. La raison est la suivante: \"%s \"."
4516
+
4517
+ #: core/gateways-authorize-net.php:176
4518
+ msgctxt "authorize-net"
4519
+ msgid "Could not process payment."
4520
+ msgstr "Impossible de procéder au paiement."
4521
+
4522
+ #: core/gateways-dummy.php:15
4523
+ msgctxt "dummy gateway"
4524
+ msgid "Dummy"
4525
+ msgstr "Factice"
4526
+
4527
+ #: core/gateways-dummy.php:38
4528
+ msgctxt "dummy gateway"
4529
+ msgid "Dummy Gateway"
4530
+ msgstr "Passerelle Factice"
4531
+
4532
+ #: core/gateways-dummy.php:39
4533
+ msgctxt "dummy gateway"
4534
+ msgid "New Status:"
4535
+ msgstr "Nouveau statut"
4536
+
4537
+ #: core/gateways-dummy.php:41
4538
+ msgctxt "dummy gateway"
4539
+ msgid "Completed"
4540
+ msgstr "Complété"
4541
+
4542
+ #: core/gateways-dummy.php:43
4543
+ msgctxt "dummy gateway"
4544
+ msgid "Pending"
4545
+ msgstr "En attente"
4546
+
4547
+ #: core/gateways-dummy.php:45
4548
+ msgctxt "dummy gateway"
4549
+ msgid "Canceled"
4550
+ msgstr "Annulé"
4551
+
4552
+ #: core/gateways-dummy.php:47
4553
+ msgctxt "dummy gateway"
4554
+ msgid "Rejected"
4555
+ msgstr "Rejeté"
4556
+
4557
+ #: core/gateways-dummy.php:49
4558
+ msgctxt "dummy gateway"
4559
+ msgid "Process Payment"
4560
+ msgstr "Processus de paiement"
4561
+
4562
+ #: core/gateways-googlewallet.php:18
4563
+ msgid "Google Wallet"
4564
+ msgstr "Google Wallet"
4565
+
4566
+ #: core/gateways-googlewallet.php:68
4567
+ msgctxt "google-wallet"
4568
+ msgid ""
4569
+ "For recurring payments to work you need to <a>specify a postback URL</a> in "
4570
+ "your Google Wallet settings."
4571
+ msgstr ""
4572
+ "Pour que les paiements récurrents fonctionnent, vous devez spécifier une <a> "
4573
+ "publication URL </a> dans vos paramètres Google Wallet."
4574
+
4575
+ #: core/gateways-googlewallet.php:69
4576
+ msgctxt "google-wallet"
4577
+ msgid "Please use %s as the postback URL."
4578
+ msgstr "Veuillez utiliser %s comme publication URL."
4579
+
4580
+ #: core/gateways-googlewallet.php:84
4581
+ msgid "Activate Google Wallet?"
4582
+ msgstr "Activer Google Wallet?"
4583
+
4584
+ #: core/gateways-googlewallet.php:89
4585
+ msgid "Seller Identifier"
4586
+ msgstr "Identifiant vendeur"
4587
+
4588
+ #: core/gateways-googlewallet.php:94
4589
+ msgid "Seller Secret"
4590
+ msgstr "Vendeur secret"
4591
+
4592
+ #: core/gateways-googlewallet.php:105
4593
+ msgctxt "google-wallet"
4594
+ msgid "Seller ID is missing."
4595
+ msgstr "Identifiant de vendeur est manquant."
4596
+
4597
+ #: core/gateways-googlewallet.php:108
4598
+ msgctxt "google-wallet"
4599
+ msgid "Seller Secret is missing."
4600
+ msgstr "Le vendeur secret est maanquant"
4601
+
4602
+ #: core/gateways-googlewallet.php:137
4603
+ msgctxt "google-wallet"
4604
+ msgid "One time payment + recurring payment for renewal fees"
4605
+ msgstr "Paiement en une fois + paiement récurrent des frais de renouvellement"
4606
+
4607
+ #: core/gateways-googlewallet.php:233
4608
+ msgctxt "google-wallet"
4609
+ msgid ""
4610
+ "Payment was rejected because internal data does not look like a valid Google "
4611
+ "Wallet transaction."
4612
+ msgstr ""
4613
+ "Le paiement a été rejetté car les données internes ne ressemble pas à une "
4614
+ "transaction valide de Google Wallet."
4615
+
4616
+ #: core/gateways-googlewallet.php:248
4617
+ msgctxt "google-wallet"
4618
+ msgid "Payment has been rejected because an internal error occurred."
4619
+ msgstr "Le paiement a été rejetée à cause d'une erreur interne."
4620
+
4621
+ #: core/gateways-googlewallet.php:254
4622
+ msgctxt "google-wallet"
4623
+ msgid "The transaction has been canceled at user's request."
4624
+ msgstr "La transaction a été annulée à la demande de l'utilisateur."
4625
+
4626
+ #: core/installer.php:38
4627
+ msgctxt "default category name"
4628
+ msgid "General"
4629
+ msgstr "Général"
4630
+
4631
+ #: core/installer.php:460
4632
+ msgctxt "installer"
4633
+ msgid ""
4634
+ "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4635
+ "incompatible with the current version of Business Directory. Please update "
4636
+ "the Regions module."
4637
+ msgstr ""
4638
+ "<b>Business Directory Plugin - Module de Régions</b> a été désactivé car il "
4639
+ "est incompatible avec la version actuelle du plugin. Veuillez mettre à jour "
4640
+ "le module."
4641
+
4642
+ #: core/installer.php:526
4643
+ msgctxt "installer"
4644
+ msgid "Cleaning up listing fees information... %d/%d"
4645
+ msgstr "Nettoyage des informations sur les droits d'inscription ... %d/%d"
4646
+
4647
+ #: core/installer.php:576
4648
+ msgctxt "installer"
4649
+ msgid "Migrating previous transactions to new Payments API... %d/%d"
4650
+ msgstr ""
4651
+ "Migration des transactions antérieures vers de nouveaux paiements API ... %d/"
4652
+ "%d"
4653
+
4654
+ #: core/installer.php:605
4655
+ msgctxt "installer"
4656
+ msgid "Initial listing payment (BD < 3.4)"
4657
+ msgstr "Annonce de paiement initial (BD<3.4)"
4658
+
4659
+ #: core/installer.php:616
4660
+ msgctxt "installer"
4661
+ msgid "Listing edit payment (BD < 3.4)"
4662
+ msgstr "Edition de l'annonce de paiement (BD<3.4)"
4663
+
4664
+ #: core/installer.php:637
4665
+ msgctxt "installer"
4666
+ msgid "Renewal fee \"%s\" for category \"%s\""
4667
+ msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
4668
+
4669
+ #: core/installer.php:656
4670
+ msgctxt "installer"
4671
+ msgid "Listing upgrade to featured"
4672
+ msgstr "Mise à jour des annonces vers prioritaire"
4673
+
4674
+ #: core/installer.php:859
4675
+ msgid "Business Directory - Manual Upgrade Required"
4676
+ msgstr "Business Directory - Mise à jour manuelle requise"
4677
+
4678
+ #: core/installer.php:861
4679
+ msgid ""
4680
+ "Business Directory features are currently disabled because the plugin needs "
4681
+ "to perform a manual upgrade before continuing."
4682
+ msgstr ""
4683
+ "Les caractéristiques du plugin Business Directory sont actuellement "
4684
+ "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
4685
+ "de poursuivre."
4686
+
4687
+ #: core/installer.php:863
4688
+ msgid "Perform Manual Upgrade"
4689
+ msgstr "Effectuer la mise à jour manuelle"
4690
+
4691
+ #: core/installer.php:879 core/installer.php:880 core/installer.php:891
4692
+ msgid "Business Directory - Manual Upgrade"
4693
+ msgstr "Business Directory - Mise à jour manuelle"
4694
+
4695
+ #: core/installer.php:895
4696
+ msgid ""
4697
+ "Business Directory features are currently disabled because the plugin needs "
4698
+ "to perform a manual upgrade before it can be used."
4699
+ msgstr ""
4700
+ "Les caractéristiques du plugin Business Directory sont actuellement "
4701
+ "désactivées car le plugin a besoin d'effectuer une mise à jour manuelle afin "
4702
+ "d'être pleinement utilisable."
4703
+
4704
+ #: core/installer.php:897
4705
+ msgid "Click \"Start Upgrade\" and wait until the process finishes."
4706
+ msgstr ""
4707
+ "Cliquez sur \"Commencer la mise à jour\" et patientez jusqu'à la fin du "
4708
+ "processus."
4709
+
4710
+ #: core/installer.php:900
4711
+ msgctxt "manual-upgrade"
4712
+ msgid "Start Upgrade"
4713
+ msgstr "Commencer la mise à jour"
4714
+
4715
+ #: core/installer.php:902
4716
+ msgctxt "manual-upgrade"
4717
+ msgid "Pause Upgrade"
4718
+ msgstr "Mettre en pause la mise à jour"
4719
+
4720
+ #: core/installer.php:908
4721
+ msgctxt "manual-upgrade"
4722
+ msgid ""
4723
+ "The upgrade was sucessfully performed. Business Directory Plugin is now "
4724
+ "available."
4725
+ msgstr ""
4726
+ "La mise à jour s'est bien effectué. Le plugin Business Directory est "
4727
+ "maintenant disponible et fonctionnel."
4728
+
4729
+ #: core/installer.php:911
4730
+ msgctxt "manual-upgrade"
4731
+ msgid "Go to \"Directory Admin\""
4732
+ msgstr "Aller à \"Administrateur de l'annuaire\""
4733
+
4734
+ #: core/licensing.php:43 core/licensing.php:65 core/licensing.php:66
4735
+ msgctxt "settings"
4736
+ msgid "Licenses"
4737
+ msgstr "Licenses"
4738
+
4739
+ #: core/licensing.php:46
4740
+ msgctxt "settings"
4741
+ msgid "Premium Modules"
4742
+ msgstr "Modules Premium"
4743
+
4744
+ #: core/licensing.php:107 core/licensing.php:141
4745
+ msgctxt "licensing"
4746
+ msgid "Invalid module ID"
4747
+ msgstr "Identifiant de module invalide"
4748
+
4749
+ #: core/licensing.php:112
4750
+ msgctxt "licensing"
4751
+ msgid "No license key provided"
4752
+ msgstr "Aucune clé de licence fournie"
4753
+
4754
+ #: core/licensing.php:127 core/licensing.php:159
4755
+ msgctxt "licensing"
4756
+ msgid "Could not contact licensing server"
4757
+ msgstr "Impossible de contacter le serveur de licences"
4758
+
4759
+ #: core/licensing.php:132 core/licensing.php:166
4760
+ msgctxt "licensing"
4761
+ msgid "License key is invalid"
4762
+ msgstr "La clé de licence est invalide"
4763
+
4764
+ #: core/licensing.php:169
4765
+ msgctxt "licensing"
4766
+ msgid "Deactivation failed"
4767
+ msgstr "La désactivation a échoué"
4768
+
4769
+ #: core/licensing.php:230
4770
+ msgctxt "licensing"
4771
+ msgid "Business Directory - License Key Required"
4772
+ msgstr "Business Directory - Une clé de licence est requise"
4773
+
4774
+ #: core/licensing.php:233
4775
+ msgctxt "licensing"
4776
+ msgid ""
4777
+ "The following premium modules will not work until a valid license key is "
4778
+ "provided. Go to <a>Manage Options - Licenses</a> to enter your license "
4779
+ "information."
4780
+ msgstr ""
4781
+ "Les modules premium suivants ne fonctionneront pas tant qu'une clé de "
4782
+ "licence valide ne sera pas fournie. Aller à <a> Gérer les options - Licences "
4783
+ "</a> et entrez vos informations de licence."
4784
+
4785
+ #: core/licensing.php:254
4786
+ msgctxt "licensing"
4787
+ msgid "Business Directory - License Key Expired"
4788
+ msgstr "Business Directory - Clé de licence expirée"
4789
+
4790
+ #: core/licensing.php:255
4791
+ msgctxt "licensing"
4792
+ msgid ""
4793
+ "The license key for <span class=\"module-name\">%s %s</span> has expired. "
4794
+ "The module will continue to work but you will not receive any more updates "
4795
+ "until the license is renewed."
4796
+ msgstr ""
4797
+ "La clé de licence pour <span class =\"module-name\">%s %s</span> a expiré. "
4798
+ "Le module va continuer à travailler mais vous ne recevrez plus de mises à "
4799
+ "jour jusqu'à ce que la licence soit renouvelée."
4800
+
4801
+ #: core/licensing.php:259
4802
+ msgctxt "licensing"
4803
+ msgid "Remind me later"
4804
+ msgstr "Rappelez le moi plus tard"
4805
+
4806
+ #: core/licensing.php:261
4807
+ msgctxt "licensing"
4808
+ msgid "Renew License Key"
4809
+ msgstr "Renouveller la clé de licence"
4810
+
4811
+ #: core/licensing.php:330
4812
+ msgctxt "licensing"
4813
+ msgid "Could not activate license: %s."
4814
+ msgstr "Impossible d'activer la licence: %s."
4815
+
4816
+ #: core/licensing.php:332
4817
+ msgctxt "licensing"
4818
+ msgid "License activated"
4819
+ msgstr "Licence activé"
4820
+
4821
+ #: core/licensing.php:348
4822
+ msgctxt "licensing"
4823
+ msgid "Could not deactivate license: %s."
4824
+ msgstr "Impossible de désactiver la licence: %s."
4825
+
4826
+ #: core/licensing.php:350
4827
+ msgctxt "licensing"
4828
+ msgid "License deactivated"
4829
+ msgstr "Licence désactivée"
4830
+
4831
+ #: core/payment.php:18
4832
+ msgctxt "fees-api"
4833
+ msgid "Free Listing"
4834
+ msgstr "Annonce gratuite"
4835
+
4836
+ #: core/payment.php:135
4837
+ msgctxt "fees-api"
4838
+ msgid "Fee label is required."
4839
+ msgstr "Une étiquette de frais est requise."
4840
+
4841
+ #: core/payment.php:138
4842
+ msgctxt "fees-api"
4843
+ msgid "Fee amount must be a non-negative decimal number."
4844
+ msgstr "Le montant des frais doit être un nombre décimal non-négatif."
4845
+
4846
+ #: core/payment.php:141 core/payment.php:144
4847
+ msgctxt "fees-api"
4848
+ msgid "Fee must apply to at least one category."
4849
+ msgstr "Fee doit être appliqué à au moins une catégorie."
4850
+
4851
+ #: core/payment.php:147
4852
+ msgctxt "fees-api"
4853
+ msgid "Fee allowed images must be a non-negative integer."
4854
+ msgstr "Les frais autorisé doivent être un entier non négatif."
4855
+
4856
+ #: core/payment.php:150
4857
+ msgctxt "fees-api"
4858
+ msgid "Fee listing run must be a non-negative integer."
4859
+ msgstr "Les frais d'annonce doivent être un entier non-négatif."
4860
+
4861
+ #: core/payment.php:155
4862
+ msgctxt "fees-api"
4863
+ msgid "Fee listing duration must be a number less than 10 years (3650 days)."
4864
+ msgstr ""
4865
+ "La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
4866
+ "jours)."
4867
+
4868
+ #: core/payment.php:325
4869
+ msgctxt "payments-api"
4870
+ msgid ""
4871
+ "You are offering featured listings but have payments turned off. Go to <a "
4872
+ "href=\"%s\">Manage Options - Payment</a> to change the payment settings. "
4873
+ "Until you change this, the <i>Upgrade to Featured</i> option will be "
4874
+ "disabled."
4875
+ msgstr ""
4876
+ "Vous proposez des annonces prioritaires mais les paiements sont désactivés. "
4877
+ "Allez à <a href=\"%s\"> gérer les options - Paiement </a> pour modifier les "
4878
+ "paramètres de paiement. Jusqu'à ce que vous effectuiez les modifications "
4879
+ "voulues, l'option <i> Mise à niveau en vedette </ i>sera désactivée."
4880
+
4881
+ #: core/payment.php:343
4882
+ msgctxt "payments-api"
4883
+ msgid ""
4884
+ "The <b>%s</b> gateway is active but not properly configured. The gateway "
4885
+ "won't be available until the following problems are fixed: <b>%s</b>. <br/> "
4886
+ "Check the <a href=\"%s\">payment settings</a>."
4887
+ msgstr ""
4888
+ "Le <b>%s </b> passerelle est actif mais n'est pas correctement configuré. La "
4889
+ "passerelle ne sera pas disponible jusqu'à ce que les problèmes suivants "
4890
+ "soient fixés: <b>%s </b>. <br/> Vérifiez les <a href=\"%s\"> paramètres de "
4891
+ "paiement </a>."
4892
+
4893
+ #: core/payment.php:353
4894
+ msgctxt "admin"
4895
+ msgid ""
4896
+ "You have payments turned on but no gateway is active and properly "
4897
+ "configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
4898
+ "payment settings. Until you change this, the directory will operate in "
4899
+ "<i>Free Mode</i>."
4900
+ msgstr ""
4901
+ "Vous avez activer les paiements mais aucune passerelle n'est actif et "
4902
+ "correctement configurée. Allez à <a href=\"%s\"> gérer les options - "
4903
+ "Paiement </a> pour modifier les paramètres de paiement. Jusqu'à ce que vous "
4904
+ "modifiez cela, le répertoire fonctionnera en <i> Mode libre </ i>."
4905
+
4906
+ #: core/payment.php:357
4907
+ msgid ""
4908
+ "BD detected PayFast and another gateway were enabled. This setup is not "
4909
+ "recommended due to PayFast supporting only ZAR and the other gateways not "
4910
+ "supporting this currency."
4911
+ msgstr ""
4912
+ "Le plugin a détecté que PayFast et une autre passerelle ont été activées. "
4913
+ "Cette configuration est déconseillée étant donné que PayFast supporte la "
4914
+ "devise ZAR (Rand sud-africain) et pas les autres passerelles."
4915
+
4916
+ #: core/payment.php:361
4917
+ msgid ""
4918
+ "You have recurring renewal of listing fees enabled but the payment gateways "
4919
+ "installed don't support recurring payments. Until a gateway that supports "
4920
+ "recurring payments (such as PayPal) is enabled automatic renewals will be "
4921
+ "disabled."
4922
+ msgstr ""
4923
+ "Le renouvellement automatique des droits d'inscription est activé mais les "
4924
+ "passerelles de paiement installées ne supporte pas les paiements récurrents. "
4925
+ "Jusqu'à ce qu'une passerelle qui puisse prend en charge les paiements "
4926
+ "récurrents (comme PayPal) soit activé, les renouvellements automatiques "
4927
+ "seront désactivées."
4928
+
4929
+ #: core/payment.php:366
4930
+ msgid ""
4931
+ "Due to Google Wallet limitations only monthly (30 days) recurring fees are "
4932
+ "supported by the gateway. All other fees will be charged as non-recurring."
4933
+ msgstr ""
4934
+ "En raison des limitations mensuels de Google Wallet (30 jours), les frais "
4935
+ "récurrents sont pris en charge par la passerelle. Tous les autres frais "
4936
+ "seront facturés comme non récurrents."
4937
+
4938
+ #: core/payment.php:399
4939
+ msgctxt "payments-api"
4940
+ msgid "Checkout"
4941
+ msgstr "Vérification"
4942
+
4943
+ #: core/payment.php:400
4944
+ msgctxt "payments-api"
4945
+ msgid "Pay %1$s through %2$s"
4946
+ msgstr "Payez %1$s par %2$s"
4947
+
4948
+ #: core/payment.php:407
4949
+ msgctxt "payments-api"
4950
+ msgid "Your transaction has been approved."
4951
+ msgstr "Votre traansaction a été aapprouvée."
4952
+
4953
+ #: core/payment.php:588
4954
+ msgctxt "payments"
4955
+ msgid "Payment Details"
4956
+ msgstr "Détails de paiement"
4957
+
4958
+ #: core/payment.php:615
4959
+ msgctxt "checkout"
4960
+ msgid "Payment Method"
4961
+ msgstr "Méthode de paiement"
4962
+
4963
+ #: core/payment.php:644
4964
+ msgctxt "payment"
4965
+ msgid "Return to Directory."
4966
+ msgstr "Retourner vers l'annuaire."
4967
+
4968
+ #: core/payment.php:650
4969
+ msgctxt "payments"
4970
+ msgid ""
4971
+ "Your payment is being processed by the payment gateway. Please reload this "
4972
+ "page in a moment to see if the status has changed or contact the site "
4973
+ "administrator."
4974
+ msgstr ""
4975
+ "Votre paiement est en cours de traitement par la passerelle de paiement. "
4976
+ "Veuillez recharger cette page dans un instant pour voir si la situation a "
4977
+ "changé ou contactez l'administrateur du site."
4978
+
4979
+ #: core/payment.php:653
4980
+ msgctxt "payments"
4981
+ msgid ""
4982
+ "The payment has been rejected by the payment gateway. Please contact the "
4983
+ "site administrator if you think there is an error or click \"Change Payment "
4984
+ "Method\" to select another payment method and try again."
4985
+ msgstr ""
4986
+ "Le paiement a été rejeté par la passerelle de paiement. Veuillez contacter "
4987
+ "l'administrateur du site si vous pensez qu'il ya une erreur ou cliquez sur "
4988
+ "\"Changer de Paiement \" pour sélectionner une autre méthode de paiement et "
4989
+ "essayez à nouveau."
4990
+
4991
+ #: core/payment.php:654
4992
+ msgctxt "payments"
4993
+ msgid "Change Payment Method"
4994
+ msgstr "Changer la méthode de paiement"
4995
+
4996
+ #: core/payment.php:656
4997
+ msgctxt "payments"
4998
+ msgid ""
4999
+ "The payment has been rejected by the payment gateway. Please contact the "
5000
+ "site administrator if you think there is an error."
5001
+ msgstr ""
5002
+ "Le paiement a été rejeté par la passerelle de paiement. Veuillez contacter "
5003
+ "l'administrateur du site si vous pensez qu'il y a une erreur."
5004
+
5005
+ #: core/payment.php:659
5006
+ msgctxt "payments"
5007
+ msgid "The payment has been canceled at your request."
5008
+ msgstr "Le paiement a été annulé à votre demande."
5009
+
5010
+ #: core/payment.php:755
5011
+ msgctxt "admin"
5012
+ msgid "Pending Abandonment"
5013
+ msgstr "Abandon en cours"
5014
+
5015
+ #: core/payment.php:760
5016
+ msgctxt "admin"
5017
+ msgid "Abandoned"
5018
+ msgstr "Abandonné"
5019
+
5020
+ #: core/templates-listings.php:54
5021
+ msgctxt "templates"
5022
+ msgid "Featured Listing"
5023
+ msgstr "Annonce sélectionnée"
5024
+
5025
+ #: core/templates-ui.php:158
5026
+ msgctxt "templates"
5027
+ msgid "No listing categories found."
5028
+ msgstr "Aucune catégorie d'annonce trouvée"
5029
+
5030
+ #: core/templates-ui.php:231
5031
+ msgctxt "templates"
5032
+ msgid "Advanced Search"
5033
+ msgstr "Recherche avancée"
5034
+
5035
+ #: core/templates-ui.php:257 core/templates-ui.php:282
5036
+ msgctxt "templates sort"
5037
+ msgid "Sort By:"
5038
+ msgstr "Trier par:"
5039
+
5040
+ #: core/templates-ui.php:276
5041
+ msgctxt "sort"
5042
+ msgid "Reset"
5043
+ msgstr "Réinitialiser"
5044
+
5045
+ #: core/templates-ui.php:298
5046
+ msgctxt "sort"
5047
+ msgid "(Reset)"
5048
+ msgstr "(Réinitialiser)"
5049
+
5050
+ #: core/utils.php:104
5051
+ msgctxt "utils"
5052
+ msgid ""
5053
+ "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
5054
+ msgstr ""
5055
+ "Les données affichées dépassent les configurations maximale permisent par "
5056
+ "PHP. Voir les directive \"post_max_size\"."
5057
+
5058
+ #: core/utils.php:157
5059
+ msgctxt "utils"
5060
+ msgid "File size (%s) exceeds maximum file size of %s"
5061
+ msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
5062
+
5063
+ #: core/utils.php:165
5064
+ msgctxt "utils"
5065
+ msgid "File size (%s) is inferior to the required minimum file size of %s"
5066
+ msgstr ""
5067
+ "La taille du fichier (%s) est inférieur au minnimum de taille de fichier "
5068
+ "requise de %s"
5069
+
5070
+ #: core/utils.php:174 core/utils.php:181
5071
+ msgctxt "utils"
5072
+ msgid "File type \"%s\" is not allowed"
5073
+ msgstr "Le type de fichier \"%s\" n'est pas autorisé"
5074
+
5075
+ #: core/utils.php:188
5076
+ msgctxt "utils"
5077
+ msgid "Unkown error while uploading file."
5078
+ msgstr "Une erreur inconnu est survenu lors de l'upload du fichier."
5079
+
5080
+ #: core/utils.php:207
5081
+ msgctxt "utils"
5082
+ msgid "Uploaded file is not an image"
5083
+ msgstr "Le fichier transféré n'est pas une image"
5084
+
5085
+ #: core/utils.php:216
5086
+ msgctxt "utils"
5087
+ msgid "Image width (%s px) is inferior to minimum required width of %s px."
5088
+ msgstr ""
5089
+ "La largeur de l'image (%s px) est inférieur à la largeur minnimum requise de "
5090
+ "%s px."
5091
+
5092
+ #: core/utils.php:222
5093
+ msgctxt "utils"
5094
+ msgid "Image height (%s px) is inferior to minimum required height of %s px."
5095
+ msgstr ""
5096
+ "La hauteur de l'image (%s px) est inférieur à la hauteur minnimum requise de "
5097
+ "%s px."
5098
+
5099
+ #: core/utils.php:228
5100
+ msgctxt "utils"
5101
+ msgid "Image width (%s px) is greater than maximum allowed width of %s px."
5102
+ msgstr ""
5103
+ "La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
5104
+ "%s px."
5105
+
5106
+ #: core/utils.php:234
5107
+ msgctxt "utils"
5108
+ msgid "Image height (%s px) is greater than maximum required height of %s px."
5109
+ msgstr ""
5110
+ "La hauteur de l'image (%s px) est supérieur à la hauteur maximum requise de "
5111
+ "%s px."
5112
+
5113
+ #: core/utils.php:248
5114
+ msgctxt "utils"
5115
+ msgid "Error while uploading file"
5116
+ msgstr "Erreur durant l'upload du fichier"
5117
+
5118
+ #: core/view-checkout.php:34
5119
+ msgctxt "payments"
5120
+ msgid "Invalid payment id."
5121
+ msgstr "ID de paiement invalide."
5122
+
5123
+ #: core/view-checkout.php:92
5124
+ msgctxt "checkout"
5125
+ msgid "Continue"
5126
+ msgstr "Continuer"
5127
+
5128
+ #: core/view-checkout.php:103
5129
+ msgctxt "checkout"
5130
+ msgid ""
5131
+ "Payments are not allowed on the non-secure version of this site. Please "
5132
+ "<a>continue to the secure server to proceed with your payment</a>."
5133
+ msgstr ""
5134
+ "Les paiements ne sont pas autorisés sur la version non-sécurisé du site. "
5135
+ "Veuillez <a> continuer vers le serveur sécurisé afin de procéder à votre "
5136
+ "paiement</a>."
5137
+
5138
+ #: core/view-checkout.php:118
5139
+ msgctxt "checkout"
5140
+ msgid ""
5141
+ "Your payment is being verified. This usually takes a few minutes but can "
5142
+ "take up to 24 hours."
5143
+ msgstr ""
5144
+ "Votre paiement est en train d'être vérifié. Cela prend habituellement "
5145
+ "quelques minutes mais peut durer 24 heures."
5146
+
5147
+ #: core/view-checkout.php:126 core/view-checkout.php:147
5148
+ msgctxt "checkout"
5149
+ msgid "← Return to Directory."
5150
+ msgstr "← Retourner à l'annuaire."
5151
+
5152
+ #: core/view-checkout.php:136
5153
+ msgctxt "checkout"
5154
+ msgid "Your payment was received sucessfully."
5155
+ msgstr "Votre paiement a bien été reçu."
5156
+
5157
+ #: core/view-checkout.php:143
5158
+ msgctxt "checkout"
5159
+ msgid "← Return to your listing."
5160
+ msgstr "← Retourner à votre annonce."
5161
+
5162
+ #: core/view-delete-listing.php:10
5163
+ msgctxt "delete listing"
5164
+ msgid "Please log in to delete the listing."
5165
+ msgstr "Veuillez vous connecter pour effacer cette annonce."
5166
+
5167
+ #: core/view-delete-listing.php:23
5168
+ msgctxt "delete listing"
5169
+ msgid "Your listing has been deleted."
5170
+ msgstr "Votre annonce a été effacé."
5171
+
5172
+ #: core/view-listing-contact.php:49
5173
+ msgctxt "contact-message"
5174
+ msgid "Please enter your name."
5175
+ msgstr "Veuillez entrer votre nom."
5176
+
5177
+ #: core/view-listing-contact.php:52
5178
+ msgctxt "contact-message"
5179
+ msgid "Please enter a valid email."
5180
+ msgstr "Veuillez entrer un email valide."
5181
+
5182
+ #: core/view-listing-contact.php:55
5183
+ msgctxt "contact-message"
5184
+ msgid "You did not enter a message."
5185
+ msgstr "Vous n'avez pas entrer de message."
5186
+
5187
+ #: core/view-listing-contact.php:58
5188
+ msgctxt "contact-message"
5189
+ msgid "The reCAPTCHA wasn't entered correctly."
5190
+ msgstr "Le CAPTCHA n'a pas été rentré correctement."
5191
+
5192
+ #: core/view-listing-contact.php:67
5193
+ msgctxt "contact form"
5194
+ msgid "Please <a>log in</a> to be able to send messages to the listing owner."
5195
+ msgstr ""
5196
+ "Veuillez vous <a> connecter </a> pour pouvoir envoyer des messages au "
5197
+ "propriétaire de l'annonce."
5198
+
5199
+ #: core/view-listing-contact.php:86
5200
+ msgctxt "contact form"
5201
+ msgid "This contact form is temporarily disabled. Please try again later."
5202
+ msgstr ""
5203
+ "Ce formulaire de contact est temporairement désactivé. Veuillez réessayer "
5204
+ "plus tard."
5205
+
5206
+ #: core/view-listing-contact.php:121
5207
+ msgctxt "templates"
5208
+ msgid "Contact listing owner"
5209
+ msgstr "Contacter le propriétaire de l'annonce"
5210
+
5211
+ #: core/view-listing-contact.php:125
5212
+ msgctxt "templates"
5213
+ msgid "Send Message to listing owner"
5214
+ msgstr "Envoyer un message au propriétaire de l'annonce"
5215
+
5216
+ #: core/view-listing-contact.php:171
5217
+ msgid "l F j, Y \\a\\t g:i a"
5218
+ msgstr "l F j, Y \\a\\t g:i a"
5219
+
5220
+ #: core/view-listing-contact.php:192
5221
+ msgctxt "contact-message"
5222
+ msgid "There was a problem encountered. Your message has not been sent"
5223
+ msgstr "Un problem est survenu. Votre message n'a pas été envoyé"
5224
+
5225
+ #: core/view-listing-contact.php:195
5226
+ msgctxt "contact-message"
5227
+ msgid "Return to listing."
5228
+ msgstr "Retourner à l'annonce."
5229
+
5230
+ #: core/view-manage-recurring.php:23
5231
+ msgctxt "manage subscriptions"
5232
+ msgid "You are not on recurring payments for any of your listings."
5233
+ msgstr "Il n'y a aucun paiement récurrent pour aucune de vos annonces."
5234
+
5235
+ #: core/view-manage-recurring.php:95
5236
+ msgctxt "manage subscriptions"
5237
+ msgid "Invalid subscription."
5238
+ msgstr "Abonnement non valide"
5239
+
5240
+ #: core/view-renew-listing.php:18
5241
+ msgctxt "renewal"
5242
+ msgid "Listing renewal is disabled at this moment. Please try again later."
5243
+ msgstr ""
5244
+ "Le renouvellement d'annonce est désactivé pour le moment. Veuillez réessayer "
5245
+ "plus tard."
5246
+
5247
+ #: core/view-renew-listing.php:21
5248
+ msgctxt "renewal"
5249
+ msgid ""
5250
+ "Your renewal ID is invalid. Please use the URL you were given on the renewal "
5251
+ "e-mail message."
5252
+ msgstr ""
5253
+ "Votre ID de renouvellement est invalide. Veuillez utiliser l'URL que vous "
5254
+ "avez reçu dans l'email de renouvellement."
5255
+
5256
+ #: core/view-renew-listing.php:47
5257
+ msgctxt "renewal"
5258
+ msgid "Your renewal was successfully cancelled."
5259
+ msgstr "Votre renouvellement a bien été annulé."
5260
+
5261
+ #: core/view-renew-listing.php:59
5262
+ msgctxt "listings"
5263
+ msgid "Fee \"%s\" renewal for category \"%s\""
5264
+ msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
5265
+
5266
+ #: core/view-renew-listing.php:79
5267
+ msgctxt "renewal"
5268
+ msgid "Invalid renewal state."
5269
+ msgstr "Statut de renouvellement invalide."
5270
+
5271
+ #: core/view-renew-listing.php:91
5272
+ msgctxt "templates"
5273
+ msgid "Recurring Fee Management"
5274
+ msgstr "Gestion des frais récurrents"
5275
+
5276
+ #: core/view-renew-listing.php:92
5277
+ msgctxt "renew"
5278
+ msgid ""
5279
+ "Because you are on a recurring fee plan you don't have to renew your listing "
5280
+ "right now as this will be handled automatically when renewal comes."
5281
+ msgstr ""
5282
+ "Etant donné que vous êtes sur un plan de frais récurrents vous n'avez pas à "
5283
+ "renouveler votre inscription immédiatement, cela sera géré automatiquement "
5284
+ "lorsque le renouvellement surviendra."
5285
+
5286
+ #: core/view-renew-listing.php:94
5287
+ msgctxt "renewal"
5288
+ msgid "Current Fee Details"
5289
+ msgstr "Détails des frais sélectionné"
5290
+
5291
+ #: core/view-renew-listing.php:96
5292
+ msgctxt "renewal"
5293
+ msgid "Number of images:"
5294
+ msgstr "Nombre d'images:"
5295
+
5296
+ #: core/view-renew-listing.php:98
5297
+ msgctxt "renewal"
5298
+ msgid "Expiration date:"
5299
+ msgstr "Date d'expiration:"
5300
+
5301
+ #: core/view-renew-listing.php:102
5302
+ msgctxt "renew"
5303
+ msgid ""
5304
+ "However, if you want to cancel your subscription you can do that on this "
5305
+ "page. When the renewal time comes you'll be able to change your settings "
5306
+ "again."
5307
+ msgstr ""
5308
+ "Toutefois, si vous souhaitez annuler votre abonnement, vous pouvez le faire "
5309
+ "sur cette page. Lorsque le temps de renouvellement vient, vous serez en "
5310
+ "mesure de changer à nouveau vos paramètres."
5311
+
5312
+ #: core/view-submit-listing.php:29
5313
+ msgctxt "templates"
5314
+ msgid ""
5315
+ "There are no categories assigned to the business directory yet. You need to "
5316
+ "assign some categories to the business directory. Only admins can see this "
5317
+ "message. Regular users are seeing a message that they cannot add their "
5318
+ "listing at this time. Listings cannot be added until you assign categories "
5319
+ "to the business directory."
5320
+ msgstr ""
5321
+ "Il n'y a pas encore de catégorie affectés à l'annuaire professionnel. Vous "
5322
+ "devez affecter quelques catégories à l'annuaire professionnel. Seuls les "
5323
+ "administrateurs peuvent voir ce message. Les utilisateurs réguliers voient "
5324
+ "un message indiquant qu'ils ne peuvent ajouter leur annonce pour le moment. "
5325
+ "Les annonces ne peuvent pas être ajoutés tant que vous n'avez pas attribuer "
5326
+ "des catégories à l'annuaire professionnel."
5327
+
5328
+ #: core/view-submit-listing.php:31
5329
+ msgctxt "templates"
5330
+ msgid ""
5331
+ "Your listing cannot be added at this time. Please try again later. If this "
5332
+ "is not the first time you see this warning, please ask the site "
5333
+ "administrator to set up one or more categories inside the Directory."
5334
+ msgstr ""
5335
+ "Votre annonce ne peut être ajouté pour le moment. Veuillez réessayer plus "
5336
+ "tard. Si vous avez déjà vu cette annonce, veuillez prévenir l'administrateur "
5337
+ "du site pour installer une caatégorie suplémentaire dans l'annuaire."
5338
+
5339
+ #: core/view-submit-listing.php:43
5340
+ msgctxt "templates"
5341
+ msgid "You are not authorized to edit this listing."
5342
+ msgstr "Vous n'êtes pas autorisé à éditer cette annonce."
5343
+
5344
+ #: core/view-submit-listing.php:58
5345
+ msgctxt "templates"
5346
+ msgid "Edit Your Listing"
5347
+ msgstr "Editer votre annonce"
5348
+
5349
+ #: core/view-submit-listing.php:58
5350
+ msgctxt "templates"
5351
+ msgid "Submit A Listing"
5352
+ msgstr "Soumettre une annonce"
5353
+
5354
+ #: core/view-submit-listing.php:65
5355
+ msgctxt "templates"
5356
+ msgid ""
5357
+ "You are logged in as an administrator. Any payment steps will be skipped."
5358
+ msgstr ""
5359
+ "Vous êtes connectés en tant qu'administrateur. TOutes les étapes de paiement "
5360
+ "seront passé."
5361
+
5362
+ #: core/view-submit-listing.php:199
5363
+ msgctxt "templates"
5364
+ msgid "Please select a fee option for the \"%s\" category."
5365
+ msgstr "Veuillez sélectionner une option de frai pour la catégorie \"%s\"."
5366
+
5367
+ #: core/view-submit-listing.php:267
5368
+ msgctxt "templates"
5369
+ msgid "Please agree to the Terms and Conditions."
5370
+ msgstr "Veuillez accepter les Termes et Conditions."
5371
+
5372
+ #: core/view-submit-listing.php:273
5373
+ msgctxt "templates"
5374
+ msgid "The reCAPTCHA wasn't entered correctly."
5375
+ msgstr "Le CAPTCHA n'a pas été rentré correctement."
5376
+
5377
+ #: core/view-submit-listing.php:290
5378
+ msgctxt "templates"
5379
+ msgid "Read our Terms and Conditions"
5380
+ msgstr "Lisez nos Termes et Conditions"
5381
+
5382
+ #: core/view-submit-listing.php:295
5383
+ msgctxt "templates"
5384
+ msgid "Terms and Conditions:"
5385
+ msgstr "Termes et Conditions:"
5386
+
5387
+ #: core/view-submit-listing.php:306
5388
+ msgctxt "templates"
5389
+ msgid "I agree to the Terms and Conditions"
5390
+ msgstr "Je suis en accord avec les Termes et Condiditons"
5391
+
5392
+ #: core/view-submit-listing.php:404
5393
+ msgctxt "listings"
5394
+ msgid "Fee \"%s\" for category \"%s\"%s"
5395
+ msgstr "Frais \"%s\" pour la catégorie \"%s\"%s"
5396
+
5397
+ #: core/view-submit-listing.php:407
5398
+ msgctxt "listings"
5399
+ msgid "(recurring)"
5400
+ msgstr "(récurrant)"
5401
+
5402
+ #: core/view-submit-listing.php:417 core/view-upgrade-listing.php:54
5403
+ msgctxt "submit"
5404
+ msgid "Listing upgrade to featured"
5405
+ msgstr "Mise à jour de l'annonce vers prioritaire"
5406
+
5407
+ #: core/view-submit-listing.php:450
5408
+ msgctxt "submit_state"
5409
+ msgid "Invalid submit state."
5410
+ msgstr "Etat de soumission invalide"
5411
+
5412
+ #: core/view-upgrade-listing.php:21
5413
+ msgctxt "listing upgrade"
5414
+ msgid "Invalid link followed."
5415
+ msgstr "Le lien suivi est invalide"
5416
+
5417
+ #: core/view-upgrade-listing.php:27
5418
+ msgctxt "templates"
5419
+ msgid "Your listing is already pending approval for \"featured\" status."
5420
+ msgstr ""
5421
+ "Votre annonce est déjà en attente d'approbation pour son statut \"prioritaire"
5422
+ "\"."
5423
+
5424
+ #: core/view-upgrade-listing.php:28
5425
+ msgctxt "templates"
5426
+ msgid "Return to listing."
5427
+ msgstr "Retourner vers l'annonce."
5428
+
5429
+ #: core/views.php:23
5430
+ msgid ""
5431
+ "You need to create a page with the [businessdirectory] shortcode for the "
5432
+ "Business Directory plugin to work correctly."
5433
+ msgstr ""
5434
+ "Vous devez créer une page avec le shortcode [businessdirectory] pour que le "
5435
+ "plugin Business Directory fonctionne correctement."
5436
+
5437
+ #: core/views.php:25
5438
+ msgid "The directory is temporarily disabled."
5439
+ msgstr "L'annuaire est temporairement désactivé."
5440
+
5441
+ #: core/views.php:154
5442
+ msgctxt "preview"
5443
+ msgid "This is just a preview. The listing has not been published yet."
5444
+ msgstr ""
5445
+ "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
5446
+ "publié."
5447
+
5448
+ #: core/views.php:368
5449
+ msgctxt "templates"
5450
+ msgid ""
5451
+ "There are no categories assigned to the business directory yet. You need to "
5452
+ "assign some categories to the business directory. Only admins can see this "
5453
+ "message. Regular users are seeing a message that there are currently no "
5454
+ "listings in the directory. Listings cannot be added until you assign "
5455
+ "categories to the business directory."
5456
+ msgstr ""
5457
+ "Il n'y a pas encore de catégorie affectés à l'annuaire professionnel. Vous "
5458
+ "devez affecter quelques catégories à l'annuaire professionnel. Seuls les "
5459
+ "administrateurs peuvent voir ce message. Les utilisateurs réguliers voient "
5460
+ "un message indiquant qu'ils ne peuvent ajouter leur annonce pour le moment. "
5461
+ "Les annonces ne peuvent pas être ajoutés tant que vous n'avez pas attribuer "
5462
+ "des catégories à l'annuaire professionnel."
5463
+
5464
+ #: core/views.php:370
5465
+ msgctxt "templates"
5466
+ msgid "There are currently no listings in the directory."
5467
+ msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
5468
+
5469
+ #: core/views.php:388
5470
+ msgctxt "templates"
5471
+ msgid ""
5472
+ "You have \"Hide Empty Categories\" on and some categories that don't have "
5473
+ "listings in them. That means they won't show up on the front end of your "
5474
+ "site. If you didn't want that, click <a>here</a> to change the setting."
5475
+ msgstr ""
5476
+ "Vous avez \"Cacher les catégories vides \" et certaines catégories qui ne "
5477
+ "possèdent d'annonces. Cela signifie qu'ils ne seront pas visibles sur "
5478
+ "l'extrémité avant de votre site. Si cela ne correspond pas à votre souhait, "
5479
+ "cliquez </a> ici <a> pour modifier le réglage."
5480
+
5481
+ #: core/widget-featured-listings.php:11
5482
+ msgctxt "widgets"
5483
+ msgid "Business Directory - Featured Listings"
5484
+ msgstr "Business DIrectory - Annonces prioritaires"
5485
+
5486
+ #: core/widget-featured-listings.php:12
5487
+ msgctxt "widgets"
5488
+ msgid "Displays a list of the featured/sticky listings in the directory."
5489
+ msgstr ""
5490
+ "Affiche une liste des annonces prioritaires/récurrentes dans l'annuaire."
5491
+
5492
+ #: core/widget-featured-listings.php:14
5493
+ msgctxt "widgets"
5494
+ msgid "Featured Listings"
5495
+ msgstr "Annonces prioritaires."
5496
+
5497
+ #: core/widget-featured-listings.php:23
5498
+ msgctxt "widgets"
5499
+ msgid "Display listings in random order"
5500
+ msgstr "Afficher les annonces de façon aléatoire"
5501
+
5502
+ #: core/widget-latest-listings.php:11
5503
+ msgctxt "widgets"
5504
+ msgid "Business Directory - Latest Listings"
5505
+ msgstr "Business Directory - Dernières annonces"
5506
+
5507
+ #: core/widget-latest-listings.php:12
5508
+ msgctxt "widgets"
5509
+ msgid "Displays a list of the latest listings in the Business Directory."
5510
+ msgstr ""
5511
+ "Afficher une liste des dernières annonces dans l'annuaire professionnel."
5512
+
5513
+ #: core/widget-latest-listings.php:14
5514
+ msgctxt "widgets"
5515
+ msgid "Latest Listings"
5516
+ msgstr "Dernières annonces"
5517
+
5518
+ #: core/widget-random-listings.php:11
5519
+ msgctxt "widgets"
5520
+ msgid "Business Directory - Random Listings"
5521
+ msgstr "Business Directory - Annonces aléatoires"
5522
+
5523
+ #: core/widget-random-listings.php:12
5524
+ msgctxt "widgets"
5525
+ msgid "Displays a list of random listings from the Business Directory."
5526
+ msgstr "Afficher une liste d'annonces aléatoires de l'annuaire professionnel."
5527
+
5528
+ #: core/widget-random-listings.php:14
5529
+ msgctxt "widgets"
5530
+ msgid "Random Listings"
5531
+ msgstr "Annonces aléatoires"
5532
+
5533
+ #: core/widget-search.php:10
5534
+ msgctxt "widgets"
5535
+ msgid "Business Directory - Search"
5536
+ msgstr "Business Directory - Recherche"
5537
+
5538
+ #: core/widget-search.php:11
5539
+ msgctxt "widgets"
5540
+ msgid "Displays a search form to look for Business Directory listings."
5541
+ msgstr ""
5542
+ "Afficher un formulaire de recherche pour rechercher les annonces de Business "
5543
+ "Directory."
5544
+
5545
+ #: core/widget-search.php:18
5546
+ msgctxt "widgets"
5547
+ msgid "Search the Business Directory"
5548
+ msgstr "Rechercher l'annuaire professionnel"
5549
+
5550
+ #: core/widget-search.php:29
5551
+ msgctxt "widgets"
5552
+ msgid "Form Style:"
5553
+ msgstr "Style de formulaire:"
5554
+
5555
+ #: core/widget-search.php:37
5556
+ msgctxt "widgets"
5557
+ msgid "Basic"
5558
+ msgstr "Basic"
5559
+
5560
+ #: core/widget-search.php:45
5561
+ msgctxt "widgets"
5562
+ msgid "Advanced"
5563
+ msgstr "Avancé"
5564
+
5565
+ #: core/widget-search.php:49
5566
+ msgctxt "widgets"
5567
+ msgid "Search Fields (advanced mode):"
5568
+ msgstr "Champ de recherche (mode avancé)"
5569
+
5570
+ #: core/widget-search.php:50
5571
+ msgctxt "widgets"
5572
+ msgid "Display the following fields in the form."
5573
+ msgstr "Afficher les champs suivant dans le formulaire."
5574
+
5575
+ #: core/widget-search.php:102
5576
+ msgctxt "widgets"
5577
+ msgid "Search"
5578
+ msgstr "Rechercher"
5579
+
5580
+ #: templates/billing-information-form.tpl.php:3
5581
+ msgctxt "months"
5582
+ msgid "Jan"
5583
+ msgstr "Janvier"
5584
+
5585
+ #: templates/billing-information-form.tpl.php:4
5586
+ msgctxt "months"
5587
+ msgid "Feb"
5588
+ msgstr "Février"
5589
+
5590
+ #: templates/billing-information-form.tpl.php:5
5591
+ msgctxt "months"
5592
+ msgid "Mar"
5593
+ msgstr "Mars"
5594
+
5595
+ #: templates/billing-information-form.tpl.php:6
5596
+ msgctxt "months"
5597
+ msgid "Apr"
5598
+ msgstr "Avril"
5599
+
5600
+ #: templates/billing-information-form.tpl.php:7
5601
+ msgctxt "months"
5602
+ msgid "May"
5603
+ msgstr "Mai"
5604
+
5605
+ #: templates/billing-information-form.tpl.php:8
5606
+ msgctxt "months"
5607
+ msgid "Jun"
5608
+ msgstr "Juin"
5609
+
5610
+ #: templates/billing-information-form.tpl.php:9
5611
+ msgctxt "months"
5612
+ msgid "Jul"
5613
+ msgstr "Juillet"
5614
+
5615
+ #: templates/billing-information-form.tpl.php:10
5616
+ msgctxt "months"
5617
+ msgid "Aug"
5618
+ msgstr "Août"
5619
+
5620
+ #: templates/billing-information-form.tpl.php:11
5621
+ msgctxt "months"
5622
+ msgid "Sep"
5623
+ msgstr "Septembre"
5624
+
5625
+ #: templates/billing-information-form.tpl.php:12
5626
+ msgctxt "months"
5627
+ msgid "Oct"
5628
+ msgstr "Octobre"
5629
+
5630
+ #: templates/billing-information-form.tpl.php:13
5631
+ msgctxt "months"
5632
+ msgid "Nov"
5633
+ msgstr "Novembre"
5634
+
5635
+ #: templates/billing-information-form.tpl.php:14
5636
+ msgctxt "months"
5637
+ msgid "Dec"
5638
+ msgstr "Décembre"
5639
+
5640
+ #: templates/billing-information-form.tpl.php:29
5641
+ msgctxt "checkout form"
5642
+ msgid "Credit Card Details"
5643
+ msgstr "Détails de la carte de crédit"
5644
+
5645
+ #: templates/billing-information-form.tpl.php:30
5646
+ msgctxt "checkout form"
5647
+ msgid "Please enter your credit card details below."
5648
+ msgstr "Veuillez entrer vos détails de carte de crédit ci-dessous."
5649
+
5650
+ #: templates/billing-information-form.tpl.php:35
5651
+ msgctxt "checkout form"
5652
+ msgid "First Name:"
5653
+ msgstr "Prénom:"
5654
+
5655
+ #: templates/billing-information-form.tpl.php:43
5656
+ msgctxt "checkout form"
5657
+ msgid "Last Name:"
5658
+ msgstr "Nom:"
5659
+
5660
+ #: templates/billing-information-form.tpl.php:51
5661
+ msgctxt "checkout form"
5662
+ msgid "Card Number:"
5663
+ msgstr "Numéro de carte"
5664
+
5665
+ #: templates/billing-information-form.tpl.php:59
5666
+ msgctxt "checkout form"
5667
+ msgid "Expiration Date (MM/YYYY):"
5668
+ msgstr "Date d'expiration (MM/YYYY):"
5669
+
5670
+ #: templates/billing-information-form.tpl.php:72
5671
+ msgctxt "checkout form"
5672
+ msgid "CVC:"
5673
+ msgstr "Code secret:"
5674
+
5675
+ #: templates/billing-information-form.tpl.php:82
5676
+ msgctxt "checkout form"
5677
+ msgid "Billing Address"
5678
+ msgstr "Adresse de facturation"
5679
+
5680
+ #: templates/billing-information-form.tpl.php:87
5681
+ msgctxt "checkout form"
5682
+ msgid "Country:"
5683
+ msgstr "Pays:"
5684
+
5685
+ #: templates/billing-information-form.tpl.php:95
5686
+ msgctxt "checkout form"
5687
+ msgid "State:"
5688
+ msgstr "Région: "
5689
+
5690
+ #: templates/billing-information-form.tpl.php:103
5691
+ msgctxt "checkout form"
5692
+ msgid "City:"
5693
+ msgstr "Ville: "
5694
+
5695
+ #: templates/billing-information-form.tpl.php:111
5696
+ msgctxt "checkout form"
5697
+ msgid "Address Line 1:"
5698
+ msgstr "Adresse ligne 1:"
5699
+
5700
+ #: templates/billing-information-form.tpl.php:119
5701
+ msgctxt "checkout form"
5702
+ msgid "Address Line 2:"
5703
+ msgstr "adresse ligne 2:"
5704
+
5705
+ #: templates/billing-information-form.tpl.php:129
5706
+ msgctxt "WPBDM"
5707
+ msgid "Cancel"
5708
+ msgstr "Annuler"
5709
+
5710
+ #: templates/billing-information-form.tpl.php:130
5711
+ msgctxt "WPBDM"
5712
+ msgid "Submit Payment"
5713
+ msgstr "Soumettre paiement"
5714
+
5715
+ #: templates/businessdirectory-listings.tpl.php:27 templates/search.tpl.php:41
5716
+ msgctxt "templates"
5717
+ msgid "No listings found."
5718
+ msgstr "Aucune annonce trouvée."
5719
+
5720
+ #: templates/businessdirectory-listings.tpl.php:38
5721
+ msgctxt "templates"
5722
+ msgid "&laquo; Previous "
5723
+ msgstr "&laquo; Précedent"
5724
+
5725
+ #: templates/businessdirectory-listings.tpl.php:39
5726
+ msgctxt "templates"
5727
+ msgid "Next &raquo;"
5728
+ msgstr "Suivant &raquo"
5729
+
5730
+ #: templates/category.tpl.php:17
5731
+ msgctxt "templates"
5732
+ msgid "Listings tagged: %s"
5733
+ msgstr "Annonces étiquettées: %s"
5734
+
5735
+ #: templates/delete-listing-confirm.tpl.php:3
5736
+ msgctxt "manage recurring"
5737
+ msgid "Delete Listing"
5738
+ msgstr "Effacer l'annonce"
5739
+
5740
+ #: templates/delete-listing-confirm.tpl.php:7
5741
+ msgctxt "delete listing"
5742
+ msgid ""
5743
+ "Your listing is associated to a recurring payment. If you don't cancel the "
5744
+ "recurring payment before deleting the listing, you might be charged for "
5745
+ "additional periods even though your listing won't be available."
5746
+ msgstr ""
5747
+ "Votre annonce est associé à un paiement récurrent. Si vous ne résiliez pas "
5748
+ "le paiement récurrent avant de supprimer l'annonce, vous pourriez devoir "
5749
+ "payer pour des périodes supplémentaires, même si votre annonce ne sera plus "
5750
+ "disponible."
5751
+
5752
+ #: templates/delete-listing-confirm.tpl.php:12
5753
+ msgctxt "delete listing"
5754
+ msgid ""
5755
+ "Please visit <a>Manage recurring payments</a> to review your current "
5756
+ "recurring payments."
5757
+ msgstr ""
5758
+ "Veuillez visiter <a>Gérer les paiements récurrents</a> pour vérifer vos "
5759
+ "paiement récurrents actuelles."
5760
+
5761
+ #: templates/delete-listing-confirm.tpl.php:18
5762
+ msgctxt "delete listing"
5763
+ msgid "You are about to remove your listing \"%s\" from the directory."
5764
+ msgstr "Vous êtes sur le point d'effacer votre annonce \"%s\" de l'annuaire."
5765
+
5766
+ #: templates/delete-listing-confirm.tpl.php:19
5767
+ msgctxt "delete listing"
5768
+ msgid "Are you sure you want to do this?"
5769
+ msgstr "Êtes-vous sûr de vouloir faire ça?"
5770
+
5771
+ #: templates/delete-listing-confirm.tpl.php:24
5772
+ msgctxt "delete listing"
5773
+ msgid "No. Take me back to the directory."
5774
+ msgstr "Non, redirigez moi vers l'annuaire."
5775
+
5776
+ #: templates/delete-listing-confirm.tpl.php:25
5777
+ msgctxt "delete listing"
5778
+ msgid "Yes. Delete my listing."
5779
+ msgstr "Oui, effacez mon annonce."
5780
+
5781
+ #: templates/email/listing-added.tpl.php:2
5782
+ msgctxt "emails"
5783
+ msgid ""
5784
+ "A new listing has been submitted to the directory. Listing details can be "
5785
+ "found below."
5786
+ msgstr ""
5787
+ "Une nouvelle annonce a été soumise à l'annuaire. Les détails de cette "
5788
+ "annonce peuvent-être trouvés ci-dessous."
5789
+
5790
+ #: templates/email/listing-added.tpl.php:7
5791
+ #: templates/email/listing-edited.tpl.php:7
5792
+ msgctxt "notify email"
5793
+ msgid "ID"
5794
+ msgstr "Identifiant (ID)"
5795
+
5796
+ #: templates/email/listing-added.tpl.php:10
5797
+ #: templates/email/listing-edited.tpl.php:10
5798
+ msgctxt "notify email"
5799
+ msgid "Title"
5800
+ msgstr "Titre"
5801
+
5802
+ #: templates/email/listing-added.tpl.php:13
5803
+ #: templates/email/listing-edited.tpl.php:13
5804
+ msgctxt "notify email"
5805
+ msgid "URL"
5806
+ msgstr "URL"
5807
+
5808
+ #: templates/email/listing-added.tpl.php:13
5809
+ #: templates/email/listing-edited.tpl.php:13
5810
+ msgctxt "notify email"
5811
+ msgid "(not published yet)"
5812
+ msgstr "(pas encore publié)"
5813
+
5814
+ #: templates/email/listing-added.tpl.php:16
5815
+ #: templates/email/listing-edited.tpl.php:16
5816
+ msgctxt "notify email"
5817
+ msgid "Categories"
5818
+ msgstr "Catégories"
5819
+
5820
+ #: templates/email/listing-added.tpl.php:19
5821
+ #: templates/email/listing-edited.tpl.php:19
5822
+ msgctxt "notify email"
5823
+ msgid "Posted By"
5824
+ msgstr "Posté par"
5825
+
5826
+ #: templates/email/listing-edited.tpl.php:2
5827
+ msgctxt "emails"
5828
+ msgid ""
5829
+ "A listing in the directory has been edited recently. Listing details can be "
5830
+ "found below."
5831
+ msgstr ""
5832
+ "Une annonce dans l'annuaire a été édité récemment. Les détails de l'annonce "
5833
+ "peuvent être trouvés ci-dessous."
5834
+
5835
+ #: templates/listing-contactform.tpl.php:9
5836
+ msgctxt "templates"
5837
+ msgid "Listing Title: "
5838
+ msgstr "Titre de l'annonce:"
5839
+
5840
+ #: templates/listing-contactform.tpl.php:18
5841
+ msgctxt "templates"
5842
+ msgid ""
5843
+ "You are currently logged in as %s. Your message will be sent using your "
5844
+ "logged in contact email."
5845
+ msgstr ""
5846
+ "Vous êtes actuellement connecté en taant que %s. Votre message sera envoyé "
5847
+ "en utilisant votre compte email."
5848
+
5849
+ #: templates/listing-contactform.tpl.php:23
5850
+ msgctxt "templates"
5851
+ msgid "Your Name"
5852
+ msgstr "Votre nom"
5853
+
5854
+ #: templates/listing-contactform.tpl.php:27
5855
+ msgctxt "templates"
5856
+ msgid "Your Email"
5857
+ msgstr "Votre email"
5858
+
5859
+ #: templates/listing-contactform.tpl.php:32
5860
+ msgctxt "templates"
5861
+ msgid "Message"
5862
+ msgstr "Message"
5863
+
5864
+ #: templates/listing-contactform.tpl.php:40
5865
+ msgctxt "templates"
5866
+ msgid "Send"
5867
+ msgstr "Envoyer"
5868
+
5869
+ #: templates/listing-upgradetosticky.tpl.php:1
5870
+ msgctxt "templates"
5871
+ msgid "Upgrade listing"
5872
+ msgstr "Mettre à jour l'annonce"
5873
+
5874
+ #: templates/listing-upgradetosticky.tpl.php:10
5875
+ msgctxt "templates"
5876
+ msgid "Upgrade listing to %s for %s."
5877
+ msgstr "Mettre à jour l'aannonce de %s vers %s."
5878
+
5879
+ #: templates/manage-listings.tpl.php:6
5880
+ msgctxt "templates"
5881
+ msgid ""
5882
+ "Your current listings are shown below. To edit a listing click the edit "
5883
+ "button. To delete a listing click the delete button."
5884
+ msgstr ""
5885
+ "Vos annonces actuelles sont présentés ci-dessous. Pour modifier une annonce, "
5886
+ "cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
5887
+ "bouton Supprimer."
5888
+
5889
+ #: templates/manage-listings.tpl.php:9
5890
+ msgctxt "templates"
5891
+ msgid "You do not currently have any listings in the directory."
5892
+ msgstr "Vous ne possédez pas actuellement aucune annonce dans l'annuaire."
5893
+
5894
+ #: templates/manage-listings.tpl.php:11 templates/search.tpl.php:44
5895
+ msgctxt "templates"
5896
+ msgid "Return to directory"
5897
+ msgstr "Retourner vers l'annuaire"
5898
+
5899
+ #: templates/manage-recurring-cancel.tpl.php:1
5900
+ msgctxt "manage recurring"
5901
+ msgid "Manage Recurring Payments - Cancel"
5902
+ msgstr "Gérer les paiements récurrents - Annuler"
5903
+
5904
+ #: templates/manage-recurring-cancel.tpl.php:5
5905
+ msgctxt "manage recurring"
5906
+ msgid "Plan Details"
5907
+ msgstr "Détails des programmes"
5908
+
5909
+ #: templates/manage-recurring-cancel.tpl.php:9
5910
+ msgctxt "manage recurring"
5911
+ msgid "Name:"
5912
+ msgstr "Nom:"
5913
+
5914
+ #: templates/manage-recurring-cancel.tpl.php:15
5915
+ msgctxt "manage recurring"
5916
+ msgid "Cost:"
5917
+ msgstr "Coût:"
5918
+
5919
+ #: templates/manage-recurring-cancel.tpl.php:18
5920
+ msgctxt "manage recurring"
5921
+ msgid "%s every %s days."
5922
+ msgstr "%s tous les %s jours."
5923
+
5924
+ #: templates/manage-recurring-cancel.tpl.php:23
5925
+ msgctxt "manage recurring"
5926
+ msgid "Number of images:"
5927
+ msgstr "Nombre d'images:"
5928
+
5929
+ #: templates/manage-recurring-cancel.tpl.php:29
5930
+ msgctxt "manage recurring"
5931
+ msgid "Expires on:"
5932
+ msgstr "Expires le: "
5933
+
5934
+ #: templates/manage-recurring.tpl.php:1
5935
+ msgctxt "manage recurring"
5936
+ msgid "Manage Recurring Payments"
5937
+ msgstr "Gérer les paiements récurrents"
5938
+
5939
+ #: templates/manage-recurring.tpl.php:5
5940
+ msgctxt "manage recurring"
5941
+ msgid "Listing"
5942
+ msgstr "Annonce"
5943
+
5944
+ #: templates/manage-recurring.tpl.php:6
5945
+ msgctxt "manage subscriptions"
5946
+ msgid "Subscription / Fee Plan"
5947
+ msgstr "Abonnement/ Plan de frais"
5948
+
5949
+ #: templates/manage-recurring.tpl.php:27
5950
+ msgctxt "manage recurring"
5951
+ msgid "%s each %s days. Next renewal is on %s."
5952
+ msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
5953
+
5954
+ #: templates/manage-recurring.tpl.php:31
5955
+ msgctxt "manage recurring"
5956
+ msgid "Cancel recurring payment"
5957
+ msgstr "Annuler le paiement récurrent"
5958
+
5959
+ #: templates/parts/category-fee-selection.tpl.php:13
5960
+ msgctxt "templates"
5961
+ msgid "\"%s\" fee options"
5962
+ msgstr "\"%s\" options de frais"
5963
+
5964
+ #: templates/parts/category-fee-selection.tpl.php:18
5965
+ msgctxt "templates"
5966
+ msgid "Fee"
5967
+ msgstr "Frais"
5968
+
5969
+ #: templates/parts/category-fee-selection.tpl.php:19
5970
+ msgctxt "templates"
5971
+ msgid "Price"
5972
+ msgstr "Prix"
5973
+
5974
+ #: templates/parts/category-fee-selection.tpl.php:20
5975
+ msgctxt "templates"
5976
+ msgid "Duration"
5977
+ msgstr "Durée"
5978
+
5979
+ #: templates/parts/category-fee-selection.tpl.php:21
5980
+ msgctxt "templates"
5981
+ msgid "Images Allowed"
5982
+ msgstr "Images autorisées"
5983
+
5984
+ #: templates/parts/category-fee-selection.tpl.php:43
5985
+ msgctxt "templates"
5986
+ msgid "Unlimited"
5987
+ msgstr "Illimité"
5988
+
5989
+ #: templates/parts/category-fee-selection.tpl.php:45
5990
+ msgctxt "templates"
5991
+ msgid "%d day"
5992
+ msgid_plural "%d days"
5993
+ msgstr[0] "%d jour"
5994
+ msgstr[1] "%d jours"
5995
+
5996
+ #: templates/parts/listing-buttons.tpl.php:4
5997
+ #: templates/parts/listing-buttons.tpl.php:18
5998
+ #: templates/parts/listing-buttons.tpl.php:22
5999
+ msgctxt "templates"
6000
+ msgid "Edit"
6001
+ msgstr "Editer"
6002
+
6003
+ #: templates/parts/listing-buttons.tpl.php:7
6004
+ msgctxt "templates"
6005
+ msgid "Upgrade Listing"
6006
+ msgstr "Mettre à jour l'annonce"
6007
+
6008
+ #: templates/parts/listing-buttons.tpl.php:10
6009
+ #: templates/parts/listing-buttons.tpl.php:19
6010
+ #: templates/parts/listing-buttons.tpl.php:23
6011
+ msgctxt "templates"
6012
+ msgid "Delete"
6013
+ msgstr "Effacer"
6014
+
6015
+ #: templates/parts/listing-buttons.tpl.php:10
6016
+ #: templates/parts/listing-buttons.tpl.php:23
6017
+ msgctxt "templates"
6018
+ msgid "Are you sure you wish to delete this listing?"
6019
+ msgstr "Êtes-vous sur de vouloir effacer cette annonce?"
6020
+
6021
+ #: templates/parts/listing-buttons.tpl.php:13
6022
+ msgid "← Back to Directory"
6023
+ msgstr "← Revenir vers l'annuaire"
6024
+
6025
+ #: templates/parts/listing-buttons.tpl.php:17
6026
+ #: templates/parts/listing-buttons.tpl.php:21
6027
+ msgctxt "templates"
6028
+ msgid "View"
6029
+ msgstr "Vue"
6030
+
6031
+ #: templates/parts/login-required.tpl.php:5
6032
+ msgctxt "templates"
6033
+ msgid ""
6034
+ "You are not currently logged in. Please login or register first. When "
6035
+ "registering, you will receive an activation email. Be sure to check your "
6036
+ "spam if you don't see it in your email within 60 minutes."
6037
+ msgstr ""
6038
+ "Vous n'êtes, actuellement, pas connecté. Veuillez d'abord vous connecter ou "
6039
+ "vous inscrire. Lors de l'inscription, vous recevrez un email d'activation. "
6040
+ "Assurez-vous de vérifier votre spam si vous ne le voyez pas dans votre boîte "
6041
+ "de réception dans les 60 minutes qui suivent votre inscription."
6042
+
6043
+ #: templates/parts/login-required.tpl.php:10
6044
+ msgctxt "templates"
6045
+ msgid "Login"
6046
+ msgstr "Connexion"
6047
+
6048
+ #: templates/parts/login-required.tpl.php:31
6049
+ msgctxt "templates"
6050
+ msgid "Not yet registered?"
6051
+ msgstr "Pas encore enregistré?"
6052
+
6053
+ #: templates/parts/login-required.tpl.php:33
6054
+ msgctxt "templates"
6055
+ msgid "Lost your password?"
6056
+ msgstr "Mot de passe perdu?"
6057
+
6058
+ #: templates/payment/payment_items.tpl.php:5
6059
+ msgctxt "payment_items"
6060
+ msgid "Item"
6061
+ msgstr "Article"
6062
+
6063
+ #: templates/payment/payment_items.tpl.php:6
6064
+ msgctxt "payment_items"
6065
+ msgid "Amount"
6066
+ msgstr "Montant"
6067
+
6068
+ #: templates/payment/payment_items.tpl.php:19
6069
+ msgctxt "payment_items"
6070
+ msgid "Total"
6071
+ msgstr "Total"
6072
+
6073
+ #: templates/payment-page.tpl.php:17
6074
+ msgctxt "templates"
6075
+ msgid "We can not process your payment at this moment. Please try again later."
6076
+ msgstr ""
6077
+ "Nous ne pouvons pas procéder à votre paiement pour le moment. Veuillez "
6078
+ "réessayer plus tard."
6079
+
6080
+ #: templates/renew-listing.tpl.php:3
6081
+ msgctxt "templates"
6082
+ msgid "Renew Listing"
6083
+ msgstr "Renouveller l'annonce"
6084
+
6085
+ #: templates/renew-listing.tpl.php:7
6086
+ msgctxt "renewal"
6087
+ msgid "Proceed to Checkout"
6088
+ msgstr "Procéder à la vérification"
6089
+
6090
+ #: templates/renew-listing.tpl.php:10
6091
+ msgctxt "templates"
6092
+ msgid ""
6093
+ "You are about to renew your listing \"%s\" publication inside category \"%s"
6094
+ "\"."
6095
+ msgstr ""
6096
+ "Vous êtes sur le point de renouveler votre annonce \"%s\" publication dans "
6097
+ "la catégorie \"%s\"."
6098
+
6099
+ #: templates/renew-listing.tpl.php:15
6100
+ msgctxt "WPBDM"
6101
+ msgid ""
6102
+ "Please select a fee option or click \"Do not renew my listing\" to cancel "
6103
+ "your renewal."
6104
+ msgstr ""
6105
+ "Veuillez sélectionner une option de frais ou cliquez sur \"Ne pas "
6106
+ "renouveller mon annonce\" pour annuler votre renouvellement."
6107
+
6108
+ #: templates/renew-listing.tpl.php:22
6109
+ #: templates/submit-listing/category-selection.tpl.php:8
6110
+ #: templates/submit-listing/fee-selection.tpl.php:37
6111
+ #: templates/submit-listing/images.tpl.php:35
6112
+ #: templates/submit-listing/listing-fields.tpl.php:34
6113
+ msgctxt "templates"
6114
+ msgid "Continue"
6115
+ msgstr "Continuer"
6116
+
6117
+ #: templates/renew-listing.tpl.php:25
6118
+ msgctxt "renewal"
6119
+ msgid "Cancel Listing Renewal"
6120
+ msgstr "Annuler le renouvellement de l'annonce"
6121
+
6122
+ #: templates/renew-listing.tpl.php:26
6123
+ msgctxt "templates"
6124
+ msgid "Do not renew my listing"
6125
+ msgstr "Ne pas renouveller mon annonce"
6126
+
6127
+ #: templates/search.tpl.php:8 templates/search.tpl.php:27
6128
+ msgctxt "search"
6129
+ msgid "Search"
6130
+ msgstr "Rechercher"
6131
+
6132
+ #: templates/search.tpl.php:10
6133
+ msgctxt "search"
6134
+ msgid "Return to Advanced Search"
6135
+ msgstr "Retourner vers la recherche avancée"
6136
+
6137
+ #: templates/search.tpl.php:15
6138
+ msgctxt "templates"
6139
+ msgid "Find a listing"
6140
+ msgstr "Trouver une annonce"
6141
+
6142
+ #: templates/search.tpl.php:26
6143
+ msgctxt "search"
6144
+ msgid "Clear"
6145
+ msgstr "Effacer"
6146
+
6147
+ #: templates/search.tpl.php:34
6148
+ msgctxt "search"
6149
+ msgid "Search Results"
6150
+ msgstr "Résultats de la recherche"
6151
+
6152
+ #: templates/submit-listing/category-selection.tpl.php:1
6153
+ msgctxt "templates"
6154
+ msgid "Category Selection"
6155
+ msgstr "Selection de la catégorier"
6156
+
6157
+ #: templates/submit-listing/done.tpl.php:1
6158
+ msgctxt "templates"
6159
+ msgid "Submission Received"
6160
+ msgstr "Demande reçue"
6161
+
6162
+ #: templates/submit-listing/done.tpl.php:4
6163
+ msgctxt "templates"
6164
+ msgid "Your listing has been submitted."
6165
+ msgstr "Votre annonce a été soumise."
6166
+
6167
+ #: templates/submit-listing/done.tpl.php:6
6168
+ msgctxt "templates"
6169
+ msgid "Your listing changes were saved."
6170
+ msgstr "Les changements apportés à votre annonce ont été sauvegardés."
6171
+
6172
+ #: templates/submit-listing/done.tpl.php:11
6173
+ msgctxt "templates"
6174
+ msgid "Go to your listing"
6175
+ msgstr "Aller vers votre annonce"
6176
+
6177
+ #: templates/submit-listing/done.tpl.php:13
6178
+ msgctxt "templates"
6179
+ msgid "Return to directory."
6180
+ msgstr "Retourner vers l'annuaire."
6181
+
6182
+ #: templates/submit-listing/extra-sections.tpl.php:1
6183
+ msgctxt "templates"
6184
+ msgid "Additional Information"
6185
+ msgstr "Information additionel"
6186
+
6187
+ #: templates/submit-listing/extra-sections.tpl.php:6
6188
+ msgctxt "templates"
6189
+ msgid "Continue with listing submit"
6190
+ msgstr "Continuer avec la publication de l'annonce"
6191
+
6192
+ #: templates/submit-listing/fee-selection.tpl.php:1
6193
+ msgctxt "templates"
6194
+ msgid "Fee/Upgrade Selection"
6195
+ msgstr "Sélection de Frais/Mise à jour"
6196
+
6197
+ #: templates/submit-listing/fee-selection.tpl.php:18
6198
+ msgctxt "templates"
6199
+ msgid "Would you like to upgrade your listing to \"%s\" for %s more?"
6200
+ msgstr "Voulez-vous mettre à jour votre annonce vers \"%s\" pour plus de %s ?"
6201
+
6202
+ #: templates/submit-listing/fee-selection.tpl.php:21
6203
+ msgctxt "templates"
6204
+ msgid "Yes, upgrade my listing now."
6205
+ msgstr "Oui, mettez mon annonce à jour maintenant."
6206
+
6207
+ #: templates/submit-listing/fee-selection.tpl.php:31
6208
+ msgctxt "submit"
6209
+ msgid ""
6210
+ "Would you like to make your fee renew automatically at the end of the period?"
6211
+ msgstr ""
6212
+ "Voulez vous que vos frais se renouvellent automatiquement à la fin de la "
6213
+ "période?"
6214
+
6215
+ #: templates/submit-listing/images-single.tpl.php:9
6216
+ msgctxt "templates"
6217
+ msgid "Delete Image"
6218
+ msgstr "Effacer l'image"
6219
+
6220
+ #: templates/submit-listing/images-single.tpl.php:16
6221
+ msgctxt "templates"
6222
+ msgid "Set this image as the listing thumbnail."
6223
+ msgstr "Faire de cette image comme étant la minniature de l'annonce."
6224
+
6225
+ #: templates/submit-listing/images-upload-form.tpl.php:17
6226
+ msgctxt "templates"
6227
+ msgid "Upload Images"
6228
+ msgstr "Uploader les images"
6229
+
6230
+ #: templates/submit-listing/images-upload-form.tpl.php:22
6231
+ msgctxt "templates"
6232
+ msgid "Drop files here"
6233
+ msgstr "Déposer des fichiers ici"
6234
+
6235
+ #: templates/submit-listing/images-upload-form.tpl.php:26
6236
+ msgctxt "templates"
6237
+ msgid "Select images from your hard drive"
6238
+ msgstr "Sélectionner des images depuis votre ordinateur"
6239
+
6240
+ #: templates/submit-listing/images-upload-form.tpl.php:32
6241
+ msgctxt "templates"
6242
+ msgid "Uploading %s file(s)... Please wait."
6243
+ msgstr "Upload du/des fichier(s) à %s ... Veuillez patienter."
6244
+
6245
+ #: templates/submit-listing/images-upload-form.tpl.php:36
6246
+ msgctxt "templates"
6247
+ msgid ""
6248
+ "Your image slots are all full at this time. You may click \"Continue\" if "
6249
+ "you are done, or \"Delete Image\" to upload a new image in place of a "
6250
+ "current one."
6251
+ msgstr ""
6252
+ "Vos emplacements d'image sont actuellements pleins. Vous pouvez cliquer sur "
6253
+ "\"Continuer\" si vous avez fini, ou \"Remplacer l'Image\" pour remplacer une "
6254
+ "ancienne image par une nouvelle."
6255
+
6256
+ #: templates/submit-listing/images-upload-form.tpl.php:44
6257
+ msgctxt "templates"
6258
+ msgid "Image slots available:"
6259
+ msgstr "EMplacements d'image disponibles:"
6260
+
6261
+ #: templates/submit-listing/images-upload-form.tpl.php:49
6262
+ msgctxt "templates"
6263
+ msgid "Max. file size:"
6264
+ msgstr "Taille maximale des fichiers:"
6265
+
6266
+ #: templates/submit-listing/images.tpl.php:4
6267
+ msgctxt "templates"
6268
+ msgid "Listing Images"
6269
+ msgstr "Liste des images"
6270
+
6271
+ #: templates/submit-listing/images.tpl.php:7
6272
+ msgctxt "templates"
6273
+ msgid ""
6274
+ "There is an image pending upload. Would you still like to continue without "
6275
+ "saving the image?"
6276
+ msgstr ""
6277
+ "Il ya une image en attente d'upload. Souhaitez-vous toujours continuer sans "
6278
+ "sauvegarder l'image?"
6279
+
6280
+ #: templates/submit-listing/images.tpl.php:13
6281
+ msgctxt "templates"
6282
+ msgid "There are no images currently attached to your listing."
6283
+ msgstr "Il n'y a aucune image actuellement attaché à votre annonce."
6284
+
6285
+ #: templates/submit-listing/listing-fields.tpl.php:1
6286
+ msgctxt "templates"
6287
+ msgid "Listing Information"
6288
+ msgstr "Information d'annonce"
6289
+
6290
+ #: templates/submit-listing/listing-fields.tpl.php:15
6291
+ msgctxt "templates"
6292
+ msgid "* Indicates required fields."
6293
+ msgstr "* indique que le champ est requis."
6294
+
6295
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:178
6296
+ msgid ""
6297
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6298
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
6299
+ msgstr ""
6300
+
6301
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:185
6302
+ msgid ""
6303
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
6304
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
6305
+ "\">update now</a>."
6306
+ msgstr ""
6307
+
6308
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6309
+ msgid "You do not have permission to install plugin updates"
6310
+ msgstr ""
6311
+
6312
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
6313
+ msgid "Error"
6314
+ msgstr ""
6315
+
6316
+ #. Plugin URI of the plugin/theme
6317
+ msgid "http://www.businessdirectoryplugin.com"
6318
+ msgstr "http://www.businessdirectoryplugin.com"
6319
+
6320
+ #. Description of the plugin/theme
6321
+ msgid ""
6322
+ "Provides the ability to maintain a free or paid business directory on your "
6323
+ "WordPress powered site."
6324
+ msgstr ""
6325
+ "Fournit la capacité de maintenir un annuaire professionnel gratuit ou payant "
6326
+ "sur votre site propulsé par WordPress."
6327
+
6328
+ #. Author of the plugin/theme
6329
+ msgid "D. Rodenbaugh"
6330
+ msgstr "D. Rodenbaugh"
6331
+
6332
+ #. Author URI of the plugin/theme
6333
+ msgid "http://businessdirectoryplugin.com"
6334
+ msgstr "http://businessdirectoryplugin.com"
languages/WPBDM.pot CHANGED
@@ -2,19 +2,15 @@
2
  # This file is distributed under the same license as the Business Directory Plugin package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2015-04-07 16:07:07+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-04-07 11:10-0500\n"
12
- "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
13
- "X-Generator: Poedit 1.7.5\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
16
- "Language: en\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
 
19
  #: admin/class-admin-listings.php:24
20
  msgid "Listing Information"
@@ -107,270 +103,277 @@ msgctxt "admin actions"
107
  msgid "Renew Listing"
108
  msgstr ""
109
 
110
- #: admin/class-admin.php:136
111
  msgctxt "drip pointer"
112
  msgid ""
113
- "Find out how to create a compelling, thriving business directory from scratch in this "
114
- "ridiculously actionable (and FREE) 5-part email course. Get a FREE premium module just "
115
- "for signing up."
116
  msgstr ""
117
 
118
- #: admin/class-admin.php:138
119
  msgctxt "drip pointer"
120
  msgid "Email Address:"
121
  msgstr ""
122
 
123
- #: admin/class-admin.php:144
124
  msgctxt "drip pointer"
125
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
126
  msgstr ""
127
 
128
- #: admin/class-admin.php:146
129
  msgctxt "drip pointer"
130
  msgid "Yes, please!"
131
  msgstr ""
132
 
133
- #: admin/class-admin.php:148
134
  msgctxt "drip pointer"
135
  msgid "No, thanks"
136
  msgstr ""
137
 
138
- #: admin/class-admin.php:165
139
  msgctxt "admin"
140
  msgid "Business Directory"
141
  msgstr ""
142
 
143
- #: admin/class-admin.php:176
144
  msgctxt "admin"
145
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
146
  msgstr ""
147
 
148
- #: admin/class-admin.php:236
 
 
 
 
 
149
  msgctxt "admin menu"
150
  msgid "Business Directory Admin"
151
  msgstr ""
152
 
153
- #: admin/class-admin.php:237
154
  msgctxt "admin menu"
155
  msgid "Directory Admin"
156
  msgstr ""
157
 
158
- #: admin/class-admin.php:243 admin/class-admin.php:244
159
  msgctxt "admin menu"
160
  msgid "Add New Listing"
161
  msgstr ""
162
 
163
- #: admin/class-admin.php:249 admin/class-admin.php:250
164
  msgctxt "admin menu"
165
  msgid "Manage Options"
166
  msgstr ""
167
 
168
- #: admin/class-admin.php:255 admin/class-admin.php:256
169
  msgctxt "admin menu"
170
  msgid "Manage Fees"
171
  msgstr ""
172
 
173
- #: admin/class-admin.php:261 admin/class-admin.php:262
174
  msgctxt "admin menu"
175
  msgid "Manage Form Fields"
176
  msgstr ""
177
 
178
- #: admin/class-admin.php:267 admin/class-admin.php:268
179
  msgctxt "admin menu"
180
  msgid "Listings"
181
  msgstr ""
182
 
183
- #: admin/class-admin.php:282 admin/class-admin.php:283
184
  msgctxt "admin menu"
185
  msgid "CSV Import"
186
  msgstr ""
187
 
188
- #: admin/class-admin.php:288 admin/class-admin.php:289
189
  msgctxt "admin menu"
190
  msgid "CSV Export"
191
  msgstr ""
192
 
193
- #: admin/class-admin.php:294 admin/class-admin.php:295
194
  msgctxt "admin menu"
195
  msgid "Debug"
196
  msgstr ""
197
 
198
- #: admin/class-admin.php:304
199
  msgctxt "admin menu"
200
  msgid "Main Menu"
201
  msgstr ""
202
 
203
- #: admin/class-admin.php:315
204
  msgctxt "admin menu"
205
  msgid "Uninstall Business Directory Plugin"
206
  msgstr ""
207
 
208
- #: admin/class-admin.php:316
209
  msgctxt "admin menu"
210
  msgid "Uninstall"
211
  msgstr ""
212
 
213
- #: admin/class-admin.php:425 admin/templates/listing-metabox-categories.tpl.php:69
 
214
  msgctxt "admin infometabox"
215
  msgid "never"
216
  msgstr ""
217
 
218
- #: admin/class-admin.php:505
219
  msgctxt "admin"
220
  msgid "The listing has been published."
221
  msgid_plural "The listings have been published."
222
  msgstr[0] ""
223
  msgstr[1] ""
224
 
225
- #: admin/class-admin.php:518
226
  msgctxt "admin"
227
  msgid "The listing status has been set as paid."
228
  msgid_plural "The listings status has been set as paid."
229
  msgstr[0] ""
230
  msgstr[1] ""
231
 
232
- #: admin/class-admin.php:530
233
  msgctxt "admin"
234
  msgid "The listing has been modified."
235
  msgid_plural "The listings have been modified."
236
  msgstr[0] ""
237
  msgstr[1] ""
238
 
239
- #: admin/class-admin.php:543
240
  msgctxt "admin"
241
  msgid "The listing has been upgraded."
242
  msgid_plural "The listings have been upgraded."
243
  msgstr[0] ""
244
  msgstr[1] ""
245
 
246
- #: admin/class-admin.php:555
247
  msgctxt "admin"
248
  msgid "The listing has been downgraded."
249
  msgid_plural "The listings have been downgraded."
250
  msgstr[0] ""
251
  msgstr[1] ""
252
 
253
- #: admin/class-admin.php:567 admin/transactions.php:243
254
  msgctxt "admin"
255
  msgid "The transaction has been approved."
256
  msgstr ""
257
 
258
- #: admin/class-admin.php:575 admin/transactions.php:254
259
  msgctxt "admin"
260
  msgid "The transaction has been rejected."
261
  msgstr ""
262
 
263
- #: admin/class-admin.php:581
264
  msgctxt "admin"
265
  msgid "The fee was successfully assigned."
266
  msgstr ""
267
 
268
- #: admin/class-admin.php:590
269
  msgctxt "admin"
270
  msgid "Listing was renewed."
271
  msgid_plural "Listings were renewed."
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
- #: admin/class-admin.php:597
276
  msgctxt "admin"
277
  msgid "Renewal email sent."
278
  msgstr ""
279
 
280
- #: admin/class-admin.php:631
281
  msgctxt "admin category id"
282
  msgid "ID"
283
  msgstr ""
284
 
285
- #: admin/class-admin.php:633 admin/class-admin.php:639
286
  msgctxt "admin"
287
  msgid "Listing Count"
288
  msgstr ""
289
 
290
- #: admin/class-admin.php:735
291
  msgctxt "admin"
292
  msgid ""
293
- "<b>Business Directory Plugin</b> requires fields with the following associations in "
294
- "order to work correctly: <b>%s</b>."
295
  msgstr ""
296
 
297
- #: admin/class-admin.php:737
298
  msgctxt "admin"
299
  msgid ""
300
- "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> association in order "
301
- "to work correctly."
302
  msgstr ""
303
 
304
- #: admin/class-admin.php:741
305
  msgctxt "admin"
306
  msgid ""
307
- "You can create these custom fields by yourself inside \"Manage Form Fields\" or let "
308
- "Business Directory do this for you automatically."
309
  msgstr ""
310
 
311
- #: admin/class-admin.php:745
312
  msgctxt "admin"
313
  msgid "Go to \"Manage Form Fields\""
314
  msgstr ""
315
 
316
- #: admin/class-admin.php:748
317
  msgctxt "admin"
318
  msgid "Create these required fields for me"
319
  msgstr ""
320
 
321
- #: admin/class-admin.php:757
322
  msgctxt "admin"
323
  msgid ""
324
- "<b>Business Directory Plugin</b> requires a page with the <tt>[businessdirectory]</tt> "
325
- "shortcode to function properly."
326
  msgstr ""
327
 
328
- #: admin/class-admin.php:759
329
  msgctxt "admin"
330
  msgid ""
331
- "You can create this page by yourself or let Business Directory do this for you "
332
- "automatically."
333
  msgstr ""
334
 
335
- #: admin/class-admin.php:763
336
  msgctxt "admin"
337
  msgid "Create required pages for me"
338
  msgstr ""
339
 
340
- #: admin/class-admin.php:793
341
  msgctxt "admin compat"
342
  msgid "Installed: %s"
343
  msgstr ""
344
 
345
- #: admin/class-admin.php:793
346
  msgctxt "admin compat"
347
  msgid "N/A"
348
  msgstr ""
349
 
350
- #: admin/class-admin.php:796
351
  msgctxt "admin compat"
352
  msgid "Required: %s"
353
  msgstr ""
354
 
355
- #: admin/class-admin.php:809
356
  msgctxt "admin compat"
357
  msgid ""
358
- "Business Directory has detected some incompatible premium module versions installed."
 
359
  msgstr ""
360
 
361
- #: admin/class-admin.php:811
362
  msgctxt "admin compat"
363
  msgid ""
364
- "Please upgrade to the required versions indicated below to make sure everything "
365
- "functions properly."
366
  msgstr ""
367
 
368
- #: admin/class-admin.php:826
369
  msgctxt "admin"
370
  msgid ""
371
- "We noticed you want your Business Directory users to register before posting listings, "
372
- "but Registration for your site is currently disabled. Go [here] and check \"Anyone can "
373
- "register\" to make sure BD works properly."
374
  msgstr ""
375
 
376
  #: admin/class-listing-fields-metabox.php:21
@@ -378,7 +381,8 @@ msgctxt "admin"
378
  msgid "Listing Fields"
379
  msgstr ""
380
 
381
- #: admin/class-listing-fields-metabox.php:40 templates/submit-listing/images.tpl.php:12
 
382
  msgctxt "templates"
383
  msgid "Current Images"
384
  msgstr ""
@@ -425,9 +429,9 @@ msgstr ""
425
 
426
  #: admin/csv-import.php:241
427
  msgid ""
428
- "A valid temporary directory with write permissions is required for CSV imports to "
429
- "function properly. Your server is using \"%s\" but this path does not seem to be "
430
- "writable. Please consult with your host."
431
  msgstr ""
432
 
433
  #: admin/csv-import.php:275
@@ -445,7 +449,14 @@ msgctxt "admin csv-import"
445
  msgid "There was an error uploading the images ZIP file."
446
  msgstr ""
447
 
448
- #: admin/csv-import.php:311
 
 
 
 
 
 
 
449
  msgctxt "admin csv-import"
450
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
451
  msgstr ""
@@ -637,9 +648,9 @@ msgstr ""
637
  #: admin/form-fields.php:171
638
  msgctxt "formfields-preview"
639
  msgid ""
640
- "This is a preview of the form as it will appear during \"Submit a Listing\". The users "
641
- "may not see all fields from \"Manage Form Fields\" because you have \"Featured Levels\" "
642
- "active and this is showing the base level."
643
  msgstr ""
644
 
645
  #: admin/form-fields.php:177
@@ -744,17 +755,18 @@ msgstr ""
744
  #: admin/templates/csv-export.tpl.php:9
745
  msgctxt "admin csv-export"
746
  msgid ""
747
- "An unknown error occurred during the export. Please make sure you have enough free disk "
748
- "space and memory available to PHP. Check your error logs for details."
 
749
  msgstr ""
750
 
751
  #: admin/templates/csv-export.tpl.php:18
752
  msgctxt "admin csv-export"
753
  msgid ""
754
- "Please note that the export process is a resource intensive task. If your export does "
755
- "not succeed try disabling other plugins first and/or increasing the values of the "
756
- "'memory_limit' and 'max_execution_time' directives in your server's php.ini "
757
- "configuration file."
758
  msgstr ""
759
 
760
  #: admin/templates/csv-export.tpl.php:30
@@ -800,8 +812,8 @@ msgstr ""
800
  #: admin/templates/csv-export.tpl.php:56
801
  msgctxt "admin csv-export"
802
  msgid ""
803
- "When checked, instead of just a CSV file a ZIP file will be generated with both a CSV "
804
- "file and listing images."
805
  msgstr ""
806
 
807
  #: admin/templates/csv-export.tpl.php:62
@@ -817,8 +829,8 @@ msgstr ""
817
  #: admin/templates/csv-export.tpl.php:69
818
  msgctxt "admin csv-export"
819
  msgid ""
820
- "If you plan to re-import the listings into BD and don't want new ones created, select "
821
- "this option!"
822
  msgstr ""
823
 
824
  #: admin/templates/csv-export.tpl.php:75
@@ -846,10 +858,14 @@ msgctxt "admin csv-export"
846
  msgid "Column Separator"
847
  msgstr ""
848
 
849
- #: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:105
850
- #: admin/templates/csv-export.tpl.php:116 admin/templates/csv-import.tpl.php:43
851
- #: admin/templates/csv-import.tpl.php:109 admin/templates/csv-import.tpl.php:120
852
- #: admin/templates/csv-import.tpl.php:131 admin/templates/csv-import.tpl.php:158
 
 
 
 
853
  msgctxt "admin forms"
854
  msgid "required"
855
  msgstr ""
@@ -877,8 +893,8 @@ msgstr ""
877
  #: admin/templates/csv-export.tpl.php:135
878
  msgctxt "admin csv-export"
879
  msgid ""
880
- "Your export file is being prepared. Please <u>do not leave</u> this page until the "
881
- "export finishes."
882
  msgstr ""
883
 
884
  #: admin/templates/csv-export.tpl.php:138
@@ -903,7 +919,9 @@ msgstr ""
903
 
904
  #: admin/templates/csv-export.tpl.php:153
905
  msgctxt "admin csv-export"
906
- msgid "Your export file has been successfully created and it is now ready for download."
 
 
907
  msgstr ""
908
 
909
  #: admin/templates/csv-export.tpl.php:156
@@ -914,8 +932,8 @@ msgstr ""
914
  #: admin/templates/csv-export.tpl.php:162
915
  msgctxt "admin csv-export"
916
  msgid ""
917
- "Click \"Cleanup\" once the file has been downloaded in order to remove all temporary "
918
- "data created by Business Directory during the export process."
919
  msgstr ""
920
 
921
  #: admin/templates/csv-export.tpl.php:163
@@ -946,9 +964,9 @@ msgstr ""
946
  #: admin/templates/csv-import-progress.tpl.php:10
947
  msgctxt "admin csv-import"
948
  msgid ""
949
- "A fatal error occurred during the import. If connection wasn't lost during the import, "
950
- "please make sure that you have enough free disk space and memory available to PHP. Check "
951
- "your error logs for details."
952
  msgstr ""
953
 
954
  #: admin/templates/csv-import-progress.tpl.php:14
@@ -1066,7 +1084,8 @@ msgctxt "admin csv-import"
1066
  msgid "Warning"
1067
  msgstr ""
1068
 
1069
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:216
 
1070
  msgctxt "admin csv-import"
1071
  msgid "Help"
1072
  msgstr ""
@@ -1084,8 +1103,8 @@ msgstr ""
1084
  #: admin/templates/csv-import.tpl.php:29
1085
  msgctxt "admin csv-import"
1086
  msgid ""
1087
- "We strongly recommend reading our <a>CSV import documentation</a> first to help you do "
1088
- "things in the right order."
1089
  msgstr ""
1090
 
1091
  #: admin/templates/csv-import.tpl.php:38
@@ -1180,7 +1199,8 @@ msgstr ""
1180
 
1181
  #: admin/templates/csv-import.tpl.php:193
1182
  msgctxt "admin csv-import"
1183
- msgid "This user will be used if the username column is not present in the CSV file."
 
1184
  msgstr ""
1185
 
1186
  #: admin/templates/csv-import.tpl.php:198
@@ -1206,9 +1226,10 @@ msgstr ""
1206
  #: admin/templates/csv-import.tpl.php:218
1207
  msgctxt "admin csv-import"
1208
  msgid ""
1209
- "The following are the valid header names to be used in the CSV file. Multivalued fields "
1210
- "(such as category or tags) can appear multiple times in the file. Click <a href=\"%s\">"
1211
- "\"See an example CSV import file\"</a> to see how an import file should look like."
 
1212
  msgstr ""
1213
 
1214
  #: admin/templates/csv-import.tpl.php:225
@@ -1248,27 +1269,29 @@ msgstr ""
1248
 
1249
  #: admin/templates/csv-import.tpl.php:265
1250
  msgctxt "admin csv-import"
1251
- msgid "Internal Sequence ID used to allow listing updates from external sources."
 
1252
  msgstr ""
1253
 
1254
  #: admin/templates/csv-import.tpl.php:272
1255
  msgctxt "admin csv-import"
1256
  msgid ""
1257
- "Date of listing expiration formatted as YYYY-MM-DD. Use this column when adding or "
1258
- "updating listings from external sources."
1259
  msgstr ""
1260
 
1261
  #: admin/templates/debug-info.tpl.php:5
1262
  msgctxt "debug-info"
1263
  msgid ""
1264
- "The following information can help BD developers debug possible problems with your setup."
 
1265
  msgstr ""
1266
 
1267
  #: admin/templates/debug-info.tpl.php:6
1268
  msgctxt "debug-info"
1269
  msgid ""
1270
- "The debug information does not contain personal or sensitive information such as "
1271
- "passwords or private keys."
1272
  msgstr ""
1273
 
1274
  #: admin/templates/debug-info.tpl.php:9
@@ -1364,8 +1387,8 @@ msgstr ""
1364
  #: admin/templates/fees.tpl.php:13
1365
  msgctxt "fees admin"
1366
  msgid ""
1367
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page and check the "
1368
- "box next to 'Turn On Payments' under 'Payment Settings'."
1369
  msgstr ""
1370
 
1371
  #: admin/templates/fees.tpl.php:22
@@ -1411,10 +1434,11 @@ msgstr ""
1411
  #: admin/templates/fees.tpl.php:61
1412
  msgctxt "admin templates"
1413
  msgid ""
1414
- "It does not appear you have any of the payment gateway modules enabled. Either <a>enable "
1415
- "the default Authorize.net gateway</a> with your account info, or purchase a different "
1416
- "payment gateway module in order to charge a fee for listings. To purchase additional "
1417
- "payment gateways use the buttons below or visit %s."
 
1418
  msgstr ""
1419
 
1420
  #: admin/templates/fees.tpl.php:77
@@ -1424,7 +1448,9 @@ msgstr ""
1424
 
1425
  #: admin/templates/fees.tpl.php:82
1426
  msgctxt "admin templates"
1427
- msgid "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your users."
 
 
1428
  msgstr ""
1429
 
1430
  #: admin/templates/form-fields-addoredit.tpl.php:1
@@ -1565,8 +1591,9 @@ msgstr ""
1565
  #: admin/templates/form-fields.tpl.php:9
1566
  msgctxt "form-fields admin"
1567
  msgid ""
1568
- "Here, you can create new fields for your listings, edit or delete existing ones, change "
1569
- "the order and visibility of the fields as well as configure special options for them."
 
1570
  msgstr ""
1571
 
1572
  #: admin/templates/form-fields.tpl.php:15
@@ -1574,6 +1601,7 @@ msgctxt "form-fields admin"
1574
  msgid "Please see the <a>Form Fields documentation</a> for more details."
1575
  msgstr ""
1576
 
 
1577
  #. Plugin Name of the plugin/theme
1578
  #: admin/templates/header.tpl.php:4
1579
  msgid "Business Directory Plugin"
@@ -1587,29 +1615,29 @@ msgstr ""
1587
  #: admin/templates/home.tpl.php:5
1588
  msgctxt "admin home"
1589
  msgid ""
1590
- "Thanks for choosing us. There's a lot you probably want to get done, so let's jump "
1591
- "right in!"
1592
  msgstr ""
1593
 
1594
  #: admin/templates/home.tpl.php:11
1595
  msgctxt "admin home"
1596
  msgid ""
1597
- "Our complete documentation is <a>here</a> which we encourage you to use while setting "
1598
- "things up."
1599
  msgstr ""
1600
 
1601
  #: admin/templates/home.tpl.php:14
1602
  msgctxt "admin home"
1603
  msgid ""
1604
- "We have some quick-start scenarios that you will find useful regarding setup and "
1605
- "configuration <a>here</a>."
1606
  msgstr ""
1607
 
1608
  #: admin/templates/home.tpl.php:18
1609
  msgctxt "admin home"
1610
  msgid ""
1611
- "If you have questions, please post a comment on <a>support forum</a> and we'll answer it "
1612
- "within 24 hours most days."
1613
  msgstr ""
1614
 
1615
  #: admin/templates/home.tpl.php:25
@@ -1793,7 +1821,9 @@ msgstr ""
1793
 
1794
  #: admin/templates/listing-metabox-fees.tpl.php:12
1795
  msgctxt "admin infometabox"
1796
- msgid "Note: In Free mode, the fee plans will always be set to \"Free Listing\" below."
 
 
1797
  msgstr ""
1798
 
1799
  #: admin/templates/listing-metabox-fees.tpl.php:22
@@ -1901,8 +1931,8 @@ msgstr ""
1901
 
1902
  #: admin/templates/settings.tpl.php:36
1903
  msgid ""
1904
- "Use this option if you want to go back to the original factory settings for BD. "
1905
- "<b>Please note that all of your existing settings will be lost.</b>"
1906
  msgstr ""
1907
 
1908
  #: admin/templates/sidebar.tpl.php:3
@@ -2058,8 +2088,9 @@ msgstr ""
2058
  #: admin/templates/uninstall-capture-form.tpl.php:16
2059
  msgctxt "uninstall"
2060
  msgid ""
2061
- "We're sorry to see you leave. Could you take 10 seconds and answer one question for us "
2062
- "to help us make the product better for everyone in the future?"
 
2063
  msgstr ""
2064
 
2065
  #: admin/templates/uninstall-capture-form.tpl.php:19
@@ -2105,8 +2136,9 @@ msgstr ""
2105
  #: admin/tracking.php:190
2106
  msgctxt "tracking"
2107
  msgid ""
2108
- "Can Business Directory keep track of your theme, plugins, and other non-personal, non-"
2109
- "identifying information to help us in testing the plugin for future releases?"
 
2110
  msgstr ""
2111
 
2112
  #: admin/tracking.php:192
@@ -2259,105 +2291,105 @@ msgctxt "admin"
2259
  msgid "The transaction has been deleted."
2260
  msgstr ""
2261
 
2262
- #: business-directory-plugin.php:649
2263
  msgctxt "admin plugins"
2264
  msgid "Settings"
2265
  msgstr ""
2266
 
2267
- #: business-directory-plugin.php:659
2268
  msgctxt "post type general name"
2269
  msgid "Directory"
2270
  msgstr ""
2271
 
2272
- #: business-directory-plugin.php:660
2273
  msgctxt "post type singular name"
2274
  msgid "Directory"
2275
  msgstr ""
2276
 
2277
- #: business-directory-plugin.php:661
2278
  msgctxt "listing"
2279
  msgid "Add New Listing"
2280
  msgstr ""
2281
 
2282
- #: business-directory-plugin.php:662
2283
  msgctxt "post type"
2284
  msgid "Add New Listing"
2285
  msgstr ""
2286
 
2287
- #: business-directory-plugin.php:663 core/compatibility/deprecated.php:255
2288
  msgid "Edit Listing"
2289
  msgstr ""
2290
 
2291
- #: business-directory-plugin.php:664
2292
  msgid "New Listing"
2293
  msgstr ""
2294
 
2295
- #: business-directory-plugin.php:665
2296
  msgid "View Listing"
2297
  msgstr ""
2298
 
2299
- #: business-directory-plugin.php:666
2300
  msgid "Search Listings"
2301
  msgstr ""
2302
 
2303
- #: business-directory-plugin.php:667
2304
  msgid "No listings found"
2305
  msgstr ""
2306
 
2307
- #: business-directory-plugin.php:668
2308
  msgid "No listings found in trash"
2309
  msgstr ""
2310
 
2311
- #: business-directory-plugin.php:690
2312
  msgid "Directory Categories"
2313
  msgstr ""
2314
 
2315
- #: business-directory-plugin.php:813 business-directory-plugin.php:820
2316
  msgctxt "rss feed"
2317
  msgid "%s Feed"
2318
  msgstr ""
2319
 
2320
- #: business-directory-plugin.php:1178
2321
  msgctxt "title"
2322
  msgid "Submit A Listing"
2323
  msgstr ""
2324
 
2325
- #: business-directory-plugin.php:1188
2326
  msgctxt "title"
2327
  msgid "Find a Listing"
2328
  msgstr ""
2329
 
2330
- #: business-directory-plugin.php:1198
2331
  msgctxt "title"
2332
  msgid "View All Listings"
2333
  msgstr ""
2334
 
2335
- #: business-directory-plugin.php:1218
2336
  msgctxt "title"
2337
  msgid "Listings tagged: %s"
2338
  msgstr ""
2339
 
2340
- #: business-directory-plugin.php:1442
2341
  msgctxt "comment-form"
2342
  msgid "The reCAPTCHA wasn't entered correctly."
2343
  msgstr ""
2344
 
2345
- #: core/class-csv-import.php:357
2346
  msgctxt "admin csv-import"
2347
  msgid "Could not create listing category \"%s\""
2348
  msgstr ""
2349
 
2350
- #: core/class-csv-import.php:499
2351
  msgctxt "admin csv-import"
2352
  msgid "Username \"%s\" does not exist"
2353
  msgstr ""
2354
 
2355
- #: core/class-csv-import.php:531
2356
  msgctxt "admin csv-import"
2357
  msgid "Missing required field: %s"
2358
  msgstr ""
2359
 
2360
- #: core/class-csv-import.php:551
2361
  msgctxt "admin csv-import"
2362
  msgid "Listing category \"%s\" does not exist"
2363
  msgstr ""
@@ -2367,33 +2399,36 @@ msgctxt "form-fields-api"
2367
  msgid "Invalid form field type"
2368
  msgstr ""
2369
 
2370
- #: core/class-form-field.php:399
2371
  msgctxt "form-fields-api"
2372
  msgid "Field label is required."
2373
  msgstr ""
2374
 
2375
- #: core/class-form-field.php:416
2376
  msgctxt "form-fields-api"
2377
  msgid ""
2378
- "There can only be one field with association \"%s\". Please select another association."
 
2379
  msgstr ""
2380
 
2381
- #: core/class-form-field.php:426
2382
  msgctxt "form-fields-api"
2383
  msgid "\"%s\" is an invalid field type for this association."
2384
  msgstr ""
2385
 
2386
- #: core/class-form-field.php:457
2387
  msgctxt "form-fields-api"
2388
  msgid "Invalid field ID"
2389
  msgstr ""
2390
 
2391
- #: core/class-form-field.php:466
2392
  msgctxt "form-fields api"
2393
- msgid "This form field can't be deleted because it is required for the plugin to work."
 
 
2394
  msgstr ""
2395
 
2396
- #: core/class-form-field.php:478
2397
  msgctxt "form-fields-api"
2398
  msgid "An error occurred while trying to delete this field."
2399
  msgstr ""
@@ -2448,12 +2483,12 @@ msgctxt "listing"
2448
  msgid "(Fee Unavailable)"
2449
  msgstr ""
2450
 
2451
- #: core/class-listings-api.php:291
2452
  msgctxt "notify email"
2453
  msgid "[%s] New listing notification"
2454
  msgstr ""
2455
 
2456
- #: core/class-listings-api.php:310
2457
  msgctxt "notify email"
2458
  msgid "[%s] Listing edit notification"
2459
  msgstr ""
@@ -2516,8 +2551,8 @@ msgstr ""
2516
  #: core/class-settings.php:29
2517
  msgctxt "admin settings"
2518
  msgid ""
2519
- "Allow BD to anonymously collect information about your installed plugins, themes and WP "
2520
- "version?"
2521
  msgstr ""
2522
 
2523
  #: core/class-settings.php:34
@@ -2542,7 +2577,8 @@ msgstr ""
2542
 
2543
  #: core/class-settings.php:39
2544
  msgctxt "admin settings"
2545
- msgid "The slug can't be in use by another term. Avoid \"category\", for instance."
 
2546
  msgstr ""
2547
 
2548
  #: core/class-settings.php:40
@@ -2563,8 +2599,9 @@ msgstr ""
2563
  #: core/class-settings.php:46
2564
  msgctxt "admin settings"
2565
  msgid ""
2566
- "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-directory/1809/"
2567
- "listing-title\". Check this setting to remove the ID for better SEO."
 
2568
  msgstr ""
2569
 
2570
  #: core/class-settings.php:50
@@ -2615,8 +2652,8 @@ msgstr ""
2615
  #: core/class-settings.php:79
2616
  msgctxt "admin settings"
2617
  msgid ""
2618
- "Enter text or a URL starting with http. If you use a URL, the Terms and Conditions text "
2619
- "will be replaced by a link to the appropiate page."
2620
  msgstr ""
2621
 
2622
  #: core/class-settings.php:83
@@ -2657,15 +2694,17 @@ msgstr ""
2657
  #: core/class-settings.php:102
2658
  msgctxt "admin settings"
2659
  msgid ""
2660
- "You have selected a textarea field to be included in quick searches. Searches involving "
2661
- "those fields are very expensive and could result in timeouts and/or general slowness."
 
2662
  msgstr ""
2663
 
2664
  #: core/class-settings.php:104
2665
  msgctxt "admin settings"
2666
  msgid ""
2667
- "Use Ctrl-Click to include multiple fields in the search. Choosing too many fields for "
2668
- "inclusion into Quick Search can result in very slow search performance."
 
2669
  msgstr ""
2670
 
2671
  #: core/class-settings.php:107
@@ -2681,8 +2720,9 @@ msgstr ""
2681
  #: core/class-settings.php:118
2682
  msgctxt "admin settings"
2683
  msgid ""
2684
- "Enabling this makes BD sacrifice result quality to improve speed. This is helpful if "
2685
- "you're on shared hosting plans, where database performance is an issue."
 
2686
  msgstr ""
2687
 
2688
  #: core/class-settings.php:123
@@ -2693,16 +2733,16 @@ msgstr ""
2693
  #: core/class-settings.php:127
2694
  msgctxt "admin settings"
2695
  msgid ""
2696
- "Check this if you are having trouble with BD, particularly when importing or exporting "
2697
- "CSV files."
2698
  msgstr ""
2699
 
2700
  #: core/class-settings.php:130
2701
  msgctxt "admin settings"
2702
  msgid ""
2703
- "If this compatibility mode doesn't solve your issue, you may be experiencing a more "
2704
- "serious conflict. <a>Here is an article</a> about how to test for theme and plugin "
2705
- "conflicts with Business Directory."
2706
  msgstr ""
2707
 
2708
  #: core/class-settings.php:133
@@ -2710,7 +2750,7 @@ msgctxt "admin settings"
2710
  msgid "Enable AJAX compatibility mode?"
2711
  msgstr ""
2712
 
2713
- #: core/class-settings.php:141 core/class-settings.php:603
2714
  msgctxt "admin settings"
2715
  msgid "Listings"
2716
  msgstr ""
@@ -2727,7 +2767,9 @@ msgstr ""
2727
 
2728
  #: core/class-settings.php:145
2729
  msgctxt "admin settings"
2730
- msgid "Number of listings to show per page. Use a value of \"0\" to show all listings."
 
 
2731
  msgstr ""
2732
 
2733
  #: core/class-settings.php:147
@@ -2738,8 +2780,8 @@ msgstr ""
2738
  #: core/class-settings.php:148
2739
  msgctxt "admin settings"
2740
  msgid ""
2741
- "Use a value of \"0\" to keep a listing alive indefinitely or enter a number less than 10 "
2742
- "years (3650 days)."
2743
  msgstr ""
2744
 
2745
  #: core/class-settings.php:154
@@ -2750,8 +2792,8 @@ msgstr ""
2750
  #: core/class-settings.php:157
2751
  msgctxt "admin settings"
2752
  msgid ""
2753
- "Allows visitors to contact listing authors privately. Authors will receive the messages "
2754
- "via email."
2755
  msgstr ""
2756
 
2757
  #: core/class-settings.php:160
@@ -2766,7 +2808,9 @@ msgstr ""
2766
 
2767
  #: core/class-settings.php:169
2768
  msgctxt "admin settings"
2769
- msgid "Use this to prevent spamming of listing owners. 0 means unlimited submits per day."
 
 
2770
  msgstr ""
2771
 
2772
  #: core/class-settings.php:175
@@ -2777,8 +2821,8 @@ msgstr ""
2777
  #: core/class-settings.php:178
2778
  msgctxt "admin settings"
2779
  msgid ""
2780
- "Allow visitors to discuss listings using the standard WordPress comment form. Comments "
2781
- "are public."
2782
  msgstr ""
2783
 
2784
  #: core/class-settings.php:179
@@ -2814,8 +2858,8 @@ msgstr ""
2814
  #: core/class-settings.php:192
2815
  msgctxt "admin settings"
2816
  msgid ""
2817
- "Allow users to opt in for automatic renewal of their listings. The fee is charged at the "
2818
- "time the listing expires without user intervention."
2819
  msgstr ""
2820
 
2821
  #: core/class-settings.php:196
@@ -2825,7 +2869,9 @@ msgstr ""
2825
 
2826
  #: core/class-settings.php:199
2827
  msgctxt "admin settings"
2828
- msgid "Enable automatic renewal without having users opt in during the submit process."
 
 
2829
  msgstr ""
2830
 
2831
  #: core/class-settings.php:204
@@ -2835,12 +2881,14 @@ msgstr ""
2835
 
2836
  #: core/class-settings.php:207
2837
  msgctxt "admin settings"
2838
- msgid "Configure how many days before listing expiration is the renewal e-mail sent."
 
2839
  msgstr ""
2840
 
2841
  #: core/class-settings.php:211
2842
  msgctxt "admin settings"
2843
- msgid "Send expiration notices including a cancel links to auto-renewed listings?"
 
2844
  msgstr ""
2845
 
2846
  #: core/class-settings.php:218
@@ -2856,8 +2904,8 @@ msgstr ""
2856
  #: core/class-settings.php:226
2857
  msgctxt "admin settings"
2858
  msgid ""
2859
- "Configure how many days after the expiration of a listing an e-mail reminder should be "
2860
- "sent to the owner."
2861
  msgstr ""
2862
 
2863
  #: core/class-settings.php:229
@@ -3013,8 +3061,8 @@ msgstr ""
3013
  #: core/class-settings.php:282
3014
  msgctxt "admin settings"
3015
  msgid ""
3016
- "You can upgrade your listing to featured status. Featured listings will always appear on "
3017
- "top of regular listings."
3018
  msgstr ""
3019
 
3020
  #: core/class-settings.php:287
@@ -3030,8 +3078,9 @@ msgstr ""
3030
  #: core/class-settings.php:294
3031
  msgctxt "admin settings"
3032
  msgid ""
3033
- "Shows the email address of the listing owner to all web users. NOT RECOMMENDED as this "
3034
- "increases spam to the address and allows spam bots to harvest it for future use."
 
3035
  msgstr ""
3036
 
3037
  #: core/class-settings.php:297
@@ -3042,8 +3091,8 @@ msgstr ""
3042
  #: core/class-settings.php:300
3043
  msgctxt "admin settings"
3044
  msgid ""
3045
- "This affects emails sent to listing owners via contact forms or when their listings "
3046
- "expire."
3047
  msgstr ""
3048
 
3049
  #: core/class-settings.php:307
@@ -3141,7 +3190,8 @@ msgctxt "admin settings"
3141
  msgid "Sent after a listing has been submitted."
3142
  msgstr ""
3143
 
3144
- #: core/class-settings.php:358 core/class-settings.php:366 core/class-settings.php:407
 
3145
  msgctxt "admin settings"
3146
  msgid "Listing's title"
3147
  msgstr ""
@@ -3154,8 +3204,8 @@ msgstr ""
3154
  #: core/class-settings.php:364
3155
  msgctxt "admin settings"
3156
  msgid ""
3157
- "Your listing \"[listing]\" is now available at [listing-url] and can be viewed by the "
3158
- "public."
3159
  msgstr ""
3160
 
3161
  #: core/class-settings.php:365
@@ -3175,7 +3225,9 @@ msgstr ""
3175
 
3176
  #: core/class-settings.php:375
3177
  msgctxt "admin settings"
3178
- msgid "Sent to listing owners when someone uses the contact form on their listing pages."
 
 
3179
  msgstr ""
3180
 
3181
  #: core/class-settings.php:385
@@ -3198,585 +3250,614 @@ msgctxt "admin settings"
3198
  msgid "Checkout URL link"
3199
  msgstr ""
3200
 
3201
- #: core/class-settings.php:413
3202
  msgctxt "admin settings"
3203
  msgid "Renewal Reminders"
3204
  msgstr ""
3205
 
3206
- #: core/class-settings.php:416
3207
  msgctxt "admin settings"
3208
  msgid ""
3209
- "This section refers only to the text of the renewal/expiration notices. You can also "
3210
- "<a>configure when the e-mails are sent</a>."
3211
  msgstr ""
3212
 
3213
- #: core/class-settings.php:420
3214
  msgctxt "admin settings"
3215
  msgid "Pending expiration e-mail message"
3216
  msgstr ""
3217
 
3218
- #: core/class-settings.php:424
3219
  msgctxt "settings"
3220
- msgid "Sent some time before the listing expires. Applies to non-recurring renewals only."
 
 
3221
  msgstr ""
3222
 
3223
- #: core/class-settings.php:425 core/class-settings.php:438 core/class-settings.php:451
3224
- #: core/class-settings.php:464 core/class-settings.php:477
 
3225
  msgctxt "settings"
3226
  msgid "Listing's name (with link)"
3227
  msgstr ""
3228
 
3229
- #: core/class-settings.php:426 core/class-settings.php:439 core/class-settings.php:452
3230
- #: core/class-settings.php:465 core/class-settings.php:478
 
3231
  msgctxt "settings"
3232
  msgid "Author's name"
3233
  msgstr ""
3234
 
3235
- #: core/class-settings.php:427 core/class-settings.php:440 core/class-settings.php:479
 
3236
  msgctxt "settings"
3237
  msgid "Expiration date"
3238
  msgstr ""
3239
 
3240
- #: core/class-settings.php:428
3241
  msgctxt "settings"
3242
  msgid "Category that is going to expire"
3243
  msgstr ""
3244
 
3245
- #: core/class-settings.php:429 core/class-settings.php:442 core/class-settings.php:481
 
3246
  msgctxt "settings"
3247
  msgid "Link to renewal page"
3248
  msgstr ""
3249
 
3250
- #: core/class-settings.php:430 core/class-settings.php:443 core/class-settings.php:455
3251
- #: core/class-settings.php:468 core/class-settings.php:482
 
3252
  msgctxt "settings"
3253
  msgid "Link to your site"
3254
  msgstr ""
3255
 
3256
- #: core/class-settings.php:433
3257
  msgctxt "admin settings"
3258
  msgid "Listing Renewal e-mail message"
3259
  msgstr ""
3260
 
3261
- #: core/class-settings.php:437
3262
  msgctxt "settings"
3263
- msgid "Sent at the time of listing expiration. Applies to non-recurring renewals only."
 
 
3264
  msgstr ""
3265
 
3266
- #: core/class-settings.php:441 core/class-settings.php:480
3267
  msgctxt "settings"
3268
  msgid "Category that expired"
3269
  msgstr ""
3270
 
3271
- #: core/class-settings.php:446
3272
  msgctxt "admin settings"
3273
  msgid "Listing auto-renewal reminder (recurring payments)"
3274
  msgstr ""
3275
 
3276
- #: core/class-settings.php:450
3277
  msgctxt "settings"
3278
  msgid ""
3279
- "Sent some time before the listing is auto-renewed. Applies to recurring renewals only."
 
3280
  msgstr ""
3281
 
3282
- #: core/class-settings.php:453 core/class-settings.php:467
3283
  msgctxt "settings"
3284
  msgid "Renewal date"
3285
  msgstr ""
3286
 
3287
- #: core/class-settings.php:454
3288
  msgctxt "settings"
3289
  msgid "Category that is going to be renewed"
3290
  msgstr ""
3291
 
3292
- #: core/class-settings.php:456
3293
  msgctxt "settings"
3294
  msgid "Link to manage subscriptions"
3295
  msgstr ""
3296
 
3297
- #: core/class-settings.php:459
3298
  msgctxt "admin settings"
3299
  msgid "Listing Renewal e-mail message (recurring payments)"
3300
  msgstr ""
3301
 
3302
- #: core/class-settings.php:463
3303
  msgctxt "settings"
3304
- msgid "Sent after the listing is auto-renewed. Applies to recurring renewals only."
 
3305
  msgstr ""
3306
 
3307
- #: core/class-settings.php:466
3308
  msgctxt "settings"
3309
  msgid "Renewed category"
3310
  msgstr ""
3311
 
3312
- #: core/class-settings.php:472
3313
  msgctxt "admin settings"
3314
  msgid "Renewal reminder e-mail message"
3315
  msgstr ""
3316
 
3317
- #: core/class-settings.php:476
3318
  msgctxt "settings"
3319
  msgid ""
3320
- "Sent some time after listing expiration and when no renewal has occurred. Applies to "
3321
- "both recurring and non-recurring renewals."
3322
  msgstr ""
3323
 
3324
- #: core/class-settings.php:486
3325
  msgctxt "admin settings"
3326
  msgid "Payment"
3327
  msgstr ""
3328
 
3329
- #: core/class-settings.php:487
3330
  msgctxt "admin settings"
3331
  msgid "Payment Settings"
3332
  msgstr ""
3333
 
3334
- #: core/class-settings.php:490
3335
  msgctxt "admin settings"
3336
  msgid "Turn On payments?"
3337
  msgstr ""
3338
 
3339
- #: core/class-settings.php:492
3340
  msgctxt "admin settings"
3341
  msgid "Put payment gateways in test mode?"
3342
  msgstr ""
3343
 
3344
- #: core/class-settings.php:497
3345
  msgctxt "admin settings"
3346
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3347
  msgstr ""
3348
 
3349
- #: core/class-settings.php:500
3350
  msgctxt "admin settings"
3351
  msgid ""
3352
- "Recommended for added security. For this to work you need to enable HTTPS on your server "
3353
- "and <a>obtain an SSL certificate</a>."
3354
  msgstr ""
3355
 
3356
- #: core/class-settings.php:504
3357
  msgctxt "admin settings"
3358
  msgid "Currency Code"
3359
  msgstr ""
3360
 
3361
- #: core/class-settings.php:506
3362
  msgctxt "admin settings"
3363
  msgid "Australian Dollar (AUD)"
3364
  msgstr ""
3365
 
3366
- #: core/class-settings.php:507
3367
  msgctxt "admin settings"
3368
  msgid "Brazilian Real (BRL)"
3369
  msgstr ""
3370
 
3371
- #: core/class-settings.php:508
3372
  msgctxt "admin settings"
3373
  msgid "Canadian Dollar (CAD)"
3374
  msgstr ""
3375
 
3376
- #: core/class-settings.php:509
3377
  msgctxt "admin settings"
3378
  msgid "Czech Koruna (CZK)"
3379
  msgstr ""
3380
 
3381
- #: core/class-settings.php:510
3382
  msgctxt "admin settings"
3383
  msgid "Danish Krone (DKK)"
3384
  msgstr ""
3385
 
3386
- #: core/class-settings.php:511
3387
  msgctxt "admin settings"
3388
  msgid "Euro (EUR)"
3389
  msgstr ""
3390
 
3391
- #: core/class-settings.php:512
3392
  msgctxt "admin settings"
3393
  msgid "Hong Kong Dollar (HKD)"
3394
  msgstr ""
3395
 
3396
- #: core/class-settings.php:513
3397
  msgctxt "admin settings"
3398
  msgid "Hungarian Forint (HUF)"
3399
  msgstr ""
3400
 
3401
- #: core/class-settings.php:514
3402
  msgctxt "admin settings"
3403
  msgid "Israeli New Shequel (ILS)"
3404
  msgstr ""
3405
 
3406
- #: core/class-settings.php:515
3407
  msgctxt "admin settings"
3408
  msgid "Japanese Yen (JPY)"
3409
  msgstr ""
3410
 
3411
- #: core/class-settings.php:516
3412
  msgctxt "admin settings"
3413
  msgid "Malasian Ringgit (MYR)"
3414
  msgstr ""
3415
 
3416
- #: core/class-settings.php:517
3417
  msgctxt "admin settings"
3418
  msgid "Mexican Peso (MXN)"
3419
  msgstr ""
3420
 
3421
- #: core/class-settings.php:518
3422
  msgctxt "admin settings"
3423
  msgid "Norwegian Krone (NOK)"
3424
  msgstr ""
3425
 
3426
- #: core/class-settings.php:519
3427
  msgctxt "admin settings"
3428
  msgid "New Zealand Dollar (NZD)"
3429
  msgstr ""
3430
 
3431
- #: core/class-settings.php:520
3432
  msgctxt "admin settings"
3433
  msgid "Philippine Peso (PHP)"
3434
  msgstr ""
3435
 
3436
- #: core/class-settings.php:521
3437
  msgctxt "admin settings"
3438
  msgid "Polish Zloty (PLN)"
3439
  msgstr ""
3440
 
3441
- #: core/class-settings.php:522
3442
  msgctxt "admin settings"
3443
  msgid "Pound Sterling (GBP)"
3444
  msgstr ""
3445
 
3446
- #: core/class-settings.php:523
3447
  msgctxt "admin settings"
3448
  msgid "Singapore Dollar (SGD)"
3449
  msgstr ""
3450
 
3451
- #: core/class-settings.php:524
3452
  msgctxt "admin settings"
3453
  msgid "Swedish Krona (SEK)"
3454
  msgstr ""
3455
 
3456
- #: core/class-settings.php:525
3457
  msgctxt "admin settings"
3458
  msgid "Swiss Franc (CHF)"
3459
  msgstr ""
3460
 
3461
- #: core/class-settings.php:526
3462
  msgctxt "admin settings"
3463
  msgid "Taiwan Dollar (TWD)"
3464
  msgstr ""
3465
 
3466
- #: core/class-settings.php:527
3467
  msgctxt "admin settings"
3468
  msgid "Thai Baht (THB)"
3469
  msgstr ""
3470
 
3471
- #: core/class-settings.php:528
3472
  msgctxt "admin settings"
3473
  msgid "Turkish Lira (TRY)"
3474
  msgstr ""
3475
 
3476
- #: core/class-settings.php:529
3477
  msgctxt "admin settings"
3478
  msgid "U.S. Dollar"
3479
  msgstr ""
3480
 
3481
- #: core/class-settings.php:533
3482
  msgctxt "admin settings"
3483
  msgid "Currency Symbol"
3484
  msgstr ""
3485
 
3486
- #: core/class-settings.php:536
3487
  msgctxt "admin settings"
3488
  msgid "Thank you for payment message"
3489
  msgstr ""
3490
 
3491
- #: core/class-settings.php:537
3492
  msgctxt "admin settings"
3493
  msgid ""
3494
- "Thank you for your payment. Your payment is being verified and your listing reviewed. "
3495
- "The verification and review process could take up to 48 hours."
3496
  msgstr ""
3497
 
3498
- #: core/class-settings.php:542
3499
  msgctxt "admin settings"
3500
  msgid "Ask users to come back for abandoned payments?"
3501
  msgstr ""
3502
 
3503
- #: core/class-settings.php:545
3504
  msgctxt "admin settings"
3505
  msgid ""
3506
- "An abandoned payment is when a user attempts to place a listing and gets to the end, but "
3507
- "fails to complete their payment for the listing. This results in listings that look like "
3508
- "they failed, when the user simply didn't complete the transaction. BD can remind them "
3509
- "to come back and continue."
3510
  msgstr ""
3511
 
3512
- #: core/class-settings.php:551
3513
  msgctxt "admin settings"
3514
  msgid "Listing abandonment threshold (hours)"
3515
  msgstr ""
3516
 
3517
- #: core/class-settings.php:556
3518
  msgctxt "admin settings"
3519
  msgid ""
3520
- "Listings with pending payments are marked as abandoned after this time. You can also "
3521
- "<a>customize the e-mail</a> users receive."
3522
  msgstr ""
3523
 
3524
- #: core/class-settings.php:562
3525
  msgctxt "admin settings"
3526
  msgid "Registration"
3527
  msgstr ""
3528
 
3529
- #: core/class-settings.php:563
3530
  msgctxt "admin settings"
3531
  msgid "Registration Settings"
3532
  msgstr ""
3533
 
3534
- #: core/class-settings.php:564
3535
  msgctxt "admin settings"
3536
  msgid "Require login to post listings?"
3537
  msgstr ""
3538
 
3539
- #: core/class-settings.php:569
3540
  msgctxt "admin settings"
3541
  msgid "Registration URL"
3542
  msgstr ""
3543
 
3544
- #: core/class-settings.php:572
3545
  msgctxt "admin settings"
3546
  msgid ""
3547
- "URL of your membership plugin's registration page. Only enter this if using a "
3548
- "membership plugin or custom registration page."
3549
  msgstr ""
3550
 
3551
- #: core/class-settings.php:576
3552
  msgctxt "admin settings"
3553
  msgid "Image"
3554
  msgstr ""
3555
 
3556
- #: core/class-settings.php:577
3557
  msgctxt "admin settings"
3558
  msgid ""
3559
- "Any changes to these settings will affect new listings only. Existing listings will not "
3560
- "be affected. If you wish to change existing listings, you will need to re-upload the "
3561
- "image(s) on that listing after changing things here."
 
3562
  msgstr ""
3563
 
3564
- #: core/class-settings.php:578
3565
  msgctxt "admin settings"
3566
  msgid "Image Settings"
3567
  msgstr ""
3568
 
3569
- #: core/class-settings.php:579
3570
  msgctxt "admin settings"
3571
  msgid "Allow images?"
3572
  msgstr ""
3573
 
3574
- #: core/class-settings.php:581
3575
  msgctxt "admin settings"
3576
  msgid "Min Image File Size (KB)"
3577
  msgstr ""
3578
 
3579
- #: core/class-settings.php:582
3580
  msgctxt "admin settings"
3581
  msgid "Max Image File Size (KB)"
3582
  msgstr ""
3583
 
3584
- #: core/class-settings.php:584
3585
  msgctxt "admin settings"
3586
  msgid "Min image width (px)"
3587
  msgstr ""
3588
 
3589
- #: core/class-settings.php:585
3590
  msgctxt "admin settings"
3591
  msgid "Min image height (px)"
3592
  msgstr ""
3593
 
3594
- #: core/class-settings.php:587
3595
  msgctxt "admin settings"
3596
  msgid "Max image width (px)"
3597
  msgstr ""
3598
 
3599
- #: core/class-settings.php:588
3600
  msgctxt "admin settings"
3601
  msgid "Max image height (px)"
3602
  msgstr ""
3603
 
3604
- #: core/class-settings.php:590
3605
  msgctxt "admin settings"
3606
  msgid "Turn on thickbox/lightbox?"
3607
  msgstr ""
3608
 
3609
- #: core/class-settings.php:590
3610
  msgctxt "admin settings"
3611
- msgid "Uncheck if it conflicts with other elements or plugins installed on your site"
 
3612
  msgstr ""
3613
 
3614
- #: core/class-settings.php:592
3615
  msgctxt "admin settings"
3616
  msgid "Thumbnails"
3617
  msgstr ""
3618
 
3619
- #: core/class-settings.php:593
3620
  msgctxt "admin settings"
3621
  msgid "Thumbnail width (px)"
3622
  msgstr ""
3623
 
3624
- #: core/class-settings.php:594
3625
  msgctxt "admin settings"
3626
  msgid "Thumbnail height (px)"
3627
  msgstr ""
3628
 
3629
- #: core/class-settings.php:597
3630
  msgctxt "admin settings"
3631
  msgid "Crop thumbnails to exact dimensions?"
3632
  msgstr ""
3633
 
3634
- #: core/class-settings.php:600
3635
  msgctxt "admin settings"
3636
  msgid ""
3637
- "When enabled images will match exactly the dimensions above but part of the image may be "
3638
- "cropped out. If disabled, image thumbnails will be resized to match the specified width "
3639
- "and their height will be adjusted proportionally. Depending on the uploaded images, "
3640
- "thumbnails may have different heights."
3641
  msgstr ""
3642
 
3643
- #: core/class-settings.php:606
3644
  msgctxt "admin settings"
3645
  msgid "Number of free images"
3646
  msgstr ""
3647
 
3648
- #: core/class-settings.php:611
3649
  msgctxt "admin settings"
3650
  msgid ""
3651
- "For paid listing images, configure that by adding or editing a <a>Fee Plan</a> instead "
3652
- "of this setting, which is ignored for paid listings."
3653
  msgstr ""
3654
 
3655
- #: core/class-settings.php:612
3656
  msgctxt "admin settings"
3657
  msgid "Use default picture for listings with no picture?"
3658
  msgstr ""
3659
 
3660
- #: core/class-settings.php:613
3661
  msgctxt "admin settings"
3662
  msgid "Show Thumbnail on main listings page?"
3663
  msgstr ""
3664
 
3665
- #: core/class-settings.php:669
3666
  msgctxt "admin settings"
3667
  msgid ""
3668
- "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was not "
3669
- "activated."
3670
  msgstr ""
3671
 
3672
- #: core/class-settings.php:677
3673
  msgctxt "admin settings"
3674
  msgid ""
3675
- "Could not activate AJAX Compatibility mode: the directory \"%s\" could not be created."
 
3676
  msgstr ""
3677
 
3678
- #: core/class-settings.php:686
3679
  msgctxt "admin settings"
3680
  msgid ""
3681
- "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module\". Please "
3682
- "remove the file \"%s\" manually or deactivate the plugin."
3683
  msgstr ""
3684
 
3685
- #: core/class-settings.php:985
3686
  msgctxt "settings"
3687
  msgid "Deactivate License"
3688
  msgstr ""
3689
 
3690
- #: core/class-settings.php:987
3691
  msgctxt "settings"
3692
  msgid "Deactivating license..."
3693
  msgstr ""
3694
 
3695
- #: core/class-settings.php:990
3696
  msgctxt "settings"
3697
  msgid "Activate License"
3698
  msgstr ""
3699
 
3700
- #: core/class-settings.php:992
3701
  msgctxt "settings"
3702
  msgid "Activating license..."
3703
  msgstr ""
3704
 
3705
- #: core/class-settings.php:1016
3706
  msgctxt "admin settings"
3707
  msgid "Valid placeholders: %s"
3708
  msgstr ""
3709
 
3710
- #: core/class-settings.php:1050
3711
  msgctxt "settings email"
3712
  msgid "Click to edit e-mail"
3713
  msgstr ""
3714
 
3715
- #: core/class-settings.php:1051
3716
  msgctxt "settings email"
3717
  msgid "Click to edit"
3718
  msgstr ""
3719
 
3720
- #: core/class-settings.php:1064
3721
  msgctxt "settings email"
3722
  msgid "E-Mail Subject"
3723
  msgstr ""
3724
 
3725
- #: core/class-settings.php:1075
3726
  msgctxt "settings email"
3727
  msgid "E-Mail Body"
3728
  msgstr ""
3729
 
3730
- #: core/class-settings.php:1086
3731
  msgctxt "settings email"
3732
  msgid "You can use the following placeholders:"
3733
  msgstr ""
3734
 
3735
- #: core/class-settings.php:1109
3736
  msgctxt "settings email"
3737
  msgid "Preview e-mail"
3738
  msgstr ""
3739
 
3740
- #: core/class-settings.php:1110
3741
  msgctxt "settings email"
3742
  msgid "Cancel"
3743
  msgstr ""
3744
 
3745
- #: core/class-settings.php:1111
3746
  msgctxt "settings email"
3747
  msgid "Save Changes"
3748
  msgstr ""
3749
 
3750
- #: core/class-settings.php:1130
3751
  msgctxt "settings email"
3752
  msgid "Site title"
3753
  msgstr ""
3754
 
3755
- #: core/class-settings.php:1133
3756
  msgctxt "settings email"
3757
  msgid "Site title (with link)"
3758
  msgstr ""
3759
 
3760
- #: core/class-settings.php:1136
3761
  msgctxt "settings email"
3762
  msgid "Site address (with link)"
3763
  msgstr ""
3764
 
3765
- #: core/class-settings.php:1139
3766
  msgctxt "settings email"
3767
  msgid "Directory URL (with link)"
3768
  msgstr ""
3769
 
3770
- #: core/class-settings.php:1142
3771
  msgctxt "settings email"
3772
  msgid "Current date"
3773
  msgstr ""
3774
 
3775
- #: core/class-settings.php:1145
3776
  msgctxt "settings email"
3777
  msgid "Current time"
3778
  msgstr ""
3779
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3780
  #: core/compatibility/deprecated.php:144
3781
  msgid "View"
3782
  msgstr ""
@@ -3896,8 +3977,8 @@ msgstr ""
3896
  #: core/form-fields-types.php:485
3897
  msgctxt "form-fields admin"
3898
  msgid ""
3899
- "<b>Advanced users only!</b> Unless you've been told to change this, don't switch it "
3900
- "unless you know what you're doing."
3901
  msgstr ""
3902
 
3903
  #: core/form-fields-types.php:486
@@ -3950,6 +4031,20 @@ msgctxt "form-fields-api"
3950
  msgid "Remove"
3951
  msgstr ""
3952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3953
  #: core/form-fields.php:31
3954
  msgctxt "form-fields api"
3955
  msgid "Post Title"
@@ -3985,103 +4080,108 @@ msgctxt "form-fields api"
3985
  msgid "Custom"
3986
  msgstr ""
3987
 
3988
- #: core/form-fields.php:299
3989
  msgid "Business Name"
3990
  msgstr ""
3991
 
3992
- #: core/form-fields.php:301
3993
  msgid "Business Genre"
3994
  msgstr ""
3995
 
3996
- #: core/form-fields.php:303
3997
  msgid "Short Business Description"
3998
  msgstr ""
3999
 
4000
- #: core/form-fields.php:305
4001
  msgid "Long Business Description"
4002
  msgstr ""
4003
 
4004
- #: core/form-fields.php:307
4005
  msgid "Business Website Address"
4006
  msgstr ""
4007
 
4008
- #: core/form-fields.php:309
4009
  msgid "Business Phone Number"
4010
  msgstr ""
4011
 
4012
- #: core/form-fields.php:311
4013
  msgid "Business Fax"
4014
  msgstr ""
4015
 
4016
- #: core/form-fields.php:313
4017
  msgid "Business Contact Email"
4018
  msgstr ""
4019
 
4020
- #: core/form-fields.php:315
4021
  msgid "Business Tags"
4022
  msgstr ""
4023
 
4024
- #: core/form-fields.php:409
4025
  msgctxt "form-fields-api"
4026
  msgid "Email Validator"
4027
  msgstr ""
4028
 
4029
- #: core/form-fields.php:410
4030
  msgctxt "form-fields-api"
4031
  msgid "URL Validator"
4032
  msgstr ""
4033
 
4034
- #: core/form-fields.php:411
4035
  msgctxt "form-fields-api"
4036
  msgid "Whole Number Validator"
4037
  msgstr ""
4038
 
4039
- #: core/form-fields.php:412
4040
  msgctxt "form-fields-api"
4041
  msgid "Decimal Number Validator"
4042
  msgstr ""
4043
 
4044
- #: core/form-fields.php:413
4045
  msgctxt "form-fields-api"
4046
  msgid "Date Validator"
4047
  msgstr ""
4048
 
4049
- #: core/form-fields.php:420
4050
  msgctxt "form-fields-api validation"
4051
  msgid "Field"
4052
  msgstr ""
4053
 
4054
- #: core/form-fields.php:436 core/form-fields.php:440
4055
  msgctxt "form-fields-api validation"
4056
  msgid "%s is required."
4057
  msgstr ""
4058
 
4059
- #: core/form-fields.php:449 core/form-fields.php:456
4060
  msgctxt "form-fields-api validation"
4061
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4062
  msgstr ""
4063
 
4064
- #: core/form-fields.php:470
4065
  msgctxt "form-fields-api validation"
4066
  msgid "%s is badly formatted. Valid Email format required."
4067
  msgstr ""
4068
 
4069
- #: core/form-fields.php:476
4070
  msgctxt "form-fields-api validation"
4071
  msgid "%s must be a number. Decimal values are not allowed."
4072
  msgstr ""
4073
 
4074
- #: core/form-fields.php:482
4075
  msgctxt "form-fields-api validation"
4076
  msgid "%s must be a number."
4077
  msgstr ""
4078
 
4079
- #: core/form-fields.php:493
4080
  msgctxt "form-fields-api validation"
4081
- msgid "%s must be in the format MM/DD/YYYY."
4082
  msgstr ""
4083
 
4084
- #: core/form-fields.php:504
 
 
 
 
 
4085
  msgctxt "form-fields-api validation"
4086
  msgid "%s is invalid. Value most be one of %s."
4087
  msgstr ""
@@ -4111,15 +4211,15 @@ msgstr ""
4111
  #: core/gateways-authorize-net.php:121
4112
  msgctxt "authorize-net"
4113
  msgid ""
4114
- "The payment gateway didn't accept your credit card or billing information. The following "
4115
- "reason was given: \"%s\"."
4116
  msgstr ""
4117
 
4118
  #: core/gateways-authorize-net.php:125
4119
  msgctxt "authorize-net"
4120
  msgid ""
4121
- "Your payment is being held for review by the payment gateway. The following reason was "
4122
- "given: \"%s\"."
4123
  msgstr ""
4124
 
4125
  #: core/gateways-authorize-net.php:128
@@ -4179,8 +4279,8 @@ msgstr ""
4179
  #: core/gateways-googlewallet.php:68
4180
  msgctxt "google-wallet"
4181
  msgid ""
4182
- "For recurring payments to work you need to <a>specify a postback URL</a> in your Google "
4183
- "Wallet settings."
4184
  msgstr ""
4185
 
4186
  #: core/gateways-googlewallet.php:69
@@ -4218,8 +4318,8 @@ msgstr ""
4218
  #: core/gateways-googlewallet.php:233
4219
  msgctxt "google-wallet"
4220
  msgid ""
4221
- "Payment was rejected because internal data does not look like a valid Google Wallet "
4222
- "transaction."
4223
  msgstr ""
4224
 
4225
  #: core/gateways-googlewallet.php:248
@@ -4232,93 +4332,95 @@ msgctxt "google-wallet"
4232
  msgid "The transaction has been canceled at user's request."
4233
  msgstr ""
4234
 
4235
- #: core/installer.php:36
4236
  msgctxt "default category name"
4237
  msgid "General"
4238
  msgstr ""
4239
 
4240
- #: core/installer.php:458
4241
  msgctxt "installer"
4242
  msgid ""
4243
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4244
- "incompatible with the current version of Business Directory. Please update the Regions "
4245
- "module."
4246
  msgstr ""
4247
 
4248
- #: core/installer.php:524
4249
  msgctxt "installer"
4250
  msgid "Cleaning up listing fees information... %d/%d"
4251
  msgstr ""
4252
 
4253
- #: core/installer.php:574
4254
  msgctxt "installer"
4255
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4256
  msgstr ""
4257
 
4258
- #: core/installer.php:603
4259
  msgctxt "installer"
4260
  msgid "Initial listing payment (BD < 3.4)"
4261
  msgstr ""
4262
 
4263
- #: core/installer.php:614
4264
  msgctxt "installer"
4265
  msgid "Listing edit payment (BD < 3.4)"
4266
  msgstr ""
4267
 
4268
- #: core/installer.php:635
4269
  msgctxt "installer"
4270
  msgid "Renewal fee \"%s\" for category \"%s\""
4271
  msgstr ""
4272
 
4273
- #: core/installer.php:654
4274
  msgctxt "installer"
4275
  msgid "Listing upgrade to featured"
4276
  msgstr ""
4277
 
4278
- #: core/installer.php:723
4279
  msgid "Business Directory - Manual Upgrade Required"
4280
  msgstr ""
4281
 
4282
- #: core/installer.php:725
4283
  msgid ""
4284
- "Business Directory features are currently disabled because the plugin needs to perform a "
4285
- "manual upgrade before continuing."
4286
  msgstr ""
4287
 
4288
- #: core/installer.php:727
4289
  msgid "Perform Manual Upgrade"
4290
  msgstr ""
4291
 
4292
- #: core/installer.php:743 core/installer.php:744 core/installer.php:755
4293
  msgid "Business Directory - Manual Upgrade"
4294
  msgstr ""
4295
 
4296
- #: core/installer.php:759
4297
  msgid ""
4298
- "Business Directory features are currently disabled because the plugin needs to perform a "
4299
- "manual upgrade before it can be used."
4300
  msgstr ""
4301
 
4302
- #: core/installer.php:761
4303
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4304
  msgstr ""
4305
 
4306
- #: core/installer.php:764
4307
  msgctxt "manual-upgrade"
4308
  msgid "Start Upgrade"
4309
  msgstr ""
4310
 
4311
- #: core/installer.php:766
4312
  msgctxt "manual-upgrade"
4313
  msgid "Pause Upgrade"
4314
  msgstr ""
4315
 
4316
- #: core/installer.php:772
4317
  msgctxt "manual-upgrade"
4318
- msgid "The upgrade was sucessfully performed. Business Directory Plugin is now available."
 
 
4319
  msgstr ""
4320
 
4321
- #: core/installer.php:775
4322
  msgctxt "manual-upgrade"
4323
  msgid "Go to \"Directory Admin\""
4324
  msgstr ""
@@ -4366,8 +4468,9 @@ msgstr ""
4366
  #: core/licensing.php:233
4367
  msgctxt "licensing"
4368
  msgid ""
4369
- "The following premium modules will not work until a valid license key is provided. Go to "
4370
- "<a>Manage Options - Licenses</a> to enter your license information."
 
4371
  msgstr ""
4372
 
4373
  #: core/licensing.php:254
@@ -4378,9 +4481,9 @@ msgstr ""
4378
  #: core/licensing.php:255
4379
  msgctxt "licensing"
4380
  msgid ""
4381
- "The license key for <span class=\"module-name\">%s %s</span> has expired. The module "
4382
- "will continue to work but you will not receive any more updates until the license is "
4383
- "renewed."
4384
  msgstr ""
4385
 
4386
  #: core/licensing.php:259
@@ -4451,44 +4554,48 @@ msgstr ""
4451
  #: core/payment.php:325
4452
  msgctxt "payments-api"
4453
  msgid ""
4454
- "You are offering featured listings but have payments turned off. Go to <a href=\"%s"
4455
- "\">Manage Options - Payment</a> to change the payment settings. Until you change this, "
4456
- "the <i>Upgrade to Featured</i> option will be disabled."
 
4457
  msgstr ""
4458
 
4459
  #: core/payment.php:343
4460
  msgctxt "payments-api"
4461
  msgid ""
4462
- "The <b>%s</b> gateway is active but not properly configured. The gateway won't be "
4463
- "available until the following problems are fixed: <b>%s</b>. <br/> Check the <a href=\"%s"
4464
- "\">payment settings</a>."
4465
  msgstr ""
4466
 
4467
  #: core/payment.php:353
4468
  msgctxt "admin"
4469
  msgid ""
4470
- "You have payments turned on but no gateway is active and properly configured. Go to <a "
4471
- "href=\"%s\">Manage Options - Payment</a> to change the payment settings. Until you "
4472
- "change this, the directory will operate in <i>Free Mode</i>."
 
4473
  msgstr ""
4474
 
4475
  #: core/payment.php:357
4476
  msgid ""
4477
- "BD detected PayFast and another gateway were enabled. This setup is not recommended due "
4478
- "to PayFast supporting only ZAR and the other gateways not supporting this currency."
 
4479
  msgstr ""
4480
 
4481
  #: core/payment.php:361
4482
  msgid ""
4483
- "You have recurring renewal of listing fees enabled but the payment gateways installed "
4484
- "don't support recurring payments. Until a gateway that supports recurring payments (such "
4485
- "as PayPal) is enabled automatic renewals will be disabled."
 
4486
  msgstr ""
4487
 
4488
  #: core/payment.php:366
4489
  msgid ""
4490
- "Due to Google Wallet limitations only monthly (30 days) recurring fees are supported by "
4491
- "the gateway. All other fees will be charged as non-recurring."
4492
  msgstr ""
4493
 
4494
  #: core/payment.php:399
@@ -4524,16 +4631,17 @@ msgstr ""
4524
  #: core/payment.php:650
4525
  msgctxt "payments"
4526
  msgid ""
4527
- "Your payment is being processed by the payment gateway. Please reload this page in a "
4528
- "moment to see if the status has changed or contact the site administrator."
 
4529
  msgstr ""
4530
 
4531
  #: core/payment.php:653
4532
  msgctxt "payments"
4533
  msgid ""
4534
- "The payment has been rejected by the payment gateway. Please contact the site "
4535
- "administrator if you think there is an error or click \"Change Payment Method\" to "
4536
- "select another payment method and try again."
4537
  msgstr ""
4538
 
4539
  #: core/payment.php:654
@@ -4544,8 +4652,8 @@ msgstr ""
4544
  #: core/payment.php:656
4545
  msgctxt "payments"
4546
  msgid ""
4547
- "The payment has been rejected by the payment gateway. Please contact the site "
4548
- "administrator if you think there is an error."
4549
  msgstr ""
4550
 
4551
  #: core/payment.php:659
@@ -4595,7 +4703,8 @@ msgstr ""
4595
 
4596
  #: core/utils.php:104
4597
  msgctxt "utils"
4598
- msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
 
4599
  msgstr ""
4600
 
4601
  #: core/utils.php:157
@@ -4653,36 +4762,36 @@ msgctxt "payments"
4653
  msgid "Invalid payment id."
4654
  msgstr ""
4655
 
4656
- #: core/view-checkout.php:82
4657
  msgctxt "checkout"
4658
  msgid "Continue"
4659
  msgstr ""
4660
 
4661
- #: core/view-checkout.php:93
4662
  msgctxt "checkout"
4663
  msgid ""
4664
- "Payments are not allowed on the non-secure version of this site. Please <a>continue to "
4665
- "the secure server to proceed with your payment</a>."
4666
  msgstr ""
4667
 
4668
- #: core/view-checkout.php:108
4669
  msgctxt "checkout"
4670
  msgid ""
4671
- "Your payment is being verified. This usually takes a few minutes but can take up to 24 "
4672
- "hours."
4673
  msgstr ""
4674
 
4675
- #: core/view-checkout.php:116 core/view-checkout.php:137
4676
  msgctxt "checkout"
4677
  msgid "← Return to Directory."
4678
  msgstr ""
4679
 
4680
- #: core/view-checkout.php:126
4681
  msgctxt "checkout"
4682
  msgid "Your payment was received sucessfully."
4683
  msgstr ""
4684
 
4685
- #: core/view-checkout.php:133
4686
  msgctxt "checkout"
4687
  msgid "← Return to your listing."
4688
  msgstr ""
@@ -4769,8 +4878,8 @@ msgstr ""
4769
  #: core/view-renew-listing.php:21
4770
  msgctxt "renewal"
4771
  msgid ""
4772
- "Your renewal ID is invalid. Please use the URL you were given on the renewal e-mail "
4773
- "message."
4774
  msgstr ""
4775
 
4776
  #: core/view-renew-listing.php:47
@@ -4796,8 +4905,8 @@ msgstr ""
4796
  #: core/view-renew-listing.php:92
4797
  msgctxt "renew"
4798
  msgid ""
4799
- "Because you are on a recurring fee plan you don't have to renew your listing right now "
4800
- "as this will be handled automatically when renewal comes."
4801
  msgstr ""
4802
 
4803
  #: core/view-renew-listing.php:94
@@ -4818,25 +4927,27 @@ msgstr ""
4818
  #: core/view-renew-listing.php:102
4819
  msgctxt "renew"
4820
  msgid ""
4821
- "However, if you want to cancel your subscription you can do that on this page. When the "
4822
- "renewal time comes you'll be able to change your settings again."
 
4823
  msgstr ""
4824
 
4825
  #: core/view-submit-listing.php:29
4826
  msgctxt "templates"
4827
  msgid ""
4828
- "There are no categories assigned to the business directory yet. You need to assign some "
4829
- "categories to the business directory. Only admins can see this message. Regular users "
4830
- "are seeing a message that they cannot add their listing at this time. Listings cannot be "
4831
- "added until you assign categories to the business directory."
 
4832
  msgstr ""
4833
 
4834
  #: core/view-submit-listing.php:31
4835
  msgctxt "templates"
4836
  msgid ""
4837
- "Your listing cannot be added at this time. Please try again later. If this is not the "
4838
- "first time you see this warning, please ask the site administrator to set up one or more "
4839
- "categories inside the Directory."
4840
  msgstr ""
4841
 
4842
  #: core/view-submit-listing.php:43
@@ -4856,7 +4967,8 @@ msgstr ""
4856
 
4857
  #: core/view-submit-listing.php:65
4858
  msgctxt "templates"
4859
- msgid "You are logged in as an administrator. Any payment steps will be skipped."
 
4860
  msgstr ""
4861
 
4862
  #: core/view-submit-listing.php:199
@@ -4926,8 +5038,8 @@ msgstr ""
4926
 
4927
  #: core/views.php:23
4928
  msgid ""
4929
- "You need to create a page with the [businessdirectory] shortcode for the Business "
4930
- "Directory plugin to work correctly."
4931
  msgstr ""
4932
 
4933
  #: core/views.php:25
@@ -4939,26 +5051,27 @@ msgctxt "preview"
4939
  msgid "This is just a preview. The listing has not been published yet."
4940
  msgstr ""
4941
 
4942
- #: core/views.php:367
4943
  msgctxt "templates"
4944
  msgid ""
4945
- "There are no categories assigned to the business directory yet. You need to assign some "
4946
- "categories to the business directory. Only admins can see this message. Regular users "
4947
- "are seeing a message that there are currently no listings in the directory. Listings "
4948
- "cannot be added until you assign categories to the business directory."
 
4949
  msgstr ""
4950
 
4951
- #: core/views.php:369
4952
  msgctxt "templates"
4953
  msgid "There are currently no listings in the directory."
4954
  msgstr ""
4955
 
4956
- #: core/views.php:387
4957
  msgctxt "templates"
4958
  msgid ""
4959
- "You have \"Hide Empty Categories\" on and some categories that don't have listings in "
4960
- "them. That means they won't show up on the front end of your site. If you didn't want "
4961
- "that, click <a>here</a> to change the setting."
4962
  msgstr ""
4963
 
4964
  #: core/widget-featured-listings.php:11
@@ -5219,15 +5332,16 @@ msgstr ""
5219
  #: templates/delete-listing-confirm.tpl.php:7
5220
  msgctxt "delete listing"
5221
  msgid ""
5222
- "Your listing is associated to a recurring payment. If you don't cancel the recurring "
5223
- "payment before deleting the listing, you might be charged for additional periods even "
5224
- "though your listing won't be available."
5225
  msgstr ""
5226
 
5227
  #: templates/delete-listing-confirm.tpl.php:12
5228
  msgctxt "delete listing"
5229
  msgid ""
5230
- "Please visit <a>Manage recurring payments</a> to review your current recurring payments."
 
5231
  msgstr ""
5232
 
5233
  #: templates/delete-listing-confirm.tpl.php:18
@@ -5253,35 +5367,42 @@ msgstr ""
5253
  #: templates/email/listing-added.tpl.php:2
5254
  msgctxt "emails"
5255
  msgid ""
5256
- "A new listing has been submitted to the directory. Listing details can be found below."
 
5257
  msgstr ""
5258
 
5259
- #: templates/email/listing-added.tpl.php:7 templates/email/listing-edited.tpl.php:7
 
5260
  msgctxt "notify email"
5261
  msgid "ID"
5262
  msgstr ""
5263
 
5264
- #: templates/email/listing-added.tpl.php:10 templates/email/listing-edited.tpl.php:10
 
5265
  msgctxt "notify email"
5266
  msgid "Title"
5267
  msgstr ""
5268
 
5269
- #: templates/email/listing-added.tpl.php:13 templates/email/listing-edited.tpl.php:13
 
5270
  msgctxt "notify email"
5271
  msgid "URL"
5272
  msgstr ""
5273
 
5274
- #: templates/email/listing-added.tpl.php:13 templates/email/listing-edited.tpl.php:13
 
5275
  msgctxt "notify email"
5276
  msgid "(not published yet)"
5277
  msgstr ""
5278
 
5279
- #: templates/email/listing-added.tpl.php:16 templates/email/listing-edited.tpl.php:16
 
5280
  msgctxt "notify email"
5281
  msgid "Categories"
5282
  msgstr ""
5283
 
5284
- #: templates/email/listing-added.tpl.php:19 templates/email/listing-edited.tpl.php:19
 
5285
  msgctxt "notify email"
5286
  msgid "Posted By"
5287
  msgstr ""
@@ -5289,7 +5410,8 @@ msgstr ""
5289
  #: templates/email/listing-edited.tpl.php:2
5290
  msgctxt "emails"
5291
  msgid ""
5292
- "A listing in the directory has been edited recently. Listing details can be found below."
 
5293
  msgstr ""
5294
 
5295
  #: templates/listing-contactform.tpl.php:9
@@ -5300,8 +5422,8 @@ msgstr ""
5300
  #: templates/listing-contactform.tpl.php:18
5301
  msgctxt "templates"
5302
  msgid ""
5303
- "You are currently logged in as %s. Your message will be sent using your logged in "
5304
- "contact email."
5305
  msgstr ""
5306
 
5307
  #: templates/listing-contactform.tpl.php:23
@@ -5337,8 +5459,8 @@ msgstr ""
5337
  #: templates/manage-listings.tpl.php:6
5338
  msgctxt "templates"
5339
  msgid ""
5340
- "Your current listings are shown below. To edit a listing click the edit button. To "
5341
- "delete a listing click the delete button."
5342
  msgstr ""
5343
 
5344
  #: templates/manage-listings.tpl.php:9
@@ -5448,7 +5570,8 @@ msgid_plural "%d days"
5448
  msgstr[0] ""
5449
  msgstr[1] ""
5450
 
5451
- #: templates/parts/listing-buttons.tpl.php:4 templates/parts/listing-buttons.tpl.php:18
 
5452
  #: templates/parts/listing-buttons.tpl.php:22
5453
  msgctxt "templates"
5454
  msgid "Edit"
@@ -5459,13 +5582,15 @@ msgctxt "templates"
5459
  msgid "Upgrade Listing"
5460
  msgstr ""
5461
 
5462
- #: templates/parts/listing-buttons.tpl.php:10 templates/parts/listing-buttons.tpl.php:19
 
5463
  #: templates/parts/listing-buttons.tpl.php:23
5464
  msgctxt "templates"
5465
  msgid "Delete"
5466
  msgstr ""
5467
 
5468
- #: templates/parts/listing-buttons.tpl.php:10 templates/parts/listing-buttons.tpl.php:23
 
5469
  msgctxt "templates"
5470
  msgid "Are you sure you wish to delete this listing?"
5471
  msgstr ""
@@ -5474,7 +5599,8 @@ msgstr ""
5474
  msgid "← Back to Directory"
5475
  msgstr ""
5476
 
5477
- #: templates/parts/listing-buttons.tpl.php:17 templates/parts/listing-buttons.tpl.php:21
 
5478
  msgctxt "templates"
5479
  msgid "View"
5480
  msgstr ""
@@ -5482,9 +5608,9 @@ msgstr ""
5482
  #: templates/parts/login-required.tpl.php:5
5483
  msgctxt "templates"
5484
  msgid ""
5485
- "You are not currently logged in. Please login or register first. When registering, you "
5486
- "will receive an activation email. Be sure to check your spam if you don't see it in your "
5487
- "email within 60 minutes."
5488
  msgstr ""
5489
 
5490
  #: templates/parts/login-required.tpl.php:10
@@ -5534,13 +5660,16 @@ msgstr ""
5534
 
5535
  #: templates/renew-listing.tpl.php:10
5536
  msgctxt "templates"
5537
- msgid "You are about to renew your listing \"%s\" publication inside category \"%s\"."
 
 
5538
  msgstr ""
5539
 
5540
  #: templates/renew-listing.tpl.php:15
5541
  msgctxt "WPBDM"
5542
  msgid ""
5543
- "Please select a fee option or click \"Do not renew my listing\" to cancel your renewal."
 
5544
  msgstr ""
5545
 
5546
  #: templates/renew-listing.tpl.php:22
@@ -5644,7 +5773,8 @@ msgstr ""
5644
 
5645
  #: templates/submit-listing/fee-selection.tpl.php:31
5646
  msgctxt "submit"
5647
- msgid "Would you like to make your fee renew automatically at the end of the period?"
 
5648
  msgstr ""
5649
 
5650
  #: templates/submit-listing/images-single.tpl.php:9
@@ -5680,8 +5810,9 @@ msgstr ""
5680
  #: templates/submit-listing/images-upload-form.tpl.php:36
5681
  msgctxt "templates"
5682
  msgid ""
5683
- "Your image slots are all full at this time. You may click \"Continue\" if you are done, "
5684
- "or \"Delete Image\" to upload a new image in place of a current one."
 
5685
  msgstr ""
5686
 
5687
  #: templates/submit-listing/images-upload-form.tpl.php:44
@@ -5702,8 +5833,8 @@ msgstr ""
5702
  #: templates/submit-listing/images.tpl.php:7
5703
  msgctxt "templates"
5704
  msgid ""
5705
- "There is an image pending upload. Would you still like to continue without saving the "
5706
- "image?"
5707
  msgstr ""
5708
 
5709
  #: templates/submit-listing/images.tpl.php:13
@@ -5721,14 +5852,35 @@ msgctxt "templates"
5721
  msgid "* Indicates required fields."
5722
  msgstr ""
5723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5724
  #. Plugin URI of the plugin/theme
5725
  msgid "http://www.businessdirectoryplugin.com"
5726
  msgstr ""
5727
 
5728
  #. Description of the plugin/theme
5729
  msgid ""
5730
- "Provides the ability to maintain a free or paid business directory on your WordPress "
5731
- "powered site."
5732
  msgstr ""
5733
 
5734
  #. Author of the plugin/theme
2
  # This file is distributed under the same license as the Business Directory Plugin package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 3.6.5\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2015-06-09 16:02:40+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
 
 
 
 
14
 
15
  #: admin/class-admin-listings.php:24
16
  msgid "Listing Information"
103
  msgid "Renew Listing"
104
  msgstr ""
105
 
106
+ #: admin/class-admin.php:119
107
  msgctxt "drip pointer"
108
  msgid ""
109
+ "Find out how to create a compelling, thriving business directory from "
110
+ "scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
111
+ "a FREE premium module just for signing up."
112
  msgstr ""
113
 
114
+ #: admin/class-admin.php:121
115
  msgctxt "drip pointer"
116
  msgid "Email Address:"
117
  msgstr ""
118
 
119
+ #: admin/class-admin.php:127
120
  msgctxt "drip pointer"
121
  msgid "Want to know the Secrets of Building an Awesome Business Directory?"
122
  msgstr ""
123
 
124
+ #: admin/class-admin.php:129
125
  msgctxt "drip pointer"
126
  msgid "Yes, please!"
127
  msgstr ""
128
 
129
+ #: admin/class-admin.php:131
130
  msgctxt "drip pointer"
131
  msgid "No, thanks"
132
  msgstr ""
133
 
134
+ #: admin/class-admin.php:148
135
  msgctxt "admin"
136
  msgid "Business Directory"
137
  msgstr ""
138
 
139
+ #: admin/class-admin.php:159
140
  msgctxt "admin"
141
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
142
  msgstr ""
143
 
144
+ #: admin/class-admin.php:180
145
+ msgctxt "drip pointer"
146
+ msgid "Invalid e-mail address."
147
+ msgstr ""
148
+
149
+ #: admin/class-admin.php:211
150
  msgctxt "admin menu"
151
  msgid "Business Directory Admin"
152
  msgstr ""
153
 
154
+ #: admin/class-admin.php:212
155
  msgctxt "admin menu"
156
  msgid "Directory Admin"
157
  msgstr ""
158
 
159
+ #: admin/class-admin.php:218 admin/class-admin.php:219
160
  msgctxt "admin menu"
161
  msgid "Add New Listing"
162
  msgstr ""
163
 
164
+ #: admin/class-admin.php:224 admin/class-admin.php:225
165
  msgctxt "admin menu"
166
  msgid "Manage Options"
167
  msgstr ""
168
 
169
+ #: admin/class-admin.php:230 admin/class-admin.php:231
170
  msgctxt "admin menu"
171
  msgid "Manage Fees"
172
  msgstr ""
173
 
174
+ #: admin/class-admin.php:236 admin/class-admin.php:237
175
  msgctxt "admin menu"
176
  msgid "Manage Form Fields"
177
  msgstr ""
178
 
179
+ #: admin/class-admin.php:242 admin/class-admin.php:243
180
  msgctxt "admin menu"
181
  msgid "Listings"
182
  msgstr ""
183
 
184
+ #: admin/class-admin.php:257 admin/class-admin.php:258
185
  msgctxt "admin menu"
186
  msgid "CSV Import"
187
  msgstr ""
188
 
189
+ #: admin/class-admin.php:263 admin/class-admin.php:264
190
  msgctxt "admin menu"
191
  msgid "CSV Export"
192
  msgstr ""
193
 
194
+ #: admin/class-admin.php:269 admin/class-admin.php:270
195
  msgctxt "admin menu"
196
  msgid "Debug"
197
  msgstr ""
198
 
199
+ #: admin/class-admin.php:279
200
  msgctxt "admin menu"
201
  msgid "Main Menu"
202
  msgstr ""
203
 
204
+ #: admin/class-admin.php:290
205
  msgctxt "admin menu"
206
  msgid "Uninstall Business Directory Plugin"
207
  msgstr ""
208
 
209
+ #: admin/class-admin.php:291
210
  msgctxt "admin menu"
211
  msgid "Uninstall"
212
  msgstr ""
213
 
214
+ #: admin/class-admin.php:400
215
+ #: admin/templates/listing-metabox-categories.tpl.php:69
216
  msgctxt "admin infometabox"
217
  msgid "never"
218
  msgstr ""
219
 
220
+ #: admin/class-admin.php:480
221
  msgctxt "admin"
222
  msgid "The listing has been published."
223
  msgid_plural "The listings have been published."
224
  msgstr[0] ""
225
  msgstr[1] ""
226
 
227
+ #: admin/class-admin.php:493
228
  msgctxt "admin"
229
  msgid "The listing status has been set as paid."
230
  msgid_plural "The listings status has been set as paid."
231
  msgstr[0] ""
232
  msgstr[1] ""
233
 
234
+ #: admin/class-admin.php:505
235
  msgctxt "admin"
236
  msgid "The listing has been modified."
237
  msgid_plural "The listings have been modified."
238
  msgstr[0] ""
239
  msgstr[1] ""
240
 
241
+ #: admin/class-admin.php:518
242
  msgctxt "admin"
243
  msgid "The listing has been upgraded."
244
  msgid_plural "The listings have been upgraded."
245
  msgstr[0] ""
246
  msgstr[1] ""
247
 
248
+ #: admin/class-admin.php:530
249
  msgctxt "admin"
250
  msgid "The listing has been downgraded."
251
  msgid_plural "The listings have been downgraded."
252
  msgstr[0] ""
253
  msgstr[1] ""
254
 
255
+ #: admin/class-admin.php:542 admin/transactions.php:243
256
  msgctxt "admin"
257
  msgid "The transaction has been approved."
258
  msgstr ""
259
 
260
+ #: admin/class-admin.php:550 admin/transactions.php:254
261
  msgctxt "admin"
262
  msgid "The transaction has been rejected."
263
  msgstr ""
264
 
265
+ #: admin/class-admin.php:556
266
  msgctxt "admin"
267
  msgid "The fee was successfully assigned."
268
  msgstr ""
269
 
270
+ #: admin/class-admin.php:565
271
  msgctxt "admin"
272
  msgid "Listing was renewed."
273
  msgid_plural "Listings were renewed."
274
  msgstr[0] ""
275
  msgstr[1] ""
276
 
277
+ #: admin/class-admin.php:572
278
  msgctxt "admin"
279
  msgid "Renewal email sent."
280
  msgstr ""
281
 
282
+ #: admin/class-admin.php:606
283
  msgctxt "admin category id"
284
  msgid "ID"
285
  msgstr ""
286
 
287
+ #: admin/class-admin.php:608 admin/class-admin.php:614
288
  msgctxt "admin"
289
  msgid "Listing Count"
290
  msgstr ""
291
 
292
+ #: admin/class-admin.php:710
293
  msgctxt "admin"
294
  msgid ""
295
+ "<b>Business Directory Plugin</b> requires fields with the following "
296
+ "associations in order to work correctly: <b>%s</b>."
297
  msgstr ""
298
 
299
+ #: admin/class-admin.php:712
300
  msgctxt "admin"
301
  msgid ""
302
+ "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
303
+ "association in order to work correctly."
304
  msgstr ""
305
 
306
+ #: admin/class-admin.php:716
307
  msgctxt "admin"
308
  msgid ""
309
+ "You can create these custom fields by yourself inside \"Manage Form Fields\" "
310
+ "or let Business Directory do this for you automatically."
311
  msgstr ""
312
 
313
+ #: admin/class-admin.php:720
314
  msgctxt "admin"
315
  msgid "Go to \"Manage Form Fields\""
316
  msgstr ""
317
 
318
+ #: admin/class-admin.php:723
319
  msgctxt "admin"
320
  msgid "Create these required fields for me"
321
  msgstr ""
322
 
323
+ #: admin/class-admin.php:732
324
  msgctxt "admin"
325
  msgid ""
326
+ "<b>Business Directory Plugin</b> requires a page with the "
327
+ "<tt>[businessdirectory]</tt> shortcode to function properly."
328
  msgstr ""
329
 
330
+ #: admin/class-admin.php:734
331
  msgctxt "admin"
332
  msgid ""
333
+ "You can create this page by yourself or let Business Directory do this for "
334
+ "you automatically."
335
  msgstr ""
336
 
337
+ #: admin/class-admin.php:738
338
  msgctxt "admin"
339
  msgid "Create required pages for me"
340
  msgstr ""
341
 
342
+ #: admin/class-admin.php:768
343
  msgctxt "admin compat"
344
  msgid "Installed: %s"
345
  msgstr ""
346
 
347
+ #: admin/class-admin.php:768
348
  msgctxt "admin compat"
349
  msgid "N/A"
350
  msgstr ""
351
 
352
+ #: admin/class-admin.php:771
353
  msgctxt "admin compat"
354
  msgid "Required: %s"
355
  msgstr ""
356
 
357
+ #: admin/class-admin.php:784
358
  msgctxt "admin compat"
359
  msgid ""
360
+ "Business Directory has detected some incompatible premium module versions "
361
+ "installed."
362
  msgstr ""
363
 
364
+ #: admin/class-admin.php:786
365
  msgctxt "admin compat"
366
  msgid ""
367
+ "Please upgrade to the required versions indicated below to make sure "
368
+ "everything functions properly."
369
  msgstr ""
370
 
371
+ #: admin/class-admin.php:801
372
  msgctxt "admin"
373
  msgid ""
374
+ "We noticed you want your Business Directory users to register before posting "
375
+ "listings, but Registration for your site is currently disabled. Go [here] "
376
+ "and check \"Anyone can register\" to make sure BD works properly."
377
  msgstr ""
378
 
379
  #: admin/class-listing-fields-metabox.php:21
381
  msgid "Listing Fields"
382
  msgstr ""
383
 
384
+ #: admin/class-listing-fields-metabox.php:40
385
+ #: templates/submit-listing/images.tpl.php:12
386
  msgctxt "templates"
387
  msgid "Current Images"
388
  msgstr ""
429
 
430
  #: admin/csv-import.php:241
431
  msgid ""
432
+ "A valid temporary directory with write permissions is required for CSV "
433
+ "imports to function properly. Your server is using \"%s\" but this path does "
434
+ "not seem to be writable. Please consult with your host."
435
  msgstr ""
436
 
437
  #: admin/csv-import.php:275
449
  msgid "There was an error uploading the images ZIP file."
450
  msgstr ""
451
 
452
+ #: admin/csv-import.php:315
453
+ msgctxt "admin csv-import"
454
+ msgid ""
455
+ "An error was detected while validating the CSV file for import. Please fix "
456
+ "this before proceeding."
457
+ msgstr ""
458
+
459
+ #: admin/csv-import.php:324
460
  msgctxt "admin csv-import"
461
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
462
  msgstr ""
648
  #: admin/form-fields.php:171
649
  msgctxt "formfields-preview"
650
  msgid ""
651
+ "This is a preview of the form as it will appear during \"Submit a Listing\". "
652
+ "The users may not see all fields from \"Manage Form Fields\" because you "
653
+ "have \"Featured Levels\" active and this is showing the base level."
654
  msgstr ""
655
 
656
  #: admin/form-fields.php:177
755
  #: admin/templates/csv-export.tpl.php:9
756
  msgctxt "admin csv-export"
757
  msgid ""
758
+ "An unknown error occurred during the export. Please make sure you have "
759
+ "enough free disk space and memory available to PHP. Check your error logs "
760
+ "for details."
761
  msgstr ""
762
 
763
  #: admin/templates/csv-export.tpl.php:18
764
  msgctxt "admin csv-export"
765
  msgid ""
766
+ "Please note that the export process is a resource intensive task. If your "
767
+ "export does not succeed try disabling other plugins first and/or increasing "
768
+ "the values of the 'memory_limit' and 'max_execution_time' directives in your "
769
+ "server's php.ini configuration file."
770
  msgstr ""
771
 
772
  #: admin/templates/csv-export.tpl.php:30
812
  #: admin/templates/csv-export.tpl.php:56
813
  msgctxt "admin csv-export"
814
  msgid ""
815
+ "When checked, instead of just a CSV file a ZIP file will be generated with "
816
+ "both a CSV file and listing images."
817
  msgstr ""
818
 
819
  #: admin/templates/csv-export.tpl.php:62
829
  #: admin/templates/csv-export.tpl.php:69
830
  msgctxt "admin csv-export"
831
  msgid ""
832
+ "If you plan to re-import the listings into BD and don't want new ones "
833
+ "created, select this option!"
834
  msgstr ""
835
 
836
  #: admin/templates/csv-export.tpl.php:75
858
  msgid "Column Separator"
859
  msgstr ""
860
 
861
+ #: admin/templates/csv-export.tpl.php:94
862
+ #: admin/templates/csv-export.tpl.php:105
863
+ #: admin/templates/csv-export.tpl.php:116
864
+ #: admin/templates/csv-import.tpl.php:43
865
+ #: admin/templates/csv-import.tpl.php:109
866
+ #: admin/templates/csv-import.tpl.php:120
867
+ #: admin/templates/csv-import.tpl.php:131
868
+ #: admin/templates/csv-import.tpl.php:158
869
  msgctxt "admin forms"
870
  msgid "required"
871
  msgstr ""
893
  #: admin/templates/csv-export.tpl.php:135
894
  msgctxt "admin csv-export"
895
  msgid ""
896
+ "Your export file is being prepared. Please <u>do not leave</u> this page "
897
+ "until the export finishes."
898
  msgstr ""
899
 
900
  #: admin/templates/csv-export.tpl.php:138
919
 
920
  #: admin/templates/csv-export.tpl.php:153
921
  msgctxt "admin csv-export"
922
+ msgid ""
923
+ "Your export file has been successfully created and it is now ready for "
924
+ "download."
925
  msgstr ""
926
 
927
  #: admin/templates/csv-export.tpl.php:156
932
  #: admin/templates/csv-export.tpl.php:162
933
  msgctxt "admin csv-export"
934
  msgid ""
935
+ "Click \"Cleanup\" once the file has been downloaded in order to remove all "
936
+ "temporary data created by Business Directory during the export process."
937
  msgstr ""
938
 
939
  #: admin/templates/csv-export.tpl.php:163
964
  #: admin/templates/csv-import-progress.tpl.php:10
965
  msgctxt "admin csv-import"
966
  msgid ""
967
+ "A fatal error occurred during the import. If connection wasn't lost during "
968
+ "the import, please make sure that you have enough free disk space and memory "
969
+ "available to PHP. Check your error logs for details."
970
  msgstr ""
971
 
972
  #: admin/templates/csv-import-progress.tpl.php:14
1084
  msgid "Warning"
1085
  msgstr ""
1086
 
1087
+ #: admin/templates/csv-import.tpl.php:12
1088
+ #: admin/templates/csv-import.tpl.php:216
1089
  msgctxt "admin csv-import"
1090
  msgid "Help"
1091
  msgstr ""
1103
  #: admin/templates/csv-import.tpl.php:29
1104
  msgctxt "admin csv-import"
1105
  msgid ""
1106
+ "We strongly recommend reading our <a>CSV import documentation</a> first to "
1107
+ "help you do things in the right order."
1108
  msgstr ""
1109
 
1110
  #: admin/templates/csv-import.tpl.php:38
1199
 
1200
  #: admin/templates/csv-import.tpl.php:193
1201
  msgctxt "admin csv-import"
1202
+ msgid ""
1203
+ "This user will be used if the username column is not present in the CSV file."
1204
  msgstr ""
1205
 
1206
  #: admin/templates/csv-import.tpl.php:198
1226
  #: admin/templates/csv-import.tpl.php:218
1227
  msgctxt "admin csv-import"
1228
  msgid ""
1229
+ "The following are the valid header names to be used in the CSV file. "
1230
+ "Multivalued fields (such as category or tags) can appear multiple times in "
1231
+ "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
1232
+ "how an import file should look like."
1233
  msgstr ""
1234
 
1235
  #: admin/templates/csv-import.tpl.php:225
1269
 
1270
  #: admin/templates/csv-import.tpl.php:265
1271
  msgctxt "admin csv-import"
1272
+ msgid ""
1273
+ "Internal Sequence ID used to allow listing updates from external sources."
1274
  msgstr ""
1275
 
1276
  #: admin/templates/csv-import.tpl.php:272
1277
  msgctxt "admin csv-import"
1278
  msgid ""
1279
+ "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
1280
+ "adding or updating listings from external sources."
1281
  msgstr ""
1282
 
1283
  #: admin/templates/debug-info.tpl.php:5
1284
  msgctxt "debug-info"
1285
  msgid ""
1286
+ "The following information can help BD developers debug possible problems "
1287
+ "with your setup."
1288
  msgstr ""
1289
 
1290
  #: admin/templates/debug-info.tpl.php:6
1291
  msgctxt "debug-info"
1292
  msgid ""
1293
+ "The debug information does not contain personal or sensitive information "
1294
+ "such as passwords or private keys."
1295
  msgstr ""
1296
 
1297
  #: admin/templates/debug-info.tpl.php:9
1387
  #: admin/templates/fees.tpl.php:13
1388
  msgctxt "fees admin"
1389
  msgid ""
1390
+ "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
1391
+ "and check the box next to 'Turn On Payments' under 'Payment Settings'."
1392
  msgstr ""
1393
 
1394
  #: admin/templates/fees.tpl.php:22
1434
  #: admin/templates/fees.tpl.php:61
1435
  msgctxt "admin templates"
1436
  msgid ""
1437
+ "It does not appear you have any of the payment gateway modules enabled. "
1438
+ "Either <a>enable the default Authorize.net gateway</a> with your account "
1439
+ "info, or purchase a different payment gateway module in order to charge a "
1440
+ "fee for listings. To purchase additional payment gateways use the buttons "
1441
+ "below or visit %s."
1442
  msgstr ""
1443
 
1444
  #: admin/templates/fees.tpl.php:77
1448
 
1449
  #: admin/templates/fees.tpl.php:82
1450
  msgctxt "admin templates"
1451
+ msgid ""
1452
+ "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
1453
+ "users."
1454
  msgstr ""
1455
 
1456
  #: admin/templates/form-fields-addoredit.tpl.php:1
1591
  #: admin/templates/form-fields.tpl.php:9
1592
  msgctxt "form-fields admin"
1593
  msgid ""
1594
+ "Here, you can create new fields for your listings, edit or delete existing "
1595
+ "ones, change the order and visibility of the fields as well as configure "
1596
+ "special options for them."
1597
  msgstr ""
1598
 
1599
  #: admin/templates/form-fields.tpl.php:15
1601
  msgid "Please see the <a>Form Fields documentation</a> for more details."
1602
  msgstr ""
1603
 
1604
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
1605
  #. Plugin Name of the plugin/theme
1606
  #: admin/templates/header.tpl.php:4
1607
  msgid "Business Directory Plugin"
1615
  #: admin/templates/home.tpl.php:5
1616
  msgctxt "admin home"
1617
  msgid ""
1618
+ "Thanks for choosing us. There's a lot you probably want to get done, so "
1619
+ "let's jump right in!"
1620
  msgstr ""
1621
 
1622
  #: admin/templates/home.tpl.php:11
1623
  msgctxt "admin home"
1624
  msgid ""
1625
+ "Our complete documentation is <a>here</a> which we encourage you to use "
1626
+ "while setting things up."
1627
  msgstr ""
1628
 
1629
  #: admin/templates/home.tpl.php:14
1630
  msgctxt "admin home"
1631
  msgid ""
1632
+ "We have some quick-start scenarios that you will find useful regarding setup "
1633
+ "and configuration <a>here</a>."
1634
  msgstr ""
1635
 
1636
  #: admin/templates/home.tpl.php:18
1637
  msgctxt "admin home"
1638
  msgid ""
1639
+ "If you have questions, please post a comment on <a>support forum</a> and "
1640
+ "we'll answer it within 24 hours most days."
1641
  msgstr ""
1642
 
1643
  #: admin/templates/home.tpl.php:25
1821
 
1822
  #: admin/templates/listing-metabox-fees.tpl.php:12
1823
  msgctxt "admin infometabox"
1824
+ msgid ""
1825
+ "Note: In Free mode, the fee plans will always be set to \"Free Listing\" "
1826
+ "below."
1827
  msgstr ""
1828
 
1829
  #: admin/templates/listing-metabox-fees.tpl.php:22
1931
 
1932
  #: admin/templates/settings.tpl.php:36
1933
  msgid ""
1934
+ "Use this option if you want to go back to the original factory settings for "
1935
+ "BD. <b>Please note that all of your existing settings will be lost.</b>"
1936
  msgstr ""
1937
 
1938
  #: admin/templates/sidebar.tpl.php:3
2088
  #: admin/templates/uninstall-capture-form.tpl.php:16
2089
  msgctxt "uninstall"
2090
  msgid ""
2091
+ "We're sorry to see you leave. Could you take 10 seconds and answer one "
2092
+ "question for us to help us make the product better for everyone in the "
2093
+ "future?"
2094
  msgstr ""
2095
 
2096
  #: admin/templates/uninstall-capture-form.tpl.php:19
2136
  #: admin/tracking.php:190
2137
  msgctxt "tracking"
2138
  msgid ""
2139
+ "Can Business Directory keep track of your theme, plugins, and other non-"
2140
+ "personal, non-identifying information to help us in testing the plugin for "
2141
+ "future releases?"
2142
  msgstr ""
2143
 
2144
  #: admin/tracking.php:192
2291
  msgid "The transaction has been deleted."
2292
  msgstr ""
2293
 
2294
+ #: business-directory-plugin.php:655
2295
  msgctxt "admin plugins"
2296
  msgid "Settings"
2297
  msgstr ""
2298
 
2299
+ #: business-directory-plugin.php:665
2300
  msgctxt "post type general name"
2301
  msgid "Directory"
2302
  msgstr ""
2303
 
2304
+ #: business-directory-plugin.php:666
2305
  msgctxt "post type singular name"
2306
  msgid "Directory"
2307
  msgstr ""
2308
 
2309
+ #: business-directory-plugin.php:667
2310
  msgctxt "listing"
2311
  msgid "Add New Listing"
2312
  msgstr ""
2313
 
2314
+ #: business-directory-plugin.php:668
2315
  msgctxt "post type"
2316
  msgid "Add New Listing"
2317
  msgstr ""
2318
 
2319
+ #: business-directory-plugin.php:669 core/compatibility/deprecated.php:255
2320
  msgid "Edit Listing"
2321
  msgstr ""
2322
 
2323
+ #: business-directory-plugin.php:670
2324
  msgid "New Listing"
2325
  msgstr ""
2326
 
2327
+ #: business-directory-plugin.php:671
2328
  msgid "View Listing"
2329
  msgstr ""
2330
 
2331
+ #: business-directory-plugin.php:672
2332
  msgid "Search Listings"
2333
  msgstr ""
2334
 
2335
+ #: business-directory-plugin.php:673
2336
  msgid "No listings found"
2337
  msgstr ""
2338
 
2339
+ #: business-directory-plugin.php:674
2340
  msgid "No listings found in trash"
2341
  msgstr ""
2342
 
2343
+ #: business-directory-plugin.php:696
2344
  msgid "Directory Categories"
2345
  msgstr ""
2346
 
2347
+ #: business-directory-plugin.php:822 business-directory-plugin.php:829
2348
  msgctxt "rss feed"
2349
  msgid "%s Feed"
2350
  msgstr ""
2351
 
2352
+ #: business-directory-plugin.php:1187
2353
  msgctxt "title"
2354
  msgid "Submit A Listing"
2355
  msgstr ""
2356
 
2357
+ #: business-directory-plugin.php:1197
2358
  msgctxt "title"
2359
  msgid "Find a Listing"
2360
  msgstr ""
2361
 
2362
+ #: business-directory-plugin.php:1207
2363
  msgctxt "title"
2364
  msgid "View All Listings"
2365
  msgstr ""
2366
 
2367
+ #: business-directory-plugin.php:1227
2368
  msgctxt "title"
2369
  msgid "Listings tagged: %s"
2370
  msgstr ""
2371
 
2372
+ #: business-directory-plugin.php:1452
2373
  msgctxt "comment-form"
2374
  msgid "The reCAPTCHA wasn't entered correctly."
2375
  msgstr ""
2376
 
2377
+ #: core/class-csv-import.php:361
2378
  msgctxt "admin csv-import"
2379
  msgid "Could not create listing category \"%s\""
2380
  msgstr ""
2381
 
2382
+ #: core/class-csv-import.php:503
2383
  msgctxt "admin csv-import"
2384
  msgid "Username \"%s\" does not exist"
2385
  msgstr ""
2386
 
2387
+ #: core/class-csv-import.php:535
2388
  msgctxt "admin csv-import"
2389
  msgid "Missing required field: %s"
2390
  msgstr ""
2391
 
2392
+ #: core/class-csv-import.php:555
2393
  msgctxt "admin csv-import"
2394
  msgid "Listing category \"%s\" does not exist"
2395
  msgstr ""
2399
  msgid "Invalid form field type"
2400
  msgstr ""
2401
 
2402
+ #: core/class-form-field.php:402
2403
  msgctxt "form-fields-api"
2404
  msgid "Field label is required."
2405
  msgstr ""
2406
 
2407
+ #: core/class-form-field.php:419
2408
  msgctxt "form-fields-api"
2409
  msgid ""
2410
+ "There can only be one field with association \"%s\". Please select another "
2411
+ "association."
2412
  msgstr ""
2413
 
2414
+ #: core/class-form-field.php:429
2415
  msgctxt "form-fields-api"
2416
  msgid "\"%s\" is an invalid field type for this association."
2417
  msgstr ""
2418
 
2419
+ #: core/class-form-field.php:460
2420
  msgctxt "form-fields-api"
2421
  msgid "Invalid field ID"
2422
  msgstr ""
2423
 
2424
+ #: core/class-form-field.php:469
2425
  msgctxt "form-fields api"
2426
+ msgid ""
2427
+ "This form field can't be deleted because it is required for the plugin to "
2428
+ "work."
2429
  msgstr ""
2430
 
2431
+ #: core/class-form-field.php:481
2432
  msgctxt "form-fields-api"
2433
  msgid "An error occurred while trying to delete this field."
2434
  msgstr ""
2483
  msgid "(Fee Unavailable)"
2484
  msgstr ""
2485
 
2486
+ #: core/class-listings-api.php:294
2487
  msgctxt "notify email"
2488
  msgid "[%s] New listing notification"
2489
  msgstr ""
2490
 
2491
+ #: core/class-listings-api.php:313
2492
  msgctxt "notify email"
2493
  msgid "[%s] Listing edit notification"
2494
  msgstr ""
2551
  #: core/class-settings.php:29
2552
  msgctxt "admin settings"
2553
  msgid ""
2554
+ "Allow BD to anonymously collect information about your installed plugins, "
2555
+ "themes and WP version?"
2556
  msgstr ""
2557
 
2558
  #: core/class-settings.php:34
2577
 
2578
  #: core/class-settings.php:39
2579
  msgctxt "admin settings"
2580
+ msgid ""
2581
+ "The slug can't be in use by another term. Avoid \"category\", for instance."
2582
  msgstr ""
2583
 
2584
  #: core/class-settings.php:40
2599
  #: core/class-settings.php:46
2600
  msgctxt "admin settings"
2601
  msgid ""
2602
+ "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
2603
+ "directory/1809/listing-title\". Check this setting to remove the ID for "
2604
+ "better SEO."
2605
  msgstr ""
2606
 
2607
  #: core/class-settings.php:50
2652
  #: core/class-settings.php:79
2653
  msgctxt "admin settings"
2654
  msgid ""
2655
+ "Enter text or a URL starting with http. If you use a URL, the Terms and "
2656
+ "Conditions text will be replaced by a link to the appropiate page."
2657
  msgstr ""
2658
 
2659
  #: core/class-settings.php:83
2694
  #: core/class-settings.php:102
2695
  msgctxt "admin settings"
2696
  msgid ""
2697
+ "You have selected a textarea field to be included in quick searches. "
2698
+ "Searches involving those fields are very expensive and could result in "
2699
+ "timeouts and/or general slowness."
2700
  msgstr ""
2701
 
2702
  #: core/class-settings.php:104
2703
  msgctxt "admin settings"
2704
  msgid ""
2705
+ "Use Ctrl-Click to include multiple fields in the search. Choosing too many "
2706
+ "fields for inclusion into Quick Search can result in very slow search "
2707
+ "performance."
2708
  msgstr ""
2709
 
2710
  #: core/class-settings.php:107
2720
  #: core/class-settings.php:118
2721
  msgctxt "admin settings"
2722
  msgid ""
2723
+ "Enabling this makes BD sacrifice result quality to improve speed. This is "
2724
+ "helpful if you're on shared hosting plans, where database performance is an "
2725
+ "issue."
2726
  msgstr ""
2727
 
2728
  #: core/class-settings.php:123
2733
  #: core/class-settings.php:127
2734
  msgctxt "admin settings"
2735
  msgid ""
2736
+ "Check this if you are having trouble with BD, particularly when importing or "
2737
+ "exporting CSV files."
2738
  msgstr ""
2739
 
2740
  #: core/class-settings.php:130
2741
  msgctxt "admin settings"
2742
  msgid ""
2743
+ "If this compatibility mode doesn't solve your issue, you may be experiencing "
2744
+ "a more serious conflict. <a>Here is an article</a> about how to test for "
2745
+ "theme and plugin conflicts with Business Directory."
2746
  msgstr ""
2747
 
2748
  #: core/class-settings.php:133
2750
  msgid "Enable AJAX compatibility mode?"
2751
  msgstr ""
2752
 
2753
+ #: core/class-settings.php:141 core/class-settings.php:604
2754
  msgctxt "admin settings"
2755
  msgid "Listings"
2756
  msgstr ""
2767
 
2768
  #: core/class-settings.php:145
2769
  msgctxt "admin settings"
2770
+ msgid ""
2771
+ "Number of listings to show per page. Use a value of \"0\" to show all "
2772
+ "listings."
2773
  msgstr ""
2774
 
2775
  #: core/class-settings.php:147
2780
  #: core/class-settings.php:148
2781
  msgctxt "admin settings"
2782
  msgid ""
2783
+ "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
2784
+ "less than 10 years (3650 days)."
2785
  msgstr ""
2786
 
2787
  #: core/class-settings.php:154
2792
  #: core/class-settings.php:157
2793
  msgctxt "admin settings"
2794
  msgid ""
2795
+ "Allows visitors to contact listing authors privately. Authors will receive "
2796
+ "the messages via email."
2797
  msgstr ""
2798
 
2799
  #: core/class-settings.php:160
2808
 
2809
  #: core/class-settings.php:169
2810
  msgctxt "admin settings"
2811
+ msgid ""
2812
+ "Use this to prevent spamming of listing owners. 0 means unlimited submits "
2813
+ "per day."
2814
  msgstr ""
2815
 
2816
  #: core/class-settings.php:175
2821
  #: core/class-settings.php:178
2822
  msgctxt "admin settings"
2823
  msgid ""
2824
+ "Allow visitors to discuss listings using the standard WordPress comment "
2825
+ "form. Comments are public."
2826
  msgstr ""
2827
 
2828
  #: core/class-settings.php:179
2858
  #: core/class-settings.php:192
2859
  msgctxt "admin settings"
2860
  msgid ""
2861
+ "Allow users to opt in for automatic renewal of their listings. The fee is "
2862
+ "charged at the time the listing expires without user intervention."
2863
  msgstr ""
2864
 
2865
  #: core/class-settings.php:196
2869
 
2870
  #: core/class-settings.php:199
2871
  msgctxt "admin settings"
2872
+ msgid ""
2873
+ "Enable automatic renewal without having users opt in during the submit "
2874
+ "process."
2875
  msgstr ""
2876
 
2877
  #: core/class-settings.php:204
2881
 
2882
  #: core/class-settings.php:207
2883
  msgctxt "admin settings"
2884
+ msgid ""
2885
+ "Configure how many days before listing expiration is the renewal e-mail sent."
2886
  msgstr ""
2887
 
2888
  #: core/class-settings.php:211
2889
  msgctxt "admin settings"
2890
+ msgid ""
2891
+ "Send expiration notices including a cancel links to auto-renewed listings?"
2892
  msgstr ""
2893
 
2894
  #: core/class-settings.php:218
2904
  #: core/class-settings.php:226
2905
  msgctxt "admin settings"
2906
  msgid ""
2907
+ "Configure how many days after the expiration of a listing an e-mail reminder "
2908
+ "should be sent to the owner."
2909
  msgstr ""
2910
 
2911
  #: core/class-settings.php:229
3061
  #: core/class-settings.php:282
3062
  msgctxt "admin settings"
3063
  msgid ""
3064
+ "You can upgrade your listing to featured status. Featured listings will "
3065
+ "always appear on top of regular listings."
3066
  msgstr ""
3067
 
3068
  #: core/class-settings.php:287
3078
  #: core/class-settings.php:294
3079
  msgctxt "admin settings"
3080
  msgid ""
3081
+ "Shows the email address of the listing owner to all web users. NOT "
3082
+ "RECOMMENDED as this increases spam to the address and allows spam bots to "
3083
+ "harvest it for future use."
3084
  msgstr ""
3085
 
3086
  #: core/class-settings.php:297
3091
  #: core/class-settings.php:300
3092
  msgctxt "admin settings"
3093
  msgid ""
3094
+ "This affects emails sent to listing owners via contact forms or when their "
3095
+ "listings expire."
3096
  msgstr ""
3097
 
3098
  #: core/class-settings.php:307
3190
  msgid "Sent after a listing has been submitted."
3191
  msgstr ""
3192
 
3193
+ #: core/class-settings.php:358 core/class-settings.php:366
3194
+ #: core/class-settings.php:407
3195
  msgctxt "admin settings"
3196
  msgid "Listing's title"
3197
  msgstr ""
3204
  #: core/class-settings.php:364
3205
  msgctxt "admin settings"
3206
  msgid ""
3207
+ "Your listing \"[listing]\" is now available at [listing-url] and can be "
3208
+ "viewed by the public."
3209
  msgstr ""
3210
 
3211
  #: core/class-settings.php:365
3225
 
3226
  #: core/class-settings.php:375
3227
  msgctxt "admin settings"
3228
+ msgid ""
3229
+ "Sent to listing owners when someone uses the contact form on their listing "
3230
+ "pages."
3231
  msgstr ""
3232
 
3233
  #: core/class-settings.php:385
3250
  msgid "Checkout URL link"
3251
  msgstr ""
3252
 
3253
+ #: core/class-settings.php:414
3254
  msgctxt "admin settings"
3255
  msgid "Renewal Reminders"
3256
  msgstr ""
3257
 
3258
+ #: core/class-settings.php:417
3259
  msgctxt "admin settings"
3260
  msgid ""
3261
+ "This section refers only to the text of the renewal/expiration notices. You "
3262
+ "can also <a>configure when the e-mails are sent</a>."
3263
  msgstr ""
3264
 
3265
+ #: core/class-settings.php:421
3266
  msgctxt "admin settings"
3267
  msgid "Pending expiration e-mail message"
3268
  msgstr ""
3269
 
3270
+ #: core/class-settings.php:425
3271
  msgctxt "settings"
3272
+ msgid ""
3273
+ "Sent some time before the listing expires. Applies to non-recurring renewals "
3274
+ "only."
3275
  msgstr ""
3276
 
3277
+ #: core/class-settings.php:426 core/class-settings.php:439
3278
+ #: core/class-settings.php:452 core/class-settings.php:465
3279
+ #: core/class-settings.php:478
3280
  msgctxt "settings"
3281
  msgid "Listing's name (with link)"
3282
  msgstr ""
3283
 
3284
+ #: core/class-settings.php:427 core/class-settings.php:440
3285
+ #: core/class-settings.php:453 core/class-settings.php:466
3286
+ #: core/class-settings.php:479
3287
  msgctxt "settings"
3288
  msgid "Author's name"
3289
  msgstr ""
3290
 
3291
+ #: core/class-settings.php:428 core/class-settings.php:441
3292
+ #: core/class-settings.php:480
3293
  msgctxt "settings"
3294
  msgid "Expiration date"
3295
  msgstr ""
3296
 
3297
+ #: core/class-settings.php:429
3298
  msgctxt "settings"
3299
  msgid "Category that is going to expire"
3300
  msgstr ""
3301
 
3302
+ #: core/class-settings.php:430 core/class-settings.php:443
3303
+ #: core/class-settings.php:482
3304
  msgctxt "settings"
3305
  msgid "Link to renewal page"
3306
  msgstr ""
3307
 
3308
+ #: core/class-settings.php:431 core/class-settings.php:444
3309
+ #: core/class-settings.php:456 core/class-settings.php:469
3310
+ #: core/class-settings.php:483
3311
  msgctxt "settings"
3312
  msgid "Link to your site"
3313
  msgstr ""
3314
 
3315
+ #: core/class-settings.php:434
3316
  msgctxt "admin settings"
3317
  msgid "Listing Renewal e-mail message"
3318
  msgstr ""
3319
 
3320
+ #: core/class-settings.php:438
3321
  msgctxt "settings"
3322
+ msgid ""
3323
+ "Sent at the time of listing expiration. Applies to non-recurring renewals "
3324
+ "only."
3325
  msgstr ""
3326
 
3327
+ #: core/class-settings.php:442 core/class-settings.php:481
3328
  msgctxt "settings"
3329
  msgid "Category that expired"
3330
  msgstr ""
3331
 
3332
+ #: core/class-settings.php:447
3333
  msgctxt "admin settings"
3334
  msgid "Listing auto-renewal reminder (recurring payments)"
3335
  msgstr ""
3336
 
3337
+ #: core/class-settings.php:451
3338
  msgctxt "settings"
3339
  msgid ""
3340
+ "Sent some time before the listing is auto-renewed. Applies to recurring "
3341
+ "renewals only."
3342
  msgstr ""
3343
 
3344
+ #: core/class-settings.php:454 core/class-settings.php:468
3345
  msgctxt "settings"
3346
  msgid "Renewal date"
3347
  msgstr ""
3348
 
3349
+ #: core/class-settings.php:455
3350
  msgctxt "settings"
3351
  msgid "Category that is going to be renewed"
3352
  msgstr ""
3353
 
3354
+ #: core/class-settings.php:457
3355
  msgctxt "settings"
3356
  msgid "Link to manage subscriptions"
3357
  msgstr ""
3358
 
3359
+ #: core/class-settings.php:460
3360
  msgctxt "admin settings"
3361
  msgid "Listing Renewal e-mail message (recurring payments)"
3362
  msgstr ""
3363
 
3364
+ #: core/class-settings.php:464
3365
  msgctxt "settings"
3366
+ msgid ""
3367
+ "Sent after the listing is auto-renewed. Applies to recurring renewals only."
3368
  msgstr ""
3369
 
3370
+ #: core/class-settings.php:467
3371
  msgctxt "settings"
3372
  msgid "Renewed category"
3373
  msgstr ""
3374
 
3375
+ #: core/class-settings.php:473
3376
  msgctxt "admin settings"
3377
  msgid "Renewal reminder e-mail message"
3378
  msgstr ""
3379
 
3380
+ #: core/class-settings.php:477
3381
  msgctxt "settings"
3382
  msgid ""
3383
+ "Sent some time after listing expiration and when no renewal has occurred. "
3384
+ "Applies to both recurring and non-recurring renewals."
3385
  msgstr ""
3386
 
3387
+ #: core/class-settings.php:487
3388
  msgctxt "admin settings"
3389
  msgid "Payment"
3390
  msgstr ""
3391
 
3392
+ #: core/class-settings.php:488
3393
  msgctxt "admin settings"
3394
  msgid "Payment Settings"
3395
  msgstr ""
3396
 
3397
+ #: core/class-settings.php:491
3398
  msgctxt "admin settings"
3399
  msgid "Turn On payments?"
3400
  msgstr ""
3401
 
3402
+ #: core/class-settings.php:493
3403
  msgctxt "admin settings"
3404
  msgid "Put payment gateways in test mode?"
3405
  msgstr ""
3406
 
3407
+ #: core/class-settings.php:498
3408
  msgctxt "admin settings"
3409
  msgid "Perform checkouts on the secure (HTTPS) version of your site?"
3410
  msgstr ""
3411
 
3412
+ #: core/class-settings.php:501
3413
  msgctxt "admin settings"
3414
  msgid ""
3415
+ "Recommended for added security. For this to work you need to enable HTTPS on "
3416
+ "your server and <a>obtain an SSL certificate</a>."
3417
  msgstr ""
3418
 
3419
+ #: core/class-settings.php:505
3420
  msgctxt "admin settings"
3421
  msgid "Currency Code"
3422
  msgstr ""
3423
 
3424
+ #: core/class-settings.php:507
3425
  msgctxt "admin settings"
3426
  msgid "Australian Dollar (AUD)"
3427
  msgstr ""
3428
 
3429
+ #: core/class-settings.php:508
3430
  msgctxt "admin settings"
3431
  msgid "Brazilian Real (BRL)"
3432
  msgstr ""
3433
 
3434
+ #: core/class-settings.php:509
3435
  msgctxt "admin settings"
3436
  msgid "Canadian Dollar (CAD)"
3437
  msgstr ""
3438
 
3439
+ #: core/class-settings.php:510
3440
  msgctxt "admin settings"
3441
  msgid "Czech Koruna (CZK)"
3442
  msgstr ""
3443
 
3444
+ #: core/class-settings.php:511
3445
  msgctxt "admin settings"
3446
  msgid "Danish Krone (DKK)"
3447
  msgstr ""
3448
 
3449
+ #: core/class-settings.php:512
3450
  msgctxt "admin settings"
3451
  msgid "Euro (EUR)"
3452
  msgstr ""
3453
 
3454
+ #: core/class-settings.php:513
3455
  msgctxt "admin settings"
3456
  msgid "Hong Kong Dollar (HKD)"
3457
  msgstr ""
3458
 
3459
+ #: core/class-settings.php:514
3460
  msgctxt "admin settings"
3461
  msgid "Hungarian Forint (HUF)"
3462
  msgstr ""
3463
 
3464
+ #: core/class-settings.php:515
3465
  msgctxt "admin settings"
3466
  msgid "Israeli New Shequel (ILS)"
3467
  msgstr ""
3468
 
3469
+ #: core/class-settings.php:516
3470
  msgctxt "admin settings"
3471
  msgid "Japanese Yen (JPY)"
3472
  msgstr ""
3473
 
3474
+ #: core/class-settings.php:517
3475
  msgctxt "admin settings"
3476
  msgid "Malasian Ringgit (MYR)"
3477
  msgstr ""
3478
 
3479
+ #: core/class-settings.php:518
3480
  msgctxt "admin settings"
3481
  msgid "Mexican Peso (MXN)"
3482
  msgstr ""
3483
 
3484
+ #: core/class-settings.php:519
3485
  msgctxt "admin settings"
3486
  msgid "Norwegian Krone (NOK)"
3487
  msgstr ""
3488
 
3489
+ #: core/class-settings.php:520
3490
  msgctxt "admin settings"
3491
  msgid "New Zealand Dollar (NZD)"
3492
  msgstr ""
3493
 
3494
+ #: core/class-settings.php:521
3495
  msgctxt "admin settings"
3496
  msgid "Philippine Peso (PHP)"
3497
  msgstr ""
3498
 
3499
+ #: core/class-settings.php:522
3500
  msgctxt "admin settings"
3501
  msgid "Polish Zloty (PLN)"
3502
  msgstr ""
3503
 
3504
+ #: core/class-settings.php:523
3505
  msgctxt "admin settings"
3506
  msgid "Pound Sterling (GBP)"
3507
  msgstr ""
3508
 
3509
+ #: core/class-settings.php:524
3510
  msgctxt "admin settings"
3511
  msgid "Singapore Dollar (SGD)"
3512
  msgstr ""
3513
 
3514
+ #: core/class-settings.php:525
3515
  msgctxt "admin settings"
3516
  msgid "Swedish Krona (SEK)"
3517
  msgstr ""
3518
 
3519
+ #: core/class-settings.php:526
3520
  msgctxt "admin settings"
3521
  msgid "Swiss Franc (CHF)"
3522
  msgstr ""
3523
 
3524
+ #: core/class-settings.php:527
3525
  msgctxt "admin settings"
3526
  msgid "Taiwan Dollar (TWD)"
3527
  msgstr ""
3528
 
3529
+ #: core/class-settings.php:528
3530
  msgctxt "admin settings"
3531
  msgid "Thai Baht (THB)"
3532
  msgstr ""
3533
 
3534
+ #: core/class-settings.php:529
3535
  msgctxt "admin settings"
3536
  msgid "Turkish Lira (TRY)"
3537
  msgstr ""
3538
 
3539
+ #: core/class-settings.php:530
3540
  msgctxt "admin settings"
3541
  msgid "U.S. Dollar"
3542
  msgstr ""
3543
 
3544
+ #: core/class-settings.php:534
3545
  msgctxt "admin settings"
3546
  msgid "Currency Symbol"
3547
  msgstr ""
3548
 
3549
+ #: core/class-settings.php:537
3550
  msgctxt "admin settings"
3551
  msgid "Thank you for payment message"
3552
  msgstr ""
3553
 
3554
+ #: core/class-settings.php:538
3555
  msgctxt "admin settings"
3556
  msgid ""
3557
+ "Thank you for your payment. Your payment is being verified and your listing "
3558
+ "reviewed. The verification and review process could take up to 48 hours."
3559
  msgstr ""
3560
 
3561
+ #: core/class-settings.php:543
3562
  msgctxt "admin settings"
3563
  msgid "Ask users to come back for abandoned payments?"
3564
  msgstr ""
3565
 
3566
+ #: core/class-settings.php:546
3567
  msgctxt "admin settings"
3568
  msgid ""
3569
+ "An abandoned payment is when a user attempts to place a listing and gets to "
3570
+ "the end, but fails to complete their payment for the listing. This results "
3571
+ "in listings that look like they failed, when the user simply didn't complete "
3572
+ "the transaction. BD can remind them to come back and continue."
3573
  msgstr ""
3574
 
3575
+ #: core/class-settings.php:552
3576
  msgctxt "admin settings"
3577
  msgid "Listing abandonment threshold (hours)"
3578
  msgstr ""
3579
 
3580
+ #: core/class-settings.php:557
3581
  msgctxt "admin settings"
3582
  msgid ""
3583
+ "Listings with pending payments are marked as abandoned after this time. You "
3584
+ "can also <a>customize the e-mail</a> users receive."
3585
  msgstr ""
3586
 
3587
+ #: core/class-settings.php:563
3588
  msgctxt "admin settings"
3589
  msgid "Registration"
3590
  msgstr ""
3591
 
3592
+ #: core/class-settings.php:564
3593
  msgctxt "admin settings"
3594
  msgid "Registration Settings"
3595
  msgstr ""
3596
 
3597
+ #: core/class-settings.php:565
3598
  msgctxt "admin settings"
3599
  msgid "Require login to post listings?"
3600
  msgstr ""
3601
 
3602
+ #: core/class-settings.php:570
3603
  msgctxt "admin settings"
3604
  msgid "Registration URL"
3605
  msgstr ""
3606
 
3607
+ #: core/class-settings.php:573
3608
  msgctxt "admin settings"
3609
  msgid ""
3610
+ "URL of your membership plugin's registration page. Only enter this if using "
3611
+ "a membership plugin or custom registration page."
3612
  msgstr ""
3613
 
3614
+ #: core/class-settings.php:577
3615
  msgctxt "admin settings"
3616
  msgid "Image"
3617
  msgstr ""
3618
 
3619
+ #: core/class-settings.php:578
3620
  msgctxt "admin settings"
3621
  msgid ""
3622
+ "Any changes to these settings will affect new listings only. Existing "
3623
+ "listings will not be affected. If you wish to change existing listings, you "
3624
+ "will need to re-upload the image(s) on that listing after changing things "
3625
+ "here."
3626
  msgstr ""
3627
 
3628
+ #: core/class-settings.php:579
3629
  msgctxt "admin settings"
3630
  msgid "Image Settings"
3631
  msgstr ""
3632
 
3633
+ #: core/class-settings.php:580
3634
  msgctxt "admin settings"
3635
  msgid "Allow images?"
3636
  msgstr ""
3637
 
3638
+ #: core/class-settings.php:582
3639
  msgctxt "admin settings"
3640
  msgid "Min Image File Size (KB)"
3641
  msgstr ""
3642
 
3643
+ #: core/class-settings.php:583
3644
  msgctxt "admin settings"
3645
  msgid "Max Image File Size (KB)"
3646
  msgstr ""
3647
 
3648
+ #: core/class-settings.php:585
3649
  msgctxt "admin settings"
3650
  msgid "Min image width (px)"
3651
  msgstr ""
3652
 
3653
+ #: core/class-settings.php:586
3654
  msgctxt "admin settings"
3655
  msgid "Min image height (px)"
3656
  msgstr ""
3657
 
3658
+ #: core/class-settings.php:588
3659
  msgctxt "admin settings"
3660
  msgid "Max image width (px)"
3661
  msgstr ""
3662
 
3663
+ #: core/class-settings.php:589
3664
  msgctxt "admin settings"
3665
  msgid "Max image height (px)"
3666
  msgstr ""
3667
 
3668
+ #: core/class-settings.php:591
3669
  msgctxt "admin settings"
3670
  msgid "Turn on thickbox/lightbox?"
3671
  msgstr ""
3672
 
3673
+ #: core/class-settings.php:591
3674
  msgctxt "admin settings"
3675
+ msgid ""
3676
+ "Uncheck if it conflicts with other elements or plugins installed on your site"
3677
  msgstr ""
3678
 
3679
+ #: core/class-settings.php:593
3680
  msgctxt "admin settings"
3681
  msgid "Thumbnails"
3682
  msgstr ""
3683
 
3684
+ #: core/class-settings.php:594
3685
  msgctxt "admin settings"
3686
  msgid "Thumbnail width (px)"
3687
  msgstr ""
3688
 
3689
+ #: core/class-settings.php:595
3690
  msgctxt "admin settings"
3691
  msgid "Thumbnail height (px)"
3692
  msgstr ""
3693
 
3694
+ #: core/class-settings.php:598
3695
  msgctxt "admin settings"
3696
  msgid "Crop thumbnails to exact dimensions?"
3697
  msgstr ""
3698
 
3699
+ #: core/class-settings.php:601
3700
  msgctxt "admin settings"
3701
  msgid ""
3702
+ "When enabled images will match exactly the dimensions above but part of the "
3703
+ "image may be cropped out. If disabled, image thumbnails will be resized to "
3704
+ "match the specified width and their height will be adjusted proportionally. "
3705
+ "Depending on the uploaded images, thumbnails may have different heights."
3706
  msgstr ""
3707
 
3708
+ #: core/class-settings.php:607
3709
  msgctxt "admin settings"
3710
  msgid "Number of free images"
3711
  msgstr ""
3712
 
3713
+ #: core/class-settings.php:612
3714
  msgctxt "admin settings"
3715
  msgid ""
3716
+ "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
3717
+ "a> instead of this setting, which is ignored for paid listings."
3718
  msgstr ""
3719
 
3720
+ #: core/class-settings.php:613
3721
  msgctxt "admin settings"
3722
  msgid "Use default picture for listings with no picture?"
3723
  msgstr ""
3724
 
3725
+ #: core/class-settings.php:614
3726
  msgctxt "admin settings"
3727
  msgid "Show Thumbnail on main listings page?"
3728
  msgstr ""
3729
 
3730
+ #: core/class-settings.php:670
3731
  msgctxt "admin settings"
3732
  msgid ""
3733
+ "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
3734
+ "not activated."
3735
  msgstr ""
3736
 
3737
+ #: core/class-settings.php:678
3738
  msgctxt "admin settings"
3739
  msgid ""
3740
+ "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
3741
+ "be created."
3742
  msgstr ""
3743
 
3744
+ #: core/class-settings.php:687
3745
  msgctxt "admin settings"
3746
  msgid ""
3747
+ "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
3748
+ "\". Please remove the file \"%s\" manually or deactivate the plugin."
3749
  msgstr ""
3750
 
3751
+ #: core/class-settings.php:986
3752
  msgctxt "settings"
3753
  msgid "Deactivate License"
3754
  msgstr ""
3755
 
3756
+ #: core/class-settings.php:988
3757
  msgctxt "settings"
3758
  msgid "Deactivating license..."
3759
  msgstr ""
3760
 
3761
+ #: core/class-settings.php:991
3762
  msgctxt "settings"
3763
  msgid "Activate License"
3764
  msgstr ""
3765
 
3766
+ #: core/class-settings.php:993
3767
  msgctxt "settings"
3768
  msgid "Activating license..."
3769
  msgstr ""
3770
 
3771
+ #: core/class-settings.php:1017
3772
  msgctxt "admin settings"
3773
  msgid "Valid placeholders: %s"
3774
  msgstr ""
3775
 
3776
+ #: core/class-settings.php:1051
3777
  msgctxt "settings email"
3778
  msgid "Click to edit e-mail"
3779
  msgstr ""
3780
 
3781
+ #: core/class-settings.php:1052
3782
  msgctxt "settings email"
3783
  msgid "Click to edit"
3784
  msgstr ""
3785
 
3786
+ #: core/class-settings.php:1065
3787
  msgctxt "settings email"
3788
  msgid "E-Mail Subject"
3789
  msgstr ""
3790
 
3791
+ #: core/class-settings.php:1076
3792
  msgctxt "settings email"
3793
  msgid "E-Mail Body"
3794
  msgstr ""
3795
 
3796
+ #: core/class-settings.php:1087
3797
  msgctxt "settings email"
3798
  msgid "You can use the following placeholders:"
3799
  msgstr ""
3800
 
3801
+ #: core/class-settings.php:1110
3802
  msgctxt "settings email"
3803
  msgid "Preview e-mail"
3804
  msgstr ""
3805
 
3806
+ #: core/class-settings.php:1111
3807
  msgctxt "settings email"
3808
  msgid "Cancel"
3809
  msgstr ""
3810
 
3811
+ #: core/class-settings.php:1112
3812
  msgctxt "settings email"
3813
  msgid "Save Changes"
3814
  msgstr ""
3815
 
3816
+ #: core/class-settings.php:1131
3817
  msgctxt "settings email"
3818
  msgid "Site title"
3819
  msgstr ""
3820
 
3821
+ #: core/class-settings.php:1134
3822
  msgctxt "settings email"
3823
  msgid "Site title (with link)"
3824
  msgstr ""
3825
 
3826
+ #: core/class-settings.php:1137
3827
  msgctxt "settings email"
3828
  msgid "Site address (with link)"
3829
  msgstr ""
3830
 
3831
+ #: core/class-settings.php:1140
3832
  msgctxt "settings email"
3833
  msgid "Directory URL (with link)"
3834
  msgstr ""
3835
 
3836
+ #: core/class-settings.php:1143
3837
  msgctxt "settings email"
3838
  msgid "Current date"
3839
  msgstr ""
3840
 
3841
+ #: core/class-settings.php:1146
3842
  msgctxt "settings email"
3843
  msgid "Current time"
3844
  msgstr ""
3845
 
3846
+ #: core/compatibility/class-navxt-integration.php:159
3847
+ msgctxt "navxt"
3848
+ msgid "Submit Listing"
3849
+ msgstr ""
3850
+
3851
+ #: core/compatibility/class-navxt-integration.php:163
3852
+ msgctxt "navxt"
3853
+ msgid "Edit Listing"
3854
+ msgstr ""
3855
+
3856
+ #: core/compatibility/class-navxt-integration.php:167
3857
+ msgctxt "navxt"
3858
+ msgid "Search"
3859
+ msgstr ""
3860
+
3861
  #: core/compatibility/deprecated.php:144
3862
  msgid "View"
3863
  msgstr ""
3977
  #: core/form-fields-types.php:485
3978
  msgctxt "form-fields admin"
3979
  msgid ""
3980
+ "<b>Advanced users only!</b> Unless you've been told to change this, don't "
3981
+ "switch it unless you know what you're doing."
3982
  msgstr ""
3983
 
3984
  #: core/form-fields-types.php:486
4031
  msgid "Remove"
4032
  msgstr ""
4033
 
4034
+ #: core/form-fields-types.php:1067
4035
+ msgctxt "form-fields api"
4036
+ msgid "Date Field"
4037
+ msgstr ""
4038
+
4039
+ #: core/form-fields-types.php:1090
4040
+ msgid "%s (ex. %s)"
4041
+ msgstr ""
4042
+
4043
+ #: core/form-fields-types.php:1094
4044
+ msgctxt "form-fields api"
4045
+ msgid "Date Format"
4046
+ msgstr ""
4047
+
4048
  #: core/form-fields.php:31
4049
  msgctxt "form-fields api"
4050
  msgid "Post Title"
4080
  msgid "Custom"
4081
  msgstr ""
4082
 
4083
+ #: core/form-fields.php:300
4084
  msgid "Business Name"
4085
  msgstr ""
4086
 
4087
+ #: core/form-fields.php:302
4088
  msgid "Business Genre"
4089
  msgstr ""
4090
 
4091
+ #: core/form-fields.php:304
4092
  msgid "Short Business Description"
4093
  msgstr ""
4094
 
4095
+ #: core/form-fields.php:306
4096
  msgid "Long Business Description"
4097
  msgstr ""
4098
 
4099
+ #: core/form-fields.php:308
4100
  msgid "Business Website Address"
4101
  msgstr ""
4102
 
4103
+ #: core/form-fields.php:310
4104
  msgid "Business Phone Number"
4105
  msgstr ""
4106
 
4107
+ #: core/form-fields.php:312
4108
  msgid "Business Fax"
4109
  msgstr ""
4110
 
4111
+ #: core/form-fields.php:314
4112
  msgid "Business Contact Email"
4113
  msgstr ""
4114
 
4115
+ #: core/form-fields.php:316
4116
  msgid "Business Tags"
4117
  msgstr ""
4118
 
4119
+ #: core/form-fields.php:411
4120
  msgctxt "form-fields-api"
4121
  msgid "Email Validator"
4122
  msgstr ""
4123
 
4124
+ #: core/form-fields.php:412
4125
  msgctxt "form-fields-api"
4126
  msgid "URL Validator"
4127
  msgstr ""
4128
 
4129
+ #: core/form-fields.php:413
4130
  msgctxt "form-fields-api"
4131
  msgid "Whole Number Validator"
4132
  msgstr ""
4133
 
4134
+ #: core/form-fields.php:414
4135
  msgctxt "form-fields-api"
4136
  msgid "Decimal Number Validator"
4137
  msgstr ""
4138
 
4139
+ #: core/form-fields.php:415
4140
  msgctxt "form-fields-api"
4141
  msgid "Date Validator"
4142
  msgstr ""
4143
 
4144
+ #: core/form-fields.php:422
4145
  msgctxt "form-fields-api validation"
4146
  msgid "Field"
4147
  msgstr ""
4148
 
4149
+ #: core/form-fields.php:438 core/form-fields.php:442
4150
  msgctxt "form-fields-api validation"
4151
  msgid "%s is required."
4152
  msgstr ""
4153
 
4154
+ #: core/form-fields.php:451 core/form-fields.php:458
4155
  msgctxt "form-fields-api validation"
4156
  msgid "%s is badly formatted. Valid URL format required. Include http://"
4157
  msgstr ""
4158
 
4159
+ #: core/form-fields.php:472
4160
  msgctxt "form-fields-api validation"
4161
  msgid "%s is badly formatted. Valid Email format required."
4162
  msgstr ""
4163
 
4164
+ #: core/form-fields.php:478
4165
  msgctxt "form-fields-api validation"
4166
  msgid "%s must be a number. Decimal values are not allowed."
4167
  msgstr ""
4168
 
4169
+ #: core/form-fields.php:484
4170
  msgctxt "form-fields-api validation"
4171
  msgid "%s must be a number."
4172
  msgstr ""
4173
 
4174
+ #: core/form-fields.php:497
4175
  msgctxt "form-fields-api validation"
4176
+ msgid "%s must be in the format %s."
4177
  msgstr ""
4178
 
4179
+ #: core/form-fields.php:529
4180
+ msgctxt "form-fields-api validation"
4181
+ msgid "%s must be a valid date."
4182
+ msgstr ""
4183
+
4184
+ #: core/form-fields.php:540
4185
  msgctxt "form-fields-api validation"
4186
  msgid "%s is invalid. Value most be one of %s."
4187
  msgstr ""
4211
  #: core/gateways-authorize-net.php:121
4212
  msgctxt "authorize-net"
4213
  msgid ""
4214
+ "The payment gateway didn't accept your credit card or billing information. "
4215
+ "The following reason was given: \"%s\"."
4216
  msgstr ""
4217
 
4218
  #: core/gateways-authorize-net.php:125
4219
  msgctxt "authorize-net"
4220
  msgid ""
4221
+ "Your payment is being held for review by the payment gateway. The following "
4222
+ "reason was given: \"%s\"."
4223
  msgstr ""
4224
 
4225
  #: core/gateways-authorize-net.php:128
4279
  #: core/gateways-googlewallet.php:68
4280
  msgctxt "google-wallet"
4281
  msgid ""
4282
+ "For recurring payments to work you need to <a>specify a postback URL</a> in "
4283
+ "your Google Wallet settings."
4284
  msgstr ""
4285
 
4286
  #: core/gateways-googlewallet.php:69
4318
  #: core/gateways-googlewallet.php:233
4319
  msgctxt "google-wallet"
4320
  msgid ""
4321
+ "Payment was rejected because internal data does not look like a valid Google "
4322
+ "Wallet transaction."
4323
  msgstr ""
4324
 
4325
  #: core/gateways-googlewallet.php:248
4332
  msgid "The transaction has been canceled at user's request."
4333
  msgstr ""
4334
 
4335
+ #: core/installer.php:38
4336
  msgctxt "default category name"
4337
  msgid "General"
4338
  msgstr ""
4339
 
4340
+ #: core/installer.php:460
4341
  msgctxt "installer"
4342
  msgid ""
4343
  "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
4344
+ "incompatible with the current version of Business Directory. Please update "
4345
+ "the Regions module."
4346
  msgstr ""
4347
 
4348
+ #: core/installer.php:526
4349
  msgctxt "installer"
4350
  msgid "Cleaning up listing fees information... %d/%d"
4351
  msgstr ""
4352
 
4353
+ #: core/installer.php:576
4354
  msgctxt "installer"
4355
  msgid "Migrating previous transactions to new Payments API... %d/%d"
4356
  msgstr ""
4357
 
4358
+ #: core/installer.php:605
4359
  msgctxt "installer"
4360
  msgid "Initial listing payment (BD < 3.4)"
4361
  msgstr ""
4362
 
4363
+ #: core/installer.php:616
4364
  msgctxt "installer"
4365
  msgid "Listing edit payment (BD < 3.4)"
4366
  msgstr ""
4367
 
4368
+ #: core/installer.php:637
4369
  msgctxt "installer"
4370
  msgid "Renewal fee \"%s\" for category \"%s\""
4371
  msgstr ""
4372
 
4373
+ #: core/installer.php:656
4374
  msgctxt "installer"
4375
  msgid "Listing upgrade to featured"
4376
  msgstr ""
4377
 
4378
+ #: core/installer.php:859
4379
  msgid "Business Directory - Manual Upgrade Required"
4380
  msgstr ""
4381
 
4382
+ #: core/installer.php:861
4383
  msgid ""
4384
+ "Business Directory features are currently disabled because the plugin needs "
4385
+ "to perform a manual upgrade before continuing."
4386
  msgstr ""
4387
 
4388
+ #: core/installer.php:863
4389
  msgid "Perform Manual Upgrade"
4390
  msgstr ""
4391
 
4392
+ #: core/installer.php:879 core/installer.php:880 core/installer.php:891
4393
  msgid "Business Directory - Manual Upgrade"
4394
  msgstr ""
4395
 
4396
+ #: core/installer.php:895
4397
  msgid ""
4398
+ "Business Directory features are currently disabled because the plugin needs "
4399
+ "to perform a manual upgrade before it can be used."
4400
  msgstr ""
4401
 
4402
+ #: core/installer.php:897
4403
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4404
  msgstr ""
4405
 
4406
+ #: core/installer.php:900
4407
  msgctxt "manual-upgrade"
4408
  msgid "Start Upgrade"
4409
  msgstr ""
4410
 
4411
+ #: core/installer.php:902
4412
  msgctxt "manual-upgrade"
4413
  msgid "Pause Upgrade"
4414
  msgstr ""
4415
 
4416
+ #: core/installer.php:908
4417
  msgctxt "manual-upgrade"
4418
+ msgid ""
4419
+ "The upgrade was sucessfully performed. Business Directory Plugin is now "
4420
+ "available."
4421
  msgstr ""
4422
 
4423
+ #: core/installer.php:911
4424
  msgctxt "manual-upgrade"
4425
  msgid "Go to \"Directory Admin\""
4426
  msgstr ""
4468
  #: core/licensing.php:233
4469
  msgctxt "licensing"
4470
  msgid ""
4471
+ "The following premium modules will not work until a valid license key is "
4472
+ "provided. Go to <a>Manage Options - Licenses</a> to enter your license "
4473
+ "information."
4474
  msgstr ""
4475
 
4476
  #: core/licensing.php:254
4481
  #: core/licensing.php:255
4482
  msgctxt "licensing"
4483
  msgid ""
4484
+ "The license key for <span class=\"module-name\">%s %s</span> has expired. "
4485
+ "The module will continue to work but you will not receive any more updates "
4486
+ "until the license is renewed."
4487
  msgstr ""
4488
 
4489
  #: core/licensing.php:259
4554
  #: core/payment.php:325
4555
  msgctxt "payments-api"
4556
  msgid ""
4557
+ "You are offering featured listings but have payments turned off. Go to <a "
4558
+ "href=\"%s\">Manage Options - Payment</a> to change the payment settings. "
4559
+ "Until you change this, the <i>Upgrade to Featured</i> option will be "
4560
+ "disabled."
4561
  msgstr ""
4562
 
4563
  #: core/payment.php:343
4564
  msgctxt "payments-api"
4565
  msgid ""
4566
+ "The <b>%s</b> gateway is active but not properly configured. The gateway "
4567
+ "won't be available until the following problems are fixed: <b>%s</b>. <br/> "
4568
+ "Check the <a href=\"%s\">payment settings</a>."
4569
  msgstr ""
4570
 
4571
  #: core/payment.php:353
4572
  msgctxt "admin"
4573
  msgid ""
4574
+ "You have payments turned on but no gateway is active and properly "
4575
+ "configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
4576
+ "payment settings. Until you change this, the directory will operate in "
4577
+ "<i>Free Mode</i>."
4578
  msgstr ""
4579
 
4580
  #: core/payment.php:357
4581
  msgid ""
4582
+ "BD detected PayFast and another gateway were enabled. This setup is not "
4583
+ "recommended due to PayFast supporting only ZAR and the other gateways not "
4584
+ "supporting this currency."
4585
  msgstr ""
4586
 
4587
  #: core/payment.php:361
4588
  msgid ""
4589
+ "You have recurring renewal of listing fees enabled but the payment gateways "
4590
+ "installed don't support recurring payments. Until a gateway that supports "
4591
+ "recurring payments (such as PayPal) is enabled automatic renewals will be "
4592
+ "disabled."
4593
  msgstr ""
4594
 
4595
  #: core/payment.php:366
4596
  msgid ""
4597
+ "Due to Google Wallet limitations only monthly (30 days) recurring fees are "
4598
+ "supported by the gateway. All other fees will be charged as non-recurring."
4599
  msgstr ""
4600
 
4601
  #: core/payment.php:399
4631
  #: core/payment.php:650
4632
  msgctxt "payments"
4633
  msgid ""
4634
+ "Your payment is being processed by the payment gateway. Please reload this "
4635
+ "page in a moment to see if the status has changed or contact the site "
4636
+ "administrator."
4637
  msgstr ""
4638
 
4639
  #: core/payment.php:653
4640
  msgctxt "payments"
4641
  msgid ""
4642
+ "The payment has been rejected by the payment gateway. Please contact the "
4643
+ "site administrator if you think there is an error or click \"Change Payment "
4644
+ "Method\" to select another payment method and try again."
4645
  msgstr ""
4646
 
4647
  #: core/payment.php:654
4652
  #: core/payment.php:656
4653
  msgctxt "payments"
4654
  msgid ""
4655
+ "The payment has been rejected by the payment gateway. Please contact the "
4656
+ "site administrator if you think there is an error."
4657
  msgstr ""
4658
 
4659
  #: core/payment.php:659
4703
 
4704
  #: core/utils.php:104
4705
  msgctxt "utils"
4706
+ msgid ""
4707
+ "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
4708
  msgstr ""
4709
 
4710
  #: core/utils.php:157
4762
  msgid "Invalid payment id."
4763
  msgstr ""
4764
 
4765
+ #: core/view-checkout.php:92
4766
  msgctxt "checkout"
4767
  msgid "Continue"
4768
  msgstr ""
4769
 
4770
+ #: core/view-checkout.php:103
4771
  msgctxt "checkout"
4772
  msgid ""
4773
+ "Payments are not allowed on the non-secure version of this site. Please "
4774
+ "<a>continue to the secure server to proceed with your payment</a>."
4775
  msgstr ""
4776
 
4777
+ #: core/view-checkout.php:118
4778
  msgctxt "checkout"
4779
  msgid ""
4780
+ "Your payment is being verified. This usually takes a few minutes but can "
4781
+ "take up to 24 hours."
4782
  msgstr ""
4783
 
4784
+ #: core/view-checkout.php:126 core/view-checkout.php:147
4785
  msgctxt "checkout"
4786
  msgid "← Return to Directory."
4787
  msgstr ""
4788
 
4789
+ #: core/view-checkout.php:136
4790
  msgctxt "checkout"
4791
  msgid "Your payment was received sucessfully."
4792
  msgstr ""
4793
 
4794
+ #: core/view-checkout.php:143
4795
  msgctxt "checkout"
4796
  msgid "← Return to your listing."
4797
  msgstr ""
4878
  #: core/view-renew-listing.php:21
4879
  msgctxt "renewal"
4880
  msgid ""
4881
+ "Your renewal ID is invalid. Please use the URL you were given on the renewal "
4882
+ "e-mail message."
4883
  msgstr ""
4884
 
4885
  #: core/view-renew-listing.php:47
4905
  #: core/view-renew-listing.php:92
4906
  msgctxt "renew"
4907
  msgid ""
4908
+ "Because you are on a recurring fee plan you don't have to renew your listing "
4909
+ "right now as this will be handled automatically when renewal comes."
4910
  msgstr ""
4911
 
4912
  #: core/view-renew-listing.php:94
4927
  #: core/view-renew-listing.php:102
4928
  msgctxt "renew"
4929
  msgid ""
4930
+ "However, if you want to cancel your subscription you can do that on this "
4931
+ "page. When the renewal time comes you'll be able to change your settings "
4932
+ "again."
4933
  msgstr ""
4934
 
4935
  #: core/view-submit-listing.php:29
4936
  msgctxt "templates"
4937
  msgid ""
4938
+ "There are no categories assigned to the business directory yet. You need to "
4939
+ "assign some categories to the business directory. Only admins can see this "
4940
+ "message. Regular users are seeing a message that they cannot add their "
4941
+ "listing at this time. Listings cannot be added until you assign categories "
4942
+ "to the business directory."
4943
  msgstr ""
4944
 
4945
  #: core/view-submit-listing.php:31
4946
  msgctxt "templates"
4947
  msgid ""
4948
+ "Your listing cannot be added at this time. Please try again later. If this "
4949
+ "is not the first time you see this warning, please ask the site "
4950
+ "administrator to set up one or more categories inside the Directory."
4951
  msgstr ""
4952
 
4953
  #: core/view-submit-listing.php:43
4967
 
4968
  #: core/view-submit-listing.php:65
4969
  msgctxt "templates"
4970
+ msgid ""
4971
+ "You are logged in as an administrator. Any payment steps will be skipped."
4972
  msgstr ""
4973
 
4974
  #: core/view-submit-listing.php:199
5038
 
5039
  #: core/views.php:23
5040
  msgid ""
5041
+ "You need to create a page with the [businessdirectory] shortcode for the "
5042
+ "Business Directory plugin to work correctly."
5043
  msgstr ""
5044
 
5045
  #: core/views.php:25
5051
  msgid "This is just a preview. The listing has not been published yet."
5052
  msgstr ""
5053
 
5054
+ #: core/views.php:368
5055
  msgctxt "templates"
5056
  msgid ""
5057
+ "There are no categories assigned to the business directory yet. You need to "
5058
+ "assign some categories to the business directory. Only admins can see this "
5059
+ "message. Regular users are seeing a message that there are currently no "
5060
+ "listings in the directory. Listings cannot be added until you assign "
5061
+ "categories to the business directory."
5062
  msgstr ""
5063
 
5064
+ #: core/views.php:370
5065
  msgctxt "templates"
5066
  msgid "There are currently no listings in the directory."
5067
  msgstr ""
5068
 
5069
+ #: core/views.php:388
5070
  msgctxt "templates"
5071
  msgid ""
5072
+ "You have \"Hide Empty Categories\" on and some categories that don't have "
5073
+ "listings in them. That means they won't show up on the front end of your "
5074
+ "site. If you didn't want that, click <a>here</a> to change the setting."
5075
  msgstr ""
5076
 
5077
  #: core/widget-featured-listings.php:11
5332
  #: templates/delete-listing-confirm.tpl.php:7
5333
  msgctxt "delete listing"
5334
  msgid ""
5335
+ "Your listing is associated to a recurring payment. If you don't cancel the "
5336
+ "recurring payment before deleting the listing, you might be charged for "
5337
+ "additional periods even though your listing won't be available."
5338
  msgstr ""
5339
 
5340
  #: templates/delete-listing-confirm.tpl.php:12
5341
  msgctxt "delete listing"
5342
  msgid ""
5343
+ "Please visit <a>Manage recurring payments</a> to review your current "
5344
+ "recurring payments."
5345
  msgstr ""
5346
 
5347
  #: templates/delete-listing-confirm.tpl.php:18
5367
  #: templates/email/listing-added.tpl.php:2
5368
  msgctxt "emails"
5369
  msgid ""
5370
+ "A new listing has been submitted to the directory. Listing details can be "
5371
+ "found below."
5372
  msgstr ""
5373
 
5374
+ #: templates/email/listing-added.tpl.php:7
5375
+ #: templates/email/listing-edited.tpl.php:7
5376
  msgctxt "notify email"
5377
  msgid "ID"
5378
  msgstr ""
5379
 
5380
+ #: templates/email/listing-added.tpl.php:10
5381
+ #: templates/email/listing-edited.tpl.php:10
5382
  msgctxt "notify email"
5383
  msgid "Title"
5384
  msgstr ""
5385
 
5386
+ #: templates/email/listing-added.tpl.php:13
5387
+ #: templates/email/listing-edited.tpl.php:13
5388
  msgctxt "notify email"
5389
  msgid "URL"
5390
  msgstr ""
5391
 
5392
+ #: templates/email/listing-added.tpl.php:13
5393
+ #: templates/email/listing-edited.tpl.php:13
5394
  msgctxt "notify email"
5395
  msgid "(not published yet)"
5396
  msgstr ""
5397
 
5398
+ #: templates/email/listing-added.tpl.php:16
5399
+ #: templates/email/listing-edited.tpl.php:16
5400
  msgctxt "notify email"
5401
  msgid "Categories"
5402
  msgstr ""
5403
 
5404
+ #: templates/email/listing-added.tpl.php:19
5405
+ #: templates/email/listing-edited.tpl.php:19
5406
  msgctxt "notify email"
5407
  msgid "Posted By"
5408
  msgstr ""
5410
  #: templates/email/listing-edited.tpl.php:2
5411
  msgctxt "emails"
5412
  msgid ""
5413
+ "A listing in the directory has been edited recently. Listing details can be "
5414
+ "found below."
5415
  msgstr ""
5416
 
5417
  #: templates/listing-contactform.tpl.php:9
5422
  #: templates/listing-contactform.tpl.php:18
5423
  msgctxt "templates"
5424
  msgid ""
5425
+ "You are currently logged in as %s. Your message will be sent using your "
5426
+ "logged in contact email."
5427
  msgstr ""
5428
 
5429
  #: templates/listing-contactform.tpl.php:23
5459
  #: templates/manage-listings.tpl.php:6
5460
  msgctxt "templates"
5461
  msgid ""
5462
+ "Your current listings are shown below. To edit a listing click the edit "
5463
+ "button. To delete a listing click the delete button."
5464
  msgstr ""
5465
 
5466
  #: templates/manage-listings.tpl.php:9
5570
  msgstr[0] ""
5571
  msgstr[1] ""
5572
 
5573
+ #: templates/parts/listing-buttons.tpl.php:4
5574
+ #: templates/parts/listing-buttons.tpl.php:18
5575
  #: templates/parts/listing-buttons.tpl.php:22
5576
  msgctxt "templates"
5577
  msgid "Edit"
5582
  msgid "Upgrade Listing"
5583
  msgstr ""
5584
 
5585
+ #: templates/parts/listing-buttons.tpl.php:10
5586
+ #: templates/parts/listing-buttons.tpl.php:19
5587
  #: templates/parts/listing-buttons.tpl.php:23
5588
  msgctxt "templates"
5589
  msgid "Delete"
5590
  msgstr ""
5591
 
5592
+ #: templates/parts/listing-buttons.tpl.php:10
5593
+ #: templates/parts/listing-buttons.tpl.php:23
5594
  msgctxt "templates"
5595
  msgid "Are you sure you wish to delete this listing?"
5596
  msgstr ""
5599
  msgid "← Back to Directory"
5600
  msgstr ""
5601
 
5602
+ #: templates/parts/listing-buttons.tpl.php:17
5603
+ #: templates/parts/listing-buttons.tpl.php:21
5604
  msgctxt "templates"
5605
  msgid "View"
5606
  msgstr ""
5608
  #: templates/parts/login-required.tpl.php:5
5609
  msgctxt "templates"
5610
  msgid ""
5611
+ "You are not currently logged in. Please login or register first. When "
5612
+ "registering, you will receive an activation email. Be sure to check your "
5613
+ "spam if you don't see it in your email within 60 minutes."
5614
  msgstr ""
5615
 
5616
  #: templates/parts/login-required.tpl.php:10
5660
 
5661
  #: templates/renew-listing.tpl.php:10
5662
  msgctxt "templates"
5663
+ msgid ""
5664
+ "You are about to renew your listing \"%s\" publication inside category \"%s"
5665
+ "\"."
5666
  msgstr ""
5667
 
5668
  #: templates/renew-listing.tpl.php:15
5669
  msgctxt "WPBDM"
5670
  msgid ""
5671
+ "Please select a fee option or click \"Do not renew my listing\" to cancel "
5672
+ "your renewal."
5673
  msgstr ""
5674
 
5675
  #: templates/renew-listing.tpl.php:22
5773
 
5774
  #: templates/submit-listing/fee-selection.tpl.php:31
5775
  msgctxt "submit"
5776
+ msgid ""
5777
+ "Would you like to make your fee renew automatically at the end of the period?"
5778
  msgstr ""
5779
 
5780
  #: templates/submit-listing/images-single.tpl.php:9
5810
  #: templates/submit-listing/images-upload-form.tpl.php:36
5811
  msgctxt "templates"
5812
  msgid ""
5813
+ "Your image slots are all full at this time. You may click \"Continue\" if "
5814
+ "you are done, or \"Delete Image\" to upload a new image in place of a "
5815
+ "current one."
5816
  msgstr ""
5817
 
5818
  #: templates/submit-listing/images-upload-form.tpl.php:44
5833
  #: templates/submit-listing/images.tpl.php:7
5834
  msgctxt "templates"
5835
  msgid ""
5836
+ "There is an image pending upload. Would you still like to continue without "
5837
+ "saving the image?"
5838
  msgstr ""
5839
 
5840
  #: templates/submit-listing/images.tpl.php:13
5852
  msgid "* Indicates required fields."
5853
  msgstr ""
5854
 
5855
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:178
5856
+ msgid ""
5857
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
5858
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
5859
+ msgstr ""
5860
+
5861
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:185
5862
+ msgid ""
5863
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
5864
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
5865
+ "\">update now</a>."
5866
+ msgstr ""
5867
+
5868
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
5869
+ msgid "You do not have permission to install plugin updates"
5870
+ msgstr ""
5871
+
5872
+ #: vendors/edd/EDD_SL_Plugin_Updater.php:325
5873
+ msgid "Error"
5874
+ msgstr ""
5875
+
5876
  #. Plugin URI of the plugin/theme
5877
  msgid "http://www.businessdirectoryplugin.com"
5878
  msgstr ""
5879
 
5880
  #. Description of the plugin/theme
5881
  msgid ""
5882
+ "Provides the ability to maintain a free or paid business directory on your "
5883
+ "WordPress powered site."
5884
  msgstr ""
5885
 
5886
  #. Author of the plugin/theme
templates/delete-listing-confirm.tpl.php CHANGED
@@ -8,7 +8,7 @@
8
  'delete listing',
9
  'WPBDM' ); ?><br />
10
  <b><?php echo str_replace( '<a>',
11
- '<a href="' . add_query_arg( 'action', 'manage-recurring', wpbdp_get_page_link( 'main' ) ) . '">',
12
  _x( 'Please visit <a>Manage recurring payments</a> to review your current recurring payments.', 'delete listing', 'WPBDM' ) ); ?></b>
13
  </div>
14
  <?php endif; ?>
@@ -21,7 +21,7 @@
21
 
22
  <?php wp_nonce_field( 'delete listing ' . $listing->get_id() ); ?>
23
 
24
- <input type="button" value="<?php _ex('No. Take me back to the directory.', 'delete listing', 'WPBDM' ); ?>" />
25
  <input class="delete-listing-confirm" type="submit" value="<?php _ex( 'Yes. Delete my listing.', 'delete listing', 'WPBDM' ); ?>" />
26
  </form>
27
 
8
  'delete listing',
9
  'WPBDM' ); ?><br />
10
  <b><?php echo str_replace( '<a>',
11
+ '<a href="' . esc_url( add_query_arg( 'action', 'manage-recurring', wpbdp_get_page_link( 'main' ) ) ) . '">',
12
  _x( 'Please visit <a>Manage recurring payments</a> to review your current recurring payments.', 'delete listing', 'WPBDM' ) ); ?></b>
13
  </div>
14
  <?php endif; ?>
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', 'WPBDM' ); ?>" />
25
  <input class="delete-listing-confirm" type="submit" value="<?php _ex( 'Yes. Delete my listing.', 'delete listing', 'WPBDM' ); ?>" />
26
  </form>
27
 
templates/renew-listing.tpl.php CHANGED
@@ -3,7 +3,7 @@
3
  <h2><?php _ex('Renew Listing', 'templates', 'WPBDM'); ?></h2>
4
 
5
  <?php if ( isset( $payment ) && $payment ): ?>
6
- <form action="<?php echo $payment->get_checkout_url(); ?>" method="POST">
7
  <input type="submit" value="<?php _ex( 'Proceed to Checkout', 'renewal', 'WPBDM' ); ?>" />
8
  </form>
9
  <?php else: ?>
@@ -29,4 +29,4 @@
29
  </form>
30
  <?php endif; ?>
31
 
32
- </div>
3
  <h2><?php _ex('Renew Listing', 'templates', 'WPBDM'); ?></h2>
4
 
5
  <?php if ( isset( $payment ) && $payment ): ?>
6
+ <form action="<?php echo esc_url( $payment->get_checkout_url() ); ?>" method="POST">
7
  <input type="submit" value="<?php _ex( 'Proceed to Checkout', 'renewal', 'WPBDM' ); ?>" />
8
  </form>
9
  <?php else: ?>
29
  </form>
30
  <?php endif; ?>
31
 
32
+ </div>
templates/search.tpl.php CHANGED
@@ -13,7 +13,7 @@ $api = wpbdp_formfields_api();
13
  <!-- Search Form -->
14
  <div id="wpbdp-search-form-wrapper" style="<?php echo !$show_form ? 'display: none;' : ''; ?>">
15
  <h3><?php _ex('Find a listing', 'templates', 'WPBDM'); ?></h3>
16
- <form action="" id="wpbdp-search-form" method="GET">
17
  <input type="hidden" name="action" value="search" />
18
  <input type="hidden" name="page_id" value="<?php echo wpbdp_get_page_id('main'); ?>" />
19
  <input type="hidden" name="dosrch" value="1" />
13
  <!-- Search Form -->
14
  <div id="wpbdp-search-form-wrapper" style="<?php echo !$show_form ? 'display: none;' : ''; ?>">
15
  <h3><?php _ex('Find a listing', 'templates', 'WPBDM'); ?></h3>
16
+ <form action="<?php echo esc_url( wpbdp_get_page_link( 'main' ) ); ?>" id="wpbdp-search-form" method="GET">
17
  <input type="hidden" name="action" value="search" />
18
  <input type="hidden" name="page_id" value="<?php echo wpbdp_get_page_id('main'); ?>" />
19
  <input type="hidden" name="dosrch" value="1" />