Customer Reviews for WooCommerce - Version 5.10.0

Version Description

  • Improvement: rearrangement of elements on the Review Extensions page in the settings
  • Bug fix: replies to reviews did not work correctly with Polylang and WPML plugins
  • Bug fix: undefined array key "total" warning
Download this release

Release Info

Developer ivole
Plugin Icon 128x128 Customer Reviews for WooCommerce
Version 5.10.0
Comparing to
See all releases

Code changes from version 5.9.0 to 5.10.0

Files changed (33) hide show
  1. class-ivole.php +1 -1
  2. includes/blocks/class-cr-all-reviews.php +0 -86
  3. includes/google/class-cr-google-shopping-prod-feed.php +3 -0
  4. includes/google/class-cr-product-feed-reviews.php +6 -15
  5. includes/google/class-cr-product-feed-status.php +36 -12
  6. includes/reviews/class-cr-replies.php +44 -5
  7. includes/reviews/class-cr-reviews-list-table.php +1 -1
  8. includes/settings/class-cr-settings-review-extensions.php +135 -120
  9. ivole.php +1 -1
  10. languages/customer-reviews-woocommerce-bg_BG.po +195 -179
  11. languages/customer-reviews-woocommerce-da_DK.po +195 -179
  12. languages/customer-reviews-woocommerce-de_DE_formal.po +195 -179
  13. languages/customer-reviews-woocommerce-fa_IR.po +195 -179
  14. languages/customer-reviews-woocommerce-he_IL.po +195 -179
  15. languages/customer-reviews-woocommerce-id_ID.po +195 -179
  16. languages/customer-reviews-woocommerce-is.po +195 -179
  17. languages/customer-reviews-woocommerce-ja.po +195 -179
  18. languages/customer-reviews-woocommerce-ka_GE.po +195 -179
  19. languages/customer-reviews-woocommerce-ko_KR.po +195 -179
  20. languages/customer-reviews-woocommerce-lt_LT.po +195 -179
  21. languages/customer-reviews-woocommerce-lv.po +195 -179
  22. languages/customer-reviews-woocommerce-mk_MK.po +195 -179
  23. languages/customer-reviews-woocommerce-nn_NO.po +195 -179
  24. languages/customer-reviews-woocommerce-pt_PT.po +195 -179
  25. languages/customer-reviews-woocommerce-ro_RO.po +195 -179
  26. languages/customer-reviews-woocommerce-sk_SK.po +195 -179
  27. languages/customer-reviews-woocommerce-sl_SI.po +195 -179
  28. languages/customer-reviews-woocommerce-th.po +195 -179
  29. languages/customer-reviews-woocommerce-uk.po +195 -179
  30. languages/customer-reviews-woocommerce-vi.po +195 -179
  31. languages/customer-reviews-woocommerce-zh_TW.po +195 -179
  32. languages/customer-reviews-woocommerce.pot +183 -172
  33. readme.txt +5 -1
class-ivole.php CHANGED
@@ -67,7 +67,7 @@ require_once( __DIR__ . '/includes/qna/class-cr-qna-shortcode.php' );
67
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
68
 
69
  class Ivole {
70
- const CR_VERSION = '5.9.0';
71
 
72
  public function __construct() {
73
  if( function_exists( 'wc' ) ) {
67
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
68
 
69
  class Ivole {
70
+ const CR_VERSION = '5.10.0';
71
 
72
  public function __construct() {
73
  if( function_exists( 'wc' ) ) {
includes/blocks/class-cr-all-reviews.php CHANGED
@@ -229,92 +229,6 @@ if (! class_exists('CR_All_Reviews')) :
229
  }
230
 
231
  $show_pictures = $this->shortcode_atts['show_pictures'];
232
- // if( 'yes' === get_option( 'ivole_attach_image', 'no' ) && true === $show_pictures ) {
233
- // foreach( $comments as $comment ) {
234
- // //add pictures and videos uploaded by customers
235
- // $pics = get_comment_meta( $comment->comment_ID, 'ivole_review_image' );
236
- // $pics_local = get_comment_meta( $comment->comment_ID, 'ivole_review_image2' );
237
- // $pics_v = get_comment_meta( $comment->comment_ID, 'ivole_review_video' );
238
- // $pics_v_local = get_comment_meta( $comment->comment_ID, 'ivole_review_video2' );
239
- // $pics_n = count( $pics );
240
- // $pics_local_n = count( $pics_local );
241
- // $pics_v_n = count( $pics_v );
242
- // $pics_v_local_n = count( $pics_v_local );
243
- // $cr_query = '?crsrc=wp';
244
- // if( 0 < $pics_n || 0 < $pics_local_n ) {
245
- // $comment->comment_content .= '<p class="cr-comment-image-text">' . __( 'Uploaded image(s):', 'customer-reviews-woocommerce' ) . '</p>';
246
- // $comment->comment_content .= '<div class="iv-comment-images">';
247
- // $k = 1;
248
- // if( $pics_n > 0 ) {
249
- // for( $i = 0; $i < $pics_n; $i ++) {
250
- // $comment->comment_content .= '<div class="iv-comment-image cr-comment-image-ext" data-reviewid="' . $comment->comment_ID . '">';
251
- // $comment->comment_content .= '<a href="' . $pics[$i]['url'] . $cr_query . '" class="cr-comment-a"><img src="' .
252
- // $pics[$i]['url'] . $cr_query . '" alt="' . sprintf( __( 'Image #%1$d from ', 'customer-reviews-woocommerce' ), $k ) .
253
- // $comment->comment_author . '" loading="lazy"></a>';
254
- // $comment->comment_content .= '</div>';
255
- // $k++;
256
- // }
257
- // }
258
- // if( 0 < $pics_local_n ) {
259
- // $temp_comment_content_flag = false;
260
- // $temp_comment_content = '';
261
- // for( $i = 0; $i < $pics_local_n; $i ++) {
262
- // $attachmentUrl = wp_get_attachment_image_url( $pics_local[$i], apply_filters( 'cr_reviews_image_size', 'large' ) );
263
- // if( $attachmentUrl ) {
264
- // $temp_comment_content_flag = true;
265
- // $temp_comment_content .= '<div class="iv-comment-image">';
266
- // $temp_comment_content .= '<a href="' . $attachmentUrl . '" class="cr-comment-a"><img src="' .
267
- // $attachmentUrl . '" alt="' . sprintf( __( 'Image #%1$d from ', 'customer-reviews-woocommerce' ), $k ) .
268
- // $comment->comment_author . '" /></a>';
269
- // $temp_comment_content .= '</div>';
270
- // $k++;
271
- // }
272
- // }
273
- // if( $temp_comment_content_flag ) {
274
- // $comment->comment_content .= $temp_comment_content;
275
- // }
276
- // }
277
- // $comment->comment_content .= '<div style="clear:both;"></div></div>';
278
- // }
279
- // if( 0 < $pics_v_n || 0 < $pics_v_local_n ) {
280
- // $comment->comment_content .= '<p class="cr-comment-video-text">' . __( 'Uploaded video(s):', 'customer-reviews-woocommerce' ) . '</p>';
281
- // $comment->comment_content .= '<div class="cr-comment-videos">';
282
- // $k = 1;
283
- // if( 0 < $pics_v_n ) {
284
- // for( $i = 0; $i < $pics_v_n; $i ++) {
285
- // $comment->comment_content .= '<div class="cr-comment-video cr-comment-video-ext cr-comment-video-' . $k . '" data-reviewid="' . $comment->comment_ID . '">';
286
- // $comment->comment_content .= '<video preload="metadata" class="cr-video-a" ';
287
- // $comment->comment_content .= 'src="' . $pics_v[$i]['url'] . $cr_query;
288
- // $comment->comment_content .= '" alt="' . sprintf( __( 'Video #%1$d from %2$s', 'customer-reviews-woocommerce' ), $k, $comment->comment_author ) . '"></video>';
289
- // $comment->comment_content .= '<img class="cr-comment-videoicon" src="' . plugin_dir_url( dirname( dirname( __FILE__ ) ) ) . 'img/video.svg">';
290
- // $comment->comment_content .= '</div>';
291
- // $k++;
292
- // }
293
- // }
294
- // if( 0 < $pics_v_local_n ) {
295
- // $temp_comment_content_flag = false;
296
- // $temp_comment_content = '';
297
- // for( $i = 0; $i < $pics_v_local_n; $i++ ) {
298
- // $attachmentUrl = wp_get_attachment_url( $pics_v_local[$i] );
299
- // if( $attachmentUrl ) {
300
- // $temp_comment_content_flag = true;
301
- // $temp_comment_content .= '<div class="cr-comment-video cr-comment-video-' . $k . '">';
302
- // $temp_comment_content .= '<video preload="metadata" class="cr-video-a" ';
303
- // $temp_comment_content .= 'src="' . $attachmentUrl;
304
- // $temp_comment_content .= '" alt="' . sprintf( __( 'Video #%1$d from %2$s', 'customer-reviews-woocommerce' ), $k, $comment->comment_author ) . '"></video>';
305
- // $temp_comment_content .= '<img class="cr-comment-videoicon" src="' . plugin_dir_url( dirname( dirname( __FILE__ ) ) ) . 'img/video.svg">';
306
- // $temp_comment_content .= '</div>';
307
- // $k++;
308
- // }
309
- // }
310
- // if( $temp_comment_content_flag ) {
311
- // $comment->comment_content .= $temp_comment_content;
312
- // }
313
- // }
314
- // $comment->comment_content .= '<div style="clear:both;"></div></div>';
315
- // }
316
- // }
317
- // }
318
  }
319
 
320
  if( true === $this->shortcode_atts['shop_reviews'] ) {
229
  }
230
 
231
  $show_pictures = $this->shortcode_atts['show_pictures'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  }
233
 
234
  if( true === $this->shortcode_atts['shop_reviews'] ) {
includes/google/class-cr-google-shopping-prod-feed.php CHANGED
@@ -43,6 +43,7 @@ class CR_Google_Shopping_Prod_Feed {
43
  $this->cron_options['offset'] = 0;
44
  $this->cron_options['limit'] = $this->default_limit;
45
  $this->cron_options['current'] = 0;
 
46
 
47
  update_option('ivole_product_feed_cron', $this->cron_options);
48
 
@@ -55,6 +56,7 @@ class CR_Google_Shopping_Prod_Feed {
55
  $this->cron_options['started'] = false;
56
  $this->cron_options['offset'] = 0;
57
  $this->cron_options['current'] = 0;
 
58
  update_option( 'ivole_product_feed_cron', $this->cron_options );
59
 
60
  if( $w_file ) {
@@ -716,6 +718,7 @@ class CR_Google_Shopping_Prod_Feed {
716
 
717
  $this->cron_options['offset'] = 0;
718
  $this->cron_options['started'] = false;
 
719
  update_option('ivole_product_feed_cron', $this->cron_options);
720
 
721
  if ( file_exists( $this->file_path ) ) {
43
  $this->cron_options['offset'] = 0;
44
  $this->cron_options['limit'] = $this->default_limit;
45
  $this->cron_options['current'] = 0;
46
+ $this->cron_options['total'] = 0;
47
 
48
  update_option('ivole_product_feed_cron', $this->cron_options);
49
 
56
  $this->cron_options['started'] = false;
57
  $this->cron_options['offset'] = 0;
58
  $this->cron_options['current'] = 0;
59
+ $this->cron_options['total'] = 0;
60
  update_option( 'ivole_product_feed_cron', $this->cron_options );
61
 
62
  if( $w_file ) {
718
 
719
  $this->cron_options['offset'] = 0;
720
  $this->cron_options['started'] = false;
721
+ $this->cron_options['total'] = 0;
722
  update_option('ivole_product_feed_cron', $this->cron_options);
723
 
724
  if ( file_exists( $this->file_path ) ) {
includes/google/class-cr-product-feed-reviews.php CHANGED
@@ -12,22 +12,12 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
12
  * @var CR_Product_Feed_Admin_Menu The instance of the admin menu
13
  */
14
  protected $product_feed_menu;
15
-
16
- /**
17
- * @var string The slug of this tab
18
- */
19
  protected $tab;
20
-
21
- /**
22
- * @var array The fields for this tab
23
- */
24
  protected $settings;
25
-
26
- protected $alternate = false;
27
 
28
  public function __construct( $product_feed_menu ) {
29
  $this->product_feed_menu = $product_feed_menu;
30
-
31
  $this->tab = 'reviews';
32
 
33
  add_filter( 'cr_productfeed_tabs', array( $this, 'register_tab' ) );
@@ -43,6 +33,7 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
43
  }
44
 
45
  public function display() {
 
46
  $this->init_settings();
47
  WC_Admin_Settings::output_fields( $this->settings );
48
  }
@@ -178,7 +169,7 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
178
  <td class="cr-product-feed-categories-td">
179
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_gtin">
180
  <option></option>
181
- <?php foreach ( $this->get_product_attributes() as $attribute_value => $attribute_name ): ?>
182
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['gtin'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
183
  <?php endforeach; ?>
184
  </select>
@@ -191,7 +182,7 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
191
  <td class="cr-product-feed-categories-td">
192
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_mpn">
193
  <option></option>
194
- <?php foreach ( $this->get_product_attributes() as $attribute_value => $attribute_name ): ?>
195
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['mpn'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
196
  <?php endforeach; ?>
197
  </select>
@@ -204,7 +195,7 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
204
  <td class="cr-product-feed-categories-td">
205
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_sku">
206
  <option></option>
207
- <?php foreach ( $this->get_product_attributes() as $attribute_value => $attribute_name ): ?>
208
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['sku'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
209
  <?php endforeach; ?>
210
  </select>
@@ -217,7 +208,7 @@ if ( ! class_exists( 'CR_Reviews_Product_Feed' ) ):
217
  <td class="cr-product-feed-categories-td">
218
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_brand">
219
  <option></option>
220
- <?php foreach ( $this->get_product_attributes() as $attribute_value => $attribute_name ): ?>
221
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['brand'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
222
  <?php endforeach; ?>
223
  </select>
12
  * @var CR_Product_Feed_Admin_Menu The instance of the admin menu
13
  */
14
  protected $product_feed_menu;
 
 
 
 
15
  protected $tab;
 
 
 
 
16
  protected $settings;
17
+ private $prod_atts;
 
18
 
19
  public function __construct( $product_feed_menu ) {
20
  $this->product_feed_menu = $product_feed_menu;
 
21
  $this->tab = 'reviews';
22
 
23
  add_filter( 'cr_productfeed_tabs', array( $this, 'register_tab' ) );
33
  }
34
 
35
  public function display() {
36
+ $this->prod_atts = $this->get_product_attributes();
37
  $this->init_settings();
38
  WC_Admin_Settings::output_fields( $this->settings );
39
  }
169
  <td class="cr-product-feed-categories-td">
170
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_gtin">
171
  <option></option>
172
+ <?php foreach ( $this->prod_atts as $attribute_value => $attribute_name ): ?>
173
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['gtin'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
174
  <?php endforeach; ?>
175
  </select>
182
  <td class="cr-product-feed-categories-td">
183
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_mpn">
184
  <option></option>
185
+ <?php foreach ( $this->prod_atts as $attribute_value => $attribute_name ): ?>
186
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['mpn'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
187
  <?php endforeach; ?>
188
  </select>
195
  <td class="cr-product-feed-categories-td">
196
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_sku">
197
  <option></option>
198
+ <?php foreach ( $this->prod_atts as $attribute_value => $attribute_name ): ?>
199
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['sku'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
200
  <?php endforeach; ?>
201
  </select>
208
  <td class="cr-product-feed-categories-td">
209
  <select class="cr-product-feed-identifiers-select" name="ivole_field_wc_target_brand">
210
  <option></option>
211
+ <?php foreach ( $this->prod_atts as $attribute_value => $attribute_name ): ?>
212
  <option value="<?php echo $attribute_value; ?>" <?php if ( $attribute_value == $options['field_map']['brand'] ) echo "selected"; ?>><?php echo $attribute_name; ?></option>
213
  <?php endforeach; ?>
214
  </select>
includes/google/class-cr-product-feed-status.php CHANGED
@@ -429,54 +429,78 @@ if ( ! class_exists( 'CR_Status_Product_Feed' ) ):
429
  <td>
430
  <?php printf( _n( '<strong>%1d</strong> product review (all ratings)', '<strong>%1d</strong> product reviews (all ratings)', $reviews_total['all'], 'customer-reviews-woocommerce' ), $reviews_total['all'] ); ?>
431
  </td>
432
- <td class="help"></td>
433
  <td>
434
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
435
  </td>
436
  </tr>
437
  <tr>
438
  <td>
439
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (5 stars)', '<strong>%1d</strong> product reviews (5 stars)', $reviews_total['5'], 'customer-reviews-woocommerce' ), $reviews_total['5'] ); ?>
440
  </td>
441
- <td class="help"></td>
442
  <td>
443
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
444
  </td>
445
  </tr>
446
  <tr>
447
  <td>
448
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (4 stars)', '<strong>%1d</strong> product reviews (4 stars)', $reviews_total['4'], 'customer-reviews-woocommerce' ), $reviews_total['4'] ); ?>
449
  </td>
450
- <td class="help"></td>
451
  <td>
452
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
453
  </td>
454
  </tr>
455
  <tr>
456
  <td>
457
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (3 stars)', '<strong>%1d</strong> product reviews (3 stars)', $reviews_total['3'], 'customer-reviews-woocommerce' ), $reviews_total['3'] ); ?>
458
  </td>
459
- <td class="help"></td>
460
  <td>
461
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
462
  </td>
463
  </tr>
464
  <tr>
465
  <td>
466
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (2 stars)', '<strong>%1d</strong> product reviews (2 stars)', $reviews_total['2'], 'customer-reviews-woocommerce' ), $reviews_total['2'] ); ?>
467
  </td>
468
- <td class="help"></td>
469
  <td>
470
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
471
  </td>
472
  </tr>
473
  <tr>
474
  <td>
475
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (1 star)', '<strong>%1d</strong> product reviews (1 star)', $reviews_total['1'], 'customer-reviews-woocommerce' ), $reviews_total['1'] ); ?>
476
  </td>
477
- <td class="help"></td>
478
  <td>
479
- <?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?>
 
 
 
 
480
  </td>
481
  </tr>
482
  </tbody>
429
  <td>
430
  <?php printf( _n( '<strong>%1d</strong> product review (all ratings)', '<strong>%1d</strong> product reviews (all ratings)', $reviews_total['all'], 'customer-reviews-woocommerce' ), $reviews_total['all'] ); ?>
431
  </td>
432
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
433
  <td>
434
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
435
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
436
+ <?php else : ?>
437
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
438
+ <?php endif; ?>
439
  </td>
440
  </tr>
441
  <tr>
442
  <td>
443
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (5 stars)', '<strong>%1d</strong> product reviews (5 stars)', $reviews_total['5'], 'customer-reviews-woocommerce' ), $reviews_total['5'] ); ?>
444
  </td>
445
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
446
  <td>
447
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
448
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
449
+ <?php else : ?>
450
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
451
+ <?php endif; ?>
452
  </td>
453
  </tr>
454
  <tr>
455
  <td>
456
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (4 stars)', '<strong>%1d</strong> product reviews (4 stars)', $reviews_total['4'], 'customer-reviews-woocommerce' ), $reviews_total['4'] ); ?>
457
  </td>
458
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
459
  <td>
460
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
461
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
462
+ <?php else : ?>
463
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
464
+ <?php endif; ?>
465
  </td>
466
  </tr>
467
  <tr>
468
  <td>
469
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (3 stars)', '<strong>%1d</strong> product reviews (3 stars)', $reviews_total['3'], 'customer-reviews-woocommerce' ), $reviews_total['3'] ); ?>
470
  </td>
471
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
472
  <td>
473
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
474
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
475
+ <?php else : ?>
476
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
477
+ <?php endif; ?>
478
  </td>
479
  </tr>
480
  <tr>
481
  <td>
482
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (2 stars)', '<strong>%1d</strong> product reviews (2 stars)', $reviews_total['2'], 'customer-reviews-woocommerce' ), $reviews_total['2'] ); ?>
483
  </td>
484
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
485
  <td>
486
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
487
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
488
+ <?php else : ?>
489
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
490
+ <?php endif; ?>
491
  </td>
492
  </tr>
493
  <tr>
494
  <td>
495
  &#8594; <?php printf( _n( '<strong>%1d</strong> product review (1 star)', '<strong>%1d</strong> product reviews (1 star)', $reviews_total['1'], 'customer-reviews-woocommerce' ), $reviews_total['1'] ); ?>
496
  </td>
497
+ <td class="help"><?php echo CR_Admin::ivole_wc_help_tip( __( 'Additional settings related to the XML Reviews feed are on the \'Reviews\' tab.', 'customer-reviews-woocommerce' ) ); ?></td>
498
  <td>
499
+ <?php if ( 0 < $reviews_total['all'] ) : ?>
500
+ <mark class="yes"><span class="dashicons dashicons-yes"></span></mark>
501
+ <?php else : ?>
502
+ <mark class="no"><span class="dashicons dashicons-warning"></span></mark>
503
+ <?php endif; ?>
504
  </td>
505
  </tr>
506
  </tbody>
includes/reviews/class-cr-replies.php CHANGED
@@ -53,20 +53,59 @@ if ( ! class_exists( 'CR_Replies' ) ) :
53
  if( intval( $shop_page_id ) === intval( $product_id ) ) {
54
  $product_id = '-1';
55
  }
56
- //WPML integration
57
  $ivole_language = get_option( 'ivole_language' );
58
- if ( has_filter( 'wpml_object_id' ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $ivole_language = get_post_meta( $ivole_order, 'wpml_language', true );
 
60
  if( 0 < intval( $product_id ) ) {
61
- $default_language = apply_filters( 'wpml_default_language', NULL );
62
- $maybe_translated_shop = apply_filters( 'translate_object_id', $product_id, 'page', true, $default_language );
63
- if( intval( $product_id ) === intval( $maybe_translated_shop ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  $product_id = '-1';
65
  } else {
 
66
  $product_id = apply_filters( 'translate_object_id', $product_id, 'product', true, $default_language );
67
  }
68
  }
69
  }
 
70
  if ( empty( $ivole_language ) ) {
71
  $ivole_language = 'EN';
72
  }
53
  if( intval( $shop_page_id ) === intval( $product_id ) ) {
54
  $product_id = '-1';
55
  }
 
56
  $ivole_language = get_option( 'ivole_language' );
57
+
58
+ // WPML and Polylang integration
59
+ $shop_pages = array();
60
+ if( function_exists( 'pll_get_post_translations' ) ) {
61
+ // Polylang integration
62
+ $ivole_language = pll_get_post_language( $ivole_order );
63
+ // if $product_id is not -1 already
64
+ if( 0 < intval( $product_id ) ) {
65
+ // get IDs of the shop page in all languages
66
+ $translated_shop_page_ids = pll_get_post_translations( $shop_page_id );
67
+ if( $translated_shop_page_ids && is_array( $translated_shop_page_ids ) && count( $translated_shop_page_ids ) > 0 ) {
68
+ $shop_pages = array_map( 'intval', $translated_shop_page_ids );
69
+ }
70
+ // if $product_id is in the array, it is a shop page, otherwise translate it like a product id
71
+ if( in_array( intval( $product_id ), $shop_pages ) ) {
72
+ $product_id = '-1';
73
+ } else {
74
+ $polylang_default_language = pll_default_language();
75
+ $product_id = pll_get_post( $product_id, $polylang_default_language );
76
+ }
77
+ }
78
+ } elseif ( has_filter( 'wpml_object_id' ) ) {
79
+ // WPML integration
80
  $ivole_language = get_post_meta( $ivole_order, 'wpml_language', true );
81
+ // if $product_id is not -1 already
82
  if( 0 < intval( $product_id ) ) {
83
+ // get IDs of the shop page in all languages
84
+ $trid = apply_filters( 'wpml_element_trid', NULL, $shop_page_id, 'post_page' );
85
+ if( $trid ) {
86
+ $translations = apply_filters( 'wpml_get_element_translations', NULL, $trid, 'post_page' );
87
+ if( $translations && is_array( $translations ) && 0 < count( $translations ) ) {
88
+ $translated_shop_page_ids = array();
89
+ foreach ($translations as $translation) {
90
+ if( isset( $translation->element_id ) ) {
91
+ $translated_shop_page_ids[] = intval( $translation->element_id );
92
+ }
93
+ }
94
+ if( 0 < count( $translated_shop_page_ids ) ) {
95
+ $shop_pages = $translated_shop_page_ids;
96
+ }
97
+ }
98
+ }
99
+ // if $product_id is in the array, it is a shop page, otherwise translate it like a product id
100
+ if( in_array( intval( $product_id ), $shop_pages ) ) {
101
  $product_id = '-1';
102
  } else {
103
+ $default_language = apply_filters( 'wpml_default_language', NULL );
104
  $product_id = apply_filters( 'translate_object_id', $product_id, 'product', true, $default_language );
105
  }
106
  }
107
  }
108
+
109
  if ( empty( $ivole_language ) ) {
110
  $ivole_language = 'EN';
111
  }
includes/reviews/class-cr-reviews-list-table.php CHANGED
@@ -1358,7 +1358,7 @@ protected function comments_bubble( $post_id, $pending_comments ) {
1358
  $translated_shop_page_ids[] = intval( $translation->element_id );
1359
  }
1360
  }
1361
- if( count($translated_shop_page_ids ) > 0 ) {
1362
  $shop_pages = $translated_shop_page_ids;
1363
  }
1364
  }
1358
  $translated_shop_page_ids[] = intval( $translation->element_id );
1359
  }
1360
  }
1361
+ if( count( $translated_shop_page_ids ) > 0 ) {
1362
  $shop_pages = $translated_shop_page_ids;
1363
  }
1364
  }
includes/settings/class-cr-settings-review-extensions.php CHANGED
@@ -70,135 +70,43 @@ if ( ! class_exists( 'CR_Review_Extensions_Settings' ) ):
70
 
71
  protected function init_settings() {
72
  $review_reminder_settings_url = admin_url( 'admin.php?page=cr-reviews-settings&tab=review_reminder' );
 
 
 
 
 
 
73
  $this->settings = array(
74
  array(
75
- 'title' => __( 'Extensions for Customer Reviews', 'customer-reviews-woocommerce' ),
76
  'type' => 'title',
77
- 'desc' => __( 'The plugin is based on the standard WooCommerce reviews functionality. Here, you can configure various extensions for standard WooCommerce reviews.', 'customer-reviews-woocommerce' ),
78
- 'id' => 'ivole_options'
79
  ),
80
  array(
81
- 'title' => __( 'Attach Images', 'customer-reviews-woocommerce' ),
82
- /* translators: please keep %1$s and %2$s in the translated version */
83
- 'desc' => sprintf( __( 'Enable attachment of images to reviews left on WooCommerce product pages. If you would like to enable attachment of images on aggregated review forms, this can be done %1$shere%2$s.', 'customer-reviews-woocommerce' ), '<a href="' . $review_reminder_settings_url . '">', '</a>' ),
84
- 'id' => 'ivole_attach_image',
85
- 'default' => 'no',
86
- 'type' => 'checkbox'
87
- ),
88
- array(
89
- 'title' => __( 'Quantity of Images', 'customer-reviews-woocommerce' ),
90
- 'desc' => __( 'Specify the maximum number of images that can be uploaded for a single review. This setting applies only to reviews submitted on single product pages.', 'customer-reviews-woocommerce' ),
91
- 'id' => 'ivole_attach_image_quantity',
92
- 'default' => 5,
93
- 'type' => 'number',
94
- 'desc_tip' => true
95
- ),
96
- array(
97
- 'title' => __( 'Maximum Size of Image', 'customer-reviews-woocommerce' ),
98
- 'desc' => __( 'Specify the maximum size (in MB) of an image that can be uploaded with a review. This setting applies only to reviews submitted on single product pages.', 'customer-reviews-woocommerce' ),
99
- 'id' => 'ivole_attach_image_size',
100
- 'default' => 25,
101
- 'type' => 'number',
102
- 'desc_tip' => true
103
- ),
104
- array(
105
- 'title' => __( 'Disable Lightbox', 'customer-reviews-woocommerce' ),
106
- 'desc' => __( 'Disable lightboxes for images attached to reviews (not recommended). Use this option only if your theme generates lightboxes for any picture on the website and this leads to two lightboxes shown after clicking on an image attached to a review.', 'customer-reviews-woocommerce' ),
107
- 'id' => 'ivole_disable_lightbox',
108
- 'default' => 'no',
109
- 'type' => 'checkbox'
110
- ),
111
- array(
112
- 'title' => __( 'reCAPTCHA V2 for Reviews', 'customer-reviews-woocommerce' ),
113
- 'desc' => __( 'Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and Secret Key in the fields below if you want to use reCAPTCHA. You will receive Site Key and Secret Key after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
114
- 'id' => 'ivole_enable_captcha',
115
- 'default' => 'no',
116
- 'type' => 'checkbox'
117
- ),
118
- array(
119
- 'title' => __( 'reCAPTCHA V2 Site Key', 'customer-reviews-woocommerce' ),
120
- 'type' => 'text',
121
- 'desc' => __( 'If you want to use reCAPTCHA V2, insert here Site Key that you will receive after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
122
- 'default' => '',
123
- 'id' => 'ivole_captcha_site_key',
124
- 'desc_tip' => true
125
- ),
126
- array(
127
- 'title' => __( 'reCAPTCHA V2 Secret Key', 'customer-reviews-woocommerce' ),
128
- 'type' => 'text',
129
- 'desc' => __( 'If you want to use reCAPTCHA V2, insert here Secret Key that you will receive after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
130
- 'default' => '',
131
- 'id' => 'ivole_captcha_secret_key',
132
- 'desc_tip' => true
133
- ),
134
- array(
135
- 'title' => __( 'Reviews Summary Bar', 'customer-reviews-woocommerce' ),
136
- 'desc' => __( 'Enable display of a histogram table with a summary of reviews on a product page.', 'customer-reviews-woocommerce' ),
137
- 'id' => 'ivole_reviews_histogram',
138
- 'default' => 'no',
139
- 'type' => 'checkbox'
140
- ),
141
- array(
142
- 'title' => __( 'Vote for Reviews', 'customer-reviews-woocommerce' ),
143
- 'desc' => __( 'Enable people to upvote or downvote reviews. The plugin allows one vote per review per person. If the person is a guest, the plugin uses cookies and IP addresses to identify this visitor.', 'customer-reviews-woocommerce' ),
144
- 'id' => 'ivole_reviews_voting',
145
- 'default' => 'no',
146
- 'type' => 'checkbox'
147
- ),
148
- array(
149
- 'title' => __( 'Remove Plugin\'s Branding', 'customer-reviews-woocommerce' ),
150
- 'desc' => __( 'Enable this option to remove plugin\'s branding ("Powered by Customer Reviews plugin") from the reviews summary bar. If you like our plugin and would like to support us, please disable this checkbox.', 'customer-reviews-woocommerce' ),
151
- 'id' => 'ivole_reviews_nobranding',
152
- 'default' => 'yes',
153
- 'type' => 'checkbox'
154
- ),
155
- array(
156
- 'title' => __( 'Verified Owner', 'customer-reviews-woocommerce' ),
157
- 'type' => 'text',
158
- 'desc' => __( 'Replace the standard ‘verified owner’ label that WooCommerce adds to customer reviews with a custom one. If this field is blank, the standard WooCommerce label will be used.', 'customer-reviews-woocommerce' ),
159
- 'default' => '',
160
- 'id' => 'ivole_verified_owner',
161
- 'desc_tip' => true
162
- ),
163
- array(
164
- 'title' => __( 'Customer Avatars', 'customer-reviews-woocommerce' ),
165
  'type' => 'select',
166
- 'desc' => __( 'Choose how customer avatars are displayed on WooCommerce single product pages. You can use either the standard WordPress avatars or avatars created based on initial letters of customer names.', 'customer-reviews-woocommerce' ),
167
- 'default' => 'standard',
168
- 'id' => 'ivole_avatars',
169
  'desc_tip' => true,
170
  'class' => 'wc-enhanced-select',
171
  'options' => array(
172
- 'standard' => __( 'Standard', 'customer-reviews-woocommerce' ),
173
- 'initials' => __( 'Initials', 'customer-reviews-woocommerce' )
174
  )
175
- ),
176
- array(
177
- 'type' => 'sectionend',
178
- 'id' => 'ivole_options'
179
- ),
180
- array(
181
- 'title' => __( 'Lazy Load Reviews', 'customer-reviews-woocommerce' ),
182
- 'type' => 'title',
183
- 'desc' => __( 'Settings to display reviews with \'Show more\' button instead of the standard WordPress pagination.', 'customer-reviews-woocommerce' ),
184
- 'id' => 'ivole_options_ajax'
185
- ),
186
- array(
187
- 'title' => __( 'Lazy Load Reviews', 'customer-reviews-woocommerce' ),
188
- 'desc' => __( 'Display reviews on product pages with \'Show more\' button.', 'customer-reviews-woocommerce' ),
189
- 'id' => 'ivole_ajax_reviews',
190
- 'default' => 'no',
191
- 'type' => 'checkbox'
192
- ),
193
- array(
194
  'title' => __( 'Default Quantity of Reviews', 'customer-reviews-woocommerce' ),
195
  'desc' => __( 'Specify the default number of reviews that will be shown during the initial product page load.', 'customer-reviews-woocommerce' ),
196
  'id' => 'ivole_ajax_reviews_per_page',
197
  'default' => 5,
198
  'type' => 'number',
199
  'desc_tip' => true
200
- ),
201
- array(
202
  'title' => __( 'Default Sorting Order', 'customer-reviews-woocommerce' ),
203
  'type' => 'select',
204
  'desc' => __( 'Define how reviews are sorted by default. The option to vote for reviews must be enabled to show the most helpful reviews first.', 'customer-reviews-woocommerce' ),
@@ -210,18 +118,125 @@ if ( ! class_exists( 'CR_Review_Extensions_Settings' ) ):
210
  'recent' => __( 'Recent reviews first', 'customer-reviews-woocommerce' ),
211
  'helpful' => __( 'Most helpful reviews first', 'customer-reviews-woocommerce' )
212
  )
213
- ),
214
- array(
215
  'title' => __( 'Review Form', 'customer-reviews-woocommerce' ),
216
  'desc' => __( 'Display a review form on product pages. If you would like to protect your site from SPAM reviews and allow customers to submit reviews only via invitations (review reminders), this option should be disabled.', 'customer-reviews-woocommerce' ),
217
  'id' => 'ivole_ajax_reviews_form',
218
  'default' => 'yes',
219
  'type' => 'checkbox'
220
- ),
221
- array(
222
- 'type' => 'sectionend',
223
- 'id' => 'ivole_options_ajax'
224
- ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  );
226
  }
227
 
70
 
71
  protected function init_settings() {
72
  $review_reminder_settings_url = admin_url( 'admin.php?page=cr-reviews-settings&tab=review_reminder' );
73
+ $display_setting_description = '<p>' .
74
+ __( 'The plugin uses the standard WooCommerce functionality to display reviews on products pages. By default, visual appearance of reviews is controlled by WooCommerce and your active WordPress theme. There is also an option to enable an enhanced visual style for display of reviews on product pages.', 'customer-reviews-woocommerce' ) .
75
+ '</p><p>' .
76
+ sprintf( __( 'If you would like to display reviews in locations other than the standard \'Reviews\' tab on product pages, consider using <a href="%s">shortcodes</a> or Gutenberg blocks provided by the plugin.', 'customer-reviews-woocommerce' ), admin_url( 'admin.php?page=cr-reviews-settings&tab=shortcodes' ) ) .
77
+ '</p>';
78
+ $ivole_ajax_reviews = get_option( 'ivole_ajax_reviews', 'no' );
79
  $this->settings = array(
80
  array(
81
+ 'title' => __( 'Display of Customer Reviews', 'customer-reviews-woocommerce' ),
82
  'type' => 'title',
83
+ 'desc' => $display_setting_description,
84
+ 'id' => 'cr_display_section'
85
  ),
86
  array(
87
+ 'title' => __( 'Visual Style', 'customer-reviews-woocommerce' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  'type' => 'select',
89
+ 'desc' => __( '', 'customer-reviews-woocommerce' ),
90
+ 'default' => 'recent',
91
+ 'id' => 'ivole_ajax_reviews',
92
  'desc_tip' => true,
93
  'class' => 'wc-enhanced-select',
94
  'options' => array(
95
+ 'no' => __( 'WooCommerce (basic user interface)', 'customer-reviews-woocommerce' ),
96
+ 'yes' => __( 'CusRev (enhanced user interface)', 'customer-reviews-woocommerce' )
97
  )
98
+ )
99
+ );
100
+ if( 'yes' === $ivole_ajax_reviews ) {
101
+ $this->settings[] = array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  'title' => __( 'Default Quantity of Reviews', 'customer-reviews-woocommerce' ),
103
  'desc' => __( 'Specify the default number of reviews that will be shown during the initial product page load.', 'customer-reviews-woocommerce' ),
104
  'id' => 'ivole_ajax_reviews_per_page',
105
  'default' => 5,
106
  'type' => 'number',
107
  'desc_tip' => true
108
+ );
109
+ $this->settings[] = array(
110
  'title' => __( 'Default Sorting Order', 'customer-reviews-woocommerce' ),
111
  'type' => 'select',
112
  'desc' => __( 'Define how reviews are sorted by default. The option to vote for reviews must be enabled to show the most helpful reviews first.', 'customer-reviews-woocommerce' ),
118
  'recent' => __( 'Recent reviews first', 'customer-reviews-woocommerce' ),
119
  'helpful' => __( 'Most helpful reviews first', 'customer-reviews-woocommerce' )
120
  )
121
+ );
122
+ $this->settings[] = array(
123
  'title' => __( 'Review Form', 'customer-reviews-woocommerce' ),
124
  'desc' => __( 'Display a review form on product pages. If you would like to protect your site from SPAM reviews and allow customers to submit reviews only via invitations (review reminders), this option should be disabled.', 'customer-reviews-woocommerce' ),
125
  'id' => 'ivole_ajax_reviews_form',
126
  'default' => 'yes',
127
  'type' => 'checkbox'
128
+ );
129
+ }
130
+ $this->settings[] = array(
131
+ 'type' => 'sectionend',
132
+ 'id' => 'cr_display_section'
133
+ );
134
+
135
+ $this->settings[] = array(
136
+ 'title' => __( 'Extensions for Customer Reviews', 'customer-reviews-woocommerce' ),
137
+ 'type' => 'title',
138
+ 'desc' => __( 'The plugin is based on the standard WooCommerce reviews functionality. Here, you can configure various extensions for standard WooCommerce reviews.', 'customer-reviews-woocommerce' ),
139
+ 'id' => 'cr_ext_options'
140
+ );
141
+ $this->settings[] = array(
142
+ 'title' => __( 'Attach Images', 'customer-reviews-woocommerce' ),
143
+ /* translators: please keep %1$s and %2$s in the translated version */
144
+ 'desc' => sprintf( __( 'Enable attachment of images to reviews left on WooCommerce product pages. If you would like to enable attachment of images on aggregated review forms, this can be done %1$shere%2$s.', 'customer-reviews-woocommerce' ), '<a href="' . $review_reminder_settings_url . '">', '</a>' ),
145
+ 'id' => 'ivole_attach_image',
146
+ 'default' => 'no',
147
+ 'type' => 'checkbox'
148
+ );
149
+ $this->settings[] = array(
150
+ 'title' => __( 'Quantity of Images', 'customer-reviews-woocommerce' ),
151
+ 'desc' => __( 'Specify the maximum number of images that can be uploaded for a single review. This setting applies only to reviews submitted on single product pages.', 'customer-reviews-woocommerce' ),
152
+ 'id' => 'ivole_attach_image_quantity',
153
+ 'default' => 5,
154
+ 'type' => 'number',
155
+ 'desc_tip' => true
156
+ );
157
+ $this->settings[] = array(
158
+ 'title' => __( 'Maximum Size of Image', 'customer-reviews-woocommerce' ),
159
+ 'desc' => __( 'Specify the maximum size (in MB) of an image that can be uploaded with a review. This setting applies only to reviews submitted on single product pages.', 'customer-reviews-woocommerce' ),
160
+ 'id' => 'ivole_attach_image_size',
161
+ 'default' => 25,
162
+ 'type' => 'number',
163
+ 'desc_tip' => true
164
+ );
165
+ $this->settings[] = array(
166
+ 'title' => __( 'Disable Lightbox', 'customer-reviews-woocommerce' ),
167
+ 'desc' => __( 'Disable lightboxes for images attached to reviews (not recommended). Use this option only if your theme generates lightboxes for any picture on the website and this leads to two lightboxes shown after clicking on an image attached to a review.', 'customer-reviews-woocommerce' ),
168
+ 'id' => 'ivole_disable_lightbox',
169
+ 'default' => 'no',
170
+ 'type' => 'checkbox'
171
+ );
172
+ $this->settings[] = array(
173
+ 'title' => __( 'reCAPTCHA V2 for Reviews', 'customer-reviews-woocommerce' ),
174
+ 'desc' => __( 'Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and Secret Key in the fields below if you want to use reCAPTCHA. You will receive Site Key and Secret Key after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
175
+ 'id' => 'ivole_enable_captcha',
176
+ 'default' => 'no',
177
+ 'type' => 'checkbox'
178
+ );
179
+ $this->settings[] = array(
180
+ 'title' => __( 'reCAPTCHA V2 Site Key', 'customer-reviews-woocommerce' ),
181
+ 'type' => 'text',
182
+ 'desc' => __( 'If you want to use reCAPTCHA V2, insert here Site Key that you will receive after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
183
+ 'default' => '',
184
+ 'id' => 'ivole_captcha_site_key',
185
+ 'desc_tip' => true
186
+ );
187
+ $this->settings[] = array(
188
+ 'title' => __( 'reCAPTCHA V2 Secret Key', 'customer-reviews-woocommerce' ),
189
+ 'type' => 'text',
190
+ 'desc' => __( 'If you want to use reCAPTCHA V2, insert here Secret Key that you will receive after registration at reCAPTCHA website.', 'customer-reviews-woocommerce' ),
191
+ 'default' => '',
192
+ 'id' => 'ivole_captcha_secret_key',
193
+ 'desc_tip' => true
194
+ );
195
+ $this->settings[] = array(
196
+ 'title' => __( 'Reviews Summary Bar', 'customer-reviews-woocommerce' ),
197
+ 'desc' => __( 'Enable display of a histogram table with a summary of reviews on a product page.', 'customer-reviews-woocommerce' ),
198
+ 'id' => 'ivole_reviews_histogram',
199
+ 'default' => 'no',
200
+ 'type' => 'checkbox'
201
+ );
202
+ $this->settings[] = array(
203
+ 'title' => __( 'Vote for Reviews', 'customer-reviews-woocommerce' ),
204
+ 'desc' => __( 'Enable people to upvote or downvote reviews. The plugin allows one vote per review per person. If the person is a guest, the plugin uses cookies and IP addresses to identify this visitor.', 'customer-reviews-woocommerce' ),
205
+ 'id' => 'ivole_reviews_voting',
206
+ 'default' => 'no',
207
+ 'type' => 'checkbox'
208
+ );
209
+ $this->settings[] = array(
210
+ 'title' => __( 'Remove Plugin\'s Branding', 'customer-reviews-woocommerce' ),
211
+ 'desc' => __( 'Enable this option to remove plugin\'s branding ("Powered by Customer Reviews plugin") from the reviews summary bar. If you like our plugin and would like to support us, please disable this checkbox.', 'customer-reviews-woocommerce' ),
212
+ 'id' => 'ivole_reviews_nobranding',
213
+ 'default' => 'yes',
214
+ 'type' => 'checkbox'
215
+ );
216
+ $this->settings[] = array(
217
+ 'title' => __( 'Verified Owner', 'customer-reviews-woocommerce' ),
218
+ 'type' => 'text',
219
+ 'desc' => __( 'Replace the standard ‘verified owner’ label that WooCommerce adds to customer reviews with a custom one. If this field is blank, the standard WooCommerce label will be used.', 'customer-reviews-woocommerce' ),
220
+ 'default' => '',
221
+ 'id' => 'ivole_verified_owner',
222
+ 'desc_tip' => true
223
+ );
224
+ $this->settings[] = array(
225
+ 'title' => __( 'Customer Avatars', 'customer-reviews-woocommerce' ),
226
+ 'type' => 'select',
227
+ 'desc' => __( 'Choose how customer avatars are displayed on WooCommerce single product pages. You can use either the standard WordPress avatars or avatars created based on initial letters of customer names.', 'customer-reviews-woocommerce' ),
228
+ 'default' => 'standard',
229
+ 'id' => 'ivole_avatars',
230
+ 'desc_tip' => true,
231
+ 'class' => 'wc-enhanced-select',
232
+ 'options' => array(
233
+ 'standard' => __( 'Standard', 'customer-reviews-woocommerce' ),
234
+ 'initials' => __( 'Initials', 'customer-reviews-woocommerce' )
235
+ )
236
+ );
237
+ $this->settings[] = array(
238
+ 'type' => 'sectionend',
239
+ 'id' => 'cr_ext_options'
240
  );
241
  }
242
 
ivole.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Customer Reviews for WooCommerce
4
  Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
5
  Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
6
- Version: 5.9.0
7
  Author: CusRev
8
  Author URI: https://www.cusrev.com/business/
9
  Text Domain: customer-reviews-woocommerce
3
  Plugin Name: Customer Reviews for WooCommerce
4
  Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
5
  Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
6
+ Version: 5.10.0
7
  Author: CusRev
8
  Author URI: https://www.cusrev.com/business/
9
  Text Domain: customer-reviews-woocommerce
languages/customer-reviews-woocommerce-bg_BG.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-02-18 00:46+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 звезди"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 звезди"
128
  msgid "4 star"
129
  msgstr "4 звезди"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 звезди"
137
  msgid "3 star"
138
  msgstr "3 звезди"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 звезди"
146
  msgid "2 star"
147
  msgstr "2 звезди"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2504,20 +2504,20 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
- #: includes/settings/class-cr-settings-cusrev.php:31
2508
- #: includes/settings/class-cr-settings-cusrev.php:55
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
- #: includes/settings/class-cr-settings-cusrev.php:57
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
- #: includes/settings/class-cr-settings-cusrev.php:61
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
- #: includes/settings/class-cr-settings-cusrev.php:62
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2526,22 +2526,22 @@ msgid ""
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:69
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:70
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
- #: includes/settings/class-cr-settings-cusrev.php:78
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:79
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
@@ -3293,55 +3293,125 @@ msgstr ""
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3297
  msgid "Extensions for Customer Reviews"
3298
  msgstr ""
3299
 
3300
- #: includes/settings/class-cr-settings-review-extensions.php:77
3301
  msgid ""
3302
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3303
  "you can configure various extensions for standard WooCommerce reviews."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:81
3307
  msgid "Attach Images"
3308
  msgstr ""
3309
 
3310
  #. translators: please keep %1$s and %2$s in the translated version
3311
- #: includes/settings/class-cr-settings-review-extensions.php:83
3312
  msgid ""
3313
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3314
  "you would like to enable attachment of images on aggregated review forms, "
3315
  "this can be done %1$shere%2$s."
3316
  msgstr ""
3317
 
3318
- #: includes/settings/class-cr-settings-review-extensions.php:89
3319
  msgid "Quantity of Images"
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:90
3323
  msgid ""
3324
  "Specify the maximum number of images that can be uploaded for a single "
3325
  "review. This setting applies only to reviews submitted on single product "
3326
  "pages."
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-extensions.php:97
3330
  msgid "Maximum Size of Image"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:98
3334
  msgid ""
3335
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3336
  "review. This setting applies only to reviews submitted on single product "
3337
  "pages."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:105
3341
  msgid "Disable Lightbox"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:106
3345
  msgid ""
3346
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3347
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3349,155 +3419,101 @@ msgid ""
3349
  "attached to a review."
3350
  msgstr ""
3351
 
3352
- #: includes/settings/class-cr-settings-review-extensions.php:112
3353
  msgid "reCAPTCHA V2 for Reviews"
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:113
3357
  msgid ""
3358
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3359
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3360
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:119
3364
  msgid "reCAPTCHA V2 Site Key"
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:121
3368
  msgid ""
3369
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3370
  "after registration at reCAPTCHA website."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:127
3374
  msgid "reCAPTCHA V2 Secret Key"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-extensions.php:129
3378
  msgid ""
3379
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3380
  "receive after registration at reCAPTCHA website."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:135
3384
  msgid "Reviews Summary Bar"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:136
3388
  msgid ""
3389
  "Enable display of a histogram table with a summary of reviews on a product "
3390
  "page."
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Vote for Reviews"
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-extensions.php:143
3398
  msgid ""
3399
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3400
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3401
  "addresses to identify this visitor."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:149
3405
  msgid "Remove Plugin's Branding"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:150
3409
  msgid ""
3410
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3411
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3412
  "would like to support us, please disable this checkbox."
3413
  msgstr ""
3414
 
3415
- #: includes/settings/class-cr-settings-review-extensions.php:156
3416
  msgid "Verified Owner"
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:158
3420
  msgid ""
3421
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3422
  "customer reviews with a custom one. If this field is blank, the standard "
3423
  "WooCommerce label will be used."
3424
  msgstr ""
3425
 
3426
- #: includes/settings/class-cr-settings-review-extensions.php:164
3427
  msgid "Customer Avatars"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:166
3431
  msgid ""
3432
  "Choose how customer avatars are displayed on WooCommerce single product "
3433
  "pages. You can use either the standard WordPress avatars or avatars created "
3434
  "based on initial letters of customer names."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-extensions.php:172
3438
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3439
  msgid "Standard"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:173
3443
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3444
  msgid "Initials"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:181
3448
- #: includes/settings/class-cr-settings-review-extensions.php:187
3449
- msgid "Lazy Load Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:183
3453
- msgid ""
3454
- "Settings to display reviews with 'Show more' button instead of the standard "
3455
- "WordPress pagination."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:188
3459
- msgid "Display reviews on product pages with 'Show more' button."
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:194
3463
- msgid "Default Quantity of Reviews"
3464
- msgstr ""
3465
-
3466
- #: includes/settings/class-cr-settings-review-extensions.php:195
3467
- msgid ""
3468
- "Specify the default number of reviews that will be shown during the initial "
3469
- "product page load."
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:202
3473
- msgid "Default Sorting Order"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:204
3477
- msgid ""
3478
- "Define how reviews are sorted by default. The option to vote for reviews "
3479
- "must be enabled to show the most helpful reviews first."
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:210
3483
- msgid "Recent reviews first"
3484
- msgstr ""
3485
-
3486
- #: includes/settings/class-cr-settings-review-extensions.php:211
3487
- msgid "Most helpful reviews first"
3488
- msgstr ""
3489
-
3490
- #: includes/settings/class-cr-settings-review-extensions.php:215
3491
- msgid "Review Form"
3492
- msgstr ""
3493
-
3494
- #: includes/settings/class-cr-settings-review-extensions.php:216
3495
- msgid ""
3496
- "Display a review form on product pages. If you would like to protect your "
3497
- "site from SPAM reviews and allow customers to submit reviews only via "
3498
- "invitations (review reminders), this option should be disabled."
3499
- msgstr ""
3500
-
3501
  #: includes/settings/class-cr-settings-review-reminder.php:89
3502
  #: includes/settings/class-cr-settings-review-reminder.php:94
3503
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4693,56 +4709,56 @@ msgstr ""
4693
  msgid "Tags for Reviews"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:202
4697
  msgid "Independently verified"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:203
4701
  msgid "independently verified"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:205
4705
  msgid "What Our Clients Say"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:206
4709
  msgid "what our clients say"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:210
4713
  msgid "%s rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:211
4717
  msgid "rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:212
4721
  msgid "%s store rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213
4725
  msgid "Store rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:214
4729
  msgid "store rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:215
4733
  msgid "%s product rating"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:216
4737
  msgid "Product rating %s / 5"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:217
4741
  msgid "product rating"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:218
4745
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4746
  msgid "%s review"
4747
  msgid_plural "%s reviews"
4748
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-02-18 00:46+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 звезди"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 звезди"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 звезди"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 звезди"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
+ #: includes/settings/class-cr-settings-cusrev.php:34
2508
+ #: includes/settings/class-cr-settings-cusrev.php:58
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
+ #: includes/settings/class-cr-settings-cusrev.php:60
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
+ #: includes/settings/class-cr-settings-cusrev.php:64
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
+ #: includes/settings/class-cr-settings-cusrev.php:65
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:72
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:73
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
+ #: includes/settings/class-cr-settings-cusrev.php:81
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:82
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3297
+ msgid ""
3298
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3299
+ "products pages. By default, visual appearance of reviews is controlled by "
3300
+ "WooCommerce and your active WordPress theme. There is also an option to "
3301
+ "enable an enhanced visual style for display of reviews on product pages."
3302
+ msgstr ""
3303
+
3304
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3305
+ msgid ""
3306
+ "If you would like to display reviews in locations other than the standard "
3307
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3308
+ "or Gutenberg blocks provided by the plugin."
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3312
+ msgid "Display of Customer Reviews"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3316
+ msgid "Visual Style"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3320
+ msgid "WooCommerce (basic user interface)"
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3324
+ msgid "CusRev (enhanced user interface)"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3328
+ msgid "Default Quantity of Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3332
+ msgid ""
3333
+ "Specify the default number of reviews that will be shown during the initial "
3334
+ "product page load."
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3338
+ msgid "Default Sorting Order"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3342
+ msgid ""
3343
+ "Define how reviews are sorted by default. The option to vote for reviews "
3344
+ "must be enabled to show the most helpful reviews first."
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3348
+ msgid "Recent reviews first"
3349
+ msgstr ""
3350
+
3351
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3352
+ msgid "Most helpful reviews first"
3353
+ msgstr ""
3354
+
3355
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3356
+ msgid "Review Form"
3357
+ msgstr ""
3358
+
3359
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3360
+ msgid ""
3361
+ "Display a review form on product pages. If you would like to protect your "
3362
+ "site from SPAM reviews and allow customers to submit reviews only via "
3363
+ "invitations (review reminders), this option should be disabled."
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3367
  msgid "Extensions for Customer Reviews"
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3371
  msgid ""
3372
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3373
  "you can configure various extensions for standard WooCommerce reviews."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3377
  msgid "Attach Images"
3378
  msgstr ""
3379
 
3380
  #. translators: please keep %1$s and %2$s in the translated version
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3382
  msgid ""
3383
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3384
  "you would like to enable attachment of images on aggregated review forms, "
3385
  "this can be done %1$shere%2$s."
3386
  msgstr ""
3387
 
3388
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3389
  msgid "Quantity of Images"
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3393
  msgid ""
3394
  "Specify the maximum number of images that can be uploaded for a single "
3395
  "review. This setting applies only to reviews submitted on single product "
3396
  "pages."
3397
  msgstr ""
3398
 
3399
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3400
  msgid "Maximum Size of Image"
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3404
  msgid ""
3405
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3406
  "review. This setting applies only to reviews submitted on single product "
3407
  "pages."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3411
  msgid "Disable Lightbox"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3415
  msgid ""
3416
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3417
  "this option only if your theme generates lightboxes for any picture on the "
3419
  "attached to a review."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3423
  msgid "reCAPTCHA V2 for Reviews"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3427
  msgid ""
3428
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3429
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3430
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3434
  msgid "reCAPTCHA V2 Site Key"
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3438
  msgid ""
3439
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3440
  "after registration at reCAPTCHA website."
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3444
  msgid "reCAPTCHA V2 Secret Key"
3445
  msgstr ""
3446
 
3447
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3448
  msgid ""
3449
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3450
  "receive after registration at reCAPTCHA website."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3454
  msgid "Reviews Summary Bar"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3458
  msgid ""
3459
  "Enable display of a histogram table with a summary of reviews on a product "
3460
  "page."
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3464
  msgid "Vote for Reviews"
3465
  msgstr ""
3466
 
3467
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3468
  msgid ""
3469
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3470
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3471
  "addresses to identify this visitor."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3475
  msgid "Remove Plugin's Branding"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3479
  msgid ""
3480
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3481
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3482
  "would like to support us, please disable this checkbox."
3483
  msgstr ""
3484
 
3485
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3486
  msgid "Verified Owner"
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3490
  msgid ""
3491
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3492
  "customer reviews with a custom one. If this field is blank, the standard "
3493
  "WooCommerce label will be used."
3494
  msgstr ""
3495
 
3496
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3497
  msgid "Customer Avatars"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3501
  msgid ""
3502
  "Choose how customer avatars are displayed on WooCommerce single product "
3503
  "pages. You can use either the standard WordPress avatars or avatars created "
3504
  "based on initial letters of customer names."
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3508
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3509
  msgid "Standard"
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3513
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3514
  msgid "Initials"
3515
  msgstr ""
3516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
languages/customer-reviews-woocommerce-da_DK.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-12-10 00:51+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr ""
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr ""
128
  msgid "4 star"
129
  msgstr ""
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr ""
137
  msgid "3 star"
138
  msgstr ""
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr ""
146
  msgid "2 star"
147
  msgstr ""
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2504,20 +2504,20 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
- #: includes/settings/class-cr-settings-cusrev.php:31
2508
- #: includes/settings/class-cr-settings-cusrev.php:55
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
- #: includes/settings/class-cr-settings-cusrev.php:57
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
- #: includes/settings/class-cr-settings-cusrev.php:61
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
- #: includes/settings/class-cr-settings-cusrev.php:62
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2526,22 +2526,22 @@ msgid ""
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:69
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:70
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
- #: includes/settings/class-cr-settings-cusrev.php:78
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:79
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
@@ -3293,55 +3293,125 @@ msgstr ""
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3297
  msgid "Extensions for Customer Reviews"
3298
  msgstr ""
3299
 
3300
- #: includes/settings/class-cr-settings-review-extensions.php:77
3301
  msgid ""
3302
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3303
  "you can configure various extensions for standard WooCommerce reviews."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:81
3307
  msgid "Attach Images"
3308
  msgstr ""
3309
 
3310
  #. translators: please keep %1$s and %2$s in the translated version
3311
- #: includes/settings/class-cr-settings-review-extensions.php:83
3312
  msgid ""
3313
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3314
  "you would like to enable attachment of images on aggregated review forms, "
3315
  "this can be done %1$shere%2$s."
3316
  msgstr ""
3317
 
3318
- #: includes/settings/class-cr-settings-review-extensions.php:89
3319
  msgid "Quantity of Images"
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:90
3323
  msgid ""
3324
  "Specify the maximum number of images that can be uploaded for a single "
3325
  "review. This setting applies only to reviews submitted on single product "
3326
  "pages."
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-extensions.php:97
3330
  msgid "Maximum Size of Image"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:98
3334
  msgid ""
3335
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3336
  "review. This setting applies only to reviews submitted on single product "
3337
  "pages."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:105
3341
  msgid "Disable Lightbox"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:106
3345
  msgid ""
3346
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3347
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3349,155 +3419,101 @@ msgid ""
3349
  "attached to a review."
3350
  msgstr ""
3351
 
3352
- #: includes/settings/class-cr-settings-review-extensions.php:112
3353
  msgid "reCAPTCHA V2 for Reviews"
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:113
3357
  msgid ""
3358
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3359
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3360
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:119
3364
  msgid "reCAPTCHA V2 Site Key"
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:121
3368
  msgid ""
3369
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3370
  "after registration at reCAPTCHA website."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:127
3374
  msgid "reCAPTCHA V2 Secret Key"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-extensions.php:129
3378
  msgid ""
3379
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3380
  "receive after registration at reCAPTCHA website."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:135
3384
  msgid "Reviews Summary Bar"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:136
3388
  msgid ""
3389
  "Enable display of a histogram table with a summary of reviews on a product "
3390
  "page."
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Vote for Reviews"
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-extensions.php:143
3398
  msgid ""
3399
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3400
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3401
  "addresses to identify this visitor."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:149
3405
  msgid "Remove Plugin's Branding"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:150
3409
  msgid ""
3410
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3411
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3412
  "would like to support us, please disable this checkbox."
3413
  msgstr ""
3414
 
3415
- #: includes/settings/class-cr-settings-review-extensions.php:156
3416
  msgid "Verified Owner"
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:158
3420
  msgid ""
3421
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3422
  "customer reviews with a custom one. If this field is blank, the standard "
3423
  "WooCommerce label will be used."
3424
  msgstr ""
3425
 
3426
- #: includes/settings/class-cr-settings-review-extensions.php:164
3427
  msgid "Customer Avatars"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:166
3431
  msgid ""
3432
  "Choose how customer avatars are displayed on WooCommerce single product "
3433
  "pages. You can use either the standard WordPress avatars or avatars created "
3434
  "based on initial letters of customer names."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-extensions.php:172
3438
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3439
  msgid "Standard"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:173
3443
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3444
  msgid "Initials"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:181
3448
- #: includes/settings/class-cr-settings-review-extensions.php:187
3449
- msgid "Lazy Load Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:183
3453
- msgid ""
3454
- "Settings to display reviews with 'Show more' button instead of the standard "
3455
- "WordPress pagination."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:188
3459
- msgid "Display reviews on product pages with 'Show more' button."
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:194
3463
- msgid "Default Quantity of Reviews"
3464
- msgstr ""
3465
-
3466
- #: includes/settings/class-cr-settings-review-extensions.php:195
3467
- msgid ""
3468
- "Specify the default number of reviews that will be shown during the initial "
3469
- "product page load."
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:202
3473
- msgid "Default Sorting Order"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:204
3477
- msgid ""
3478
- "Define how reviews are sorted by default. The option to vote for reviews "
3479
- "must be enabled to show the most helpful reviews first."
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:210
3483
- msgid "Recent reviews first"
3484
- msgstr ""
3485
-
3486
- #: includes/settings/class-cr-settings-review-extensions.php:211
3487
- msgid "Most helpful reviews first"
3488
- msgstr ""
3489
-
3490
- #: includes/settings/class-cr-settings-review-extensions.php:215
3491
- msgid "Review Form"
3492
- msgstr ""
3493
-
3494
- #: includes/settings/class-cr-settings-review-extensions.php:216
3495
- msgid ""
3496
- "Display a review form on product pages. If you would like to protect your "
3497
- "site from SPAM reviews and allow customers to submit reviews only via "
3498
- "invitations (review reminders), this option should be disabled."
3499
- msgstr ""
3500
-
3501
  #: includes/settings/class-cr-settings-review-reminder.php:89
3502
  #: includes/settings/class-cr-settings-review-reminder.php:94
3503
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4693,56 +4709,56 @@ msgstr ""
4693
  msgid "Tags for Reviews"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:202
4697
  msgid "Independently verified"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:203
4701
  msgid "independently verified"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:205
4705
  msgid "What Our Clients Say"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:206
4709
  msgid "what our clients say"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:210
4713
  msgid "%s rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:211
4717
  msgid "rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:212
4721
  msgid "%s store rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213
4725
  msgid "Store rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:214
4729
  msgid "store rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:215
4733
  msgid "%s product rating"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:216
4737
  msgid "Product rating %s / 5"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:217
4741
  msgid "product rating"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:218
4745
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4746
  msgid "%s review"
4747
  msgid_plural "%s reviews"
4748
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-12-10 00:51+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr ""
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr ""
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr ""
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr ""
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
+ #: includes/settings/class-cr-settings-cusrev.php:34
2508
+ #: includes/settings/class-cr-settings-cusrev.php:58
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
+ #: includes/settings/class-cr-settings-cusrev.php:60
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
+ #: includes/settings/class-cr-settings-cusrev.php:64
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
+ #: includes/settings/class-cr-settings-cusrev.php:65
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:72
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:73
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
+ #: includes/settings/class-cr-settings-cusrev.php:81
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:82
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3297
+ msgid ""
3298
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3299
+ "products pages. By default, visual appearance of reviews is controlled by "
3300
+ "WooCommerce and your active WordPress theme. There is also an option to "
3301
+ "enable an enhanced visual style for display of reviews on product pages."
3302
+ msgstr ""
3303
+
3304
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3305
+ msgid ""
3306
+ "If you would like to display reviews in locations other than the standard "
3307
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3308
+ "or Gutenberg blocks provided by the plugin."
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3312
+ msgid "Display of Customer Reviews"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3316
+ msgid "Visual Style"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3320
+ msgid "WooCommerce (basic user interface)"
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3324
+ msgid "CusRev (enhanced user interface)"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3328
+ msgid "Default Quantity of Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3332
+ msgid ""
3333
+ "Specify the default number of reviews that will be shown during the initial "
3334
+ "product page load."
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3338
+ msgid "Default Sorting Order"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3342
+ msgid ""
3343
+ "Define how reviews are sorted by default. The option to vote for reviews "
3344
+ "must be enabled to show the most helpful reviews first."
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3348
+ msgid "Recent reviews first"
3349
+ msgstr ""
3350
+
3351
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3352
+ msgid "Most helpful reviews first"
3353
+ msgstr ""
3354
+
3355
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3356
+ msgid "Review Form"
3357
+ msgstr ""
3358
+
3359
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3360
+ msgid ""
3361
+ "Display a review form on product pages. If you would like to protect your "
3362
+ "site from SPAM reviews and allow customers to submit reviews only via "
3363
+ "invitations (review reminders), this option should be disabled."
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3367
  msgid "Extensions for Customer Reviews"
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3371
  msgid ""
3372
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3373
  "you can configure various extensions for standard WooCommerce reviews."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3377
  msgid "Attach Images"
3378
  msgstr ""
3379
 
3380
  #. translators: please keep %1$s and %2$s in the translated version
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3382
  msgid ""
3383
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3384
  "you would like to enable attachment of images on aggregated review forms, "
3385
  "this can be done %1$shere%2$s."
3386
  msgstr ""
3387
 
3388
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3389
  msgid "Quantity of Images"
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3393
  msgid ""
3394
  "Specify the maximum number of images that can be uploaded for a single "
3395
  "review. This setting applies only to reviews submitted on single product "
3396
  "pages."
3397
  msgstr ""
3398
 
3399
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3400
  msgid "Maximum Size of Image"
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3404
  msgid ""
3405
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3406
  "review. This setting applies only to reviews submitted on single product "
3407
  "pages."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3411
  msgid "Disable Lightbox"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3415
  msgid ""
3416
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3417
  "this option only if your theme generates lightboxes for any picture on the "
3419
  "attached to a review."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3423
  msgid "reCAPTCHA V2 for Reviews"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3427
  msgid ""
3428
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3429
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3430
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3434
  msgid "reCAPTCHA V2 Site Key"
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3438
  msgid ""
3439
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3440
  "after registration at reCAPTCHA website."
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3444
  msgid "reCAPTCHA V2 Secret Key"
3445
  msgstr ""
3446
 
3447
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3448
  msgid ""
3449
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3450
  "receive after registration at reCAPTCHA website."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3454
  msgid "Reviews Summary Bar"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3458
  msgid ""
3459
  "Enable display of a histogram table with a summary of reviews on a product "
3460
  "page."
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3464
  msgid "Vote for Reviews"
3465
  msgstr ""
3466
 
3467
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3468
  msgid ""
3469
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3470
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3471
  "addresses to identify this visitor."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3475
  msgid "Remove Plugin's Branding"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3479
  msgid ""
3480
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3481
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3482
  "would like to support us, please disable this checkbox."
3483
  msgstr ""
3484
 
3485
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3486
  msgid "Verified Owner"
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3490
  msgid ""
3491
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3492
  "customer reviews with a custom one. If this field is blank, the standard "
3493
  "WooCommerce label will be used."
3494
  msgstr ""
3495
 
3496
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3497
  msgid "Customer Avatars"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3501
  msgid ""
3502
  "Choose how customer avatars are displayed on WooCommerce single product "
3503
  "pages. You can use either the standard WordPress avatars or avatars created "
3504
  "based on initial letters of customer names."
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3508
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3509
  msgid "Standard"
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3513
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3514
  msgid "Initials"
3515
  msgstr ""
3516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
languages/customer-reviews-woocommerce-de_DE_formal.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2020-10-31 23:48+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 Sterne"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 Sterne"
128
  msgid "4 star"
129
  msgstr "4 Sterne"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 Sterne"
137
  msgid "3 star"
138
  msgstr "3 Sterne"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 Sterne"
146
  msgid "2 star"
147
  msgstr "2 Sterne"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2506,20 +2506,20 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
- #: includes/settings/class-cr-settings-cusrev.php:31
2510
- #: includes/settings/class-cr-settings-cusrev.php:55
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
- #: includes/settings/class-cr-settings-cusrev.php:57
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
- #: includes/settings/class-cr-settings-cusrev.php:61
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
- #: includes/settings/class-cr-settings-cusrev.php:62
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2528,22 +2528,22 @@ msgid ""
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
- #: includes/settings/class-cr-settings-cusrev.php:69
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
- #: includes/settings/class-cr-settings-cusrev.php:70
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
- #: includes/settings/class-cr-settings-cusrev.php:78
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:79
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
@@ -3295,55 +3295,125 @@ msgstr ""
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3299
  msgid "Extensions for Customer Reviews"
3300
  msgstr ""
3301
 
3302
- #: includes/settings/class-cr-settings-review-extensions.php:77
3303
  msgid ""
3304
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3305
  "you can configure various extensions for standard WooCommerce reviews."
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:81
3309
  msgid "Attach Images"
3310
  msgstr ""
3311
 
3312
  #. translators: please keep %1$s and %2$s in the translated version
3313
- #: includes/settings/class-cr-settings-review-extensions.php:83
3314
  msgid ""
3315
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3316
  "you would like to enable attachment of images on aggregated review forms, "
3317
  "this can be done %1$shere%2$s."
3318
  msgstr ""
3319
 
3320
- #: includes/settings/class-cr-settings-review-extensions.php:89
3321
  msgid "Quantity of Images"
3322
  msgstr ""
3323
 
3324
- #: includes/settings/class-cr-settings-review-extensions.php:90
3325
  msgid ""
3326
  "Specify the maximum number of images that can be uploaded for a single "
3327
  "review. This setting applies only to reviews submitted on single product "
3328
  "pages."
3329
  msgstr ""
3330
 
3331
- #: includes/settings/class-cr-settings-review-extensions.php:97
3332
  msgid "Maximum Size of Image"
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:98
3336
  msgid ""
3337
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3338
  "review. This setting applies only to reviews submitted on single product "
3339
  "pages."
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:105
3343
  msgid "Disable Lightbox"
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:106
3347
  msgid ""
3348
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3349
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3351,155 +3421,101 @@ msgid ""
3351
  "attached to a review."
3352
  msgstr ""
3353
 
3354
- #: includes/settings/class-cr-settings-review-extensions.php:112
3355
  msgid "reCAPTCHA V2 for Reviews"
3356
  msgstr ""
3357
 
3358
- #: includes/settings/class-cr-settings-review-extensions.php:113
3359
  msgid ""
3360
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3361
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3362
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-extensions.php:119
3366
  msgid "reCAPTCHA V2 Site Key"
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:121
3370
  msgid ""
3371
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3372
  "after registration at reCAPTCHA website."
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:127
3376
  msgid "reCAPTCHA V2 Secret Key"
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:129
3380
  msgid ""
3381
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3382
  "receive after registration at reCAPTCHA website."
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-extensions.php:135
3386
  msgid "Reviews Summary Bar"
3387
  msgstr ""
3388
 
3389
- #: includes/settings/class-cr-settings-review-extensions.php:136
3390
  msgid ""
3391
  "Enable display of a histogram table with a summary of reviews on a product "
3392
  "page."
3393
  msgstr ""
3394
 
3395
- #: includes/settings/class-cr-settings-review-extensions.php:142
3396
  msgid "Vote for Reviews"
3397
  msgstr ""
3398
 
3399
- #: includes/settings/class-cr-settings-review-extensions.php:143
3400
  msgid ""
3401
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3402
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3403
  "addresses to identify this visitor."
3404
  msgstr ""
3405
 
3406
- #: includes/settings/class-cr-settings-review-extensions.php:149
3407
  msgid "Remove Plugin's Branding"
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:150
3411
  msgid ""
3412
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3413
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3414
  "would like to support us, please disable this checkbox."
3415
  msgstr ""
3416
 
3417
- #: includes/settings/class-cr-settings-review-extensions.php:156
3418
  msgid "Verified Owner"
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:158
3422
  msgid ""
3423
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3424
  "customer reviews with a custom one. If this field is blank, the standard "
3425
  "WooCommerce label will be used."
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:164
3429
  msgid "Customer Avatars"
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:166
3433
  msgid ""
3434
  "Choose how customer avatars are displayed on WooCommerce single product "
3435
  "pages. You can use either the standard WordPress avatars or avatars created "
3436
  "based on initial letters of customer names."
3437
  msgstr ""
3438
 
3439
- #: includes/settings/class-cr-settings-review-extensions.php:172
3440
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3441
  msgid "Standard"
3442
  msgstr ""
3443
 
3444
- #: includes/settings/class-cr-settings-review-extensions.php:173
3445
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3446
  msgid "Initials"
3447
  msgstr ""
3448
 
3449
- #: includes/settings/class-cr-settings-review-extensions.php:181
3450
- #: includes/settings/class-cr-settings-review-extensions.php:187
3451
- msgid "Lazy Load Reviews"
3452
- msgstr ""
3453
-
3454
- #: includes/settings/class-cr-settings-review-extensions.php:183
3455
- msgid ""
3456
- "Settings to display reviews with 'Show more' button instead of the standard "
3457
- "WordPress pagination."
3458
- msgstr ""
3459
-
3460
- #: includes/settings/class-cr-settings-review-extensions.php:188
3461
- msgid "Display reviews on product pages with 'Show more' button."
3462
- msgstr ""
3463
-
3464
- #: includes/settings/class-cr-settings-review-extensions.php:194
3465
- msgid "Default Quantity of Reviews"
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:195
3469
- msgid ""
3470
- "Specify the default number of reviews that will be shown during the initial "
3471
- "product page load."
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:202
3475
- msgid "Default Sorting Order"
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:204
3479
- msgid ""
3480
- "Define how reviews are sorted by default. The option to vote for reviews "
3481
- "must be enabled to show the most helpful reviews first."
3482
- msgstr ""
3483
-
3484
- #: includes/settings/class-cr-settings-review-extensions.php:210
3485
- msgid "Recent reviews first"
3486
- msgstr ""
3487
-
3488
- #: includes/settings/class-cr-settings-review-extensions.php:211
3489
- msgid "Most helpful reviews first"
3490
- msgstr ""
3491
-
3492
- #: includes/settings/class-cr-settings-review-extensions.php:215
3493
- msgid "Review Form"
3494
- msgstr ""
3495
-
3496
- #: includes/settings/class-cr-settings-review-extensions.php:216
3497
- msgid ""
3498
- "Display a review form on product pages. If you would like to protect your "
3499
- "site from SPAM reviews and allow customers to submit reviews only via "
3500
- "invitations (review reminders), this option should be disabled."
3501
- msgstr ""
3502
-
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4695,56 +4711,56 @@ msgstr ""
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:202
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:203
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:205
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:206
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:213
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:214
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
- #: includes/trust-badge/class-cr-trust-badge.php:215
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
- #: includes/trust-badge/class-cr-trust-badge.php:216
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
- #: includes/trust-badge/class-cr-trust-badge.php:217
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
- #: includes/trust-badge/class-cr-trust-badge.php:218
4747
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2020-10-31 23:48+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 Sterne"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 Sterne"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 Sterne"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 Sterne"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
+ #: includes/settings/class-cr-settings-cusrev.php:34
2510
+ #: includes/settings/class-cr-settings-cusrev.php:58
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
+ #: includes/settings/class-cr-settings-cusrev.php:60
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
+ #: includes/settings/class-cr-settings-cusrev.php:64
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
+ #: includes/settings/class-cr-settings-cusrev.php:65
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
+ #: includes/settings/class-cr-settings-cusrev.php:72
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
+ #: includes/settings/class-cr-settings-cusrev.php:73
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
+ #: includes/settings/class-cr-settings-cusrev.php:81
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:82
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3299
+ msgid ""
3300
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3301
+ "products pages. By default, visual appearance of reviews is controlled by "
3302
+ "WooCommerce and your active WordPress theme. There is also an option to "
3303
+ "enable an enhanced visual style for display of reviews on product pages."
3304
+ msgstr ""
3305
+
3306
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3307
+ msgid ""
3308
+ "If you would like to display reviews in locations other than the standard "
3309
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3310
+ "or Gutenberg blocks provided by the plugin."
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3314
+ msgid "Display of Customer Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3318
+ msgid "Visual Style"
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3322
+ msgid "WooCommerce (basic user interface)"
3323
+ msgstr ""
3324
+
3325
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3326
+ msgid "CusRev (enhanced user interface)"
3327
+ msgstr ""
3328
+
3329
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3330
+ msgid "Default Quantity of Reviews"
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3334
+ msgid ""
3335
+ "Specify the default number of reviews that will be shown during the initial "
3336
+ "product page load."
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3340
+ msgid "Default Sorting Order"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3344
+ msgid ""
3345
+ "Define how reviews are sorted by default. The option to vote for reviews "
3346
+ "must be enabled to show the most helpful reviews first."
3347
+ msgstr ""
3348
+
3349
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3350
+ msgid "Recent reviews first"
3351
+ msgstr ""
3352
+
3353
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3354
+ msgid "Most helpful reviews first"
3355
+ msgstr ""
3356
+
3357
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3358
+ msgid "Review Form"
3359
+ msgstr ""
3360
+
3361
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3362
+ msgid ""
3363
+ "Display a review form on product pages. If you would like to protect your "
3364
+ "site from SPAM reviews and allow customers to submit reviews only via "
3365
+ "invitations (review reminders), this option should be disabled."
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3369
  msgid "Extensions for Customer Reviews"
3370
  msgstr ""
3371
 
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3373
  msgid ""
3374
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3375
  "you can configure various extensions for standard WooCommerce reviews."
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3379
  msgid "Attach Images"
3380
  msgstr ""
3381
 
3382
  #. translators: please keep %1$s and %2$s in the translated version
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3384
  msgid ""
3385
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3386
  "you would like to enable attachment of images on aggregated review forms, "
3387
  "this can be done %1$shere%2$s."
3388
  msgstr ""
3389
 
3390
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3391
  msgid "Quantity of Images"
3392
  msgstr ""
3393
 
3394
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3395
  msgid ""
3396
  "Specify the maximum number of images that can be uploaded for a single "
3397
  "review. This setting applies only to reviews submitted on single product "
3398
  "pages."
3399
  msgstr ""
3400
 
3401
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3402
  msgid "Maximum Size of Image"
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3406
  msgid ""
3407
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3408
  "review. This setting applies only to reviews submitted on single product "
3409
  "pages."
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3413
  msgid "Disable Lightbox"
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3417
  msgid ""
3418
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3419
  "this option only if your theme generates lightboxes for any picture on the "
3421
  "attached to a review."
3422
  msgstr ""
3423
 
3424
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3425
  msgid "reCAPTCHA V2 for Reviews"
3426
  msgstr ""
3427
 
3428
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3429
  msgid ""
3430
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3431
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3432
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3433
  msgstr ""
3434
 
3435
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3436
  msgid "reCAPTCHA V2 Site Key"
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3440
  msgid ""
3441
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3442
  "after registration at reCAPTCHA website."
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3446
  msgid "reCAPTCHA V2 Secret Key"
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3450
  msgid ""
3451
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3452
  "receive after registration at reCAPTCHA website."
3453
  msgstr ""
3454
 
3455
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3456
  msgid "Reviews Summary Bar"
3457
  msgstr ""
3458
 
3459
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3460
  msgid ""
3461
  "Enable display of a histogram table with a summary of reviews on a product "
3462
  "page."
3463
  msgstr ""
3464
 
3465
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3466
  msgid "Vote for Reviews"
3467
  msgstr ""
3468
 
3469
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3470
  msgid ""
3471
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3472
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3473
  "addresses to identify this visitor."
3474
  msgstr ""
3475
 
3476
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3477
  msgid "Remove Plugin's Branding"
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3481
  msgid ""
3482
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3483
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3484
  "would like to support us, please disable this checkbox."
3485
  msgstr ""
3486
 
3487
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3488
  msgid "Verified Owner"
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3492
  msgid ""
3493
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3494
  "customer reviews with a custom one. If this field is blank, the standard "
3495
  "WooCommerce label will be used."
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3499
  msgid "Customer Avatars"
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3503
  msgid ""
3504
  "Choose how customer avatars are displayed on WooCommerce single product "
3505
  "pages. You can use either the standard WordPress avatars or avatars created "
3506
  "based on initial letters of customer names."
3507
  msgstr ""
3508
 
3509
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3510
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3511
  msgid "Standard"
3512
  msgstr ""
3513
 
3514
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3515
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3516
  msgid "Initials"
3517
  msgstr ""
3518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3519
  #: includes/settings/class-cr-settings-review-reminder.php:89
3520
  #: includes/settings/class-cr-settings-review-reminder.php:94
3521
  #: includes/settings/class-cr-settings-review-reminder.php:99
4711
  msgid "Tags for Reviews"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4715
  msgid "Independently verified"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4719
  msgid "independently verified"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4723
  msgid "What Our Clients Say"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4727
  msgid "what our clients say"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4731
  msgid "%s rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4735
  msgid "rating %s / 5"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4739
  msgid "%s store rating"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4743
  msgid "Store rating %s / 5"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4747
  msgid "store rating"
4748
  msgstr ""
4749
 
4750
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4751
  msgid "%s product rating"
4752
  msgstr ""
4753
 
4754
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4755
  msgid "Product rating %s / 5"
4756
  msgstr ""
4757
 
4758
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4759
  msgid "product rating"
4760
  msgstr ""
4761
 
4762
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4763
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4764
  msgid "%s review"
4765
  msgid_plural "%s reviews"
4766
  msgstr[0] ""
languages/customer-reviews-woocommerce-fa_IR.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2019-07-20 00:46+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5 ستاره"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5 ستاره"
125
  msgid "4 star"
126
  msgstr "4 ستاره"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4 ستاره"
134
  msgid "3 star"
135
  msgstr "3 ستاره"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3 ستاره"
143
  msgid "2 star"
144
  msgstr "2 ستاره"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2490,20 +2490,20 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
- #: includes/settings/class-cr-settings-cusrev.php:31
2494
- #: includes/settings/class-cr-settings-cusrev.php:55
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
- #: includes/settings/class-cr-settings-cusrev.php:57
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
- #: includes/settings/class-cr-settings-cusrev.php:61
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
- #: includes/settings/class-cr-settings-cusrev.php:62
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2512,22 +2512,22 @@ msgid ""
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
- #: includes/settings/class-cr-settings-cusrev.php:69
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
- #: includes/settings/class-cr-settings-cusrev.php:70
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
- #: includes/settings/class-cr-settings-cusrev.php:78
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:79
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
@@ -3279,55 +3279,125 @@ msgstr ""
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3283
  msgid "Extensions for Customer Reviews"
3284
  msgstr ""
3285
 
3286
- #: includes/settings/class-cr-settings-review-extensions.php:77
3287
  msgid ""
3288
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3289
  "you can configure various extensions for standard WooCommerce reviews."
3290
  msgstr ""
3291
 
3292
- #: includes/settings/class-cr-settings-review-extensions.php:81
3293
  msgid "Attach Images"
3294
  msgstr ""
3295
 
3296
  #. translators: please keep %1$s and %2$s in the translated version
3297
- #: includes/settings/class-cr-settings-review-extensions.php:83
3298
  msgid ""
3299
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3300
  "you would like to enable attachment of images on aggregated review forms, "
3301
  "this can be done %1$shere%2$s."
3302
  msgstr ""
3303
 
3304
- #: includes/settings/class-cr-settings-review-extensions.php:89
3305
  msgid "Quantity of Images"
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:90
3309
  msgid ""
3310
  "Specify the maximum number of images that can be uploaded for a single "
3311
  "review. This setting applies only to reviews submitted on single product "
3312
  "pages."
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:97
3316
  msgid "Maximum Size of Image"
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:98
3320
  msgid ""
3321
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3322
  "review. This setting applies only to reviews submitted on single product "
3323
  "pages."
3324
  msgstr ""
3325
 
3326
- #: includes/settings/class-cr-settings-review-extensions.php:105
3327
  msgid "Disable Lightbox"
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:106
3331
  msgid ""
3332
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3333
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3335,155 +3405,101 @@ msgid ""
3335
  "attached to a review."
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:112
3339
  msgid "reCAPTCHA V2 for Reviews"
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:113
3343
  msgid ""
3344
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3345
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3346
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:119
3350
  msgid "reCAPTCHA V2 Site Key"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:121
3354
  msgid ""
3355
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3356
  "after registration at reCAPTCHA website."
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:127
3360
  msgid "reCAPTCHA V2 Secret Key"
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:129
3364
  msgid ""
3365
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3366
  "receive after registration at reCAPTCHA website."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:135
3370
  msgid "Reviews Summary Bar"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:136
3374
  msgid ""
3375
  "Enable display of a histogram table with a summary of reviews on a product "
3376
  "page."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:142
3380
  msgid "Vote for Reviews"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:143
3384
  msgid ""
3385
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3386
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3387
  "addresses to identify this visitor."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:149
3391
  msgid "Remove Plugin's Branding"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:150
3395
  msgid ""
3396
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3397
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3398
  "would like to support us, please disable this checkbox."
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-extensions.php:156
3402
  msgid "Verified Owner"
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:158
3406
  msgid ""
3407
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3408
  "customer reviews with a custom one. If this field is blank, the standard "
3409
  "WooCommerce label will be used."
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:164
3413
  msgid "Customer Avatars"
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:166
3417
  msgid ""
3418
  "Choose how customer avatars are displayed on WooCommerce single product "
3419
  "pages. You can use either the standard WordPress avatars or avatars created "
3420
  "based on initial letters of customer names."
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:172
3424
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3425
  msgid "Standard"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:173
3429
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3430
  msgid "Initials"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-extensions.php:181
3434
- #: includes/settings/class-cr-settings-review-extensions.php:187
3435
- msgid "Lazy Load Reviews"
3436
- msgstr ""
3437
-
3438
- #: includes/settings/class-cr-settings-review-extensions.php:183
3439
- msgid ""
3440
- "Settings to display reviews with 'Show more' button instead of the standard "
3441
- "WordPress pagination."
3442
- msgstr ""
3443
-
3444
- #: includes/settings/class-cr-settings-review-extensions.php:188
3445
- msgid "Display reviews on product pages with 'Show more' button."
3446
- msgstr ""
3447
-
3448
- #: includes/settings/class-cr-settings-review-extensions.php:194
3449
- msgid "Default Quantity of Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:195
3453
- msgid ""
3454
- "Specify the default number of reviews that will be shown during the initial "
3455
- "product page load."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:202
3459
- msgid "Default Sorting Order"
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:204
3463
- msgid ""
3464
- "Define how reviews are sorted by default. The option to vote for reviews "
3465
- "must be enabled to show the most helpful reviews first."
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:210
3469
- msgid "Recent reviews first"
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:211
3473
- msgid "Most helpful reviews first"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:215
3477
- msgid "Review Form"
3478
- msgstr ""
3479
-
3480
- #: includes/settings/class-cr-settings-review-extensions.php:216
3481
- msgid ""
3482
- "Display a review form on product pages. If you would like to protect your "
3483
- "site from SPAM reviews and allow customers to submit reviews only via "
3484
- "invitations (review reminders), this option should be disabled."
3485
- msgstr ""
3486
-
3487
  #: includes/settings/class-cr-settings-review-reminder.php:89
3488
  #: includes/settings/class-cr-settings-review-reminder.php:94
3489
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4679,56 +4695,56 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:202
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:203
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:205
4691
  msgid "What Our Clients Say"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:206
4695
  msgid "what our clients say"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:210
4699
  msgid "%s rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:211
4703
  msgid "rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:212
4707
  msgid "%s store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:213
4711
  msgid "Store rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:214
4715
  msgid "store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:215
4719
  msgid "%s product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:216
4723
  msgid "Product rating %s / 5"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:217
4727
  msgid "product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:218
4731
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4732
  msgid "%s review"
4733
  msgid_plural "%s reviews"
4734
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2019-07-20 00:46+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5 ستاره"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4 ستاره"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3 ستاره"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2 ستاره"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
+ #: includes/settings/class-cr-settings-cusrev.php:34
2494
+ #: includes/settings/class-cr-settings-cusrev.php:58
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
+ #: includes/settings/class-cr-settings-cusrev.php:60
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
+ #: includes/settings/class-cr-settings-cusrev.php:64
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
+ #: includes/settings/class-cr-settings-cusrev.php:65
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
+ #: includes/settings/class-cr-settings-cusrev.php:72
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
+ #: includes/settings/class-cr-settings-cusrev.php:73
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
+ #: includes/settings/class-cr-settings-cusrev.php:81
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:82
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3283
+ msgid ""
3284
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3285
+ "products pages. By default, visual appearance of reviews is controlled by "
3286
+ "WooCommerce and your active WordPress theme. There is also an option to "
3287
+ "enable an enhanced visual style for display of reviews on product pages."
3288
+ msgstr ""
3289
+
3290
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3291
+ msgid ""
3292
+ "If you would like to display reviews in locations other than the standard "
3293
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3294
+ "or Gutenberg blocks provided by the plugin."
3295
+ msgstr ""
3296
+
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3298
+ msgid "Display of Customer Reviews"
3299
+ msgstr ""
3300
+
3301
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3302
+ msgid "Visual Style"
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3306
+ msgid "WooCommerce (basic user interface)"
3307
+ msgstr ""
3308
+
3309
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3310
+ msgid "CusRev (enhanced user interface)"
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3314
+ msgid "Default Quantity of Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3318
+ msgid ""
3319
+ "Specify the default number of reviews that will be shown during the initial "
3320
+ "product page load."
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3324
+ msgid "Default Sorting Order"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3328
+ msgid ""
3329
+ "Define how reviews are sorted by default. The option to vote for reviews "
3330
+ "must be enabled to show the most helpful reviews first."
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3334
+ msgid "Recent reviews first"
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3338
+ msgid "Most helpful reviews first"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3342
+ msgid "Review Form"
3343
+ msgstr ""
3344
+
3345
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3346
+ msgid ""
3347
+ "Display a review form on product pages. If you would like to protect your "
3348
+ "site from SPAM reviews and allow customers to submit reviews only via "
3349
+ "invitations (review reminders), this option should be disabled."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3353
  msgid "Extensions for Customer Reviews"
3354
  msgstr ""
3355
 
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3357
  msgid ""
3358
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3359
  "you can configure various extensions for standard WooCommerce reviews."
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3363
  msgid "Attach Images"
3364
  msgstr ""
3365
 
3366
  #. translators: please keep %1$s and %2$s in the translated version
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3368
  msgid ""
3369
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3370
  "you would like to enable attachment of images on aggregated review forms, "
3371
  "this can be done %1$shere%2$s."
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3375
  msgid "Quantity of Images"
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3379
  msgid ""
3380
  "Specify the maximum number of images that can be uploaded for a single "
3381
  "review. This setting applies only to reviews submitted on single product "
3382
  "pages."
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3386
  msgid "Maximum Size of Image"
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3390
  msgid ""
3391
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3392
  "review. This setting applies only to reviews submitted on single product "
3393
  "pages."
3394
  msgstr ""
3395
 
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3397
  msgid "Disable Lightbox"
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3401
  msgid ""
3402
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3403
  "this option only if your theme generates lightboxes for any picture on the "
3405
  "attached to a review."
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3409
  msgid "reCAPTCHA V2 for Reviews"
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3413
  msgid ""
3414
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3415
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3416
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3420
  msgid "reCAPTCHA V2 Site Key"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3424
  msgid ""
3425
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3426
  "after registration at reCAPTCHA website."
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3430
  msgid "reCAPTCHA V2 Secret Key"
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3434
  msgid ""
3435
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3436
  "receive after registration at reCAPTCHA website."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3440
  msgid "Reviews Summary Bar"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3444
  msgid ""
3445
  "Enable display of a histogram table with a summary of reviews on a product "
3446
  "page."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3450
  msgid "Vote for Reviews"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3454
  msgid ""
3455
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3456
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3457
  "addresses to identify this visitor."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3461
  msgid "Remove Plugin's Branding"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3465
  msgid ""
3466
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3467
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3468
  "would like to support us, please disable this checkbox."
3469
  msgstr ""
3470
 
3471
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3472
  msgid "Verified Owner"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3476
  msgid ""
3477
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3478
  "customer reviews with a custom one. If this field is blank, the standard "
3479
  "WooCommerce label will be used."
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3483
  msgid "Customer Avatars"
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3487
  msgid ""
3488
  "Choose how customer avatars are displayed on WooCommerce single product "
3489
  "pages. You can use either the standard WordPress avatars or avatars created "
3490
  "based on initial letters of customer names."
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3494
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3495
  msgid "Standard"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3499
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3500
  msgid "Initials"
3501
  msgstr ""
3502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
languages/customer-reviews-woocommerce-he_IL.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-11-03 13:07+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 כוכבים"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 כוכבים"
128
  msgid "4 star"
129
  msgstr " 4 כוכבים"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr " 4 כוכבים"
137
  msgid "3 star"
138
  msgstr " 3 כוכבים"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr " 3 כוכבים"
146
  msgid "2 star"
147
  msgstr " 2 כוכבים"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2505,20 +2505,20 @@ msgid ""
2505
  "settings</a>."
2506
  msgstr ""
2507
 
2508
- #: includes/settings/class-cr-settings-cusrev.php:31
2509
- #: includes/settings/class-cr-settings-cusrev.php:55
2510
  msgid "CusRev.com"
2511
  msgstr ""
2512
 
2513
- #: includes/settings/class-cr-settings-cusrev.php:57
2514
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2515
  msgstr ""
2516
 
2517
- #: includes/settings/class-cr-settings-cusrev.php:61
2518
  msgid "Page Enabled"
2519
  msgstr ""
2520
 
2521
- #: includes/settings/class-cr-settings-cusrev.php:62
2522
  msgid ""
2523
  "Enable or disable a public page with verified copies of reviews of your "
2524
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2527,22 +2527,22 @@ msgid ""
2527
  "the review on CusRev.com."
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:69
2531
  msgid "Page URL"
2532
  msgstr ""
2533
 
2534
- #: includes/settings/class-cr-settings-cusrev.php:70
2535
  msgid ""
2536
  "Specify name of the page with verified reviews. This will be a base URL for "
2537
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2538
  "the name of the page."
2539
  msgstr ""
2540
 
2541
- #: includes/settings/class-cr-settings-cusrev.php:78
2542
  msgid "Age Restriction"
2543
  msgstr ""
2544
 
2545
- #: includes/settings/class-cr-settings-cusrev.php:79
2546
  msgid ""
2547
  "Enable this option if your store sells age-restricted products (e.g., adult "
2548
  "content, alcohol, etc.)"
@@ -3294,55 +3294,125 @@ msgstr ""
3294
  msgid "Review Extensions"
3295
  msgstr ""
3296
 
3297
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3298
  msgid "Extensions for Customer Reviews"
3299
  msgstr ""
3300
 
3301
- #: includes/settings/class-cr-settings-review-extensions.php:77
3302
  msgid ""
3303
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3304
  "you can configure various extensions for standard WooCommerce reviews."
3305
  msgstr ""
3306
 
3307
- #: includes/settings/class-cr-settings-review-extensions.php:81
3308
  msgid "Attach Images"
3309
  msgstr ""
3310
 
3311
  #. translators: please keep %1$s and %2$s in the translated version
3312
- #: includes/settings/class-cr-settings-review-extensions.php:83
3313
  msgid ""
3314
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3315
  "you would like to enable attachment of images on aggregated review forms, "
3316
  "this can be done %1$shere%2$s."
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:89
3320
  msgid "Quantity of Images"
3321
  msgstr ""
3322
 
3323
- #: includes/settings/class-cr-settings-review-extensions.php:90
3324
  msgid ""
3325
  "Specify the maximum number of images that can be uploaded for a single "
3326
  "review. This setting applies only to reviews submitted on single product "
3327
  "pages."
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:97
3331
  msgid "Maximum Size of Image"
3332
  msgstr ""
3333
 
3334
- #: includes/settings/class-cr-settings-review-extensions.php:98
3335
  msgid ""
3336
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3337
  "review. This setting applies only to reviews submitted on single product "
3338
  "pages."
3339
  msgstr ""
3340
 
3341
- #: includes/settings/class-cr-settings-review-extensions.php:105
3342
  msgid "Disable Lightbox"
3343
  msgstr ""
3344
 
3345
- #: includes/settings/class-cr-settings-review-extensions.php:106
3346
  msgid ""
3347
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3348
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3350,155 +3420,101 @@ msgid ""
3350
  "attached to a review."
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:112
3354
  msgid "reCAPTCHA V2 for Reviews"
3355
  msgstr ""
3356
 
3357
- #: includes/settings/class-cr-settings-review-extensions.php:113
3358
  msgid ""
3359
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3360
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3361
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3362
  msgstr ""
3363
 
3364
- #: includes/settings/class-cr-settings-review-extensions.php:119
3365
  msgid "reCAPTCHA V2 Site Key"
3366
  msgstr ""
3367
 
3368
- #: includes/settings/class-cr-settings-review-extensions.php:121
3369
  msgid ""
3370
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3371
  "after registration at reCAPTCHA website."
3372
  msgstr ""
3373
 
3374
- #: includes/settings/class-cr-settings-review-extensions.php:127
3375
  msgid "reCAPTCHA V2 Secret Key"
3376
  msgstr ""
3377
 
3378
- #: includes/settings/class-cr-settings-review-extensions.php:129
3379
  msgid ""
3380
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3381
  "receive after registration at reCAPTCHA website."
3382
  msgstr ""
3383
 
3384
- #: includes/settings/class-cr-settings-review-extensions.php:135
3385
  msgid "Reviews Summary Bar"
3386
  msgstr ""
3387
 
3388
- #: includes/settings/class-cr-settings-review-extensions.php:136
3389
  msgid ""
3390
  "Enable display of a histogram table with a summary of reviews on a product "
3391
  "page."
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:142
3395
  msgid "Vote for Reviews"
3396
  msgstr ""
3397
 
3398
- #: includes/settings/class-cr-settings-review-extensions.php:143
3399
  msgid ""
3400
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3401
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3402
  "addresses to identify this visitor."
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:149
3406
  msgid "Remove Plugin's Branding"
3407
  msgstr ""
3408
 
3409
- #: includes/settings/class-cr-settings-review-extensions.php:150
3410
  msgid ""
3411
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3412
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3413
  "would like to support us, please disable this checkbox."
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:156
3417
  msgid "Verified Owner"
3418
  msgstr ""
3419
 
3420
- #: includes/settings/class-cr-settings-review-extensions.php:158
3421
  msgid ""
3422
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3423
  "customer reviews with a custom one. If this field is blank, the standard "
3424
  "WooCommerce label will be used."
3425
  msgstr ""
3426
 
3427
- #: includes/settings/class-cr-settings-review-extensions.php:164
3428
  msgid "Customer Avatars"
3429
  msgstr ""
3430
 
3431
- #: includes/settings/class-cr-settings-review-extensions.php:166
3432
  msgid ""
3433
  "Choose how customer avatars are displayed on WooCommerce single product "
3434
  "pages. You can use either the standard WordPress avatars or avatars created "
3435
  "based on initial letters of customer names."
3436
  msgstr ""
3437
 
3438
- #: includes/settings/class-cr-settings-review-extensions.php:172
3439
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3440
  msgid "Standard"
3441
  msgstr ""
3442
 
3443
- #: includes/settings/class-cr-settings-review-extensions.php:173
3444
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3445
  msgid "Initials"
3446
  msgstr ""
3447
 
3448
- #: includes/settings/class-cr-settings-review-extensions.php:181
3449
- #: includes/settings/class-cr-settings-review-extensions.php:187
3450
- msgid "Lazy Load Reviews"
3451
- msgstr ""
3452
-
3453
- #: includes/settings/class-cr-settings-review-extensions.php:183
3454
- msgid ""
3455
- "Settings to display reviews with 'Show more' button instead of the standard "
3456
- "WordPress pagination."
3457
- msgstr ""
3458
-
3459
- #: includes/settings/class-cr-settings-review-extensions.php:188
3460
- msgid "Display reviews on product pages with 'Show more' button."
3461
- msgstr ""
3462
-
3463
- #: includes/settings/class-cr-settings-review-extensions.php:194
3464
- msgid "Default Quantity of Reviews"
3465
- msgstr ""
3466
-
3467
- #: includes/settings/class-cr-settings-review-extensions.php:195
3468
- msgid ""
3469
- "Specify the default number of reviews that will be shown during the initial "
3470
- "product page load."
3471
- msgstr ""
3472
-
3473
- #: includes/settings/class-cr-settings-review-extensions.php:202
3474
- msgid "Default Sorting Order"
3475
- msgstr ""
3476
-
3477
- #: includes/settings/class-cr-settings-review-extensions.php:204
3478
- msgid ""
3479
- "Define how reviews are sorted by default. The option to vote for reviews "
3480
- "must be enabled to show the most helpful reviews first."
3481
- msgstr ""
3482
-
3483
- #: includes/settings/class-cr-settings-review-extensions.php:210
3484
- msgid "Recent reviews first"
3485
- msgstr ""
3486
-
3487
- #: includes/settings/class-cr-settings-review-extensions.php:211
3488
- msgid "Most helpful reviews first"
3489
- msgstr ""
3490
-
3491
- #: includes/settings/class-cr-settings-review-extensions.php:215
3492
- msgid "Review Form"
3493
- msgstr ""
3494
-
3495
- #: includes/settings/class-cr-settings-review-extensions.php:216
3496
- msgid ""
3497
- "Display a review form on product pages. If you would like to protect your "
3498
- "site from SPAM reviews and allow customers to submit reviews only via "
3499
- "invitations (review reminders), this option should be disabled."
3500
- msgstr ""
3501
-
3502
  #: includes/settings/class-cr-settings-review-reminder.php:89
3503
  #: includes/settings/class-cr-settings-review-reminder.php:94
3504
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4694,56 +4710,56 @@ msgstr ""
4694
  msgid "Tags for Reviews"
4695
  msgstr ""
4696
 
4697
- #: includes/trust-badge/class-cr-trust-badge.php:202
4698
  msgid "Independently verified"
4699
  msgstr ""
4700
 
4701
- #: includes/trust-badge/class-cr-trust-badge.php:203
4702
  msgid "independently verified"
4703
  msgstr ""
4704
 
4705
- #: includes/trust-badge/class-cr-trust-badge.php:205
4706
  msgid "What Our Clients Say"
4707
  msgstr ""
4708
 
4709
- #: includes/trust-badge/class-cr-trust-badge.php:206
4710
  msgid "what our clients say"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:210
4714
  msgid "%s rating"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:211
4718
  msgid "rating %s / 5"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:212
4722
  msgid "%s store rating"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:213
4726
  msgid "Store rating %s / 5"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:214
4730
  msgid "store rating"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:215
4734
  msgid "%s product rating"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:216
4738
  msgid "Product rating %s / 5"
4739
  msgstr ""
4740
 
4741
- #: includes/trust-badge/class-cr-trust-badge.php:217
4742
  msgid "product rating"
4743
  msgstr ""
4744
 
4745
- #: includes/trust-badge/class-cr-trust-badge.php:218
4746
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4747
  msgid "%s review"
4748
  msgid_plural "%s reviews"
4749
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-11-03 13:07+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 כוכבים"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr " 4 כוכבים"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr " 3 כוכבים"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr " 2 כוכבים"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2505
  "settings</a>."
2506
  msgstr ""
2507
 
2508
+ #: includes/settings/class-cr-settings-cusrev.php:34
2509
+ #: includes/settings/class-cr-settings-cusrev.php:58
2510
  msgid "CusRev.com"
2511
  msgstr ""
2512
 
2513
+ #: includes/settings/class-cr-settings-cusrev.php:60
2514
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2515
  msgstr ""
2516
 
2517
+ #: includes/settings/class-cr-settings-cusrev.php:64
2518
  msgid "Page Enabled"
2519
  msgstr ""
2520
 
2521
+ #: includes/settings/class-cr-settings-cusrev.php:65
2522
  msgid ""
2523
  "Enable or disable a public page with verified copies of reviews of your "
2524
  "store and products at CusRev website. If this option is enabled, additional "
2527
  "the review on CusRev.com."
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:72
2531
  msgid "Page URL"
2532
  msgstr ""
2533
 
2534
+ #: includes/settings/class-cr-settings-cusrev.php:73
2535
  msgid ""
2536
  "Specify name of the page with verified reviews. This will be a base URL for "
2537
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2538
  "the name of the page."
2539
  msgstr ""
2540
 
2541
+ #: includes/settings/class-cr-settings-cusrev.php:81
2542
  msgid "Age Restriction"
2543
  msgstr ""
2544
 
2545
+ #: includes/settings/class-cr-settings-cusrev.php:82
2546
  msgid ""
2547
  "Enable this option if your store sells age-restricted products (e.g., adult "
2548
  "content, alcohol, etc.)"
3294
  msgid "Review Extensions"
3295
  msgstr ""
3296
 
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3298
+ msgid ""
3299
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3300
+ "products pages. By default, visual appearance of reviews is controlled by "
3301
+ "WooCommerce and your active WordPress theme. There is also an option to "
3302
+ "enable an enhanced visual style for display of reviews on product pages."
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3306
+ msgid ""
3307
+ "If you would like to display reviews in locations other than the standard "
3308
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3309
+ "or Gutenberg blocks provided by the plugin."
3310
+ msgstr ""
3311
+
3312
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3313
+ msgid "Display of Customer Reviews"
3314
+ msgstr ""
3315
+
3316
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3317
+ msgid "Visual Style"
3318
+ msgstr ""
3319
+
3320
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3321
+ msgid "WooCommerce (basic user interface)"
3322
+ msgstr ""
3323
+
3324
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3325
+ msgid "CusRev (enhanced user interface)"
3326
+ msgstr ""
3327
+
3328
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3329
+ msgid "Default Quantity of Reviews"
3330
+ msgstr ""
3331
+
3332
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3333
+ msgid ""
3334
+ "Specify the default number of reviews that will be shown during the initial "
3335
+ "product page load."
3336
+ msgstr ""
3337
+
3338
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3339
+ msgid "Default Sorting Order"
3340
+ msgstr ""
3341
+
3342
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3343
+ msgid ""
3344
+ "Define how reviews are sorted by default. The option to vote for reviews "
3345
+ "must be enabled to show the most helpful reviews first."
3346
+ msgstr ""
3347
+
3348
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3349
+ msgid "Recent reviews first"
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3353
+ msgid "Most helpful reviews first"
3354
+ msgstr ""
3355
+
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3357
+ msgid "Review Form"
3358
+ msgstr ""
3359
+
3360
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3361
+ msgid ""
3362
+ "Display a review form on product pages. If you would like to protect your "
3363
+ "site from SPAM reviews and allow customers to submit reviews only via "
3364
+ "invitations (review reminders), this option should be disabled."
3365
+ msgstr ""
3366
+
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3368
  msgid "Extensions for Customer Reviews"
3369
  msgstr ""
3370
 
3371
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3372
  msgid ""
3373
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3374
  "you can configure various extensions for standard WooCommerce reviews."
3375
  msgstr ""
3376
 
3377
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3378
  msgid "Attach Images"
3379
  msgstr ""
3380
 
3381
  #. translators: please keep %1$s and %2$s in the translated version
3382
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3383
  msgid ""
3384
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3385
  "you would like to enable attachment of images on aggregated review forms, "
3386
  "this can be done %1$shere%2$s."
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3390
  msgid "Quantity of Images"
3391
  msgstr ""
3392
 
3393
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3394
  msgid ""
3395
  "Specify the maximum number of images that can be uploaded for a single "
3396
  "review. This setting applies only to reviews submitted on single product "
3397
  "pages."
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3401
  msgid "Maximum Size of Image"
3402
  msgstr ""
3403
 
3404
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3405
  msgid ""
3406
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3407
  "review. This setting applies only to reviews submitted on single product "
3408
  "pages."
3409
  msgstr ""
3410
 
3411
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3412
  msgid "Disable Lightbox"
3413
  msgstr ""
3414
 
3415
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3416
  msgid ""
3417
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3418
  "this option only if your theme generates lightboxes for any picture on the "
3420
  "attached to a review."
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3424
  msgid "reCAPTCHA V2 for Reviews"
3425
  msgstr ""
3426
 
3427
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3428
  msgid ""
3429
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3430
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3431
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3432
  msgstr ""
3433
 
3434
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3435
  msgid "reCAPTCHA V2 Site Key"
3436
  msgstr ""
3437
 
3438
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3439
  msgid ""
3440
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3441
  "after registration at reCAPTCHA website."
3442
  msgstr ""
3443
 
3444
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3445
  msgid "reCAPTCHA V2 Secret Key"
3446
  msgstr ""
3447
 
3448
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3449
  msgid ""
3450
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3451
  "receive after registration at reCAPTCHA website."
3452
  msgstr ""
3453
 
3454
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3455
  msgid "Reviews Summary Bar"
3456
  msgstr ""
3457
 
3458
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3459
  msgid ""
3460
  "Enable display of a histogram table with a summary of reviews on a product "
3461
  "page."
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3465
  msgid "Vote for Reviews"
3466
  msgstr ""
3467
 
3468
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3469
  msgid ""
3470
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3471
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3472
  "addresses to identify this visitor."
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3476
  msgid "Remove Plugin's Branding"
3477
  msgstr ""
3478
 
3479
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3480
  msgid ""
3481
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3482
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3483
  "would like to support us, please disable this checkbox."
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3487
  msgid "Verified Owner"
3488
  msgstr ""
3489
 
3490
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3491
  msgid ""
3492
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3493
  "customer reviews with a custom one. If this field is blank, the standard "
3494
  "WooCommerce label will be used."
3495
  msgstr ""
3496
 
3497
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3498
  msgid "Customer Avatars"
3499
  msgstr ""
3500
 
3501
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3502
  msgid ""
3503
  "Choose how customer avatars are displayed on WooCommerce single product "
3504
  "pages. You can use either the standard WordPress avatars or avatars created "
3505
  "based on initial letters of customer names."
3506
  msgstr ""
3507
 
3508
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3509
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3510
  msgid "Standard"
3511
  msgstr ""
3512
 
3513
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3514
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3515
  msgid "Initials"
3516
  msgstr ""
3517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3518
  #: includes/settings/class-cr-settings-review-reminder.php:89
3519
  #: includes/settings/class-cr-settings-review-reminder.php:94
3520
  #: includes/settings/class-cr-settings-review-reminder.php:99
4710
  msgid "Tags for Reviews"
4711
  msgstr ""
4712
 
4713
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4714
  msgid "Independently verified"
4715
  msgstr ""
4716
 
4717
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4718
  msgid "independently verified"
4719
  msgstr ""
4720
 
4721
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4722
  msgid "What Our Clients Say"
4723
  msgstr ""
4724
 
4725
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4726
  msgid "what our clients say"
4727
  msgstr ""
4728
 
4729
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4730
  msgid "%s rating"
4731
  msgstr ""
4732
 
4733
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4734
  msgid "rating %s / 5"
4735
  msgstr ""
4736
 
4737
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4738
  msgid "%s store rating"
4739
  msgstr ""
4740
 
4741
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4742
  msgid "Store rating %s / 5"
4743
  msgstr ""
4744
 
4745
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4746
  msgid "store rating"
4747
  msgstr ""
4748
 
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4750
  msgid "%s product rating"
4751
  msgstr ""
4752
 
4753
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4754
  msgid "Product rating %s / 5"
4755
  msgstr ""
4756
 
4757
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4758
  msgid "product rating"
4759
  msgstr ""
4760
 
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4762
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4763
  msgid "%s review"
4764
  msgid_plural "%s reviews"
4765
  msgstr[0] ""
languages/customer-reviews-woocommerce-id_ID.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-01-18 23:55+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 bintang"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 bintang"
128
  msgid "4 star"
129
  msgstr "4 bintang"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 bintang"
137
  msgid "3 star"
138
  msgstr "3 bintang"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 bintang"
146
  msgid "2 star"
147
  msgstr "2 bintang"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2506,20 +2506,20 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
- #: includes/settings/class-cr-settings-cusrev.php:31
2510
- #: includes/settings/class-cr-settings-cusrev.php:55
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
- #: includes/settings/class-cr-settings-cusrev.php:57
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
- #: includes/settings/class-cr-settings-cusrev.php:61
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
- #: includes/settings/class-cr-settings-cusrev.php:62
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2528,22 +2528,22 @@ msgid ""
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
- #: includes/settings/class-cr-settings-cusrev.php:69
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
- #: includes/settings/class-cr-settings-cusrev.php:70
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
- #: includes/settings/class-cr-settings-cusrev.php:78
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:79
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
@@ -3295,55 +3295,125 @@ msgstr ""
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3299
  msgid "Extensions for Customer Reviews"
3300
  msgstr ""
3301
 
3302
- #: includes/settings/class-cr-settings-review-extensions.php:77
3303
  msgid ""
3304
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3305
  "you can configure various extensions for standard WooCommerce reviews."
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:81
3309
  msgid "Attach Images"
3310
  msgstr ""
3311
 
3312
  #. translators: please keep %1$s and %2$s in the translated version
3313
- #: includes/settings/class-cr-settings-review-extensions.php:83
3314
  msgid ""
3315
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3316
  "you would like to enable attachment of images on aggregated review forms, "
3317
  "this can be done %1$shere%2$s."
3318
  msgstr ""
3319
 
3320
- #: includes/settings/class-cr-settings-review-extensions.php:89
3321
  msgid "Quantity of Images"
3322
  msgstr ""
3323
 
3324
- #: includes/settings/class-cr-settings-review-extensions.php:90
3325
  msgid ""
3326
  "Specify the maximum number of images that can be uploaded for a single "
3327
  "review. This setting applies only to reviews submitted on single product "
3328
  "pages."
3329
  msgstr ""
3330
 
3331
- #: includes/settings/class-cr-settings-review-extensions.php:97
3332
  msgid "Maximum Size of Image"
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:98
3336
  msgid ""
3337
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3338
  "review. This setting applies only to reviews submitted on single product "
3339
  "pages."
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:105
3343
  msgid "Disable Lightbox"
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:106
3347
  msgid ""
3348
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3349
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3351,155 +3421,101 @@ msgid ""
3351
  "attached to a review."
3352
  msgstr ""
3353
 
3354
- #: includes/settings/class-cr-settings-review-extensions.php:112
3355
  msgid "reCAPTCHA V2 for Reviews"
3356
  msgstr ""
3357
 
3358
- #: includes/settings/class-cr-settings-review-extensions.php:113
3359
  msgid ""
3360
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3361
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3362
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-extensions.php:119
3366
  msgid "reCAPTCHA V2 Site Key"
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:121
3370
  msgid ""
3371
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3372
  "after registration at reCAPTCHA website."
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:127
3376
  msgid "reCAPTCHA V2 Secret Key"
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:129
3380
  msgid ""
3381
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3382
  "receive after registration at reCAPTCHA website."
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-extensions.php:135
3386
  msgid "Reviews Summary Bar"
3387
  msgstr ""
3388
 
3389
- #: includes/settings/class-cr-settings-review-extensions.php:136
3390
  msgid ""
3391
  "Enable display of a histogram table with a summary of reviews on a product "
3392
  "page."
3393
  msgstr ""
3394
 
3395
- #: includes/settings/class-cr-settings-review-extensions.php:142
3396
  msgid "Vote for Reviews"
3397
  msgstr ""
3398
 
3399
- #: includes/settings/class-cr-settings-review-extensions.php:143
3400
  msgid ""
3401
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3402
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3403
  "addresses to identify this visitor."
3404
  msgstr ""
3405
 
3406
- #: includes/settings/class-cr-settings-review-extensions.php:149
3407
  msgid "Remove Plugin's Branding"
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:150
3411
  msgid ""
3412
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3413
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3414
  "would like to support us, please disable this checkbox."
3415
  msgstr ""
3416
 
3417
- #: includes/settings/class-cr-settings-review-extensions.php:156
3418
  msgid "Verified Owner"
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:158
3422
  msgid ""
3423
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3424
  "customer reviews with a custom one. If this field is blank, the standard "
3425
  "WooCommerce label will be used."
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:164
3429
  msgid "Customer Avatars"
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:166
3433
  msgid ""
3434
  "Choose how customer avatars are displayed on WooCommerce single product "
3435
  "pages. You can use either the standard WordPress avatars or avatars created "
3436
  "based on initial letters of customer names."
3437
  msgstr ""
3438
 
3439
- #: includes/settings/class-cr-settings-review-extensions.php:172
3440
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3441
  msgid "Standard"
3442
  msgstr ""
3443
 
3444
- #: includes/settings/class-cr-settings-review-extensions.php:173
3445
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3446
  msgid "Initials"
3447
  msgstr ""
3448
 
3449
- #: includes/settings/class-cr-settings-review-extensions.php:181
3450
- #: includes/settings/class-cr-settings-review-extensions.php:187
3451
- msgid "Lazy Load Reviews"
3452
- msgstr ""
3453
-
3454
- #: includes/settings/class-cr-settings-review-extensions.php:183
3455
- msgid ""
3456
- "Settings to display reviews with 'Show more' button instead of the standard "
3457
- "WordPress pagination."
3458
- msgstr ""
3459
-
3460
- #: includes/settings/class-cr-settings-review-extensions.php:188
3461
- msgid "Display reviews on product pages with 'Show more' button."
3462
- msgstr ""
3463
-
3464
- #: includes/settings/class-cr-settings-review-extensions.php:194
3465
- msgid "Default Quantity of Reviews"
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:195
3469
- msgid ""
3470
- "Specify the default number of reviews that will be shown during the initial "
3471
- "product page load."
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:202
3475
- msgid "Default Sorting Order"
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:204
3479
- msgid ""
3480
- "Define how reviews are sorted by default. The option to vote for reviews "
3481
- "must be enabled to show the most helpful reviews first."
3482
- msgstr ""
3483
-
3484
- #: includes/settings/class-cr-settings-review-extensions.php:210
3485
- msgid "Recent reviews first"
3486
- msgstr ""
3487
-
3488
- #: includes/settings/class-cr-settings-review-extensions.php:211
3489
- msgid "Most helpful reviews first"
3490
- msgstr ""
3491
-
3492
- #: includes/settings/class-cr-settings-review-extensions.php:215
3493
- msgid "Review Form"
3494
- msgstr ""
3495
-
3496
- #: includes/settings/class-cr-settings-review-extensions.php:216
3497
- msgid ""
3498
- "Display a review form on product pages. If you would like to protect your "
3499
- "site from SPAM reviews and allow customers to submit reviews only via "
3500
- "invitations (review reminders), this option should be disabled."
3501
- msgstr ""
3502
-
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4695,56 +4711,56 @@ msgstr ""
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:202
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:203
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:205
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:206
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:213
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:214
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
- #: includes/trust-badge/class-cr-trust-badge.php:215
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
- #: includes/trust-badge/class-cr-trust-badge.php:216
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
- #: includes/trust-badge/class-cr-trust-badge.php:217
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
- #: includes/trust-badge/class-cr-trust-badge.php:218
4747
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-01-18 23:55+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 bintang"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 bintang"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 bintang"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 bintang"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
+ #: includes/settings/class-cr-settings-cusrev.php:34
2510
+ #: includes/settings/class-cr-settings-cusrev.php:58
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
+ #: includes/settings/class-cr-settings-cusrev.php:60
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
+ #: includes/settings/class-cr-settings-cusrev.php:64
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
+ #: includes/settings/class-cr-settings-cusrev.php:65
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
+ #: includes/settings/class-cr-settings-cusrev.php:72
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
+ #: includes/settings/class-cr-settings-cusrev.php:73
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
+ #: includes/settings/class-cr-settings-cusrev.php:81
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:82
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3299
+ msgid ""
3300
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3301
+ "products pages. By default, visual appearance of reviews is controlled by "
3302
+ "WooCommerce and your active WordPress theme. There is also an option to "
3303
+ "enable an enhanced visual style for display of reviews on product pages."
3304
+ msgstr ""
3305
+
3306
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3307
+ msgid ""
3308
+ "If you would like to display reviews in locations other than the standard "
3309
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3310
+ "or Gutenberg blocks provided by the plugin."
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3314
+ msgid "Display of Customer Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3318
+ msgid "Visual Style"
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3322
+ msgid "WooCommerce (basic user interface)"
3323
+ msgstr ""
3324
+
3325
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3326
+ msgid "CusRev (enhanced user interface)"
3327
+ msgstr ""
3328
+
3329
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3330
+ msgid "Default Quantity of Reviews"
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3334
+ msgid ""
3335
+ "Specify the default number of reviews that will be shown during the initial "
3336
+ "product page load."
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3340
+ msgid "Default Sorting Order"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3344
+ msgid ""
3345
+ "Define how reviews are sorted by default. The option to vote for reviews "
3346
+ "must be enabled to show the most helpful reviews first."
3347
+ msgstr ""
3348
+
3349
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3350
+ msgid "Recent reviews first"
3351
+ msgstr ""
3352
+
3353
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3354
+ msgid "Most helpful reviews first"
3355
+ msgstr ""
3356
+
3357
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3358
+ msgid "Review Form"
3359
+ msgstr ""
3360
+
3361
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3362
+ msgid ""
3363
+ "Display a review form on product pages. If you would like to protect your "
3364
+ "site from SPAM reviews and allow customers to submit reviews only via "
3365
+ "invitations (review reminders), this option should be disabled."
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3369
  msgid "Extensions for Customer Reviews"
3370
  msgstr ""
3371
 
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3373
  msgid ""
3374
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3375
  "you can configure various extensions for standard WooCommerce reviews."
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3379
  msgid "Attach Images"
3380
  msgstr ""
3381
 
3382
  #. translators: please keep %1$s and %2$s in the translated version
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3384
  msgid ""
3385
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3386
  "you would like to enable attachment of images on aggregated review forms, "
3387
  "this can be done %1$shere%2$s."
3388
  msgstr ""
3389
 
3390
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3391
  msgid "Quantity of Images"
3392
  msgstr ""
3393
 
3394
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3395
  msgid ""
3396
  "Specify the maximum number of images that can be uploaded for a single "
3397
  "review. This setting applies only to reviews submitted on single product "
3398
  "pages."
3399
  msgstr ""
3400
 
3401
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3402
  msgid "Maximum Size of Image"
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3406
  msgid ""
3407
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3408
  "review. This setting applies only to reviews submitted on single product "
3409
  "pages."
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3413
  msgid "Disable Lightbox"
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3417
  msgid ""
3418
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3419
  "this option only if your theme generates lightboxes for any picture on the "
3421
  "attached to a review."
3422
  msgstr ""
3423
 
3424
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3425
  msgid "reCAPTCHA V2 for Reviews"
3426
  msgstr ""
3427
 
3428
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3429
  msgid ""
3430
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3431
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3432
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3433
  msgstr ""
3434
 
3435
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3436
  msgid "reCAPTCHA V2 Site Key"
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3440
  msgid ""
3441
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3442
  "after registration at reCAPTCHA website."
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3446
  msgid "reCAPTCHA V2 Secret Key"
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3450
  msgid ""
3451
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3452
  "receive after registration at reCAPTCHA website."
3453
  msgstr ""
3454
 
3455
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3456
  msgid "Reviews Summary Bar"
3457
  msgstr ""
3458
 
3459
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3460
  msgid ""
3461
  "Enable display of a histogram table with a summary of reviews on a product "
3462
  "page."
3463
  msgstr ""
3464
 
3465
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3466
  msgid "Vote for Reviews"
3467
  msgstr ""
3468
 
3469
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3470
  msgid ""
3471
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3472
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3473
  "addresses to identify this visitor."
3474
  msgstr ""
3475
 
3476
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3477
  msgid "Remove Plugin's Branding"
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3481
  msgid ""
3482
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3483
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3484
  "would like to support us, please disable this checkbox."
3485
  msgstr ""
3486
 
3487
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3488
  msgid "Verified Owner"
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3492
  msgid ""
3493
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3494
  "customer reviews with a custom one. If this field is blank, the standard "
3495
  "WooCommerce label will be used."
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3499
  msgid "Customer Avatars"
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3503
  msgid ""
3504
  "Choose how customer avatars are displayed on WooCommerce single product "
3505
  "pages. You can use either the standard WordPress avatars or avatars created "
3506
  "based on initial letters of customer names."
3507
  msgstr ""
3508
 
3509
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3510
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3511
  msgid "Standard"
3512
  msgstr ""
3513
 
3514
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3515
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3516
  msgid "Initials"
3517
  msgstr ""
3518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3519
  #: includes/settings/class-cr-settings-review-reminder.php:89
3520
  #: includes/settings/class-cr-settings-review-reminder.php:94
3521
  #: includes/settings/class-cr-settings-review-reminder.php:99
4711
  msgid "Tags for Reviews"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4715
  msgid "Independently verified"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4719
  msgid "independently verified"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4723
  msgid "What Our Clients Say"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4727
  msgid "what our clients say"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4731
  msgid "%s rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4735
  msgid "rating %s / 5"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4739
  msgid "%s store rating"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4743
  msgid "Store rating %s / 5"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4747
  msgid "store rating"
4748
  msgstr ""
4749
 
4750
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4751
  msgid "%s product rating"
4752
  msgstr ""
4753
 
4754
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4755
  msgid "Product rating %s / 5"
4756
  msgstr ""
4757
 
4758
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4759
  msgid "product rating"
4760
  msgstr ""
4761
 
4762
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4763
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4764
  msgid "%s review"
4765
  msgid_plural "%s reviews"
4766
  msgstr[0] ""
languages/customer-reviews-woocommerce-is.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2020-10-29 02:24+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 stjörnur"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 stjörnur"
128
  msgid "4 star"
129
  msgstr "4 stjörnur"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 stjörnur"
137
  msgid "3 star"
138
  msgstr "3 stjörnur"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 stjörnur"
146
  msgid "2 star"
147
  msgstr "2 stjörnur"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2504,20 +2504,20 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
- #: includes/settings/class-cr-settings-cusrev.php:31
2508
- #: includes/settings/class-cr-settings-cusrev.php:55
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
- #: includes/settings/class-cr-settings-cusrev.php:57
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
- #: includes/settings/class-cr-settings-cusrev.php:61
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
- #: includes/settings/class-cr-settings-cusrev.php:62
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2526,22 +2526,22 @@ msgid ""
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:69
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:70
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
- #: includes/settings/class-cr-settings-cusrev.php:78
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:79
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
@@ -3293,55 +3293,125 @@ msgstr ""
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3297
  msgid "Extensions for Customer Reviews"
3298
  msgstr ""
3299
 
3300
- #: includes/settings/class-cr-settings-review-extensions.php:77
3301
  msgid ""
3302
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3303
  "you can configure various extensions for standard WooCommerce reviews."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:81
3307
  msgid "Attach Images"
3308
  msgstr ""
3309
 
3310
  #. translators: please keep %1$s and %2$s in the translated version
3311
- #: includes/settings/class-cr-settings-review-extensions.php:83
3312
  msgid ""
3313
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3314
  "you would like to enable attachment of images on aggregated review forms, "
3315
  "this can be done %1$shere%2$s."
3316
  msgstr ""
3317
 
3318
- #: includes/settings/class-cr-settings-review-extensions.php:89
3319
  msgid "Quantity of Images"
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:90
3323
  msgid ""
3324
  "Specify the maximum number of images that can be uploaded for a single "
3325
  "review. This setting applies only to reviews submitted on single product "
3326
  "pages."
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-extensions.php:97
3330
  msgid "Maximum Size of Image"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:98
3334
  msgid ""
3335
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3336
  "review. This setting applies only to reviews submitted on single product "
3337
  "pages."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:105
3341
  msgid "Disable Lightbox"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:106
3345
  msgid ""
3346
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3347
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3349,155 +3419,101 @@ msgid ""
3349
  "attached to a review."
3350
  msgstr ""
3351
 
3352
- #: includes/settings/class-cr-settings-review-extensions.php:112
3353
  msgid "reCAPTCHA V2 for Reviews"
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:113
3357
  msgid ""
3358
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3359
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3360
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:119
3364
  msgid "reCAPTCHA V2 Site Key"
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:121
3368
  msgid ""
3369
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3370
  "after registration at reCAPTCHA website."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:127
3374
  msgid "reCAPTCHA V2 Secret Key"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-extensions.php:129
3378
  msgid ""
3379
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3380
  "receive after registration at reCAPTCHA website."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:135
3384
  msgid "Reviews Summary Bar"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:136
3388
  msgid ""
3389
  "Enable display of a histogram table with a summary of reviews on a product "
3390
  "page."
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Vote for Reviews"
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-extensions.php:143
3398
  msgid ""
3399
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3400
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3401
  "addresses to identify this visitor."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:149
3405
  msgid "Remove Plugin's Branding"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:150
3409
  msgid ""
3410
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3411
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3412
  "would like to support us, please disable this checkbox."
3413
  msgstr ""
3414
 
3415
- #: includes/settings/class-cr-settings-review-extensions.php:156
3416
  msgid "Verified Owner"
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:158
3420
  msgid ""
3421
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3422
  "customer reviews with a custom one. If this field is blank, the standard "
3423
  "WooCommerce label will be used."
3424
  msgstr ""
3425
 
3426
- #: includes/settings/class-cr-settings-review-extensions.php:164
3427
  msgid "Customer Avatars"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:166
3431
  msgid ""
3432
  "Choose how customer avatars are displayed on WooCommerce single product "
3433
  "pages. You can use either the standard WordPress avatars or avatars created "
3434
  "based on initial letters of customer names."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-extensions.php:172
3438
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3439
  msgid "Standard"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:173
3443
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3444
  msgid "Initials"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:181
3448
- #: includes/settings/class-cr-settings-review-extensions.php:187
3449
- msgid "Lazy Load Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:183
3453
- msgid ""
3454
- "Settings to display reviews with 'Show more' button instead of the standard "
3455
- "WordPress pagination."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:188
3459
- msgid "Display reviews on product pages with 'Show more' button."
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:194
3463
- msgid "Default Quantity of Reviews"
3464
- msgstr ""
3465
-
3466
- #: includes/settings/class-cr-settings-review-extensions.php:195
3467
- msgid ""
3468
- "Specify the default number of reviews that will be shown during the initial "
3469
- "product page load."
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:202
3473
- msgid "Default Sorting Order"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:204
3477
- msgid ""
3478
- "Define how reviews are sorted by default. The option to vote for reviews "
3479
- "must be enabled to show the most helpful reviews first."
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:210
3483
- msgid "Recent reviews first"
3484
- msgstr ""
3485
-
3486
- #: includes/settings/class-cr-settings-review-extensions.php:211
3487
- msgid "Most helpful reviews first"
3488
- msgstr ""
3489
-
3490
- #: includes/settings/class-cr-settings-review-extensions.php:215
3491
- msgid "Review Form"
3492
- msgstr ""
3493
-
3494
- #: includes/settings/class-cr-settings-review-extensions.php:216
3495
- msgid ""
3496
- "Display a review form on product pages. If you would like to protect your "
3497
- "site from SPAM reviews and allow customers to submit reviews only via "
3498
- "invitations (review reminders), this option should be disabled."
3499
- msgstr ""
3500
-
3501
  #: includes/settings/class-cr-settings-review-reminder.php:89
3502
  #: includes/settings/class-cr-settings-review-reminder.php:94
3503
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4693,56 +4709,56 @@ msgstr ""
4693
  msgid "Tags for Reviews"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:202
4697
  msgid "Independently verified"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:203
4701
  msgid "independently verified"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:205
4705
  msgid "What Our Clients Say"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:206
4709
  msgid "what our clients say"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:210
4713
  msgid "%s rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:211
4717
  msgid "rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:212
4721
  msgid "%s store rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213
4725
  msgid "Store rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:214
4729
  msgid "store rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:215
4733
  msgid "%s product rating"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:216
4737
  msgid "Product rating %s / 5"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:217
4741
  msgid "product rating"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:218
4745
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4746
  msgid "%s review"
4747
  msgid_plural "%s reviews"
4748
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2020-10-29 02:24+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 stjörnur"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 stjörnur"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 stjörnur"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 stjörnur"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
+ #: includes/settings/class-cr-settings-cusrev.php:34
2508
+ #: includes/settings/class-cr-settings-cusrev.php:58
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
+ #: includes/settings/class-cr-settings-cusrev.php:60
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
+ #: includes/settings/class-cr-settings-cusrev.php:64
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
+ #: includes/settings/class-cr-settings-cusrev.php:65
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:72
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:73
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
+ #: includes/settings/class-cr-settings-cusrev.php:81
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:82
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3297
+ msgid ""
3298
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3299
+ "products pages. By default, visual appearance of reviews is controlled by "
3300
+ "WooCommerce and your active WordPress theme. There is also an option to "
3301
+ "enable an enhanced visual style for display of reviews on product pages."
3302
+ msgstr ""
3303
+
3304
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3305
+ msgid ""
3306
+ "If you would like to display reviews in locations other than the standard "
3307
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3308
+ "or Gutenberg blocks provided by the plugin."
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3312
+ msgid "Display of Customer Reviews"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3316
+ msgid "Visual Style"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3320
+ msgid "WooCommerce (basic user interface)"
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3324
+ msgid "CusRev (enhanced user interface)"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3328
+ msgid "Default Quantity of Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3332
+ msgid ""
3333
+ "Specify the default number of reviews that will be shown during the initial "
3334
+ "product page load."
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3338
+ msgid "Default Sorting Order"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3342
+ msgid ""
3343
+ "Define how reviews are sorted by default. The option to vote for reviews "
3344
+ "must be enabled to show the most helpful reviews first."
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3348
+ msgid "Recent reviews first"
3349
+ msgstr ""
3350
+
3351
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3352
+ msgid "Most helpful reviews first"
3353
+ msgstr ""
3354
+
3355
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3356
+ msgid "Review Form"
3357
+ msgstr ""
3358
+
3359
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3360
+ msgid ""
3361
+ "Display a review form on product pages. If you would like to protect your "
3362
+ "site from SPAM reviews and allow customers to submit reviews only via "
3363
+ "invitations (review reminders), this option should be disabled."
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3367
  msgid "Extensions for Customer Reviews"
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3371
  msgid ""
3372
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3373
  "you can configure various extensions for standard WooCommerce reviews."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3377
  msgid "Attach Images"
3378
  msgstr ""
3379
 
3380
  #. translators: please keep %1$s and %2$s in the translated version
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3382
  msgid ""
3383
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3384
  "you would like to enable attachment of images on aggregated review forms, "
3385
  "this can be done %1$shere%2$s."
3386
  msgstr ""
3387
 
3388
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3389
  msgid "Quantity of Images"
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3393
  msgid ""
3394
  "Specify the maximum number of images that can be uploaded for a single "
3395
  "review. This setting applies only to reviews submitted on single product "
3396
  "pages."
3397
  msgstr ""
3398
 
3399
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3400
  msgid "Maximum Size of Image"
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3404
  msgid ""
3405
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3406
  "review. This setting applies only to reviews submitted on single product "
3407
  "pages."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3411
  msgid "Disable Lightbox"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3415
  msgid ""
3416
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3417
  "this option only if your theme generates lightboxes for any picture on the "
3419
  "attached to a review."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3423
  msgid "reCAPTCHA V2 for Reviews"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3427
  msgid ""
3428
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3429
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3430
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3434
  msgid "reCAPTCHA V2 Site Key"
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3438
  msgid ""
3439
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3440
  "after registration at reCAPTCHA website."
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3444
  msgid "reCAPTCHA V2 Secret Key"
3445
  msgstr ""
3446
 
3447
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3448
  msgid ""
3449
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3450
  "receive after registration at reCAPTCHA website."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3454
  msgid "Reviews Summary Bar"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3458
  msgid ""
3459
  "Enable display of a histogram table with a summary of reviews on a product "
3460
  "page."
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3464
  msgid "Vote for Reviews"
3465
  msgstr ""
3466
 
3467
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3468
  msgid ""
3469
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3470
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3471
  "addresses to identify this visitor."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3475
  msgid "Remove Plugin's Branding"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3479
  msgid ""
3480
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3481
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3482
  "would like to support us, please disable this checkbox."
3483
  msgstr ""
3484
 
3485
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3486
  msgid "Verified Owner"
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3490
  msgid ""
3491
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3492
  "customer reviews with a custom one. If this field is blank, the standard "
3493
  "WooCommerce label will be used."
3494
  msgstr ""
3495
 
3496
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3497
  msgid "Customer Avatars"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3501
  msgid ""
3502
  "Choose how customer avatars are displayed on WooCommerce single product "
3503
  "pages. You can use either the standard WordPress avatars or avatars created "
3504
  "based on initial letters of customer names."
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3508
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3509
  msgid "Standard"
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3513
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3514
  msgid "Initials"
3515
  msgstr ""
3516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
languages/customer-reviews-woocommerce-ja.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:14+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5つ星"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5つ星"
125
  msgid "4 star"
126
  msgstr "4つ星"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4つ星"
134
  msgid "3 star"
135
  msgstr "3つ星"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3つ星"
143
  msgid "2 star"
144
  msgstr "2つ星"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2492,20 +2492,20 @@ msgid ""
2492
  "settings</a>."
2493
  msgstr ""
2494
 
2495
- #: includes/settings/class-cr-settings-cusrev.php:31
2496
- #: includes/settings/class-cr-settings-cusrev.php:55
2497
  msgid "CusRev.com"
2498
  msgstr ""
2499
 
2500
- #: includes/settings/class-cr-settings-cusrev.php:57
2501
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2502
  msgstr ""
2503
 
2504
- #: includes/settings/class-cr-settings-cusrev.php:61
2505
  msgid "Page Enabled"
2506
  msgstr ""
2507
 
2508
- #: includes/settings/class-cr-settings-cusrev.php:62
2509
  msgid ""
2510
  "Enable or disable a public page with verified copies of reviews of your "
2511
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2514,22 +2514,22 @@ msgid ""
2514
  "the review on CusRev.com."
2515
  msgstr ""
2516
 
2517
- #: includes/settings/class-cr-settings-cusrev.php:69
2518
  msgid "Page URL"
2519
  msgstr ""
2520
 
2521
- #: includes/settings/class-cr-settings-cusrev.php:70
2522
  msgid ""
2523
  "Specify name of the page with verified reviews. This will be a base URL for "
2524
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2525
  "the name of the page."
2526
  msgstr ""
2527
 
2528
- #: includes/settings/class-cr-settings-cusrev.php:78
2529
  msgid "Age Restriction"
2530
  msgstr ""
2531
 
2532
- #: includes/settings/class-cr-settings-cusrev.php:79
2533
  msgid ""
2534
  "Enable this option if your store sells age-restricted products (e.g., adult "
2535
  "content, alcohol, etc.)"
@@ -3281,55 +3281,125 @@ msgstr ""
3281
  msgid "Review Extensions"
3282
  msgstr ""
3283
 
3284
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3285
  msgid "Extensions for Customer Reviews"
3286
  msgstr ""
3287
 
3288
- #: includes/settings/class-cr-settings-review-extensions.php:77
3289
  msgid ""
3290
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3291
  "you can configure various extensions for standard WooCommerce reviews."
3292
  msgstr ""
3293
 
3294
- #: includes/settings/class-cr-settings-review-extensions.php:81
3295
  msgid "Attach Images"
3296
  msgstr ""
3297
 
3298
  #. translators: please keep %1$s and %2$s in the translated version
3299
- #: includes/settings/class-cr-settings-review-extensions.php:83
3300
  msgid ""
3301
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3302
  "you would like to enable attachment of images on aggregated review forms, "
3303
  "this can be done %1$shere%2$s."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:89
3307
  msgid "Quantity of Images"
3308
  msgstr ""
3309
 
3310
- #: includes/settings/class-cr-settings-review-extensions.php:90
3311
  msgid ""
3312
  "Specify the maximum number of images that can be uploaded for a single "
3313
  "review. This setting applies only to reviews submitted on single product "
3314
  "pages."
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-extensions.php:97
3318
  msgid "Maximum Size of Image"
3319
  msgstr ""
3320
 
3321
- #: includes/settings/class-cr-settings-review-extensions.php:98
3322
  msgid ""
3323
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3324
  "review. This setting applies only to reviews submitted on single product "
3325
  "pages."
3326
  msgstr ""
3327
 
3328
- #: includes/settings/class-cr-settings-review-extensions.php:105
3329
  msgid "Disable Lightbox"
3330
  msgstr ""
3331
 
3332
- #: includes/settings/class-cr-settings-review-extensions.php:106
3333
  msgid ""
3334
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3335
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3337,155 +3407,101 @@ msgid ""
3337
  "attached to a review."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:112
3341
  msgid "reCAPTCHA V2 for Reviews"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:113
3345
  msgid ""
3346
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3347
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3348
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3349
  msgstr ""
3350
 
3351
- #: includes/settings/class-cr-settings-review-extensions.php:119
3352
  msgid "reCAPTCHA V2 Site Key"
3353
  msgstr ""
3354
 
3355
- #: includes/settings/class-cr-settings-review-extensions.php:121
3356
  msgid ""
3357
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3358
  "after registration at reCAPTCHA website."
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-extensions.php:127
3362
  msgid "reCAPTCHA V2 Secret Key"
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-extensions.php:129
3366
  msgid ""
3367
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3368
  "receive after registration at reCAPTCHA website."
3369
  msgstr ""
3370
 
3371
- #: includes/settings/class-cr-settings-review-extensions.php:135
3372
  msgid "Reviews Summary Bar"
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:136
3376
  msgid ""
3377
  "Enable display of a histogram table with a summary of reviews on a product "
3378
  "page."
3379
  msgstr ""
3380
 
3381
- #: includes/settings/class-cr-settings-review-extensions.php:142
3382
  msgid "Vote for Reviews"
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-extensions.php:143
3386
  msgid ""
3387
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3388
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3389
  "addresses to identify this visitor."
3390
  msgstr ""
3391
 
3392
- #: includes/settings/class-cr-settings-review-extensions.php:149
3393
  msgid "Remove Plugin's Branding"
3394
  msgstr ""
3395
 
3396
- #: includes/settings/class-cr-settings-review-extensions.php:150
3397
  msgid ""
3398
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3399
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3400
  "would like to support us, please disable this checkbox."
3401
  msgstr ""
3402
 
3403
- #: includes/settings/class-cr-settings-review-extensions.php:156
3404
  msgid "Verified Owner"
3405
  msgstr ""
3406
 
3407
- #: includes/settings/class-cr-settings-review-extensions.php:158
3408
  msgid ""
3409
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3410
  "customer reviews with a custom one. If this field is blank, the standard "
3411
  "WooCommerce label will be used."
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:164
3415
  msgid "Customer Avatars"
3416
  msgstr ""
3417
 
3418
- #: includes/settings/class-cr-settings-review-extensions.php:166
3419
  msgid ""
3420
  "Choose how customer avatars are displayed on WooCommerce single product "
3421
  "pages. You can use either the standard WordPress avatars or avatars created "
3422
  "based on initial letters of customer names."
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-extensions.php:172
3426
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3427
  msgid "Standard"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:173
3431
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3432
  msgid "Initials"
3433
  msgstr ""
3434
 
3435
- #: includes/settings/class-cr-settings-review-extensions.php:181
3436
- #: includes/settings/class-cr-settings-review-extensions.php:187
3437
- msgid "Lazy Load Reviews"
3438
- msgstr ""
3439
-
3440
- #: includes/settings/class-cr-settings-review-extensions.php:183
3441
- msgid ""
3442
- "Settings to display reviews with 'Show more' button instead of the standard "
3443
- "WordPress pagination."
3444
- msgstr ""
3445
-
3446
- #: includes/settings/class-cr-settings-review-extensions.php:188
3447
- msgid "Display reviews on product pages with 'Show more' button."
3448
- msgstr ""
3449
-
3450
- #: includes/settings/class-cr-settings-review-extensions.php:194
3451
- msgid "Default Quantity of Reviews"
3452
- msgstr ""
3453
-
3454
- #: includes/settings/class-cr-settings-review-extensions.php:195
3455
- msgid ""
3456
- "Specify the default number of reviews that will be shown during the initial "
3457
- "product page load."
3458
- msgstr ""
3459
-
3460
- #: includes/settings/class-cr-settings-review-extensions.php:202
3461
- msgid "Default Sorting Order"
3462
- msgstr ""
3463
-
3464
- #: includes/settings/class-cr-settings-review-extensions.php:204
3465
- msgid ""
3466
- "Define how reviews are sorted by default. The option to vote for reviews "
3467
- "must be enabled to show the most helpful reviews first."
3468
- msgstr ""
3469
-
3470
- #: includes/settings/class-cr-settings-review-extensions.php:210
3471
- msgid "Recent reviews first"
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:211
3475
- msgid "Most helpful reviews first"
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:215
3479
- msgid "Review Form"
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:216
3483
- msgid ""
3484
- "Display a review form on product pages. If you would like to protect your "
3485
- "site from SPAM reviews and allow customers to submit reviews only via "
3486
- "invitations (review reminders), this option should be disabled."
3487
- msgstr ""
3488
-
3489
  #: includes/settings/class-cr-settings-review-reminder.php:89
3490
  #: includes/settings/class-cr-settings-review-reminder.php:94
3491
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4681,56 +4697,56 @@ msgstr ""
4681
  msgid "Tags for Reviews"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:202
4685
  msgid "Independently verified"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:203
4689
  msgid "independently verified"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:205
4693
  msgid "What Our Clients Say"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:206
4697
  msgid "what our clients say"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "%s rating"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "rating %s / 5"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
  msgid "%s store rating"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:213
4713
  msgid "Store rating %s / 5"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:214
4717
  msgid "store rating"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:215
4721
  msgid "%s product rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:216
4725
  msgid "Product rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:217
4729
  msgid "product rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:218
4733
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4734
  msgid "%s review"
4735
  msgid_plural "%s reviews"
4736
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:14+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5つ星"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4つ星"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3つ星"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2つ星"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2492
  "settings</a>."
2493
  msgstr ""
2494
 
2495
+ #: includes/settings/class-cr-settings-cusrev.php:34
2496
+ #: includes/settings/class-cr-settings-cusrev.php:58
2497
  msgid "CusRev.com"
2498
  msgstr ""
2499
 
2500
+ #: includes/settings/class-cr-settings-cusrev.php:60
2501
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2502
  msgstr ""
2503
 
2504
+ #: includes/settings/class-cr-settings-cusrev.php:64
2505
  msgid "Page Enabled"
2506
  msgstr ""
2507
 
2508
+ #: includes/settings/class-cr-settings-cusrev.php:65
2509
  msgid ""
2510
  "Enable or disable a public page with verified copies of reviews of your "
2511
  "store and products at CusRev website. If this option is enabled, additional "
2514
  "the review on CusRev.com."
2515
  msgstr ""
2516
 
2517
+ #: includes/settings/class-cr-settings-cusrev.php:72
2518
  msgid "Page URL"
2519
  msgstr ""
2520
 
2521
+ #: includes/settings/class-cr-settings-cusrev.php:73
2522
  msgid ""
2523
  "Specify name of the page with verified reviews. This will be a base URL for "
2524
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2525
  "the name of the page."
2526
  msgstr ""
2527
 
2528
+ #: includes/settings/class-cr-settings-cusrev.php:81
2529
  msgid "Age Restriction"
2530
  msgstr ""
2531
 
2532
+ #: includes/settings/class-cr-settings-cusrev.php:82
2533
  msgid ""
2534
  "Enable this option if your store sells age-restricted products (e.g., adult "
2535
  "content, alcohol, etc.)"
3281
  msgid "Review Extensions"
3282
  msgstr ""
3283
 
3284
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3285
+ msgid ""
3286
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3287
+ "products pages. By default, visual appearance of reviews is controlled by "
3288
+ "WooCommerce and your active WordPress theme. There is also an option to "
3289
+ "enable an enhanced visual style for display of reviews on product pages."
3290
+ msgstr ""
3291
+
3292
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3293
+ msgid ""
3294
+ "If you would like to display reviews in locations other than the standard "
3295
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3296
+ "or Gutenberg blocks provided by the plugin."
3297
+ msgstr ""
3298
+
3299
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3300
+ msgid "Display of Customer Reviews"
3301
+ msgstr ""
3302
+
3303
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3304
+ msgid "Visual Style"
3305
+ msgstr ""
3306
+
3307
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3308
+ msgid "WooCommerce (basic user interface)"
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3312
+ msgid "CusRev (enhanced user interface)"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3316
+ msgid "Default Quantity of Reviews"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3320
+ msgid ""
3321
+ "Specify the default number of reviews that will be shown during the initial "
3322
+ "product page load."
3323
+ msgstr ""
3324
+
3325
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3326
+ msgid "Default Sorting Order"
3327
+ msgstr ""
3328
+
3329
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3330
+ msgid ""
3331
+ "Define how reviews are sorted by default. The option to vote for reviews "
3332
+ "must be enabled to show the most helpful reviews first."
3333
+ msgstr ""
3334
+
3335
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3336
+ msgid "Recent reviews first"
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3340
+ msgid "Most helpful reviews first"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3344
+ msgid "Review Form"
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3348
+ msgid ""
3349
+ "Display a review form on product pages. If you would like to protect your "
3350
+ "site from SPAM reviews and allow customers to submit reviews only via "
3351
+ "invitations (review reminders), this option should be disabled."
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3355
  msgid "Extensions for Customer Reviews"
3356
  msgstr ""
3357
 
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3359
  msgid ""
3360
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3361
  "you can configure various extensions for standard WooCommerce reviews."
3362
  msgstr ""
3363
 
3364
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3365
  msgid "Attach Images"
3366
  msgstr ""
3367
 
3368
  #. translators: please keep %1$s and %2$s in the translated version
3369
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3370
  msgid ""
3371
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3372
  "you would like to enable attachment of images on aggregated review forms, "
3373
  "this can be done %1$shere%2$s."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3377
  msgid "Quantity of Images"
3378
  msgstr ""
3379
 
3380
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3381
  msgid ""
3382
  "Specify the maximum number of images that can be uploaded for a single "
3383
  "review. This setting applies only to reviews submitted on single product "
3384
  "pages."
3385
  msgstr ""
3386
 
3387
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3388
  msgid "Maximum Size of Image"
3389
  msgstr ""
3390
 
3391
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3392
  msgid ""
3393
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3394
  "review. This setting applies only to reviews submitted on single product "
3395
  "pages."
3396
  msgstr ""
3397
 
3398
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3399
  msgid "Disable Lightbox"
3400
  msgstr ""
3401
 
3402
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3403
  msgid ""
3404
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3405
  "this option only if your theme generates lightboxes for any picture on the "
3407
  "attached to a review."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3411
  msgid "reCAPTCHA V2 for Reviews"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3415
  msgid ""
3416
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3417
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3418
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3419
  msgstr ""
3420
 
3421
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3422
  msgid "reCAPTCHA V2 Site Key"
3423
  msgstr ""
3424
 
3425
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3426
  msgid ""
3427
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3428
  "after registration at reCAPTCHA website."
3429
  msgstr ""
3430
 
3431
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3432
  msgid "reCAPTCHA V2 Secret Key"
3433
  msgstr ""
3434
 
3435
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3436
  msgid ""
3437
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3438
  "receive after registration at reCAPTCHA website."
3439
  msgstr ""
3440
 
3441
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3442
  msgid "Reviews Summary Bar"
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3446
  msgid ""
3447
  "Enable display of a histogram table with a summary of reviews on a product "
3448
  "page."
3449
  msgstr ""
3450
 
3451
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3452
  msgid "Vote for Reviews"
3453
  msgstr ""
3454
 
3455
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3456
  msgid ""
3457
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3458
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3459
  "addresses to identify this visitor."
3460
  msgstr ""
3461
 
3462
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3463
  msgid "Remove Plugin's Branding"
3464
  msgstr ""
3465
 
3466
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3467
  msgid ""
3468
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3469
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3470
  "would like to support us, please disable this checkbox."
3471
  msgstr ""
3472
 
3473
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3474
  msgid "Verified Owner"
3475
  msgstr ""
3476
 
3477
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3478
  msgid ""
3479
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3480
  "customer reviews with a custom one. If this field is blank, the standard "
3481
  "WooCommerce label will be used."
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3485
  msgid "Customer Avatars"
3486
  msgstr ""
3487
 
3488
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3489
  msgid ""
3490
  "Choose how customer avatars are displayed on WooCommerce single product "
3491
  "pages. You can use either the standard WordPress avatars or avatars created "
3492
  "based on initial letters of customer names."
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3496
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3497
  msgid "Standard"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3501
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3502
  msgid "Initials"
3503
  msgstr ""
3504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3505
  #: includes/settings/class-cr-settings-review-reminder.php:89
3506
  #: includes/settings/class-cr-settings-review-reminder.php:94
3507
  #: includes/settings/class-cr-settings-review-reminder.php:99
4697
  msgid "Tags for Reviews"
4698
  msgstr ""
4699
 
4700
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4701
  msgid "Independently verified"
4702
  msgstr ""
4703
 
4704
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4705
  msgid "independently verified"
4706
  msgstr ""
4707
 
4708
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4709
  msgid "What Our Clients Say"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4713
  msgid "what our clients say"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4717
  msgid "%s rating"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4721
  msgid "rating %s / 5"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4725
  msgid "%s store rating"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4729
  msgid "Store rating %s / 5"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4733
  msgid "store rating"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4737
  msgid "%s product rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4741
  msgid "Product rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4745
  msgid "product rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4750
  msgid "%s review"
4751
  msgid_plural "%s reviews"
4752
  msgstr[0] ""
languages/customer-reviews-woocommerce-ka_GE.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2020-07-09 00:09+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5 ვარსკვლავი"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5 ვარსკვლავი"
125
  msgid "4 star"
126
  msgstr "4 ვარსკვლავი"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4 ვარსკვლავი"
134
  msgid "3 star"
135
  msgstr "3 ვარსკვლავი"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3 ვარსკვლავი"
143
  msgid "2 star"
144
  msgstr "2 ვარსკვლავი"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2490,20 +2490,20 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
- #: includes/settings/class-cr-settings-cusrev.php:31
2494
- #: includes/settings/class-cr-settings-cusrev.php:55
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
- #: includes/settings/class-cr-settings-cusrev.php:57
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
- #: includes/settings/class-cr-settings-cusrev.php:61
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
- #: includes/settings/class-cr-settings-cusrev.php:62
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2512,22 +2512,22 @@ msgid ""
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
- #: includes/settings/class-cr-settings-cusrev.php:69
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
- #: includes/settings/class-cr-settings-cusrev.php:70
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
- #: includes/settings/class-cr-settings-cusrev.php:78
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:79
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
@@ -3279,55 +3279,125 @@ msgstr ""
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3283
  msgid "Extensions for Customer Reviews"
3284
  msgstr ""
3285
 
3286
- #: includes/settings/class-cr-settings-review-extensions.php:77
3287
  msgid ""
3288
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3289
  "you can configure various extensions for standard WooCommerce reviews."
3290
  msgstr ""
3291
 
3292
- #: includes/settings/class-cr-settings-review-extensions.php:81
3293
  msgid "Attach Images"
3294
  msgstr ""
3295
 
3296
  #. translators: please keep %1$s and %2$s in the translated version
3297
- #: includes/settings/class-cr-settings-review-extensions.php:83
3298
  msgid ""
3299
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3300
  "you would like to enable attachment of images on aggregated review forms, "
3301
  "this can be done %1$shere%2$s."
3302
  msgstr ""
3303
 
3304
- #: includes/settings/class-cr-settings-review-extensions.php:89
3305
  msgid "Quantity of Images"
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:90
3309
  msgid ""
3310
  "Specify the maximum number of images that can be uploaded for a single "
3311
  "review. This setting applies only to reviews submitted on single product "
3312
  "pages."
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:97
3316
  msgid "Maximum Size of Image"
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:98
3320
  msgid ""
3321
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3322
  "review. This setting applies only to reviews submitted on single product "
3323
  "pages."
3324
  msgstr ""
3325
 
3326
- #: includes/settings/class-cr-settings-review-extensions.php:105
3327
  msgid "Disable Lightbox"
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:106
3331
  msgid ""
3332
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3333
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3335,155 +3405,101 @@ msgid ""
3335
  "attached to a review."
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:112
3339
  msgid "reCAPTCHA V2 for Reviews"
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:113
3343
  msgid ""
3344
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3345
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3346
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:119
3350
  msgid "reCAPTCHA V2 Site Key"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:121
3354
  msgid ""
3355
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3356
  "after registration at reCAPTCHA website."
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:127
3360
  msgid "reCAPTCHA V2 Secret Key"
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:129
3364
  msgid ""
3365
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3366
  "receive after registration at reCAPTCHA website."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:135
3370
  msgid "Reviews Summary Bar"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:136
3374
  msgid ""
3375
  "Enable display of a histogram table with a summary of reviews on a product "
3376
  "page."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:142
3380
  msgid "Vote for Reviews"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:143
3384
  msgid ""
3385
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3386
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3387
  "addresses to identify this visitor."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:149
3391
  msgid "Remove Plugin's Branding"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:150
3395
  msgid ""
3396
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3397
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3398
  "would like to support us, please disable this checkbox."
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-extensions.php:156
3402
  msgid "Verified Owner"
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:158
3406
  msgid ""
3407
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3408
  "customer reviews with a custom one. If this field is blank, the standard "
3409
  "WooCommerce label will be used."
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:164
3413
  msgid "Customer Avatars"
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:166
3417
  msgid ""
3418
  "Choose how customer avatars are displayed on WooCommerce single product "
3419
  "pages. You can use either the standard WordPress avatars or avatars created "
3420
  "based on initial letters of customer names."
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:172
3424
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3425
  msgid "Standard"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:173
3429
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3430
  msgid "Initials"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-extensions.php:181
3434
- #: includes/settings/class-cr-settings-review-extensions.php:187
3435
- msgid "Lazy Load Reviews"
3436
- msgstr ""
3437
-
3438
- #: includes/settings/class-cr-settings-review-extensions.php:183
3439
- msgid ""
3440
- "Settings to display reviews with 'Show more' button instead of the standard "
3441
- "WordPress pagination."
3442
- msgstr ""
3443
-
3444
- #: includes/settings/class-cr-settings-review-extensions.php:188
3445
- msgid "Display reviews on product pages with 'Show more' button."
3446
- msgstr ""
3447
-
3448
- #: includes/settings/class-cr-settings-review-extensions.php:194
3449
- msgid "Default Quantity of Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:195
3453
- msgid ""
3454
- "Specify the default number of reviews that will be shown during the initial "
3455
- "product page load."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:202
3459
- msgid "Default Sorting Order"
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:204
3463
- msgid ""
3464
- "Define how reviews are sorted by default. The option to vote for reviews "
3465
- "must be enabled to show the most helpful reviews first."
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:210
3469
- msgid "Recent reviews first"
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:211
3473
- msgid "Most helpful reviews first"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:215
3477
- msgid "Review Form"
3478
- msgstr ""
3479
-
3480
- #: includes/settings/class-cr-settings-review-extensions.php:216
3481
- msgid ""
3482
- "Display a review form on product pages. If you would like to protect your "
3483
- "site from SPAM reviews and allow customers to submit reviews only via "
3484
- "invitations (review reminders), this option should be disabled."
3485
- msgstr ""
3486
-
3487
  #: includes/settings/class-cr-settings-review-reminder.php:89
3488
  #: includes/settings/class-cr-settings-review-reminder.php:94
3489
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4679,56 +4695,56 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:202
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:203
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:205
4691
  msgid "What Our Clients Say"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:206
4695
  msgid "what our clients say"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:210
4699
  msgid "%s rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:211
4703
  msgid "rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:212
4707
  msgid "%s store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:213
4711
  msgid "Store rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:214
4715
  msgid "store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:215
4719
  msgid "%s product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:216
4723
  msgid "Product rating %s / 5"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:217
4727
  msgid "product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:218
4731
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4732
  msgid "%s review"
4733
  msgid_plural "%s reviews"
4734
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2020-07-09 00:09+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5 ვარსკვლავი"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4 ვარსკვლავი"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3 ვარსკვლავი"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2 ვარსკვლავი"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
+ #: includes/settings/class-cr-settings-cusrev.php:34
2494
+ #: includes/settings/class-cr-settings-cusrev.php:58
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
+ #: includes/settings/class-cr-settings-cusrev.php:60
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
+ #: includes/settings/class-cr-settings-cusrev.php:64
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
+ #: includes/settings/class-cr-settings-cusrev.php:65
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
+ #: includes/settings/class-cr-settings-cusrev.php:72
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
+ #: includes/settings/class-cr-settings-cusrev.php:73
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
+ #: includes/settings/class-cr-settings-cusrev.php:81
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:82
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3283
+ msgid ""
3284
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3285
+ "products pages. By default, visual appearance of reviews is controlled by "
3286
+ "WooCommerce and your active WordPress theme. There is also an option to "
3287
+ "enable an enhanced visual style for display of reviews on product pages."
3288
+ msgstr ""
3289
+
3290
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3291
+ msgid ""
3292
+ "If you would like to display reviews in locations other than the standard "
3293
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3294
+ "or Gutenberg blocks provided by the plugin."
3295
+ msgstr ""
3296
+
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3298
+ msgid "Display of Customer Reviews"
3299
+ msgstr ""
3300
+
3301
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3302
+ msgid "Visual Style"
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3306
+ msgid "WooCommerce (basic user interface)"
3307
+ msgstr ""
3308
+
3309
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3310
+ msgid "CusRev (enhanced user interface)"
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3314
+ msgid "Default Quantity of Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3318
+ msgid ""
3319
+ "Specify the default number of reviews that will be shown during the initial "
3320
+ "product page load."
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3324
+ msgid "Default Sorting Order"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3328
+ msgid ""
3329
+ "Define how reviews are sorted by default. The option to vote for reviews "
3330
+ "must be enabled to show the most helpful reviews first."
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3334
+ msgid "Recent reviews first"
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3338
+ msgid "Most helpful reviews first"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3342
+ msgid "Review Form"
3343
+ msgstr ""
3344
+
3345
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3346
+ msgid ""
3347
+ "Display a review form on product pages. If you would like to protect your "
3348
+ "site from SPAM reviews and allow customers to submit reviews only via "
3349
+ "invitations (review reminders), this option should be disabled."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3353
  msgid "Extensions for Customer Reviews"
3354
  msgstr ""
3355
 
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3357
  msgid ""
3358
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3359
  "you can configure various extensions for standard WooCommerce reviews."
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3363
  msgid "Attach Images"
3364
  msgstr ""
3365
 
3366
  #. translators: please keep %1$s and %2$s in the translated version
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3368
  msgid ""
3369
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3370
  "you would like to enable attachment of images on aggregated review forms, "
3371
  "this can be done %1$shere%2$s."
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3375
  msgid "Quantity of Images"
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3379
  msgid ""
3380
  "Specify the maximum number of images that can be uploaded for a single "
3381
  "review. This setting applies only to reviews submitted on single product "
3382
  "pages."
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3386
  msgid "Maximum Size of Image"
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3390
  msgid ""
3391
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3392
  "review. This setting applies only to reviews submitted on single product "
3393
  "pages."
3394
  msgstr ""
3395
 
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3397
  msgid "Disable Lightbox"
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3401
  msgid ""
3402
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3403
  "this option only if your theme generates lightboxes for any picture on the "
3405
  "attached to a review."
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3409
  msgid "reCAPTCHA V2 for Reviews"
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3413
  msgid ""
3414
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3415
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3416
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3420
  msgid "reCAPTCHA V2 Site Key"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3424
  msgid ""
3425
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3426
  "after registration at reCAPTCHA website."
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3430
  msgid "reCAPTCHA V2 Secret Key"
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3434
  msgid ""
3435
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3436
  "receive after registration at reCAPTCHA website."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3440
  msgid "Reviews Summary Bar"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3444
  msgid ""
3445
  "Enable display of a histogram table with a summary of reviews on a product "
3446
  "page."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3450
  msgid "Vote for Reviews"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3454
  msgid ""
3455
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3456
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3457
  "addresses to identify this visitor."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3461
  msgid "Remove Plugin's Branding"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3465
  msgid ""
3466
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3467
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3468
  "would like to support us, please disable this checkbox."
3469
  msgstr ""
3470
 
3471
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3472
  msgid "Verified Owner"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3476
  msgid ""
3477
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3478
  "customer reviews with a custom one. If this field is blank, the standard "
3479
  "WooCommerce label will be used."
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3483
  msgid "Customer Avatars"
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3487
  msgid ""
3488
  "Choose how customer avatars are displayed on WooCommerce single product "
3489
  "pages. You can use either the standard WordPress avatars or avatars created "
3490
  "based on initial letters of customer names."
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3494
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3495
  msgid "Standard"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3499
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3500
  msgid "Initials"
3501
  msgstr ""
3502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
languages/customer-reviews-woocommerce-ko_KR.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:11+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5 성급"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5 성급"
125
  msgid "4 star"
126
  msgstr "4 성급"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4 성급"
134
  msgid "3 star"
135
  msgstr "3 성급"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3 성급"
143
  msgid "2 star"
144
  msgstr "2 성급"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2490,20 +2490,20 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
- #: includes/settings/class-cr-settings-cusrev.php:31
2494
- #: includes/settings/class-cr-settings-cusrev.php:55
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
- #: includes/settings/class-cr-settings-cusrev.php:57
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
- #: includes/settings/class-cr-settings-cusrev.php:61
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
- #: includes/settings/class-cr-settings-cusrev.php:62
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2512,22 +2512,22 @@ msgid ""
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
- #: includes/settings/class-cr-settings-cusrev.php:69
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
- #: includes/settings/class-cr-settings-cusrev.php:70
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
- #: includes/settings/class-cr-settings-cusrev.php:78
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:79
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
@@ -3279,55 +3279,125 @@ msgstr ""
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3283
  msgid "Extensions for Customer Reviews"
3284
  msgstr ""
3285
 
3286
- #: includes/settings/class-cr-settings-review-extensions.php:77
3287
  msgid ""
3288
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3289
  "you can configure various extensions for standard WooCommerce reviews."
3290
  msgstr ""
3291
 
3292
- #: includes/settings/class-cr-settings-review-extensions.php:81
3293
  msgid "Attach Images"
3294
  msgstr ""
3295
 
3296
  #. translators: please keep %1$s and %2$s in the translated version
3297
- #: includes/settings/class-cr-settings-review-extensions.php:83
3298
  msgid ""
3299
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3300
  "you would like to enable attachment of images on aggregated review forms, "
3301
  "this can be done %1$shere%2$s."
3302
  msgstr ""
3303
 
3304
- #: includes/settings/class-cr-settings-review-extensions.php:89
3305
  msgid "Quantity of Images"
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:90
3309
  msgid ""
3310
  "Specify the maximum number of images that can be uploaded for a single "
3311
  "review. This setting applies only to reviews submitted on single product "
3312
  "pages."
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:97
3316
  msgid "Maximum Size of Image"
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:98
3320
  msgid ""
3321
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3322
  "review. This setting applies only to reviews submitted on single product "
3323
  "pages."
3324
  msgstr ""
3325
 
3326
- #: includes/settings/class-cr-settings-review-extensions.php:105
3327
  msgid "Disable Lightbox"
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:106
3331
  msgid ""
3332
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3333
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3335,155 +3405,101 @@ msgid ""
3335
  "attached to a review."
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:112
3339
  msgid "reCAPTCHA V2 for Reviews"
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:113
3343
  msgid ""
3344
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3345
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3346
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:119
3350
  msgid "reCAPTCHA V2 Site Key"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:121
3354
  msgid ""
3355
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3356
  "after registration at reCAPTCHA website."
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:127
3360
  msgid "reCAPTCHA V2 Secret Key"
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:129
3364
  msgid ""
3365
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3366
  "receive after registration at reCAPTCHA website."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:135
3370
  msgid "Reviews Summary Bar"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:136
3374
  msgid ""
3375
  "Enable display of a histogram table with a summary of reviews on a product "
3376
  "page."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:142
3380
  msgid "Vote for Reviews"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:143
3384
  msgid ""
3385
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3386
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3387
  "addresses to identify this visitor."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:149
3391
  msgid "Remove Plugin's Branding"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:150
3395
  msgid ""
3396
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3397
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3398
  "would like to support us, please disable this checkbox."
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-extensions.php:156
3402
  msgid "Verified Owner"
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:158
3406
  msgid ""
3407
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3408
  "customer reviews with a custom one. If this field is blank, the standard "
3409
  "WooCommerce label will be used."
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:164
3413
  msgid "Customer Avatars"
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:166
3417
  msgid ""
3418
  "Choose how customer avatars are displayed on WooCommerce single product "
3419
  "pages. You can use either the standard WordPress avatars or avatars created "
3420
  "based on initial letters of customer names."
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:172
3424
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3425
  msgid "Standard"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:173
3429
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3430
  msgid "Initials"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-extensions.php:181
3434
- #: includes/settings/class-cr-settings-review-extensions.php:187
3435
- msgid "Lazy Load Reviews"
3436
- msgstr ""
3437
-
3438
- #: includes/settings/class-cr-settings-review-extensions.php:183
3439
- msgid ""
3440
- "Settings to display reviews with 'Show more' button instead of the standard "
3441
- "WordPress pagination."
3442
- msgstr ""
3443
-
3444
- #: includes/settings/class-cr-settings-review-extensions.php:188
3445
- msgid "Display reviews on product pages with 'Show more' button."
3446
- msgstr ""
3447
-
3448
- #: includes/settings/class-cr-settings-review-extensions.php:194
3449
- msgid "Default Quantity of Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:195
3453
- msgid ""
3454
- "Specify the default number of reviews that will be shown during the initial "
3455
- "product page load."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:202
3459
- msgid "Default Sorting Order"
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:204
3463
- msgid ""
3464
- "Define how reviews are sorted by default. The option to vote for reviews "
3465
- "must be enabled to show the most helpful reviews first."
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:210
3469
- msgid "Recent reviews first"
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:211
3473
- msgid "Most helpful reviews first"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:215
3477
- msgid "Review Form"
3478
- msgstr ""
3479
-
3480
- #: includes/settings/class-cr-settings-review-extensions.php:216
3481
- msgid ""
3482
- "Display a review form on product pages. If you would like to protect your "
3483
- "site from SPAM reviews and allow customers to submit reviews only via "
3484
- "invitations (review reminders), this option should be disabled."
3485
- msgstr ""
3486
-
3487
  #: includes/settings/class-cr-settings-review-reminder.php:89
3488
  #: includes/settings/class-cr-settings-review-reminder.php:94
3489
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4679,56 +4695,56 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:202
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:203
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:205
4691
  msgid "What Our Clients Say"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:206
4695
  msgid "what our clients say"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:210
4699
  msgid "%s rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:211
4703
  msgid "rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:212
4707
  msgid "%s store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:213
4711
  msgid "Store rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:214
4715
  msgid "store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:215
4719
  msgid "%s product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:216
4723
  msgid "Product rating %s / 5"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:217
4727
  msgid "product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:218
4731
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4732
  msgid "%s review"
4733
  msgid_plural "%s reviews"
4734
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:11+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5 성급"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4 성급"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3 성급"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2 성급"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
+ #: includes/settings/class-cr-settings-cusrev.php:34
2494
+ #: includes/settings/class-cr-settings-cusrev.php:58
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
+ #: includes/settings/class-cr-settings-cusrev.php:60
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
+ #: includes/settings/class-cr-settings-cusrev.php:64
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
+ #: includes/settings/class-cr-settings-cusrev.php:65
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
+ #: includes/settings/class-cr-settings-cusrev.php:72
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
+ #: includes/settings/class-cr-settings-cusrev.php:73
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
+ #: includes/settings/class-cr-settings-cusrev.php:81
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:82
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3283
+ msgid ""
3284
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3285
+ "products pages. By default, visual appearance of reviews is controlled by "
3286
+ "WooCommerce and your active WordPress theme. There is also an option to "
3287
+ "enable an enhanced visual style for display of reviews on product pages."
3288
+ msgstr ""
3289
+
3290
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3291
+ msgid ""
3292
+ "If you would like to display reviews in locations other than the standard "
3293
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3294
+ "or Gutenberg blocks provided by the plugin."
3295
+ msgstr ""
3296
+
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3298
+ msgid "Display of Customer Reviews"
3299
+ msgstr ""
3300
+
3301
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3302
+ msgid "Visual Style"
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3306
+ msgid "WooCommerce (basic user interface)"
3307
+ msgstr ""
3308
+
3309
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3310
+ msgid "CusRev (enhanced user interface)"
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3314
+ msgid "Default Quantity of Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3318
+ msgid ""
3319
+ "Specify the default number of reviews that will be shown during the initial "
3320
+ "product page load."
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3324
+ msgid "Default Sorting Order"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3328
+ msgid ""
3329
+ "Define how reviews are sorted by default. The option to vote for reviews "
3330
+ "must be enabled to show the most helpful reviews first."
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3334
+ msgid "Recent reviews first"
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3338
+ msgid "Most helpful reviews first"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3342
+ msgid "Review Form"
3343
+ msgstr ""
3344
+
3345
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3346
+ msgid ""
3347
+ "Display a review form on product pages. If you would like to protect your "
3348
+ "site from SPAM reviews and allow customers to submit reviews only via "
3349
+ "invitations (review reminders), this option should be disabled."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3353
  msgid "Extensions for Customer Reviews"
3354
  msgstr ""
3355
 
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3357
  msgid ""
3358
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3359
  "you can configure various extensions for standard WooCommerce reviews."
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3363
  msgid "Attach Images"
3364
  msgstr ""
3365
 
3366
  #. translators: please keep %1$s and %2$s in the translated version
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3368
  msgid ""
3369
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3370
  "you would like to enable attachment of images on aggregated review forms, "
3371
  "this can be done %1$shere%2$s."
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3375
  msgid "Quantity of Images"
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3379
  msgid ""
3380
  "Specify the maximum number of images that can be uploaded for a single "
3381
  "review. This setting applies only to reviews submitted on single product "
3382
  "pages."
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3386
  msgid "Maximum Size of Image"
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3390
  msgid ""
3391
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3392
  "review. This setting applies only to reviews submitted on single product "
3393
  "pages."
3394
  msgstr ""
3395
 
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3397
  msgid "Disable Lightbox"
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3401
  msgid ""
3402
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3403
  "this option only if your theme generates lightboxes for any picture on the "
3405
  "attached to a review."
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3409
  msgid "reCAPTCHA V2 for Reviews"
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3413
  msgid ""
3414
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3415
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3416
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3420
  msgid "reCAPTCHA V2 Site Key"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3424
  msgid ""
3425
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3426
  "after registration at reCAPTCHA website."
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3430
  msgid "reCAPTCHA V2 Secret Key"
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3434
  msgid ""
3435
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3436
  "receive after registration at reCAPTCHA website."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3440
  msgid "Reviews Summary Bar"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3444
  msgid ""
3445
  "Enable display of a histogram table with a summary of reviews on a product "
3446
  "page."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3450
  msgid "Vote for Reviews"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3454
  msgid ""
3455
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3456
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3457
  "addresses to identify this visitor."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3461
  msgid "Remove Plugin's Branding"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3465
  msgid ""
3466
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3467
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3468
  "would like to support us, please disable this checkbox."
3469
  msgstr ""
3470
 
3471
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3472
  msgid "Verified Owner"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3476
  msgid ""
3477
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3478
  "customer reviews with a custom one. If this field is blank, the standard "
3479
  "WooCommerce label will be used."
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3483
  msgid "Customer Avatars"
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3487
  msgid ""
3488
  "Choose how customer avatars are displayed on WooCommerce single product "
3489
  "pages. You can use either the standard WordPress avatars or avatars created "
3490
  "based on initial letters of customer names."
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3494
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3495
  msgid "Standard"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3499
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3500
  msgid "Initials"
3501
  msgstr ""
3502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
languages/customer-reviews-woocommerce-lt_LT.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-11-07 17:36+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
@@ -69,21 +69,21 @@ msgstr ""
69
  msgid "Settings"
70
  msgstr ""
71
 
72
- #: includes/blocks/class-cr-all-reviews.php:431
73
- #: includes/blocks/class-cr-all-reviews.php:489
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
- #: includes/blocks/class-cr-all-reviews.php:484
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
- #: includes/blocks/class-cr-all-reviews.php:513
86
- #: includes/blocks/class-cr-all-reviews.php:841
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
@@ -94,8 +94,8 @@ msgstr[1] ""
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
- #: includes/blocks/class-cr-all-reviews.php:514
98
- #: includes/blocks/class-cr-all-reviews.php:842
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
@@ -105,7 +105,7 @@ msgstr[0] ""
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
- #: includes/blocks/class-cr-all-reviews.php:756
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
@@ -114,8 +114,8 @@ msgstr[0] ""
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
- #: includes/blocks/class-cr-all-reviews.php:768
118
- #: includes/blocks/class-cr-all-reviews.php:772
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
@@ -123,8 +123,8 @@ msgstr[2] ""
123
  msgid "5 star"
124
  msgstr "5 žvaigždutės"
125
 
126
- #: includes/blocks/class-cr-all-reviews.php:781
127
- #: includes/blocks/class-cr-all-reviews.php:785
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
@@ -132,8 +132,8 @@ msgstr "5 žvaigždutės"
132
  msgid "4 star"
133
  msgstr "4 žvaigždutės"
134
 
135
- #: includes/blocks/class-cr-all-reviews.php:794
136
- #: includes/blocks/class-cr-all-reviews.php:798
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
@@ -141,8 +141,8 @@ msgstr "4 žvaigždutės"
141
  msgid "3 star"
142
  msgstr "3 žvaigždutės"
143
 
144
- #: includes/blocks/class-cr-all-reviews.php:807
145
- #: includes/blocks/class-cr-all-reviews.php:811
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
@@ -150,8 +150,8 @@ msgstr "3 žvaigždutės"
150
  msgid "2 star"
151
  msgstr "2 žvaigždutės"
152
 
153
- #: includes/blocks/class-cr-all-reviews.php:820
154
- #: includes/blocks/class-cr-all-reviews.php:824
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -378,7 +378,7 @@ msgid "Google"
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
- #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -401,88 +401,88 @@ msgstr ""
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
- #: includes/google/class-cr-product-feed-attributes.php:84
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:86
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
- #: includes/google/class-cr-product-feed-attributes.php:121
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
- #: includes/google/class-cr-product-feed-attributes.php:122
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:127
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:128
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:178
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
- #: includes/google/class-cr-product-feed-reviews.php:249
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
- #: includes/google/class-cr-product-feed-attributes.php:179
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
- #: includes/google/class-cr-product-feed-reviews.php:250
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
- #: includes/google/class-cr-product-feed-attributes.php:180
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
- #: includes/google/class-cr-product-feed-reviews.php:251
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
- #: includes/google/class-cr-product-feed-attributes.php:228
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
- #: includes/google/class-cr-product-feed-reviews.php:299
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
- #: includes/google/class-cr-product-feed-attributes.php:229
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
- #: includes/google/class-cr-product-feed-reviews.php:300
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
- #: includes/google/class-cr-product-feed-attributes.php:230
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
- #: includes/google/class-cr-product-feed-reviews.php:301
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
- #: includes/google/class-cr-product-feed-attributes.php:232
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
- #: includes/google/class-cr-product-feed-reviews.php:303
486
  msgid "Product Tag"
487
  msgstr ""
488
 
@@ -586,7 +586,7 @@ msgstr ""
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
- #: includes/google/class-cr-product-feed-reviews.php:176
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
@@ -602,7 +602,7 @@ msgstr ""
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
- #: includes/google/class-cr-product-feed-reviews.php:189
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
@@ -616,7 +616,7 @@ msgstr ""
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
- #: includes/google/class-cr-product-feed-reviews.php:215
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
@@ -671,11 +671,11 @@ msgstr ""
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:85
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
- #: includes/google/class-cr-product-feed-reviews.php:87
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -683,11 +683,11 @@ msgid ""
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:91
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
- #: includes/google/class-cr-product-feed-reviews.php:93
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -695,44 +695,44 @@ msgid ""
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:106
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:107
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:113
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:114
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:122
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
- #: includes/google/class-cr-product-feed-reviews.php:123
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:163
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:168
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
- #: includes/google/class-cr-product-feed-reviews.php:202
736
  msgid "SKU"
737
  msgstr ""
738
 
@@ -913,45 +913,45 @@ msgstr[0] ""
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
- #: includes/google/class-cr-product-feed-status.php:434
917
- #: includes/google/class-cr-product-feed-status.php:443
918
- #: includes/google/class-cr-product-feed-status.php:452
919
- #: includes/google/class-cr-product-feed-status.php:461
920
- #: includes/google/class-cr-product-feed-status.php:470
921
- #: includes/google/class-cr-product-feed-status.php:479
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
- #: includes/google/class-cr-product-feed-status.php:439
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:448
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
- #: includes/google/class-cr-product-feed-status.php:457
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
- #: includes/google/class-cr-product-feed-status.php:466
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
- #: includes/google/class-cr-product-feed-status.php:475
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
@@ -2215,16 +2215,16 @@ msgstr ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
- #: includes/reviews/class-cr-replies.php:102
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
- #: includes/reviews/class-cr-replies.php:111
2223
- #: includes/reviews/class-cr-replies.php:124
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
- #: includes/reviews/class-cr-replies.php:131
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
@@ -2519,20 +2519,20 @@ msgid ""
2519
  "settings</a>."
2520
  msgstr ""
2521
 
2522
- #: includes/settings/class-cr-settings-cusrev.php:31
2523
- #: includes/settings/class-cr-settings-cusrev.php:55
2524
  msgid "CusRev.com"
2525
  msgstr ""
2526
 
2527
- #: includes/settings/class-cr-settings-cusrev.php:57
2528
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2529
  msgstr ""
2530
 
2531
- #: includes/settings/class-cr-settings-cusrev.php:61
2532
  msgid "Page Enabled"
2533
  msgstr ""
2534
 
2535
- #: includes/settings/class-cr-settings-cusrev.php:62
2536
  msgid ""
2537
  "Enable or disable a public page with verified copies of reviews of your "
2538
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2541,22 +2541,22 @@ msgid ""
2541
  "the review on CusRev.com."
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:69
2545
  msgid "Page URL"
2546
  msgstr ""
2547
 
2548
- #: includes/settings/class-cr-settings-cusrev.php:70
2549
  msgid ""
2550
  "Specify name of the page with verified reviews. This will be a base URL for "
2551
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2552
  "the name of the page."
2553
  msgstr ""
2554
 
2555
- #: includes/settings/class-cr-settings-cusrev.php:78
2556
  msgid "Age Restriction"
2557
  msgstr ""
2558
 
2559
- #: includes/settings/class-cr-settings-cusrev.php:79
2560
  msgid ""
2561
  "Enable this option if your store sells age-restricted products (e.g., adult "
2562
  "content, alcohol, etc.)"
@@ -3308,55 +3308,125 @@ msgstr ""
3308
  msgid "Review Extensions"
3309
  msgstr ""
3310
 
3311
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3312
  msgid "Extensions for Customer Reviews"
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:77
3316
  msgid ""
3317
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3318
  "you can configure various extensions for standard WooCommerce reviews."
3319
  msgstr ""
3320
 
3321
- #: includes/settings/class-cr-settings-review-extensions.php:81
3322
  msgid "Attach Images"
3323
  msgstr ""
3324
 
3325
  #. translators: please keep %1$s and %2$s in the translated version
3326
- #: includes/settings/class-cr-settings-review-extensions.php:83
3327
  msgid ""
3328
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3329
  "you would like to enable attachment of images on aggregated review forms, "
3330
  "this can be done %1$shere%2$s."
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:89
3334
  msgid "Quantity of Images"
3335
  msgstr ""
3336
 
3337
- #: includes/settings/class-cr-settings-review-extensions.php:90
3338
  msgid ""
3339
  "Specify the maximum number of images that can be uploaded for a single "
3340
  "review. This setting applies only to reviews submitted on single product "
3341
  "pages."
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:97
3345
  msgid "Maximum Size of Image"
3346
  msgstr ""
3347
 
3348
- #: includes/settings/class-cr-settings-review-extensions.php:98
3349
  msgid ""
3350
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3351
  "review. This setting applies only to reviews submitted on single product "
3352
  "pages."
3353
  msgstr ""
3354
 
3355
- #: includes/settings/class-cr-settings-review-extensions.php:105
3356
  msgid "Disable Lightbox"
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:106
3360
  msgid ""
3361
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3362
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3364,155 +3434,101 @@ msgid ""
3364
  "attached to a review."
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:112
3368
  msgid "reCAPTCHA V2 for Reviews"
3369
  msgstr ""
3370
 
3371
- #: includes/settings/class-cr-settings-review-extensions.php:113
3372
  msgid ""
3373
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3374
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3375
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3376
  msgstr ""
3377
 
3378
- #: includes/settings/class-cr-settings-review-extensions.php:119
3379
  msgid "reCAPTCHA V2 Site Key"
3380
  msgstr ""
3381
 
3382
- #: includes/settings/class-cr-settings-review-extensions.php:121
3383
  msgid ""
3384
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3385
  "after registration at reCAPTCHA website."
3386
  msgstr ""
3387
 
3388
- #: includes/settings/class-cr-settings-review-extensions.php:127
3389
  msgid "reCAPTCHA V2 Secret Key"
3390
  msgstr ""
3391
 
3392
- #: includes/settings/class-cr-settings-review-extensions.php:129
3393
  msgid ""
3394
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3395
  "receive after registration at reCAPTCHA website."
3396
  msgstr ""
3397
 
3398
- #: includes/settings/class-cr-settings-review-extensions.php:135
3399
  msgid "Reviews Summary Bar"
3400
  msgstr ""
3401
 
3402
- #: includes/settings/class-cr-settings-review-extensions.php:136
3403
  msgid ""
3404
  "Enable display of a histogram table with a summary of reviews on a product "
3405
  "page."
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:142
3409
  msgid "Vote for Reviews"
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:143
3413
  msgid ""
3414
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3415
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3416
  "addresses to identify this visitor."
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:149
3420
  msgid "Remove Plugin's Branding"
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:150
3424
  msgid ""
3425
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3426
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3427
  "would like to support us, please disable this checkbox."
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:156
3431
  msgid "Verified Owner"
3432
  msgstr ""
3433
 
3434
- #: includes/settings/class-cr-settings-review-extensions.php:158
3435
  msgid ""
3436
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3437
  "customer reviews with a custom one. If this field is blank, the standard "
3438
  "WooCommerce label will be used."
3439
  msgstr ""
3440
 
3441
- #: includes/settings/class-cr-settings-review-extensions.php:164
3442
  msgid "Customer Avatars"
3443
  msgstr ""
3444
 
3445
- #: includes/settings/class-cr-settings-review-extensions.php:166
3446
  msgid ""
3447
  "Choose how customer avatars are displayed on WooCommerce single product "
3448
  "pages. You can use either the standard WordPress avatars or avatars created "
3449
  "based on initial letters of customer names."
3450
  msgstr ""
3451
 
3452
- #: includes/settings/class-cr-settings-review-extensions.php:172
3453
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3454
  msgid "Standard"
3455
  msgstr ""
3456
 
3457
- #: includes/settings/class-cr-settings-review-extensions.php:173
3458
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3459
  msgid "Initials"
3460
  msgstr ""
3461
 
3462
- #: includes/settings/class-cr-settings-review-extensions.php:181
3463
- #: includes/settings/class-cr-settings-review-extensions.php:187
3464
- msgid "Lazy Load Reviews"
3465
- msgstr ""
3466
-
3467
- #: includes/settings/class-cr-settings-review-extensions.php:183
3468
- msgid ""
3469
- "Settings to display reviews with 'Show more' button instead of the standard "
3470
- "WordPress pagination."
3471
- msgstr ""
3472
-
3473
- #: includes/settings/class-cr-settings-review-extensions.php:188
3474
- msgid "Display reviews on product pages with 'Show more' button."
3475
- msgstr ""
3476
-
3477
- #: includes/settings/class-cr-settings-review-extensions.php:194
3478
- msgid "Default Quantity of Reviews"
3479
- msgstr ""
3480
-
3481
- #: includes/settings/class-cr-settings-review-extensions.php:195
3482
- msgid ""
3483
- "Specify the default number of reviews that will be shown during the initial "
3484
- "product page load."
3485
- msgstr ""
3486
-
3487
- #: includes/settings/class-cr-settings-review-extensions.php:202
3488
- msgid "Default Sorting Order"
3489
- msgstr ""
3490
-
3491
- #: includes/settings/class-cr-settings-review-extensions.php:204
3492
- msgid ""
3493
- "Define how reviews are sorted by default. The option to vote for reviews "
3494
- "must be enabled to show the most helpful reviews first."
3495
- msgstr ""
3496
-
3497
- #: includes/settings/class-cr-settings-review-extensions.php:210
3498
- msgid "Recent reviews first"
3499
- msgstr ""
3500
-
3501
- #: includes/settings/class-cr-settings-review-extensions.php:211
3502
- msgid "Most helpful reviews first"
3503
- msgstr ""
3504
-
3505
- #: includes/settings/class-cr-settings-review-extensions.php:215
3506
- msgid "Review Form"
3507
- msgstr ""
3508
-
3509
- #: includes/settings/class-cr-settings-review-extensions.php:216
3510
- msgid ""
3511
- "Display a review form on product pages. If you would like to protect your "
3512
- "site from SPAM reviews and allow customers to submit reviews only via "
3513
- "invitations (review reminders), this option should be disabled."
3514
- msgstr ""
3515
-
3516
  #: includes/settings/class-cr-settings-review-reminder.php:89
3517
  #: includes/settings/class-cr-settings-review-reminder.php:94
3518
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4708,56 +4724,56 @@ msgstr ""
4708
  msgid "Tags for Reviews"
4709
  msgstr ""
4710
 
4711
- #: includes/trust-badge/class-cr-trust-badge.php:202
4712
  msgid "Independently verified"
4713
  msgstr ""
4714
 
4715
- #: includes/trust-badge/class-cr-trust-badge.php:203
4716
  msgid "independently verified"
4717
  msgstr ""
4718
 
4719
- #: includes/trust-badge/class-cr-trust-badge.php:205
4720
  msgid "What Our Clients Say"
4721
  msgstr ""
4722
 
4723
- #: includes/trust-badge/class-cr-trust-badge.php:206
4724
  msgid "what our clients say"
4725
  msgstr ""
4726
 
4727
- #: includes/trust-badge/class-cr-trust-badge.php:210
4728
  msgid "%s rating"
4729
  msgstr ""
4730
 
4731
- #: includes/trust-badge/class-cr-trust-badge.php:211
4732
  msgid "rating %s / 5"
4733
  msgstr ""
4734
 
4735
- #: includes/trust-badge/class-cr-trust-badge.php:212
4736
  msgid "%s store rating"
4737
  msgstr ""
4738
 
4739
- #: includes/trust-badge/class-cr-trust-badge.php:213
4740
  msgid "Store rating %s / 5"
4741
  msgstr ""
4742
 
4743
- #: includes/trust-badge/class-cr-trust-badge.php:214
4744
  msgid "store rating"
4745
  msgstr ""
4746
 
4747
- #: includes/trust-badge/class-cr-trust-badge.php:215
4748
  msgid "%s product rating"
4749
  msgstr ""
4750
 
4751
- #: includes/trust-badge/class-cr-trust-badge.php:216
4752
  msgid "Product rating %s / 5"
4753
  msgstr ""
4754
 
4755
- #: includes/trust-badge/class-cr-trust-badge.php:217
4756
  msgid "product rating"
4757
  msgstr ""
4758
 
4759
- #: includes/trust-badge/class-cr-trust-badge.php:218
4760
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4761
  msgid "%s review"
4762
  msgid_plural "%s reviews"
4763
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-11-07 17:36+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/blocks/class-cr-all-reviews.php:345
73
+ #: includes/blocks/class-cr-all-reviews.php:403
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
+ #: includes/blocks/class-cr-all-reviews.php:398
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
+ #: includes/blocks/class-cr-all-reviews.php:427
86
+ #: includes/blocks/class-cr-all-reviews.php:755
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
+ #: includes/blocks/class-cr-all-reviews.php:428
98
+ #: includes/blocks/class-cr-all-reviews.php:756
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
+ #: includes/blocks/class-cr-all-reviews.php:670
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
+ #: includes/blocks/class-cr-all-reviews.php:682
118
+ #: includes/blocks/class-cr-all-reviews.php:686
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
123
  msgid "5 star"
124
  msgstr "5 žvaigždutės"
125
 
126
+ #: includes/blocks/class-cr-all-reviews.php:695
127
+ #: includes/blocks/class-cr-all-reviews.php:699
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
132
  msgid "4 star"
133
  msgstr "4 žvaigždutės"
134
 
135
+ #: includes/blocks/class-cr-all-reviews.php:708
136
+ #: includes/blocks/class-cr-all-reviews.php:712
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
141
  msgid "3 star"
142
  msgstr "3 žvaigždutės"
143
 
144
+ #: includes/blocks/class-cr-all-reviews.php:721
145
+ #: includes/blocks/class-cr-all-reviews.php:725
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
150
  msgid "2 star"
151
  msgstr "2 žvaigždutės"
152
 
153
+ #: includes/blocks/class-cr-all-reviews.php:734
154
+ #: includes/blocks/class-cr-all-reviews.php:738
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
+ #: includes/google/class-cr-product-feed-reviews.php:31
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
+ #: includes/google/class-cr-product-feed-attributes.php:87
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:89
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
+ #: includes/google/class-cr-product-feed-attributes.php:125
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
+ #: includes/google/class-cr-product-feed-attributes.php:126
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:131
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:132
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:193
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
+ #: includes/google/class-cr-product-feed-reviews.php:240
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
+ #: includes/google/class-cr-product-feed-attributes.php:194
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
+ #: includes/google/class-cr-product-feed-reviews.php:241
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
+ #: includes/google/class-cr-product-feed-attributes.php:195
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
+ #: includes/google/class-cr-product-feed-reviews.php:242
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
+ #: includes/google/class-cr-product-feed-attributes.php:243
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
+ #: includes/google/class-cr-product-feed-reviews.php:290
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
+ #: includes/google/class-cr-product-feed-attributes.php:244
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
+ #: includes/google/class-cr-product-feed-reviews.php:291
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
+ #: includes/google/class-cr-product-feed-attributes.php:245
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
+ #: includes/google/class-cr-product-feed-reviews.php:292
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
+ #: includes/google/class-cr-product-feed-attributes.php:247
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
+ #: includes/google/class-cr-product-feed-reviews.php:294
486
  msgid "Product Tag"
487
  msgstr ""
488
 
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
+ #: includes/google/class-cr-product-feed-reviews.php:167
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
+ #: includes/google/class-cr-product-feed-reviews.php:180
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
+ #: includes/google/class-cr-product-feed-reviews.php:206
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:76
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
+ #: includes/google/class-cr-product-feed-reviews.php:78
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:82
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
+ #: includes/google/class-cr-product-feed-reviews.php:84
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:97
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:98
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:104
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:105
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:113
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
+ #: includes/google/class-cr-product-feed-reviews.php:114
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:154
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:159
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
+ #: includes/google/class-cr-product-feed-reviews.php:193
736
  msgid "SKU"
737
  msgstr ""
738
 
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
+ #: includes/google/class-cr-product-feed-status.php:432
917
+ #: includes/google/class-cr-product-feed-status.php:445
918
+ #: includes/google/class-cr-product-feed-status.php:458
919
+ #: includes/google/class-cr-product-feed-status.php:471
920
+ #: includes/google/class-cr-product-feed-status.php:484
921
+ #: includes/google/class-cr-product-feed-status.php:497
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
+ #: includes/google/class-cr-product-feed-status.php:443
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:456
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
+ #: includes/google/class-cr-product-feed-status.php:469
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
+ #: includes/google/class-cr-product-feed-status.php:482
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
+ #: includes/google/class-cr-product-feed-status.php:495
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:141
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
+ #: includes/reviews/class-cr-replies.php:150
2223
+ #: includes/reviews/class-cr-replies.php:163
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
+ #: includes/reviews/class-cr-replies.php:170
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
2519
  "settings</a>."
2520
  msgstr ""
2521
 
2522
+ #: includes/settings/class-cr-settings-cusrev.php:34
2523
+ #: includes/settings/class-cr-settings-cusrev.php:58
2524
  msgid "CusRev.com"
2525
  msgstr ""
2526
 
2527
+ #: includes/settings/class-cr-settings-cusrev.php:60
2528
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2529
  msgstr ""
2530
 
2531
+ #: includes/settings/class-cr-settings-cusrev.php:64
2532
  msgid "Page Enabled"
2533
  msgstr ""
2534
 
2535
+ #: includes/settings/class-cr-settings-cusrev.php:65
2536
  msgid ""
2537
  "Enable or disable a public page with verified copies of reviews of your "
2538
  "store and products at CusRev website. If this option is enabled, additional "
2541
  "the review on CusRev.com."
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:72
2545
  msgid "Page URL"
2546
  msgstr ""
2547
 
2548
+ #: includes/settings/class-cr-settings-cusrev.php:73
2549
  msgid ""
2550
  "Specify name of the page with verified reviews. This will be a base URL for "
2551
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2552
  "the name of the page."
2553
  msgstr ""
2554
 
2555
+ #: includes/settings/class-cr-settings-cusrev.php:81
2556
  msgid "Age Restriction"
2557
  msgstr ""
2558
 
2559
+ #: includes/settings/class-cr-settings-cusrev.php:82
2560
  msgid ""
2561
  "Enable this option if your store sells age-restricted products (e.g., adult "
2562
  "content, alcohol, etc.)"
3308
  msgid "Review Extensions"
3309
  msgstr ""
3310
 
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3312
+ msgid ""
3313
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3314
+ "products pages. By default, visual appearance of reviews is controlled by "
3315
+ "WooCommerce and your active WordPress theme. There is also an option to "
3316
+ "enable an enhanced visual style for display of reviews on product pages."
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3320
+ msgid ""
3321
+ "If you would like to display reviews in locations other than the standard "
3322
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3323
+ "or Gutenberg blocks provided by the plugin."
3324
+ msgstr ""
3325
+
3326
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3327
+ msgid "Display of Customer Reviews"
3328
+ msgstr ""
3329
+
3330
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3331
+ msgid "Visual Style"
3332
+ msgstr ""
3333
+
3334
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3335
+ msgid "WooCommerce (basic user interface)"
3336
+ msgstr ""
3337
+
3338
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3339
+ msgid "CusRev (enhanced user interface)"
3340
+ msgstr ""
3341
+
3342
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3343
+ msgid "Default Quantity of Reviews"
3344
+ msgstr ""
3345
+
3346
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3347
+ msgid ""
3348
+ "Specify the default number of reviews that will be shown during the initial "
3349
+ "product page load."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3353
+ msgid "Default Sorting Order"
3354
+ msgstr ""
3355
+
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3357
+ msgid ""
3358
+ "Define how reviews are sorted by default. The option to vote for reviews "
3359
+ "must be enabled to show the most helpful reviews first."
3360
+ msgstr ""
3361
+
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3363
+ msgid "Recent reviews first"
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3367
+ msgid "Most helpful reviews first"
3368
+ msgstr ""
3369
+
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3371
+ msgid "Review Form"
3372
+ msgstr ""
3373
+
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3375
+ msgid ""
3376
+ "Display a review form on product pages. If you would like to protect your "
3377
+ "site from SPAM reviews and allow customers to submit reviews only via "
3378
+ "invitations (review reminders), this option should be disabled."
3379
+ msgstr ""
3380
+
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3382
  msgid "Extensions for Customer Reviews"
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3386
  msgid ""
3387
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3388
  "you can configure various extensions for standard WooCommerce reviews."
3389
  msgstr ""
3390
 
3391
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3392
  msgid "Attach Images"
3393
  msgstr ""
3394
 
3395
  #. translators: please keep %1$s and %2$s in the translated version
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3397
  msgid ""
3398
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3399
  "you would like to enable attachment of images on aggregated review forms, "
3400
  "this can be done %1$shere%2$s."
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3404
  msgid "Quantity of Images"
3405
  msgstr ""
3406
 
3407
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3408
  msgid ""
3409
  "Specify the maximum number of images that can be uploaded for a single "
3410
  "review. This setting applies only to reviews submitted on single product "
3411
  "pages."
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3415
  msgid "Maximum Size of Image"
3416
  msgstr ""
3417
 
3418
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3419
  msgid ""
3420
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3421
  "review. This setting applies only to reviews submitted on single product "
3422
  "pages."
3423
  msgstr ""
3424
 
3425
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3426
  msgid "Disable Lightbox"
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3430
  msgid ""
3431
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3432
  "this option only if your theme generates lightboxes for any picture on the "
3434
  "attached to a review."
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3438
  msgid "reCAPTCHA V2 for Reviews"
3439
  msgstr ""
3440
 
3441
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3442
  msgid ""
3443
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3444
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3445
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3446
  msgstr ""
3447
 
3448
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3449
  msgid "reCAPTCHA V2 Site Key"
3450
  msgstr ""
3451
 
3452
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3453
  msgid ""
3454
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3455
  "after registration at reCAPTCHA website."
3456
  msgstr ""
3457
 
3458
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3459
  msgid "reCAPTCHA V2 Secret Key"
3460
  msgstr ""
3461
 
3462
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3463
  msgid ""
3464
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3465
  "receive after registration at reCAPTCHA website."
3466
  msgstr ""
3467
 
3468
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3469
  msgid "Reviews Summary Bar"
3470
  msgstr ""
3471
 
3472
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3473
  msgid ""
3474
  "Enable display of a histogram table with a summary of reviews on a product "
3475
  "page."
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3479
  msgid "Vote for Reviews"
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3483
  msgid ""
3484
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3485
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3486
  "addresses to identify this visitor."
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3490
  msgid "Remove Plugin's Branding"
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3494
  msgid ""
3495
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3496
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3497
  "would like to support us, please disable this checkbox."
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3501
  msgid "Verified Owner"
3502
  msgstr ""
3503
 
3504
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3505
  msgid ""
3506
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3507
  "customer reviews with a custom one. If this field is blank, the standard "
3508
  "WooCommerce label will be used."
3509
  msgstr ""
3510
 
3511
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3512
  msgid "Customer Avatars"
3513
  msgstr ""
3514
 
3515
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3516
  msgid ""
3517
  "Choose how customer avatars are displayed on WooCommerce single product "
3518
  "pages. You can use either the standard WordPress avatars or avatars created "
3519
  "based on initial letters of customer names."
3520
  msgstr ""
3521
 
3522
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3523
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3524
  msgid "Standard"
3525
  msgstr ""
3526
 
3527
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3528
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3529
  msgid "Initials"
3530
  msgstr ""
3531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3532
  #: includes/settings/class-cr-settings-review-reminder.php:89
3533
  #: includes/settings/class-cr-settings-review-reminder.php:94
3534
  #: includes/settings/class-cr-settings-review-reminder.php:99
4724
  msgid "Tags for Reviews"
4725
  msgstr ""
4726
 
4727
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4728
  msgid "Independently verified"
4729
  msgstr ""
4730
 
4731
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4732
  msgid "independently verified"
4733
  msgstr ""
4734
 
4735
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4736
  msgid "What Our Clients Say"
4737
  msgstr ""
4738
 
4739
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4740
  msgid "what our clients say"
4741
  msgstr ""
4742
 
4743
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4744
  msgid "%s rating"
4745
  msgstr ""
4746
 
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4748
  msgid "rating %s / 5"
4749
  msgstr ""
4750
 
4751
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4752
  msgid "%s store rating"
4753
  msgstr ""
4754
 
4755
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4756
  msgid "Store rating %s / 5"
4757
  msgstr ""
4758
 
4759
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4760
  msgid "store rating"
4761
  msgstr ""
4762
 
4763
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4764
  msgid "%s product rating"
4765
  msgstr ""
4766
 
4767
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4768
  msgid "Product rating %s / 5"
4769
  msgstr ""
4770
 
4771
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4772
  msgid "product rating"
4773
  msgstr ""
4774
 
4775
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4776
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4777
  msgid "%s review"
4778
  msgid_plural "%s reviews"
4779
  msgstr[0] ""
languages/customer-reviews-woocommerce-lv.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2019-05-05 22:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
@@ -69,21 +69,21 @@ msgstr ""
69
  msgid "Settings"
70
  msgstr ""
71
 
72
- #: includes/blocks/class-cr-all-reviews.php:431
73
- #: includes/blocks/class-cr-all-reviews.php:489
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
- #: includes/blocks/class-cr-all-reviews.php:484
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
- #: includes/blocks/class-cr-all-reviews.php:513
86
- #: includes/blocks/class-cr-all-reviews.php:841
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
@@ -94,8 +94,8 @@ msgstr[1] ""
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
- #: includes/blocks/class-cr-all-reviews.php:514
98
- #: includes/blocks/class-cr-all-reviews.php:842
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
@@ -105,7 +105,7 @@ msgstr[0] ""
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
- #: includes/blocks/class-cr-all-reviews.php:756
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
@@ -114,8 +114,8 @@ msgstr[0] ""
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
- #: includes/blocks/class-cr-all-reviews.php:768
118
- #: includes/blocks/class-cr-all-reviews.php:772
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
@@ -123,8 +123,8 @@ msgstr[2] ""
123
  msgid "5 star"
124
  msgstr "5 zvaigznes"
125
 
126
- #: includes/blocks/class-cr-all-reviews.php:781
127
- #: includes/blocks/class-cr-all-reviews.php:785
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
@@ -132,8 +132,8 @@ msgstr "5 zvaigznes"
132
  msgid "4 star"
133
  msgstr "4 zvaigznes"
134
 
135
- #: includes/blocks/class-cr-all-reviews.php:794
136
- #: includes/blocks/class-cr-all-reviews.php:798
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
@@ -141,8 +141,8 @@ msgstr "4 zvaigznes"
141
  msgid "3 star"
142
  msgstr "3 zvaigznes"
143
 
144
- #: includes/blocks/class-cr-all-reviews.php:807
145
- #: includes/blocks/class-cr-all-reviews.php:811
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
@@ -150,8 +150,8 @@ msgstr "3 zvaigznes"
150
  msgid "2 star"
151
  msgstr "2 zvaigznes"
152
 
153
- #: includes/blocks/class-cr-all-reviews.php:820
154
- #: includes/blocks/class-cr-all-reviews.php:824
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -378,7 +378,7 @@ msgid "Google"
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
- #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -401,88 +401,88 @@ msgstr ""
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
- #: includes/google/class-cr-product-feed-attributes.php:84
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:86
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
- #: includes/google/class-cr-product-feed-attributes.php:121
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
- #: includes/google/class-cr-product-feed-attributes.php:122
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:127
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:128
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:178
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
- #: includes/google/class-cr-product-feed-reviews.php:249
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
- #: includes/google/class-cr-product-feed-attributes.php:179
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
- #: includes/google/class-cr-product-feed-reviews.php:250
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
- #: includes/google/class-cr-product-feed-attributes.php:180
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
- #: includes/google/class-cr-product-feed-reviews.php:251
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
- #: includes/google/class-cr-product-feed-attributes.php:228
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
- #: includes/google/class-cr-product-feed-reviews.php:299
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
- #: includes/google/class-cr-product-feed-attributes.php:229
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
- #: includes/google/class-cr-product-feed-reviews.php:300
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
- #: includes/google/class-cr-product-feed-attributes.php:230
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
- #: includes/google/class-cr-product-feed-reviews.php:301
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
- #: includes/google/class-cr-product-feed-attributes.php:232
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
- #: includes/google/class-cr-product-feed-reviews.php:303
486
  msgid "Product Tag"
487
  msgstr ""
488
 
@@ -586,7 +586,7 @@ msgstr ""
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
- #: includes/google/class-cr-product-feed-reviews.php:176
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
@@ -602,7 +602,7 @@ msgstr ""
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
- #: includes/google/class-cr-product-feed-reviews.php:189
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
@@ -616,7 +616,7 @@ msgstr ""
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
- #: includes/google/class-cr-product-feed-reviews.php:215
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
@@ -671,11 +671,11 @@ msgstr ""
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:85
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
- #: includes/google/class-cr-product-feed-reviews.php:87
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -683,11 +683,11 @@ msgid ""
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:91
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
- #: includes/google/class-cr-product-feed-reviews.php:93
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -695,44 +695,44 @@ msgid ""
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:106
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:107
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:113
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:114
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:122
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
- #: includes/google/class-cr-product-feed-reviews.php:123
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:163
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:168
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
- #: includes/google/class-cr-product-feed-reviews.php:202
736
  msgid "SKU"
737
  msgstr ""
738
 
@@ -913,45 +913,45 @@ msgstr[0] ""
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
- #: includes/google/class-cr-product-feed-status.php:434
917
- #: includes/google/class-cr-product-feed-status.php:443
918
- #: includes/google/class-cr-product-feed-status.php:452
919
- #: includes/google/class-cr-product-feed-status.php:461
920
- #: includes/google/class-cr-product-feed-status.php:470
921
- #: includes/google/class-cr-product-feed-status.php:479
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
- #: includes/google/class-cr-product-feed-status.php:439
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:448
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
- #: includes/google/class-cr-product-feed-status.php:457
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
- #: includes/google/class-cr-product-feed-status.php:466
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
- #: includes/google/class-cr-product-feed-status.php:475
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
@@ -2215,16 +2215,16 @@ msgstr ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
- #: includes/reviews/class-cr-replies.php:102
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
- #: includes/reviews/class-cr-replies.php:111
2223
- #: includes/reviews/class-cr-replies.php:124
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
- #: includes/reviews/class-cr-replies.php:131
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
@@ -2521,20 +2521,20 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
- #: includes/settings/class-cr-settings-cusrev.php:31
2525
- #: includes/settings/class-cr-settings-cusrev.php:55
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:57
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:61
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
- #: includes/settings/class-cr-settings-cusrev.php:62
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2543,22 +2543,22 @@ msgid ""
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:69
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
- #: includes/settings/class-cr-settings-cusrev.php:70
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
- #: includes/settings/class-cr-settings-cusrev.php:78
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
- #: includes/settings/class-cr-settings-cusrev.php:79
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
@@ -3310,55 +3310,125 @@ msgstr ""
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3314
  msgid "Extensions for Customer Reviews"
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-extensions.php:77
3318
  msgid ""
3319
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3320
  "you can configure various extensions for standard WooCommerce reviews."
3321
  msgstr ""
3322
 
3323
- #: includes/settings/class-cr-settings-review-extensions.php:81
3324
  msgid "Attach Images"
3325
  msgstr ""
3326
 
3327
  #. translators: please keep %1$s and %2$s in the translated version
3328
- #: includes/settings/class-cr-settings-review-extensions.php:83
3329
  msgid ""
3330
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3331
  "you would like to enable attachment of images on aggregated review forms, "
3332
  "this can be done %1$shere%2$s."
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:89
3336
  msgid "Quantity of Images"
3337
  msgstr ""
3338
 
3339
- #: includes/settings/class-cr-settings-review-extensions.php:90
3340
  msgid ""
3341
  "Specify the maximum number of images that can be uploaded for a single "
3342
  "review. This setting applies only to reviews submitted on single product "
3343
  "pages."
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:97
3347
  msgid "Maximum Size of Image"
3348
  msgstr ""
3349
 
3350
- #: includes/settings/class-cr-settings-review-extensions.php:98
3351
  msgid ""
3352
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3353
  "review. This setting applies only to reviews submitted on single product "
3354
  "pages."
3355
  msgstr ""
3356
 
3357
- #: includes/settings/class-cr-settings-review-extensions.php:105
3358
  msgid "Disable Lightbox"
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-extensions.php:106
3362
  msgid ""
3363
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3364
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3366,155 +3436,101 @@ msgid ""
3366
  "attached to a review."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:112
3370
  msgid "reCAPTCHA V2 for Reviews"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:113
3374
  msgid ""
3375
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3376
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3377
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3378
  msgstr ""
3379
 
3380
- #: includes/settings/class-cr-settings-review-extensions.php:119
3381
  msgid "reCAPTCHA V2 Site Key"
3382
  msgstr ""
3383
 
3384
- #: includes/settings/class-cr-settings-review-extensions.php:121
3385
  msgid ""
3386
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3387
  "after registration at reCAPTCHA website."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:127
3391
  msgid "reCAPTCHA V2 Secret Key"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:129
3395
  msgid ""
3396
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3397
  "receive after registration at reCAPTCHA website."
3398
  msgstr ""
3399
 
3400
- #: includes/settings/class-cr-settings-review-extensions.php:135
3401
  msgid "Reviews Summary Bar"
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:136
3405
  msgid ""
3406
  "Enable display of a histogram table with a summary of reviews on a product "
3407
  "page."
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:142
3411
  msgid "Vote for Reviews"
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:143
3415
  msgid ""
3416
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3417
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3418
  "addresses to identify this visitor."
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:149
3422
  msgid "Remove Plugin's Branding"
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-extensions.php:150
3426
  msgid ""
3427
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3428
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3429
  "would like to support us, please disable this checkbox."
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:156
3433
  msgid "Verified Owner"
3434
  msgstr ""
3435
 
3436
- #: includes/settings/class-cr-settings-review-extensions.php:158
3437
  msgid ""
3438
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3439
  "customer reviews with a custom one. If this field is blank, the standard "
3440
  "WooCommerce label will be used."
3441
  msgstr ""
3442
 
3443
- #: includes/settings/class-cr-settings-review-extensions.php:164
3444
  msgid "Customer Avatars"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:166
3448
  msgid ""
3449
  "Choose how customer avatars are displayed on WooCommerce single product "
3450
  "pages. You can use either the standard WordPress avatars or avatars created "
3451
  "based on initial letters of customer names."
3452
  msgstr ""
3453
 
3454
- #: includes/settings/class-cr-settings-review-extensions.php:172
3455
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3456
  msgid "Standard"
3457
  msgstr ""
3458
 
3459
- #: includes/settings/class-cr-settings-review-extensions.php:173
3460
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3461
  msgid "Initials"
3462
  msgstr ""
3463
 
3464
- #: includes/settings/class-cr-settings-review-extensions.php:181
3465
- #: includes/settings/class-cr-settings-review-extensions.php:187
3466
- msgid "Lazy Load Reviews"
3467
- msgstr ""
3468
-
3469
- #: includes/settings/class-cr-settings-review-extensions.php:183
3470
- msgid ""
3471
- "Settings to display reviews with 'Show more' button instead of the standard "
3472
- "WordPress pagination."
3473
- msgstr ""
3474
-
3475
- #: includes/settings/class-cr-settings-review-extensions.php:188
3476
- msgid "Display reviews on product pages with 'Show more' button."
3477
- msgstr ""
3478
-
3479
- #: includes/settings/class-cr-settings-review-extensions.php:194
3480
- msgid "Default Quantity of Reviews"
3481
- msgstr ""
3482
-
3483
- #: includes/settings/class-cr-settings-review-extensions.php:195
3484
- msgid ""
3485
- "Specify the default number of reviews that will be shown during the initial "
3486
- "product page load."
3487
- msgstr ""
3488
-
3489
- #: includes/settings/class-cr-settings-review-extensions.php:202
3490
- msgid "Default Sorting Order"
3491
- msgstr ""
3492
-
3493
- #: includes/settings/class-cr-settings-review-extensions.php:204
3494
- msgid ""
3495
- "Define how reviews are sorted by default. The option to vote for reviews "
3496
- "must be enabled to show the most helpful reviews first."
3497
- msgstr ""
3498
-
3499
- #: includes/settings/class-cr-settings-review-extensions.php:210
3500
- msgid "Recent reviews first"
3501
- msgstr ""
3502
-
3503
- #: includes/settings/class-cr-settings-review-extensions.php:211
3504
- msgid "Most helpful reviews first"
3505
- msgstr ""
3506
-
3507
- #: includes/settings/class-cr-settings-review-extensions.php:215
3508
- msgid "Review Form"
3509
- msgstr ""
3510
-
3511
- #: includes/settings/class-cr-settings-review-extensions.php:216
3512
- msgid ""
3513
- "Display a review form on product pages. If you would like to protect your "
3514
- "site from SPAM reviews and allow customers to submit reviews only via "
3515
- "invitations (review reminders), this option should be disabled."
3516
- msgstr ""
3517
-
3518
  #: includes/settings/class-cr-settings-review-reminder.php:89
3519
  #: includes/settings/class-cr-settings-review-reminder.php:94
3520
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4710,56 +4726,56 @@ msgstr ""
4710
  msgid "Tags for Reviews"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:202
4714
  msgid "Independently verified"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:203
4718
  msgid "independently verified"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:205
4722
  msgid "What Our Clients Say"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:206
4726
  msgid "what our clients say"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:210
4730
  msgid "%s rating"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:211
4734
  msgid "rating %s / 5"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:212
4738
  msgid "%s store rating"
4739
  msgstr ""
4740
 
4741
- #: includes/trust-badge/class-cr-trust-badge.php:213
4742
  msgid "Store rating %s / 5"
4743
  msgstr ""
4744
 
4745
- #: includes/trust-badge/class-cr-trust-badge.php:214
4746
  msgid "store rating"
4747
  msgstr ""
4748
 
4749
- #: includes/trust-badge/class-cr-trust-badge.php:215
4750
  msgid "%s product rating"
4751
  msgstr ""
4752
 
4753
- #: includes/trust-badge/class-cr-trust-badge.php:216
4754
  msgid "Product rating %s / 5"
4755
  msgstr ""
4756
 
4757
- #: includes/trust-badge/class-cr-trust-badge.php:217
4758
  msgid "product rating"
4759
  msgstr ""
4760
 
4761
- #: includes/trust-badge/class-cr-trust-badge.php:218
4762
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4763
  msgid "%s review"
4764
  msgid_plural "%s reviews"
4765
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2019-05-05 22:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/blocks/class-cr-all-reviews.php:345
73
+ #: includes/blocks/class-cr-all-reviews.php:403
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
+ #: includes/blocks/class-cr-all-reviews.php:398
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
+ #: includes/blocks/class-cr-all-reviews.php:427
86
+ #: includes/blocks/class-cr-all-reviews.php:755
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
+ #: includes/blocks/class-cr-all-reviews.php:428
98
+ #: includes/blocks/class-cr-all-reviews.php:756
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
+ #: includes/blocks/class-cr-all-reviews.php:670
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
+ #: includes/blocks/class-cr-all-reviews.php:682
118
+ #: includes/blocks/class-cr-all-reviews.php:686
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
123
  msgid "5 star"
124
  msgstr "5 zvaigznes"
125
 
126
+ #: includes/blocks/class-cr-all-reviews.php:695
127
+ #: includes/blocks/class-cr-all-reviews.php:699
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
132
  msgid "4 star"
133
  msgstr "4 zvaigznes"
134
 
135
+ #: includes/blocks/class-cr-all-reviews.php:708
136
+ #: includes/blocks/class-cr-all-reviews.php:712
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
141
  msgid "3 star"
142
  msgstr "3 zvaigznes"
143
 
144
+ #: includes/blocks/class-cr-all-reviews.php:721
145
+ #: includes/blocks/class-cr-all-reviews.php:725
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
150
  msgid "2 star"
151
  msgstr "2 zvaigznes"
152
 
153
+ #: includes/blocks/class-cr-all-reviews.php:734
154
+ #: includes/blocks/class-cr-all-reviews.php:738
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
+ #: includes/google/class-cr-product-feed-reviews.php:31
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
+ #: includes/google/class-cr-product-feed-attributes.php:87
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:89
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
+ #: includes/google/class-cr-product-feed-attributes.php:125
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
+ #: includes/google/class-cr-product-feed-attributes.php:126
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:131
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:132
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:193
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
+ #: includes/google/class-cr-product-feed-reviews.php:240
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
+ #: includes/google/class-cr-product-feed-attributes.php:194
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
+ #: includes/google/class-cr-product-feed-reviews.php:241
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
+ #: includes/google/class-cr-product-feed-attributes.php:195
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
+ #: includes/google/class-cr-product-feed-reviews.php:242
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
+ #: includes/google/class-cr-product-feed-attributes.php:243
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
+ #: includes/google/class-cr-product-feed-reviews.php:290
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
+ #: includes/google/class-cr-product-feed-attributes.php:244
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
+ #: includes/google/class-cr-product-feed-reviews.php:291
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
+ #: includes/google/class-cr-product-feed-attributes.php:245
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
+ #: includes/google/class-cr-product-feed-reviews.php:292
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
+ #: includes/google/class-cr-product-feed-attributes.php:247
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
+ #: includes/google/class-cr-product-feed-reviews.php:294
486
  msgid "Product Tag"
487
  msgstr ""
488
 
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
+ #: includes/google/class-cr-product-feed-reviews.php:167
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
+ #: includes/google/class-cr-product-feed-reviews.php:180
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
+ #: includes/google/class-cr-product-feed-reviews.php:206
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:76
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
+ #: includes/google/class-cr-product-feed-reviews.php:78
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:82
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
+ #: includes/google/class-cr-product-feed-reviews.php:84
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:97
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:98
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:104
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:105
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:113
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
+ #: includes/google/class-cr-product-feed-reviews.php:114
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:154
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:159
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
+ #: includes/google/class-cr-product-feed-reviews.php:193
736
  msgid "SKU"
737
  msgstr ""
738
 
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
+ #: includes/google/class-cr-product-feed-status.php:432
917
+ #: includes/google/class-cr-product-feed-status.php:445
918
+ #: includes/google/class-cr-product-feed-status.php:458
919
+ #: includes/google/class-cr-product-feed-status.php:471
920
+ #: includes/google/class-cr-product-feed-status.php:484
921
+ #: includes/google/class-cr-product-feed-status.php:497
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
+ #: includes/google/class-cr-product-feed-status.php:443
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:456
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
+ #: includes/google/class-cr-product-feed-status.php:469
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
+ #: includes/google/class-cr-product-feed-status.php:482
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
+ #: includes/google/class-cr-product-feed-status.php:495
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:141
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
+ #: includes/reviews/class-cr-replies.php:150
2223
+ #: includes/reviews/class-cr-replies.php:163
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
+ #: includes/reviews/class-cr-replies.php:170
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
+ #: includes/settings/class-cr-settings-cusrev.php:34
2525
+ #: includes/settings/class-cr-settings-cusrev.php:58
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:60
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:64
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
+ #: includes/settings/class-cr-settings-cusrev.php:65
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:72
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
+ #: includes/settings/class-cr-settings-cusrev.php:73
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
+ #: includes/settings/class-cr-settings-cusrev.php:81
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
+ #: includes/settings/class-cr-settings-cusrev.php:82
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3314
+ msgid ""
3315
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3316
+ "products pages. By default, visual appearance of reviews is controlled by "
3317
+ "WooCommerce and your active WordPress theme. There is also an option to "
3318
+ "enable an enhanced visual style for display of reviews on product pages."
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3322
+ msgid ""
3323
+ "If you would like to display reviews in locations other than the standard "
3324
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3325
+ "or Gutenberg blocks provided by the plugin."
3326
+ msgstr ""
3327
+
3328
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3329
+ msgid "Display of Customer Reviews"
3330
+ msgstr ""
3331
+
3332
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3333
+ msgid "Visual Style"
3334
+ msgstr ""
3335
+
3336
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3337
+ msgid "WooCommerce (basic user interface)"
3338
+ msgstr ""
3339
+
3340
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3341
+ msgid "CusRev (enhanced user interface)"
3342
+ msgstr ""
3343
+
3344
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3345
+ msgid "Default Quantity of Reviews"
3346
+ msgstr ""
3347
+
3348
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3349
+ msgid ""
3350
+ "Specify the default number of reviews that will be shown during the initial "
3351
+ "product page load."
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3355
+ msgid "Default Sorting Order"
3356
+ msgstr ""
3357
+
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3359
+ msgid ""
3360
+ "Define how reviews are sorted by default. The option to vote for reviews "
3361
+ "must be enabled to show the most helpful reviews first."
3362
+ msgstr ""
3363
+
3364
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3365
+ msgid "Recent reviews first"
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3369
+ msgid "Most helpful reviews first"
3370
+ msgstr ""
3371
+
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3373
+ msgid "Review Form"
3374
+ msgstr ""
3375
+
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3377
+ msgid ""
3378
+ "Display a review form on product pages. If you would like to protect your "
3379
+ "site from SPAM reviews and allow customers to submit reviews only via "
3380
+ "invitations (review reminders), this option should be disabled."
3381
+ msgstr ""
3382
+
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3384
  msgid "Extensions for Customer Reviews"
3385
  msgstr ""
3386
 
3387
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3388
  msgid ""
3389
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3390
  "you can configure various extensions for standard WooCommerce reviews."
3391
  msgstr ""
3392
 
3393
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Attach Images"
3395
  msgstr ""
3396
 
3397
  #. translators: please keep %1$s and %2$s in the translated version
3398
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3399
  msgid ""
3400
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3401
  "you would like to enable attachment of images on aggregated review forms, "
3402
  "this can be done %1$shere%2$s."
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3406
  msgid "Quantity of Images"
3407
  msgstr ""
3408
 
3409
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3410
  msgid ""
3411
  "Specify the maximum number of images that can be uploaded for a single "
3412
  "review. This setting applies only to reviews submitted on single product "
3413
  "pages."
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3417
  msgid "Maximum Size of Image"
3418
  msgstr ""
3419
 
3420
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3421
  msgid ""
3422
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3423
  "review. This setting applies only to reviews submitted on single product "
3424
  "pages."
3425
  msgstr ""
3426
 
3427
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3428
  msgid "Disable Lightbox"
3429
  msgstr ""
3430
 
3431
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3432
  msgid ""
3433
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3434
  "this option only if your theme generates lightboxes for any picture on the "
3436
  "attached to a review."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3440
  msgid "reCAPTCHA V2 for Reviews"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3444
  msgid ""
3445
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3446
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3447
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3448
  msgstr ""
3449
 
3450
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3451
  msgid "reCAPTCHA V2 Site Key"
3452
  msgstr ""
3453
 
3454
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3455
  msgid ""
3456
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3457
  "after registration at reCAPTCHA website."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3461
  msgid "reCAPTCHA V2 Secret Key"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3465
  msgid ""
3466
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3467
  "receive after registration at reCAPTCHA website."
3468
  msgstr ""
3469
 
3470
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3471
  msgid "Reviews Summary Bar"
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3475
  msgid ""
3476
  "Enable display of a histogram table with a summary of reviews on a product "
3477
  "page."
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3481
  msgid "Vote for Reviews"
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3485
  msgid ""
3486
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3487
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3488
  "addresses to identify this visitor."
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3492
  msgid "Remove Plugin's Branding"
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3496
  msgid ""
3497
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3498
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3499
  "would like to support us, please disable this checkbox."
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3503
  msgid "Verified Owner"
3504
  msgstr ""
3505
 
3506
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3507
  msgid ""
3508
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3509
  "customer reviews with a custom one. If this field is blank, the standard "
3510
  "WooCommerce label will be used."
3511
  msgstr ""
3512
 
3513
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3514
  msgid "Customer Avatars"
3515
  msgstr ""
3516
 
3517
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3518
  msgid ""
3519
  "Choose how customer avatars are displayed on WooCommerce single product "
3520
  "pages. You can use either the standard WordPress avatars or avatars created "
3521
  "based on initial letters of customer names."
3522
  msgstr ""
3523
 
3524
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3525
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3526
  msgid "Standard"
3527
  msgstr ""
3528
 
3529
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3530
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3531
  msgid "Initials"
3532
  msgstr ""
3533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3534
  #: includes/settings/class-cr-settings-review-reminder.php:89
3535
  #: includes/settings/class-cr-settings-review-reminder.php:94
3536
  #: includes/settings/class-cr-settings-review-reminder.php:99
4726
  msgid "Tags for Reviews"
4727
  msgstr ""
4728
 
4729
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4730
  msgid "Independently verified"
4731
  msgstr ""
4732
 
4733
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4734
  msgid "independently verified"
4735
  msgstr ""
4736
 
4737
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4738
  msgid "What Our Clients Say"
4739
  msgstr ""
4740
 
4741
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4742
  msgid "what our clients say"
4743
  msgstr ""
4744
 
4745
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4746
  msgid "%s rating"
4747
  msgstr ""
4748
 
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4750
  msgid "rating %s / 5"
4751
  msgstr ""
4752
 
4753
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4754
  msgid "%s store rating"
4755
  msgstr ""
4756
 
4757
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4758
  msgid "Store rating %s / 5"
4759
  msgstr ""
4760
 
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4762
  msgid "store rating"
4763
  msgstr ""
4764
 
4765
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4766
  msgid "%s product rating"
4767
  msgstr ""
4768
 
4769
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4770
  msgid "Product rating %s / 5"
4771
  msgstr ""
4772
 
4773
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4774
  msgid "product rating"
4775
  msgstr ""
4776
 
4777
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4778
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4779
  msgid "%s review"
4780
  msgid_plural "%s reviews"
4781
  msgstr[0] ""
languages/customer-reviews-woocommerce-mk_MK.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2019-04-06 18:49+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 ѕвезди"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 ѕвезди"
128
  msgid "4 star"
129
  msgstr "4 ѕвезди"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 ѕвезди"
137
  msgid "3 star"
138
  msgstr "3 ѕвезди"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 ѕвезди"
146
  msgid "2 star"
147
  msgstr "2 ѕвезди"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2504,20 +2504,20 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
- #: includes/settings/class-cr-settings-cusrev.php:31
2508
- #: includes/settings/class-cr-settings-cusrev.php:55
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
- #: includes/settings/class-cr-settings-cusrev.php:57
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
- #: includes/settings/class-cr-settings-cusrev.php:61
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
- #: includes/settings/class-cr-settings-cusrev.php:62
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2526,22 +2526,22 @@ msgid ""
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:69
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:70
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
- #: includes/settings/class-cr-settings-cusrev.php:78
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:79
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
@@ -3293,55 +3293,125 @@ msgstr ""
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3297
  msgid "Extensions for Customer Reviews"
3298
  msgstr ""
3299
 
3300
- #: includes/settings/class-cr-settings-review-extensions.php:77
3301
  msgid ""
3302
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3303
  "you can configure various extensions for standard WooCommerce reviews."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:81
3307
  msgid "Attach Images"
3308
  msgstr ""
3309
 
3310
  #. translators: please keep %1$s and %2$s in the translated version
3311
- #: includes/settings/class-cr-settings-review-extensions.php:83
3312
  msgid ""
3313
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3314
  "you would like to enable attachment of images on aggregated review forms, "
3315
  "this can be done %1$shere%2$s."
3316
  msgstr ""
3317
 
3318
- #: includes/settings/class-cr-settings-review-extensions.php:89
3319
  msgid "Quantity of Images"
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:90
3323
  msgid ""
3324
  "Specify the maximum number of images that can be uploaded for a single "
3325
  "review. This setting applies only to reviews submitted on single product "
3326
  "pages."
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-extensions.php:97
3330
  msgid "Maximum Size of Image"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:98
3334
  msgid ""
3335
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3336
  "review. This setting applies only to reviews submitted on single product "
3337
  "pages."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:105
3341
  msgid "Disable Lightbox"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:106
3345
  msgid ""
3346
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3347
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3349,155 +3419,101 @@ msgid ""
3349
  "attached to a review."
3350
  msgstr ""
3351
 
3352
- #: includes/settings/class-cr-settings-review-extensions.php:112
3353
  msgid "reCAPTCHA V2 for Reviews"
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:113
3357
  msgid ""
3358
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3359
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3360
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:119
3364
  msgid "reCAPTCHA V2 Site Key"
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:121
3368
  msgid ""
3369
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3370
  "after registration at reCAPTCHA website."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:127
3374
  msgid "reCAPTCHA V2 Secret Key"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-extensions.php:129
3378
  msgid ""
3379
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3380
  "receive after registration at reCAPTCHA website."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:135
3384
  msgid "Reviews Summary Bar"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:136
3388
  msgid ""
3389
  "Enable display of a histogram table with a summary of reviews on a product "
3390
  "page."
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Vote for Reviews"
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-extensions.php:143
3398
  msgid ""
3399
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3400
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3401
  "addresses to identify this visitor."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:149
3405
  msgid "Remove Plugin's Branding"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:150
3409
  msgid ""
3410
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3411
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3412
  "would like to support us, please disable this checkbox."
3413
  msgstr ""
3414
 
3415
- #: includes/settings/class-cr-settings-review-extensions.php:156
3416
  msgid "Verified Owner"
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:158
3420
  msgid ""
3421
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3422
  "customer reviews with a custom one. If this field is blank, the standard "
3423
  "WooCommerce label will be used."
3424
  msgstr ""
3425
 
3426
- #: includes/settings/class-cr-settings-review-extensions.php:164
3427
  msgid "Customer Avatars"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:166
3431
  msgid ""
3432
  "Choose how customer avatars are displayed on WooCommerce single product "
3433
  "pages. You can use either the standard WordPress avatars or avatars created "
3434
  "based on initial letters of customer names."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-extensions.php:172
3438
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3439
  msgid "Standard"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:173
3443
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3444
  msgid "Initials"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:181
3448
- #: includes/settings/class-cr-settings-review-extensions.php:187
3449
- msgid "Lazy Load Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:183
3453
- msgid ""
3454
- "Settings to display reviews with 'Show more' button instead of the standard "
3455
- "WordPress pagination."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:188
3459
- msgid "Display reviews on product pages with 'Show more' button."
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:194
3463
- msgid "Default Quantity of Reviews"
3464
- msgstr ""
3465
-
3466
- #: includes/settings/class-cr-settings-review-extensions.php:195
3467
- msgid ""
3468
- "Specify the default number of reviews that will be shown during the initial "
3469
- "product page load."
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:202
3473
- msgid "Default Sorting Order"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:204
3477
- msgid ""
3478
- "Define how reviews are sorted by default. The option to vote for reviews "
3479
- "must be enabled to show the most helpful reviews first."
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:210
3483
- msgid "Recent reviews first"
3484
- msgstr ""
3485
-
3486
- #: includes/settings/class-cr-settings-review-extensions.php:211
3487
- msgid "Most helpful reviews first"
3488
- msgstr ""
3489
-
3490
- #: includes/settings/class-cr-settings-review-extensions.php:215
3491
- msgid "Review Form"
3492
- msgstr ""
3493
-
3494
- #: includes/settings/class-cr-settings-review-extensions.php:216
3495
- msgid ""
3496
- "Display a review form on product pages. If you would like to protect your "
3497
- "site from SPAM reviews and allow customers to submit reviews only via "
3498
- "invitations (review reminders), this option should be disabled."
3499
- msgstr ""
3500
-
3501
  #: includes/settings/class-cr-settings-review-reminder.php:89
3502
  #: includes/settings/class-cr-settings-review-reminder.php:94
3503
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4693,56 +4709,56 @@ msgstr ""
4693
  msgid "Tags for Reviews"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:202
4697
  msgid "Independently verified"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:203
4701
  msgid "independently verified"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:205
4705
  msgid "What Our Clients Say"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:206
4709
  msgid "what our clients say"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:210
4713
  msgid "%s rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:211
4717
  msgid "rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:212
4721
  msgid "%s store rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213
4725
  msgid "Store rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:214
4729
  msgid "store rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:215
4733
  msgid "%s product rating"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:216
4737
  msgid "Product rating %s / 5"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:217
4741
  msgid "product rating"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:218
4745
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4746
  msgid "%s review"
4747
  msgid_plural "%s reviews"
4748
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2019-04-06 18:49+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 ѕвезди"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 ѕвезди"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 ѕвезди"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 ѕвезди"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
+ #: includes/settings/class-cr-settings-cusrev.php:34
2508
+ #: includes/settings/class-cr-settings-cusrev.php:58
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
+ #: includes/settings/class-cr-settings-cusrev.php:60
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
+ #: includes/settings/class-cr-settings-cusrev.php:64
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
+ #: includes/settings/class-cr-settings-cusrev.php:65
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:72
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:73
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
+ #: includes/settings/class-cr-settings-cusrev.php:81
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:82
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3297
+ msgid ""
3298
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3299
+ "products pages. By default, visual appearance of reviews is controlled by "
3300
+ "WooCommerce and your active WordPress theme. There is also an option to "
3301
+ "enable an enhanced visual style for display of reviews on product pages."
3302
+ msgstr ""
3303
+
3304
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3305
+ msgid ""
3306
+ "If you would like to display reviews in locations other than the standard "
3307
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3308
+ "or Gutenberg blocks provided by the plugin."
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3312
+ msgid "Display of Customer Reviews"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3316
+ msgid "Visual Style"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3320
+ msgid "WooCommerce (basic user interface)"
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3324
+ msgid "CusRev (enhanced user interface)"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3328
+ msgid "Default Quantity of Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3332
+ msgid ""
3333
+ "Specify the default number of reviews that will be shown during the initial "
3334
+ "product page load."
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3338
+ msgid "Default Sorting Order"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3342
+ msgid ""
3343
+ "Define how reviews are sorted by default. The option to vote for reviews "
3344
+ "must be enabled to show the most helpful reviews first."
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3348
+ msgid "Recent reviews first"
3349
+ msgstr ""
3350
+
3351
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3352
+ msgid "Most helpful reviews first"
3353
+ msgstr ""
3354
+
3355
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3356
+ msgid "Review Form"
3357
+ msgstr ""
3358
+
3359
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3360
+ msgid ""
3361
+ "Display a review form on product pages. If you would like to protect your "
3362
+ "site from SPAM reviews and allow customers to submit reviews only via "
3363
+ "invitations (review reminders), this option should be disabled."
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3367
  msgid "Extensions for Customer Reviews"
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3371
  msgid ""
3372
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3373
  "you can configure various extensions for standard WooCommerce reviews."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3377
  msgid "Attach Images"
3378
  msgstr ""
3379
 
3380
  #. translators: please keep %1$s and %2$s in the translated version
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3382
  msgid ""
3383
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3384
  "you would like to enable attachment of images on aggregated review forms, "
3385
  "this can be done %1$shere%2$s."
3386
  msgstr ""
3387
 
3388
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3389
  msgid "Quantity of Images"
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3393
  msgid ""
3394
  "Specify the maximum number of images that can be uploaded for a single "
3395
  "review. This setting applies only to reviews submitted on single product "
3396
  "pages."
3397
  msgstr ""
3398
 
3399
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3400
  msgid "Maximum Size of Image"
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3404
  msgid ""
3405
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3406
  "review. This setting applies only to reviews submitted on single product "
3407
  "pages."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3411
  msgid "Disable Lightbox"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3415
  msgid ""
3416
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3417
  "this option only if your theme generates lightboxes for any picture on the "
3419
  "attached to a review."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3423
  msgid "reCAPTCHA V2 for Reviews"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3427
  msgid ""
3428
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3429
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3430
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3434
  msgid "reCAPTCHA V2 Site Key"
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3438
  msgid ""
3439
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3440
  "after registration at reCAPTCHA website."
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3444
  msgid "reCAPTCHA V2 Secret Key"
3445
  msgstr ""
3446
 
3447
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3448
  msgid ""
3449
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3450
  "receive after registration at reCAPTCHA website."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3454
  msgid "Reviews Summary Bar"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3458
  msgid ""
3459
  "Enable display of a histogram table with a summary of reviews on a product "
3460
  "page."
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3464
  msgid "Vote for Reviews"
3465
  msgstr ""
3466
 
3467
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3468
  msgid ""
3469
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3470
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3471
  "addresses to identify this visitor."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3475
  msgid "Remove Plugin's Branding"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3479
  msgid ""
3480
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3481
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3482
  "would like to support us, please disable this checkbox."
3483
  msgstr ""
3484
 
3485
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3486
  msgid "Verified Owner"
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3490
  msgid ""
3491
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3492
  "customer reviews with a custom one. If this field is blank, the standard "
3493
  "WooCommerce label will be used."
3494
  msgstr ""
3495
 
3496
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3497
  msgid "Customer Avatars"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3501
  msgid ""
3502
  "Choose how customer avatars are displayed on WooCommerce single product "
3503
  "pages. You can use either the standard WordPress avatars or avatars created "
3504
  "based on initial letters of customer names."
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3508
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3509
  msgid "Standard"
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3513
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3514
  msgid "Initials"
3515
  msgstr ""
3516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
languages/customer-reviews-woocommerce-nn_NO.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-03-04 15:34+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 stjerner"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 stjerner"
128
  msgid "4 star"
129
  msgstr "4 stjerner"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 stjerner"
137
  msgid "3 star"
138
  msgstr "3 stjerner"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 stjerner"
146
  msgid "2 star"
147
  msgstr "2 stjerner"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2504,20 +2504,20 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
- #: includes/settings/class-cr-settings-cusrev.php:31
2508
- #: includes/settings/class-cr-settings-cusrev.php:55
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
- #: includes/settings/class-cr-settings-cusrev.php:57
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
- #: includes/settings/class-cr-settings-cusrev.php:61
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
- #: includes/settings/class-cr-settings-cusrev.php:62
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2526,22 +2526,22 @@ msgid ""
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:69
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:70
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
- #: includes/settings/class-cr-settings-cusrev.php:78
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
- #: includes/settings/class-cr-settings-cusrev.php:79
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
@@ -3293,55 +3293,125 @@ msgstr ""
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3297
  msgid "Extensions for Customer Reviews"
3298
  msgstr ""
3299
 
3300
- #: includes/settings/class-cr-settings-review-extensions.php:77
3301
  msgid ""
3302
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3303
  "you can configure various extensions for standard WooCommerce reviews."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:81
3307
  msgid "Attach Images"
3308
  msgstr ""
3309
 
3310
  #. translators: please keep %1$s and %2$s in the translated version
3311
- #: includes/settings/class-cr-settings-review-extensions.php:83
3312
  msgid ""
3313
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3314
  "you would like to enable attachment of images on aggregated review forms, "
3315
  "this can be done %1$shere%2$s."
3316
  msgstr ""
3317
 
3318
- #: includes/settings/class-cr-settings-review-extensions.php:89
3319
  msgid "Quantity of Images"
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:90
3323
  msgid ""
3324
  "Specify the maximum number of images that can be uploaded for a single "
3325
  "review. This setting applies only to reviews submitted on single product "
3326
  "pages."
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-extensions.php:97
3330
  msgid "Maximum Size of Image"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-extensions.php:98
3334
  msgid ""
3335
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3336
  "review. This setting applies only to reviews submitted on single product "
3337
  "pages."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:105
3341
  msgid "Disable Lightbox"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:106
3345
  msgid ""
3346
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3347
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3349,155 +3419,101 @@ msgid ""
3349
  "attached to a review."
3350
  msgstr ""
3351
 
3352
- #: includes/settings/class-cr-settings-review-extensions.php:112
3353
  msgid "reCAPTCHA V2 for Reviews"
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:113
3357
  msgid ""
3358
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3359
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3360
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:119
3364
  msgid "reCAPTCHA V2 Site Key"
3365
  msgstr ""
3366
 
3367
- #: includes/settings/class-cr-settings-review-extensions.php:121
3368
  msgid ""
3369
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3370
  "after registration at reCAPTCHA website."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:127
3374
  msgid "reCAPTCHA V2 Secret Key"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-extensions.php:129
3378
  msgid ""
3379
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3380
  "receive after registration at reCAPTCHA website."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:135
3384
  msgid "Reviews Summary Bar"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:136
3388
  msgid ""
3389
  "Enable display of a histogram table with a summary of reviews on a product "
3390
  "page."
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Vote for Reviews"
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-extensions.php:143
3398
  msgid ""
3399
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3400
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3401
  "addresses to identify this visitor."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:149
3405
  msgid "Remove Plugin's Branding"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:150
3409
  msgid ""
3410
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3411
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3412
  "would like to support us, please disable this checkbox."
3413
  msgstr ""
3414
 
3415
- #: includes/settings/class-cr-settings-review-extensions.php:156
3416
  msgid "Verified Owner"
3417
  msgstr ""
3418
 
3419
- #: includes/settings/class-cr-settings-review-extensions.php:158
3420
  msgid ""
3421
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3422
  "customer reviews with a custom one. If this field is blank, the standard "
3423
  "WooCommerce label will be used."
3424
  msgstr ""
3425
 
3426
- #: includes/settings/class-cr-settings-review-extensions.php:164
3427
  msgid "Customer Avatars"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:166
3431
  msgid ""
3432
  "Choose how customer avatars are displayed on WooCommerce single product "
3433
  "pages. You can use either the standard WordPress avatars or avatars created "
3434
  "based on initial letters of customer names."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-extensions.php:172
3438
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3439
  msgid "Standard"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:173
3443
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3444
  msgid "Initials"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:181
3448
- #: includes/settings/class-cr-settings-review-extensions.php:187
3449
- msgid "Lazy Load Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:183
3453
- msgid ""
3454
- "Settings to display reviews with 'Show more' button instead of the standard "
3455
- "WordPress pagination."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:188
3459
- msgid "Display reviews on product pages with 'Show more' button."
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:194
3463
- msgid "Default Quantity of Reviews"
3464
- msgstr ""
3465
-
3466
- #: includes/settings/class-cr-settings-review-extensions.php:195
3467
- msgid ""
3468
- "Specify the default number of reviews that will be shown during the initial "
3469
- "product page load."
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:202
3473
- msgid "Default Sorting Order"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:204
3477
- msgid ""
3478
- "Define how reviews are sorted by default. The option to vote for reviews "
3479
- "must be enabled to show the most helpful reviews first."
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:210
3483
- msgid "Recent reviews first"
3484
- msgstr ""
3485
-
3486
- #: includes/settings/class-cr-settings-review-extensions.php:211
3487
- msgid "Most helpful reviews first"
3488
- msgstr ""
3489
-
3490
- #: includes/settings/class-cr-settings-review-extensions.php:215
3491
- msgid "Review Form"
3492
- msgstr ""
3493
-
3494
- #: includes/settings/class-cr-settings-review-extensions.php:216
3495
- msgid ""
3496
- "Display a review form on product pages. If you would like to protect your "
3497
- "site from SPAM reviews and allow customers to submit reviews only via "
3498
- "invitations (review reminders), this option should be disabled."
3499
- msgstr ""
3500
-
3501
  #: includes/settings/class-cr-settings-review-reminder.php:89
3502
  #: includes/settings/class-cr-settings-review-reminder.php:94
3503
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4693,56 +4709,56 @@ msgstr ""
4693
  msgid "Tags for Reviews"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:202
4697
  msgid "Independently verified"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:203
4701
  msgid "independently verified"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:205
4705
  msgid "What Our Clients Say"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:206
4709
  msgid "what our clients say"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:210
4713
  msgid "%s rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:211
4717
  msgid "rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:212
4721
  msgid "%s store rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213
4725
  msgid "Store rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:214
4729
  msgid "store rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:215
4733
  msgid "%s product rating"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:216
4737
  msgid "Product rating %s / 5"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:217
4741
  msgid "product rating"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:218
4745
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4746
  msgid "%s review"
4747
  msgid_plural "%s reviews"
4748
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-03-04 15:34+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 stjerner"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 stjerner"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 stjerner"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 stjerner"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2504
  "settings</a>."
2505
  msgstr ""
2506
 
2507
+ #: includes/settings/class-cr-settings-cusrev.php:34
2508
+ #: includes/settings/class-cr-settings-cusrev.php:58
2509
  msgid "CusRev.com"
2510
  msgstr ""
2511
 
2512
+ #: includes/settings/class-cr-settings-cusrev.php:60
2513
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2514
  msgstr ""
2515
 
2516
+ #: includes/settings/class-cr-settings-cusrev.php:64
2517
  msgid "Page Enabled"
2518
  msgstr ""
2519
 
2520
+ #: includes/settings/class-cr-settings-cusrev.php:65
2521
  msgid ""
2522
  "Enable or disable a public page with verified copies of reviews of your "
2523
  "store and products at CusRev website. If this option is enabled, additional "
2526
  "the review on CusRev.com."
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:72
2530
  msgid "Page URL"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:73
2534
  msgid ""
2535
  "Specify name of the page with verified reviews. This will be a base URL for "
2536
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2537
  "the name of the page."
2538
  msgstr ""
2539
 
2540
+ #: includes/settings/class-cr-settings-cusrev.php:81
2541
  msgid "Age Restriction"
2542
  msgstr ""
2543
 
2544
+ #: includes/settings/class-cr-settings-cusrev.php:82
2545
  msgid ""
2546
  "Enable this option if your store sells age-restricted products (e.g., adult "
2547
  "content, alcohol, etc.)"
3293
  msgid "Review Extensions"
3294
  msgstr ""
3295
 
3296
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3297
+ msgid ""
3298
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3299
+ "products pages. By default, visual appearance of reviews is controlled by "
3300
+ "WooCommerce and your active WordPress theme. There is also an option to "
3301
+ "enable an enhanced visual style for display of reviews on product pages."
3302
+ msgstr ""
3303
+
3304
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3305
+ msgid ""
3306
+ "If you would like to display reviews in locations other than the standard "
3307
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3308
+ "or Gutenberg blocks provided by the plugin."
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3312
+ msgid "Display of Customer Reviews"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3316
+ msgid "Visual Style"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3320
+ msgid "WooCommerce (basic user interface)"
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3324
+ msgid "CusRev (enhanced user interface)"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3328
+ msgid "Default Quantity of Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3332
+ msgid ""
3333
+ "Specify the default number of reviews that will be shown during the initial "
3334
+ "product page load."
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3338
+ msgid "Default Sorting Order"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3342
+ msgid ""
3343
+ "Define how reviews are sorted by default. The option to vote for reviews "
3344
+ "must be enabled to show the most helpful reviews first."
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3348
+ msgid "Recent reviews first"
3349
+ msgstr ""
3350
+
3351
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3352
+ msgid "Most helpful reviews first"
3353
+ msgstr ""
3354
+
3355
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3356
+ msgid "Review Form"
3357
+ msgstr ""
3358
+
3359
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3360
+ msgid ""
3361
+ "Display a review form on product pages. If you would like to protect your "
3362
+ "site from SPAM reviews and allow customers to submit reviews only via "
3363
+ "invitations (review reminders), this option should be disabled."
3364
+ msgstr ""
3365
+
3366
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3367
  msgid "Extensions for Customer Reviews"
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3371
  msgid ""
3372
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3373
  "you can configure various extensions for standard WooCommerce reviews."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3377
  msgid "Attach Images"
3378
  msgstr ""
3379
 
3380
  #. translators: please keep %1$s and %2$s in the translated version
3381
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3382
  msgid ""
3383
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3384
  "you would like to enable attachment of images on aggregated review forms, "
3385
  "this can be done %1$shere%2$s."
3386
  msgstr ""
3387
 
3388
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3389
  msgid "Quantity of Images"
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3393
  msgid ""
3394
  "Specify the maximum number of images that can be uploaded for a single "
3395
  "review. This setting applies only to reviews submitted on single product "
3396
  "pages."
3397
  msgstr ""
3398
 
3399
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3400
  msgid "Maximum Size of Image"
3401
  msgstr ""
3402
 
3403
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3404
  msgid ""
3405
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3406
  "review. This setting applies only to reviews submitted on single product "
3407
  "pages."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3411
  msgid "Disable Lightbox"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3415
  msgid ""
3416
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3417
  "this option only if your theme generates lightboxes for any picture on the "
3419
  "attached to a review."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3423
  msgid "reCAPTCHA V2 for Reviews"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3427
  msgid ""
3428
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3429
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3430
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3434
  msgid "reCAPTCHA V2 Site Key"
3435
  msgstr ""
3436
 
3437
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3438
  msgid ""
3439
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3440
  "after registration at reCAPTCHA website."
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3444
  msgid "reCAPTCHA V2 Secret Key"
3445
  msgstr ""
3446
 
3447
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3448
  msgid ""
3449
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3450
  "receive after registration at reCAPTCHA website."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3454
  msgid "Reviews Summary Bar"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3458
  msgid ""
3459
  "Enable display of a histogram table with a summary of reviews on a product "
3460
  "page."
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3464
  msgid "Vote for Reviews"
3465
  msgstr ""
3466
 
3467
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3468
  msgid ""
3469
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3470
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3471
  "addresses to identify this visitor."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3475
  msgid "Remove Plugin's Branding"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3479
  msgid ""
3480
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3481
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3482
  "would like to support us, please disable this checkbox."
3483
  msgstr ""
3484
 
3485
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3486
  msgid "Verified Owner"
3487
  msgstr ""
3488
 
3489
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3490
  msgid ""
3491
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3492
  "customer reviews with a custom one. If this field is blank, the standard "
3493
  "WooCommerce label will be used."
3494
  msgstr ""
3495
 
3496
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3497
  msgid "Customer Avatars"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3501
  msgid ""
3502
  "Choose how customer avatars are displayed on WooCommerce single product "
3503
  "pages. You can use either the standard WordPress avatars or avatars created "
3504
  "based on initial letters of customer names."
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3508
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3509
  msgid "Standard"
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3513
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3514
  msgid "Initials"
3515
  msgstr ""
3516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
languages/customer-reviews-woocommerce-pt_PT.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 00:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -92,8 +92,8 @@ msgstr[0] ""
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
- #: includes/blocks/class-cr-all-reviews.php:514
96
- #: includes/blocks/class-cr-all-reviews.php:842
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
@@ -102,7 +102,7 @@ msgid_plural "See all %d reviews"
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
- #: includes/blocks/class-cr-all-reviews.php:756
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
@@ -110,8 +110,8 @@ msgid_plural "Based on %s reviews"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
- #: includes/blocks/class-cr-all-reviews.php:768
114
- #: includes/blocks/class-cr-all-reviews.php:772
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
@@ -119,8 +119,8 @@ msgstr[1] ""
119
  msgid "5 star"
120
  msgstr "5 estrelas"
121
 
122
- #: includes/blocks/class-cr-all-reviews.php:781
123
- #: includes/blocks/class-cr-all-reviews.php:785
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
@@ -128,8 +128,8 @@ msgstr "5 estrelas"
128
  msgid "4 star"
129
  msgstr "4 estrelas"
130
 
131
- #: includes/blocks/class-cr-all-reviews.php:794
132
- #: includes/blocks/class-cr-all-reviews.php:798
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
@@ -137,8 +137,8 @@ msgstr "4 estrelas"
137
  msgid "3 star"
138
  msgstr "3 estrelas"
139
 
140
- #: includes/blocks/class-cr-all-reviews.php:807
141
- #: includes/blocks/class-cr-all-reviews.php:811
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
@@ -146,8 +146,8 @@ msgstr "3 estrelas"
146
  msgid "2 star"
147
  msgstr "2 estrelas"
148
 
149
- #: includes/blocks/class-cr-all-reviews.php:820
150
- #: includes/blocks/class-cr-all-reviews.php:824
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -374,7 +374,7 @@ msgid "Google"
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
- #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -397,88 +397,88 @@ msgstr ""
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
- #: includes/google/class-cr-product-feed-attributes.php:84
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
- #: includes/google/class-cr-product-feed-attributes.php:86
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:121
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
- #: includes/google/class-cr-product-feed-attributes.php:122
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:127
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:128
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:178
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
- #: includes/google/class-cr-product-feed-reviews.php:249
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:179
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
- #: includes/google/class-cr-product-feed-reviews.php:250
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
- #: includes/google/class-cr-product-feed-attributes.php:180
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
- #: includes/google/class-cr-product-feed-reviews.php:251
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
- #: includes/google/class-cr-product-feed-attributes.php:228
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
- #: includes/google/class-cr-product-feed-reviews.php:299
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
- #: includes/google/class-cr-product-feed-attributes.php:229
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
- #: includes/google/class-cr-product-feed-reviews.php:300
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
- #: includes/google/class-cr-product-feed-attributes.php:230
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
- #: includes/google/class-cr-product-feed-reviews.php:301
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
- #: includes/google/class-cr-product-feed-attributes.php:232
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
- #: includes/google/class-cr-product-feed-reviews.php:303
482
  msgid "Product Tag"
483
  msgstr ""
484
 
@@ -582,7 +582,7 @@ msgstr ""
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
- #: includes/google/class-cr-product-feed-reviews.php:176
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
@@ -598,7 +598,7 @@ msgstr ""
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
- #: includes/google/class-cr-product-feed-reviews.php:189
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
@@ -612,7 +612,7 @@ msgstr ""
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
- #: includes/google/class-cr-product-feed-reviews.php:215
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
@@ -667,11 +667,11 @@ msgstr ""
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
- #: includes/google/class-cr-product-feed-reviews.php:85
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:87
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -679,11 +679,11 @@ msgid ""
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
- #: includes/google/class-cr-product-feed-reviews.php:91
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:93
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -691,44 +691,44 @@ msgid ""
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
- #: includes/google/class-cr-product-feed-reviews.php:106
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:107
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:113
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:114
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:122
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:123
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
- #: includes/google/class-cr-product-feed-reviews.php:163
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:168
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:202
732
  msgid "SKU"
733
  msgstr ""
734
 
@@ -906,41 +906,41 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
- #: includes/google/class-cr-product-feed-status.php:434
910
- #: includes/google/class-cr-product-feed-status.php:443
911
- #: includes/google/class-cr-product-feed-status.php:452
912
- #: includes/google/class-cr-product-feed-status.php:461
913
- #: includes/google/class-cr-product-feed-status.php:470
914
- #: includes/google/class-cr-product-feed-status.php:479
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
- #: includes/google/class-cr-product-feed-status.php:439
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:448
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
- #: includes/google/class-cr-product-feed-status.php:457
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
- #: includes/google/class-cr-product-feed-status.php:466
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
- #: includes/google/class-cr-product-feed-status.php:475
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
@@ -2201,16 +2201,16 @@ msgstr ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
- #: includes/reviews/class-cr-replies.php:102
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
- #: includes/reviews/class-cr-replies.php:111
2209
- #: includes/reviews/class-cr-replies.php:124
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
- #: includes/reviews/class-cr-replies.php:131
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
@@ -2506,20 +2506,20 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
- #: includes/settings/class-cr-settings-cusrev.php:31
2510
- #: includes/settings/class-cr-settings-cusrev.php:55
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
- #: includes/settings/class-cr-settings-cusrev.php:57
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
- #: includes/settings/class-cr-settings-cusrev.php:61
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
- #: includes/settings/class-cr-settings-cusrev.php:62
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2528,22 +2528,22 @@ msgid ""
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
- #: includes/settings/class-cr-settings-cusrev.php:69
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
- #: includes/settings/class-cr-settings-cusrev.php:70
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
- #: includes/settings/class-cr-settings-cusrev.php:78
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:79
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
@@ -3295,55 +3295,125 @@ msgstr ""
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3299
  msgid "Extensions for Customer Reviews"
3300
  msgstr ""
3301
 
3302
- #: includes/settings/class-cr-settings-review-extensions.php:77
3303
  msgid ""
3304
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3305
  "you can configure various extensions for standard WooCommerce reviews."
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:81
3309
  msgid "Attach Images"
3310
  msgstr ""
3311
 
3312
  #. translators: please keep %1$s and %2$s in the translated version
3313
- #: includes/settings/class-cr-settings-review-extensions.php:83
3314
  msgid ""
3315
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3316
  "you would like to enable attachment of images on aggregated review forms, "
3317
  "this can be done %1$shere%2$s."
3318
  msgstr ""
3319
 
3320
- #: includes/settings/class-cr-settings-review-extensions.php:89
3321
  msgid "Quantity of Images"
3322
  msgstr ""
3323
 
3324
- #: includes/settings/class-cr-settings-review-extensions.php:90
3325
  msgid ""
3326
  "Specify the maximum number of images that can be uploaded for a single "
3327
  "review. This setting applies only to reviews submitted on single product "
3328
  "pages."
3329
  msgstr ""
3330
 
3331
- #: includes/settings/class-cr-settings-review-extensions.php:97
3332
  msgid "Maximum Size of Image"
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:98
3336
  msgid ""
3337
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3338
  "review. This setting applies only to reviews submitted on single product "
3339
  "pages."
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:105
3343
  msgid "Disable Lightbox"
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:106
3347
  msgid ""
3348
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3349
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3351,155 +3421,101 @@ msgid ""
3351
  "attached to a review."
3352
  msgstr ""
3353
 
3354
- #: includes/settings/class-cr-settings-review-extensions.php:112
3355
  msgid "reCAPTCHA V2 for Reviews"
3356
  msgstr ""
3357
 
3358
- #: includes/settings/class-cr-settings-review-extensions.php:113
3359
  msgid ""
3360
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3361
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3362
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-extensions.php:119
3366
  msgid "reCAPTCHA V2 Site Key"
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:121
3370
  msgid ""
3371
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3372
  "after registration at reCAPTCHA website."
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:127
3376
  msgid "reCAPTCHA V2 Secret Key"
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:129
3380
  msgid ""
3381
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3382
  "receive after registration at reCAPTCHA website."
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-extensions.php:135
3386
  msgid "Reviews Summary Bar"
3387
  msgstr ""
3388
 
3389
- #: includes/settings/class-cr-settings-review-extensions.php:136
3390
  msgid ""
3391
  "Enable display of a histogram table with a summary of reviews on a product "
3392
  "page."
3393
  msgstr ""
3394
 
3395
- #: includes/settings/class-cr-settings-review-extensions.php:142
3396
  msgid "Vote for Reviews"
3397
  msgstr ""
3398
 
3399
- #: includes/settings/class-cr-settings-review-extensions.php:143
3400
  msgid ""
3401
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3402
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3403
  "addresses to identify this visitor."
3404
  msgstr ""
3405
 
3406
- #: includes/settings/class-cr-settings-review-extensions.php:149
3407
  msgid "Remove Plugin's Branding"
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:150
3411
  msgid ""
3412
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3413
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3414
  "would like to support us, please disable this checkbox."
3415
  msgstr ""
3416
 
3417
- #: includes/settings/class-cr-settings-review-extensions.php:156
3418
  msgid "Verified Owner"
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:158
3422
  msgid ""
3423
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3424
  "customer reviews with a custom one. If this field is blank, the standard "
3425
  "WooCommerce label will be used."
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:164
3429
  msgid "Customer Avatars"
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:166
3433
  msgid ""
3434
  "Choose how customer avatars are displayed on WooCommerce single product "
3435
  "pages. You can use either the standard WordPress avatars or avatars created "
3436
  "based on initial letters of customer names."
3437
  msgstr ""
3438
 
3439
- #: includes/settings/class-cr-settings-review-extensions.php:172
3440
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3441
  msgid "Standard"
3442
  msgstr ""
3443
 
3444
- #: includes/settings/class-cr-settings-review-extensions.php:173
3445
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3446
  msgid "Initials"
3447
  msgstr ""
3448
 
3449
- #: includes/settings/class-cr-settings-review-extensions.php:181
3450
- #: includes/settings/class-cr-settings-review-extensions.php:187
3451
- msgid "Lazy Load Reviews"
3452
- msgstr ""
3453
-
3454
- #: includes/settings/class-cr-settings-review-extensions.php:183
3455
- msgid ""
3456
- "Settings to display reviews with 'Show more' button instead of the standard "
3457
- "WordPress pagination."
3458
- msgstr ""
3459
-
3460
- #: includes/settings/class-cr-settings-review-extensions.php:188
3461
- msgid "Display reviews on product pages with 'Show more' button."
3462
- msgstr ""
3463
-
3464
- #: includes/settings/class-cr-settings-review-extensions.php:194
3465
- msgid "Default Quantity of Reviews"
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:195
3469
- msgid ""
3470
- "Specify the default number of reviews that will be shown during the initial "
3471
- "product page load."
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:202
3475
- msgid "Default Sorting Order"
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:204
3479
- msgid ""
3480
- "Define how reviews are sorted by default. The option to vote for reviews "
3481
- "must be enabled to show the most helpful reviews first."
3482
- msgstr ""
3483
-
3484
- #: includes/settings/class-cr-settings-review-extensions.php:210
3485
- msgid "Recent reviews first"
3486
- msgstr ""
3487
-
3488
- #: includes/settings/class-cr-settings-review-extensions.php:211
3489
- msgid "Most helpful reviews first"
3490
- msgstr ""
3491
-
3492
- #: includes/settings/class-cr-settings-review-extensions.php:215
3493
- msgid "Review Form"
3494
- msgstr ""
3495
-
3496
- #: includes/settings/class-cr-settings-review-extensions.php:216
3497
- msgid ""
3498
- "Display a review form on product pages. If you would like to protect your "
3499
- "site from SPAM reviews and allow customers to submit reviews only via "
3500
- "invitations (review reminders), this option should be disabled."
3501
- msgstr ""
3502
-
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4695,56 +4711,56 @@ msgstr ""
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:202
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:203
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:205
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:206
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:213
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:214
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
- #: includes/trust-badge/class-cr-trust-badge.php:215
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
- #: includes/trust-badge/class-cr-trust-badge.php:216
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
- #: includes/trust-badge/class-cr-trust-badge.php:217
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
- #: includes/trust-badge/class-cr-trust-badge.php:218
4747
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 00:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
92
  msgstr[1] ""
93
 
94
  #. translators: $d is the number of reviews
95
+ #: includes/blocks/class-cr-all-reviews.php:428
96
+ #: includes/blocks/class-cr-all-reviews.php:756
97
  #: includes/blocks/class-cr-reviews-grid.php:903
98
  #: includes/reviews/class-cr-ajax-reviews.php:381
99
  #: includes/reviews/class-cr-reviews.php:522
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: includes/blocks/class-cr-all-reviews.php:670
106
  #: includes/blocks/class-cr-reviews-grid.php:817
107
  #: includes/reviews/class-cr-reviews.php:445
108
  msgid "Based on %s review"
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: includes/blocks/class-cr-all-reviews.php:682
114
+ #: includes/blocks/class-cr-all-reviews.php:686
115
  #: includes/blocks/class-cr-reviews-grid.php:829
116
  #: includes/blocks/class-cr-reviews-grid.php:833
117
  #: includes/reviews/class-cr-reviews.php:457
119
  msgid "5 star"
120
  msgstr "5 estrelas"
121
 
122
+ #: includes/blocks/class-cr-all-reviews.php:695
123
+ #: includes/blocks/class-cr-all-reviews.php:699
124
  #: includes/blocks/class-cr-reviews-grid.php:842
125
  #: includes/blocks/class-cr-reviews-grid.php:846
126
  #: includes/reviews/class-cr-reviews.php:468
128
  msgid "4 star"
129
  msgstr "4 estrelas"
130
 
131
+ #: includes/blocks/class-cr-all-reviews.php:708
132
+ #: includes/blocks/class-cr-all-reviews.php:712
133
  #: includes/blocks/class-cr-reviews-grid.php:855
134
  #: includes/blocks/class-cr-reviews-grid.php:859
135
  #: includes/reviews/class-cr-reviews.php:479
137
  msgid "3 star"
138
  msgstr "3 estrelas"
139
 
140
+ #: includes/blocks/class-cr-all-reviews.php:721
141
+ #: includes/blocks/class-cr-all-reviews.php:725
142
  #: includes/blocks/class-cr-reviews-grid.php:868
143
  #: includes/blocks/class-cr-reviews-grid.php:872
144
  #: includes/reviews/class-cr-reviews.php:490
146
  msgid "2 star"
147
  msgstr "2 estrelas"
148
 
149
+ #: includes/blocks/class-cr-all-reviews.php:734
150
+ #: includes/blocks/class-cr-all-reviews.php:738
151
  #: includes/blocks/class-cr-reviews-grid.php:881
152
  #: includes/blocks/class-cr-reviews-grid.php:885
153
  #: includes/reviews/class-cr-reviews-list-table.php:444
374
  msgstr ""
375
 
376
  #: includes/google/class-cr-admin-menu-product-feed.php:141
377
+ #: includes/google/class-cr-product-feed-reviews.php:31
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
397
  msgid "Anonymous"
398
  msgstr ""
399
 
400
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
401
  msgid ""
402
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
403
  "hosting support to enable it."
404
  msgstr ""
405
 
406
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
407
  msgid ""
408
  "Error: no products found for the XML Product Feed. Please check exclusion "
409
  "settings for products and product categories."
410
  msgstr ""
411
 
412
  #: includes/google/class-cr-product-feed-attributes.php:40
413
+ #: includes/google/class-cr-product-feed-attributes.php:87
414
  msgid "Product Attributes"
415
  msgstr ""
416
 
417
+ #: includes/google/class-cr-product-feed-attributes.php:89
418
  msgid ""
419
  "Specify mapping of WooCommerce product fields to Google Shopping product "
420
  "attributes that might be required in certain countries for some product "
421
  "categories."
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:125
425
  #: includes/google/class-cr-product-feed-identifiers.php:169
426
  msgid "WooCommerce Product Field"
427
  msgstr ""
428
 
429
+ #: includes/google/class-cr-product-feed-attributes.php:126
430
  #: includes/google/class-cr-product-feed-identifiers.php:170
431
  msgid "Select a product field that should be mapped"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:131
435
  msgid "Google Shopping Attribute"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:132
439
  msgid "Product attributes required by Google Shopping in some countries"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:193
443
  #: includes/google/class-cr-product-feed-identifiers.php:192
444
  #: includes/google/class-cr-product-feed-identifiers.php:245
445
+ #: includes/google/class-cr-product-feed-reviews.php:240
446
  msgid "Product ID"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:194
450
  #: includes/google/class-cr-product-feed-identifiers.php:246
451
+ #: includes/google/class-cr-product-feed-reviews.php:241
452
  msgid "Product SKU"
453
  msgstr ""
454
 
455
+ #: includes/google/class-cr-product-feed-attributes.php:195
456
  #: includes/google/class-cr-product-feed-identifiers.php:247
457
+ #: includes/google/class-cr-product-feed-reviews.php:242
458
  msgid "Product Name"
459
  msgstr ""
460
 
461
+ #: includes/google/class-cr-product-feed-attributes.php:243
462
  #: includes/google/class-cr-product-feed-identifiers.php:295
463
+ #: includes/google/class-cr-product-feed-reviews.php:290
464
  msgid "Product GTIN"
465
  msgstr ""
466
 
467
+ #: includes/google/class-cr-product-feed-attributes.php:244
468
  #: includes/google/class-cr-product-feed-identifiers.php:296
469
+ #: includes/google/class-cr-product-feed-reviews.php:291
470
  msgid "Product MPN"
471
  msgstr ""
472
 
473
+ #: includes/google/class-cr-product-feed-attributes.php:245
474
  #: includes/google/class-cr-product-feed-identifiers.php:297
475
+ #: includes/google/class-cr-product-feed-reviews.php:292
476
  msgid "Product Brand"
477
  msgstr ""
478
 
479
+ #: includes/google/class-cr-product-feed-attributes.php:247
480
  #: includes/google/class-cr-product-feed-identifiers.php:299
481
+ #: includes/google/class-cr-product-feed-reviews.php:294
482
  msgid "Product Tag"
483
  msgstr ""
484
 
582
 
583
  #: includes/google/class-cr-product-feed-identifiers.php:94
584
  #: includes/google/class-cr-product-feed-identifiers.php:205
585
+ #: includes/google/class-cr-product-feed-reviews.php:167
586
  #: includes/google/class-cr-product-fields.php:39
587
  #: includes/google/class-cr-product-fields.php:104
588
  msgid "GTIN"
598
 
599
  #: includes/google/class-cr-product-feed-identifiers.php:101
600
  #: includes/google/class-cr-product-feed-identifiers.php:218
601
+ #: includes/google/class-cr-product-feed-reviews.php:180
602
  #: includes/google/class-cr-product-fields.php:50
603
  #: includes/google/class-cr-product-fields.php:118
604
  msgid "MPN"
612
 
613
  #: includes/google/class-cr-product-feed-identifiers.php:108
614
  #: includes/google/class-cr-product-feed-identifiers.php:231
615
+ #: includes/google/class-cr-product-feed-reviews.php:206
616
  #: includes/google/class-cr-product-fields.php:61
617
  #: includes/google/class-cr-product-fields.php:136
618
  msgid "Brand"
667
  msgid "Product identifiers required by Google Shopping"
668
  msgstr ""
669
 
670
+ #: includes/google/class-cr-product-feed-reviews.php:76
671
  msgid "Reviews XML Feed"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:78
675
  msgid ""
676
  "Google Shopping is a service that allows merchants to list their products by "
677
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
679
  "for your products in Google Shopping."
680
  msgstr ""
681
 
682
+ #: includes/google/class-cr-product-feed-reviews.php:82
683
  msgid "Variable Product Identifiers"
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:84
687
  msgid ""
688
  "Google permits sharing of reviews between variable products and their "
689
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
691
  "linked to reviews in the XML feed."
692
  msgstr ""
693
 
694
+ #: includes/google/class-cr-product-feed-reviews.php:97
695
  msgid "Encode Special Characters"
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:98
699
  msgid "Encode special characters in the XML feed"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:104
703
  msgid "Minimum Length of Reviews"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:105
707
  msgid ""
708
  "Google might reject XML feeds with very short reviews. Use this setting to "
709
  "specify a minimum number of characters that a review should have to be "
710
  "included in the XML feed."
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:113
714
  msgid "Fields Mapping"
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:114
718
  msgid ""
719
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
720
  "Brand fields in XML Product Review Feed for Google Shopping."
721
  msgstr ""
722
 
723
+ #: includes/google/class-cr-product-feed-reviews.php:154
724
  msgid "XML Feed Field"
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:159
728
  msgid "WooCommerce Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:193
732
  msgid "SKU"
733
  msgstr ""
734
 
906
  msgstr[0] ""
907
  msgstr[1] ""
908
 
909
+ #: includes/google/class-cr-product-feed-status.php:432
910
+ #: includes/google/class-cr-product-feed-status.php:445
911
+ #: includes/google/class-cr-product-feed-status.php:458
912
+ #: includes/google/class-cr-product-feed-status.php:471
913
+ #: includes/google/class-cr-product-feed-status.php:484
914
+ #: includes/google/class-cr-product-feed-status.php:497
915
  msgid ""
916
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
917
  msgstr ""
918
 
919
+ #: includes/google/class-cr-product-feed-status.php:443
920
  msgid "<strong>%1d</strong> product review (5 stars)"
921
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
922
  msgstr[0] ""
923
  msgstr[1] ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:456
926
  msgid "<strong>%1d</strong> product review (4 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
 
931
+ #: includes/google/class-cr-product-feed-status.php:469
932
  msgid "<strong>%1d</strong> product review (3 stars)"
933
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
934
  msgstr[0] ""
935
  msgstr[1] ""
936
 
937
+ #: includes/google/class-cr-product-feed-status.php:482
938
  msgid "<strong>%1d</strong> product review (2 stars)"
939
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
940
  msgstr[0] ""
941
  msgstr[1] ""
942
 
943
+ #: includes/google/class-cr-product-feed-status.php:495
944
  msgid "<strong>%1d</strong> product review (1 star)"
945
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
946
  msgstr[0] ""
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:141
2205
  msgid "A copy of the reply was published on CusRev portal"
2206
  msgstr ""
2207
 
2208
+ #: includes/reviews/class-cr-replies.php:150
2209
+ #: includes/reviews/class-cr-replies.php:163
2210
  msgid "Unknown error"
2211
  msgstr ""
2212
 
2213
+ #: includes/reviews/class-cr-replies.php:170
2214
  msgid "ID of the current user is not set"
2215
  msgstr ""
2216
 
2506
  "settings</a>."
2507
  msgstr ""
2508
 
2509
+ #: includes/settings/class-cr-settings-cusrev.php:34
2510
+ #: includes/settings/class-cr-settings-cusrev.php:58
2511
  msgid "CusRev.com"
2512
  msgstr ""
2513
 
2514
+ #: includes/settings/class-cr-settings-cusrev.php:60
2515
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2516
  msgstr ""
2517
 
2518
+ #: includes/settings/class-cr-settings-cusrev.php:64
2519
  msgid "Page Enabled"
2520
  msgstr ""
2521
 
2522
+ #: includes/settings/class-cr-settings-cusrev.php:65
2523
  msgid ""
2524
  "Enable or disable a public page with verified copies of reviews of your "
2525
  "store and products at CusRev website. If this option is enabled, additional "
2528
  "the review on CusRev.com."
2529
  msgstr ""
2530
 
2531
+ #: includes/settings/class-cr-settings-cusrev.php:72
2532
  msgid "Page URL"
2533
  msgstr ""
2534
 
2535
+ #: includes/settings/class-cr-settings-cusrev.php:73
2536
  msgid ""
2537
  "Specify name of the page with verified reviews. This will be a base URL for "
2538
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2539
  "the name of the page."
2540
  msgstr ""
2541
 
2542
+ #: includes/settings/class-cr-settings-cusrev.php:81
2543
  msgid "Age Restriction"
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:82
2547
  msgid ""
2548
  "Enable this option if your store sells age-restricted products (e.g., adult "
2549
  "content, alcohol, etc.)"
3295
  msgid "Review Extensions"
3296
  msgstr ""
3297
 
3298
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3299
+ msgid ""
3300
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3301
+ "products pages. By default, visual appearance of reviews is controlled by "
3302
+ "WooCommerce and your active WordPress theme. There is also an option to "
3303
+ "enable an enhanced visual style for display of reviews on product pages."
3304
+ msgstr ""
3305
+
3306
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3307
+ msgid ""
3308
+ "If you would like to display reviews in locations other than the standard "
3309
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3310
+ "or Gutenberg blocks provided by the plugin."
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3314
+ msgid "Display of Customer Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3318
+ msgid "Visual Style"
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3322
+ msgid "WooCommerce (basic user interface)"
3323
+ msgstr ""
3324
+
3325
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3326
+ msgid "CusRev (enhanced user interface)"
3327
+ msgstr ""
3328
+
3329
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3330
+ msgid "Default Quantity of Reviews"
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3334
+ msgid ""
3335
+ "Specify the default number of reviews that will be shown during the initial "
3336
+ "product page load."
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3340
+ msgid "Default Sorting Order"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3344
+ msgid ""
3345
+ "Define how reviews are sorted by default. The option to vote for reviews "
3346
+ "must be enabled to show the most helpful reviews first."
3347
+ msgstr ""
3348
+
3349
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3350
+ msgid "Recent reviews first"
3351
+ msgstr ""
3352
+
3353
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3354
+ msgid "Most helpful reviews first"
3355
+ msgstr ""
3356
+
3357
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3358
+ msgid "Review Form"
3359
+ msgstr ""
3360
+
3361
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3362
+ msgid ""
3363
+ "Display a review form on product pages. If you would like to protect your "
3364
+ "site from SPAM reviews and allow customers to submit reviews only via "
3365
+ "invitations (review reminders), this option should be disabled."
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3369
  msgid "Extensions for Customer Reviews"
3370
  msgstr ""
3371
 
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3373
  msgid ""
3374
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3375
  "you can configure various extensions for standard WooCommerce reviews."
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3379
  msgid "Attach Images"
3380
  msgstr ""
3381
 
3382
  #. translators: please keep %1$s and %2$s in the translated version
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3384
  msgid ""
3385
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3386
  "you would like to enable attachment of images on aggregated review forms, "
3387
  "this can be done %1$shere%2$s."
3388
  msgstr ""
3389
 
3390
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3391
  msgid "Quantity of Images"
3392
  msgstr ""
3393
 
3394
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3395
  msgid ""
3396
  "Specify the maximum number of images that can be uploaded for a single "
3397
  "review. This setting applies only to reviews submitted on single product "
3398
  "pages."
3399
  msgstr ""
3400
 
3401
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3402
  msgid "Maximum Size of Image"
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3406
  msgid ""
3407
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3408
  "review. This setting applies only to reviews submitted on single product "
3409
  "pages."
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3413
  msgid "Disable Lightbox"
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3417
  msgid ""
3418
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3419
  "this option only if your theme generates lightboxes for any picture on the "
3421
  "attached to a review."
3422
  msgstr ""
3423
 
3424
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3425
  msgid "reCAPTCHA V2 for Reviews"
3426
  msgstr ""
3427
 
3428
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3429
  msgid ""
3430
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3431
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3432
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3433
  msgstr ""
3434
 
3435
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3436
  msgid "reCAPTCHA V2 Site Key"
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3440
  msgid ""
3441
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3442
  "after registration at reCAPTCHA website."
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3446
  msgid "reCAPTCHA V2 Secret Key"
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3450
  msgid ""
3451
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3452
  "receive after registration at reCAPTCHA website."
3453
  msgstr ""
3454
 
3455
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3456
  msgid "Reviews Summary Bar"
3457
  msgstr ""
3458
 
3459
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3460
  msgid ""
3461
  "Enable display of a histogram table with a summary of reviews on a product "
3462
  "page."
3463
  msgstr ""
3464
 
3465
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3466
  msgid "Vote for Reviews"
3467
  msgstr ""
3468
 
3469
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3470
  msgid ""
3471
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3472
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3473
  "addresses to identify this visitor."
3474
  msgstr ""
3475
 
3476
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3477
  msgid "Remove Plugin's Branding"
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3481
  msgid ""
3482
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3483
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3484
  "would like to support us, please disable this checkbox."
3485
  msgstr ""
3486
 
3487
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3488
  msgid "Verified Owner"
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3492
  msgid ""
3493
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3494
  "customer reviews with a custom one. If this field is blank, the standard "
3495
  "WooCommerce label will be used."
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3499
  msgid "Customer Avatars"
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3503
  msgid ""
3504
  "Choose how customer avatars are displayed on WooCommerce single product "
3505
  "pages. You can use either the standard WordPress avatars or avatars created "
3506
  "based on initial letters of customer names."
3507
  msgstr ""
3508
 
3509
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3510
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3511
  msgid "Standard"
3512
  msgstr ""
3513
 
3514
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3515
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3516
  msgid "Initials"
3517
  msgstr ""
3518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3519
  #: includes/settings/class-cr-settings-review-reminder.php:89
3520
  #: includes/settings/class-cr-settings-review-reminder.php:94
3521
  #: includes/settings/class-cr-settings-review-reminder.php:99
4711
  msgid "Tags for Reviews"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4715
  msgid "Independently verified"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4719
  msgid "independently verified"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4723
  msgid "What Our Clients Say"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4727
  msgid "what our clients say"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4731
  msgid "%s rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4735
  msgid "rating %s / 5"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4739
  msgid "%s store rating"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4743
  msgid "Store rating %s / 5"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4747
  msgid "store rating"
4748
  msgstr ""
4749
 
4750
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4751
  msgid "%s product rating"
4752
  msgstr ""
4753
 
4754
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4755
  msgid "Product rating %s / 5"
4756
  msgstr ""
4757
 
4758
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4759
  msgid "product rating"
4760
  msgstr ""
4761
 
4762
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4763
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4764
  msgid "%s review"
4765
  msgid_plural "%s reviews"
4766
  msgstr[0] ""
languages/customer-reviews-woocommerce-ro_RO.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2020-04-26 23:00+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
@@ -69,21 +69,21 @@ msgstr ""
69
  msgid "Settings"
70
  msgstr ""
71
 
72
- #: includes/blocks/class-cr-all-reviews.php:431
73
- #: includes/blocks/class-cr-all-reviews.php:489
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
- #: includes/blocks/class-cr-all-reviews.php:484
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
- #: includes/blocks/class-cr-all-reviews.php:513
86
- #: includes/blocks/class-cr-all-reviews.php:841
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
@@ -94,8 +94,8 @@ msgstr[1] ""
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
- #: includes/blocks/class-cr-all-reviews.php:514
98
- #: includes/blocks/class-cr-all-reviews.php:842
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
@@ -105,7 +105,7 @@ msgstr[0] ""
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
- #: includes/blocks/class-cr-all-reviews.php:756
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
@@ -114,8 +114,8 @@ msgstr[0] ""
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
- #: includes/blocks/class-cr-all-reviews.php:768
118
- #: includes/blocks/class-cr-all-reviews.php:772
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
@@ -123,8 +123,8 @@ msgstr[2] ""
123
  msgid "5 star"
124
  msgstr "5 stele"
125
 
126
- #: includes/blocks/class-cr-all-reviews.php:781
127
- #: includes/blocks/class-cr-all-reviews.php:785
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
@@ -132,8 +132,8 @@ msgstr "5 stele"
132
  msgid "4 star"
133
  msgstr "4 stele"
134
 
135
- #: includes/blocks/class-cr-all-reviews.php:794
136
- #: includes/blocks/class-cr-all-reviews.php:798
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
@@ -141,8 +141,8 @@ msgstr "4 stele"
141
  msgid "3 star"
142
  msgstr "3 stele"
143
 
144
- #: includes/blocks/class-cr-all-reviews.php:807
145
- #: includes/blocks/class-cr-all-reviews.php:811
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
@@ -150,8 +150,8 @@ msgstr "3 stele"
150
  msgid "2 star"
151
  msgstr "2 stele"
152
 
153
- #: includes/blocks/class-cr-all-reviews.php:820
154
- #: includes/blocks/class-cr-all-reviews.php:824
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -378,7 +378,7 @@ msgid "Google"
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
- #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -401,88 +401,88 @@ msgstr ""
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
- #: includes/google/class-cr-product-feed-attributes.php:84
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:86
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
- #: includes/google/class-cr-product-feed-attributes.php:121
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
- #: includes/google/class-cr-product-feed-attributes.php:122
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:127
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:128
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:178
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
- #: includes/google/class-cr-product-feed-reviews.php:249
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
- #: includes/google/class-cr-product-feed-attributes.php:179
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
- #: includes/google/class-cr-product-feed-reviews.php:250
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
- #: includes/google/class-cr-product-feed-attributes.php:180
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
- #: includes/google/class-cr-product-feed-reviews.php:251
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
- #: includes/google/class-cr-product-feed-attributes.php:228
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
- #: includes/google/class-cr-product-feed-reviews.php:299
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
- #: includes/google/class-cr-product-feed-attributes.php:229
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
- #: includes/google/class-cr-product-feed-reviews.php:300
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
- #: includes/google/class-cr-product-feed-attributes.php:230
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
- #: includes/google/class-cr-product-feed-reviews.php:301
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
- #: includes/google/class-cr-product-feed-attributes.php:232
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
- #: includes/google/class-cr-product-feed-reviews.php:303
486
  msgid "Product Tag"
487
  msgstr ""
488
 
@@ -586,7 +586,7 @@ msgstr ""
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
- #: includes/google/class-cr-product-feed-reviews.php:176
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
@@ -602,7 +602,7 @@ msgstr ""
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
- #: includes/google/class-cr-product-feed-reviews.php:189
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
@@ -616,7 +616,7 @@ msgstr ""
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
- #: includes/google/class-cr-product-feed-reviews.php:215
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
@@ -671,11 +671,11 @@ msgstr ""
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:85
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
- #: includes/google/class-cr-product-feed-reviews.php:87
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -683,11 +683,11 @@ msgid ""
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:91
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
- #: includes/google/class-cr-product-feed-reviews.php:93
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -695,44 +695,44 @@ msgid ""
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:106
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:107
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:113
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:114
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:122
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
- #: includes/google/class-cr-product-feed-reviews.php:123
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:163
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:168
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
- #: includes/google/class-cr-product-feed-reviews.php:202
736
  msgid "SKU"
737
  msgstr ""
738
 
@@ -913,45 +913,45 @@ msgstr[0] ""
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
- #: includes/google/class-cr-product-feed-status.php:434
917
- #: includes/google/class-cr-product-feed-status.php:443
918
- #: includes/google/class-cr-product-feed-status.php:452
919
- #: includes/google/class-cr-product-feed-status.php:461
920
- #: includes/google/class-cr-product-feed-status.php:470
921
- #: includes/google/class-cr-product-feed-status.php:479
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
- #: includes/google/class-cr-product-feed-status.php:439
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:448
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
- #: includes/google/class-cr-product-feed-status.php:457
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
- #: includes/google/class-cr-product-feed-status.php:466
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
- #: includes/google/class-cr-product-feed-status.php:475
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
@@ -2215,16 +2215,16 @@ msgstr ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
- #: includes/reviews/class-cr-replies.php:102
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
- #: includes/reviews/class-cr-replies.php:111
2223
- #: includes/reviews/class-cr-replies.php:124
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
- #: includes/reviews/class-cr-replies.php:131
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
@@ -2521,20 +2521,20 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
- #: includes/settings/class-cr-settings-cusrev.php:31
2525
- #: includes/settings/class-cr-settings-cusrev.php:55
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:57
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:61
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
- #: includes/settings/class-cr-settings-cusrev.php:62
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2543,22 +2543,22 @@ msgid ""
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:69
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
- #: includes/settings/class-cr-settings-cusrev.php:70
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
- #: includes/settings/class-cr-settings-cusrev.php:78
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
- #: includes/settings/class-cr-settings-cusrev.php:79
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
@@ -3310,55 +3310,125 @@ msgstr ""
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3314
  msgid "Extensions for Customer Reviews"
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-extensions.php:77
3318
  msgid ""
3319
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3320
  "you can configure various extensions for standard WooCommerce reviews."
3321
  msgstr ""
3322
 
3323
- #: includes/settings/class-cr-settings-review-extensions.php:81
3324
  msgid "Attach Images"
3325
  msgstr ""
3326
 
3327
  #. translators: please keep %1$s and %2$s in the translated version
3328
- #: includes/settings/class-cr-settings-review-extensions.php:83
3329
  msgid ""
3330
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3331
  "you would like to enable attachment of images on aggregated review forms, "
3332
  "this can be done %1$shere%2$s."
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:89
3336
  msgid "Quantity of Images"
3337
  msgstr ""
3338
 
3339
- #: includes/settings/class-cr-settings-review-extensions.php:90
3340
  msgid ""
3341
  "Specify the maximum number of images that can be uploaded for a single "
3342
  "review. This setting applies only to reviews submitted on single product "
3343
  "pages."
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:97
3347
  msgid "Maximum Size of Image"
3348
  msgstr ""
3349
 
3350
- #: includes/settings/class-cr-settings-review-extensions.php:98
3351
  msgid ""
3352
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3353
  "review. This setting applies only to reviews submitted on single product "
3354
  "pages."
3355
  msgstr ""
3356
 
3357
- #: includes/settings/class-cr-settings-review-extensions.php:105
3358
  msgid "Disable Lightbox"
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-extensions.php:106
3362
  msgid ""
3363
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3364
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3366,155 +3436,101 @@ msgid ""
3366
  "attached to a review."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:112
3370
  msgid "reCAPTCHA V2 for Reviews"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:113
3374
  msgid ""
3375
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3376
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3377
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3378
  msgstr ""
3379
 
3380
- #: includes/settings/class-cr-settings-review-extensions.php:119
3381
  msgid "reCAPTCHA V2 Site Key"
3382
  msgstr ""
3383
 
3384
- #: includes/settings/class-cr-settings-review-extensions.php:121
3385
  msgid ""
3386
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3387
  "after registration at reCAPTCHA website."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:127
3391
  msgid "reCAPTCHA V2 Secret Key"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:129
3395
  msgid ""
3396
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3397
  "receive after registration at reCAPTCHA website."
3398
  msgstr ""
3399
 
3400
- #: includes/settings/class-cr-settings-review-extensions.php:135
3401
  msgid "Reviews Summary Bar"
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:136
3405
  msgid ""
3406
  "Enable display of a histogram table with a summary of reviews on a product "
3407
  "page."
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:142
3411
  msgid "Vote for Reviews"
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:143
3415
  msgid ""
3416
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3417
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3418
  "addresses to identify this visitor."
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:149
3422
  msgid "Remove Plugin's Branding"
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-extensions.php:150
3426
  msgid ""
3427
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3428
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3429
  "would like to support us, please disable this checkbox."
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:156
3433
  msgid "Verified Owner"
3434
  msgstr ""
3435
 
3436
- #: includes/settings/class-cr-settings-review-extensions.php:158
3437
  msgid ""
3438
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3439
  "customer reviews with a custom one. If this field is blank, the standard "
3440
  "WooCommerce label will be used."
3441
  msgstr ""
3442
 
3443
- #: includes/settings/class-cr-settings-review-extensions.php:164
3444
  msgid "Customer Avatars"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:166
3448
  msgid ""
3449
  "Choose how customer avatars are displayed on WooCommerce single product "
3450
  "pages. You can use either the standard WordPress avatars or avatars created "
3451
  "based on initial letters of customer names."
3452
  msgstr ""
3453
 
3454
- #: includes/settings/class-cr-settings-review-extensions.php:172
3455
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3456
  msgid "Standard"
3457
  msgstr ""
3458
 
3459
- #: includes/settings/class-cr-settings-review-extensions.php:173
3460
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3461
  msgid "Initials"
3462
  msgstr ""
3463
 
3464
- #: includes/settings/class-cr-settings-review-extensions.php:181
3465
- #: includes/settings/class-cr-settings-review-extensions.php:187
3466
- msgid "Lazy Load Reviews"
3467
- msgstr ""
3468
-
3469
- #: includes/settings/class-cr-settings-review-extensions.php:183
3470
- msgid ""
3471
- "Settings to display reviews with 'Show more' button instead of the standard "
3472
- "WordPress pagination."
3473
- msgstr ""
3474
-
3475
- #: includes/settings/class-cr-settings-review-extensions.php:188
3476
- msgid "Display reviews on product pages with 'Show more' button."
3477
- msgstr ""
3478
-
3479
- #: includes/settings/class-cr-settings-review-extensions.php:194
3480
- msgid "Default Quantity of Reviews"
3481
- msgstr ""
3482
-
3483
- #: includes/settings/class-cr-settings-review-extensions.php:195
3484
- msgid ""
3485
- "Specify the default number of reviews that will be shown during the initial "
3486
- "product page load."
3487
- msgstr ""
3488
-
3489
- #: includes/settings/class-cr-settings-review-extensions.php:202
3490
- msgid "Default Sorting Order"
3491
- msgstr ""
3492
-
3493
- #: includes/settings/class-cr-settings-review-extensions.php:204
3494
- msgid ""
3495
- "Define how reviews are sorted by default. The option to vote for reviews "
3496
- "must be enabled to show the most helpful reviews first."
3497
- msgstr ""
3498
-
3499
- #: includes/settings/class-cr-settings-review-extensions.php:210
3500
- msgid "Recent reviews first"
3501
- msgstr ""
3502
-
3503
- #: includes/settings/class-cr-settings-review-extensions.php:211
3504
- msgid "Most helpful reviews first"
3505
- msgstr ""
3506
-
3507
- #: includes/settings/class-cr-settings-review-extensions.php:215
3508
- msgid "Review Form"
3509
- msgstr ""
3510
-
3511
- #: includes/settings/class-cr-settings-review-extensions.php:216
3512
- msgid ""
3513
- "Display a review form on product pages. If you would like to protect your "
3514
- "site from SPAM reviews and allow customers to submit reviews only via "
3515
- "invitations (review reminders), this option should be disabled."
3516
- msgstr ""
3517
-
3518
  #: includes/settings/class-cr-settings-review-reminder.php:89
3519
  #: includes/settings/class-cr-settings-review-reminder.php:94
3520
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4710,56 +4726,56 @@ msgstr ""
4710
  msgid "Tags for Reviews"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:202
4714
  msgid "Independently verified"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:203
4718
  msgid "independently verified"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:205
4722
  msgid "What Our Clients Say"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:206
4726
  msgid "what our clients say"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:210
4730
  msgid "%s rating"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:211
4734
  msgid "rating %s / 5"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:212
4738
  msgid "%s store rating"
4739
  msgstr ""
4740
 
4741
- #: includes/trust-badge/class-cr-trust-badge.php:213
4742
  msgid "Store rating %s / 5"
4743
  msgstr ""
4744
 
4745
- #: includes/trust-badge/class-cr-trust-badge.php:214
4746
  msgid "store rating"
4747
  msgstr ""
4748
 
4749
- #: includes/trust-badge/class-cr-trust-badge.php:215
4750
  msgid "%s product rating"
4751
  msgstr ""
4752
 
4753
- #: includes/trust-badge/class-cr-trust-badge.php:216
4754
  msgid "Product rating %s / 5"
4755
  msgstr ""
4756
 
4757
- #: includes/trust-badge/class-cr-trust-badge.php:217
4758
  msgid "product rating"
4759
  msgstr ""
4760
 
4761
- #: includes/trust-badge/class-cr-trust-badge.php:218
4762
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4763
  msgid "%s review"
4764
  msgid_plural "%s reviews"
4765
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2020-04-26 23:00+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/blocks/class-cr-all-reviews.php:345
73
+ #: includes/blocks/class-cr-all-reviews.php:403
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
+ #: includes/blocks/class-cr-all-reviews.php:398
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
+ #: includes/blocks/class-cr-all-reviews.php:427
86
+ #: includes/blocks/class-cr-all-reviews.php:755
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
+ #: includes/blocks/class-cr-all-reviews.php:428
98
+ #: includes/blocks/class-cr-all-reviews.php:756
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
+ #: includes/blocks/class-cr-all-reviews.php:670
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
+ #: includes/blocks/class-cr-all-reviews.php:682
118
+ #: includes/blocks/class-cr-all-reviews.php:686
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
123
  msgid "5 star"
124
  msgstr "5 stele"
125
 
126
+ #: includes/blocks/class-cr-all-reviews.php:695
127
+ #: includes/blocks/class-cr-all-reviews.php:699
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
132
  msgid "4 star"
133
  msgstr "4 stele"
134
 
135
+ #: includes/blocks/class-cr-all-reviews.php:708
136
+ #: includes/blocks/class-cr-all-reviews.php:712
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
141
  msgid "3 star"
142
  msgstr "3 stele"
143
 
144
+ #: includes/blocks/class-cr-all-reviews.php:721
145
+ #: includes/blocks/class-cr-all-reviews.php:725
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
150
  msgid "2 star"
151
  msgstr "2 stele"
152
 
153
+ #: includes/blocks/class-cr-all-reviews.php:734
154
+ #: includes/blocks/class-cr-all-reviews.php:738
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
+ #: includes/google/class-cr-product-feed-reviews.php:31
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
+ #: includes/google/class-cr-product-feed-attributes.php:87
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:89
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
+ #: includes/google/class-cr-product-feed-attributes.php:125
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
+ #: includes/google/class-cr-product-feed-attributes.php:126
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:131
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:132
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:193
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
+ #: includes/google/class-cr-product-feed-reviews.php:240
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
+ #: includes/google/class-cr-product-feed-attributes.php:194
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
+ #: includes/google/class-cr-product-feed-reviews.php:241
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
+ #: includes/google/class-cr-product-feed-attributes.php:195
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
+ #: includes/google/class-cr-product-feed-reviews.php:242
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
+ #: includes/google/class-cr-product-feed-attributes.php:243
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
+ #: includes/google/class-cr-product-feed-reviews.php:290
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
+ #: includes/google/class-cr-product-feed-attributes.php:244
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
+ #: includes/google/class-cr-product-feed-reviews.php:291
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
+ #: includes/google/class-cr-product-feed-attributes.php:245
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
+ #: includes/google/class-cr-product-feed-reviews.php:292
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
+ #: includes/google/class-cr-product-feed-attributes.php:247
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
+ #: includes/google/class-cr-product-feed-reviews.php:294
486
  msgid "Product Tag"
487
  msgstr ""
488
 
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
+ #: includes/google/class-cr-product-feed-reviews.php:167
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
+ #: includes/google/class-cr-product-feed-reviews.php:180
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
+ #: includes/google/class-cr-product-feed-reviews.php:206
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:76
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
+ #: includes/google/class-cr-product-feed-reviews.php:78
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:82
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
+ #: includes/google/class-cr-product-feed-reviews.php:84
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:97
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:98
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:104
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:105
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:113
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
+ #: includes/google/class-cr-product-feed-reviews.php:114
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:154
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:159
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
+ #: includes/google/class-cr-product-feed-reviews.php:193
736
  msgid "SKU"
737
  msgstr ""
738
 
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
+ #: includes/google/class-cr-product-feed-status.php:432
917
+ #: includes/google/class-cr-product-feed-status.php:445
918
+ #: includes/google/class-cr-product-feed-status.php:458
919
+ #: includes/google/class-cr-product-feed-status.php:471
920
+ #: includes/google/class-cr-product-feed-status.php:484
921
+ #: includes/google/class-cr-product-feed-status.php:497
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
+ #: includes/google/class-cr-product-feed-status.php:443
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:456
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
+ #: includes/google/class-cr-product-feed-status.php:469
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
+ #: includes/google/class-cr-product-feed-status.php:482
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
+ #: includes/google/class-cr-product-feed-status.php:495
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:141
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
+ #: includes/reviews/class-cr-replies.php:150
2223
+ #: includes/reviews/class-cr-replies.php:163
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
+ #: includes/reviews/class-cr-replies.php:170
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
+ #: includes/settings/class-cr-settings-cusrev.php:34
2525
+ #: includes/settings/class-cr-settings-cusrev.php:58
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:60
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:64
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
+ #: includes/settings/class-cr-settings-cusrev.php:65
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:72
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
+ #: includes/settings/class-cr-settings-cusrev.php:73
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
+ #: includes/settings/class-cr-settings-cusrev.php:81
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
+ #: includes/settings/class-cr-settings-cusrev.php:82
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3314
+ msgid ""
3315
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3316
+ "products pages. By default, visual appearance of reviews is controlled by "
3317
+ "WooCommerce and your active WordPress theme. There is also an option to "
3318
+ "enable an enhanced visual style for display of reviews on product pages."
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3322
+ msgid ""
3323
+ "If you would like to display reviews in locations other than the standard "
3324
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3325
+ "or Gutenberg blocks provided by the plugin."
3326
+ msgstr ""
3327
+
3328
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3329
+ msgid "Display of Customer Reviews"
3330
+ msgstr ""
3331
+
3332
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3333
+ msgid "Visual Style"
3334
+ msgstr ""
3335
+
3336
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3337
+ msgid "WooCommerce (basic user interface)"
3338
+ msgstr ""
3339
+
3340
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3341
+ msgid "CusRev (enhanced user interface)"
3342
+ msgstr ""
3343
+
3344
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3345
+ msgid "Default Quantity of Reviews"
3346
+ msgstr ""
3347
+
3348
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3349
+ msgid ""
3350
+ "Specify the default number of reviews that will be shown during the initial "
3351
+ "product page load."
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3355
+ msgid "Default Sorting Order"
3356
+ msgstr ""
3357
+
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3359
+ msgid ""
3360
+ "Define how reviews are sorted by default. The option to vote for reviews "
3361
+ "must be enabled to show the most helpful reviews first."
3362
+ msgstr ""
3363
+
3364
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3365
+ msgid "Recent reviews first"
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3369
+ msgid "Most helpful reviews first"
3370
+ msgstr ""
3371
+
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3373
+ msgid "Review Form"
3374
+ msgstr ""
3375
+
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3377
+ msgid ""
3378
+ "Display a review form on product pages. If you would like to protect your "
3379
+ "site from SPAM reviews and allow customers to submit reviews only via "
3380
+ "invitations (review reminders), this option should be disabled."
3381
+ msgstr ""
3382
+
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3384
  msgid "Extensions for Customer Reviews"
3385
  msgstr ""
3386
 
3387
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3388
  msgid ""
3389
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3390
  "you can configure various extensions for standard WooCommerce reviews."
3391
  msgstr ""
3392
 
3393
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Attach Images"
3395
  msgstr ""
3396
 
3397
  #. translators: please keep %1$s and %2$s in the translated version
3398
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3399
  msgid ""
3400
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3401
  "you would like to enable attachment of images on aggregated review forms, "
3402
  "this can be done %1$shere%2$s."
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3406
  msgid "Quantity of Images"
3407
  msgstr ""
3408
 
3409
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3410
  msgid ""
3411
  "Specify the maximum number of images that can be uploaded for a single "
3412
  "review. This setting applies only to reviews submitted on single product "
3413
  "pages."
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3417
  msgid "Maximum Size of Image"
3418
  msgstr ""
3419
 
3420
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3421
  msgid ""
3422
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3423
  "review. This setting applies only to reviews submitted on single product "
3424
  "pages."
3425
  msgstr ""
3426
 
3427
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3428
  msgid "Disable Lightbox"
3429
  msgstr ""
3430
 
3431
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3432
  msgid ""
3433
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3434
  "this option only if your theme generates lightboxes for any picture on the "
3436
  "attached to a review."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3440
  msgid "reCAPTCHA V2 for Reviews"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3444
  msgid ""
3445
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3446
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3447
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3448
  msgstr ""
3449
 
3450
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3451
  msgid "reCAPTCHA V2 Site Key"
3452
  msgstr ""
3453
 
3454
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3455
  msgid ""
3456
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3457
  "after registration at reCAPTCHA website."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3461
  msgid "reCAPTCHA V2 Secret Key"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3465
  msgid ""
3466
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3467
  "receive after registration at reCAPTCHA website."
3468
  msgstr ""
3469
 
3470
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3471
  msgid "Reviews Summary Bar"
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3475
  msgid ""
3476
  "Enable display of a histogram table with a summary of reviews on a product "
3477
  "page."
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3481
  msgid "Vote for Reviews"
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3485
  msgid ""
3486
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3487
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3488
  "addresses to identify this visitor."
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3492
  msgid "Remove Plugin's Branding"
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3496
  msgid ""
3497
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3498
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3499
  "would like to support us, please disable this checkbox."
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3503
  msgid "Verified Owner"
3504
  msgstr ""
3505
 
3506
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3507
  msgid ""
3508
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3509
  "customer reviews with a custom one. If this field is blank, the standard "
3510
  "WooCommerce label will be used."
3511
  msgstr ""
3512
 
3513
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3514
  msgid "Customer Avatars"
3515
  msgstr ""
3516
 
3517
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3518
  msgid ""
3519
  "Choose how customer avatars are displayed on WooCommerce single product "
3520
  "pages. You can use either the standard WordPress avatars or avatars created "
3521
  "based on initial letters of customer names."
3522
  msgstr ""
3523
 
3524
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3525
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3526
  msgid "Standard"
3527
  msgstr ""
3528
 
3529
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3530
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3531
  msgid "Initials"
3532
  msgstr ""
3533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3534
  #: includes/settings/class-cr-settings-review-reminder.php:89
3535
  #: includes/settings/class-cr-settings-review-reminder.php:94
3536
  #: includes/settings/class-cr-settings-review-reminder.php:99
4726
  msgid "Tags for Reviews"
4727
  msgstr ""
4728
 
4729
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4730
  msgid "Independently verified"
4731
  msgstr ""
4732
 
4733
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4734
  msgid "independently verified"
4735
  msgstr ""
4736
 
4737
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4738
  msgid "What Our Clients Say"
4739
  msgstr ""
4740
 
4741
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4742
  msgid "what our clients say"
4743
  msgstr ""
4744
 
4745
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4746
  msgid "%s rating"
4747
  msgstr ""
4748
 
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4750
  msgid "rating %s / 5"
4751
  msgstr ""
4752
 
4753
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4754
  msgid "%s store rating"
4755
  msgstr ""
4756
 
4757
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4758
  msgid "Store rating %s / 5"
4759
  msgstr ""
4760
 
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4762
  msgid "store rating"
4763
  msgstr ""
4764
 
4765
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4766
  msgid "%s product rating"
4767
  msgstr ""
4768
 
4769
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4770
  msgid "Product rating %s / 5"
4771
  msgstr ""
4772
 
4773
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4774
  msgid "product rating"
4775
  msgstr ""
4776
 
4777
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4778
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4779
  msgid "%s review"
4780
  msgid_plural "%s reviews"
4781
  msgstr[0] ""
languages/customer-reviews-woocommerce-sk_SK.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2019-08-27 00:28+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -93,8 +93,8 @@ msgstr[1] ""
93
  msgstr[2] ""
94
 
95
  #. translators: $d is the number of reviews
96
- #: includes/blocks/class-cr-all-reviews.php:514
97
- #: includes/blocks/class-cr-all-reviews.php:842
98
  #: includes/blocks/class-cr-reviews-grid.php:903
99
  #: includes/reviews/class-cr-ajax-reviews.php:381
100
  #: includes/reviews/class-cr-reviews.php:522
@@ -104,7 +104,7 @@ msgstr[0] ""
104
  msgstr[1] ""
105
  msgstr[2] ""
106
 
107
- #: includes/blocks/class-cr-all-reviews.php:756
108
  #: includes/blocks/class-cr-reviews-grid.php:817
109
  #: includes/reviews/class-cr-reviews.php:445
110
  msgid "Based on %s review"
@@ -113,8 +113,8 @@ msgstr[0] ""
113
  msgstr[1] ""
114
  msgstr[2] ""
115
 
116
- #: includes/blocks/class-cr-all-reviews.php:768
117
- #: includes/blocks/class-cr-all-reviews.php:772
118
  #: includes/blocks/class-cr-reviews-grid.php:829
119
  #: includes/blocks/class-cr-reviews-grid.php:833
120
  #: includes/reviews/class-cr-reviews.php:457
@@ -122,8 +122,8 @@ msgstr[2] ""
122
  msgid "5 star"
123
  msgstr "5 hviezd"
124
 
125
- #: includes/blocks/class-cr-all-reviews.php:781
126
- #: includes/blocks/class-cr-all-reviews.php:785
127
  #: includes/blocks/class-cr-reviews-grid.php:842
128
  #: includes/blocks/class-cr-reviews-grid.php:846
129
  #: includes/reviews/class-cr-reviews.php:468
@@ -131,8 +131,8 @@ msgstr "5 hviezd"
131
  msgid "4 star"
132
  msgstr "4 hviezdy"
133
 
134
- #: includes/blocks/class-cr-all-reviews.php:794
135
- #: includes/blocks/class-cr-all-reviews.php:798
136
  #: includes/blocks/class-cr-reviews-grid.php:855
137
  #: includes/blocks/class-cr-reviews-grid.php:859
138
  #: includes/reviews/class-cr-reviews.php:479
@@ -140,8 +140,8 @@ msgstr "4 hviezdy"
140
  msgid "3 star"
141
  msgstr "3 hviezdy"
142
 
143
- #: includes/blocks/class-cr-all-reviews.php:807
144
- #: includes/blocks/class-cr-all-reviews.php:811
145
  #: includes/blocks/class-cr-reviews-grid.php:868
146
  #: includes/blocks/class-cr-reviews-grid.php:872
147
  #: includes/reviews/class-cr-reviews.php:490
@@ -149,8 +149,8 @@ msgstr "3 hviezdy"
149
  msgid "2 star"
150
  msgstr "2 hviezdy"
151
 
152
- #: includes/blocks/class-cr-all-reviews.php:820
153
- #: includes/blocks/class-cr-all-reviews.php:824
154
  #: includes/blocks/class-cr-reviews-grid.php:881
155
  #: includes/blocks/class-cr-reviews-grid.php:885
156
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -377,7 +377,7 @@ msgid "Google"
377
  msgstr ""
378
 
379
  #: includes/google/class-cr-admin-menu-product-feed.php:141
380
- #: includes/google/class-cr-product-feed-reviews.php:41
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -400,88 +400,88 @@ msgstr ""
400
  msgid "Anonymous"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
404
  msgid ""
405
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
406
  "hosting support to enable it."
407
  msgstr ""
408
 
409
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
410
  msgid ""
411
  "Error: no products found for the XML Product Feed. Please check exclusion "
412
  "settings for products and product categories."
413
  msgstr ""
414
 
415
  #: includes/google/class-cr-product-feed-attributes.php:40
416
- #: includes/google/class-cr-product-feed-attributes.php:84
417
  msgid "Product Attributes"
418
  msgstr ""
419
 
420
- #: includes/google/class-cr-product-feed-attributes.php:86
421
  msgid ""
422
  "Specify mapping of WooCommerce product fields to Google Shopping product "
423
  "attributes that might be required in certain countries for some product "
424
  "categories."
425
  msgstr ""
426
 
427
- #: includes/google/class-cr-product-feed-attributes.php:121
428
  #: includes/google/class-cr-product-feed-identifiers.php:169
429
  msgid "WooCommerce Product Field"
430
  msgstr ""
431
 
432
- #: includes/google/class-cr-product-feed-attributes.php:122
433
  #: includes/google/class-cr-product-feed-identifiers.php:170
434
  msgid "Select a product field that should be mapped"
435
  msgstr ""
436
 
437
- #: includes/google/class-cr-product-feed-attributes.php:127
438
  msgid "Google Shopping Attribute"
439
  msgstr ""
440
 
441
- #: includes/google/class-cr-product-feed-attributes.php:128
442
  msgid "Product attributes required by Google Shopping in some countries"
443
  msgstr ""
444
 
445
- #: includes/google/class-cr-product-feed-attributes.php:178
446
  #: includes/google/class-cr-product-feed-identifiers.php:192
447
  #: includes/google/class-cr-product-feed-identifiers.php:245
448
- #: includes/google/class-cr-product-feed-reviews.php:249
449
  msgid "Product ID"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:179
453
  #: includes/google/class-cr-product-feed-identifiers.php:246
454
- #: includes/google/class-cr-product-feed-reviews.php:250
455
  msgid "Product SKU"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:180
459
  #: includes/google/class-cr-product-feed-identifiers.php:247
460
- #: includes/google/class-cr-product-feed-reviews.php:251
461
  msgid "Product Name"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:228
465
  #: includes/google/class-cr-product-feed-identifiers.php:295
466
- #: includes/google/class-cr-product-feed-reviews.php:299
467
  msgid "Product GTIN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:229
471
  #: includes/google/class-cr-product-feed-identifiers.php:296
472
- #: includes/google/class-cr-product-feed-reviews.php:300
473
  msgid "Product MPN"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:230
477
  #: includes/google/class-cr-product-feed-identifiers.php:297
478
- #: includes/google/class-cr-product-feed-reviews.php:301
479
  msgid "Product Brand"
480
  msgstr ""
481
 
482
- #: includes/google/class-cr-product-feed-attributes.php:232
483
  #: includes/google/class-cr-product-feed-identifiers.php:299
484
- #: includes/google/class-cr-product-feed-reviews.php:303
485
  msgid "Product Tag"
486
  msgstr ""
487
 
@@ -585,7 +585,7 @@ msgstr ""
585
 
586
  #: includes/google/class-cr-product-feed-identifiers.php:94
587
  #: includes/google/class-cr-product-feed-identifiers.php:205
588
- #: includes/google/class-cr-product-feed-reviews.php:176
589
  #: includes/google/class-cr-product-fields.php:39
590
  #: includes/google/class-cr-product-fields.php:104
591
  msgid "GTIN"
@@ -601,7 +601,7 @@ msgstr ""
601
 
602
  #: includes/google/class-cr-product-feed-identifiers.php:101
603
  #: includes/google/class-cr-product-feed-identifiers.php:218
604
- #: includes/google/class-cr-product-feed-reviews.php:189
605
  #: includes/google/class-cr-product-fields.php:50
606
  #: includes/google/class-cr-product-fields.php:118
607
  msgid "MPN"
@@ -615,7 +615,7 @@ msgstr ""
615
 
616
  #: includes/google/class-cr-product-feed-identifiers.php:108
617
  #: includes/google/class-cr-product-feed-identifiers.php:231
618
- #: includes/google/class-cr-product-feed-reviews.php:215
619
  #: includes/google/class-cr-product-fields.php:61
620
  #: includes/google/class-cr-product-fields.php:136
621
  msgid "Brand"
@@ -670,11 +670,11 @@ msgstr ""
670
  msgid "Product identifiers required by Google Shopping"
671
  msgstr ""
672
 
673
- #: includes/google/class-cr-product-feed-reviews.php:85
674
  msgid "Reviews XML Feed"
675
  msgstr ""
676
 
677
- #: includes/google/class-cr-product-feed-reviews.php:87
678
  msgid ""
679
  "Google Shopping is a service that allows merchants to list their products by "
680
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -682,11 +682,11 @@ msgid ""
682
  "for your products in Google Shopping."
683
  msgstr ""
684
 
685
- #: includes/google/class-cr-product-feed-reviews.php:91
686
  msgid "Variable Product Identifiers"
687
  msgstr ""
688
 
689
- #: includes/google/class-cr-product-feed-reviews.php:93
690
  msgid ""
691
  "Google permits sharing of reviews between variable products and their "
692
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -694,44 +694,44 @@ msgid ""
694
  "linked to reviews in the XML feed."
695
  msgstr ""
696
 
697
- #: includes/google/class-cr-product-feed-reviews.php:106
698
  msgid "Encode Special Characters"
699
  msgstr ""
700
 
701
- #: includes/google/class-cr-product-feed-reviews.php:107
702
  msgid "Encode special characters in the XML feed"
703
  msgstr ""
704
 
705
- #: includes/google/class-cr-product-feed-reviews.php:113
706
  msgid "Minimum Length of Reviews"
707
  msgstr ""
708
 
709
- #: includes/google/class-cr-product-feed-reviews.php:114
710
  msgid ""
711
  "Google might reject XML feeds with very short reviews. Use this setting to "
712
  "specify a minimum number of characters that a review should have to be "
713
  "included in the XML feed."
714
  msgstr ""
715
 
716
- #: includes/google/class-cr-product-feed-reviews.php:122
717
  msgid "Fields Mapping"
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:123
721
  msgid ""
722
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
723
  "Brand fields in XML Product Review Feed for Google Shopping."
724
  msgstr ""
725
 
726
- #: includes/google/class-cr-product-feed-reviews.php:163
727
  msgid "XML Feed Field"
728
  msgstr ""
729
 
730
- #: includes/google/class-cr-product-feed-reviews.php:168
731
  msgid "WooCommerce Field"
732
  msgstr ""
733
 
734
- #: includes/google/class-cr-product-feed-reviews.php:202
735
  msgid "SKU"
736
  msgstr ""
737
 
@@ -912,45 +912,45 @@ msgstr[0] ""
912
  msgstr[1] ""
913
  msgstr[2] ""
914
 
915
- #: includes/google/class-cr-product-feed-status.php:434
916
- #: includes/google/class-cr-product-feed-status.php:443
917
- #: includes/google/class-cr-product-feed-status.php:452
918
- #: includes/google/class-cr-product-feed-status.php:461
919
- #: includes/google/class-cr-product-feed-status.php:470
920
- #: includes/google/class-cr-product-feed-status.php:479
921
  msgid ""
922
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
923
  msgstr ""
924
 
925
- #: includes/google/class-cr-product-feed-status.php:439
926
  msgid "<strong>%1d</strong> product review (5 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
  msgstr[2] ""
931
 
932
- #: includes/google/class-cr-product-feed-status.php:448
933
  msgid "<strong>%1d</strong> product review (4 stars)"
934
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
935
  msgstr[0] ""
936
  msgstr[1] ""
937
  msgstr[2] ""
938
 
939
- #: includes/google/class-cr-product-feed-status.php:457
940
  msgid "<strong>%1d</strong> product review (3 stars)"
941
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
942
  msgstr[0] ""
943
  msgstr[1] ""
944
  msgstr[2] ""
945
 
946
- #: includes/google/class-cr-product-feed-status.php:466
947
  msgid "<strong>%1d</strong> product review (2 stars)"
948
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
949
  msgstr[0] ""
950
  msgstr[1] ""
951
  msgstr[2] ""
952
 
953
- #: includes/google/class-cr-product-feed-status.php:475
954
  msgid "<strong>%1d</strong> product review (1 star)"
955
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
956
  msgstr[0] ""
@@ -2214,16 +2214,16 @@ msgstr ""
2214
  msgid "Search"
2215
  msgstr ""
2216
 
2217
- #: includes/reviews/class-cr-replies.php:102
2218
  msgid "A copy of the reply was published on CusRev portal"
2219
  msgstr ""
2220
 
2221
- #: includes/reviews/class-cr-replies.php:111
2222
- #: includes/reviews/class-cr-replies.php:124
2223
  msgid "Unknown error"
2224
  msgstr ""
2225
 
2226
- #: includes/reviews/class-cr-replies.php:131
2227
  msgid "ID of the current user is not set"
2228
  msgstr ""
2229
 
@@ -2520,20 +2520,20 @@ msgid ""
2520
  "settings</a>."
2521
  msgstr ""
2522
 
2523
- #: includes/settings/class-cr-settings-cusrev.php:31
2524
- #: includes/settings/class-cr-settings-cusrev.php:55
2525
  msgid "CusRev.com"
2526
  msgstr ""
2527
 
2528
- #: includes/settings/class-cr-settings-cusrev.php:57
2529
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2530
  msgstr ""
2531
 
2532
- #: includes/settings/class-cr-settings-cusrev.php:61
2533
  msgid "Page Enabled"
2534
  msgstr ""
2535
 
2536
- #: includes/settings/class-cr-settings-cusrev.php:62
2537
  msgid ""
2538
  "Enable or disable a public page with verified copies of reviews of your "
2539
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2542,22 +2542,22 @@ msgid ""
2542
  "the review on CusRev.com."
2543
  msgstr ""
2544
 
2545
- #: includes/settings/class-cr-settings-cusrev.php:69
2546
  msgid "Page URL"
2547
  msgstr ""
2548
 
2549
- #: includes/settings/class-cr-settings-cusrev.php:70
2550
  msgid ""
2551
  "Specify name of the page with verified reviews. This will be a base URL for "
2552
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2553
  "the name of the page."
2554
  msgstr ""
2555
 
2556
- #: includes/settings/class-cr-settings-cusrev.php:78
2557
  msgid "Age Restriction"
2558
  msgstr ""
2559
 
2560
- #: includes/settings/class-cr-settings-cusrev.php:79
2561
  msgid ""
2562
  "Enable this option if your store sells age-restricted products (e.g., adult "
2563
  "content, alcohol, etc.)"
@@ -3309,55 +3309,125 @@ msgstr ""
3309
  msgid "Review Extensions"
3310
  msgstr ""
3311
 
3312
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3313
  msgid "Extensions for Customer Reviews"
3314
  msgstr ""
3315
 
3316
- #: includes/settings/class-cr-settings-review-extensions.php:77
3317
  msgid ""
3318
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3319
  "you can configure various extensions for standard WooCommerce reviews."
3320
  msgstr ""
3321
 
3322
- #: includes/settings/class-cr-settings-review-extensions.php:81
3323
  msgid "Attach Images"
3324
  msgstr ""
3325
 
3326
  #. translators: please keep %1$s and %2$s in the translated version
3327
- #: includes/settings/class-cr-settings-review-extensions.php:83
3328
  msgid ""
3329
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3330
  "you would like to enable attachment of images on aggregated review forms, "
3331
  "this can be done %1$shere%2$s."
3332
  msgstr ""
3333
 
3334
- #: includes/settings/class-cr-settings-review-extensions.php:89
3335
  msgid "Quantity of Images"
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:90
3339
  msgid ""
3340
  "Specify the maximum number of images that can be uploaded for a single "
3341
  "review. This setting applies only to reviews submitted on single product "
3342
  "pages."
3343
  msgstr ""
3344
 
3345
- #: includes/settings/class-cr-settings-review-extensions.php:97
3346
  msgid "Maximum Size of Image"
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:98
3350
  msgid ""
3351
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3352
  "review. This setting applies only to reviews submitted on single product "
3353
  "pages."
3354
  msgstr ""
3355
 
3356
- #: includes/settings/class-cr-settings-review-extensions.php:105
3357
  msgid "Disable Lightbox"
3358
  msgstr ""
3359
 
3360
- #: includes/settings/class-cr-settings-review-extensions.php:106
3361
  msgid ""
3362
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3363
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3365,155 +3435,101 @@ msgid ""
3365
  "attached to a review."
3366
  msgstr ""
3367
 
3368
- #: includes/settings/class-cr-settings-review-extensions.php:112
3369
  msgid "reCAPTCHA V2 for Reviews"
3370
  msgstr ""
3371
 
3372
- #: includes/settings/class-cr-settings-review-extensions.php:113
3373
  msgid ""
3374
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3375
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3376
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:119
3380
  msgid "reCAPTCHA V2 Site Key"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:121
3384
  msgid ""
3385
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3386
  "after registration at reCAPTCHA website."
3387
  msgstr ""
3388
 
3389
- #: includes/settings/class-cr-settings-review-extensions.php:127
3390
  msgid "reCAPTCHA V2 Secret Key"
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-extensions.php:129
3394
  msgid ""
3395
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3396
  "receive after registration at reCAPTCHA website."
3397
  msgstr ""
3398
 
3399
- #: includes/settings/class-cr-settings-review-extensions.php:135
3400
  msgid "Reviews Summary Bar"
3401
  msgstr ""
3402
 
3403
- #: includes/settings/class-cr-settings-review-extensions.php:136
3404
  msgid ""
3405
  "Enable display of a histogram table with a summary of reviews on a product "
3406
  "page."
3407
  msgstr ""
3408
 
3409
- #: includes/settings/class-cr-settings-review-extensions.php:142
3410
  msgid "Vote for Reviews"
3411
  msgstr ""
3412
 
3413
- #: includes/settings/class-cr-settings-review-extensions.php:143
3414
  msgid ""
3415
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3416
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3417
  "addresses to identify this visitor."
3418
  msgstr ""
3419
 
3420
- #: includes/settings/class-cr-settings-review-extensions.php:149
3421
  msgid "Remove Plugin's Branding"
3422
  msgstr ""
3423
 
3424
- #: includes/settings/class-cr-settings-review-extensions.php:150
3425
  msgid ""
3426
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3427
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3428
  "would like to support us, please disable this checkbox."
3429
  msgstr ""
3430
 
3431
- #: includes/settings/class-cr-settings-review-extensions.php:156
3432
  msgid "Verified Owner"
3433
  msgstr ""
3434
 
3435
- #: includes/settings/class-cr-settings-review-extensions.php:158
3436
  msgid ""
3437
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3438
  "customer reviews with a custom one. If this field is blank, the standard "
3439
  "WooCommerce label will be used."
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-extensions.php:164
3443
  msgid "Customer Avatars"
3444
  msgstr ""
3445
 
3446
- #: includes/settings/class-cr-settings-review-extensions.php:166
3447
  msgid ""
3448
  "Choose how customer avatars are displayed on WooCommerce single product "
3449
  "pages. You can use either the standard WordPress avatars or avatars created "
3450
  "based on initial letters of customer names."
3451
  msgstr ""
3452
 
3453
- #: includes/settings/class-cr-settings-review-extensions.php:172
3454
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3455
  msgid "Standard"
3456
  msgstr ""
3457
 
3458
- #: includes/settings/class-cr-settings-review-extensions.php:173
3459
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3460
  msgid "Initials"
3461
  msgstr ""
3462
 
3463
- #: includes/settings/class-cr-settings-review-extensions.php:181
3464
- #: includes/settings/class-cr-settings-review-extensions.php:187
3465
- msgid "Lazy Load Reviews"
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:183
3469
- msgid ""
3470
- "Settings to display reviews with 'Show more' button instead of the standard "
3471
- "WordPress pagination."
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:188
3475
- msgid "Display reviews on product pages with 'Show more' button."
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:194
3479
- msgid "Default Quantity of Reviews"
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:195
3483
- msgid ""
3484
- "Specify the default number of reviews that will be shown during the initial "
3485
- "product page load."
3486
- msgstr ""
3487
-
3488
- #: includes/settings/class-cr-settings-review-extensions.php:202
3489
- msgid "Default Sorting Order"
3490
- msgstr ""
3491
-
3492
- #: includes/settings/class-cr-settings-review-extensions.php:204
3493
- msgid ""
3494
- "Define how reviews are sorted by default. The option to vote for reviews "
3495
- "must be enabled to show the most helpful reviews first."
3496
- msgstr ""
3497
-
3498
- #: includes/settings/class-cr-settings-review-extensions.php:210
3499
- msgid "Recent reviews first"
3500
- msgstr ""
3501
-
3502
- #: includes/settings/class-cr-settings-review-extensions.php:211
3503
- msgid "Most helpful reviews first"
3504
- msgstr ""
3505
-
3506
- #: includes/settings/class-cr-settings-review-extensions.php:215
3507
- msgid "Review Form"
3508
- msgstr ""
3509
-
3510
- #: includes/settings/class-cr-settings-review-extensions.php:216
3511
- msgid ""
3512
- "Display a review form on product pages. If you would like to protect your "
3513
- "site from SPAM reviews and allow customers to submit reviews only via "
3514
- "invitations (review reminders), this option should be disabled."
3515
- msgstr ""
3516
-
3517
  #: includes/settings/class-cr-settings-review-reminder.php:89
3518
  #: includes/settings/class-cr-settings-review-reminder.php:94
3519
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4709,56 +4725,56 @@ msgstr ""
4709
  msgid "Tags for Reviews"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:202
4713
  msgid "Independently verified"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:203
4717
  msgid "independently verified"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:205
4721
  msgid "What Our Clients Say"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:206
4725
  msgid "what our clients say"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:210
4729
  msgid "%s rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:211
4733
  msgid "rating %s / 5"
4734
  msgstr ""
4735
 
4736
- #: includes/trust-badge/class-cr-trust-badge.php:212
4737
  msgid "%s store rating"
4738
  msgstr ""
4739
 
4740
- #: includes/trust-badge/class-cr-trust-badge.php:213
4741
  msgid "Store rating %s / 5"
4742
  msgstr ""
4743
 
4744
- #: includes/trust-badge/class-cr-trust-badge.php:214
4745
  msgid "store rating"
4746
  msgstr ""
4747
 
4748
- #: includes/trust-badge/class-cr-trust-badge.php:215
4749
  msgid "%s product rating"
4750
  msgstr ""
4751
 
4752
- #: includes/trust-badge/class-cr-trust-badge.php:216
4753
  msgid "Product rating %s / 5"
4754
  msgstr ""
4755
 
4756
- #: includes/trust-badge/class-cr-trust-badge.php:217
4757
  msgid "product rating"
4758
  msgstr ""
4759
 
4760
- #: includes/trust-badge/class-cr-trust-badge.php:218
4761
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4762
  msgid "%s review"
4763
  msgid_plural "%s reviews"
4764
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2019-08-27 00:28+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
93
  msgstr[2] ""
94
 
95
  #. translators: $d is the number of reviews
96
+ #: includes/blocks/class-cr-all-reviews.php:428
97
+ #: includes/blocks/class-cr-all-reviews.php:756
98
  #: includes/blocks/class-cr-reviews-grid.php:903
99
  #: includes/reviews/class-cr-ajax-reviews.php:381
100
  #: includes/reviews/class-cr-reviews.php:522
104
  msgstr[1] ""
105
  msgstr[2] ""
106
 
107
+ #: includes/blocks/class-cr-all-reviews.php:670
108
  #: includes/blocks/class-cr-reviews-grid.php:817
109
  #: includes/reviews/class-cr-reviews.php:445
110
  msgid "Based on %s review"
113
  msgstr[1] ""
114
  msgstr[2] ""
115
 
116
+ #: includes/blocks/class-cr-all-reviews.php:682
117
+ #: includes/blocks/class-cr-all-reviews.php:686
118
  #: includes/blocks/class-cr-reviews-grid.php:829
119
  #: includes/blocks/class-cr-reviews-grid.php:833
120
  #: includes/reviews/class-cr-reviews.php:457
122
  msgid "5 star"
123
  msgstr "5 hviezd"
124
 
125
+ #: includes/blocks/class-cr-all-reviews.php:695
126
+ #: includes/blocks/class-cr-all-reviews.php:699
127
  #: includes/blocks/class-cr-reviews-grid.php:842
128
  #: includes/blocks/class-cr-reviews-grid.php:846
129
  #: includes/reviews/class-cr-reviews.php:468
131
  msgid "4 star"
132
  msgstr "4 hviezdy"
133
 
134
+ #: includes/blocks/class-cr-all-reviews.php:708
135
+ #: includes/blocks/class-cr-all-reviews.php:712
136
  #: includes/blocks/class-cr-reviews-grid.php:855
137
  #: includes/blocks/class-cr-reviews-grid.php:859
138
  #: includes/reviews/class-cr-reviews.php:479
140
  msgid "3 star"
141
  msgstr "3 hviezdy"
142
 
143
+ #: includes/blocks/class-cr-all-reviews.php:721
144
+ #: includes/blocks/class-cr-all-reviews.php:725
145
  #: includes/blocks/class-cr-reviews-grid.php:868
146
  #: includes/blocks/class-cr-reviews-grid.php:872
147
  #: includes/reviews/class-cr-reviews.php:490
149
  msgid "2 star"
150
  msgstr "2 hviezdy"
151
 
152
+ #: includes/blocks/class-cr-all-reviews.php:734
153
+ #: includes/blocks/class-cr-all-reviews.php:738
154
  #: includes/blocks/class-cr-reviews-grid.php:881
155
  #: includes/blocks/class-cr-reviews-grid.php:885
156
  #: includes/reviews/class-cr-reviews-list-table.php:444
377
  msgstr ""
378
 
379
  #: includes/google/class-cr-admin-menu-product-feed.php:141
380
+ #: includes/google/class-cr-product-feed-reviews.php:31
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
400
  msgid "Anonymous"
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
404
  msgid ""
405
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
406
  "hosting support to enable it."
407
  msgstr ""
408
 
409
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
410
  msgid ""
411
  "Error: no products found for the XML Product Feed. Please check exclusion "
412
  "settings for products and product categories."
413
  msgstr ""
414
 
415
  #: includes/google/class-cr-product-feed-attributes.php:40
416
+ #: includes/google/class-cr-product-feed-attributes.php:87
417
  msgid "Product Attributes"
418
  msgstr ""
419
 
420
+ #: includes/google/class-cr-product-feed-attributes.php:89
421
  msgid ""
422
  "Specify mapping of WooCommerce product fields to Google Shopping product "
423
  "attributes that might be required in certain countries for some product "
424
  "categories."
425
  msgstr ""
426
 
427
+ #: includes/google/class-cr-product-feed-attributes.php:125
428
  #: includes/google/class-cr-product-feed-identifiers.php:169
429
  msgid "WooCommerce Product Field"
430
  msgstr ""
431
 
432
+ #: includes/google/class-cr-product-feed-attributes.php:126
433
  #: includes/google/class-cr-product-feed-identifiers.php:170
434
  msgid "Select a product field that should be mapped"
435
  msgstr ""
436
 
437
+ #: includes/google/class-cr-product-feed-attributes.php:131
438
  msgid "Google Shopping Attribute"
439
  msgstr ""
440
 
441
+ #: includes/google/class-cr-product-feed-attributes.php:132
442
  msgid "Product attributes required by Google Shopping in some countries"
443
  msgstr ""
444
 
445
+ #: includes/google/class-cr-product-feed-attributes.php:193
446
  #: includes/google/class-cr-product-feed-identifiers.php:192
447
  #: includes/google/class-cr-product-feed-identifiers.php:245
448
+ #: includes/google/class-cr-product-feed-reviews.php:240
449
  msgid "Product ID"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:194
453
  #: includes/google/class-cr-product-feed-identifiers.php:246
454
+ #: includes/google/class-cr-product-feed-reviews.php:241
455
  msgid "Product SKU"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:195
459
  #: includes/google/class-cr-product-feed-identifiers.php:247
460
+ #: includes/google/class-cr-product-feed-reviews.php:242
461
  msgid "Product Name"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:243
465
  #: includes/google/class-cr-product-feed-identifiers.php:295
466
+ #: includes/google/class-cr-product-feed-reviews.php:290
467
  msgid "Product GTIN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:244
471
  #: includes/google/class-cr-product-feed-identifiers.php:296
472
+ #: includes/google/class-cr-product-feed-reviews.php:291
473
  msgid "Product MPN"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:245
477
  #: includes/google/class-cr-product-feed-identifiers.php:297
478
+ #: includes/google/class-cr-product-feed-reviews.php:292
479
  msgid "Product Brand"
480
  msgstr ""
481
 
482
+ #: includes/google/class-cr-product-feed-attributes.php:247
483
  #: includes/google/class-cr-product-feed-identifiers.php:299
484
+ #: includes/google/class-cr-product-feed-reviews.php:294
485
  msgid "Product Tag"
486
  msgstr ""
487
 
585
 
586
  #: includes/google/class-cr-product-feed-identifiers.php:94
587
  #: includes/google/class-cr-product-feed-identifiers.php:205
588
+ #: includes/google/class-cr-product-feed-reviews.php:167
589
  #: includes/google/class-cr-product-fields.php:39
590
  #: includes/google/class-cr-product-fields.php:104
591
  msgid "GTIN"
601
 
602
  #: includes/google/class-cr-product-feed-identifiers.php:101
603
  #: includes/google/class-cr-product-feed-identifiers.php:218
604
+ #: includes/google/class-cr-product-feed-reviews.php:180
605
  #: includes/google/class-cr-product-fields.php:50
606
  #: includes/google/class-cr-product-fields.php:118
607
  msgid "MPN"
615
 
616
  #: includes/google/class-cr-product-feed-identifiers.php:108
617
  #: includes/google/class-cr-product-feed-identifiers.php:231
618
+ #: includes/google/class-cr-product-feed-reviews.php:206
619
  #: includes/google/class-cr-product-fields.php:61
620
  #: includes/google/class-cr-product-fields.php:136
621
  msgid "Brand"
670
  msgid "Product identifiers required by Google Shopping"
671
  msgstr ""
672
 
673
+ #: includes/google/class-cr-product-feed-reviews.php:76
674
  msgid "Reviews XML Feed"
675
  msgstr ""
676
 
677
+ #: includes/google/class-cr-product-feed-reviews.php:78
678
  msgid ""
679
  "Google Shopping is a service that allows merchants to list their products by "
680
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
682
  "for your products in Google Shopping."
683
  msgstr ""
684
 
685
+ #: includes/google/class-cr-product-feed-reviews.php:82
686
  msgid "Variable Product Identifiers"
687
  msgstr ""
688
 
689
+ #: includes/google/class-cr-product-feed-reviews.php:84
690
  msgid ""
691
  "Google permits sharing of reviews between variable products and their "
692
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
694
  "linked to reviews in the XML feed."
695
  msgstr ""
696
 
697
+ #: includes/google/class-cr-product-feed-reviews.php:97
698
  msgid "Encode Special Characters"
699
  msgstr ""
700
 
701
+ #: includes/google/class-cr-product-feed-reviews.php:98
702
  msgid "Encode special characters in the XML feed"
703
  msgstr ""
704
 
705
+ #: includes/google/class-cr-product-feed-reviews.php:104
706
  msgid "Minimum Length of Reviews"
707
  msgstr ""
708
 
709
+ #: includes/google/class-cr-product-feed-reviews.php:105
710
  msgid ""
711
  "Google might reject XML feeds with very short reviews. Use this setting to "
712
  "specify a minimum number of characters that a review should have to be "
713
  "included in the XML feed."
714
  msgstr ""
715
 
716
+ #: includes/google/class-cr-product-feed-reviews.php:113
717
  msgid "Fields Mapping"
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:114
721
  msgid ""
722
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
723
  "Brand fields in XML Product Review Feed for Google Shopping."
724
  msgstr ""
725
 
726
+ #: includes/google/class-cr-product-feed-reviews.php:154
727
  msgid "XML Feed Field"
728
  msgstr ""
729
 
730
+ #: includes/google/class-cr-product-feed-reviews.php:159
731
  msgid "WooCommerce Field"
732
  msgstr ""
733
 
734
+ #: includes/google/class-cr-product-feed-reviews.php:193
735
  msgid "SKU"
736
  msgstr ""
737
 
912
  msgstr[1] ""
913
  msgstr[2] ""
914
 
915
+ #: includes/google/class-cr-product-feed-status.php:432
916
+ #: includes/google/class-cr-product-feed-status.php:445
917
+ #: includes/google/class-cr-product-feed-status.php:458
918
+ #: includes/google/class-cr-product-feed-status.php:471
919
+ #: includes/google/class-cr-product-feed-status.php:484
920
+ #: includes/google/class-cr-product-feed-status.php:497
921
  msgid ""
922
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
923
  msgstr ""
924
 
925
+ #: includes/google/class-cr-product-feed-status.php:443
926
  msgid "<strong>%1d</strong> product review (5 stars)"
927
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
928
  msgstr[0] ""
929
  msgstr[1] ""
930
  msgstr[2] ""
931
 
932
+ #: includes/google/class-cr-product-feed-status.php:456
933
  msgid "<strong>%1d</strong> product review (4 stars)"
934
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
935
  msgstr[0] ""
936
  msgstr[1] ""
937
  msgstr[2] ""
938
 
939
+ #: includes/google/class-cr-product-feed-status.php:469
940
  msgid "<strong>%1d</strong> product review (3 stars)"
941
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
942
  msgstr[0] ""
943
  msgstr[1] ""
944
  msgstr[2] ""
945
 
946
+ #: includes/google/class-cr-product-feed-status.php:482
947
  msgid "<strong>%1d</strong> product review (2 stars)"
948
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
949
  msgstr[0] ""
950
  msgstr[1] ""
951
  msgstr[2] ""
952
 
953
+ #: includes/google/class-cr-product-feed-status.php:495
954
  msgid "<strong>%1d</strong> product review (1 star)"
955
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
956
  msgstr[0] ""
2214
  msgid "Search"
2215
  msgstr ""
2216
 
2217
+ #: includes/reviews/class-cr-replies.php:141
2218
  msgid "A copy of the reply was published on CusRev portal"
2219
  msgstr ""
2220
 
2221
+ #: includes/reviews/class-cr-replies.php:150
2222
+ #: includes/reviews/class-cr-replies.php:163
2223
  msgid "Unknown error"
2224
  msgstr ""
2225
 
2226
+ #: includes/reviews/class-cr-replies.php:170
2227
  msgid "ID of the current user is not set"
2228
  msgstr ""
2229
 
2520
  "settings</a>."
2521
  msgstr ""
2522
 
2523
+ #: includes/settings/class-cr-settings-cusrev.php:34
2524
+ #: includes/settings/class-cr-settings-cusrev.php:58
2525
  msgid "CusRev.com"
2526
  msgstr ""
2527
 
2528
+ #: includes/settings/class-cr-settings-cusrev.php:60
2529
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2530
  msgstr ""
2531
 
2532
+ #: includes/settings/class-cr-settings-cusrev.php:64
2533
  msgid "Page Enabled"
2534
  msgstr ""
2535
 
2536
+ #: includes/settings/class-cr-settings-cusrev.php:65
2537
  msgid ""
2538
  "Enable or disable a public page with verified copies of reviews of your "
2539
  "store and products at CusRev website. If this option is enabled, additional "
2542
  "the review on CusRev.com."
2543
  msgstr ""
2544
 
2545
+ #: includes/settings/class-cr-settings-cusrev.php:72
2546
  msgid "Page URL"
2547
  msgstr ""
2548
 
2549
+ #: includes/settings/class-cr-settings-cusrev.php:73
2550
  msgid ""
2551
  "Specify name of the page with verified reviews. This will be a base URL for "
2552
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2553
  "the name of the page."
2554
  msgstr ""
2555
 
2556
+ #: includes/settings/class-cr-settings-cusrev.php:81
2557
  msgid "Age Restriction"
2558
  msgstr ""
2559
 
2560
+ #: includes/settings/class-cr-settings-cusrev.php:82
2561
  msgid ""
2562
  "Enable this option if your store sells age-restricted products (e.g., adult "
2563
  "content, alcohol, etc.)"
3309
  msgid "Review Extensions"
3310
  msgstr ""
3311
 
3312
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3313
+ msgid ""
3314
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3315
+ "products pages. By default, visual appearance of reviews is controlled by "
3316
+ "WooCommerce and your active WordPress theme. There is also an option to "
3317
+ "enable an enhanced visual style for display of reviews on product pages."
3318
+ msgstr ""
3319
+
3320
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3321
+ msgid ""
3322
+ "If you would like to display reviews in locations other than the standard "
3323
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3324
+ "or Gutenberg blocks provided by the plugin."
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3328
+ msgid "Display of Customer Reviews"
3329
+ msgstr ""
3330
+
3331
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3332
+ msgid "Visual Style"
3333
+ msgstr ""
3334
+
3335
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3336
+ msgid "WooCommerce (basic user interface)"
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3340
+ msgid "CusRev (enhanced user interface)"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3344
+ msgid "Default Quantity of Reviews"
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3348
+ msgid ""
3349
+ "Specify the default number of reviews that will be shown during the initial "
3350
+ "product page load."
3351
+ msgstr ""
3352
+
3353
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3354
+ msgid "Default Sorting Order"
3355
+ msgstr ""
3356
+
3357
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3358
+ msgid ""
3359
+ "Define how reviews are sorted by default. The option to vote for reviews "
3360
+ "must be enabled to show the most helpful reviews first."
3361
+ msgstr ""
3362
+
3363
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3364
+ msgid "Recent reviews first"
3365
+ msgstr ""
3366
+
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3368
+ msgid "Most helpful reviews first"
3369
+ msgstr ""
3370
+
3371
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3372
+ msgid "Review Form"
3373
+ msgstr ""
3374
+
3375
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3376
+ msgid ""
3377
+ "Display a review form on product pages. If you would like to protect your "
3378
+ "site from SPAM reviews and allow customers to submit reviews only via "
3379
+ "invitations (review reminders), this option should be disabled."
3380
+ msgstr ""
3381
+
3382
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3383
  msgid "Extensions for Customer Reviews"
3384
  msgstr ""
3385
 
3386
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3387
  msgid ""
3388
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3389
  "you can configure various extensions for standard WooCommerce reviews."
3390
  msgstr ""
3391
 
3392
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3393
  msgid "Attach Images"
3394
  msgstr ""
3395
 
3396
  #. translators: please keep %1$s and %2$s in the translated version
3397
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3398
  msgid ""
3399
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3400
  "you would like to enable attachment of images on aggregated review forms, "
3401
  "this can be done %1$shere%2$s."
3402
  msgstr ""
3403
 
3404
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3405
  msgid "Quantity of Images"
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3409
  msgid ""
3410
  "Specify the maximum number of images that can be uploaded for a single "
3411
  "review. This setting applies only to reviews submitted on single product "
3412
  "pages."
3413
  msgstr ""
3414
 
3415
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3416
  msgid "Maximum Size of Image"
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3420
  msgid ""
3421
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3422
  "review. This setting applies only to reviews submitted on single product "
3423
  "pages."
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3427
  msgid "Disable Lightbox"
3428
  msgstr ""
3429
 
3430
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3431
  msgid ""
3432
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3433
  "this option only if your theme generates lightboxes for any picture on the "
3435
  "attached to a review."
3436
  msgstr ""
3437
 
3438
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3439
  msgid "reCAPTCHA V2 for Reviews"
3440
  msgstr ""
3441
 
3442
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3443
  msgid ""
3444
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3445
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3446
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3450
  msgid "reCAPTCHA V2 Site Key"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3454
  msgid ""
3455
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3456
  "after registration at reCAPTCHA website."
3457
  msgstr ""
3458
 
3459
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3460
  msgid "reCAPTCHA V2 Secret Key"
3461
  msgstr ""
3462
 
3463
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3464
  msgid ""
3465
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3466
  "receive after registration at reCAPTCHA website."
3467
  msgstr ""
3468
 
3469
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3470
  msgid "Reviews Summary Bar"
3471
  msgstr ""
3472
 
3473
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3474
  msgid ""
3475
  "Enable display of a histogram table with a summary of reviews on a product "
3476
  "page."
3477
  msgstr ""
3478
 
3479
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3480
  msgid "Vote for Reviews"
3481
  msgstr ""
3482
 
3483
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3484
  msgid ""
3485
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3486
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3487
  "addresses to identify this visitor."
3488
  msgstr ""
3489
 
3490
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3491
  msgid "Remove Plugin's Branding"
3492
  msgstr ""
3493
 
3494
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3495
  msgid ""
3496
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3497
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3498
  "would like to support us, please disable this checkbox."
3499
  msgstr ""
3500
 
3501
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3502
  msgid "Verified Owner"
3503
  msgstr ""
3504
 
3505
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3506
  msgid ""
3507
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3508
  "customer reviews with a custom one. If this field is blank, the standard "
3509
  "WooCommerce label will be used."
3510
  msgstr ""
3511
 
3512
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3513
  msgid "Customer Avatars"
3514
  msgstr ""
3515
 
3516
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3517
  msgid ""
3518
  "Choose how customer avatars are displayed on WooCommerce single product "
3519
  "pages. You can use either the standard WordPress avatars or avatars created "
3520
  "based on initial letters of customer names."
3521
  msgstr ""
3522
 
3523
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3524
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3525
  msgid "Standard"
3526
  msgstr ""
3527
 
3528
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3529
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3530
  msgid "Initials"
3531
  msgstr ""
3532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3533
  #: includes/settings/class-cr-settings-review-reminder.php:89
3534
  #: includes/settings/class-cr-settings-review-reminder.php:94
3535
  #: includes/settings/class-cr-settings-review-reminder.php:99
4725
  msgid "Tags for Reviews"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4729
  msgid "Independently verified"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4733
  msgid "independently verified"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4737
  msgid "What Our Clients Say"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4741
  msgid "what our clients say"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4745
  msgid "%s rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4749
  msgid "rating %s / 5"
4750
  msgstr ""
4751
 
4752
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4753
  msgid "%s store rating"
4754
  msgstr ""
4755
 
4756
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4757
  msgid "Store rating %s / 5"
4758
  msgstr ""
4759
 
4760
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4761
  msgid "store rating"
4762
  msgstr ""
4763
 
4764
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4765
  msgid "%s product rating"
4766
  msgstr ""
4767
 
4768
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4769
  msgid "Product rating %s / 5"
4770
  msgstr ""
4771
 
4772
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4773
  msgid "product rating"
4774
  msgstr ""
4775
 
4776
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4777
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4778
  msgid "%s review"
4779
  msgid_plural "%s reviews"
4780
  msgstr[0] ""
languages/customer-reviews-woocommerce-sl_SI.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-01-19 01:13+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
@@ -69,21 +69,21 @@ msgstr ""
69
  msgid "Settings"
70
  msgstr ""
71
 
72
- #: includes/blocks/class-cr-all-reviews.php:431
73
- #: includes/blocks/class-cr-all-reviews.php:489
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
- #: includes/blocks/class-cr-all-reviews.php:484
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
- #: includes/blocks/class-cr-all-reviews.php:513
86
- #: includes/blocks/class-cr-all-reviews.php:841
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
@@ -95,8 +95,8 @@ msgstr[2] ""
95
  msgstr[3] ""
96
 
97
  #. translators: $d is the number of reviews
98
- #: includes/blocks/class-cr-all-reviews.php:514
99
- #: includes/blocks/class-cr-all-reviews.php:842
100
  #: includes/blocks/class-cr-reviews-grid.php:903
101
  #: includes/reviews/class-cr-ajax-reviews.php:381
102
  #: includes/reviews/class-cr-reviews.php:522
@@ -107,7 +107,7 @@ msgstr[1] ""
107
  msgstr[2] ""
108
  msgstr[3] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:756
111
  #: includes/blocks/class-cr-reviews-grid.php:817
112
  #: includes/reviews/class-cr-reviews.php:445
113
  msgid "Based on %s review"
@@ -117,8 +117,8 @@ msgstr[1] ""
117
  msgstr[2] ""
118
  msgstr[3] ""
119
 
120
- #: includes/blocks/class-cr-all-reviews.php:768
121
- #: includes/blocks/class-cr-all-reviews.php:772
122
  #: includes/blocks/class-cr-reviews-grid.php:829
123
  #: includes/blocks/class-cr-reviews-grid.php:833
124
  #: includes/reviews/class-cr-reviews.php:457
@@ -126,8 +126,8 @@ msgstr[3] ""
126
  msgid "5 star"
127
  msgstr "5 zvezdic"
128
 
129
- #: includes/blocks/class-cr-all-reviews.php:781
130
- #: includes/blocks/class-cr-all-reviews.php:785
131
  #: includes/blocks/class-cr-reviews-grid.php:842
132
  #: includes/blocks/class-cr-reviews-grid.php:846
133
  #: includes/reviews/class-cr-reviews.php:468
@@ -135,8 +135,8 @@ msgstr "5 zvezdic"
135
  msgid "4 star"
136
  msgstr "4 zvezdice"
137
 
138
- #: includes/blocks/class-cr-all-reviews.php:794
139
- #: includes/blocks/class-cr-all-reviews.php:798
140
  #: includes/blocks/class-cr-reviews-grid.php:855
141
  #: includes/blocks/class-cr-reviews-grid.php:859
142
  #: includes/reviews/class-cr-reviews.php:479
@@ -144,8 +144,8 @@ msgstr "4 zvezdice"
144
  msgid "3 star"
145
  msgstr "3 zvezdice"
146
 
147
- #: includes/blocks/class-cr-all-reviews.php:807
148
- #: includes/blocks/class-cr-all-reviews.php:811
149
  #: includes/blocks/class-cr-reviews-grid.php:868
150
  #: includes/blocks/class-cr-reviews-grid.php:872
151
  #: includes/reviews/class-cr-reviews.php:490
@@ -153,8 +153,8 @@ msgstr "3 zvezdice"
153
  msgid "2 star"
154
  msgstr "2 zvezdici"
155
 
156
- #: includes/blocks/class-cr-all-reviews.php:820
157
- #: includes/blocks/class-cr-all-reviews.php:824
158
  #: includes/blocks/class-cr-reviews-grid.php:881
159
  #: includes/blocks/class-cr-reviews-grid.php:885
160
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -381,7 +381,7 @@ msgid "Google"
381
  msgstr ""
382
 
383
  #: includes/google/class-cr-admin-menu-product-feed.php:141
384
- #: includes/google/class-cr-product-feed-reviews.php:41
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
386
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -404,88 +404,88 @@ msgstr ""
404
  msgid "Anonymous"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
408
  msgid ""
409
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
410
  "hosting support to enable it."
411
  msgstr ""
412
 
413
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
414
  msgid ""
415
  "Error: no products found for the XML Product Feed. Please check exclusion "
416
  "settings for products and product categories."
417
  msgstr ""
418
 
419
  #: includes/google/class-cr-product-feed-attributes.php:40
420
- #: includes/google/class-cr-product-feed-attributes.php:84
421
  msgid "Product Attributes"
422
  msgstr ""
423
 
424
- #: includes/google/class-cr-product-feed-attributes.php:86
425
  msgid ""
426
  "Specify mapping of WooCommerce product fields to Google Shopping product "
427
  "attributes that might be required in certain countries for some product "
428
  "categories."
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:121
432
  #: includes/google/class-cr-product-feed-identifiers.php:169
433
  msgid "WooCommerce Product Field"
434
  msgstr ""
435
 
436
- #: includes/google/class-cr-product-feed-attributes.php:122
437
  #: includes/google/class-cr-product-feed-identifiers.php:170
438
  msgid "Select a product field that should be mapped"
439
  msgstr ""
440
 
441
- #: includes/google/class-cr-product-feed-attributes.php:127
442
  msgid "Google Shopping Attribute"
443
  msgstr ""
444
 
445
- #: includes/google/class-cr-product-feed-attributes.php:128
446
  msgid "Product attributes required by Google Shopping in some countries"
447
  msgstr ""
448
 
449
- #: includes/google/class-cr-product-feed-attributes.php:178
450
  #: includes/google/class-cr-product-feed-identifiers.php:192
451
  #: includes/google/class-cr-product-feed-identifiers.php:245
452
- #: includes/google/class-cr-product-feed-reviews.php:249
453
  msgid "Product ID"
454
  msgstr ""
455
 
456
- #: includes/google/class-cr-product-feed-attributes.php:179
457
  #: includes/google/class-cr-product-feed-identifiers.php:246
458
- #: includes/google/class-cr-product-feed-reviews.php:250
459
  msgid "Product SKU"
460
  msgstr ""
461
 
462
- #: includes/google/class-cr-product-feed-attributes.php:180
463
  #: includes/google/class-cr-product-feed-identifiers.php:247
464
- #: includes/google/class-cr-product-feed-reviews.php:251
465
  msgid "Product Name"
466
  msgstr ""
467
 
468
- #: includes/google/class-cr-product-feed-attributes.php:228
469
  #: includes/google/class-cr-product-feed-identifiers.php:295
470
- #: includes/google/class-cr-product-feed-reviews.php:299
471
  msgid "Product GTIN"
472
  msgstr ""
473
 
474
- #: includes/google/class-cr-product-feed-attributes.php:229
475
  #: includes/google/class-cr-product-feed-identifiers.php:296
476
- #: includes/google/class-cr-product-feed-reviews.php:300
477
  msgid "Product MPN"
478
  msgstr ""
479
 
480
- #: includes/google/class-cr-product-feed-attributes.php:230
481
  #: includes/google/class-cr-product-feed-identifiers.php:297
482
- #: includes/google/class-cr-product-feed-reviews.php:301
483
  msgid "Product Brand"
484
  msgstr ""
485
 
486
- #: includes/google/class-cr-product-feed-attributes.php:232
487
  #: includes/google/class-cr-product-feed-identifiers.php:299
488
- #: includes/google/class-cr-product-feed-reviews.php:303
489
  msgid "Product Tag"
490
  msgstr ""
491
 
@@ -589,7 +589,7 @@ msgstr ""
589
 
590
  #: includes/google/class-cr-product-feed-identifiers.php:94
591
  #: includes/google/class-cr-product-feed-identifiers.php:205
592
- #: includes/google/class-cr-product-feed-reviews.php:176
593
  #: includes/google/class-cr-product-fields.php:39
594
  #: includes/google/class-cr-product-fields.php:104
595
  msgid "GTIN"
@@ -605,7 +605,7 @@ msgstr ""
605
 
606
  #: includes/google/class-cr-product-feed-identifiers.php:101
607
  #: includes/google/class-cr-product-feed-identifiers.php:218
608
- #: includes/google/class-cr-product-feed-reviews.php:189
609
  #: includes/google/class-cr-product-fields.php:50
610
  #: includes/google/class-cr-product-fields.php:118
611
  msgid "MPN"
@@ -619,7 +619,7 @@ msgstr ""
619
 
620
  #: includes/google/class-cr-product-feed-identifiers.php:108
621
  #: includes/google/class-cr-product-feed-identifiers.php:231
622
- #: includes/google/class-cr-product-feed-reviews.php:215
623
  #: includes/google/class-cr-product-fields.php:61
624
  #: includes/google/class-cr-product-fields.php:136
625
  msgid "Brand"
@@ -674,11 +674,11 @@ msgstr ""
674
  msgid "Product identifiers required by Google Shopping"
675
  msgstr ""
676
 
677
- #: includes/google/class-cr-product-feed-reviews.php:85
678
  msgid "Reviews XML Feed"
679
  msgstr ""
680
 
681
- #: includes/google/class-cr-product-feed-reviews.php:87
682
  msgid ""
683
  "Google Shopping is a service that allows merchants to list their products by "
684
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -686,11 +686,11 @@ msgid ""
686
  "for your products in Google Shopping."
687
  msgstr ""
688
 
689
- #: includes/google/class-cr-product-feed-reviews.php:91
690
  msgid "Variable Product Identifiers"
691
  msgstr ""
692
 
693
- #: includes/google/class-cr-product-feed-reviews.php:93
694
  msgid ""
695
  "Google permits sharing of reviews between variable products and their "
696
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -698,44 +698,44 @@ msgid ""
698
  "linked to reviews in the XML feed."
699
  msgstr ""
700
 
701
- #: includes/google/class-cr-product-feed-reviews.php:106
702
  msgid "Encode Special Characters"
703
  msgstr ""
704
 
705
- #: includes/google/class-cr-product-feed-reviews.php:107
706
  msgid "Encode special characters in the XML feed"
707
  msgstr ""
708
 
709
- #: includes/google/class-cr-product-feed-reviews.php:113
710
  msgid "Minimum Length of Reviews"
711
  msgstr ""
712
 
713
- #: includes/google/class-cr-product-feed-reviews.php:114
714
  msgid ""
715
  "Google might reject XML feeds with very short reviews. Use this setting to "
716
  "specify a minimum number of characters that a review should have to be "
717
  "included in the XML feed."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:122
721
  msgid "Fields Mapping"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:123
725
  msgid ""
726
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
727
  "Brand fields in XML Product Review Feed for Google Shopping."
728
  msgstr ""
729
 
730
- #: includes/google/class-cr-product-feed-reviews.php:163
731
  msgid "XML Feed Field"
732
  msgstr ""
733
 
734
- #: includes/google/class-cr-product-feed-reviews.php:168
735
  msgid "WooCommerce Field"
736
  msgstr ""
737
 
738
- #: includes/google/class-cr-product-feed-reviews.php:202
739
  msgid "SKU"
740
  msgstr ""
741
 
@@ -919,17 +919,17 @@ msgstr[1] ""
919
  msgstr[2] ""
920
  msgstr[3] ""
921
 
922
- #: includes/google/class-cr-product-feed-status.php:434
923
- #: includes/google/class-cr-product-feed-status.php:443
924
- #: includes/google/class-cr-product-feed-status.php:452
925
- #: includes/google/class-cr-product-feed-status.php:461
926
- #: includes/google/class-cr-product-feed-status.php:470
927
- #: includes/google/class-cr-product-feed-status.php:479
928
  msgid ""
929
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
930
  msgstr ""
931
 
932
- #: includes/google/class-cr-product-feed-status.php:439
933
  msgid "<strong>%1d</strong> product review (5 stars)"
934
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
935
  msgstr[0] ""
@@ -937,7 +937,7 @@ msgstr[1] ""
937
  msgstr[2] ""
938
  msgstr[3] ""
939
 
940
- #: includes/google/class-cr-product-feed-status.php:448
941
  msgid "<strong>%1d</strong> product review (4 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
943
  msgstr[0] ""
@@ -945,7 +945,7 @@ msgstr[1] ""
945
  msgstr[2] ""
946
  msgstr[3] ""
947
 
948
- #: includes/google/class-cr-product-feed-status.php:457
949
  msgid "<strong>%1d</strong> product review (3 stars)"
950
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
951
  msgstr[0] ""
@@ -953,7 +953,7 @@ msgstr[1] ""
953
  msgstr[2] ""
954
  msgstr[3] ""
955
 
956
- #: includes/google/class-cr-product-feed-status.php:466
957
  msgid "<strong>%1d</strong> product review (2 stars)"
958
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
959
  msgstr[0] ""
@@ -961,7 +961,7 @@ msgstr[1] ""
961
  msgstr[2] ""
962
  msgstr[3] ""
963
 
964
- #: includes/google/class-cr-product-feed-status.php:475
965
  msgid "<strong>%1d</strong> product review (1 star)"
966
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
967
  msgstr[0] ""
@@ -2228,16 +2228,16 @@ msgstr ""
2228
  msgid "Search"
2229
  msgstr ""
2230
 
2231
- #: includes/reviews/class-cr-replies.php:102
2232
  msgid "A copy of the reply was published on CusRev portal"
2233
  msgstr ""
2234
 
2235
- #: includes/reviews/class-cr-replies.php:111
2236
- #: includes/reviews/class-cr-replies.php:124
2237
  msgid "Unknown error"
2238
  msgstr ""
2239
 
2240
- #: includes/reviews/class-cr-replies.php:131
2241
  msgid "ID of the current user is not set"
2242
  msgstr ""
2243
 
@@ -2535,20 +2535,20 @@ msgid ""
2535
  "settings</a>."
2536
  msgstr ""
2537
 
2538
- #: includes/settings/class-cr-settings-cusrev.php:31
2539
- #: includes/settings/class-cr-settings-cusrev.php:55
2540
  msgid "CusRev.com"
2541
  msgstr ""
2542
 
2543
- #: includes/settings/class-cr-settings-cusrev.php:57
2544
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2545
  msgstr ""
2546
 
2547
- #: includes/settings/class-cr-settings-cusrev.php:61
2548
  msgid "Page Enabled"
2549
  msgstr ""
2550
 
2551
- #: includes/settings/class-cr-settings-cusrev.php:62
2552
  msgid ""
2553
  "Enable or disable a public page with verified copies of reviews of your "
2554
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2557,22 +2557,22 @@ msgid ""
2557
  "the review on CusRev.com."
2558
  msgstr ""
2559
 
2560
- #: includes/settings/class-cr-settings-cusrev.php:69
2561
  msgid "Page URL"
2562
  msgstr ""
2563
 
2564
- #: includes/settings/class-cr-settings-cusrev.php:70
2565
  msgid ""
2566
  "Specify name of the page with verified reviews. This will be a base URL for "
2567
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2568
  "the name of the page."
2569
  msgstr ""
2570
 
2571
- #: includes/settings/class-cr-settings-cusrev.php:78
2572
  msgid "Age Restriction"
2573
  msgstr ""
2574
 
2575
- #: includes/settings/class-cr-settings-cusrev.php:79
2576
  msgid ""
2577
  "Enable this option if your store sells age-restricted products (e.g., adult "
2578
  "content, alcohol, etc.)"
@@ -3324,55 +3324,125 @@ msgstr ""
3324
  msgid "Review Extensions"
3325
  msgstr ""
3326
 
3327
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3328
  msgid "Extensions for Customer Reviews"
3329
  msgstr ""
3330
 
3331
- #: includes/settings/class-cr-settings-review-extensions.php:77
3332
  msgid ""
3333
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3334
  "you can configure various extensions for standard WooCommerce reviews."
3335
  msgstr ""
3336
 
3337
- #: includes/settings/class-cr-settings-review-extensions.php:81
3338
  msgid "Attach Images"
3339
  msgstr ""
3340
 
3341
  #. translators: please keep %1$s and %2$s in the translated version
3342
- #: includes/settings/class-cr-settings-review-extensions.php:83
3343
  msgid ""
3344
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3345
  "you would like to enable attachment of images on aggregated review forms, "
3346
  "this can be done %1$shere%2$s."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:89
3350
  msgid "Quantity of Images"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:90
3354
  msgid ""
3355
  "Specify the maximum number of images that can be uploaded for a single "
3356
  "review. This setting applies only to reviews submitted on single product "
3357
  "pages."
3358
  msgstr ""
3359
 
3360
- #: includes/settings/class-cr-settings-review-extensions.php:97
3361
  msgid "Maximum Size of Image"
3362
  msgstr ""
3363
 
3364
- #: includes/settings/class-cr-settings-review-extensions.php:98
3365
  msgid ""
3366
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3367
  "review. This setting applies only to reviews submitted on single product "
3368
  "pages."
3369
  msgstr ""
3370
 
3371
- #: includes/settings/class-cr-settings-review-extensions.php:105
3372
  msgid "Disable Lightbox"
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:106
3376
  msgid ""
3377
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3378
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3380,155 +3450,101 @@ msgid ""
3380
  "attached to a review."
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:112
3384
  msgid "reCAPTCHA V2 for Reviews"
3385
  msgstr ""
3386
 
3387
- #: includes/settings/class-cr-settings-review-extensions.php:113
3388
  msgid ""
3389
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3390
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3391
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:119
3395
  msgid "reCAPTCHA V2 Site Key"
3396
  msgstr ""
3397
 
3398
- #: includes/settings/class-cr-settings-review-extensions.php:121
3399
  msgid ""
3400
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3401
  "after registration at reCAPTCHA website."
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:127
3405
  msgid "reCAPTCHA V2 Secret Key"
3406
  msgstr ""
3407
 
3408
- #: includes/settings/class-cr-settings-review-extensions.php:129
3409
  msgid ""
3410
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3411
  "receive after registration at reCAPTCHA website."
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:135
3415
  msgid "Reviews Summary Bar"
3416
  msgstr ""
3417
 
3418
- #: includes/settings/class-cr-settings-review-extensions.php:136
3419
  msgid ""
3420
  "Enable display of a histogram table with a summary of reviews on a product "
3421
  "page."
3422
  msgstr ""
3423
 
3424
- #: includes/settings/class-cr-settings-review-extensions.php:142
3425
  msgid "Vote for Reviews"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:143
3429
  msgid ""
3430
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3431
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3432
  "addresses to identify this visitor."
3433
  msgstr ""
3434
 
3435
- #: includes/settings/class-cr-settings-review-extensions.php:149
3436
  msgid "Remove Plugin's Branding"
3437
  msgstr ""
3438
 
3439
- #: includes/settings/class-cr-settings-review-extensions.php:150
3440
  msgid ""
3441
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3442
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3443
  "would like to support us, please disable this checkbox."
3444
  msgstr ""
3445
 
3446
- #: includes/settings/class-cr-settings-review-extensions.php:156
3447
  msgid "Verified Owner"
3448
  msgstr ""
3449
 
3450
- #: includes/settings/class-cr-settings-review-extensions.php:158
3451
  msgid ""
3452
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3453
  "customer reviews with a custom one. If this field is blank, the standard "
3454
  "WooCommerce label will be used."
3455
  msgstr ""
3456
 
3457
- #: includes/settings/class-cr-settings-review-extensions.php:164
3458
  msgid "Customer Avatars"
3459
  msgstr ""
3460
 
3461
- #: includes/settings/class-cr-settings-review-extensions.php:166
3462
  msgid ""
3463
  "Choose how customer avatars are displayed on WooCommerce single product "
3464
  "pages. You can use either the standard WordPress avatars or avatars created "
3465
  "based on initial letters of customer names."
3466
  msgstr ""
3467
 
3468
- #: includes/settings/class-cr-settings-review-extensions.php:172
3469
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3470
  msgid "Standard"
3471
  msgstr ""
3472
 
3473
- #: includes/settings/class-cr-settings-review-extensions.php:173
3474
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3475
  msgid "Initials"
3476
  msgstr ""
3477
 
3478
- #: includes/settings/class-cr-settings-review-extensions.php:181
3479
- #: includes/settings/class-cr-settings-review-extensions.php:187
3480
- msgid "Lazy Load Reviews"
3481
- msgstr ""
3482
-
3483
- #: includes/settings/class-cr-settings-review-extensions.php:183
3484
- msgid ""
3485
- "Settings to display reviews with 'Show more' button instead of the standard "
3486
- "WordPress pagination."
3487
- msgstr ""
3488
-
3489
- #: includes/settings/class-cr-settings-review-extensions.php:188
3490
- msgid "Display reviews on product pages with 'Show more' button."
3491
- msgstr ""
3492
-
3493
- #: includes/settings/class-cr-settings-review-extensions.php:194
3494
- msgid "Default Quantity of Reviews"
3495
- msgstr ""
3496
-
3497
- #: includes/settings/class-cr-settings-review-extensions.php:195
3498
- msgid ""
3499
- "Specify the default number of reviews that will be shown during the initial "
3500
- "product page load."
3501
- msgstr ""
3502
-
3503
- #: includes/settings/class-cr-settings-review-extensions.php:202
3504
- msgid "Default Sorting Order"
3505
- msgstr ""
3506
-
3507
- #: includes/settings/class-cr-settings-review-extensions.php:204
3508
- msgid ""
3509
- "Define how reviews are sorted by default. The option to vote for reviews "
3510
- "must be enabled to show the most helpful reviews first."
3511
- msgstr ""
3512
-
3513
- #: includes/settings/class-cr-settings-review-extensions.php:210
3514
- msgid "Recent reviews first"
3515
- msgstr ""
3516
-
3517
- #: includes/settings/class-cr-settings-review-extensions.php:211
3518
- msgid "Most helpful reviews first"
3519
- msgstr ""
3520
-
3521
- #: includes/settings/class-cr-settings-review-extensions.php:215
3522
- msgid "Review Form"
3523
- msgstr ""
3524
-
3525
- #: includes/settings/class-cr-settings-review-extensions.php:216
3526
- msgid ""
3527
- "Display a review form on product pages. If you would like to protect your "
3528
- "site from SPAM reviews and allow customers to submit reviews only via "
3529
- "invitations (review reminders), this option should be disabled."
3530
- msgstr ""
3531
-
3532
  #: includes/settings/class-cr-settings-review-reminder.php:89
3533
  #: includes/settings/class-cr-settings-review-reminder.php:94
3534
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4724,56 +4740,56 @@ msgstr ""
4724
  msgid "Tags for Reviews"
4725
  msgstr ""
4726
 
4727
- #: includes/trust-badge/class-cr-trust-badge.php:202
4728
  msgid "Independently verified"
4729
  msgstr ""
4730
 
4731
- #: includes/trust-badge/class-cr-trust-badge.php:203
4732
  msgid "independently verified"
4733
  msgstr ""
4734
 
4735
- #: includes/trust-badge/class-cr-trust-badge.php:205
4736
  msgid "What Our Clients Say"
4737
  msgstr ""
4738
 
4739
- #: includes/trust-badge/class-cr-trust-badge.php:206
4740
  msgid "what our clients say"
4741
  msgstr ""
4742
 
4743
- #: includes/trust-badge/class-cr-trust-badge.php:210
4744
  msgid "%s rating"
4745
  msgstr ""
4746
 
4747
- #: includes/trust-badge/class-cr-trust-badge.php:211
4748
  msgid "rating %s / 5"
4749
  msgstr ""
4750
 
4751
- #: includes/trust-badge/class-cr-trust-badge.php:212
4752
  msgid "%s store rating"
4753
  msgstr ""
4754
 
4755
- #: includes/trust-badge/class-cr-trust-badge.php:213
4756
  msgid "Store rating %s / 5"
4757
  msgstr ""
4758
 
4759
- #: includes/trust-badge/class-cr-trust-badge.php:214
4760
  msgid "store rating"
4761
  msgstr ""
4762
 
4763
- #: includes/trust-badge/class-cr-trust-badge.php:215
4764
  msgid "%s product rating"
4765
  msgstr ""
4766
 
4767
- #: includes/trust-badge/class-cr-trust-badge.php:216
4768
  msgid "Product rating %s / 5"
4769
  msgstr ""
4770
 
4771
- #: includes/trust-badge/class-cr-trust-badge.php:217
4772
  msgid "product rating"
4773
  msgstr ""
4774
 
4775
- #: includes/trust-badge/class-cr-trust-badge.php:218
4776
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4777
  msgid "%s review"
4778
  msgid_plural "%s reviews"
4779
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-01-19 01:13+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/blocks/class-cr-all-reviews.php:345
73
+ #: includes/blocks/class-cr-all-reviews.php:403
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
+ #: includes/blocks/class-cr-all-reviews.php:398
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
+ #: includes/blocks/class-cr-all-reviews.php:427
86
+ #: includes/blocks/class-cr-all-reviews.php:755
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
95
  msgstr[3] ""
96
 
97
  #. translators: $d is the number of reviews
98
+ #: includes/blocks/class-cr-all-reviews.php:428
99
+ #: includes/blocks/class-cr-all-reviews.php:756
100
  #: includes/blocks/class-cr-reviews-grid.php:903
101
  #: includes/reviews/class-cr-ajax-reviews.php:381
102
  #: includes/reviews/class-cr-reviews.php:522
107
  msgstr[2] ""
108
  msgstr[3] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:670
111
  #: includes/blocks/class-cr-reviews-grid.php:817
112
  #: includes/reviews/class-cr-reviews.php:445
113
  msgid "Based on %s review"
117
  msgstr[2] ""
118
  msgstr[3] ""
119
 
120
+ #: includes/blocks/class-cr-all-reviews.php:682
121
+ #: includes/blocks/class-cr-all-reviews.php:686
122
  #: includes/blocks/class-cr-reviews-grid.php:829
123
  #: includes/blocks/class-cr-reviews-grid.php:833
124
  #: includes/reviews/class-cr-reviews.php:457
126
  msgid "5 star"
127
  msgstr "5 zvezdic"
128
 
129
+ #: includes/blocks/class-cr-all-reviews.php:695
130
+ #: includes/blocks/class-cr-all-reviews.php:699
131
  #: includes/blocks/class-cr-reviews-grid.php:842
132
  #: includes/blocks/class-cr-reviews-grid.php:846
133
  #: includes/reviews/class-cr-reviews.php:468
135
  msgid "4 star"
136
  msgstr "4 zvezdice"
137
 
138
+ #: includes/blocks/class-cr-all-reviews.php:708
139
+ #: includes/blocks/class-cr-all-reviews.php:712
140
  #: includes/blocks/class-cr-reviews-grid.php:855
141
  #: includes/blocks/class-cr-reviews-grid.php:859
142
  #: includes/reviews/class-cr-reviews.php:479
144
  msgid "3 star"
145
  msgstr "3 zvezdice"
146
 
147
+ #: includes/blocks/class-cr-all-reviews.php:721
148
+ #: includes/blocks/class-cr-all-reviews.php:725
149
  #: includes/blocks/class-cr-reviews-grid.php:868
150
  #: includes/blocks/class-cr-reviews-grid.php:872
151
  #: includes/reviews/class-cr-reviews.php:490
153
  msgid "2 star"
154
  msgstr "2 zvezdici"
155
 
156
+ #: includes/blocks/class-cr-all-reviews.php:734
157
+ #: includes/blocks/class-cr-all-reviews.php:738
158
  #: includes/blocks/class-cr-reviews-grid.php:881
159
  #: includes/blocks/class-cr-reviews-grid.php:885
160
  #: includes/reviews/class-cr-reviews-list-table.php:444
381
  msgstr ""
382
 
383
  #: includes/google/class-cr-admin-menu-product-feed.php:141
384
+ #: includes/google/class-cr-product-feed-reviews.php:31
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
386
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
404
  msgid "Anonymous"
405
  msgstr ""
406
 
407
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
408
  msgid ""
409
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
410
  "hosting support to enable it."
411
  msgstr ""
412
 
413
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
414
  msgid ""
415
  "Error: no products found for the XML Product Feed. Please check exclusion "
416
  "settings for products and product categories."
417
  msgstr ""
418
 
419
  #: includes/google/class-cr-product-feed-attributes.php:40
420
+ #: includes/google/class-cr-product-feed-attributes.php:87
421
  msgid "Product Attributes"
422
  msgstr ""
423
 
424
+ #: includes/google/class-cr-product-feed-attributes.php:89
425
  msgid ""
426
  "Specify mapping of WooCommerce product fields to Google Shopping product "
427
  "attributes that might be required in certain countries for some product "
428
  "categories."
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:125
432
  #: includes/google/class-cr-product-feed-identifiers.php:169
433
  msgid "WooCommerce Product Field"
434
  msgstr ""
435
 
436
+ #: includes/google/class-cr-product-feed-attributes.php:126
437
  #: includes/google/class-cr-product-feed-identifiers.php:170
438
  msgid "Select a product field that should be mapped"
439
  msgstr ""
440
 
441
+ #: includes/google/class-cr-product-feed-attributes.php:131
442
  msgid "Google Shopping Attribute"
443
  msgstr ""
444
 
445
+ #: includes/google/class-cr-product-feed-attributes.php:132
446
  msgid "Product attributes required by Google Shopping in some countries"
447
  msgstr ""
448
 
449
+ #: includes/google/class-cr-product-feed-attributes.php:193
450
  #: includes/google/class-cr-product-feed-identifiers.php:192
451
  #: includes/google/class-cr-product-feed-identifiers.php:245
452
+ #: includes/google/class-cr-product-feed-reviews.php:240
453
  msgid "Product ID"
454
  msgstr ""
455
 
456
+ #: includes/google/class-cr-product-feed-attributes.php:194
457
  #: includes/google/class-cr-product-feed-identifiers.php:246
458
+ #: includes/google/class-cr-product-feed-reviews.php:241
459
  msgid "Product SKU"
460
  msgstr ""
461
 
462
+ #: includes/google/class-cr-product-feed-attributes.php:195
463
  #: includes/google/class-cr-product-feed-identifiers.php:247
464
+ #: includes/google/class-cr-product-feed-reviews.php:242
465
  msgid "Product Name"
466
  msgstr ""
467
 
468
+ #: includes/google/class-cr-product-feed-attributes.php:243
469
  #: includes/google/class-cr-product-feed-identifiers.php:295
470
+ #: includes/google/class-cr-product-feed-reviews.php:290
471
  msgid "Product GTIN"
472
  msgstr ""
473
 
474
+ #: includes/google/class-cr-product-feed-attributes.php:244
475
  #: includes/google/class-cr-product-feed-identifiers.php:296
476
+ #: includes/google/class-cr-product-feed-reviews.php:291
477
  msgid "Product MPN"
478
  msgstr ""
479
 
480
+ #: includes/google/class-cr-product-feed-attributes.php:245
481
  #: includes/google/class-cr-product-feed-identifiers.php:297
482
+ #: includes/google/class-cr-product-feed-reviews.php:292
483
  msgid "Product Brand"
484
  msgstr ""
485
 
486
+ #: includes/google/class-cr-product-feed-attributes.php:247
487
  #: includes/google/class-cr-product-feed-identifiers.php:299
488
+ #: includes/google/class-cr-product-feed-reviews.php:294
489
  msgid "Product Tag"
490
  msgstr ""
491
 
589
 
590
  #: includes/google/class-cr-product-feed-identifiers.php:94
591
  #: includes/google/class-cr-product-feed-identifiers.php:205
592
+ #: includes/google/class-cr-product-feed-reviews.php:167
593
  #: includes/google/class-cr-product-fields.php:39
594
  #: includes/google/class-cr-product-fields.php:104
595
  msgid "GTIN"
605
 
606
  #: includes/google/class-cr-product-feed-identifiers.php:101
607
  #: includes/google/class-cr-product-feed-identifiers.php:218
608
+ #: includes/google/class-cr-product-feed-reviews.php:180
609
  #: includes/google/class-cr-product-fields.php:50
610
  #: includes/google/class-cr-product-fields.php:118
611
  msgid "MPN"
619
 
620
  #: includes/google/class-cr-product-feed-identifiers.php:108
621
  #: includes/google/class-cr-product-feed-identifiers.php:231
622
+ #: includes/google/class-cr-product-feed-reviews.php:206
623
  #: includes/google/class-cr-product-fields.php:61
624
  #: includes/google/class-cr-product-fields.php:136
625
  msgid "Brand"
674
  msgid "Product identifiers required by Google Shopping"
675
  msgstr ""
676
 
677
+ #: includes/google/class-cr-product-feed-reviews.php:76
678
  msgid "Reviews XML Feed"
679
  msgstr ""
680
 
681
+ #: includes/google/class-cr-product-feed-reviews.php:78
682
  msgid ""
683
  "Google Shopping is a service that allows merchants to list their products by "
684
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
686
  "for your products in Google Shopping."
687
  msgstr ""
688
 
689
+ #: includes/google/class-cr-product-feed-reviews.php:82
690
  msgid "Variable Product Identifiers"
691
  msgstr ""
692
 
693
+ #: includes/google/class-cr-product-feed-reviews.php:84
694
  msgid ""
695
  "Google permits sharing of reviews between variable products and their "
696
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
698
  "linked to reviews in the XML feed."
699
  msgstr ""
700
 
701
+ #: includes/google/class-cr-product-feed-reviews.php:97
702
  msgid "Encode Special Characters"
703
  msgstr ""
704
 
705
+ #: includes/google/class-cr-product-feed-reviews.php:98
706
  msgid "Encode special characters in the XML feed"
707
  msgstr ""
708
 
709
+ #: includes/google/class-cr-product-feed-reviews.php:104
710
  msgid "Minimum Length of Reviews"
711
  msgstr ""
712
 
713
+ #: includes/google/class-cr-product-feed-reviews.php:105
714
  msgid ""
715
  "Google might reject XML feeds with very short reviews. Use this setting to "
716
  "specify a minimum number of characters that a review should have to be "
717
  "included in the XML feed."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:113
721
  msgid "Fields Mapping"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:114
725
  msgid ""
726
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
727
  "Brand fields in XML Product Review Feed for Google Shopping."
728
  msgstr ""
729
 
730
+ #: includes/google/class-cr-product-feed-reviews.php:154
731
  msgid "XML Feed Field"
732
  msgstr ""
733
 
734
+ #: includes/google/class-cr-product-feed-reviews.php:159
735
  msgid "WooCommerce Field"
736
  msgstr ""
737
 
738
+ #: includes/google/class-cr-product-feed-reviews.php:193
739
  msgid "SKU"
740
  msgstr ""
741
 
919
  msgstr[2] ""
920
  msgstr[3] ""
921
 
922
+ #: includes/google/class-cr-product-feed-status.php:432
923
+ #: includes/google/class-cr-product-feed-status.php:445
924
+ #: includes/google/class-cr-product-feed-status.php:458
925
+ #: includes/google/class-cr-product-feed-status.php:471
926
+ #: includes/google/class-cr-product-feed-status.php:484
927
+ #: includes/google/class-cr-product-feed-status.php:497
928
  msgid ""
929
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
930
  msgstr ""
931
 
932
+ #: includes/google/class-cr-product-feed-status.php:443
933
  msgid "<strong>%1d</strong> product review (5 stars)"
934
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
935
  msgstr[0] ""
937
  msgstr[2] ""
938
  msgstr[3] ""
939
 
940
+ #: includes/google/class-cr-product-feed-status.php:456
941
  msgid "<strong>%1d</strong> product review (4 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
943
  msgstr[0] ""
945
  msgstr[2] ""
946
  msgstr[3] ""
947
 
948
+ #: includes/google/class-cr-product-feed-status.php:469
949
  msgid "<strong>%1d</strong> product review (3 stars)"
950
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
951
  msgstr[0] ""
953
  msgstr[2] ""
954
  msgstr[3] ""
955
 
956
+ #: includes/google/class-cr-product-feed-status.php:482
957
  msgid "<strong>%1d</strong> product review (2 stars)"
958
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
959
  msgstr[0] ""
961
  msgstr[2] ""
962
  msgstr[3] ""
963
 
964
+ #: includes/google/class-cr-product-feed-status.php:495
965
  msgid "<strong>%1d</strong> product review (1 star)"
966
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
967
  msgstr[0] ""
2228
  msgid "Search"
2229
  msgstr ""
2230
 
2231
+ #: includes/reviews/class-cr-replies.php:141
2232
  msgid "A copy of the reply was published on CusRev portal"
2233
  msgstr ""
2234
 
2235
+ #: includes/reviews/class-cr-replies.php:150
2236
+ #: includes/reviews/class-cr-replies.php:163
2237
  msgid "Unknown error"
2238
  msgstr ""
2239
 
2240
+ #: includes/reviews/class-cr-replies.php:170
2241
  msgid "ID of the current user is not set"
2242
  msgstr ""
2243
 
2535
  "settings</a>."
2536
  msgstr ""
2537
 
2538
+ #: includes/settings/class-cr-settings-cusrev.php:34
2539
+ #: includes/settings/class-cr-settings-cusrev.php:58
2540
  msgid "CusRev.com"
2541
  msgstr ""
2542
 
2543
+ #: includes/settings/class-cr-settings-cusrev.php:60
2544
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2545
  msgstr ""
2546
 
2547
+ #: includes/settings/class-cr-settings-cusrev.php:64
2548
  msgid "Page Enabled"
2549
  msgstr ""
2550
 
2551
+ #: includes/settings/class-cr-settings-cusrev.php:65
2552
  msgid ""
2553
  "Enable or disable a public page with verified copies of reviews of your "
2554
  "store and products at CusRev website. If this option is enabled, additional "
2557
  "the review on CusRev.com."
2558
  msgstr ""
2559
 
2560
+ #: includes/settings/class-cr-settings-cusrev.php:72
2561
  msgid "Page URL"
2562
  msgstr ""
2563
 
2564
+ #: includes/settings/class-cr-settings-cusrev.php:73
2565
  msgid ""
2566
  "Specify name of the page with verified reviews. This will be a base URL for "
2567
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2568
  "the name of the page."
2569
  msgstr ""
2570
 
2571
+ #: includes/settings/class-cr-settings-cusrev.php:81
2572
  msgid "Age Restriction"
2573
  msgstr ""
2574
 
2575
+ #: includes/settings/class-cr-settings-cusrev.php:82
2576
  msgid ""
2577
  "Enable this option if your store sells age-restricted products (e.g., adult "
2578
  "content, alcohol, etc.)"
3324
  msgid "Review Extensions"
3325
  msgstr ""
3326
 
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3328
+ msgid ""
3329
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3330
+ "products pages. By default, visual appearance of reviews is controlled by "
3331
+ "WooCommerce and your active WordPress theme. There is also an option to "
3332
+ "enable an enhanced visual style for display of reviews on product pages."
3333
+ msgstr ""
3334
+
3335
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3336
+ msgid ""
3337
+ "If you would like to display reviews in locations other than the standard "
3338
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3339
+ "or Gutenberg blocks provided by the plugin."
3340
+ msgstr ""
3341
+
3342
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3343
+ msgid "Display of Customer Reviews"
3344
+ msgstr ""
3345
+
3346
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3347
+ msgid "Visual Style"
3348
+ msgstr ""
3349
+
3350
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3351
+ msgid "WooCommerce (basic user interface)"
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3355
+ msgid "CusRev (enhanced user interface)"
3356
+ msgstr ""
3357
+
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3359
+ msgid "Default Quantity of Reviews"
3360
+ msgstr ""
3361
+
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3363
+ msgid ""
3364
+ "Specify the default number of reviews that will be shown during the initial "
3365
+ "product page load."
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3369
+ msgid "Default Sorting Order"
3370
+ msgstr ""
3371
+
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3373
+ msgid ""
3374
+ "Define how reviews are sorted by default. The option to vote for reviews "
3375
+ "must be enabled to show the most helpful reviews first."
3376
+ msgstr ""
3377
+
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3379
+ msgid "Recent reviews first"
3380
+ msgstr ""
3381
+
3382
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3383
+ msgid "Most helpful reviews first"
3384
+ msgstr ""
3385
+
3386
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3387
+ msgid "Review Form"
3388
+ msgstr ""
3389
+
3390
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3391
+ msgid ""
3392
+ "Display a review form on product pages. If you would like to protect your "
3393
+ "site from SPAM reviews and allow customers to submit reviews only via "
3394
+ "invitations (review reminders), this option should be disabled."
3395
+ msgstr ""
3396
+
3397
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3398
  msgid "Extensions for Customer Reviews"
3399
  msgstr ""
3400
 
3401
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3402
  msgid ""
3403
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3404
  "you can configure various extensions for standard WooCommerce reviews."
3405
  msgstr ""
3406
 
3407
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3408
  msgid "Attach Images"
3409
  msgstr ""
3410
 
3411
  #. translators: please keep %1$s and %2$s in the translated version
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3413
  msgid ""
3414
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3415
  "you would like to enable attachment of images on aggregated review forms, "
3416
  "this can be done %1$shere%2$s."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3420
  msgid "Quantity of Images"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3424
  msgid ""
3425
  "Specify the maximum number of images that can be uploaded for a single "
3426
  "review. This setting applies only to reviews submitted on single product "
3427
  "pages."
3428
  msgstr ""
3429
 
3430
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3431
  msgid "Maximum Size of Image"
3432
  msgstr ""
3433
 
3434
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3435
  msgid ""
3436
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3437
  "review. This setting applies only to reviews submitted on single product "
3438
  "pages."
3439
  msgstr ""
3440
 
3441
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3442
  msgid "Disable Lightbox"
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3446
  msgid ""
3447
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3448
  "this option only if your theme generates lightboxes for any picture on the "
3450
  "attached to a review."
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3454
  msgid "reCAPTCHA V2 for Reviews"
3455
  msgstr ""
3456
 
3457
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3458
  msgid ""
3459
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3460
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3461
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3465
  msgid "reCAPTCHA V2 Site Key"
3466
  msgstr ""
3467
 
3468
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3469
  msgid ""
3470
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3471
  "after registration at reCAPTCHA website."
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3475
  msgid "reCAPTCHA V2 Secret Key"
3476
  msgstr ""
3477
 
3478
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3479
  msgid ""
3480
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3481
  "receive after registration at reCAPTCHA website."
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3485
  msgid "Reviews Summary Bar"
3486
  msgstr ""
3487
 
3488
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3489
  msgid ""
3490
  "Enable display of a histogram table with a summary of reviews on a product "
3491
  "page."
3492
  msgstr ""
3493
 
3494
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3495
  msgid "Vote for Reviews"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3499
  msgid ""
3500
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3501
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3502
  "addresses to identify this visitor."
3503
  msgstr ""
3504
 
3505
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3506
  msgid "Remove Plugin's Branding"
3507
  msgstr ""
3508
 
3509
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3510
  msgid ""
3511
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3512
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3513
  "would like to support us, please disable this checkbox."
3514
  msgstr ""
3515
 
3516
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3517
  msgid "Verified Owner"
3518
  msgstr ""
3519
 
3520
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3521
  msgid ""
3522
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3523
  "customer reviews with a custom one. If this field is blank, the standard "
3524
  "WooCommerce label will be used."
3525
  msgstr ""
3526
 
3527
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3528
  msgid "Customer Avatars"
3529
  msgstr ""
3530
 
3531
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3532
  msgid ""
3533
  "Choose how customer avatars are displayed on WooCommerce single product "
3534
  "pages. You can use either the standard WordPress avatars or avatars created "
3535
  "based on initial letters of customer names."
3536
  msgstr ""
3537
 
3538
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3539
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3540
  msgid "Standard"
3541
  msgstr ""
3542
 
3543
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3544
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3545
  msgid "Initials"
3546
  msgstr ""
3547
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3548
  #: includes/settings/class-cr-settings-review-reminder.php:89
3549
  #: includes/settings/class-cr-settings-review-reminder.php:94
3550
  #: includes/settings/class-cr-settings-review-reminder.php:99
4740
  msgid "Tags for Reviews"
4741
  msgstr ""
4742
 
4743
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4744
  msgid "Independently verified"
4745
  msgstr ""
4746
 
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4748
  msgid "independently verified"
4749
  msgstr ""
4750
 
4751
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4752
  msgid "What Our Clients Say"
4753
  msgstr ""
4754
 
4755
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4756
  msgid "what our clients say"
4757
  msgstr ""
4758
 
4759
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4760
  msgid "%s rating"
4761
  msgstr ""
4762
 
4763
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4764
  msgid "rating %s / 5"
4765
  msgstr ""
4766
 
4767
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4768
  msgid "%s store rating"
4769
  msgstr ""
4770
 
4771
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4772
  msgid "Store rating %s / 5"
4773
  msgstr ""
4774
 
4775
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4776
  msgid "store rating"
4777
  msgstr ""
4778
 
4779
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4780
  msgid "%s product rating"
4781
  msgstr ""
4782
 
4783
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4784
  msgid "Product rating %s / 5"
4785
  msgstr ""
4786
 
4787
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4788
  msgid "product rating"
4789
  msgstr ""
4790
 
4791
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4792
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4793
  msgid "%s review"
4794
  msgid_plural "%s reviews"
4795
  msgstr[0] ""
languages/customer-reviews-woocommerce-th.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 22:53+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5 ดาว"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5 ดาว"
125
  msgid "4 star"
126
  msgstr "4 ดาว"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4 ดาว"
134
  msgid "3 star"
135
  msgstr "3 ดาว"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3 ดาว"
143
  msgid "2 star"
144
  msgstr "2 ดาว"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2490,20 +2490,20 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
- #: includes/settings/class-cr-settings-cusrev.php:31
2494
- #: includes/settings/class-cr-settings-cusrev.php:55
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
- #: includes/settings/class-cr-settings-cusrev.php:57
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
- #: includes/settings/class-cr-settings-cusrev.php:61
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
- #: includes/settings/class-cr-settings-cusrev.php:62
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2512,22 +2512,22 @@ msgid ""
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
- #: includes/settings/class-cr-settings-cusrev.php:69
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
- #: includes/settings/class-cr-settings-cusrev.php:70
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
- #: includes/settings/class-cr-settings-cusrev.php:78
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:79
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
@@ -3279,55 +3279,125 @@ msgstr ""
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3283
  msgid "Extensions for Customer Reviews"
3284
  msgstr ""
3285
 
3286
- #: includes/settings/class-cr-settings-review-extensions.php:77
3287
  msgid ""
3288
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3289
  "you can configure various extensions for standard WooCommerce reviews."
3290
  msgstr ""
3291
 
3292
- #: includes/settings/class-cr-settings-review-extensions.php:81
3293
  msgid "Attach Images"
3294
  msgstr ""
3295
 
3296
  #. translators: please keep %1$s and %2$s in the translated version
3297
- #: includes/settings/class-cr-settings-review-extensions.php:83
3298
  msgid ""
3299
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3300
  "you would like to enable attachment of images on aggregated review forms, "
3301
  "this can be done %1$shere%2$s."
3302
  msgstr ""
3303
 
3304
- #: includes/settings/class-cr-settings-review-extensions.php:89
3305
  msgid "Quantity of Images"
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:90
3309
  msgid ""
3310
  "Specify the maximum number of images that can be uploaded for a single "
3311
  "review. This setting applies only to reviews submitted on single product "
3312
  "pages."
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:97
3316
  msgid "Maximum Size of Image"
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:98
3320
  msgid ""
3321
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3322
  "review. This setting applies only to reviews submitted on single product "
3323
  "pages."
3324
  msgstr ""
3325
 
3326
- #: includes/settings/class-cr-settings-review-extensions.php:105
3327
  msgid "Disable Lightbox"
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:106
3331
  msgid ""
3332
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3333
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3335,155 +3405,101 @@ msgid ""
3335
  "attached to a review."
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:112
3339
  msgid "reCAPTCHA V2 for Reviews"
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:113
3343
  msgid ""
3344
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3345
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3346
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:119
3350
  msgid "reCAPTCHA V2 Site Key"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:121
3354
  msgid ""
3355
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3356
  "after registration at reCAPTCHA website."
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:127
3360
  msgid "reCAPTCHA V2 Secret Key"
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:129
3364
  msgid ""
3365
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3366
  "receive after registration at reCAPTCHA website."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:135
3370
  msgid "Reviews Summary Bar"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:136
3374
  msgid ""
3375
  "Enable display of a histogram table with a summary of reviews on a product "
3376
  "page."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:142
3380
  msgid "Vote for Reviews"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:143
3384
  msgid ""
3385
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3386
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3387
  "addresses to identify this visitor."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:149
3391
  msgid "Remove Plugin's Branding"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:150
3395
  msgid ""
3396
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3397
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3398
  "would like to support us, please disable this checkbox."
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-extensions.php:156
3402
  msgid "Verified Owner"
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:158
3406
  msgid ""
3407
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3408
  "customer reviews with a custom one. If this field is blank, the standard "
3409
  "WooCommerce label will be used."
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:164
3413
  msgid "Customer Avatars"
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:166
3417
  msgid ""
3418
  "Choose how customer avatars are displayed on WooCommerce single product "
3419
  "pages. You can use either the standard WordPress avatars or avatars created "
3420
  "based on initial letters of customer names."
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:172
3424
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3425
  msgid "Standard"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:173
3429
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3430
  msgid "Initials"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-extensions.php:181
3434
- #: includes/settings/class-cr-settings-review-extensions.php:187
3435
- msgid "Lazy Load Reviews"
3436
- msgstr ""
3437
-
3438
- #: includes/settings/class-cr-settings-review-extensions.php:183
3439
- msgid ""
3440
- "Settings to display reviews with 'Show more' button instead of the standard "
3441
- "WordPress pagination."
3442
- msgstr ""
3443
-
3444
- #: includes/settings/class-cr-settings-review-extensions.php:188
3445
- msgid "Display reviews on product pages with 'Show more' button."
3446
- msgstr ""
3447
-
3448
- #: includes/settings/class-cr-settings-review-extensions.php:194
3449
- msgid "Default Quantity of Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:195
3453
- msgid ""
3454
- "Specify the default number of reviews that will be shown during the initial "
3455
- "product page load."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:202
3459
- msgid "Default Sorting Order"
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:204
3463
- msgid ""
3464
- "Define how reviews are sorted by default. The option to vote for reviews "
3465
- "must be enabled to show the most helpful reviews first."
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:210
3469
- msgid "Recent reviews first"
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:211
3473
- msgid "Most helpful reviews first"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:215
3477
- msgid "Review Form"
3478
- msgstr ""
3479
-
3480
- #: includes/settings/class-cr-settings-review-extensions.php:216
3481
- msgid ""
3482
- "Display a review form on product pages. If you would like to protect your "
3483
- "site from SPAM reviews and allow customers to submit reviews only via "
3484
- "invitations (review reminders), this option should be disabled."
3485
- msgstr ""
3486
-
3487
  #: includes/settings/class-cr-settings-review-reminder.php:89
3488
  #: includes/settings/class-cr-settings-review-reminder.php:94
3489
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4679,56 +4695,56 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:202
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:203
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:205
4691
  msgid "What Our Clients Say"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:206
4695
  msgid "what our clients say"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:210
4699
  msgid "%s rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:211
4703
  msgid "rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:212
4707
  msgid "%s store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:213
4711
  msgid "Store rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:214
4715
  msgid "store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:215
4719
  msgid "%s product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:216
4723
  msgid "Product rating %s / 5"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:217
4727
  msgid "product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:218
4731
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4732
  msgid "%s review"
4733
  msgid_plural "%s reviews"
4734
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 22:53+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5 ดาว"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4 ดาว"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3 ดาว"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2 ดาว"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
+ #: includes/settings/class-cr-settings-cusrev.php:34
2494
+ #: includes/settings/class-cr-settings-cusrev.php:58
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
+ #: includes/settings/class-cr-settings-cusrev.php:60
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
+ #: includes/settings/class-cr-settings-cusrev.php:64
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
+ #: includes/settings/class-cr-settings-cusrev.php:65
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
+ #: includes/settings/class-cr-settings-cusrev.php:72
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
+ #: includes/settings/class-cr-settings-cusrev.php:73
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
+ #: includes/settings/class-cr-settings-cusrev.php:81
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:82
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3283
+ msgid ""
3284
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3285
+ "products pages. By default, visual appearance of reviews is controlled by "
3286
+ "WooCommerce and your active WordPress theme. There is also an option to "
3287
+ "enable an enhanced visual style for display of reviews on product pages."
3288
+ msgstr ""
3289
+
3290
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3291
+ msgid ""
3292
+ "If you would like to display reviews in locations other than the standard "
3293
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3294
+ "or Gutenberg blocks provided by the plugin."
3295
+ msgstr ""
3296
+
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3298
+ msgid "Display of Customer Reviews"
3299
+ msgstr ""
3300
+
3301
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3302
+ msgid "Visual Style"
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3306
+ msgid "WooCommerce (basic user interface)"
3307
+ msgstr ""
3308
+
3309
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3310
+ msgid "CusRev (enhanced user interface)"
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3314
+ msgid "Default Quantity of Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3318
+ msgid ""
3319
+ "Specify the default number of reviews that will be shown during the initial "
3320
+ "product page load."
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3324
+ msgid "Default Sorting Order"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3328
+ msgid ""
3329
+ "Define how reviews are sorted by default. The option to vote for reviews "
3330
+ "must be enabled to show the most helpful reviews first."
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3334
+ msgid "Recent reviews first"
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3338
+ msgid "Most helpful reviews first"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3342
+ msgid "Review Form"
3343
+ msgstr ""
3344
+
3345
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3346
+ msgid ""
3347
+ "Display a review form on product pages. If you would like to protect your "
3348
+ "site from SPAM reviews and allow customers to submit reviews only via "
3349
+ "invitations (review reminders), this option should be disabled."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3353
  msgid "Extensions for Customer Reviews"
3354
  msgstr ""
3355
 
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3357
  msgid ""
3358
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3359
  "you can configure various extensions for standard WooCommerce reviews."
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3363
  msgid "Attach Images"
3364
  msgstr ""
3365
 
3366
  #. translators: please keep %1$s and %2$s in the translated version
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3368
  msgid ""
3369
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3370
  "you would like to enable attachment of images on aggregated review forms, "
3371
  "this can be done %1$shere%2$s."
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3375
  msgid "Quantity of Images"
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3379
  msgid ""
3380
  "Specify the maximum number of images that can be uploaded for a single "
3381
  "review. This setting applies only to reviews submitted on single product "
3382
  "pages."
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3386
  msgid "Maximum Size of Image"
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3390
  msgid ""
3391
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3392
  "review. This setting applies only to reviews submitted on single product "
3393
  "pages."
3394
  msgstr ""
3395
 
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3397
  msgid "Disable Lightbox"
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3401
  msgid ""
3402
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3403
  "this option only if your theme generates lightboxes for any picture on the "
3405
  "attached to a review."
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3409
  msgid "reCAPTCHA V2 for Reviews"
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3413
  msgid ""
3414
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3415
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3416
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3420
  msgid "reCAPTCHA V2 Site Key"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3424
  msgid ""
3425
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3426
  "after registration at reCAPTCHA website."
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3430
  msgid "reCAPTCHA V2 Secret Key"
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3434
  msgid ""
3435
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3436
  "receive after registration at reCAPTCHA website."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3440
  msgid "Reviews Summary Bar"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3444
  msgid ""
3445
  "Enable display of a histogram table with a summary of reviews on a product "
3446
  "page."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3450
  msgid "Vote for Reviews"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3454
  msgid ""
3455
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3456
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3457
  "addresses to identify this visitor."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3461
  msgid "Remove Plugin's Branding"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3465
  msgid ""
3466
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3467
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3468
  "would like to support us, please disable this checkbox."
3469
  msgstr ""
3470
 
3471
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3472
  msgid "Verified Owner"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3476
  msgid ""
3477
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3478
  "customer reviews with a custom one. If this field is blank, the standard "
3479
  "WooCommerce label will be used."
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3483
  msgid "Customer Avatars"
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3487
  msgid ""
3488
  "Choose how customer avatars are displayed on WooCommerce single product "
3489
  "pages. You can use either the standard WordPress avatars or avatars created "
3490
  "based on initial letters of customer names."
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3494
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3495
  msgid "Standard"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3499
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3500
  msgid "Initials"
3501
  msgstr ""
3502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
languages/customer-reviews-woocommerce-uk.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2020-03-18 00:17+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
@@ -69,21 +69,21 @@ msgstr ""
69
  msgid "Settings"
70
  msgstr ""
71
 
72
- #: includes/blocks/class-cr-all-reviews.php:431
73
- #: includes/blocks/class-cr-all-reviews.php:489
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
- #: includes/blocks/class-cr-all-reviews.php:484
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
- #: includes/blocks/class-cr-all-reviews.php:513
86
- #: includes/blocks/class-cr-all-reviews.php:841
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
@@ -94,8 +94,8 @@ msgstr[1] ""
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
- #: includes/blocks/class-cr-all-reviews.php:514
98
- #: includes/blocks/class-cr-all-reviews.php:842
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
@@ -105,7 +105,7 @@ msgstr[0] ""
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
- #: includes/blocks/class-cr-all-reviews.php:756
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
@@ -114,8 +114,8 @@ msgstr[0] ""
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
- #: includes/blocks/class-cr-all-reviews.php:768
118
- #: includes/blocks/class-cr-all-reviews.php:772
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
@@ -123,8 +123,8 @@ msgstr[2] ""
123
  msgid "5 star"
124
  msgstr "5 зірок"
125
 
126
- #: includes/blocks/class-cr-all-reviews.php:781
127
- #: includes/blocks/class-cr-all-reviews.php:785
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
@@ -132,8 +132,8 @@ msgstr "5 зірок"
132
  msgid "4 star"
133
  msgstr "4 зірки"
134
 
135
- #: includes/blocks/class-cr-all-reviews.php:794
136
- #: includes/blocks/class-cr-all-reviews.php:798
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
@@ -141,8 +141,8 @@ msgstr "4 зірки"
141
  msgid "3 star"
142
  msgstr "3 зірки"
143
 
144
- #: includes/blocks/class-cr-all-reviews.php:807
145
- #: includes/blocks/class-cr-all-reviews.php:811
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
@@ -150,8 +150,8 @@ msgstr "3 зірки"
150
  msgid "2 star"
151
  msgstr "2 зірки"
152
 
153
- #: includes/blocks/class-cr-all-reviews.php:820
154
- #: includes/blocks/class-cr-all-reviews.php:824
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -378,7 +378,7 @@ msgid "Google"
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
- #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -401,88 +401,88 @@ msgstr ""
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
- #: includes/google/class-cr-product-feed-attributes.php:84
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:86
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
- #: includes/google/class-cr-product-feed-attributes.php:121
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
- #: includes/google/class-cr-product-feed-attributes.php:122
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
- #: includes/google/class-cr-product-feed-attributes.php:127
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
- #: includes/google/class-cr-product-feed-attributes.php:128
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:178
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
- #: includes/google/class-cr-product-feed-reviews.php:249
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
- #: includes/google/class-cr-product-feed-attributes.php:179
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
- #: includes/google/class-cr-product-feed-reviews.php:250
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
- #: includes/google/class-cr-product-feed-attributes.php:180
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
- #: includes/google/class-cr-product-feed-reviews.php:251
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
- #: includes/google/class-cr-product-feed-attributes.php:228
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
- #: includes/google/class-cr-product-feed-reviews.php:299
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
- #: includes/google/class-cr-product-feed-attributes.php:229
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
- #: includes/google/class-cr-product-feed-reviews.php:300
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
- #: includes/google/class-cr-product-feed-attributes.php:230
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
- #: includes/google/class-cr-product-feed-reviews.php:301
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
- #: includes/google/class-cr-product-feed-attributes.php:232
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
- #: includes/google/class-cr-product-feed-reviews.php:303
486
  msgid "Product Tag"
487
  msgstr ""
488
 
@@ -586,7 +586,7 @@ msgstr ""
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
- #: includes/google/class-cr-product-feed-reviews.php:176
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
@@ -602,7 +602,7 @@ msgstr ""
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
- #: includes/google/class-cr-product-feed-reviews.php:189
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
@@ -616,7 +616,7 @@ msgstr ""
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
- #: includes/google/class-cr-product-feed-reviews.php:215
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
@@ -671,11 +671,11 @@ msgstr ""
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
- #: includes/google/class-cr-product-feed-reviews.php:85
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
- #: includes/google/class-cr-product-feed-reviews.php:87
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -683,11 +683,11 @@ msgid ""
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
- #: includes/google/class-cr-product-feed-reviews.php:91
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
- #: includes/google/class-cr-product-feed-reviews.php:93
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -695,44 +695,44 @@ msgid ""
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
- #: includes/google/class-cr-product-feed-reviews.php:106
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
- #: includes/google/class-cr-product-feed-reviews.php:107
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
- #: includes/google/class-cr-product-feed-reviews.php:113
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:114
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
- #: includes/google/class-cr-product-feed-reviews.php:122
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
- #: includes/google/class-cr-product-feed-reviews.php:123
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
- #: includes/google/class-cr-product-feed-reviews.php:163
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
- #: includes/google/class-cr-product-feed-reviews.php:168
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
- #: includes/google/class-cr-product-feed-reviews.php:202
736
  msgid "SKU"
737
  msgstr ""
738
 
@@ -913,45 +913,45 @@ msgstr[0] ""
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
- #: includes/google/class-cr-product-feed-status.php:434
917
- #: includes/google/class-cr-product-feed-status.php:443
918
- #: includes/google/class-cr-product-feed-status.php:452
919
- #: includes/google/class-cr-product-feed-status.php:461
920
- #: includes/google/class-cr-product-feed-status.php:470
921
- #: includes/google/class-cr-product-feed-status.php:479
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
- #: includes/google/class-cr-product-feed-status.php:439
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:448
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
- #: includes/google/class-cr-product-feed-status.php:457
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
- #: includes/google/class-cr-product-feed-status.php:466
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
- #: includes/google/class-cr-product-feed-status.php:475
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
@@ -2215,16 +2215,16 @@ msgstr ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
- #: includes/reviews/class-cr-replies.php:102
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
- #: includes/reviews/class-cr-replies.php:111
2223
- #: includes/reviews/class-cr-replies.php:124
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
- #: includes/reviews/class-cr-replies.php:131
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
@@ -2521,20 +2521,20 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
- #: includes/settings/class-cr-settings-cusrev.php:31
2525
- #: includes/settings/class-cr-settings-cusrev.php:55
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
- #: includes/settings/class-cr-settings-cusrev.php:57
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
- #: includes/settings/class-cr-settings-cusrev.php:61
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
- #: includes/settings/class-cr-settings-cusrev.php:62
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2543,22 +2543,22 @@ msgid ""
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
- #: includes/settings/class-cr-settings-cusrev.php:69
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
- #: includes/settings/class-cr-settings-cusrev.php:70
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
- #: includes/settings/class-cr-settings-cusrev.php:78
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
- #: includes/settings/class-cr-settings-cusrev.php:79
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
@@ -3310,55 +3310,125 @@ msgstr ""
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3314
  msgid "Extensions for Customer Reviews"
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-extensions.php:77
3318
  msgid ""
3319
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3320
  "you can configure various extensions for standard WooCommerce reviews."
3321
  msgstr ""
3322
 
3323
- #: includes/settings/class-cr-settings-review-extensions.php:81
3324
  msgid "Attach Images"
3325
  msgstr ""
3326
 
3327
  #. translators: please keep %1$s and %2$s in the translated version
3328
- #: includes/settings/class-cr-settings-review-extensions.php:83
3329
  msgid ""
3330
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3331
  "you would like to enable attachment of images on aggregated review forms, "
3332
  "this can be done %1$shere%2$s."
3333
  msgstr ""
3334
 
3335
- #: includes/settings/class-cr-settings-review-extensions.php:89
3336
  msgid "Quantity of Images"
3337
  msgstr ""
3338
 
3339
- #: includes/settings/class-cr-settings-review-extensions.php:90
3340
  msgid ""
3341
  "Specify the maximum number of images that can be uploaded for a single "
3342
  "review. This setting applies only to reviews submitted on single product "
3343
  "pages."
3344
  msgstr ""
3345
 
3346
- #: includes/settings/class-cr-settings-review-extensions.php:97
3347
  msgid "Maximum Size of Image"
3348
  msgstr ""
3349
 
3350
- #: includes/settings/class-cr-settings-review-extensions.php:98
3351
  msgid ""
3352
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3353
  "review. This setting applies only to reviews submitted on single product "
3354
  "pages."
3355
  msgstr ""
3356
 
3357
- #: includes/settings/class-cr-settings-review-extensions.php:105
3358
  msgid "Disable Lightbox"
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-extensions.php:106
3362
  msgid ""
3363
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3364
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3366,155 +3436,101 @@ msgid ""
3366
  "attached to a review."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:112
3370
  msgid "reCAPTCHA V2 for Reviews"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:113
3374
  msgid ""
3375
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3376
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3377
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3378
  msgstr ""
3379
 
3380
- #: includes/settings/class-cr-settings-review-extensions.php:119
3381
  msgid "reCAPTCHA V2 Site Key"
3382
  msgstr ""
3383
 
3384
- #: includes/settings/class-cr-settings-review-extensions.php:121
3385
  msgid ""
3386
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3387
  "after registration at reCAPTCHA website."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:127
3391
  msgid "reCAPTCHA V2 Secret Key"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:129
3395
  msgid ""
3396
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3397
  "receive after registration at reCAPTCHA website."
3398
  msgstr ""
3399
 
3400
- #: includes/settings/class-cr-settings-review-extensions.php:135
3401
  msgid "Reviews Summary Bar"
3402
  msgstr ""
3403
 
3404
- #: includes/settings/class-cr-settings-review-extensions.php:136
3405
  msgid ""
3406
  "Enable display of a histogram table with a summary of reviews on a product "
3407
  "page."
3408
  msgstr ""
3409
 
3410
- #: includes/settings/class-cr-settings-review-extensions.php:142
3411
  msgid "Vote for Reviews"
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:143
3415
  msgid ""
3416
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3417
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3418
  "addresses to identify this visitor."
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-extensions.php:149
3422
  msgid "Remove Plugin's Branding"
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-extensions.php:150
3426
  msgid ""
3427
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3428
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3429
  "would like to support us, please disable this checkbox."
3430
  msgstr ""
3431
 
3432
- #: includes/settings/class-cr-settings-review-extensions.php:156
3433
  msgid "Verified Owner"
3434
  msgstr ""
3435
 
3436
- #: includes/settings/class-cr-settings-review-extensions.php:158
3437
  msgid ""
3438
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3439
  "customer reviews with a custom one. If this field is blank, the standard "
3440
  "WooCommerce label will be used."
3441
  msgstr ""
3442
 
3443
- #: includes/settings/class-cr-settings-review-extensions.php:164
3444
  msgid "Customer Avatars"
3445
  msgstr ""
3446
 
3447
- #: includes/settings/class-cr-settings-review-extensions.php:166
3448
  msgid ""
3449
  "Choose how customer avatars are displayed on WooCommerce single product "
3450
  "pages. You can use either the standard WordPress avatars or avatars created "
3451
  "based on initial letters of customer names."
3452
  msgstr ""
3453
 
3454
- #: includes/settings/class-cr-settings-review-extensions.php:172
3455
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3456
  msgid "Standard"
3457
  msgstr ""
3458
 
3459
- #: includes/settings/class-cr-settings-review-extensions.php:173
3460
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3461
  msgid "Initials"
3462
  msgstr ""
3463
 
3464
- #: includes/settings/class-cr-settings-review-extensions.php:181
3465
- #: includes/settings/class-cr-settings-review-extensions.php:187
3466
- msgid "Lazy Load Reviews"
3467
- msgstr ""
3468
-
3469
- #: includes/settings/class-cr-settings-review-extensions.php:183
3470
- msgid ""
3471
- "Settings to display reviews with 'Show more' button instead of the standard "
3472
- "WordPress pagination."
3473
- msgstr ""
3474
-
3475
- #: includes/settings/class-cr-settings-review-extensions.php:188
3476
- msgid "Display reviews on product pages with 'Show more' button."
3477
- msgstr ""
3478
-
3479
- #: includes/settings/class-cr-settings-review-extensions.php:194
3480
- msgid "Default Quantity of Reviews"
3481
- msgstr ""
3482
-
3483
- #: includes/settings/class-cr-settings-review-extensions.php:195
3484
- msgid ""
3485
- "Specify the default number of reviews that will be shown during the initial "
3486
- "product page load."
3487
- msgstr ""
3488
-
3489
- #: includes/settings/class-cr-settings-review-extensions.php:202
3490
- msgid "Default Sorting Order"
3491
- msgstr ""
3492
-
3493
- #: includes/settings/class-cr-settings-review-extensions.php:204
3494
- msgid ""
3495
- "Define how reviews are sorted by default. The option to vote for reviews "
3496
- "must be enabled to show the most helpful reviews first."
3497
- msgstr ""
3498
-
3499
- #: includes/settings/class-cr-settings-review-extensions.php:210
3500
- msgid "Recent reviews first"
3501
- msgstr ""
3502
-
3503
- #: includes/settings/class-cr-settings-review-extensions.php:211
3504
- msgid "Most helpful reviews first"
3505
- msgstr ""
3506
-
3507
- #: includes/settings/class-cr-settings-review-extensions.php:215
3508
- msgid "Review Form"
3509
- msgstr ""
3510
-
3511
- #: includes/settings/class-cr-settings-review-extensions.php:216
3512
- msgid ""
3513
- "Display a review form on product pages. If you would like to protect your "
3514
- "site from SPAM reviews and allow customers to submit reviews only via "
3515
- "invitations (review reminders), this option should be disabled."
3516
- msgstr ""
3517
-
3518
  #: includes/settings/class-cr-settings-review-reminder.php:89
3519
  #: includes/settings/class-cr-settings-review-reminder.php:94
3520
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4710,56 +4726,56 @@ msgstr ""
4710
  msgid "Tags for Reviews"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:202
4714
  msgid "Independently verified"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:203
4718
  msgid "independently verified"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:205
4722
  msgid "What Our Clients Say"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:206
4726
  msgid "what our clients say"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:210
4730
  msgid "%s rating"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:211
4734
  msgid "rating %s / 5"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:212
4738
  msgid "%s store rating"
4739
  msgstr ""
4740
 
4741
- #: includes/trust-badge/class-cr-trust-badge.php:213
4742
  msgid "Store rating %s / 5"
4743
  msgstr ""
4744
 
4745
- #: includes/trust-badge/class-cr-trust-badge.php:214
4746
  msgid "store rating"
4747
  msgstr ""
4748
 
4749
- #: includes/trust-badge/class-cr-trust-badge.php:215
4750
  msgid "%s product rating"
4751
  msgstr ""
4752
 
4753
- #: includes/trust-badge/class-cr-trust-badge.php:216
4754
  msgid "Product rating %s / 5"
4755
  msgstr ""
4756
 
4757
- #: includes/trust-badge/class-cr-trust-badge.php:217
4758
  msgid "product rating"
4759
  msgstr ""
4760
 
4761
- #: includes/trust-badge/class-cr-trust-badge.php:218
4762
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4763
  msgid "%s review"
4764
  msgid_plural "%s reviews"
4765
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2020-03-18 00:17+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
40
  msgid "https://www.cusrev.com/business/"
41
  msgstr ""
42
 
43
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/blocks/class-cr-all-reviews.php:345
73
+ #: includes/blocks/class-cr-all-reviews.php:403
74
  #: templates/cr-ajax-product-reviews.php:94
75
  msgid "Sorry, no reviews match your current selections"
76
  msgstr ""
77
 
78
+ #: includes/blocks/class-cr-all-reviews.php:398
79
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
80
  #: templates/reviews-grid.php:134
81
  msgid "Show more"
82
  msgstr ""
83
 
84
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
85
+ #: includes/blocks/class-cr-all-reviews.php:427
86
+ #: includes/blocks/class-cr-all-reviews.php:755
87
  #: includes/blocks/class-cr-reviews-grid.php:902
88
  #: includes/reviews/class-cr-ajax-reviews.php:379
89
  #: includes/reviews/class-cr-reviews.php:521
94
  msgstr[2] ""
95
 
96
  #. translators: $d is the number of reviews
97
+ #: includes/blocks/class-cr-all-reviews.php:428
98
+ #: includes/blocks/class-cr-all-reviews.php:756
99
  #: includes/blocks/class-cr-reviews-grid.php:903
100
  #: includes/reviews/class-cr-ajax-reviews.php:381
101
  #: includes/reviews/class-cr-reviews.php:522
105
  msgstr[1] ""
106
  msgstr[2] ""
107
 
108
+ #: includes/blocks/class-cr-all-reviews.php:670
109
  #: includes/blocks/class-cr-reviews-grid.php:817
110
  #: includes/reviews/class-cr-reviews.php:445
111
  msgid "Based on %s review"
114
  msgstr[1] ""
115
  msgstr[2] ""
116
 
117
+ #: includes/blocks/class-cr-all-reviews.php:682
118
+ #: includes/blocks/class-cr-all-reviews.php:686
119
  #: includes/blocks/class-cr-reviews-grid.php:829
120
  #: includes/blocks/class-cr-reviews-grid.php:833
121
  #: includes/reviews/class-cr-reviews.php:457
123
  msgid "5 star"
124
  msgstr "5 зірок"
125
 
126
+ #: includes/blocks/class-cr-all-reviews.php:695
127
+ #: includes/blocks/class-cr-all-reviews.php:699
128
  #: includes/blocks/class-cr-reviews-grid.php:842
129
  #: includes/blocks/class-cr-reviews-grid.php:846
130
  #: includes/reviews/class-cr-reviews.php:468
132
  msgid "4 star"
133
  msgstr "4 зірки"
134
 
135
+ #: includes/blocks/class-cr-all-reviews.php:708
136
+ #: includes/blocks/class-cr-all-reviews.php:712
137
  #: includes/blocks/class-cr-reviews-grid.php:855
138
  #: includes/blocks/class-cr-reviews-grid.php:859
139
  #: includes/reviews/class-cr-reviews.php:479
141
  msgid "3 star"
142
  msgstr "3 зірки"
143
 
144
+ #: includes/blocks/class-cr-all-reviews.php:721
145
+ #: includes/blocks/class-cr-all-reviews.php:725
146
  #: includes/blocks/class-cr-reviews-grid.php:868
147
  #: includes/blocks/class-cr-reviews-grid.php:872
148
  #: includes/reviews/class-cr-reviews.php:490
150
  msgid "2 star"
151
  msgstr "2 зірки"
152
 
153
+ #: includes/blocks/class-cr-all-reviews.php:734
154
+ #: includes/blocks/class-cr-all-reviews.php:738
155
  #: includes/blocks/class-cr-reviews-grid.php:881
156
  #: includes/blocks/class-cr-reviews-grid.php:885
157
  #: includes/reviews/class-cr-reviews-list-table.php:444
378
  msgstr ""
379
 
380
  #: includes/google/class-cr-admin-menu-product-feed.php:141
381
+ #: includes/google/class-cr-product-feed-reviews.php:31
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
401
  msgid "Anonymous"
402
  msgstr ""
403
 
404
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
405
  msgid ""
406
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
407
  "hosting support to enable it."
408
  msgstr ""
409
 
410
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
411
  msgid ""
412
  "Error: no products found for the XML Product Feed. Please check exclusion "
413
  "settings for products and product categories."
414
  msgstr ""
415
 
416
  #: includes/google/class-cr-product-feed-attributes.php:40
417
+ #: includes/google/class-cr-product-feed-attributes.php:87
418
  msgid "Product Attributes"
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:89
422
  msgid ""
423
  "Specify mapping of WooCommerce product fields to Google Shopping product "
424
  "attributes that might be required in certain countries for some product "
425
  "categories."
426
  msgstr ""
427
 
428
+ #: includes/google/class-cr-product-feed-attributes.php:125
429
  #: includes/google/class-cr-product-feed-identifiers.php:169
430
  msgid "WooCommerce Product Field"
431
  msgstr ""
432
 
433
+ #: includes/google/class-cr-product-feed-attributes.php:126
434
  #: includes/google/class-cr-product-feed-identifiers.php:170
435
  msgid "Select a product field that should be mapped"
436
  msgstr ""
437
 
438
+ #: includes/google/class-cr-product-feed-attributes.php:131
439
  msgid "Google Shopping Attribute"
440
  msgstr ""
441
 
442
+ #: includes/google/class-cr-product-feed-attributes.php:132
443
  msgid "Product attributes required by Google Shopping in some countries"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:193
447
  #: includes/google/class-cr-product-feed-identifiers.php:192
448
  #: includes/google/class-cr-product-feed-identifiers.php:245
449
+ #: includes/google/class-cr-product-feed-reviews.php:240
450
  msgid "Product ID"
451
  msgstr ""
452
 
453
+ #: includes/google/class-cr-product-feed-attributes.php:194
454
  #: includes/google/class-cr-product-feed-identifiers.php:246
455
+ #: includes/google/class-cr-product-feed-reviews.php:241
456
  msgid "Product SKU"
457
  msgstr ""
458
 
459
+ #: includes/google/class-cr-product-feed-attributes.php:195
460
  #: includes/google/class-cr-product-feed-identifiers.php:247
461
+ #: includes/google/class-cr-product-feed-reviews.php:242
462
  msgid "Product Name"
463
  msgstr ""
464
 
465
+ #: includes/google/class-cr-product-feed-attributes.php:243
466
  #: includes/google/class-cr-product-feed-identifiers.php:295
467
+ #: includes/google/class-cr-product-feed-reviews.php:290
468
  msgid "Product GTIN"
469
  msgstr ""
470
 
471
+ #: includes/google/class-cr-product-feed-attributes.php:244
472
  #: includes/google/class-cr-product-feed-identifiers.php:296
473
+ #: includes/google/class-cr-product-feed-reviews.php:291
474
  msgid "Product MPN"
475
  msgstr ""
476
 
477
+ #: includes/google/class-cr-product-feed-attributes.php:245
478
  #: includes/google/class-cr-product-feed-identifiers.php:297
479
+ #: includes/google/class-cr-product-feed-reviews.php:292
480
  msgid "Product Brand"
481
  msgstr ""
482
 
483
+ #: includes/google/class-cr-product-feed-attributes.php:247
484
  #: includes/google/class-cr-product-feed-identifiers.php:299
485
+ #: includes/google/class-cr-product-feed-reviews.php:294
486
  msgid "Product Tag"
487
  msgstr ""
488
 
586
 
587
  #: includes/google/class-cr-product-feed-identifiers.php:94
588
  #: includes/google/class-cr-product-feed-identifiers.php:205
589
+ #: includes/google/class-cr-product-feed-reviews.php:167
590
  #: includes/google/class-cr-product-fields.php:39
591
  #: includes/google/class-cr-product-fields.php:104
592
  msgid "GTIN"
602
 
603
  #: includes/google/class-cr-product-feed-identifiers.php:101
604
  #: includes/google/class-cr-product-feed-identifiers.php:218
605
+ #: includes/google/class-cr-product-feed-reviews.php:180
606
  #: includes/google/class-cr-product-fields.php:50
607
  #: includes/google/class-cr-product-fields.php:118
608
  msgid "MPN"
616
 
617
  #: includes/google/class-cr-product-feed-identifiers.php:108
618
  #: includes/google/class-cr-product-feed-identifiers.php:231
619
+ #: includes/google/class-cr-product-feed-reviews.php:206
620
  #: includes/google/class-cr-product-fields.php:61
621
  #: includes/google/class-cr-product-fields.php:136
622
  msgid "Brand"
671
  msgid "Product identifiers required by Google Shopping"
672
  msgstr ""
673
 
674
+ #: includes/google/class-cr-product-feed-reviews.php:76
675
  msgid "Reviews XML Feed"
676
  msgstr ""
677
 
678
+ #: includes/google/class-cr-product-feed-reviews.php:78
679
  msgid ""
680
  "Google Shopping is a service that allows merchants to list their products by "
681
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
683
  "for your products in Google Shopping."
684
  msgstr ""
685
 
686
+ #: includes/google/class-cr-product-feed-reviews.php:82
687
  msgid "Variable Product Identifiers"
688
  msgstr ""
689
 
690
+ #: includes/google/class-cr-product-feed-reviews.php:84
691
  msgid ""
692
  "Google permits sharing of reviews between variable products and their "
693
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
695
  "linked to reviews in the XML feed."
696
  msgstr ""
697
 
698
+ #: includes/google/class-cr-product-feed-reviews.php:97
699
  msgid "Encode Special Characters"
700
  msgstr ""
701
 
702
+ #: includes/google/class-cr-product-feed-reviews.php:98
703
  msgid "Encode special characters in the XML feed"
704
  msgstr ""
705
 
706
+ #: includes/google/class-cr-product-feed-reviews.php:104
707
  msgid "Minimum Length of Reviews"
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:105
711
  msgid ""
712
  "Google might reject XML feeds with very short reviews. Use this setting to "
713
  "specify a minimum number of characters that a review should have to be "
714
  "included in the XML feed."
715
  msgstr ""
716
 
717
+ #: includes/google/class-cr-product-feed-reviews.php:113
718
  msgid "Fields Mapping"
719
  msgstr ""
720
 
721
+ #: includes/google/class-cr-product-feed-reviews.php:114
722
  msgid ""
723
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
724
  "Brand fields in XML Product Review Feed for Google Shopping."
725
  msgstr ""
726
 
727
+ #: includes/google/class-cr-product-feed-reviews.php:154
728
  msgid "XML Feed Field"
729
  msgstr ""
730
 
731
+ #: includes/google/class-cr-product-feed-reviews.php:159
732
  msgid "WooCommerce Field"
733
  msgstr ""
734
 
735
+ #: includes/google/class-cr-product-feed-reviews.php:193
736
  msgid "SKU"
737
  msgstr ""
738
 
913
  msgstr[1] ""
914
  msgstr[2] ""
915
 
916
+ #: includes/google/class-cr-product-feed-status.php:432
917
+ #: includes/google/class-cr-product-feed-status.php:445
918
+ #: includes/google/class-cr-product-feed-status.php:458
919
+ #: includes/google/class-cr-product-feed-status.php:471
920
+ #: includes/google/class-cr-product-feed-status.php:484
921
+ #: includes/google/class-cr-product-feed-status.php:497
922
  msgid ""
923
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
924
  msgstr ""
925
 
926
+ #: includes/google/class-cr-product-feed-status.php:443
927
  msgid "<strong>%1d</strong> product review (5 stars)"
928
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
929
  msgstr[0] ""
930
  msgstr[1] ""
931
  msgstr[2] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:456
934
  msgid "<strong>%1d</strong> product review (4 stars)"
935
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
936
  msgstr[0] ""
937
  msgstr[1] ""
938
  msgstr[2] ""
939
 
940
+ #: includes/google/class-cr-product-feed-status.php:469
941
  msgid "<strong>%1d</strong> product review (3 stars)"
942
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
943
  msgstr[0] ""
944
  msgstr[1] ""
945
  msgstr[2] ""
946
 
947
+ #: includes/google/class-cr-product-feed-status.php:482
948
  msgid "<strong>%1d</strong> product review (2 stars)"
949
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
950
  msgstr[0] ""
951
  msgstr[1] ""
952
  msgstr[2] ""
953
 
954
+ #: includes/google/class-cr-product-feed-status.php:495
955
  msgid "<strong>%1d</strong> product review (1 star)"
956
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
957
  msgstr[0] ""
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:141
2219
  msgid "A copy of the reply was published on CusRev portal"
2220
  msgstr ""
2221
 
2222
+ #: includes/reviews/class-cr-replies.php:150
2223
+ #: includes/reviews/class-cr-replies.php:163
2224
  msgid "Unknown error"
2225
  msgstr ""
2226
 
2227
+ #: includes/reviews/class-cr-replies.php:170
2228
  msgid "ID of the current user is not set"
2229
  msgstr ""
2230
 
2521
  "settings</a>."
2522
  msgstr ""
2523
 
2524
+ #: includes/settings/class-cr-settings-cusrev.php:34
2525
+ #: includes/settings/class-cr-settings-cusrev.php:58
2526
  msgid "CusRev.com"
2527
  msgstr ""
2528
 
2529
+ #: includes/settings/class-cr-settings-cusrev.php:60
2530
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2531
  msgstr ""
2532
 
2533
+ #: includes/settings/class-cr-settings-cusrev.php:64
2534
  msgid "Page Enabled"
2535
  msgstr ""
2536
 
2537
+ #: includes/settings/class-cr-settings-cusrev.php:65
2538
  msgid ""
2539
  "Enable or disable a public page with verified copies of reviews of your "
2540
  "store and products at CusRev website. If this option is enabled, additional "
2543
  "the review on CusRev.com."
2544
  msgstr ""
2545
 
2546
+ #: includes/settings/class-cr-settings-cusrev.php:72
2547
  msgid "Page URL"
2548
  msgstr ""
2549
 
2550
+ #: includes/settings/class-cr-settings-cusrev.php:73
2551
  msgid ""
2552
  "Specify name of the page with verified reviews. This will be a base URL for "
2553
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2554
  "the name of the page."
2555
  msgstr ""
2556
 
2557
+ #: includes/settings/class-cr-settings-cusrev.php:81
2558
  msgid "Age Restriction"
2559
  msgstr ""
2560
 
2561
+ #: includes/settings/class-cr-settings-cusrev.php:82
2562
  msgid ""
2563
  "Enable this option if your store sells age-restricted products (e.g., adult "
2564
  "content, alcohol, etc.)"
3310
  msgid "Review Extensions"
3311
  msgstr ""
3312
 
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3314
+ msgid ""
3315
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3316
+ "products pages. By default, visual appearance of reviews is controlled by "
3317
+ "WooCommerce and your active WordPress theme. There is also an option to "
3318
+ "enable an enhanced visual style for display of reviews on product pages."
3319
+ msgstr ""
3320
+
3321
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3322
+ msgid ""
3323
+ "If you would like to display reviews in locations other than the standard "
3324
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3325
+ "or Gutenberg blocks provided by the plugin."
3326
+ msgstr ""
3327
+
3328
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3329
+ msgid "Display of Customer Reviews"
3330
+ msgstr ""
3331
+
3332
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3333
+ msgid "Visual Style"
3334
+ msgstr ""
3335
+
3336
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3337
+ msgid "WooCommerce (basic user interface)"
3338
+ msgstr ""
3339
+
3340
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3341
+ msgid "CusRev (enhanced user interface)"
3342
+ msgstr ""
3343
+
3344
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3345
+ msgid "Default Quantity of Reviews"
3346
+ msgstr ""
3347
+
3348
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3349
+ msgid ""
3350
+ "Specify the default number of reviews that will be shown during the initial "
3351
+ "product page load."
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3355
+ msgid "Default Sorting Order"
3356
+ msgstr ""
3357
+
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3359
+ msgid ""
3360
+ "Define how reviews are sorted by default. The option to vote for reviews "
3361
+ "must be enabled to show the most helpful reviews first."
3362
+ msgstr ""
3363
+
3364
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3365
+ msgid "Recent reviews first"
3366
+ msgstr ""
3367
+
3368
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3369
+ msgid "Most helpful reviews first"
3370
+ msgstr ""
3371
+
3372
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3373
+ msgid "Review Form"
3374
+ msgstr ""
3375
+
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3377
+ msgid ""
3378
+ "Display a review form on product pages. If you would like to protect your "
3379
+ "site from SPAM reviews and allow customers to submit reviews only via "
3380
+ "invitations (review reminders), this option should be disabled."
3381
+ msgstr ""
3382
+
3383
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3384
  msgid "Extensions for Customer Reviews"
3385
  msgstr ""
3386
 
3387
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3388
  msgid ""
3389
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3390
  "you can configure various extensions for standard WooCommerce reviews."
3391
  msgstr ""
3392
 
3393
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3394
  msgid "Attach Images"
3395
  msgstr ""
3396
 
3397
  #. translators: please keep %1$s and %2$s in the translated version
3398
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3399
  msgid ""
3400
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3401
  "you would like to enable attachment of images on aggregated review forms, "
3402
  "this can be done %1$shere%2$s."
3403
  msgstr ""
3404
 
3405
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3406
  msgid "Quantity of Images"
3407
  msgstr ""
3408
 
3409
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3410
  msgid ""
3411
  "Specify the maximum number of images that can be uploaded for a single "
3412
  "review. This setting applies only to reviews submitted on single product "
3413
  "pages."
3414
  msgstr ""
3415
 
3416
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3417
  msgid "Maximum Size of Image"
3418
  msgstr ""
3419
 
3420
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3421
  msgid ""
3422
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3423
  "review. This setting applies only to reviews submitted on single product "
3424
  "pages."
3425
  msgstr ""
3426
 
3427
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3428
  msgid "Disable Lightbox"
3429
  msgstr ""
3430
 
3431
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3432
  msgid ""
3433
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3434
  "this option only if your theme generates lightboxes for any picture on the "
3436
  "attached to a review."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3440
  msgid "reCAPTCHA V2 for Reviews"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3444
  msgid ""
3445
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3446
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3447
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3448
  msgstr ""
3449
 
3450
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3451
  msgid "reCAPTCHA V2 Site Key"
3452
  msgstr ""
3453
 
3454
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3455
  msgid ""
3456
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3457
  "after registration at reCAPTCHA website."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3461
  msgid "reCAPTCHA V2 Secret Key"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3465
  msgid ""
3466
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3467
  "receive after registration at reCAPTCHA website."
3468
  msgstr ""
3469
 
3470
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3471
  msgid "Reviews Summary Bar"
3472
  msgstr ""
3473
 
3474
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3475
  msgid ""
3476
  "Enable display of a histogram table with a summary of reviews on a product "
3477
  "page."
3478
  msgstr ""
3479
 
3480
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3481
  msgid "Vote for Reviews"
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3485
  msgid ""
3486
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3487
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3488
  "addresses to identify this visitor."
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3492
  msgid "Remove Plugin's Branding"
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3496
  msgid ""
3497
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3498
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3499
  "would like to support us, please disable this checkbox."
3500
  msgstr ""
3501
 
3502
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3503
  msgid "Verified Owner"
3504
  msgstr ""
3505
 
3506
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3507
  msgid ""
3508
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3509
  "customer reviews with a custom one. If this field is blank, the standard "
3510
  "WooCommerce label will be used."
3511
  msgstr ""
3512
 
3513
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3514
  msgid "Customer Avatars"
3515
  msgstr ""
3516
 
3517
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3518
  msgid ""
3519
  "Choose how customer avatars are displayed on WooCommerce single product "
3520
  "pages. You can use either the standard WordPress avatars or avatars created "
3521
  "based on initial letters of customer names."
3522
  msgstr ""
3523
 
3524
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3525
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3526
  msgid "Standard"
3527
  msgstr ""
3528
 
3529
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3530
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3531
  msgid "Initials"
3532
  msgstr ""
3533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3534
  #: includes/settings/class-cr-settings-review-reminder.php:89
3535
  #: includes/settings/class-cr-settings-review-reminder.php:94
3536
  #: includes/settings/class-cr-settings-review-reminder.php:99
4726
  msgid "Tags for Reviews"
4727
  msgstr ""
4728
 
4729
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4730
  msgid "Independently verified"
4731
  msgstr ""
4732
 
4733
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4734
  msgid "independently verified"
4735
  msgstr ""
4736
 
4737
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4738
  msgid "What Our Clients Say"
4739
  msgstr ""
4740
 
4741
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4742
  msgid "what our clients say"
4743
  msgstr ""
4744
 
4745
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4746
  msgid "%s rating"
4747
  msgstr ""
4748
 
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4750
  msgid "rating %s / 5"
4751
  msgstr ""
4752
 
4753
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4754
  msgid "%s store rating"
4755
  msgstr ""
4756
 
4757
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4758
  msgid "Store rating %s / 5"
4759
  msgstr ""
4760
 
4761
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4762
  msgid "store rating"
4763
  msgstr ""
4764
 
4765
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4766
  msgid "%s product rating"
4767
  msgstr ""
4768
 
4769
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4770
  msgid "Product rating %s / 5"
4771
  msgstr ""
4772
 
4773
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4774
  msgid "product rating"
4775
  msgstr ""
4776
 
4777
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4778
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4779
  msgid "%s review"
4780
  msgid_plural "%s reviews"
4781
  msgstr[0] ""
languages/customer-reviews-woocommerce-vi.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-11-24 18:45+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "5 sao"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "5 sao"
125
  msgid "4 star"
126
  msgstr "4 sao"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "4 sao"
134
  msgid "3 star"
135
  msgstr "3 sao"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "3 sao"
143
  msgid "2 star"
144
  msgstr "2 sao"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2492,20 +2492,20 @@ msgid ""
2492
  "settings</a>."
2493
  msgstr ""
2494
 
2495
- #: includes/settings/class-cr-settings-cusrev.php:31
2496
- #: includes/settings/class-cr-settings-cusrev.php:55
2497
  msgid "CusRev.com"
2498
  msgstr ""
2499
 
2500
- #: includes/settings/class-cr-settings-cusrev.php:57
2501
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2502
  msgstr ""
2503
 
2504
- #: includes/settings/class-cr-settings-cusrev.php:61
2505
  msgid "Page Enabled"
2506
  msgstr ""
2507
 
2508
- #: includes/settings/class-cr-settings-cusrev.php:62
2509
  msgid ""
2510
  "Enable or disable a public page with verified copies of reviews of your "
2511
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2514,22 +2514,22 @@ msgid ""
2514
  "the review on CusRev.com."
2515
  msgstr ""
2516
 
2517
- #: includes/settings/class-cr-settings-cusrev.php:69
2518
  msgid "Page URL"
2519
  msgstr ""
2520
 
2521
- #: includes/settings/class-cr-settings-cusrev.php:70
2522
  msgid ""
2523
  "Specify name of the page with verified reviews. This will be a base URL for "
2524
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2525
  "the name of the page."
2526
  msgstr ""
2527
 
2528
- #: includes/settings/class-cr-settings-cusrev.php:78
2529
  msgid "Age Restriction"
2530
  msgstr ""
2531
 
2532
- #: includes/settings/class-cr-settings-cusrev.php:79
2533
  msgid ""
2534
  "Enable this option if your store sells age-restricted products (e.g., adult "
2535
  "content, alcohol, etc.)"
@@ -3281,55 +3281,125 @@ msgstr ""
3281
  msgid "Review Extensions"
3282
  msgstr ""
3283
 
3284
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3285
  msgid "Extensions for Customer Reviews"
3286
  msgstr ""
3287
 
3288
- #: includes/settings/class-cr-settings-review-extensions.php:77
3289
  msgid ""
3290
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3291
  "you can configure various extensions for standard WooCommerce reviews."
3292
  msgstr ""
3293
 
3294
- #: includes/settings/class-cr-settings-review-extensions.php:81
3295
  msgid "Attach Images"
3296
  msgstr ""
3297
 
3298
  #. translators: please keep %1$s and %2$s in the translated version
3299
- #: includes/settings/class-cr-settings-review-extensions.php:83
3300
  msgid ""
3301
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3302
  "you would like to enable attachment of images on aggregated review forms, "
3303
  "this can be done %1$shere%2$s."
3304
  msgstr ""
3305
 
3306
- #: includes/settings/class-cr-settings-review-extensions.php:89
3307
  msgid "Quantity of Images"
3308
  msgstr ""
3309
 
3310
- #: includes/settings/class-cr-settings-review-extensions.php:90
3311
  msgid ""
3312
  "Specify the maximum number of images that can be uploaded for a single "
3313
  "review. This setting applies only to reviews submitted on single product "
3314
  "pages."
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-extensions.php:97
3318
  msgid "Maximum Size of Image"
3319
  msgstr ""
3320
 
3321
- #: includes/settings/class-cr-settings-review-extensions.php:98
3322
  msgid ""
3323
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3324
  "review. This setting applies only to reviews submitted on single product "
3325
  "pages."
3326
  msgstr ""
3327
 
3328
- #: includes/settings/class-cr-settings-review-extensions.php:105
3329
  msgid "Disable Lightbox"
3330
  msgstr ""
3331
 
3332
- #: includes/settings/class-cr-settings-review-extensions.php:106
3333
  msgid ""
3334
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3335
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3337,155 +3407,101 @@ msgid ""
3337
  "attached to a review."
3338
  msgstr ""
3339
 
3340
- #: includes/settings/class-cr-settings-review-extensions.php:112
3341
  msgid "reCAPTCHA V2 for Reviews"
3342
  msgstr ""
3343
 
3344
- #: includes/settings/class-cr-settings-review-extensions.php:113
3345
  msgid ""
3346
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3347
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3348
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3349
  msgstr ""
3350
 
3351
- #: includes/settings/class-cr-settings-review-extensions.php:119
3352
  msgid "reCAPTCHA V2 Site Key"
3353
  msgstr ""
3354
 
3355
- #: includes/settings/class-cr-settings-review-extensions.php:121
3356
  msgid ""
3357
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3358
  "after registration at reCAPTCHA website."
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-extensions.php:127
3362
  msgid "reCAPTCHA V2 Secret Key"
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-extensions.php:129
3366
  msgid ""
3367
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3368
  "receive after registration at reCAPTCHA website."
3369
  msgstr ""
3370
 
3371
- #: includes/settings/class-cr-settings-review-extensions.php:135
3372
  msgid "Reviews Summary Bar"
3373
  msgstr ""
3374
 
3375
- #: includes/settings/class-cr-settings-review-extensions.php:136
3376
  msgid ""
3377
  "Enable display of a histogram table with a summary of reviews on a product "
3378
  "page."
3379
  msgstr ""
3380
 
3381
- #: includes/settings/class-cr-settings-review-extensions.php:142
3382
  msgid "Vote for Reviews"
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-extensions.php:143
3386
  msgid ""
3387
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3388
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3389
  "addresses to identify this visitor."
3390
  msgstr ""
3391
 
3392
- #: includes/settings/class-cr-settings-review-extensions.php:149
3393
  msgid "Remove Plugin's Branding"
3394
  msgstr ""
3395
 
3396
- #: includes/settings/class-cr-settings-review-extensions.php:150
3397
  msgid ""
3398
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3399
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3400
  "would like to support us, please disable this checkbox."
3401
  msgstr ""
3402
 
3403
- #: includes/settings/class-cr-settings-review-extensions.php:156
3404
  msgid "Verified Owner"
3405
  msgstr ""
3406
 
3407
- #: includes/settings/class-cr-settings-review-extensions.php:158
3408
  msgid ""
3409
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3410
  "customer reviews with a custom one. If this field is blank, the standard "
3411
  "WooCommerce label will be used."
3412
  msgstr ""
3413
 
3414
- #: includes/settings/class-cr-settings-review-extensions.php:164
3415
  msgid "Customer Avatars"
3416
  msgstr ""
3417
 
3418
- #: includes/settings/class-cr-settings-review-extensions.php:166
3419
  msgid ""
3420
  "Choose how customer avatars are displayed on WooCommerce single product "
3421
  "pages. You can use either the standard WordPress avatars or avatars created "
3422
  "based on initial letters of customer names."
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-extensions.php:172
3426
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3427
  msgid "Standard"
3428
  msgstr ""
3429
 
3430
- #: includes/settings/class-cr-settings-review-extensions.php:173
3431
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3432
  msgid "Initials"
3433
  msgstr ""
3434
 
3435
- #: includes/settings/class-cr-settings-review-extensions.php:181
3436
- #: includes/settings/class-cr-settings-review-extensions.php:187
3437
- msgid "Lazy Load Reviews"
3438
- msgstr ""
3439
-
3440
- #: includes/settings/class-cr-settings-review-extensions.php:183
3441
- msgid ""
3442
- "Settings to display reviews with 'Show more' button instead of the standard "
3443
- "WordPress pagination."
3444
- msgstr ""
3445
-
3446
- #: includes/settings/class-cr-settings-review-extensions.php:188
3447
- msgid "Display reviews on product pages with 'Show more' button."
3448
- msgstr ""
3449
-
3450
- #: includes/settings/class-cr-settings-review-extensions.php:194
3451
- msgid "Default Quantity of Reviews"
3452
- msgstr ""
3453
-
3454
- #: includes/settings/class-cr-settings-review-extensions.php:195
3455
- msgid ""
3456
- "Specify the default number of reviews that will be shown during the initial "
3457
- "product page load."
3458
- msgstr ""
3459
-
3460
- #: includes/settings/class-cr-settings-review-extensions.php:202
3461
- msgid "Default Sorting Order"
3462
- msgstr ""
3463
-
3464
- #: includes/settings/class-cr-settings-review-extensions.php:204
3465
- msgid ""
3466
- "Define how reviews are sorted by default. The option to vote for reviews "
3467
- "must be enabled to show the most helpful reviews first."
3468
- msgstr ""
3469
-
3470
- #: includes/settings/class-cr-settings-review-extensions.php:210
3471
- msgid "Recent reviews first"
3472
- msgstr ""
3473
-
3474
- #: includes/settings/class-cr-settings-review-extensions.php:211
3475
- msgid "Most helpful reviews first"
3476
- msgstr ""
3477
-
3478
- #: includes/settings/class-cr-settings-review-extensions.php:215
3479
- msgid "Review Form"
3480
- msgstr ""
3481
-
3482
- #: includes/settings/class-cr-settings-review-extensions.php:216
3483
- msgid ""
3484
- "Display a review form on product pages. If you would like to protect your "
3485
- "site from SPAM reviews and allow customers to submit reviews only via "
3486
- "invitations (review reminders), this option should be disabled."
3487
- msgstr ""
3488
-
3489
  #: includes/settings/class-cr-settings-review-reminder.php:89
3490
  #: includes/settings/class-cr-settings-review-reminder.php:94
3491
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4681,56 +4697,56 @@ msgstr ""
4681
  msgid "Tags for Reviews"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:202
4685
  msgid "Independently verified"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:203
4689
  msgid "independently verified"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:205
4693
  msgid "What Our Clients Say"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:206
4697
  msgid "what our clients say"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "%s rating"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "rating %s / 5"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
  msgid "%s store rating"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:213
4713
  msgid "Store rating %s / 5"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:214
4717
  msgid "store rating"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:215
4721
  msgid "%s product rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:216
4725
  msgid "Product rating %s / 5"
4726
  msgstr ""
4727
 
4728
- #: includes/trust-badge/class-cr-trust-badge.php:217
4729
  msgid "product rating"
4730
  msgstr ""
4731
 
4732
- #: includes/trust-badge/class-cr-trust-badge.php:218
4733
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4734
  msgid "%s review"
4735
  msgid_plural "%s reviews"
4736
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-11-24 18:45+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "5 sao"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "4 sao"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "3 sao"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "2 sao"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2492
  "settings</a>."
2493
  msgstr ""
2494
 
2495
+ #: includes/settings/class-cr-settings-cusrev.php:34
2496
+ #: includes/settings/class-cr-settings-cusrev.php:58
2497
  msgid "CusRev.com"
2498
  msgstr ""
2499
 
2500
+ #: includes/settings/class-cr-settings-cusrev.php:60
2501
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2502
  msgstr ""
2503
 
2504
+ #: includes/settings/class-cr-settings-cusrev.php:64
2505
  msgid "Page Enabled"
2506
  msgstr ""
2507
 
2508
+ #: includes/settings/class-cr-settings-cusrev.php:65
2509
  msgid ""
2510
  "Enable or disable a public page with verified copies of reviews of your "
2511
  "store and products at CusRev website. If this option is enabled, additional "
2514
  "the review on CusRev.com."
2515
  msgstr ""
2516
 
2517
+ #: includes/settings/class-cr-settings-cusrev.php:72
2518
  msgid "Page URL"
2519
  msgstr ""
2520
 
2521
+ #: includes/settings/class-cr-settings-cusrev.php:73
2522
  msgid ""
2523
  "Specify name of the page with verified reviews. This will be a base URL for "
2524
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2525
  "the name of the page."
2526
  msgstr ""
2527
 
2528
+ #: includes/settings/class-cr-settings-cusrev.php:81
2529
  msgid "Age Restriction"
2530
  msgstr ""
2531
 
2532
+ #: includes/settings/class-cr-settings-cusrev.php:82
2533
  msgid ""
2534
  "Enable this option if your store sells age-restricted products (e.g., adult "
2535
  "content, alcohol, etc.)"
3281
  msgid "Review Extensions"
3282
  msgstr ""
3283
 
3284
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3285
+ msgid ""
3286
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3287
+ "products pages. By default, visual appearance of reviews is controlled by "
3288
+ "WooCommerce and your active WordPress theme. There is also an option to "
3289
+ "enable an enhanced visual style for display of reviews on product pages."
3290
+ msgstr ""
3291
+
3292
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3293
+ msgid ""
3294
+ "If you would like to display reviews in locations other than the standard "
3295
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3296
+ "or Gutenberg blocks provided by the plugin."
3297
+ msgstr ""
3298
+
3299
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3300
+ msgid "Display of Customer Reviews"
3301
+ msgstr ""
3302
+
3303
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3304
+ msgid "Visual Style"
3305
+ msgstr ""
3306
+
3307
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3308
+ msgid "WooCommerce (basic user interface)"
3309
+ msgstr ""
3310
+
3311
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3312
+ msgid "CusRev (enhanced user interface)"
3313
+ msgstr ""
3314
+
3315
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3316
+ msgid "Default Quantity of Reviews"
3317
+ msgstr ""
3318
+
3319
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3320
+ msgid ""
3321
+ "Specify the default number of reviews that will be shown during the initial "
3322
+ "product page load."
3323
+ msgstr ""
3324
+
3325
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3326
+ msgid "Default Sorting Order"
3327
+ msgstr ""
3328
+
3329
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3330
+ msgid ""
3331
+ "Define how reviews are sorted by default. The option to vote for reviews "
3332
+ "must be enabled to show the most helpful reviews first."
3333
+ msgstr ""
3334
+
3335
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3336
+ msgid "Recent reviews first"
3337
+ msgstr ""
3338
+
3339
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3340
+ msgid "Most helpful reviews first"
3341
+ msgstr ""
3342
+
3343
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3344
+ msgid "Review Form"
3345
+ msgstr ""
3346
+
3347
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3348
+ msgid ""
3349
+ "Display a review form on product pages. If you would like to protect your "
3350
+ "site from SPAM reviews and allow customers to submit reviews only via "
3351
+ "invitations (review reminders), this option should be disabled."
3352
+ msgstr ""
3353
+
3354
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3355
  msgid "Extensions for Customer Reviews"
3356
  msgstr ""
3357
 
3358
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3359
  msgid ""
3360
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3361
  "you can configure various extensions for standard WooCommerce reviews."
3362
  msgstr ""
3363
 
3364
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3365
  msgid "Attach Images"
3366
  msgstr ""
3367
 
3368
  #. translators: please keep %1$s and %2$s in the translated version
3369
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3370
  msgid ""
3371
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3372
  "you would like to enable attachment of images on aggregated review forms, "
3373
  "this can be done %1$shere%2$s."
3374
  msgstr ""
3375
 
3376
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3377
  msgid "Quantity of Images"
3378
  msgstr ""
3379
 
3380
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3381
  msgid ""
3382
  "Specify the maximum number of images that can be uploaded for a single "
3383
  "review. This setting applies only to reviews submitted on single product "
3384
  "pages."
3385
  msgstr ""
3386
 
3387
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3388
  msgid "Maximum Size of Image"
3389
  msgstr ""
3390
 
3391
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3392
  msgid ""
3393
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3394
  "review. This setting applies only to reviews submitted on single product "
3395
  "pages."
3396
  msgstr ""
3397
 
3398
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3399
  msgid "Disable Lightbox"
3400
  msgstr ""
3401
 
3402
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3403
  msgid ""
3404
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3405
  "this option only if your theme generates lightboxes for any picture on the "
3407
  "attached to a review."
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3411
  msgid "reCAPTCHA V2 for Reviews"
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3415
  msgid ""
3416
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3417
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3418
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3419
  msgstr ""
3420
 
3421
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3422
  msgid "reCAPTCHA V2 Site Key"
3423
  msgstr ""
3424
 
3425
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3426
  msgid ""
3427
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3428
  "after registration at reCAPTCHA website."
3429
  msgstr ""
3430
 
3431
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3432
  msgid "reCAPTCHA V2 Secret Key"
3433
  msgstr ""
3434
 
3435
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3436
  msgid ""
3437
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3438
  "receive after registration at reCAPTCHA website."
3439
  msgstr ""
3440
 
3441
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3442
  msgid "Reviews Summary Bar"
3443
  msgstr ""
3444
 
3445
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3446
  msgid ""
3447
  "Enable display of a histogram table with a summary of reviews on a product "
3448
  "page."
3449
  msgstr ""
3450
 
3451
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3452
  msgid "Vote for Reviews"
3453
  msgstr ""
3454
 
3455
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3456
  msgid ""
3457
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3458
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3459
  "addresses to identify this visitor."
3460
  msgstr ""
3461
 
3462
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3463
  msgid "Remove Plugin's Branding"
3464
  msgstr ""
3465
 
3466
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3467
  msgid ""
3468
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3469
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3470
  "would like to support us, please disable this checkbox."
3471
  msgstr ""
3472
 
3473
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3474
  msgid "Verified Owner"
3475
  msgstr ""
3476
 
3477
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3478
  msgid ""
3479
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3480
  "customer reviews with a custom one. If this field is blank, the standard "
3481
  "WooCommerce label will be used."
3482
  msgstr ""
3483
 
3484
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3485
  msgid "Customer Avatars"
3486
  msgstr ""
3487
 
3488
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3489
  msgid ""
3490
  "Choose how customer avatars are displayed on WooCommerce single product "
3491
  "pages. You can use either the standard WordPress avatars or avatars created "
3492
  "based on initial letters of customer names."
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3496
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3497
  msgid "Standard"
3498
  msgstr ""
3499
 
3500
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3501
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3502
  msgid "Initials"
3503
  msgstr ""
3504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3505
  #: includes/settings/class-cr-settings-review-reminder.php:89
3506
  #: includes/settings/class-cr-settings-review-reminder.php:94
3507
  #: includes/settings/class-cr-settings-review-reminder.php:99
4697
  msgid "Tags for Reviews"
4698
  msgstr ""
4699
 
4700
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4701
  msgid "Independently verified"
4702
  msgstr ""
4703
 
4704
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4705
  msgid "independently verified"
4706
  msgstr ""
4707
 
4708
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4709
  msgid "What Our Clients Say"
4710
  msgstr ""
4711
 
4712
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4713
  msgid "what our clients say"
4714
  msgstr ""
4715
 
4716
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4717
  msgid "%s rating"
4718
  msgstr ""
4719
 
4720
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4721
  msgid "rating %s / 5"
4722
  msgstr ""
4723
 
4724
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4725
  msgid "%s store rating"
4726
  msgstr ""
4727
 
4728
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4729
  msgid "Store rating %s / 5"
4730
  msgstr ""
4731
 
4732
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4733
  msgid "store rating"
4734
  msgstr ""
4735
 
4736
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4737
  msgid "%s product rating"
4738
  msgstr ""
4739
 
4740
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4741
  msgid "Product rating %s / 5"
4742
  msgstr ""
4743
 
4744
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4745
  msgid "product rating"
4746
  msgstr ""
4747
 
4748
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4749
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4750
  msgid "%s review"
4751
  msgid_plural "%s reviews"
4752
  msgstr[0] ""
languages/customer-reviews-woocommerce-zh_TW.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
10
  "PO-Revision-Date: 2018-03-22 23:11+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
- #: class-ivole-endpoint-replies.php:137 class-ivole-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
@@ -68,21 +68,21 @@ msgstr ""
68
  msgid "Settings"
69
  msgstr ""
70
 
71
- #: includes/blocks/class-cr-all-reviews.php:431
72
- #: includes/blocks/class-cr-all-reviews.php:489
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
- #: includes/blocks/class-cr-all-reviews.php:484
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
- #: includes/blocks/class-cr-all-reviews.php:513
85
- #: includes/blocks/class-cr-all-reviews.php:841
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
@@ -91,8 +91,8 @@ msgid_plural "Showing %1$d of %2$d reviews (%3$d star). "
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
- #: includes/blocks/class-cr-all-reviews.php:514
95
- #: includes/blocks/class-cr-all-reviews.php:842
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,15 +100,15 @@ msgid "See all %d review"
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
- #: includes/blocks/class-cr-all-reviews.php:768
111
- #: includes/blocks/class-cr-all-reviews.php:772
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
@@ -116,8 +116,8 @@ msgstr[0] ""
116
  msgid "5 star"
117
  msgstr "五顆星"
118
 
119
- #: includes/blocks/class-cr-all-reviews.php:781
120
- #: includes/blocks/class-cr-all-reviews.php:785
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
@@ -125,8 +125,8 @@ msgstr "五顆星"
125
  msgid "4 star"
126
  msgstr "四顆星"
127
 
128
- #: includes/blocks/class-cr-all-reviews.php:794
129
- #: includes/blocks/class-cr-all-reviews.php:798
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
@@ -134,8 +134,8 @@ msgstr "四顆星"
134
  msgid "3 star"
135
  msgstr "三顆星"
136
 
137
- #: includes/blocks/class-cr-all-reviews.php:807
138
- #: includes/blocks/class-cr-all-reviews.php:811
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
@@ -143,8 +143,8 @@ msgstr "三顆星"
143
  msgid "2 star"
144
  msgstr "二顆星"
145
 
146
- #: includes/blocks/class-cr-all-reviews.php:820
147
- #: includes/blocks/class-cr-all-reviews.php:824
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -371,7 +371,7 @@ msgid "Google"
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
- #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -394,88 +394,88 @@ msgstr ""
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
- #: includes/google/class-cr-product-feed-attributes.php:84
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-product-feed-attributes.php:86
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
- #: includes/google/class-cr-product-feed-attributes.php:121
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
- #: includes/google/class-cr-product-feed-attributes.php:122
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
- #: includes/google/class-cr-product-feed-attributes.php:127
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
- #: includes/google/class-cr-product-feed-attributes.php:128
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
- #: includes/google/class-cr-product-feed-attributes.php:178
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
- #: includes/google/class-cr-product-feed-reviews.php:249
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:179
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
- #: includes/google/class-cr-product-feed-reviews.php:250
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:180
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
- #: includes/google/class-cr-product-feed-reviews.php:251
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
- #: includes/google/class-cr-product-feed-attributes.php:228
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
- #: includes/google/class-cr-product-feed-reviews.php:299
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
- #: includes/google/class-cr-product-feed-attributes.php:229
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
- #: includes/google/class-cr-product-feed-reviews.php:300
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
- #: includes/google/class-cr-product-feed-attributes.php:230
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
- #: includes/google/class-cr-product-feed-reviews.php:301
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
- #: includes/google/class-cr-product-feed-attributes.php:232
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
- #: includes/google/class-cr-product-feed-reviews.php:303
479
  msgid "Product Tag"
480
  msgstr ""
481
 
@@ -579,7 +579,7 @@ msgstr ""
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
- #: includes/google/class-cr-product-feed-reviews.php:176
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
@@ -595,7 +595,7 @@ msgstr ""
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
- #: includes/google/class-cr-product-feed-reviews.php:189
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
@@ -609,7 +609,7 @@ msgstr ""
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
- #: includes/google/class-cr-product-feed-reviews.php:215
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
@@ -664,11 +664,11 @@ msgstr ""
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
- #: includes/google/class-cr-product-feed-reviews.php:85
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
- #: includes/google/class-cr-product-feed-reviews.php:87
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
@@ -676,11 +676,11 @@ msgid ""
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
- #: includes/google/class-cr-product-feed-reviews.php:91
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
- #: includes/google/class-cr-product-feed-reviews.php:93
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
@@ -688,44 +688,44 @@ msgid ""
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
- #: includes/google/class-cr-product-feed-reviews.php:106
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
- #: includes/google/class-cr-product-feed-reviews.php:107
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
- #: includes/google/class-cr-product-feed-reviews.php:113
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
- #: includes/google/class-cr-product-feed-reviews.php:114
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
- #: includes/google/class-cr-product-feed-reviews.php:122
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
- #: includes/google/class-cr-product-feed-reviews.php:123
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
- #: includes/google/class-cr-product-feed-reviews.php:163
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
- #: includes/google/class-cr-product-feed-reviews.php:168
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
- #: includes/google/class-cr-product-feed-reviews.php:202
729
  msgid "SKU"
730
  msgstr ""
731
 
@@ -900,37 +900,37 @@ msgid "<strong>%1d</strong> product review (all ratings)"
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
- #: includes/google/class-cr-product-feed-status.php:434
904
- #: includes/google/class-cr-product-feed-status.php:443
905
- #: includes/google/class-cr-product-feed-status.php:452
906
- #: includes/google/class-cr-product-feed-status.php:461
907
- #: includes/google/class-cr-product-feed-status.php:470
908
- #: includes/google/class-cr-product-feed-status.php:479
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
- #: includes/google/class-cr-product-feed-status.php:439
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
- #: includes/google/class-cr-product-feed-status.php:448
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
- #: includes/google/class-cr-product-feed-status.php:457
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
- #: includes/google/class-cr-product-feed-status.php:466
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
- #: includes/google/class-cr-product-feed-status.php:475
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
@@ -2188,16 +2188,16 @@ msgstr ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
- #: includes/reviews/class-cr-replies.php:102
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
- #: includes/reviews/class-cr-replies.php:111
2196
- #: includes/reviews/class-cr-replies.php:124
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
- #: includes/reviews/class-cr-replies.php:131
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
@@ -2490,20 +2490,20 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
- #: includes/settings/class-cr-settings-cusrev.php:31
2494
- #: includes/settings/class-cr-settings-cusrev.php:55
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
- #: includes/settings/class-cr-settings-cusrev.php:57
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
- #: includes/settings/class-cr-settings-cusrev.php:61
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
- #: includes/settings/class-cr-settings-cusrev.php:62
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
@@ -2512,22 +2512,22 @@ msgid ""
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
- #: includes/settings/class-cr-settings-cusrev.php:69
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
- #: includes/settings/class-cr-settings-cusrev.php:70
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
- #: includes/settings/class-cr-settings-cusrev.php:78
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
- #: includes/settings/class-cr-settings-cusrev.php:79
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
@@ -3279,55 +3279,125 @@ msgstr ""
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3283
  msgid "Extensions for Customer Reviews"
3284
  msgstr ""
3285
 
3286
- #: includes/settings/class-cr-settings-review-extensions.php:77
3287
  msgid ""
3288
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3289
  "you can configure various extensions for standard WooCommerce reviews."
3290
  msgstr ""
3291
 
3292
- #: includes/settings/class-cr-settings-review-extensions.php:81
3293
  msgid "Attach Images"
3294
  msgstr ""
3295
 
3296
  #. translators: please keep %1$s and %2$s in the translated version
3297
- #: includes/settings/class-cr-settings-review-extensions.php:83
3298
  msgid ""
3299
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3300
  "you would like to enable attachment of images on aggregated review forms, "
3301
  "this can be done %1$shere%2$s."
3302
  msgstr ""
3303
 
3304
- #: includes/settings/class-cr-settings-review-extensions.php:89
3305
  msgid "Quantity of Images"
3306
  msgstr ""
3307
 
3308
- #: includes/settings/class-cr-settings-review-extensions.php:90
3309
  msgid ""
3310
  "Specify the maximum number of images that can be uploaded for a single "
3311
  "review. This setting applies only to reviews submitted on single product "
3312
  "pages."
3313
  msgstr ""
3314
 
3315
- #: includes/settings/class-cr-settings-review-extensions.php:97
3316
  msgid "Maximum Size of Image"
3317
  msgstr ""
3318
 
3319
- #: includes/settings/class-cr-settings-review-extensions.php:98
3320
  msgid ""
3321
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3322
  "review. This setting applies only to reviews submitted on single product "
3323
  "pages."
3324
  msgstr ""
3325
 
3326
- #: includes/settings/class-cr-settings-review-extensions.php:105
3327
  msgid "Disable Lightbox"
3328
  msgstr ""
3329
 
3330
- #: includes/settings/class-cr-settings-review-extensions.php:106
3331
  msgid ""
3332
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3333
  "this option only if your theme generates lightboxes for any picture on the "
@@ -3335,155 +3405,101 @@ msgid ""
3335
  "attached to a review."
3336
  msgstr ""
3337
 
3338
- #: includes/settings/class-cr-settings-review-extensions.php:112
3339
  msgid "reCAPTCHA V2 for Reviews"
3340
  msgstr ""
3341
 
3342
- #: includes/settings/class-cr-settings-review-extensions.php:113
3343
  msgid ""
3344
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3345
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3346
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-extensions.php:119
3350
  msgid "reCAPTCHA V2 Site Key"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-extensions.php:121
3354
  msgid ""
3355
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3356
  "after registration at reCAPTCHA website."
3357
  msgstr ""
3358
 
3359
- #: includes/settings/class-cr-settings-review-extensions.php:127
3360
  msgid "reCAPTCHA V2 Secret Key"
3361
  msgstr ""
3362
 
3363
- #: includes/settings/class-cr-settings-review-extensions.php:129
3364
  msgid ""
3365
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3366
  "receive after registration at reCAPTCHA website."
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-extensions.php:135
3370
  msgid "Reviews Summary Bar"
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-extensions.php:136
3374
  msgid ""
3375
  "Enable display of a histogram table with a summary of reviews on a product "
3376
  "page."
3377
  msgstr ""
3378
 
3379
- #: includes/settings/class-cr-settings-review-extensions.php:142
3380
  msgid "Vote for Reviews"
3381
  msgstr ""
3382
 
3383
- #: includes/settings/class-cr-settings-review-extensions.php:143
3384
  msgid ""
3385
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3386
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3387
  "addresses to identify this visitor."
3388
  msgstr ""
3389
 
3390
- #: includes/settings/class-cr-settings-review-extensions.php:149
3391
  msgid "Remove Plugin's Branding"
3392
  msgstr ""
3393
 
3394
- #: includes/settings/class-cr-settings-review-extensions.php:150
3395
  msgid ""
3396
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3397
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3398
  "would like to support us, please disable this checkbox."
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-extensions.php:156
3402
  msgid "Verified Owner"
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-extensions.php:158
3406
  msgid ""
3407
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3408
  "customer reviews with a custom one. If this field is blank, the standard "
3409
  "WooCommerce label will be used."
3410
  msgstr ""
3411
 
3412
- #: includes/settings/class-cr-settings-review-extensions.php:164
3413
  msgid "Customer Avatars"
3414
  msgstr ""
3415
 
3416
- #: includes/settings/class-cr-settings-review-extensions.php:166
3417
  msgid ""
3418
  "Choose how customer avatars are displayed on WooCommerce single product "
3419
  "pages. You can use either the standard WordPress avatars or avatars created "
3420
  "based on initial letters of customer names."
3421
  msgstr ""
3422
 
3423
- #: includes/settings/class-cr-settings-review-extensions.php:172
3424
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3425
  msgid "Standard"
3426
  msgstr ""
3427
 
3428
- #: includes/settings/class-cr-settings-review-extensions.php:173
3429
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3430
  msgid "Initials"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-extensions.php:181
3434
- #: includes/settings/class-cr-settings-review-extensions.php:187
3435
- msgid "Lazy Load Reviews"
3436
- msgstr ""
3437
-
3438
- #: includes/settings/class-cr-settings-review-extensions.php:183
3439
- msgid ""
3440
- "Settings to display reviews with 'Show more' button instead of the standard "
3441
- "WordPress pagination."
3442
- msgstr ""
3443
-
3444
- #: includes/settings/class-cr-settings-review-extensions.php:188
3445
- msgid "Display reviews on product pages with 'Show more' button."
3446
- msgstr ""
3447
-
3448
- #: includes/settings/class-cr-settings-review-extensions.php:194
3449
- msgid "Default Quantity of Reviews"
3450
- msgstr ""
3451
-
3452
- #: includes/settings/class-cr-settings-review-extensions.php:195
3453
- msgid ""
3454
- "Specify the default number of reviews that will be shown during the initial "
3455
- "product page load."
3456
- msgstr ""
3457
-
3458
- #: includes/settings/class-cr-settings-review-extensions.php:202
3459
- msgid "Default Sorting Order"
3460
- msgstr ""
3461
-
3462
- #: includes/settings/class-cr-settings-review-extensions.php:204
3463
- msgid ""
3464
- "Define how reviews are sorted by default. The option to vote for reviews "
3465
- "must be enabled to show the most helpful reviews first."
3466
- msgstr ""
3467
-
3468
- #: includes/settings/class-cr-settings-review-extensions.php:210
3469
- msgid "Recent reviews first"
3470
- msgstr ""
3471
-
3472
- #: includes/settings/class-cr-settings-review-extensions.php:211
3473
- msgid "Most helpful reviews first"
3474
- msgstr ""
3475
-
3476
- #: includes/settings/class-cr-settings-review-extensions.php:215
3477
- msgid "Review Form"
3478
- msgstr ""
3479
-
3480
- #: includes/settings/class-cr-settings-review-extensions.php:216
3481
- msgid ""
3482
- "Display a review form on product pages. If you would like to protect your "
3483
- "site from SPAM reviews and allow customers to submit reviews only via "
3484
- "invitations (review reminders), this option should be disabled."
3485
- msgstr ""
3486
-
3487
  #: includes/settings/class-cr-settings-review-reminder.php:89
3488
  #: includes/settings/class-cr-settings-review-reminder.php:94
3489
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4679,56 +4695,56 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:202
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:203
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:205
4691
  msgid "What Our Clients Say"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:206
4695
  msgid "what our clients say"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:210
4699
  msgid "%s rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:211
4703
  msgid "rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:212
4707
  msgid "%s store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:213
4711
  msgid "Store rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:214
4715
  msgid "store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:215
4719
  msgid "%s product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:216
4723
  msgid "Product rating %s / 5"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:217
4727
  msgid "product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:218
4731
- #: includes/trust-badge/class-cr-trust-badge.php:219 templates/cr-rating.php:44
4732
  msgid "%s review"
4733
  msgid_plural "%s reviews"
4734
  msgstr[0] ""
6
  "(latest release)\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-"
8
  "woocommerce\n"
9
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
10
  "PO-Revision-Date: 2018-03-22 23:11+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
39
  msgid "https://www.cusrev.com/business/"
40
  msgstr ""
41
 
42
+ #: class-cr-endpoint-replies.php:137 class-cr-endpoint-replies.php:155
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/blocks/class-cr-all-reviews.php:345
72
+ #: includes/blocks/class-cr-all-reviews.php:403
73
  #: templates/cr-ajax-product-reviews.php:94
74
  msgid "Sorry, no reviews match your current selections"
75
  msgstr ""
76
 
77
+ #: includes/blocks/class-cr-all-reviews.php:398
78
  #: templates/cr-ajax-product-reviews.php:92 templates/qna-tab.php:47
79
  #: templates/reviews-grid.php:134
80
  msgid "Show more"
81
  msgstr ""
82
 
83
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
84
+ #: includes/blocks/class-cr-all-reviews.php:427
85
+ #: includes/blocks/class-cr-all-reviews.php:755
86
  #: includes/blocks/class-cr-reviews-grid.php:902
87
  #: includes/reviews/class-cr-ajax-reviews.php:379
88
  #: includes/reviews/class-cr-reviews.php:521
91
  msgstr[0] ""
92
 
93
  #. translators: $d is the number of reviews
94
+ #: includes/blocks/class-cr-all-reviews.php:428
95
+ #: includes/blocks/class-cr-all-reviews.php:756
96
  #: includes/blocks/class-cr-reviews-grid.php:903
97
  #: includes/reviews/class-cr-ajax-reviews.php:381
98
  #: includes/reviews/class-cr-reviews.php:522
100
  msgid_plural "See all %d reviews"
101
  msgstr[0] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
107
  msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
 
110
+ #: includes/blocks/class-cr-all-reviews.php:682
111
+ #: includes/blocks/class-cr-all-reviews.php:686
112
  #: includes/blocks/class-cr-reviews-grid.php:829
113
  #: includes/blocks/class-cr-reviews-grid.php:833
114
  #: includes/reviews/class-cr-reviews.php:457
116
  msgid "5 star"
117
  msgstr "五顆星"
118
 
119
+ #: includes/blocks/class-cr-all-reviews.php:695
120
+ #: includes/blocks/class-cr-all-reviews.php:699
121
  #: includes/blocks/class-cr-reviews-grid.php:842
122
  #: includes/blocks/class-cr-reviews-grid.php:846
123
  #: includes/reviews/class-cr-reviews.php:468
125
  msgid "4 star"
126
  msgstr "四顆星"
127
 
128
+ #: includes/blocks/class-cr-all-reviews.php:708
129
+ #: includes/blocks/class-cr-all-reviews.php:712
130
  #: includes/blocks/class-cr-reviews-grid.php:855
131
  #: includes/blocks/class-cr-reviews-grid.php:859
132
  #: includes/reviews/class-cr-reviews.php:479
134
  msgid "3 star"
135
  msgstr "三顆星"
136
 
137
+ #: includes/blocks/class-cr-all-reviews.php:721
138
+ #: includes/blocks/class-cr-all-reviews.php:725
139
  #: includes/blocks/class-cr-reviews-grid.php:868
140
  #: includes/blocks/class-cr-reviews-grid.php:872
141
  #: includes/reviews/class-cr-reviews.php:490
143
  msgid "2 star"
144
  msgstr "二顆星"
145
 
146
+ #: includes/blocks/class-cr-all-reviews.php:734
147
+ #: includes/blocks/class-cr-all-reviews.php:738
148
  #: includes/blocks/class-cr-reviews-grid.php:881
149
  #: includes/blocks/class-cr-reviews-grid.php:885
150
  #: includes/reviews/class-cr-reviews-list-table.php:444
371
  msgstr ""
372
 
373
  #: includes/google/class-cr-admin-menu-product-feed.php:141
374
+ #: includes/google/class-cr-product-feed-reviews.php:31
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
394
  msgid "Anonymous"
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
398
  msgid ""
399
  "Error: XMLWriter PHP extension could not be found. Please reach out to the "
400
  "hosting support to enable it."
401
  msgstr ""
402
 
403
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
404
  msgid ""
405
  "Error: no products found for the XML Product Feed. Please check exclusion "
406
  "settings for products and product categories."
407
  msgstr ""
408
 
409
  #: includes/google/class-cr-product-feed-attributes.php:40
410
+ #: includes/google/class-cr-product-feed-attributes.php:87
411
  msgid "Product Attributes"
412
  msgstr ""
413
 
414
+ #: includes/google/class-cr-product-feed-attributes.php:89
415
  msgid ""
416
  "Specify mapping of WooCommerce product fields to Google Shopping product "
417
  "attributes that might be required in certain countries for some product "
418
  "categories."
419
  msgstr ""
420
 
421
+ #: includes/google/class-cr-product-feed-attributes.php:125
422
  #: includes/google/class-cr-product-feed-identifiers.php:169
423
  msgid "WooCommerce Product Field"
424
  msgstr ""
425
 
426
+ #: includes/google/class-cr-product-feed-attributes.php:126
427
  #: includes/google/class-cr-product-feed-identifiers.php:170
428
  msgid "Select a product field that should be mapped"
429
  msgstr ""
430
 
431
+ #: includes/google/class-cr-product-feed-attributes.php:131
432
  msgid "Google Shopping Attribute"
433
  msgstr ""
434
 
435
+ #: includes/google/class-cr-product-feed-attributes.php:132
436
  msgid "Product attributes required by Google Shopping in some countries"
437
  msgstr ""
438
 
439
+ #: includes/google/class-cr-product-feed-attributes.php:193
440
  #: includes/google/class-cr-product-feed-identifiers.php:192
441
  #: includes/google/class-cr-product-feed-identifiers.php:245
442
+ #: includes/google/class-cr-product-feed-reviews.php:240
443
  msgid "Product ID"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:194
447
  #: includes/google/class-cr-product-feed-identifiers.php:246
448
+ #: includes/google/class-cr-product-feed-reviews.php:241
449
  msgid "Product SKU"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:195
453
  #: includes/google/class-cr-product-feed-identifiers.php:247
454
+ #: includes/google/class-cr-product-feed-reviews.php:242
455
  msgid "Product Name"
456
  msgstr ""
457
 
458
+ #: includes/google/class-cr-product-feed-attributes.php:243
459
  #: includes/google/class-cr-product-feed-identifiers.php:295
460
+ #: includes/google/class-cr-product-feed-reviews.php:290
461
  msgid "Product GTIN"
462
  msgstr ""
463
 
464
+ #: includes/google/class-cr-product-feed-attributes.php:244
465
  #: includes/google/class-cr-product-feed-identifiers.php:296
466
+ #: includes/google/class-cr-product-feed-reviews.php:291
467
  msgid "Product MPN"
468
  msgstr ""
469
 
470
+ #: includes/google/class-cr-product-feed-attributes.php:245
471
  #: includes/google/class-cr-product-feed-identifiers.php:297
472
+ #: includes/google/class-cr-product-feed-reviews.php:292
473
  msgid "Product Brand"
474
  msgstr ""
475
 
476
+ #: includes/google/class-cr-product-feed-attributes.php:247
477
  #: includes/google/class-cr-product-feed-identifiers.php:299
478
+ #: includes/google/class-cr-product-feed-reviews.php:294
479
  msgid "Product Tag"
480
  msgstr ""
481
 
579
 
580
  #: includes/google/class-cr-product-feed-identifiers.php:94
581
  #: includes/google/class-cr-product-feed-identifiers.php:205
582
+ #: includes/google/class-cr-product-feed-reviews.php:167
583
  #: includes/google/class-cr-product-fields.php:39
584
  #: includes/google/class-cr-product-fields.php:104
585
  msgid "GTIN"
595
 
596
  #: includes/google/class-cr-product-feed-identifiers.php:101
597
  #: includes/google/class-cr-product-feed-identifiers.php:218
598
+ #: includes/google/class-cr-product-feed-reviews.php:180
599
  #: includes/google/class-cr-product-fields.php:50
600
  #: includes/google/class-cr-product-fields.php:118
601
  msgid "MPN"
609
 
610
  #: includes/google/class-cr-product-feed-identifiers.php:108
611
  #: includes/google/class-cr-product-feed-identifiers.php:231
612
+ #: includes/google/class-cr-product-feed-reviews.php:206
613
  #: includes/google/class-cr-product-fields.php:61
614
  #: includes/google/class-cr-product-fields.php:136
615
  msgid "Brand"
664
  msgid "Product identifiers required by Google Shopping"
665
  msgstr ""
666
 
667
+ #: includes/google/class-cr-product-feed-reviews.php:76
668
  msgid "Reviews XML Feed"
669
  msgstr ""
670
 
671
+ #: includes/google/class-cr-product-feed-reviews.php:78
672
  msgid ""
673
  "Google Shopping is a service that allows merchants to list their products by "
674
  "uploading a product feed in the <a href=\"https://merchants.google.com/"
676
  "for your products in Google Shopping."
677
  msgstr ""
678
 
679
+ #: includes/google/class-cr-product-feed-reviews.php:82
680
  msgid "Variable Product Identifiers"
681
  msgstr ""
682
 
683
+ #: includes/google/class-cr-product-feed-reviews.php:84
684
  msgid ""
685
  "Google permits sharing of reviews between variable products and their "
686
  "variations. Use this setting to specify if identifiers (such as GTIN, MPN or "
688
  "linked to reviews in the XML feed."
689
  msgstr ""
690
 
691
+ #: includes/google/class-cr-product-feed-reviews.php:97
692
  msgid "Encode Special Characters"
693
  msgstr ""
694
 
695
+ #: includes/google/class-cr-product-feed-reviews.php:98
696
  msgid "Encode special characters in the XML feed"
697
  msgstr ""
698
 
699
+ #: includes/google/class-cr-product-feed-reviews.php:104
700
  msgid "Minimum Length of Reviews"
701
  msgstr ""
702
 
703
+ #: includes/google/class-cr-product-feed-reviews.php:105
704
  msgid ""
705
  "Google might reject XML feeds with very short reviews. Use this setting to "
706
  "specify a minimum number of characters that a review should have to be "
707
  "included in the XML feed."
708
  msgstr ""
709
 
710
+ #: includes/google/class-cr-product-feed-reviews.php:113
711
  msgid "Fields Mapping"
712
  msgstr ""
713
 
714
+ #: includes/google/class-cr-product-feed-reviews.php:114
715
  msgid ""
716
  "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and "
717
  "Brand fields in XML Product Review Feed for Google Shopping."
718
  msgstr ""
719
 
720
+ #: includes/google/class-cr-product-feed-reviews.php:154
721
  msgid "XML Feed Field"
722
  msgstr ""
723
 
724
+ #: includes/google/class-cr-product-feed-reviews.php:159
725
  msgid "WooCommerce Field"
726
  msgstr ""
727
 
728
+ #: includes/google/class-cr-product-feed-reviews.php:193
729
  msgid "SKU"
730
  msgstr ""
731
 
900
  msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
901
  msgstr[0] ""
902
 
903
+ #: includes/google/class-cr-product-feed-status.php:432
904
+ #: includes/google/class-cr-product-feed-status.php:445
905
+ #: includes/google/class-cr-product-feed-status.php:458
906
+ #: includes/google/class-cr-product-feed-status.php:471
907
+ #: includes/google/class-cr-product-feed-status.php:484
908
+ #: includes/google/class-cr-product-feed-status.php:497
909
  msgid ""
910
  "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
911
  msgstr ""
912
 
913
+ #: includes/google/class-cr-product-feed-status.php:443
914
  msgid "<strong>%1d</strong> product review (5 stars)"
915
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
916
  msgstr[0] ""
917
 
918
+ #: includes/google/class-cr-product-feed-status.php:456
919
  msgid "<strong>%1d</strong> product review (4 stars)"
920
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
921
  msgstr[0] ""
922
 
923
+ #: includes/google/class-cr-product-feed-status.php:469
924
  msgid "<strong>%1d</strong> product review (3 stars)"
925
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
926
  msgstr[0] ""
927
 
928
+ #: includes/google/class-cr-product-feed-status.php:482
929
  msgid "<strong>%1d</strong> product review (2 stars)"
930
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
931
  msgstr[0] ""
932
 
933
+ #: includes/google/class-cr-product-feed-status.php:495
934
  msgid "<strong>%1d</strong> product review (1 star)"
935
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
936
  msgstr[0] ""
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:141
2192
  msgid "A copy of the reply was published on CusRev portal"
2193
  msgstr ""
2194
 
2195
+ #: includes/reviews/class-cr-replies.php:150
2196
+ #: includes/reviews/class-cr-replies.php:163
2197
  msgid "Unknown error"
2198
  msgstr ""
2199
 
2200
+ #: includes/reviews/class-cr-replies.php:170
2201
  msgid "ID of the current user is not set"
2202
  msgstr ""
2203
 
2490
  "settings</a>."
2491
  msgstr ""
2492
 
2493
+ #: includes/settings/class-cr-settings-cusrev.php:34
2494
+ #: includes/settings/class-cr-settings-cusrev.php:58
2495
  msgid "CusRev.com"
2496
  msgstr ""
2497
 
2498
+ #: includes/settings/class-cr-settings-cusrev.php:60
2499
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2500
  msgstr ""
2501
 
2502
+ #: includes/settings/class-cr-settings-cusrev.php:64
2503
  msgid "Page Enabled"
2504
  msgstr ""
2505
 
2506
+ #: includes/settings/class-cr-settings-cusrev.php:65
2507
  msgid ""
2508
  "Enable or disable a public page with verified copies of reviews of your "
2509
  "store and products at CusRev website. If this option is enabled, additional "
2512
  "the review on CusRev.com."
2513
  msgstr ""
2514
 
2515
+ #: includes/settings/class-cr-settings-cusrev.php:72
2516
  msgid "Page URL"
2517
  msgstr ""
2518
 
2519
+ #: includes/settings/class-cr-settings-cusrev.php:73
2520
  msgid ""
2521
  "Specify name of the page with verified reviews. This will be a base URL for "
2522
  "reviews related to your shop. You can use alphanumeric symbols and '.' in "
2523
  "the name of the page."
2524
  msgstr ""
2525
 
2526
+ #: includes/settings/class-cr-settings-cusrev.php:81
2527
  msgid "Age Restriction"
2528
  msgstr ""
2529
 
2530
+ #: includes/settings/class-cr-settings-cusrev.php:82
2531
  msgid ""
2532
  "Enable this option if your store sells age-restricted products (e.g., adult "
2533
  "content, alcohol, etc.)"
3279
  msgid "Review Extensions"
3280
  msgstr ""
3281
 
3282
+ #: includes/settings/class-cr-settings-review-extensions.php:74
3283
+ msgid ""
3284
+ "The plugin uses the standard WooCommerce functionality to display reviews on "
3285
+ "products pages. By default, visual appearance of reviews is controlled by "
3286
+ "WooCommerce and your active WordPress theme. There is also an option to "
3287
+ "enable an enhanced visual style for display of reviews on product pages."
3288
+ msgstr ""
3289
+
3290
+ #: includes/settings/class-cr-settings-review-extensions.php:76
3291
+ msgid ""
3292
+ "If you would like to display reviews in locations other than the standard "
3293
+ "'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> "
3294
+ "or Gutenberg blocks provided by the plugin."
3295
+ msgstr ""
3296
+
3297
+ #: includes/settings/class-cr-settings-review-extensions.php:81
3298
+ msgid "Display of Customer Reviews"
3299
+ msgstr ""
3300
+
3301
+ #: includes/settings/class-cr-settings-review-extensions.php:87
3302
+ msgid "Visual Style"
3303
+ msgstr ""
3304
+
3305
+ #: includes/settings/class-cr-settings-review-extensions.php:95
3306
+ msgid "WooCommerce (basic user interface)"
3307
+ msgstr ""
3308
+
3309
+ #: includes/settings/class-cr-settings-review-extensions.php:96
3310
+ msgid "CusRev (enhanced user interface)"
3311
+ msgstr ""
3312
+
3313
+ #: includes/settings/class-cr-settings-review-extensions.php:102
3314
+ msgid "Default Quantity of Reviews"
3315
+ msgstr ""
3316
+
3317
+ #: includes/settings/class-cr-settings-review-extensions.php:103
3318
+ msgid ""
3319
+ "Specify the default number of reviews that will be shown during the initial "
3320
+ "product page load."
3321
+ msgstr ""
3322
+
3323
+ #: includes/settings/class-cr-settings-review-extensions.php:110
3324
+ msgid "Default Sorting Order"
3325
+ msgstr ""
3326
+
3327
+ #: includes/settings/class-cr-settings-review-extensions.php:112
3328
+ msgid ""
3329
+ "Define how reviews are sorted by default. The option to vote for reviews "
3330
+ "must be enabled to show the most helpful reviews first."
3331
+ msgstr ""
3332
+
3333
+ #: includes/settings/class-cr-settings-review-extensions.php:118
3334
+ msgid "Recent reviews first"
3335
+ msgstr ""
3336
+
3337
+ #: includes/settings/class-cr-settings-review-extensions.php:119
3338
+ msgid "Most helpful reviews first"
3339
+ msgstr ""
3340
+
3341
+ #: includes/settings/class-cr-settings-review-extensions.php:123
3342
+ msgid "Review Form"
3343
+ msgstr ""
3344
+
3345
+ #: includes/settings/class-cr-settings-review-extensions.php:124
3346
+ msgid ""
3347
+ "Display a review form on product pages. If you would like to protect your "
3348
+ "site from SPAM reviews and allow customers to submit reviews only via "
3349
+ "invitations (review reminders), this option should be disabled."
3350
+ msgstr ""
3351
+
3352
+ #: includes/settings/class-cr-settings-review-extensions.php:136
3353
  msgid "Extensions for Customer Reviews"
3354
  msgstr ""
3355
 
3356
+ #: includes/settings/class-cr-settings-review-extensions.php:138
3357
  msgid ""
3358
  "The plugin is based on the standard WooCommerce reviews functionality. Here, "
3359
  "you can configure various extensions for standard WooCommerce reviews."
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-extensions.php:142
3363
  msgid "Attach Images"
3364
  msgstr ""
3365
 
3366
  #. translators: please keep %1$s and %2$s in the translated version
3367
+ #: includes/settings/class-cr-settings-review-extensions.php:144
3368
  msgid ""
3369
  "Enable attachment of images to reviews left on WooCommerce product pages. If "
3370
  "you would like to enable attachment of images on aggregated review forms, "
3371
  "this can be done %1$shere%2$s."
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-extensions.php:150
3375
  msgid "Quantity of Images"
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-extensions.php:151
3379
  msgid ""
3380
  "Specify the maximum number of images that can be uploaded for a single "
3381
  "review. This setting applies only to reviews submitted on single product "
3382
  "pages."
3383
  msgstr ""
3384
 
3385
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3386
  msgid "Maximum Size of Image"
3387
  msgstr ""
3388
 
3389
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3390
  msgid ""
3391
  "Specify the maximum size (in MB) of an image that can be uploaded with a "
3392
  "review. This setting applies only to reviews submitted on single product "
3393
  "pages."
3394
  msgstr ""
3395
 
3396
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3397
  msgid "Disable Lightbox"
3398
  msgstr ""
3399
 
3400
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3401
  msgid ""
3402
  "Disable lightboxes for images attached to reviews (not recommended). Use "
3403
  "this option only if your theme generates lightboxes for any picture on the "
3405
  "attached to a review."
3406
  msgstr ""
3407
 
3408
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3409
  msgid "reCAPTCHA V2 for Reviews"
3410
  msgstr ""
3411
 
3412
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3413
  msgid ""
3414
  "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and "
3415
  "Secret Key in the fields below if you want to use reCAPTCHA. You will "
3416
  "receive Site Key and Secret Key after registration at reCAPTCHA website."
3417
  msgstr ""
3418
 
3419
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3420
  msgid "reCAPTCHA V2 Site Key"
3421
  msgstr ""
3422
 
3423
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3424
  msgid ""
3425
  "If you want to use reCAPTCHA V2, insert here Site Key that you will receive "
3426
  "after registration at reCAPTCHA website."
3427
  msgstr ""
3428
 
3429
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3430
  msgid "reCAPTCHA V2 Secret Key"
3431
  msgstr ""
3432
 
3433
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3434
  msgid ""
3435
  "If you want to use reCAPTCHA V2, insert here Secret Key that you will "
3436
  "receive after registration at reCAPTCHA website."
3437
  msgstr ""
3438
 
3439
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3440
  msgid "Reviews Summary Bar"
3441
  msgstr ""
3442
 
3443
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3444
  msgid ""
3445
  "Enable display of a histogram table with a summary of reviews on a product "
3446
  "page."
3447
  msgstr ""
3448
 
3449
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3450
  msgid "Vote for Reviews"
3451
  msgstr ""
3452
 
3453
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3454
  msgid ""
3455
  "Enable people to upvote or downvote reviews. The plugin allows one vote per "
3456
  "review per person. If the person is a guest, the plugin uses cookies and IP "
3457
  "addresses to identify this visitor."
3458
  msgstr ""
3459
 
3460
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3461
  msgid "Remove Plugin's Branding"
3462
  msgstr ""
3463
 
3464
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3465
  msgid ""
3466
  "Enable this option to remove plugin's branding (\"Powered by Customer "
3467
  "Reviews plugin\") from the reviews summary bar. If you like our plugin and "
3468
  "would like to support us, please disable this checkbox."
3469
  msgstr ""
3470
 
3471
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3472
  msgid "Verified Owner"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3476
  msgid ""
3477
  "Replace the standard ‘verified owner’ label that WooCommerce adds to "
3478
  "customer reviews with a custom one. If this field is blank, the standard "
3479
  "WooCommerce label will be used."
3480
  msgstr ""
3481
 
3482
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3483
  msgid "Customer Avatars"
3484
  msgstr ""
3485
 
3486
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3487
  msgid ""
3488
  "Choose how customer avatars are displayed on WooCommerce single product "
3489
  "pages. You can use either the standard WordPress avatars or avatars created "
3490
  "based on initial letters of customer names."
3491
  msgstr ""
3492
 
3493
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3494
  #: blocks/src/reviews-grid/edit.js:122 js/blocks.js:729
3495
  msgid "Standard"
3496
  msgstr ""
3497
 
3498
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3499
  #: blocks/src/reviews-grid/edit.js:121 js/blocks.js:725
3500
  msgid "Initials"
3501
  msgstr ""
3502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3503
  #: includes/settings/class-cr-settings-review-reminder.php:89
3504
  #: includes/settings/class-cr-settings-review-reminder.php:94
3505
  #: includes/settings/class-cr-settings-review-reminder.php:99
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4707
  msgid "What Our Clients Say"
4708
  msgstr ""
4709
 
4710
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4711
  msgid "what our clients say"
4712
  msgstr ""
4713
 
4714
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4715
  msgid "%s rating"
4716
  msgstr ""
4717
 
4718
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4719
  msgid "rating %s / 5"
4720
  msgstr ""
4721
 
4722
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4723
  msgid "%s store rating"
4724
  msgstr ""
4725
 
4726
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4727
  msgid "Store rating %s / 5"
4728
  msgstr ""
4729
 
4730
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4731
  msgid "store rating"
4732
  msgstr ""
4733
 
4734
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4735
  msgid "%s product rating"
4736
  msgstr ""
4737
 
4738
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4739
  msgid "Product rating %s / 5"
4740
  msgstr ""
4741
 
4742
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4743
  msgid "product rating"
4744
  msgstr ""
4745
 
4746
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4747
+ #: includes/trust-badge/class-cr-trust-badge.php:217 templates/cr-rating.php:44
4748
  msgid "%s review"
4749
  msgid_plural "%s reviews"
4750
  msgstr[0] ""
languages/customer-reviews-woocommerce.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Customer Reviews for WooCommerce plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Customer Reviews for WooCommerce 5.8.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-woocommerce\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-11-21T01:30:35+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: customer-reviews-woocommerce\n"
@@ -34,8 +34,8 @@ msgstr ""
34
  msgid "https://www.cusrev.com/business/"
35
  msgstr ""
36
 
37
- #: class-ivole-endpoint-replies.php:137
38
- #: class-ivole-endpoint-replies.php:155
39
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
@@ -65,13 +65,13 @@ msgstr ""
65
  msgid "Settings"
66
  msgstr ""
67
 
68
- #: includes/blocks/class-cr-all-reviews.php:431
69
- #: includes/blocks/class-cr-all-reviews.php:489
70
  #: templates/cr-ajax-product-reviews.php:94
71
  msgid "Sorry, no reviews match your current selections"
72
  msgstr ""
73
 
74
- #: includes/blocks/class-cr-all-reviews.php:484
75
  #: templates/cr-ajax-product-reviews.php:92
76
  #: templates/qna-tab.php:47
77
  #: templates/reviews-grid.php:134
@@ -79,8 +79,8 @@ msgid "Show more"
79
  msgstr ""
80
 
81
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
82
- #: includes/blocks/class-cr-all-reviews.php:513
83
- #: includes/blocks/class-cr-all-reviews.php:841
84
  #: includes/blocks/class-cr-reviews-grid.php:902
85
  #: includes/reviews/class-cr-ajax-reviews.php:379
86
  #: includes/reviews/class-cr-reviews.php:521
@@ -90,8 +90,8 @@ msgstr[0] ""
90
  msgstr[1] ""
91
 
92
  #. translators: $d is the number of reviews
93
- #: includes/blocks/class-cr-all-reviews.php:514
94
- #: includes/blocks/class-cr-all-reviews.php:842
95
  #: includes/blocks/class-cr-reviews-grid.php:903
96
  #: includes/reviews/class-cr-ajax-reviews.php:381
97
  #: includes/reviews/class-cr-reviews.php:522
@@ -100,7 +100,7 @@ msgid_plural "See all %d reviews"
100
  msgstr[0] ""
101
  msgstr[1] ""
102
 
103
- #: includes/blocks/class-cr-all-reviews.php:756
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
@@ -108,8 +108,8 @@ msgid_plural "Based on %s reviews"
108
  msgstr[0] ""
109
  msgstr[1] ""
110
 
111
- #: includes/blocks/class-cr-all-reviews.php:768
112
- #: includes/blocks/class-cr-all-reviews.php:772
113
  #: includes/blocks/class-cr-reviews-grid.php:829
114
  #: includes/blocks/class-cr-reviews-grid.php:833
115
  #: includes/reviews/class-cr-reviews.php:457
@@ -117,8 +117,8 @@ msgstr[1] ""
117
  msgid "5 star"
118
  msgstr ""
119
 
120
- #: includes/blocks/class-cr-all-reviews.php:781
121
- #: includes/blocks/class-cr-all-reviews.php:785
122
  #: includes/blocks/class-cr-reviews-grid.php:842
123
  #: includes/blocks/class-cr-reviews-grid.php:846
124
  #: includes/reviews/class-cr-reviews.php:468
@@ -126,8 +126,8 @@ msgstr ""
126
  msgid "4 star"
127
  msgstr ""
128
 
129
- #: includes/blocks/class-cr-all-reviews.php:794
130
- #: includes/blocks/class-cr-all-reviews.php:798
131
  #: includes/blocks/class-cr-reviews-grid.php:855
132
  #: includes/blocks/class-cr-reviews-grid.php:859
133
  #: includes/reviews/class-cr-reviews.php:479
@@ -135,8 +135,8 @@ msgstr ""
135
  msgid "3 star"
136
  msgstr ""
137
 
138
- #: includes/blocks/class-cr-all-reviews.php:807
139
- #: includes/blocks/class-cr-all-reviews.php:811
140
  #: includes/blocks/class-cr-reviews-grid.php:868
141
  #: includes/blocks/class-cr-reviews-grid.php:872
142
  #: includes/reviews/class-cr-reviews.php:490
@@ -144,8 +144,8 @@ msgstr ""
144
  msgid "2 star"
145
  msgstr ""
146
 
147
- #: includes/blocks/class-cr-all-reviews.php:820
148
- #: includes/blocks/class-cr-all-reviews.php:824
149
  #: includes/blocks/class-cr-reviews-grid.php:881
150
  #: includes/blocks/class-cr-reviews-grid.php:885
151
  #: includes/reviews/class-cr-reviews-list-table.php:444
@@ -354,7 +354,7 @@ msgid "Google"
354
  msgstr ""
355
 
356
  #: includes/google/class-cr-admin-menu-product-feed.php:141
357
- #: includes/google/class-cr-product-feed-reviews.php:41
358
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
359
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
360
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
@@ -377,81 +377,81 @@ msgstr ""
377
  msgid "Anonymous"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-google-shopping-prod-feed.php:77
381
  msgid "Error: XMLWriter PHP extension could not be found. Please reach out to the hosting support to enable it."
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-google-shopping-prod-feed.php:100
385
  msgid "Error: no products found for the XML Product Feed. Please check exclusion settings for products and product categories."
386
  msgstr ""
387
 
388
  #: includes/google/class-cr-product-feed-attributes.php:40
389
- #: includes/google/class-cr-product-feed-attributes.php:84
390
  msgid "Product Attributes"
391
  msgstr ""
392
 
393
- #: includes/google/class-cr-product-feed-attributes.php:86
394
  msgid "Specify mapping of WooCommerce product fields to Google Shopping product attributes that might be required in certain countries for some product categories."
395
  msgstr ""
396
 
397
- #: includes/google/class-cr-product-feed-attributes.php:121
398
  #: includes/google/class-cr-product-feed-identifiers.php:169
399
  msgid "WooCommerce Product Field"
400
  msgstr ""
401
 
402
- #: includes/google/class-cr-product-feed-attributes.php:122
403
  #: includes/google/class-cr-product-feed-identifiers.php:170
404
  msgid "Select a product field that should be mapped"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-product-feed-attributes.php:127
408
  msgid "Google Shopping Attribute"
409
  msgstr ""
410
 
411
- #: includes/google/class-cr-product-feed-attributes.php:128
412
  msgid "Product attributes required by Google Shopping in some countries"
413
  msgstr ""
414
 
415
- #: includes/google/class-cr-product-feed-attributes.php:178
416
  #: includes/google/class-cr-product-feed-identifiers.php:192
417
  #: includes/google/class-cr-product-feed-identifiers.php:245
418
- #: includes/google/class-cr-product-feed-reviews.php:249
419
  msgid "Product ID"
420
  msgstr ""
421
 
422
- #: includes/google/class-cr-product-feed-attributes.php:179
423
  #: includes/google/class-cr-product-feed-identifiers.php:246
424
- #: includes/google/class-cr-product-feed-reviews.php:250
425
  msgid "Product SKU"
426
  msgstr ""
427
 
428
- #: includes/google/class-cr-product-feed-attributes.php:180
429
  #: includes/google/class-cr-product-feed-identifiers.php:247
430
- #: includes/google/class-cr-product-feed-reviews.php:251
431
  msgid "Product Name"
432
  msgstr ""
433
 
434
- #: includes/google/class-cr-product-feed-attributes.php:228
435
  #: includes/google/class-cr-product-feed-identifiers.php:295
436
- #: includes/google/class-cr-product-feed-reviews.php:299
437
  msgid "Product GTIN"
438
  msgstr ""
439
 
440
- #: includes/google/class-cr-product-feed-attributes.php:229
441
  #: includes/google/class-cr-product-feed-identifiers.php:296
442
- #: includes/google/class-cr-product-feed-reviews.php:300
443
  msgid "Product MPN"
444
  msgstr ""
445
 
446
- #: includes/google/class-cr-product-feed-attributes.php:230
447
  #: includes/google/class-cr-product-feed-identifiers.php:297
448
- #: includes/google/class-cr-product-feed-reviews.php:301
449
  msgid "Product Brand"
450
  msgstr ""
451
 
452
- #: includes/google/class-cr-product-feed-attributes.php:232
453
  #: includes/google/class-cr-product-feed-identifiers.php:299
454
- #: includes/google/class-cr-product-feed-reviews.php:303
455
  msgid "Product Tag"
456
  msgstr ""
457
 
@@ -541,7 +541,7 @@ msgstr ""
541
 
542
  #: includes/google/class-cr-product-feed-identifiers.php:94
543
  #: includes/google/class-cr-product-feed-identifiers.php:205
544
- #: includes/google/class-cr-product-feed-reviews.php:176
545
  #: includes/google/class-cr-product-fields.php:39
546
  #: includes/google/class-cr-product-fields.php:104
547
  msgid "GTIN"
@@ -553,7 +553,7 @@ msgstr ""
553
 
554
  #: includes/google/class-cr-product-feed-identifiers.php:101
555
  #: includes/google/class-cr-product-feed-identifiers.php:218
556
- #: includes/google/class-cr-product-feed-reviews.php:189
557
  #: includes/google/class-cr-product-fields.php:50
558
  #: includes/google/class-cr-product-fields.php:118
559
  msgid "MPN"
@@ -565,7 +565,7 @@ msgstr ""
565
 
566
  #: includes/google/class-cr-product-feed-identifiers.php:108
567
  #: includes/google/class-cr-product-feed-identifiers.php:231
568
- #: includes/google/class-cr-product-feed-reviews.php:215
569
  #: includes/google/class-cr-product-fields.php:61
570
  #: includes/google/class-cr-product-fields.php:136
571
  msgid "Brand"
@@ -609,55 +609,55 @@ msgstr ""
609
  msgid "Product identifiers required by Google Shopping"
610
  msgstr ""
611
 
612
- #: includes/google/class-cr-product-feed-reviews.php:85
613
  msgid "Reviews XML Feed"
614
  msgstr ""
615
 
616
- #: includes/google/class-cr-product-feed-reviews.php:87
617
  msgid "Google Shopping is a service that allows merchants to list their products by uploading a product feed in the <a href=\"https://merchants.google.com/\">Merchant Center</a>. Use XML Product Review Feed to enable star ratings for your products in Google Shopping."
618
  msgstr ""
619
 
620
- #: includes/google/class-cr-product-feed-reviews.php:91
621
  msgid "Variable Product Identifiers"
622
  msgstr ""
623
 
624
- #: includes/google/class-cr-product-feed-reviews.php:93
625
  msgid "Google permits sharing of reviews between variable products and their variations. Use this setting to specify if identifiers (such as GTIN, MPN or SKU) of variable products themselves, their variations or both will be linked to reviews in the XML feed."
626
  msgstr ""
627
 
628
- #: includes/google/class-cr-product-feed-reviews.php:106
629
  msgid "Encode Special Characters"
630
  msgstr ""
631
 
632
- #: includes/google/class-cr-product-feed-reviews.php:107
633
  msgid "Encode special characters in the XML feed"
634
  msgstr ""
635
 
636
- #: includes/google/class-cr-product-feed-reviews.php:113
637
  msgid "Minimum Length of Reviews"
638
  msgstr ""
639
 
640
- #: includes/google/class-cr-product-feed-reviews.php:114
641
  msgid "Google might reject XML feeds with very short reviews. Use this setting to specify a minimum number of characters that a review should have to be included in the XML feed."
642
  msgstr ""
643
 
644
- #: includes/google/class-cr-product-feed-reviews.php:122
645
  msgid "Fields Mapping"
646
  msgstr ""
647
 
648
- #: includes/google/class-cr-product-feed-reviews.php:123
649
  msgid "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and Brand fields in XML Product Review Feed for Google Shopping."
650
  msgstr ""
651
 
652
- #: includes/google/class-cr-product-feed-reviews.php:163
653
  msgid "XML Feed Field"
654
  msgstr ""
655
 
656
- #: includes/google/class-cr-product-feed-reviews.php:168
657
  msgid "WooCommerce Field"
658
  msgstr ""
659
 
660
- #: includes/google/class-cr-product-feed-reviews.php:202
661
  msgid "SKU"
662
  msgstr ""
663
 
@@ -797,40 +797,40 @@ msgid_plural "<strong>%1d</strong> product reviews (all ratings)"
797
  msgstr[0] ""
798
  msgstr[1] ""
799
 
800
- #: includes/google/class-cr-product-feed-status.php:434
801
- #: includes/google/class-cr-product-feed-status.php:443
802
- #: includes/google/class-cr-product-feed-status.php:452
803
- #: includes/google/class-cr-product-feed-status.php:461
804
- #: includes/google/class-cr-product-feed-status.php:470
805
- #: includes/google/class-cr-product-feed-status.php:479
806
  msgid "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
807
  msgstr ""
808
 
809
- #: includes/google/class-cr-product-feed-status.php:439
810
  msgid "<strong>%1d</strong> product review (5 stars)"
811
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
812
  msgstr[0] ""
813
  msgstr[1] ""
814
 
815
- #: includes/google/class-cr-product-feed-status.php:448
816
  msgid "<strong>%1d</strong> product review (4 stars)"
817
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
818
  msgstr[0] ""
819
  msgstr[1] ""
820
 
821
- #: includes/google/class-cr-product-feed-status.php:457
822
  msgid "<strong>%1d</strong> product review (3 stars)"
823
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
824
  msgstr[0] ""
825
  msgstr[1] ""
826
 
827
- #: includes/google/class-cr-product-feed-status.php:466
828
  msgid "<strong>%1d</strong> product review (2 stars)"
829
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
830
  msgstr[0] ""
831
  msgstr[1] ""
832
 
833
- #: includes/google/class-cr-product-feed-status.php:475
834
  msgid "<strong>%1d</strong> product review (1 star)"
835
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
836
  msgstr[0] ""
@@ -1976,16 +1976,16 @@ msgstr ""
1976
  msgid "Search"
1977
  msgstr ""
1978
 
1979
- #: includes/reviews/class-cr-replies.php:102
1980
  msgid "A copy of the reply was published on CusRev portal"
1981
  msgstr ""
1982
 
1983
- #: includes/reviews/class-cr-replies.php:111
1984
- #: includes/reviews/class-cr-replies.php:124
1985
  msgid "Unknown error"
1986
  msgstr ""
1987
 
1988
- #: includes/reviews/class-cr-replies.php:131
1989
  msgid "ID of the current user is not set"
1990
  msgstr ""
1991
 
@@ -2236,36 +2236,36 @@ msgstr ""
2236
  msgid "<strong>Customer Reviews for WooCommerce</strong> plugin has been updated. This update adds a new feature (Shop Rating) that enables customers to rate your shop in general (website, customer service, and delivery). If you would like to try this feature, you should enable it in the <a href=\"%s\">plugin settings</a>."
2237
  msgstr ""
2238
 
2239
- #: includes/settings/class-cr-settings-cusrev.php:31
2240
- #: includes/settings/class-cr-settings-cusrev.php:55
2241
  msgid "CusRev.com"
2242
  msgstr ""
2243
 
2244
- #: includes/settings/class-cr-settings-cusrev.php:57
2245
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2246
  msgstr ""
2247
 
2248
- #: includes/settings/class-cr-settings-cusrev.php:61
2249
  msgid "Page Enabled"
2250
  msgstr ""
2251
 
2252
- #: includes/settings/class-cr-settings-cusrev.php:62
2253
  msgid "Enable or disable a public page with verified copies of reviews of your store and products at CusRev website. If this option is enabled, additional %1$s icons for individual reviews on product pages of your store will be displayed. Each %2$s icon will contain a nofollow link to a verified copy of the review on CusRev.com."
2254
  msgstr ""
2255
 
2256
- #: includes/settings/class-cr-settings-cusrev.php:69
2257
  msgid "Page URL"
2258
  msgstr ""
2259
 
2260
- #: includes/settings/class-cr-settings-cusrev.php:70
2261
  msgid "Specify name of the page with verified reviews. This will be a base URL for reviews related to your shop. You can use alphanumeric symbols and '.' in the name of the page."
2262
  msgstr ""
2263
 
2264
- #: includes/settings/class-cr-settings-cusrev.php:78
2265
  msgid "Age Restriction"
2266
  msgstr ""
2267
 
2268
- #: includes/settings/class-cr-settings-cusrev.php:79
2269
  msgid "Enable this option if your store sells age-restricted products (e.g., adult content, alcohol, etc.)"
2270
  msgstr ""
2271
 
@@ -2917,168 +2917,179 @@ msgstr ""
2917
  msgid "Review Extensions"
2918
  msgstr ""
2919
 
2920
- #: includes/settings/class-cr-settings-review-extensions.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2921
  msgid "Extensions for Customer Reviews"
2922
  msgstr ""
2923
 
2924
- #: includes/settings/class-cr-settings-review-extensions.php:77
2925
  msgid "The plugin is based on the standard WooCommerce reviews functionality. Here, you can configure various extensions for standard WooCommerce reviews."
2926
  msgstr ""
2927
 
2928
- #: includes/settings/class-cr-settings-review-extensions.php:81
2929
  msgid "Attach Images"
2930
  msgstr ""
2931
 
2932
  #. translators: please keep %1$s and %2$s in the translated version
2933
- #: includes/settings/class-cr-settings-review-extensions.php:83
2934
  msgid "Enable attachment of images to reviews left on WooCommerce product pages. If you would like to enable attachment of images on aggregated review forms, this can be done %1$shere%2$s."
2935
  msgstr ""
2936
 
2937
- #: includes/settings/class-cr-settings-review-extensions.php:89
2938
  msgid "Quantity of Images"
2939
  msgstr ""
2940
 
2941
- #: includes/settings/class-cr-settings-review-extensions.php:90
2942
  msgid "Specify the maximum number of images that can be uploaded for a single review. This setting applies only to reviews submitted on single product pages."
2943
  msgstr ""
2944
 
2945
- #: includes/settings/class-cr-settings-review-extensions.php:97
2946
  msgid "Maximum Size of Image"
2947
  msgstr ""
2948
 
2949
- #: includes/settings/class-cr-settings-review-extensions.php:98
2950
  msgid "Specify the maximum size (in MB) of an image that can be uploaded with a review. This setting applies only to reviews submitted on single product pages."
2951
  msgstr ""
2952
 
2953
- #: includes/settings/class-cr-settings-review-extensions.php:105
2954
  msgid "Disable Lightbox"
2955
  msgstr ""
2956
 
2957
- #: includes/settings/class-cr-settings-review-extensions.php:106
2958
  msgid "Disable lightboxes for images attached to reviews (not recommended). Use this option only if your theme generates lightboxes for any picture on the website and this leads to two lightboxes shown after clicking on an image attached to a review."
2959
  msgstr ""
2960
 
2961
- #: includes/settings/class-cr-settings-review-extensions.php:112
2962
  msgid "reCAPTCHA V2 for Reviews"
2963
  msgstr ""
2964
 
2965
- #: includes/settings/class-cr-settings-review-extensions.php:113
2966
  msgid "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and Secret Key in the fields below if you want to use reCAPTCHA. You will receive Site Key and Secret Key after registration at reCAPTCHA website."
2967
  msgstr ""
2968
 
2969
- #: includes/settings/class-cr-settings-review-extensions.php:119
2970
  msgid "reCAPTCHA V2 Site Key"
2971
  msgstr ""
2972
 
2973
- #: includes/settings/class-cr-settings-review-extensions.php:121
2974
  msgid "If you want to use reCAPTCHA V2, insert here Site Key that you will receive after registration at reCAPTCHA website."
2975
  msgstr ""
2976
 
2977
- #: includes/settings/class-cr-settings-review-extensions.php:127
2978
  msgid "reCAPTCHA V2 Secret Key"
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-review-extensions.php:129
2982
  msgid "If you want to use reCAPTCHA V2, insert here Secret Key that you will receive after registration at reCAPTCHA website."
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-review-extensions.php:135
2986
  msgid "Reviews Summary Bar"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-review-extensions.php:136
2990
  msgid "Enable display of a histogram table with a summary of reviews on a product page."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-review-extensions.php:142
2994
  msgid "Vote for Reviews"
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-review-extensions.php:143
2998
  msgid "Enable people to upvote or downvote reviews. The plugin allows one vote per review per person. If the person is a guest, the plugin uses cookies and IP addresses to identify this visitor."
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-review-extensions.php:149
3002
  msgid "Remove Plugin's Branding"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-review-extensions.php:150
3006
  msgid "Enable this option to remove plugin's branding (\"Powered by Customer Reviews plugin\") from the reviews summary bar. If you like our plugin and would like to support us, please disable this checkbox."
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-review-extensions.php:156
3010
  msgid "Verified Owner"
3011
  msgstr ""
3012
 
3013
- #: includes/settings/class-cr-settings-review-extensions.php:158
3014
  msgid "Replace the standard ‘verified owner’ label that WooCommerce adds to customer reviews with a custom one. If this field is blank, the standard WooCommerce label will be used."
3015
  msgstr ""
3016
 
3017
- #: includes/settings/class-cr-settings-review-extensions.php:164
3018
  msgid "Customer Avatars"
3019
  msgstr ""
3020
 
3021
- #: includes/settings/class-cr-settings-review-extensions.php:166
3022
  msgid "Choose how customer avatars are displayed on WooCommerce single product pages. You can use either the standard WordPress avatars or avatars created based on initial letters of customer names."
3023
  msgstr ""
3024
 
3025
- #: includes/settings/class-cr-settings-review-extensions.php:172
3026
  #: blocks/src/reviews-grid/edit.js:122
3027
  #: js/blocks.js:729
3028
  msgid "Standard"
3029
  msgstr ""
3030
 
3031
- #: includes/settings/class-cr-settings-review-extensions.php:173
3032
  #: blocks/src/reviews-grid/edit.js:121
3033
  #: js/blocks.js:725
3034
  msgid "Initials"
3035
  msgstr ""
3036
 
3037
- #: includes/settings/class-cr-settings-review-extensions.php:181
3038
- #: includes/settings/class-cr-settings-review-extensions.php:187
3039
- msgid "Lazy Load Reviews"
3040
- msgstr ""
3041
-
3042
- #: includes/settings/class-cr-settings-review-extensions.php:183
3043
- msgid "Settings to display reviews with 'Show more' button instead of the standard WordPress pagination."
3044
- msgstr ""
3045
-
3046
- #: includes/settings/class-cr-settings-review-extensions.php:188
3047
- msgid "Display reviews on product pages with 'Show more' button."
3048
- msgstr ""
3049
-
3050
- #: includes/settings/class-cr-settings-review-extensions.php:194
3051
- msgid "Default Quantity of Reviews"
3052
- msgstr ""
3053
-
3054
- #: includes/settings/class-cr-settings-review-extensions.php:195
3055
- msgid "Specify the default number of reviews that will be shown during the initial product page load."
3056
- msgstr ""
3057
-
3058
- #: includes/settings/class-cr-settings-review-extensions.php:202
3059
- msgid "Default Sorting Order"
3060
- msgstr ""
3061
-
3062
- #: includes/settings/class-cr-settings-review-extensions.php:204
3063
- msgid "Define how reviews are sorted by default. The option to vote for reviews must be enabled to show the most helpful reviews first."
3064
- msgstr ""
3065
-
3066
- #: includes/settings/class-cr-settings-review-extensions.php:210
3067
- msgid "Recent reviews first"
3068
- msgstr ""
3069
-
3070
- #: includes/settings/class-cr-settings-review-extensions.php:211
3071
- msgid "Most helpful reviews first"
3072
- msgstr ""
3073
-
3074
- #: includes/settings/class-cr-settings-review-extensions.php:215
3075
- msgid "Review Form"
3076
- msgstr ""
3077
-
3078
- #: includes/settings/class-cr-settings-review-extensions.php:216
3079
- msgid "Display a review form on product pages. If you would like to protect your site from SPAM reviews and allow customers to submit reviews only via invitations (review reminders), this option should be disabled."
3080
- msgstr ""
3081
-
3082
  #: includes/settings/class-cr-settings-review-reminder.php:89
3083
  #: includes/settings/class-cr-settings-review-reminder.php:94
3084
  #: includes/settings/class-cr-settings-review-reminder.php:99
@@ -4053,56 +4064,56 @@ msgstr ""
4053
  msgid "Tags for Reviews"
4054
  msgstr ""
4055
 
4056
- #: includes/trust-badge/class-cr-trust-badge.php:202
4057
  msgid "Independently verified"
4058
  msgstr ""
4059
 
4060
- #: includes/trust-badge/class-cr-trust-badge.php:203
4061
  msgid "independently verified"
4062
  msgstr ""
4063
 
4064
- #: includes/trust-badge/class-cr-trust-badge.php:205
4065
  msgid "What Our Clients Say"
4066
  msgstr ""
4067
 
4068
- #: includes/trust-badge/class-cr-trust-badge.php:206
4069
  msgid "what our clients say"
4070
  msgstr ""
4071
 
4072
- #: includes/trust-badge/class-cr-trust-badge.php:210
4073
  msgid "%s rating"
4074
  msgstr ""
4075
 
4076
- #: includes/trust-badge/class-cr-trust-badge.php:211
4077
  msgid "rating %s / 5"
4078
  msgstr ""
4079
 
4080
- #: includes/trust-badge/class-cr-trust-badge.php:212
4081
  msgid "%s store rating"
4082
  msgstr ""
4083
 
4084
- #: includes/trust-badge/class-cr-trust-badge.php:213
4085
  msgid "Store rating %s / 5"
4086
  msgstr ""
4087
 
4088
- #: includes/trust-badge/class-cr-trust-badge.php:214
4089
  msgid "store rating"
4090
  msgstr ""
4091
 
4092
- #: includes/trust-badge/class-cr-trust-badge.php:215
4093
  msgid "%s product rating"
4094
  msgstr ""
4095
 
4096
- #: includes/trust-badge/class-cr-trust-badge.php:216
4097
  msgid "Product rating %s / 5"
4098
  msgstr ""
4099
 
4100
- #: includes/trust-badge/class-cr-trust-badge.php:217
4101
  msgid "product rating"
4102
  msgstr ""
4103
 
4104
- #: includes/trust-badge/class-cr-trust-badge.php:218
4105
- #: includes/trust-badge/class-cr-trust-badge.php:219
4106
  #: templates/cr-rating.php:44
4107
  msgid "%s review"
4108
  msgid_plural "%s reviews"
2
  # This file is distributed under the same license as the Customer Reviews for WooCommerce plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Customer Reviews for WooCommerce 5.10.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customer-reviews-woocommerce\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-12-09T18:48:10+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: customer-reviews-woocommerce\n"
34
  msgid "https://www.cusrev.com/business/"
35
  msgstr ""
36
 
37
+ #: class-cr-endpoint-replies.php:137
38
+ #: class-cr-endpoint-replies.php:155
39
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
65
  msgid "Settings"
66
  msgstr ""
67
 
68
+ #: includes/blocks/class-cr-all-reviews.php:345
69
+ #: includes/blocks/class-cr-all-reviews.php:403
70
  #: templates/cr-ajax-product-reviews.php:94
71
  msgid "Sorry, no reviews match your current selections"
72
  msgstr ""
73
 
74
+ #: includes/blocks/class-cr-all-reviews.php:398
75
  #: templates/cr-ajax-product-reviews.php:92
76
  #: templates/qna-tab.php:47
77
  #: templates/reviews-grid.php:134
79
  msgstr ""
80
 
81
  #. translators: %1$d is the displayed counts of reviews, %2$d is the total count of reviews, %3$d is the star rating of reviews
82
+ #: includes/blocks/class-cr-all-reviews.php:427
83
+ #: includes/blocks/class-cr-all-reviews.php:755
84
  #: includes/blocks/class-cr-reviews-grid.php:902
85
  #: includes/reviews/class-cr-ajax-reviews.php:379
86
  #: includes/reviews/class-cr-reviews.php:521
90
  msgstr[1] ""
91
 
92
  #. translators: $d is the number of reviews
93
+ #: includes/blocks/class-cr-all-reviews.php:428
94
+ #: includes/blocks/class-cr-all-reviews.php:756
95
  #: includes/blocks/class-cr-reviews-grid.php:903
96
  #: includes/reviews/class-cr-ajax-reviews.php:381
97
  #: includes/reviews/class-cr-reviews.php:522
100
  msgstr[0] ""
101
  msgstr[1] ""
102
 
103
+ #: includes/blocks/class-cr-all-reviews.php:670
104
  #: includes/blocks/class-cr-reviews-grid.php:817
105
  #: includes/reviews/class-cr-reviews.php:445
106
  msgid "Based on %s review"
108
  msgstr[0] ""
109
  msgstr[1] ""
110
 
111
+ #: includes/blocks/class-cr-all-reviews.php:682
112
+ #: includes/blocks/class-cr-all-reviews.php:686
113
  #: includes/blocks/class-cr-reviews-grid.php:829
114
  #: includes/blocks/class-cr-reviews-grid.php:833
115
  #: includes/reviews/class-cr-reviews.php:457
117
  msgid "5 star"
118
  msgstr ""
119
 
120
+ #: includes/blocks/class-cr-all-reviews.php:695
121
+ #: includes/blocks/class-cr-all-reviews.php:699
122
  #: includes/blocks/class-cr-reviews-grid.php:842
123
  #: includes/blocks/class-cr-reviews-grid.php:846
124
  #: includes/reviews/class-cr-reviews.php:468
126
  msgid "4 star"
127
  msgstr ""
128
 
129
+ #: includes/blocks/class-cr-all-reviews.php:708
130
+ #: includes/blocks/class-cr-all-reviews.php:712
131
  #: includes/blocks/class-cr-reviews-grid.php:855
132
  #: includes/blocks/class-cr-reviews-grid.php:859
133
  #: includes/reviews/class-cr-reviews.php:479
135
  msgid "3 star"
136
  msgstr ""
137
 
138
+ #: includes/blocks/class-cr-all-reviews.php:721
139
+ #: includes/blocks/class-cr-all-reviews.php:725
140
  #: includes/blocks/class-cr-reviews-grid.php:868
141
  #: includes/blocks/class-cr-reviews-grid.php:872
142
  #: includes/reviews/class-cr-reviews.php:490
144
  msgid "2 star"
145
  msgstr ""
146
 
147
+ #: includes/blocks/class-cr-all-reviews.php:734
148
+ #: includes/blocks/class-cr-all-reviews.php:738
149
  #: includes/blocks/class-cr-reviews-grid.php:881
150
  #: includes/blocks/class-cr-reviews-grid.php:885
151
  #: includes/reviews/class-cr-reviews-list-table.php:444
354
  msgstr ""
355
 
356
  #: includes/google/class-cr-admin-menu-product-feed.php:141
357
+ #: includes/google/class-cr-product-feed-reviews.php:31
358
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
359
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
360
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
377
  msgid "Anonymous"
378
  msgstr ""
379
 
380
+ #: includes/google/class-cr-google-shopping-prod-feed.php:79
381
  msgid "Error: XMLWriter PHP extension could not be found. Please reach out to the hosting support to enable it."
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-google-shopping-prod-feed.php:102
385
  msgid "Error: no products found for the XML Product Feed. Please check exclusion settings for products and product categories."
386
  msgstr ""
387
 
388
  #: includes/google/class-cr-product-feed-attributes.php:40
389
+ #: includes/google/class-cr-product-feed-attributes.php:87
390
  msgid "Product Attributes"
391
  msgstr ""
392
 
393
+ #: includes/google/class-cr-product-feed-attributes.php:89
394
  msgid "Specify mapping of WooCommerce product fields to Google Shopping product attributes that might be required in certain countries for some product categories."
395
  msgstr ""
396
 
397
+ #: includes/google/class-cr-product-feed-attributes.php:125
398
  #: includes/google/class-cr-product-feed-identifiers.php:169
399
  msgid "WooCommerce Product Field"
400
  msgstr ""
401
 
402
+ #: includes/google/class-cr-product-feed-attributes.php:126
403
  #: includes/google/class-cr-product-feed-identifiers.php:170
404
  msgid "Select a product field that should be mapped"
405
  msgstr ""
406
 
407
+ #: includes/google/class-cr-product-feed-attributes.php:131
408
  msgid "Google Shopping Attribute"
409
  msgstr ""
410
 
411
+ #: includes/google/class-cr-product-feed-attributes.php:132
412
  msgid "Product attributes required by Google Shopping in some countries"
413
  msgstr ""
414
 
415
+ #: includes/google/class-cr-product-feed-attributes.php:193
416
  #: includes/google/class-cr-product-feed-identifiers.php:192
417
  #: includes/google/class-cr-product-feed-identifiers.php:245
418
+ #: includes/google/class-cr-product-feed-reviews.php:240
419
  msgid "Product ID"
420
  msgstr ""
421
 
422
+ #: includes/google/class-cr-product-feed-attributes.php:194
423
  #: includes/google/class-cr-product-feed-identifiers.php:246
424
+ #: includes/google/class-cr-product-feed-reviews.php:241
425
  msgid "Product SKU"
426
  msgstr ""
427
 
428
+ #: includes/google/class-cr-product-feed-attributes.php:195
429
  #: includes/google/class-cr-product-feed-identifiers.php:247
430
+ #: includes/google/class-cr-product-feed-reviews.php:242
431
  msgid "Product Name"
432
  msgstr ""
433
 
434
+ #: includes/google/class-cr-product-feed-attributes.php:243
435
  #: includes/google/class-cr-product-feed-identifiers.php:295
436
+ #: includes/google/class-cr-product-feed-reviews.php:290
437
  msgid "Product GTIN"
438
  msgstr ""
439
 
440
+ #: includes/google/class-cr-product-feed-attributes.php:244
441
  #: includes/google/class-cr-product-feed-identifiers.php:296
442
+ #: includes/google/class-cr-product-feed-reviews.php:291
443
  msgid "Product MPN"
444
  msgstr ""
445
 
446
+ #: includes/google/class-cr-product-feed-attributes.php:245
447
  #: includes/google/class-cr-product-feed-identifiers.php:297
448
+ #: includes/google/class-cr-product-feed-reviews.php:292
449
  msgid "Product Brand"
450
  msgstr ""
451
 
452
+ #: includes/google/class-cr-product-feed-attributes.php:247
453
  #: includes/google/class-cr-product-feed-identifiers.php:299
454
+ #: includes/google/class-cr-product-feed-reviews.php:294
455
  msgid "Product Tag"
456
  msgstr ""
457
 
541
 
542
  #: includes/google/class-cr-product-feed-identifiers.php:94
543
  #: includes/google/class-cr-product-feed-identifiers.php:205
544
+ #: includes/google/class-cr-product-feed-reviews.php:167
545
  #: includes/google/class-cr-product-fields.php:39
546
  #: includes/google/class-cr-product-fields.php:104
547
  msgid "GTIN"
553
 
554
  #: includes/google/class-cr-product-feed-identifiers.php:101
555
  #: includes/google/class-cr-product-feed-identifiers.php:218
556
+ #: includes/google/class-cr-product-feed-reviews.php:180
557
  #: includes/google/class-cr-product-fields.php:50
558
  #: includes/google/class-cr-product-fields.php:118
559
  msgid "MPN"
565
 
566
  #: includes/google/class-cr-product-feed-identifiers.php:108
567
  #: includes/google/class-cr-product-feed-identifiers.php:231
568
+ #: includes/google/class-cr-product-feed-reviews.php:206
569
  #: includes/google/class-cr-product-fields.php:61
570
  #: includes/google/class-cr-product-fields.php:136
571
  msgid "Brand"
609
  msgid "Product identifiers required by Google Shopping"
610
  msgstr ""
611
 
612
+ #: includes/google/class-cr-product-feed-reviews.php:76
613
  msgid "Reviews XML Feed"
614
  msgstr ""
615
 
616
+ #: includes/google/class-cr-product-feed-reviews.php:78
617
  msgid "Google Shopping is a service that allows merchants to list their products by uploading a product feed in the <a href=\"https://merchants.google.com/\">Merchant Center</a>. Use XML Product Review Feed to enable star ratings for your products in Google Shopping."
618
  msgstr ""
619
 
620
+ #: includes/google/class-cr-product-feed-reviews.php:82
621
  msgid "Variable Product Identifiers"
622
  msgstr ""
623
 
624
+ #: includes/google/class-cr-product-feed-reviews.php:84
625
  msgid "Google permits sharing of reviews between variable products and their variations. Use this setting to specify if identifiers (such as GTIN, MPN or SKU) of variable products themselves, their variations or both will be linked to reviews in the XML feed."
626
  msgstr ""
627
 
628
+ #: includes/google/class-cr-product-feed-reviews.php:97
629
  msgid "Encode Special Characters"
630
  msgstr ""
631
 
632
+ #: includes/google/class-cr-product-feed-reviews.php:98
633
  msgid "Encode special characters in the XML feed"
634
  msgstr ""
635
 
636
+ #: includes/google/class-cr-product-feed-reviews.php:104
637
  msgid "Minimum Length of Reviews"
638
  msgstr ""
639
 
640
+ #: includes/google/class-cr-product-feed-reviews.php:105
641
  msgid "Google might reject XML feeds with very short reviews. Use this setting to specify a minimum number of characters that a review should have to be included in the XML feed."
642
  msgstr ""
643
 
644
+ #: includes/google/class-cr-product-feed-reviews.php:113
645
  msgid "Fields Mapping"
646
  msgstr ""
647
 
648
+ #: includes/google/class-cr-product-feed-reviews.php:114
649
  msgid "Specify WooCommerce fields that should be mapped to GTIN, MPN, SKU, and Brand fields in XML Product Review Feed for Google Shopping."
650
  msgstr ""
651
 
652
+ #: includes/google/class-cr-product-feed-reviews.php:154
653
  msgid "XML Feed Field"
654
  msgstr ""
655
 
656
+ #: includes/google/class-cr-product-feed-reviews.php:159
657
  msgid "WooCommerce Field"
658
  msgstr ""
659
 
660
+ #: includes/google/class-cr-product-feed-reviews.php:193
661
  msgid "SKU"
662
  msgstr ""
663
 
797
  msgstr[0] ""
798
  msgstr[1] ""
799
 
800
+ #: includes/google/class-cr-product-feed-status.php:432
801
+ #: includes/google/class-cr-product-feed-status.php:445
802
+ #: includes/google/class-cr-product-feed-status.php:458
803
+ #: includes/google/class-cr-product-feed-status.php:471
804
+ #: includes/google/class-cr-product-feed-status.php:484
805
+ #: includes/google/class-cr-product-feed-status.php:497
806
  msgid "Additional settings related to the XML Reviews feed are on the 'Reviews' tab."
807
  msgstr ""
808
 
809
+ #: includes/google/class-cr-product-feed-status.php:443
810
  msgid "<strong>%1d</strong> product review (5 stars)"
811
  msgid_plural "<strong>%1d</strong> product reviews (5 stars)"
812
  msgstr[0] ""
813
  msgstr[1] ""
814
 
815
+ #: includes/google/class-cr-product-feed-status.php:456
816
  msgid "<strong>%1d</strong> product review (4 stars)"
817
  msgid_plural "<strong>%1d</strong> product reviews (4 stars)"
818
  msgstr[0] ""
819
  msgstr[1] ""
820
 
821
+ #: includes/google/class-cr-product-feed-status.php:469
822
  msgid "<strong>%1d</strong> product review (3 stars)"
823
  msgid_plural "<strong>%1d</strong> product reviews (3 stars)"
824
  msgstr[0] ""
825
  msgstr[1] ""
826
 
827
+ #: includes/google/class-cr-product-feed-status.php:482
828
  msgid "<strong>%1d</strong> product review (2 stars)"
829
  msgid_plural "<strong>%1d</strong> product reviews (2 stars)"
830
  msgstr[0] ""
831
  msgstr[1] ""
832
 
833
+ #: includes/google/class-cr-product-feed-status.php:495
834
  msgid "<strong>%1d</strong> product review (1 star)"
835
  msgid_plural "<strong>%1d</strong> product reviews (1 star)"
836
  msgstr[0] ""
1976
  msgid "Search"
1977
  msgstr ""
1978
 
1979
+ #: includes/reviews/class-cr-replies.php:141
1980
  msgid "A copy of the reply was published on CusRev portal"
1981
  msgstr ""
1982
 
1983
+ #: includes/reviews/class-cr-replies.php:150
1984
+ #: includes/reviews/class-cr-replies.php:163
1985
  msgid "Unknown error"
1986
  msgstr ""
1987
 
1988
+ #: includes/reviews/class-cr-replies.php:170
1989
  msgid "ID of the current user is not set"
1990
  msgstr ""
1991
 
2236
  msgid "<strong>Customer Reviews for WooCommerce</strong> plugin has been updated. This update adds a new feature (Shop Rating) that enables customers to rate your shop in general (website, customer service, and delivery). If you would like to try this feature, you should enable it in the <a href=\"%s\">plugin settings</a>."
2237
  msgstr ""
2238
 
2239
+ #: includes/settings/class-cr-settings-cusrev.php:34
2240
+ #: includes/settings/class-cr-settings-cusrev.php:58
2241
  msgid "CusRev.com"
2242
  msgstr ""
2243
 
2244
+ #: includes/settings/class-cr-settings-cusrev.php:60
2245
  msgid "Display a public page with verified copies of reviews on CusRev.com"
2246
  msgstr ""
2247
 
2248
+ #: includes/settings/class-cr-settings-cusrev.php:64
2249
  msgid "Page Enabled"
2250
  msgstr ""
2251
 
2252
+ #: includes/settings/class-cr-settings-cusrev.php:65
2253
  msgid "Enable or disable a public page with verified copies of reviews of your store and products at CusRev website. If this option is enabled, additional %1$s icons for individual reviews on product pages of your store will be displayed. Each %2$s icon will contain a nofollow link to a verified copy of the review on CusRev.com."
2254
  msgstr ""
2255
 
2256
+ #: includes/settings/class-cr-settings-cusrev.php:72
2257
  msgid "Page URL"
2258
  msgstr ""
2259
 
2260
+ #: includes/settings/class-cr-settings-cusrev.php:73
2261
  msgid "Specify name of the page with verified reviews. This will be a base URL for reviews related to your shop. You can use alphanumeric symbols and '.' in the name of the page."
2262
  msgstr ""
2263
 
2264
+ #: includes/settings/class-cr-settings-cusrev.php:81
2265
  msgid "Age Restriction"
2266
  msgstr ""
2267
 
2268
+ #: includes/settings/class-cr-settings-cusrev.php:82
2269
  msgid "Enable this option if your store sells age-restricted products (e.g., adult content, alcohol, etc.)"
2270
  msgstr ""
2271
 
2917
  msgid "Review Extensions"
2918
  msgstr ""
2919
 
2920
+ #: includes/settings/class-cr-settings-review-extensions.php:74
2921
+ msgid "The plugin uses the standard WooCommerce functionality to display reviews on products pages. By default, visual appearance of reviews is controlled by WooCommerce and your active WordPress theme. There is also an option to enable an enhanced visual style for display of reviews on product pages."
2922
+ msgstr ""
2923
+
2924
+ #: includes/settings/class-cr-settings-review-extensions.php:76
2925
+ msgid "If you would like to display reviews in locations other than the standard 'Reviews' tab on product pages, consider using <a href=\"%s\">shortcodes</a> or Gutenberg blocks provided by the plugin."
2926
+ msgstr ""
2927
+
2928
+ #: includes/settings/class-cr-settings-review-extensions.php:81
2929
+ msgid "Display of Customer Reviews"
2930
+ msgstr ""
2931
+
2932
+ #: includes/settings/class-cr-settings-review-extensions.php:87
2933
+ msgid "Visual Style"
2934
+ msgstr ""
2935
+
2936
+ #: includes/settings/class-cr-settings-review-extensions.php:95
2937
+ msgid "WooCommerce (basic user interface)"
2938
+ msgstr ""
2939
+
2940
+ #: includes/settings/class-cr-settings-review-extensions.php:96
2941
+ msgid "CusRev (enhanced user interface)"
2942
+ msgstr ""
2943
+
2944
+ #: includes/settings/class-cr-settings-review-extensions.php:102
2945
+ msgid "Default Quantity of Reviews"
2946
+ msgstr ""
2947
+
2948
+ #: includes/settings/class-cr-settings-review-extensions.php:103
2949
+ msgid "Specify the default number of reviews that will be shown during the initial product page load."
2950
+ msgstr ""
2951
+
2952
+ #: includes/settings/class-cr-settings-review-extensions.php:110
2953
+ msgid "Default Sorting Order"
2954
+ msgstr ""
2955
+
2956
+ #: includes/settings/class-cr-settings-review-extensions.php:112
2957
+ msgid "Define how reviews are sorted by default. The option to vote for reviews must be enabled to show the most helpful reviews first."
2958
+ msgstr ""
2959
+
2960
+ #: includes/settings/class-cr-settings-review-extensions.php:118
2961
+ msgid "Recent reviews first"
2962
+ msgstr ""
2963
+
2964
+ #: includes/settings/class-cr-settings-review-extensions.php:119
2965
+ msgid "Most helpful reviews first"
2966
+ msgstr ""
2967
+
2968
+ #: includes/settings/class-cr-settings-review-extensions.php:123
2969
+ msgid "Review Form"
2970
+ msgstr ""
2971
+
2972
+ #: includes/settings/class-cr-settings-review-extensions.php:124
2973
+ msgid "Display a review form on product pages. If you would like to protect your site from SPAM reviews and allow customers to submit reviews only via invitations (review reminders), this option should be disabled."
2974
+ msgstr ""
2975
+
2976
+ #: includes/settings/class-cr-settings-review-extensions.php:136
2977
  msgid "Extensions for Customer Reviews"
2978
  msgstr ""
2979
 
2980
+ #: includes/settings/class-cr-settings-review-extensions.php:138
2981
  msgid "The plugin is based on the standard WooCommerce reviews functionality. Here, you can configure various extensions for standard WooCommerce reviews."
2982
  msgstr ""
2983
 
2984
+ #: includes/settings/class-cr-settings-review-extensions.php:142
2985
  msgid "Attach Images"
2986
  msgstr ""
2987
 
2988
  #. translators: please keep %1$s and %2$s in the translated version
2989
+ #: includes/settings/class-cr-settings-review-extensions.php:144
2990
  msgid "Enable attachment of images to reviews left on WooCommerce product pages. If you would like to enable attachment of images on aggregated review forms, this can be done %1$shere%2$s."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-review-extensions.php:150
2994
  msgid "Quantity of Images"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-review-extensions.php:151
2998
  msgid "Specify the maximum number of images that can be uploaded for a single review. This setting applies only to reviews submitted on single product pages."
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-review-extensions.php:158
3002
  msgid "Maximum Size of Image"
3003
  msgstr ""
3004
 
3005
+ #: includes/settings/class-cr-settings-review-extensions.php:159
3006
  msgid "Specify the maximum size (in MB) of an image that can be uploaded with a review. This setting applies only to reviews submitted on single product pages."
3007
  msgstr ""
3008
 
3009
+ #: includes/settings/class-cr-settings-review-extensions.php:166
3010
  msgid "Disable Lightbox"
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-review-extensions.php:167
3014
  msgid "Disable lightboxes for images attached to reviews (not recommended). Use this option only if your theme generates lightboxes for any picture on the website and this leads to two lightboxes shown after clicking on an image attached to a review."
3015
  msgstr ""
3016
 
3017
+ #: includes/settings/class-cr-settings-review-extensions.php:173
3018
  msgid "reCAPTCHA V2 for Reviews"
3019
  msgstr ""
3020
 
3021
+ #: includes/settings/class-cr-settings-review-extensions.php:174
3022
  msgid "Enable reCAPTCHA to eliminate fake reviews. You must enter Site Key and Secret Key in the fields below if you want to use reCAPTCHA. You will receive Site Key and Secret Key after registration at reCAPTCHA website."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-review-extensions.php:180
3026
  msgid "reCAPTCHA V2 Site Key"
3027
  msgstr ""
3028
 
3029
+ #: includes/settings/class-cr-settings-review-extensions.php:182
3030
  msgid "If you want to use reCAPTCHA V2, insert here Site Key that you will receive after registration at reCAPTCHA website."
3031
  msgstr ""
3032
 
3033
+ #: includes/settings/class-cr-settings-review-extensions.php:188
3034
  msgid "reCAPTCHA V2 Secret Key"
3035
  msgstr ""
3036
 
3037
+ #: includes/settings/class-cr-settings-review-extensions.php:190
3038
  msgid "If you want to use reCAPTCHA V2, insert here Secret Key that you will receive after registration at reCAPTCHA website."
3039
  msgstr ""
3040
 
3041
+ #: includes/settings/class-cr-settings-review-extensions.php:196
3042
  msgid "Reviews Summary Bar"
3043
  msgstr ""
3044
 
3045
+ #: includes/settings/class-cr-settings-review-extensions.php:197
3046
  msgid "Enable display of a histogram table with a summary of reviews on a product page."
3047
  msgstr ""
3048
 
3049
+ #: includes/settings/class-cr-settings-review-extensions.php:203
3050
  msgid "Vote for Reviews"
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-review-extensions.php:204
3054
  msgid "Enable people to upvote or downvote reviews. The plugin allows one vote per review per person. If the person is a guest, the plugin uses cookies and IP addresses to identify this visitor."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-review-extensions.php:210
3058
  msgid "Remove Plugin's Branding"
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-review-extensions.php:211
3062
  msgid "Enable this option to remove plugin's branding (\"Powered by Customer Reviews plugin\") from the reviews summary bar. If you like our plugin and would like to support us, please disable this checkbox."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-review-extensions.php:217
3066
  msgid "Verified Owner"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-review-extensions.php:219
3070
  msgid "Replace the standard ‘verified owner’ label that WooCommerce adds to customer reviews with a custom one. If this field is blank, the standard WooCommerce label will be used."
3071
  msgstr ""
3072
 
3073
+ #: includes/settings/class-cr-settings-review-extensions.php:225
3074
  msgid "Customer Avatars"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-review-extensions.php:227
3078
  msgid "Choose how customer avatars are displayed on WooCommerce single product pages. You can use either the standard WordPress avatars or avatars created based on initial letters of customer names."
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-review-extensions.php:233
3082
  #: blocks/src/reviews-grid/edit.js:122
3083
  #: js/blocks.js:729
3084
  msgid "Standard"
3085
  msgstr ""
3086
 
3087
+ #: includes/settings/class-cr-settings-review-extensions.php:234
3088
  #: blocks/src/reviews-grid/edit.js:121
3089
  #: js/blocks.js:725
3090
  msgid "Initials"
3091
  msgstr ""
3092
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3093
  #: includes/settings/class-cr-settings-review-reminder.php:89
3094
  #: includes/settings/class-cr-settings-review-reminder.php:94
3095
  #: includes/settings/class-cr-settings-review-reminder.php:99
4064
  msgid "Tags for Reviews"
4065
  msgstr ""
4066
 
4067
+ #: includes/trust-badge/class-cr-trust-badge.php:200
4068
  msgid "Independently verified"
4069
  msgstr ""
4070
 
4071
+ #: includes/trust-badge/class-cr-trust-badge.php:201
4072
  msgid "independently verified"
4073
  msgstr ""
4074
 
4075
+ #: includes/trust-badge/class-cr-trust-badge.php:203
4076
  msgid "What Our Clients Say"
4077
  msgstr ""
4078
 
4079
+ #: includes/trust-badge/class-cr-trust-badge.php:204
4080
  msgid "what our clients say"
4081
  msgstr ""
4082
 
4083
+ #: includes/trust-badge/class-cr-trust-badge.php:208
4084
  msgid "%s rating"
4085
  msgstr ""
4086
 
4087
+ #: includes/trust-badge/class-cr-trust-badge.php:209
4088
  msgid "rating %s / 5"
4089
  msgstr ""
4090
 
4091
+ #: includes/trust-badge/class-cr-trust-badge.php:210
4092
  msgid "%s store rating"
4093
  msgstr ""
4094
 
4095
+ #: includes/trust-badge/class-cr-trust-badge.php:211
4096
  msgid "Store rating %s / 5"
4097
  msgstr ""
4098
 
4099
+ #: includes/trust-badge/class-cr-trust-badge.php:212
4100
  msgid "store rating"
4101
  msgstr ""
4102
 
4103
+ #: includes/trust-badge/class-cr-trust-badge.php:213
4104
  msgid "%s product rating"
4105
  msgstr ""
4106
 
4107
+ #: includes/trust-badge/class-cr-trust-badge.php:214
4108
  msgid "Product rating %s / 5"
4109
  msgstr ""
4110
 
4111
+ #: includes/trust-badge/class-cr-trust-badge.php:215
4112
  msgid "product rating"
4113
  msgstr ""
4114
 
4115
+ #: includes/trust-badge/class-cr-trust-badge.php:216
4116
+ #: includes/trust-badge/class-cr-trust-badge.php:217
4117
  #: templates/cr-rating.php:44
4118
  msgid "%s review"
4119
  msgid_plural "%s reviews"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ivole
3
  Tags: woocommerce, review plugin, review reminder, customer reviews, review for discount
4
  Requires at least: 4.5
5
  Tested up to: 6.1
6
- Stable tag: 5.9.0
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
@@ -218,6 +218,10 @@ If you would like to change how reviews are sorted on product pages, it is possi
218
 
219
  == Changelog ==
220
 
 
 
 
 
221
  = 5.9.0 =
222
  * New feature: optional 'size' attribute was added to the XML product feeds for Google Shopping
223
  * Bug fix: incorrect 'from' email for Q&A reply notifications displayed on the overview screen for email templates
3
  Tags: woocommerce, review plugin, review reminder, customer reviews, review for discount
4
  Requires at least: 4.5
5
  Tested up to: 6.1
6
+ Stable tag: 5.10.0
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
218
 
219
  == Changelog ==
220
 
221
+ = 5.10.0 =
222
+ * Improvement: rearrangement of elements on the Review Extensions page in the settings
223
+ * Bug fix: replies to reviews did not work correctly with Polylang and WPML plugins
224
+ * Bug fix: undefined array key "total" warning
225
  = 5.9.0 =
226
  * New feature: optional 'size' attribute was added to the XML product feeds for Google Shopping
227
  * Bug fix: incorrect 'from' email for Q&A reply notifications displayed on the overview screen for email templates