Business Directory Plugin - Version 5.14.1

Version Description

Download this release

Release Info

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

Code changes from version 5.14 to 5.14.1

README.TXT CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.8.1
7
- Stable tag: 5.14
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
@@ -162,6 +162,9 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
162
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
163
 
164
  == Changelog ==
 
 
 
165
  = 5.14 =
166
  * New: Make the button styling more consistent across all buttons in the directory. The option to Override the theme button styles better handles this now, and lets the theme handle it when turned off. This update added the "button" class to buttons throughout the plugin in order to allow themes to cover the styling.
167
  * New: Load the BD CSS in an Elementor template. This helps the page look much closer to reality.
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.8.1
7
+ Stable tag: 5.14.1
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
162
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
163
 
164
  == Changelog ==
165
+ = 5.14.1 =
166
+ * Fix: Prevent the default free fee option from showing when payments are turned on.
167
+
168
  = 5.14 =
169
  * New: Make the button styling more consistent across all buttons in the directory. The option to Override the theme button styles better handles this now, and lets the theme handle it when turned off. This update added the "button" class to buttons throughout the plugin in order to allow themes to cover the styling.
170
  * New: Load the BD CSS in an Elementor template. This helps the page look much closer to reality.
TESTS.md DELETED
@@ -1,68 +0,0 @@
1
- # CodeCeption Testing
2
-
3
- ## SETUP
4
-
5
- ### Local Servers
6
- Install ChromeDriver, GeckoDriver or Selenium Server. These will be used to emulate the browser acceptance tests
7
- For each tests, the browser will have to be restarted
8
-
9
- ### Composer
10
- Ensure composer in installed. Run `composer install` to install dependencies
11
-
12
- ### CodeCept
13
- Install and configure Codecept
14
-
15
- ## Testing
16
-
17
- ### All Tests
18
-
19
- Run the following in the `business-directory-plugin` plugin folder
20
-
21
- ```
22
- #!bash
23
- $ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
24
-
25
- $ codeception run
26
-
27
- ```
28
-
29
- ### Acceptance Tests
30
-
31
- ```
32
- #!bash
33
- $ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
34
-
35
- $ codeception run acceptance
36
-
37
- ```
38
-
39
- ### Functional Tests
40
-
41
- ```
42
- #!bash
43
- $ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
44
-
45
- $ codeception run functional
46
-
47
- ```
48
-
49
-
50
- ### WPUnit Tests
51
-
52
- ```
53
- #!bash
54
- $ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
55
-
56
- $ codeception run wpunit
57
-
58
- ```
59
-
60
- ### Unit Tests
61
-
62
- ```
63
- #!bash
64
- $ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
65
-
66
- $ codeception run unit
67
-
68
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 5.14
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 5.14.1
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
codeception.yml DELETED
@@ -1,18 +0,0 @@
1
- paths:
2
- tests: tests
3
- output: tests/_output
4
- data: tests/_data
5
- support: tests/_support
6
- envs: tests/_envs
7
- actor_suffix: Tester
8
- extensions:
9
- enabled:
10
- - Codeception\Extension\RunFailed
11
- commands:
12
- - Codeception\Command\GenerateWPUnit
13
- - Codeception\Command\GenerateWPRestApi
14
- - Codeception\Command\GenerateWPRestController
15
- - Codeception\Command\GenerateWPRestPostTypeController
16
- - Codeception\Command\GenerateWPAjax
17
- - Codeception\Command\GenerateWPCanonical
18
- - Codeception\Command\GenerateWPXMLRPC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/helpers/tables/class-fees-table.php CHANGED
@@ -25,38 +25,16 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
25
  }
26
 
27
  public function no_items() {
28
- if ( 'all' === $this->get_current_view() ) {
29
- echo str_replace(
30
- '<a>',
31
- '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=add-fee' ) ) . '">',
32
- _x( 'There are no fees right now. You can <a>create one</a>, if you want.', 'fees admin', 'business-directory-plugin' )
33
- );
34
- return;
35
- }
36
-
37
- switch ( $this->get_current_view() ) {
38
- case 'active':
39
- $view_name = _x( 'Active', 'fees admin', 'business-directory-plugin' );
40
- break;
41
- case 'disabled':
42
- $view_name = _x( 'Disabled', 'fees admin', 'business-directory-plugin' );
43
- break;
44
- default:
45
- $view_name = '';
46
- break;
47
- }
48
- printf(
49
- str_replace(
50
- '<a>',
51
- '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=add-fee' ) ) . '">',
52
- _x( 'There are no "%s" fees right now. You can <a>create one</a>, if you want.', 'fees admin', 'business-directory-plugin' )
53
- ),
54
- $view_name
55
  );
56
  }
57
 
58
  public function get_current_view() {
59
- return wpbdp_get_var( array( 'param' => 'fee_status', 'default' => 'active' ) );
60
  }
61
 
62
  public function get_views() {
@@ -66,40 +44,15 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
66
 
67
  $views = array();
68
 
69
- $all = absint( $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_plans" ) );
70
- $non_free = absint( $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_plans WHERE enabled = %d AND tag != %s", 1, 'free' ) ) );
71
- $disabled = absint( $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_plans WHERE enabled = %d", 0 ) ) );
72
 
73
  $views['all'] = sprintf(
74
- '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
75
- esc_url( add_query_arg( 'fee_status', 'all', $admin_fees_url ) ),
76
- 'all' === $this->get_current_view() ? 'current' : '',
77
  _x( 'All', 'admin fees table', 'business-directory-plugin' ),
78
  number_format_i18n( $all )
79
  );
80
 
81
- if ( ! wpbdp_payments_possible() ) {
82
- $active = $all - $disabled;
83
- } else {
84
- $active = $non_free;
85
- }
86
-
87
- $views['active'] = sprintf(
88
- '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
89
- esc_url( add_query_arg( 'fee_status', 'active', $admin_fees_url ) ),
90
- 'active' === $this->get_current_view() ? 'current' : '',
91
- _x( 'Active', 'admin fees table', 'business-directory-plugin' ),
92
- number_format_i18n( $active )
93
- );
94
-
95
- $views['disabled'] = sprintf(
96
- '<a href="%s" class="%s">%s</a> <span class="count">(%s)</span></a>',
97
- esc_url( add_query_arg( 'fee_status', 'disabled', $admin_fees_url ) ),
98
- 'disabled' === $this->get_current_view() ? 'current' : '',
99
- _x( 'Disabled', 'admin fees table', 'business-directory-plugin' ),
100
- number_format_i18n( $disabled )
101
- );
102
-
103
  return $views;
104
  }
105
 
@@ -119,28 +72,11 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
119
  $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns() );
120
 
121
  $args = array(
122
- 'admin_view' => true // Admin view shows all listings
 
 
123
  );
124
 
125
- switch ( $this->get_current_view() ) {
126
- case 'active':
127
- $args['enabled'] = 1;
128
- $args['include_free'] = true;
129
- $args['tag'] = '';
130
- break;
131
- case 'disabled':
132
- $args['enabled'] = 0;
133
- $args['tag'] = ''; // FIXME: Without tag = '', you only get disabled free fees.
134
-
135
- break;
136
- case 'all':
137
- default:
138
- $args['enabled'] = 'all';
139
- $args['include_free'] = true;
140
- $args['tag'] = ''; // FIXME: Without tag = '', you get only free fees.
141
- break;
142
- }
143
-
144
  $this->items = wpbdp_get_fee_plans( $args );
145
  }
146
 
@@ -158,32 +94,6 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
158
  echo '<tr class="' . $classes . '">';
159
  $this->single_row_columns( $item );
160
  echo '</tr>';
161
-
162
- if ( 'free' === $item->tag ) {
163
- echo '<tr class="free-fee-related-tr"></tr>';
164
- echo '<tr class="wpbdp-item-message-tr free-fee-related-tr">';
165
- echo '<td colspan="' . count( $this->get_columns() ) . '">';
166
- echo '<div>';
167
- _ex(
168
- 'This is the default free plan for your directory. You can\'t delete it and it\'s always free, but you can edit the name and other settings. It\'s only available when the directory is in Free mode. You can always create other fee plans, including ones for 0.00 (free) if you wish.',
169
- 'fees admin',
170
- 'business-directory-plugin'
171
- );
172
- echo '</div>';
173
- echo '</td>';
174
- echo '</tr>';
175
- }
176
-
177
- // if ( $free_mode && $item->amount > 0.0 ) {
178
- // echo '<tr></tr>';
179
- // echo '<tr class="wpbdp-item-message-tr">';
180
- // echo '<td colspan="' . count( $this->get_columns() ) . '">';
181
- // echo '<div>';
182
- // _ex( 'Fee plan disabled because directory is in free mode.', 'fees admin', 'business-directory-plugin' );
183
- // echo '</div>';
184
- // echo '</td>';
185
- // echo '</tr>';
186
- // }
187
  }
188
 
189
  public function column_order( $fee ) {
@@ -228,41 +138,29 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
228
  _x( 'Edit', 'fees admin', 'business-directory-plugin' )
229
  );
230
 
231
- if ( 'free' === $fee->tag ) {
232
- // $actions['delete'] = sprintf('<a href="%s">%s</a>',
233
- // esc_url(add_query_arg(array('action' => 'deletefee', 'id' => $fee->id))),
234
- // _x('Disable', 'fees admin', 'business-directory-plugin' ));
235
- } else {
236
- if ( $fee->enabled ) {
237
- $actions['disable'] = sprintf(
238
- '<a href="%s">%s</a>',
239
- esc_url(
240
- add_query_arg(
241
- array(
242
- 'wpbdp-view' => 'toggle-fee',
243
- 'id' => $fee->id,
244
- ),
245
- $admin_fees_url
246
- )
247
- ),
248
- _x( 'Disable', 'fees admin', 'business-directory-plugin' )
249
- );
250
- } else {
251
- $actions['enable'] = sprintf(
252
- '<a href="%s">%s</a>',
253
- esc_url(
254
- add_query_arg(
255
- array(
256
- 'wpbdp-view' => 'toggle-fee',
257
- 'id' => $fee->id,
258
- ),
259
- $admin_fees_url
260
- )
261
- ),
262
- _x( 'Enable', 'fees admin', 'business-directory-plugin' )
263
- );
264
- }
265
-
266
  $actions['delete'] = sprintf(
267
  '<a href="%s">%s</a>',
268
  esc_url(
@@ -348,34 +246,37 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
348
  }
349
 
350
  public function column_attributes( $fee ) {
351
- $html = '';
352
 
353
- if ( 'all' === $this->get_current_view() ) {
354
- $html .= '<span class="wpbdp-tag">';
 
355
 
356
- if ( ! $fee->enabled ) {
357
- $html .= _x( 'Disabled', 'fees admin', 'business-directory-plugin' );
358
- } elseif ( ( ! wpbdp_payments_possible() && 'free' !== $fee->tag ) || ( wpbdp_payments_possible() && 'free' === $fee->tag ) ) {
359
- $html .= _x( 'Unavailable', 'fees admin', 'business-directory-plugin' );
360
- } else {
361
- $html .= _x( 'Active', 'fees admin', 'business-directory-plugin' );
362
- }
363
 
364
- $html .= '</span>';
365
- }
 
366
 
367
- if ( $fee->sticky ) {
368
- $html .= '<span class="wpbdp-tag">' . _x( 'Sticky', 'fees admin', 'business-directory-plugin' ) . '</span>';
369
- }
370
 
371
- if ( $fee->recurring ) {
372
- $html .= '<span class="wpbdp-tag">' . _x( 'Recurring', 'fees admin', 'business-directory-plugin' ) . '</span>';
373
- }
374
 
375
- if ( ! empty( $fee->extra_data['private'] ) ) {
376
- $html .= '<span class="wpbdp-tag">' . _x( 'Private', 'fees admin', 'business-directory-plugin' ) . '</span>';
377
- }
378
 
 
379
  return $html;
380
  }
381
 
25
  }
26
 
27
  public function no_items() {
28
+ printf(
29
+ /* translators: %1$s: open link html, %2$s close link */
30
+ esc_html__( 'There are no fees right now. %1$sCreate one%2$s.', 'business-directory-plugin' ),
31
+ '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=add-fee' ) ) . '">',
32
+ '</a>'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  );
34
  }
35
 
36
  public function get_current_view() {
37
+ return 'all';
38
  }
39
 
40
  public function get_views() {
44
 
45
  $views = array();
46
 
47
+ $all = absint( $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->prefix}wpbdp_plans" ) );
 
 
48
 
49
  $views['all'] = sprintf(
50
+ '<a href="%s" class="current">%s</a> <span class="count">(%s)</span></a>',
51
+ esc_url( $admin_fees_url ),
 
52
  _x( 'All', 'admin fees table', 'business-directory-plugin' ),
53
  number_format_i18n( $all )
54
  );
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  return $views;
57
  }
58
 
72
  $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns() );
73
 
74
  $args = array(
75
+ 'admin_view' => true, // Admin view shows all listings
76
+ 'enabled' => 'all',
77
+ 'include_free' => true,
78
  );
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  $this->items = wpbdp_get_fee_plans( $args );
81
  }
82
 
94
  echo '<tr class="' . $classes . '">';
95
  $this->single_row_columns( $item );
96
  echo '</tr>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  }
98
 
99
  public function column_order( $fee ) {
138
  _x( 'Edit', 'fees admin', 'business-directory-plugin' )
139
  );
140
 
141
+ $toggle_url = add_query_arg(
142
+ array(
143
+ 'wpbdp-view' => 'toggle-fee',
144
+ 'id' => $fee->id,
145
+ ),
146
+ $admin_fees_url
147
+ );
148
+
149
+ if ( $fee->enabled ) {
150
+ $actions['disable'] = sprintf(
151
+ '<a href="%s">%s</a>',
152
+ esc_url( $toggle_url ),
153
+ esc_html__( 'Disable', 'business-directory-plugin' )
154
+ );
155
+ } else {
156
+ $actions['enable'] = sprintf(
157
+ '<a href="%s">%s</a>',
158
+ esc_url( $toggle_url ),
159
+ esc_html__( 'Enable', 'business-directory-plugin' )
160
+ );
161
+ }
162
+
163
+ if ( 'free' !== $fee->tag ) {
 
 
 
 
 
 
 
 
 
 
 
 
164
  $actions['delete'] = sprintf(
165
  '<a href="%s">%s</a>',
166
  esc_url(
246
  }
247
 
248
  public function column_attributes( $fee ) {
249
+ $tags = array();
250
 
251
+ $is_default_free_plan = 'free' === $fee->tag;
252
+ $is_paid_plan = 0.0 !== $fee->amount;
253
+ $payments_on = wpbdp_payments_possible();
254
 
255
+ if ( ! $fee->enabled ) {
256
+ $tags[] = esc_html__( 'Disabled', 'business-directory-plugin' );
257
+ } elseif ( ( ! $payments_on && $is_paid_plan ) || ( $payments_on && $is_default_free_plan ) ) {
258
+ $tags[] = esc_html__( 'Disabled', 'business-directory-plugin' );
259
+ } else {
260
+ $tags[] = esc_html__( 'Active', 'business-directory-plugin' );
261
+ }
262
 
263
+ if ( $is_default_free_plan ) {
264
+ $tags[] = esc_html__( 'Default', 'business-directory-plugin' ) . '</span>';
265
+ }
266
 
267
+ if ( $fee->sticky ) {
268
+ $tags[] = _x( 'Sticky', 'fees admin', 'business-directory-plugin' );
269
+ }
270
 
271
+ if ( $fee->recurring ) {
272
+ $tags[] = _x( 'Recurring', 'fees admin', 'business-directory-plugin' );
273
+ }
274
 
275
+ if ( ! empty( $fee->extra_data['private'] ) ) {
276
+ $tags[] = _x( 'Private', 'fees admin', 'business-directory-plugin' );
277
+ }
278
 
279
+ $html = '<span class="wpbdp-tag">' . implode( '</span><span class="wpbdp-tag">', $tags ) . '</span>';
280
  return $html;
281
  }
282
 
includes/class-wpbdp.php CHANGED
@@ -23,7 +23,7 @@ final class WPBDP {
23
  }
24
 
25
  private function setup_constants() {
26
- define( 'WPBDP_VERSION', '5.14' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
23
  }
24
 
25
  private function setup_constants() {
26
+ define( 'WPBDP_VERSION', '5.14.1' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
includes/compatibility/class-wpml-compat.php CHANGED
@@ -454,7 +454,6 @@ class WPBDP_WPML_Compat {
454
  array(
455
  'enabled' => 'all',
456
  'include_free' => true,
457
- 'tag' => '',
458
  )
459
  );
460
 
454
  array(
455
  'enabled' => 'all',
456
  'include_free' => true,
 
457
  )
458
  );
459
 
includes/functions.php CHANGED
@@ -845,17 +845,20 @@ function wpbdp_get_payment( $id ) {
845
  function wpbdp_get_fee_plans( $args = array() ) {
846
  global $wpdb;
847
 
 
848
  $defaults = array(
849
  'enabled' => 1,
850
- 'include_free' => true,
851
- 'tag' => '',
852
  'orderby' => 'label',
853
  'order' => 'ASC',
854
  'categories' => array(),
855
  'include_private' => false,
856
- 'admin_view' => wpbdp_payments_possible()
857
  );
858
- if ( $order = wpbdp_get_option( 'fee-order' ) ) {
 
 
859
  $defaults['orderby'] = ( 'custom' == $order['method'] ) ? 'weight' : $order['method'];
860
  $defaults['order'] = ( 'custom' == $order['method'] ) ? 'DESC' : $order['order'];
861
  }
@@ -872,13 +875,12 @@ function wpbdp_get_fee_plans( $args = array() ) {
872
  $where .= $wpdb->prepare( ' AND p.tag = %s', $args['tag'] );
873
  }
874
 
875
- if ( ! $args['admin_view'] && ( ! $args['include_free'] && 'free' != $args['tag'] ) ) {
876
- $where .= $wpdb->prepare( ' AND p.tag != %s', 'free' );
877
- }
878
-
879
- if ( ! $args['admin_view'] ) {
880
- $where .= $wpdb->prepare( ' AND p.amount = %d', 0 );
881
- }
882
 
883
  $categories = $args['categories'];
884
  if ( ! empty( $categories ) ) {
845
  function wpbdp_get_fee_plans( $args = array() ) {
846
  global $wpdb;
847
 
848
+ $payments_on = wpbdp_payments_possible();
849
  $defaults = array(
850
  'enabled' => 1,
851
+ 'include_free' => ! $payments_on,
852
+ 'tag' => '',
853
  'orderby' => 'label',
854
  'order' => 'ASC',
855
  'categories' => array(),
856
  'include_private' => false,
857
+ 'admin_view' => false,
858
  );
859
+
860
+ $order = wpbdp_get_option( 'fee-order' );
861
+ if ( $order ) {
862
  $defaults['orderby'] = ( 'custom' == $order['method'] ) ? 'weight' : $order['method'];
863
  $defaults['order'] = ( 'custom' == $order['method'] ) ? 'DESC' : $order['order'];
864
  }
875
  $where .= $wpdb->prepare( ' AND p.tag = %s', $args['tag'] );
876
  }
877
 
878
+ if ( ! $args['admin_view'] && $args['include_free'] ) {
879
+ $where .= $wpdb->prepare( ' AND p.amount = %d', 0 );
880
+ } elseif ( ! $args['admin_view'] && $args['tag'] !== 'free' ) {
881
+ // Exclude the default free fee for reverse compatibility.
882
+ $where .= $wpdb->prepare( ' AND p.tag != %s', 'free' );
883
+ }
 
884
 
885
  $categories = $args['categories'];
886
  if ( ! empty( $categories ) ) {
includes/themes.php CHANGED
@@ -198,7 +198,6 @@ class WPBDP_Themes {
198
  array(
199
  'include_free' => true,
200
  'include_private' => true,
201
- 'tag' => '',
202
  )
203
  );
204
 
198
  array(
199
  'include_free' => true,
200
  'include_private' => true,
 
201
  )
202
  );
203
 
languages/business-directory-plugin-ar.mo CHANGED
Binary file
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -262,7 +262,7 @@ msgid "Please upload the correct file type."
262
  msgstr "المرجو رفع أو حدد ملف CSV."
263
 
264
  #: includes/admin/fees.php:47
265
- #: includes/admin/helpers/tables/class-fees-table.php:109
266
  #: includes/admin/helpers/tables/class-payments-table.php:57
267
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
268
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -274,7 +274,7 @@ msgid "Amount"
274
  msgstr "القدر"
275
 
276
  #: includes/admin/fees.php:49
277
- #: includes/admin/helpers/tables/class-fees-table.php:111
278
  #: includes/admin/settings/class-settings-bootstrap.php:919
279
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
280
  #, fuzzy
@@ -303,6 +303,7 @@ msgid "Installed"
303
  msgstr "تم التنصيب"
304
 
305
  #: includes/admin/helpers/class-modules-list.php:187
 
306
  #: templates/admin/themes-item.tpl.php:43
307
  #, fuzzy
308
  msgid "Active"
@@ -326,7 +327,23 @@ msgstr "قم بالتفعيل"
326
  msgid "Upgrade Now"
327
  msgstr "ترقية إلى %s"
328
 
329
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
331
  #: includes/admin/settings/class-settings-admin.php:536
332
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -338,6 +355,18 @@ msgstr "ترقية إلى %s"
338
  msgid "Delete"
339
  msgstr "حذف"
340
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
342
  #: includes/fields/class-fieldtypes-social.php:138
343
  #: templates/admin/csv-import.tpl.php:327
@@ -367,7 +396,7 @@ msgid "Go to \"Form Fields\""
367
  msgstr "إنتقل إلى \"إدارة حقول\""
368
 
369
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
370
- #: includes/functions.php:1295 includes/functions.php:1300
371
  msgid "Go back"
372
  msgstr ""
373
 
@@ -1662,8 +1691,7 @@ msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s
1662
  msgid "%s is badly formatted. Valid Phone Number format required."
1663
  msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
1664
 
1665
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1666
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1667
  msgid "Free"
1668
  msgstr "مجاني"
1669
 
@@ -1843,12 +1871,7 @@ msgstr "متخلى عنه"
1843
  msgid "Manage Listings"
1844
  msgstr "إدارة الإعلانات المدفوعة"
1845
 
1846
- #: includes/templates-ui.php:431
1847
- #, fuzzy
1848
- msgid "Default"
1849
- msgstr "رسوم افتراضية"
1850
-
1851
- #: includes/themes.php:952
1852
  #, fuzzy
1853
  msgid "ZIP file is not a valid Business Directory theme file."
1854
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
@@ -2198,80 +2221,38 @@ msgstr "↓ تنازلي"
2198
  msgid "Drag and drop to re-order fees."
2199
  msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
2200
 
2201
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2202
- #. opening <a> tag, %3$s is a closing </a> tag.
2203
- #: templates/admin/fees-index.tpl.php:70
2204
- #, fuzzy
2205
- msgid ""
2206
- "These are all of the fee plans displayed to the user when they place a "
2207
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2208
- "the %2$sNot Available%3$s filter will become active when you change the "
2209
- "payment mode."
2210
  msgstr ""
2211
- "هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص بك "
2212
- "هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير متوفرة</"
2213
- "a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
2214
 
2215
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2216
- #: templates/admin/fees-index.tpl.php:102
2217
  msgid "Paid"
2218
  msgstr "تم الدفع"
2219
 
2220
- #. translators: %s is directory payment mode (Free or Paid)
2221
- #: templates/admin/fees-index.tpl.php:83
2222
- #, fuzzy
2223
- msgid ""
2224
- "These are all of the fee plans that aren't available because you're in \"%s"
2225
- "\" mode. Those on the Active filter will become Not Available when you "
2226
- "change the payment mode."
2227
- msgstr ""
2228
- "هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك المتعلقة "
2229
- "بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع الدفع."
2230
-
2231
  #: templates/admin/fees-index.tpl.php:92
2232
- #, fuzzy
2233
- msgid ""
2234
- "These fee plans were disabled by the admin and will not show to the end user "
2235
- "regardless of mode until you enable them."
2236
- msgstr ""
2237
- "خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
2238
- "حتى تقوم بفعيلها."
2239
-
2240
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2241
- #. opening <a> tag, %3$s is a closing </a> tag.
2242
- #: templates/admin/fees-index.tpl.php:101
2243
- #, fuzzy
2244
- msgid ""
2245
- "These are all of the fee plans you have configured. Not all of them are "
2246
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2247
- "plans for this mode click %2$sActive%3$s."
2248
- msgstr ""
2249
- "هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
2250
- "(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
2251
-
2252
- #: templates/admin/fees-index.tpl.php:131
2253
  msgid "Set up a payment gateway to charge a fee for listings"
2254
  msgstr ""
2255
 
2256
- #: templates/admin/fees-index.tpl.php:133
2257
  msgid "Add a payment gateway to increase conversion rates"
2258
  msgstr ""
2259
 
2260
  #. translators: %s: payment gateway name */
2261
- #: templates/admin/fees-index.tpl.php:152
2262
  msgid "Add the %s gateway as a payment option."
2263
  msgstr ""
2264
 
2265
- #: templates/admin/fees-index.tpl.php:158
2266
  #, fuzzy
2267
  msgid "Upgrade"
2268
  msgstr "ترقية إلى %s"
2269
 
2270
- #: templates/admin/fees-index.tpl.php:166
2271
  msgid "Set up Authorize.net as a payment option."
2272
  msgstr ""
2273
 
2274
- #: templates/admin/fees-index.tpl.php:169
2275
  msgid "Set Up"
2276
  msgstr ""
2277
 
@@ -4231,17 +4212,17 @@ msgctxt "themes"
4231
  msgid "Theme was updated successfully."
4232
  msgstr "تم تحديث القالب بنجاح."
4233
 
4234
- #: includes/themes.php:960
4235
  msgctxt "themes"
4236
  msgid "Could not create themes directory."
4237
  msgstr "تعذر إنشاء مجلد القوالب."
4238
 
4239
- #: includes/themes.php:971
4240
  msgctxt "themes"
4241
  msgid "Could not remove previous theme directory \"%s\"."
4242
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
4243
 
4244
- #: includes/themes.php:979
4245
  msgctxt "themes"
4246
  msgid "Could not move new theme into theme directory."
4247
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
@@ -4306,96 +4287,50 @@ msgctxt "fees admin"
4306
  msgid "fees"
4307
  msgstr "الرسوم"
4308
 
4309
- #: includes/admin/helpers/tables/class-fees-table.php:32
4310
- msgctxt "fees admin"
4311
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4312
- msgstr "لا توجد أي رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
4313
-
4314
- #: includes/admin/helpers/tables/class-fees-table.php:39
4315
- #: includes/admin/helpers/tables/class-fees-table.php:361
4316
- msgctxt "fees admin"
4317
- msgid "Active"
4318
- msgstr "مفعل"
4319
-
4320
- #: includes/admin/helpers/tables/class-fees-table.php:42
4321
- #: includes/admin/helpers/tables/class-fees-table.php:357
4322
- msgctxt "fees admin"
4323
- msgid "Disabled"
4324
- msgstr "معطل"
4325
-
4326
- #: includes/admin/helpers/tables/class-fees-table.php:52
4327
- msgctxt "fees admin"
4328
- msgid ""
4329
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4330
- msgstr "لا توجد أي \"%s\" رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
4331
-
4332
- #: includes/admin/helpers/tables/class-fees-table.php:108
4333
  msgctxt "fees admin"
4334
  msgid "Label"
4335
  msgstr "التسمية"
4336
 
4337
- #: includes/admin/helpers/tables/class-fees-table.php:110
4338
  msgctxt "fees admin"
4339
  msgid "Duration"
4340
  msgstr "المدة"
4341
 
4342
- #: includes/admin/helpers/tables/class-fees-table.php:112
4343
  #, fuzzy
4344
  msgctxt "fees admin"
4345
  msgid "Attributes"
4346
  msgstr "سمات الحقل"
4347
 
4348
- #: includes/admin/helpers/tables/class-fees-table.php:167
4349
- msgctxt "fees admin"
4350
- msgid ""
4351
- "This is the default free plan for your directory. You can't delete it and "
4352
- "it's always free, but you can edit the name and other settings. It's only "
4353
- "available when the directory is in Free mode. You can always create other "
4354
- "fee plans, including ones for 0.00 (free) if you wish."
4355
- msgstr ""
4356
- "هذه هي الخطة الافتراضية المجانية للدليل الخاص بك. لا يمكنك حذفه، وهي دائما "
4357
- "مجانية، ولكن يمكنك تعديل الإسم وإعدادات أخرى. إنه يتوفر فقط عندما يكون "
4358
- "الدليل في الوضع المجاني. ويمكنك دائماً إنشاء خطط رسوم أخرى، بما في ذلك تلك "
4359
- "الخاصة بـ 0.00 (مجاناً) إذا كنت ترغب."
4360
-
4361
- #: includes/admin/helpers/tables/class-fees-table.php:228
4362
  msgctxt "fees admin"
4363
  msgid "Edit"
4364
  msgstr "تحرير"
4365
 
4366
- #: includes/admin/helpers/tables/class-fees-table.php:248
4367
- msgctxt "fees admin"
4368
- msgid "Disable"
4369
- msgstr "تعطيل"
4370
-
4371
- #: includes/admin/helpers/tables/class-fees-table.php:262
4372
- msgctxt "fees admin"
4373
- msgid "Enable"
4374
- msgstr "تفعيل"
4375
-
4376
- #: includes/admin/helpers/tables/class-fees-table.php:287
4377
  msgctxt "fees admin"
4378
  msgid "<strong>Fee ID:</strong> <fee-id>"
4379
  msgstr ""
4380
 
4381
- #: includes/admin/helpers/tables/class-fees-table.php:311
4382
  #, fuzzy
4383
  msgctxt "fees admin"
4384
  msgid "Variable"
4385
  msgstr "تعطيل"
4386
 
4387
- #: includes/admin/helpers/tables/class-fees-table.php:316
4388
  #, fuzzy
4389
  msgctxt "fees admin"
4390
  msgid "%1$s + %2$s per category"
4391
  msgstr "Frais \"%s\" pour catégorie \"%s\""
4392
 
4393
- #: includes/admin/helpers/tables/class-fees-table.php:324
4394
  msgctxt "fees admin"
4395
  msgid "Forever"
4396
  msgstr "دائما"
4397
 
4398
- #: includes/admin/helpers/tables/class-fees-table.php:326
4399
  msgctxt "fees admin"
4400
  msgid "%d day"
4401
  msgid_plural "%d days"
@@ -4406,7 +4341,7 @@ msgstr[3] "%d أيام"
4406
  msgstr[4] "%d يوم"
4407
  msgstr[5] "%d يوم"
4408
 
4409
- #: includes/admin/helpers/tables/class-fees-table.php:330
4410
  msgctxt "fees admin"
4411
  msgid "%d image"
4412
  msgid_plural "%d images"
@@ -4417,29 +4352,23 @@ msgstr[3] "%d صور"
4417
  msgstr[4] "%d صور"
4418
  msgstr[5] "%d صور"
4419
 
4420
- #: includes/admin/helpers/tables/class-fees-table.php:335
4421
  msgctxt "fees admin"
4422
  msgid "All categories"
4423
  msgstr "جميع التصنيفات"
4424
 
4425
- #: includes/admin/helpers/tables/class-fees-table.php:359
4426
- #, fuzzy
4427
- msgctxt "fees admin"
4428
- msgid "Unavailable"
4429
- msgstr "(رسم غير متوفر)"
4430
-
4431
- #: includes/admin/helpers/tables/class-fees-table.php:368
4432
  msgctxt "fees admin"
4433
  msgid "Sticky"
4434
  msgstr ""
4435
 
4436
- #: includes/admin/helpers/tables/class-fees-table.php:372
4437
  #, fuzzy
4438
  msgctxt "fees admin"
4439
  msgid "Recurring"
4440
  msgstr "(متكرر)"
4441
 
4442
- #: includes/admin/helpers/tables/class-fees-table.php:376
4443
  #, fuzzy
4444
  msgctxt "fees admin"
4445
  msgid "Private"
@@ -4678,21 +4607,11 @@ msgctxt "listing timeline"
4678
  msgid "Initial Payment"
4679
  msgstr "الدفعة الأولية"
4680
 
4681
- #: includes/admin/helpers/tables/class-fees-table.php:77
4682
  msgctxt "admin fees table"
4683
  msgid "All"
4684
  msgstr "الكل"
4685
 
4686
- #: includes/admin/helpers/tables/class-fees-table.php:91
4687
- msgctxt "admin fees table"
4688
- msgid "Active"
4689
- msgstr "مفعل"
4690
-
4691
- #: includes/admin/helpers/tables/class-fees-table.php:99
4692
- msgctxt "admin fees table"
4693
- msgid "Disabled"
4694
- msgstr "معطل"
4695
-
4696
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4697
  msgctxt "form-fields admin"
4698
  msgid "form field"
@@ -5302,13 +5221,13 @@ msgid "Author"
5302
  msgstr "الكاتب"
5303
 
5304
  #: includes/admin/settings/class-settings-bootstrap.php:789
5305
- #: includes/functions.php:1213
5306
  msgctxt "admin settings"
5307
  msgid "Date posted"
5308
  msgstr "تاريخ النشر"
5309
 
5310
  #: includes/admin/settings/class-settings-bootstrap.php:790
5311
- #: includes/functions.php:1214
5312
  msgctxt "admin settings"
5313
  msgid "Date last modified"
5314
  msgstr "تاريخ آخر تعديل"
@@ -5704,12 +5623,12 @@ msgctxt "admin settings"
5704
  msgid "Uploaded Image (no resize)"
5705
  msgstr "رفع الصور"
5706
 
5707
- #: includes/functions.php:1211
5708
  msgctxt "admin settings"
5709
  msgid "User"
5710
  msgstr "عضو"
5711
 
5712
- #: includes/functions.php:1212
5713
  msgctxt "admin settings"
5714
  msgid "User registration date"
5715
  msgstr "تاريخ تسجيل العضو"
@@ -7966,7 +7885,7 @@ msgctxt "templates"
7966
  msgid "I agree to the <a>Terms and Conditions</a>"
7967
  msgstr "أوافق على الشروط والأحكام"
7968
 
7969
- #: includes/functions.php:1291
7970
  #, fuzzy
7971
  msgctxt "templates"
7972
  msgid "Return to results"
@@ -9188,6 +9107,79 @@ msgctxt "send-access-keys"
9188
  msgid "Continue"
9189
  msgstr "متابعة"
9190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9191
  #~ msgctxt "fees admin"
9192
  #~ msgid "Not Available"
9193
  #~ msgstr "غير متاح"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
262
  msgstr "المرجو رفع أو حدد ملف CSV."
263
 
264
  #: includes/admin/fees.php:47
265
+ #: includes/admin/helpers/tables/class-fees-table.php:62
266
  #: includes/admin/helpers/tables/class-payments-table.php:57
267
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
268
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
274
  msgstr "القدر"
275
 
276
  #: includes/admin/fees.php:49
277
+ #: includes/admin/helpers/tables/class-fees-table.php:64
278
  #: includes/admin/settings/class-settings-bootstrap.php:919
279
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
280
  #, fuzzy
303
  msgstr "تم التنصيب"
304
 
305
  #: includes/admin/helpers/class-modules-list.php:187
306
+ #: includes/admin/helpers/tables/class-fees-table.php:260
307
  #: templates/admin/themes-item.tpl.php:43
308
  #, fuzzy
309
  msgid "Active"
327
  msgid "Upgrade Now"
328
  msgstr "ترقية إلى %s"
329
 
330
+ #. translators: %1$s: open link html, %2$s close link
331
+ #: includes/admin/helpers/tables/class-fees-table.php:30
332
+ #, fuzzy
333
+ msgid "There are no fees right now. %1$sCreate one%2$s."
334
+ msgstr "لا توجد أي رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
335
+
336
+ #: includes/admin/helpers/tables/class-fees-table.php:153
337
+ #, fuzzy
338
+ msgid "Disable"
339
+ msgstr "تعطيل"
340
+
341
+ #: includes/admin/helpers/tables/class-fees-table.php:159
342
+ #, fuzzy
343
+ msgid "Enable"
344
+ msgstr "تفعيل"
345
+
346
+ #: includes/admin/helpers/tables/class-fees-table.php:175
347
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
348
  #: includes/admin/settings/class-settings-admin.php:536
349
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
355
  msgid "Delete"
356
  msgstr "حذف"
357
 
358
+ #: includes/admin/helpers/tables/class-fees-table.php:256
359
+ #: includes/admin/helpers/tables/class-fees-table.php:258
360
+ #, fuzzy
361
+ msgid "Disabled"
362
+ msgstr "معطل"
363
+
364
+ #: includes/admin/helpers/tables/class-fees-table.php:264
365
+ #: includes/templates-ui.php:431
366
+ #, fuzzy
367
+ msgid "Default"
368
+ msgstr "رسوم افتراضية"
369
+
370
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
371
  #: includes/fields/class-fieldtypes-social.php:138
372
  #: templates/admin/csv-import.tpl.php:327
396
  msgstr "إنتقل إلى \"إدارة حقول\""
397
 
398
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
399
+ #: includes/functions.php:1297 includes/functions.php:1302
400
  msgid "Go back"
401
  msgstr ""
402
 
1691
  msgid "%s is badly formatted. Valid Phone Number format required."
1692
  msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
1693
 
1694
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1695
  msgid "Free"
1696
  msgstr "مجاني"
1697
 
1871
  msgid "Manage Listings"
1872
  msgstr "إدارة الإعلانات المدفوعة"
1873
 
1874
+ #: includes/themes.php:951
 
 
 
 
 
1875
  #, fuzzy
1876
  msgid "ZIP file is not a valid Business Directory theme file."
1877
  msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
2221
  msgid "Drag and drop to re-order fees."
2222
  msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
2223
 
2224
+ #. translators: %1$s is directory payment mode (Free or Paid)
2225
+ #: templates/admin/fees-index.tpl.php:66
2226
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
 
2227
  msgstr ""
 
 
 
2228
 
2229
+ #: templates/admin/fees-index.tpl.php:67
 
2230
  msgid "Paid"
2231
  msgstr "تم الدفع"
2232
 
 
 
 
 
 
 
 
 
 
 
 
2233
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2234
  msgid "Set up a payment gateway to charge a fee for listings"
2235
  msgstr ""
2236
 
2237
+ #: templates/admin/fees-index.tpl.php:94
2238
  msgid "Add a payment gateway to increase conversion rates"
2239
  msgstr ""
2240
 
2241
  #. translators: %s: payment gateway name */
2242
+ #: templates/admin/fees-index.tpl.php:113
2243
  msgid "Add the %s gateway as a payment option."
2244
  msgstr ""
2245
 
2246
+ #: templates/admin/fees-index.tpl.php:119
2247
  #, fuzzy
2248
  msgid "Upgrade"
2249
  msgstr "ترقية إلى %s"
2250
 
2251
+ #: templates/admin/fees-index.tpl.php:127
2252
  msgid "Set up Authorize.net as a payment option."
2253
  msgstr ""
2254
 
2255
+ #: templates/admin/fees-index.tpl.php:130
2256
  msgid "Set Up"
2257
  msgstr ""
2258
 
4212
  msgid "Theme was updated successfully."
4213
  msgstr "تم تحديث القالب بنجاح."
4214
 
4215
+ #: includes/themes.php:959
4216
  msgctxt "themes"
4217
  msgid "Could not create themes directory."
4218
  msgstr "تعذر إنشاء مجلد القوالب."
4219
 
4220
+ #: includes/themes.php:970
4221
  msgctxt "themes"
4222
  msgid "Could not remove previous theme directory \"%s\"."
4223
  msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
4224
 
4225
+ #: includes/themes.php:978
4226
  msgctxt "themes"
4227
  msgid "Could not move new theme into theme directory."
4228
  msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
4287
  msgid "fees"
4288
  msgstr "الرسوم"
4289
 
4290
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4291
  msgctxt "fees admin"
4292
  msgid "Label"
4293
  msgstr "التسمية"
4294
 
4295
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4296
  msgctxt "fees admin"
4297
  msgid "Duration"
4298
  msgstr "المدة"
4299
 
4300
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4301
  #, fuzzy
4302
  msgctxt "fees admin"
4303
  msgid "Attributes"
4304
  msgstr "سمات الحقل"
4305
 
4306
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
4307
  msgctxt "fees admin"
4308
  msgid "Edit"
4309
  msgstr "تحرير"
4310
 
4311
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4312
  msgctxt "fees admin"
4313
  msgid "<strong>Fee ID:</strong> <fee-id>"
4314
  msgstr ""
4315
 
4316
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4317
  #, fuzzy
4318
  msgctxt "fees admin"
4319
  msgid "Variable"
4320
  msgstr "تعطيل"
4321
 
4322
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4323
  #, fuzzy
4324
  msgctxt "fees admin"
4325
  msgid "%1$s + %2$s per category"
4326
  msgstr "Frais \"%s\" pour catégorie \"%s\""
4327
 
4328
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4329
  msgctxt "fees admin"
4330
  msgid "Forever"
4331
  msgstr "دائما"
4332
 
4333
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4334
  msgctxt "fees admin"
4335
  msgid "%d day"
4336
  msgid_plural "%d days"
4341
  msgstr[4] "%d يوم"
4342
  msgstr[5] "%d يوم"
4343
 
4344
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4345
  msgctxt "fees admin"
4346
  msgid "%d image"
4347
  msgid_plural "%d images"
4352
  msgstr[4] "%d صور"
4353
  msgstr[5] "%d صور"
4354
 
4355
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4356
  msgctxt "fees admin"
4357
  msgid "All categories"
4358
  msgstr "جميع التصنيفات"
4359
 
4360
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
 
4361
  msgctxt "fees admin"
4362
  msgid "Sticky"
4363
  msgstr ""
4364
 
4365
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4366
  #, fuzzy
4367
  msgctxt "fees admin"
4368
  msgid "Recurring"
4369
  msgstr "(متكرر)"
4370
 
4371
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4372
  #, fuzzy
4373
  msgctxt "fees admin"
4374
  msgid "Private"
4607
  msgid "Initial Payment"
4608
  msgstr "الدفعة الأولية"
4609
 
4610
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4611
  msgctxt "admin fees table"
4612
  msgid "All"
4613
  msgstr "الكل"
4614
 
 
 
 
 
 
 
 
 
 
 
4615
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4616
  msgctxt "form-fields admin"
4617
  msgid "form field"
5221
  msgstr "الكاتب"
5222
 
5223
  #: includes/admin/settings/class-settings-bootstrap.php:789
5224
+ #: includes/functions.php:1215
5225
  msgctxt "admin settings"
5226
  msgid "Date posted"
5227
  msgstr "تاريخ النشر"
5228
 
5229
  #: includes/admin/settings/class-settings-bootstrap.php:790
5230
+ #: includes/functions.php:1216
5231
  msgctxt "admin settings"
5232
  msgid "Date last modified"
5233
  msgstr "تاريخ آخر تعديل"
5623
  msgid "Uploaded Image (no resize)"
5624
  msgstr "رفع الصور"
5625
 
5626
+ #: includes/functions.php:1213
5627
  msgctxt "admin settings"
5628
  msgid "User"
5629
  msgstr "عضو"
5630
 
5631
+ #: includes/functions.php:1214
5632
  msgctxt "admin settings"
5633
  msgid "User registration date"
5634
  msgstr "تاريخ تسجيل العضو"
7885
  msgid "I agree to the <a>Terms and Conditions</a>"
7886
  msgstr "أوافق على الشروط والأحكام"
7887
 
7888
+ #: includes/functions.php:1293
7889
  #, fuzzy
7890
  msgctxt "templates"
7891
  msgid "Return to results"
9107
  msgid "Continue"
9108
  msgstr "متابعة"
9109
 
9110
+ #, fuzzy
9111
+ #~ msgid ""
9112
+ #~ "These are all of the fee plans displayed to the user when they place a "
9113
+ #~ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
9114
+ #~ "on the %2$sNot Available%3$s filter will become active when you change "
9115
+ #~ "the payment mode."
9116
+ #~ msgstr ""
9117
+ #~ "هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص "
9118
+ #~ "بك هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير "
9119
+ #~ "متوفرة</a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
9120
+
9121
+ #, fuzzy
9122
+ #~ msgid ""
9123
+ #~ "These are all of the fee plans that aren't available because you're in "
9124
+ #~ "\"%s\" mode. Those on the Active filter will become Not Available when "
9125
+ #~ "you change the payment mode."
9126
+ #~ msgstr ""
9127
+ #~ "هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك "
9128
+ #~ "المتعلقة بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع "
9129
+ #~ "الدفع."
9130
+
9131
+ #, fuzzy
9132
+ #~ msgid ""
9133
+ #~ "These fee plans were disabled by the admin and will not show to the end "
9134
+ #~ "user regardless of mode until you enable them."
9135
+ #~ msgstr ""
9136
+ #~ "خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن "
9137
+ #~ "الوضع حتى تقوم بفعيلها."
9138
+
9139
+ #, fuzzy
9140
+ #~ msgid ""
9141
+ #~ "These are all of the fee plans you have configured. Not all of them are "
9142
+ #~ "available for the current mode (currently set to \"%1$s\"). To see the "
9143
+ #~ "fee plans for this mode click %2$sActive%3$s."
9144
+ #~ msgstr ""
9145
+ #~ "هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
9146
+ #~ "(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
9147
+
9148
+ #~ msgctxt "fees admin"
9149
+ #~ msgid "Active"
9150
+ #~ msgstr "مفعل"
9151
+
9152
+ #~ msgctxt "fees admin"
9153
+ #~ msgid ""
9154
+ #~ "There are no \"%s\" fees right now. You can <a>create one</a>, if you "
9155
+ #~ "want."
9156
+ #~ msgstr "لا توجد أي \"%s\" رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
9157
+
9158
+ #~ msgctxt "fees admin"
9159
+ #~ msgid ""
9160
+ #~ "This is the default free plan for your directory. You can't delete it "
9161
+ #~ "and it's always free, but you can edit the name and other settings. It's "
9162
+ #~ "only available when the directory is in Free mode. You can always create "
9163
+ #~ "other fee plans, including ones for 0.00 (free) if you wish."
9164
+ #~ msgstr ""
9165
+ #~ "هذه هي الخطة الافتراضية المجانية للدليل الخاص بك. لا يمكنك حذفه، وهي "
9166
+ #~ "دائما مجانية، ولكن يمكنك تعديل الإسم وإعدادات أخرى. إنه يتوفر فقط عندما "
9167
+ #~ "يكون الدليل في الوضع المجاني. ويمكنك دائماً إنشاء خطط رسوم أخرى، بما في "
9168
+ #~ "ذلك تلك الخاصة بـ 0.00 (مجاناً) إذا كنت ترغب."
9169
+
9170
+ #, fuzzy
9171
+ #~ msgctxt "fees admin"
9172
+ #~ msgid "Unavailable"
9173
+ #~ msgstr "(رسم غير متوفر)"
9174
+
9175
+ #~ msgctxt "admin fees table"
9176
+ #~ msgid "Active"
9177
+ #~ msgstr "مفعل"
9178
+
9179
+ #~ msgctxt "admin fees table"
9180
+ #~ msgid "Disabled"
9181
+ #~ msgstr "معطل"
9182
+
9183
  #~ msgctxt "fees admin"
9184
  #~ msgid "Not Available"
9185
  #~ msgstr "غير متاح"
languages/business-directory-plugin-de_DE.mo CHANGED
Binary file
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -263,7 +263,7 @@ msgid "Please upload the correct file type."
263
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
264
 
265
  #: includes/admin/fees.php:47
266
- #: includes/admin/helpers/tables/class-fees-table.php:109
267
  #: includes/admin/helpers/tables/class-payments-table.php:57
268
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
269
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -275,7 +275,7 @@ msgid "Amount"
275
  msgstr "Preis"
276
 
277
  #: includes/admin/fees.php:49
278
- #: includes/admin/helpers/tables/class-fees-table.php:111
279
  #: includes/admin/settings/class-settings-bootstrap.php:919
280
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
281
  #, fuzzy
@@ -304,6 +304,7 @@ msgid "Installed"
304
  msgstr "Installiert"
305
 
306
  #: includes/admin/helpers/class-modules-list.php:187
 
307
  #: templates/admin/themes-item.tpl.php:43
308
  #, fuzzy
309
  msgid "Active"
@@ -327,7 +328,25 @@ msgstr "Aktiviere Lizenz"
327
  msgid "Upgrade Now"
328
  msgstr "Aktualisieren auf %s"
329
 
330
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
332
  #: includes/admin/settings/class-settings-admin.php:536
333
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -339,6 +358,18 @@ msgstr "Aktualisieren auf %s"
339
  msgid "Delete"
340
  msgstr "Löschen"
341
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
343
  #: includes/fields/class-fieldtypes-social.php:138
344
  #: templates/admin/csv-import.tpl.php:327
@@ -368,7 +399,7 @@ msgid "Go to \"Form Fields\""
368
  msgstr "zu \"Formularfelder verwalten\""
369
 
370
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
371
- #: includes/functions.php:1295 includes/functions.php:1300
372
  #, fuzzy
373
  msgid "Go back"
374
  msgstr "Geh zurück"
@@ -1636,8 +1667,7 @@ msgid "%s is badly formatted. Valid Phone Number format required."
1636
  msgstr ""
1637
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
1638
 
1639
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1640
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1641
  msgid "Free"
1642
  msgstr "Kostenlos"
1643
 
@@ -1817,12 +1847,7 @@ msgstr "Abgebrochen"
1817
  msgid "Manage Listings"
1818
  msgstr "Bezahlte Einträge verwalten"
1819
 
1820
- #: includes/templates-ui.php:431
1821
- #, fuzzy
1822
- msgid "Default"
1823
- msgstr "Standard Preis"
1824
-
1825
- #: includes/themes.php:952
1826
  #, fuzzy
1827
  msgid "ZIP file is not a valid Business Directory theme file."
1828
  msgstr "Bitte eine gültige E-mailadresse eingeben."
@@ -2180,84 +2205,38 @@ msgstr "↓ Absteigend"
2180
  msgid "Drag and drop to re-order fees."
2181
  msgstr "Ziehen um Preise wiederholt zu beauftragen."
2182
 
2183
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2184
- #. opening <a> tag, %3$s is a closing </a> tag.
2185
- #: templates/admin/fees-index.tpl.php:70
2186
- #, fuzzy
2187
- msgid ""
2188
- "These are all of the fee plans displayed to the user when they place a "
2189
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2190
- "the %2$sNot Available%3$s filter will become active when you change the "
2191
- "payment mode."
2192
  msgstr ""
2193
- "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt werden, "
2194
- "wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s\" "
2195
- "beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> Filter "
2196
- "werden aktiv, wenn Sie den Zahlungsmodus ändern."
2197
 
2198
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2199
- #: templates/admin/fees-index.tpl.php:102
2200
  msgid "Paid"
2201
  msgstr "Bezahlt"
2202
 
2203
- #. translators: %s is directory payment mode (Free or Paid)
2204
- #: templates/admin/fees-index.tpl.php:83
2205
- #, fuzzy
2206
- msgid ""
2207
- "These are all of the fee plans that aren't available because you're in \"%s"
2208
- "\" mode. Those on the Active filter will become Not Available when you "
2209
- "change the payment mode."
2210
- msgstr ""
2211
- "Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
2212
- "\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht mehr "
2213
- "verfügbar sein, wenn Sie den Zahlungsmodus ändern."
2214
-
2215
  #: templates/admin/fees-index.tpl.php:92
2216
- #, fuzzy
2217
- msgid ""
2218
- "These fee plans were disabled by the admin and will not show to the end user "
2219
- "regardless of mode until you enable them."
2220
- msgstr ""
2221
- "Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
2222
- "dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
2223
- "bis diese aktiviert werden."
2224
-
2225
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2226
- #. opening <a> tag, %3$s is a closing </a> tag.
2227
- #: templates/admin/fees-index.tpl.php:101
2228
- #, fuzzy
2229
- msgid ""
2230
- "These are all of the fee plans you have configured. Not all of them are "
2231
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2232
- "plans for this mode click %2$sActive%3$s."
2233
- msgstr ""
2234
- "Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
2235
- "sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). Um "
2236
- "die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</a>."
2237
-
2238
- #: templates/admin/fees-index.tpl.php:131
2239
  msgid "Set up a payment gateway to charge a fee for listings"
2240
  msgstr ""
2241
 
2242
- #: templates/admin/fees-index.tpl.php:133
2243
  msgid "Add a payment gateway to increase conversion rates"
2244
  msgstr ""
2245
 
2246
  #. translators: %s: payment gateway name */
2247
- #: templates/admin/fees-index.tpl.php:152
2248
  msgid "Add the %s gateway as a payment option."
2249
  msgstr ""
2250
 
2251
- #: templates/admin/fees-index.tpl.php:158
2252
  #, fuzzy
2253
  msgid "Upgrade"
2254
  msgstr "Aktualisieren auf %s"
2255
 
2256
- #: templates/admin/fees-index.tpl.php:166
2257
  msgid "Set up Authorize.net as a payment option."
2258
  msgstr ""
2259
 
2260
- #: templates/admin/fees-index.tpl.php:169
2261
  msgid "Set Up"
2262
  msgstr ""
2263
 
@@ -4245,17 +4224,17 @@ msgctxt "themes"
4245
  msgid "Theme was updated successfully."
4246
  msgstr "Der Import wurde erfolgreich abgeschlossen."
4247
 
4248
- #: includes/themes.php:960
4249
  msgctxt "themes"
4250
  msgid "Could not create themes directory."
4251
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
4252
 
4253
- #: includes/themes.php:971
4254
  msgctxt "themes"
4255
  msgid "Could not remove previous theme directory \"%s\"."
4256
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
4257
 
4258
- #: includes/themes.php:979
4259
  msgctxt "themes"
4260
  msgid "Could not move new theme into theme directory."
4261
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
@@ -4320,137 +4299,80 @@ msgctxt "fees admin"
4320
  msgid "fees"
4321
  msgstr "Preise"
4322
 
4323
- #: includes/admin/helpers/tables/class-fees-table.php:32
4324
- msgctxt "fees admin"
4325
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4326
- msgstr ""
4327
- "Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
4328
- "a>."
4329
-
4330
- #: includes/admin/helpers/tables/class-fees-table.php:39
4331
- #: includes/admin/helpers/tables/class-fees-table.php:361
4332
- msgctxt "fees admin"
4333
- msgid "Active"
4334
- msgstr "Nur Aktiv"
4335
-
4336
- #: includes/admin/helpers/tables/class-fees-table.php:42
4337
- #: includes/admin/helpers/tables/class-fees-table.php:357
4338
- msgctxt "fees admin"
4339
- msgid "Disabled"
4340
- msgstr "Inaktiv"
4341
-
4342
- #: includes/admin/helpers/tables/class-fees-table.php:52
4343
- msgctxt "fees admin"
4344
- msgid ""
4345
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4346
- msgstr ""
4347
- "Es gibt derzeit \"%s\" Angebote. Sie können jetzt <a>ein Angebot erstellen</"
4348
- "a>."
4349
-
4350
- #: includes/admin/helpers/tables/class-fees-table.php:108
4351
  msgctxt "fees admin"
4352
  msgid "Label"
4353
  msgstr "Bezeichnung"
4354
 
4355
- #: includes/admin/helpers/tables/class-fees-table.php:110
4356
  msgctxt "fees admin"
4357
  msgid "Duration"
4358
  msgstr "Zeitraum"
4359
 
4360
- #: includes/admin/helpers/tables/class-fees-table.php:112
4361
  #, fuzzy
4362
  msgctxt "fees admin"
4363
  msgid "Attributes"
4364
  msgstr "Feld Attribute"
4365
 
4366
- #: includes/admin/helpers/tables/class-fees-table.php:167
4367
- msgctxt "fees admin"
4368
- msgid ""
4369
- "This is the default free plan for your directory. You can't delete it and "
4370
- "it's always free, but you can edit the name and other settings. It's only "
4371
- "available when the directory is in Free mode. You can always create other "
4372
- "fee plans, including ones for 0.00 (free) if you wish."
4373
- msgstr ""
4374
- "Dies ist der kostenlose Standard-Eintrag für Ihr Verzeichnis. Sie können es "
4375
- "nicht löschen und es ist immer kostenlos, aber Sie können den Namen und "
4376
- "andere Einstellungen bearbeiten. Es ist nur verfügbar, wenn sich das "
4377
- "Verzeichnis im kostenlos Modus befindet. Sie können immer andere "
4378
- "Gebührenpläne erstellen, auch für 0,00 (frei), wenn Sie es wünschen."
4379
-
4380
- #: includes/admin/helpers/tables/class-fees-table.php:228
4381
  msgctxt "fees admin"
4382
  msgid "Edit"
4383
  msgstr "Bearbeiten"
4384
 
4385
- #: includes/admin/helpers/tables/class-fees-table.php:248
4386
- msgctxt "fees admin"
4387
- msgid "Disable"
4388
- msgstr "Deaktivieren"
4389
-
4390
- #: includes/admin/helpers/tables/class-fees-table.php:262
4391
- msgctxt "fees admin"
4392
- msgid "Enable"
4393
- msgstr "Aktivieren"
4394
-
4395
- #: includes/admin/helpers/tables/class-fees-table.php:287
4396
  msgctxt "fees admin"
4397
  msgid "<strong>Fee ID:</strong> <fee-id>"
4398
  msgstr ""
4399
 
4400
- #: includes/admin/helpers/tables/class-fees-table.php:311
4401
  #, fuzzy
4402
  msgctxt "fees admin"
4403
  msgid "Variable"
4404
  msgstr "Deaktivieren"
4405
 
4406
- #: includes/admin/helpers/tables/class-fees-table.php:316
4407
  #, fuzzy
4408
  msgctxt "fees admin"
4409
  msgid "%1$s + %2$s per category"
4410
  msgstr "Preis \"%s\" für Kategorie \"%s\""
4411
 
4412
- #: includes/admin/helpers/tables/class-fees-table.php:324
4413
  msgctxt "fees admin"
4414
  msgid "Forever"
4415
  msgstr "Für immer"
4416
 
4417
- #: includes/admin/helpers/tables/class-fees-table.php:326
4418
  msgctxt "fees admin"
4419
  msgid "%d day"
4420
  msgid_plural "%d days"
4421
  msgstr[0] "%d Tag"
4422
  msgstr[1] "%d Tage"
4423
 
4424
- #: includes/admin/helpers/tables/class-fees-table.php:330
4425
  msgctxt "fees admin"
4426
  msgid "%d image"
4427
  msgid_plural "%d images"
4428
  msgstr[0] "%d Bild"
4429
  msgstr[1] "%d Bilder"
4430
 
4431
- #: includes/admin/helpers/tables/class-fees-table.php:335
4432
  msgctxt "fees admin"
4433
  msgid "All categories"
4434
  msgstr "Alle Kategorien"
4435
 
4436
- #: includes/admin/helpers/tables/class-fees-table.php:359
4437
- #, fuzzy
4438
- msgctxt "fees admin"
4439
- msgid "Unavailable"
4440
- msgstr "(Preis nicht verfügbar)"
4441
-
4442
- #: includes/admin/helpers/tables/class-fees-table.php:368
4443
  msgctxt "fees admin"
4444
  msgid "Sticky"
4445
  msgstr ""
4446
 
4447
- #: includes/admin/helpers/tables/class-fees-table.php:372
4448
  #, fuzzy
4449
  msgctxt "fees admin"
4450
  msgid "Recurring"
4451
  msgstr "(wiederkehrend)"
4452
 
4453
- #: includes/admin/helpers/tables/class-fees-table.php:376
4454
  #, fuzzy
4455
  msgctxt "fees admin"
4456
  msgid "Private"
@@ -4691,21 +4613,11 @@ msgctxt "listing timeline"
4691
  msgid "Initial Payment"
4692
  msgstr "Initialbezahlung"
4693
 
4694
- #: includes/admin/helpers/tables/class-fees-table.php:77
4695
  msgctxt "admin fees table"
4696
  msgid "All"
4697
  msgstr "Alle"
4698
 
4699
- #: includes/admin/helpers/tables/class-fees-table.php:91
4700
- msgctxt "admin fees table"
4701
- msgid "Active"
4702
- msgstr "Nur Aktiv"
4703
-
4704
- #: includes/admin/helpers/tables/class-fees-table.php:99
4705
- msgctxt "admin fees table"
4706
- msgid "Disabled"
4707
- msgstr "Inaktiv"
4708
-
4709
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4710
  msgctxt "form-fields admin"
4711
  msgid "form field"
@@ -5321,13 +5233,13 @@ msgid "Author"
5321
  msgstr "Author"
5322
 
5323
  #: includes/admin/settings/class-settings-bootstrap.php:789
5324
- #: includes/functions.php:1213
5325
  msgctxt "admin settings"
5326
  msgid "Date posted"
5327
  msgstr "Datum gepostet"
5328
 
5329
  #: includes/admin/settings/class-settings-bootstrap.php:790
5330
- #: includes/functions.php:1214
5331
  msgctxt "admin settings"
5332
  msgid "Date last modified"
5333
  msgstr "Datum zuletzt verändert"
@@ -5722,12 +5634,12 @@ msgctxt "admin settings"
5722
  msgid "Uploaded Image (no resize)"
5723
  msgstr "Dateien hochladen"
5724
 
5725
- #: includes/functions.php:1211
5726
  msgctxt "admin settings"
5727
  msgid "User"
5728
  msgstr "Benutzer"
5729
 
5730
- #: includes/functions.php:1212
5731
  msgctxt "admin settings"
5732
  msgid "User registration date"
5733
  msgstr "Eintrag Enddatum"
@@ -7946,7 +7858,7 @@ msgctxt "templates"
7946
  msgid "I agree to the <a>Terms and Conditions</a>"
7947
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7948
 
7949
- #: includes/functions.php:1291
7950
  msgctxt "templates"
7951
  msgid "Return to results"
7952
  msgstr "Zurück zu den Ergebnissen"
@@ -9185,6 +9097,86 @@ msgctxt "send-access-keys"
9185
  msgid "Continue"
9186
  msgstr "Weiter"
9187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9188
  #~ msgctxt "fees admin"
9189
  #~ msgid "Not Available"
9190
  #~ msgstr "verfügbare Bilder:"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
263
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
264
 
265
  #: includes/admin/fees.php:47
266
+ #: includes/admin/helpers/tables/class-fees-table.php:62
267
  #: includes/admin/helpers/tables/class-payments-table.php:57
268
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
269
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
275
  msgstr "Preis"
276
 
277
  #: includes/admin/fees.php:49
278
+ #: includes/admin/helpers/tables/class-fees-table.php:64
279
  #: includes/admin/settings/class-settings-bootstrap.php:919
280
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
281
  #, fuzzy
304
  msgstr "Installiert"
305
 
306
  #: includes/admin/helpers/class-modules-list.php:187
307
+ #: includes/admin/helpers/tables/class-fees-table.php:260
308
  #: templates/admin/themes-item.tpl.php:43
309
  #, fuzzy
310
  msgid "Active"
328
  msgid "Upgrade Now"
329
  msgstr "Aktualisieren auf %s"
330
 
331
+ #. translators: %1$s: open link html, %2$s close link
332
+ #: includes/admin/helpers/tables/class-fees-table.php:30
333
+ #, fuzzy
334
+ msgid "There are no fees right now. %1$sCreate one%2$s."
335
+ msgstr ""
336
+ "Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
337
+ "a>."
338
+
339
+ #: includes/admin/helpers/tables/class-fees-table.php:153
340
+ #, fuzzy
341
+ msgid "Disable"
342
+ msgstr "Deaktivieren"
343
+
344
+ #: includes/admin/helpers/tables/class-fees-table.php:159
345
+ #, fuzzy
346
+ msgid "Enable"
347
+ msgstr "Aktivieren"
348
+
349
+ #: includes/admin/helpers/tables/class-fees-table.php:175
350
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
351
  #: includes/admin/settings/class-settings-admin.php:536
352
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
358
  msgid "Delete"
359
  msgstr "Löschen"
360
 
361
+ #: includes/admin/helpers/tables/class-fees-table.php:256
362
+ #: includes/admin/helpers/tables/class-fees-table.php:258
363
+ #, fuzzy
364
+ msgid "Disabled"
365
+ msgstr "Inaktiv"
366
+
367
+ #: includes/admin/helpers/tables/class-fees-table.php:264
368
+ #: includes/templates-ui.php:431
369
+ #, fuzzy
370
+ msgid "Default"
371
+ msgstr "Standard Preis"
372
+
373
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
374
  #: includes/fields/class-fieldtypes-social.php:138
375
  #: templates/admin/csv-import.tpl.php:327
399
  msgstr "zu \"Formularfelder verwalten\""
400
 
401
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
402
+ #: includes/functions.php:1297 includes/functions.php:1302
403
  #, fuzzy
404
  msgid "Go back"
405
  msgstr "Geh zurück"
1667
  msgstr ""
1668
  "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
1669
 
1670
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1671
  msgid "Free"
1672
  msgstr "Kostenlos"
1673
 
1847
  msgid "Manage Listings"
1848
  msgstr "Bezahlte Einträge verwalten"
1849
 
1850
+ #: includes/themes.php:951
 
 
 
 
 
1851
  #, fuzzy
1852
  msgid "ZIP file is not a valid Business Directory theme file."
1853
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2205
  msgid "Drag and drop to re-order fees."
2206
  msgstr "Ziehen um Preise wiederholt zu beauftragen."
2207
 
2208
+ #. translators: %1$s is directory payment mode (Free or Paid)
2209
+ #: templates/admin/fees-index.tpl.php:66
2210
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
 
2211
  msgstr ""
 
 
 
 
2212
 
2213
+ #: templates/admin/fees-index.tpl.php:67
 
2214
  msgid "Paid"
2215
  msgstr "Bezahlt"
2216
 
 
 
 
 
 
 
 
 
 
 
 
 
2217
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2218
  msgid "Set up a payment gateway to charge a fee for listings"
2219
  msgstr ""
2220
 
2221
+ #: templates/admin/fees-index.tpl.php:94
2222
  msgid "Add a payment gateway to increase conversion rates"
2223
  msgstr ""
2224
 
2225
  #. translators: %s: payment gateway name */
2226
+ #: templates/admin/fees-index.tpl.php:113
2227
  msgid "Add the %s gateway as a payment option."
2228
  msgstr ""
2229
 
2230
+ #: templates/admin/fees-index.tpl.php:119
2231
  #, fuzzy
2232
  msgid "Upgrade"
2233
  msgstr "Aktualisieren auf %s"
2234
 
2235
+ #: templates/admin/fees-index.tpl.php:127
2236
  msgid "Set up Authorize.net as a payment option."
2237
  msgstr ""
2238
 
2239
+ #: templates/admin/fees-index.tpl.php:130
2240
  msgid "Set Up"
2241
  msgstr ""
2242
 
4224
  msgid "Theme was updated successfully."
4225
  msgstr "Der Import wurde erfolgreich abgeschlossen."
4226
 
4227
+ #: includes/themes.php:959
4228
  msgctxt "themes"
4229
  msgid "Could not create themes directory."
4230
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
4231
 
4232
+ #: includes/themes.php:970
4233
  msgctxt "themes"
4234
  msgid "Could not remove previous theme directory \"%s\"."
4235
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
4236
 
4237
+ #: includes/themes.php:978
4238
  msgctxt "themes"
4239
  msgid "Could not move new theme into theme directory."
4240
  msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
4299
  msgid "fees"
4300
  msgstr "Preise"
4301
 
4302
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4303
  msgctxt "fees admin"
4304
  msgid "Label"
4305
  msgstr "Bezeichnung"
4306
 
4307
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4308
  msgctxt "fees admin"
4309
  msgid "Duration"
4310
  msgstr "Zeitraum"
4311
 
4312
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4313
  #, fuzzy
4314
  msgctxt "fees admin"
4315
  msgid "Attributes"
4316
  msgstr "Feld Attribute"
4317
 
4318
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4319
  msgctxt "fees admin"
4320
  msgid "Edit"
4321
  msgstr "Bearbeiten"
4322
 
4323
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4324
  msgctxt "fees admin"
4325
  msgid "<strong>Fee ID:</strong> <fee-id>"
4326
  msgstr ""
4327
 
4328
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4329
  #, fuzzy
4330
  msgctxt "fees admin"
4331
  msgid "Variable"
4332
  msgstr "Deaktivieren"
4333
 
4334
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4335
  #, fuzzy
4336
  msgctxt "fees admin"
4337
  msgid "%1$s + %2$s per category"
4338
  msgstr "Preis \"%s\" für Kategorie \"%s\""
4339
 
4340
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4341
  msgctxt "fees admin"
4342
  msgid "Forever"
4343
  msgstr "Für immer"
4344
 
4345
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4346
  msgctxt "fees admin"
4347
  msgid "%d day"
4348
  msgid_plural "%d days"
4349
  msgstr[0] "%d Tag"
4350
  msgstr[1] "%d Tage"
4351
 
4352
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4353
  msgctxt "fees admin"
4354
  msgid "%d image"
4355
  msgid_plural "%d images"
4356
  msgstr[0] "%d Bild"
4357
  msgstr[1] "%d Bilder"
4358
 
4359
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4360
  msgctxt "fees admin"
4361
  msgid "All categories"
4362
  msgstr "Alle Kategorien"
4363
 
4364
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
 
4365
  msgctxt "fees admin"
4366
  msgid "Sticky"
4367
  msgstr ""
4368
 
4369
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4370
  #, fuzzy
4371
  msgctxt "fees admin"
4372
  msgid "Recurring"
4373
  msgstr "(wiederkehrend)"
4374
 
4375
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4376
  #, fuzzy
4377
  msgctxt "fees admin"
4378
  msgid "Private"
4613
  msgid "Initial Payment"
4614
  msgstr "Initialbezahlung"
4615
 
4616
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4617
  msgctxt "admin fees table"
4618
  msgid "All"
4619
  msgstr "Alle"
4620
 
 
 
 
 
 
 
 
 
 
 
4621
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4622
  msgctxt "form-fields admin"
4623
  msgid "form field"
5233
  msgstr "Author"
5234
 
5235
  #: includes/admin/settings/class-settings-bootstrap.php:789
5236
+ #: includes/functions.php:1215
5237
  msgctxt "admin settings"
5238
  msgid "Date posted"
5239
  msgstr "Datum gepostet"
5240
 
5241
  #: includes/admin/settings/class-settings-bootstrap.php:790
5242
+ #: includes/functions.php:1216
5243
  msgctxt "admin settings"
5244
  msgid "Date last modified"
5245
  msgstr "Datum zuletzt verändert"
5634
  msgid "Uploaded Image (no resize)"
5635
  msgstr "Dateien hochladen"
5636
 
5637
+ #: includes/functions.php:1213
5638
  msgctxt "admin settings"
5639
  msgid "User"
5640
  msgstr "Benutzer"
5641
 
5642
+ #: includes/functions.php:1214
5643
  msgctxt "admin settings"
5644
  msgid "User registration date"
5645
  msgstr "Eintrag Enddatum"
7858
  msgid "I agree to the <a>Terms and Conditions</a>"
7859
  msgstr "Ich akzeptiere die <a>AGB</a>s"
7860
 
7861
+ #: includes/functions.php:1293
7862
  msgctxt "templates"
7863
  msgid "Return to results"
7864
  msgstr "Zurück zu den Ergebnissen"
9097
  msgid "Continue"
9098
  msgstr "Weiter"
9099
 
9100
+ #, fuzzy
9101
+ #~ msgid ""
9102
+ #~ "These are all of the fee plans displayed to the user when they place a "
9103
+ #~ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
9104
+ #~ "on the %2$sNot Available%3$s filter will become active when you change "
9105
+ #~ "the payment mode."
9106
+ #~ msgstr ""
9107
+ #~ "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt "
9108
+ #~ "werden, wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s"
9109
+ #~ "\" beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> "
9110
+ #~ "Filter werden aktiv, wenn Sie den Zahlungsmodus ändern."
9111
+
9112
+ #, fuzzy
9113
+ #~ msgid ""
9114
+ #~ "These are all of the fee plans that aren't available because you're in "
9115
+ #~ "\"%s\" mode. Those on the Active filter will become Not Available when "
9116
+ #~ "you change the payment mode."
9117
+ #~ msgstr ""
9118
+ #~ "Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
9119
+ #~ "\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht "
9120
+ #~ "mehr verfügbar sein, wenn Sie den Zahlungsmodus ändern."
9121
+
9122
+ #, fuzzy
9123
+ #~ msgid ""
9124
+ #~ "These fee plans were disabled by the admin and will not show to the end "
9125
+ #~ "user regardless of mode until you enable them."
9126
+ #~ msgstr ""
9127
+ #~ "Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
9128
+ #~ "dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
9129
+ #~ "bis diese aktiviert werden."
9130
+
9131
+ #, fuzzy
9132
+ #~ msgid ""
9133
+ #~ "These are all of the fee plans you have configured. Not all of them are "
9134
+ #~ "available for the current mode (currently set to \"%1$s\"). To see the "
9135
+ #~ "fee plans for this mode click %2$sActive%3$s."
9136
+ #~ msgstr ""
9137
+ #~ "Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
9138
+ #~ "sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). "
9139
+ #~ "Um die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</"
9140
+ #~ "a>."
9141
+
9142
+ #~ msgctxt "fees admin"
9143
+ #~ msgid "Active"
9144
+ #~ msgstr "Nur Aktiv"
9145
+
9146
+ #~ msgctxt "fees admin"
9147
+ #~ msgid ""
9148
+ #~ "There are no \"%s\" fees right now. You can <a>create one</a>, if you "
9149
+ #~ "want."
9150
+ #~ msgstr ""
9151
+ #~ "Es gibt derzeit \"%s\" Angebote. Sie können jetzt <a>ein Angebot "
9152
+ #~ "erstellen</a>."
9153
+
9154
+ #~ msgctxt "fees admin"
9155
+ #~ msgid ""
9156
+ #~ "This is the default free plan for your directory. You can't delete it "
9157
+ #~ "and it's always free, but you can edit the name and other settings. It's "
9158
+ #~ "only available when the directory is in Free mode. You can always create "
9159
+ #~ "other fee plans, including ones for 0.00 (free) if you wish."
9160
+ #~ msgstr ""
9161
+ #~ "Dies ist der kostenlose Standard-Eintrag für Ihr Verzeichnis. Sie können "
9162
+ #~ "es nicht löschen und es ist immer kostenlos, aber Sie können den Namen "
9163
+ #~ "und andere Einstellungen bearbeiten. Es ist nur verfügbar, wenn sich das "
9164
+ #~ "Verzeichnis im kostenlos Modus befindet. Sie können immer andere "
9165
+ #~ "Gebührenpläne erstellen, auch für 0,00 (frei), wenn Sie es wünschen."
9166
+
9167
+ #, fuzzy
9168
+ #~ msgctxt "fees admin"
9169
+ #~ msgid "Unavailable"
9170
+ #~ msgstr "(Preis nicht verfügbar)"
9171
+
9172
+ #~ msgctxt "admin fees table"
9173
+ #~ msgid "Active"
9174
+ #~ msgstr "Nur Aktiv"
9175
+
9176
+ #~ msgctxt "admin fees table"
9177
+ #~ msgid "Disabled"
9178
+ #~ msgstr "Inaktiv"
9179
+
9180
  #~ msgctxt "fees admin"
9181
  #~ msgid "Not Available"
9182
  #~ msgstr "verfügbare Bilder:"
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -223,7 +223,7 @@ msgid "Please upload the correct file type."
223
  msgstr ""
224
 
225
  #: includes/admin/fees.php:47
226
- #: includes/admin/helpers/tables/class-fees-table.php:109
227
  #: includes/admin/helpers/tables/class-payments-table.php:57
228
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
229
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -234,7 +234,7 @@ msgid "Amount"
234
  msgstr ""
235
 
236
  #: includes/admin/fees.php:49
237
- #: includes/admin/helpers/tables/class-fees-table.php:111
238
  #: includes/admin/settings/class-settings-bootstrap.php:919
239
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
240
  msgid "Images"
@@ -259,6 +259,7 @@ msgid "Installed"
259
  msgstr ""
260
 
261
  #: includes/admin/helpers/class-modules-list.php:187
 
262
  #: templates/admin/themes-item.tpl.php:43
263
  msgid "Active"
264
  msgstr ""
@@ -278,7 +279,20 @@ msgstr ""
278
  msgid "Upgrade Now"
279
  msgstr ""
280
 
281
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
283
  #: includes/admin/settings/class-settings-admin.php:536
284
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -289,6 +303,16 @@ msgstr ""
289
  msgid "Delete"
290
  msgstr ""
291
 
 
 
 
 
 
 
 
 
 
 
292
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
293
  #: includes/fields/class-fieldtypes-social.php:138
294
  #: templates/admin/csv-import.tpl.php:327
@@ -313,7 +337,7 @@ msgid "Go to \"Form Fields\""
313
  msgstr ""
314
 
315
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
316
- #: includes/functions.php:1295 includes/functions.php:1300
317
  msgid "Go back"
318
  msgstr ""
319
 
@@ -1403,8 +1427,7 @@ msgstr ""
1403
  msgid "%s is badly formatted. Valid Phone Number format required."
1404
  msgstr ""
1405
 
1406
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1407
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1408
  msgid "Free"
1409
  msgstr ""
1410
 
@@ -1565,11 +1588,7 @@ msgstr ""
1565
  msgid "Manage Listings"
1566
  msgstr ""
1567
 
1568
- #: includes/templates-ui.php:431
1569
- msgid "Default"
1570
- msgstr ""
1571
-
1572
- #: includes/themes.php:952
1573
  msgid "ZIP file is not a valid Business Directory theme file."
1574
  msgstr ""
1575
 
@@ -1846,66 +1865,37 @@ msgstr ""
1846
  msgid "Drag and drop to re-order fees."
1847
  msgstr ""
1848
 
1849
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
1850
- #. opening <a> tag, %3$s is a closing </a> tag.
1851
- #: templates/admin/fees-index.tpl.php:70
1852
- msgid ""
1853
- "These are all of the fee plans displayed to the user when they place a "
1854
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
1855
- "the %2$sNot Available%3$s filter will become active when you change the "
1856
- "payment mode."
1857
  msgstr ""
1858
 
1859
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
1860
- #: templates/admin/fees-index.tpl.php:102
1861
  msgid "Paid"
1862
  msgstr ""
1863
 
1864
- #. translators: %s is directory payment mode (Free or Paid)
1865
- #: templates/admin/fees-index.tpl.php:83
1866
- msgid ""
1867
- "These are all of the fee plans that aren't available because you're in \"%s"
1868
- "\" mode. Those on the Active filter will become Not Available when you "
1869
- "change the payment mode."
1870
- msgstr ""
1871
-
1872
  #: templates/admin/fees-index.tpl.php:92
1873
- msgid ""
1874
- "These fee plans were disabled by the admin and will not show to the end user "
1875
- "regardless of mode until you enable them."
1876
- msgstr ""
1877
-
1878
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
1879
- #. opening <a> tag, %3$s is a closing </a> tag.
1880
- #: templates/admin/fees-index.tpl.php:101
1881
- msgid ""
1882
- "These are all of the fee plans you have configured. Not all of them are "
1883
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
1884
- "plans for this mode click %2$sActive%3$s."
1885
- msgstr ""
1886
-
1887
- #: templates/admin/fees-index.tpl.php:131
1888
  msgid "Set up a payment gateway to charge a fee for listings"
1889
  msgstr ""
1890
 
1891
- #: templates/admin/fees-index.tpl.php:133
1892
  msgid "Add a payment gateway to increase conversion rates"
1893
  msgstr ""
1894
 
1895
  #. translators: %s: payment gateway name */
1896
- #: templates/admin/fees-index.tpl.php:152
1897
  msgid "Add the %s gateway as a payment option."
1898
  msgstr ""
1899
 
1900
- #: templates/admin/fees-index.tpl.php:158
1901
  msgid "Upgrade"
1902
  msgstr ""
1903
 
1904
- #: templates/admin/fees-index.tpl.php:166
1905
  msgid "Set up Authorize.net as a payment option."
1906
  msgstr ""
1907
 
1908
- #: templates/admin/fees-index.tpl.php:169
1909
  msgid "Set Up"
1910
  msgstr ""
1911
 
@@ -3612,17 +3602,17 @@ msgctxt "themes"
3612
  msgid "Theme was updated successfully."
3613
  msgstr ""
3614
 
3615
- #: includes/themes.php:960
3616
  msgctxt "themes"
3617
  msgid "Could not create themes directory."
3618
  msgstr ""
3619
 
3620
- #: includes/themes.php:971
3621
  msgctxt "themes"
3622
  msgid "Could not remove previous theme directory \"%s\"."
3623
  msgstr ""
3624
 
3625
- #: includes/themes.php:979
3626
  msgctxt "themes"
3627
  msgid "Could not move new theme into theme directory."
3628
  msgstr ""
@@ -3680,123 +3670,76 @@ msgctxt "fees admin"
3680
  msgid "fees"
3681
  msgstr ""
3682
 
3683
- #: includes/admin/helpers/tables/class-fees-table.php:32
3684
- msgctxt "fees admin"
3685
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
3686
- msgstr ""
3687
-
3688
- #: includes/admin/helpers/tables/class-fees-table.php:39
3689
- #: includes/admin/helpers/tables/class-fees-table.php:361
3690
- msgctxt "fees admin"
3691
- msgid "Active"
3692
- msgstr ""
3693
-
3694
- #: includes/admin/helpers/tables/class-fees-table.php:42
3695
- #: includes/admin/helpers/tables/class-fees-table.php:357
3696
- msgctxt "fees admin"
3697
- msgid "Disabled"
3698
- msgstr ""
3699
-
3700
- #: includes/admin/helpers/tables/class-fees-table.php:52
3701
- msgctxt "fees admin"
3702
- msgid ""
3703
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
3704
- msgstr ""
3705
-
3706
- #: includes/admin/helpers/tables/class-fees-table.php:108
3707
  msgctxt "fees admin"
3708
  msgid "Label"
3709
  msgstr ""
3710
 
3711
- #: includes/admin/helpers/tables/class-fees-table.php:110
3712
  msgctxt "fees admin"
3713
  msgid "Duration"
3714
  msgstr ""
3715
 
3716
- #: includes/admin/helpers/tables/class-fees-table.php:112
3717
  msgctxt "fees admin"
3718
  msgid "Attributes"
3719
  msgstr ""
3720
 
3721
- #: includes/admin/helpers/tables/class-fees-table.php:167
3722
- msgctxt "fees admin"
3723
- msgid ""
3724
- "This is the default free plan for your directory. You can't delete it and "
3725
- "it's always free, but you can edit the name and other settings. It's only "
3726
- "available when the directory is in Free mode. You can always create other "
3727
- "fee plans, including ones for 0.00 (free) if you wish."
3728
- msgstr ""
3729
-
3730
- #: includes/admin/helpers/tables/class-fees-table.php:228
3731
  msgctxt "fees admin"
3732
  msgid "Edit"
3733
  msgstr ""
3734
 
3735
- #: includes/admin/helpers/tables/class-fees-table.php:248
3736
- msgctxt "fees admin"
3737
- msgid "Disable"
3738
- msgstr ""
3739
-
3740
- #: includes/admin/helpers/tables/class-fees-table.php:262
3741
- msgctxt "fees admin"
3742
- msgid "Enable"
3743
- msgstr ""
3744
-
3745
- #: includes/admin/helpers/tables/class-fees-table.php:287
3746
  msgctxt "fees admin"
3747
  msgid "<strong>Fee ID:</strong> <fee-id>"
3748
  msgstr ""
3749
 
3750
- #: includes/admin/helpers/tables/class-fees-table.php:311
3751
  msgctxt "fees admin"
3752
  msgid "Variable"
3753
  msgstr ""
3754
 
3755
- #: includes/admin/helpers/tables/class-fees-table.php:316
3756
  msgctxt "fees admin"
3757
  msgid "%1$s + %2$s per category"
3758
  msgstr ""
3759
 
3760
- #: includes/admin/helpers/tables/class-fees-table.php:324
3761
  msgctxt "fees admin"
3762
  msgid "Forever"
3763
  msgstr ""
3764
 
3765
- #: includes/admin/helpers/tables/class-fees-table.php:326
3766
  msgctxt "fees admin"
3767
  msgid "%d day"
3768
  msgid_plural "%d days"
3769
  msgstr[0] ""
3770
  msgstr[1] ""
3771
 
3772
- #: includes/admin/helpers/tables/class-fees-table.php:330
3773
  msgctxt "fees admin"
3774
  msgid "%d image"
3775
  msgid_plural "%d images"
3776
  msgstr[0] ""
3777
  msgstr[1] ""
3778
 
3779
- #: includes/admin/helpers/tables/class-fees-table.php:335
3780
  msgctxt "fees admin"
3781
  msgid "All categories"
3782
  msgstr ""
3783
 
3784
- #: includes/admin/helpers/tables/class-fees-table.php:359
3785
- msgctxt "fees admin"
3786
- msgid "Unavailable"
3787
- msgstr ""
3788
-
3789
- #: includes/admin/helpers/tables/class-fees-table.php:368
3790
  msgctxt "fees admin"
3791
  msgid "Sticky"
3792
  msgstr ""
3793
 
3794
- #: includes/admin/helpers/tables/class-fees-table.php:372
3795
  msgctxt "fees admin"
3796
  msgid "Recurring"
3797
  msgstr ""
3798
 
3799
- #: includes/admin/helpers/tables/class-fees-table.php:376
3800
  msgctxt "fees admin"
3801
  msgid "Private"
3802
  msgstr ""
@@ -4006,21 +3949,11 @@ msgctxt "listing timeline"
4006
  msgid "Initial Payment"
4007
  msgstr ""
4008
 
4009
- #: includes/admin/helpers/tables/class-fees-table.php:77
4010
  msgctxt "admin fees table"
4011
  msgid "All"
4012
  msgstr ""
4013
 
4014
- #: includes/admin/helpers/tables/class-fees-table.php:91
4015
- msgctxt "admin fees table"
4016
- msgid "Active"
4017
- msgstr ""
4018
-
4019
- #: includes/admin/helpers/tables/class-fees-table.php:99
4020
- msgctxt "admin fees table"
4021
- msgid "Disabled"
4022
- msgstr ""
4023
-
4024
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4025
  msgctxt "form-fields admin"
4026
  msgid "form field"
@@ -4594,13 +4527,13 @@ msgid "Author"
4594
  msgstr ""
4595
 
4596
  #: includes/admin/settings/class-settings-bootstrap.php:789
4597
- #: includes/functions.php:1213
4598
  msgctxt "admin settings"
4599
  msgid "Date posted"
4600
  msgstr ""
4601
 
4602
  #: includes/admin/settings/class-settings-bootstrap.php:790
4603
- #: includes/functions.php:1214
4604
  msgctxt "admin settings"
4605
  msgid "Date last modified"
4606
  msgstr ""
@@ -4973,12 +4906,12 @@ msgctxt "admin settings"
4973
  msgid "Uploaded Image (no resize)"
4974
  msgstr ""
4975
 
4976
- #: includes/functions.php:1211
4977
  msgctxt "admin settings"
4978
  msgid "User"
4979
  msgstr ""
4980
 
4981
- #: includes/functions.php:1212
4982
  msgctxt "admin settings"
4983
  msgid "User registration date"
4984
  msgstr ""
@@ -6918,7 +6851,7 @@ msgctxt "templates"
6918
  msgid "I agree to the <a>Terms and Conditions</a>"
6919
  msgstr ""
6920
 
6921
- #: includes/functions.php:1291
6922
  msgctxt "templates"
6923
  msgid "Return to results"
6924
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
223
  msgstr ""
224
 
225
  #: includes/admin/fees.php:47
226
+ #: includes/admin/helpers/tables/class-fees-table.php:62
227
  #: includes/admin/helpers/tables/class-payments-table.php:57
228
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
229
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
234
  msgstr ""
235
 
236
  #: includes/admin/fees.php:49
237
+ #: includes/admin/helpers/tables/class-fees-table.php:64
238
  #: includes/admin/settings/class-settings-bootstrap.php:919
239
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
240
  msgid "Images"
259
  msgstr ""
260
 
261
  #: includes/admin/helpers/class-modules-list.php:187
262
+ #: includes/admin/helpers/tables/class-fees-table.php:260
263
  #: templates/admin/themes-item.tpl.php:43
264
  msgid "Active"
265
  msgstr ""
279
  msgid "Upgrade Now"
280
  msgstr ""
281
 
282
+ #. translators: %1$s: open link html, %2$s close link
283
+ #: includes/admin/helpers/tables/class-fees-table.php:30
284
+ msgid "There are no fees right now. %1$sCreate one%2$s."
285
+ msgstr ""
286
+
287
+ #: includes/admin/helpers/tables/class-fees-table.php:153
288
+ msgid "Disable"
289
+ msgstr ""
290
+
291
+ #: includes/admin/helpers/tables/class-fees-table.php:159
292
+ msgid "Enable"
293
+ msgstr ""
294
+
295
+ #: includes/admin/helpers/tables/class-fees-table.php:175
296
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
297
  #: includes/admin/settings/class-settings-admin.php:536
298
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
303
  msgid "Delete"
304
  msgstr ""
305
 
306
+ #: includes/admin/helpers/tables/class-fees-table.php:256
307
+ #: includes/admin/helpers/tables/class-fees-table.php:258
308
+ msgid "Disabled"
309
+ msgstr ""
310
+
311
+ #: includes/admin/helpers/tables/class-fees-table.php:264
312
+ #: includes/templates-ui.php:431
313
+ msgid "Default"
314
+ msgstr ""
315
+
316
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
317
  #: includes/fields/class-fieldtypes-social.php:138
318
  #: templates/admin/csv-import.tpl.php:327
337
  msgstr ""
338
 
339
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
340
+ #: includes/functions.php:1297 includes/functions.php:1302
341
  msgid "Go back"
342
  msgstr ""
343
 
1427
  msgid "%s is badly formatted. Valid Phone Number format required."
1428
  msgstr ""
1429
 
1430
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1431
  msgid "Free"
1432
  msgstr ""
1433
 
1588
  msgid "Manage Listings"
1589
  msgstr ""
1590
 
1591
+ #: includes/themes.php:951
 
 
 
 
1592
  msgid "ZIP file is not a valid Business Directory theme file."
1593
  msgstr ""
1594
 
1865
  msgid "Drag and drop to re-order fees."
1866
  msgstr ""
1867
 
1868
+ #. translators: %1$s is directory payment mode (Free or Paid)
1869
+ #: templates/admin/fees-index.tpl.php:66
1870
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
1871
  msgstr ""
1872
 
1873
+ #: templates/admin/fees-index.tpl.php:67
 
1874
  msgid "Paid"
1875
  msgstr ""
1876
 
 
 
 
 
 
 
 
 
1877
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1878
  msgid "Set up a payment gateway to charge a fee for listings"
1879
  msgstr ""
1880
 
1881
+ #: templates/admin/fees-index.tpl.php:94
1882
  msgid "Add a payment gateway to increase conversion rates"
1883
  msgstr ""
1884
 
1885
  #. translators: %s: payment gateway name */
1886
+ #: templates/admin/fees-index.tpl.php:113
1887
  msgid "Add the %s gateway as a payment option."
1888
  msgstr ""
1889
 
1890
+ #: templates/admin/fees-index.tpl.php:119
1891
  msgid "Upgrade"
1892
  msgstr ""
1893
 
1894
+ #: templates/admin/fees-index.tpl.php:127
1895
  msgid "Set up Authorize.net as a payment option."
1896
  msgstr ""
1897
 
1898
+ #: templates/admin/fees-index.tpl.php:130
1899
  msgid "Set Up"
1900
  msgstr ""
1901
 
3602
  msgid "Theme was updated successfully."
3603
  msgstr ""
3604
 
3605
+ #: includes/themes.php:959
3606
  msgctxt "themes"
3607
  msgid "Could not create themes directory."
3608
  msgstr ""
3609
 
3610
+ #: includes/themes.php:970
3611
  msgctxt "themes"
3612
  msgid "Could not remove previous theme directory \"%s\"."
3613
  msgstr ""
3614
 
3615
+ #: includes/themes.php:978
3616
  msgctxt "themes"
3617
  msgid "Could not move new theme into theme directory."
3618
  msgstr ""
3670
  msgid "fees"
3671
  msgstr ""
3672
 
3673
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3674
  msgctxt "fees admin"
3675
  msgid "Label"
3676
  msgstr ""
3677
 
3678
+ #: includes/admin/helpers/tables/class-fees-table.php:63
3679
  msgctxt "fees admin"
3680
  msgid "Duration"
3681
  msgstr ""
3682
 
3683
+ #: includes/admin/helpers/tables/class-fees-table.php:65
3684
  msgctxt "fees admin"
3685
  msgid "Attributes"
3686
  msgstr ""
3687
 
3688
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
3689
  msgctxt "fees admin"
3690
  msgid "Edit"
3691
  msgstr ""
3692
 
3693
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
3694
  msgctxt "fees admin"
3695
  msgid "<strong>Fee ID:</strong> <fee-id>"
3696
  msgstr ""
3697
 
3698
+ #: includes/admin/helpers/tables/class-fees-table.php:209
3699
  msgctxt "fees admin"
3700
  msgid "Variable"
3701
  msgstr ""
3702
 
3703
+ #: includes/admin/helpers/tables/class-fees-table.php:214
3704
  msgctxt "fees admin"
3705
  msgid "%1$s + %2$s per category"
3706
  msgstr ""
3707
 
3708
+ #: includes/admin/helpers/tables/class-fees-table.php:222
3709
  msgctxt "fees admin"
3710
  msgid "Forever"
3711
  msgstr ""
3712
 
3713
+ #: includes/admin/helpers/tables/class-fees-table.php:224
3714
  msgctxt "fees admin"
3715
  msgid "%d day"
3716
  msgid_plural "%d days"
3717
  msgstr[0] ""
3718
  msgstr[1] ""
3719
 
3720
+ #: includes/admin/helpers/tables/class-fees-table.php:228
3721
  msgctxt "fees admin"
3722
  msgid "%d image"
3723
  msgid_plural "%d images"
3724
  msgstr[0] ""
3725
  msgstr[1] ""
3726
 
3727
+ #: includes/admin/helpers/tables/class-fees-table.php:233
3728
  msgctxt "fees admin"
3729
  msgid "All categories"
3730
  msgstr ""
3731
 
3732
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
3733
  msgctxt "fees admin"
3734
  msgid "Sticky"
3735
  msgstr ""
3736
 
3737
+ #: includes/admin/helpers/tables/class-fees-table.php:272
3738
  msgctxt "fees admin"
3739
  msgid "Recurring"
3740
  msgstr ""
3741
 
3742
+ #: includes/admin/helpers/tables/class-fees-table.php:276
3743
  msgctxt "fees admin"
3744
  msgid "Private"
3745
  msgstr ""
3949
  msgid "Initial Payment"
3950
  msgstr ""
3951
 
3952
+ #: includes/admin/helpers/tables/class-fees-table.php:52
3953
  msgctxt "admin fees table"
3954
  msgid "All"
3955
  msgstr ""
3956
 
 
 
 
 
 
 
 
 
 
 
3957
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
3958
  msgctxt "form-fields admin"
3959
  msgid "form field"
4527
  msgstr ""
4528
 
4529
  #: includes/admin/settings/class-settings-bootstrap.php:789
4530
+ #: includes/functions.php:1215
4531
  msgctxt "admin settings"
4532
  msgid "Date posted"
4533
  msgstr ""
4534
 
4535
  #: includes/admin/settings/class-settings-bootstrap.php:790
4536
+ #: includes/functions.php:1216
4537
  msgctxt "admin settings"
4538
  msgid "Date last modified"
4539
  msgstr ""
4906
  msgid "Uploaded Image (no resize)"
4907
  msgstr ""
4908
 
4909
+ #: includes/functions.php:1213
4910
  msgctxt "admin settings"
4911
  msgid "User"
4912
  msgstr ""
4913
 
4914
+ #: includes/functions.php:1214
4915
  msgctxt "admin settings"
4916
  msgid "User registration date"
4917
  msgstr ""
6851
  msgid "I agree to the <a>Terms and Conditions</a>"
6852
  msgstr ""
6853
 
6854
+ #: includes/functions.php:1293
6855
  msgctxt "templates"
6856
  msgid "Return to results"
6857
  msgstr ""
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -261,7 +261,7 @@ msgid "Please upload the correct file type."
261
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
262
 
263
  #: includes/admin/fees.php:47
264
- #: includes/admin/helpers/tables/class-fees-table.php:109
265
  #: includes/admin/helpers/tables/class-payments-table.php:57
266
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
267
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -273,7 +273,7 @@ msgid "Amount"
273
  msgstr "Montant"
274
 
275
  #: includes/admin/fees.php:49
276
- #: includes/admin/helpers/tables/class-fees-table.php:111
277
  #: includes/admin/settings/class-settings-bootstrap.php:919
278
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
279
  #, fuzzy
@@ -302,6 +302,7 @@ msgid "Installed"
302
  msgstr "Installé"
303
 
304
  #: includes/admin/helpers/class-modules-list.php:187
 
305
  #: templates/admin/themes-item.tpl.php:43
306
  #, fuzzy
307
  msgid "Active"
@@ -325,7 +326,25 @@ msgstr "Activer"
325
  msgid "Upgrade Now"
326
  msgstr "Mettre à jour vers %s"
327
 
328
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
330
  #: includes/admin/settings/class-settings-admin.php:536
331
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -337,6 +356,18 @@ msgstr "Mettre à jour vers %s"
337
  msgid "Delete"
338
  msgstr "Effacer"
339
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
341
  #: includes/fields/class-fieldtypes-social.php:138
342
  #: templates/admin/csv-import.tpl.php:327
@@ -366,7 +397,7 @@ msgid "Go to \"Form Fields\""
366
  msgstr "Aller à \"Gestion des Champs\""
367
 
368
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
369
- #: includes/functions.php:1295 includes/functions.php:1300
370
  #, fuzzy
371
  msgid "Go back"
372
  msgstr "Non, reviens"
@@ -1673,8 +1704,7 @@ msgstr "%s est invalide. La valeur doit être l'un des %s."
1673
  msgid "%s is badly formatted. Valid Phone Number format required."
1674
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1675
 
1676
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1677
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1678
  msgid "Free"
1679
  msgstr "Gratuit"
1680
 
@@ -1871,12 +1901,7 @@ msgstr "Abandonné"
1871
  msgid "Manage Listings"
1872
  msgstr "Gérer annonces payées"
1873
 
1874
- #: includes/templates-ui.php:431
1875
- #, fuzzy
1876
- msgid "Default"
1877
- msgstr "Frais par défaut"
1878
-
1879
- #: includes/themes.php:952
1880
  #, fuzzy
1881
  msgid "ZIP file is not a valid Business Directory theme file."
1882
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
@@ -2247,84 +2272,38 @@ msgstr "↓ Descendant"
2247
  msgid "Drag and drop to re-order fees."
2248
  msgstr "Glisser-déposer pour réorganiser les frais."
2249
 
2250
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2251
- #. opening <a> tag, %3$s is a closing </a> tag.
2252
- #: templates/admin/fees-index.tpl.php:70
2253
- #, fuzzy
2254
- msgid ""
2255
- "These are all of the fee plans displayed to the user when they place a "
2256
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2257
- "the %2$sNot Available%3$s filter will become active when you change the "
2258
- "payment mode."
2259
  msgstr ""
2260
- "Ce sont tous les plans tarifaires affichés aux utilisateurs lorsqu'ils "
2261
- "soumettent une annonce. Votre mode actuel de \"%s\" restreint ce que vous "
2262
- "voyez ici. Les plans tarifaires du filtre <a>Non disponible</a> deviendront "
2263
- "actifs lorsque vous changerez de mode de paiement."
2264
 
2265
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2266
- #: templates/admin/fees-index.tpl.php:102
2267
  msgid "Paid"
2268
  msgstr "Payé"
2269
 
2270
- #. translators: %s is directory payment mode (Free or Paid)
2271
- #: templates/admin/fees-index.tpl.php:83
2272
- #, fuzzy
2273
- msgid ""
2274
- "These are all of the fee plans that aren't available because you're in \"%s"
2275
- "\" mode. Those on the Active filter will become Not Available when you "
2276
- "change the payment mode."
2277
- msgstr ""
2278
- "Ce sont tous les plans tarifaires qui ne sont pas disponibles parce que vous "
2279
- "êtes en mode \"%s\". Ceux sur le filtre actif deviendront non disponibles "
2280
- "lorsque vous changerez le mode de paiement."
2281
-
2282
  #: templates/admin/fees-index.tpl.php:92
2283
- #, fuzzy
2284
- msgid ""
2285
- "These fee plans were disabled by the admin and will not show to the end user "
2286
- "regardless of mode until you enable them."
2287
- msgstr ""
2288
- "Ces plans tarifaires ont été désactivés par l'administrateur et ne seront "
2289
- "pas visibles par l'utilisateur, quel que soit le mode, tant que vous ne les "
2290
- "aurez pas activés."
2291
-
2292
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2293
- #. opening <a> tag, %3$s is a closing </a> tag.
2294
- #: templates/admin/fees-index.tpl.php:101
2295
- #, fuzzy
2296
- msgid ""
2297
- "These are all of the fee plans you have configured. Not all of them are "
2298
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2299
- "plans for this mode click %2$sActive%3$s."
2300
- msgstr ""
2301
- "These are all of the fee plans you have configured. Not all of them are "
2302
- "available for the current mode (currently set to \"%s\"). To see the fee "
2303
- "plans for this mode click <a>Active</a>."
2304
-
2305
- #: templates/admin/fees-index.tpl.php:131
2306
  msgid "Set up a payment gateway to charge a fee for listings"
2307
  msgstr ""
2308
 
2309
- #: templates/admin/fees-index.tpl.php:133
2310
  msgid "Add a payment gateway to increase conversion rates"
2311
  msgstr ""
2312
 
2313
  #. translators: %s: payment gateway name */
2314
- #: templates/admin/fees-index.tpl.php:152
2315
  msgid "Add the %s gateway as a payment option."
2316
  msgstr ""
2317
 
2318
- #: templates/admin/fees-index.tpl.php:158
2319
  #, fuzzy
2320
  msgid "Upgrade"
2321
  msgstr "Mettre à jour vers %s"
2322
 
2323
- #: templates/admin/fees-index.tpl.php:166
2324
  msgid "Set up Authorize.net as a payment option."
2325
  msgstr ""
2326
 
2327
- #: templates/admin/fees-index.tpl.php:169
2328
  msgid "Set Up"
2329
  msgstr ""
2330
 
@@ -4320,17 +4299,17 @@ msgctxt "themes"
4320
  msgid "Theme was updated successfully."
4321
  msgstr "Le thème a été mis à jour avec succès."
4322
 
4323
- #: includes/themes.php:960
4324
  msgctxt "themes"
4325
  msgid "Could not create themes directory."
4326
  msgstr "Impossible de créer le répertoire de thèmes."
4327
 
4328
- #: includes/themes.php:971
4329
  msgctxt "themes"
4330
  msgid "Could not remove previous theme directory \"%s\"."
4331
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
4332
 
4333
- #: includes/themes.php:979
4334
  msgctxt "themes"
4335
  msgid "Could not move new theme into theme directory."
4336
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
@@ -4393,133 +4372,77 @@ msgctxt "fees admin"
4393
  msgid "fees"
4394
  msgstr "frais"
4395
 
4396
- #: includes/admin/helpers/tables/class-fees-table.php:32
4397
- msgctxt "fees admin"
4398
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4399
- msgstr ""
4400
- "Il n'y a pas de tarif en ce moment. Vous pouvez <a>en créer un</a>, si vous "
4401
- "le souhaitez."
4402
-
4403
- #: includes/admin/helpers/tables/class-fees-table.php:39
4404
- #: includes/admin/helpers/tables/class-fees-table.php:361
4405
- msgctxt "fees admin"
4406
- msgid "Active"
4407
- msgstr "Actif"
4408
-
4409
- #: includes/admin/helpers/tables/class-fees-table.php:42
4410
- #: includes/admin/helpers/tables/class-fees-table.php:357
4411
- msgctxt "fees admin"
4412
- msgid "Disabled"
4413
- msgstr "Effacer les Frais"
4414
-
4415
- #: includes/admin/helpers/tables/class-fees-table.php:52
4416
- msgctxt "fees admin"
4417
- msgid ""
4418
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4419
- msgstr ""
4420
- "Il n'y a pas de tarif \"%s\" en ce moment. Vous pouvez <a>en créer un</a>, "
4421
- "si vous le souhaitez."
4422
-
4423
- #: includes/admin/helpers/tables/class-fees-table.php:108
4424
  msgctxt "fees admin"
4425
  msgid "Label"
4426
  msgstr "Etiquette"
4427
 
4428
- #: includes/admin/helpers/tables/class-fees-table.php:110
4429
  msgctxt "fees admin"
4430
  msgid "Duration"
4431
  msgstr "Durée"
4432
 
4433
- #: includes/admin/helpers/tables/class-fees-table.php:112
4434
  msgctxt "fees admin"
4435
  msgid "Attributes"
4436
  msgstr "Attributs"
4437
 
4438
- #: includes/admin/helpers/tables/class-fees-table.php:167
4439
- msgctxt "fees admin"
4440
- msgid ""
4441
- "This is the default free plan for your directory. You can't delete it and "
4442
- "it's always free, but you can edit the name and other settings. It's only "
4443
- "available when the directory is in Free mode. You can always create other "
4444
- "fee plans, including ones for 0.00 (free) if you wish."
4445
- msgstr ""
4446
- "C'est le plan libre par défaut pour votre annuaire. Vous ne pouvez pas le "
4447
- "supprimer et c'est toujours gratuit, mais vous pouvez modifier le nom et "
4448
- "d'autres paramètres. C'est seulement disponible quand l'annuaire est en mode "
4449
- "libre. Vous pouvez toujours créer d'autres plans tarifaires, y compris ceux "
4450
- "pour 0.00 euros (gratuit) si vous le souhaitez."
4451
-
4452
- #: includes/admin/helpers/tables/class-fees-table.php:228
4453
  msgctxt "fees admin"
4454
  msgid "Edit"
4455
  msgstr "Editer"
4456
 
4457
- #: includes/admin/helpers/tables/class-fees-table.php:248
4458
- msgctxt "fees admin"
4459
- msgid "Disable"
4460
- msgstr "Effacer les Frais"
4461
-
4462
- #: includes/admin/helpers/tables/class-fees-table.php:262
4463
- msgctxt "fees admin"
4464
- msgid "Enable"
4465
- msgstr "Activer"
4466
-
4467
- #: includes/admin/helpers/tables/class-fees-table.php:287
4468
  msgctxt "fees admin"
4469
  msgid "<strong>Fee ID:</strong> <fee-id>"
4470
  msgstr "<strong>Frais ID :</strong><fee-id>"
4471
 
4472
- #: includes/admin/helpers/tables/class-fees-table.php:311
4473
  msgctxt "fees admin"
4474
  msgid "Variable"
4475
  msgstr "Variable"
4476
 
4477
- #: includes/admin/helpers/tables/class-fees-table.php:316
4478
  #, fuzzy
4479
  msgctxt "fees admin"
4480
  msgid "%1$s + %2$s per category"
4481
  msgstr "%s + %s par catégorie"
4482
 
4483
- #: includes/admin/helpers/tables/class-fees-table.php:324
4484
  msgctxt "fees admin"
4485
  msgid "Forever"
4486
  msgstr "Pour toujours"
4487
 
4488
- #: includes/admin/helpers/tables/class-fees-table.php:326
4489
  msgctxt "fees admin"
4490
  msgid "%d day"
4491
  msgid_plural "%d days"
4492
  msgstr[0] "%d jour"
4493
  msgstr[1] "%d jours"
4494
 
4495
- #: includes/admin/helpers/tables/class-fees-table.php:330
4496
  msgctxt "fees admin"
4497
  msgid "%d image"
4498
  msgid_plural "%d images"
4499
  msgstr[0] "%d image"
4500
  msgstr[1] "%d images"
4501
 
4502
- #: includes/admin/helpers/tables/class-fees-table.php:335
4503
  msgctxt "fees admin"
4504
  msgid "All categories"
4505
  msgstr "Toutes catégories"
4506
 
4507
- #: includes/admin/helpers/tables/class-fees-table.php:359
4508
- msgctxt "fees admin"
4509
- msgid "Unavailable"
4510
- msgstr "Indisponible"
4511
-
4512
- #: includes/admin/helpers/tables/class-fees-table.php:368
4513
  msgctxt "fees admin"
4514
  msgid "Sticky"
4515
  msgstr "Premium"
4516
 
4517
- #: includes/admin/helpers/tables/class-fees-table.php:372
4518
  msgctxt "fees admin"
4519
  msgid "Recurring"
4520
  msgstr "Récurrent"
4521
 
4522
- #: includes/admin/helpers/tables/class-fees-table.php:376
4523
  #, fuzzy
4524
  msgctxt "fees admin"
4525
  msgid "Private"
@@ -4734,21 +4657,11 @@ msgctxt "listing timeline"
4734
  msgid "Initial Payment"
4735
  msgstr "Paiement Initial"
4736
 
4737
- #: includes/admin/helpers/tables/class-fees-table.php:77
4738
  msgctxt "admin fees table"
4739
  msgid "All"
4740
  msgstr "Toutes"
4741
 
4742
- #: includes/admin/helpers/tables/class-fees-table.php:91
4743
- msgctxt "admin fees table"
4744
- msgid "Active"
4745
- msgstr "Actif"
4746
-
4747
- #: includes/admin/helpers/tables/class-fees-table.php:99
4748
- msgctxt "admin fees table"
4749
- msgid "Disabled"
4750
- msgstr "Effacer les Frais"
4751
-
4752
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4753
  msgctxt "form-fields admin"
4754
  msgid "form field"
@@ -5367,13 +5280,13 @@ msgid "Author"
5367
  msgstr "Auteur"
5368
 
5369
  #: includes/admin/settings/class-settings-bootstrap.php:789
5370
- #: includes/functions.php:1213
5371
  msgctxt "admin settings"
5372
  msgid "Date posted"
5373
  msgstr "Date d'ajout"
5374
 
5375
  #: includes/admin/settings/class-settings-bootstrap.php:790
5376
- #: includes/functions.php:1214
5377
  msgctxt "admin settings"
5378
  msgid "Date last modified"
5379
  msgstr "Date de dernière modification"
@@ -5775,12 +5688,12 @@ msgctxt "admin settings"
5775
  msgid "Uploaded Image (no resize)"
5776
  msgstr "Télécharger les images"
5777
 
5778
- #: includes/functions.php:1211
5779
  msgctxt "admin settings"
5780
  msgid "User"
5781
  msgstr "Utilisateur"
5782
 
5783
- #: includes/functions.php:1212
5784
  msgctxt "admin settings"
5785
  msgid "User registration date"
5786
  msgstr "Date d'expiration de l'annonce"
@@ -7909,7 +7822,7 @@ msgctxt "templates"
7909
  msgid "I agree to the <a>Terms and Conditions</a>"
7910
  msgstr "J'accepte <a> Conditions générales </a>"
7911
 
7912
- #: includes/functions.php:1291
7913
  #, fuzzy
7914
  msgctxt "templates"
7915
  msgid "Return to results"
@@ -9176,6 +9089,84 @@ msgctxt "send-access-keys"
9176
  msgid "Continue"
9177
  msgstr "Continuer"
9178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9179
  #~ msgctxt "fees admin"
9180
  #~ msgid "Not Available"
9181
  #~ msgstr "Emplacements d'image disponibles"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
261
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
262
 
263
  #: includes/admin/fees.php:47
264
+ #: includes/admin/helpers/tables/class-fees-table.php:62
265
  #: includes/admin/helpers/tables/class-payments-table.php:57
266
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
267
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
273
  msgstr "Montant"
274
 
275
  #: includes/admin/fees.php:49
276
+ #: includes/admin/helpers/tables/class-fees-table.php:64
277
  #: includes/admin/settings/class-settings-bootstrap.php:919
278
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
279
  #, fuzzy
302
  msgstr "Installé"
303
 
304
  #: includes/admin/helpers/class-modules-list.php:187
305
+ #: includes/admin/helpers/tables/class-fees-table.php:260
306
  #: templates/admin/themes-item.tpl.php:43
307
  #, fuzzy
308
  msgid "Active"
326
  msgid "Upgrade Now"
327
  msgstr "Mettre à jour vers %s"
328
 
329
+ #. translators: %1$s: open link html, %2$s close link
330
+ #: includes/admin/helpers/tables/class-fees-table.php:30
331
+ #, fuzzy
332
+ msgid "There are no fees right now. %1$sCreate one%2$s."
333
+ msgstr ""
334
+ "Il n'y a pas de tarif en ce moment. Vous pouvez <a>en créer un</a>, si vous "
335
+ "le souhaitez."
336
+
337
+ #: includes/admin/helpers/tables/class-fees-table.php:153
338
+ #, fuzzy
339
+ msgid "Disable"
340
+ msgstr "Effacer les Frais"
341
+
342
+ #: includes/admin/helpers/tables/class-fees-table.php:159
343
+ #, fuzzy
344
+ msgid "Enable"
345
+ msgstr "Activer"
346
+
347
+ #: includes/admin/helpers/tables/class-fees-table.php:175
348
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
349
  #: includes/admin/settings/class-settings-admin.php:536
350
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
356
  msgid "Delete"
357
  msgstr "Effacer"
358
 
359
+ #: includes/admin/helpers/tables/class-fees-table.php:256
360
+ #: includes/admin/helpers/tables/class-fees-table.php:258
361
+ #, fuzzy
362
+ msgid "Disabled"
363
+ msgstr "Effacer les Frais"
364
+
365
+ #: includes/admin/helpers/tables/class-fees-table.php:264
366
+ #: includes/templates-ui.php:431
367
+ #, fuzzy
368
+ msgid "Default"
369
+ msgstr "Frais par défaut"
370
+
371
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
372
  #: includes/fields/class-fieldtypes-social.php:138
373
  #: templates/admin/csv-import.tpl.php:327
397
  msgstr "Aller à \"Gestion des Champs\""
398
 
399
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
400
+ #: includes/functions.php:1297 includes/functions.php:1302
401
  #, fuzzy
402
  msgid "Go back"
403
  msgstr "Non, reviens"
1704
  msgid "%s is badly formatted. Valid Phone Number format required."
1705
  msgstr "%s est mal formaté. Un format valide d'email est requis."
1706
 
1707
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1708
  msgid "Free"
1709
  msgstr "Gratuit"
1710
 
1901
  msgid "Manage Listings"
1902
  msgstr "Gérer annonces payées"
1903
 
1904
+ #: includes/themes.php:951
 
 
 
 
 
1905
  #, fuzzy
1906
  msgid "ZIP file is not a valid Business Directory theme file."
1907
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
2272
  msgid "Drag and drop to re-order fees."
2273
  msgstr "Glisser-déposer pour réorganiser les frais."
2274
 
2275
+ #. translators: %1$s is directory payment mode (Free or Paid)
2276
+ #: templates/admin/fees-index.tpl.php:66
2277
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
 
2278
  msgstr ""
 
 
 
 
2279
 
2280
+ #: templates/admin/fees-index.tpl.php:67
 
2281
  msgid "Paid"
2282
  msgstr "Payé"
2283
 
 
 
 
 
 
 
 
 
 
 
 
 
2284
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2285
  msgid "Set up a payment gateway to charge a fee for listings"
2286
  msgstr ""
2287
 
2288
+ #: templates/admin/fees-index.tpl.php:94
2289
  msgid "Add a payment gateway to increase conversion rates"
2290
  msgstr ""
2291
 
2292
  #. translators: %s: payment gateway name */
2293
+ #: templates/admin/fees-index.tpl.php:113
2294
  msgid "Add the %s gateway as a payment option."
2295
  msgstr ""
2296
 
2297
+ #: templates/admin/fees-index.tpl.php:119
2298
  #, fuzzy
2299
  msgid "Upgrade"
2300
  msgstr "Mettre à jour vers %s"
2301
 
2302
+ #: templates/admin/fees-index.tpl.php:127
2303
  msgid "Set up Authorize.net as a payment option."
2304
  msgstr ""
2305
 
2306
+ #: templates/admin/fees-index.tpl.php:130
2307
  msgid "Set Up"
2308
  msgstr ""
2309
 
4299
  msgid "Theme was updated successfully."
4300
  msgstr "Le thème a été mis à jour avec succès."
4301
 
4302
+ #: includes/themes.php:959
4303
  msgctxt "themes"
4304
  msgid "Could not create themes directory."
4305
  msgstr "Impossible de créer le répertoire de thèmes."
4306
 
4307
+ #: includes/themes.php:970
4308
  msgctxt "themes"
4309
  msgid "Could not remove previous theme directory \"%s\"."
4310
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
4311
 
4312
+ #: includes/themes.php:978
4313
  msgctxt "themes"
4314
  msgid "Could not move new theme into theme directory."
4315
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
4372
  msgid "fees"
4373
  msgstr "frais"
4374
 
4375
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4376
  msgctxt "fees admin"
4377
  msgid "Label"
4378
  msgstr "Etiquette"
4379
 
4380
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4381
  msgctxt "fees admin"
4382
  msgid "Duration"
4383
  msgstr "Durée"
4384
 
4385
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4386
  msgctxt "fees admin"
4387
  msgid "Attributes"
4388
  msgstr "Attributs"
4389
 
4390
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4391
  msgctxt "fees admin"
4392
  msgid "Edit"
4393
  msgstr "Editer"
4394
 
4395
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4396
  msgctxt "fees admin"
4397
  msgid "<strong>Fee ID:</strong> <fee-id>"
4398
  msgstr "<strong>Frais ID :</strong><fee-id>"
4399
 
4400
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4401
  msgctxt "fees admin"
4402
  msgid "Variable"
4403
  msgstr "Variable"
4404
 
4405
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4406
  #, fuzzy
4407
  msgctxt "fees admin"
4408
  msgid "%1$s + %2$s per category"
4409
  msgstr "%s + %s par catégorie"
4410
 
4411
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4412
  msgctxt "fees admin"
4413
  msgid "Forever"
4414
  msgstr "Pour toujours"
4415
 
4416
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4417
  msgctxt "fees admin"
4418
  msgid "%d day"
4419
  msgid_plural "%d days"
4420
  msgstr[0] "%d jour"
4421
  msgstr[1] "%d jours"
4422
 
4423
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4424
  msgctxt "fees admin"
4425
  msgid "%d image"
4426
  msgid_plural "%d images"
4427
  msgstr[0] "%d image"
4428
  msgstr[1] "%d images"
4429
 
4430
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4431
  msgctxt "fees admin"
4432
  msgid "All categories"
4433
  msgstr "Toutes catégories"
4434
 
4435
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
4436
  msgctxt "fees admin"
4437
  msgid "Sticky"
4438
  msgstr "Premium"
4439
 
4440
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4441
  msgctxt "fees admin"
4442
  msgid "Recurring"
4443
  msgstr "Récurrent"
4444
 
4445
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4446
  #, fuzzy
4447
  msgctxt "fees admin"
4448
  msgid "Private"
4657
  msgid "Initial Payment"
4658
  msgstr "Paiement Initial"
4659
 
4660
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4661
  msgctxt "admin fees table"
4662
  msgid "All"
4663
  msgstr "Toutes"
4664
 
 
 
 
 
 
 
 
 
 
 
4665
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4666
  msgctxt "form-fields admin"
4667
  msgid "form field"
5280
  msgstr "Auteur"
5281
 
5282
  #: includes/admin/settings/class-settings-bootstrap.php:789
5283
+ #: includes/functions.php:1215
5284
  msgctxt "admin settings"
5285
  msgid "Date posted"
5286
  msgstr "Date d'ajout"
5287
 
5288
  #: includes/admin/settings/class-settings-bootstrap.php:790
5289
+ #: includes/functions.php:1216
5290
  msgctxt "admin settings"
5291
  msgid "Date last modified"
5292
  msgstr "Date de dernière modification"
5688
  msgid "Uploaded Image (no resize)"
5689
  msgstr "Télécharger les images"
5690
 
5691
+ #: includes/functions.php:1213
5692
  msgctxt "admin settings"
5693
  msgid "User"
5694
  msgstr "Utilisateur"
5695
 
5696
+ #: includes/functions.php:1214
5697
  msgctxt "admin settings"
5698
  msgid "User registration date"
5699
  msgstr "Date d'expiration de l'annonce"
7822
  msgid "I agree to the <a>Terms and Conditions</a>"
7823
  msgstr "J'accepte <a> Conditions générales </a>"
7824
 
7825
+ #: includes/functions.php:1293
7826
  #, fuzzy
7827
  msgctxt "templates"
7828
  msgid "Return to results"
9089
  msgid "Continue"
9090
  msgstr "Continuer"
9091
 
9092
+ #, fuzzy
9093
+ #~ msgid ""
9094
+ #~ "These are all of the fee plans displayed to the user when they place a "
9095
+ #~ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
9096
+ #~ "on the %2$sNot Available%3$s filter will become active when you change "
9097
+ #~ "the payment mode."
9098
+ #~ msgstr ""
9099
+ #~ "Ce sont tous les plans tarifaires affichés aux utilisateurs lorsqu'ils "
9100
+ #~ "soumettent une annonce. Votre mode actuel de \"%s\" restreint ce que vous "
9101
+ #~ "voyez ici. Les plans tarifaires du filtre <a>Non disponible</a> "
9102
+ #~ "deviendront actifs lorsque vous changerez de mode de paiement."
9103
+
9104
+ #, fuzzy
9105
+ #~ msgid ""
9106
+ #~ "These are all of the fee plans that aren't available because you're in "
9107
+ #~ "\"%s\" mode. Those on the Active filter will become Not Available when "
9108
+ #~ "you change the payment mode."
9109
+ #~ msgstr ""
9110
+ #~ "Ce sont tous les plans tarifaires qui ne sont pas disponibles parce que "
9111
+ #~ "vous êtes en mode \"%s\". Ceux sur le filtre actif deviendront non "
9112
+ #~ "disponibles lorsque vous changerez le mode de paiement."
9113
+
9114
+ #, fuzzy
9115
+ #~ msgid ""
9116
+ #~ "These fee plans were disabled by the admin and will not show to the end "
9117
+ #~ "user regardless of mode until you enable them."
9118
+ #~ msgstr ""
9119
+ #~ "Ces plans tarifaires ont été désactivés par l'administrateur et ne seront "
9120
+ #~ "pas visibles par l'utilisateur, quel que soit le mode, tant que vous ne "
9121
+ #~ "les aurez pas activés."
9122
+
9123
+ #, fuzzy
9124
+ #~ msgid ""
9125
+ #~ "These are all of the fee plans you have configured. Not all of them are "
9126
+ #~ "available for the current mode (currently set to \"%1$s\"). To see the "
9127
+ #~ "fee plans for this mode click %2$sActive%3$s."
9128
+ #~ msgstr ""
9129
+ #~ "These are all of the fee plans you have configured. Not all of them are "
9130
+ #~ "available for the current mode (currently set to \"%s\"). To see the fee "
9131
+ #~ "plans for this mode click <a>Active</a>."
9132
+
9133
+ #~ msgctxt "fees admin"
9134
+ #~ msgid "Active"
9135
+ #~ msgstr "Actif"
9136
+
9137
+ #~ msgctxt "fees admin"
9138
+ #~ msgid ""
9139
+ #~ "There are no \"%s\" fees right now. You can <a>create one</a>, if you "
9140
+ #~ "want."
9141
+ #~ msgstr ""
9142
+ #~ "Il n'y a pas de tarif \"%s\" en ce moment. Vous pouvez <a>en créer un</"
9143
+ #~ "a>, si vous le souhaitez."
9144
+
9145
+ #~ msgctxt "fees admin"
9146
+ #~ msgid ""
9147
+ #~ "This is the default free plan for your directory. You can't delete it "
9148
+ #~ "and it's always free, but you can edit the name and other settings. It's "
9149
+ #~ "only available when the directory is in Free mode. You can always create "
9150
+ #~ "other fee plans, including ones for 0.00 (free) if you wish."
9151
+ #~ msgstr ""
9152
+ #~ "C'est le plan libre par défaut pour votre annuaire. Vous ne pouvez pas le "
9153
+ #~ "supprimer et c'est toujours gratuit, mais vous pouvez modifier le nom et "
9154
+ #~ "d'autres paramètres. C'est seulement disponible quand l'annuaire est en "
9155
+ #~ "mode libre. Vous pouvez toujours créer d'autres plans tarifaires, y "
9156
+ #~ "compris ceux pour 0.00 euros (gratuit) si vous le souhaitez."
9157
+
9158
+ #~ msgctxt "fees admin"
9159
+ #~ msgid "Unavailable"
9160
+ #~ msgstr "Indisponible"
9161
+
9162
+ #~ msgctxt "admin fees table"
9163
+ #~ msgid "Active"
9164
+ #~ msgstr "Actif"
9165
+
9166
+ #~ msgctxt "admin fees table"
9167
+ #~ msgid "Disabled"
9168
+ #~ msgstr "Effacer les Frais"
9169
+
9170
  #~ msgctxt "fees admin"
9171
  #~ msgid "Not Available"
9172
  #~ msgstr "Emplacements d'image disponibles"
languages/business-directory-plugin-it_IT.mo CHANGED
Binary file
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -265,7 +265,7 @@ msgid "Please upload the correct file type."
265
  msgstr "Si prega di caricare o selezionare un file CSV."
266
 
267
  #: includes/admin/fees.php:47
268
- #: includes/admin/helpers/tables/class-fees-table.php:109
269
  #: includes/admin/helpers/tables/class-payments-table.php:57
270
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
271
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -277,7 +277,7 @@ msgid "Amount"
277
  msgstr "Importo"
278
 
279
  #: includes/admin/fees.php:49
280
- #: includes/admin/helpers/tables/class-fees-table.php:111
281
  #: includes/admin/settings/class-settings-bootstrap.php:919
282
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
283
  #, fuzzy
@@ -306,6 +306,7 @@ msgid "Installed"
306
  msgstr "Installato"
307
 
308
  #: includes/admin/helpers/class-modules-list.php:187
 
309
  #: templates/admin/themes-item.tpl.php:43
310
  #, fuzzy
311
  msgid "Active"
@@ -328,7 +329,25 @@ msgstr "Attiva"
328
  msgid "Upgrade Now"
329
  msgstr ""
330
 
331
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
333
  #: includes/admin/settings/class-settings-admin.php:536
334
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -340,6 +359,18 @@ msgstr ""
340
  msgid "Delete"
341
  msgstr "Elimina"
342
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
344
  #: includes/fields/class-fieldtypes-social.php:138
345
  #: templates/admin/csv-import.tpl.php:327
@@ -371,7 +402,7 @@ msgid "Go to \"Form Fields\""
371
  msgstr "Vai a \"Gestire i campi dei moduli\"."
372
 
373
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
374
- #: includes/functions.php:1295 includes/functions.php:1300
375
  #, fuzzy
376
  msgid "Go back"
377
  msgstr "Va indietro"
@@ -1678,8 +1709,7 @@ msgstr "%1$s non è valido. Valore più essere uno di %2$s."
1678
  msgid "%s is badly formatted. Valid Phone Number format required."
1679
  msgstr "%s è mal formattato. Formato email valido richiesto."
1680
 
1681
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1682
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1683
  msgid "Free"
1684
  msgstr "Gratis"
1685
 
@@ -1876,12 +1906,7 @@ msgstr "Abbandonato"
1876
  msgid "Manage Listings"
1877
  msgstr "Gestione delle Donazioni ricevute"
1878
 
1879
- #: includes/templates-ui.php:431
1880
- #, fuzzy
1881
- msgid "Default"
1882
- msgstr "Canone predefinito"
1883
-
1884
- #: includes/themes.php:952
1885
  #, fuzzy
1886
  msgid "ZIP file is not a valid Business Directory theme file."
1887
  msgstr "Il file ZIP non è un file tema BD valido."
@@ -2261,86 +2286,39 @@ msgstr "↓ Discendente"
2261
  msgid "Drag and drop to re-order fees."
2262
  msgstr "Trascinare e rilasciare per ordinare le Donazioni."
2263
 
2264
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2265
- #. opening <a> tag, %3$s is a closing </a> tag.
2266
- #: templates/admin/fees-index.tpl.php:70
2267
- #, fuzzy
2268
- msgid ""
2269
- "These are all of the fee plans displayed to the user when they place a "
2270
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2271
- "the %2$sNot Available%3$s filter will become active when you change the "
2272
- "payment mode."
2273
  msgstr ""
2274
- "Questi sono tutti i piani di pagamento che vengono visualizzati all'utente "
2275
- "quando inseriscono un'Annuncio. La tua modalità corrente di \"%s\" limita "
2276
- "quello che vedi qui. Quelli del<a>Non disponibile\n"
2277
- "</a> il filtro diventa attivo quando si modifica la modalità di pagamento."
2278
 
2279
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2280
- #: templates/admin/fees-index.tpl.php:102
2281
  #, fuzzy
2282
  msgid "Paid"
2283
  msgstr "Pagato"
2284
 
2285
- #. translators: %s is directory payment mode (Free or Paid)
2286
- #: templates/admin/fees-index.tpl.php:83
2287
- #, fuzzy
2288
- msgid ""
2289
- "These are all of the fee plans that aren't available because you're in \"%s"
2290
- "\" mode. Those on the Active filter will become Not Available when you "
2291
- "change the payment mode."
2292
- msgstr ""
2293
- "Questi sono tutti i piani a pagamento che non sono disponibili perché sei in "
2294
- "modalità \"%s\". Quelli del filtro attivo diventeranno non disponibili "
2295
- "quando si modifica la modalità di pagamento."
2296
-
2297
  #: templates/admin/fees-index.tpl.php:92
2298
- #, fuzzy
2299
- msgid ""
2300
- "These fee plans were disabled by the admin and will not show to the end user "
2301
- "regardless of mode until you enable them."
2302
- msgstr ""
2303
- "Questi piani tariffari sono stati disabilitati dall'amministratore e non "
2304
- "verranno mostrati all'utente finale indipendentemente dalla modalità fino a "
2305
- "quando non vengono abilitati."
2306
-
2307
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2308
- #. opening <a> tag, %3$s is a closing </a> tag.
2309
- #: templates/admin/fees-index.tpl.php:101
2310
- #, fuzzy
2311
- msgid ""
2312
- "These are all of the fee plans you have configured. Not all of them are "
2313
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2314
- "plans for this mode click %2$sActive%3$s."
2315
- msgstr ""
2316
- "Questi sono tutti i piani a pagamento che hai configurato. Non tutti sono "
2317
- "disponibili per la modalità corrente (attualmente impostata su \"%s\"). Per "
2318
- "visualizzare i piani di pagamento per questa modalità fare clic su<a>Attivo</"
2319
- "a>."
2320
-
2321
- #: templates/admin/fees-index.tpl.php:131
2322
  msgid "Set up a payment gateway to charge a fee for listings"
2323
  msgstr ""
2324
 
2325
- #: templates/admin/fees-index.tpl.php:133
2326
  msgid "Add a payment gateway to increase conversion rates"
2327
  msgstr ""
2328
 
2329
  #. translators: %s: payment gateway name */
2330
- #: templates/admin/fees-index.tpl.php:152
2331
  msgid "Add the %s gateway as a payment option."
2332
  msgstr ""
2333
 
2334
- #: templates/admin/fees-index.tpl.php:158
2335
  #, fuzzy
2336
  msgid "Upgrade"
2337
  msgstr "Avviare l'aggiornamento"
2338
 
2339
- #: templates/admin/fees-index.tpl.php:166
2340
  msgid "Set up Authorize.net as a payment option."
2341
  msgstr ""
2342
 
2343
- #: templates/admin/fees-index.tpl.php:169
2344
  msgid "Set Up"
2345
  msgstr ""
2346
 
@@ -4342,17 +4320,17 @@ msgctxt "themes"
4342
  msgid "Theme was updated successfully."
4343
  msgstr "Il tema è stato aggiornato con successo."
4344
 
4345
- #: includes/themes.php:960
4346
  msgctxt "themes"
4347
  msgid "Could not create themes directory."
4348
  msgstr "Impossibile creare una directory dei temi."
4349
 
4350
- #: includes/themes.php:971
4351
  msgctxt "themes"
4352
  msgid "Could not remove previous theme directory \"%s\"."
4353
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
4354
 
4355
- #: includes/themes.php:979
4356
  msgctxt "themes"
4357
  msgid "Could not move new theme into theme directory."
4358
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
@@ -4415,132 +4393,76 @@ msgctxt "fees admin"
4415
  msgid "fees"
4416
  msgstr "Canoni"
4417
 
4418
- #: includes/admin/helpers/tables/class-fees-table.php:32
4419
- msgctxt "fees admin"
4420
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4421
- msgstr ""
4422
- "Non ci sono contributi in questo momento. È possibile <a>crearne uno</a>, se "
4423
- "volete."
4424
-
4425
- #: includes/admin/helpers/tables/class-fees-table.php:39
4426
- #: includes/admin/helpers/tables/class-fees-table.php:361
4427
- msgctxt "fees admin"
4428
- msgid "Active"
4429
- msgstr "Attivo"
4430
-
4431
- #: includes/admin/helpers/tables/class-fees-table.php:42
4432
- #: includes/admin/helpers/tables/class-fees-table.php:357
4433
- msgctxt "fees admin"
4434
- msgid "Disabled"
4435
- msgstr "Disabilitato"
4436
-
4437
- #: includes/admin/helpers/tables/class-fees-table.php:52
4438
- msgctxt "fees admin"
4439
- msgid ""
4440
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4441
- msgstr ""
4442
- "Non ci sono tariffe \"%s\" al momento. È possibile <a>crearne uno</a>, se lo "
4443
- "si desidera."
4444
-
4445
- #: includes/admin/helpers/tables/class-fees-table.php:108
4446
  msgctxt "fees admin"
4447
  msgid "Label"
4448
  msgstr "Etichetta"
4449
 
4450
- #: includes/admin/helpers/tables/class-fees-table.php:110
4451
  msgctxt "fees admin"
4452
  msgid "Duration"
4453
  msgstr "Durata"
4454
 
4455
- #: includes/admin/helpers/tables/class-fees-table.php:112
4456
  msgctxt "fees admin"
4457
  msgid "Attributes"
4458
  msgstr "Attributi"
4459
 
4460
- #: includes/admin/helpers/tables/class-fees-table.php:167
4461
- msgctxt "fees admin"
4462
- msgid ""
4463
- "This is the default free plan for your directory. You can't delete it and "
4464
- "it's always free, but you can edit the name and other settings. It's only "
4465
- "available when the directory is in Free mode. You can always create other "
4466
- "fee plans, including ones for 0.00 (free) if you wish."
4467
- msgstr ""
4468
- "Questo è il piano libero predefinito per la vostra directory. Non è "
4469
- "possibile cancellarlo ed è sempre gratuito, ma è possibile modificare il "
4470
- "nome e le altre impostazioni. E' disponibile solo quando la directory è in "
4471
- "modalità Free. È sempre possibile creare altri piani a pagamento, compresi "
4472
- "quelli a 0,00 (gratuito) se lo si desidera."
4473
-
4474
- #: includes/admin/helpers/tables/class-fees-table.php:228
4475
  msgctxt "fees admin"
4476
  msgid "Edit"
4477
  msgstr "Modifica"
4478
 
4479
- #: includes/admin/helpers/tables/class-fees-table.php:248
4480
- msgctxt "fees admin"
4481
- msgid "Disable"
4482
- msgstr "Disabilita"
4483
-
4484
- #: includes/admin/helpers/tables/class-fees-table.php:262
4485
- msgctxt "fees admin"
4486
- msgid "Enable"
4487
- msgstr "Abilita"
4488
-
4489
- #: includes/admin/helpers/tables/class-fees-table.php:287
4490
  msgctxt "fees admin"
4491
  msgid "<strong>Fee ID:</strong> <fee-id>"
4492
  msgstr "<strong>ID pagamento:</strong> <fee-id>"
4493
 
4494
- #: includes/admin/helpers/tables/class-fees-table.php:311
4495
  msgctxt "fees admin"
4496
  msgid "Variable"
4497
  msgstr "Variabile"
4498
 
4499
- #: includes/admin/helpers/tables/class-fees-table.php:316
4500
  msgctxt "fees admin"
4501
  msgid "%1$s + %2$s per category"
4502
  msgstr "%1$s + %2$s per categoria"
4503
 
4504
- #: includes/admin/helpers/tables/class-fees-table.php:324
4505
  msgctxt "fees admin"
4506
  msgid "Forever"
4507
  msgstr "Per sempre"
4508
 
4509
- #: includes/admin/helpers/tables/class-fees-table.php:326
4510
  msgctxt "fees admin"
4511
  msgid "%d day"
4512
  msgid_plural "%d days"
4513
  msgstr[0] "%d giorno"
4514
  msgstr[1] "%d giorni"
4515
 
4516
- #: includes/admin/helpers/tables/class-fees-table.php:330
4517
  msgctxt "fees admin"
4518
  msgid "%d image"
4519
  msgid_plural "%d images"
4520
  msgstr[0] "%d immagine"
4521
  msgstr[1] "%d immagini"
4522
 
4523
- #: includes/admin/helpers/tables/class-fees-table.php:335
4524
  msgctxt "fees admin"
4525
  msgid "All categories"
4526
  msgstr "Tutte le categorie"
4527
 
4528
- #: includes/admin/helpers/tables/class-fees-table.php:359
4529
- msgctxt "fees admin"
4530
- msgid "Unavailable"
4531
- msgstr "Non disponibile"
4532
-
4533
- #: includes/admin/helpers/tables/class-fees-table.php:368
4534
  msgctxt "fees admin"
4535
  msgid "Sticky"
4536
  msgstr "Sticky"
4537
 
4538
- #: includes/admin/helpers/tables/class-fees-table.php:372
4539
  msgctxt "fees admin"
4540
  msgid "Recurring"
4541
  msgstr "Ricorrente"
4542
 
4543
- #: includes/admin/helpers/tables/class-fees-table.php:376
4544
  msgctxt "fees admin"
4545
  msgid "Private"
4546
  msgstr "Privato"
@@ -4751,21 +4673,11 @@ msgctxt "listing timeline"
4751
  msgid "Initial Payment"
4752
  msgstr "Sottoscrizione"
4753
 
4754
- #: includes/admin/helpers/tables/class-fees-table.php:77
4755
  msgctxt "admin fees table"
4756
  msgid "All"
4757
  msgstr "Tutti"
4758
 
4759
- #: includes/admin/helpers/tables/class-fees-table.php:91
4760
- msgctxt "admin fees table"
4761
- msgid "Active"
4762
- msgstr "Attivo"
4763
-
4764
- #: includes/admin/helpers/tables/class-fees-table.php:99
4765
- msgctxt "admin fees table"
4766
- msgid "Disabled"
4767
- msgstr "Disabilitato"
4768
-
4769
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4770
  msgctxt "form-fields admin"
4771
  msgid "form field"
@@ -5382,13 +5294,13 @@ msgid "Author"
5382
  msgstr "Autore"
5383
 
5384
  #: includes/admin/settings/class-settings-bootstrap.php:789
5385
- #: includes/functions.php:1213
5386
  msgctxt "admin settings"
5387
  msgid "Date posted"
5388
  msgstr "Data di pubblicazione"
5389
 
5390
  #: includes/admin/settings/class-settings-bootstrap.php:790
5391
- #: includes/functions.php:1214
5392
  msgctxt "admin settings"
5393
  msgid "Date last modified"
5394
  msgstr "Data ultima modifica"
@@ -5782,12 +5694,12 @@ msgctxt "admin settings"
5782
  msgid "Uploaded Image (no resize)"
5783
  msgstr "Carica Immagini"
5784
 
5785
- #: includes/functions.php:1211
5786
  msgctxt "admin settings"
5787
  msgid "User"
5788
  msgstr "Utente"
5789
 
5790
- #: includes/functions.php:1212
5791
  msgctxt "admin settings"
5792
  msgid "User registration date"
5793
  msgstr "Data di registrazione"
@@ -7937,7 +7849,7 @@ msgctxt "templates"
7937
  msgid "I agree to the <a>Terms and Conditions</a>"
7938
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
7939
 
7940
- #: includes/functions.php:1291
7941
  msgctxt "templates"
7942
  msgid "Return to results"
7943
  msgstr "Ritorno ai risultati"
@@ -9179,6 +9091,85 @@ msgctxt "send-access-keys"
9179
  msgid "Continue"
9180
  msgstr "Continua"
9181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9182
  #~ msgctxt "fees admin"
9183
  #~ msgid "Not Available"
9184
  #~ msgstr "Non disponibile"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
265
  msgstr "Si prega di caricare o selezionare un file CSV."
266
 
267
  #: includes/admin/fees.php:47
268
+ #: includes/admin/helpers/tables/class-fees-table.php:62
269
  #: includes/admin/helpers/tables/class-payments-table.php:57
270
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
271
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
277
  msgstr "Importo"
278
 
279
  #: includes/admin/fees.php:49
280
+ #: includes/admin/helpers/tables/class-fees-table.php:64
281
  #: includes/admin/settings/class-settings-bootstrap.php:919
282
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
283
  #, fuzzy
306
  msgstr "Installato"
307
 
308
  #: includes/admin/helpers/class-modules-list.php:187
309
+ #: includes/admin/helpers/tables/class-fees-table.php:260
310
  #: templates/admin/themes-item.tpl.php:43
311
  #, fuzzy
312
  msgid "Active"
329
  msgid "Upgrade Now"
330
  msgstr ""
331
 
332
+ #. translators: %1$s: open link html, %2$s close link
333
+ #: includes/admin/helpers/tables/class-fees-table.php:30
334
+ #, fuzzy
335
+ msgid "There are no fees right now. %1$sCreate one%2$s."
336
+ msgstr ""
337
+ "Non ci sono contributi in questo momento. È possibile <a>crearne uno</a>, se "
338
+ "volete."
339
+
340
+ #: includes/admin/helpers/tables/class-fees-table.php:153
341
+ #, fuzzy
342
+ msgid "Disable"
343
+ msgstr "Disabilita"
344
+
345
+ #: includes/admin/helpers/tables/class-fees-table.php:159
346
+ #, fuzzy
347
+ msgid "Enable"
348
+ msgstr "Abilita"
349
+
350
+ #: includes/admin/helpers/tables/class-fees-table.php:175
351
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
352
  #: includes/admin/settings/class-settings-admin.php:536
353
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
359
  msgid "Delete"
360
  msgstr "Elimina"
361
 
362
+ #: includes/admin/helpers/tables/class-fees-table.php:256
363
+ #: includes/admin/helpers/tables/class-fees-table.php:258
364
+ #, fuzzy
365
+ msgid "Disabled"
366
+ msgstr "Disabilitato"
367
+
368
+ #: includes/admin/helpers/tables/class-fees-table.php:264
369
+ #: includes/templates-ui.php:431
370
+ #, fuzzy
371
+ msgid "Default"
372
+ msgstr "Canone predefinito"
373
+
374
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
375
  #: includes/fields/class-fieldtypes-social.php:138
376
  #: templates/admin/csv-import.tpl.php:327
402
  msgstr "Vai a \"Gestire i campi dei moduli\"."
403
 
404
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
405
+ #: includes/functions.php:1297 includes/functions.php:1302
406
  #, fuzzy
407
  msgid "Go back"
408
  msgstr "Va indietro"
1709
  msgid "%s is badly formatted. Valid Phone Number format required."
1710
  msgstr "%s è mal formattato. Formato email valido richiesto."
1711
 
1712
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1713
  msgid "Free"
1714
  msgstr "Gratis"
1715
 
1906
  msgid "Manage Listings"
1907
  msgstr "Gestione delle Donazioni ricevute"
1908
 
1909
+ #: includes/themes.php:951
 
 
 
 
 
1910
  #, fuzzy
1911
  msgid "ZIP file is not a valid Business Directory theme file."
1912
  msgstr "Il file ZIP non è un file tema BD valido."
2286
  msgid "Drag and drop to re-order fees."
2287
  msgstr "Trascinare e rilasciare per ordinare le Donazioni."
2288
 
2289
+ #. translators: %1$s is directory payment mode (Free or Paid)
2290
+ #: templates/admin/fees-index.tpl.php:66
2291
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
 
2292
  msgstr ""
 
 
 
 
2293
 
2294
+ #: templates/admin/fees-index.tpl.php:67
 
2295
  #, fuzzy
2296
  msgid "Paid"
2297
  msgstr "Pagato"
2298
 
 
 
 
 
 
 
 
 
 
 
 
 
2299
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2300
  msgid "Set up a payment gateway to charge a fee for listings"
2301
  msgstr ""
2302
 
2303
+ #: templates/admin/fees-index.tpl.php:94
2304
  msgid "Add a payment gateway to increase conversion rates"
2305
  msgstr ""
2306
 
2307
  #. translators: %s: payment gateway name */
2308
+ #: templates/admin/fees-index.tpl.php:113
2309
  msgid "Add the %s gateway as a payment option."
2310
  msgstr ""
2311
 
2312
+ #: templates/admin/fees-index.tpl.php:119
2313
  #, fuzzy
2314
  msgid "Upgrade"
2315
  msgstr "Avviare l'aggiornamento"
2316
 
2317
+ #: templates/admin/fees-index.tpl.php:127
2318
  msgid "Set up Authorize.net as a payment option."
2319
  msgstr ""
2320
 
2321
+ #: templates/admin/fees-index.tpl.php:130
2322
  msgid "Set Up"
2323
  msgstr ""
2324
 
4320
  msgid "Theme was updated successfully."
4321
  msgstr "Il tema è stato aggiornato con successo."
4322
 
4323
+ #: includes/themes.php:959
4324
  msgctxt "themes"
4325
  msgid "Could not create themes directory."
4326
  msgstr "Impossibile creare una directory dei temi."
4327
 
4328
+ #: includes/themes.php:970
4329
  msgctxt "themes"
4330
  msgid "Could not remove previous theme directory \"%s\"."
4331
  msgstr "Impossibile rimuovere la directory al tema precedente \"%s\"."
4332
 
4333
+ #: includes/themes.php:978
4334
  msgctxt "themes"
4335
  msgid "Could not move new theme into theme directory."
4336
  msgstr "Non è stato possibile spostare un nuovo tema nella directory dei temi."
4393
  msgid "fees"
4394
  msgstr "Canoni"
4395
 
4396
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4397
  msgctxt "fees admin"
4398
  msgid "Label"
4399
  msgstr "Etichetta"
4400
 
4401
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4402
  msgctxt "fees admin"
4403
  msgid "Duration"
4404
  msgstr "Durata"
4405
 
4406
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4407
  msgctxt "fees admin"
4408
  msgid "Attributes"
4409
  msgstr "Attributi"
4410
 
4411
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4412
  msgctxt "fees admin"
4413
  msgid "Edit"
4414
  msgstr "Modifica"
4415
 
4416
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4417
  msgctxt "fees admin"
4418
  msgid "<strong>Fee ID:</strong> <fee-id>"
4419
  msgstr "<strong>ID pagamento:</strong> <fee-id>"
4420
 
4421
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4422
  msgctxt "fees admin"
4423
  msgid "Variable"
4424
  msgstr "Variabile"
4425
 
4426
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4427
  msgctxt "fees admin"
4428
  msgid "%1$s + %2$s per category"
4429
  msgstr "%1$s + %2$s per categoria"
4430
 
4431
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4432
  msgctxt "fees admin"
4433
  msgid "Forever"
4434
  msgstr "Per sempre"
4435
 
4436
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4437
  msgctxt "fees admin"
4438
  msgid "%d day"
4439
  msgid_plural "%d days"
4440
  msgstr[0] "%d giorno"
4441
  msgstr[1] "%d giorni"
4442
 
4443
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4444
  msgctxt "fees admin"
4445
  msgid "%d image"
4446
  msgid_plural "%d images"
4447
  msgstr[0] "%d immagine"
4448
  msgstr[1] "%d immagini"
4449
 
4450
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4451
  msgctxt "fees admin"
4452
  msgid "All categories"
4453
  msgstr "Tutte le categorie"
4454
 
4455
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
4456
  msgctxt "fees admin"
4457
  msgid "Sticky"
4458
  msgstr "Sticky"
4459
 
4460
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4461
  msgctxt "fees admin"
4462
  msgid "Recurring"
4463
  msgstr "Ricorrente"
4464
 
4465
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4466
  msgctxt "fees admin"
4467
  msgid "Private"
4468
  msgstr "Privato"
4673
  msgid "Initial Payment"
4674
  msgstr "Sottoscrizione"
4675
 
4676
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4677
  msgctxt "admin fees table"
4678
  msgid "All"
4679
  msgstr "Tutti"
4680
 
 
 
 
 
 
 
 
 
 
 
4681
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4682
  msgctxt "form-fields admin"
4683
  msgid "form field"
5294
  msgstr "Autore"
5295
 
5296
  #: includes/admin/settings/class-settings-bootstrap.php:789
5297
+ #: includes/functions.php:1215
5298
  msgctxt "admin settings"
5299
  msgid "Date posted"
5300
  msgstr "Data di pubblicazione"
5301
 
5302
  #: includes/admin/settings/class-settings-bootstrap.php:790
5303
+ #: includes/functions.php:1216
5304
  msgctxt "admin settings"
5305
  msgid "Date last modified"
5306
  msgstr "Data ultima modifica"
5694
  msgid "Uploaded Image (no resize)"
5695
  msgstr "Carica Immagini"
5696
 
5697
+ #: includes/functions.php:1213
5698
  msgctxt "admin settings"
5699
  msgid "User"
5700
  msgstr "Utente"
5701
 
5702
+ #: includes/functions.php:1214
5703
  msgctxt "admin settings"
5704
  msgid "User registration date"
5705
  msgstr "Data di registrazione"
7849
  msgid "I agree to the <a>Terms and Conditions</a>"
7850
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
7851
 
7852
+ #: includes/functions.php:1293
7853
  msgctxt "templates"
7854
  msgid "Return to results"
7855
  msgstr "Ritorno ai risultati"
9091
  msgid "Continue"
9092
  msgstr "Continua"
9093
 
9094
+ #, fuzzy
9095
+ #~ msgid ""
9096
+ #~ "These are all of the fee plans displayed to the user when they place a "
9097
+ #~ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
9098
+ #~ "on the %2$sNot Available%3$s filter will become active when you change "
9099
+ #~ "the payment mode."
9100
+ #~ msgstr ""
9101
+ #~ "Questi sono tutti i piani di pagamento che vengono visualizzati "
9102
+ #~ "all'utente quando inseriscono un'Annuncio. La tua modalità corrente di "
9103
+ #~ "\"%s\" limita quello che vedi qui. Quelli del<a>Non disponibile\n"
9104
+ #~ "</a> il filtro diventa attivo quando si modifica la modalità di pagamento."
9105
+
9106
+ #, fuzzy
9107
+ #~ msgid ""
9108
+ #~ "These are all of the fee plans that aren't available because you're in "
9109
+ #~ "\"%s\" mode. Those on the Active filter will become Not Available when "
9110
+ #~ "you change the payment mode."
9111
+ #~ msgstr ""
9112
+ #~ "Questi sono tutti i piani a pagamento che non sono disponibili perché sei "
9113
+ #~ "in modalità \"%s\". Quelli del filtro attivo diventeranno non disponibili "
9114
+ #~ "quando si modifica la modalità di pagamento."
9115
+
9116
+ #, fuzzy
9117
+ #~ msgid ""
9118
+ #~ "These fee plans were disabled by the admin and will not show to the end "
9119
+ #~ "user regardless of mode until you enable them."
9120
+ #~ msgstr ""
9121
+ #~ "Questi piani tariffari sono stati disabilitati dall'amministratore e non "
9122
+ #~ "verranno mostrati all'utente finale indipendentemente dalla modalità fino "
9123
+ #~ "a quando non vengono abilitati."
9124
+
9125
+ #, fuzzy
9126
+ #~ msgid ""
9127
+ #~ "These are all of the fee plans you have configured. Not all of them are "
9128
+ #~ "available for the current mode (currently set to \"%1$s\"). To see the "
9129
+ #~ "fee plans for this mode click %2$sActive%3$s."
9130
+ #~ msgstr ""
9131
+ #~ "Questi sono tutti i piani a pagamento che hai configurato. Non tutti sono "
9132
+ #~ "disponibili per la modalità corrente (attualmente impostata su \"%s\"). "
9133
+ #~ "Per visualizzare i piani di pagamento per questa modalità fare clic "
9134
+ #~ "su<a>Attivo</a>."
9135
+
9136
+ #~ msgctxt "fees admin"
9137
+ #~ msgid "Active"
9138
+ #~ msgstr "Attivo"
9139
+
9140
+ #~ msgctxt "fees admin"
9141
+ #~ msgid ""
9142
+ #~ "There are no \"%s\" fees right now. You can <a>create one</a>, if you "
9143
+ #~ "want."
9144
+ #~ msgstr ""
9145
+ #~ "Non ci sono tariffe \"%s\" al momento. È possibile <a>crearne uno</a>, se "
9146
+ #~ "lo si desidera."
9147
+
9148
+ #~ msgctxt "fees admin"
9149
+ #~ msgid ""
9150
+ #~ "This is the default free plan for your directory. You can't delete it "
9151
+ #~ "and it's always free, but you can edit the name and other settings. It's "
9152
+ #~ "only available when the directory is in Free mode. You can always create "
9153
+ #~ "other fee plans, including ones for 0.00 (free) if you wish."
9154
+ #~ msgstr ""
9155
+ #~ "Questo è il piano libero predefinito per la vostra directory. Non è "
9156
+ #~ "possibile cancellarlo ed è sempre gratuito, ma è possibile modificare il "
9157
+ #~ "nome e le altre impostazioni. E' disponibile solo quando la directory è "
9158
+ #~ "in modalità Free. È sempre possibile creare altri piani a pagamento, "
9159
+ #~ "compresi quelli a 0,00 (gratuito) se lo si desidera."
9160
+
9161
+ #~ msgctxt "fees admin"
9162
+ #~ msgid "Unavailable"
9163
+ #~ msgstr "Non disponibile"
9164
+
9165
+ #~ msgctxt "admin fees table"
9166
+ #~ msgid "Active"
9167
+ #~ msgstr "Attivo"
9168
+
9169
+ #~ msgctxt "admin fees table"
9170
+ #~ msgid "Disabled"
9171
+ #~ msgstr "Disabilitato"
9172
+
9173
  #~ msgctxt "fees admin"
9174
  #~ msgid "Not Available"
9175
  #~ msgstr "Non disponibile"
languages/business-directory-plugin-nl_NL.mo CHANGED
Binary file
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
@@ -243,7 +243,7 @@ msgid "Please upload the correct file type."
243
  msgstr ""
244
 
245
  #: includes/admin/fees.php:47
246
- #: includes/admin/helpers/tables/class-fees-table.php:109
247
  #: includes/admin/helpers/tables/class-payments-table.php:57
248
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
249
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -255,7 +255,7 @@ msgid "Amount"
255
  msgstr "Bedrag"
256
 
257
  #: includes/admin/fees.php:49
258
- #: includes/admin/helpers/tables/class-fees-table.php:111
259
  #: includes/admin/settings/class-settings-bootstrap.php:919
260
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
261
  #, fuzzy
@@ -284,6 +284,7 @@ msgid "Installed"
284
  msgstr "Geinstalleerd: %s"
285
 
286
  #: includes/admin/helpers/class-modules-list.php:187
 
287
  #: templates/admin/themes-item.tpl.php:43
288
  #, fuzzy
289
  msgid "Active"
@@ -307,7 +308,22 @@ msgstr "Actief"
307
  msgid "Upgrade Now"
308
  msgstr "Opwaarderen tot %s"
309
 
310
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
312
  #: includes/admin/settings/class-settings-admin.php:536
313
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -319,6 +335,18 @@ msgstr "Opwaarderen tot %s"
319
  msgid "Delete"
320
  msgstr "Verwijder"
321
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
323
  #: includes/fields/class-fieldtypes-social.php:138
324
  #: templates/admin/csv-import.tpl.php:327
@@ -346,7 +374,7 @@ msgid "Go to \"Form Fields\""
346
  msgstr "Ga naar \"instellen formulier velden\""
347
 
348
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
349
- #: includes/functions.php:1295 includes/functions.php:1300
350
  msgid "Go back"
351
  msgstr ""
352
 
@@ -1570,8 +1598,7 @@ msgstr ""
1570
  msgid "%s is badly formatted. Valid Phone Number format required."
1571
  msgstr "%s niet correct ingegeven. Geldige email schrijfwijze vereist."
1572
 
1573
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1574
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1575
  msgid "Free"
1576
  msgstr "Gratis"
1577
 
@@ -1743,12 +1770,7 @@ msgstr ""
1743
  msgid "Manage Listings"
1744
  msgstr "Opties beheren"
1745
 
1746
- #: includes/templates-ui.php:431
1747
- #, fuzzy
1748
- msgid "Default"
1749
- msgstr "Standaard kosten"
1750
-
1751
- #: includes/themes.php:952
1752
  msgid "ZIP file is not a valid Business Directory theme file."
1753
  msgstr ""
1754
 
@@ -2051,68 +2073,39 @@ msgstr "↓ Aflopend"
2051
  msgid "Drag and drop to re-order fees."
2052
  msgstr ""
2053
 
2054
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2055
- #. opening <a> tag, %3$s is a closing </a> tag.
2056
- #: templates/admin/fees-index.tpl.php:70
2057
- msgid ""
2058
- "These are all of the fee plans displayed to the user when they place a "
2059
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2060
- "the %2$sNot Available%3$s filter will become active when you change the "
2061
- "payment mode."
2062
  msgstr ""
2063
 
2064
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2065
- #: templates/admin/fees-index.tpl.php:102
2066
  #, fuzzy
2067
  msgid "Paid"
2068
  msgstr "Betaald"
2069
 
2070
- #. translators: %s is directory payment mode (Free or Paid)
2071
- #: templates/admin/fees-index.tpl.php:83
2072
- msgid ""
2073
- "These are all of the fee plans that aren't available because you're in \"%s"
2074
- "\" mode. Those on the Active filter will become Not Available when you "
2075
- "change the payment mode."
2076
- msgstr ""
2077
-
2078
  #: templates/admin/fees-index.tpl.php:92
2079
- msgid ""
2080
- "These fee plans were disabled by the admin and will not show to the end user "
2081
- "regardless of mode until you enable them."
2082
- msgstr ""
2083
-
2084
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2085
- #. opening <a> tag, %3$s is a closing </a> tag.
2086
- #: templates/admin/fees-index.tpl.php:101
2087
- msgid ""
2088
- "These are all of the fee plans you have configured. Not all of them are "
2089
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2090
- "plans for this mode click %2$sActive%3$s."
2091
- msgstr ""
2092
-
2093
- #: templates/admin/fees-index.tpl.php:131
2094
  msgid "Set up a payment gateway to charge a fee for listings"
2095
  msgstr ""
2096
 
2097
- #: templates/admin/fees-index.tpl.php:133
2098
  msgid "Add a payment gateway to increase conversion rates"
2099
  msgstr ""
2100
 
2101
  #. translators: %s: payment gateway name */
2102
- #: templates/admin/fees-index.tpl.php:152
2103
  msgid "Add the %s gateway as a payment option."
2104
  msgstr ""
2105
 
2106
- #: templates/admin/fees-index.tpl.php:158
2107
  #, fuzzy
2108
  msgid "Upgrade"
2109
  msgstr "Opwaarderen tot %s"
2110
 
2111
- #: templates/admin/fees-index.tpl.php:166
2112
  msgid "Set up Authorize.net as a payment option."
2113
  msgstr ""
2114
 
2115
- #: templates/admin/fees-index.tpl.php:169
2116
  msgid "Set Up"
2117
  msgstr ""
2118
 
@@ -3954,17 +3947,17 @@ msgctxt "themes"
3954
  msgid "Theme was updated successfully."
3955
  msgstr ""
3956
 
3957
- #: includes/themes.php:960
3958
  msgctxt "themes"
3959
  msgid "Could not create themes directory."
3960
  msgstr ""
3961
 
3962
- #: includes/themes.php:971
3963
  msgctxt "themes"
3964
  msgid "Could not remove previous theme directory \"%s\"."
3965
  msgstr ""
3966
 
3967
- #: includes/themes.php:979
3968
  msgctxt "themes"
3969
  msgid "Could not move new theme into theme directory."
3970
  msgstr ""
@@ -4025,127 +4018,79 @@ msgctxt "fees admin"
4025
  msgid "fees"
4026
  msgstr "tarieven"
4027
 
4028
- #: includes/admin/helpers/tables/class-fees-table.php:32
4029
- msgctxt "fees admin"
4030
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4031
- msgstr ""
4032
-
4033
- #: includes/admin/helpers/tables/class-fees-table.php:39
4034
- #: includes/admin/helpers/tables/class-fees-table.php:361
4035
- msgctxt "fees admin"
4036
- msgid "Active"
4037
- msgstr "Actief"
4038
-
4039
- #: includes/admin/helpers/tables/class-fees-table.php:42
4040
- #: includes/admin/helpers/tables/class-fees-table.php:357
4041
- msgctxt "fees admin"
4042
- msgid "Disabled"
4043
- msgstr "Uitgezet"
4044
-
4045
- #: includes/admin/helpers/tables/class-fees-table.php:52
4046
- msgctxt "fees admin"
4047
- msgid ""
4048
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4049
- msgstr ""
4050
-
4051
- #: includes/admin/helpers/tables/class-fees-table.php:108
4052
  msgctxt "fees admin"
4053
  msgid "Label"
4054
  msgstr "Label"
4055
 
4056
- #: includes/admin/helpers/tables/class-fees-table.php:110
4057
  msgctxt "fees admin"
4058
  msgid "Duration"
4059
  msgstr "Duur"
4060
 
4061
- #: includes/admin/helpers/tables/class-fees-table.php:112
4062
  #, fuzzy
4063
  msgctxt "fees admin"
4064
  msgid "Attributes"
4065
  msgstr "Veld attributen"
4066
 
4067
- #: includes/admin/helpers/tables/class-fees-table.php:167
4068
- msgctxt "fees admin"
4069
- msgid ""
4070
- "This is the default free plan for your directory. You can't delete it and "
4071
- "it's always free, but you can edit the name and other settings. It's only "
4072
- "available when the directory is in Free mode. You can always create other "
4073
- "fee plans, including ones for 0.00 (free) if you wish."
4074
- msgstr ""
4075
-
4076
- #: includes/admin/helpers/tables/class-fees-table.php:228
4077
  msgctxt "fees admin"
4078
  msgid "Edit"
4079
  msgstr "Bewerk"
4080
 
4081
- #: includes/admin/helpers/tables/class-fees-table.php:248
4082
- msgctxt "fees admin"
4083
- msgid "Disable"
4084
- msgstr "Uitzetten"
4085
-
4086
- #: includes/admin/helpers/tables/class-fees-table.php:262
4087
- msgctxt "fees admin"
4088
- msgid "Enable"
4089
- msgstr "Aanzetten"
4090
-
4091
- #: includes/admin/helpers/tables/class-fees-table.php:287
4092
  msgctxt "fees admin"
4093
  msgid "<strong>Fee ID:</strong> <fee-id>"
4094
  msgstr ""
4095
 
4096
- #: includes/admin/helpers/tables/class-fees-table.php:311
4097
  #, fuzzy
4098
  msgctxt "fees admin"
4099
  msgid "Variable"
4100
  msgstr "Uitzetten"
4101
 
4102
- #: includes/admin/helpers/tables/class-fees-table.php:316
4103
  #, fuzzy
4104
  msgctxt "fees admin"
4105
  msgid "%1$s + %2$s per category"
4106
  msgstr "Categorie selectie"
4107
 
4108
- #: includes/admin/helpers/tables/class-fees-table.php:324
4109
  msgctxt "fees admin"
4110
  msgid "Forever"
4111
  msgstr "Altijd"
4112
 
4113
- #: includes/admin/helpers/tables/class-fees-table.php:326
4114
  msgctxt "fees admin"
4115
  msgid "%d day"
4116
  msgid_plural "%d days"
4117
  msgstr[0] "%d dag"
4118
  msgstr[1] "%d dagen"
4119
 
4120
- #: includes/admin/helpers/tables/class-fees-table.php:330
4121
  msgctxt "fees admin"
4122
  msgid "%d image"
4123
  msgid_plural "%d images"
4124
  msgstr[0] "%d beeld"
4125
  msgstr[1] "%d beelden"
4126
 
4127
- #: includes/admin/helpers/tables/class-fees-table.php:335
4128
  msgctxt "fees admin"
4129
  msgid "All categories"
4130
  msgstr "Alle categorieën"
4131
 
4132
- #: includes/admin/helpers/tables/class-fees-table.php:359
4133
- #, fuzzy
4134
- msgctxt "fees admin"
4135
- msgid "Unavailable"
4136
- msgstr "Niet beschikbaar"
4137
-
4138
- #: includes/admin/helpers/tables/class-fees-table.php:368
4139
  msgctxt "fees admin"
4140
  msgid "Sticky"
4141
  msgstr ""
4142
 
4143
- #: includes/admin/helpers/tables/class-fees-table.php:372
4144
  msgctxt "fees admin"
4145
  msgid "Recurring"
4146
  msgstr ""
4147
 
4148
- #: includes/admin/helpers/tables/class-fees-table.php:376
4149
  #, fuzzy
4150
  msgctxt "fees admin"
4151
  msgid "Private"
@@ -4372,21 +4317,11 @@ msgctxt "listing timeline"
4372
  msgid "Initial Payment"
4373
  msgstr "Wachtend op upgrade"
4374
 
4375
- #: includes/admin/helpers/tables/class-fees-table.php:77
4376
  msgctxt "admin fees table"
4377
  msgid "All"
4378
  msgstr "Alles"
4379
 
4380
- #: includes/admin/helpers/tables/class-fees-table.php:91
4381
- msgctxt "admin fees table"
4382
- msgid "Active"
4383
- msgstr "Actief"
4384
-
4385
- #: includes/admin/helpers/tables/class-fees-table.php:99
4386
- msgctxt "admin fees table"
4387
- msgid "Disabled"
4388
- msgstr "Uitgezet"
4389
-
4390
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4391
  msgctxt "form-fields admin"
4392
  msgid "form field"
@@ -4982,13 +4917,13 @@ msgid "Author"
4982
  msgstr "Auteur"
4983
 
4984
  #: includes/admin/settings/class-settings-bootstrap.php:789
4985
- #: includes/functions.php:1213
4986
  msgctxt "admin settings"
4987
  msgid "Date posted"
4988
  msgstr "Datum ingediend"
4989
 
4990
  #: includes/admin/settings/class-settings-bootstrap.php:790
4991
- #: includes/functions.php:1214
4992
  msgctxt "admin settings"
4993
  msgid "Date last modified"
4994
  msgstr ""
@@ -5381,12 +5316,12 @@ msgctxt "admin settings"
5381
  msgid "Uploaded Image (no resize)"
5382
  msgstr "Beelden uploaden"
5383
 
5384
- #: includes/functions.php:1211
5385
  msgctxt "admin settings"
5386
  msgid "User"
5387
  msgstr "Gebruiker"
5388
 
5389
- #: includes/functions.php:1212
5390
  msgctxt "admin settings"
5391
  msgid "User registration date"
5392
  msgstr "Gebruikers registratie datum"
@@ -7501,7 +7436,7 @@ msgctxt "templates"
7501
  msgid "I agree to the <a>Terms and Conditions</a>"
7502
  msgstr "Ik ben akkoord met de voorwaarden"
7503
 
7504
- #: includes/functions.php:1291
7505
  #, fuzzy
7506
  msgctxt "templates"
7507
  msgid "Return to results"
@@ -8680,6 +8615,23 @@ msgctxt "send-access-keys"
8680
  msgid "Continue"
8681
  msgstr "Doorgaan"
8682
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8683
  #~ msgctxt "fees admin"
8684
  #~ msgid "Not Available"
8685
  #~ msgstr "Niet beschikbaar"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
243
  msgstr ""
244
 
245
  #: includes/admin/fees.php:47
246
+ #: includes/admin/helpers/tables/class-fees-table.php:62
247
  #: includes/admin/helpers/tables/class-payments-table.php:57
248
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
249
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
255
  msgstr "Bedrag"
256
 
257
  #: includes/admin/fees.php:49
258
+ #: includes/admin/helpers/tables/class-fees-table.php:64
259
  #: includes/admin/settings/class-settings-bootstrap.php:919
260
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
261
  #, fuzzy
284
  msgstr "Geinstalleerd: %s"
285
 
286
  #: includes/admin/helpers/class-modules-list.php:187
287
+ #: includes/admin/helpers/tables/class-fees-table.php:260
288
  #: templates/admin/themes-item.tpl.php:43
289
  #, fuzzy
290
  msgid "Active"
308
  msgid "Upgrade Now"
309
  msgstr "Opwaarderen tot %s"
310
 
311
+ #. translators: %1$s: open link html, %2$s close link
312
+ #: includes/admin/helpers/tables/class-fees-table.php:30
313
+ msgid "There are no fees right now. %1$sCreate one%2$s."
314
+ msgstr ""
315
+
316
+ #: includes/admin/helpers/tables/class-fees-table.php:153
317
+ #, fuzzy
318
+ msgid "Disable"
319
+ msgstr "Uitzetten"
320
+
321
+ #: includes/admin/helpers/tables/class-fees-table.php:159
322
+ #, fuzzy
323
+ msgid "Enable"
324
+ msgstr "Aanzetten"
325
+
326
+ #: includes/admin/helpers/tables/class-fees-table.php:175
327
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
328
  #: includes/admin/settings/class-settings-admin.php:536
329
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
335
  msgid "Delete"
336
  msgstr "Verwijder"
337
 
338
+ #: includes/admin/helpers/tables/class-fees-table.php:256
339
+ #: includes/admin/helpers/tables/class-fees-table.php:258
340
+ #, fuzzy
341
+ msgid "Disabled"
342
+ msgstr "Uitgezet"
343
+
344
+ #: includes/admin/helpers/tables/class-fees-table.php:264
345
+ #: includes/templates-ui.php:431
346
+ #, fuzzy
347
+ msgid "Default"
348
+ msgstr "Standaard kosten"
349
+
350
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
351
  #: includes/fields/class-fieldtypes-social.php:138
352
  #: templates/admin/csv-import.tpl.php:327
374
  msgstr "Ga naar \"instellen formulier velden\""
375
 
376
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
377
+ #: includes/functions.php:1297 includes/functions.php:1302
378
  msgid "Go back"
379
  msgstr ""
380
 
1598
  msgid "%s is badly formatted. Valid Phone Number format required."
1599
  msgstr "%s niet correct ingegeven. Geldige email schrijfwijze vereist."
1600
 
1601
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1602
  msgid "Free"
1603
  msgstr "Gratis"
1604
 
1770
  msgid "Manage Listings"
1771
  msgstr "Opties beheren"
1772
 
1773
+ #: includes/themes.php:951
 
 
 
 
 
1774
  msgid "ZIP file is not a valid Business Directory theme file."
1775
  msgstr ""
1776
 
2073
  msgid "Drag and drop to re-order fees."
2074
  msgstr ""
2075
 
2076
+ #. translators: %1$s is directory payment mode (Free or Paid)
2077
+ #: templates/admin/fees-index.tpl.php:66
2078
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
2079
  msgstr ""
2080
 
2081
+ #: templates/admin/fees-index.tpl.php:67
 
2082
  #, fuzzy
2083
  msgid "Paid"
2084
  msgstr "Betaald"
2085
 
 
 
 
 
 
 
 
 
2086
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2087
  msgid "Set up a payment gateway to charge a fee for listings"
2088
  msgstr ""
2089
 
2090
+ #: templates/admin/fees-index.tpl.php:94
2091
  msgid "Add a payment gateway to increase conversion rates"
2092
  msgstr ""
2093
 
2094
  #. translators: %s: payment gateway name */
2095
+ #: templates/admin/fees-index.tpl.php:113
2096
  msgid "Add the %s gateway as a payment option."
2097
  msgstr ""
2098
 
2099
+ #: templates/admin/fees-index.tpl.php:119
2100
  #, fuzzy
2101
  msgid "Upgrade"
2102
  msgstr "Opwaarderen tot %s"
2103
 
2104
+ #: templates/admin/fees-index.tpl.php:127
2105
  msgid "Set up Authorize.net as a payment option."
2106
  msgstr ""
2107
 
2108
+ #: templates/admin/fees-index.tpl.php:130
2109
  msgid "Set Up"
2110
  msgstr ""
2111
 
3947
  msgid "Theme was updated successfully."
3948
  msgstr ""
3949
 
3950
+ #: includes/themes.php:959
3951
  msgctxt "themes"
3952
  msgid "Could not create themes directory."
3953
  msgstr ""
3954
 
3955
+ #: includes/themes.php:970
3956
  msgctxt "themes"
3957
  msgid "Could not remove previous theme directory \"%s\"."
3958
  msgstr ""
3959
 
3960
+ #: includes/themes.php:978
3961
  msgctxt "themes"
3962
  msgid "Could not move new theme into theme directory."
3963
  msgstr ""
4018
  msgid "fees"
4019
  msgstr "tarieven"
4020
 
4021
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4022
  msgctxt "fees admin"
4023
  msgid "Label"
4024
  msgstr "Label"
4025
 
4026
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4027
  msgctxt "fees admin"
4028
  msgid "Duration"
4029
  msgstr "Duur"
4030
 
4031
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4032
  #, fuzzy
4033
  msgctxt "fees admin"
4034
  msgid "Attributes"
4035
  msgstr "Veld attributen"
4036
 
4037
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
4038
  msgctxt "fees admin"
4039
  msgid "Edit"
4040
  msgstr "Bewerk"
4041
 
4042
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4043
  msgctxt "fees admin"
4044
  msgid "<strong>Fee ID:</strong> <fee-id>"
4045
  msgstr ""
4046
 
4047
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4048
  #, fuzzy
4049
  msgctxt "fees admin"
4050
  msgid "Variable"
4051
  msgstr "Uitzetten"
4052
 
4053
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4054
  #, fuzzy
4055
  msgctxt "fees admin"
4056
  msgid "%1$s + %2$s per category"
4057
  msgstr "Categorie selectie"
4058
 
4059
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4060
  msgctxt "fees admin"
4061
  msgid "Forever"
4062
  msgstr "Altijd"
4063
 
4064
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4065
  msgctxt "fees admin"
4066
  msgid "%d day"
4067
  msgid_plural "%d days"
4068
  msgstr[0] "%d dag"
4069
  msgstr[1] "%d dagen"
4070
 
4071
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4072
  msgctxt "fees admin"
4073
  msgid "%d image"
4074
  msgid_plural "%d images"
4075
  msgstr[0] "%d beeld"
4076
  msgstr[1] "%d beelden"
4077
 
4078
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4079
  msgctxt "fees admin"
4080
  msgid "All categories"
4081
  msgstr "Alle categorieën"
4082
 
4083
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
 
4084
  msgctxt "fees admin"
4085
  msgid "Sticky"
4086
  msgstr ""
4087
 
4088
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4089
  msgctxt "fees admin"
4090
  msgid "Recurring"
4091
  msgstr ""
4092
 
4093
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4094
  #, fuzzy
4095
  msgctxt "fees admin"
4096
  msgid "Private"
4317
  msgid "Initial Payment"
4318
  msgstr "Wachtend op upgrade"
4319
 
4320
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4321
  msgctxt "admin fees table"
4322
  msgid "All"
4323
  msgstr "Alles"
4324
 
 
 
 
 
 
 
 
 
 
 
4325
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4326
  msgctxt "form-fields admin"
4327
  msgid "form field"
4917
  msgstr "Auteur"
4918
 
4919
  #: includes/admin/settings/class-settings-bootstrap.php:789
4920
+ #: includes/functions.php:1215
4921
  msgctxt "admin settings"
4922
  msgid "Date posted"
4923
  msgstr "Datum ingediend"
4924
 
4925
  #: includes/admin/settings/class-settings-bootstrap.php:790
4926
+ #: includes/functions.php:1216
4927
  msgctxt "admin settings"
4928
  msgid "Date last modified"
4929
  msgstr ""
5316
  msgid "Uploaded Image (no resize)"
5317
  msgstr "Beelden uploaden"
5318
 
5319
+ #: includes/functions.php:1213
5320
  msgctxt "admin settings"
5321
  msgid "User"
5322
  msgstr "Gebruiker"
5323
 
5324
+ #: includes/functions.php:1214
5325
  msgctxt "admin settings"
5326
  msgid "User registration date"
5327
  msgstr "Gebruikers registratie datum"
7436
  msgid "I agree to the <a>Terms and Conditions</a>"
7437
  msgstr "Ik ben akkoord met de voorwaarden"
7438
 
7439
+ #: includes/functions.php:1293
7440
  #, fuzzy
7441
  msgctxt "templates"
7442
  msgid "Return to results"
8615
  msgid "Continue"
8616
  msgstr "Doorgaan"
8617
 
8618
+ #~ msgctxt "fees admin"
8619
+ #~ msgid "Active"
8620
+ #~ msgstr "Actief"
8621
+
8622
+ #, fuzzy
8623
+ #~ msgctxt "fees admin"
8624
+ #~ msgid "Unavailable"
8625
+ #~ msgstr "Niet beschikbaar"
8626
+
8627
+ #~ msgctxt "admin fees table"
8628
+ #~ msgid "Active"
8629
+ #~ msgstr "Actief"
8630
+
8631
+ #~ msgctxt "admin fees table"
8632
+ #~ msgid "Disabled"
8633
+ #~ msgstr "Uitgezet"
8634
+
8635
  #~ msgctxt "fees admin"
8636
  #~ msgid "Not Available"
8637
  #~ msgstr "Niet beschikbaar"
languages/business-directory-plugin-pl_PL.mo CHANGED
Binary file
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
@@ -304,7 +304,7 @@ msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
304
 
305
  # @ WPBDM
306
  #: includes/admin/fees.php:47
307
- #: includes/admin/helpers/tables/class-fees-table.php:109
308
  #: includes/admin/helpers/tables/class-payments-table.php:57
309
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
310
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -317,7 +317,7 @@ msgstr "Kwota"
317
 
318
  # @ WPBDM
319
  #: includes/admin/fees.php:49
320
- #: includes/admin/helpers/tables/class-fees-table.php:111
321
  #: includes/admin/settings/class-settings-bootstrap.php:919
322
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
323
  #, fuzzy
@@ -350,6 +350,7 @@ msgstr "Zainstalowane "
350
 
351
  # @ WPBDM
352
  #: includes/admin/helpers/class-modules-list.php:187
 
353
  #: templates/admin/themes-item.tpl.php:43
354
  #, fuzzy
355
  msgid "Active"
@@ -376,8 +377,23 @@ msgstr "Aktywacja Licencji"
376
  msgid "Upgrade Now"
377
  msgstr "Podnieś status do %s"
378
 
 
 
 
 
 
 
 
 
 
379
  # @ WPBDM
380
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
381
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
382
  #: includes/admin/settings/class-settings-admin.php:536
383
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -389,6 +405,20 @@ msgstr "Podnieś status do %s"
389
  msgid "Delete"
390
  msgstr "Usuń"
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  # @ WPBDM
393
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
394
  #: includes/fields/class-fieldtypes-social.php:138
@@ -422,7 +452,7 @@ msgid "Go to \"Form Fields\""
422
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
423
 
424
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
425
- #: includes/functions.php:1295 includes/functions.php:1300
426
  msgid "Go back"
427
  msgstr ""
428
 
@@ -1855,8 +1885,7 @@ msgid "%s is badly formatted. Valid Phone Number format required."
1855
  msgstr "%s jest źle sformatowany. Wymagamy właściwego adresu E-mail."
1856
 
1857
  # @ WPBDM
1858
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1859
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1860
  msgid "Free"
1861
  msgstr "Tryb Bezpłatny"
1862
 
@@ -2056,13 +2085,7 @@ msgid "Manage Listings"
2056
  msgstr "Zarządzaj ofertami płatnymi"
2057
 
2058
  # @ WPBDM
2059
- #: includes/templates-ui.php:431
2060
- #, fuzzy
2061
- msgid "Default"
2062
- msgstr "Usuń abonament"
2063
-
2064
- # @ WPBDM
2065
- #: includes/themes.php:952
2066
  #, fuzzy
2067
  msgid "ZIP file is not a valid Business Directory theme file."
2068
  msgstr "Proszę wprowadzić poprawny adres e-mail."
@@ -2464,69 +2487,40 @@ msgstr "↓ Malejąco"
2464
  msgid "Drag and drop to re-order fees."
2465
  msgstr "Złap i upuść aby uporządkować abonamenty"
2466
 
2467
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2468
- #. opening <a> tag, %3$s is a closing </a> tag.
2469
- #: templates/admin/fees-index.tpl.php:70
2470
- msgid ""
2471
- "These are all of the fee plans displayed to the user when they place a "
2472
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2473
- "the %2$sNot Available%3$s filter will become active when you change the "
2474
- "payment mode."
2475
  msgstr ""
2476
 
2477
  # @ WPBDM
2478
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2479
- #: templates/admin/fees-index.tpl.php:102
2480
  msgid "Paid"
2481
  msgstr "Zapłacone"
2482
 
2483
- #. translators: %s is directory payment mode (Free or Paid)
2484
- #: templates/admin/fees-index.tpl.php:83
2485
- msgid ""
2486
- "These are all of the fee plans that aren't available because you're in \"%s"
2487
- "\" mode. Those on the Active filter will become Not Available when you "
2488
- "change the payment mode."
2489
- msgstr ""
2490
-
2491
  #: templates/admin/fees-index.tpl.php:92
2492
- msgid ""
2493
- "These fee plans were disabled by the admin and will not show to the end user "
2494
- "regardless of mode until you enable them."
2495
- msgstr ""
2496
-
2497
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2498
- #. opening <a> tag, %3$s is a closing </a> tag.
2499
- #: templates/admin/fees-index.tpl.php:101
2500
- msgid ""
2501
- "These are all of the fee plans you have configured. Not all of them are "
2502
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2503
- "plans for this mode click %2$sActive%3$s."
2504
- msgstr ""
2505
-
2506
- #: templates/admin/fees-index.tpl.php:131
2507
  msgid "Set up a payment gateway to charge a fee for listings"
2508
  msgstr ""
2509
 
2510
- #: templates/admin/fees-index.tpl.php:133
2511
  msgid "Add a payment gateway to increase conversion rates"
2512
  msgstr ""
2513
 
2514
  #. translators: %s: payment gateway name */
2515
- #: templates/admin/fees-index.tpl.php:152
2516
  msgid "Add the %s gateway as a payment option."
2517
  msgstr ""
2518
 
2519
  # @ WPBDM
2520
- #: templates/admin/fees-index.tpl.php:158
2521
  #, fuzzy
2522
  msgid "Upgrade"
2523
  msgstr "Podnieś status do %s"
2524
 
2525
- #: templates/admin/fees-index.tpl.php:166
2526
  msgid "Set up Authorize.net as a payment option."
2527
  msgstr ""
2528
 
2529
- #: templates/admin/fees-index.tpl.php:169
2530
  msgid "Set Up"
2531
  msgstr ""
2532
 
@@ -4737,19 +4731,19 @@ msgid "Theme was updated successfully."
4737
  msgstr "Import zakończony pełnym sukcesem."
4738
 
4739
  # @ WPBDM
4740
- #: includes/themes.php:960
4741
  msgctxt "themes"
4742
  msgid "Could not create themes directory."
4743
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
4744
 
4745
  # @ WPBDM
4746
- #: includes/themes.php:971
4747
  msgctxt "themes"
4748
  msgid "Could not remove previous theme directory \"%s\"."
4749
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
4750
 
4751
  # @ WPBDM
4752
- #: includes/themes.php:979
4753
  msgctxt "themes"
4754
  msgid "Could not move new theme into theme directory."
4755
  msgstr "Nie masz aktualnie ofert w katalogu."
@@ -4824,99 +4818,56 @@ msgctxt "fees admin"
4824
  msgid "fees"
4825
  msgstr "Abonamenty"
4826
 
4827
- #: includes/admin/helpers/tables/class-fees-table.php:32
4828
- msgctxt "fees admin"
4829
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4830
- msgstr ""
4831
-
4832
- # @ WPBDM
4833
- #: includes/admin/helpers/tables/class-fees-table.php:39
4834
- #: includes/admin/helpers/tables/class-fees-table.php:361
4835
- msgctxt "fees admin"
4836
- msgid "Active"
4837
- msgstr "Tylko aktywne"
4838
-
4839
- #: includes/admin/helpers/tables/class-fees-table.php:42
4840
- #: includes/admin/helpers/tables/class-fees-table.php:357
4841
- msgctxt "fees admin"
4842
- msgid "Disabled"
4843
- msgstr ""
4844
-
4845
- #: includes/admin/helpers/tables/class-fees-table.php:52
4846
- msgctxt "fees admin"
4847
- msgid ""
4848
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4849
- msgstr ""
4850
-
4851
  # @ WPBDM
4852
- #: includes/admin/helpers/tables/class-fees-table.php:108
4853
  msgctxt "fees admin"
4854
  msgid "Label"
4855
  msgstr "Etykieta"
4856
 
4857
  # @ WPBDM
4858
- #: includes/admin/helpers/tables/class-fees-table.php:110
4859
  msgctxt "fees admin"
4860
  msgid "Duration"
4861
  msgstr "Czas trwania"
4862
 
4863
  # @ WPBDM
4864
- #: includes/admin/helpers/tables/class-fees-table.php:112
4865
  #, fuzzy
4866
  msgctxt "fees admin"
4867
  msgid "Attributes"
4868
  msgstr "Atrybuty pola"
4869
 
4870
- #: includes/admin/helpers/tables/class-fees-table.php:167
4871
- msgctxt "fees admin"
4872
- msgid ""
4873
- "This is the default free plan for your directory. You can't delete it and "
4874
- "it's always free, but you can edit the name and other settings. It's only "
4875
- "available when the directory is in Free mode. You can always create other "
4876
- "fee plans, including ones for 0.00 (free) if you wish."
4877
- msgstr ""
4878
-
4879
  # @ WPBDM
4880
- #: includes/admin/helpers/tables/class-fees-table.php:228
4881
  msgctxt "fees admin"
4882
  msgid "Edit"
4883
  msgstr "Edytuj"
4884
 
4885
- #: includes/admin/helpers/tables/class-fees-table.php:248
4886
- msgctxt "fees admin"
4887
- msgid "Disable"
4888
- msgstr ""
4889
-
4890
- #: includes/admin/helpers/tables/class-fees-table.php:262
4891
- msgctxt "fees admin"
4892
- msgid "Enable"
4893
- msgstr ""
4894
-
4895
- #: includes/admin/helpers/tables/class-fees-table.php:287
4896
  msgctxt "fees admin"
4897
  msgid "<strong>Fee ID:</strong> <fee-id>"
4898
  msgstr ""
4899
 
4900
- #: includes/admin/helpers/tables/class-fees-table.php:311
4901
  msgctxt "fees admin"
4902
  msgid "Variable"
4903
  msgstr ""
4904
 
4905
  # @ WPBDM
4906
- #: includes/admin/helpers/tables/class-fees-table.php:316
4907
  #, fuzzy
4908
  msgctxt "fees admin"
4909
  msgid "%1$s + %2$s per category"
4910
  msgstr "Abonament \"%s\" dla kategorii \"%s\""
4911
 
4912
  # @ WPBDM
4913
- #: includes/admin/helpers/tables/class-fees-table.php:324
4914
  msgctxt "fees admin"
4915
  msgid "Forever"
4916
  msgstr "Na zawsze"
4917
 
4918
  # @ WPBDM
4919
- #: includes/admin/helpers/tables/class-fees-table.php:326
4920
  msgctxt "fees admin"
4921
  msgid "%d day"
4922
  msgid_plural "%d days"
@@ -4925,7 +4876,7 @@ msgstr[1] "%d dni"
4925
  msgstr[2] "%d dni"
4926
 
4927
  # @ WPBDM
4928
- #: includes/admin/helpers/tables/class-fees-table.php:330
4929
  msgctxt "fees admin"
4930
  msgid "%d image"
4931
  msgid_plural "%d images"
@@ -4934,32 +4885,25 @@ msgstr[1] "%d obrazy"
4934
  msgstr[2] "%d obrazów"
4935
 
4936
  # @ WPBDM
4937
- #: includes/admin/helpers/tables/class-fees-table.php:335
4938
  msgctxt "fees admin"
4939
  msgid "All categories"
4940
  msgstr "Wszystkie Kategorie"
4941
 
4942
- # @ WPBDM
4943
- #: includes/admin/helpers/tables/class-fees-table.php:359
4944
- #, fuzzy
4945
- msgctxt "fees admin"
4946
- msgid "Unavailable"
4947
- msgstr "(Abonament niedostępny)"
4948
-
4949
- #: includes/admin/helpers/tables/class-fees-table.php:368
4950
  msgctxt "fees admin"
4951
  msgid "Sticky"
4952
  msgstr ""
4953
 
4954
  # @ WPBDM
4955
- #: includes/admin/helpers/tables/class-fees-table.php:372
4956
  #, fuzzy
4957
  msgctxt "fees admin"
4958
  msgid "Recurring"
4959
  msgstr "(powtarzające się)"
4960
 
4961
  # @ WPBDM
4962
- #: includes/admin/helpers/tables/class-fees-table.php:376
4963
  #, fuzzy
4964
  msgctxt "fees admin"
4965
  msgid "Private"
@@ -5230,22 +5174,11 @@ msgid "Initial Payment"
5230
  msgstr "Inicjacja Płatności"
5231
 
5232
  # @ WPBDM
5233
- #: includes/admin/helpers/tables/class-fees-table.php:77
5234
  msgctxt "admin fees table"
5235
  msgid "All"
5236
  msgstr "Wszystkie"
5237
 
5238
- # @ WPBDM
5239
- #: includes/admin/helpers/tables/class-fees-table.php:91
5240
- msgctxt "admin fees table"
5241
- msgid "Active"
5242
- msgstr "Tylko aktywne"
5243
-
5244
- #: includes/admin/helpers/tables/class-fees-table.php:99
5245
- msgctxt "admin fees table"
5246
- msgid "Disabled"
5247
- msgstr ""
5248
-
5249
  # @ WPBDM
5250
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
5251
  msgctxt "form-fields admin"
@@ -5937,14 +5870,14 @@ msgstr "Autor"
5937
 
5938
  # @ WPBDM
5939
  #: includes/admin/settings/class-settings-bootstrap.php:789
5940
- #: includes/functions.php:1213
5941
  msgctxt "admin settings"
5942
  msgid "Date posted"
5943
  msgstr "Data publikacji"
5944
 
5945
  # @ WPBDM
5946
  #: includes/admin/settings/class-settings-bootstrap.php:790
5947
- #: includes/functions.php:1214
5948
  msgctxt "admin settings"
5949
  msgid "Date last modified"
5950
  msgstr "Data ostatnij modyfikacji"
@@ -6395,13 +6328,13 @@ msgctxt "admin settings"
6395
  msgid "Uploaded Image (no resize)"
6396
  msgstr "Załaduj obraz"
6397
 
6398
- #: includes/functions.php:1211
6399
  msgctxt "admin settings"
6400
  msgid "User"
6401
  msgstr ""
6402
 
6403
  # @ WPBDM
6404
- #: includes/functions.php:1212
6405
  msgctxt "admin settings"
6406
  msgid "User registration date"
6407
  msgstr "Data zakończenia emisji oferty"
@@ -8875,7 +8808,7 @@ msgid "I agree to the <a>Terms and Conditions</a>"
8875
  msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
8876
 
8877
  # @ WPBDM
8878
- #: includes/functions.php:1291
8879
  #, fuzzy
8880
  msgctxt "templates"
8881
  msgid "Return to results"
@@ -10286,6 +10219,22 @@ msgctxt "send-access-keys"
10286
  msgid "Continue"
10287
  msgstr "Kontynuacja"
10288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10289
  # @ WPBDM
10290
  #~ msgctxt "fees admin"
10291
  #~ msgid "Not Available"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
304
 
305
  # @ WPBDM
306
  #: includes/admin/fees.php:47
307
+ #: includes/admin/helpers/tables/class-fees-table.php:62
308
  #: includes/admin/helpers/tables/class-payments-table.php:57
309
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
310
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
317
 
318
  # @ WPBDM
319
  #: includes/admin/fees.php:49
320
+ #: includes/admin/helpers/tables/class-fees-table.php:64
321
  #: includes/admin/settings/class-settings-bootstrap.php:919
322
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
323
  #, fuzzy
350
 
351
  # @ WPBDM
352
  #: includes/admin/helpers/class-modules-list.php:187
353
+ #: includes/admin/helpers/tables/class-fees-table.php:260
354
  #: templates/admin/themes-item.tpl.php:43
355
  #, fuzzy
356
  msgid "Active"
377
  msgid "Upgrade Now"
378
  msgstr "Podnieś status do %s"
379
 
380
+ #. translators: %1$s: open link html, %2$s close link
381
+ #: includes/admin/helpers/tables/class-fees-table.php:30
382
+ msgid "There are no fees right now. %1$sCreate one%2$s."
383
+ msgstr ""
384
+
385
+ #: includes/admin/helpers/tables/class-fees-table.php:153
386
+ msgid "Disable"
387
+ msgstr ""
388
+
389
  # @ WPBDM
390
+ #: includes/admin/helpers/tables/class-fees-table.php:159
391
+ #, fuzzy
392
+ msgid "Enable"
393
+ msgstr "Włączyć pasek sortowania?"
394
+
395
+ # @ WPBDM
396
+ #: includes/admin/helpers/tables/class-fees-table.php:175
397
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
398
  #: includes/admin/settings/class-settings-admin.php:536
399
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
405
  msgid "Delete"
406
  msgstr "Usuń"
407
 
408
+ # @ WPBDM
409
+ #: includes/admin/helpers/tables/class-fees-table.php:256
410
+ #: includes/admin/helpers/tables/class-fees-table.php:258
411
+ #, fuzzy
412
+ msgid "Disabled"
413
+ msgstr "Abonament usunięty "
414
+
415
+ # @ WPBDM
416
+ #: includes/admin/helpers/tables/class-fees-table.php:264
417
+ #: includes/templates-ui.php:431
418
+ #, fuzzy
419
+ msgid "Default"
420
+ msgstr "Usuń abonament"
421
+
422
  # @ WPBDM
423
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
424
  #: includes/fields/class-fieldtypes-social.php:138
452
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
453
 
454
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
455
+ #: includes/functions.php:1297 includes/functions.php:1302
456
  msgid "Go back"
457
  msgstr ""
458
 
1885
  msgstr "%s jest źle sformatowany. Wymagamy właściwego adresu E-mail."
1886
 
1887
  # @ WPBDM
1888
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1889
  msgid "Free"
1890
  msgstr "Tryb Bezpłatny"
1891
 
2085
  msgstr "Zarządzaj ofertami płatnymi"
2086
 
2087
  # @ WPBDM
2088
+ #: includes/themes.php:951
 
 
 
 
 
 
2089
  #, fuzzy
2090
  msgid "ZIP file is not a valid Business Directory theme file."
2091
  msgstr "Proszę wprowadzić poprawny adres e-mail."
2487
  msgid "Drag and drop to re-order fees."
2488
  msgstr "Złap i upuść aby uporządkować abonamenty"
2489
 
2490
+ #. translators: %1$s is directory payment mode (Free or Paid)
2491
+ #: templates/admin/fees-index.tpl.php:66
2492
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
2493
  msgstr ""
2494
 
2495
  # @ WPBDM
2496
+ #: templates/admin/fees-index.tpl.php:67
 
2497
  msgid "Paid"
2498
  msgstr "Zapłacone"
2499
 
 
 
 
 
 
 
 
 
2500
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2501
  msgid "Set up a payment gateway to charge a fee for listings"
2502
  msgstr ""
2503
 
2504
+ #: templates/admin/fees-index.tpl.php:94
2505
  msgid "Add a payment gateway to increase conversion rates"
2506
  msgstr ""
2507
 
2508
  #. translators: %s: payment gateway name */
2509
+ #: templates/admin/fees-index.tpl.php:113
2510
  msgid "Add the %s gateway as a payment option."
2511
  msgstr ""
2512
 
2513
  # @ WPBDM
2514
+ #: templates/admin/fees-index.tpl.php:119
2515
  #, fuzzy
2516
  msgid "Upgrade"
2517
  msgstr "Podnieś status do %s"
2518
 
2519
+ #: templates/admin/fees-index.tpl.php:127
2520
  msgid "Set up Authorize.net as a payment option."
2521
  msgstr ""
2522
 
2523
+ #: templates/admin/fees-index.tpl.php:130
2524
  msgid "Set Up"
2525
  msgstr ""
2526
 
4731
  msgstr "Import zakończony pełnym sukcesem."
4732
 
4733
  # @ WPBDM
4734
+ #: includes/themes.php:959
4735
  msgctxt "themes"
4736
  msgid "Could not create themes directory."
4737
  msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
4738
 
4739
  # @ WPBDM
4740
+ #: includes/themes.php:970
4741
  msgctxt "themes"
4742
  msgid "Could not remove previous theme directory \"%s\"."
4743
  msgstr "Nie można utworzyć kategorii ofert \"%s\""
4744
 
4745
  # @ WPBDM
4746
+ #: includes/themes.php:978
4747
  msgctxt "themes"
4748
  msgid "Could not move new theme into theme directory."
4749
  msgstr "Nie masz aktualnie ofert w katalogu."
4818
  msgid "fees"
4819
  msgstr "Abonamenty"
4820
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4821
  # @ WPBDM
4822
+ #: includes/admin/helpers/tables/class-fees-table.php:61
4823
  msgctxt "fees admin"
4824
  msgid "Label"
4825
  msgstr "Etykieta"
4826
 
4827
  # @ WPBDM
4828
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4829
  msgctxt "fees admin"
4830
  msgid "Duration"
4831
  msgstr "Czas trwania"
4832
 
4833
  # @ WPBDM
4834
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4835
  #, fuzzy
4836
  msgctxt "fees admin"
4837
  msgid "Attributes"
4838
  msgstr "Atrybuty pola"
4839
 
 
 
 
 
 
 
 
 
 
4840
  # @ WPBDM
4841
+ #: includes/admin/helpers/tables/class-fees-table.php:138
4842
  msgctxt "fees admin"
4843
  msgid "Edit"
4844
  msgstr "Edytuj"
4845
 
4846
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4847
  msgctxt "fees admin"
4848
  msgid "<strong>Fee ID:</strong> <fee-id>"
4849
  msgstr ""
4850
 
4851
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4852
  msgctxt "fees admin"
4853
  msgid "Variable"
4854
  msgstr ""
4855
 
4856
  # @ WPBDM
4857
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4858
  #, fuzzy
4859
  msgctxt "fees admin"
4860
  msgid "%1$s + %2$s per category"
4861
  msgstr "Abonament \"%s\" dla kategorii \"%s\""
4862
 
4863
  # @ WPBDM
4864
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4865
  msgctxt "fees admin"
4866
  msgid "Forever"
4867
  msgstr "Na zawsze"
4868
 
4869
  # @ WPBDM
4870
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4871
  msgctxt "fees admin"
4872
  msgid "%d day"
4873
  msgid_plural "%d days"
4876
  msgstr[2] "%d dni"
4877
 
4878
  # @ WPBDM
4879
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4880
  msgctxt "fees admin"
4881
  msgid "%d image"
4882
  msgid_plural "%d images"
4885
  msgstr[2] "%d obrazów"
4886
 
4887
  # @ WPBDM
4888
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4889
  msgctxt "fees admin"
4890
  msgid "All categories"
4891
  msgstr "Wszystkie Kategorie"
4892
 
4893
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
 
 
4894
  msgctxt "fees admin"
4895
  msgid "Sticky"
4896
  msgstr ""
4897
 
4898
  # @ WPBDM
4899
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4900
  #, fuzzy
4901
  msgctxt "fees admin"
4902
  msgid "Recurring"
4903
  msgstr "(powtarzające się)"
4904
 
4905
  # @ WPBDM
4906
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4907
  #, fuzzy
4908
  msgctxt "fees admin"
4909
  msgid "Private"
5174
  msgstr "Inicjacja Płatności"
5175
 
5176
  # @ WPBDM
5177
+ #: includes/admin/helpers/tables/class-fees-table.php:52
5178
  msgctxt "admin fees table"
5179
  msgid "All"
5180
  msgstr "Wszystkie"
5181
 
 
 
 
 
 
 
 
 
 
 
 
5182
  # @ WPBDM
5183
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
5184
  msgctxt "form-fields admin"
5870
 
5871
  # @ WPBDM
5872
  #: includes/admin/settings/class-settings-bootstrap.php:789
5873
+ #: includes/functions.php:1215
5874
  msgctxt "admin settings"
5875
  msgid "Date posted"
5876
  msgstr "Data publikacji"
5877
 
5878
  # @ WPBDM
5879
  #: includes/admin/settings/class-settings-bootstrap.php:790
5880
+ #: includes/functions.php:1216
5881
  msgctxt "admin settings"
5882
  msgid "Date last modified"
5883
  msgstr "Data ostatnij modyfikacji"
6328
  msgid "Uploaded Image (no resize)"
6329
  msgstr "Załaduj obraz"
6330
 
6331
+ #: includes/functions.php:1213
6332
  msgctxt "admin settings"
6333
  msgid "User"
6334
  msgstr ""
6335
 
6336
  # @ WPBDM
6337
+ #: includes/functions.php:1214
6338
  msgctxt "admin settings"
6339
  msgid "User registration date"
6340
  msgstr "Data zakończenia emisji oferty"
8808
  msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
8809
 
8810
  # @ WPBDM
8811
+ #: includes/functions.php:1293
8812
  #, fuzzy
8813
  msgctxt "templates"
8814
  msgid "Return to results"
10219
  msgid "Continue"
10220
  msgstr "Kontynuacja"
10221
 
10222
+ # @ WPBDM
10223
+ #~ msgctxt "fees admin"
10224
+ #~ msgid "Active"
10225
+ #~ msgstr "Tylko aktywne"
10226
+
10227
+ # @ WPBDM
10228
+ #, fuzzy
10229
+ #~ msgctxt "fees admin"
10230
+ #~ msgid "Unavailable"
10231
+ #~ msgstr "(Abonament niedostępny)"
10232
+
10233
+ # @ WPBDM
10234
+ #~ msgctxt "admin fees table"
10235
+ #~ msgid "Active"
10236
+ #~ msgstr "Tylko aktywne"
10237
+
10238
  # @ WPBDM
10239
  #~ msgctxt "fees admin"
10240
  #~ msgid "Not Available"
languages/business-directory-plugin-ru_RU.mo CHANGED
Binary file
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -269,7 +269,7 @@ msgid "Please upload the correct file type."
269
  msgstr "Пожалуйста загрузите или выберите файл CSV."
270
 
271
  #: includes/admin/fees.php:47
272
- #: includes/admin/helpers/tables/class-fees-table.php:109
273
  #: includes/admin/helpers/tables/class-payments-table.php:57
274
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
275
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -281,7 +281,7 @@ msgid "Amount"
281
  msgstr "Стоимость"
282
 
283
  #: includes/admin/fees.php:49
284
- #: includes/admin/helpers/tables/class-fees-table.php:111
285
  #: includes/admin/settings/class-settings-bootstrap.php:919
286
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
287
  #, fuzzy
@@ -310,6 +310,7 @@ msgid "Installed"
310
  msgstr "Установлен"
311
 
312
  #: includes/admin/helpers/class-modules-list.php:187
 
313
  #: templates/admin/themes-item.tpl.php:43
314
  #, fuzzy
315
  msgid "Active"
@@ -333,7 +334,21 @@ msgstr "Активировать"
333
  msgid "Upgrade Now"
334
  msgstr "Поднять статус до %s"
335
 
336
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
338
  #: includes/admin/settings/class-settings-admin.php:536
339
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -345,6 +360,18 @@ msgstr "Поднять статус до %s"
345
  msgid "Delete"
346
  msgstr "Удалить"
347
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
349
  #: includes/fields/class-fieldtypes-social.php:138
350
  #: templates/admin/csv-import.tpl.php:327
@@ -374,7 +401,7 @@ msgid "Go to \"Form Fields\""
374
  msgstr "Перейти в раздел \"Управление / Форма\""
375
 
376
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
377
- #: includes/functions.php:1295 includes/functions.php:1300
378
  msgid "Go back"
379
  msgstr ""
380
 
@@ -1643,8 +1670,7 @@ msgstr "%s - не корректно. Значение должно быть о
1643
  msgid "%s is badly formatted. Valid Phone Number format required."
1644
  msgstr "%s - некорректно. Требуется ввести правильный электронный адрес."
1645
 
1646
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1647
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1648
  msgid "Free"
1649
  msgstr "Бесплатно"
1650
 
@@ -1824,12 +1850,7 @@ msgstr "Заброшено"
1824
  msgid "Manage Listings"
1825
  msgstr "Платные записи"
1826
 
1827
- #: includes/templates-ui.php:431
1828
- #, fuzzy
1829
- msgid "Default"
1830
- msgstr "Удалить тариф"
1831
-
1832
- #: includes/themes.php:952
1833
  #, fuzzy
1834
  msgid "ZIP file is not a valid Business Directory theme file."
1835
  msgstr "Файл ZIP - не является файлом темы плагина."
@@ -2187,67 +2208,38 @@ msgstr "↓ По убыванию"
2187
  msgid "Drag and drop to re-order fees."
2188
  msgstr "Поменяйте порядок тарифов перетаскивая их здесь."
2189
 
2190
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2191
- #. opening <a> tag, %3$s is a closing </a> tag.
2192
- #: templates/admin/fees-index.tpl.php:70
2193
- msgid ""
2194
- "These are all of the fee plans displayed to the user when they place a "
2195
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2196
- "the %2$sNot Available%3$s filter will become active when you change the "
2197
- "payment mode."
2198
  msgstr ""
2199
 
2200
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2201
- #: templates/admin/fees-index.tpl.php:102
2202
  msgid "Paid"
2203
  msgstr "Оплачено"
2204
 
2205
- #. translators: %s is directory payment mode (Free or Paid)
2206
- #: templates/admin/fees-index.tpl.php:83
2207
- msgid ""
2208
- "These are all of the fee plans that aren't available because you're in \"%s"
2209
- "\" mode. Those on the Active filter will become Not Available when you "
2210
- "change the payment mode."
2211
- msgstr ""
2212
-
2213
  #: templates/admin/fees-index.tpl.php:92
2214
- msgid ""
2215
- "These fee plans were disabled by the admin and will not show to the end user "
2216
- "regardless of mode until you enable them."
2217
- msgstr ""
2218
-
2219
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2220
- #. opening <a> tag, %3$s is a closing </a> tag.
2221
- #: templates/admin/fees-index.tpl.php:101
2222
- msgid ""
2223
- "These are all of the fee plans you have configured. Not all of them are "
2224
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2225
- "plans for this mode click %2$sActive%3$s."
2226
- msgstr ""
2227
-
2228
- #: templates/admin/fees-index.tpl.php:131
2229
  msgid "Set up a payment gateway to charge a fee for listings"
2230
  msgstr ""
2231
 
2232
- #: templates/admin/fees-index.tpl.php:133
2233
  msgid "Add a payment gateway to increase conversion rates"
2234
  msgstr ""
2235
 
2236
  #. translators: %s: payment gateway name */
2237
- #: templates/admin/fees-index.tpl.php:152
2238
  msgid "Add the %s gateway as a payment option."
2239
  msgstr ""
2240
 
2241
- #: templates/admin/fees-index.tpl.php:158
2242
  #, fuzzy
2243
  msgid "Upgrade"
2244
  msgstr "Поднять статус до %s"
2245
 
2246
- #: templates/admin/fees-index.tpl.php:166
2247
  msgid "Set up Authorize.net as a payment option."
2248
  msgstr ""
2249
 
2250
- #: templates/admin/fees-index.tpl.php:169
2251
  msgid "Set Up"
2252
  msgstr ""
2253
 
@@ -4199,17 +4191,17 @@ msgctxt "themes"
4199
  msgid "Theme was updated successfully."
4200
  msgstr "Тема была успешно обновлена."
4201
 
4202
- #: includes/themes.php:960
4203
  msgctxt "themes"
4204
  msgid "Could not create themes directory."
4205
  msgstr "Не удалось создать директорию для темы плагина."
4206
 
4207
- #: includes/themes.php:971
4208
  msgctxt "themes"
4209
  msgid "Could not remove previous theme directory \"%s\"."
4210
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
4211
 
4212
- #: includes/themes.php:979
4213
  msgctxt "themes"
4214
  msgid "Could not move new theme into theme directory."
4215
  msgstr "Не удалось переместить новую тему в директорию темы."
@@ -4275,91 +4267,49 @@ msgctxt "fees admin"
4275
  msgid "fees"
4276
  msgstr "тарифы"
4277
 
4278
- #: includes/admin/helpers/tables/class-fees-table.php:32
4279
- msgctxt "fees admin"
4280
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4281
- msgstr ""
4282
-
4283
- #: includes/admin/helpers/tables/class-fees-table.php:39
4284
- #: includes/admin/helpers/tables/class-fees-table.php:361
4285
- msgctxt "fees admin"
4286
- msgid "Active"
4287
- msgstr "Активно:"
4288
-
4289
- #: includes/admin/helpers/tables/class-fees-table.php:42
4290
- #: includes/admin/helpers/tables/class-fees-table.php:357
4291
- msgctxt "fees admin"
4292
- msgid "Disabled"
4293
- msgstr ""
4294
-
4295
- #: includes/admin/helpers/tables/class-fees-table.php:52
4296
- msgctxt "fees admin"
4297
- msgid ""
4298
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4299
- msgstr ""
4300
-
4301
- #: includes/admin/helpers/tables/class-fees-table.php:108
4302
  msgctxt "fees admin"
4303
  msgid "Label"
4304
  msgstr "Метка"
4305
 
4306
- #: includes/admin/helpers/tables/class-fees-table.php:110
4307
  msgctxt "fees admin"
4308
  msgid "Duration"
4309
  msgstr "Срок действия"
4310
 
4311
- #: includes/admin/helpers/tables/class-fees-table.php:112
4312
  #, fuzzy
4313
  msgctxt "fees admin"
4314
  msgid "Attributes"
4315
  msgstr "Атрибуты"
4316
 
4317
- #: includes/admin/helpers/tables/class-fees-table.php:167
4318
- msgctxt "fees admin"
4319
- msgid ""
4320
- "This is the default free plan for your directory. You can't delete it and "
4321
- "it's always free, but you can edit the name and other settings. It's only "
4322
- "available when the directory is in Free mode. You can always create other "
4323
- "fee plans, including ones for 0.00 (free) if you wish."
4324
- msgstr ""
4325
-
4326
- #: includes/admin/helpers/tables/class-fees-table.php:228
4327
  msgctxt "fees admin"
4328
  msgid "Edit"
4329
  msgstr "Изменить"
4330
 
4331
- #: includes/admin/helpers/tables/class-fees-table.php:248
4332
- msgctxt "fees admin"
4333
- msgid "Disable"
4334
- msgstr ""
4335
-
4336
- #: includes/admin/helpers/tables/class-fees-table.php:262
4337
- msgctxt "fees admin"
4338
- msgid "Enable"
4339
- msgstr ""
4340
-
4341
- #: includes/admin/helpers/tables/class-fees-table.php:287
4342
  msgctxt "fees admin"
4343
  msgid "<strong>Fee ID:</strong> <fee-id>"
4344
  msgstr ""
4345
 
4346
- #: includes/admin/helpers/tables/class-fees-table.php:311
4347
  msgctxt "fees admin"
4348
  msgid "Variable"
4349
  msgstr ""
4350
 
4351
- #: includes/admin/helpers/tables/class-fees-table.php:316
4352
  #, fuzzy
4353
  msgctxt "fees admin"
4354
  msgid "%1$s + %2$s per category"
4355
  msgstr "Тариф \"%s\" для рубрики \"%s\""
4356
 
4357
- #: includes/admin/helpers/tables/class-fees-table.php:324
4358
  msgctxt "fees admin"
4359
  msgid "Forever"
4360
  msgstr "Вечно"
4361
 
4362
- #: includes/admin/helpers/tables/class-fees-table.php:326
4363
  msgctxt "fees admin"
4364
  msgid "%d day"
4365
  msgid_plural "%d days"
@@ -4367,7 +4317,7 @@ msgstr[0] "%d день"
4367
  msgstr[1] "%d дней"
4368
  msgstr[2] ""
4369
 
4370
- #: includes/admin/helpers/tables/class-fees-table.php:330
4371
  msgctxt "fees admin"
4372
  msgid "%d image"
4373
  msgid_plural "%d images"
@@ -4375,30 +4325,24 @@ msgstr[0] "%d изображение"
4375
  msgstr[1] "%d изображений"
4376
  msgstr[2] ""
4377
 
4378
- #: includes/admin/helpers/tables/class-fees-table.php:335
4379
  msgctxt "fees admin"
4380
  msgid "All categories"
4381
  msgstr "Все рубрики"
4382
 
4383
- #: includes/admin/helpers/tables/class-fees-table.php:359
4384
- #, fuzzy
4385
- msgctxt "fees admin"
4386
- msgid "Unavailable"
4387
- msgstr "(Тариф недоступен)"
4388
-
4389
- #: includes/admin/helpers/tables/class-fees-table.php:368
4390
  #, fuzzy
4391
  msgctxt "fees admin"
4392
  msgid "Sticky"
4393
  msgstr "Специальная?"
4394
 
4395
- #: includes/admin/helpers/tables/class-fees-table.php:372
4396
  #, fuzzy
4397
  msgctxt "fees admin"
4398
  msgid "Recurring"
4399
  msgstr "(периодически)"
4400
 
4401
- #: includes/admin/helpers/tables/class-fees-table.php:376
4402
  #, fuzzy
4403
  msgctxt "fees admin"
4404
  msgid "Private"
@@ -4638,21 +4582,11 @@ msgctxt "listing timeline"
4638
  msgid "Initial Payment"
4639
  msgstr "Начальный платёж"
4640
 
4641
- #: includes/admin/helpers/tables/class-fees-table.php:77
4642
  msgctxt "admin fees table"
4643
  msgid "All"
4644
  msgstr "Экспортировать всё"
4645
 
4646
- #: includes/admin/helpers/tables/class-fees-table.php:91
4647
- msgctxt "admin fees table"
4648
- msgid "Active"
4649
- msgstr "Активно:"
4650
-
4651
- #: includes/admin/helpers/tables/class-fees-table.php:99
4652
- msgctxt "admin fees table"
4653
- msgid "Disabled"
4654
- msgstr ""
4655
-
4656
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4657
  msgctxt "form-fields admin"
4658
  msgid "form field"
@@ -5268,13 +5202,13 @@ msgid "Author"
5268
  msgstr "По автору"
5269
 
5270
  #: includes/admin/settings/class-settings-bootstrap.php:789
5271
- #: includes/functions.php:1213
5272
  msgctxt "admin settings"
5273
  msgid "Date posted"
5274
  msgstr "По дате публикации"
5275
 
5276
  #: includes/admin/settings/class-settings-bootstrap.php:790
5277
- #: includes/functions.php:1214
5278
  msgctxt "admin settings"
5279
  msgid "Date last modified"
5280
  msgstr "По дате изменения"
@@ -5672,12 +5606,12 @@ msgctxt "admin settings"
5672
  msgid "Uploaded Image (no resize)"
5673
  msgstr "Загрузить изображение"
5674
 
5675
- #: includes/functions.php:1211
5676
  msgctxt "admin settings"
5677
  msgid "User"
5678
  msgstr ""
5679
 
5680
- #: includes/functions.php:1212
5681
  msgctxt "admin settings"
5682
  msgid "User registration date"
5683
  msgstr "Дата окончания срока действия"
@@ -7927,7 +7861,7 @@ msgctxt "templates"
7927
  msgid "I agree to the <a>Terms and Conditions</a>"
7928
  msgstr "Я согласен с Условиями и Положениями"
7929
 
7930
- #: includes/functions.php:1291
7931
  #, fuzzy
7932
  msgctxt "templates"
7933
  msgid "Return to results"
@@ -9162,6 +9096,19 @@ msgctxt "send-access-keys"
9162
  msgid "Continue"
9163
  msgstr "Далее"
9164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9165
  #~ msgctxt "fees admin"
9166
  #~ msgid "Not Available"
9167
  #~ msgstr "Свободных мест для загрузки изображений:"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
269
  msgstr "Пожалуйста загрузите или выберите файл CSV."
270
 
271
  #: includes/admin/fees.php:47
272
+ #: includes/admin/helpers/tables/class-fees-table.php:62
273
  #: includes/admin/helpers/tables/class-payments-table.php:57
274
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
275
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
281
  msgstr "Стоимость"
282
 
283
  #: includes/admin/fees.php:49
284
+ #: includes/admin/helpers/tables/class-fees-table.php:64
285
  #: includes/admin/settings/class-settings-bootstrap.php:919
286
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
287
  #, fuzzy
310
  msgstr "Установлен"
311
 
312
  #: includes/admin/helpers/class-modules-list.php:187
313
+ #: includes/admin/helpers/tables/class-fees-table.php:260
314
  #: templates/admin/themes-item.tpl.php:43
315
  #, fuzzy
316
  msgid "Active"
334
  msgid "Upgrade Now"
335
  msgstr "Поднять статус до %s"
336
 
337
+ #. translators: %1$s: open link html, %2$s close link
338
+ #: includes/admin/helpers/tables/class-fees-table.php:30
339
+ msgid "There are no fees right now. %1$sCreate one%2$s."
340
+ msgstr ""
341
+
342
+ #: includes/admin/helpers/tables/class-fees-table.php:153
343
+ msgid "Disable"
344
+ msgstr ""
345
+
346
+ #: includes/admin/helpers/tables/class-fees-table.php:159
347
+ #, fuzzy
348
+ msgid "Enable"
349
+ msgstr "Показать строку сортировки?"
350
+
351
+ #: includes/admin/helpers/tables/class-fees-table.php:175
352
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
353
  #: includes/admin/settings/class-settings-admin.php:536
354
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
360
  msgid "Delete"
361
  msgstr "Удалить"
362
 
363
+ #: includes/admin/helpers/tables/class-fees-table.php:256
364
+ #: includes/admin/helpers/tables/class-fees-table.php:258
365
+ #, fuzzy
366
+ msgid "Disabled"
367
+ msgstr "Тариф удалён."
368
+
369
+ #: includes/admin/helpers/tables/class-fees-table.php:264
370
+ #: includes/templates-ui.php:431
371
+ #, fuzzy
372
+ msgid "Default"
373
+ msgstr "Удалить тариф"
374
+
375
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
376
  #: includes/fields/class-fieldtypes-social.php:138
377
  #: templates/admin/csv-import.tpl.php:327
401
  msgstr "Перейти в раздел \"Управление / Форма\""
402
 
403
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
404
+ #: includes/functions.php:1297 includes/functions.php:1302
405
  msgid "Go back"
406
  msgstr ""
407
 
1670
  msgid "%s is badly formatted. Valid Phone Number format required."
1671
  msgstr "%s - некорректно. Требуется ввести правильный электронный адрес."
1672
 
1673
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1674
  msgid "Free"
1675
  msgstr "Бесплатно"
1676
 
1850
  msgid "Manage Listings"
1851
  msgstr "Платные записи"
1852
 
1853
+ #: includes/themes.php:951
 
 
 
 
 
1854
  #, fuzzy
1855
  msgid "ZIP file is not a valid Business Directory theme file."
1856
  msgstr "Файл ZIP - не является файлом темы плагина."
2208
  msgid "Drag and drop to re-order fees."
2209
  msgstr "Поменяйте порядок тарифов перетаскивая их здесь."
2210
 
2211
+ #. translators: %1$s is directory payment mode (Free or Paid)
2212
+ #: templates/admin/fees-index.tpl.php:66
2213
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
2214
  msgstr ""
2215
 
2216
+ #: templates/admin/fees-index.tpl.php:67
 
2217
  msgid "Paid"
2218
  msgstr "Оплачено"
2219
 
 
 
 
 
 
 
 
 
2220
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2221
  msgid "Set up a payment gateway to charge a fee for listings"
2222
  msgstr ""
2223
 
2224
+ #: templates/admin/fees-index.tpl.php:94
2225
  msgid "Add a payment gateway to increase conversion rates"
2226
  msgstr ""
2227
 
2228
  #. translators: %s: payment gateway name */
2229
+ #: templates/admin/fees-index.tpl.php:113
2230
  msgid "Add the %s gateway as a payment option."
2231
  msgstr ""
2232
 
2233
+ #: templates/admin/fees-index.tpl.php:119
2234
  #, fuzzy
2235
  msgid "Upgrade"
2236
  msgstr "Поднять статус до %s"
2237
 
2238
+ #: templates/admin/fees-index.tpl.php:127
2239
  msgid "Set up Authorize.net as a payment option."
2240
  msgstr ""
2241
 
2242
+ #: templates/admin/fees-index.tpl.php:130
2243
  msgid "Set Up"
2244
  msgstr ""
2245
 
4191
  msgid "Theme was updated successfully."
4192
  msgstr "Тема была успешно обновлена."
4193
 
4194
+ #: includes/themes.php:959
4195
  msgctxt "themes"
4196
  msgid "Could not create themes directory."
4197
  msgstr "Не удалось создать директорию для темы плагина."
4198
 
4199
+ #: includes/themes.php:970
4200
  msgctxt "themes"
4201
  msgid "Could not remove previous theme directory \"%s\"."
4202
  msgstr "Не удалось удалить предыдущую директорию темы \"%s\"."
4203
 
4204
+ #: includes/themes.php:978
4205
  msgctxt "themes"
4206
  msgid "Could not move new theme into theme directory."
4207
  msgstr "Не удалось переместить новую тему в директорию темы."
4267
  msgid "fees"
4268
  msgstr "тарифы"
4269
 
4270
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4271
  msgctxt "fees admin"
4272
  msgid "Label"
4273
  msgstr "Метка"
4274
 
4275
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4276
  msgctxt "fees admin"
4277
  msgid "Duration"
4278
  msgstr "Срок действия"
4279
 
4280
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4281
  #, fuzzy
4282
  msgctxt "fees admin"
4283
  msgid "Attributes"
4284
  msgstr "Атрибуты"
4285
 
4286
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
4287
  msgctxt "fees admin"
4288
  msgid "Edit"
4289
  msgstr "Изменить"
4290
 
4291
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4292
  msgctxt "fees admin"
4293
  msgid "<strong>Fee ID:</strong> <fee-id>"
4294
  msgstr ""
4295
 
4296
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4297
  msgctxt "fees admin"
4298
  msgid "Variable"
4299
  msgstr ""
4300
 
4301
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4302
  #, fuzzy
4303
  msgctxt "fees admin"
4304
  msgid "%1$s + %2$s per category"
4305
  msgstr "Тариф \"%s\" для рубрики \"%s\""
4306
 
4307
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4308
  msgctxt "fees admin"
4309
  msgid "Forever"
4310
  msgstr "Вечно"
4311
 
4312
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4313
  msgctxt "fees admin"
4314
  msgid "%d day"
4315
  msgid_plural "%d days"
4317
  msgstr[1] "%d дней"
4318
  msgstr[2] ""
4319
 
4320
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4321
  msgctxt "fees admin"
4322
  msgid "%d image"
4323
  msgid_plural "%d images"
4325
  msgstr[1] "%d изображений"
4326
  msgstr[2] ""
4327
 
4328
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4329
  msgctxt "fees admin"
4330
  msgid "All categories"
4331
  msgstr "Все рубрики"
4332
 
4333
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
 
4334
  #, fuzzy
4335
  msgctxt "fees admin"
4336
  msgid "Sticky"
4337
  msgstr "Специальная?"
4338
 
4339
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4340
  #, fuzzy
4341
  msgctxt "fees admin"
4342
  msgid "Recurring"
4343
  msgstr "(периодически)"
4344
 
4345
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4346
  #, fuzzy
4347
  msgctxt "fees admin"
4348
  msgid "Private"
4582
  msgid "Initial Payment"
4583
  msgstr "Начальный платёж"
4584
 
4585
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4586
  msgctxt "admin fees table"
4587
  msgid "All"
4588
  msgstr "Экспортировать всё"
4589
 
 
 
 
 
 
 
 
 
 
 
4590
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4591
  msgctxt "form-fields admin"
4592
  msgid "form field"
5202
  msgstr "По автору"
5203
 
5204
  #: includes/admin/settings/class-settings-bootstrap.php:789
5205
+ #: includes/functions.php:1215
5206
  msgctxt "admin settings"
5207
  msgid "Date posted"
5208
  msgstr "По дате публикации"
5209
 
5210
  #: includes/admin/settings/class-settings-bootstrap.php:790
5211
+ #: includes/functions.php:1216
5212
  msgctxt "admin settings"
5213
  msgid "Date last modified"
5214
  msgstr "По дате изменения"
5606
  msgid "Uploaded Image (no resize)"
5607
  msgstr "Загрузить изображение"
5608
 
5609
+ #: includes/functions.php:1213
5610
  msgctxt "admin settings"
5611
  msgid "User"
5612
  msgstr ""
5613
 
5614
+ #: includes/functions.php:1214
5615
  msgctxt "admin settings"
5616
  msgid "User registration date"
5617
  msgstr "Дата окончания срока действия"
7861
  msgid "I agree to the <a>Terms and Conditions</a>"
7862
  msgstr "Я согласен с Условиями и Положениями"
7863
 
7864
+ #: includes/functions.php:1293
7865
  #, fuzzy
7866
  msgctxt "templates"
7867
  msgid "Return to results"
9096
  msgid "Continue"
9097
  msgstr "Далее"
9098
 
9099
+ #~ msgctxt "fees admin"
9100
+ #~ msgid "Active"
9101
+ #~ msgstr "Активно:"
9102
+
9103
+ #, fuzzy
9104
+ #~ msgctxt "fees admin"
9105
+ #~ msgid "Unavailable"
9106
+ #~ msgstr "(Тариф недоступен)"
9107
+
9108
+ #~ msgctxt "admin fees table"
9109
+ #~ msgid "Active"
9110
+ #~ msgstr "Активно:"
9111
+
9112
  #~ msgctxt "fees admin"
9113
  #~ msgid "Not Available"
9114
  #~ msgstr "Свободных мест для загрузки изображений:"
languages/business-directory-plugin-sv_SE.mo CHANGED
Binary file
languages/business-directory-plugin-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -258,7 +258,7 @@ msgid "Please upload the correct file type."
258
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
259
 
260
  #: includes/admin/fees.php:47
261
- #: includes/admin/helpers/tables/class-fees-table.php:109
262
  #: includes/admin/helpers/tables/class-payments-table.php:57
263
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
264
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -270,7 +270,7 @@ msgid "Amount"
270
  msgstr "Belopp"
271
 
272
  #: includes/admin/fees.php:49
273
- #: includes/admin/helpers/tables/class-fees-table.php:111
274
  #: includes/admin/settings/class-settings-bootstrap.php:919
275
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
276
  #, fuzzy
@@ -299,6 +299,7 @@ msgid "Installed"
299
  msgstr "Installerat"
300
 
301
  #: includes/admin/helpers/class-modules-list.php:187
 
302
  #: templates/admin/themes-item.tpl.php:43
303
  #, fuzzy
304
  msgid "Active"
@@ -322,7 +323,23 @@ msgstr "Aktivera:"
322
  msgid "Upgrade Now"
323
  msgstr "Uppgradera till %s"
324
 
325
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
327
  #: includes/admin/settings/class-settings-admin.php:536
328
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -334,6 +351,18 @@ msgstr "Uppgradera till %s"
334
  msgid "Delete"
335
  msgstr "Ta bort"
336
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
338
  #: includes/fields/class-fieldtypes-social.php:138
339
  #: templates/admin/csv-import.tpl.php:327
@@ -364,7 +393,7 @@ msgid "Go to \"Form Fields\""
364
  msgstr "Gå till \"Hantera formulärfält\""
365
 
366
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
367
- #: includes/functions.php:1295 includes/functions.php:1300
368
  #, fuzzy
369
  msgid "Go back"
370
  msgstr "Nej, gå tillbaka"
@@ -1658,8 +1687,7 @@ msgstr "%s är ogiltig. Värdet måste vara en av %s."
1658
  msgid "%s is badly formatted. Valid Phone Number format required."
1659
  msgstr "%s är dåligt formaterat. Giltig e-postformat krävs."
1660
 
1661
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1662
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1663
  msgid "Free"
1664
  msgstr "Gratis"
1665
 
@@ -1854,12 +1882,7 @@ msgstr "Övergiven"
1854
  msgid "Manage Listings"
1855
  msgstr "Hantera betalda annonser"
1856
 
1857
- #: includes/templates-ui.php:431
1858
- #, fuzzy
1859
- msgid "Default"
1860
- msgstr "Standardavgift"
1861
-
1862
- #: includes/themes.php:952
1863
  #, fuzzy
1864
  msgid "ZIP file is not a valid Business Directory theme file."
1865
  msgstr "ZIP-filen är inte en giltig BD temafil."
@@ -2216,82 +2239,38 @@ msgstr "↓ Fallande"
2216
  msgid "Drag and drop to re-order fees."
2217
  msgstr "Dra och släpp för att ändra ordning på avgifter"
2218
 
2219
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2220
- #. opening <a> tag, %3$s is a closing </a> tag.
2221
- #: templates/admin/fees-index.tpl.php:70
2222
- #, fuzzy
2223
- msgid ""
2224
- "These are all of the fee plans displayed to the user when they place a "
2225
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
2226
- "the %2$sNot Available%3$s filter will become active when you change the "
2227
- "payment mode."
2228
  msgstr ""
2229
- "Dessa är alla avgiftsplanerna som visas för användaren när de placerar en "
2230
- "annons. Din nuvarande läge av \"%s\" begränsar vad du ser här. De på <a>Inte "
2231
- "tillgänglig</a> filtret blir aktiv när du byter betalningsläget."
2232
 
2233
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
2234
- #: templates/admin/fees-index.tpl.php:102
2235
  msgid "Paid"
2236
  msgstr "Betald"
2237
 
2238
- #. translators: %s is directory payment mode (Free or Paid)
2239
- #: templates/admin/fees-index.tpl.php:83
2240
- #, fuzzy
2241
- msgid ""
2242
- "These are all of the fee plans that aren't available because you're in \"%s"
2243
- "\" mode. Those on the Active filter will become Not Available when you "
2244
- "change the payment mode."
2245
- msgstr ""
2246
- "Detta är de avgiftsplaner som inte är tillgängliga för att du är i \"%s\" -"
2247
- "läge. De på det aktiva filtret ändrar status till inte tillgänglig när du "
2248
- "ändra betalningsläget."
2249
-
2250
  #: templates/admin/fees-index.tpl.php:92
2251
- #, fuzzy
2252
- msgid ""
2253
- "These fee plans were disabled by the admin and will not show to the end user "
2254
- "regardless of mode until you enable them."
2255
- msgstr ""
2256
- "Dessa avgiftsplaner har inaktiverats av administratören och kommer inte att "
2257
- "visas för slutanvändaren oavsett läge tills du aktiverar dem."
2258
-
2259
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
2260
- #. opening <a> tag, %3$s is a closing </a> tag.
2261
- #: templates/admin/fees-index.tpl.php:101
2262
- #, fuzzy
2263
- msgid ""
2264
- "These are all of the fee plans you have configured. Not all of them are "
2265
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
2266
- "plans for this mode click %2$sActive%3$s."
2267
- msgstr ""
2268
- "Detta är alla avgiftsplanern du har konfigurerat. Inte alla av dem är "
2269
- "tillgängliga för det aktuella läget (för närvarande satt till \"%s\"). För "
2270
- "att se avgiftsplanerna för detta läge klicka <a>Active</a> ."
2271
-
2272
- #: templates/admin/fees-index.tpl.php:131
2273
  msgid "Set up a payment gateway to charge a fee for listings"
2274
  msgstr ""
2275
 
2276
- #: templates/admin/fees-index.tpl.php:133
2277
  msgid "Add a payment gateway to increase conversion rates"
2278
  msgstr ""
2279
 
2280
  #. translators: %s: payment gateway name */
2281
- #: templates/admin/fees-index.tpl.php:152
2282
  msgid "Add the %s gateway as a payment option."
2283
  msgstr ""
2284
 
2285
- #: templates/admin/fees-index.tpl.php:158
2286
  #, fuzzy
2287
  msgid "Upgrade"
2288
  msgstr "Uppgradera till %s"
2289
 
2290
- #: templates/admin/fees-index.tpl.php:166
2291
  msgid "Set up Authorize.net as a payment option."
2292
  msgstr ""
2293
 
2294
- #: templates/admin/fees-index.tpl.php:169
2295
  msgid "Set Up"
2296
  msgstr ""
2297
 
@@ -4262,17 +4241,17 @@ msgctxt "themes"
4262
  msgid "Theme was updated successfully."
4263
  msgstr "Temat har uppdaterats."
4264
 
4265
- #: includes/themes.php:960
4266
  msgctxt "themes"
4267
  msgid "Could not create themes directory."
4268
  msgstr "Det gick inte att skapa temakatalogen."
4269
 
4270
- #: includes/themes.php:971
4271
  msgctxt "themes"
4272
  msgid "Could not remove previous theme directory \"%s\"."
4273
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
4274
 
4275
- #: includes/themes.php:979
4276
  msgctxt "themes"
4277
  msgid "Could not move new theme into theme directory."
4278
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
@@ -4334,130 +4313,77 @@ msgctxt "fees admin"
4334
  msgid "fees"
4335
  msgstr "avgifter"
4336
 
4337
- #: includes/admin/helpers/tables/class-fees-table.php:32
4338
- msgctxt "fees admin"
4339
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
4340
- msgstr "Det finns inga avgifter just nu. Du kan <a>skapa ett</a> , om du vill."
4341
-
4342
- #: includes/admin/helpers/tables/class-fees-table.php:39
4343
- #: includes/admin/helpers/tables/class-fees-table.php:361
4344
- msgctxt "fees admin"
4345
- msgid "Active"
4346
- msgstr "Aktiv"
4347
-
4348
- #: includes/admin/helpers/tables/class-fees-table.php:42
4349
- #: includes/admin/helpers/tables/class-fees-table.php:357
4350
- msgctxt "fees admin"
4351
- msgid "Disabled"
4352
- msgstr "Inaktiverad"
4353
-
4354
- #: includes/admin/helpers/tables/class-fees-table.php:52
4355
- msgctxt "fees admin"
4356
- msgid ""
4357
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
4358
- msgstr ""
4359
- "Det finns inga \"%s\" avgifter just nu. Du kan <a>skapa en</a> , om du vill."
4360
-
4361
- #: includes/admin/helpers/tables/class-fees-table.php:108
4362
  msgctxt "fees admin"
4363
  msgid "Label"
4364
  msgstr "Etikett"
4365
 
4366
- #: includes/admin/helpers/tables/class-fees-table.php:110
4367
  msgctxt "fees admin"
4368
  msgid "Duration"
4369
  msgstr "Varaktighet"
4370
 
4371
- #: includes/admin/helpers/tables/class-fees-table.php:112
4372
  msgctxt "fees admin"
4373
  msgid "Attributes"
4374
  msgstr "Attribut"
4375
 
4376
- #: includes/admin/helpers/tables/class-fees-table.php:167
4377
- msgctxt "fees admin"
4378
- msgid ""
4379
- "This is the default free plan for your directory. You can't delete it and "
4380
- "it's always free, but you can edit the name and other settings. It's only "
4381
- "available when the directory is in Free mode. You can always create other "
4382
- "fee plans, including ones for 0.00 (free) if you wish."
4383
- msgstr ""
4384
- "Detta är den kostnadsfria standard-planen för din katalog. Du kan inte ta "
4385
- "bort den och den är alltid gratis, men du kan redigera namn och andra "
4386
- "inställningar. Den är bara tillgänglig när katalogen är i \"Gratis\" läge. "
4387
- "Du kan alltid skapa andra avgiftsplaner, inklusive sådana för 0,00 (gratis) "
4388
- "om du vill."
4389
-
4390
- #: includes/admin/helpers/tables/class-fees-table.php:228
4391
  msgctxt "fees admin"
4392
  msgid "Edit"
4393
  msgstr "Redigera"
4394
 
4395
- #: includes/admin/helpers/tables/class-fees-table.php:248
4396
- msgctxt "fees admin"
4397
- msgid "Disable"
4398
- msgstr "Koppla ur"
4399
-
4400
- #: includes/admin/helpers/tables/class-fees-table.php:262
4401
- msgctxt "fees admin"
4402
- msgid "Enable"
4403
- msgstr "Aktivera"
4404
-
4405
- #: includes/admin/helpers/tables/class-fees-table.php:287
4406
  msgctxt "fees admin"
4407
  msgid "<strong>Fee ID:</strong> <fee-id>"
4408
  msgstr "<strong>Avgifts-ID:</strong><fee-id></fee-id>"
4409
 
4410
- #: includes/admin/helpers/tables/class-fees-table.php:311
4411
  msgctxt "fees admin"
4412
  msgid "Variable"
4413
  msgstr "Variabel"
4414
 
4415
- #: includes/admin/helpers/tables/class-fees-table.php:316
4416
  #, fuzzy
4417
  msgctxt "fees admin"
4418
  msgid "%1$s + %2$s per category"
4419
  msgstr "%s + %s per kategori"
4420
 
4421
- #: includes/admin/helpers/tables/class-fees-table.php:324
4422
  msgctxt "fees admin"
4423
  msgid "Forever"
4424
  msgstr "För alltid"
4425
 
4426
- #: includes/admin/helpers/tables/class-fees-table.php:326
4427
  msgctxt "fees admin"
4428
  msgid "%d day"
4429
  msgid_plural "%d days"
4430
  msgstr[0] "%d dag"
4431
  msgstr[1] "%d dagar"
4432
 
4433
- #: includes/admin/helpers/tables/class-fees-table.php:330
4434
  msgctxt "fees admin"
4435
  msgid "%d image"
4436
  msgid_plural "%d images"
4437
  msgstr[0] "%d bild"
4438
  msgstr[1] "%d bilder"
4439
 
4440
- #: includes/admin/helpers/tables/class-fees-table.php:335
4441
  msgctxt "fees admin"
4442
  msgid "All categories"
4443
  msgstr "Alla kategorier"
4444
 
4445
- #: includes/admin/helpers/tables/class-fees-table.php:359
4446
- msgctxt "fees admin"
4447
- msgid "Unavailable"
4448
- msgstr "Ej tillgänglig"
4449
-
4450
- #: includes/admin/helpers/tables/class-fees-table.php:368
4451
  msgctxt "fees admin"
4452
  msgid "Sticky"
4453
  msgstr "Klistrad"
4454
 
4455
- #: includes/admin/helpers/tables/class-fees-table.php:372
4456
  msgctxt "fees admin"
4457
  msgid "Recurring"
4458
  msgstr "Återkommande"
4459
 
4460
- #: includes/admin/helpers/tables/class-fees-table.php:376
4461
  #, fuzzy
4462
  msgctxt "fees admin"
4463
  msgid "Private"
@@ -4672,21 +4598,11 @@ msgctxt "listing timeline"
4672
  msgid "Initial Payment"
4673
  msgstr "Första betalning"
4674
 
4675
- #: includes/admin/helpers/tables/class-fees-table.php:77
4676
  msgctxt "admin fees table"
4677
  msgid "All"
4678
  msgstr "Alla
"
4679
 
4680
- #: includes/admin/helpers/tables/class-fees-table.php:91
4681
- msgctxt "admin fees table"
4682
- msgid "Active"
4683
- msgstr "Aktiv"
4684
-
4685
- #: includes/admin/helpers/tables/class-fees-table.php:99
4686
- msgctxt "admin fees table"
4687
- msgid "Disabled"
4688
- msgstr "Inaktiverad"
4689
-
4690
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4691
  msgctxt "form-fields admin"
4692
  msgid "form field"
@@ -5300,13 +5216,13 @@ msgid "Author"
5300
  msgstr "Författare"
5301
 
5302
  #: includes/admin/settings/class-settings-bootstrap.php:789
5303
- #: includes/functions.php:1213
5304
  msgctxt "admin settings"
5305
  msgid "Date posted"
5306
  msgstr "Datum inlagd"
5307
 
5308
  #: includes/admin/settings/class-settings-bootstrap.php:790
5309
- #: includes/functions.php:1214
5310
  msgctxt "admin settings"
5311
  msgid "Date last modified"
5312
  msgstr "Senast ändrad"
@@ -5703,12 +5619,12 @@ msgctxt "admin settings"
5703
  msgid "Uploaded Image (no resize)"
5704
  msgstr "Ladda upp bilder"
5705
 
5706
- #: includes/functions.php:1211
5707
  msgctxt "admin settings"
5708
  msgid "User"
5709
  msgstr "Användare"
5710
 
5711
- #: includes/functions.php:1212
5712
  msgctxt "admin settings"
5713
  msgid "User registration date"
5714
  msgstr "Användarens registreringsdatum"
@@ -7793,7 +7709,7 @@ msgctxt "templates"
7793
  msgid "I agree to the <a>Terms and Conditions</a>"
7794
  msgstr "Jag godtar <a>villkoren</a>."
7795
 
7796
- #: includes/functions.php:1291
7797
  #, fuzzy
7798
  msgctxt "templates"
7799
  msgid "Return to results"
@@ -9032,6 +8948,82 @@ msgctxt "send-access-keys"
9032
  msgid "Continue"
9033
  msgstr "Fortsätt "
9034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9035
  #~ msgctxt "fees admin"
9036
  #~ msgid "Not Available"
9037
  #~ msgstr "Ej tillgängligt"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
258
  msgstr "Vänligen ladda upp eller välj en CSV-fil."
259
 
260
  #: includes/admin/fees.php:47
261
+ #: includes/admin/helpers/tables/class-fees-table.php:62
262
  #: includes/admin/helpers/tables/class-payments-table.php:57
263
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
264
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
270
  msgstr "Belopp"
271
 
272
  #: includes/admin/fees.php:49
273
+ #: includes/admin/helpers/tables/class-fees-table.php:64
274
  #: includes/admin/settings/class-settings-bootstrap.php:919
275
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
276
  #, fuzzy
299
  msgstr "Installerat"
300
 
301
  #: includes/admin/helpers/class-modules-list.php:187
302
+ #: includes/admin/helpers/tables/class-fees-table.php:260
303
  #: templates/admin/themes-item.tpl.php:43
304
  #, fuzzy
305
  msgid "Active"
323
  msgid "Upgrade Now"
324
  msgstr "Uppgradera till %s"
325
 
326
+ #. translators: %1$s: open link html, %2$s close link
327
+ #: includes/admin/helpers/tables/class-fees-table.php:30
328
+ #, fuzzy
329
+ msgid "There are no fees right now. %1$sCreate one%2$s."
330
+ msgstr "Det finns inga avgifter just nu. Du kan <a>skapa ett</a> , om du vill."
331
+
332
+ #: includes/admin/helpers/tables/class-fees-table.php:153
333
+ #, fuzzy
334
+ msgid "Disable"
335
+ msgstr "Koppla ur"
336
+
337
+ #: includes/admin/helpers/tables/class-fees-table.php:159
338
+ #, fuzzy
339
+ msgid "Enable"
340
+ msgstr "Aktivera"
341
+
342
+ #: includes/admin/helpers/tables/class-fees-table.php:175
343
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
344
  #: includes/admin/settings/class-settings-admin.php:536
345
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
351
  msgid "Delete"
352
  msgstr "Ta bort"
353
 
354
+ #: includes/admin/helpers/tables/class-fees-table.php:256
355
+ #: includes/admin/helpers/tables/class-fees-table.php:258
356
+ #, fuzzy
357
+ msgid "Disabled"
358
+ msgstr "Inaktiverad"
359
+
360
+ #: includes/admin/helpers/tables/class-fees-table.php:264
361
+ #: includes/templates-ui.php:431
362
+ #, fuzzy
363
+ msgid "Default"
364
+ msgstr "Standardavgift"
365
+
366
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
367
  #: includes/fields/class-fieldtypes-social.php:138
368
  #: templates/admin/csv-import.tpl.php:327
393
  msgstr "Gå till \"Hantera formulärfält\""
394
 
395
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
396
+ #: includes/functions.php:1297 includes/functions.php:1302
397
  #, fuzzy
398
  msgid "Go back"
399
  msgstr "Nej, gå tillbaka"
1687
  msgid "%s is badly formatted. Valid Phone Number format required."
1688
  msgstr "%s är dåligt formaterat. Giltig e-postformat krävs."
1689
 
1690
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1691
  msgid "Free"
1692
  msgstr "Gratis"
1693
 
1882
  msgid "Manage Listings"
1883
  msgstr "Hantera betalda annonser"
1884
 
1885
+ #: includes/themes.php:951
 
 
 
 
 
1886
  #, fuzzy
1887
  msgid "ZIP file is not a valid Business Directory theme file."
1888
  msgstr "ZIP-filen är inte en giltig BD temafil."
2239
  msgid "Drag and drop to re-order fees."
2240
  msgstr "Dra och släpp för att ändra ordning på avgifter"
2241
 
2242
+ #. translators: %1$s is directory payment mode (Free or Paid)
2243
+ #: templates/admin/fees-index.tpl.php:66
2244
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
 
2245
  msgstr ""
 
 
 
2246
 
2247
+ #: templates/admin/fees-index.tpl.php:67
 
2248
  msgid "Paid"
2249
  msgstr "Betald"
2250
 
 
 
 
 
 
 
 
 
 
 
 
 
2251
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2252
  msgid "Set up a payment gateway to charge a fee for listings"
2253
  msgstr ""
2254
 
2255
+ #: templates/admin/fees-index.tpl.php:94
2256
  msgid "Add a payment gateway to increase conversion rates"
2257
  msgstr ""
2258
 
2259
  #. translators: %s: payment gateway name */
2260
+ #: templates/admin/fees-index.tpl.php:113
2261
  msgid "Add the %s gateway as a payment option."
2262
  msgstr ""
2263
 
2264
+ #: templates/admin/fees-index.tpl.php:119
2265
  #, fuzzy
2266
  msgid "Upgrade"
2267
  msgstr "Uppgradera till %s"
2268
 
2269
+ #: templates/admin/fees-index.tpl.php:127
2270
  msgid "Set up Authorize.net as a payment option."
2271
  msgstr ""
2272
 
2273
+ #: templates/admin/fees-index.tpl.php:130
2274
  msgid "Set Up"
2275
  msgstr ""
2276
 
4241
  msgid "Theme was updated successfully."
4242
  msgstr "Temat har uppdaterats."
4243
 
4244
+ #: includes/themes.php:959
4245
  msgctxt "themes"
4246
  msgid "Could not create themes directory."
4247
  msgstr "Det gick inte att skapa temakatalogen."
4248
 
4249
+ #: includes/themes.php:970
4250
  msgctxt "themes"
4251
  msgid "Could not remove previous theme directory \"%s\"."
4252
  msgstr "Det gick inte att ta bort tidigare temakatalogen \"%s\"."
4253
 
4254
+ #: includes/themes.php:978
4255
  msgctxt "themes"
4256
  msgid "Could not move new theme into theme directory."
4257
  msgstr "Det gick inte att flytta det nya temat till temakatalogen."
4313
  msgid "fees"
4314
  msgstr "avgifter"
4315
 
4316
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4317
  msgctxt "fees admin"
4318
  msgid "Label"
4319
  msgstr "Etikett"
4320
 
4321
+ #: includes/admin/helpers/tables/class-fees-table.php:63
4322
  msgctxt "fees admin"
4323
  msgid "Duration"
4324
  msgstr "Varaktighet"
4325
 
4326
+ #: includes/admin/helpers/tables/class-fees-table.php:65
4327
  msgctxt "fees admin"
4328
  msgid "Attributes"
4329
  msgstr "Attribut"
4330
 
4331
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4332
  msgctxt "fees admin"
4333
  msgid "Edit"
4334
  msgstr "Redigera"
4335
 
4336
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
4337
  msgctxt "fees admin"
4338
  msgid "<strong>Fee ID:</strong> <fee-id>"
4339
  msgstr "<strong>Avgifts-ID:</strong><fee-id></fee-id>"
4340
 
4341
+ #: includes/admin/helpers/tables/class-fees-table.php:209
4342
  msgctxt "fees admin"
4343
  msgid "Variable"
4344
  msgstr "Variabel"
4345
 
4346
+ #: includes/admin/helpers/tables/class-fees-table.php:214
4347
  #, fuzzy
4348
  msgctxt "fees admin"
4349
  msgid "%1$s + %2$s per category"
4350
  msgstr "%s + %s per kategori"
4351
 
4352
+ #: includes/admin/helpers/tables/class-fees-table.php:222
4353
  msgctxt "fees admin"
4354
  msgid "Forever"
4355
  msgstr "För alltid"
4356
 
4357
+ #: includes/admin/helpers/tables/class-fees-table.php:224
4358
  msgctxt "fees admin"
4359
  msgid "%d day"
4360
  msgid_plural "%d days"
4361
  msgstr[0] "%d dag"
4362
  msgstr[1] "%d dagar"
4363
 
4364
+ #: includes/admin/helpers/tables/class-fees-table.php:228
4365
  msgctxt "fees admin"
4366
  msgid "%d image"
4367
  msgid_plural "%d images"
4368
  msgstr[0] "%d bild"
4369
  msgstr[1] "%d bilder"
4370
 
4371
+ #: includes/admin/helpers/tables/class-fees-table.php:233
4372
  msgctxt "fees admin"
4373
  msgid "All categories"
4374
  msgstr "Alla kategorier"
4375
 
4376
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
4377
  msgctxt "fees admin"
4378
  msgid "Sticky"
4379
  msgstr "Klistrad"
4380
 
4381
+ #: includes/admin/helpers/tables/class-fees-table.php:272
4382
  msgctxt "fees admin"
4383
  msgid "Recurring"
4384
  msgstr "Återkommande"
4385
 
4386
+ #: includes/admin/helpers/tables/class-fees-table.php:276
4387
  #, fuzzy
4388
  msgctxt "fees admin"
4389
  msgid "Private"
4598
  msgid "Initial Payment"
4599
  msgstr "Första betalning"
4600
 
4601
+ #: includes/admin/helpers/tables/class-fees-table.php:52
4602
  msgctxt "admin fees table"
4603
  msgid "All"
4604
  msgstr "Alla
"
4605
 
 
 
 
 
 
 
 
 
 
 
4606
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4607
  msgctxt "form-fields admin"
4608
  msgid "form field"
5216
  msgstr "Författare"
5217
 
5218
  #: includes/admin/settings/class-settings-bootstrap.php:789
5219
+ #: includes/functions.php:1215
5220
  msgctxt "admin settings"
5221
  msgid "Date posted"
5222
  msgstr "Datum inlagd"
5223
 
5224
  #: includes/admin/settings/class-settings-bootstrap.php:790
5225
+ #: includes/functions.php:1216
5226
  msgctxt "admin settings"
5227
  msgid "Date last modified"
5228
  msgstr "Senast ändrad"
5619
  msgid "Uploaded Image (no resize)"
5620
  msgstr "Ladda upp bilder"
5621
 
5622
+ #: includes/functions.php:1213
5623
  msgctxt "admin settings"
5624
  msgid "User"
5625
  msgstr "Användare"
5626
 
5627
+ #: includes/functions.php:1214
5628
  msgctxt "admin settings"
5629
  msgid "User registration date"
5630
  msgstr "Användarens registreringsdatum"
7709
  msgid "I agree to the <a>Terms and Conditions</a>"
7710
  msgstr "Jag godtar <a>villkoren</a>."
7711
 
7712
+ #: includes/functions.php:1293
7713
  #, fuzzy
7714
  msgctxt "templates"
7715
  msgid "Return to results"
8948
  msgid "Continue"
8949
  msgstr "Fortsätt "
8950
 
8951
+ #, fuzzy
8952
+ #~ msgid ""
8953
+ #~ "These are all of the fee plans displayed to the user when they place a "
8954
+ #~ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
8955
+ #~ "on the %2$sNot Available%3$s filter will become active when you change "
8956
+ #~ "the payment mode."
8957
+ #~ msgstr ""
8958
+ #~ "Dessa är alla avgiftsplanerna som visas för användaren när de placerar en "
8959
+ #~ "annons. Din nuvarande läge av \"%s\" begränsar vad du ser här. De på "
8960
+ #~ "<a>Inte tillgänglig</a> filtret blir aktiv när du byter betalningsläget."
8961
+
8962
+ #, fuzzy
8963
+ #~ msgid ""
8964
+ #~ "These are all of the fee plans that aren't available because you're in "
8965
+ #~ "\"%s\" mode. Those on the Active filter will become Not Available when "
8966
+ #~ "you change the payment mode."
8967
+ #~ msgstr ""
8968
+ #~ "Detta är de avgiftsplaner som inte är tillgängliga för att du är i \"%s\" "
8969
+ #~ "-läge. De på det aktiva filtret ändrar status till inte tillgänglig när "
8970
+ #~ "du ändra betalningsläget."
8971
+
8972
+ #, fuzzy
8973
+ #~ msgid ""
8974
+ #~ "These fee plans were disabled by the admin and will not show to the end "
8975
+ #~ "user regardless of mode until you enable them."
8976
+ #~ msgstr ""
8977
+ #~ "Dessa avgiftsplaner har inaktiverats av administratören och kommer inte "
8978
+ #~ "att visas för slutanvändaren oavsett läge tills du aktiverar dem."
8979
+
8980
+ #, fuzzy
8981
+ #~ msgid ""
8982
+ #~ "These are all of the fee plans you have configured. Not all of them are "
8983
+ #~ "available for the current mode (currently set to \"%1$s\"). To see the "
8984
+ #~ "fee plans for this mode click %2$sActive%3$s."
8985
+ #~ msgstr ""
8986
+ #~ "Detta är alla avgiftsplanern du har konfigurerat. Inte alla av dem är "
8987
+ #~ "tillgängliga för det aktuella läget (för närvarande satt till \"%s\"). "
8988
+ #~ "För att se avgiftsplanerna för detta läge klicka <a>Active</a> ."
8989
+
8990
+ #~ msgctxt "fees admin"
8991
+ #~ msgid "Active"
8992
+ #~ msgstr "Aktiv"
8993
+
8994
+ #~ msgctxt "fees admin"
8995
+ #~ msgid ""
8996
+ #~ "There are no \"%s\" fees right now. You can <a>create one</a>, if you "
8997
+ #~ "want."
8998
+ #~ msgstr ""
8999
+ #~ "Det finns inga \"%s\" avgifter just nu. Du kan <a>skapa en</a> , om du "
9000
+ #~ "vill."
9001
+
9002
+ #~ msgctxt "fees admin"
9003
+ #~ msgid ""
9004
+ #~ "This is the default free plan for your directory. You can't delete it "
9005
+ #~ "and it's always free, but you can edit the name and other settings. It's "
9006
+ #~ "only available when the directory is in Free mode. You can always create "
9007
+ #~ "other fee plans, including ones for 0.00 (free) if you wish."
9008
+ #~ msgstr ""
9009
+ #~ "Detta är den kostnadsfria standard-planen för din katalog. Du kan inte ta "
9010
+ #~ "bort den och den är alltid gratis, men du kan redigera namn och andra "
9011
+ #~ "inställningar. Den är bara tillgänglig när katalogen är i \"Gratis\" "
9012
+ #~ "läge. Du kan alltid skapa andra avgiftsplaner, inklusive sådana för 0,00 "
9013
+ #~ "(gratis) om du vill."
9014
+
9015
+ #~ msgctxt "fees admin"
9016
+ #~ msgid "Unavailable"
9017
+ #~ msgstr "Ej tillgänglig"
9018
+
9019
+ #~ msgctxt "admin fees table"
9020
+ #~ msgid "Active"
9021
+ #~ msgstr "Aktiv"
9022
+
9023
+ #~ msgctxt "admin fees table"
9024
+ #~ msgid "Disabled"
9025
+ #~ msgstr "Inaktiverad"
9026
+
9027
  #~ msgctxt "fees admin"
9028
  #~ msgid "Not Available"
9029
  #~ msgstr "Ej tillgängligt"
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 5.14\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2021-10-12 20:40:03+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -220,7 +220,7 @@ msgid "Please upload the correct file type."
220
  msgstr ""
221
 
222
  #: includes/admin/fees.php:47
223
- #: includes/admin/helpers/tables/class-fees-table.php:109
224
  #: includes/admin/helpers/tables/class-payments-table.php:57
225
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
226
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
@@ -231,7 +231,7 @@ msgid "Amount"
231
  msgstr ""
232
 
233
  #: includes/admin/fees.php:49
234
- #: includes/admin/helpers/tables/class-fees-table.php:111
235
  #: includes/admin/settings/class-settings-bootstrap.php:919
236
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
237
  msgid "Images"
@@ -256,6 +256,7 @@ msgid "Installed"
256
  msgstr ""
257
 
258
  #: includes/admin/helpers/class-modules-list.php:187
 
259
  #: templates/admin/themes-item.tpl.php:43
260
  msgid "Active"
261
  msgstr ""
@@ -275,7 +276,20 @@ msgstr ""
275
  msgid "Upgrade Now"
276
  msgstr ""
277
 
278
- #: includes/admin/helpers/tables/class-fees-table.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
280
  #: includes/admin/settings/class-settings-admin.php:536
281
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
@@ -286,6 +300,16 @@ msgstr ""
286
  msgid "Delete"
287
  msgstr ""
288
 
 
 
 
 
 
 
 
 
 
 
289
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
290
  #: includes/fields/class-fieldtypes-social.php:138
291
  #: templates/admin/csv-import.tpl.php:327
@@ -310,7 +334,7 @@ msgid "Go to \"Form Fields\""
310
  msgstr ""
311
 
312
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
313
- #: includes/functions.php:1295 includes/functions.php:1300
314
  msgid "Go back"
315
  msgstr ""
316
 
@@ -1397,8 +1421,7 @@ msgstr ""
1397
  msgid "%s is badly formatted. Valid Phone Number format required."
1398
  msgstr ""
1399
 
1400
- #: includes/functions.php:498 templates/admin/fees-index.tpl.php:71
1401
- #: templates/admin/fees-index.tpl.php:84 templates/admin/fees-index.tpl.php:102
1402
  msgid "Free"
1403
  msgstr ""
1404
 
@@ -1558,11 +1581,7 @@ msgstr ""
1558
  msgid "Manage Listings"
1559
  msgstr ""
1560
 
1561
- #: includes/templates-ui.php:431
1562
- msgid "Default"
1563
- msgstr ""
1564
-
1565
- #: includes/themes.php:952
1566
  msgid "ZIP file is not a valid Business Directory theme file."
1567
  msgstr ""
1568
 
@@ -1840,66 +1859,37 @@ msgstr ""
1840
  msgid "Drag and drop to re-order fees."
1841
  msgstr ""
1842
 
1843
- #: templates/admin/fees-index.tpl.php:70
1844
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
1845
- #. opening <a> tag, %3$s is a closing </a> tag.
1846
- msgid ""
1847
- "These are all of the fee plans displayed to the user when they place a "
1848
- "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
1849
- "on the %2$sNot Available%3$s filter will become active when you change the "
1850
- "payment mode."
1851
  msgstr ""
1852
 
1853
- #: templates/admin/fees-index.tpl.php:71 templates/admin/fees-index.tpl.php:84
1854
- #: templates/admin/fees-index.tpl.php:102
1855
  msgid "Paid"
1856
  msgstr ""
1857
 
1858
- #: templates/admin/fees-index.tpl.php:83
1859
- #. translators: %s is directory payment mode (Free or Paid)
1860
- msgid ""
1861
- "These are all of the fee plans that aren't available because you're in "
1862
- "\"%s\" mode. Those on the Active filter will become Not Available when you "
1863
- "change the payment mode."
1864
- msgstr ""
1865
-
1866
  #: templates/admin/fees-index.tpl.php:92
1867
- msgid ""
1868
- "These fee plans were disabled by the admin and will not show to the end "
1869
- "user regardless of mode until you enable them."
1870
- msgstr ""
1871
-
1872
- #: templates/admin/fees-index.tpl.php:101
1873
- #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
1874
- #. opening <a> tag, %3$s is a closing </a> tag.
1875
- msgid ""
1876
- "These are all of the fee plans you have configured. Not all of them are "
1877
- "available for the current mode (currently set to \"%1$s\"). To see the fee "
1878
- "plans for this mode click %2$sActive%3$s."
1879
- msgstr ""
1880
-
1881
- #: templates/admin/fees-index.tpl.php:131
1882
  msgid "Set up a payment gateway to charge a fee for listings"
1883
  msgstr ""
1884
 
1885
- #: templates/admin/fees-index.tpl.php:133
1886
  msgid "Add a payment gateway to increase conversion rates"
1887
  msgstr ""
1888
 
1889
- #: templates/admin/fees-index.tpl.php:152
1890
  #. translators: %s: payment gateway name */
1891
  msgid "Add the %s gateway as a payment option."
1892
  msgstr ""
1893
 
1894
- #: templates/admin/fees-index.tpl.php:158
1895
  msgid "Upgrade"
1896
  msgstr ""
1897
 
1898
- #: templates/admin/fees-index.tpl.php:166
1899
  msgid "Set up Authorize.net as a payment option."
1900
  msgstr ""
1901
 
1902
- #: templates/admin/fees-index.tpl.php:169
1903
  msgid "Set Up"
1904
  msgstr ""
1905
 
@@ -3605,17 +3595,17 @@ msgctxt "themes"
3605
  msgid "Theme was updated successfully."
3606
  msgstr ""
3607
 
3608
- #: includes/themes.php:960
3609
  msgctxt "themes"
3610
  msgid "Could not create themes directory."
3611
  msgstr ""
3612
 
3613
- #: includes/themes.php:971
3614
  msgctxt "themes"
3615
  msgid "Could not remove previous theme directory \"%s\"."
3616
  msgstr ""
3617
 
3618
- #: includes/themes.php:979
3619
  msgctxt "themes"
3620
  msgid "Could not move new theme into theme directory."
3621
  msgstr ""
@@ -3673,122 +3663,76 @@ msgctxt "fees admin"
3673
  msgid "fees"
3674
  msgstr ""
3675
 
3676
- #: includes/admin/helpers/tables/class-fees-table.php:32
3677
- msgctxt "fees admin"
3678
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
3679
- msgstr ""
3680
-
3681
- #: includes/admin/helpers/tables/class-fees-table.php:39
3682
- #: includes/admin/helpers/tables/class-fees-table.php:361
3683
- msgctxt "fees admin"
3684
- msgid "Active"
3685
- msgstr ""
3686
-
3687
- #: includes/admin/helpers/tables/class-fees-table.php:42
3688
- #: includes/admin/helpers/tables/class-fees-table.php:357
3689
- msgctxt "fees admin"
3690
- msgid "Disabled"
3691
- msgstr ""
3692
-
3693
- #: includes/admin/helpers/tables/class-fees-table.php:52
3694
- msgctxt "fees admin"
3695
- msgid "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
3696
- msgstr ""
3697
-
3698
- #: includes/admin/helpers/tables/class-fees-table.php:108
3699
  msgctxt "fees admin"
3700
  msgid "Label"
3701
  msgstr ""
3702
 
3703
- #: includes/admin/helpers/tables/class-fees-table.php:110
3704
  msgctxt "fees admin"
3705
  msgid "Duration"
3706
  msgstr ""
3707
 
3708
- #: includes/admin/helpers/tables/class-fees-table.php:112
3709
  msgctxt "fees admin"
3710
  msgid "Attributes"
3711
  msgstr ""
3712
 
3713
- #: includes/admin/helpers/tables/class-fees-table.php:167
3714
- msgctxt "fees admin"
3715
- msgid ""
3716
- "This is the default free plan for your directory. You can't delete it and "
3717
- "it's always free, but you can edit the name and other settings. It's only "
3718
- "available when the directory is in Free mode. You can always create other "
3719
- "fee plans, including ones for 0.00 (free) if you wish."
3720
- msgstr ""
3721
-
3722
- #: includes/admin/helpers/tables/class-fees-table.php:228
3723
  msgctxt "fees admin"
3724
  msgid "Edit"
3725
  msgstr ""
3726
 
3727
- #: includes/admin/helpers/tables/class-fees-table.php:248
3728
- msgctxt "fees admin"
3729
- msgid "Disable"
3730
- msgstr ""
3731
-
3732
- #: includes/admin/helpers/tables/class-fees-table.php:262
3733
- msgctxt "fees admin"
3734
- msgid "Enable"
3735
- msgstr ""
3736
-
3737
- #: includes/admin/helpers/tables/class-fees-table.php:287
3738
  msgctxt "fees admin"
3739
  msgid "<strong>Fee ID:</strong> <fee-id>"
3740
  msgstr ""
3741
 
3742
- #: includes/admin/helpers/tables/class-fees-table.php:311
3743
  msgctxt "fees admin"
3744
  msgid "Variable"
3745
  msgstr ""
3746
 
3747
- #: includes/admin/helpers/tables/class-fees-table.php:316
3748
  msgctxt "fees admin"
3749
  msgid "%1$s + %2$s per category"
3750
  msgstr ""
3751
 
3752
- #: includes/admin/helpers/tables/class-fees-table.php:324
3753
  msgctxt "fees admin"
3754
  msgid "Forever"
3755
  msgstr ""
3756
 
3757
- #: includes/admin/helpers/tables/class-fees-table.php:326
3758
  msgctxt "fees admin"
3759
  msgid "%d day"
3760
  msgid_plural "%d days"
3761
  msgstr[0] ""
3762
  msgstr[1] ""
3763
 
3764
- #: includes/admin/helpers/tables/class-fees-table.php:330
3765
  msgctxt "fees admin"
3766
  msgid "%d image"
3767
  msgid_plural "%d images"
3768
  msgstr[0] ""
3769
  msgstr[1] ""
3770
 
3771
- #: includes/admin/helpers/tables/class-fees-table.php:335
3772
  msgctxt "fees admin"
3773
  msgid "All categories"
3774
  msgstr ""
3775
 
3776
- #: includes/admin/helpers/tables/class-fees-table.php:359
3777
- msgctxt "fees admin"
3778
- msgid "Unavailable"
3779
- msgstr ""
3780
-
3781
- #: includes/admin/helpers/tables/class-fees-table.php:368
3782
  msgctxt "fees admin"
3783
  msgid "Sticky"
3784
  msgstr ""
3785
 
3786
- #: includes/admin/helpers/tables/class-fees-table.php:372
3787
  msgctxt "fees admin"
3788
  msgid "Recurring"
3789
  msgstr ""
3790
 
3791
- #: includes/admin/helpers/tables/class-fees-table.php:376
3792
  msgctxt "fees admin"
3793
  msgid "Private"
3794
  msgstr ""
@@ -3998,21 +3942,11 @@ msgctxt "listing timeline"
3998
  msgid "Initial Payment"
3999
  msgstr ""
4000
 
4001
- #: includes/admin/helpers/tables/class-fees-table.php:77
4002
  msgctxt "admin fees table"
4003
  msgid "All"
4004
  msgstr ""
4005
 
4006
- #: includes/admin/helpers/tables/class-fees-table.php:91
4007
- msgctxt "admin fees table"
4008
- msgid "Active"
4009
- msgstr ""
4010
-
4011
- #: includes/admin/helpers/tables/class-fees-table.php:99
4012
- msgctxt "admin fees table"
4013
- msgid "Disabled"
4014
- msgstr ""
4015
-
4016
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
4017
  msgctxt "form-fields admin"
4018
  msgid "form field"
@@ -4587,13 +4521,13 @@ msgid "Author"
4587
  msgstr ""
4588
 
4589
  #: includes/admin/settings/class-settings-bootstrap.php:789
4590
- #: includes/functions.php:1213
4591
  msgctxt "admin settings"
4592
  msgid "Date posted"
4593
  msgstr ""
4594
 
4595
  #: includes/admin/settings/class-settings-bootstrap.php:790
4596
- #: includes/functions.php:1214
4597
  msgctxt "admin settings"
4598
  msgid "Date last modified"
4599
  msgstr ""
@@ -4966,12 +4900,12 @@ msgctxt "admin settings"
4966
  msgid "Uploaded Image (no resize)"
4967
  msgstr ""
4968
 
4969
- #: includes/functions.php:1211
4970
  msgctxt "admin settings"
4971
  msgid "User"
4972
  msgstr ""
4973
 
4974
- #: includes/functions.php:1212
4975
  msgctxt "admin settings"
4976
  msgid "User registration date"
4977
  msgstr ""
@@ -6907,7 +6841,7 @@ msgctxt "templates"
6907
  msgid "I agree to the <a>Terms and Conditions</a>"
6908
  msgstr ""
6909
 
6910
- #: includes/functions.php:1291
6911
  msgctxt "templates"
6912
  msgid "Return to results"
6913
  msgstr ""
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 5.14.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2021-10-13 00:37:47+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
220
  msgstr ""
221
 
222
  #: includes/admin/fees.php:47
223
+ #: includes/admin/helpers/tables/class-fees-table.php:62
224
  #: includes/admin/helpers/tables/class-payments-table.php:57
225
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
226
  #: templates/admin/metaboxes-listing-information-plan.tpl.php:73
231
  msgstr ""
232
 
233
  #: includes/admin/fees.php:49
234
+ #: includes/admin/helpers/tables/class-fees-table.php:64
235
  #: includes/admin/settings/class-settings-bootstrap.php:919
236
  #: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:275
237
  msgid "Images"
256
  msgstr ""
257
 
258
  #: includes/admin/helpers/class-modules-list.php:187
259
+ #: includes/admin/helpers/tables/class-fees-table.php:260
260
  #: templates/admin/themes-item.tpl.php:43
261
  msgid "Active"
262
  msgstr ""
276
  msgid "Upgrade Now"
277
  msgstr ""
278
 
279
+ #: includes/admin/helpers/tables/class-fees-table.php:30
280
+ #. translators: %1$s: open link html, %2$s close link
281
+ msgid "There are no fees right now. %1$sCreate one%2$s."
282
+ msgstr ""
283
+
284
+ #: includes/admin/helpers/tables/class-fees-table.php:153
285
+ msgid "Disable"
286
+ msgstr ""
287
+
288
+ #: includes/admin/helpers/tables/class-fees-table.php:159
289
+ msgid "Enable"
290
+ msgstr ""
291
+
292
+ #: includes/admin/helpers/tables/class-fees-table.php:175
293
  #: includes/admin/helpers/tables/class-form-fields-table.php:104
294
  #: includes/admin/settings/class-settings-admin.php:536
295
  #: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
300
  msgid "Delete"
301
  msgstr ""
302
 
303
+ #: includes/admin/helpers/tables/class-fees-table.php:256
304
+ #: includes/admin/helpers/tables/class-fees-table.php:258
305
+ msgid "Disabled"
306
+ msgstr ""
307
+
308
+ #: includes/admin/helpers/tables/class-fees-table.php:264
309
+ #: includes/templates-ui.php:431
310
+ msgid "Default"
311
+ msgstr ""
312
+
313
  #: includes/admin/helpers/tables/class-form-fields-table.php:31
314
  #: includes/fields/class-fieldtypes-social.php:138
315
  #: templates/admin/csv-import.tpl.php:327
334
  msgstr ""
335
 
336
  #: includes/admin/helpers/tables/class-form-fields-table.php:313
337
+ #: includes/functions.php:1297 includes/functions.php:1302
338
  msgid "Go back"
339
  msgstr ""
340
 
1421
  msgid "%s is badly formatted. Valid Phone Number format required."
1422
  msgstr ""
1423
 
1424
+ #: includes/functions.php:498 templates/admin/fees-index.tpl.php:67
 
1425
  msgid "Free"
1426
  msgstr ""
1427
 
1581
  msgid "Manage Listings"
1582
  msgstr ""
1583
 
1584
+ #: includes/themes.php:951
 
 
 
 
1585
  msgid "ZIP file is not a valid Business Directory theme file."
1586
  msgstr ""
1587
 
1859
  msgid "Drag and drop to re-order fees."
1860
  msgstr ""
1861
 
1862
+ #: templates/admin/fees-index.tpl.php:66
1863
+ #. translators: %1$s is directory payment mode (Free or Paid)
1864
+ msgid "All fee plans may not be available in \"%1$s\" mode."
 
 
 
 
 
1865
  msgstr ""
1866
 
1867
+ #: templates/admin/fees-index.tpl.php:67
 
1868
  msgid "Paid"
1869
  msgstr ""
1870
 
 
 
 
 
 
 
 
 
1871
  #: templates/admin/fees-index.tpl.php:92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1872
  msgid "Set up a payment gateway to charge a fee for listings"
1873
  msgstr ""
1874
 
1875
+ #: templates/admin/fees-index.tpl.php:94
1876
  msgid "Add a payment gateway to increase conversion rates"
1877
  msgstr ""
1878
 
1879
+ #: templates/admin/fees-index.tpl.php:113
1880
  #. translators: %s: payment gateway name */
1881
  msgid "Add the %s gateway as a payment option."
1882
  msgstr ""
1883
 
1884
+ #: templates/admin/fees-index.tpl.php:119
1885
  msgid "Upgrade"
1886
  msgstr ""
1887
 
1888
+ #: templates/admin/fees-index.tpl.php:127
1889
  msgid "Set up Authorize.net as a payment option."
1890
  msgstr ""
1891
 
1892
+ #: templates/admin/fees-index.tpl.php:130
1893
  msgid "Set Up"
1894
  msgstr ""
1895
 
3595
  msgid "Theme was updated successfully."
3596
  msgstr ""
3597
 
3598
+ #: includes/themes.php:959
3599
  msgctxt "themes"
3600
  msgid "Could not create themes directory."
3601
  msgstr ""
3602
 
3603
+ #: includes/themes.php:970
3604
  msgctxt "themes"
3605
  msgid "Could not remove previous theme directory \"%s\"."
3606
  msgstr ""
3607
 
3608
+ #: includes/themes.php:978
3609
  msgctxt "themes"
3610
  msgid "Could not move new theme into theme directory."
3611
  msgstr ""
3663
  msgid "fees"
3664
  msgstr ""
3665
 
3666
+ #: includes/admin/helpers/tables/class-fees-table.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3667
  msgctxt "fees admin"
3668
  msgid "Label"
3669
  msgstr ""
3670
 
3671
+ #: includes/admin/helpers/tables/class-fees-table.php:63
3672
  msgctxt "fees admin"
3673
  msgid "Duration"
3674
  msgstr ""
3675
 
3676
+ #: includes/admin/helpers/tables/class-fees-table.php:65
3677
  msgctxt "fees admin"
3678
  msgid "Attributes"
3679
  msgstr ""
3680
 
3681
+ #: includes/admin/helpers/tables/class-fees-table.php:138
 
 
 
 
 
 
 
 
 
3682
  msgctxt "fees admin"
3683
  msgid "Edit"
3684
  msgstr ""
3685
 
3686
+ #: includes/admin/helpers/tables/class-fees-table.php:185
 
 
 
 
 
 
 
 
 
 
3687
  msgctxt "fees admin"
3688
  msgid "<strong>Fee ID:</strong> <fee-id>"
3689
  msgstr ""
3690
 
3691
+ #: includes/admin/helpers/tables/class-fees-table.php:209
3692
  msgctxt "fees admin"
3693
  msgid "Variable"
3694
  msgstr ""
3695
 
3696
+ #: includes/admin/helpers/tables/class-fees-table.php:214
3697
  msgctxt "fees admin"
3698
  msgid "%1$s + %2$s per category"
3699
  msgstr ""
3700
 
3701
+ #: includes/admin/helpers/tables/class-fees-table.php:222
3702
  msgctxt "fees admin"
3703
  msgid "Forever"
3704
  msgstr ""
3705
 
3706
+ #: includes/admin/helpers/tables/class-fees-table.php:224
3707
  msgctxt "fees admin"
3708
  msgid "%d day"
3709
  msgid_plural "%d days"
3710
  msgstr[0] ""
3711
  msgstr[1] ""
3712
 
3713
+ #: includes/admin/helpers/tables/class-fees-table.php:228
3714
  msgctxt "fees admin"
3715
  msgid "%d image"
3716
  msgid_plural "%d images"
3717
  msgstr[0] ""
3718
  msgstr[1] ""
3719
 
3720
+ #: includes/admin/helpers/tables/class-fees-table.php:233
3721
  msgctxt "fees admin"
3722
  msgid "All categories"
3723
  msgstr ""
3724
 
3725
+ #: includes/admin/helpers/tables/class-fees-table.php:268
 
 
 
 
 
3726
  msgctxt "fees admin"
3727
  msgid "Sticky"
3728
  msgstr ""
3729
 
3730
+ #: includes/admin/helpers/tables/class-fees-table.php:272
3731
  msgctxt "fees admin"
3732
  msgid "Recurring"
3733
  msgstr ""
3734
 
3735
+ #: includes/admin/helpers/tables/class-fees-table.php:276
3736
  msgctxt "fees admin"
3737
  msgid "Private"
3738
  msgstr ""
3942
  msgid "Initial Payment"
3943
  msgstr ""
3944
 
3945
+ #: includes/admin/helpers/tables/class-fees-table.php:52
3946
  msgctxt "admin fees table"
3947
  msgid "All"
3948
  msgstr ""
3949
 
 
 
 
 
 
 
 
 
 
 
3950
  #: includes/admin/helpers/tables/class-form-fields-table.php:20
3951
  msgctxt "form-fields admin"
3952
  msgid "form field"
4521
  msgstr ""
4522
 
4523
  #: includes/admin/settings/class-settings-bootstrap.php:789
4524
+ #: includes/functions.php:1215
4525
  msgctxt "admin settings"
4526
  msgid "Date posted"
4527
  msgstr ""
4528
 
4529
  #: includes/admin/settings/class-settings-bootstrap.php:790
4530
+ #: includes/functions.php:1216
4531
  msgctxt "admin settings"
4532
  msgid "Date last modified"
4533
  msgstr ""
4900
  msgid "Uploaded Image (no resize)"
4901
  msgstr ""
4902
 
4903
+ #: includes/functions.php:1213
4904
  msgctxt "admin settings"
4905
  msgid "User"
4906
  msgstr ""
4907
 
4908
+ #: includes/functions.php:1214
4909
  msgctxt "admin settings"
4910
  msgid "User registration date"
4911
  msgstr ""
6841
  msgid "I agree to the <a>Terms and Conditions</a>"
6842
  msgstr ""
6843
 
6844
+ #: includes/functions.php:1293
6845
  msgctxt "templates"
6846
  msgid "Return to results"
6847
  msgstr ""
templates/admin/fees-index.tpl.php CHANGED
@@ -61,51 +61,12 @@
61
 
62
  <p class="howto">
63
  <?php
64
- switch ( $table->get_current_view() ) :
65
- case 'active':
66
- ?>
67
- <?php
68
- printf(
69
- /* translators: %1$s is directory payment mode (Free or Paid), %2$s is a opening <a> tag, %3$s is a closing </a> tag. */
70
- esc_html__( 'These are all of the fee plans displayed to the user when they place a listing. Your current mode of "%1$s" restricts what you see here. Those on the %2$sNot Available%3$s filter will become active when you change the payment mode.', 'business-directory-plugin' ),
71
- wpbdp_payments_possible() ? esc_html__( 'Paid', 'business-directory-plugin' ) : esc_html__( 'Free', 'business-directory-plugin' ),
72
- '<a href="' . esc_url( add_query_arg( 'fee_status', 'unavailable', admin_url( 'admin.php?page=wpbdp-admin-fees' ) ) ) . '">',
73
- '</a>'
74
- );
75
- ?>
76
- <?php break; ?>
77
- <?php
78
- case 'unavailable':
79
- ?>
80
- <?php
81
- printf(
82
- /* translators: %s is directory payment mode (Free or Paid) */
83
- esc_html__( 'These are all of the fee plans that aren\'t available because you\'re in "%s" mode. Those on the Active filter will become Not Available when you change the payment mode.', 'business-directory-plugin' ),
84
- wpbdp_payments_possible() ? esc_html__( 'Paid', 'business-directory-plugin' ) : esc_html__( 'Free', 'business-directory-plugin' )
85
- );
86
- ?>
87
- <?php break; ?>
88
- <?php
89
- case 'disabled':
90
- ?>
91
- <?php
92
- esc_html_e( 'These fee plans were disabled by the admin and will not show to the end user regardless of mode until you enable them.', 'business-directory-plugin' );
93
- ?>
94
- <?php break; ?>
95
- <?php
96
- default:
97
- ?>
98
- <?php
99
- echo sprintf(
100
- /* translators: %1$s is directory payment mode (Free or Paid), %2$s is a opening <a> tag, %3$s is a closing </a> tag. */
101
- esc_html__( 'These are all of the fee plans you have configured. Not all of them are available for the current mode (currently set to "%1$s"). To see the fee plans for this mode click %2$sActive%3$s.', 'business-directory-plugin' ),
102
- esc_html( wpbdp_payments_possible() ? __( 'Paid', 'business-directory-plugin' ) : __( 'Free', 'business-directory-plugin' ) ),
103
- '<a href="' . esc_url( add_query_arg( 'fee_status', 'active', admin_url( 'admin.php?page=wpbdp-admin-fees' ) ) ) . '">',
104
- '</a>'
105
- );
106
- ?>
107
- <?php break; ?>
108
- <?php endswitch; ?>
109
  </p>
110
 
111
 
61
 
62
  <p class="howto">
63
  <?php
64
+ printf(
65
+ /* translators: %1$s is directory payment mode (Free or Paid) */
66
+ esc_html__( 'All fee plans may not be available in "%1$s" mode.', 'business-directory-plugin' ),
67
+ esc_html( wpbdp_payments_possible() ? __( 'Paid', 'business-directory-plugin' ) : __( 'Free', 'business-directory-plugin' ) )
68
+ );
69
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  </p>
71
 
72
 
themes/default/theme.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
- "version": "5.14",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
+ "version": "5.14.1",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",